Imported Upstream version 1.2.7
[platform/upstream/harfbuzz.git] / ChangeLog
1 commit 9879fc1db3cad684f412c2f3d6b49e0435697d0e
2 Author: Behdad Esfahbod <behdad@behdad.org>
3 Date:   Mon May 2 10:29:12 2016 +0200
4
5     [ot-font] Remove unused 'post' table include for now
6
7     To make a release...
8
9  src/hb-ot-font.cc | 2 +-
10  1 file changed, 1 insertion(+), 1 deletion(-)
11
12 commit f8061ae7972462ad800c23be7cd7b3d7ab94b93b
13 Author: Behdad Esfahbod <behdad@behdad.org>
14 Date:   Mon May 2 10:28:24 2016 +0200
15
16     [tests] Fix test
17
18  test/shaping/Makefile.am                                                |
19  2 +-
20  .../tests/{fallback-positioning.test => fallback-positioning.tests}
21  | 0
22  2 files changed, 1 insertion(+), 1 deletion(-)
23
24 commit f00ab2a33ab34ba64f38cbbe65830c770a3e071e
25 Author: Behdad Esfahbod <behdad@behdad.org>
26 Date:   Mon May 2 10:24:00 2016 +0200
27
28     [hb-ot-font] Make 'glyf' table loading lazy
29
30     Apparently some clients have reference-table callbacks that copy
31     the table.
32     As such, avoid loading 'glyf' table which is only needed if fallback
33     positioning
34     happens.
35
36  src/hb-ot-font.cc                                  |  45
37  ++++++++++++++++++++-
38  test/shaping/Makefile.am                           |   1 +
39  .../7ef276fc886ea502a03b9b0e5c8b547d5dc2b61c.ttf   | Bin 0 -> 784 bytes
40  test/shaping/tests/fallback-positioning.test       |   2 +
41  4 files changed, 46 insertions(+), 2 deletions(-)
42
43 commit 587d46227a56940a7f5bb053cbeda6144394acf7
44 Author: Behdad Esfahbod <behdad@behdad.org>
45 Date:   Sat Apr 30 19:20:56 2016 +0200
46
47     [ot-font] Start implementing 'post' table, for accessing glyph names
48
49  src/Makefile.sources        |   1 +
50  src/hb-open-type-private.hh |  12 ++++-
51  src/hb-ot-font.cc           |   1 +
52  src/hb-ot-post-table.hh     | 119
53  ++++++++++++++++++++++++++++++++++++++++++++
54  4 files changed, 132 insertions(+), 1 deletion(-)
55
56 commit 9abaaac409b8e3a0a9182b67dc384133013f7878
57 Merge: 2f560ee 264b7a7
58 Author: Behdad Esfahbod <behdad@behdad.org>
59 Date:   Wed Apr 27 03:38:24 2016 -0700
60
61     Merge commit '264b7a728a41becfbf23ce258fc2a3af19d0cbbe' into HEAD
62
63 commit 2f560ee44b7b08683e8e6955fe3b95187e8bda32
64 Author: Behdad Esfahbod <behdad@behdad.org>
65 Date:   Wed Apr 27 03:11:41 2016 -0700
66
67     [tibetan] Reorder marks to better match Uniscribe
68
69     Fixes https://github.com/behdad/harfbuzz/issues/237
70
71     Note that Uniscribe enforces a certain syllable order.  We don't.
72     But with this change, I get all of the tibetan contractions pass
73     with Microsoft Himalaya font.
74
75  src/hb-unicode-private.hh | 8 ++++++--
76  1 file changed, 6 insertions(+), 2 deletions(-)
77
78 commit f68390f196216718c22c434e1d8921118e646824
79 Author: Behdad Esfahbod <behdad@behdad.org>
80 Date:   Wed Apr 27 02:44:35 2016 -0700
81
82     [test] Add text for Tibetan shorthand contractions
83
84     From http://www.babelstone.co.uk/Tibetan/Contractions.html
85
86  .../script-tibetan/misc/contractions.txt           | 612
87  +++++++++++++++++++++
88  1 file changed, 612 insertions(+)
89
90 commit 264b7a728a41becfbf23ce258fc2a3af19d0cbbe
91 Merge: 7e2da03 adafdcd
92 Author: Khaled Hosny <khaledhosny@eglug.org>
93 Date:   Wed Apr 27 03:48:23 2016 +0300
94
95     Merge pull request #247 from khaledhosny/update-opentype-language-tags
96
97     Update opentype language tags
98
99 commit adafdcddced076da4bfa3114a00e15a387aaf1f7
100 Author: Arthur Reutenauer <arthur.reutenauer@normalesup.org>
101 Date:   Sat Nov 7 23:37:21 2015 +0000
102
103     Mass-added “difficult” tags – to be curated.
104
105  src/hb-ot-tag.cc | 69
106  +++++++++++++++++++++++++++++---------------------------
107  1 file changed, 36 insertions(+), 33 deletions(-)
108
109 commit 3d6a2c0d7d9f6c5b3097f78c1123f9e59dcc76e2
110 Author: Arthur Reutenauer <arthur.reutenauer@normalesup.org>
111 Date:   Sat Nov 7 22:59:13 2015 +0000
112
113     Initial import of missing OpenType 1.7 language tags.
114
115  src/hb-ot-tag.cc | 67
116  +++++++++++++++++++++++++++++++++++++++++++++++++++-----
117  1 file changed, 61 insertions(+), 6 deletions(-)
118
119 commit 7e2da035f68e46ce8f4759b67b4ed3a1b211d793
120 Author: Behdad Esfahbod <behdad@behdad.org>
121 Date:   Tue Apr 26 16:42:25 2016 -0700
122
123     Undo accidental change
124
125  src/hb-ot-shape-complex-arabic.cc | 2 +-
126  1 file changed, 1 insertion(+), 1 deletion(-)
127
128 commit b20305022a8235b19e6b640bc62651854e1336f1
129 Author: Behdad Esfahbod <behdad@behdad.org>
130 Date:   Tue Apr 26 16:41:17 2016 -0700
131
132     Do NOT ignore Mongolian Free Variation Selectors during matching
133
134     Fixes https://github.com/behdad/harfbuzz/issues/234
135
136  src/hb-ot-layout-gsubgpos-private.hh               |   2 +-
137  src/hb-ot-layout-private.hh                        |  23
138  +++++++++++++++++++--
139  src/hb-ot-shape-complex-arabic.cc                  |   2 +-
140  .../a34a7b00f22ffb5fd7eef6933b81c7e71bc2cdfb.ttf   | Bin 0 -> 3700 bytes
141  .../tests/mongolian-variation-selector.tests       |   1 +
142  5 files changed, 24 insertions(+), 4 deletions(-)
143
144 commit 21ab5501f5f5267d20cf23256866dd9d82a667ef
145 Author: Behdad Esfahbod <behdad@behdad.org>
146 Date:   Tue Apr 26 16:02:04 2016 -0700
147
148     Move ZWJ/ZWNJ bits to top byte of unicode_props()
149
150     To make room to remember Mongolian Free Variation Selectors.
151     Part of fixing https://github.com/behdad/harfbuzz/issues/234
152
153  src/hb-ot-layout-private.hh | 40 ++++++++++++++++++++++------------------
154  1 file changed, 22 insertions(+), 18 deletions(-)
155
156 commit de508516cb06ddb064d75bd7be8e843a5ebcf70d
157 Author: Behdad Esfahbod <behdad@behdad.org>
158 Date:   Tue Apr 26 11:28:37 2016 -0700
159
160     [util] Print out --debug buffer to stderr
161
162  util/main-font-text.hh | 2 +-
163  1 file changed, 1 insertion(+), 1 deletion(-)
164
165 commit 29393884b9f045460fb65d6ad10a94461ba93430
166 Author: Behdad Esfahbod <behdad@behdad.org>
167 Date:   Tue Apr 26 10:35:23 2016 -0700
168
169     Annotate blacklisted fonts with their sha1sum
170
171  src/hb-ot-layout.cc | 18 ++++++++++++------
172  1 file changed, 12 insertions(+), 6 deletions(-)
173
174 commit 14bb4a56971fd45063cd6c1288d911627088abb2
175 Merge: 1c625df 5069062
176 Author: Sascha Brawer <sascha@brawer.ch>
177 Date:   Tue Apr 26 11:38:16 2016 +0200
178
179     Merge pull request #245 from KonstantinRitt/fixes/ce
180
181     Unbreak build on Windows CE
182
183 commit 5069062d0a9342bb716eebf3ddc1efad91924caa
184 Author: Konstantin Ritt <ritt.ks@gmail.com>
185 Date:   Tue Apr 26 12:02:26 2016 +0400
186
187     Unbreak build on Windows CE
188
189     0475ef2f97e3035a2eea9a0f96031331e07e8e29 broke the build by using
190     vsnprintf(), which is not defined on Windows CE
191
192  src/hb-private.hh | 1 +
193  1 file changed, 1 insertion(+)
194
195 commit 1c625dff2269c54ff429ca45be88893ff1fa6c34
196 Author: Behdad Esfahbod <behdad@behdad.org>
197 Date:   Sat Apr 9 12:53:23 2016 -0700
198
199     Minor
200
201  src/hb-ot-layout.cc | 8 ++++----
202  1 file changed, 4 insertions(+), 4 deletions(-)
203
204 commit 851b0db36d1b724fc1e0db506445119c78186285
205 Author: Behdad Esfahbod <behdad@behdad.org>
206 Date:   Fri Apr 8 23:46:55 2016 -0700
207
208     Minor.  We should never get to this branch, but fix it anyway.
209
210  src/hb-ot-layout-common-private.hh | 6 +++++-
211  1 file changed, 5 insertions(+), 1 deletion(-)
212
213 commit 00ea66f35754a1e6e4d3b7b139d611a9a623a9d1
214 Author: Behdad Esfahbod <behdad@behdad.org>
215 Date:   Fri Apr 8 13:51:01 2016 -0700
216
217     1.2.6
218
219  NEWS         | 10 ++++++++++
220  configure.ac |  2 +-
221  2 files changed, 11 insertions(+), 1 deletion(-)
222
223 commit 4f3d59a1877dcb94d09da48e9694a6c1b05a86fe
224 Author: Behdad Esfahbod <behdad@behdad.org>
225 Date:   Fri Apr 8 13:41:20 2016 -0700
226
227     Blacklist another set of timesi.ttf and timesbi.ttf
228
229  src/hb-ot-layout.cc | 2 ++
230  1 file changed, 2 insertions(+)
231
232 commit ef476be80d773332e0c768a3465d99381d76edd9
233 Merge: a0331b5 d3134a6
234 Author: Behdad Esfahbod <behdad@behdad.org>
235 Date:   Fri Apr 8 13:16:33 2016 -0700
236
237     Merge pull request #239 from ebraminio/dwfix
238
239     Improve DirectWrite backend
240
241 commit d3134a66ad551ded726db9528d3c25459088f105
242 Author: Ebrahim Byagowi <ebrahim@gnu.org>
243 Date:   Tue Apr 5 21:01:05 2016 +0000
244
245     Fix when no feature is given
246
247  src/hb-directwrite.cc | 8 +++++---
248  1 file changed, 5 insertions(+), 3 deletions(-)
249
250 commit a0331b55f7b45437980e1fc323251f4091bf2c4e
251 Author: Behdad Esfahbod <behdad@behdad.org>
252 Date:   Mon Apr 4 16:25:32 2016 -0700
253
254     1.2.5
255
256  NEWS         | 7 +++++++
257  configure.ac | 2 +-
258  2 files changed, 8 insertions(+), 1 deletion(-)
259
260 commit 6e55199b5f097ac93bad38f32e9813e2da14c5a7
261 Author: Behdad Esfahbod <behdad@behdad.org>
262 Date:   Mon Apr 4 16:24:27 2016 -0700
263
264     Add test for 6dd80faf0dcb3e8a8915c3a25da44e2a67cb0cd8
265
266  test/shaping/Makefile.am                                |   1 +
267  .../f22416c692720a7d46fadf4af99f4c9e094f00b9.ttf        | Bin 0 ->
268  16736 bytes
269  test/shaping/tests/mark-filtering-sets.tests            |   5 +++++
270  3 files changed, 6 insertions(+)
271
272 commit 59089622dbb8dda783b1639c932123f125c3592d
273 Author: Behdad Esfahbod <behdad@behdad.org>
274 Date:   Mon Apr 4 14:54:32 2016 -0700
275
276     [coretext] Clarify comment
277
278  src/hb-coretext.cc | 8 +++-----
279  1 file changed, 3 insertions(+), 5 deletions(-)
280
281 commit 6dd80faf0dcb3e8a8915c3a25da44e2a67cb0cd8
282 Author: Behdad Esfahbod <behdad@behdad.org>
283 Date:   Mon Apr 4 14:34:25 2016 -0700
284
285     Fix FixedVersion::to_int()
286
287     Ouch.  Had broken it in 9a13ed453ef96822a47d6e6f58332b87f38d5c59
288
289     Fixes https://github.com/behdad/harfbuzz/issues/238
290     Will add test soon.
291
292  src/hb-open-type-private.hh | 2 +-
293  1 file changed, 1 insertion(+), 1 deletion(-)
294
295 commit 4a104021697439fd21390a1f4cdc9310348882fa
296 Author: Ebrahim Byagowi <ebrahim@gnu.org>
297 Date:   Sat Apr 2 13:47:59 2016 +0000
298
299     Hide justification behind HB_DIRECTWRITE_EXPERIMENTAL_JUSTIFICATION
300
301  src/hb-directwrite.cc | 8 ++++----
302  1 file changed, 4 insertions(+), 4 deletions(-)
303
304 commit 63ee9ca5d81b53eb035972754ed95572821c393c
305 Author: Ebrahim Byagowi <ebrahim@gnu.org>
306 Date:   Fri Apr 1 15:47:07 2016 +0000
307
308     Use standard types instead Windows favourites ones
309
310  src/hb-directwrite.cc | 100
311  +++++++++++++++++++++++++-------------------------
312  1 file changed, 50 insertions(+), 50 deletions(-)
313
314 commit adf20ba0d18d1506e633dcd9b4827a6c93abcadd
315 Author: Ebrahim Byagowi <ebrahim@gnu.org>
316 Date:   Fri Apr 1 15:36:40 2016 +0000
317
318     Limit GetJustifiedGlyphs only to scripts with custom justification
319     character
320
321  src/hb-directwrite.cc | 98
322  +++++++++++++++++++++++++++++++--------------------
323  1 file changed, 60 insertions(+), 38 deletions(-)
324
325 commit 32ae9d1b3ffbe7e26e654437a56a26a95fe9f5a6
326 Author: Ebrahim Byagowi <ebrahim@gnu.org>
327 Date:   Fri Apr 1 06:39:57 2016 +0000
328
329     Add justification support
330
331  src/hb-directwrite.cc | 321
332  ++++++++++++++++++++++++++++++++------------------
333  1 file changed, 205 insertions(+), 116 deletions(-)
334
335 commit 10c3d9e41520595c88dd2a8321590e03ce8fcf47
336 Author: Ebrahim Byagowi <ebrahim@gnu.org>
337 Date:   Thu Mar 31 18:19:44 2016 +0000
338
339     Basic opentype features support
340
341  src/hb-directwrite.cc | 62
342  ++++++++++++++++++++++++++++++++++-----------------
343  1 file changed, 42 insertions(+), 20 deletions(-)
344
345 commit d129897120d3ad414220d603557c15a60aa69fa6
346 Author: Ebrahim Byagowi <ebrahim@gnu.org>
347 Date:   Thu Mar 31 13:45:37 2016 +0000
348
349     Refactor and remove dupe getglyphs call
350
351  src/hb-directwrite.cc | 106
352  ++++++++++++++++++++++++--------------------------
353  1 file changed, 51 insertions(+), 55 deletions(-)
354
355 commit 5f1a8961008b93f72acc47336109af3a64e248d0
356 Author: Ebrahim Byagowi <ebrahim@gnu.org>
357 Date:   Thu Mar 31 12:26:16 2016 +0000
358
359     Better glyph offset support
360
361  src/hb-directwrite.cc | 44 ++++++++++++++++++++++++--------------------
362  1 file changed, 24 insertions(+), 20 deletions(-)
363
364 commit d691ba3f405738c6857450752b8cc0911dfcdb01
365 Author: Ebrahim Byagowi <ebrahim@gnu.org>
366 Date:   Wed Mar 30 20:21:40 2016 +0000
367
368     Don't fail when language is not set
369
370  src/hb-directwrite.cc | 9 ++++++---
371  1 file changed, 6 insertions(+), 3 deletions(-)
372
373 commit 1c00a46c7a608ebc0b03c5abfcfe7f2b9881d0df
374 Author: Ebrahim Byagowi <ebrahim@gnu.org>
375 Date:   Wed Mar 30 20:15:09 2016 +0000
376
377     Make DirectWrite backend to work with different font sizes
378
379     Actually copyedited same logic from Uniscribe to make it just work
380
381  src/hb-directwrite.cc | 7 ++++++-
382  1 file changed, 6 insertions(+), 1 deletion(-)
383
384 commit 0251b0cc5c39272d2299d4b2ab802faaafe96837
385 Author: Behdad Esfahbod <behdad@behdad.org>
386 Date:   Thu Mar 17 14:37:11 2016 -0700
387
388     1.2.4
389
390  NEWS         | 15 +++++++++++++++
391  configure.ac |  2 +-
392  2 files changed, 16 insertions(+), 1 deletion(-)
393
394 commit 69f9fbc4200442a35484d3c790ae8f4979be5d60
395 Author: Behdad Esfahbod <behdad@behdad.org>
396 Date:   Thu Mar 17 11:59:43 2016 -0700
397
398     Synthesize GDEF glyph class for any glyph that does not have one
399     in GDEF
400
401     Previously we only synthesized GDEF glyph classes if the glyphClassDef
402     array in GDEF was null.  This worked well enough, and is indeed what
403     OpenType requires: "If the font does not include a GlyphClassDef
404     table,
405     the client must define and maintain this information when using the
406     GSUB and GPOS tables."  That sentence does not quite make sense since
407     one needs Unicode properties as well, but is close enough.
408
409     However, looks like Arial Unicode as shipped on WinXP, does have GDEF
410     glyph class array, but defines no classes for Hebrew.  This results
411     in Hebrew marks not getting their widths zeroed.  So, with this
412     change,
413     we synthesize glyph class for any glyph that is not specified in the
414     GDEF glyph class table.  Since, from our point of view, a glyph not
415     being listed in that table is a font bug, any unwanted consequence of
416     this change is a font bug :).
417
418     Note that we still don't get the same rendering as Uniscribe, since
419     Uniscribe seems to do fallback positioning as well, even though the
420     font does have a GPOS table (which does NOT cover Hebrew!).  We are
421     not going to try to match that though.
422
423     Test string for Arial Unicode:
424
425         U+05E9,U+05B8,U+05C1,U+05DC
426
427     Before:             [gid1166=3+991|gid1142=0+737|gid5798=0+1434]
428     After:              [gid1166=3+991|gid1142=0+0|gid5798=0+1434]
429     Uniscribe:  [gid1166=3+991|gid1142=0@348,0+0|gid5798=0+1434]
430
431     Note that our new output matches what we were generating until July
432     2014, because the Hebrew shaper used to zero mark advances based on
433     Unicode, NOT GDEF.  That's 9e834e29e0b657f0555df1ab9cea79ff7abcf08d.
434
435     Reported by Greg Douglas.
436
437  src/hb-ot-layout-gsub-table.hh | 22 ++++++++++++++++++++--
438  src/hb-ot-shape.cc             | 29 -----------------------------
439  2 files changed, 20 insertions(+), 31 deletions(-)
440
441 commit fef5dd9a72f326c160a7194f558749d24bac7283
442 Merge: 01ea9ea 5f995db
443 Author: Behdad Esfahbod <behdad@behdad.org>
444 Date:   Sat Mar 12 19:15:15 2016 -0800
445
446     Merge pull request #232 from c0nk/wip-icu
447
448     Add --with-icu=builtin option; fix compile error
449
450 commit 01ea9eaac373d9f3de6e56c1ca26cdcd259ecc8e
451 Author: Behdad Esfahbod <behdad@behdad.org>
452 Date:   Fri Mar 11 18:50:02 2016 -0800
453
454     [build] Use tar-ustar instead of tar-pax
455
456     The default tar-v7 is not good enough for us (99 char filename
457     limit), so I have had bumped to tar-pax.  We got one complaint
458     that someone's tar couldn't handle tar-pax.  Set to tar-ustar
459     which is ~13 years earlier than tar-pax and is good enough for us.
460
461  configure.ac | 2 +-
462  1 file changed, 1 insertion(+), 1 deletion(-)
463
464 commit 3e10460a1dd41de32752e308771aa30d23565cc0
465 Author: Behdad Esfahbod <behdad@behdad.org>
466 Date:   Fri Mar 11 18:45:19 2016 -0800
467
468     Minor comment
469
470  src/hb-unicode-private.hh | 2 +-
471  1 file changed, 1 insertion(+), 1 deletion(-)
472
473 commit d14fea4bdcc1423fe9a585af3abdefa9605d17e6
474 Author: Behdad Esfahbod <behdad@behdad.org>
475 Date:   Tue Mar 8 12:16:41 2016 -0800
476
477     Remove default clause in minor switch statements
478
479     Bending to clang warnings...
480     https://bugs.chromium.org/p/chromium/issues/detail?id=593057
481
482  src/hb-ot-shape-complex-indic.cc | 4 ----
483  src/hb-ot-shape-complex-thai.cc  | 1 -
484  2 files changed, 5 deletions(-)
485
486 commit ce8ae9970102f83b67bb1e8e8b2bf894a0e26c07
487 Merge: 731a430 71248a8
488 Author: Behdad Esfahbod <behdad@behdad.org>
489 Date:   Fri Mar 4 17:20:35 2016 -0800
490
491     Merge pull request #231 from KonstantinRitt/post123buildfix
492
493     Fix build with HB_DISABLE_DEPRECATED
494
495 commit 731a430cd36caabcef04e099b21ebc6daedd536f
496 Author: Behdad Esfahbod <behdad@behdad.org>
497 Date:   Wed Mar 2 13:32:42 2016 -0800
498
499     Fix requiredFeature stage handling logic
500
501     Originally the way Jonathan had written this was correct in
502     "continue"ing:
503
504     https://github.com/jfkthame/harfbuzz/commit/35e28c7a733eaffcd9f062b18d7db9fbb3d990fc#diff-ead86a33a5cc9ad7f6e6381031a0baddR199
505
506     When I rewrote his patch, I messed it up:
507
508     https://github.com/behdad/harfbuzz/commit/da132937989acb4d8ca9bd41c79f98750e7dda30#diff-ead86a33a5cc9ad7f6e6381031a0baddR209
509
510     the intended behavior was NOT to set found=TRUE and NOT to continue.
511     This was resulting in feature_index[table_index] being left unset.
512     Oops!
513
514  src/hb-ot-map.cc | 5 +----
515  1 file changed, 1 insertion(+), 4 deletions(-)
516
517 commit 68b6296d3333fd38bd5442d2ba087ced481603bc
518 Author: Behdad Esfahbod <behdad@behdad.org>
519 Date:   Tue Mar 1 16:41:53 2016 +0900
520
521     Add F2DOT14 type
522
523  src/hb-open-type-private.hh | 9 +++++++++
524  1 file changed, 9 insertions(+)
525
526 commit 082b79fe9f06607998178dcdcbe817af28b017de
527 Author: Behdad Esfahbod <behdad@behdad.org>
528 Date:   Tue Mar 1 16:41:26 2016 +0900
529
530     Use FWORD and UFWORD when it makes sense
531
532     I had forgotten about those types.
533
534  src/hb-ot-glyf-table.hh | 8 ++++----
535  src/hb-ot-hmtx-table.hh | 6 +++---
536  2 files changed, 7 insertions(+), 7 deletions(-)
537
538 commit 5f995db10381172ec63fd7ffbb0acf2c6b3dae5e
539 Author: Kal Conley <kcconley@gmail.com>
540 Date:   Fri Feb 26 00:36:17 2016 +0100
541
542     Fix missing ICU #include
543
544     Fix compile error in hb-icu.cc when ICU configured with
545     U_NO_DEFAULT_INCLUDE_UTF_HEADERS=1
546
547  src/hb-icu.cc | 1 +
548  1 file changed, 1 insertion(+)
549
550 commit b424b6c372dfe4c0ed75a49761eb34a416819446
551 Author: Kal Conley <kcconley@gmail.com>
552 Date:   Fri Feb 26 00:35:15 2016 +0100
553
554     Add --with-icu=builtin configure option
555
556  configure.ac    | 33 +++++++++++++++++++--------------
557  src/Makefile.am |  7 +++++++
558  2 files changed, 26 insertions(+), 14 deletions(-)
559
560 commit 71248a843f976c86022eb5bb8c6e8880b2499937
561 Author: Konstantin Ritt <ritt.ks@gmail.com>
562 Date:   Thu Feb 25 18:55:28 2016 +0400
563
564     Fix build with HB_DISABLE_DEPRECATED
565
566     When HB_DISABLE_DEPRECATED is defined, no code from hb-deprecated.h
567     should be used, even from within HB itself.
568
569  src/hb-font.cc | 4 ++++
570  1 file changed, 4 insertions(+)
571
572 commit 0c7fb7419c20d04b803412945565562c32b42929
573 Author: Behdad Esfahbod <behdad@behdad.org>
574 Date:   Thu Feb 25 14:40:09 2016 +0900
575
576     Speed up buffer variable allocation sanity check
577
578     This makes defining HB_NDEBUG much less relevant, to the
579     point of irrelevance.  Sorry about all the fuss in previous
580     release!
581
582  src/hb-buffer-private.hh | 67
583  ++++++++++++++++++++++++++++-----------------
584  src/hb-buffer.cc         | 70
585  ------------------------------------------------
586  2 files changed, 43 insertions(+), 94 deletions(-)
587
588 commit 91dd11565221bdb108c138662ea013aac14bb968
589 Author: Behdad Esfahbod <behdad@behdad.org>
590 Date:   Thu Feb 25 13:56:47 2016 +0900
591
592     Add HB_NDEBUG
593
594     API changes:
595     - If NDEBUG is defined, define HB_NDEBUG
596     - Disable costlier sanity checks if HB_NDEBUG is defined.
597
598     In 1.2.3 introduced some code to disable costly sanity checks if
599     NDEBUG is defined.  NDEBUG, however, disables all assert()s as
600     well.  With HB_NDEBUG, one can disable costlier checks but keep
601     assert()s.
602
603     I'll probably add a way to define HB_NDEBUG automatically in
604     release tarballs.  But for now, production systems that do NOT
605     define NDEBUG, are encouraged to define HB_NDEBUG for our build.
606
607  src/Makefile.am          | 2 +-
608  src/hb-buffer-private.hh | 4 ++--
609  src/hb-buffer.cc         | 4 ++--
610  src/hb-private.hh        | 9 +++++++++
611  4 files changed, 14 insertions(+), 5 deletions(-)
612
613 commit 75568b0a7f811ea18e23037735ec8541a7431f88
614 Author: Behdad Esfahbod <behdad@behdad.org>
615 Date:   Thu Feb 25 12:26:26 2016 +0900
616
617     1.2.3
618
619  NEWS         | 42 ++++++++++++++++++++++++++++++++++++++++++
620  configure.ac |  2 +-
621  2 files changed, 43 insertions(+), 1 deletion(-)
622
623 commit 988165021f8d48dc7120b071d056491256569f4f
624 Author: Behdad Esfahbod <behdad@behdad.org>
625 Date:   Thu Feb 25 12:23:02 2016 +0900
626
627     Disable internal buffer variable bookkeeping in NDEBUG builds
628
629     Saves some sweet time and binary size!
630
631  src/Makefile.am          |  1 +
632  src/hb-buffer-private.hh | 30 ++++++++++++++++++++----------
633  src/hb-buffer.cc         |  6 ++++--
634  3 files changed, 25 insertions(+), 12 deletions(-)
635
636 commit 94dd0bb7e78125994cb7c833a5b03110f1ffc822
637 Author: Behdad Esfahbod <behdad@behdad.org>
638 Date:   Thu Feb 25 11:31:03 2016 +0900
639
640     Add blacklist signature for Times New Roman (Bold) Italic on OS X
641
642  src/hb-ot-layout.cc | 2 ++
643  1 file changed, 2 insertions(+)
644
645 commit dd8598c1c7f29fc92253b0cd4e856c1941b1d0c0
646 Author: Behdad Esfahbod <behdad@behdad.org>
647 Date:   Thu Feb 25 11:20:05 2016 +0900
648
649     [test] Pass closure to hb_font_set_glyph_func()
650
651     Exercises fix in c335fd7986fe360ab8e1c032c9b988d0d30511eb
652
653  test/api/test-shape.c | 2 +-
654  1 file changed, 1 insertion(+), 1 deletion(-)
655
656 commit e23cf902e91142a10229e3514be4ceee69efde04
657 Author: Behdad Esfahbod <behdad@behdad.org>
658 Date:   Thu Feb 25 11:11:15 2016 +0900
659
660     Blacklist GDEF table of timesi.ttf and timesbi.ttf on Win 7
661
662     See discussion:
663     https://lists.freedesktop.org/archives/harfbuzz/2016-February/005489.html
664
665  src/hb-ot-layout.cc | 25 +++++++++++++++++++++++++
666  1 file changed, 25 insertions(+)
667
668 commit c335fd7986fe360ab8e1c032c9b988d0d30511eb
669 Author: Behdad Esfahbod <behdad@behdad.org>
670 Date:   Thu Feb 25 09:16:05 2016 +0900
671
672     In trampoline implementation of get_glyph(), don't destroy user
673     data twice!
674
675  src/hb-font.cc | 41 +++++++++++++++++++++++++++--------------
676  1 file changed, 27 insertions(+), 14 deletions(-)
677
678 commit 23335deaad9d4d9824ff41343264514d3f9f7e37
679 Author: Behdad Esfahbod <behdad@behdad.org>
680 Date:   Wed Feb 24 20:27:13 2016 +0900
681
682     [ot-font] Accelerate cmap format4 get_glyph
683
684  src/hb-ot-cmap-table.hh | 111
685  ++++++++++++++++++++++++++++--------------------
686  src/hb-ot-font.cc       |  14 +++++-
687  2 files changed, 77 insertions(+), 48 deletions(-)
688
689 commit e0f16a715bc3e621ff21a8be88102e9672630574
690 Author: Behdad Esfahbod <behdad@behdad.org>
691 Date:   Wed Feb 24 19:52:36 2016 +0900
692
693     [ot-font] Towards accelerating get_glyph()
694
695  src/hb-ot-font.cc | 23 ++++++++++++++++++++---
696  1 file changed, 20 insertions(+), 3 deletions(-)
697
698 commit 5473ebfb84c7b6059ac16e04676b363acc51aa00
699 Author: Behdad Esfahbod <behdad@behdad.org>
700 Date:   Wed Feb 24 19:32:43 2016 +0900
701
702     [ot-font] Remove level of indirection in get_glyph_variant
703
704  src/hb-ot-cmap-table.hh | 14 ++------------
705  src/hb-ot-font.cc       | 13 +++++++++----
706  2 files changed, 11 insertions(+), 16 deletions(-)
707
708 commit 49fe6ecf19522413e79a11a29aa0ffc5bdfcd2f8
709 Author: Behdad Esfahbod <behdad@behdad.org>
710 Date:   Wed Feb 24 19:10:06 2016 +0900
711
712     [TODO] Update
713
714     This file is rather obsolete.  Still, give it a refresh.
715
716  TODO | 16 ++--------------
717  1 file changed, 2 insertions(+), 14 deletions(-)
718
719 commit 8b5bc141cd3a6bfcea3c91a882a630426876ceb3
720 Author: Behdad Esfahbod <behdad@behdad.org>
721 Date:   Wed Feb 24 19:05:23 2016 +0900
722
723     Add get_nominal_glyph() and get_variation_glyph() instead of
724     get_glyph()
725
726     New API:
727     - hb_font_get_nominal_glyph_func_t
728     - hb_font_get_variation_glyph_func_t
729     - hb_font_funcs_set_nominal_glyph_func()
730     - hb_font_funcs_set_variation_glyph_func()
731     - hb_font_get_nominal_glyph()
732     - hb_font_get_variation_glyph()
733
734     Deprecated API:
735     - hb_font_get_glyph_func_t
736     - hb_font_funcs_set_glyph_func()
737
738     Clients that implement their own font-funcs are encouraged to replace
739     their get_glyph() implementation with a get_nominal_glyph() and
740     get_variation_glyph() pair.  The variation version can assume that
741     variation_selector argument is not zero.
742
743  src/hb-deprecated.h                |  10 ++
744  src/hb-fallback-shape.cc           |   4 +-
745  src/hb-font-private.hh             |  26 +++--
746  src/hb-font.cc                     | 203
747  ++++++++++++++++++++++++++++++++++---
748  src/hb-font.h                      |  55 +++++++---
749  src/hb-ft.cc                       |  38 ++++---
750  src/hb-ot-font.cc                  |  57 +++++++----
751  src/hb-ot-shape-complex-indic.cc   |   8 +-
752  src/hb-ot-shape-complex-myanmar.cc |   2 +-
753  src/hb-ot-shape-complex-use.cc     |   2 +-
754  src/hb-ot-shape-fallback.cc        |   6 +-
755  src/hb-ot-shape-normalize.cc       |  18 ++--
756  src/hb-ot-shape.cc                 |   6 +-
757  13 files changed, 344 insertions(+), 91 deletions(-)
758
759 commit b30a971bf792b9c683c345e1be25c5a5869a113c
760 Author: Behdad Esfahbod <behdad@behdad.org>
761 Date:   Wed Feb 24 17:32:22 2016 +0900
762
763     1.2.2
764
765  NEWS         | 14 +++++++++++++-
766  configure.ac |  2 +-
767  2 files changed, 14 insertions(+), 2 deletions(-)
768
769 commit af48e3d27c01c538f46f1dc376d994a0c24a8170
770 Author: Behdad Esfahbod <behdad@behdad.org>
771 Date:   Wed Feb 24 16:06:40 2016 +0900
772
773     Fix recent test
774
775     Not sure why the FT functions were returning advance 1024.  This
776     caused failure on drone.io.  Switch to hb-ot-font and disable
777     glyph names.
778
779  test/shaping/tests/cursive-positioning.tests | 2 +-
780  1 file changed, 1 insertion(+), 1 deletion(-)
781
782 commit 17c831701756bb46300c412fd64b19d67f299c18
783 Author: Behdad Esfahbod <behdad@behdad.org>
784 Date:   Wed Feb 24 16:06:23 2016 +0900
785
786     [tests] Fix for multiple options in test runner scripts
787
788  test/shaping/run-tests.sh | 3 +--
789  1 file changed, 1 insertion(+), 2 deletions(-)
790
791 commit ebd7431f824c718db6ce5b85e94f2b3911127af4
792 Author: Behdad Esfahbod <behdad@behdad.org>
793 Date:   Wed Feb 24 15:53:40 2016 +0900
794
795     Partially revert 86c68c7a2c971efe8e35b1f1bd99401dc8b688d2
796
797     That commit moved the advance adjustment for mark positioning to
798     be applied immediately, instead of doing late before.  This breaks
799     if mark advances are zeroed late, like in Arabic.  Also, easier to
800     hit it in RTL scripts since a single mark with non-zero advance is
801     enough to hit the bug, whereas in LTR, at least two marks are needed.
802
803     This reopens https://github.com/behdad/harfbuzz/issues/211
804     The cursive+mark interaction is broken again.  To be fixed in a
805     different way.
806
807  src/hb-ot-layout-gpos-table.hh               | 28
808  ++++++++++++----------------
809  test/shaping/tests/cursive-positioning.tests |  2 +-
810  2 files changed, 13 insertions(+), 17 deletions(-)
811
812 commit 284481b3120963353f5f34ed094f07ffc13480ef
813 Author: Behdad Esfahbod <behdad@behdad.org>
814 Date:   Wed Feb 24 15:52:37 2016 +0900
815
816     Add test for mark positioning in rtl with non-zero mark advance
817
818     Apparently I broke this 86c68c7a2c971efe8e35b1f1bd99401dc8b688d2.
819     Fix coming.
820
821  .../sha1sum/07f054357ff8638bac3711b422a1e31180bba863.ttf  | Bin 0 ->
822  848 bytes
823  test/shaping/tests/cursive-positioning.tests              |   1 +
824  2 files changed, 1 insertion(+)
825
826 commit 56a84e8dd18c63782b8db3a86e94651dae5bb01b
827 Author: Behdad Esfahbod <behdad@behdad.org>
828 Date:   Wed Feb 24 15:50:33 2016 +0900
829
830     [tests] Allow commenting out tests to be skipped
831
832  test/shaping/run-tests.sh | 4 ++++
833  1 file changed, 4 insertions(+)
834
835 commit 7cfd6cc486f2751d7f78c5008a636d677af4e12f
836 Author: Behdad Esfahbod <behdad@behdad.org>
837 Date:   Wed Feb 24 12:30:57 2016 +0900
838
839     [Android.mk] Update with warning flags
840
841  Android.mk | 3 ++-
842  1 file changed, 2 insertions(+), 1 deletion(-)
843
844 commit dabf32a5ad706726412ba5c64e1ea614a707b928
845 Author: Behdad Esfahbod <behdad@behdad.org>
846 Date:   Tue Feb 23 15:38:43 2016 +0900
847
848     1.2.1
849
850  NEWS         | 13 +++++++++++++
851  configure.ac |  2 +-
852  2 files changed, 14 insertions(+), 1 deletion(-)
853
854 commit 525cc7d28cbe4e8149ddba677224f134dc0a3274
855 Author: Behdad Esfahbod <behdad@behdad.org>
856 Date:   Tue Feb 23 15:19:27 2016 +0900
857
858     Add note re only adding tests with Free Software fonts
859
860  test/shaping/README.md | 5 ++++-
861  1 file changed, 4 insertions(+), 1 deletion(-)
862
863 commit 6a09d7e34b949f9929f616ee53278b2edfd9b7ea
864 Author: Behdad Esfahbod <behdad@behdad.org>
865 Date:   Tue Feb 23 13:47:16 2016 +0900
866
867     [test] Add README about how to add shaping tests
868
869  test/shaping/Makefile.am |  1 +
870  test/shaping/README.md   | 37 +++++++++++++++++++++++++++++++++++++
871  2 files changed, 38 insertions(+)
872
873 commit f8ee7906d0454d950081c621f2b04a6d08e1b92f
874 Author: Behdad Esfahbod <behdad@behdad.org>
875 Date:   Tue Feb 23 13:45:38 2016 +0900
876
877     Remove MANIFEST files
878
879     They are unused currently.  We can add later if we hook them up
880     to anything useful.
881
882  test/shaping/fonts/sha1sum/MANIFEST                | 52
883  ----------------------
884  test/shaping/tests/MANIFEST                        | 19 --------
885  test/shaping/texts/MANIFEST                        |  1 -
886  test/shaping/texts/in-tree/MANIFEST                |  9 ----
887  test/shaping/texts/in-tree/shaper-arabic/MANIFEST  |  6 ---
888  .../in-tree/shaper-arabic/script-arabic/MANIFEST   |  3 --
889  .../script-arabic/language-persian/MANIFEST        |  1 -
890  .../script-arabic/language-urdu/MANIFEST           |  1 -
891  .../script-arabic/language-urdu/crulp/MANIFEST     |  1 -
892  .../language-urdu/crulp/ligatures/MANIFEST         |  7 ---
893  .../shaper-arabic/script-arabic/misc/MANIFEST      |  1 -
894  .../script-arabic/misc/diacritics/MANIFEST         |  7 ---
895  .../in-tree/shaper-arabic/script-mandaic/MANIFEST  |  1 -
896  .../shaper-arabic/script-mandaic/misc/MANIFEST     |  0
897  .../shaper-arabic/script-mongolian/MANIFEST        |  1 -
898  .../shaper-arabic/script-mongolian/misc/MANIFEST   |  4 --
899  .../in-tree/shaper-arabic/script-nko/MANIFEST      |  1 -
900  .../in-tree/shaper-arabic/script-nko/misc/MANIFEST |  1 -
901  .../in-tree/shaper-arabic/script-phags-pa/MANIFEST |  1 -
902  .../shaper-arabic/script-phags-pa/misc/MANIFEST    |  1 -
903  .../in-tree/shaper-arabic/script-syriac/MANIFEST   |  1 -
904  .../shaper-arabic/script-syriac/misc/MANIFEST      |  2 -
905  test/shaping/texts/in-tree/shaper-default/MANIFEST |  5 ---
906  .../shaper-default/script-ethiopic/MANIFEST        |  1 -
907  .../shaper-default/script-ethiopic/misc/MANIFEST   |  1 -
908  .../in-tree/shaper-default/script-han/MANIFEST     |  1 -
909  .../shaper-default/script-han/misc/MANIFEST        |  1 -
910  .../shaper-default/script-hiragana/MANIFEST        |  1 -
911  .../shaper-default/script-hiragana/misc/MANIFEST   |  2 -
912  .../shaper-default/script-linear-b/MANIFEST        |  1 -
913  .../shaper-default/script-linear-b/misc/MANIFEST   |  1 -
914  .../shaper-default/script-tifinagh/MANIFEST        |  1 -
915  .../shaper-default/script-tifinagh/misc/MANIFEST   |  1 -
916  test/shaping/texts/in-tree/shaper-hangul/MANIFEST  |  1 -
917  .../in-tree/shaper-hangul/script-hangul/MANIFEST   |  1 -
918  .../shaper-hangul/script-hangul/misc/MANIFEST      |  1 -
919  test/shaping/texts/in-tree/shaper-hebrew/MANIFEST  |  1 -
920  .../in-tree/shaper-hebrew/script-hebrew/MANIFEST   |  1 -
921  .../shaper-hebrew/script-hebrew/misc/MANIFEST      |  1 -
922  test/shaping/texts/in-tree/shaper-indic/MANIFEST   |  2 -
923  .../texts/in-tree/shaper-indic/indic/MANIFEST      | 11 -----
924  .../shaper-indic/indic/script-assamese/MANIFEST    |  2 -
925  .../indic/script-assamese/misc/MANIFEST            |  0
926  .../indic/script-assamese/utrrs/MANIFEST           |  3 --
927  .../indic/script-assamese/utrrs/codepoint/MANIFEST |  7 ---
928  .../indic/script-assamese/utrrs/gpos/MANIFEST      |  2 -
929  .../indic/script-assamese/utrrs/gsub/MANIFEST      |  1 -
930  .../shaper-indic/indic/script-bengali/MANIFEST     |  2 -
931  .../indic/script-bengali/misc/MANIFEST             |  2 -
932  .../indic/script-bengali/utrrs/MANIFEST            |  3 --
933  .../indic/script-bengali/utrrs/codepoint/MANIFEST  |  7 ---
934  .../indic/script-bengali/utrrs/gpos/MANIFEST       |  2 -
935  .../indic/script-bengali/utrrs/gsub/MANIFEST       |  1 -
936  .../shaper-indic/indic/script-devanagari/MANIFEST  |  2 -
937  .../indic/script-devanagari/misc/MANIFEST          |  6 ---
938  .../indic/script-devanagari/utrrs/MANIFEST         |  3 --
939  .../script-devanagari/utrrs/codepoint/MANIFEST     |  9 ----
940  .../indic/script-devanagari/utrrs/gpos/MANIFEST    |  2 -
941  .../indic/script-devanagari/utrrs/gsub/MANIFEST    |  1 -
942  .../shaper-indic/indic/script-gujarati/MANIFEST    |  2 -
943  .../indic/script-gujarati/misc/MANIFEST            |  0
944  .../indic/script-gujarati/utrrs/MANIFEST           |  3 --
945  .../indic/script-gujarati/utrrs/codepoint/MANIFEST |  7 ---
946  .../indic/script-gujarati/utrrs/gpos/MANIFEST      |  2 -
947  .../indic/script-gujarati/utrrs/gsub/MANIFEST      |  1 -
948  .../shaper-indic/indic/script-gurmukhi/MANIFEST    |  2 -
949  .../indic/script-gurmukhi/misc/MANIFEST            |  1 -
950  .../indic/script-gurmukhi/utrrs/MANIFEST           |  3 --
951  .../indic/script-gurmukhi/utrrs/codepoint/MANIFEST |  7 ---
952  .../indic/script-gurmukhi/utrrs/gpos/MANIFEST      |  2 -
953  .../indic/script-gurmukhi/utrrs/gsub/MANIFEST      |  1 -
954  .../shaper-indic/indic/script-kannada/MANIFEST     |  2 -
955  .../indic/script-kannada/misc/MANIFEST             |  2 -
956  .../indic/script-kannada/utrrs/MANIFEST            |  3 --
957  .../indic/script-kannada/utrrs/codepoint/MANIFEST  |  8 ----
958  .../indic/script-kannada/utrrs/gpos/MANIFEST       |  1 -
959  .../indic/script-kannada/utrrs/gsub/MANIFEST       |  1 -
960  .../shaper-indic/indic/script-malayalam/MANIFEST   |  2 -
961  .../indic/script-malayalam/misc/MANIFEST           |  3 --
962  .../indic/script-malayalam/utrrs/MANIFEST          |  2 -
963  .../script-malayalam/utrrs/codepoint/MANIFEST      |  7 ---
964  .../indic/script-malayalam/utrrs/gsub/MANIFEST     |  1 -
965  .../shaper-indic/indic/script-oriya/MANIFEST       |  2 -
966  .../shaper-indic/indic/script-oriya/misc/MANIFEST  |  2 -
967  .../shaper-indic/indic/script-oriya/utrrs/MANIFEST |  2 -
968  .../indic/script-oriya/utrrs/codepoint/MANIFEST    |  9 ----
969  .../indic/script-oriya/utrrs/gsub/MANIFEST         |  1 -
970  .../shaper-indic/indic/script-sinhala/MANIFEST     |  2 -
971  .../indic/script-sinhala/misc/MANIFEST             |  4 --
972  .../indic/script-sinhala/utrrs/MANIFEST            |  3 --
973  .../indic/script-sinhala/utrrs/codepoint/MANIFEST  |  5 ---
974  .../indic/script-sinhala/utrrs/gpos/MANIFEST       |  1 -
975  .../indic/script-sinhala/utrrs/gsub/MANIFEST       |  7 ---
976  .../shaper-indic/indic/script-tamil/MANIFEST       |  2 -
977  .../shaper-indic/indic/script-tamil/misc/MANIFEST  |  1 -
978  .../shaper-indic/indic/script-tamil/utrrs/MANIFEST |  3 --
979  .../indic/script-tamil/utrrs/codepoint/MANIFEST    | 10 -----
980  .../indic/script-tamil/utrrs/gpos/MANIFEST         |  2 -
981  .../indic/script-tamil/utrrs/gsub/MANIFEST         |  1 -
982  .../shaper-indic/indic/script-telugu/MANIFEST      |  2 -
983  .../shaper-indic/indic/script-telugu/misc/MANIFEST |  1 -
984  .../indic/script-telugu/utrrs/MANIFEST             |  3 --
985  .../indic/script-telugu/utrrs/codepoint/MANIFEST   |  7 ---
986  .../indic/script-telugu/utrrs/gpos/MANIFEST        |  1 -
987  .../indic/script-telugu/utrrs/gsub/MANIFEST        |  1 -
988  .../in-tree/shaper-indic/south-east-asian/MANIFEST |  1 -
989  .../south-east-asian/script-khmer/MANIFEST         |  1 -
990  .../south-east-asian/script-khmer/misc/MANIFEST    |  3 --
991  test/shaping/texts/in-tree/shaper-myanmar/MANIFEST |  1 -
992  .../in-tree/shaper-myanmar/script-myanmar/MANIFEST |  1 -
993  .../shaper-myanmar/script-myanmar/misc/MANIFEST    |  3 --
994  test/shaping/texts/in-tree/shaper-thai/MANIFEST    |  2 -
995  .../texts/in-tree/shaper-thai/script-lao/MANIFEST  |  1 -
996  .../in-tree/shaper-thai/script-lao/misc/MANIFEST   |  1 -
997  .../texts/in-tree/shaper-thai/script-thai/MANIFEST |  1 -
998  .../in-tree/shaper-thai/script-thai/misc/MANIFEST  |  4 --
999  test/shaping/texts/in-tree/shaper-tibetan/MANIFEST |  1 -
1000  .../in-tree/shaper-tibetan/script-tibetan/MANIFEST |  1 -
1001  .../shaper-tibetan/script-tibetan/misc/MANIFEST    |  1 -
1002  test/shaping/texts/in-tree/shaper-use/MANIFEST     |  6 ---
1003  .../texts/in-tree/shaper-use/script-batak/MANIFEST |  1 -
1004  .../in-tree/shaper-use/script-buginese/MANIFEST    |  1 -
1005  .../texts/in-tree/shaper-use/script-cham/MANIFEST  |  1 -
1006  .../in-tree/shaper-use/script-kaithi/MANIFEST      |  1 -
1007  .../in-tree/shaper-use/script-kharoshti/MANIFEST   |  1 -
1008  .../in-tree/shaper-use/script-tai-tham/MANIFEST    |  2 -
1009  126 files changed, 381 deletions(-)
1010
1011 commit 815bdd7700155efcffa9a4c3ca5bfc31833d0586
1012 Author: Behdad Esfahbod <behdad@behdad.org>
1013 Date:   Mon Feb 22 18:22:44 2016 +0900
1014
1015     In cluster-level=0, group ZWJ/ZWNJ with previous cluster
1016
1017     This better emulates Unicode grapheme clusters.
1018
1019     Note that Uniscribe does NOT do this, but should be harmless with
1020     most clients,
1021     and improve fallback with clients that use HarfBuzz cluster as unit
1022     of fallback.
1023
1024     Fixes https://github.com/behdad/harfbuzz/issues/217
1025
1026  src/hb-ot-layout-private.hh                           | 6 ++++++
1027  src/hb-ot-shape.cc                                    | 3 ++-
1028  test/shaping/tests/indic-joiner-candrabindu.tests     | 2 +-
1029  test/shaping/tests/mongolian-variation-selector.tests | 2 +-
1030  4 files changed, 10 insertions(+), 3 deletions(-)
1031
1032 commit 89137e325a19d62fb00979e1e8ab2ca59a2c1147
1033 Author: Behdad Esfahbod <behdad@behdad.org>
1034 Date:   Mon Feb 22 16:00:59 2016 +0900
1035
1036     Minor
1037
1038  src/hb-coretext.cc | 2 +-
1039  src/hb-ot-shape.cc | 2 +-
1040  2 files changed, 2 insertions(+), 2 deletions(-)
1041
1042 commit 15063b12f7619d4f44981248e28f38c172d12e1f
1043 Author: Behdad Esfahbod <behdad@behdad.org>
1044 Date:   Mon Feb 22 15:56:29 2016 +0900
1045
1046     [coretext] Move CTFont construction to face_data
1047
1048  src/hb-coretext.cc | 66
1049  +++++++++++++++++++++++++-----------------------------
1050  1 file changed, 30 insertions(+), 36 deletions(-)
1051
1052 commit ba3d49d9a56932d341bf1916a30f322be665e3a6
1053 Author: Behdad Esfahbod <behdad@behdad.org>
1054 Date:   Mon Feb 22 15:50:12 2016 +0900
1055
1056     [coretext] Move code around
1057
1058  src/hb-coretext.cc | 70
1059  +++++++++++++++++++++++++++++++-----------------------
1060  1 file changed, 40 insertions(+), 30 deletions(-)
1061
1062 commit 90194efb8480d58c55b7a19962624c7aadbdca63
1063 Author: Behdad Esfahbod <behdad@behdad.org>
1064 Date:   Mon Feb 22 15:42:53 2016 +0900
1065
1066     [coretext] Move code around
1067
1068  src/hb-coretext.cc | 46 ++++++++++++++++++++++++++--------------------
1069  1 file changed, 26 insertions(+), 20 deletions(-)
1070
1071 commit ca539e37a4b71e585a267a288db1a3975cbb99fc
1072 Author: Behdad Esfahbod <behdad@behdad.org>
1073 Date:   Mon Feb 22 15:37:18 2016 +0900
1074
1075     [build] git.mk fix for m4/gtk-doc.m4
1076
1077  Makefile.am | 1 +
1078  1 file changed, 1 insertion(+)
1079
1080 commit 54788cb1ecc5a5ffd63d07cd1f0b07b2afa9a8ca
1081 Author: Behdad Esfahbod <behdad@behdad.org>
1082 Date:   Mon Feb 22 15:32:52 2016 +0900
1083
1084     [win32] Install git.mk
1085
1086  win32/Makefile.am | 2 ++
1087  1 file changed, 2 insertions(+)
1088
1089 commit 9a13ed453ef96822a47d6e6f58332b87f38d5c59
1090 Author: Behdad Esfahbod <behdad@behdad.org>
1091 Date:   Mon Feb 22 11:44:45 2016 +0900
1092
1093     Make FixedVersion a template
1094
1095  src/hb-open-file-private.hh          | 4 ++--
1096  src/hb-open-type-private.hh          | 9 +++++----
1097  src/hb-ot-head-table.hh              | 4 ++--
1098  src/hb-ot-hhea-table.hh              | 2 +-
1099  src/hb-ot-layout-gdef-table.hh       | 2 +-
1100  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
1101  src/hb-ot-layout-jstf-table.hh       | 2 +-
1102  src/hb-ot-maxp-table.hh              | 2 +-
1103  8 files changed, 14 insertions(+), 13 deletions(-)
1104
1105 commit 238b943e850ea1ab0093e12c74d2cd7c686f318e
1106 Author: Behdad Esfahbod <behdad@behdad.org>
1107 Date:   Mon Feb 22 15:31:22 2016 +0900
1108
1109     [coretext] Fix leak!
1110
1111  src/hb-coretext.cc | 1 +
1112  1 file changed, 1 insertion(+)
1113
1114 commit e561122856a50ed405d71cb1629317e7ae63f316
1115 Author: Behdad Esfahbod <behdad@behdad.org>
1116 Date:   Mon Feb 22 15:28:37 2016 +0900
1117
1118     [coretext] Move code around
1119
1120  src/hb-coretext.cc | 109
1121  ++++++++++++++++++++++++++++++-----------------------
1122  1 file changed, 62 insertions(+), 47 deletions(-)
1123
1124 commit 04c64431530a4a6d9ebd33674c4665a8e6d25bdd
1125 Author: Behdad Esfahbod <behdad@behdad.org>
1126 Date:   Mon Feb 22 15:12:27 2016 +0900
1127
1128     [coretext] Ignore PPEM in font size selection
1129
1130  src/hb-coretext.cc | 14 ++++----------
1131  1 file changed, 4 insertions(+), 10 deletions(-)
1132
1133 commit 62c2711121fe78f373c15c0f53090b62b52d11c1
1134 Author: Behdad Esfahbod <behdad@behdad.org>
1135 Date:   Mon Feb 22 15:07:20 2016 +0900
1136
1137     [coretext] Limit grapheme-cluster forming to cluster-level=0
1138
1139  src/hb-coretext.cc | 1 +
1140  src/hb-ot-shape.cc | 2 +-
1141  2 files changed, 2 insertions(+), 1 deletion(-)
1142
1143 commit 061105ec443eb7350ffe217305f9d8902c179e2f
1144 Author: Behdad Esfahbod <behdad@behdad.org>
1145 Date:   Mon Feb 22 14:59:39 2016 +0900
1146
1147     [coretext] Fix shaping with varying font size
1148
1149     Fixes https://github.com/libass/libass/issues/212
1150
1151  src/hb-coretext.cc | 8 ++++----
1152  1 file changed, 4 insertions(+), 4 deletions(-)
1153
1154 commit 27847cab1264b4ce8342603f4626b4e0645979e4
1155 Author: Behdad Esfahbod <behdad@behdad.org>
1156 Date:   Fri Feb 19 15:56:50 2016 +0700
1157
1158     1.2.0
1159
1160  NEWS         | 20 ++++++++++++++++++++
1161  configure.ac |  2 +-
1162  2 files changed, 21 insertions(+), 1 deletion(-)
1163
1164 commit c3731559042e1730e85d19574321ad850010f7de
1165 Author: Behdad Esfahbod <behdad@behdad.org>
1166 Date:   Fri Feb 19 15:13:07 2016 +0700
1167
1168     [fuzzing] Add test for recent fix
1169
1170     Test from https://github.com/behdad/harfbuzz/issues/223
1171
1172     I forgot that we do run hb-fuzzer on tests in
1173     shaping/tests/fuzzed.tests.
1174
1175  .../sha1sum/205edd09bd3d141cc9580f650109556cc28b22cb.ttf | Bin 0 ->
1176  1966 bytes
1177  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
1178  test/shaping/tests/fuzzed.tests                          |   1 +
1179  3 files changed, 2 insertions(+)
1180
1181 commit aa33cb72ab29c31e87f0cca9a0e72fe3a68247b7
1182 Author: Behdad Esfahbod <behdad@behdad.org>
1183 Date:   Fri Feb 19 15:12:24 2016 +0700
1184
1185     [fuzzing] Make test runner actually work
1186
1187  test/fuzzing/Makefile.am | 6 ++++--
1188  1 file changed, 4 insertions(+), 2 deletions(-)
1189
1190 commit 2735555c6b0c95db7dfc2b391f92a1a5c06084c4
1191 Author: Behdad Esfahbod <behdad@behdad.org>
1192 Date:   Fri Feb 19 15:12:16 2016 +0700
1193
1194     [fuzzing] Add TODO item
1195
1196  test/fuzzing/hb-fuzzer.cc | 1 +
1197  1 file changed, 1 insertion(+)
1198
1199 commit b87e36f6f119fac80b8fd55f3abae563c2c5b798
1200 Author: Behdad Esfahbod <behdad@behdad.org>
1201 Date:   Fri Feb 19 14:52:31 2016 +0700
1202
1203     Avoid buffer->move_to() in case of buffer error
1204
1205     Fixes https://github.com/behdad/harfbuzz/issues/223
1206
1207     Right now we cannot test this because it has to be tested using
1208     hb-fuzzer.
1209     We should move all fuzzing tests from test/shaping/tests/fuzzed.tests
1210     to
1211     test/fuzzing/ and have its own test runner.  At that point, should add
1212     test from this issue as well.
1213
1214  src/hb-buffer.cc                     | 2 ++
1215  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
1216  2 files changed, 3 insertions(+), 1 deletion(-)
1217
1218 commit 7e76bbabbaa56af314abff8ddba8866c634919cd
1219 Author: Behdad Esfahbod <behdad@behdad.org>
1220 Date:   Fri Feb 19 14:43:39 2016 +0700
1221
1222     [fuzzing] Make "make hb-fuzzer" build lib dependency
1223
1224     Not going to do with util/, but is convenient here.
1225
1226  test/fuzzing/Makefile.am | 3 +++
1227  1 file changed, 3 insertions(+)
1228
1229 commit 568a0c60e8695a6ad8a93ec60d55b137c48890cb
1230 Author: Behdad Esfahbod <behdad@behdad.org>
1231 Date:   Thu Feb 18 19:31:51 2016 +0700
1232
1233     Remove pointless overflow check in pointer math
1234
1235     Fixes https://github.com/behdad/harfbuzz/issues/227
1236
1237  src/hb-blob.cc | 1 -
1238  1 file changed, 1 deletion(-)
1239
1240 commit aae2847099cbf05bf0668fbe526fc58736837c1b
1241 Author: Behdad Esfahbod <behdad@behdad.org>
1242 Date:   Thu Feb 18 17:06:25 2016 +0700
1243
1244     Emoji skin tone modifiers need to be treated as combining marks
1245
1246     Fixes https://github.com/behdad/harfbuzz/issues/169
1247
1248  src/hb-ot-layout-private.hh | 15 ++++++++++++++-
1249  src/hb-unicode-private.hh   |  5 +++--
1250  2 files changed, 17 insertions(+), 3 deletions(-)
1251
1252 commit da41e48f0a1a6af6d44ef25185d2421a29bd4166
1253 Author: Behdad Esfahbod <behdad@behdad.org>
1254 Date:   Tue Feb 16 17:16:33 2016 +0700
1255
1256     [USE] Zero mark advances by GDEF early
1257
1258     This is what Microsoft's implementation does.  Marks that need advance
1259     need to add it back using 'dist' or other feature in GPOS.
1260     Update tests to
1261     match.
1262
1263  src/hb-ot-shape-complex-use.cc                           |   2 +-
1264  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
1265  .../sha1sum/f518eb6f6b5eec2946c9fbbbde44e45d46f5e2ac.ttf | Bin 0 ->
1266  1356 bytes
1267  test/shaping/tests/context-matching.tests                |   2 +-
1268  test/shaping/tests/use.tests                             |   2 ++
1269  5 files changed, 5 insertions(+), 2 deletions(-)
1270
1271 commit 86c68c7a2c971efe8e35b1f1bd99401dc8b688d2
1272 Author: Behdad Esfahbod <behdad@behdad.org>
1273 Date:   Tue Feb 16 16:07:20 2016 +0700
1274
1275     [GPOS] Fix interaction of mark attachments and cursive chaining
1276
1277     Fixes https://github.com/behdad/harfbuzz/issues/211
1278
1279     What happens in that bug is that a mark is attached to base first,
1280     then a second mark is cursive-chained to the first mark.  This only
1281     "works" because it's in the Indic shaper where mark advances are
1282     not zeroed.
1283
1284     Before, we didn't allow cursive to run on marks at all.  Fix that.
1285     We also where updating mark major offsets at the end of GPOS, such
1286     that changes in advance of base will not change the mark attachment
1287     position.  That was superior to the alternative (which is what
1288     Uniscribe
1289     does BTW), but made it hard to apply cursive to the mark after it
1290     was positioned.  We could track major-direction offset changes and
1291     apply that to cursive in the post process, but that's a much trickier
1292     thing to do than the fix here, which is to immediately apply the
1293     major-direction advance-width offsets...  Ie.:
1294
1295     https://github.com/behdad/harfbuzz/issues/211#issuecomment-183194739
1296
1297     If this breaks any fonts, the font should be fixed to do mark
1298     attachment
1299     after all the advances are set up first (kerning, etc).
1300
1301     Finally, this, still doesn't make us match Uniscribe, for I explained
1302     in that bug.  Looks like Uniscribe applies minor-direction cursive
1303     adjustment immediate as well.  We don't, and we like it our way, at
1304     least for now.  Eg. the sequence in the test case does this:
1305
1306     - The first subscript attaches with mark-to-base, moving in x only,
1307     - The second subscript attaches with cursive attachment to first
1308     subscript
1309       moving in x only,
1310     - A final context rule moves the first subscript up by 104 units.
1311
1312     The way we do, the final shift-up, also shifts up the second subscript
1313     mark because it's cursively-attached.  Uniscribe doesn't.  We get:
1314
1315     [ttaorya=0+1307|casubscriptorya=0@-242,104+-231|casubscriptnarroworya=0@20,104+507]
1316
1317     while Uniscribe gets:
1318
1319     [ttaorya=0+1307|casubscriptorya=0@-242,104+-211|casubscriptnarroworya=0+487]
1320
1321     note the different y-offset of the last glyph.  In our view,
1322     after cursive,
1323     things move together, period.
1324
1325  src/hb-ot-layout-gpos-table.hh                     |  31
1326  +++++++++++----------
1327  .../706c5d7b625f207bc0d874c67237aad6f1e9cd6f.ttf   | Bin 0 -> 3868 bytes
1328  test/shaping/fonts/sha1sum/MANIFEST                |   1 +
1329  test/shaping/tests/cursive-positioning.tests       |   1 +
1330  4 files changed, 18 insertions(+), 15 deletions(-)
1331
1332 commit 80c8855cfeffa028d74a25df884d0e5577c95c6c
1333 Author: Behdad Esfahbod <behdad@behdad.org>
1334 Date:   Fri Feb 12 12:50:17 2016 +0700
1335
1336     Minor
1337
1338  src/hb-common.cc | 2 +-
1339  1 file changed, 1 insertion(+), 1 deletion(-)
1340
1341 commit 6ab920224c32e38072a0bec5e84d4b0d58b74167
1342 Author: Behdad Esfahbod <behdad@behdad.org>
1343 Date:   Thu Feb 11 16:57:52 2016 +0700
1344
1345     [GPOS] Minor
1346
1347     No effect.
1348
1349  src/hb-ot-layout-gpos-table.hh | 8 ++++----
1350  1 file changed, 4 insertions(+), 4 deletions(-)
1351
1352 commit cbc3a76c5a38ab24f72e80357377711bd3f54d56
1353 Author: Behdad Esfahbod <behdad@behdad.org>
1354 Date:   Thu Feb 11 16:48:13 2016 +0700
1355
1356     [GPOS] Merge fixing of offsets for cursive and mark attachments
1357
1358     Part of fixing https://github.com/behdad/harfbuzz/issues/211
1359
1360  src/hb-buffer-private.hh       |  3 +-
1361  src/hb-ot-layout-gpos-table.hh | 73
1362  ++++++++++++++++++------------------------
1363  2 files changed, 33 insertions(+), 43 deletions(-)
1364
1365 commit 7d8d58ac81fe267e29ea68cdc6f4a4fa8c22d40f
1366 Author: Behdad Esfahbod <behdad@behdad.org>
1367 Date:   Thu Feb 11 16:34:28 2016 +0700
1368
1369     [GPOS] Divide position_finish() into two phases, for advances
1370     and offsets
1371
1372     Right now the position_finish_advances() is empty.  To be used for
1373     spacing attachments proposal later.
1374
1375  src/hb-ot-layout-gpos-table.hh | 11 +++++++++--
1376  src/hb-ot-layout-gsub-table.hh |  6 ------
1377  src/hb-ot-layout-private.hh    | 19 +++++++++----------
1378  src/hb-ot-layout.cc            | 16 ++++++++--------
1379  src/hb-ot-shape.cc             |  7 +++----
1380  5 files changed, 29 insertions(+), 30 deletions(-)
1381
1382 commit 8474231567a08873cc5e0aa08fea60316a04c27e
1383 Author: Behdad Esfahbod <behdad@behdad.org>
1384 Date:   Thu Feb 11 16:27:41 2016 +0700
1385
1386     [ot] Minor shuffling code around
1387
1388  src/hb-ot-layout-gpos-table.hh |  2 --
1389  src/hb-ot-shape.cc             | 13 ++++++++-----
1390  2 files changed, 8 insertions(+), 7 deletions(-)
1391
1392 commit b0b11614e9fb9ecd1faae28b0ed71ac6bf5c1266
1393 Author: Behdad Esfahbod <behdad@behdad.org>
1394 Date:   Thu Feb 11 15:28:55 2016 +0700
1395
1396     [GPOS] Add harmless recursion in fix_mark_attachment()
1397
1398     Will do nothing.  Just useful for merging two functions.
1399
1400  src/hb-ot-layout-gpos-table.hh | 2 ++
1401  1 file changed, 2 insertions(+)
1402
1403 commit 686567baab5a32ffea843538643e01de2885fa4f
1404 Author: Behdad Esfahbod <behdad@behdad.org>
1405 Date:   Thu Feb 11 15:25:28 2016 +0700
1406
1407     [GPOS] Merge attach_chain() and cursive_chain()
1408
1409     Differentiate, using new attach_type().
1410
1411  src/hb-ot-layout-gpos-table.hh | 50
1412  +++++++++++++++++++++++++++---------------
1413  1 file changed, 32 insertions(+), 18 deletions(-)
1414
1415 commit 806ad8dc65931ab7893bff7d5592a67a9bd237ca
1416 Author: Behdad Esfahbod <behdad@behdad.org>
1417 Date:   Thu Feb 11 14:53:11 2016 +0700
1418
1419     [GPOS] Minor shuffling
1420
1421  src/hb-ot-layout-gpos-table.hh | 10 +++++-----
1422  1 file changed, 5 insertions(+), 5 deletions(-)
1423
1424 commit 0f6278d1fbb75856132f1fa2d29648979f033316
1425 Author: Behdad Esfahbod <behdad@behdad.org>
1426 Date:   Thu Feb 11 14:49:10 2016 +0700
1427
1428     [GPOS] Negate sign of attach_lookback(), and rename it to
1429     attach_chain()
1430
1431     No behavior change.  Preparing to unify how cursive and mark
1432     attachments
1433     work.
1434
1435  src/hb-ot-layout-gpos-table.hh | 17 +++++++++--------
1436  1 file changed, 9 insertions(+), 8 deletions(-)
1437
1438 commit 5b5dc2c0406d8180e72d97a54334c722fda325b1
1439 Author: Behdad Esfahbod <behdad@behdad.org>
1440 Date:   Thu Feb 11 12:15:38 2016 +0700
1441
1442     [tests] Add test for advance zeroing of an ASCII letter marked as
1443     mark in GDEF
1444
1445  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
1446  .../sha1sum/a98e908e2ed21b22228ea59ebcc0f05034c86f2e.ttf | Bin 0 ->
1447  1016 bytes
1448  test/shaping/tests/zero-width-marks.tests                |   1 +
1449  3 files changed, 2 insertions(+)
1450
1451 commit 660c9d3fc21172e8dc340b017122c084dac6334c
1452 Author: Behdad Esfahbod <behdad@behdad.org>
1453 Date:   Thu Feb 11 12:14:27 2016 +0700
1454
1455     Remove font-dependent ASCII-only perf hack
1456
1457     Is confusing.  I already hit it myself.  Remove.  We can optimize
1458     ASCII based on Unicode properties.  But should not do based on
1459     assumptions on the font.
1460
1461  src/hb-ot-shape.cc | 4 ----
1462  1 file changed, 4 deletions(-)
1463
1464 commit 3fe0cf10401875f1e9b8b5fbaf59826e64ea61d2
1465 Author: Behdad Esfahbod <behdad@behdad.org>
1466 Date:   Wed Feb 10 18:43:43 2016 +0700
1467
1468     Fix previous commit!
1469
1470  test/shaping/fonts/sha1sum/MANIFEST       | 6 +++---
1471  test/shaping/tests/zero-width-marks.tests | 6 +++---
1472  2 files changed, 6 insertions(+), 6 deletions(-)
1473
1474 commit 293a210eee0a53b59f4b33298f42ec6e59d785e0
1475 Author: Behdad Esfahbod <behdad@behdad.org>
1476 Date:   Wed Feb 10 18:39:59 2016 +0700
1477
1478     [tests] Fix fonts in cc4a78bf22c4a735b84c89b04be3bb531f42135e
1479
1480     They had an invalid LookupFlag (32).
1481
1482  .../sha1sum/0dd3a51c3ea50997cb1f72515d1060408f8b4b59.ttf | Bin 1412 ->
1483  0 bytes
1484  .../sha1sum/56cfd0e18d07f41c38e9598545a6d369127fc6f9.ttf | Bin 0 ->
1485  1412 bytes
1486  .../sha1sum/828114d00931885bc25abf7cdb878b2914a2e743.ttf | Bin 1448 ->
1487  0 bytes
1488  .../sha1sum/894e96a367f00c196d82e6243673a1d4414f4f6a.ttf | Bin 1448 ->
1489  0 bytes
1490  .../sha1sum/cc5f3d2d717fb6bd4dfae1c16d48a2cb8e12233b.ttf | Bin 0 ->
1491  1448 bytes
1492  .../sha1sum/ffa0f5d2d9025486d8469d8b1fdd983e7632499b.ttf | Bin 0 ->
1493  1448 bytes
1494  6 files changed, 0 insertions(+), 0 deletions(-)
1495
1496 commit eaadcbbc53e02838c847e53ef214a55d6915d677
1497 Author: Behdad Esfahbod <behdad@behdad.org>
1498 Date:   Wed Feb 10 18:29:54 2016 +0700
1499
1500     Remove now-unused mark zeroing BY_UNICODE
1501
1502  src/hb-ot-shape-complex-private.hh |  2 --
1503  src/hb-ot-shape.cc                 | 29 -----------------------------
1504  2 files changed, 31 deletions(-)
1505
1506 commit cc4a78bf22c4a735b84c89b04be3bb531f42135e
1507 Author: Behdad Esfahbod <behdad@behdad.org>
1508 Date:   Wed Feb 10 18:24:08 2016 +0700
1509
1510     [tests] Add tests for Latin mark zeroing
1511
1512  .../sha1sum/0dd3a51c3ea50997cb1f72515d1060408f8b4b59.ttf | Bin 0 ->
1513  1412 bytes
1514  .../sha1sum/828114d00931885bc25abf7cdb878b2914a2e743.ttf | Bin 0 ->
1515  1448 bytes
1516  .../sha1sum/894e96a367f00c196d82e6243673a1d4414f4f6a.ttf | Bin 0 ->
1517  1448 bytes
1518  test/shaping/fonts/sha1sum/MANIFEST                      |   4 ++++
1519  .../sha1sum/fcdcffbdf1c4c97c05308d7600e4c283eb47dbca.ttf | Bin 0 ->
1520  1344 bytes
1521  test/shaping/tests/zero-width-marks.tests                |   4 ++++
1522  6 files changed, 8 insertions(+)
1523
1524 commit 55ff34b9c157a839d026465af8f30424ce7f891b
1525 Author: Behdad Esfahbod <behdad@behdad.org>
1526 Date:   Wed Feb 10 18:20:02 2016 +0700
1527
1528     [tests] Add tests for Thai mark zeroing
1529
1530  .../sha1sum/45855bc8d46332b39c4ab9e2ee1a26b1f896da6b.ttf | Bin 0 ->
1531  1088 bytes
1532  .../sha1sum/7a37dc4d5bf018456aea291cee06daf004c0221c.ttf | Bin 0 ->
1533  1080 bytes
1534  .../sha1sum/8099955657a54e9ee38a6ba1d6f950ce58e3cc25.ttf | Bin 0 ->
1535  1024 bytes
1536  test/shaping/fonts/sha1sum/MANIFEST                      |   4 ++++
1537  .../sha1sum/bb0c53752e85c3d28973ebc913287b8987d3dfe8.ttf | Bin 0 ->
1538  976 bytes
1539  test/shaping/tests/zero-width-marks.tests                |   4 ++++
1540  6 files changed, 8 insertions(+)
1541
1542 commit b3582a8ee82942a931130a83b2867b239f8ca71a
1543 Author: Behdad Esfahbod <behdad@behdad.org>
1544 Date:   Wed Feb 10 18:10:15 2016 +0700
1545
1546     Change default mark advance zeroing behavior from Unicode to GDEF
1547
1548     See thread at:
1549     https://lists.freedesktop.org/archives/harfbuzz/2016-February/005462.html
1550
1551  src/hb-ot-shape-complex-default.cc | 2 +-
1552  src/hb-ot-shape-complex-thai.cc    | 2 +-
1553  src/hb-ot-shape-complex-tibetan.cc | 2 +-
1554  3 files changed, 3 insertions(+), 3 deletions(-)
1555
1556 commit 43bb2b8fb00705c3334730a58ade7984181018b2
1557 Author: Behdad Esfahbod <behdad@behdad.org>
1558 Date:   Wed Feb 10 14:11:43 2016 +0700
1559
1560     Minor
1561
1562  test/shaping/hb_test_tools.py | 2 +-
1563  1 file changed, 1 insertion(+), 1 deletion(-)
1564
1565 commit bdaa784bb610ec65626d63cc068a0958ff5005fc
1566 Merge: a168db4 f6ffba6
1567 Author: Behdad Esfahbod <behdad@behdad.org>
1568 Date:   Wed Feb 10 11:11:36 2016 +0700
1569
1570     Merge pull request #164 from fanc999/msvc.build
1571
1572     Enable Build of HarfBuzz under Visual Studio using NMake Makefiles
1573
1574 commit a168db4739148459bc33c7dae88e73efa0153d72
1575 Author: Behdad Esfahbod <behdad@behdad.org>
1576 Date:   Wed Feb 10 11:10:08 2016 +0700
1577
1578     [README] Add ABI Tracker link
1579
1580  README | 1 +
1581  1 file changed, 1 insertion(+)
1582
1583 commit f6ffba634bb33d6d4b051abce9c23fcae280c3fe
1584 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
1585 Date:   Wed Dec 9 14:57:15 2015 +0800
1586
1587     MSVC builds: Add support to build DirectWrite shaping backend
1588
1589     Add into the NMake Makefiles to build the DirectWrite shaping backend,
1590     but as PR #134 mentions, this is considered to be in an experimental
1591     state,
1592     so don't include this in the build by default for now.  This is
1593     most probably
1594     going to replace the Uniscribe backend eventually, since DirectWrite
1595     is meant
1596     to be Uniscribe's replacement, and is needed for Windows Store apps
1597     if a
1598     system shaping API is to be used.
1599
1600  win32/README.txt        |  4 ++++
1601  win32/config-msvc.mak   | 10 ++++++++++
1602  win32/config.h.win32.in |  3 +++
1603  win32/info-msvc.mak     |  7 +++++++
1604  4 files changed, 24 insertions(+)
1605
1606 commit c6792854557ca104948e8f0b142c9384105b0d05
1607 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
1608 Date:   Wed Feb 3 18:31:23 2016 +0800
1609
1610     build: Build the DirectWrite sources if requested
1611
1612     This adds to the autotools build system so that the (experimental)
1613     DirectWrite support for HarfBuzz is built (and dist'ed).
1614
1615  configure.ac         | 25 +++++++++++++++++++++++++
1616  src/Makefile.am      |  7 +++++++
1617  src/Makefile.sources |  3 +++
1618  3 files changed, 35 insertions(+)
1619
1620 commit d7b6636e5ebf1ddf7d7a04007ffbc411cf7e462e
1621 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
1622 Date:   Tue Nov 3 19:00:42 2015 +0800
1623
1624     build: Support Visual Studio builds using NMake
1625
1626     This adds a set of NMake Makefiles that can be used to build
1627     HarfBuzz, from
1628     the standard basic build building the minimal HarfBuzz DLL (consisting
1629     of OpenType, fallback and Uniscribe support only), to a full
1630     fledged build
1631     consisting of GLib and FreeType support, as well as building the
1632     utilities,
1633     the test programs in src/ and test/api, and HarfBuzz-ICU and
1634     HarfBuzz-GObject, and up to building the introspection files.
1635     This means a
1636     flexible build mechanism is supported here, so anything that is
1637     supported
1638     for a Windows build (code-wise), should all be supported by this build
1639     system.
1640
1641     As in an earlier commit, the source listings are shared with the
1642     autotools
1643     builds with the various Makefile.sources in src/, src/hb-ucdn and
1644     util/, and
1645     this set of NMake Makefiles will transform these lists into the
1646     form they
1647     want.
1648
1649     In the current form, all the test programs in test/api pass, and
1650     this has
1651     been checked successfully with 'make -j8 distcheck'.
1652
1653  BUILD.md                        |   4 +-
1654  Makefile.am                     |   2 +-
1655  configure.ac                    |   2 +
1656  win32/Makefile.am               |  14 +++
1657  win32/Makefile.vc               |  52 +++++++++++
1658  win32/README.txt                |  75 ++++++++++++++++
1659  win32/build-rules-msvc.mak      | 140 ++++++++++++++++++++++++++++++
1660  win32/config-msvc.mak           | 188
1661  ++++++++++++++++++++++++++++++++++++++++
1662  win32/create-lists-msvc.mak     | 151 ++++++++++++++++++++++++++++++++
1663  win32/create-lists.bat          |  42 +++++++++
1664  win32/detectenv-msvc.mak        | 136 +++++++++++++++++++++++++++++
1665  win32/generate-msvc.mak         |  26 ++++++
1666  win32/hb-introspection-msvc.mak |  42 +++++++++
1667  win32/info-msvc.mak             | 130 +++++++++++++++++++++++++++
1668  win32/install.mak               |  29 +++++++
1669  win32/introspection-msvc.mak    |  73 ++++++++++++++++
1670  16 files changed, 1104 insertions(+), 2 deletions(-)
1671
1672 commit 5c3e7260bcb4999b8b7cb9afb26e6eaff867634b
1673 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
1674 Date:   Tue Nov 3 18:52:46 2015 +0800
1675
1676     MSVC builds: Add a pre-configured config.h(.win32) template
1677
1678     This adds a pre-configured config.h template that can be used
1679     for Visual
1680     Studio builds, where autotools is not normally available.  This has
1681     the
1682     configs that are suitable for Visual Studio builds, as well as all the
1683     features used for Windows builds enabled (HAVE_OT, HAVE_FALLBACK and
1684     HAVE_UNISCRIBE).
1685
1686     Note that the optional features are not enabled here, they are
1687     enabled by
1688     /D's (or -D's) in the NMake Makefiles as requested.
1689
1690  win32/config.h.win32.in | 155
1691  ++++++++++++++++++++++++++++++++++++++++++++++++
1692  1 file changed, 155 insertions(+)
1693
1694 commit 35ded3af74a5bc4b038a07308354d5f7501ae3c7
1695 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
1696 Date:   Tue Nov 3 16:56:27 2015 +0800
1697
1698     build: Move source listings into separate Makefile snippets
1699
1700     This moves all the source listings in src/Makefile.am,
1701     src/hb-ucdn/Makefile.am and util/Makefile.am into separate Makefile
1702     snippets, so that they may be shared between different Makefile-based
1703     build systems, such as NMake for Visual Studio.
1704
1705  src/Makefile.am              | 165
1706  +++++++++----------------------------------
1707  src/Makefile.sources         | 147 ++++++++++++++++++++++++++++++++++++++
1708  src/hb-ucdn/Makefile.am      |   6 +-
1709  src/hb-ucdn/Makefile.sources |   4 ++
1710  util/Makefile.am             |  34 ++-------
1711  util/Makefile.sources        |  32 +++++++++
1712  6 files changed, 223 insertions(+), 165 deletions(-)
1713
1714 commit b894a85ad1e7c3ecfb6d3732a7c9779f5462fe70
1715 Author: Behdad Esfahbod <behdad@behdad.org>
1716 Date:   Tue Feb 2 16:39:19 2016 +0800
1717
1718     Fix more hangs in case of buffer allocation errors
1719
1720     Hopefully
1721     fixes https://github.com/behdad/harfbuzz/issues/214
1722
1723  src/hb-ot-shape-complex-indic.cc   | 2 +-
1724  src/hb-ot-shape-complex-myanmar.cc | 2 +-
1725  src/hb-ot-shape-complex-use.cc     | 2 +-
1726  3 files changed, 3 insertions(+), 3 deletions(-)
1727
1728 commit b693992ea160b66541f678dc9be29b513c77a30b
1729 Merge: 9a6a33c 498574e
1730 Author: Behdad Esfahbod <behdad@behdad.org>
1731 Date:   Tue Feb 2 12:33:32 2016 +0800
1732
1733     Merge pull request #222 from n8willis/master
1734
1735     Add usermanual chapter on cluster levels
1736
1737 commit 498574e6c1a83bbd2768925af6e39806fe1ea8bb
1738 Author: n8willis <nwillis@glyphography.com>
1739 Date:   Thu Jan 28 12:21:32 2016 -0600
1740
1741     Update Makefile.am
1742
1743  docs/Makefile.am | 1 +
1744  1 file changed, 1 insertion(+)
1745
1746 commit e12fc666994573dbabb6928a8b2e8698667088ce
1747 Author: n8willis <nwillis@glyphography.com>
1748 Date:   Thu Jan 28 12:14:12 2016 -0600
1749
1750     Added initial usermanual chapter on cluster levels.
1751
1752  docs/harfbuzz-docs.xml       |   1 +
1753  docs/usermanual-clusters.xml | 304
1754  +++++++++++++++++++++++++++++++++++++++++++
1755  2 files changed, 305 insertions(+)
1756
1757 commit 9a6a33ccbea8a2e23e779bd955958fa41974c1c7
1758 Merge: d05b783 146fe25
1759 Author: Behdad Esfahbod <behdad@behdad.org>
1760 Date:   Mon Jan 18 12:47:18 2016 +0100
1761
1762     Merge pull request #216 from mhosken/master
1763
1764     Refactor graphite2 to make ovleraps into negative width spaces
1765
1766 commit 146fe252c3ebd0253344ce20981554e40926497b
1767 Author: Martin Hosken <martin_hosken@sil.org>
1768 Date:   Sat Jan 16 17:24:00 2016 -0600
1769
1770     Refactor graphite2 to make ovleraps into negative width spaces
1771
1772  src/hb-graphite2.cc | 71
1773  ++++++++++++++++++++++++++++++++---------------------
1774  1 file changed, 43 insertions(+), 28 deletions(-)
1775
1776 commit d05b783322d90208b2ddf06a5ebffc7c301be3d7
1777 Author: Behdad Esfahbod <behdad@behdad.org>
1778 Date:   Tue Jan 12 16:17:21 2016 +0000
1779
1780     Fix compiler warning
1781
1782     Fixes https://github.com/behdad/harfbuzz/issues/212
1783
1784  src/hb-ot-tag.cc | 2 +-
1785  1 file changed, 1 insertion(+), 1 deletion(-)
1786
1787 commit d163dc18e66c9e2f404d09310482464245cae704
1788 Author: Behdad Esfahbod <behdad@behdad.org>
1789 Date:   Tue Jan 12 13:05:01 2016 +0000
1790
1791     Minor
1792
1793  src/hb-ot-layout-common-private.hh | 30 +++++++++++++++---------------
1794  1 file changed, 15 insertions(+), 15 deletions(-)
1795
1796 commit 505b7d4732c6a8c423f43c0de46e05dc583e82c0
1797 Author: Behdad Esfahbod <behdad@behdad.org>
1798 Date:   Mon Jan 11 18:31:04 2016 +0000
1799
1800     [fuzzing] Fuzz input text
1801
1802     Very rudimentary right now, but will get kcc's bot going.
1803
1804     From
1805     https://github.com/behdad/harfbuzz/issues/139#issuecomment-163580783
1806
1807  test/fuzzing/hb-fuzzer.cc | 25 +++++++++++++++++++------
1808  1 file changed, 19 insertions(+), 6 deletions(-)
1809
1810 commit 3e704521f67e021fb51cda7319925fd39eba4f97
1811 Author: Behdad Esfahbod <behdad@behdad.org>
1812 Date:   Mon Jan 11 17:38:41 2016 +0000
1813
1814     [OT] Get list of lookup subtables once and loop through them
1815
1816     This speeds up shaping the Amiri font by over 15%.
1817
1818     This was primarily needed for my work on OpenType GX, since
1819     we will be collecting only sublookups that are "active" for
1820     current font instance; but it's a nice boost in general as
1821     well.
1822
1823     We might, in the future, collect subtables in the lookup_accel.
1824     That would also allow us to do a per-subtbale set-digest, which
1825     should speed things up some more, specially for ContextChainFormat3
1826     lookups...  Amiri, for example, contains one lookup with 53
1827     subtables!
1828
1829  src/hb-ot-layout.cc | 120
1830  +++++++++++++++++++++++++++++++++++-----------------
1831  1 file changed, 81 insertions(+), 39 deletions(-)
1832
1833 commit 11441291bbf4326dca9b14ec3e9cad3d4d229303
1834 Author: Behdad Esfahbod <behdad@behdad.org>
1835 Date:   Mon Jan 11 13:16:35 2016 +0000
1836
1837     1.1.3
1838
1839  NEWS         | 29 +++++++++++++++++++++++++++++
1840  configure.ac |  2 +-
1841  2 files changed, 30 insertions(+), 1 deletion(-)
1842
1843 commit 97624d9244de0fdb9c03f60e03fe242028efa8a1
1844 Author: Behdad Esfahbod <behdad@behdad.org>
1845 Date:   Mon Jan 11 12:58:45 2016 +0000
1846
1847     [docs] Minor fixes.
1848
1849  src/hb-buffer.h | 26 +++++++++++++-------------
1850  1 file changed, 13 insertions(+), 13 deletions(-)
1851
1852 commit a39ff95fce39226e80850ff251cb34a7aad12bd7
1853 Author: Behdad Esfahbod <behdad@behdad.org>
1854 Date:   Mon Jan 11 12:28:37 2016 +0000
1855
1856     [coretext] Speed up CoreText font fallback
1857
1858     Fixes https://code.google.com/p/chromium/issues/detail?id=547912
1859
1860  src/hb-coretext.cc | 45 ++++++++++++++++++++++++++++++++++++++++-----
1861  1 file changed, 40 insertions(+), 5 deletions(-)
1862
1863 commit 5afebbdcb2dab0e9a42d580df629d8e60b50d2f9
1864 Author: Behdad Esfahbod <behdad@behdad.org>
1865 Date:   Thu Jan 7 22:53:59 2016 +0000
1866
1867     Add Homebrew build instructions
1868
1869  BUILD.md | 10 ++++++++--
1870  1 file changed, 8 insertions(+), 2 deletions(-)
1871
1872 commit e8a27d79476a5d7a83cf2287d92ca291257546f4
1873 Author: Behdad Esfahbod <behdad@behdad.org>
1874 Date:   Thu Jan 7 22:52:16 2016 +0000
1875
1876     Don't build hb-fuzzer in "make", only "make check"
1877
1878  test/fuzzing/Makefile.am | 3 +--
1879  1 file changed, 1 insertion(+), 2 deletions(-)
1880
1881 commit 25671466d245449187f8ab17e1a233f1d087d5ed
1882 Author: Behdad Esfahbod <behdad@behdad.org>
1883 Date:   Thu Jan 7 19:11:41 2016 +0000
1884
1885     Add 9 reserved entries to hb_font_extents_t
1886
1887     Might add italic-angle, underline/strikethrough-position/thickness
1888     in the future.  Do this before new struct goes into a release.
1889
1890  src/hb-font.h | 10 ++++++++++
1891  1 file changed, 10 insertions(+)
1892
1893 commit e6d5e4c3106180cb22253c2c278b40f7c4c98f2f
1894 Author: Behdad Esfahbod <behdad@behdad.org>
1895 Date:   Wed Jan 6 12:29:50 2016 +0000
1896
1897     [uniscribe] Fix negative advance
1898
1899     This happens with at least one test font I have.
1900
1901  src/hb-uniscribe.cc | 2 +-
1902  1 file changed, 1 insertion(+), 1 deletion(-)
1903
1904 commit 99d34955762d0fff4b66a30e6fbe65fd1cf9976b
1905 Author: Behdad Esfahbod <behdad@behdad.org>
1906 Date:   Wed Jan 6 12:20:47 2016 +0000
1907
1908     [test] Add test text for Kaithi
1909
1910  test/shaping/texts/in-tree/shaper-hangul/MANIFEST            | 1 +
1911  test/shaping/texts/in-tree/shaper-hebrew/MANIFEST            | 1 +
1912  test/shaping/texts/in-tree/shaper-tibetan/MANIFEST           | 1 +
1913  test/shaping/texts/in-tree/shaper-use/MANIFEST               | 1 +
1914  test/shaping/texts/in-tree/shaper-use/script-kaithi/MANIFEST | 1 +
1915  test/shaping/texts/in-tree/shaper-use/script-kaithi/misc.txt | 6 ++++++
1916  6 files changed, 11 insertions(+)
1917
1918 commit 53c47c85827a7e3ca82000e3baa9aa87c5770ce9
1919 Author: Behdad Esfahbod <behdad@behdad.org>
1920 Date:   Tue Jan 5 13:26:20 2016 +0000
1921
1922     Increase sanitize edit count from 8 to 32
1923
1924     See previous commit.
1925
1926  src/hb-open-type-private.hh | 2 +-
1927  1 file changed, 1 insertion(+), 1 deletion(-)
1928
1929 commit da2fcfdc51a2cc0d0a782efa6c91b733f7aa84ba
1930 Author: Behdad Esfahbod <behdad@behdad.org>
1931 Date:   Tue Jan 5 13:23:45 2016 +0000
1932
1933     Don't count fixing-up FeatureParams offset as error
1934
1935     The font Garamond Premier Pro Caption (and possibly many other
1936     Adobe fonts), have many FeatureParamsSize tables with the old
1937     wrong offset.  We handle fixing those up, but they were still
1938     contributing to edit_count, and when I reduced HB_SANITIZE_MAX_EDIT
1939     from 100 to 8 in 14c2de321826c36037adde859ccca3e2011325a9, these
1940     fonts were now getting GPOS dropped and hence kerning disabled.
1941
1942     Fix, by not counting edits made towareds offset fix-up.  I'll
1943     also increase edit count again, in the next commit.
1944
1945  src/hb-ot-layout-common-private.hh | 3 +++
1946  1 file changed, 3 insertions(+)
1947
1948 commit d0adc80965506810820f9ec165b8df80cc8907e3
1949 Author: Behdad Esfahbod <behdad@behdad.org>
1950 Date:   Sat Jan 2 13:25:18 2016 +0000
1951
1952     Check magicNumber in head table during sanitize
1953
1954  src/hb-ot-head-table.hh | 4 +++-
1955  1 file changed, 3 insertions(+), 1 deletion(-)
1956
1957 commit 3a48c776701a919e11b067129586e40372d90d54
1958 Merge: 9230911 4b4948d
1959 Author: Behdad Esfahbod <behdad@behdad.org>
1960 Date:   Sat Jan 2 00:59:14 2016 +0000
1961
1962     Merge pull request #208 from khaledhosny/travis-trusty
1963
1964     [travis] Try building on Trusty
1965
1966 commit 4b4948d360a2141e0ffda2994aa308645dc32f59
1967 Author: Khaled Hosny <khaledhosny@eglug.org>
1968 Date:   Sat Jan 2 00:36:19 2016 +0400
1969
1970     [travis] Try building on Trusty
1971
1972     Trusty has gtk-doc 1.20 which has better markdown support which should
1973     fix some of the brokenness in the newly added documentation. The build
1974     seems to be as fast as the current container-based build on Precise.
1975
1976  .travis.yml | 5 +++--
1977  1 file changed, 3 insertions(+), 2 deletions(-)
1978
1979 commit 9230911facf90c06626e54023ca4d99f5e05f1a4
1980 Author: Behdad Esfahbod <behdad@behdad.org>
1981 Date:   Fri Jan 1 19:06:43 2016 +0000
1982
1983     [travis] Only run coveralls if testing behdad/harfbuzz
1984
1985     Fixes failures in others' forks, like:
1986     https://travis-ci.org/khaledhosny/harfbuzz/jobs/99719710#L3912
1987
1988  .travis.yml | 2 +-
1989  1 file changed, 1 insertion(+), 1 deletion(-)
1990
1991 commit 6f66f05757d3d5738571b3d4ee40afffb8f26ff9
1992 Merge: bfdf684 9ab9f97
1993 Author: Behdad Esfahbod <behdad@behdad.org>
1994 Date:   Fri Jan 1 16:44:01 2016 +0000
1995
1996     Merge pull request #207 from khaledhosny/docs-4
1997
1998     [docs] More buffers documentation
1999
2000 commit 9ab9f974d42e0001966e243a23a64e6aefbd4764
2001 Author: Khaled Hosny <khaledhosny@eglug.org>
2002 Date:   Fri Jan 1 20:38:21 2016 +0400
2003
2004     [docs] More buffers documentation
2005
2006  docs/harfbuzz-sections.txt |  4 +-
2007  src/hb-buffer-serialize.cc | 85
2008  ++++++++++++++++++++++++++++++-------------
2009  src/hb-buffer.cc           | 91
2010  +++++++++++++++++++++++++++++++++++-----------
2011  src/hb-buffer.h            | 78 +++++++++++++++++++++++++--------------
2012  src/hb-shape.cc            | 10 +++--
2013  5 files changed, 187 insertions(+), 81 deletions(-)
2014
2015 commit bfdf684f7957645dd016fbf76700c5911c4bee2d
2016 Merge: d7ed6f5 85c2443
2017 Author: Behdad Esfahbod <behdad@behdad.org>
2018 Date:   Wed Dec 30 22:20:14 2015 +0100
2019
2020     Merge pull request #205 from khaledhosny/more-docs
2021
2022     More docs
2023
2024 commit d7ed6f50b4ff13a94701131913d931f13a4d1266
2025 Merge: b758e5e a7f0e25
2026 Author: Behdad Esfahbod <behdad@behdad.org>
2027 Date:   Wed Dec 30 22:20:00 2015 +0100
2028
2029     Merge pull request #206 from nico/patch-3
2030
2031     Remove unused HB_SHAPER_DATA_ENSURE_DECLARE lines.
2032
2033 commit a7f0e25dafa90bd21b01c38cb0782ade54b75cdc
2034 Author: Nico Weber <nicolasweber@gmx.de>
2035 Date:   Wed Dec 30 16:05:52 2015 -0500
2036
2037     Remove unused HB_SHAPER_DATA_ENSURE_DECLARE lines.
2038
2039     The coretext_aat shaper delegates to the regular coretext_..._ensure()
2040     functions, so coretext_aat_..._ensure() functions defined by these
2041     macros are unused. The compiler warns about them, which in turn can
2042     confuse people to think that the coretext_aat_..._ensure() functions
2043     weren't called by accident.
2044
2045  src/hb-coretext.cc | 4 ----
2046  1 file changed, 4 deletions(-)
2047
2048 commit 85c2443b737335b77c7e9bb6fd6741912f70fcef
2049 Author: Khaled Hosny <khaledhosny@eglug.org>
2050 Date:   Wed Dec 30 22:57:04 2015 +0400
2051
2052     [docs] Reduce gtkdoc-check errors
2053
2054     Now it is just reporting one error about “503 undocumented or
2055     incomplete
2056     symbols”, that will be the easy part I guess.
2057
2058  docs/harfbuzz-docs.xml     | 74
2059  ++++++++++++++++++++++++++++++++++++++++++++++
2060  docs/harfbuzz-sections.txt | 40 +++++++++++++++++++++++++
2061  2 files changed, 114 insertions(+)
2062
2063 commit 9cffe329f15b3a74a3af4e68c1884f1dbda49666
2064 Author: Khaled Hosny <khaledhosny@eglug.org>
2065 Date:   Wed Dec 30 22:50:08 2015 +0400
2066
2067     [docs] Typo
2068
2069  src/hb-buffer.cc | 2 +-
2070  1 file changed, 1 insertion(+), 1 deletion(-)
2071
2072 commit b758e5ea223eced0fde9a3e62d0fdf04c04914a1
2073 Merge: 266bfa3 8b1224f
2074 Author: Behdad Esfahbod <behdad@behdad.org>
2075 Date:   Wed Dec 30 16:44:19 2015 +0100
2076
2077     Merge pull request #203 from nico/patch-1
2078
2079     Remove unused `retry:` label.
2080
2081 commit 266bfa3772e75fedcd93db22bf8672a13ad7a7d9
2082 Author: Behdad Esfahbod <behdad@behdad.org>
2083 Date:   Wed Dec 30 16:25:48 2015 +0100
2084
2085     [docs] Minor
2086
2087  .ci/deploy-docs.sh | 2 +-
2088  1 file changed, 1 insertion(+), 1 deletion(-)
2089
2090 commit d08035f8f15b7ddd89a318ea34bc386a9e33a8ea
2091 Author: Behdad Esfahbod <behdad@behdad.org>
2092 Date:   Wed Dec 30 16:15:36 2015 +0100
2093
2094     [docs] Fix up build, really
2095
2096  .ci/deploy-docs.sh | 9 ++++-----
2097  .travis.yml        | 2 +-
2098  2 files changed, 5 insertions(+), 6 deletions(-)
2099
2100 commit 0d45c3cf63692151166ca7071f755dfaa8922a67
2101 Author: Behdad Esfahbod <behdad@behdad.org>
2102 Date:   Wed Dec 30 16:09:39 2015 +0100
2103
2104     [docs] Turn bash tracing on
2105
2106  .ci/deploy-docs.sh | 4 ++++
2107  1 file changed, 4 insertions(+)
2108
2109 commit 33b2d981a0b12ea165ef9282204a73f4a1ce0477
2110 Author: Behdad Esfahbod <behdad@behdad.org>
2111 Date:   Wed Dec 30 15:56:56 2015 +0100
2112
2113     [docs] Another try, not sure why the bot isn't building
2114
2115  .ci/deploy-docs.sh | 13 ++++---------
2116  1 file changed, 4 insertions(+), 9 deletions(-)
2117
2118 commit f3a051149b3b565b5ad4e489bf730c5203c3549e
2119 Author: Behdad Esfahbod <behdad@behdad.org>
2120 Date:   Wed Dec 30 15:45:43 2015 +0100
2121
2122     [docs] Shuffling code around in deploy-docs.sh
2123
2124     Temporarily makes it rebuild docs on every change again.
2125
2126  .ci/deploy-docs.sh | 46 +++++++++++++++++++++++++++-------------------
2127  1 file changed, 27 insertions(+), 19 deletions(-)
2128
2129 commit 8f31d0a94b27bb658aabe600472fc10bc47885f6
2130 Merge: 9d280cf fb192c2
2131 Author: Behdad Esfahbod <behdad@behdad.org>
2132 Date:   Wed Dec 30 15:13:37 2015 +0100
2133
2134     Merge pull request #202 from khaledhosny/doc-fixes
2135
2136     Doc fixes
2137
2138 commit fb192c263e17081c87f4cc971274d9be42f19513
2139 Author: Khaled Hosny <khaledhosny@eglug.org>
2140 Date:   Wed Dec 30 15:05:50 2015 +0400
2141
2142     [docs] A bit more buffers documentation
2143
2144  docs/harfbuzz-sections.txt |  2 ++
2145  src/hb-buffer.cc           |  7 +++---
2146  src/hb-buffer.h            | 56
2147  ++++++++++++++++++++++++++++++++++++++++++++--
2148  3 files changed, 60 insertions(+), 5 deletions(-)
2149
2150 commit 8ab797c5b86c33eab6ee024471fd3c147325d26a
2151 Author: Khaled Hosny <khaledhosny@eglug.org>
2152 Date:   Tue Dec 29 17:42:16 2015 +0400
2153
2154     [docs] A bit more buffers documentation
2155
2156  docs/harfbuzz-sections.txt | 60 +++++++++++++++---------------
2157  src/hb-buffer.cc           | 93
2158  +++++++++++++++++++++++++++++++---------------
2159  src/hb-buffer.h            |  7 +++-
2160  src/hb-common.cc           | 43 +++++++++++++--------
2161  src/hb-common.h            | 15 +++++---
2162  5 files changed, 135 insertions(+), 83 deletions(-)
2163
2164 commit f18d2226b62f20d29e6299c01ae8467c725ea971
2165 Author: Khaled Hosny <khaledhosny@eglug.org>
2166 Date:   Tue Dec 29 15:21:20 2015 +0400
2167
2168     [docs] Some documentation on buffers
2169
2170     Some of it (create, reference, destroy) are adapted from Cairo docs.
2171
2172  docs/harfbuzz-sections.txt |  55 +++++++-------
2173  src/hb-buffer.cc           | 174
2174  +++++++++++++++++++++++++++------------------
2175  2 files changed, 132 insertions(+), 97 deletions(-)
2176
2177 commit d7bf9d05c519a369a7b3a02e9ed5ecc05a20cd3e
2178 Author: Khaled Hosny <khaledhosny@eglug.org>
2179 Date:   Tue Dec 29 02:23:24 2015 +0400
2180
2181     [docs] Fix comment syntax
2182
2183     To lower the number of gtk-doc warnings.
2184
2185  .travis.yml           |  2 +-
2186  src/hb-directwrite.cc |  4 ++--
2187  src/hb-ot-layout.cc   | 14 ++++++++++++++
2188  src/hb-unicode.h      | 16 ++++++++++++++++
2189  4 files changed, 33 insertions(+), 3 deletions(-)
2190
2191 commit 8b1224f0eece7a5b6846e206333e57ac4653a705
2192 Author: Nico Weber <nicolasweber@gmx.de>
2193 Date:   Mon Dec 28 21:31:28 2015 -0500
2194
2195     Remove unused `retry:` label.
2196
2197     Fixes a -Wunused-label warning when building harfbuzz with clang
2198     -Wall.
2199
2200  src/hb-coretext.cc | 1 -
2201  1 file changed, 1 deletion(-)
2202
2203 commit 1f5559293f9bb1b4e911f4bdecf276ff1f6ae01c
2204 Author: Khaled Hosny <khaledhosny@eglug.org>
2205 Date:   Tue Dec 29 02:15:21 2015 +0400
2206
2207     [docs] Ignore the new HB_EXTERN decoration
2208
2209     Otherwise, almost all API functions are not extracted.
2210
2211  docs/Makefile.am | 3 ++-
2212  1 file changed, 2 insertions(+), 1 deletion(-)
2213
2214 commit 9d280cf49f25181f64c978752f926b79e7c3746a
2215 Author: Khaled Hosny <khaledhosny@eglug.org>
2216 Date:   Sat Dec 26 06:45:51 2015 +0400
2217
2218     Fix previous commit
2219
2220  .ci/deploy-docs.sh | 2 +-
2221  1 file changed, 1 insertion(+), 1 deletion(-)
2222
2223 commit b789199f107912cfce5e4a95d6152f9a1a7993f2
2224 Author: Khaled Hosny <khaledhosny@eglug.org>
2225 Date:   Sat Dec 26 06:35:08 2015 +0400
2226
2227     [travis] Build docs only on tagged revisions
2228
2229     Lets see if it works…
2230
2231  .ci/deploy-docs.sh | 4 +++-
2232  1 file changed, 3 insertions(+), 1 deletion(-)
2233
2234 commit e5b90c08a4c1f475560209a5e47628f695606d89
2235 Author: Behdad Esfahbod <behdad@behdad.org>
2236 Date:   Fri Dec 25 18:41:41 2015 +0100
2237
2238     [travis] Remove secure var
2239
2240     I've set up a secure var for behdad/harfbuzz through Travis web
2241     interface, no need
2242     to set the var here.
2243
2244  .ci/deploy-docs.sh | 2 +-
2245  .travis.yml        | 1 -
2246  2 files changed, 1 insertion(+), 2 deletions(-)
2247
2248 commit e75c1ffdf548185ce1f1df7937f0d028e5e40efe
2249 Merge: 6173c2a d25317f
2250 Author: Behdad Esfahbod <behdad@behdad.org>
2251 Date:   Fri Dec 25 18:21:08 2015 +0100
2252
2253     Merge pull request #199 from behdad/travis-docs
2254
2255     Deploy docs to gh-pages branch from Travis builds
2256
2257 commit 6173c2a6fc6ea0bf812f7f398770b5342974f9bf
2258 Author: Behdad Esfahbod <behdad@behdad.org>
2259 Date:   Fri Dec 25 18:18:23 2015 +0100
2260
2261     Fix flaky test
2262
2263     This test font had a upem of 769, which results in rounding-related
2264     errors with
2265     the FreeType font funcs.  Change the upem to 1024 to fix that.
2266
2267     Fixes https://github.com/behdad/harfbuzz/issues/201
2268
2269  ...> 1c2fb74c1b2aa173262734c1f616148f1648cfd6.ttf} | Bin 4064 ->
2270  4064 bytes
2271  test/shaping/fonts/sha1sum/MANIFEST                |   2 +-
2272  test/shaping/tests/ligature-id.tests               |  70
2273  ++++++++++-----------
2274  3 files changed, 36 insertions(+), 36 deletions(-)
2275
2276 commit 3fcae6d82da389c9944386a8ab41eb1c13b99330
2277 Author: Behdad Esfahbod <behdad@behdad.org>
2278 Date:   Fri Dec 25 18:18:02 2015 +0100
2279
2280     [tests] Add --reference, for re-recording tests
2281
2282  test/shaping/run-tests.sh | 18 ++++++++++++++----
2283  1 file changed, 14 insertions(+), 4 deletions(-)
2284
2285 commit d25317f67f3c5c77f9059961935b0f35cbaa9ac4
2286 Author: Khaled Hosny <khaledhosny@eglug.org>
2287 Date:   Wed Dec 23 01:29:48 2015 +0400
2288
2289     Move more docs from FreeDesktop page
2290
2291  docs/Makefile.am                     |  1 +
2292  docs/harfbuzz-docs.xml               | 15 ++++----
2293  docs/usermanual-install-harfbuzz.xml | 70
2294  ++++++++++++++++++++++++++++++++++++
2295  3 files changed, 80 insertions(+), 6 deletions(-)
2296
2297 commit 493a92220844c8996be67c8a7a2c5447942fe2c1
2298 Author: Khaled Hosny <khaledhosny@eglug.org>
2299 Date:   Wed Dec 23 00:33:41 2015 +0400
2300
2301     Rename user manual files
2302
2303     Use chapter ids instead of numbers, so that we can reorder them,
2304     introduce new ones etc. without the numbers becoming out of date.
2305
2306  docs/Makefile.am                                             | 12
2307  ++++++------
2308  docs/harfbuzz-docs.xml                                       | 12
2309  ++++++------
2310  ... => usermanual-buffers-language-script-and-direction.xml} |  0
2311  docs/{usermanual-ch04.xml => usermanual-fonts-and-faces.xml} |  0
2312  ...{usermanual-ch06.xml => usermanual-glyph-information.xml} |  0
2313  docs/{usermanual-ch02.xml => usermanual-hello-harfbuzz.xml}  |  0
2314  ...{usermanual-ch05.xml => usermanual-opentype-features.xml} |  0
2315  .../{usermanual-ch01.xml => usermanual-what-is-harfbuzz.xml} |  0
2316  8 files changed, 12 insertions(+), 12 deletions(-)
2317
2318 commit 4dc2265918089ee08c6d82eed0cfd41e02d7d231
2319 Author: Khaled Hosny <khaledhosny@eglug.org>
2320 Date:   Wed Dec 23 00:26:20 2015 +0400
2321
2322     Intro from freedesktop.org/wiki/Software/HarfBuzz/
2323
2324  docs/HarfBuzz.png      | Bin 0 -> 3419 bytes
2325  docs/Makefile.am       |   3 ++-
2326  docs/harfbuzz-docs.xml |  31 ++++++++++++++++++++++++++++++-
2327  3 files changed, 32 insertions(+), 2 deletions(-)
2328
2329 commit 22b07782ced6503a0bf33f2fe157b70540238f6d
2330 Author: Khaled Hosny <khaledhosny@eglug.org>
2331 Date:   Mon Dec 14 23:33:51 2015 +0400
2332
2333     Deploy docs to gh-pages branch from Travis builds
2334
2335     Build docs in Travis and push them to the gh-pages branch, which makes
2336     them available at http://behdad.github.io/harfbuzz/
2337
2338  .ci/deploy-docs.sh | 25 +++++++++++++++++++++++++
2339  .travis.yml        |  4 ++++
2340  2 files changed, 29 insertions(+)
2341
2342 commit fc38e6034c76d5450f5398d667184bc3696efcc4
2343 Author: Behdad Esfahbod <behdad@behdad.org>
2344 Date:   Wed Dec 23 14:50:53 2015 +0100
2345
2346     [layout] Collect coverage glyphs in PairPos
2347
2348     Apparently class=0 is used for ClassDef1.  See:
2349     https://github.com/adobe-type-tools/afdko/issues/90
2350
2351  src/hb-ot-layout-gpos-table.hh | 2 +-
2352  1 file changed, 1 insertion(+), 1 deletion(-)
2353
2354 commit 8718dae818b22c3933c33bdfc8a7413ef4c3110a
2355 Author: Behdad Esfahbod <behdad@behdad.org>
2356 Date:   Fri Dec 18 19:53:40 2015 +0000
2357
2358     [python] Hook up sample debugger
2359
2360  src/sample.py | 6 ++++++
2361  1 file changed, 6 insertions(+)
2362
2363 commit 0475ef2f97e3035a2eea9a0f96031331e07e8e29
2364 Author: Behdad Esfahbod <behdad@behdad.org>
2365 Date:   Fri Dec 18 18:17:07 2015 +0000
2366
2367     [buffer] Add debugging, aka, message, API
2368
2369     Currently just announces lookup applications.  Message-API *will*
2370     change.
2371     hb-shape / hb-view are updated to print-out messages to stder
2372     if --debug
2373     is specified.
2374
2375  src/hb-buffer-private.hh | 18 ++++++++++++++++++
2376  src/hb-buffer.cc         | 44
2377  ++++++++++++++++++++++++++++++++++++++++++++
2378  src/hb-buffer.h          | 15 +++++++++++++++
2379  src/hb-ot-layout.cc      | 12 ++----------
2380  util/main-font-text.hh   | 18 ++++++++++++++++++
2381  5 files changed, 97 insertions(+), 10 deletions(-)
2382
2383 commit 9ea0aa43ac5cf243b698aae0ec80241b5efd7488
2384 Author: Behdad Esfahbod <behdad@behdad.org>
2385 Date:   Fri Dec 18 17:30:18 2015 +0000
2386
2387     Don't deserialize positions if buffer has no positions
2388
2389  src/hb-buffer-serialize.cc | 3 +++
2390  src/hb-ot-layout.cc        | 2 --
2391  2 files changed, 3 insertions(+), 2 deletions(-)
2392
2393 commit 862b1644e9469a7e70555141f53729409d50d0d2
2394 Author: Behdad Esfahbod <behdad@behdad.org>
2395 Date:   Fri Dec 18 13:54:06 2015 +0000
2396
2397     [use] Only set syllable-based topographical features if not
2398     Arabic-joining
2399
2400  src/hb-ot-shape-complex-use.cc | 3 +++
2401  1 file changed, 3 insertions(+)
2402
2403 commit 45b7ec365225109eb0854e6c417f48860b5f24af
2404 Author: Behdad Esfahbod <behdad@behdad.org>
2405 Date:   Fri Dec 18 13:47:16 2015 +0000
2406
2407     [indic] Followup fix for Malayalam context matching
2408
2409     We regeressed Malayalam in 508cc3d3cfcfb0383df0fe795cc28db4e0fd5729
2410     This brings down the failures to 198 (from 750).
2411
2412     BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
2413     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
2414     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
2415     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
2416     KANNADA: 951190 out of 951913 tests passed. 723 failed (0.0759523%)
2417     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
2418     MALAYALAM: 1048136 out of 1048334 tests passed. 198 failed
2419     (0.0188871%)
2420     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
2421     SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
2422     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
2423     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
2424     MYANMAR: 1123865 out of 1123883 tests passed. 18 failed (0.00160159%)
2425
2426  src/hb-ot-shape-complex-indic.cc | 19 +++++++++++++++++++
2427  1 file changed, 19 insertions(+)
2428
2429 commit 2813e3049a69d64e5395f68c52c4690e1d256d55
2430 Author: Behdad Esfahbod <behdad@behdad.org>
2431 Date:   Fri Dec 18 11:05:11 2015 +0000
2432
2433     [indic] Update data tables to Unicode 8.0
2434
2435     Test stats remain unchanged, except for Malayalam, which we
2436     investigate:
2437
2438     BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
2439     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
2440     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
2441     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
2442     KANNADA: 951190 out of 951913 tests passed. 723 failed (0.0759523%)
2443     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
2444     MALAYALAM: 1047584 out of 1048334 tests passed. 750 failed
2445     (0.0715421%)
2446     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
2447     SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
2448     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
2449     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
2450
2451     Myanmar, compared to Windows 10 mmrtext.ttf:
2452
2453     MYANMAR: 1123865 out of 1123883 tests passed. 18 failed (0.00160159%)
2454
2455  src/gen-indic-table.py                   |   1 +
2456  src/hb-ot-shape-complex-indic-private.hh |  40 ++--
2457  src/hb-ot-shape-complex-indic-table.cc   | 372
2458  ++++++++++++++++++-------------
2459  src/hb-ot-shape-complex-indic.cc         |  23 +-
2460  src/hb-ot-shape-complex-myanmar.cc       |   4 +
2461  5 files changed, 244 insertions(+), 196 deletions(-)
2462
2463 commit fc06cff40f136440f6402d0a5e735e2a4a3c062a
2464 Author: Behdad Esfahbod <behdad@behdad.org>
2465 Date:   Thu Dec 17 17:47:35 2015 +0000
2466
2467     Remove HB_OT_SHAPE_ZERO_WIDTH_MARKS_DEFAULT
2468
2469     The DEFAULT naming wasn't helpful, so just remove it.
2470
2471  src/hb-ot-shape-complex-default.cc | 2 +-
2472  src/hb-ot-shape-complex-private.hh | 4 +---
2473  src/hb-ot-shape-complex-thai.cc    | 2 +-
2474  src/hb-ot-shape-complex-tibetan.cc | 2 +-
2475  4 files changed, 4 insertions(+), 6 deletions(-)
2476
2477 commit 508cc3d3cfcfb0383df0fe795cc28db4e0fd5729
2478 Author: Behdad Esfahbod <behdad@behdad.org>
2479 Date:   Thu Dec 17 17:31:17 2015 +0000
2480
2481     [indic] Allow context when matching for Malayalam new-spec
2482
2483     Test sequence:
2484         U+0995,U+09CD,U+09B0
2485
2486     With Nirmala shipped on Windows 10, this failed to form the below
2487     form.
2488     Works now.
2489
2490     Reported by Sairus.
2491
2492  src/hb-ot-shape-complex-indic.cc | 11 +++++++++--
2493  1 file changed, 9 insertions(+), 2 deletions(-)
2494
2495 commit eaf1e93ef1ee19a3e72d781e8abbd7f1165c1618
2496 Author: Behdad Esfahbod <behdad@behdad.org>
2497 Date:   Thu Dec 17 16:57:47 2015 +0000
2498
2499     [uniscribe] Handle E_NOT_SUFFICIENT_BUFFER as well as E_OUTOFMEMORY
2500
2501     On Windows 10 we are seeing that other error message...
2502
2503     Test sequence: U+0995,U+-9CD,U+09B0
2504     With Nirmala shipped on Windows 10, this failed to form the below
2505     form.
2506     Works now.
2507
2508     Reported by Sairus.
2509
2510  src/hb-uniscribe.cc | 2 +-
2511  1 file changed, 1 insertion(+), 1 deletion(-)
2512
2513 commit 21e5d7edc4f28157254ef29a8ac247f3a572f6a6
2514 Author: Behdad Esfahbod <behdad@behdad.org>
2515 Date:   Thu Dec 17 16:28:38 2015 +0000
2516
2517     [util] Use O_BINARY instead of _O_BINARY
2518
2519     The latter doesn't seem to be available in Cygwin.  I'm surprised it
2520     compiled before...
2521
2522  util/options.cc | 4 ++--
2523  1 file changed, 2 insertions(+), 2 deletions(-)
2524
2525 commit 100fbeaf196515774c985ee839d0fa0695f9a6fa
2526 Author: Behdad Esfahbod <behdad@behdad.org>
2527 Date:   Thu Dec 17 15:23:09 2015 +0000
2528
2529     Fix ligature component of a mark happening after a ligature within
2530     a ligature!
2531
2532     Say, if we are ligating "A B_C m D", then previously 'm' was being
2533     attached to 'B' in the combined A_B_C_D ligature.  Now we attach it
2534     to 'C'.  No test for this though :(.
2535
2536  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
2537  1 file changed, 1 insertion(+), 1 deletion(-)
2538
2539 commit 2f02fc79a5018e3348fccf366c470803554e1e58
2540 Author: Behdad Esfahbod <behdad@behdad.org>
2541 Date:   Thu Dec 17 15:21:14 2015 +0000
2542
2543     Improve ligature-component handling
2544
2545     We use three bits for lig_id these days, so we finally got a report of
2546     two separate ligatures with the same lig_id happening adjacent to each
2547     other, and then the component-handling code was breaking things.
2548     Protect against that by ignoring same-lig-id but lig-comp=0 glyphs
2549     after
2550     a new ligature.
2551
2552     Fixes https://github.com/behdad/harfbuzz/issues/198
2553
2554  src/hb-ot-layout-gsubgpos-private.hh               |  12 +++++--
2555  test/shaping/Makefile.am                           |   1 +
2556  test/shaping/fonts/sha1sum/MANIFEST                |   1 +
2557  .../c78d1f25ea1df1210414f2fe2e0e1e53082bba76.ttf   | Bin 0 -> 4064 bytes
2558  test/shaping/tests/MANIFEST                        |   1 +
2559  test/shaping/tests/ligature-id.tests               |  35
2560  +++++++++++++++++++++
2561  6 files changed, 47 insertions(+), 3 deletions(-)
2562
2563 commit 2ab0de9fbd03231b647345b01e31b136e2e00978
2564 Author: Behdad Esfahbod <behdad@behdad.org>
2565 Date:   Thu Dec 17 11:59:15 2015 +0000
2566
2567     [use] Fix halant detection
2568
2569     Before, we were just checking the use_category().  This detects as
2570     halant a ligature that had the halant as first glyph (as seen in
2571     NotoSansBalinese.)  Change that to use the is_ligated() glyph prop
2572     bit.  The font is forming this ligature in ccmp, which is before
2573     the rphf / pref tests.  So we need to make sure the "ligated" bit
2574     survives those tests.  Since those only check the "substituted" bit,
2575     we now only clear that bit for them and "ligated" survives.
2576
2577     Fixes https://github.com/behdad/harfbuzz/issues/180
2578
2579  src/hb-ot-layout-private.hh                          |   6 ++----
2580  src/hb-ot-shape-complex-use.cc                       |  19
2581  ++++++++++++-------
2582  test/shaping/Makefile.am                             |   1 +
2583  test/shaping/fonts/sha1sum/MANIFEST                  |   1 +
2584  .../fbb6c84c9e1fe0c39e152fbe845e51fd81f6748e.ttf     | Bin 0 ->
2585  2616 bytes
2586  test/shaping/tests/MANIFEST                          |   1 +
2587  test/shaping/tests/use.tests                         |   1 +
2588  7 files changed, 18 insertions(+), 11 deletions(-)
2589
2590 commit 86bcbd65b0d98357fb3d67a2f4f2a704ace55e10
2591 Author: Behdad Esfahbod <behdad@behdad.org>
2592 Date:   Thu Dec 17 11:04:33 2015 +0000
2593
2594     [arabic] Use glyph advance width in apply_stch() instead of extents
2595
2596     That seems to be what Windows is doing, and makes more sense.
2597
2598  src/hb-ot-shape-complex-arabic.cc | 24 +++++++-----------------
2599  1 file changed, 7 insertions(+), 17 deletions(-)
2600
2601 commit f11c11a1f123ef245e59ba892230db14170a8e5a
2602 Author: Behdad Esfahbod <behdad@behdad.org>
2603 Date:   Wed Dec 16 17:08:36 2015 +0100
2604
2605     Fix Since: tags for new API
2606
2607     https://github.com/behdad/harfbuzz/commit/e1d4d0f1dbd8518b5672245c05d73f22a9ed03ea#commitcomment-15006653
2608
2609  src/hb-font.cc | 6 +++---
2610  1 file changed, 3 insertions(+), 3 deletions(-)
2611
2612 commit 15f2c055c17c54b0a6ae6eef50dcda13c58cda75
2613 Merge: 49e7263 a13b023
2614 Author: Behdad Esfahbod <behdad@behdad.org>
2615 Date:   Mon Dec 14 14:19:03 2015 +0100
2616
2617     Merge pull request #196 from srl295/aix
2618
2619     AIX fixes
2620
2621 commit a13b023dbfd0532e8cd74c356fbbd4453d0ffaa0
2622 Author: Steven R. Loomis <srloomis@us.ibm.com>
2623 Date:   Fri Dec 11 10:21:27 2015 -0800
2624
2625     AIX fixes
2626
2627     - use '-w' instead of '\<...\>' for check-header-guards
2628       grep manpage says these are the same
2629
2630     - put '-q' first in the grep options
2631
2632     - move VAR into hb-private.hh
2633
2634     - hb-font-private.hh - use [VAR] instead of [] for variable array
2635
2636  src/check-header-guards.sh  | 5 ++---
2637  src/hb-font-private.hh      | 2 +-
2638  src/hb-open-type-private.hh | 3 ---
2639  src/hb-private.hh           | 2 ++
2640  4 files changed, 5 insertions(+), 7 deletions(-)
2641
2642 commit 49e72634af74a9fbad01f42f48e104218413acc0
2643 Author: Behdad Esfahbod <behdad@behdad.org>
2644 Date:   Thu Dec 10 17:44:19 2015 +0100
2645
2646     Limit use of AIX intrinsics to IBM's compiler
2647
2648  src/hb-atomic-private.hh | 2 +-
2649  1 file changed, 1 insertion(+), 1 deletion(-)
2650
2651 commit e1d4d0f1dbd8518b5672245c05d73f22a9ed03ea
2652 Merge: 70b33ed 808d3fc
2653 Author: Behdad Esfahbod <behdad@behdad.org>
2654 Date:   Thu Dec 10 16:56:07 2015 +0100
2655
2656     Merge branch 'font-extents'
2657
2658     Fixes https://github.com/behdad/harfbuzz/pull/165
2659
2660 commit 808d3fc0eadd379909f2a0308fd3db474f1efde8
2661 Author: Behdad Esfahbod <behdad@behdad.org>
2662 Date:   Thu Dec 10 16:55:16 2015 +0100
2663
2664     [util] Port hb-view to use font metrics from HarfBuzz instead of cairo
2665
2666  util/helper-cairo.cc |  4 +++-
2667  util/view-cairo.cc   | 24 ++++++++++++------------
2668  2 files changed, 15 insertions(+), 13 deletions(-)
2669
2670 commit 31fa3892947138c7950303ea3719bb5ceb813625
2671 Author: Behdad Esfahbod <behdad@behdad.org>
2672 Date:   Thu Dec 10 16:38:29 2015 +0100
2673
2674     [ft] Use ftface->size->metrics for font extent info
2675
2676  src/hb-ft.cc | 6 +++---
2677  1 file changed, 3 insertions(+), 3 deletions(-)
2678
2679 commit 3ad16048fdd841f31f1cb98d7ff9ea1871841146
2680 Author: Behdad Esfahbod <behdad@behdad.org>
2681 Date:   Thu Dec 10 16:37:49 2015 +0100
2682
2683     [ot-font] Respect OS/2 fsSelection USE_TYPO_METRICS bit
2684
2685  src/hb-ot-font.cc | 12 ++++++++----
2686  1 file changed, 8 insertions(+), 4 deletions(-)
2687
2688 commit 70b33edae7c8b9c031b83c95f00cb383789f1041
2689 Author: Behdad Esfahbod <behdad@behdad.org>
2690 Date:   Thu Dec 10 15:54:42 2015 +0100
2691
2692     Add atomic ops for AIX
2693
2694     Patch from Volker Simonis.
2695
2696  src/hb-atomic-private.hh | 25 +++++++++++++++++++++++++
2697  1 file changed, 25 insertions(+)
2698
2699 commit 98460779bae19e4d64d29461ff154b3527bf8420
2700 Author: Behdad Esfahbod <behdad@behdad.org>
2701 Date:   Mon Dec 7 21:38:47 2015 +0100
2702
2703     Remove final pause from Arabic shaper
2704
2705     Back in the old days, we used to apply 'calt' and 'cswh' in Arabic
2706     shaper,
2707     with a pause in between.  Then we disabled the 'cswh' because
2708     Microsoft
2709     disabled it, but forgot to remove the unnecessary pause.  Do that now.
2710
2711     This has the benefit that it fixes shaping with monbaiti from
2712     Windows 10.
2713     In that version of that font, the lookups from 'calt' are duplicated
2714     in
2715     'rclt', and Mongolian was changed to go through Universal Shaping
2716     Engine.
2717     We still use the Arabic shaper for Mongolian.  With a pause after
2718     'calt',
2719     we were applying the duplicate lookups from 'calt' and 'rclt' twice.
2720     It
2721     happened to be the case that these lookups were NOT idempotent.  So we
2722     were getting wrong shaping.  See thread "Windows 10 monbaiti.ttf
2723     upgrade
2724     (5.01 -> 5.51) caused loss of diacritical marks when shaped with
2725     harfbuz"
2726     on the mailing list.  This fixes that.
2727
2728  src/hb-ot-shape-complex-arabic.cc | 2 +-
2729  1 file changed, 1 insertion(+), 1 deletion(-)
2730
2731 commit dee0fbf9e2eac8b61730efc4978bc10c552b5227
2732 Merge: 255df68 a7ffe35
2733 Author: Behdad Esfahbod <behdad@behdad.org>
2734 Date:   Mon Dec 7 10:44:08 2015 +0100
2735
2736     Merge pull request #192 from behdad/jfkthame-stch
2737
2738     [issue 191] Make apply_stch() give a more precise fit
2739
2740 commit 255df6801201fb22402420f7b7b7ea8b042df8ba
2741 Author: Behdad Esfahbod <behdad@behdad.org>
2742 Date:   Mon Dec 7 10:34:47 2015 +0100
2743
2744     Fix undefined behavior in cmp function
2745
2746     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=93274
2747
2748  src/hb-ot-map-private.hh | 3 ++-
2749  1 file changed, 2 insertions(+), 1 deletion(-)
2750
2751 commit fcf9e61bad13c828b5482f26491c82db65d91c96
2752 Author: Behdad Esfahbod <behdad@behdad.org>
2753 Date:   Mon Dec 7 10:30:43 2015 +0100
2754
2755     Fix sorting order of ot_languages array
2756
2757     Looks like the original sort was wrongly done.
2758     Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=93275
2759
2760  src/hb-ot-tag.cc | 7 +++----
2761  1 file changed, 3 insertions(+), 4 deletions(-)
2762
2763 commit 70952ddb5a29c5bcbb4b6c3a05a428496033234a
2764 Author: Behdad Esfahbod <behdad@behdad.org>
2765 Date:   Mon Dec 7 10:28:46 2015 +0100
2766
2767     Add test to make sure ot-languages array is sorted
2768
2769     Currently fails.  Part of
2770     https://bugs.freedesktop.org/show_bug.cgi?id=93275
2771
2772  src/Makefile.am  |  9 ++++++++-
2773  src/hb-ot-tag.cc | 23 +++++++++++++++++++++++
2774  2 files changed, 31 insertions(+), 1 deletion(-)
2775
2776 commit 8c37556f730d7e961394075cd863f624af4c53c4
2777 Merge: 8e5f902 f35b3e9
2778 Author: Behdad Esfahbod <behdad@behdad.org>
2779 Date:   Mon Dec 7 09:34:58 2015 +0100
2780
2781     Merge pull request #134 from ebraminio/dwrite
2782
2783     Add working but less prefect DirectWrite backend
2784
2785 commit a7ffe3535836032dba5559080dffeec79473197b
2786 Author: jfkthame <jfkthame@gmail.com>
2787 Date:   Sat Dec 5 17:47:37 2015 +0000
2788
2789     Make apply_stch() give a more precise fit
2790
2791     This aims to make Syriac Abbr Mark sizing more accurate when repeating
2792     segments are used, by adding an extra repeat and tightening up the
2793     spacing slightly rather than leaving a shortfall corresponding to
2794     a partial repeat-width.
2795
2796  src/hb-ot-shape-complex-arabic.cc | 15 ++++++++++++++-
2797  1 file changed, 14 insertions(+), 1 deletion(-)
2798
2799 commit 8e5f902656d2882d24c30e8b26ddbd3963baa55c
2800 Author: Behdad Esfahbod <behdad@behdad.org>
2801 Date:   Mon Nov 30 16:53:21 2015 -0800
2802
2803     src/test.cc: wrong field printed
2804
2805     Fixes https://github.com/behdad/harfbuzz/issues/188
2806     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=93182
2807
2808  src/test.cc | 2 +-
2809  1 file changed, 1 insertion(+), 1 deletion(-)
2810
2811 commit 6f2e6de1fae0ab2269b472a750788817de6c2a6e
2812 Author: Simon Cozens <simon@simon-cozens.org>
2813 Date:   Mon Oct 26 16:23:22 2015 +0900
2814
2815     Get font ascender and descender metrics from OS/2 table.
2816
2817  src/hb-font-private.hh |  39 ++++++++++++++++++-
2818  src/hb-font.cc         | 102
2819  ++++++++++++++++++++++++++++++++++++++++++++++++-
2820  src/hb-font.h          |  62 ++++++++++++++++++++++++++++--
2821  src/hb-ft.cc           |  21 ++++++++++
2822  src/hb-ot-font.cc      |  58 ++++++++++++++++++++++++++--
2823  5 files changed, 274 insertions(+), 8 deletions(-)
2824
2825 commit 097c998a0c7b250924801bb69f5fa0c529edd183
2826 Author: Simon Cozens <simon@simon-cozens.org>
2827 Date:   Mon Oct 26 16:22:38 2015 +0900
2828
2829     Parse the OS/2 table.
2830
2831  src/Makefile.am        |   1 +
2832  src/hb-ot-os2-table.hh | 105
2833  +++++++++++++++++++++++++++++++++++++++++++++++++
2834  2 files changed, 106 insertions(+)
2835
2836 commit d44d52bd0da033865641dfd39d94852119fd4fd7
2837 Author: Behdad Esfahbod <behdad@behdad.org>
2838 Date:   Thu Nov 26 19:35:43 2015 -0500
2839
2840     1.1.2
2841
2842  NEWS         | 15 +++++++++++++++
2843  configure.ac |  2 +-
2844  2 files changed, 16 insertions(+), 1 deletion(-)
2845
2846 commit 35d18585fc57750d817f57bfffe569069f9803b5
2847 Author: Behdad Esfahbod <behdad@behdad.org>
2848 Date:   Thu Nov 26 19:30:37 2015 -0500
2849
2850     Fix a few docs blocks
2851
2852  src/hb-buffer.cc    | 4 ++++
2853  src/hb-glib.cc      | 2 ++
2854  src/hb-ot-font.cc   | 2 ++
2855  src/hb-ot-layout.cc | 6 ++++++
2856  src/hb-ot-shape.cc  | 4 ++++
2857  5 files changed, 18 insertions(+)
2858
2859 commit 0e38c918b66df31978d8fd3d8271a9b781384545
2860 Author: Behdad Esfahbod <behdad@behdad.org>
2861 Date:   Thu Nov 26 19:26:26 2015 -0500
2862
2863     [introspection] Make scanner happy with HB_EXTERN
2864
2865  src/Makefile.am | 1 +
2866  1 file changed, 1 insertion(+)
2867
2868 commit ea512f71084296be3bd893f78650def894066de0
2869 Author: Behdad Esfahbod <behdad@behdad.org>
2870 Date:   Thu Nov 26 19:22:22 2015 -0500
2871
2872     Use C-style casts instead of compare to 0, to convert hb_bool_t
2873     to bool
2874
2875  src/hb-common.cc                  | 2 +-
2876  src/hb-fallback-shape.cc          | 2 +-
2877  src/hb-font-private.hh            | 2 +-
2878  src/hb-ot-layout.cc               | 2 +-
2879  src/hb-ot-map.cc                  | 2 +-
2880  src/hb-ot-shape-complex-hangul.cc | 2 +-
2881  src/hb-ot-shape-complex-hebrew.cc | 2 +-
2882  src/hb-ot-shape-complex-indic.cc  | 4 ++--
2883  src/hb-ot-shape-normalize.cc      | 6 +++---
2884  src/hb-ot-shape.cc                | 2 +-
2885  10 files changed, 13 insertions(+), 13 deletions(-)
2886
2887 commit 67a36a725e2a61a096ba0324f359d17f9b02d312
2888 Author: Behdad Esfahbod <behdad@behdad.org>
2889 Date:   Thu Nov 26 18:48:42 2015 -0500
2890
2891     Fix vertical GPOS
2892
2893     This was brorken earlier, though, it's really hard to notice it.
2894     Unlike the glyph_h_origin(), an unset glyph_v_origin() does NOT
2895     mean that the vertical origin is at 0,0.
2896
2897     Related to https://github.com/behdad/harfbuzz/issues/187
2898
2899  src/hb-ot-shape.cc | 13 ++++++++-----
2900  1 file changed, 8 insertions(+), 5 deletions(-)
2901
2902 commit 1c6a057dd1a52511474630896a597bf8e5215214
2903 Author: Behdad Esfahbod <behdad@behdad.org>
2904 Date:   Thu Nov 26 18:48:30 2015 -0500
2905
2906     Add tests for previous commit
2907
2908  test/shaping/Makefile.am                                 |   1 +
2909  .../sha1sum/49c9f7485c1392fa09a1b801bc2ffea79275f22e.ttf | Bin 0 ->
2910  1496 bytes
2911  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
2912  test/shaping/tests/MANIFEST                              |   1 +
2913  test/shaping/tests/simple.tests                          |   2 ++
2914  5 files changed, 5 insertions(+)
2915
2916 commit c41c145c7386ebe72b1cfb0475d836a689fecc5e
2917 Author: Behdad Esfahbod <behdad@behdad.org>
2918 Date:   Thu Nov 26 18:43:15 2015 -0500
2919
2920     Make nil glyph_h_origin() function return true
2921
2922     Fixes https://github.com/behdad/harfbuzz/issues/187
2923
2924     Funcs implementations that have a non-zero horizontal origin must
2925     implement the glyph_h_origin() callback, nothing new here.
2926
2927     Other implementations (all I know of!) can simply not set
2928     glyph_h_origin() now.  I did that for hb-ot and hb-ft in
2929     44f82750807475aa5b16099ccccd917d488df703, though that broke the
2930     fallback shaper because the default was returning false...
2931
2932  src/hb-font.cc | 2 +-
2933  1 file changed, 1 insertion(+), 1 deletion(-)
2934
2935 commit 766963adba6770dcd45de4417481ed8eda60a716
2936 Merge: b344af8 f798b8e
2937 Author: Behdad Esfahbod <behdad@behdad.org>
2938 Date:   Tue Nov 24 15:38:43 2015 -0600
2939
2940     Merge pull request #114 from ThePhD/vc++-fixes
2941
2942     Fix all VC++ warnings and errors
2943
2944 commit b344af80ca95b9eddfd6017aa6ae103388d6b5f8
2945 Merge: 662acd2 835bbdc
2946 Author: Behdad Esfahbod <behdad@behdad.org>
2947 Date:   Tue Nov 24 15:30:27 2015 -0600
2948
2949     Merge pull request #177 from fanc999/exporting
2950
2951     Enable use of compiler directives to export symbols
2952
2953 commit 662acd26d10c38e96a9afcdaab2cb2979794966f
2954 Merge: b24e93e 1979f6f
2955 Author: Behdad Esfahbod <behdad@behdad.org>
2956 Date:   Tue Nov 24 15:29:44 2015 -0600
2957
2958     Merge pull request #181 from mhosken/master
2959
2960     Fix y_scale problems in hb-gr
2961
2962 commit b24e93e3a4d98111c4684fa08e9080b471881d5c
2963 Author: Behdad Esfahbod <behdad@behdad.org>
2964 Date:   Tue Nov 24 13:18:20 2015 -0600
2965
2966     1.1.1
2967
2968  NEWS         | 7 +++++++
2969  configure.ac | 2 +-
2970  2 files changed, 8 insertions(+), 1 deletion(-)
2971
2972 commit 233944ac91bb81250c0e63150eecfedfaf09f590
2973 Merge: 5a24b1d d538201
2974 Author: Khaled Hosny <khaledhosny@eglug.org>
2975 Date:   Tue Nov 24 18:37:35 2015 +0400
2976
2977     Merge pull request #185 from khaledhosny/travis-osx
2978
2979     [travis] Enable Mac OS X support
2980
2981 commit d538201918e6932ef7645f8d5b2c3491954936f8
2982 Author: Khaled Hosny <khaledhosny@eglug.org>
2983 Date:   Tue Nov 24 12:46:35 2015 +0400
2984
2985     [travis] Enable Mac OS X support
2986
2987     Fixes https://github.com/behdad/harfbuzz/issues/182
2988
2989  .travis.yml | 22 ++++++++++++++++------
2990  1 file changed, 16 insertions(+), 6 deletions(-)
2991
2992 commit 5a24b1d25c59865e298bf105f54503e79587265c
2993 Author: Behdad Esfahbod <behdad@behdad.org>
2994 Date:   Mon Nov 23 16:46:14 2015 -0600
2995
2996     [travis] Remove coverity scan
2997
2998     I never could get it to work, and it's a proprietary platform.
2999
3000  .travis.yml | 11 -----------
3001  README      |  1 -
3002  2 files changed, 12 deletions(-)
3003
3004 commit 1979f6fedca82fa1e4f65491de491db1aa6dc645
3005 Author: Martin Hosken <martin_hosken@sil.org>
3006 Date:   Mon Nov 23 10:03:56 2015 +0700
3007
3008     Fix y_scale problems in hb-gr
3009
3010  src/hb-graphite2.cc | 11 ++++++-----
3011  1 file changed, 6 insertions(+), 5 deletions(-)
3012
3013 commit 835bbdc7c92bd774ff92c42a9277ded72066d29d
3014 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
3015 Date:   Thu Nov 19 18:34:12 2015 +0800
3016
3017     Public headers: Decorate public symbols with HB_EXTERN
3018
3019     This prepares the headers for exporting symbols using visibility
3020     attributes or __declspec(dllexport), so that we do not need to
3021     maintain
3022     symbols listing files, as this is what was and is done in GLib
3023     and GTK+.
3024
3025  src/hb-blob.h               |  24 +++++-----
3026  src/hb-buffer.h             | 100 +++++++++++++++++++-------------------
3027  src/hb-common.h             |  22 ++++-----
3028  src/hb-coretext.h           |   6 +--
3029  src/hb-face.h               |  34 ++++++-------
3030  src/hb-font.h               | 114
3031  ++++++++++++++++++++++----------------------
3032  src/hb-ft.h                 |  18 +++----
3033  src/hb-glib.h               |   8 ++--
3034  src/hb-gobject-enums.h.tmpl |   2 +-
3035  src/hb-gobject-structs.h    |  26 +++++-----
3036  src/hb-graphite2.h          |   4 +-
3037  src/hb-icu.h                |   6 +--
3038  src/hb-ot-font.h            |   2 +-
3039  src/hb-ot-layout.h          |  56 +++++++++++-----------
3040  src/hb-ot-shape.h           |   4 +-
3041  src/hb-ot-tag.h             |   8 ++--
3042  src/hb-set.h                |  52 ++++++++++----------
3043  src/hb-shape-plan.h         |  18 +++----
3044  src/hb-shape.h              |  10 ++--
3045  src/hb-unicode.h            |  52 ++++++++++----------
3046  src/hb-uniscribe.h          |   4 +-
3047  src/hb-version.h.in         |   6 +--
3048  src/hb.h                    |   4 ++
3049  23 files changed, 292 insertions(+), 288 deletions(-)
3050
3051 commit f798b8e2d683a1b89b6905b1a8615375b847b468
3052 Author: ThePhD <phdofthehouse@gmail.com>
3053 Date:   Sat Nov 21 16:57:26 2015 -0500
3054
3055     c-style cast
3056
3057  src/hb-ot-shape-complex-use.cc | 2 +-
3058  1 file changed, 1 insertion(+), 1 deletion(-)
3059
3060 commit a6991813659376a6a11c00a9f67d85b4f7ba9b5d
3061 Merge: 1dc32ea f19c6db
3062 Author: Behdad Esfahbod <behdad@behdad.org>
3063 Date:   Fri Nov 20 13:28:42 2015 -0800
3064
3065     Merge pull request #176 from behdad/missing-braces
3066
3067     Add braces for subobject initializer in _hb_font_funcs_nil
3068
3069 commit 1dc32ea4d2f294f9d1ae1c8fd19fb75f9278223b
3070 Author: Behdad Esfahbod <behdad@behdad.org>
3071 Date:   Fri Nov 20 13:24:19 2015 -0800
3072
3073     Whitespace
3074
3075  src/hb-private.hh | 20 ++++++++++----------
3076  1 file changed, 10 insertions(+), 10 deletions(-)
3077
3078 commit f94c0ecbb1488138d3ec3b9d6d9fb78113dfee4f
3079 Author: Behdad Esfahbod <behdad@behdad.org>
3080 Date:   Fri Nov 20 13:21:29 2015 -0800
3081
3082     Define HB_MARK_AS_FLAG_T as a macro instead of using templates
3083
3084     The generic template operator overloading was causing more problems
3085     than it
3086     solved.  Eg:
3087
3088     https://github.com/behdad/harfbuzz/pull/163
3089     https://github.com/behdad/harfbuzz/issues/175
3090
3091     So, just use macros.
3092
3093     Fixes https://github.com/behdad/harfbuzz/issues/175
3094     Fixes https://github.com/behdad/harfbuzz/pull/178
3095
3096  src/hb-private.hh | 27 +++++++++++----------------
3097  1 file changed, 11 insertions(+), 16 deletions(-)
3098
3099 commit f19c6db18e2e2dd0e9a406fc7e8533049fab48b0
3100 Author: jfkthame <jfkthame@gmail.com>
3101 Date:   Fri Nov 20 08:43:49 2015 +0000
3102
3103     Add braces for subobject initializer in _hb_font_funcs_nil
3104
3105     To avoid triggering -Wmissing-braces; see
3106     https://bugzilla.mozilla.org/show_bug.cgi?id=1226175#c8
3107
3108  src/hb-font.cc | 8 ++++++--
3109  1 file changed, 6 insertions(+), 2 deletions(-)
3110
3111 commit 9cc1ed4fa68075b3b142a2737438109772dd0002
3112 Author: Behdad Esfahbod <behdad@behdad.org>
3113 Date:   Thu Nov 19 12:39:09 2015 -0800
3114
3115     Do not allow recursiving to same position and same lookup
3116
3117     This is just to make it harder to be extremely slow.  There definitely
3118     are ways still, just harder.  Oh well... how do we tame this problem
3119     without solving halting problem?!
3120
3121     Fixes https://github.com/behdad/harfbuzz/issues/174
3122
3123  src/hb-ot-layout-gsubgpos-private.hh                     |   5 +++++
3124  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
3125  .../sha1sum/fab39d60d758cb586db5a504f218442cd1395725.ttf | Bin 0 ->
3126  1894 bytes
3127  test/shaping/tests/fuzzed.tests                          |   1 +
3128  4 files changed, 7 insertions(+)
3129
3130 commit 7d75eee799bbb5ee7eef2651cf7b7d3aee6f09b0
3131 Author: Behdad Esfahbod <behdad@behdad.org>
3132 Date:   Thu Nov 19 12:03:04 2015 -0800
3133
3134     [fuzzing] Run fuzzing tests using hb-fuzzer as well
3135
3136  test/fuzzing/Makefile.am | 4 ++++
3137  1 file changed, 4 insertions(+)
3138
3139 commit 13188cba7f0eaacd587beeb1c2258526ae24c438
3140 Author: Behdad Esfahbod <behdad@behdad.org>
3141 Date:   Thu Nov 19 11:59:03 2015 -0800
3142
3143     Revert "Fix hang in OOM situations"
3144
3145     This reverts commit f0599db761d7fc2d585d86e757a797f75ebc7499.
3146
3147     Commit abadc1717d997b69f987fdf1be9e12156d2d13d6 provides a better
3148     fix for this.
3149
3150  src/hb-buffer-private.hh | 6 +-----
3151  1 file changed, 1 insertion(+), 5 deletions(-)
3152
3153 commit 18e1c6b6ef7c85a1b02e3dae86280d8ed6b65118
3154 Author: Behdad Esfahbod <behdad@behdad.org>
3155 Date:   Thu Nov 19 11:50:58 2015 -0800
3156
3157     Revert "Make sure we make progress in OOM situations"
3158
3159     This reverts commit 68b507a3c3c62c28c38e13fee733702bb703b6ca.
3160
3161     Commit abadc1717d997b69f987fdf1be9e12156d2d13d6 provides a better
3162     fix for this.
3163
3164  src/hb-buffer-private.hh |  7 +++++--
3165  src/hb-buffer.cc         | 31 ++++++++-----------------------
3166  2 files changed, 13 insertions(+), 25 deletions(-)
3167
3168 commit e1118aeac3b5556df0ce502732df8ac92bdac45a
3169 Author: Behdad Esfahbod <behdad@behdad.org>
3170 Date:   Wed Nov 18 23:40:47 2015 -0800
3171
3172     1.1.0
3173
3174  NEWS         | 22 ++++++++++++++++++++++
3175  configure.ac |  2 +-
3176  2 files changed, 23 insertions(+), 1 deletion(-)
3177
3178 commit 63fe05c8b1cd4f08b525028409e1299f34750810
3179 Author: Behdad Esfahbod <behdad@behdad.org>
3180 Date:   Wed Nov 18 23:52:34 2015 -0800
3181
3182     Fix make distcheck
3183
3184  src/Makefile.am | 1 +
3185  1 file changed, 1 insertion(+)
3186
3187 commit 9b087dec7753ad96d256ce1b9ae347bd8d697c75
3188 Author: Behdad Esfahbod <behdad@behdad.org>
3189 Date:   Wed Nov 18 23:23:35 2015 -0800
3190
3191     [travis] Only coverity-scan the coverity_scan branch
3192
3193     This essentially disables coverity-scan right now, until we find
3194     a pattern to continuously submit branches there.
3195
3196     For background reasoning, see:
3197     Fixes https://github.com/behdad/harfbuzz/issues/171
3198
3199  .travis.yml | 2 +-
3200  1 file changed, 1 insertion(+), 1 deletion(-)
3201
3202 commit 85062e3b4655ec6d5c3cf5344ce22cd88c21a2aa
3203 Author: Behdad Esfahbod <behdad@behdad.org>
3204 Date:   Wed Nov 18 23:09:13 2015 -0800
3205
3206     Add tests for previous two commits
3207
3208     To fully test what these are supposed to test, they should be run
3209     against libharfbuzz-fuzzing.la instead of libharfbuzz.la, but for
3210     now just record the files.
3211
3212  .../sha1sum/43979b90b2dd929723cf4fe1715990bcb9c9a56b.ttf | Bin 0 ->
3213  1804 bytes
3214  test/shaping/fonts/sha1sum/MANIFEST                      |   2 ++
3215  .../sha1sum/b9e2aaa0d75fcef6971ec3a96d806ba4a6b31fe2.ttf | Bin 0 ->
3216  1804 bytes
3217  test/shaping/tests/fuzzed.tests                          |   2 ++
3218  4 files changed, 4 insertions(+)
3219
3220 commit 37b40cd8a18e25d3324f829acec197f016f4a524
3221 Author: Behdad Esfahbod <behdad@behdad.org>
3222 Date:   Wed Nov 18 23:04:45 2015 -0800
3223
3224     Fix another move_to assertion failure
3225
3226     If buf->idx is at end, don't set end past it...
3227
3228     Fixes https://github.com/behdad/harfbuzz/issues/173
3229
3230  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
3231  1 file changed, 1 insertion(+), 1 deletion(-)
3232
3233 commit abadc1717d997b69f987fdf1be9e12156d2d13d6
3234 Author: Behdad Esfahbod <behdad@behdad.org>
3235 Date:   Wed Nov 18 17:52:08 2015 -0800
3236
3237     Try to better handle OOM situations
3238
3239     Fixes assert fail in https://github.com/behdad/harfbuzz/issues/161
3240     with libharfbuzz-fuzzing.
3241
3242  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
3243  src/hb-ot-layout.cc                  |  2 +-
3244  src/hb-ot-shape-complex-hangul.cc    |  2 +-
3245  src/hb-ot-shape-complex-indic.cc     |  2 +-
3246  src/hb-ot-shape-complex-thai.cc      |  2 +-
3247  src/hb-ot-shape-complex-use.cc       |  8 +-------
3248  src/hb-ot-shape-normalize.cc         | 10 +++++-----
3249  src/hb-ot-shape.cc                   |  2 +-
3250  8 files changed, 12 insertions(+), 18 deletions(-)
3251
3252 commit ec625f7dfb5f6df19d35d81af6605d05e08321f2
3253 Author: Behdad Esfahbod <behdad@behdad.org>
3254 Date:   Wed Nov 18 16:37:59 2015 -0800
3255
3256     Try to fix gnome-continuous build fail
3257
3258  test/fuzzing/Makefile.am | 2 ++
3259  1 file changed, 2 insertions(+)
3260
3261 commit ff16ef3379e06afe44b5e78b8893aeae0cee2b5b
3262 Author: Behdad Esfahbod <behdad@behdad.org>
3263 Date:   Wed Nov 18 16:27:32 2015 -0800
3264
3265     Enable building a bounded version of the library for fuzzing
3266
3267     test/fuzzing/hb-fuzzer links against libharfbuzz-fuzzing.so now.
3268
3269  src/Makefile.am          | 16 ++++++++++++++++
3270  test/fuzzing/Makefile.am |  9 ++-------
3271  test/fuzzing/README      |  6 ++----
3272  3 files changed, 20 insertions(+), 11 deletions(-)
3273
3274 commit e0082ae60dbd87d433f3b2b9d2bfa64b9a4c3663
3275 Author: Behdad Esfahbod <behdad@behdad.org>
3276 Date:   Tue Nov 17 18:42:13 2015 -0800
3277
3278     Move things around
3279
3280  src/hb-private.hh | 22 +++++++++++-----------
3281  1 file changed, 11 insertions(+), 11 deletions(-)
3282
3283 commit dde8cc87bd880bd35baf764820f4c85bd0a58696
3284 Merge: e97835a 167c327
3285 Author: Behdad Esfahbod <behdad@behdad.org>
3286 Date:   Tue Nov 17 18:40:10 2015 -0800
3287
3288     Merge pull request #163 from fanc999/msvc.src
3289
3290     Update the sources so they will compile under Visual Studio
3291
3292 commit 167c3271778cd1a8c4433b9d2230901ce17c099e
3293 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
3294 Date:   Mon Nov 9 17:17:56 2015 +0800
3295
3296     Fix build on MSVC >= 2012
3297
3298     Use the DEFINE_ENUM_FLAG_OPERATORS macro in winnt.h on Visual Studio,
3299     which defines the bitwise operators for the enumerations that we
3300     want to
3301     mark as hb_mark_as_flags_t, which will take care of the situation
3302     on newer
3303     Visual Studio (>= 2012), where the build breaks with C2057 errors
3304     as the
3305     underlying types of the enumerations is not clear to the compiler
3306     when we
3307     do a bitwise op within the declaration of the enumerations themselves.
3308
3309     Also disable the C4200 (nonstandard extension used : zero-sized
3310     array in
3311     struct/union) and C4800 ('type' : forcing value to bool 'true' or
3312     'false'
3313     (performance warning)) warnings as the C4200 is the intended
3314     scenario and
3315     C4800 is harmless but is so far an unavoidable side effect of using
3316     DEFINE_ENUM_FLAG_OPERATORS.
3317
3318  src/hb-buffer-private.hh           |  6 +++---
3319  src/hb-ot-layout-common-private.hh |  2 +-
3320  src/hb-ot-layout-private.hh        |  4 ++--
3321  src/hb-ot-map-private.hh           |  2 +-
3322  src/hb-private.hh                  | 11 +++++++++++
3323  5 files changed, 18 insertions(+), 7 deletions(-)
3324
3325 commit 4d27bb87468a1b84387e7ce084e3d92c0fc8f065
3326 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
3327 Date:   Fri Nov 6 14:28:30 2015 +0800
3328
3329     hb-ot-shape-complex-arabic.cc: Fix build on Visual Studio
3330
3331     Visual Studio does not like declaring a enum variable within a for
3332     statement, so fix the build by declaring the enum before doing the for
3333     loop.
3334
3335  src/hb-ot-shape-complex-arabic.cc | 3 ++-
3336  1 file changed, 2 insertions(+), 1 deletion(-)
3337
3338 commit a49e7b7e40127beba25f39ef3c10d7a77e2bb0f0
3339 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
3340 Date:   Tue Nov 3 18:49:34 2015 +0800
3341
3342     MSVC builds: Add fallback implementation for pre-2013 MSVC
3343
3344     Pre-2013 MSVC does not have scalbn() and scalbnf(), which are used
3345     in the
3346     utility programs.  Add  fallback implementations for these, which
3347     can be
3348     used when necessary.
3349
3350  util/options.hh | 17 +++++++++++++++++
3351  1 file changed, 17 insertions(+)
3352
3353 commit 998e8dda938cfef0146f1bfc4e8973a0e12d7d35
3354 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
3355 Date:   Mon Nov 2 16:55:29 2015 +0800
3356
3357     util: Fix build on Visual Studio
3358
3359     Use the fallback implementation for lround() only on pre-2013 Visual
3360     Studio, and ensure we are clear about the types of the parameters for
3361     lround() and scalbnf(), since Visual Studio can be quite picky on
3362     ambiguous parameter types.  Also, use g_ascii_strcasecmp() rather than
3363     strcasecmp() as we are already using GLib for this code and we are
3364     assured that g_ascii_strcasemp() is available.
3365
3366     For scalbnf() on pre-2013 Visaul Studio, a fallback implementation is
3367     needed, but use another forced-included header for those compilers,
3368     which
3369     will be added later.
3370
3371     Also use (char)27 on Visual Studio builds as '\e' is not a recognized
3372     escape sequence, which will do the same thing.
3373
3374  util/ansi-print.cc   | 16 +++++++++-------
3375  util/helper-cairo.cc | 20 ++++++++++----------
3376  util/options.cc      |  2 +-
3377  3 files changed, 20 insertions(+), 18 deletions(-)
3378
3379 commit e97835ad43f5c68e8cb29599246cae0f4461d663
3380 Author: Behdad Esfahbod <behdad@behdad.org>
3381 Date:   Tue Nov 10 11:37:01 2015 -0800
3382
3383     [util] Fix crash when --output-file is specified but not
3384     --output-format
3385
3386  util/options.hh | 3 +++
3387  1 file changed, 3 insertions(+)
3388
3389 commit d5f0d7c9fb14255388ab616f56e178cb7ca10ec2
3390 Merge: 04ff23e 529a933
3391 Author: Behdad Esfahbod <behdad@behdad.org>
3392 Date:   Sat Nov 7 07:50:58 2015 -0800
3393
3394     Merge pull request #167 from KonstantinRitt/unicode_cp_opt
3395
3396     Micro optimizations to UTF-16 and UTF-32 codecs
3397
3398 commit 04ff23e73d847ab3a5da0e9fac4fbca19aefd284
3399 Author: Behdad Esfahbod <behdad@behdad.org>
3400 Date:   Fri Nov 6 16:29:44 2015 -0800
3401
3402     [arabic] Improve stretch length calculation
3403
3404     Err on the side of being too short, than too wide.  Reduces chance
3405     of overlaps with neighboring glyphs.
3406
3407  src/hb-ot-shape-complex-arabic.cc | 2 +-
3408  1 file changed, 1 insertion(+), 1 deletion(-)
3409
3410 commit 59821ab8b413df3a444c38b80582a5137e364a70
3411 Author: Behdad Esfahbod <behdad@behdad.org>
3412 Date:   Fri Nov 6 16:27:44 2015 -0800
3413
3414     [arabic] Don't stretch over cased letters
3415
3416     Addresses
3417     https://github.com/behdad/harfbuzz/commit/6e6f82b6f3dde0fc6c3c7d991d9ec6cfff57823d#commitcomment-14248516
3418
3419  src/hb-ot-shape-complex-arabic.cc                  | 24
3420  +++++++++++++++++++++-
3421  src/hb-unicode-private.hh                          | 20
3422  ------------------
3423  .../script-syriac/misc/abbreviation-mark.txt       |  4 ++--
3424  3 files changed, 25 insertions(+), 23 deletions(-)
3425
3426 commit 5337db29af39084d677a63154f404eca0c20cfeb
3427 Author: Behdad Esfahbod <behdad@behdad.org>
3428 Date:   Fri Nov 6 16:18:09 2015 -0800
3429
3430     Revert "Don't process lookups if buffer is in error"
3431
3432     This reverts commit f92bd86cc8c11d262d1830c631cb7c63fc9d4bc8.
3433
3434     We don't want to be like cairo, where as soon as there's an error,
3435     nothing works anymore.  So, lets process lookups as long as there's
3436     no new memory needed.  That's also a model that hides fewer bugs.
3437
3438  src/hb-ot-layout.cc | 2 +-
3439  1 file changed, 1 insertion(+), 1 deletion(-)
3440
3441 commit 529a93312815dff3c2f37f880bf6ccb428bd3da0
3442 Author: Konstantin Ritt <ritt.ks@gmail.com>
3443 Date:   Sat Nov 7 02:00:04 2015 +0400
3444
3445     Micro optimization to hb_utf16_t and hb_utf32_t ::prev()
3446
3447     Implement reverse lookup instead of re-using next()
3448
3449  src/hb-utf-private.hh | 29 +++++++++++++++++++----------
3450  1 file changed, 19 insertions(+), 10 deletions(-)
3451
3452 commit 44ae9be7a29eebd6003cad2fdb90b40512a9c8eb
3453 Author: Konstantin Ritt <ritt.ks@gmail.com>
3454 Date:   Sat Nov 7 01:58:38 2015 +0400
3455
3456     Nano optimization to hb_utf16_t and hb_utf32_t ::next()
3457
3458  src/hb-utf-private.hh | 17 ++++++-----------
3459  1 file changed, 6 insertions(+), 11 deletions(-)
3460
3461 commit a6d7668a954a763a053f8af8edbff4731aa43729
3462 Author: Behdad Esfahbod <behdad@behdad.org>
3463 Date:   Fri Nov 6 09:46:54 2015 -0800
3464
3465     [fuzzing] Cap max buffer len at 128
3466
3467  test/fuzzing/Makefile.am | 1 +
3468  1 file changed, 1 insertion(+)
3469
3470 commit f1c4adbcd3f6275e81e118ddadc9396f82daeccf
3471 Author: Behdad Esfahbod <behdad@behdad.org>
3472 Date:   Fri Nov 6 09:46:05 2015 -0800
3473
3474     Fix typo
3475
3476  src/hb-buffer-private.hh | 2 +-
3477  1 file changed, 1 insertion(+), 1 deletion(-)
3478
3479 commit 68b507a3c3c62c28c38e13fee733702bb703b6ca
3480 Author: Behdad Esfahbod <behdad@behdad.org>
3481 Date:   Fri Nov 6 00:09:26 2015 -0800
3482
3483     Make sure we make progress in OOM situations
3484
3485  src/hb-buffer-private.hh |  7 ++-----
3486  src/hb-buffer.cc         | 31 +++++++++++++++++++++++--------
3487  2 files changed, 25 insertions(+), 13 deletions(-)
3488
3489 commit 5a7eb5d4d862f402136044c19ead87ad098bd78f
3490 Author: Behdad Esfahbod <behdad@behdad.org>
3491 Date:   Fri Nov 6 00:01:24 2015 -0800
3492
3493     [fuzzing] Add test case for OOM
3494
3495     From https://github.com/behdad/harfbuzz/issues/161
3496
3497  .../sha1sum/3511ff5c1647150595846ac414c595cccac34f18.ttf | Bin 0 ->
3498  1483 bytes
3499  test/shaping/fonts/sha1sum/MANIFEST                      |   2 +-
3500  test/shaping/tests/fuzzed.tests                          |   1 +
3501  3 files changed, 2 insertions(+), 1 deletion(-)
3502
3503 commit f0599db761d7fc2d585d86e757a797f75ebc7499
3504 Author: Behdad Esfahbod <behdad@behdad.org>
3505 Date:   Thu Nov 5 23:52:41 2015 -0800
3506
3507     Fix hang in OOM situations
3508
3509     Fixes https://github.com/behdad/harfbuzz/issues/161
3510
3511  src/hb-buffer-private.hh | 6 +++++-
3512  1 file changed, 5 insertions(+), 1 deletion(-)
3513
3514 commit f92bd86cc8c11d262d1830c631cb7c63fc9d4bc8
3515 Author: Behdad Esfahbod <behdad@behdad.org>
3516 Date:   Thu Nov 5 23:52:29 2015 -0800
3517
3518     Don't process lookups if buffer is in error
3519
3520  src/hb-ot-layout.cc | 2 +-
3521  1 file changed, 1 insertion(+), 1 deletion(-)
3522
3523 commit 4301703bddb63a01651a0d58474bb15ac0ebbcf6
3524 Author: Behdad Esfahbod <behdad@behdad.org>
3525 Date:   Thu Nov 5 23:44:59 2015 -0800
3526
3527     Limit buffer max size growth
3528
3529     https://github.com/behdad/harfbuzz/issues/161
3530
3531  src/hb-buffer-private.hh | 11 +++++++++++
3532  src/hb-buffer.cc         |  8 ++++++++
3533  src/hb-ot-shape.cc       |  6 ++++++
3534  test/fuzzing/Makefile.am |  2 ++
3535  4 files changed, 27 insertions(+)
3536
3537 commit 19300183a6f0bac0d23f7a994b40a51e9c90d6e1
3538 Author: Behdad Esfahbod <behdad@behdad.org>
3539 Date:   Thu Nov 5 23:08:50 2015 -0800
3540
3541     [fuzzing] Add build system
3542
3543  configure.ac              |  1 +
3544  test/Makefile.am          |  2 +-
3545  test/fuzzing/Makefile.am  | 44
3546  ++++++++++++++++++++++++++++++++++++++++++++
3547  test/fuzzing/README       |  2 ++
3548  test/fuzzing/hb-fuzzer.cc |  4 ++--
3549  5 files changed, 50 insertions(+), 3 deletions(-)
3550
3551 commit 9c9ad214af43685b00f6d8493b7807d6607d4e2d
3552 Author: Behdad Esfahbod <behdad@behdad.org>
3553 Date:   Thu Nov 5 22:50:52 2015 -0800
3554
3555     [fuzzer] Add README
3556
3557     https://github.com/behdad/harfbuzz/issues/139#issuecomment-154202645
3558
3559  test/fuzzing/README | 21 +++++++++++++++++++++
3560  1 file changed, 21 insertions(+)
3561
3562 commit 6e6f82b6f3dde0fc6c3c7d991d9ec6cfff57823d
3563 Author: Behdad Esfahbod <behdad@behdad.org>
3564 Date:   Thu Nov 5 17:29:03 2015 -0800
3565
3566     Implement SYRIAC ABBREVIATION MARK with 'stch' feature
3567
3568     The feature is enabled for any character in the Arabic shaper.
3569     We should experiment with using it for Arabic subtending marks.
3570     Though, that has a directionality problem as well, since those
3571     are used with digits...
3572
3573     Fixes https://github.com/behdad/harfbuzz/issues/141
3574
3575  src/hb-ot-shape-complex-arabic.cc                  | 219
3576  ++++++++++++++++++++-
3577  src/hb-unicode-private.hh                          |  19 ++
3578  .../shaper-arabic/script-syriac/misc/MANIFEST      |   1 +
3579  .../script-syriac/misc/abbreviation-mark.txt       |  11 ++
3580  4 files changed, 244 insertions(+), 6 deletions(-)
3581
3582 commit c743ec5886a1f6d57de26da33a770a8706be83d6
3583 Author: Behdad Esfahbod <behdad@behdad.org>
3584 Date:   Thu Nov 5 17:33:57 2015 -0800
3585
3586     [ft] Fix extents with negative scales
3587
3588     Fixes https://github.com/behdad/harfbuzz/issues/162
3589
3590  src/hb-ft.cc | 10 ++++++++++
3591  1 file changed, 10 insertions(+)
3592
3593 commit 73fec3992acb492829bde1d885f1ebeed8dcc133
3594 Author: Behdad Esfahbod <behdad@behdad.org>
3595 Date:   Thu Nov 5 15:22:18 2015 -0800
3596
3597     Reserve a few scratch-flags bits for complex shapers
3598
3599  src/hb-buffer-private.hh | 5 +++++
3600  1 file changed, 5 insertions(+)
3601
3602 commit 136863371c1402769426d892aef1b92f9ca1a25e
3603 Author: Behdad Esfahbod <behdad@behdad.org>
3604 Date:   Thu Nov 5 13:24:15 2015 -0800
3605
3606     Add new shaper method postprocess_glyphs()
3607
3608     Unused currently.  To be used for Syriac stretch implementation.
3609
3610     https://github.com/behdad/harfbuzz/issues/141
3611
3612  src/hb-ot-shape-complex-arabic.cc  | 3 ++-
3613  src/hb-ot-shape-complex-default.cc | 1 +
3614  src/hb-ot-shape-complex-hangul.cc  | 7 ++++---
3615  src/hb-ot-shape-complex-hebrew.cc  | 1 +
3616  src/hb-ot-shape-complex-indic.cc   | 1 +
3617  src/hb-ot-shape-complex-myanmar.cc | 2 ++
3618  src/hb-ot-shape-complex-private.hh | 9 +++++++++
3619  src/hb-ot-shape-complex-thai.cc    | 1 +
3620  src/hb-ot-shape-complex-tibetan.cc | 1 +
3621  src/hb-ot-shape-complex-use.cc     | 1 +
3622  src/hb-ot-shape.cc                 | 9 ++++++---
3623  11 files changed, 29 insertions(+), 7 deletions(-)
3624
3625 commit 6c0ebd02c99e7536975ba7194832a1f33abd7faf
3626 Author: Behdad Esfahbod <behdad@behdad.org>
3627 Date:   Thu Nov 5 11:37:48 2015 -0800
3628
3629     [util] If font has color, generate PNG with color
3630
3631  util/helper-cairo.cc | 33 ++++++++++++++++++++++++++-------
3632  util/helper-cairo.hh |  6 +++++-
3633  util/view-cairo.cc   |  7 ++++++-
3634  3 files changed, 37 insertions(+), 9 deletions(-)
3635
3636 commit e95eb23a4ee920eab1e2f4eec9cf490bb431452c
3637 Author: Behdad Esfahbod <behdad@behdad.org>
3638 Date:   Wed Nov 4 22:55:11 2015 -0800
3639
3640     Don't try zeroing marks by GDEF if there are no non-ASCII
3641
3642     This one is a hack, but should be ok.
3643
3644  src/hb-ot-shape.cc | 4 ++++
3645  1 file changed, 4 insertions(+)
3646
3647 commit 7fa54ed75aa30ae1d6ee9136ccb83b630c24fb65
3648 Author: Behdad Esfahbod <behdad@behdad.org>
3649 Date:   Wed Nov 4 22:54:49 2015 -0800
3650
3651     Don't try zeroing mark attachments by Unicode if there's no non-ASCII
3652
3653  src/hb-ot-shape.cc | 3 +++
3654  1 file changed, 3 insertions(+)
3655
3656 commit 550bd14d2b21ec2a2b509ff42f4df4341dbf2d46
3657 Author: Behdad Esfahbod <behdad@behdad.org>
3658 Date:   Wed Nov 4 22:58:58 2015 -0800
3659
3660     Actually commit changes for previous commit
3661
3662  src/hb-buffer-private.hh       |  2 ++
3663  src/hb-ot-layout-gpos-table.hh | 15 ++++++++-------
3664  2 files changed, 10 insertions(+), 7 deletions(-)
3665
3666 commit ff31b3c1b8a2a21b57dba37eb5bb5db0579e0640
3667 Author: Behdad Esfahbod <behdad@behdad.org>
3668 Date:   Wed Nov 4 22:42:41 2015 -0800
3669
3670     Skip GPOS cursive / attachment adjustmnent if none happened
3671
3672     I'm starting to really like how free these new scratch_flags are.
3673
3674  src/hb-ot-layout-gpos-table.hh | 3 +++
3675  1 file changed, 3 insertions(+)
3676
3677 commit 0f407325f6923db11d332585e8250e3646cb74d6
3678 Author: Behdad Esfahbod <behdad@behdad.org>
3679 Date:   Wed Nov 4 22:28:44 2015 -0800
3680
3681     Minor
3682
3683  src/hb-ot-shape.cc | 4 +++-
3684  1 file changed, 3 insertions(+), 1 deletion(-)
3685
3686 commit 497a6c2071cd0638e4c6af07621d01335fd963a9
3687 Author: Behdad Esfahbod <behdad@behdad.org>
3688 Date:   Wed Nov 4 22:24:19 2015 -0800
3689
3690     Skip forming clusters if text is all ASCII
3691
3692  src/hb-ot-shape.cc | 3 ++-
3693  1 file changed, 2 insertions(+), 1 deletion(-)
3694
3695 commit 28de104f15b80df4b678267c4488b7d09a42720c
3696 Author: Behdad Esfahbod <behdad@behdad.org>
3697 Date:   Wed Nov 4 22:00:25 2015 -0800
3698
3699     Move variable-sized struct member to end
3700
3701     Hopefully makes clang build happy
3702
3703  src/hb-font-private.hh | 21 ++++++++++-----------
3704  src/hb-font.cc         | 20 ++++++++++++++++++++
3705  2 files changed, 30 insertions(+), 11 deletions(-)
3706
3707 commit 5bc28b5f688ee90d103d052e98bc15d6e0e7e0b1
3708 Author: Behdad Esfahbod <behdad@behdad.org>
3709 Date:   Wed Nov 4 21:53:16 2015 -0800
3710
3711     Optimize positioning for when h_origin is nil
3712
3713  src/hb-ot-shape.cc | 38 ++++++++++++++++++++------------------
3714  1 file changed, 20 insertions(+), 18 deletions(-)
3715
3716 commit 762770c964f9f0591bf4c44427f73ea3e1c51733
3717 Author: Behdad Esfahbod <behdad@behdad.org>
3718 Date:   Wed Nov 4 21:42:55 2015 -0800
3719
3720     Add font->has_...() to check for individual nil font funcs
3721
3722     Hopefully this wouldn't break any compiler.  There was some magic
3723     moments to getting this to compile...
3724
3725  src/hb-font-private.hh | 19 +++++++++++++++++--
3726  src/hb-font.cc         |  7 +++++++
3727  2 files changed, 24 insertions(+), 2 deletions(-)
3728
3729 commit 88e9a9bcae61421d9dd65715d25e5f20b2847c03
3730 Author: Behdad Esfahbod <behdad@behdad.org>
3731 Date:   Wed Nov 4 21:16:26 2015 -0800
3732
3733     Minor reshaping of hb_font_funcs_t implementation
3734
3735     In anticipation of further changes.  No functional changes.
3736
3737  src/hb-font-private.hh | 80
3738  ++++++++++++++++++++++++++------------------------
3739  src/hb-font.cc         |  4 +--
3740  2 files changed, 43 insertions(+), 41 deletions(-)
3741
3742 commit a6a7715bac8b0c8f5473b84bc649c315ad4d2d51
3743 Author: Behdad Esfahbod <behdad@behdad.org>
3744 Date:   Wed Nov 4 20:51:21 2015 -0800
3745
3746     Comments
3747
3748  src/hb-font-private.hh | 2 +-
3749  1 file changed, 1 insertion(+), 1 deletion(-)
3750
3751 commit 6c48ec830ffac00a920d047ed77acd1b05549074
3752 Author: Behdad Esfahbod <behdad@behdad.org>
3753 Date:   Wed Nov 4 20:47:42 2015 -0800
3754
3755     [ot] Remove font funcs that do nothing
3756
3757  src/hb-ot-font.cc | 95
3758  ++++---------------------------------------------------
3759  1 file changed, 7 insertions(+), 88 deletions(-)
3760
3761 commit 75ea2daa1d9bbe235cd4a8570efb1913d58c3c62
3762 Author: Behdad Esfahbod <behdad@behdad.org>
3763 Date:   Wed Nov 4 20:43:59 2015 -0800
3764
3765     [ot] Port ot font funcs to allocated object
3766
3767  src/hb-ot-font.cc | 47 ++++++++++++++++++++++++++++++++++++++---------
3768  1 file changed, 38 insertions(+), 9 deletions(-)
3769
3770 commit 44f82750807475aa5b16099ccccd917d488df703
3771 Author: Behdad Esfahbod <behdad@behdad.org>
3772 Date:   Wed Nov 4 20:40:05 2015 -0800
3773
3774     [ft] Remove font funcs that do nothing
3775
3776  src/hb-ft.cc | 29 ++++-------------------------
3777  1 file changed, 4 insertions(+), 25 deletions(-)
3778
3779 commit 7918c261efd283e0428ce7836e9e42768a6aa05c
3780 Author: Behdad Esfahbod <behdad@behdad.org>
3781 Date:   Wed Nov 4 20:37:49 2015 -0800
3782
3783     [ft] Port ft font funcs to allocated object
3784
3785  src/hb-ft.cc | 45 ++++++++++++++++++++++++++++++++++++---------
3786  1 file changed, 36 insertions(+), 9 deletions(-)
3787
3788 commit da29b43794cfa3f9a602c34b33c5d8a9c36f87b5
3789 Author: Behdad Esfahbod <behdad@behdad.org>
3790 Date:   Wed Nov 4 20:22:44 2015 -0800
3791
3792     Separate nil font-funcs from parent-peeking font-funcs
3793
3794     API change: all fonts created with hb_font_create() now inherit from
3795     (ie have parent) hb_font_get_empty().
3796
3797  src/hb-font.cc       | 211
3798  +++++++++++++++++++++++++++++++++++----------------
3799  test/api/test-font.c |   2 +-
3800  2 files changed, 145 insertions(+), 68 deletions(-)
3801
3802 commit bee901b38ef3c26a04f69c299c8d5e028a0090e9
3803 Author: Behdad Esfahbod <behdad@behdad.org>
3804 Date:   Wed Nov 4 19:28:17 2015 -0800
3805
3806     Optimize positioning direction calculations
3807
3808     It makes the binary smaller AND faster.  Yumm!
3809
3810  src/hb-font-private.hh | 40 +++++++++++++++++++++++++++++++++++++++
3811  src/hb-ot-shape.cc     | 51
3812  +++++++++++++++++++++++++++-----------------------
3813  2 files changed, 68 insertions(+), 23 deletions(-)
3814
3815 commit e3e4bb011ae1a2f1ba05e7ea450595b185304bec
3816 Author: Behdad Esfahbod <behdad@behdad.org>
3817 Date:   Wed Nov 4 18:58:02 2015 -0800
3818
3819     Don't do fractions if buffer is ASCII-only
3820
3821  src/hb-buffer-private.hh    | 5 +++--
3822  src/hb-ot-layout-private.hh | 1 +
3823  src/hb-ot-shape.cc          | 3 ++-
3824  3 files changed, 6 insertions(+), 3 deletions(-)
3825
3826 commit 6986208ba3b395534f4c7bcfa51df6bf9038f717
3827 Author: Behdad Esfahbod <behdad@behdad.org>
3828 Date:   Wed Nov 4 18:46:22 2015 -0800
3829
3830     Optimize runs without Default_Ignorable's
3831
3832     Now that we have a buffer-wide scratch flags facility, use it to
3833     optimize away a few passes.
3834
3835  src/hb-buffer-private.hh     |  3 ++-
3836  src/hb-ot-layout-private.hh  |  4 +++-
3837  src/hb-ot-shape-normalize.cc |  4 ++--
3838  src/hb-ot-shape.cc           | 10 ++++++----
3839  src/hb-private.hh            |  3 +++
3840  5 files changed, 16 insertions(+), 8 deletions(-)
3841
3842 commit 14c2de321826c36037adde859ccca3e2011325a9
3843 Author: Behdad Esfahbod <behdad@behdad.org>
3844 Date:   Wed Nov 4 18:00:57 2015 -0800
3845
3846     Limit max edits during sanitize to 8
3847
3848     Used to be 100.  If a tabe needs more than one or two edits, it's
3849     probably completely bogus...
3850
3851     Might help with speeding up fuzzing for
3852     https://github.com/behdad/harfbuzz/issues/157
3853
3854  src/hb-open-type-private.hh | 2 +-
3855  1 file changed, 1 insertion(+), 1 deletion(-)
3856
3857 commit 9cbc39aef962a95b0eba32c24ff9c415d1316d56
3858 Author: Behdad Esfahbod <behdad@behdad.org>
3859 Date:   Wed Nov 4 18:00:53 2015 -0800
3860
3861     Minor
3862
3863  src/hb-ot-shape-normalize.cc | 2 ++
3864  1 file changed, 2 insertions(+)
3865
3866 commit 52e6c4e15893ed1cb0997795912a07b3e446b65a
3867 Author: Behdad Esfahbod <behdad@behdad.org>
3868 Date:   Wed Nov 4 17:45:06 2015 -0800
3869
3870     If font doesn't support U+2011, fall back to U+2010
3871
3872     Test passes now.
3873
3874  src/hb-ot-shape-normalize.cc | 10 ++++++++++
3875  1 file changed, 10 insertions(+)
3876
3877 commit 75483aafa6ad02d6391712d082d093823edcd758
3878 Author: Behdad Esfahbod <behdad@behdad.org>
3879 Date:   Wed Nov 4 17:43:36 2015 -0800
3880
3881     Untangle if/else waterfall
3882
3883  src/hb-ot-shape-normalize.cc | 40
3884  +++++++++++++++++++++++++++-------------
3885  1 file changed, 27 insertions(+), 13 deletions(-)
3886
3887 commit 04fd8517f85ae9aa05b44f25578d2b19abfef7cb
3888 Author: Behdad Esfahbod <behdad@behdad.org>
3889 Date:   Wed Nov 4 17:38:22 2015 -0800
3890
3891     Add tests for hyphen fallback
3892
3893     U+2011 is <noBreak> equivaent of U+2010, so we should do the fallback
3894     for it.  Currently fails.
3895
3896  test/shaping/Makefile.am                                  |   1 +
3897  .../sha1sum/1c04a16f32a39c26c851b7fc014d2e8d298ba2b8.ttf  | Bin 0 ->
3898  820 bytes
3899  test/shaping/fonts/sha1sum/MANIFEST                       |   2 ++
3900  test/shaping/tests/MANIFEST                               |   1 +
3901  test/shaping/tests/hyphens.tests                          |   2 ++
3902  5 files changed, 6 insertions(+)
3903
3904 commit 550417117da7e14457a11f49a20145311f58587b
3905 Author: Behdad Esfahbod <behdad@behdad.org>
3906 Date:   Wed Nov 4 17:37:30 2015 -0800
3907
3908     [test] Drop hintings when subsetting fonts to record
3909
3910  test/shaping/record-test.sh | 1 +
3911  1 file changed, 1 insertion(+)
3912
3913 commit 49ef630936325b2e56a870fcef9aa8473a8f8526
3914 Author: Behdad Esfahbod <behdad@behdad.org>
3915 Date:   Wed Nov 4 17:27:07 2015 -0800
3916
3917     Adjust the width of various spaces if font does not cover them
3918
3919     See discussion here:
3920     https://github.com/behdad/harfbuzz/commit/81ef4f407d9c7bd98cf62cef951dc538b13442eb
3921
3922     There's no way to disable this fallback, but I don't think it would
3923     be needed.  Let's hope for the best!
3924
3925     Fixes https://github.com/behdad/harfbuzz/issues/153
3926
3927  src/hb-buffer-private.hh            |  7 ++++
3928  src/hb-buffer.cc                    |  2 ++
3929  src/hb-ot-shape-fallback-private.hh |  4 +++
3930  src/hb-ot-shape-fallback.cc         | 67
3931  +++++++++++++++++++++++++++++++++++++
3932  src/hb-ot-shape-normalize.cc        |  1 +
3933  src/hb-ot-shape.cc                  |  3 ++
3934  src/hb-unicode-private.hh           | 56 +++++++++++++++++--------------
3935  test/shaping/tests/spaces.tests     | 24 ++++++-------
3936  8 files changed, 126 insertions(+), 38 deletions(-)
3937
3938 commit aa7044de0ceacd71cab19212d266c3a66c03b41e
3939 Author: Behdad Esfahbod <behdad@behdad.org>
3940 Date:   Wed Nov 4 16:25:57 2015 -0800
3941
3942     Generalize flags types
3943
3944  src/hb-buffer-private.hh           |  3 +++
3945  src/hb-ot-layout-common-private.hh |  5 +++++
3946  src/hb-ot-layout-private.hh        |  8 +++++---
3947  src/hb-ot-map-private.hh           | 16 +---------------
3948  src/hb-ot-shape.cc                 |  2 +-
3949  src/hb-private.hh                  | 14 ++++++++++++++
3950  6 files changed, 29 insertions(+), 19 deletions(-)
3951
3952 commit 7793aad946e09b53523b30d57de85abd1d15f8b6
3953 Author: Behdad Esfahbod <behdad@behdad.org>
3954 Date:   Wed Nov 4 14:48:46 2015 -0800
3955
3956     Normalize various spaces to space if font doesn't support
3957
3958     This resurrects the space fallback feature, after I disabled
3959     the compatibility decomposition.  Now I can release HarfBuzz
3960     again without breaking Pango!
3961
3962     It also remembers which space character it was, such that later
3963     on we can approximate the width of this particular space
3964     character.  That part is not implemented yet.
3965
3966     We normalize all GC=Zs chars except for U+1680 OGHA SPACE MARK,
3967     which is better left alone.
3968
3969  src/hb-ot-layout-private.hh                        |  47
3970  +++------------------
3971  src/hb-ot-shape-normalize.cc                       |  12 +++++-
3972  src/hb-unicode-private.hh                          |  40
3973  ++++++++++++++++++
3974  test/shaping/Makefile.am                           |   1 +
3975  .../1c2c3fc37b2d4c3cb2ef726c6cdaaabd4b7f3eb9.ttf   | Bin 0 -> 316 bytes
3976  test/shaping/fonts/sha1sum/MANIFEST                |   1 +
3977  test/shaping/tests/MANIFEST                        |   1 +
3978  test/shaping/tests/spaces.tests                    |  17 ++++++++
3979  8 files changed, 76 insertions(+), 43 deletions(-)
3980
3981 commit 8b3c7f9ede77052225cff8495d660860bf9c7629
3982 Author: Behdad Esfahbod <behdad@behdad.org>
3983 Date:   Wed Nov 4 15:30:48 2015 -0800
3984
3985     [test] Support recording multiple lines of text in record-test.sh
3986
3987  test/shaping/record-test.sh | 15 +++++++++++++--
3988  1 file changed, 13 insertions(+), 2 deletions(-)
3989
3990 commit 85658394809fe0593ab5dfb30fd96118765c7dc5
3991 Author: Behdad Esfahbod <behdad@behdad.org>
3992 Date:   Wed Nov 4 14:46:52 2015 -0800
3993
3994     Protect against possible invalid-memory access after OOM
3995
3996  src/hb-buffer-private.hh | 4 ++--
3997  1 file changed, 2 insertions(+), 2 deletions(-)
3998
3999 commit 4cc80bed25450af3d84a30ea417fa9275b15e014
4000 Author: Behdad Esfahbod <behdad@behdad.org>
4001 Date:   Wed Nov 4 14:46:10 2015 -0800
4002
4003     Fix typo!
4004
4005     Ouch!  Fortunately that function was unused.
4006
4007  src/hb-buffer-private.hh | 2 +-
4008  1 file changed, 1 insertion(+), 1 deletion(-)
4009
4010 commit 9ac4b9656dd78ffd129bc3d560a92e2692bc3058
4011 Author: Behdad Esfahbod <behdad@behdad.org>
4012 Date:   Wed Nov 4 14:18:39 2015 -0800
4013
4014     Add Unicode space category
4015
4016     Unused so far.
4017
4018  src/hb-ot-layout-private.hh | 78
4019  +++++++++++++++++++++++++++++++++++++++++++--
4020  1 file changed, 76 insertions(+), 2 deletions(-)
4021
4022 commit 8249ec3f86510fd24462ce71ed64a6978f0ade17
4023 Author: Behdad Esfahbod <behdad@behdad.org>
4024 Date:   Wed Nov 4 13:26:17 2015 -0800
4025
4026     Make top-byte of unicode_props available to be used differently per-GC
4027
4028  src/hb-ot-layout-private.hh | 4 +++-
4029  1 file changed, 3 insertions(+), 1 deletion(-)
4030
4031 commit cc5d3a33882b52f906ee4346707700f5e846d2ac
4032 Author: Behdad Esfahbod <behdad@behdad.org>
4033 Date:   Wed Nov 4 13:21:25 2015 -0800
4034
4035     Towards using top-byte of unicode-props for more things
4036
4037  src/hb-ot-layout-gsubgpos-private.hh | 1 -
4038  src/hb-ot-layout-private.hh          | 3 ++-
4039  2 files changed, 2 insertions(+), 2 deletions(-)
4040
4041 commit 2f38dde5a1ea5459789fabaee661cae9235d204e
4042 Author: Behdad Esfahbod <behdad@behdad.org>
4043 Date:   Wed Nov 4 13:17:33 2015 -0800
4044
4045     Add _hb_glyph_info_is_unicode_mark()
4046
4047     Unused right now.
4048
4049  src/hb-ot-layout-private.hh | 6 ++++++
4050  1 file changed, 6 insertions(+)
4051
4052 commit 90d75f93bb85aeb627c4e6bb9e4cbd75895c99f7
4053 Author: Behdad Esfahbod <behdad@behdad.org>
4054 Date:   Tue Nov 3 12:58:12 2015 -0800
4055
4056     Tighten ccc-setting a bit and document it
4057
4058  src/hb-ot-layout-private.hh | 12 +++++++++++-
4059  src/hb-unicode-private.hh   |  5 +++++
4060  2 files changed, 16 insertions(+), 1 deletion(-)
4061
4062 commit 2f0dfd43cdc2259e6117704f8077ab6951c761e5
4063 Author: Behdad Esfahbod <behdad@behdad.org>
4064 Date:   Tue Nov 3 12:28:34 2015 -0800
4065
4066     Fix test expectation
4067
4068  test/shaping/tests/fuzzed.tests | 2 +-
4069  1 file changed, 1 insertion(+), 1 deletion(-)
4070
4071 commit df698f3299d92867e3305715f675b2621c316acd
4072 Author: Behdad Esfahbod <behdad@behdad.org>
4073 Date:   Tue Nov 3 12:15:12 2015 -0800
4074
4075     [ot-font] Fix hmtx table length checking, *again*
4076
4077     Exactly the same problem that I fixed in
4078     63ef0b41dc48d6112d1918c1b1de9de8ea90adb5
4079
4080     I rewrote the table checking yesterday in
4081     67f8821fb25d9bd55719f5e29a582ae1af4b02b3
4082     and introduced the exact same issue again. :(
4083     Good thing we have ongoing fuzzing going now.  Was discovered
4084     immediately by libFuzzer.  Thanks kcc!
4085
4086     https://github.com/behdad/harfbuzz/issues/139#issuecomment-153449473
4087     Fixes https://github.com/behdad/harfbuzz/issues/156
4088
4089  src/hb-ot-font.cc                                         |   4 ++--
4090  .../sha1sum/8240789f6d12d4cfc4b5e8e6f246c3701bcf861f.ttf  | Bin 0 ->
4091  633 bytes
4092  test/shaping/fonts/sha1sum/MANIFEST                       |   1 +
4093  test/shaping/tests/fuzzed.tests                           |   1 +
4094  4 files changed, 4 insertions(+), 2 deletions(-)
4095
4096 commit 3530cc2d7c3b7102902cb0e38b0bf9f46188078d
4097 Author: Behdad Esfahbod <behdad@behdad.org>
4098 Date:   Tue Nov 3 11:34:47 2015 -0800
4099
4100     [util] Fix option-parsing leaks
4101
4102  util/helper-cairo.cc   |  7 +++++--
4103  util/main-font-text.hh | 22 ++++++++++++++++++---
4104  util/options.cc        | 21 ++++++++++----------
4105  util/options.hh        | 53
4106  +++++++++++++++++++++++++++++++++-----------------
4107  4 files changed, 70 insertions(+), 33 deletions(-)
4108
4109 commit 642135f3b2d6d6eb800153c76c4718239733c0e6
4110 Author: Behdad Esfahbod <behdad@behdad.org>
4111 Date:   Tue Nov 3 11:26:34 2015 -0800
4112
4113     [util] In --debug mode, duplicate font data
4114
4115     This has the effect that the font data will end up in a memory
4116     section malloc()ed exactly to its size.  This gives us better
4117     valgrind detection of out-of-bounds access.
4118
4119     Previously, the font data was placed in a mmap()ed section or
4120     GString-allocated area, which didn't have proper protections
4121     at the end when running under valgrind.
4122
4123  util/options.cc | 3 +++
4124  1 file changed, 3 insertions(+)
4125
4126 commit ed2024ef93ac3af214082016e5aa8c14db9d7515
4127 Author: Behdad Esfahbod <behdad@behdad.org>
4128 Date:   Mon Nov 2 17:58:12 2015 -0800
4129
4130     [perf] Micro-optimize
4131
4132  src/hb-ot-layout-private.hh | 23 ++++++++++++++---------
4133  1 file changed, 14 insertions(+), 9 deletions(-)
4134
4135 commit 76a5310a830c7ae12037b768c5043bef0ff733a0
4136 Author: Behdad Esfahbod <behdad@behdad.org>
4137 Date:   Mon Nov 2 17:52:45 2015 -0800
4138
4139     Remove irrelevant comment
4140
4141     I tried moving the is_default_ignorable() function to an INTERNAL
4142     function.  That made the binary size grow by 5k AND things got a
4143     tad bit slower!
4144
4145  src/hb-ot-layout-private.hh | 1 -
4146  1 file changed, 1 deletion(-)
4147
4148 commit 8259669fbd1b070fc02287325894caf1bc4d590e
4149 Author: Behdad Esfahbod <behdad@behdad.org>
4150 Date:   Mon Nov 2 17:44:05 2015 -0800
4151
4152     Minor
4153
4154  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
4155  src/hb-ot-shape-complex-thai.cc      | 2 +-
4156  2 files changed, 2 insertions(+), 2 deletions(-)
4157
4158 commit 9382c471eabce8d36d3a73c97499ab60af422716
4159 Author: Behdad Esfahbod <behdad@behdad.org>
4160 Date:   Mon Nov 2 17:36:51 2015 -0800
4161
4162     Combine unicode_props0/1 into a uint16
4163
4164     Slightly faster.  In prep for more changes.
4165
4166  src/hb-ot-layout-private.hh | 55
4167  ++++++++++++++++++++++++---------------------
4168  1 file changed, 29 insertions(+), 26 deletions(-)
4169
4170 commit 71277185454482cff9b0c10b85c416eb4d6e0ed9
4171 Author: Behdad Esfahbod <behdad@behdad.org>
4172 Date:   Mon Nov 2 17:27:48 2015 -0800
4173
4174     [perf] Only call combining_class() for marks
4175
4176     Saves some time.  Also preparing for reusing the ccc byte for
4177     other stuff.
4178
4179  src/hb-ot-layout-private.hh | 14 ++++++++------
4180  1 file changed, 8 insertions(+), 6 deletions(-)
4181
4182 commit 5ba450407b9d9856453e63a815499da8721ff6a7
4183 Author: Behdad Esfahbod <behdad@behdad.org>
4184 Date:   Mon Nov 2 15:43:08 2015 -0800
4185
4186     Make max context-length and max nesting level configurable
4187
4188     ...at compile time.
4189
4190  src/hb-ot-layout-common-private.hh   | 10 ++++++++--
4191  src/hb-ot-layout-gsub-table.hh       |  4 ++--
4192  src/hb-ot-layout-gsubgpos-private.hh | 20 ++++++++++----------
4193  3 files changed, 20 insertions(+), 14 deletions(-)
4194
4195 commit 67f8821fb25d9bd55719f5e29a582ae1af4b02b3
4196 Author: Behdad Esfahbod <behdad@behdad.org>
4197 Date:   Mon Nov 2 15:37:29 2015 -0800
4198
4199     [ot] Make bad-hmtx handling match FreeType
4200
4201     Also route fuzzing-related tests through hb-ot-font, to reduce
4202     dependency
4203     on FreeType behavior for badly-broken fonts.  Fixes failing test with
4204     FreeType master.
4205
4206  src/hb-ot-font.cc               | 24 ++++++++++++++----------
4207  test/shaping/tests/fuzzed.tests | 10 +++++-----
4208  2 files changed, 19 insertions(+), 15 deletions(-)
4209
4210 commit 672ca3b4e65a75fb3a418ec5d117ad242a98acbb
4211 Author: Behdad Esfahbod <behdad@behdad.org>
4212 Date:   Mon Oct 26 14:05:05 2015 -0700
4213
4214     Use templates for making sure expression is constant
4215
4216  src/hb-private.hh | 6 +++---
4217  1 file changed, 3 insertions(+), 3 deletions(-)
4218
4219 commit 5c8174eda32c08187bc2ed40eefa1017f5b40668
4220 Author: Behdad Esfahbod <behdad@behdad.org>
4221 Date:   Wed Oct 21 18:51:40 2015 -0200
4222
4223     Update comments for removal of compat decompositions
4224
4225  src/hb-ot-shape-normalize.cc | 16 ++--------------
4226  1 file changed, 2 insertions(+), 14 deletions(-)
4227
4228 commit f6799700404c49ae0a6018fd51be19551c76768a
4229 Author: Behdad Esfahbod <behdad@behdad.org>
4230 Date:   Wed Oct 21 17:20:55 2015 -0200
4231
4232     Disable compatibility decomposition usage during normalization
4233
4234     Fixes https://github.com/behdad/harfbuzz/issues/152
4235
4236  src/hb-ot-shape-normalize.cc | 24 ------------------------
4237  1 file changed, 24 deletions(-)
4238
4239 commit ce889189c1f8ef5b400a17f623dcb8b935d1102b
4240 Author: Behdad Esfahbod <behdad@behdad.org>
4241 Date:   Wed Oct 21 11:23:12 2015 -0200
4242
4243     Fix two more -Wshadow warnings
4244
4245     https://bugzilla.mozilla.org/show_bug.cgi?id=1215894
4246
4247  src/hb-open-type-private.hh | 10 +++++-----
4248  1 file changed, 5 insertions(+), 5 deletions(-)
4249
4250 commit 4a6b1eedbb0044b57505eea65a329d2dc4f9f917
4251 Author: Behdad Esfahbod <behdad@behdad.org>
4252 Date:   Wed Oct 21 11:20:55 2015 -0200
4253
4254     Fix one more -Wshadow warning
4255
4256     https://bugzilla.mozilla.org/show_bug.cgi?id=1215894
4257
4258  src/hb-ot-layout-gsubgpos-private.hh | 6 +++---
4259  1 file changed, 3 insertions(+), 3 deletions(-)
4260
4261 commit 6f932bc8f9045b224613a617af2b4f3450c79467
4262 Author: Behdad Esfahbod <behdad@behdad.org>
4263 Date:   Wed Oct 21 11:16:49 2015 -0200
4264
4265     Fix a few more -Wshadow-local warnings
4266
4267     https://bugzilla.mozilla.org/show_bug.cgi?id=1215894
4268
4269  src/hb-ot-shape-complex-indic.cc   | 10 +++++-----
4270  src/hb-ot-shape-complex-myanmar.cc | 10 +++++-----
4271  src/hb-ot-shape-complex-use.cc     | 10 +++++-----
4272  3 files changed, 15 insertions(+), 15 deletions(-)
4273
4274 commit b90cb366d7723c28758c6b75a0770613fbb5456e
4275 Author: Behdad Esfahbod <behdad@behdad.org>
4276 Date:   Wed Oct 21 11:13:21 2015 -0200
4277
4278     Fix one -Wshadow-compatible-local warning
4279
4280     From https://bugzilla.mozilla.org/show_bug.cgi?id=1215894
4281
4282  src/hb-ot-shape-complex-indic.cc | 4 ++--
4283  1 file changed, 2 insertions(+), 2 deletions(-)
4284
4285 commit 50e5750bd8670b4cf4463471a2348d4c99c9d054
4286 Author: Behdad Esfahbod <behdad@behdad.org>
4287 Date:   Wed Oct 21 11:10:10 2015 -0200
4288
4289     Avoid unnecessary cast to 64-bit
4290
4291     Fixes https://github.com/behdad/harfbuzz/issues/146
4292
4293     Or I think it should.
4294
4295  src/hb-private.hh | 2 +-
4296  1 file changed, 1 insertion(+), 1 deletion(-)
4297
4298 commit 305d2fbf5a2db51447c8ed894a48a88896930673
4299 Author: Behdad Esfahbod <behdad@behdad.org>
4300 Date:   Wed Oct 21 11:04:28 2015 -0200
4301
4302     Add HB_FALLTHROUGH
4303
4304     Borrowed from https://bugzilla.mozilla.org/show_bug.cgi?id=1215411
4305
4306  src/hb-ot-shape-complex-indic.cc |  2 +-
4307  src/hb-ot-shape-complex-thai.cc  |  2 +-
4308  src/hb-ot-shape-fallback.cc      |  4 +++-
4309  src/hb-private.hh                | 30 ++++++++++++++++++++++++++++++
4310  4 files changed, 35 insertions(+), 3 deletions(-)
4311
4312 commit f35b3e931ddacd075c5d0810e9b17de07b232ee2
4313 Author: Ebrahim Byagowi <ebrahim@gnu.org>
4314 Date:   Fri Sep 11 09:48:12 2015 +0430
4315
4316     Add a prototype of DirectWrite as a shaping backend
4317
4318  src/hb-directwrite.cc | 827
4319  ++++++++++++++++++++++++++++++++++++++++++++++++++
4320  src/hb-directwrite.h  |  34 +++
4321  src/hb-shaper-list.hh |   3 +
4322  3 files changed, 864 insertions(+)
4323
4324 commit 6486e3755482563ecd89aeb3f8348ed190945e26
4325 Author: Behdad Esfahbod <behdad@behdad.org>
4326 Date:   Tue Oct 20 16:39:41 2015 -0200
4327
4328     Fix typo
4329
4330  Makefile.am | 2 +-
4331  1 file changed, 1 insertion(+), 1 deletion(-)
4332
4333 commit 753ea7b90904c951c199861409458bea182abb37
4334 Author: Behdad Esfahbod <behdad@behdad.org>
4335 Date:   Tue Oct 20 15:21:18 2015 -0200
4336
4337     Add BUILD.md to dist
4338
4339  Makefile.am | 1 +
4340  1 file changed, 1 insertion(+)
4341
4342 commit 5d7a30fde09320c2c62c7c73570ce3f2e298eba6
4343 Merge: 904b0dc 2fb95a0
4344 Author: Behdad Esfahbod <behdad@behdad.org>
4345 Date:   Tue Oct 20 15:19:41 2015 -0200
4346
4347     Merge pull request #148 from ebraminio/inst
4348
4349     Add BUILD.md based on harfbuzz.org docs
4350
4351 commit 904b0dc3811464cf61dc9457664de95ee4f61a86
4352 Merge: 86cadc2 ba096bc
4353 Author: Behdad Esfahbod <behdad@behdad.org>
4354 Date:   Mon Oct 19 16:59:43 2015 -0200
4355
4356     Merge pull request #147 from ebraminio/dockerci
4357
4358     [ci] change to docker infrastructure
4359
4360 commit ba096bcc28ca80e2096e0a15191848fcd175e395
4361 Author: Ebrahim Byagowi <ebrahim@gnu.org>
4362 Date:   Mon Oct 19 21:41:01 2015 +0330
4363
4364     [ci] change to docker infrastructure
4365
4366  .travis.yml | 24 ++++++++++++++++--------
4367  1 file changed, 16 insertions(+), 8 deletions(-)
4368
4369 commit 2fb95a0c9d2cb8b03b7c158706d6b0e41283a6df
4370 Author: Ebrahim Byagowi <ebrahim@gnu.org>
4371 Date:   Mon Oct 19 22:02:12 2015 +0330
4372
4373     Add BUILD.md based on harfbuzz.org docs
4374
4375  BUILD.md | 25 +++++++++++++++++++++++++
4376  1 file changed, 25 insertions(+)
4377
4378 commit 86cadc2cd4171050e9d74306b76c42f6ec74b861
4379 Author: Behdad Esfahbod <behdad@behdad.org>
4380 Date:   Thu Oct 15 20:25:29 2015 -0300
4381
4382     1.0.6
4383
4384  NEWS         | 13 +++++++++++++
4385  configure.ac |  2 +-
4386  2 files changed, 14 insertions(+), 1 deletion(-)
4387
4388 commit ca97ea7aa2cb7186f432aaba76f4f151aa90c1d0
4389 Author: Behdad Esfahbod <behdad@behdad.org>
4390 Date:   Thu Oct 15 20:20:22 2015 -0300
4391
4392     [ft] Revert change-of-behavior of hb_ft_font_create() introduced
4393     in 1.0.5
4394
4395     The default FreeType load flags where changed from FT_LOAD_NO_HINTING
4396     to FT_LOAD_DEFAULT in 2a9627c5641cd000e2adff0e42a0dc687b53ec70.
4397     This is crashing HarfBuzz-enabled FreeType as I suppose it causes
4398     infinite recursion between HB and FT autohinter...
4399
4400     Revert the behavior change.
4401
4402     Fixes https://github.com/behdad/harfbuzz/issues/143
4403
4404  src/hb-ft.cc | 2 +-
4405  1 file changed, 1 insertion(+), 1 deletion(-)
4406
4407 commit 338ffec9e4a5819f2be21c3a320a567378c977b1
4408 Author: Behdad Esfahbod <behdad@behdad.org>
4409 Date:   Thu Oct 15 12:55:57 2015 -0300
4410
4411     Add tests for a couple of fixed issues found by libFuzzer
4412
4413     From:
4414     https://github.com/behdad/harfbuzz/issues/139#issuecomment-147616887
4415     https://github.com/behdad/harfbuzz/issues/139#issuecomment-148289957
4416
4417  .../sha1sum/375d6ae32a3cbe52fbf81a4e5777e3377675d5a3.ttf | Bin 0 ->
4418  1024 bytes
4419  .../sha1sum/641bd9db850193064d17575053ae2bf8ec149ddc.ttf | Bin 0 ->
4420  305 bytes
4421  test/shaping/fonts/sha1sum/MANIFEST                      |   2 ++
4422  test/shaping/tests/fuzzed.tests                          |   2 ++
4423  4 files changed, 4 insertions(+)
4424
4425 commit 63ef0b41dc48d6112d1918c1b1de9de8ea90adb5
4426 Author: Behdad Esfahbod <behdad@behdad.org>
4427 Date:   Thu Oct 15 12:47:22 2015 -0300
4428
4429     [ot-font] Fix hmtx wrong table length check
4430
4431     Discovered by libFuzzer.  Ouch!
4432
4433     https://github.com/behdad/harfbuzz/issues/139#issuecomment-148289957
4434
4435  src/hb-ot-font.cc | 2 +-
4436  1 file changed, 1 insertion(+), 1 deletion(-)
4437
4438 commit 613e630617074eb9b62b794cc37c9b42a7fb079b
4439 Author: Behdad Esfahbod <behdad@behdad.org>
4440 Date:   Tue Oct 13 23:33:28 2015 -0300
4441
4442     Reduce max nesting level from 8 to 6
4443
4444     We probably should implement better system to catch cyclic lookups.
4445     But for now, this speeds up worst case behavior with broken fonts
4446     considerably without compromising legitimate usecases.
4447
4448     https://github.com/behdad/harfbuzz/issues/139#issuecomment-147788447
4449
4450  src/hb-ot-layout-common-private.hh | 2 +-
4451  1 file changed, 1 insertion(+), 1 deletion(-)
4452
4453 commit ab170529246ad80830bef2b3c8b48e9a8d2b7483
4454 Author: Behdad Esfahbod <behdad@behdad.org>
4455 Date:   Tue Oct 13 10:55:33 2015 -0300
4456
4457     1.0.5
4458
4459  NEWS         | 24 ++++++++++++++++++++++++
4460  configure.ac |  2 +-
4461  2 files changed, 25 insertions(+), 1 deletion(-)
4462
4463 commit ed13e2ce509408f849255be1d3cc3dbd7dbb3ba2
4464 Author: Behdad Esfahbod <behdad@behdad.org>
4465 Date:   Tue Oct 13 10:32:56 2015 -0300
4466
4467     [ot-font] Fix leak
4468
4469     https://github.com/behdad/harfbuzz/issues/139#issuecomment-147616887
4470
4471  src/hb-ot-font.cc | 1 +
4472  1 file changed, 1 insertion(+)
4473
4474 commit 55db94be2b754ba9b9121f09abcf8496c798affc
4475 Author: Behdad Esfahbod <behdad@behdad.org>
4476 Date:   Tue Oct 13 00:33:59 2015 -0400
4477
4478     Add test for previous commit
4479
4480  .../sha1sum/0509e80afb379d16560e9e47bdd7d888bebdebc6.ttf   | Bin 0 ->
4481  61 bytes
4482  test/shaping/fonts/sha1sum/MANIFEST                        |   1 +
4483  test/shaping/tests/fuzzed.tests                            |   1 +
4484  3 files changed, 2 insertions(+)
4485
4486 commit f96664974774bfeb237a7274f512f64aaafb201e
4487 Author: Behdad Esfahbod <behdad@behdad.org>
4488 Date:   Tue Oct 13 00:30:50 2015 -0400
4489
4490     Fix another memory access issue discovered by libFuzzer
4491
4492     Fixes
4493     https://github.com/behdad/harfbuzz/issues/139#issuecomment-146984679
4494
4495  src/hb-ot-layout-gpos-table.hh | 4 +++-
4496  1 file changed, 3 insertions(+), 1 deletion(-)
4497
4498 commit c1a5dc46c2231f7b62421e06b9766ccfebaf3ef5
4499 Author: Behdad Esfahbod <behdad@behdad.org>
4500 Date:   Mon Oct 12 17:39:52 2015 -0400
4501
4502     [fuzz] Add fuzzing script from kcc@
4503
4504     https://github.com/behdad/harfbuzz/issues/139
4505
4506  test/fuzzing/hb-fuzzer.cc | 47
4507  +++++++++++++++++++++++++++++++++++++++++++++++
4508  1 file changed, 47 insertions(+)
4509
4510 commit cc6ea308d4c99b9dd6d625fa3a9b0ef62fa2614f
4511 Author: Behdad Esfahbod <behdad@behdad.org>
4512 Date:   Mon Oct 12 17:21:52 2015 -0400
4513
4514     Extern "C" custom-allocator declerations
4515
4516  src/hb-private.hh | 8 ++++----
4517  1 file changed, 4 insertions(+), 4 deletions(-)
4518
4519 commit 98c6fccc00062ead7a86892dd059aa13d266b981
4520 Author: Behdad Esfahbod <behdad@behdad.org>
4521 Date:   Sun Oct 11 21:41:04 2015 -0400
4522
4523     Add test for ee9b0b6cb5fdb08671ab064f26c299135f828260
4524
4525  .../sha1sum/5a5daf5eb5a4db77a2baa3ad9c7a6ed6e0655fa8.ttf   | Bin 0 ->
4526  61 bytes
4527  test/shaping/fonts/sha1sum/MANIFEST                        |   1 +
4528  test/shaping/tests/fuzzed.tests                            |   1 +
4529  3 files changed, 2 insertions(+)
4530
4531 commit 50f489a0a013fc589626bb532a9f64f50bb41f58
4532 Author: Behdad Esfahbod <behdad@behdad.org>
4533 Date:   Sun Oct 11 20:59:29 2015 -0400
4534
4535     Typo
4536
4537  src/hb-font-private.hh | 2 +-
4538  1 file changed, 1 insertion(+), 1 deletion(-)
4539
4540 commit ee9b0b6cb5fdb08671ab064f26c299135f828260
4541 Author: Behdad Esfahbod <behdad@behdad.org>
4542 Date:   Fri Oct 9 14:23:15 2015 -0400
4543
4544     Fix another sanitize bug
4545
4546     Also discovered by "libFuzzer".
4547
4548  src/hb-open-type-private.hh | 2 +-
4549  1 file changed, 1 insertion(+), 1 deletion(-)
4550
4551 commit 34379b49e6922b86c15ee62f7fe3bf016cdc2514
4552 Author: Behdad Esfahbod <behdad@behdad.org>
4553 Date:   Fri Oct 9 12:34:02 2015 -0400
4554
4555     Add test for previous fix
4556
4557  test/shaping/Makefile.am                                   |   1 +
4558  .../sha1sum/1a6f1687b7a221f9f2c834b0b360d3c8463b6daf.ttf   | Bin 0 ->
4559  64 bytes
4560  test/shaping/fonts/sha1sum/MANIFEST                        |   1 +
4561  test/shaping/tests/MANIFEST                                |   1 +
4562  test/shaping/tests/fuzzed.tests                            |   1 +
4563  5 files changed, 4 insertions(+)
4564
4565 commit f396fbb000dc1c8acddbf6a16e193b328c5e551e
4566 Author: Behdad Esfahbod <behdad@behdad.org>
4567 Date:   Fri Oct 9 12:25:55 2015 -0400
4568
4569     Fix return value of sanitize when subformat is not readable
4570
4571     This is a fix on top of the previous issue fixed in
4572     c917965b9e6fe2b21ed6c51559673288fa3af4b7.
4573
4574     This was caught by "libFuzzer" testing.
4575
4576  src/hb-open-type-private.hh          |  2 ++
4577  src/hb-ot-layout-gpos-table.hh       | 15 +++++++--------
4578  src/hb-ot-layout-gsub-table.hh       | 13 ++++++-------
4579  src/hb-ot-layout-gsubgpos-private.hh |  8 ++++----
4580  4 files changed, 19 insertions(+), 19 deletions(-)
4581
4582 commit 77a1a2bc18e7b04d4e352a8777ccce345b2f8659
4583 Author: Behdad Esfahbod <behdad@behdad.org>
4584 Date:   Fri Oct 9 12:20:58 2015 -0400
4585
4586     Add hb_dispatch_context_t
4587
4588  src/hb-open-type-private.hh          | 26 ++++++++++++++++++++++----
4589  src/hb-ot-layout-gsubgpos-private.hh | 36
4590  ++++++++++++------------------------
4591  src/hb-ot-layout.cc                  |  8 +++-----
4592  3 files changed, 37 insertions(+), 33 deletions(-)
4593
4594 commit 3e905e396bcd745bda88e751998a76556c5cb8c6
4595 Author: Behdad Esfahbod <behdad@behdad.org>
4596 Date:   Thu Oct 8 12:51:02 2015 -0400
4597
4598     Add hb_font_set_parent()
4599
4600     No reason to not have it.  Makes life easier later.
4601     We (hb-ft, hb-ot-font, etc) can use this API to inject new
4602     parent into a font...
4603
4604  src/hb-font.cc       | 26 ++++++++++++++++++++++++++
4605  src/hb-font.h        |  4 ++++
4606  test/api/test-font.c | 12 ++++++++++++
4607  3 files changed, 42 insertions(+)
4608
4609 commit edeb3dabf4a589d67c3f1da7ba43a74e4d3a9afd
4610 Author: Behdad Esfahbod <behdad@behdad.org>
4611 Date:   Thu Oct 8 12:47:15 2015 -0400
4612
4613     [ft] Add version for new API
4614
4615  src/hb-ft.cc | 18 ++++++++++++++++++
4616  1 file changed, 18 insertions(+)
4617
4618 commit 2a9627c5641cd000e2adff0e42a0dc687b53ec70
4619 Author: Behdad Esfahbod <behdad@behdad.org>
4620 Date:   Wed Oct 7 17:33:20 2015 -0400
4621
4622     [ft] API: Add hb_font_[sg]et_load_flags() API
4623
4624     This changes the default load_flags of fonts created using
4625     hb_ft_font_create() from NO_HINTING to DEFAULT.  Hope that doesn't
4626     break too much client code.
4627
4628     Code calling hb_ft_font_set_funcs() is unaffected.
4629
4630  src/hb-ft.cc | 163
4631  +++++++++++++++++++++++++++++++++++++++--------------------
4632  src/hb-ft.h  |  13 +++--
4633  2 files changed, 118 insertions(+), 58 deletions(-)
4634
4635 commit 3224a594dcf2164b5585b4ccba34f244af3f61b9
4636 Author: Behdad Esfahbod <behdad@behdad.org>
4637 Date:   Wed Oct 7 17:33:02 2015 -0400
4638
4639     Minor
4640
4641  src/hb-ot-font.cc | 5 ++---
4642  1 file changed, 2 insertions(+), 3 deletions(-)
4643
4644 commit 52b418555b62a3b25399f202c1fa72ab7288c224
4645 Author: Behdad Esfahbod <behdad@behdad.org>
4646 Date:   Sat Oct 3 13:20:55 2015 +0100
4647
4648     Allow compiling with custom allocators
4649
4650     User can define hb_malloc_impl, etc, to name of custom allocator
4651     functions
4652     that have the same signature as malloc.
4653
4654  src/hb-private.hh | 17 +++++++++++++++++
4655  1 file changed, 17 insertions(+)
4656
4657 commit 88da7bba9fa4665b33f5bfcd45add7443097eaf3
4658 Author: Behdad Esfahbod <behdad@behdad.org>
4659 Date:   Fri Oct 2 14:38:20 2015 +0100
4660
4661     Default font scale to face upem
4662
4663     Makes for a better default and avoids nasty inheritance issues.
4664     See mailing list thread "Default hb_font_t scale".
4665
4666  src/hb-font.cc       |  2 ++
4667  test/api/test-font.c | 13 ++++++++-----
4668  2 files changed, 10 insertions(+), 5 deletions(-)
4669
4670 commit 1866e17114b41d565eb066e7d9393c2ff3e0a12b
4671 Author: Behdad Esfahbod <behdad@behdad.org>
4672 Date:   Fri Oct 2 14:21:29 2015 +0100
4673
4674     Make hb_font_create_sub_font() NOT make parent immutable
4675
4676     We don't rely on that.  However, whenever hb_font_make_immutable()
4677     is called, it makes its parenting chain immutable.
4678
4679  src/hb-font.cc       |  4 +++-
4680  test/api/test-font.c | 21 +++++++++++++++------
4681  2 files changed, 18 insertions(+), 7 deletions(-)
4682
4683 commit 980e25cad2e58c31f5361862b9223d94ec47fc7a
4684 Author: Behdad Esfahbod <behdad@behdad.org>
4685 Date:   Fri Oct 2 08:21:12 2015 +0100
4686
4687     Fix hb-ot-shape-normalize with empty buffer
4688
4689     Part of https://github.com/behdad/harfbuzz/issues/136
4690
4691  src/hb-ot-shape-normalize.cc | 2 ++
4692  1 file changed, 2 insertions(+)
4693
4694 commit a5efaac4ff61b587f228830b265b39fe8e5e4e47
4695 Author: Behdad Esfahbod <behdad@behdad.org>
4696 Date:   Fri Oct 2 08:02:29 2015 +0100
4697
4698     Replace a couple of malloc()s with calloc()
4699
4700  src/hb-face.cc       | 2 +-
4701  src/hb-shape-plan.cc | 2 +-
4702  src/hb-shaper.cc     | 2 +-
4703  3 files changed, 3 insertions(+), 3 deletions(-)
4704
4705 commit 26ba4d1e1fb8949632fe08e6a7600badfba4f142
4706 Author: Behdad Esfahbod <behdad@behdad.org>
4707 Date:   Fri Oct 2 07:25:52 2015 +0100
4708
4709     Fix segfault with empty buffer in hb_shape_plan_execute()
4710
4711     Move the empty-buffer check from hb_shape_full() to
4712     hb_shape_plan_execute().
4713
4714     Reported by Simon Cozens.
4715
4716  src/hb-shape-plan.cc | 9 +++++++--
4717  src/hb-shape.cc      | 5 -----
4718  2 files changed, 7 insertions(+), 7 deletions(-)
4719
4720 commit 432ffc47a46d41bea17d839d0d3980e654c6e638
4721 Author: Behdad Esfahbod <behdad@behdad.org>
4722 Date:   Wed Sep 30 22:51:16 2015 +0100
4723
4724     1.0.4
4725
4726  NEWS         | 7 +++++++
4727  configure.ac | 2 +-
4728  2 files changed, 8 insertions(+), 1 deletion(-)
4729
4730 commit b47159011ca518c3b94d782ed16a91ffe9dd2ab2
4731 Author: Behdad Esfahbod <behdad@behdad.org>
4732 Date:   Tue Sep 29 14:57:02 2015 +0100
4733
4734     Define return_trace()
4735
4736     Not functional change (expected!).
4737
4738  src/hb-open-file-private.hh          |  20 +--
4739  src/hb-open-type-private.hh          |  62 +++----
4740  src/hb-ot-cmap-table.hh              |  56 +++----
4741  src/hb-ot-glyf-table.hh              |   4 +-
4742  src/hb-ot-head-table.hh              |   2 +-
4743  src/hb-ot-hhea-table.hh              |   2 +-
4744  src/hb-ot-hmtx-table.hh              |   2 +-
4745  src/hb-ot-layout-common-private.hh   | 108 ++++++-------
4746  src/hb-ot-layout-gdef-table.hh       |  44 ++---
4747  src/hb-ot-layout-gpos-table.hh       | 252 +++++++++++++++--------------
4748  src/hb-ot-layout-gsub-table.hh       | 304
4749  ++++++++++++++++++-----------------
4750  src/hb-ot-layout-gsubgpos-private.hh | 205 +++++++++++------------
4751  src/hb-ot-layout-jstf-table.hh       |  35 ++--
4752  src/hb-ot-maxp-table.hh              |   5 +-
4753  src/hb-ot-name-table.hh              |  14 +-
4754  src/hb-private.hh                    |   6 +-
4755  16 files changed, 575 insertions(+), 546 deletions(-)
4756
4757 commit c917965b9e6fe2b21ed6c51559673288fa3af4b7
4758 Author: Behdad Esfahbod <behdad@behdad.org>
4759 Date:   Tue Sep 29 14:45:35 2015 +0100
4760
4761     Add missing returns
4762
4763     Fixes possible invalid read of two bytes.
4764
4765     Reported by Behzad Najjarpour Jabbari, Secunia Research.
4766
4767  src/hb-ot-layout-gpos-table.hh       | 14 +++++++-------
4768  src/hb-ot-layout-gsub-table.hh       | 12 ++++++------
4769  src/hb-ot-layout-gsubgpos-private.hh |  8 ++++----
4770  3 files changed, 17 insertions(+), 17 deletions(-)
4771
4772 commit f3159ba5141c2ab0e430e64742972df140f91c43
4773 Author: Behdad Esfahbod <behdad@behdad.org>
4774 Date:   Tue Sep 29 14:34:56 2015 +0100
4775
4776     Micro-optimize hb_language_from_string()
4777
4778     As measured / improved by Benson Limketkai.
4779
4780  src/hb-common.cc | 10 +++++-----
4781  1 file changed, 5 insertions(+), 5 deletions(-)
4782
4783 commit f2ad935e19338a29113492150f0c5a5fd5befd75
4784 Author: Sascha Brawer <sascha@brawer.ch>
4785 Date:   Sun Jun 28 03:29:47 2015 +0200
4786
4787     Handle language tags that indicate phonetic IPA transcription
4788
4789     The BCP-47 registry defines a variant subtag "fonipa" that can be used
4790     in combination with arbitrary other language tags. For example,
4791     "rm-CH-fonipa-sursilv" indicates the Sursilvan dialect of Romansh
4792     as used in Switzerland, transcribed used the International Phonetic
4793     Alphabet.
4794
4795     http://www.iana.org/assignments/language-subtag-registry/language-subtag-registry
4796
4797  src/hb-ot-tag.cc       | 15 ++++++++++++++-
4798  test/api/test-ot-tag.c |  7 +++++++
4799  2 files changed, 21 insertions(+), 1 deletion(-)
4800
4801 commit b8811429b6810c4f13be087b593a862c17d9d987
4802 Author: Behdad Esfahbod <behdad@behdad.org>
4803 Date:   Thu Sep 3 15:53:22 2015 +0430
4804
4805     Fix Since tags
4806
4807     Fixes https://github.com/behdad/harfbuzz/issues/103
4808
4809  src/hb-blob.cc             | 24 +++++++++----------
4810  src/hb-buffer-serialize.cc | 10 ++++----
4811  src/hb-buffer.cc           | 58
4812  +++++++++++++++++++++++-----------------------
4813  src/hb-buffer.h            |  9 +++++++
4814  src/hb-common.cc           | 24 +++++++++----------
4815  src/hb-common.h            |  3 +++
4816  src/hb-coretext.cc         |  3 +++
4817  src/hb-font.h              | 18 +++++++-------
4818  src/hb-ft.cc               |  6 ++---
4819  src/hb-graphite2.cc        |  6 +++++
4820  src/hb-ot-layout.cc        |  2 +-
4821  src/hb-ot-tag.cc           |  2 +-
4822  src/hb-set.h               |  3 +++
4823  src/hb-shape.cc            |  2 +-
4824  src/hb-unicode.cc          | 18 +++++++-------
4825  src/hb-unicode.h           | 10 ++++----
4826  16 files changed, 111 insertions(+), 87 deletions(-)
4827
4828 commit 5d74ff02ab01df67808b416af8bb9cefb06f841e
4829 Author: Behdad Esfahbod <behdad@behdad.org>
4830 Date:   Thu Sep 3 14:55:59 2015 +0430
4831
4832     Fix Since: version tags on font and face APIs
4833
4834     A while back we marked every API as version:1.0.  We should fix
4835     them all
4836     to reflect real version they were introduced.  This is a start.
4837
4838     Patch from Nikolay Sivov.
4839
4840  src/hb-face.cc | 22 ++++++++---------
4841  src/hb-font.cc | 76
4842  +++++++++++++++++++++++++++++-----------------------------
4843  2 files changed, 49 insertions(+), 49 deletions(-)
4844
4845 commit 7f5405397406a24c5a001b5ef43dcf4d6926415e
4846 Author: Behdad Esfahbod <behdad@behdad.org>
4847 Date:   Tue Sep 1 17:03:50 2015 +0100
4848
4849     1.0.3
4850
4851  NEWS         | 11 +++++++++++
4852  configure.ac |  2 +-
4853  2 files changed, 12 insertions(+), 1 deletion(-)
4854
4855 commit 5828c45d7a816ccd0a7f10a665ea3cf8cfd63b05
4856 Author: Behdad Esfahbod <behdad@behdad.org>
4857 Date:   Tue Sep 1 16:26:35 2015 +0100
4858
4859     [indic] Add comments to merge_clusters calls
4860
4861  src/hb-ot-shape-complex-indic.cc | 21 ++++++++++++++++-----
4862  1 file changed, 16 insertions(+), 5 deletions(-)
4863
4864 commit bdc8215949a7add742cc800b4fdea6acaa37d152
4865 Author: Behdad Esfahbod <behdad@behdad.org>
4866 Date:   Tue Sep 1 16:24:54 2015 +0100
4867
4868     [thai] Respect cluster-level > 0
4869
4870  src/hb-ot-shape-complex-thai.cc | 2 +-
4871  1 file changed, 1 insertion(+), 1 deletion(-)
4872
4873 commit 5b31fe383ead726ec77062501ed3bb24c02842b3
4874 Author: Behdad Esfahbod <behdad@behdad.org>
4875 Date:   Tue Sep 1 16:24:34 2015 +0100
4876
4877     [use] Merge /before/ reordering
4878
4879  src/hb-ot-shape-complex-use.cc | 4 ++--
4880  1 file changed, 2 insertions(+), 2 deletions(-)
4881
4882 commit 0d438f89bd9422c66838c776eb4aa867de0a2ad8
4883 Author: Behdad Esfahbod <behdad@behdad.org>
4884 Date:   Tue Sep 1 16:24:13 2015 +0100
4885
4886     [hangul] Merge /before/ reordering
4887
4888  src/hb-ot-shape-complex-hangul.cc | 2 +-
4889  1 file changed, 1 insertion(+), 1 deletion(-)
4890
4891 commit f883de664fc4bfe01e30c89e07e31dc113f906d9
4892 Author: Behdad Esfahbod <behdad@behdad.org>
4893 Date:   Tue Sep 1 16:23:40 2015 +0100
4894
4895     [OT] Merge /before/ reordering
4896
4897  src/hb-ot-shape.cc | 5 +++--
4898  1 file changed, 3 insertions(+), 2 deletions(-)
4899
4900 commit c403d6320074455a5e8e48902c0ac4ee9685e33d
4901 Author: Behdad Esfahbod <behdad@behdad.org>
4902 Date:   Tue Sep 1 16:15:25 2015 +0100
4903
4904     [myanmar] Use buffer->sort() to sort cluster
4905
4906     This can possibly produce more granular clusters.
4907
4908  src/hb-ot-shape-complex-myanmar.cc | 3 +--
4909  1 file changed, 1 insertion(+), 2 deletions(-)
4910
4911 commit e995d33c10a4bd9404699d01bddb2b69d811e9ed
4912 Author: Behdad Esfahbod <behdad@behdad.org>
4913 Date:   Tue Sep 1 16:13:32 2015 +0100
4914
4915     [OT] Merge clusters when reordering marks for normalization
4916
4917     Fixes https://bugzilla.gnome.org/show_bug.cgi?id=541608
4918     and cluster test.
4919
4920  src/hb-buffer-private.hh     |  2 ++
4921  src/hb-buffer.cc             | 21 +++++++++++++++++++++
4922  src/hb-ot-shape-normalize.cc |  2 +-
4923  3 files changed, 24 insertions(+), 1 deletion(-)
4924
4925 commit b6d7d161a87b5dde710924e5c557d39c302f5630
4926 Author: Behdad Esfahbod <behdad@behdad.org>
4927 Date:   Tue Sep 1 16:12:44 2015 +0100
4928
4929     [tests] Add Hebrew test for normalization under cluster-level=1
4930
4931     Currently fails.
4932     https://bugzilla.gnome.org/show_bug.cgi?id=541608
4933
4934  .../sha1sum/43ef465752be9af900745f72fe29cb853a1401a5.ttf | Bin 0 ->
4935  4272 bytes
4936  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
4937  test/shaping/tests/cluster.tests                         |   1 +
4938  3 files changed, 2 insertions(+)
4939
4940 commit 93099748e39740a3f6f003c83d9dec1d21660ce8
4941 Author: Behdad Esfahbod <behdad@behdad.org>
4942 Date:   Tue Sep 1 16:11:27 2015 +0100
4943
4944     Minor
4945
4946  src/hb-private.hh | 6 ++----
4947  1 file changed, 2 insertions(+), 4 deletions(-)
4948
4949 commit 85846b3de7491b6a07fed6a2c0c6c1b09943b249
4950 Author: Behdad Esfahbod <behdad@behdad.org>
4951 Date:   Tue Sep 1 15:07:52 2015 +0100
4952
4953     Use insertion-sort instead of bubble-sort
4954
4955     Needed for upcoming merge-clusters fix.
4956
4957  src/hb-buffer.cc                           |  4 +--
4958  src/hb-ot-shape-complex-arabic-fallback.hh |  6 ++--
4959  src/hb-ot-shape-complex-indic.cc           |  2 +-
4960  src/hb-ot-shape-complex-myanmar.cc         |  2 +-
4961  src/hb-ot-shape-normalize.cc               |  6 ++--
4962  src/hb-private.hh                          | 56
4963  +++++++++++++-----------------
4964  6 files changed, 34 insertions(+), 42 deletions(-)
4965
4966 commit fad2674874591b4a1df822603144c8864f5364c1
4967 Author: Behdad Esfahbod <behdad@behdad.org>
4968 Date:   Tue Sep 1 14:45:46 2015 +0100
4969
4970     Minor
4971
4972  test/Makefile.am         | 4 ++++
4973  test/api/Makefile.am     | 4 ++++
4974  test/shaping/Makefile.am | 4 ++++
4975  3 files changed, 12 insertions(+)
4976
4977 commit 23e4fac6de913201f263a73e13d3c1fab31d1bdd
4978 Author: Behdad Esfahbod <behdad@behdad.org>
4979 Date:   Mon Aug 31 19:41:01 2015 +0100
4980
4981     Update git.mk from upstream
4982
4983  git.mk | 17 ++++++++++++++++-
4984  1 file changed, 16 insertions(+), 1 deletion(-)
4985
4986 commit 5783e05f81bbf6debf2618c8994d6852630d9847
4987 Author: Behdad Esfahbod <behdad@behdad.org>
4988 Date:   Mon Aug 31 19:18:10 2015 +0100
4989
4990     [docs] Move docs/reference/ contents into docs/
4991
4992  configure.ac                                |   3 +-
4993  docs/Makefile.am                            | 117
4994  ++++++++++++++++++++++++++-
4995  docs/{reference => }/harfbuzz-docs.xml      |   0
4996  docs/{reference => }/harfbuzz-overrides.txt |   0
4997  docs/{reference => }/harfbuzz-sections.txt  |   0
4998  docs/reference/Makefile.am                  | 118
4999  ----------------------------
5000  docs/{reference => }/usermanual-ch01.xml    |   0
5001  docs/{reference => }/usermanual-ch02.xml    |   0
5002  docs/{reference => }/usermanual-ch03.xml    |   0
5003  docs/{reference => }/usermanual-ch04.xml    |   0
5004  docs/{reference => }/usermanual-ch05.xml    |   0
5005  docs/{reference => }/usermanual-ch06.xml    |   0
5006  docs/{reference => }/version.xml.in         |   0
5007  13 files changed, 117 insertions(+), 121 deletions(-)
5008
5009 commit cd5e3a13a6e0b6606d3a421f8cd44cdfb8314907
5010 Author: Behdad Esfahbod <behdad@behdad.org>
5011 Date:   Mon Aug 31 19:16:41 2015 +0100
5012
5013     [docs] Fix out-of-tree build
5014
5015  docs/reference/Makefile.am               |  9 ++++++++-
5016  docs/reference/harfbuzz-docs.xml         | 12 ++++++------
5017  docs/{ => reference}/usermanual-ch01.xml |  0
5018  docs/{ => reference}/usermanual-ch02.xml |  0
5019  docs/{ => reference}/usermanual-ch03.xml |  0
5020  docs/{ => reference}/usermanual-ch04.xml |  0
5021  docs/{ => reference}/usermanual-ch05.xml |  0
5022  docs/{ => reference}/usermanual-ch06.xml |  0
5023  8 files changed, 14 insertions(+), 7 deletions(-)
5024
5025 commit 3899795fa3c3e058e3885ec7a6638f0597a752cc
5026 Merge: d205965 01e16e8
5027 Author: Behdad Esfahbod <behdad@behdad.org>
5028 Date:   Mon Aug 31 10:46:01 2015 +0100
5029
5030     Merge pull request #131 from simoncozens/docs
5031
5032     Use gtk-doc to build user's manual as well as reference
5033
5034 commit 01e16e88f50b65b82dcb84773f532f18a351319f
5035 Author: Simon Cozens <simon@simon-cozens.org>
5036 Date:   Mon Aug 31 10:40:17 2015 +0100
5037
5038     Combine user / reference information into gtk-doc generated manual.
5039
5040  docs/reference/harfbuzz-docs.xml | 91
5041  +++++++++++++++++++++++-----------------
5042  1 file changed, 52 insertions(+), 39 deletions(-)
5043
5044 commit 11a07c4729174e1d4af028103ecb0a351e4c2707
5045 Author: Simon Cozens <simon@simon-cozens.org>
5046 Date:   Mon Aug 31 10:39:10 2015 +0100
5047
5048     Correct tag hierarchy, to allow for table-of-contents entries.
5049
5050  docs/usermanual-ch01.xml | 12 ++++++------
5051  docs/usermanual-ch02.xml |  8 ++++----
5052  docs/usermanual-ch03.xml | 24 ++++++++++++------------
5053  docs/usermanual-ch04.xml | 16 ++++++++--------
5054  docs/usermanual-ch05.xml | 12 ++++++------
5055  5 files changed, 36 insertions(+), 36 deletions(-)
5056
5057 commit 387d6af428ddd5d4f211fe5748412011013a3826
5058 Author: Simon Cozens <simon@simon-cozens.org>
5059 Date:   Mon Aug 31 10:31:09 2015 +0100
5060
5061     Missing tag (oops).
5062
5063  docs/usermanual-ch02.xml | 1 +
5064  1 file changed, 1 insertion(+)
5065
5066 commit d205965286798af4b7ad07e1eafa58288bee4bdb
5067 Author: Behdad Esfahbod <behdad@behdad.org>
5068 Date:   Mon Aug 31 10:12:05 2015 +0100
5069
5070     [docs] Fix typo
5071
5072  docs/usermanual-ch03.xml | 2 +-
5073  1 file changed, 1 insertion(+), 1 deletion(-)
5074
5075 commit c424b41705b50055c7f92b268cf78a2680af73af
5076 Merge: 31594b9 5470e74
5077 Author: Behdad Esfahbod <behdad@behdad.org>
5078 Date:   Mon Aug 31 09:53:16 2015 +0100
5079
5080     Merge pull request #129 from simoncozens/docs
5081
5082     First two chapters. More to follow.
5083
5084 commit 31594b98af0c9181982c77d8d3803753007f8fd4
5085 Author: Behdad Esfahbod <behdad@behdad.org>
5086 Date:   Sun Aug 30 17:33:04 2015 +0100
5087
5088     [test] Fix test-object
5089
5090     See previous commit.
5091
5092  test/api/test-object.c | 4 ----
5093  1 file changed, 4 deletions(-)
5094
5095 commit 326b5ebf5748f547e4eb7388d66b79fe23130e2a
5096 Author: Behdad Esfahbod <behdad@behdad.org>
5097 Date:   Sun Aug 30 17:29:21 2015 +0100
5098
5099     Poison freed objects such that double-free is detected
5100
5101     Previously we were setting refcount of freed objects to the inert
5102     value, which
5103     was harmful because it caused further destroy()s of the freed object
5104     to NOT
5105     call free() and hence hide the bug.  Indeed, after eb0bf3ae6688b7
5106     test-object
5107     was double-free'ing objects and this was never caught on Linux.
5108     It only was
5109     caught as crashing on Mac.
5110
5111     Now we poison refcount upon freeing and check that it's valid
5112     whenever reading
5113     it.  Makes test-object fail now.
5114
5115  src/hb-object-private.hh | 21 ++++++++++++++++-----
5116  1 file changed, 16 insertions(+), 5 deletions(-)
5117
5118 commit 5470e744dd264c2dc33437a68d20bcf7c5ffb905
5119 Author: Simon Cozens <simon@simon-cozens.org>
5120 Date:   Sat Aug 29 08:21:18 2015 +0100
5121
5122     Current state and skeleton outline
5123
5124  docs/usermanual-ch03.xml | 77
5125  ++++++++++++++++++++++++++++++++++++++++++++++++
5126  docs/usermanual-ch04.xml | 18 +++++++++++
5127  docs/usermanual-ch05.xml | 13 ++++++++
5128  docs/usermanual-ch06.xml |  8 +++++
5129  4 files changed, 116 insertions(+)
5130
5131 commit 6578575cc8aeb05341f2053039acfcd735707674
5132 Author: Behdad Esfahbod <behdad@behdad.org>
5133 Date:   Tue Aug 25 20:24:59 2015 +0100
5134
5135     [GPOS] Fix cursive connection with mix of RTL and non-RTL lookups
5136
5137     See thread "Issue with cursive attachment" started by Khaled.
5138     Turned out fixing this wasn't as bad as I had assumed.  I like the
5139     new code better; we now have a theoretical model of cursive
5140     connections that is easier to reason about.
5141
5142  src/hb-ot-layout-gpos-table.hh | 34 ++++++++++++++++++++++++++++++++++
5143  1 file changed, 34 insertions(+)
5144
5145 commit 7368da67244ea53195cd9b95a5c57485df695732
5146 Author: Behdad Esfahbod <behdad@behdad.org>
5147 Date:   Tue Aug 25 20:28:39 2015 +0100
5148
5149     [test] Add test for cursive-positioning with mixed directions
5150
5151     Fails now.  Fix coming.  See thread "Issue with cursive attachment"
5152     started by Khaled.  Test fonts were made by modifying test font
5153     from Khaled to add more anchors.
5154
5155  test/shaping/Makefile.am                                 |   1 +
5156  .../sha1sum/298c9e1d955f10f6f72c6915c3c6ff9bf9695cec.ttf | Bin 0 ->
5157  2520 bytes
5158  test/shaping/fonts/sha1sum/MANIFEST                      |   2 ++
5159  .../sha1sum/c4e48b0886ef460f532fb49f00047ec92c432ec0.ttf | Bin 0 ->
5160  2512 bytes
5161  test/shaping/tests/MANIFEST                              |   1 +
5162  test/shaping/tests/cursive-positioning.tests             |   2 ++
5163  6 files changed, 6 insertions(+)
5164
5165 commit f0807654da160bd7ceb9aff5b8338ec0b643171c
5166 Author: Simon Cozens <simon@simon-cozens.org>
5167 Date:   Tue Aug 25 19:57:15 2015 +0100
5168
5169     First two chapters. More to follow.
5170
5171  docs/usermanual-ch01.xml | 115 ++++++++++++++++++++++++++++++
5172  docs/usermanual-ch02.xml | 182
5173  +++++++++++++++++++++++++++++++++++++++++++++++
5174  2 files changed, 297 insertions(+)
5175
5176 commit 58f2a73fb95af42e264a91cdef7bb5a89e965601
5177 Author: Behdad Esfahbod <behdad@behdad.org>
5178 Date:   Tue Aug 25 18:55:34 2015 +0100
5179
5180     [GPOS] Rewrite cursive attachment slightly differently
5181
5182     In anticipation for upcoming fix for bug reported by
5183     Khaled in thread "Issue with cursive attachment".
5184
5185  src/hb-ot-layout-gpos-table.hh | 36 ++++++++++++++++++++++++------------
5186  1 file changed, 24 insertions(+), 12 deletions(-)
5187
5188 commit fdd1770e006ca2d2973c049177ceda87a575e07f
5189 Author: Behdad Esfahbod <behdad@behdad.org>
5190 Date:   Mon Aug 24 13:49:55 2015 +0100
5191
5192     Add API/cmdline to show glyph extents when serializing buffer
5193
5194     New API: HB_BUFFER_SERIALIZE_FLAG_GLYPH_EXTENTS
5195
5196     hb-shape now accepts --show-extents.
5197
5198     Patch from Simon Cozens.
5199
5200  src/hb-buffer-serialize.cc | 17 +++++++++++++++++
5201  src/hb-buffer.h            |  3 ++-
5202  util/hb-shape.cc           |  2 ++
5203  util/options.cc            |  1 +
5204  util/options.hh            |  2 ++
5205  5 files changed, 24 insertions(+), 1 deletion(-)
5206
5207 commit 2cee5b68a07b99214ef9428fe5d03e7b378a558f
5208 Author: Behdad Esfahbod <behdad@behdad.org>
5209 Date:   Mon Aug 24 13:45:12 2015 +0100
5210
5211     [ot-font] Fix short-offset calculation
5212
5213  src/hb-ot-font.cc | 4 ++--
5214  1 file changed, 2 insertions(+), 2 deletions(-)
5215
5216 commit b50fcfa82994f93568a54dd1eb7fd327f6db5586
5217 Author: Behdad Esfahbod <behdad@behdad.org>
5218 Date:   Sun Aug 23 14:42:20 2015 +0100
5219
5220     [ot-font] Implement glyph_extents() for TrueType fonts
5221
5222     This brings ot-fonts into almost-complete shape and mostly in par with
5223     ft font.
5224
5225  src/Makefile.am         |   1 +
5226  src/hb-font.h           |   9 +++--
5227  src/hb-ot-font.cc       |  90 +++++++++++++++++++++++++++++++++++++++--
5228  src/hb-ot-glyf-table.hh | 104
5229  ++++++++++++++++++++++++++++++++++++++++++++++++
5230  src/hb-ot-head-table.hh |   3 +-
5231  5 files changed, 198 insertions(+), 9 deletions(-)
5232
5233 commit 0299b45000b5047c0b9bf0fe51f3b8b68a7982f8
5234 Author: Behdad Esfahbod <behdad@behdad.org>
5235 Date:   Fri Aug 21 12:44:36 2015 +0100
5236
5237     Make BYTE a real type
5238
5239  src/hb-open-type-private.hh | 16 +++++++++++++++-
5240  1 file changed, 15 insertions(+), 1 deletion(-)
5241
5242 commit ed6962c795ae7c54aaee9ed5667fa65ccf7412bf
5243 Author: Behdad Esfahbod <behdad@behdad.org>
5244 Date:   Thu Aug 20 15:39:53 2015 +0100
5245
5246     [coretext] Use i32 instead of u32 as well
5247
5248     Shouldn't cause *any* functional changes, but is more correct.
5249
5250  src/hb-coretext.cc | 20 ++++++++++----------
5251  1 file changed, 10 insertions(+), 10 deletions(-)
5252
5253 commit 163c435f1807c138da9f74f09d29d913eb9e29e9
5254 Author: Behdad Esfahbod <behdad@behdad.org>
5255 Date:   Thu Aug 20 15:39:06 2015 +0100
5256
5257     [uniscribe] Fix negative offsets
5258
5259     Ouch!
5260
5261  src/hb-uniscribe.cc | 8 ++++----
5262  1 file changed, 4 insertions(+), 4 deletions(-)
5263
5264 commit 789b89ef7130ffe5f22c571fc3cb4e6d35456654
5265 Author: Behdad Esfahbod <behdad@behdad.org>
5266 Date:   Wed Aug 19 13:39:57 2015 +0100
5267
5268     1.0.2
5269
5270  NEWS         | 13 +++++++++++++
5271  configure.ac |  2 +-
5272  2 files changed, 14 insertions(+), 1 deletion(-)
5273
5274 commit 958c268fa3a520666436e77a2111a3b564a36d96
5275 Author: Behdad Esfahbod <behdad@behdad.org>
5276 Date:   Wed Aug 19 13:22:12 2015 +0100
5277
5278     [coretext] Add TODO item
5279
5280  src/hb-coretext.cc | 1 +
5281  1 file changed, 1 insertion(+)
5282
5283 commit 7c5bee09d9c7c25672c7c77572ebae0b731892d0
5284 Author: Behdad Esfahbod <behdad@behdad.org>
5285 Date:   Wed Aug 19 13:20:31 2015 +0100
5286
5287     [uniscribe] Fix font scale handling
5288
5289     By default shape at upem (or ppem), and scale results.
5290     Similar to work done in CoreText backend, but using upem as default.
5291
5292  src/hb-uniscribe.cc | 25 +++++++++++++++++++------
5293  1 file changed, 19 insertions(+), 6 deletions(-)
5294
5295 commit 902e74a098dad8c3b487856284f9fdf99b04f9f1
5296 Author: Behdad Esfahbod <behdad@behdad.org>
5297 Date:   Tue Aug 18 18:55:03 2015 +0100
5298
5299     Commented-out code to print buffer before each lookup
5300
5301     To be turned into a useful HB_DEBUG_SHAPE infrastructure...
5302
5303  src/hb-ot-layout.cc | 12 ++++++++++++
5304  1 file changed, 12 insertions(+)
5305
5306 commit 75504a50488a6aac0b9789f728fb5b87e641d4c3
5307 Author: Behdad Esfahbod <behdad@behdad.org>
5308 Date:   Tue Aug 18 18:47:02 2015 +0100
5309
5310     Allow serializing buffer with output-buffer being used
5311
5312     Ie, don't call get_positions() if positions are not
5313     requested for serialization.
5314
5315  src/hb-buffer-serialize.cc | 6 ++++--
5316  1 file changed, 4 insertions(+), 2 deletions(-)
5317
5318 commit e47b772a56af44a9a4f9ec907ee2091b725b94c1
5319 Author: Behdad Esfahbod <behdad@behdad.org>
5320 Date:   Tue Aug 18 18:42:47 2015 +0100
5321
5322     [ot] Change buffer content type right after we map to glyphs
5323
5324     Needed for upcoming debug output changes.
5325
5326  src/hb-ot-shape.cc | 2 ++
5327  1 file changed, 2 insertions(+)
5328
5329 commit d104415e4c1e0f9140f794cd8d09c6460c63e966
5330 Author: Behdad Esfahbod <behdad@behdad.org>
5331 Date:   Tue Aug 18 17:33:34 2015 +0100
5332
5333     [Android.mk] Update for SEA removal and USE addition
5334
5335  Android.mk | 3 ++-
5336  1 file changed, 2 insertions(+), 1 deletion(-)
5337
5338 commit ddd6bf12f1cabaa298feed820313483b9893528c
5339 Author: Behdad Esfahbod <behdad@behdad.org>
5340 Date:   Tue Aug 18 15:55:09 2015 +0100
5341
5342     Don't declare dependency on freetype in harfbuzz.pc
5343
5344     See comments.
5345
5346  src/Makefile.am | 7 ++++++-
5347  1 file changed, 6 insertions(+), 1 deletion(-)
5348
5349 commit 2c8b3b2e5312c9858584f568b1528c57e5bb8a10
5350 Author: Behdad Esfahbod <behdad@behdad.org>
5351 Date:   Tue Aug 18 14:36:43 2015 +0100
5352
5353     [debug] Print lookup index in debug-apply output
5354
5355  src/hb-ot-layout-gpos-table.hh       | 5 ++++-
5356  src/hb-ot-layout-gsub-table.hh       | 5 ++++-
5357  src/hb-ot-layout-gsubgpos-private.hh | 7 +++++--
5358  src/hb-ot-layout.cc                  | 3 ++-
5359  4 files changed, 15 insertions(+), 5 deletions(-)
5360
5361 commit 50ad7788eeb7160caef4ec78e65c7c630e601b06
5362 Author: Behdad Esfahbod <behdad@behdad.org>
5363 Date:   Tue Aug 18 10:22:16 2015 +0100
5364
5365     [coretext] Remove assert that kicks in on Mac OS 10.6
5366
5367     http://crbug.com/419769
5368
5369  src/hb-coretext.cc | 18 ++++++++++++++----
5370  1 file changed, 14 insertions(+), 4 deletions(-)
5371
5372 commit 2b646fa07f5f9d4d10d563a91d22a2750b5fc771
5373 Author: Behdad Esfahbod <behdad@behdad.org>
5374 Date:   Mon Aug 17 16:03:28 2015 +0200
5375
5376     Remove unused function
5377
5378  src/hb-ot-shape-complex-use.cc | 8 --------
5379  1 file changed, 8 deletions(-)
5380
5381 commit 23237b0279a04407addf33f599c45faa60f002ca
5382 Author: ThePhD <phdofthehouse@gmail.com>
5383 Date:   Fri Aug 14 01:19:08 2015 -0400
5384
5385     Last apparent boolean fix!
5386
5387  src/hb-ot-shape-complex-use.cc | 2 +-
5388  1 file changed, 1 insertion(+), 1 deletion(-)
5389
5390 commit 5c99cf93d6242803bddcac2ca8300fdec7e0f8a7
5391 Merge: 8ad89f0 539a610
5392 Author: ThePhD <phdofthehouse@gmail.com>
5393 Date:   Fri Aug 14 01:02:00 2015 -0400
5394
5395     Merge branch 'master' into vc++-fixes
5396
5397 commit 539a610e2e72375e598ab29fd390ed9ec93816d5
5398 Author: Behdad Esfahbod <behdad@behdad.org>
5399 Date:   Tue Aug 11 12:58:49 2015 +0200
5400
5401     Add Libs.private and Requires.private to harfbuzz.pc
5402
5403     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=64501
5404
5405  configure.ac       | 12 +++++++++---
5406  src/Makefile.am    | 15 ++++++++++++---
5407  src/harfbuzz.pc.in |  2 ++
5408  3 files changed, 23 insertions(+), 6 deletions(-)
5409
5410 commit c7dfe316f8c0fc04b7976fca5e58eb46d91b4821
5411 Author: jfkthame <jfkthame@gmail.com>
5412 Date:   Fri Aug 7 17:55:03 2015 +0100
5413
5414     Don't rely on .cluster in _hb_ot_shape_normalize()
5415
5416     Fixes https://github.com/behdad/harfbuzz/pull/124
5417
5418  src/hb-ot-shape-normalize.cc | 2 +-
5419  1 file changed, 1 insertion(+), 1 deletion(-)
5420
5421 commit 9099e48e29fe5cfdf8566c8f1ba6ddc8c0799e7e
5422 Author: jfkthame <jfkthame@gmail.com>
5423 Date:   Fri Aug 7 17:51:28 2015 +0100
5424
5425     Don't rely on .cluster field in fallback_position
5426
5427     Fixes tests/cluster.
5428
5429     Fixes https://github.com/behdad/harfbuzz/pull/123
5430
5431  src/hb-ot-shape-fallback.cc | 5 ++---
5432  1 file changed, 2 insertions(+), 3 deletions(-)
5433
5434 commit f3792342f670978cdc3f8512fb5e80314ca0678d
5435 Author: Behdad Esfahbod <behdad@behdad.org>
5436 Date:   Sat Aug 8 18:02:18 2015 +0200
5437
5438     [tests] Add test for fallback positioning with cluster_level > 0
5439
5440     For https://github.com/behdad/harfbuzz/pull/123
5441     Currently fails.  Fix coming.
5442
5443  test/shaping/Makefile.am                                  |   1 +
5444  .../sha1sum/6466d38c62e73a39202435a4f73bf5d6acbb73c0.ttf  | Bin 0 ->
5445  824 bytes
5446  test/shaping/fonts/sha1sum/MANIFEST                       |   1 +
5447  test/shaping/tests/MANIFEST                               |   1 +
5448  test/shaping/tests/cluster.tests                          |   1 +
5449  5 files changed, 4 insertions(+)
5450
5451 commit bd22a5cfae24b3b9253bccaeb139e698e74cd0c3
5452 Author: Behdad Esfahbod <behdad@behdad.org>
5453 Date:   Fri Aug 7 11:13:27 2015 +0200
5454
5455     Bug 91559 - HarfBuzz 1.0.1: Inconsistent DLL files
5456     specified/created...
5457
5458     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=91559
5459
5460  src/Makefile.am | 2 +-
5461  1 file changed, 1 insertion(+), 1 deletion(-)
5462
5463 commit 02d6439f420d959183dd446abd0b0118ee1ee061
5464 Merge: 9002c27 160f635
5465 Author: Behdad Esfahbod <behdad@behdad.org>
5466 Date:   Mon Aug 3 22:47:18 2015 +0300
5467
5468     Merge pull request #122 from RomainNaour/static-fix
5469
5470     fix static linking with icu-uc
5471
5472 commit 160f635523d596f61e292776f638d4eb09673463
5473 Author: Romain Naour <romain.naour@openwide.fr>
5474 Date:   Wed Jul 22 23:26:23 2015 +0200
5475
5476     fix static linking with icu-uc
5477
5478     When linking test-unicode statically it needs $(ICU_LIBS)
5479     which contains all required flags.
5480     Especially -lstdc++.
5481
5482     Fixes:
5483     http://autobuild.buildroot.net/results/210/2107f9dfb39eeb6559fb4271c7af8b39aef521ca/
5484
5485     Signed-off-by: Romain Naour <romain.naour@openwide.fr>
5486
5487  test/api/Makefile.am | 2 +-
5488  1 file changed, 1 insertion(+), 1 deletion(-)
5489
5490 commit 9002c27b2f54bb5135db92045c0d770b47317577
5491 Author: Behdad Esfahbod <behdad@behdad.org>
5492 Date:   Mon Jul 27 12:17:54 2015 +0200
5493
5494     1.0.1
5495
5496  NEWS         | 9 ++++++++-
5497  configure.ac | 2 +-
5498  2 files changed, 9 insertions(+), 2 deletions(-)
5499
5500 commit f1c20e1ba5bf218df7dc3e198bdcf1f449fc9387
5501 Author: Behdad Esfahbod <behdad@behdad.org>
5502 Date:   Mon Jul 27 12:16:02 2015 +0200
5503
5504     [USE] Fix out-of-bounds static array access
5505
5506  src/hb-ot-shape-complex-use.cc | 2 +-
5507  1 file changed, 1 insertion(+), 1 deletion(-)
5508
5509 commit 260442346a5756c3538ee8fcbf157d1cddcf6f36
5510 Author: Behdad Esfahbod <behdad@behdad.org>
5511 Date:   Sun Jul 26 23:39:10 2015 +0200
5512
5513     1.0.0
5514
5515  NEWS            | 10 ++++++++++
5516  configure.ac    |  4 ++--
5517  src/Makefile.am |  2 +-
5518  3 files changed, 13 insertions(+), 3 deletions(-)
5519
5520 commit df6cb84449a473d540821e41fb5007b59644780f
5521 Merge: 2ed6be6 786ba45
5522 Author: Behdad Esfahbod <behdad@behdad.org>
5523 Date:   Sun Jul 26 19:40:55 2015 +0200
5524
5525     Merge branch 'use'
5526
5527 commit 2ed6be66703e6cc67f3a3746e197001dad3d9b74
5528 Author: Behdad Esfahbod <behdad@behdad.org>
5529 Date:   Sun Jul 26 19:29:53 2015 +0200
5530
5531     0.9.42
5532
5533  NEWS         | 12 ++++++++++++
5534  configure.ac |  2 +-
5535  2 files changed, 13 insertions(+), 1 deletion(-)
5536
5537 commit 23e56e088a721863cfdef4f027fb66eecbd77457
5538 Author: Behdad Esfahbod <behdad@behdad.org>
5539 Date:   Sat Jul 25 17:36:46 2015 +0200
5540
5541     Fix broken sentence
5542
5543  src/hb-set-private.hh | 10 +++++++++-
5544  1 file changed, 9 insertions(+), 1 deletion(-)
5545
5546 commit 91a2e5d2878a8c0b4d4500e3d52d4fbaaf1ac0d7
5547 Author: Grigori Goronzy <greg@chown.ath.cx>
5548 Date:   Wed Jul 8 23:28:11 2015 +0200
5549
5550     Update UCDN to upstream commit 8af93f30
5551
5552     This adds support for Unicode 8.0 and fixes a bug with wrong
5553     properties
5554     for ranges of codepoints.
5555
5556  src/hb-ucdn.cc               |    6 +
5557  src/hb-ucdn/ucdn.h           |    6 +
5558  src/hb-ucdn/unicodedata_db.h | 2167
5559  +++++++++++++++++++++---------------------
5560  3 files changed, 1118 insertions(+), 1061 deletions(-)
5561
5562 commit 786ba45847127b9cd4d9c0c01ae0e6c61f3a8e06
5563 Author: Behdad Esfahbod <behdad@behdad.org>
5564 Date:   Thu Jul 23 13:04:34 2015 +0100
5565
5566     [test] Encode Kharoshti text
5567
5568     Ouch!
5569
5570  .../in-tree/shaper-use/script-kharoshti/misc.txt   | 72
5571  +++++++++++-----------
5572  1 file changed, 36 insertions(+), 36 deletions(-)
5573
5574 commit b4231255032e243153a6f32cf8c93c158cb0bf6a
5575 Author: Behdad Esfahbod <behdad@behdad.org>
5576 Date:   Thu Jul 23 13:01:55 2015 +0100
5577
5578     [test] Add Batak and Buginese test texts
5579
5580  test/shaping/texts/in-tree/shaper-use/MANIFEST     |  2 +
5581  .../texts/in-tree/shaper-use/script-batak/MANIFEST |  1 +
5582  .../texts/in-tree/shaper-use/script-batak/misc.txt |  9 +++
5583  .../in-tree/shaper-use/script-buginese/MANIFEST    |  1 +
5584  .../in-tree/shaper-use/script-buginese/misc.txt    | 70
5585  ++++++++++++++++++++++
5586  5 files changed, 83 insertions(+)
5587
5588 commit b8c159ffccad090974a2b97be0a0140fa09af132
5589 Author: Behdad Esfahbod <behdad@behdad.org>
5590 Date:   Thu Jul 23 12:59:17 2015 +0100
5591
5592     [test] Remove shaper-sea texts under shaper-use
5593
5594  test/shaping/texts/in-tree/MANIFEST                                     |
5595  1 -
5596  test/shaping/texts/in-tree/shaper-sea/MANIFEST                          |
5597  2 --
5598  test/shaping/texts/in-tree/shaper-sea/script-cham/MANIFEST              |
5599  1 -
5600  test/shaping/texts/in-tree/shaper-sea/script-tai-tham/MANIFEST          |
5601  1 -
5602  test/shaping/texts/in-tree/shaper-use/MANIFEST                          |
5603  2 ++
5604  .../{shaper-sea/script-cham/misc => shaper-use/script-cham}/MANIFEST
5605  | 0
5606  .../{shaper-sea/script-cham/misc => shaper-use/script-cham}/misc.txt
5607  | 0
5608  .../script-tai-tham/misc => shaper-use/script-tai-tham}/MANIFEST
5609  | 0
5610  .../script-tai-tham/misc => shaper-use/script-tai-tham}/misc.txt
5611  | 0
5612  .../script-tai-tham/misc => shaper-use/script-tai-tham}/torture.txt
5613  | 0
5614  10 files changed, 2 insertions(+), 5 deletions(-)
5615
5616 commit 67ba7320cc5545baeacfcff64cea338223b9bd6d
5617 Author: Behdad Esfahbod <behdad@behdad.org>
5618 Date:   Thu Jul 23 12:58:21 2015 +0100
5619
5620     [test] Remove New Tai Lue texts
5621
5622     New Tai Lue changed encoding to visual, boring, model.
5623
5624  test/shaping/texts/in-tree/shaper-sea/MANIFEST                         |
5625  1 -
5626  test/shaping/texts/in-tree/shaper-sea/script-new-tai-lue/MANIFEST      |
5627  1 -
5628  test/shaping/texts/in-tree/shaper-sea/script-new-tai-lue/misc/MANIFEST |
5629  1 -
5630  test/shaping/texts/in-tree/shaper-sea/script-new-tai-lue/misc/misc.txt |
5631  1 -
5632  4 files changed, 4 deletions(-)
5633
5634 commit c81d957a264539dfe3252f9a94ee066c4a44edf4
5635 Author: Behdad Esfahbod <behdad@behdad.org>
5636 Date:   Thu Jul 23 12:50:48 2015 +0100
5637
5638     [test] Add tests for improved 'vert' feature
5639
5640  test/shaping/Makefile.am                                 |   1 +
5641  .../sha1sum/191826b9643e3f124d865d617ae609db6a2ce203.ttf | Bin 0 ->
5642  2140 bytes
5643  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
5644  test/shaping/tests/MANIFEST                              |   1 +
5645  test/shaping/tests/vertical.tests                        |   1 +
5646  5 files changed, 4 insertions(+)
5647
5648 commit 8a6a16dbcb1808c7ed50f9ba320384565bbf405a
5649 Author: Behdad Esfahbod <behdad@behdad.org>
5650 Date:   Thu Jul 23 12:49:09 2015 +0100
5651
5652     [test] Add recently added test
5653
5654     Ouch.
5655
5656  test/shaping/Makefile.am | 1 +
5657  1 file changed, 1 insertion(+)
5658
5659 commit 895fb31c7f0201f13df5a6866b367476bc4aab2e
5660 Author: Behdad Esfahbod <behdad@behdad.org>
5661 Date:   Thu Jul 23 12:14:03 2015 +0100
5662
5663     [test] Support additional options to hb-shape in micro-test suite
5664
5665  test/shaping/record-test.sh                        | 47
5666  ++++++++++++++++++----
5667  test/shaping/run-tests.sh                          |  9 ++++-
5668  test/shaping/tests/arabic-fallback-shaping.tests   |  2 +-
5669  test/shaping/tests/arabic-feature-order.tests      |  6 +--
5670  test/shaping/tests/context-matching.tests          |  6 +--
5671  test/shaping/tests/default-ignorables.tests        |  2 +-
5672  test/shaping/tests/hangul-jamo.tests               |  4 +-
5673  test/shaping/tests/indic-joiner-candrabindu.tests  |  4 +-
5674  test/shaping/tests/indic-old-spec.tests            |  4 +-
5675  test/shaping/tests/indic-pref-blocking.tests       |  4 +-
5676  .../tests/mongolian-variation-selector.tests       |  6 +--
5677  test/shaping/tests/zero-width-marks.tests          |  4 +-
5678  12 files changed, 67 insertions(+), 31 deletions(-)
5679
5680 commit 0f98fe88f42471eb8fb28d08d45eca9cd8303f7a
5681 Author: Behdad Esfahbod <behdad@behdad.org>
5682 Date:   Thu Jul 23 11:52:11 2015 +0100
5683
5684     [ot] Search globally for 'vert' feature if not found in specified
5685     script/lang
5686
5687     Fixes https://github.com/behdad/harfbuzz/issues/63
5688
5689  src/hb-ot-layout-private.hh |  9 +++++++++
5690  src/hb-ot-layout.cc         | 22 ++++++++++++++++++++++
5691  src/hb-ot-map-private.hh    |  7 ++++---
5692  src/hb-ot-map.cc            | 10 ++++++++++
5693  src/hb-ot-shape.cc          |  6 +++++-
5694  5 files changed, 50 insertions(+), 4 deletions(-)
5695
5696 commit f327aacfa107bbef0c823ef9c3b7dfc91316040c
5697 Author: Behdad Esfahbod <behdad@behdad.org>
5698 Date:   Thu Jul 23 11:32:59 2015 +0100
5699
5700     [ot] Minor
5701
5702  src/hb-ot-shape.cc | 11 +++--------
5703  1 file changed, 3 insertions(+), 8 deletions(-)
5704
5705 commit d78463c8016ff1852233479a1ebde30c3bb6de6e
5706 Author: Behdad Esfahbod <behdad@behdad.org>
5707 Date:   Thu Jul 23 10:11:35 2015 +0100
5708
5709     Minor debug output fix
5710
5711  src/hb-ot-layout.cc | 2 +-
5712  1 file changed, 1 insertion(+), 1 deletion(-)
5713
5714 commit d99f50bde0e8be0866385ca6886938d2023dbd4f
5715 Author: Behdad Esfahbod <behdad@behdad.org>
5716 Date:   Thu Jul 23 10:08:48 2015 +0100
5717
5718     Add missing TRACE_RETURN
5719
5720  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
5721  1 file changed, 1 insertion(+), 1 deletion(-)
5722
5723 commit 2dc8e3f470d7c0b579f867605b8bf40688bc5722
5724 Author: Behdad Esfahbod <behdad@behdad.org>
5725 Date:   Thu Jul 23 10:07:21 2015 +0100
5726
5727     [ot] Add missing return!
5728
5729  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
5730  1 file changed, 1 insertion(+), 1 deletion(-)
5731
5732 commit 582069172c39326c7f94373793c656439a4c2b59
5733 Author: Behdad Esfahbod <behdad@behdad.org>
5734 Date:   Wed Jul 22 18:44:59 2015 +0100
5735
5736     Add test case for deleting default ignorables with positioning
5737
5738  .../sha1sum/051d92f8bc6ff724511b296c27623f824de256e9.ttf | Bin 0 ->
5739  2028 bytes
5740  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
5741  test/shaping/tests/MANIFEST                              |   1 +
5742  test/shaping/tests/default-ignorables.tests              |   1 +
5743  4 files changed, 3 insertions(+)
5744
5745 commit 8cfbc304ee563ec96e402beed34b10b6c0950a6a
5746 Author: Behdad Esfahbod <behdad@behdad.org>
5747 Date:   Wed Jul 22 18:41:10 2015 +0100
5748
5749     Fix hide-default-ignorables after
5750     f0010dfd01ef4a927b0bdc175dd4e343a8637174
5751
5752     We can't delete things before hb_ot_layout_position_finish().  So,
5753     just zero the advance before it, and remove later.
5754
5755  src/hb-ot-shape.cc | 25 +++++++++++++++++++------
5756  1 file changed, 19 insertions(+), 6 deletions(-)
5757
5758 commit 2dbd3d29d6548bd96fd976606ed689fac8ad8817
5759 Author: Behdad Esfahbod <behdad@behdad.org>
5760 Date:   Wed Jul 22 18:28:39 2015 +0100
5761
5762     Fix hide-ignorables if font doesn't have space glyph
5763
5764     Was broken by 82b521aeb7cc73879b44ca4278d6fa8b4347527f, as we have
5765     positioning data by then and can't use the output buffer.  Ouch!
5766
5767  src/hb-buffer-private.hh | 18 ------------------
5768  src/hb-ot-shape.cc       | 44
5769  +++++++++++++++++++++++++++++++++++---------
5770  2 files changed, 35 insertions(+), 27 deletions(-)
5771
5772 commit 4ba796b26ee62de0d2830a550f3aa3b4aecf6f59
5773 Author: Behdad Esfahbod <behdad@behdad.org>
5774 Date:   Wed Jul 22 17:41:31 2015 +0100
5775
5776     Refactor _hb_glyph_info_is_default_ignorable()
5777
5778  src/hb-ot-layout-gsubgpos-private.hh | 3 +--
5779  src/hb-ot-layout-private.hh          | 4 +++-
5780  src/hb-ot-shape.cc                   | 9 +++------
5781  3 files changed, 7 insertions(+), 9 deletions(-)
5782
5783 commit f0010dfd01ef4a927b0bdc175dd4e343a8637174
5784 Author: Behdad Esfahbod <behdad@behdad.org>
5785 Date:   Wed Jul 22 17:36:23 2015 +0100
5786
5787     [ot] Hide default-ignorables before finishing off positioning
5788
5789     For example, fixes the following sequence with Arial XP:
5790     628 25cc 651 25cc 64e 3a 20 628 651 34f 64e
5791     628 25cc 64e 25cc 651 3a 20 628 64e 34f 651
5792
5793     Discovered as part of:
5794     https://bugs.freedesktop.org/show_bug.cgi?id=85873
5795
5796  src/hb-ot-shape.cc | 125
5797  +++++++++++++++++++++++++++--------------------------
5798  1 file changed, 63 insertions(+), 62 deletions(-)
5799
5800 commit 376d587f36b4ff10342ee6ca3bacd73532ea44c8
5801 Author: Behdad Esfahbod <behdad@behdad.org>
5802 Date:   Wed Jul 22 16:51:12 2015 +0100
5803
5804     Implement more granular cluster-merging
5805
5806     TODO: Documentation.
5807
5808     Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=71445
5809
5810  NEWS                              |  8 +++++++
5811  src/hb-buffer-private.hh          |  1 +
5812  src/hb-buffer.cc                  | 46
5813  ++++++++++++++++++++++++++++++++++-----
5814  src/hb-buffer.h                   | 12 ++++++++++
5815  src/hb-ot-shape-complex-hangul.cc | 13 +++++------
5816  src/hb-ot-shape.cc                |  7 ++++++
5817  util/options.cc                   |  1 +
5818  util/options.hh                   |  3 +++
5819  8 files changed, 77 insertions(+), 14 deletions(-)
5820
5821 commit a60e2cfa395718cde48eb81f43adc27b4a92e117
5822 Author: Behdad Esfahbod <behdad@behdad.org>
5823 Date:   Wed Jul 22 15:49:08 2015 +0100
5824
5825     [ot] Don't rely on cluster numbers for ensure_native_direction()
5826
5827  src/hb-ot-shape.cc | 19 ++++++++++++++++++-
5828  1 file changed, 18 insertions(+), 1 deletion(-)
5829
5830 commit 701112dad9f6e690b253f1e64f4e7e549f5ae65f
5831 Author: Behdad Esfahbod <behdad@behdad.org>
5832 Date:   Wed Jul 22 15:42:20 2015 +0100
5833
5834     [ot] Simplify form_clusters()
5835
5836  src/hb-buffer-private.hh |  9 ++++++++-
5837  src/hb-buffer.cc         |  7 ++-----
5838  src/hb-ot-shape.cc       | 11 +++++++++--
5839  3 files changed, 19 insertions(+), 8 deletions(-)
5840
5841 commit 7b8b63adc5e0389fc4cf2720ef7e5804ab6c29cc
5842 Author: Behdad Esfahbod <behdad@behdad.org>
5843 Date:   Wed Jul 22 15:24:26 2015 +0100
5844
5845     [ot] Don't mirror character if font doesn't support mirrored
5846     character!
5847
5848  src/hb-ot-shape.cc | 2 +-
5849  1 file changed, 1 insertion(+), 1 deletion(-)
5850
5851 commit 97d7c3a100e2673279f066540229d229aaf0df78
5852 Author: Behdad Esfahbod <behdad@behdad.org>
5853 Date:   Wed Jul 22 14:28:25 2015 +0100
5854
5855     [graphite2] Fix bunch of stuff
5856
5857     Based on patch from Martin Hosken, with review from Jonathan and I.
5858
5859  src/hb-graphite2.cc | 82
5860  +++++++++++++++++++++++++++++++++++------------------
5861  1 file changed, 54 insertions(+), 28 deletions(-)
5862
5863 commit ea7f8414e34d4b5efc7b98974637c08f75440f0e
5864 Author: Behdad Esfahbod <behdad@behdad.org>
5865 Date:   Wed Jul 22 13:53:45 2015 +0100
5866
5867     [graphite2] Enlarge buffer for output glyphs!
5868
5869  src/hb-graphite2.cc | 1 +
5870  1 file changed, 1 insertion(+)
5871
5872 commit 9cd59db1af47ff511edf251949d58b82673cf704
5873 Author: Behdad Esfahbod <behdad@behdad.org>
5874 Date:   Wed Jul 22 13:27:06 2015 +0100
5875
5876     [USE] Implement topographical features for non-Arabic-joining scripts
5877
5878     This works per-syllable as per the spec, but we think it should be per
5879     spacing/base/??? glyph instead.
5880
5881  src/hb-ot-shape-complex-use.cc | 87
5882  ++++++++++++++++++++++++++++++++++++++----
5883  1 file changed, 80 insertions(+), 7 deletions(-)
5884
5885 commit ecb0b24ef3f8177e7c789f45a2e858bd67e31be3
5886 Author: Behdad Esfahbod <behdad@behdad.org>
5887 Date:   Wed Jul 22 12:02:09 2015 +0100
5888
5889     Use foreach_cluster in Indic shaper
5890
5891  src/hb-ot-shape-complex-indic.cc | 90
5892  +++++++++-------------------------------
5893  1 file changed, 19 insertions(+), 71 deletions(-)
5894
5895 commit 56f71ff98890fc4fd13e8d9743dc34c4b9407309
5896 Author: Behdad Esfahbod <behdad@behdad.org>
5897 Date:   Wed Jul 22 11:58:11 2015 +0100
5898
5899     Use foreach_syllable in Myanmar shaper
5900
5901  src/hb-ot-shape-complex-myanmar.cc | 62
5902  ++++++++------------------------------
5903  1 file changed, 12 insertions(+), 50 deletions(-)
5904
5905 commit ac596511a8c9eeaeb455ca16b5b9c5f1b9923b3a
5906 Author: Behdad Esfahbod <behdad@behdad.org>
5907 Date:   Wed Jul 22 11:54:02 2015 +0100
5908
5909     Add foreach_syllable
5910
5911     Use it in USE.
5912
5913  src/hb-ot-layout-private.hh    |  24 ++++++++
5914  src/hb-ot-shape-complex-use.cc | 129
5915  +++++++++++++----------------------------
5916  2 files changed, 64 insertions(+), 89 deletions(-)
5917
5918 commit 8ba9e689680f7685c04cfe7c6019222bdf0c52b0
5919 Author: Behdad Esfahbod <behdad@behdad.org>
5920 Date:   Wed Jul 22 11:16:01 2015 +0100
5921
5922     [USE] Do Arabic-like shaping
5923
5924  src/hb-ot-shape-complex-use.cc | 77
5925  ++++++++++++++++++++++++++++++++++++++++--
5926  1 file changed, 75 insertions(+), 2 deletions(-)
5927
5928 commit 9daf2dfb6bd5683fd951bdf166c8b87938257e52
5929 Author: Behdad Esfahbod <behdad@behdad.org>
5930 Date:   Wed Jul 22 10:32:30 2015 +0100
5931
5932     Add hb-ot-shape-complex-arabic-private.hh
5933
5934  src/Makefile.am                           |  1 +
5935  src/hb-ot-shape-complex-arabic-private.hh | 50
5936  +++++++++++++++++++++++++++++++
5937  src/hb-ot-shape-complex-arabic.cc         | 37 +++++++++++++----------
5938  3 files changed, 73 insertions(+), 15 deletions(-)
5939
5940 commit a51a661fe1dcfdd3a274a6be6ad741c68d430c8c
5941 Author: Behdad Esfahbod <behdad@behdad.org>
5942 Date:   Tue Jul 21 18:24:21 2015 +0100
5943
5944     [USE] Only reorder the first component of a split left mark
5945
5946  src/hb-ot-shape-complex-use.cc | 5 ++++-
5947  1 file changed, 4 insertions(+), 1 deletion(-)
5948
5949 commit a08a278b15c7e57a1d0a783f2bc877471b9d8229
5950 Author: Behdad Esfahbod <behdad@behdad.org>
5951 Date:   Tue Jul 21 18:09:40 2015 +0100
5952
5953     [USE] Don't compose split matras
5954
5955     Same logic as in Indic shaper.
5956
5957  src/hb-ot-shape-complex-use.cc | 15 ++++++++++++++-
5958  1 file changed, 14 insertions(+), 1 deletion(-)
5959
5960 commit 21cb08a417f1203523191192d6a342e8cd0ea14c
5961 Author: Behdad Esfahbod <behdad@behdad.org>
5962 Date:   Tue Jul 21 17:47:06 2015 +0100
5963
5964     Remove unused SEA shaper
5965
5966  src/Makefile.am                        |   4 -
5967  src/hb-ot-shape-complex-sea-machine.rl | 102 ---------
5968  src/hb-ot-shape-complex-sea.cc         | 380
5969  ---------------------------------
5970  3 files changed, 486 deletions(-)
5971
5972 commit db1e9cdd41ff7c97c29b4d9b64b2351ed0ef0403
5973 Author: Behdad Esfahbod <behdad@behdad.org>
5974 Date:   Tue Jul 21 17:46:06 2015 +0100
5975
5976     Retire SEA shaper in favor of USE
5977
5978  src/hb-ot-shape-complex-private.hh | 25 +++----------------------
5979  1 file changed, 3 insertions(+), 22 deletions(-)
5980
5981 commit 87dde9c64753dea4017f11a7734e7528b8eecac0
5982 Author: Behdad Esfahbod <behdad@behdad.org>
5983 Date:   Tue Jul 21 17:31:43 2015 +0100
5984
5985     [USE] Only use USE shaper if script system is not DFLT
5986
5987     Same logic as Indic and SEA.
5988
5989  src/hb-ot-shape-complex-private.hh | 13 ++++++++++---
5990  1 file changed, 10 insertions(+), 3 deletions(-)
5991
5992 commit 29832d797ff2f3a96721dd44f2f03a83fb2e8dda
5993 Author: Behdad Esfahbod <behdad@behdad.org>
5994 Date:   Tue Jul 21 17:24:18 2015 +0100
5995
5996     Route misc untested scripts through USE shaper instead of Indic
5997
5998     These were never tested with Indic shaper, and indeed wouldn't
5999     work there
6000     because they didn't have their viramas and other config defined.
6001     They are
6002     all also supported by MS through USE, so route them there.
6003
6004  src/hb-ot-shape-complex-private.hh | 91
6005  +++++---------------------------------
6006  1 file changed, 11 insertions(+), 80 deletions(-)
6007
6008 commit 40c4a991c7ea18017273ff8993eecc3953869e69
6009 Author: Behdad Esfahbod <behdad@behdad.org>
6010 Date:   Tue Jul 21 17:14:54 2015 +0100
6011
6012     [USE] Implement dotted-circle
6013
6014     This makes USE feature-complete as far as the Indic-like features
6015     are concerned.
6016
6017  src/hb-ot-shape-complex-use-machine.rl | 10 ++++++++++
6018  src/hb-ot-shape-complex-use.cc         | 18 +++++++++++++++---
6019  2 files changed, 25 insertions(+), 3 deletions(-)
6020
6021 commit 7ce03ebe7c525919ce22d9094480847ff1b3c2b2
6022 Author: Behdad Esfahbod <behdad@behdad.org>
6023 Date:   Tue Jul 21 16:55:26 2015 +0100
6024
6025     [USE] Move pref
6026
6027  src/hb-ot-shape-complex-use-machine.rl |  9 +++++----
6028  src/hb-ot-shape-complex-use-private.hh |  9 +++++----
6029  src/hb-ot-shape-complex-use.cc         | 24 ++++++++++++++++++++++--
6030  3 files changed, 32 insertions(+), 10 deletions(-)
6031
6032 commit 2d4b62ead931b13f95f5dc0e5b740d997a8d1a8e
6033 Author: Behdad Esfahbod <behdad@behdad.org>
6034 Date:   Tue Jul 21 16:46:37 2015 +0100
6035
6036     [USE] Fix-up variation selectors and word joiner in table
6037
6038  src/gen-use-table.py                 |  7 ++++++-
6039  src/hb-ot-shape-complex-use-table.cc | 34
6040  +++++++++++++++++++++++-----------
6041  2 files changed, 29 insertions(+), 12 deletions(-)
6042
6043 commit ad7178227f16abc17456f122deac1508031cbbc3
6044 Author: Behdad Esfahbod <behdad@behdad.org>
6045 Date:   Tue Jul 21 16:43:27 2015 +0100
6046
6047     [USE] Use a couple warnings
6048
6049  src/gen-use-table.py                 | 20 ++++-----
6050  src/hb-ot-shape-complex-use-table.cc | 82
6051  ++++++++++++++++++------------------
6052  2 files changed, 51 insertions(+), 51 deletions(-)
6053
6054 commit a85c4da9b1750c2f994f9f85226a3e755fafe50b
6055 Author: Behdad Esfahbod <behdad@behdad.org>
6056 Date:   Tue Jul 21 16:07:10 2015 +0100
6057
6058     [USE] Move rphf
6059
6060  src/hb-ot-shape-complex-use.cc | 105
6061  ++++++++++++++---------------------------
6062  1 file changed, 35 insertions(+), 70 deletions(-)
6063
6064 commit 5b5617e0664e59770910d04d15175f643a5ffb73
6065 Author: Behdad Esfahbod <behdad@behdad.org>
6066 Date:   Tue Jul 21 15:52:15 2015 +0100
6067
6068     Add FLAG_UNSAFE()
6069
6070     Unused right now.
6071
6072  src/hb-private.hh | 1 +
6073  1 file changed, 1 insertion(+)
6074
6075 commit f8160a495966c790b79134a9f9382b6545f8c733
6076 Author: Behdad Esfahbod <behdad@behdad.org>
6077 Date:   Tue Jul 21 15:50:02 2015 +0100
6078
6079     Add FLAG_SAFE() for values known to be small-enough
6080
6081     And add check to FLAG()
6082
6083  src/hb-ot-shape-complex-arabic.cc  |  2 +-
6084  src/hb-ot-shape-complex-indic.cc   | 12 ++++++------
6085  src/hb-ot-shape-complex-myanmar.cc |  2 +-
6086  src/hb-private.hh                  |  5 +++--
6087  src/hb-unicode-private.hh          |  2 +-
6088  5 files changed, 12 insertions(+), 11 deletions(-)
6089
6090 commit 366aeaad006b230481a3c08ab4d239fb6b64fef8
6091 Author: Behdad Esfahbod <behdad@behdad.org>
6092 Date:   Tue Jul 21 15:45:48 2015 +0100
6093
6094     Add note re ASSERT_STATIC_EXPR_ZERO()
6095
6096  src/hb-private.hh | 2 ++
6097  1 file changed, 2 insertions(+)
6098
6099 commit d6adca9fbbbd6fc7c8906121b50c3930fbe2de8e
6100 Author: Behdad Esfahbod <behdad@behdad.org>
6101 Date:   Tue Jul 21 15:17:27 2015 +0100
6102
6103     Remove unused macro ASSERT_STATIC_EXPR()
6104
6105  src/hb-ot-shape-complex-arabic-win1256.hh | 4 ++--
6106  src/hb-ot-shape-complex-indic-private.hh  | 2 --
6107  src/hb-private.hh                         | 1 -
6108  3 files changed, 2 insertions(+), 5 deletions(-)
6109
6110 commit 1025e1a9e7785ac67cc90d05b02862e38b3e6026
6111 Author: Behdad Esfahbod <behdad@behdad.org>
6112 Date:   Tue Jul 21 15:05:35 2015 +0100
6113
6114     Use unsigned in FLAG()
6115
6116  src/hb-private.hh | 2 +-
6117  1 file changed, 1 insertion(+), 1 deletion(-)
6118
6119 commit cf59c7589c2b4064f4b9f4936115f830089a8ee7
6120 Author: Behdad Esfahbod <behdad@behdad.org>
6121 Date:   Tue Jul 21 14:51:45 2015 +0100
6122
6123     [USE] Use use_category() for rphf/pref memory
6124
6125  src/hb-ot-shape-complex-use.cc | 63
6126  +++++++++++++++---------------------------
6127  1 file changed, 22 insertions(+), 41 deletions(-)
6128
6129 commit 595936ec25e9c0924851bd1aa1af5eed3723b54f
6130 Author: Behdad Esfahbod <behdad@behdad.org>
6131 Date:   Tue Jul 21 14:15:35 2015 +0100
6132
6133     [USE] Hook of rphf and pref custom processing
6134
6135     Still no reordering.
6136
6137  src/hb-ot-layout-private.hh    |   8 ++
6138  src/hb-ot-shape-complex-use.cc | 181
6139  +++++++++++++++++++++++++++++++++++++++--
6140  2 files changed, 181 insertions(+), 8 deletions(-)
6141
6142 commit ba72801325e4bd58f7597938d4409762c9fa530c
6143 Author: Behdad Esfahbod <behdad@behdad.org>
6144 Date:   Tue Jul 21 11:57:23 2015 +0100
6145
6146     [USE] Add CGJ to table
6147
6148  src/gen-use-table.py                 | 13 ++++++++++---
6149  src/hb-ot-shape-complex-use-table.cc |  1 +
6150  2 files changed, 11 insertions(+), 3 deletions(-)
6151
6152 commit 4febed61edc5367543e5a206ae01d3393841b612
6153 Author: Behdad Esfahbod <behdad@behdad.org>
6154 Date:   Tue Jul 21 10:24:32 2015 +0100
6155
6156     [USE] Set up features
6157
6158  src/hb-ot-shape-complex-use.cc | 68
6159  +++++++++++++++++++++++-------------------
6160  1 file changed, 38 insertions(+), 30 deletions(-)
6161
6162 commit 52a957795697085a5d379921ddd8aa6cf2f1a99d
6163 Author: Behdad Esfahbod <behdad@behdad.org>
6164 Date:   Tue Jul 21 10:02:04 2015 +0100
6165
6166     [USE] Hook up new scripts to USE shaper
6167
6168     Don't reroute scripts that we were routing to other shapers
6169     before (just yet).
6170
6171  src/hb-ot-shape-complex-private.hh | 71
6172  ++++++++++++++++++++++++++++++++++++++
6173  1 file changed, 71 insertions(+)
6174
6175 commit b4c0829bc18b696f140a260fa2e1089d10164519
6176 Author: Behdad Esfahbod <behdad@behdad.org>
6177 Date:   Tue Jul 21 09:31:19 2015 +0100
6178
6179     [USE] Remove unused Unicode data enums from USE C++ side
6180
6181  src/hb-ot-shape-complex-use-private.hh | 66
6182  +---------------------------------
6183  src/hb-ot-shape-complex-use.cc         | 14 ++------
6184  2 files changed, 3 insertions(+), 77 deletions(-)
6185
6186 commit 44910cef626e6d03baa4d89d8fbe2c088971902d
6187 Author: Behdad Esfahbod <behdad@behdad.org>
6188 Date:   Mon Jul 20 18:01:10 2015 +0100
6189
6190     [USE] Finish converting Unicode positional categories to USE
6191
6192     Even compiles.
6193
6194  src/gen-use-table.py                 | 114 +++++-
6195  src/hb-ot-shape-complex-use-table.cc | 702
6196  ++++++++++++++++++-----------------
6197  2 files changed, 467 insertions(+), 349 deletions(-)
6198
6199 commit ad725552521273a1f571f04bc96a04221c3e067a
6200 Author: Behdad Esfahbod <behdad@behdad.org>
6201 Date:   Mon Jul 20 17:00:06 2015 +0100
6202
6203     [USE] Map from Unicode data to USE syllabic categories
6204
6205     Positional sub-categories not applied yet.
6206
6207  src/gen-use-table.py                 |  128 ++--
6208  src/hb-ot-shape-complex-use-table.cc | 1062
6209  ++++++++++++----------------------
6210  2 files changed, 409 insertions(+), 781 deletions(-)
6211
6212 commit 20e246e674155d5fb6527722fc3ef3accf2413df
6213 Author: Behdad Esfahbod <behdad@behdad.org>
6214 Date:   Mon Jul 20 15:56:19 2015 +0100
6215
6216     [USE] Start moving Unicode-to-USE mapping into Python code
6217
6218  src/Makefile.am                      |   2 +-
6219  src/gen-use-table.py                 | 176
6220  +++++++++++++++++++++++++++++++++--
6221  src/hb-ot-shape-complex-use-table.cc |   3 +-
6222  3 files changed, 169 insertions(+), 12 deletions(-)
6223
6224 commit eb74535cc2c0d0de41e54e75bdc71825ec969523
6225 Author: Behdad Esfahbod <behdad@behdad.org>
6226 Date:   Mon Jul 20 15:33:25 2015 +0100
6227
6228     [USE] Fix Number clusters
6229
6230     The spec wrongly has "H" where "HN" is meant.
6231
6232  src/hb-ot-shape-complex-use-machine.rl | 4 ++--
6233  1 file changed, 2 insertions(+), 2 deletions(-)
6234
6235 commit a9663958fe861950b6f389b389f146232b2cd909
6236 Author: Behdad Esfahbod <behdad@behdad.org>
6237 Date:   Mon Jul 20 14:24:55 2015 +0100
6238
6239     [USE] Start putting together the shaper body
6240
6241  src/hb-ot-shape-complex-use-private.hh |   2 +-
6242  src/hb-ot-shape-complex-use.cc         | 339
6243  +++++++++++++++++++++++++++++++++
6244  2 files changed, 340 insertions(+), 1 deletion(-)
6245
6246 commit e0eabd7f67462ac34fbfc749d897be478fbd1224
6247 Author: Behdad Esfahbod <behdad@behdad.org>
6248 Date:   Mon Jul 20 13:30:51 2015 +0100
6249
6250     [USE] Put a Ragel machine together
6251
6252     Grammar from the spec!
6253
6254  src/hb-ot-shape-complex-use-machine.rl | 169
6255  +++++++++++++++++++++++++++++++++
6256  src/hb-ot-shape-complex-use-private.hh | 160
6257  +++++++++++++++++++++++++++++++
6258  2 files changed, 329 insertions(+)
6259
6260 commit fd74b939b176f47d34d34b3d33e2a09d255c2d9e
6261 Author: Behdad Esfahbod <behdad@behdad.org>
6262 Date:   Mon Jul 20 13:30:45 2015 +0100
6263
6264     Minor
6265
6266  src/Makefile.am | 2 +-
6267  1 file changed, 1 insertion(+), 1 deletion(-)
6268
6269 commit 5e5c8560cca3cb9c6be90c7c18ecb77d5cca0c0f
6270 Author: Behdad Esfahbod <behdad@behdad.org>
6271 Date:   Mon Jul 20 12:01:20 2015 +0100
6272
6273     [USE] Minor optimization of USE table
6274
6275  src/gen-use-table.py                 |  2 +-
6276  src/hb-ot-shape-complex-use-table.cc | 30 ++++++++++++------------------
6277  2 files changed, 13 insertions(+), 19 deletions(-)
6278
6279 commit 14b12f92a9ef7db57c5252ef0442239319ce4bca
6280 Author: Behdad Esfahbod <behdad@behdad.org>
6281 Date:   Mon Jul 20 11:57:44 2015 +0100
6282
6283     [USE] Add Kharoshti test data from Unicode proposal
6284
6285  test/shaping/texts/in-tree/MANIFEST                |  1 +
6286  test/shaping/texts/in-tree/shaper-use/MANIFEST     |  1 +
6287  .../in-tree/shaper-use/script-kharoshti/MANIFEST   |  1 +
6288  .../in-tree/shaper-use/script-kharoshti/misc.txt   | 36
6289  ++++++++++++++++++++++
6290  4 files changed, 39 insertions(+)
6291
6292 commit c48ff288522f33dc6c78520de0a0a74306630895
6293 Author: Behdad Esfahbod <behdad@behdad.org>
6294 Date:   Mon Jul 20 11:46:17 2015 +0100
6295
6296     [USE] Build Universal Shaping Engine data table from Unicode 8 files
6297
6298  src/gen-use-table.py                 |   35 +-
6299  src/hb-ot-shape-complex-use-table.cc | 1016
6300  ++++++++++++++++++++++++++++++++++
6301  2 files changed, 1032 insertions(+), 19 deletions(-)
6302
6303 commit e2c95116e1423f83a692d6170553d0cc95733d24
6304 Author: Behdad Esfahbod <behdad@behdad.org>
6305 Date:   Mon Jul 20 11:32:48 2015 +0100
6306
6307     [USE] Add Universal Shaping Engine to Makefile
6308
6309  src/Makefile.am                        |  23 +++-
6310  src/gen-use-table.py                   | 237
6311  +++++++++++++++++++++++++++++++++
6312  src/hb-ot-shape-complex-use-machine.rl |   0
6313  src/hb-ot-shape-complex-use-private.hh |   0
6314  src/hb-ot-shape-complex-use-table.cc   |   0
6315  src/hb-ot-shape-complex-use.cc         |   0
6316  6 files changed, 254 insertions(+), 6 deletions(-)
6317
6318 commit 41a29af8053782e3a9c6a96a394bd76ef6d42099
6319 Author: Behdad Esfahbod <behdad@behdad.org>
6320 Date:   Wed Jul 15 01:39:57 2015 +0100
6321
6322     Update Arabic shaping table for Unicode 8.0
6323
6324  src/hb-ot-shape-complex-arabic-table.hh | 26 +++++++++++++-------------
6325  1 file changed, 13 insertions(+), 13 deletions(-)
6326
6327 commit 64a2726e2c6efce4379a7609024ec21eb4b5e4dc
6328 Author: Behdad Esfahbod <behdad@behdad.org>
6329 Date:   Wed Jul 15 01:36:39 2015 +0100
6330
6331     Add Unicode 8.0 scripts
6332
6333     Based on https://bugzilla.mozilla.org/show_bug.cgi?id=1183209
6334
6335  src/hb-common.cc | 3 +++
6336  src/hb-common.h  | 7 +++++++
6337  2 files changed, 10 insertions(+)
6338
6339 commit 9ae156b76820d9079bae062e7e38c34a386d9bd2
6340 Author: Behdad Esfahbod <behdad@behdad.org>
6341 Date:   Sun Jul 5 22:43:17 2015 +0100
6342
6343     Fix pragma usage
6344
6345     https://bugs.freedesktop.org/show_bug.cgi?id=91228
6346
6347     Commit cdcdfe61b97a0a48ccf834b6d924d187da9609be changed two `#pragma
6348     message` to `#pragma error` in hb-unicode.cc, however MSVC uses
6349     #error,
6350     just like the #else branch. `#pragma error` is an unknown pragma so
6351     MSVC does not fail the build because of it, which I believe was the
6352     intention of that commit.
6353
6354     If it's meant to be an #error, then the #ifdef for _MSC_VER can be
6355     removed entirely.
6356
6357  src/hb-unicode.cc |  5 -----
6358  src/hb-warning.cc | 10 ----------
6359  2 files changed, 15 deletions(-)
6360
6361 commit 8ad89f057d737ccbc6f411e9ebcf11b8130a50bb
6362 Author: ThePhD <phdofthehouse@gmail.com>
6363 Date:   Tue Jun 23 09:09:24 2015 -0400
6364
6365     Spelling words is not my strong point.
6366
6367  src/hb-private.hh | 2 +-
6368  1 file changed, 1 insertion(+), 1 deletion(-)
6369
6370 commit e0a828ecbd708757d67977f7e92a6f4c1b0b92fd
6371 Author: ThePhD <phdofthehouse@gmail.com>
6372 Date:   Tue Jun 23 09:07:17 2015 -0400
6373
6374     Back to using regular `strdup`, with an `hb-private.hh` fix that
6375     special-cases VC++'s
6376     definition and usage of the words
6377
6378  src/hb-common.cc  | 2 +-
6379  src/hb-private.hh | 3 +++
6380  2 files changed, 4 insertions(+), 1 deletion(-)
6381
6382 commit 8e545d59610211261e684c10158b9e5df6fae24d
6383 Author: ThePhD <phdofthehouse@gmail.com>
6384 Date:   Mon Jun 22 22:29:04 2015 -0400
6385
6386     Fix all VC++ warnings and errors in the current commit's builds.
6387
6388  src/hb-common.cc                  | 4 ++--
6389  src/hb-fallback-shape.cc          | 2 +-
6390  src/hb-ot-layout.cc               | 2 +-
6391  src/hb-ot-map.cc                  | 2 +-
6392  src/hb-ot-shape-complex-hangul.cc | 2 +-
6393  src/hb-ot-shape-complex-hebrew.cc | 2 +-
6394  src/hb-ot-shape-complex-indic.cc  | 4 ++--
6395  src/hb-ot-shape-normalize.cc      | 6 +++---
6396  src/hb-ot-shape.cc                | 2 +-
6397  9 files changed, 13 insertions(+), 13 deletions(-)
6398
6399 commit 5f13bbd9d4b0970851626e2ce3cf4ecb3cfde801
6400 Author: Behdad Esfahbod <behdad@behdad.org>
6401 Date:   Fri Jun 19 13:31:49 2015 -0700
6402
6403     When removing default-ignorables, merge clusters
6404
6405     Fixes test-shape, and:
6406     https://code.google.com/p/chromium/issues/detail?id=497578
6407
6408  src/hb-buffer-private.hh |  2 ++
6409  src/hb-buffer.cc         | 36 ++++++++++++++++++++++++++++++++++--
6410  src/hb-ot-shape.cc       |  2 +-
6411  3 files changed, 37 insertions(+), 3 deletions(-)
6412
6413 commit 82b521aeb7cc73879b44ca4278d6fa8b4347527f
6414 Author: Behdad Esfahbod <behdad@behdad.org>
6415 Date:   Fri Jun 19 11:57:57 2015 -0700
6416
6417     Rewrite hide_default_ignorables
6418
6419     Separate the loops for the two cases of replacing with space
6420     and deleting.  For deleting, use the out-buffer machinery.
6421
6422     Needed for upcoming cluster merge fix.
6423
6424  src/hb-buffer-private.hh | 18 ++++++++++++++
6425  src/hb-ot-shape.cc       | 65
6426  +++++++++++++++++++++++++++++-------------------
6427  2 files changed, 57 insertions(+), 26 deletions(-)
6428
6429 commit b3a2f6afbac1956b65f29a17b9dc896e86135329
6430 Author: Behdad Esfahbod <behdad@behdad.org>
6431 Date:   Thu Jun 18 17:15:33 2015 -0700
6432
6433     [test] Add test for cluster merging
6434
6435     Based on test from
6436     https://code.google.com/p/chromium/issues/detail?id=497578
6437
6438     Currently fails.  Basically, if there's a default_ignorable at the
6439     start of text, and font has no space glyph, we remove the
6440     default_ignorable,
6441     and that makes the first char in text to correspond to no cluster.
6442
6443     Fix coming.
6444
6445  test/api/test-shape.c | 43 +++++++++++++++++++++++++++++++++++++++++++
6446  1 file changed, 43 insertions(+)
6447
6448 commit a6446d44e6d04e1eeea994682e29f9cb6265f7f6
6449 Author: Behdad Esfahbod <behdad@behdad.org>
6450 Date:   Thu Jun 18 11:14:56 2015 -0700
6451
6452     0.9.41
6453
6454  NEWS         | 10 ++++++++++
6455  configure.ac |  2 +-
6456  2 files changed, 11 insertions(+), 1 deletion(-)
6457
6458 commit cd042fc8c4a3984c3647cd22a27c34f00636f6e8
6459 Author: Behdad Esfahbod <behdad@behdad.org>
6460 Date:   Thu Jun 18 10:55:13 2015 -0700
6461
6462     [util] Disable hb-fc-list for now
6463
6464     Until I figure out what to do about the API, and finalize
6465     the tool.
6466
6467  util/Makefile.am | 28 ++++++++++++++--------------
6468  1 file changed, 14 insertions(+), 14 deletions(-)
6469
6470 commit 351f68f4e01a107f62e4eb3458d7c7ae379939fb
6471 Author: Behdad Esfahbod <behdad@behdad.org>
6472 Date:   Fri Jun 12 17:46:06 2015 -0700
6473
6474     [bindings] Fix hb_language_get_default() and hb_ot_tag_to_language()
6475
6476     Part of https://github.com/behdad/harfbuzz/issues/91
6477
6478  src/hb-common.cc | 2 +-
6479  src/hb-ot-tag.cc | 9 +++++++++
6480  2 files changed, 10 insertions(+), 1 deletion(-)
6481
6482 commit f0c80060763475aa34a18ecbef600b6811855cb6
6483 Author: Behdad Esfahbod <behdad@behdad.org>
6484 Date:   Fri Jun 12 17:37:41 2015 -0700
6485
6486     [TravisCI] Hook up Coverity
6487
6488     First try...
6489
6490  .travis.yml | 13 +++++++++++++
6491  1 file changed, 13 insertions(+)
6492
6493 commit 8ac446908ca75bea989414a0f551a6da8885bf52
6494 Author: Behdad Esfahbod <behdad@behdad.org>
6495 Date:   Fri Jun 12 17:29:05 2015 -0700
6496
6497     Add Coverity Scan badge
6498
6499  README | 1 +
6500  1 file changed, 1 insertion(+)
6501
6502 commit a5e4f6d6088f6ed37fb1d68d3682b8eb4c9b46fe
6503 Author: Behdad Esfahbod <behdad@behdad.org>
6504 Date:   Wed Jun 10 10:57:46 2015 -0700
6505
6506     Fix warnings: "member call on null pointer of type"
6507
6508     https://bugzilla.mozilla.org/show_bug.cgi?id=1167119
6509
6510  src/hb-private.hh | 4 ++--
6511  1 file changed, 2 insertions(+), 2 deletions(-)
6512
6513 commit 16dac7eccf04bb357e95a8e4c18c8418dcfb4030
6514 Author: Behdad Esfahbod <behdad@behdad.org>
6515 Date:   Wed Jun 3 12:07:46 2015 -0700
6516
6517     Fix build
6518
6519  util/options.cc | 2 +-
6520  1 file changed, 1 insertion(+), 1 deletion(-)
6521
6522 commit 8dacb7f8b46c70f22b70c78e0a8efc3309137650
6523 Author: Behdad Esfahbod <behdad@behdad.org>
6524 Date:   Wed Jun 3 11:53:42 2015 -0700
6525
6526     Add include check to hb-ot-font.h
6527
6528  src/hb-ot-font.h | 4 ++++
6529  1 file changed, 4 insertions(+)
6530
6531 commit 37c8daf724add4a41a06385e571277d137dc2a2f
6532 Merge: f1b4430 01c3a88
6533 Author: Behdad Esfahbod <behdad@behdad.org>
6534 Date:   Mon Jun 1 13:27:37 2015 -0700
6535
6536     Merge pull request #111 from brawer/since
6537
6538     Fix "Since:" tags
6539
6540 commit 01c3a88543850c87483fd8671044df53b368c520
6541 Author: Sascha Brawer <sascha@brawer.ch>
6542 Date:   Mon Jun 1 13:22:01 2015 +0200
6543
6544     Fix "Since:" tags
6545
6546     Based on data from http://upstream-tracker.org/versions/harfbuzz.html
6547     Resolves #103
6548
6549  src/hb-buffer.cc         | 32 +++++++++++++++++------------
6550  src/hb-common.cc         |  4 ++--
6551  src/hb-face.cc           | 12 +++++------
6552  src/hb-font.cc           | 14 ++++++-------
6553  src/hb-font.h            |  4 ++--
6554  src/hb-ft.cc             |  4 ++--
6555  src/hb-glib.cc           |  3 +++
6556  src/hb-gobject-structs.h | 18 +++++++++++++++++
6557  src/hb-ot-font.cc        |  3 +++
6558  src/hb-ot-layout.cc      | 30 ++++++++++++++++++++++++++++
6559  src/hb-ot-shape.cc       |  6 ++++++
6560  src/hb-set.cc            | 52
6561  ++++++++++++++++++++++++------------------------
6562  src/hb-shape-plan.cc     | 18 ++++++++---------
6563  src/hb-shape.cc          |  8 ++++----
6564  src/hb-unicode.cc        |  6 +++---
6565  src/hb-unicode.h         | 31 ++++++++++++++++++++++++++---
6566  16 files changed, 168 insertions(+), 77 deletions(-)
6567
6568 commit f1b44303df0712b433e35e1e1e75115c353b279e
6569 Author: Behdad Esfahbod <behdad@behdad.org>
6570 Date:   Thu May 21 14:00:15 2015 -0700
6571
6572     Fix unary minus operator applied to unsigned int
6573
6574     Applying unary minus operator to unsigned int causes the following
6575     warning on MSVS:
6576
6577       warning C4146: unary minus operator applied to unsigned type,
6578       result still unsigned
6579
6580     Based on patch from Koji Ishi.
6581
6582     Fixes https://github.com/behdad/harfbuzz/pull/110
6583
6584  src/hb-ot-font.cc | 2 +-
6585  1 file changed, 1 insertion(+), 1 deletion(-)
6586
6587 commit 1ae6cdb365c15405500d4f50ec98016dde23a26b
6588 Author: Behdad Esfahbod <behdad@behdad.org>
6589 Date:   Tue May 19 17:42:30 2015 -0700
6590
6591     [gobject] Remove hb_language_t workarounds for g-i shortcomings
6592
6593     Using latest gobject-introspection, I don't seem to be having this
6594     problem anymore:
6595
6596       https://bugzilla.gnome.org/show_bug.cgi?id=707656
6597
6598     Removing that kludge makes language_t behave more like the way I
6599     expect it
6600     in Python.
6601
6602     Also fixes:
6603     https://github.com/behdad/harfbuzz/issues/91
6604
6605  src/hb-gobject-structs.cc | 1 -
6606  src/hb-gobject-structs.h  | 8 --------
6607  2 files changed, 9 deletions(-)
6608
6609 commit ece434fa0fec6754e5164d881c1e967376729eca
6610 Author: Behdad Esfahbod <behdad@behdad.org>
6611 Date:   Tue May 19 17:20:58 2015 -0700
6612
6613     [gobject] Macroize value types
6614
6615     Fixes user_data_t
6616
6617  src/hb-gobject-structs.cc | 73
6618  +++++++++++------------------------------------
6619  1 file changed, 17 insertions(+), 56 deletions(-)
6620
6621 commit 9df099b4837df722e738675af318efcc9ac39a78
6622 Author: Behdad Esfahbod <behdad@behdad.org>
6623 Date:   Mon May 18 18:37:06 2015 -0700
6624
6625     [ft] Don't set *glyph in get_glyph() if glyph not found
6626
6627  src/hb-ft.cc | 16 ++++++++++------
6628  1 file changed, 10 insertions(+), 6 deletions(-)
6629
6630 commit ff0f210519bcb0e44d4b986f7eef2004383cd344
6631 Author: Behdad Esfahbod <behdad@behdad.org>
6632 Date:   Mon May 18 14:16:28 2015 -0700
6633
6634     [util] Minor
6635
6636  util/ansi-print.cc | 26 +++++++++++++-------------
6637  1 file changed, 13 insertions(+), 13 deletions(-)
6638
6639 commit fbecde3d5c5c6d5af315140e4966dc850388ad63
6640 Merge: 5801521 74139f9
6641 Author: Behdad Esfahbod <behdad@behdad.org>
6642 Date:   Thu May 7 10:46:42 2015 -0700
6643
6644     Merge pull request #105 from ebraminio/master
6645
6646     Fix Travis CI config to pass again
6647
6648 commit 74139f9839f69ea3e7a1d17627f52fea6c06d58a
6649 Author: Ebrahim Byagowi <ebrahim@gnu.org>
6650 Date:   Thu May 7 13:09:32 2015 +0000
6651
6652     Fix Travis CI config to pass again
6653
6654  .travis.yml | 2 +-
6655  1 file changed, 1 insertion(+), 1 deletion(-)
6656
6657 commit 58015215321a76d68df8e0d51039904a67291108
6658 Author: Behdad Esfahbod <behdad@behdad.org>
6659 Date:   Wed May 6 00:40:31 2015 -0700
6660
6661     Add note re OpenType 1.7 language tags
6662
6663  src/hb-ot-tag.cc | 15 ++++++++++-----
6664  1 file changed, 10 insertions(+), 5 deletions(-)
6665
6666 commit f6266ad291d7686d5e110255ace5f2ff9e70bf38
6667 Author: Roozbeh Pournader <roozbeh@google.com>
6668 Date:   Tue May 5 22:31:19 2015 -0700
6669
6670     [minor] Remove comment about Navajo OpenType code.
6671
6672     Apparently the code is already standardized:
6673     https://www.microsoft.com/typography/otspec/languagetags.htm
6674
6675  src/hb-ot-tag.cc | 2 +-
6676  1 file changed, 1 insertion(+), 1 deletion(-)
6677
6678 commit 42b00118eae46a5183e885e89e0856f41361f57e
6679 Merge: c60f3c8 cfeb056
6680 Author: Behdad Esfahbod <behdad@behdad.org>
6681 Date:   Tue May 5 14:49:47 2015 -0700
6682
6683     Merge pull request #102 from roozbehp/master
6684
6685     Add OpenType language tag 'NAV ' for Navajo.
6686
6687 commit c60f3c8e1156fe7328d42851013cca97333c3bf7
6688 Author: Behdad Esfahbod <behdad@behdad.org>
6689 Date:   Mon May 4 23:10:32 2015 -0700
6690
6691     [README.python] Add package name for gobject-introspection on Ubuntu
6692
6693  README.python | 8 ++++++--
6694  1 file changed, 6 insertions(+), 2 deletions(-)
6695
6696 commit 82010a4bdb32248deb1337a3357dfae5b203c48d
6697 Author: Behdad Esfahbod <behdad@behdad.org>
6698 Date:   Mon May 4 23:09:51 2015 -0700
6699
6700     [travis] Comment out gobject-introspection again
6701
6702     Apparently the version on Travis is 1.32.0, while we require 1.34.0.
6703
6704  .travis.yml | 4 ++--
6705  1 file changed, 2 insertions(+), 2 deletions(-)
6706
6707 commit 8a254bdd29a99eb91b37e9e540179a1a01f77605
6708 Author: Behdad Esfahbod <behdad@behdad.org>
6709 Date:   Mon May 4 19:22:11 2015 -0700
6710
6711     [travis] Build with introspection enabled
6712
6713  .travis.yml | 3 ++-
6714  1 file changed, 2 insertions(+), 1 deletion(-)
6715
6716 commit be66ec5373634234f221ace9cfed45d76b87f20e
6717 Author: Behdad Esfahbod <behdad@behdad.org>
6718 Date:   Thu Apr 30 18:27:13 2015 -0400
6719
6720     Use TRUE/FALSE instead of true/false in docs
6721
6722  src/hb-shape.cc | 6 +++---
6723  1 file changed, 3 insertions(+), 3 deletions(-)
6724
6725 commit d055e1fc781c123f38d321846937965ef794257e
6726 Author: Khaled Hosny <khaledhosny@eglug.org>
6727 Date:   Wed Jan 8 02:28:55 2014 +0200
6728
6729     Some attempt into initial hb-shape documentation
6730
6731     Very anaemic, needs to descripe the format understood by
6732     hb_feature_from_string() etc., but it is just start.
6733
6734  src/hb-shape.cc | 70
6735  ++++++++++++++++++++++++++++++++++++++-------------------
6736  src/hb-shape.h  |  3 ---
6737  2 files changed, 47 insertions(+), 26 deletions(-)
6738
6739 commit 81bedda58cfc15f1987aa1952290cf9d87b4d074
6740 Author: Behdad Esfahbod <behdad@behdad.org>
6741 Date:   Thu Apr 30 13:04:16 2015 -0400
6742
6743     New API: hb_buffer_reverse_range()
6744
6745  src/hb-buffer.cc | 17 +++++++++++++++++
6746  src/hb-buffer.h  |  4 ++++
6747  2 files changed, 21 insertions(+)
6748
6749 commit cfeb0562ebd8804dad731625153549eafeb78213
6750 Author: Roozbeh Pournader <roozbeh@google.com>
6751 Date:   Wed Apr 29 09:32:42 2015 -0700
6752
6753     Add OpenType language tag 'NAV ' for Navajo.
6754
6755     The code is not standardized yet, but is used in some Google fonts.
6756
6757  src/hb-ot-tag.cc | 1 +
6758  1 file changed, 1 insertion(+)
6759
6760 commit f724cc351640ee075a9867ef42df32cf5e0ef3b7
6761 Author: Jonathan Kew <jfkthame@gmail.com>
6762 Date:   Thu Apr 23 12:45:02 2015 +0100
6763
6764     Don't apply Arabic shaping to vertical text.
6765
6766  src/hb-ot-shape-complex-private.hh | 9 ++++++---
6767  1 file changed, 6 insertions(+), 3 deletions(-)
6768
6769 commit 97942420bbee1bc6953d5f805621066301fa17ca
6770 Author: Behdad Esfahbod <behdad@behdad.org>
6771 Date:   Thu Apr 23 18:56:24 2015 -0700
6772
6773     Update check-libstdc++ for clang
6774
6775  src/check-libstdc++.sh | 6 +++---
6776  1 file changed, 3 insertions(+), 3 deletions(-)
6777
6778 commit 8f0a4d67143ccdef0b5a6ac99fb9b680c3a2f69c
6779 Author: Behdad Esfahbod <behdad@behdad.org>
6780 Date:   Thu Apr 23 14:32:33 2015 -0700
6781
6782     [test] Ignor 'n' and 'i' in hb-unicode-encode
6783
6784     Allows accepting uniXXXX format.
6785
6786  test/shaping/hb_test_tools.py | 2 +-
6787  1 file changed, 1 insertion(+), 1 deletion(-)
6788
6789 commit 39851ce84efd30f6d0570324ff8f3808a01b813b
6790 Author: Behdad Esfahbod <behdad@behdad.org>
6791 Date:   Tue Apr 21 19:23:27 2015 -0700
6792
6793     [coretext] Oops; fix issue number for previous commit
6794
6795  src/hb-coretext.cc | 2 +-
6796  1 file changed, 1 insertion(+), 1 deletion(-)
6797
6798 commit 24f17afeafd40ff77177ed42c9007a0f34fcbb78
6799 Author: Behdad Esfahbod <behdad@behdad.org>
6800 Date:   Tue Apr 21 19:21:32 2015 -0700
6801
6802     [coretext] Fix positioning with trailing whitespace
6803
6804     Fixes https://code.google.com/p/chromium/issues/detail?id=476913
6805
6806  src/hb-coretext.cc | 11 +++++++++++
6807  1 file changed, 11 insertions(+)
6808
6809 commit dba482fc4458776ffebdeb2d34b970b4223fa8fd
6810 Author: Behdad Esfahbod <behdad@behdad.org>
6811 Date:   Fri Apr 17 13:08:08 2015 -0700
6812
6813     [ot-font] Accept MS Symbol cmap if nothing else found
6814
6815  src/hb-ot-font.cc | 1 +
6816  1 file changed, 1 insertion(+)
6817
6818 commit 3029e8b59d1667dc6a53355be89a2b55d7089b88
6819 Author: Behdad Esfahbod <behdad@behdad.org>
6820 Date:   Tue Apr 14 13:32:22 2015 -0700
6821
6822     Revert "Add MSVC pragma for UTF-8 source code"
6823
6824     This reverts commit 89cbd4d9533011fb5487caa99a0cd58923e7cf59.
6825
6826     See discussion:
6827     https://bugzilla.gnome.org/show_bug.cgi?id=747772
6828
6829  src/hb-private.hh | 1 -
6830  1 file changed, 1 deletion(-)
6831
6832 commit 820505a186ff60e4bae9d717fe4d7ab2390e6fef
6833 Author: Behdad Esfahbod <behdad@behdad.org>
6834 Date:   Mon Apr 13 23:51:45 2015 -0700
6835
6836     Whitespace
6837
6838  util/options.cc | 18 +++++++++++-------
6839  1 file changed, 11 insertions(+), 7 deletions(-)
6840
6841 commit 76d57331117be8e0c2d4a2aee8341969b62b6888
6842 Merge: 89cbd4d 9ee176e
6843 Author: Behdad Esfahbod <behdad@behdad.org>
6844 Date:   Mon Apr 13 23:40:35 2015 -0700
6845
6846     Merge pull request #86 from cpfair/hb-shape-output-help-improvement
6847
6848     Improve hb-shape/hb-view's help text w.r.t. output options
6849
6850 commit 89cbd4d9533011fb5487caa99a0cd58923e7cf59
6851 Author: Behdad Esfahbod <behdad@behdad.org>
6852 Date:   Mon Apr 13 12:27:08 2015 -0700
6853
6854     Add MSVC pragma for UTF-8 source code
6855
6856     Not sure we have any right now; motivated by this:
6857     https://bugzilla.gnome.org/show_bug.cgi?id=747772
6858
6859  src/hb-private.hh | 1 +
6860  1 file changed, 1 insertion(+)
6861
6862 commit 713f99ff6138b4149d9fd382f9af3ace01ee0da5
6863 Merge: 1086f21 22524a5
6864 Author: Behdad Esfahbod <behdad@behdad.org>
6865 Date:   Fri Apr 10 14:34:05 2015 -0700
6866
6867     Merge pull request #99 from khaledhosny/introspection-fixes2
6868
6869     More ntrospection fixes
6870
6871 commit 22524a514f6609a2bc009b6035f6b5b932c719c7
6872 Author: Khaled Hosny <khaledhosny@eglug.org>
6873 Date:   Fri Apr 10 18:14:45 2015 +0200
6874
6875     [bindings] Fix hb_buffer_get_segment_properties
6876
6877     Annotate the output parameter.
6878
6879  src/hb-buffer.cc | 2 +-
6880  1 file changed, 1 insertion(+), 1 deletion(-)
6881
6882 commit 1086f21e546e2435d9da6024fd6afa7a36ba3707
6883 Merge: 125cb08 fe97b65
6884 Author: Behdad Esfahbod <behdad@behdad.org>
6885 Date:   Fri Apr 10 12:21:04 2015 -0700
6886
6887     Merge branch 'hb-fc'
6888
6889 commit 125cb08345a7f27e565329d37093b1a60a41a403
6890 Merge: e8fd839 855a5d7
6891 Author: Behdad Esfahbod <behdad@behdad.org>
6892 Date:   Fri Apr 10 12:19:57 2015 -0700
6893
6894     Merge pull request #98 from KonstantinRitt/WEC2013
6895
6896     Fix build on WEC2013
6897
6898 commit 04f89e8f7dfdb882e8c98afb613cba3f1d02ed7d
6899 Author: Khaled Hosny <khaledhosny@eglug.org>
6900 Date:   Fri Apr 10 17:49:01 2015 +0200
6901
6902     [bindings] Fix ownership of returned hb_language_t
6903
6904     It should not be freed by the caller.
6905
6906  src/hb-buffer.cc | 2 +-
6907  src/hb-common.cc | 2 +-
6908  2 files changed, 2 insertions(+), 2 deletions(-)
6909
6910 commit 855a5d7cb8f585bf66dd18cb480b8c3feef62480
6911 Author: Konstantin Ritt <ritt.ks@gmail.com>
6912 Date:   Fri Apr 10 17:18:01 2015 +0400
6913
6914     Fix build on WEC2013
6915
6916     Based on patch from Björn Breitmeyer
6917
6918  src/hb-private.hh | 4 +++-
6919  1 file changed, 3 insertions(+), 1 deletion(-)
6920
6921 commit fe97b65a54a416229e28b1c931e5e01ca19f31d3
6922 Author: Behdad Esfahbod <behdad@behdad.org>
6923 Date:   Wed Aug 6 16:49:51 2014 -0400
6924
6925     [utils] Add hb-fc-list
6926
6927     This is a tool that lists all fonts that can render a given string.
6928     It uses hb_shape() to do so, and as such is aware of HarfBuzz's
6929     normalizer.
6930
6931  configure.ac      |  19 +++++
6932  util/Makefile.am  |  15 ++++
6933  util/hb-fc-list.c | 222
6934  ++++++++++++++++++++++++++++++++++++++++++++++++++++++
6935  util/hb-fc.cc     | 149 ++++++++++++++++++++++++++++++++++++
6936  util/hb-fc.h      |  46 +++++++++++
6937  5 files changed, 451 insertions(+)
6938
6939 commit eb0bf3ae6688b7e98a706df2ad2714c071d77e22
6940 Author: Behdad Esfahbod <behdad@behdad.org>
6941 Date:   Wed Aug 6 15:36:41 2014 -0400
6942
6943     Relax inert checks
6944
6945     Previously, when creating an object from inert inputs (eg:
6946     "hb_font_create(hb_face_get_empty())") we returned the inert
6947     empty object.  This is not helpful as there are legitimate
6948     usecases to do that.
6949
6950     We now never return the inert object unless allocation failed.
6951
6952     Tests are revised to reflect.
6953
6954  src/hb-face.cc         |  4 ++--
6955  src/hb-font.cc         |  4 +---
6956  src/hb-shape-plan.cc   |  7 +++++--
6957  test/api/test-font.c   | 10 +++++-----
6958  test/api/test-object.c | 34 +++++++++++++++++-----------------
6959  5 files changed, 30 insertions(+), 29 deletions(-)
6960
6961 commit e8fd83932a75cfbaa4638a757868915ebfac3c1f
6962 Author: Behdad Esfahbod <behdad@behdad.org>
6963 Date:   Thu Apr 9 15:52:26 2015 -0700
6964
6965     [util/hb-view] Fix rendering with all combinations of negative scales
6966
6967  util/view-cairo.cc | 90
6968  ++++++++++++++++++++++++++++--------------------------
6969  util/view-cairo.hh |  2 --
6970  2 files changed, 47 insertions(+), 45 deletions(-)
6971
6972 commit 69d5af93169ea2d87276b65d43c889a359d5d81e
6973 Author: Behdad Esfahbod <behdad@behdad.org>
6974 Date:   Thu Apr 9 15:17:16 2015 -0700
6975
6976     [util] Minor
6977
6978  util/view-cairo.cc | 6 ++----
6979  1 file changed, 2 insertions(+), 4 deletions(-)
6980
6981 commit a664810e38b479e05ea32cac263cb5730629f9d8
6982 Author: Behdad Esfahbod <behdad@behdad.org>
6983 Date:   Thu Apr 9 15:04:42 2015 -0700
6984
6985     [util] Accept comma as well as space when separating components
6986     of args
6987
6988     Applies to --font-size and --margin.
6989
6990     Hopefully the scanf usage here doesn't have compatibility issues
6991     (star being counted in the return value, etc).
6992
6993  util/options.cc | 4 ++--
6994  1 file changed, 2 insertions(+), 2 deletions(-)
6995
6996 commit 9c974360febcfd67247107352425fe8590d9d452
6997 Author: Behdad Esfahbod <behdad@behdad.org>
6998 Date:   Thu Apr 9 12:04:14 2015 -0700
6999
7000     Minor rename
7001
7002  src/hb-atomic-private.hh | 10 +++++-----
7003  1 file changed, 5 insertions(+), 5 deletions(-)
7004
7005 commit f3b170bdd970e31e9dbfed94c07c3cda41269aed
7006 Author: Behdad Esfahbod <behdad@behdad.org>
7007 Date:   Wed Apr 8 16:26:24 2015 -0700
7008
7009     Minor
7010
7011  src/hb-common.cc | 2 +-
7012  1 file changed, 1 insertion(+), 1 deletion(-)
7013
7014 commit 2958f2c147fc6327175b51a4eaca694263e34ac9
7015 Author: Behdad Esfahbod <behdad@behdad.org>
7016 Date:   Wed Apr 8 16:26:16 2015 -0700
7017
7018     Fixup
7019
7020  src/hb-atomic-private.hh | 1 +
7021  1 file changed, 1 insertion(+)
7022
7023 commit b931e0b0ceeab0e4819d9c4b838c1a1eb87b52e4
7024 Author: Behdad Esfahbod <behdad@behdad.org>
7025 Date:   Wed Apr 8 14:39:00 2015 -0700
7026
7027     Fix warnings
7028
7029     Part of https://github.com/behdad/harfbuzz/pull/68
7030
7031  src/hb-ot-font.cc                    |  4 ++--
7032  src/hb-ot-layout-gsubgpos-private.hh | 22 +++++++++++-----------
7033  2 files changed, 13 insertions(+), 13 deletions(-)
7034
7035 commit cdcdfe61b97a0a48ccf834b6d924d187da9609be
7036 Author: Behdad Esfahbod <behdad@behdad.org>
7037 Date:   Wed Apr 8 13:25:04 2015 -0700
7038
7039     Err, instead of warn, if mutex / atomic / unicode funcs are missing
7040
7041     Hopefully this results in fewer badly built HarfBuzz integrations.
7042
7043  src/hb-unicode.cc |  8 ++++----
7044  src/hb-warning.cc | 22 ++++++++--------------
7045  2 files changed, 12 insertions(+), 18 deletions(-)
7046
7047 commit fc3c59a1d746c5280f6216a94fdc1be3e826051f
7048 Author: Behdad Esfahbod <behdad@behdad.org>
7049 Date:   Wed Apr 8 13:03:27 2015 -0700
7050
7051     Fix unused var warnings
7052
7053  src/hb-ot-layout-gpos-table.hh | 1 -
7054  src/hb-ot-layout-gsub-table.hh | 1 -
7055  2 files changed, 2 deletions(-)
7056
7057 commit 3f174cd020b7762fae96f20ce14fc9e9abec748f
7058 Author: Konstantin Ritt <ritt.ks@gmail.com>
7059 Date:   Sat Mar 28 00:49:33 2015 +0400
7060
7061     Minor refactoring to the atomics implementation
7062
7063     s/atomic_int/atomic_int_impl/ and s/atomic_ptr/atomic_ptr_impl/
7064     to bring it in par with hb_mutex_impl_t, then re-introduce
7065     hb_atomic_int_t as a wrapper around hb_atomic_int_impl_t.
7066
7067     In hb_reference_count_t, make it clear the non-atomic get and set
7068     are intentional due to nature of the cases they are used in
7069     (comparison to -1 and the debug output/tracing).
7070
7071  src/hb-atomic-private.hh | 86
7072  +++++++++++++++++++++++++++++++-----------------
7073  src/hb-mutex-private.hh  |  4 ++-
7074  src/hb-object-private.hh | 21 ++++++------
7075  3 files changed, 69 insertions(+), 42 deletions(-)
7076
7077 commit 24930d544ee9e247e4cf6a5f6d5207ba9d7a3ddc
7078 Author: Behdad Esfahbod <behdad@behdad.org>
7079 Date:   Wed Apr 8 12:52:06 2015 -0700
7080
7081     Minor
7082
7083  src/hb-mutex-private.hh | 3 ++-
7084  1 file changed, 2 insertions(+), 1 deletion(-)
7085
7086 commit 45a8b46f478d4aa63ae5df74b6bb28ebdd7521ac
7087 Author: Behdad Esfahbod <behdad@behdad.org>
7088 Date:   Wed Apr 8 12:49:38 2015 -0700
7089
7090     Allow implementing atomic and mutex ops in config
7091
7092     Motivated by
7093     https://github.com/behdad/harfbuzz/pull/92
7094
7095  src/hb-atomic-private.hh | 6 +++++-
7096  src/hb-mutex-private.hh  | 7 ++++++-
7097  2 files changed, 11 insertions(+), 2 deletions(-)
7098
7099 commit 3fe4e92bc5ff09d84c6763cedf06ce80d15a5fb2
7100 Author: Behdad Esfahbod <behdad@behdad.org>
7101 Date:   Wed Apr 8 12:49:23 2015 -0700
7102
7103     Minor
7104
7105  src/hb-set-private.hh | 1 -
7106  1 file changed, 1 deletion(-)
7107
7108 commit 9868749abe468130d89c80a2501847a83acb4579
7109 Author: Behdad Esfahbod <behdad@behdad.org>
7110 Date:   Mon Apr 6 14:51:31 2015 -0700
7111
7112     [test] Use /usr/bin/env python instead of /usr/bin/python
7113
7114     Bug 76494 - #!/usr/bin/python in testsuite
7115
7116     https://bugs.freedesktop.org/show_bug.cgi?id=76494
7117
7118  test/shaping/hb-diff                 | 2 +-
7119  test/shaping/hb-diff-colorize        | 2 +-
7120  test/shaping/hb-diff-filter-failures | 2 +-
7121  test/shaping/hb-diff-ngrams          | 2 +-
7122  test/shaping/hb-diff-stat            | 2 +-
7123  test/shaping/hb-manifest-read        | 2 +-
7124  test/shaping/hb-manifest-update      | 2 +-
7125  test/shaping/hb-unicode-decode       | 2 +-
7126  test/shaping/hb-unicode-encode       | 2 +-
7127  test/shaping/hb-unicode-prettyname   | 2 +-
7128  test/shaping/hb_test_tools.py        | 2 +-
7129  11 files changed, 11 insertions(+), 11 deletions(-)
7130
7131 commit bfcddd32a674dd19fca1bf521e95466a0eec5179
7132 Merge: ce01ad7 363ceec
7133 Author: Behdad Esfahbod <behdad@behdad.org>
7134 Date:   Mon Apr 6 14:41:32 2015 -0700
7135
7136     Merge pull request #93 from ebraminio/archpy3
7137
7138     Make hb_test_tools.py compatible with python 3
7139
7140 commit ce01ad7c2f5a259030f4dbec746f85522aa9c3f9
7141 Author: Behdad Esfahbod <behdad@behdad.org>
7142 Date:   Wed Apr 1 11:05:59 2015 -0700
7143
7144     MSVC 2015 supports snprintf and not _snprintf
7145
7146  src/hb-private.hh | 2 +-
7147  1 file changed, 1 insertion(+), 1 deletion(-)
7148
7149 commit 560718862f0bd994b62361652d6fd558c4182e2a
7150 Author: Behdad Esfahbod <behdad@behdad.org>
7151 Date:   Wed Apr 1 11:04:33 2015 -0700
7152
7153     Move WinCE define to better place
7154
7155  src/hb-private.hh | 3 +--
7156  1 file changed, 1 insertion(+), 2 deletions(-)
7157
7158 commit 363ceec3fb0c9566db5a59da31e508f69dea1e92
7159 Author: Ebrahim Byagowi <ebrahim@gnu.org>
7160 Date:   Mon Mar 30 03:27:14 2015 +0430
7161
7162     Make hb_test_tools.py compatible with python 3
7163
7164     On ArchLinux, /usr/bin/python is linked to python 3 so
7165     HarfBuzz `make check` is broken there.
7166
7167     This makes hb_test_tools.py compatible with python 3 while
7168     no breaking it on python 2.
7169
7170  test/shaping/hb_test_tools.py | 44
7171  ++++++++++++++++++++++++-------------------
7172  1 file changed, 25 insertions(+), 19 deletions(-)
7173
7174 commit aee685086c8fde6f6c4590e483a177c19f222540
7175 Author: Behdad Esfahbod <behdad@behdad.org>
7176 Date:   Thu Mar 26 14:13:53 2015 -0400
7177
7178     Fix VC++ /analyze warnings
7179
7180     out\debug\hb-buffer-deserialize-text.rl(47) : warning C6001: Using
7181     uninitialized memory 'pos'.
7182
7183  src/hb-buffer-deserialize-text.rl | 4 ++--
7184  1 file changed, 2 insertions(+), 2 deletions(-)
7185
7186 commit 8886ab430ca68539cb318e175647e9f6973718b0
7187 Merge: e3671b8 a394bb6
7188 Author: Behdad Esfahbod <behdad@behdad.org>
7189 Date:   Sun Mar 22 16:18:57 2015 -0400
7190
7191     Merge pull request #90 from khaledhosny/introspection-fixes
7192
7193     [bindings] Fix *_from_string functions
7194
7195 commit a394bb66707184c995fe2d08c80e98220e6ec0b0
7196 Author: Khaled Hosny <khaledhosny@eglug.org>
7197 Date:   Sun Mar 22 20:29:10 2015 +0200
7198
7199     [bindings] Fix *_from_string functions
7200
7201     Without the element-type they will be getting garbage, at least with
7202     Python.
7203
7204  src/hb-common.cc | 8 ++++----
7205  src/hb-font.cc   | 2 +-
7206  src/hb-shape.cc  | 2 +-
7207  3 files changed, 6 insertions(+), 6 deletions(-)
7208
7209 commit e3671b8f8bb339e8a563a9da9cd5069073200fec
7210 Author: Behdad Esfahbod <behdad@behdad.org>
7211 Date:   Fri Mar 20 18:03:02 2015 -0400
7212
7213     0.9.40
7214
7215  NEWS         | 8 ++++++++
7216  configure.ac | 2 +-
7217  2 files changed, 9 insertions(+), 1 deletion(-)
7218
7219 commit 9e401f6890f2bea1d11914bca436c2230f8d0f1b
7220 Author: Behdad Esfahbod <behdad@behdad.org>
7221 Date:   Fri Mar 20 16:08:38 2015 -0400
7222
7223     Fix reverse_range() for empty range
7224
7225     Fixes coretext notdef loop consisting of all default_ignorable glyphs
7226
7227     https://code.google.com/p/chromium/issues/detail?id=464755
7228
7229  src/hb-buffer.cc | 2 +-
7230  1 file changed, 1 insertion(+), 1 deletion(-)
7231
7232 commit 7481bd49d56d4e814ab1f85fc2df8bf934d520f4
7233 Author: Behdad Esfahbod <behdad@behdad.org>
7234 Date:   Wed Mar 4 15:47:25 2015 -0800
7235
7236     Fix previous commit
7237
7238     I misunderstood how which works.
7239
7240  autogen.sh | 2 +-
7241  1 file changed, 1 insertion(+), 1 deletion(-)
7242
7243 commit 6763e21afb77b250ad4416ff921d46c63ea12443
7244 Author: Behdad Esfahbod <behdad@behdad.org>
7245 Date:   Wed Mar 4 15:43:05 2015 -0800
7246
7247     Accept glibtoolize as libtoolize
7248
7249     Of course, we don't really run it, autoreconf does.  We just
7250     err if neither is available.  glibtoolize is the name it is
7251     shipped under on OS X.  Reported by Adam.
7252
7253  autogen.sh | 2 +-
7254  1 file changed, 1 insertion(+), 1 deletion(-)
7255
7256 commit 02a04e6afb1a76894f3723a467716607970d95d3
7257 Author: Behdad Esfahbod <behdad@behdad.org>
7258 Date:   Wed Mar 4 12:32:03 2015 -0800
7259
7260     0.9.39
7261
7262  NEWS         | 10 ++++++++++
7263  configure.ac |  2 +-
7264  2 files changed, 11 insertions(+), 1 deletion(-)
7265
7266 commit 98e3ea8e34c798ce003e946c9a150bb41be9d09b
7267 Author: Behdad Esfahbod <behdad@behdad.org>
7268 Date:   Wed Mar 4 12:03:39 2015 -0800
7269
7270     Fix hb-uniscribe build
7271
7272  src/hb-ot-name-table.hh | 2 +-
7273  1 file changed, 1 insertion(+), 1 deletion(-)
7274
7275 commit 8ac345e5c0ed0aad6547592ea0839aabfb4ba980
7276 Author: Behdad Esfahbod <behdad@behdad.org>
7277 Date:   Mon Mar 2 16:06:55 2015 -0800
7278
7279     Fix reverse_range() to only reverse alt array if positions are used
7280
7281     In hb-coretext, when we were using scratch buffer for book-keeping,
7282     a reverse_range() caused by the notdef-insertion loop could mess up
7283     our log_clusters.  Ouch!
7284
7285  src/hb-buffer.cc | 2 +-
7286  1 file changed, 1 insertion(+), 1 deletion(-)
7287
7288 commit 1e03d7ac83f3e17aafed1e37390d9ff8394e36da
7289 Author: Behdad Esfahbod <behdad@behdad.org>
7290 Date:   Thu Feb 26 13:58:32 2015 -0800
7291
7292     Better error message if libtool is not installed
7293
7294     Fixes https://github.com/behdad/harfbuzz/pull/88
7295
7296  autogen.sh | 9 +++++++--
7297  1 file changed, 7 insertions(+), 2 deletions(-)
7298
7299 commit 6c918e2997fb82e89485f2b50bee2bf4fcd70592
7300 Author: Behdad Esfahbod <behdad@behdad.org>
7301 Date:   Thu Feb 26 13:55:34 2015 -0800
7302
7303     Clean up gtk-doc.make
7304
7305  Makefile.am | 1 +
7306  1 file changed, 1 insertion(+)
7307
7308 commit 5ec5875acb12cf07447c9ebfb03212601368dfc4
7309 Author: Behdad Esfahbod <behdad@behdad.org>
7310 Date:   Thu Feb 26 13:53:05 2015 -0800
7311
7312     Install git.mk in docs/
7313
7314  docs/Makefile.am | 2 ++
7315  1 file changed, 2 insertions(+)
7316
7317 commit d146678d103425b3da7ef393bc6d66f6ba4c5593
7318 Author: Behdad Esfahbod <behdad@behdad.org>
7319 Date:   Thu Feb 26 13:52:50 2015 -0800
7320
7321     Update git.mk from upstream
7322
7323  git.mk | 35 ++++++++++++++++++++++++++++-------
7324  1 file changed, 28 insertions(+), 7 deletions(-)
7325
7326 commit 5f541f8f7be82f29b77b481827deb212e12d53e4
7327 Author: Behdad Esfahbod <behdad@behdad.org>
7328 Date:   Sat Feb 21 16:51:17 2015 +0300
7329
7330     Minor refactoring
7331
7332  src/hb-private.hh | 44 ++++++++++++++++++++++++++++----------------
7333  1 file changed, 28 insertions(+), 16 deletions(-)
7334
7335 commit ef79bdf73bbfde1bfaa222834809d105ab7755b3
7336 Author: Behdad Esfahbod <behdad@behdad.org>
7337 Date:   Sat Feb 21 16:49:15 2015 +0300
7338
7339     Minor
7340
7341  src/hb-ot-layout-common-private.hh | 5 +++--
7342  1 file changed, 3 insertions(+), 2 deletions(-)
7343
7344 commit 68e04afbb1e1073c47474f7a4d6d2cacf7057f6f
7345 Author: Behdad Esfahbod <behdad@behdad.org>
7346 Date:   Sat Feb 21 16:30:28 2015 +0300
7347
7348     Typo
7349
7350  src/hb-private.hh | 2 +-
7351  1 file changed, 1 insertion(+), 1 deletion(-)
7352
7353 commit 55553699b38d6481fbfacd0a32fc266e55553b34
7354 Author: Behdad Esfahbod <behdad@behdad.org>
7355 Date:   Sat Feb 21 16:29:08 2015 +0300
7356
7357     Minor
7358
7359  src/hb-private.hh | 2 --
7360  1 file changed, 2 deletions(-)
7361
7362 commit 5175300fbaf4ff19b7d38c14c86331bb614b0390
7363 Author: Behdad Esfahbod <behdad@behdad.org>
7364 Date:   Sat Feb 21 12:50:01 2015 +0300
7365
7366     [layout] Fix comparison of GlyphID and hb_codepoint_t
7367
7368     Before, the IntType::cmp functions providing this and was truncating
7369     the hb_codepoint_t to 16bits before comparison.  I have no idea how
7370     this was never discovered, and I'm too lazy to try to reproduce this
7371     with Pango (which uses non-16bit codepoint numbers for missing
7372     glyphs).
7373
7374  src/hb-open-type-private.hh | 5 ++++-
7375  1 file changed, 4 insertions(+), 1 deletion(-)
7376
7377 commit 7cce809cb11e0ce65dbdab899779ece3dc337763
7378 Author: Behdad Esfahbod <behdad@behdad.org>
7379 Date:   Sat Feb 21 12:41:08 2015 +0300
7380
7381     Remove unused (and wrong as of a few commits ago) cmp() function
7382
7383  src/hb-open-type-private.hh | 1 -
7384  1 file changed, 1 deletion(-)
7385
7386 commit 8e3d4bae033bdec649676da26cfc3eb7610832a8
7387 Author: Behdad Esfahbod <behdad@behdad.org>
7388 Date:   Sat Feb 21 12:31:59 2015 +0300
7389
7390     Minor
7391
7392  src/hb-ot-layout-common-private.hh | 2 +-
7393  1 file changed, 1 insertion(+), 1 deletion(-)
7394
7395 commit f47cf1f12dd1fa3cd3aa84502139caca9d469af8
7396 Author: Behdad Esfahbod <behdad@behdad.org>
7397 Date:   Sat Feb 21 11:45:22 2015 +0300
7398
7399     Minor
7400
7401  src/hb-ot-layout.cc | 4 ++--
7402  1 file changed, 2 insertions(+), 2 deletions(-)
7403
7404 commit 640b66c6348653bfd7cf88ea9caa2133c0eb949f
7405 Author: Behdad Esfahbod <behdad@behdad.org>
7406 Date:   Thu Feb 19 17:30:05 2015 +0300
7407
7408     [layout] If lookup has only one subtable, move the forward loop down
7409     to subtable
7410
7411     I was hoping to see a nice speedup, but it resulted in a very
7412     minor one.
7413
7414  src/hb-ot-layout.cc | 33 ++++++++++++++++++++++++++++++++-
7415  1 file changed, 32 insertions(+), 1 deletion(-)
7416
7417 commit e2f50f2a7ebf9882ea89dc3f0c740e7fce964e37
7418 Author: Behdad Esfahbod <behdad@behdad.org>
7419 Date:   Thu Feb 19 17:15:05 2015 +0300
7420
7421     [layout] Add apply_forward / apply_backward
7422
7423  src/hb-ot-layout.cc | 69
7424  +++++++++++++++++++++++++++++++++++------------------
7425  1 file changed, 46 insertions(+), 23 deletions(-)
7426
7427 commit 1d4a328472f094c0d75a062f6e176c6b1875cfdc
7428 Author: Behdad Esfahbod <behdad@behdad.org>
7429 Date:   Thu Feb 19 11:33:30 2015 +0300
7430
7431     [layout] Remove unneeded return value from apply()
7432
7433  src/hb-ot-layout.cc | 12 +++++-------
7434  1 file changed, 5 insertions(+), 7 deletions(-)
7435
7436 commit bbdd6fd21cc2e079defff7cb17c3eb8eff3f9e09
7437 Author: Behdad Esfahbod <behdad@behdad.org>
7438 Date:   Thu Feb 19 17:03:02 2015 +0300
7439
7440     Minor simpilfy BEInt
7441
7442  src/hb-open-type-private.hh | 25 ++-----------------------
7443  1 file changed, 2 insertions(+), 23 deletions(-)
7444
7445 commit 88a399acdc0fcb060803da0e7db56de2866981e3
7446 Author: Behdad Esfahbod <behdad@behdad.org>
7447 Date:   Thu Feb 19 16:57:12 2015 +0300
7448
7449     Optimize IntType comparison to avoid branches for 16bit numbers
7450
7451  src/hb-open-type-private.hh | 9 ++++++++-
7452  1 file changed, 8 insertions(+), 1 deletion(-)
7453
7454 commit 37de2d533126245774417234e3536fcfb24f3a6b
7455 Author: Behdad Esfahbod <behdad@behdad.org>
7456 Date:   Thu Feb 19 16:55:51 2015 +0300
7457
7458     Minor simplify IntType
7459
7460  src/hb-open-type-private.hh | 2 +-
7461  1 file changed, 1 insertion(+), 1 deletion(-)
7462
7463 commit bd047d3b7f04d551c0a26bc0ce9b9d61481e34e1
7464 Author: Behdad Esfahbod <behdad@behdad.org>
7465 Date:   Thu Feb 19 10:47:18 2015 +0300
7466
7467     [layout] Minor
7468
7469  src/hb-ot-layout-gpos-table.hh | 6 ++++++
7470  src/hb-ot-layout-gsub-table.hh | 6 ++++++
7471  src/hb-ot-layout.cc            | 4 ++--
7472  3 files changed, 14 insertions(+), 2 deletions(-)
7473
7474 commit b9d3f60520c022dc952e65a66eb138d1f7cae2e1
7475 Author: Behdad Esfahbod <behdad@behdad.org>
7476 Date:   Thu Feb 19 10:42:41 2015 +0300
7477
7478     [layout] Minor
7479
7480  src/hb-ot-layout.cc | 15 ++++-----------
7481  1 file changed, 4 insertions(+), 11 deletions(-)
7482
7483 commit 1a2322134a5d7bba990da28baf893b35879a5a7a
7484 Author: Behdad Esfahbod <behdad@behdad.org>
7485 Date:   Thu Feb 19 10:40:23 2015 +0300
7486
7487     [layout] Don't check glyph props against lookup flags when recursing
7488
7489     Shouldn't be needed.  I have a hard time imagining this breaking any
7490     legitimate use case.
7491
7492  src/hb-ot-layout-gpos-table.hh | 10 +---------
7493  src/hb-ot-layout-gsub-table.hh | 10 +---------
7494  2 files changed, 2 insertions(+), 18 deletions(-)
7495
7496 commit 095a1257cc3cc56b044b4cd842a92f0d0f933a50
7497 Author: Behdad Esfahbod <behdad@behdad.org>
7498 Date:   Thu Feb 19 10:29:41 2015 +0300
7499
7500     [layout] Port sanitize() to use dispatch()
7501
7502     Needed some rework of Extension table.  Hopefully I got it right, and
7503     the new template usage doesn't break any compilers...
7504
7505  src/hb-open-type-private.hh          |  5 ++-
7506  src/hb-ot-layout-gpos-table.hh       | 82
7507  +----------------------------------
7508  src/hb-ot-layout-gsub-table.hh       | 72 ++-----------------------------
7509  src/hb-ot-layout-gsubgpos-private.hh | 84
7510  ++++++++++++------------------------
7511  4 files changed, 37 insertions(+), 206 deletions(-)
7512
7513 commit 758fb20630f84c3d373cda37974b88f16c02995e
7514 Author: Behdad Esfahbod <behdad@behdad.org>
7515 Date:   Wed Feb 18 13:45:03 2015 +0300
7516
7517     Remove unused macro
7518
7519  src/hb-ot-shape-complex-arabic-win1256.hh | 1 -
7520  1 file changed, 1 deletion(-)
7521
7522 commit 40c58923cbf689c465f9b65334c455a9b7f71ab0
7523 Author: Behdad Esfahbod <behdad@behdad.org>
7524 Date:   Wed Feb 18 13:18:46 2015 +0300
7525
7526     [layout] Refactor Lookup::dispatch()
7527
7528  src/hb-ot-layout-common-private.hh   | 20 ++++++++++++++++++++
7529  src/hb-ot-layout-gpos-table.hh       | 12 +-----------
7530  src/hb-ot-layout-gsub-table.hh       | 12 +-----------
7531  src/hb-ot-layout-gsubgpos-private.hh |  6 ------
7532  4 files changed, 22 insertions(+), 28 deletions(-)
7533
7534 commit 70366f5d19df2e654f0933474fecf1aa16e27812
7535 Author: Behdad Esfahbod <behdad@behdad.org>
7536 Date:   Wed Feb 18 13:09:54 2015 +0300
7537
7538     [layout] Refactor get_subtable()
7539
7540  src/hb-ot-layout-common-private.hh | 12 ++++++++++++
7541  src/hb-ot-layout-gpos-table.hh     |  4 ++--
7542  src/hb-ot-layout-gsub-table.hh     |  6 +++---
7543  3 files changed, 17 insertions(+), 5 deletions(-)
7544
7545 commit f72f326aea6d1e93f63040730f7aecd401676c1c
7546 Author: Behdad Esfahbod <behdad@behdad.org>
7547 Date:   Tue Feb 17 19:18:07 2015 +0300
7548
7549     Minor
7550
7551  src/hb-ot-layout-gpos-table.hh | 1 -
7552  1 file changed, 1 deletion(-)
7553
7554 commit 8e36ccfd4f076888076ca176c055c18104af03b6
7555 Author: Behdad Esfahbod <behdad@behdad.org>
7556 Date:   Tue Feb 17 19:15:34 2015 +0300
7557
7558     [layout] Use dispatch() for add_coverage()
7559
7560  src/hb-ot-layout-gpos-table.hh       | 12 ++----------
7561  src/hb-ot-layout-gsub-table.hh       | 12 ++----------
7562  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++++++--
7563  3 files changed, 14 insertions(+), 22 deletions(-)
7564
7565 commit 50b8dc79daffc7ef671dd5eedfea47f8d5e946f4
7566 Author: Behdad Esfahbod <behdad@behdad.org>
7567 Date:   Tue Feb 17 18:14:17 2015 +0300
7568
7569     [layout] Add may_dispatch()
7570
7571     No functional change right now.
7572
7573  src/hb-ot-layout-gpos-table.hh       |  7 +++++++
7574  src/hb-ot-layout-gsub-table.hh       |  6 ++++++
7575  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++++++++
7576  3 files changed, 25 insertions(+)
7577
7578 commit de2118ed7a998a1df9b28fd1be96b4af89ed82c3
7579 Author: Behdad Esfahbod <behdad@behdad.org>
7580 Date:   Tue Feb 17 17:27:44 2015 +0300
7581
7582     Make sanitize() a const method
7583
7584     This makes a lot of code safer.  We only try modifying the object
7585     in one
7586     place, after making sure it's safe to do so.  So, do a const_cast<> in
7587     that one place...
7588
7589  src/hb-open-file-private.hh          |  15 +++--
7590  src/hb-open-type-private.hh          |  51 +++++++++++------
7591  src/hb-ot-cmap-table.hh              |  35 ++++++++----
7592  src/hb-ot-head-table.hh              |   6 +-
7593  src/hb-ot-hhea-table.hh              |   3 +-
7594  src/hb-ot-hmtx-table.hh              |   3 +-
7595  src/hb-ot-layout-common-private.hh   |  58 ++++++++++++-------
7596  src/hb-ot-layout-gdef-table.hh       |  30 ++++++----
7597  src/hb-ot-layout-gpos-table.hh       | 108
7598  +++++++++++++++++++++++------------
7599  src/hb-ot-layout-gsub-table.hh       |  58 ++++++++++++-------
7600  src/hb-ot-layout-gsubgpos-private.hh |  65 +++++++++++++--------
7601  src/hb-ot-layout-jstf-table.hh       |  12 ++--
7602  src/hb-ot-maxp-table.hh              |   6 +-
7603  src/hb-ot-name-table.hh              |   6 +-
7604  14 files changed, 296 insertions(+), 160 deletions(-)
7605
7606 commit 6759ed95a3bec2874826376b68ebff19ba277ef2
7607 Author: Behdad Esfahbod <behdad@behdad.org>
7608 Date:   Tue Feb 17 16:05:30 2015 +0300
7609
7610     Minor
7611
7612  src/hb-ot-layout-gpos-table.hh | 6 ++----
7613  src/hb-ot-layout-gsub-table.hh | 6 ++----
7614  2 files changed, 4 insertions(+), 8 deletions(-)
7615
7616 commit 6b599dac1f814a3c900300241d4c492a8f8b66d2
7617 Author: Behdad Esfahbod <behdad@behdad.org>
7618 Date:   Tue Feb 17 16:04:07 2015 +0300
7619
7620     Remove unnecessary check in sanitize
7621
7622  src/hb-ot-layout-gpos-table.hh | 2 --
7623  src/hb-ot-layout-gsub-table.hh | 2 --
7624  2 files changed, 4 deletions(-)
7625
7626 commit 365576d246949f9d587e90cf0539dc0381e4d0a3
7627 Author: Behdad Esfahbod <behdad@behdad.org>
7628 Date:   Thu Jan 29 13:59:42 2015 +0100
7629
7630     [layout] Allocate iters in the context
7631
7632     Can be further optimized, but I think I didn't break anything.
7633
7634     Saves another 3% off Roboto shaping.
7635
7636  src/hb-ot-layout-gpos-table.hh       | 18 ++++++------------
7637  src/hb-ot-layout-gsubgpos-private.hh | 21 +++++++++++++--------
7638  src/hb-ot-shape-fallback.cc          |  2 +-
7639  3 files changed, 20 insertions(+), 21 deletions(-)
7640
7641 commit 514564f5444b8ad2f210b1e3d7d66378f7275317
7642 Author: Behdad Esfahbod <behdad@behdad.org>
7643 Date:   Thu Jan 29 13:48:48 2015 +0100
7644
7645     [layout] Move skippy_iter setup from constructor into init()
7646
7647  src/hb-ot-layout-gpos-table.hh       | 18 ++++++++++++------
7648  src/hb-ot-layout-gsubgpos-private.hh | 28 +++++++++++++++-------------
7649  src/hb-ot-shape-fallback.cc          |  3 ++-
7650  3 files changed, 29 insertions(+), 20 deletions(-)
7651
7652 commit b051be542a8945ec14b0192bbc285f3e1a78c8f1
7653 Author: Behdad Esfahbod <behdad@behdad.org>
7654 Date:   Thu Jan 29 13:40:39 2015 +0100
7655
7656     [lookup] Add skippy_iter.reset()
7657
7658     Towards reducing the cost of initializing skippy_iter()
7659
7660  src/hb-ot-layout-gpos-table.hh       | 18 ++++++++++++------
7661  src/hb-ot-layout-gsubgpos-private.hh | 27 ++++++++++++++++++---------
7662  src/hb-ot-shape-fallback.cc          |  3 ++-
7663  3 files changed, 32 insertions(+), 16 deletions(-)
7664
7665 commit 2cecc38c7cf49b2cf697efa7e974ceee7055f2c5
7666 Author: Behdad Esfahbod <behdad@behdad.org>
7667 Date:   Thu Jan 29 13:32:05 2015 +0100
7668
7669     [layout] Shuffle code around
7670
7671  src/hb-ot-layout-gsubgpos-private.hh | 111
7672  ++++++++++++++++++-----------------
7673  1 file changed, 56 insertions(+), 55 deletions(-)
7674
7675 commit 696266981df5ef6c62ad0115133dad1d6c1d9acc
7676 Author: Behdad Esfahbod <behdad@behdad.org>
7677 Date:   Thu Jan 29 13:08:41 2015 +0100
7678
7679     [layout] Merge forward and backward iterators
7680
7681  src/hb-ot-layout-gpos-table.hh       | 12 +++---
7682  src/hb-ot-layout-gsubgpos-private.hh | 71
7683  ++++++++----------------------------
7684  src/hb-ot-shape-fallback.cc          |  2 +-
7685  3 files changed, 23 insertions(+), 62 deletions(-)
7686
7687 commit 1f038eec3c0dd6331036f795614fe1ddcbf613b0
7688 Author: Behdad Esfahbod <behdad@behdad.org>
7689 Date:   Thu Jan 29 13:05:25 2015 +0100
7690
7691     [layout] Fix backward reject()
7692
7693     Has no functional effect since reject was never used with
7694     match_glyph_data.
7695
7696  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
7697  1 file changed, 1 insertion(+), 1 deletion(-)
7698
7699 commit 37d13acd8d414a4b53fac0152addfadecf755cd4
7700 Author: Behdad Esfahbod <behdad@behdad.org>
7701 Date:   Thu Jan 29 11:38:01 2015 +0100
7702
7703     [layout] Remove some unnecessary checks in skippy
7704
7705  src/hb-ot-layout-gpos-table.hh       | 3 ---
7706  src/hb-ot-layout-gsubgpos-private.hh | 9 ++-------
7707  2 files changed, 2 insertions(+), 10 deletions(-)
7708
7709 commit baa14e18148d3f5493f78b4fe9e0c835a01f50f7
7710 Author: Behdad Esfahbod <behdad@behdad.org>
7711 Date:   Thu Jan 29 11:08:43 2015 +0100
7712
7713     [lookup] Don't initialize skippy if coverage match fails
7714
7715     Currently:
7716
7717       - Initializing skippy is very expensive,
7718
7719       - Our lookup accelerator (using set-digests) can be very ineffecite,
7720
7721     As such, we end up many times initializing skippy but then failing
7722     coverage check.  Reordering fixes that.
7723
7724     When, later, we fix our accelerator to have truly small false-positive
7725     rate (for example by using the frozen-sets), then we might want to
7726     reorder these checks such that we wouldn't calculate coverage number
7727     if skippy is going to fail.
7728
7729     This shows a 5% speedup with Roboto already.
7730
7731  src/hb-ot-layout-gpos-table.hh | 15 ++++++---------
7732  1 file changed, 6 insertions(+), 9 deletions(-)
7733
7734 commit 7788993bc19bf122f1e143ab64cc1da2ed1865a3
7735 Author: Behdad Esfahbod <behdad@behdad.org>
7736 Date:   Wed Jan 28 23:01:12 2015 -0800
7737
7738     [layout] Use setter method to set c->lookup_props
7739
7740  src/hb-ot-layout-gpos-table.hh | 2 +-
7741  src/hb-ot-layout-gsub-table.hh | 2 +-
7742  2 files changed, 2 insertions(+), 2 deletions(-)
7743
7744 commit f4ee48fd7b312550faf9b0be4cd1b2f2849dd08d
7745 Author: Behdad Esfahbod <behdad@behdad.org>
7746 Date:   Wed Jan 28 22:53:54 2015 -0800
7747
7748     [layout] Remove unused wrapper method
7749
7750  src/hb-ot-layout-gsubgpos-private.hh | 2 --
7751  1 file changed, 2 deletions(-)
7752
7753 commit 7b7129c7a997def599fb4d2ba05fda40d27aed20
7754 Author: Behdad Esfahbod <behdad@behdad.org>
7755 Date:   Wed Jan 28 21:46:07 2015 -0800
7756
7757     Add hb_frozen_set_t
7758
7759     I experimented with replacing use of hb_set_digest_t with this new
7760     hb_frozen_set_t, hoping to get a huge speedup for busy lookups
7761     (like kern lookup in Roboto), but I only got 6% speendup in Roboto
7762     and 4% in NotoNastaliqUrduDraft :(.
7763
7764  src/hb-set-private.hh | 57
7765  ++++++++++++++++++++++++++++++++++++++++++++++++++-
7766  1 file changed, 56 insertions(+), 1 deletion(-)
7767
7768 commit 241eac9559465fa79f396570af4e87f455b7e9d5
7769 Author: Behdad Esfahbod <behdad@behdad.org>
7770 Date:   Wed Jan 28 20:55:42 2015 -0800
7771
7772     Hide internals of lookup accelerators
7773
7774  src/hb-ot-layout-gsub-table.hh | 5 +++--
7775  src/hb-ot-layout-private.hh    | 5 +++++
7776  src/hb-ot-layout.cc            | 6 +++---
7777  3 files changed, 11 insertions(+), 5 deletions(-)
7778
7779 commit e2d4e8480d85436a3acad8145acac345ed593f5a
7780 Author: Behdad Esfahbod <behdad@behdad.org>
7781 Date:   Wed Jan 28 20:29:48 2015 -0800
7782
7783     [util] Add convenience "make lib" target
7784
7785  util/Makefile.am | 4 ++++
7786  1 file changed, 4 insertions(+)
7787
7788 commit faaae64bf28abdcdd15185374bc09a3809794118
7789 Merge: 7888a6b 9768e65
7790 Author: Behdad Esfahbod <behdad@behdad.org>
7791 Date:   Wed Feb 25 15:34:34 2015 -0800
7792
7793     Merge pull request #85 from KonstantinRitt/define_inline
7794
7795     Fix build with MSVC on CE
7796
7797 commit 9ee176ee978e6668c4faf00028811ce70979122e
7798 Author: Collin Fair <cpf@cpfx.ca>
7799 Date:   Sat Feb 14 09:59:44 2015 -0500
7800
7801     Stop hb-shape docs leaking into hb-view
7802
7803  util/options.cc | 15 ++++++++-------
7804  1 file changed, 8 insertions(+), 7 deletions(-)
7805
7806 commit 952b8dbdf61da9b4814e09ad3c1b9b76483bef5c
7807 Author: Collin Fair <cpf@cpfx.ca>
7808 Date:   Sat Feb 14 09:44:00 2015 -0500
7809
7810     'All' of the above, not 'each'
7811
7812  util/options.cc | 4 ++--
7813  1 file changed, 2 insertions(+), 2 deletions(-)
7814
7815 commit 9e867b64467c46eea5cc9b1d5a9404a1221bbbfc
7816 Author: Collin Fair <cpf@cpfx.ca>
7817 Date:   Sat Feb 14 09:32:04 2015 -0500
7818
7819     Remove reference to --help-output-content in --help-output (as
7820     --help-output-format's options aren't available in hb-view)
7821
7822  util/options.cc | 2 +-
7823  1 file changed, 1 insertion(+), 1 deletion(-)
7824
7825 commit 1d55ffeb66381889f11ebb9039ca4ec2ca5efbab
7826 Author: Collin Fair <cpf@cpfx.ca>
7827 Date:   Sat Feb 14 09:29:35 2015 -0500
7828
7829     Add serialization syntax documentation. Clarify naming and wording
7830     in --help-output/--help-format
7831
7832  util/options.cc | 30 ++++++++++++++++--------------
7833  1 file changed, 16 insertions(+), 14 deletions(-)
7834
7835 commit 9768e651be0561f07d6f38c3ed8bc5ee04882990
7836 Author: Konstantin Ritt <ritt.ks@gmail.com>
7837 Date:   Sat Feb 14 00:58:51 2015 +0400
7838
7839     Fix build with MSVC on CE
7840
7841     This code is C++ only. There isn't a single C++ compiler that fails to
7842     understand the "inline" keyword, since it's required by C++98. Any
7843     compiler older than C++98 is likely to choke on the template usage
7844     further down, so this isn't necessary.
7845
7846     Moreover, the C++ standard says you cannot define macros.
7847     [lib.macro.names] says "Nor shall such a translation unit define
7848     macros
7849     for names lexically identical to keywords." -- technically, it's a
7850     promise that the Standard Library headers won't do it, the wording
7851     means
7852     that the entire translation unit won't do it, which implies no source
7853     can do it.
7854
7855     MSVC complains about it:
7856     fatal error C1189: #error : The C++ Standard Library forbids
7857     macroizing
7858     keywords. Enable warning C4005 to find the forbidden macro.
7859
7860     Author: Thiago Macieira <thiago.macieira@intel.com>
7861
7862  src/hb-private.hh | 10 ----------
7863  1 file changed, 10 deletions(-)
7864
7865 commit 7888a6b07a9922cedd3e0d235959058e0011357b
7866 Author: Behdad Esfahbod <behdad@behdad.org>
7867 Date:   Wed Jan 28 12:40:40 2015 -0800
7868
7869     [ft] Handle negative scales with vertical writing
7870
7871  src/hb-ft.cc | 8 ++++++++
7872  1 file changed, 8 insertions(+)
7873
7874 commit 982d94eaa2a377616f22f39427e5ed9f1ce43263
7875 Author: Behdad Esfahbod <behdad@behdad.org>
7876 Date:   Wed Jan 28 10:51:33 2015 -0800
7877
7878     [coretext] Don't generate notdef glyph for default-ignorables
7879
7880     As discovered on Chrome Mac:
7881     https://code.google.com/p/chromium/issues/detail?id=452326
7882
7883  src/hb-coretext.cc | 2 ++
7884  src/hb-ot-shape.cc | 2 +-
7885  2 files changed, 3 insertions(+), 1 deletion(-)
7886
7887 commit 6917a045fd8d16952cad75fda8b291b11e1d3564
7888 Author: Behdad Esfahbod <behdad@behdad.org>
7889 Date:   Wed Jan 28 10:43:32 2015 -0800
7890
7891     [coretext] Unbreak glyph positioning in presence of notdef runs
7892
7893     As discovered on Chrome Mac:
7894     https://code.google.com/p/chromium/issues/detail?id=452326
7895
7896     This was originally broken in:
7897
7898         commit 5a0eed3b50629be4826e4e9428f2c3255195395d
7899         Author: Behdad Esfahbod <behdad@behdad.org>
7900         Date:   Mon Aug 11 23:47:16 2014 -0400
7901
7902             [coretext] Implement vertical shaping
7903
7904  src/hb-coretext.cc | 35 +++++++++++++++++++++++++++--------
7905  1 file changed, 27 insertions(+), 8 deletions(-)
7906
7907 commit 1eff4350239b0768e1042b52db9fb1c0d266f96a
7908 Author: Behdad Esfahbod <behdad@behdad.org>
7909 Date:   Tue Jan 27 12:26:04 2015 -0800
7910
7911     Minor optimization
7912
7913  src/hb-ot-shape-normalize.cc | 9 +++++----
7914  1 file changed, 5 insertions(+), 4 deletions(-)
7915
7916 commit 675956aca01fc4e005a338af43d1c1f4f938abd1
7917 Author: Konstantin Ritt <ritt.ks@gmail.com>
7918 Date:   Tue Jan 27 11:23:07 2015 +0400
7919
7920     Do not leak hb_language_t on hb_language_item_t destruction
7921
7922  src/hb-common.cc | 1 +
7923  1 file changed, 1 insertion(+)
7924
7925 commit b306f9674a599da50754d24fa5aefcb6bba04420
7926 Author: Konstantin Ritt <ritt.ks@gmail.com>
7927 Date:   Tue Jan 27 20:08:41 2015 +0400
7928
7929     Minor improvement to HB_SHAPER_DATA_DESTROY
7930
7931  src/hb-shaper-private.hh | 7 +++----
7932  1 file changed, 3 insertions(+), 4 deletions(-)
7933
7934 commit 61820bc4ca1f02433db4be7c81f27cf97e2bd519
7935 Author: Behdad Esfahbod <behdad@behdad.org>
7936 Date:   Mon Jan 26 14:25:52 2015 -0800
7937
7938     [API] Add hb_buffer_add_latin1()
7939
7940     This is by no ways to promote non-Unicode encodings.  This is an entry
7941     point that takes Unicode codepoints that happen to all be the first
7942     256 characters and hence fit in 8bit strings.  This is useful eg
7943     in Chrome
7944     where strings that can fit in 8bit are implemented that way, and this
7945     avoids copying into UTF-8 or UTF-16.
7946
7947     Perhaps we should rename this to hb_buffer_add_codepoints8().
7948     I'm also
7949     curious if anyone would be really interested in
7950     hb_buffer_add_codepoints16().
7951
7952     Please discuss!
7953
7954  src/hb-buffer.cc      | 36 +++++++++++++++++++++++++-------
7955  src/hb-buffer.h       |  8 ++++++++
7956  src/hb-utf-private.hh | 57
7957  ++++++++++++++++++++++++++++++++++++++-------------
7958  3 files changed, 80 insertions(+), 21 deletions(-)
7959
7960 commit 78c6e86c04f12154c88b9f9264d0bd50b721699b
7961 Author: Behdad Esfahbod <behdad@behdad.org>
7962 Date:   Mon Jan 26 14:08:36 2015 -0800
7963
7964     Fix hb_buffer_add_codepoints to actually NOT validate
7965
7966  src/hb-buffer.cc | 2 +-
7967  1 file changed, 1 insertion(+), 1 deletion(-)
7968
7969 commit 70c25ee215635db23eb0757641bd372940c0d85d
7970 Merge: 28f5e0b f3537b6
7971 Author: Behdad Esfahbod <behdad@behdad.org>
7972 Date:   Sun Jan 25 13:06:03 2015 -0800
7973
7974     Merge pull request #81 from KonstantinRitt/fixes/build/win8phone
7975
7976     winrt_buildfixes
7977
7978 commit f3537b620b0a7392ea27f01f465c5ba79459c858
7979 Author: Konstantin Ritt <ritt.ks@gmail.com>
7980 Date:   Sun Jan 25 09:50:51 2015 +0400
7981
7982     Move some code around
7983
7984     Just to keep Windows specific workarounds in a single place.
7985
7986  src/hb-private.hh | 25 ++++++++++++-------------
7987  1 file changed, 12 insertions(+), 13 deletions(-)
7988
7989 commit afb62d88d78cacb6b881aaf329a654fd32f5ae29
7990 Author: Konstantin Ritt <ritt.ks@gmail.com>
7991 Date:   Sun Jan 25 08:16:26 2015 +0400
7992
7993     Do not define MemoryBarrier on WinCE
7994
7995     There is a _HBMemoryBarrier() wrapper function that emulates
7996     MemoryBarrier() behavior when it is not defined.
7997
7998  src/hb-private.hh | 1 -
7999  1 file changed, 1 deletion(-)
8000
8001 commit 7db326a15b173c0d101adc608bf551a628c65dcd
8002 Author: Konstantin Ritt <ritt.ks@gmail.com>
8003 Date:   Sun Jan 25 08:13:24 2015 +0400
8004
8005     Fix build on WinRT
8006
8007     There is no environment (like WinCE) and the basic version
8008     of InitializeCriticalSection is unsupported.
8009
8010     https://codereview.qt-project.org/#/c/92496/
8011
8012  src/hb-mutex-private.hh | 4 ++++
8013  src/hb-private.hh       | 2 ++
8014  2 files changed, 6 insertions(+)
8015
8016 commit 28f5e0b2f41670617bd778660364bbd58b1b68f2
8017 Author: Behdad Esfahbod <behdad@behdad.org>
8018 Date:   Fri Jan 23 12:45:35 2015 -0800
8019
8020     0.9.38
8021
8022  NEWS         | 23 +++++++++++++++++++++++
8023  configure.ac |  2 +-
8024  2 files changed, 24 insertions(+), 1 deletion(-)
8025
8026 commit a319d0777b746a2bbe5cd5a206172f1580da3379
8027 Author: Behdad Esfahbod <behdad@behdad.org>
8028 Date:   Fri Jan 23 12:44:24 2015 -0800
8029
8030     [ft] Handle negative x_scale / y_scale
8031
8032  src/hb-ft.cc | 12 ++++++++++--
8033  1 file changed, 10 insertions(+), 2 deletions(-)
8034
8035 commit b0b38bb892473d9a65e06dd3b4713da39f92bef9
8036 Author: Behdad Esfahbod <behdad@behdad.org>
8037 Date:   Wed Jan 21 19:19:33 2015 -0800
8038
8039     [coretext] Fix positioning of notdef
8040
8041  src/hb-coretext.cc | 19 ++++++++++---------
8042  1 file changed, 10 insertions(+), 9 deletions(-)
8043
8044 commit 70622e5089c01ea16fd9deed11cb39d43145c121
8045 Author: Behdad Esfahbod <behdad@behdad.org>
8046 Date:   Wed Jan 21 18:50:57 2015 -0800
8047
8048     [coretext] Fix scaling
8049
8050     Before we were not accounting for possible differences in x_scale and
8051     y_scale, as well as the signs of those.  All should be in good shape
8052     now.
8053
8054  src/hb-coretext.cc | 26 +++++++++++++++++++-------
8055  1 file changed, 19 insertions(+), 7 deletions(-)
8056
8057 commit 221ba02b0816584a02471037edae7cec9c1b8acc
8058 Author: Behdad Esfahbod <behdad@behdad.org>
8059 Date:   Wed Jan 21 16:42:09 2015 -0800
8060
8061     [coretext] Use vertical advance for notdef in vertical direction
8062
8063  src/hb-coretext.cc | 7 ++++++-
8064  1 file changed, 6 insertions(+), 1 deletion(-)
8065
8066 commit 7988da24c507ee310772f72cc5bcfd3c0a1187a0
8067 Author: Behdad Esfahbod <behdad@behdad.org>
8068 Date:   Wed Jan 21 18:33:50 2015 -0800
8069
8070     Add convenience make target "make lib" in src/
8071
8072  src/Makefile.am | 3 +++
8073  1 file changed, 3 insertions(+)
8074
8075 commit 31d48dd919e3b4a0bec5ede384f76db9b44f4d71
8076 Author: Behdad Esfahbod <behdad@behdad.org>
8077 Date:   Wed Jan 21 01:57:44 2015 -0800
8078
8079     Add README.python
8080
8081  README.python | 26 ++++++++++++++++++++++++++
8082  1 file changed, 26 insertions(+)
8083
8084 commit ca1c2813dd0b082a8c418bd3edd3f6cba97bd5f0
8085 Author: Behdad Esfahbod <behdad@behdad.org>
8086 Date:   Wed Jan 21 01:51:48 2015 -0800
8087
8088     [bindings] Add README.python
8089
8090  Makefile.am | 1 +
8091  1 file changed, 1 insertion(+)
8092
8093 commit cd4eb96abb90a84b42e9b288e39bad759e4411a0
8094 Author: Behdad Esfahbod <behdad@behdad.org>
8095 Date:   Tue Jan 20 12:30:45 2015 -0800
8096
8097     [util] Add --font-size to hb-shape
8098
8099     Also makes hb-view to use 8 bits of subpixel precision and shape at
8100     requested size, instead of always shaping at upem and scaling results.
8101
8102  util/hb-ot-shape-closure.cc |  2 +-
8103  util/hb-shape.cc            |  2 +-
8104  util/hb-view.cc             |  5 ++++-
8105  util/helper-cairo.cc        | 16 ++++++++--------
8106  util/helper-cairo.hh        |  5 ++---
8107  util/main-font-text.hh      |  4 ++--
8108  util/options.cc             | 44
8109  +++++++++++++++++++++++++++++++++++++++++---
8110  util/options.hh             | 16 ++++++++++++----
8111  util/view-cairo.cc          |  2 +-
8112  util/view-cairo.hh          |  8 ++++----
8113  10 files changed, 76 insertions(+), 28 deletions(-)
8114
8115 commit 5789ca69d7464bab5fa0c5bdf404f3afaa490faf
8116 Author: Behdad Esfahbod <behdad@behdad.org>
8117 Date:   Fri Jan 9 14:22:01 2015 -0800
8118
8119     [util] Minor
8120
8121  util/options.cc | 2 +-
8122  1 file changed, 1 insertion(+), 1 deletion(-)
8123
8124 commit 67dfa8c7c2f2e9040a9c60c680f739ada4a35fb5
8125 Author: Behdad Esfahbod <behdad@behdad.org>
8126 Date:   Mon Jan 19 17:00:31 2015 -0800
8127
8128     When matching second glyph of kerning pairs, use bsearch
8129
8130     Roboto has glyphs (like 'F') that have 200 kerning pairs.
8131     Add a handcoded bsearch instead of previous linear search.
8132
8133     This doesn't show much speedup though, apparently we spend the
8134     bulk of the time somewhere before here.
8135
8136  src/hb-ot-layout-gpos-table.hh | 21 ++++++++++++++++-----
8137  1 file changed, 16 insertions(+), 5 deletions(-)
8138
8139 commit e9f5c65be027eb7759ab819e267e24dff3b017b6
8140 Author: Behdad Esfahbod <behdad@behdad.org>
8141 Date:   Mon Jan 19 14:42:11 2015 -0800
8142
8143     [bindings] Minor
8144
8145  src/sample.py | 2 ++
8146  1 file changed, 2 insertions(+)
8147
8148 commit 3704628d1f124234324b5f2bdd5fdd61c14c7801
8149 Merge: 1aaa7d6 5eb939d
8150 Author: Behdad Esfahbod <behdad@behdad.org>
8151 Date:   Mon Jan 19 16:15:00 2015 -0800
8152
8153     Merge pull request #77 from roozbehp/master
8154
8155     Change New Tai Lue shaping engine from SEA to default
8156
8157 commit 5eb939ddfe9ef217da2e48d7d0f1f4b7501714ad
8158 Author: Roozbeh Pournader <roozbeh@google.com>
8159 Date:   Sun Jan 18 14:30:08 2015 -0800
8160
8161     Change New Tai Lue shaping engine from SEA to default
8162
8163     This is to reflect the UTC decision to change the encoding model of
8164     New Tai Lue from logical to visual to be similar to Thai, Lao, and
8165     Tai Viet: http://www.unicode.org/L2/L2014/14250.htm#141-C26
8166
8167     The visual encoding is already the current practice of encoding New
8168     Tai Lue on the web anyway:
8169     http://www.unicode.org/L2/L2014/14195-newtailue.txt
8170
8171     Fixes behdad/harfbuzz#66.
8172
8173  src/hb-ot-shape-complex-private.hh | 2 +-
8174  1 file changed, 1 insertion(+), 1 deletion(-)
8175
8176 commit 1aaa7d6799b42b392dd191d3c12011721ef99e74
8177 Author: Behdad Esfahbod <behdad@behdad.org>
8178 Date:   Sat Jan 17 20:16:56 2015 -0800
8179
8180     [indic] Fix out-of-bounds access
8181
8182  src/gen-indic-table.py                 |  2 +-
8183  src/hb-ot-shape-complex-indic-table.cc | 36
8184  +++++++++++++++++-----------------
8185  2 files changed, 19 insertions(+), 19 deletions(-)
8186
8187 commit 238d6a38f2ceb7d8dceec9365a823f032b3b9f7d
8188 Author: Behdad Esfahbod <behdad@behdad.org>
8189 Date:   Wed Jan 7 10:51:44 2015 -0800
8190
8191     [bindings] Update sample.py
8192
8193  src/sample.py | 9 ++++++---
8194  1 file changed, 6 insertions(+), 3 deletions(-)
8195
8196 commit 2cd5323531dcd800549b2cb1cb51d708e72ab2d8
8197 Author: Behdad Esfahbod <behdad@behdad.org>
8198 Date:   Tue Jan 6 19:16:38 2015 -0800
8199
8200     [bindings] Use hb_glib_blob_create() in sample
8201
8202     hb_blob_create() is considered C-only API.
8203
8204  src/hb-blob.cc |  8 ++++----
8205  src/sample.py  | 19 +++++++++----------
8206  2 files changed, 13 insertions(+), 14 deletions(-)
8207
8208 commit 0ef179e2dc040c13497af847b8c1cec846dbdbf9
8209 Author: Behdad Esfahbod <behdad@behdad.org>
8210 Date:   Tue Jan 6 16:58:33 2015 -0800
8211
8212     [glib] Add hb_glib_blob_create() that takes GBytes
8213
8214  src/hb-glib.cc | 11 +++++++++++
8215  src/hb-glib.h  |  3 +++
8216  2 files changed, 14 insertions(+)
8217
8218 commit b91904a40da6287f84bc79de60674fa57232ec09
8219 Author: Behdad Esfahbod <behdad@behdad.org>
8220 Date:   Tue Jan 6 15:43:14 2015 -0800
8221
8222     [bindings] Replace deprecated allow-none with optional and nullable
8223
8224  src/hb-blob.cc    | 4 ++--
8225  src/hb-shape.cc   | 2 +-
8226  src/hb-unicode.cc | 2 +-
8227  3 files changed, 4 insertions(+), 4 deletions(-)
8228
8229 commit 81a31f3eff44a85bb2160d51156a01a18f0a97df
8230 Author: Behdad Esfahbod <behdad@behdad.org>
8231 Date:   Tue Jan 6 15:37:31 2015 -0800
8232
8233     [bindings] Make sample Python 2/3 compatible
8234
8235  src/sample.py | 15 ++++++++++++++-
8236  1 file changed, 14 insertions(+), 1 deletion(-)
8237
8238 commit b632e7997d9cb6e4782cab6d8c62e8e5edaa4cb0
8239 Author: Behdad Esfahbod <behdad@behdad.org>
8240 Date:   Tue Jan 6 14:05:26 2015 -0800
8241
8242     Fix up gobject-introspection a bit
8243
8244     Minimal shaping works now!
8245
8246  src/hb-blob.cc   |  6 +++---
8247  src/hb-buffer.cc |  2 +-
8248  src/sample.py    | 34 ++++++++++++++++++++++++++++------
8249  3 files changed, 32 insertions(+), 10 deletions(-)
8250
8251 commit 3d1a666a8629a8502a2bcf23ab943e2b39a0da92
8252 Author: Behdad Esfahbod <behdad@behdad.org>
8253 Date:   Mon Jan 5 14:43:13 2015 -0800
8254
8255     Remove hardcoded ICU include paths.
8256
8257     ICU exports them using LOCAL_EXPORT_C_INCLUDE_DIRS.
8258
8259     https://android-review.googlesource.com/#/c/121311/
8260
8261  Android.mk | 3 +--
8262  1 file changed, 1 insertion(+), 2 deletions(-)
8263
8264 commit 8cb41cb9508eb1bb6319e92f900cfe5e8a131be3
8265 Merge: 365c03f fb85d61
8266 Author: Behdad Esfahbod <behdad@behdad.org>
8267 Date:   Sun Jan 4 20:32:18 2015 -0800
8268
8269     Merge pull request #76 from cpeterso/cpeterso/Wunused-function
8270
8271     Add #ifdef HB_USE_ATEXIT to fix -Wunused-function warnings
8272
8273 commit fb85d618f5883458bacf0ecb0894772291a2d738
8274 Author: Chris Peterson <cpeterson@mozilla.com>
8275 Date:   Sun Jan 4 19:31:10 2015 -0800
8276
8277     Add #ifdef HB_USE_ATEXIT to fix -Wunused-function warnings
8278
8279  src/hb-common.cc | 2 +-
8280  src/hb-ft.cc     | 4 +++-
8281  src/hb-shape.cc  | 4 +++-
8282  src/hb-shaper.cc | 4 +++-
8283  4 files changed, 10 insertions(+), 4 deletions(-)
8284
8285 commit 365c03fc2bcdb4098314a0e123c46018fb882586
8286 Merge: c36c4a9 d1897a9
8287 Author: Behdad Esfahbod <behdad@behdad.org>
8288 Date:   Sat Jan 3 21:55:30 2015 -0800
8289
8290     Merge pull request #75 from cpeterso/cpeterso/Wunused-value
8291
8292     Fix hb_atomic_ptr_cmpexch -Wunused-value warnings
8293
8294 commit d1897a98d8da40cffb57c07099a9a93cfeaacc36
8295 Author: Chris Peterson <cpeterson@mozilla.com>
8296 Date:   Sat Jan 3 19:46:19 2015 -0800
8297
8298     Fix hb_atomic_ptr_cmpexch -Wunused-value warnings
8299
8300  src/hb-common.cc | 2 +-
8301  src/hb-icu.cc    | 4 +---
8302  2 files changed, 2 insertions(+), 4 deletions(-)
8303
8304 commit c36c4a9924609df648e62e47fa017b19b844fd98
8305 Author: Behdad Esfahbod <behdad@behdad.org>
8306 Date:   Fri Jan 2 14:09:23 2015 -0800
8307
8308     Add missing va_end()
8309
8310     Fixes https://github.com/behdad/harfbuzz/pull/74
8311
8312  util/options.cc | 1 +
8313  1 file changed, 1 insertion(+)
8314
8315 commit f34aaba8687a20794835e2dc878c52d1b53e6f85
8316 Author: Behdad Esfahbod <behdad@behdad.org>
8317 Date:   Sun Dec 28 18:56:15 2014 -0800
8318
8319     [ft] Don't set font ppem
8320
8321     For discussion see:
8322
8323       http://lists.freedesktop.org/archives/harfbuzz/2012-April/001905.html
8324
8325     Over time we have had added NO_HINTING all over the place in hb-ft.
8326     Finish it off.
8327     Not setting ppem on hb-font disables get_contour_point() calls which
8328     is good anyway.
8329
8330     See comments in the commit.
8331
8332  src/hb-ft.cc | 9 +++++++++
8333  1 file changed, 9 insertions(+)
8334
8335 commit 350f3a02ce225e5d78db8ac96de1351ff9f96dd5
8336 Author: Behdad Esfahbod <behdad@behdad.org>
8337 Date:   Sun Dec 28 17:44:26 2014 -0800
8338
8339     [ft] Add hb_ft_face_create_referenced() and
8340     hb_ft_font_create_referenced()
8341
8342     When I originally wrote hb-ft, FreeType objects did not support
8343     reference
8344     counting.  As such, hb_ft_face_create() and hb_ft_font_create() had a
8345     "destroy" callback and client was responsible for making sure
8346     FT_Face is
8347     kept around as long as the hb-font/face are alive.
8348
8349     However, since this was not clearly documented, some clienets didn't
8350     correctly did that.  In particular, some clients assumed that
8351     it's safe
8352     to destroy FT_Face and then hb_face_t.  This, indeed, used to work,
8353     until
8354     45fd9424c723f115ca98995b8f8a25185a6fc71d, which make face destroy
8355     access
8356     font tables.
8357
8358     Now, I fixed that issue in 395b35903e052aecc97d0807e4f813c64c0d2b0b
8359     since
8360     the access was not needed, but the problem remains that not all
8361     clients
8362     handle this correctly.  See:
8363
8364       https://bugs.freedesktop.org/show_bug.cgi?id=86300
8365
8366     Fortunately, FT_Reference_Face() was added to FreeType in 2010,
8367     and so we
8368     can use it now.  Originally I wanted to change hb_ft_face_create() and
8369     hb_ft_font_create() to reference the face if destroy==NULL was
8370     passed in.
8371     That would improve pretty much all clients, with little undesired
8372     effects.
8373     Except that FreeType itself, when compiled with HarfBuzz support,
8374     calls
8375     hb_ft_font_create() with destroy==NULL and saves the resulting
8376     hb-font on
8377     the ft-face (why does it not free it immediately?).  Making hb-face
8378     reference ft-face causes a cycling reference there.  At least,
8379     that's my
8380     current understanding.
8381
8382     At any rate, a cleaner approach, even if it means all clients will
8383     need a
8384     change, is to introduce brand new API.  Which this commit does.
8385
8386     Some comments added to hb-ft.h, hoping to make future clients
8387     make better
8388     choices.
8389
8390     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=75299
8391
8392  configure.ac |  4 ++--
8393  src/hb-ft.cc | 32 ++++++++++++++++++++++++++++++++
8394  src/hb-ft.h  | 59
8395  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
8396  3 files changed, 92 insertions(+), 3 deletions(-)
8397
8398 commit 9a3b74884b2e41c7040611030f4336f13d18fd3e
8399 Author: Behdad Esfahbod <behdad@behdad.org>
8400 Date:   Sun Dec 28 17:27:39 2014 -0800
8401
8402     Remove redundant check for FT_Face_GetCharVariantIndex
8403
8404     We require FreeType >= 2.8.3.  This symbol was introduced earlier
8405     than that.
8406
8407  configure.ac | 9 +--------
8408  src/hb-ft.cc | 2 --
8409  2 files changed, 1 insertion(+), 10 deletions(-)
8410
8411 commit 1226b2e930aa456cc05bbe621c96f4286a95cff6
8412 Author: Behdad Esfahbod <behdad@behdad.org>
8413 Date:   Sun Dec 28 17:04:23 2014 -0800
8414
8415     Fix FreeType version check
8416
8417  configure.ac | 3 ++-
8418  1 file changed, 2 insertions(+), 1 deletion(-)
8419
8420 commit affacf2f37db767ab8df7f2db6cd9e0e9b0a2b8a
8421 Author: Behdad Esfahbod <behdad@behdad.org>
8422 Date:   Sun Dec 28 16:20:31 2014 -0800
8423
8424     [ft] Open blob in READONLY mode
8425
8426     HB_MEMORY_MODE_READONLY_MAY_MAKE_WRITABLE is deprecated and fairly
8427     useless now.
8428
8429  src/hb-ft.cc | 6 +-----
8430  1 file changed, 1 insertion(+), 5 deletions(-)
8431
8432 commit 395b35903e052aecc97d0807e4f813c64c0d2b0b
8433 Author: Behdad Esfahbod <behdad@behdad.org>
8434 Date:   Sun Dec 28 16:03:26 2014 -0800
8435
8436     Avoid accessing layout tables at face destruction
8437
8438     "Fixes" https://bugs.freedesktop.org/show_bug.cgi?id=86300
8439
8440     Based on discussion someone else who had a similar issue, most
8441     probably
8442     the user is releasing FT_Face before destructing hb_face_t /
8443     hb_font_t.
8444     While that's a client bug, and while we can (and should) use FreeType
8445     refcounting to help avoid that, it happens that we were accessing
8446     the table when we didn't really have to.  Avoid that.
8447
8448  src/hb-ot-layout-private.hh                | 3 +--
8449  src/hb-ot-layout.cc                        | 4 ++--
8450  src/hb-ot-shape-complex-arabic-fallback.hh | 2 +-
8451  3 files changed, 4 insertions(+), 5 deletions(-)
8452
8453 commit 7d5e7613ced3dd39d05df83ca7e8952cbecd68f6
8454 Author: Behdad Esfahbod <behdad@behdad.org>
8455 Date:   Thu Dec 18 18:22:21 2014 -0800
8456
8457     Fail blob creation if length overflows or is too large
8458
8459     Fail if blob start plus length overflows; or if blob length
8460     is greater than 2GB.  It takes a while for fonts to get to that
8461     size.  In the mean time, it protects against bugs like this:
8462
8463       http://www.icu-project.org/trac/ticket/11450
8464
8465     Also avoids some weird issues with 32bit vs 64bit systems
8466     as we accept length as unsigned int.  As such, a length of
8467     -1 will cause overflow on 32bit machines, but happily
8468     accepted on a 64bit machine.  Avoid that.
8469
8470  src/hb-blob.cc       | 5 ++++-
8471  test/api/test-blob.c | 3 +++
8472  2 files changed, 7 insertions(+), 1 deletion(-)
8473
8474 commit d5a5052098b0aa79ff55c235e61a9db477c4120f
8475 Author: Behdad Esfahbod <behdad@behdad.org>
8476 Date:   Thu Dec 18 18:09:41 2014 -0800
8477
8478     Assert that blob length doesn't overflow address.
8479
8480     This will crash now, if blob was created with wrong length.
8481     Check for that coming next commit.
8482
8483  src/hb-open-type-private.hh | 1 +
8484  1 file changed, 1 insertion(+)
8485
8486 commit 66e37409b3bc1eddc86704ae26d9176677ce6aa6
8487 Author: Behdad Esfahbod <behdad@behdad.org>
8488 Date:   Wed Dec 17 12:09:17 2014 -0800
8489
8490     0.9.37
8491
8492  NEWS         | 8 ++++++++
8493  configure.ac | 2 +-
8494  2 files changed, 9 insertions(+), 1 deletion(-)
8495
8496 commit 093c520de506aec74f3fb1e195c0ca85813424dd
8497 Author: Behdad Esfahbod <behdad@behdad.org>
8498 Date:   Fri Dec 12 21:07:53 2014 -0800
8499
8500     [otlayout] Mark variables that are C arrays as opposed to OT::ArrayOf
8501
8502  src/hb-ot-layout-gpos-table.hh       | 24 +++++++--------
8503  src/hb-ot-layout-gsubgpos-private.hh | 60
8504  ++++++++++++++++++------------------
8505  2 files changed, 42 insertions(+), 42 deletions(-)
8506
8507 commit 9df0a520306a491f973d42965597bfda6023e508
8508 Author: Behdad Esfahbod <behdad@behdad.org>
8509 Date:   Fri Dec 12 20:54:28 2014 -0800
8510
8511     [otlayout] Avoid invalid access with Context format 3
8512
8513  src/hb-ot-layout-gsubgpos-private.hh | 2 ++
8514  1 file changed, 2 insertions(+)
8515
8516 commit 295ef1dd5229f47d8e0eb5b4eb48c90a6b470073
8517 Author: Behdad Esfahbod <behdad@behdad.org>
8518 Date:   Fri Dec 12 20:43:18 2014 -0800
8519
8520     [ot] Debug get_coverage
8521
8522  src/hb-ot-layout-gsubgpos-private.hh | 6 +++++-
8523  1 file changed, 5 insertions(+), 1 deletion(-)
8524
8525 commit 00f6a8e334ec4c586e4e633a95b411ccb50306d3
8526 Author: Behdad Esfahbod <behdad@behdad.org>
8527 Date:   Fri Dec 12 20:36:49 2014 -0800
8528
8529     [ot] Print format in dispatch trace
8530
8531  src/hb-ot-layout-gpos-table.hh       | 16 ++++++++--------
8532  src/hb-ot-layout-gsub-table.hh       | 14 +++++++-------
8533  src/hb-ot-layout-gsubgpos-private.hh |  8 ++++----
8534  3 files changed, 19 insertions(+), 19 deletions(-)
8535
8536 commit 5c7d6f02d71362c2b192a7d96e6181977682921c
8537 Author: Behdad Esfahbod <behdad@behdad.org>
8538 Date:   Fri Dec 12 20:28:49 2014 -0800
8539
8540     Minor
8541
8542  src/hb-private.hh | 4 +++-
8543  1 file changed, 3 insertions(+), 1 deletion(-)
8544
8545 commit 153beebba9b76901b8b62b90ba0dc69462ae2090
8546 Author: Behdad Esfahbod <behdad@behdad.org>
8547 Date:   Fri Dec 12 19:46:09 2014 -0800
8548
8549     [ot] Make sure all toplevel tables have tableTag
8550
8551  src/hb-open-file-private.hh | 2 ++
8552  src/hb-ot-hhea-table.hh     | 2 ++
8553  src/hb-ot-hmtx-table.hh     | 2 ++
8554  3 files changed, 6 insertions(+)
8555
8556 commit 282b13f9b4d86b091714de7fbddc94b3e3ff3d91
8557 Author: Behdad Esfahbod <behdad@behdad.org>
8558 Date:   Fri Dec 12 19:32:46 2014 -0800
8559
8560     [sanitize] Improve debug output some more
8561
8562  src/hb-open-type-private.hh | 30 ++++++++++++++++--------------
8563  1 file changed, 16 insertions(+), 14 deletions(-)
8564
8565 commit 0766ee1f4e6046598a2e8fb1b167c3942b4a87a0
8566 Author: Behdad Esfahbod <behdad@behdad.org>
8567 Date:   Fri Dec 12 18:23:20 2014 -0800
8568
8569     [sanitize] Improve debug output
8570
8571  src/hb-open-type-private.hh | 20 ++++++++++----------
8572  1 file changed, 10 insertions(+), 10 deletions(-)
8573
8574 commit e6f80fa1044243898c402ec6a59d6c1b5420be53
8575 Author: Behdad Esfahbod <behdad@behdad.org>
8576 Date:   Wed Dec 10 12:05:24 2014 -0800
8577
8578     [indic] Allow ZWJ/ZWNJ before SM
8579
8580     In Oriya, a ZWJ/ZWNJ might be added before candrabindu to encourage
8581     or stop ligation of the candrabindu.  This is clearly specified in
8582     the Unicode section on Oriya.  Allow it there.  Note that Uniscribe
8583     doesn't allow this.
8584
8585     Micro tests added using Noto Sans Oriya draft.
8586
8587     No changes in numbers.  Currently at:
8588
8589     BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
8590     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
8591     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
8592     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
8593     KANNADA: 951190 out of 951913 tests passed. 723 failed (0.0759523%)
8594     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
8595     MALAYALAM: 1048147 out of 1048334 tests passed. 187 failed
8596     (0.0178378%)
8597     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
8598     SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
8599     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
8600     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
8601
8602  src/hb-ot-shape-complex-indic-machine.rl                 |   2 +-
8603  test/shaping/Makefile.am                                 |   1 +
8604  .../sha1sum/5028afb650b1bb718ed2131e872fbcce57828fff.ttf | Bin 0 ->
8605  4720 bytes
8606  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
8607  test/shaping/tests/MANIFEST                              |   1 +
8608  test/shaping/tests/indic-joiner-candrabindu.tests        |   2 ++
8609  6 files changed, 6 insertions(+), 1 deletion(-)
8610
8611 commit c0e95abc5f3f14121483b71f10837828a3a1d73a
8612 Author: Behdad Esfahbod <behdad@behdad.org>
8613 Date:   Thu Nov 20 14:42:24 2014 -0800
8614
8615     0.9.36
8616
8617  NEWS         | 12 ++++++++++++
8618  configure.ac |  2 +-
8619  2 files changed, 13 insertions(+), 1 deletion(-)
8620
8621 commit fde3e4a423871463c883cb969e99c29cb6f69f6b
8622 Author: Behdad Esfahbod <behdad@behdad.org>
8623 Date:   Wed Oct 29 11:23:08 2014 -0700
8624
8625     In hb_ot_collect_glyphs(), don't recurse to a lookup more than once
8626
8627     Otherwise, we might process a lookup thousands of times, with no
8628     benefit.  This pathological case was hit by Noto Nastaliq Urdu Draft
8629     in Firefox's code to determine whether space glyph is involved in
8630     any GSUB/GPOS rules.  A test page is at http://behdad.org/urdu
8631
8632     See:
8633     https://bugzilla.mozilla.org/show_bug.cgi?id=1090869
8634
8635  src/hb-ot-layout-gsubgpos-private.hh | 17 ++++++++++++++++-
8636  1 file changed, 16 insertions(+), 1 deletion(-)
8637
8638 commit 5a5640d8506ccfc99fd119e89e829170d1fea421
8639 Author: Behdad Esfahbod <behdad@behdad.org>
8640 Date:   Tue Oct 14 21:26:13 2014 -0700
8641
8642     Move code around
8643
8644  src/hb-open-type-private.hh | 50
8645  ++++++++++++++++++++++-----------------------
8646  1 file changed, 25 insertions(+), 25 deletions(-)
8647
8648 commit 666b42f73bd1f516657b206ef738108825bf239f
8649 Author: Behdad Esfahbod <behdad@behdad.org>
8650 Date:   Tue Oct 14 21:24:59 2014 -0700
8651
8652     Move macros around
8653
8654     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=84491
8655
8656  src/hb-open-type-private.hh | 63
8657  ++++++++++++++++++++++++++++++++++++++-------
8658  src/hb-private.hh           | 41 -----------------------------
8659  src/hb-uniscribe.cc         |  6 +++++
8660  3 files changed, 60 insertions(+), 50 deletions(-)
8661
8662 commit 5c87120b8178566ddae99d9825edc24f9b87ea3d
8663 Author: Behdad Esfahbod <behdad@behdad.org>
8664 Date:   Tue Oct 14 20:07:31 2014 -0700
8665
8666     Fix misc warnings
8667
8668     Fixes https://github.com/behdad/harfbuzz/pull/51
8669
8670  src/hb-buffer-deserialize-json.rl | 4 ++--
8671  src/hb-ot-layout-gsub-table.hh    | 2 +-
8672  src/hb-private.hh                 | 6 +++---
8673  3 files changed, 6 insertions(+), 6 deletions(-)
8674
8675 commit a1f27ac3c48cfe6d532dc422cf256952fea472ed
8676 Author: Behdad Esfahbod <behdad@behdad.org>
8677 Date:   Thu Oct 2 16:54:33 2014 -0400
8678
8679     Update test expectation for previous commit
8680
8681  test/shaping/tests/arabic-fallback-shaping.tests | 2 +-
8682  1 file changed, 1 insertion(+), 1 deletion(-)
8683
8684 commit 8afaf096870d7895cf2fffb6438b02c0ad1b6c52
8685 Author: Behdad Esfahbod <behdad@behdad.org>
8686 Date:   Thu Oct 2 16:40:41 2014 -0400
8687
8688     [ft] Add NO_HINTING in a couple other places
8689
8690  src/hb-ft.cc | 4 ++--
8691  1 file changed, 2 insertions(+), 2 deletions(-)
8692
8693 commit 7228011411f0e490ad1ba9894dd0d576823903ea
8694 Author: Behdad Esfahbod <behdad@behdad.org>
8695 Date:   Wed Oct 1 18:58:43 2014 -0400
8696
8697     [travis] Fix clang again
8698
8699  .travis.yml | 2 +-
8700  1 file changed, 1 insertion(+), 1 deletion(-)
8701
8702 commit 406a020e5228d4a04da6282f5a75165bab7a483e
8703 Author: Behdad Esfahbod <behdad@behdad.org>
8704 Date:   Wed Oct 1 18:54:55 2014 -0400
8705
8706     [travis] Fail build if coveralls fails
8707
8708  .travis.yml | 15 ++-------------
8709  1 file changed, 2 insertions(+), 13 deletions(-)
8710
8711 commit a8aa20260dbd9af9cbcc7d545fa8b41b07aae276
8712 Author: Behdad Esfahbod <behdad@behdad.org>
8713 Date:   Wed Oct 1 18:48:40 2014 -0400
8714
8715     [travis] Only run coveralls under gcc
8716
8717  .travis.yml | 5 ++---
8718  1 file changed, 2 insertions(+), 3 deletions(-)
8719
8720 commit 5de0407337d630117e424b7c715b7cbd432f4ef9
8721 Author: Behdad Esfahbod <behdad@behdad.org>
8722 Date:   Wed Oct 1 18:18:25 2014 -0400
8723
8724     Help clang with gcov
8725
8726  src/check-defs.sh    | 2 +-
8727  src/check-symbols.sh | 6 +++---
8728  2 files changed, 4 insertions(+), 4 deletions(-)
8729
8730 commit ef40ca8e5e830231539dc61088b58e907a840629
8731 Author: Behdad Esfahbod <behdad@behdad.org>
8732 Date:   Wed Oct 1 18:07:27 2014 -0400
8733
8734     [travis] Try to make coverage work with clang
8735
8736  .travis.yml | 11 ++++++-----
8737  1 file changed, 6 insertions(+), 5 deletions(-)
8738
8739 commit 52784da17b7278f2587168234878bb15d918c9fe
8740 Author: Behdad Esfahbod <behdad@behdad.org>
8741 Date:   Wed Oct 1 17:57:43 2014 -0400
8742
8743     [travis] Minor
8744
8745  README | 6 +++---
8746  1 file changed, 3 insertions(+), 3 deletions(-)
8747
8748 commit f2c9005f5123c7f9b227fd9ac9a3438c5fe4cf47
8749 Author: Behdad Esfahbod <behdad@behdad.org>
8750 Date:   Wed Oct 1 17:45:17 2014 -0400
8751
8752     Add README.md symlink to make github happy
8753
8754  README.md | 1 +
8755  1 file changed, 1 insertion(+)
8756
8757 commit 40987e8aaca4155d9cff211549e8d23f24c334e5
8758 Author: Behdad Esfahbod <behdad@behdad.org>
8759 Date:   Wed Oct 1 17:44:30 2014 -0400
8760
8761     [travis] Re-enable clang
8762
8763  .travis.yml | 8 +-------
8764  1 file changed, 1 insertion(+), 7 deletions(-)
8765
8766 commit 5400ac476e5a5bcc66559fcfb05a683a6b433ea1
8767 Author: Behdad Esfahbod <behdad@behdad.org>
8768 Date:   Wed Oct 1 17:41:41 2014 -0400
8769
8770     Add build and coverage status links
8771
8772  README | 3 +++
8773  1 file changed, 3 insertions(+)
8774
8775 commit 19360e0a5609c65842a989587b01a4dc7c9eae36
8776 Author: Behdad Esfahbod <behdad@behdad.org>
8777 Date:   Wed Oct 1 17:35:03 2014 -0400
8778
8779     [travis] Report matrix settings to help debugging
8780
8781  .travis.yml | 6 ++++++
8782  1 file changed, 6 insertions(+)
8783
8784 commit 9b89fc52f49b80df1f27ac7de69e0152bdcc94d6
8785 Author: Behdad Esfahbod <behdad@behdad.org>
8786 Date:   Wed Oct 1 17:20:31 2014 -0400
8787
8788     [travis] More coveralls
8789
8790  .travis.yml | 7 ++++++-
8791  1 file changed, 6 insertions(+), 1 deletion(-)
8792
8793 commit a68f2b62c1f24009993911b1dbcb76b821e58c51
8794 Author: Behdad Esfahbod <behdad@behdad.org>
8795 Date:   Wed Oct 1 17:05:58 2014 -0400
8796
8797     [travis] Give coveralls a hand
8798
8799  .travis.yml | 1 +
8800  1 file changed, 1 insertion(+)
8801
8802 commit 5194d647e13aa5ba2cfcdbdcd4a659dc5bd11418
8803 Author: Behdad Esfahbod <behdad@behdad.org>
8804 Date:   Wed Oct 1 17:03:26 2014 -0400
8805
8806     [travis] Disable clang for now
8807
8808  .travis.yml | 2 +-
8809  1 file changed, 1 insertion(+), 1 deletion(-)
8810
8811 commit 715f27f85f97fee13b119f60037db5c139489ee6
8812 Author: Behdad Esfahbod <behdad@behdad.org>
8813 Date:   Wed Oct 1 16:53:00 2014 -0400
8814
8815     [test] Fixup test
8816
8817  test/shaping/tests/hangul-jamo.tests | 9 ---------
8818  1 file changed, 9 deletions(-)
8819
8820 commit 2a508ddae5de3852243725ce22caa3dcffccb83e
8821 Author: Behdad Esfahbod <behdad@behdad.org>
8822 Date:   Wed Oct 1 16:49:22 2014 -0400
8823
8824     [travis] Another try at coveralls.io
8825
8826  .travis.yml | 6 +++---
8827  1 file changed, 3 insertions(+), 3 deletions(-)
8828
8829 commit dfe8078e5be46cab5e67aed977749c1d6725e6a7
8830 Author: Behdad Esfahbod <behdad@behdad.org>
8831 Date:   Wed Oct 1 16:38:47 2014 -0400
8832
8833     [travis] First try to hookup coveralls.io code coverage tracking
8834
8835  .travis.yml | 6 ++++--
8836  1 file changed, 4 insertions(+), 2 deletions(-)
8837
8838 commit 1b387571e4d0eed883f1ae8ec85cf0e818b4a7f9
8839 Author: Behdad Esfahbod <behdad@behdad.org>
8840 Date:   Wed Oct 1 16:14:59 2014 -0400
8841
8842     [travis] Unbreak
8843
8844  .travis.yml | 8 +-------
8845  1 file changed, 1 insertion(+), 7 deletions(-)
8846
8847 commit e281ed360dfdf803aea87b6078983867d08e07a7
8848 Author: Behdad Esfahbod <behdad@behdad.org>
8849 Date:   Wed Oct 1 16:09:08 2014 -0400
8850
8851     [travis] Minor
8852
8853  .travis.yml | 23 +++++++++++++++++++++--
8854  1 file changed, 21 insertions(+), 2 deletions(-)
8855
8856 commit c0b82ba32a1987902a3b9c05b46f8be6b121883a
8857 Author: Behdad Esfahbod <behdad@behdad.org>
8858 Date:   Wed Oct 1 14:24:07 2014 -0400
8859
8860     Create ragel-generated files in srcdir
8861
8862  src/Makefile.am | 25 ++++++++++---------------
8863  1 file changed, 10 insertions(+), 15 deletions(-)
8864
8865 commit 79bbb10b0da49ace763a50f259c2ea687143f7ea
8866 Author: Behdad Esfahbod <behdad@behdad.org>
8867 Date:   Wed Oct 1 13:33:21 2014 -0400
8868
8869     Clean ragel-generated headers in maintainercleanfiles
8870
8871  src/Makefile.am | 7 +++++++
8872  1 file changed, 7 insertions(+)
8873
8874 commit 8971cac83eb4f06847abfa3eaa15857d27141810
8875 Author: Behdad Esfahbod <behdad@behdad.org>
8876 Date:   Wed Oct 1 12:41:03 2014 -0400
8877
8878     Don't use tmp files in Makefile
8879
8880     Useful for code-coverage generation of the ragel-generated files
8881     as they will now contain the correct .hh filename in them.
8882
8883  src/Makefile.am | 27 +++++++++++++--------------
8884  1 file changed, 13 insertions(+), 14 deletions(-)
8885
8886 commit 22723186652224a635f1dad5cda0f753e78c301d
8887 Author: Behdad Esfahbod <behdad@behdad.org>
8888 Date:   Wed Oct 1 11:56:07 2014 -0400
8889
8890     check-static-inits: Filter out zero-length sections
8891
8892     When compiling with -O0, zero-sized constructors were showing up
8893     and confusing the test.
8894
8895  src/check-static-inits.sh | 2 +-
8896  1 file changed, 1 insertion(+), 1 deletion(-)
8897
8898 commit b695a3dc2300ed970a4154ad8b997407b3cb4faf
8899 Author: Behdad Esfahbod <behdad@behdad.org>
8900 Date:   Wed Oct 1 11:55:14 2014 -0400
8901
8902     check-static-inits: check for static finalizers
8903
8904  src/check-static-inits.sh | 4 ++--
8905  1 file changed, 2 insertions(+), 2 deletions(-)
8906
8907 commit 250398b1e4f102e4e44eeb9e2aebf0cd2d397344
8908 Author: Behdad Esfahbod <behdad@behdad.org>
8909 Date:   Wed Oct 1 11:28:01 2014 -0400
8910
8911     Hide other bubble-sort
8912
8913  src/hb-private.hh | 2 +-
8914  1 file changed, 1 insertion(+), 1 deletion(-)
8915
8916 commit c1e87442621beff98791ce56cfd1ccee506c4ee6
8917 Author: Behdad Esfahbod <behdad@behdad.org>
8918 Date:   Wed Oct 1 11:07:08 2014 -0400
8919
8920     Hide bubble-sort!
8921
8922  src/hb-private.hh | 2 +-
8923  1 file changed, 1 insertion(+), 1 deletion(-)
8924
8925 commit 80f77282264afb1356351024b1f062b2824bba3b
8926 Author: Behdad Esfahbod <behdad@behdad.org>
8927 Date:   Thu Sep 25 17:59:46 2014 +0300
8928
8929     [util] Fix ansi output when surface is empty
8930
8931  util/helper-cairo-ansi.cc | 4 ++--
8932  1 file changed, 2 insertions(+), 2 deletions(-)
8933
8934 commit 156852991e18e5ac256ee4d6b2916931cc274977
8935 Author: Behdad Esfahbod <behdad@behdad.org>
8936 Date:   Thu Sep 25 17:45:49 2014 +0300
8937
8938     [ot-font] Add hb_ot_face_cmap_accelerator_t
8939
8940  src/hb-ot-font.cc | 113
8941  +++++++++++++++++++++++++++++++-----------------------
8942  1 file changed, 66 insertions(+), 47 deletions(-)
8943
8944 commit d088ccaf11d9475fe0d269ce130b1793b8a1ffbf
8945 Author: Behdad Esfahbod <behdad@behdad.org>
8946 Date:   Thu Sep 25 17:26:56 2014 +0300
8947
8948     [ot-font] Minor
8949
8950  src/hb-ot-font.cc | 23 ++++++++++++-----------
8951  1 file changed, 12 insertions(+), 11 deletions(-)
8952
8953 commit d7c160a1530adabbcf33725b105072293115a34c
8954 Author: Behdad Esfahbod <behdad@behdad.org>
8955 Date:   Thu Sep 25 17:15:35 2014 +0300
8956
8957     [ot-font] Handle missing vertical metrics tables
8958
8959  src/hb-ot-font.cc | 26 +++++++++++++++++++-------
8960  1 file changed, 19 insertions(+), 7 deletions(-)
8961
8962 commit be1cca270257bfdfee3fbe821175269713acf408
8963 Author: Behdad Esfahbod <behdad@behdad.org>
8964 Date:   Thu Sep 25 16:53:24 2014 +0300
8965
8966     [ot-font] Add metrics_accel_t
8967
8968  src/hb-ot-font.cc       | 111
8969  ++++++++++++++++++++++--------------------------
8970  src/hb-ot-hhea-table.hh |   2 +-
8971  src/hb-ot-hmtx-table.hh |   4 +-
8972  3 files changed, 54 insertions(+), 63 deletions(-)
8973
8974 commit d41b809e9d21e655129a97c600d28f278fd7e62c
8975 Author: Behdad Esfahbod <behdad@behdad.org>
8976 Date:   Thu Sep 25 13:04:08 2014 +0300
8977
8978     [ot-font] Start adding vertical support
8979
8980  src/hb-ot-font.cc       | 57 ++++++++++++++++++++++++++++++++++----------
8981  src/hb-ot-hhea-table.hh | 63
8982  ++++++++++++++++++++++++++-----------------------
8983  src/hb-ot-hmtx-table.hh | 35 +++++++++++++++++----------
8984  3 files changed, 100 insertions(+), 55 deletions(-)
8985
8986 commit 22f0de5025aeeef4c8b3ca876d291d4c8e558d94
8987 Author: Behdad Esfahbod <behdad@behdad.org>
8988 Date:   Mon Aug 25 12:54:57 2014 -0400
8989
8990     Fix build
8991
8992  src/hb-ot-shape-complex-arabic-win1256.hh | 3 +++
8993  1 file changed, 3 insertions(+)
8994
8995 commit d457e3f0ff9b27616a34e4cc110d3edbf8796841
8996 Author: Behdad Esfahbod <behdad@behdad.org>
8997 Date:   Mon Aug 25 12:31:19 2014 -0400
8998
8999     [arabic] Don't #include __FILE__
9000
9001     Fine!
9002
9003     https://code.google.com/p/chromium/issues/detail?id=406957
9004
9005  src/hb-ot-shape-complex-arabic-win1256.hh | 2 +-
9006  1 file changed, 1 insertion(+), 1 deletion(-)
9007
9008 commit 9ceb673d9c35bb28c9b2ed5359bdd8b23fda0019
9009 Author: Behdad Esfahbod <behdad@behdad.org>
9010 Date:   Mon Aug 25 11:48:12 2014 -0400
9011
9012     [arabic] Allow disabling win1256 fallback code
9013
9014     By defining HB_NO_WIN1256.
9015
9016  src/hb-ot-shape-complex-arabic-fallback.hh | 2 +-
9017  1 file changed, 1 insertion(+), 1 deletion(-)
9018
9019 commit 8a9319502141c09695461c386e54f998250420e9
9020 Author: Behdad Esfahbod <behdad@behdad.org>
9021 Date:   Fri Aug 22 12:06:57 2014 -0400
9022
9023     [ot] Prefer Windows platform cmap tables / accept all Unicode
9024     encodingIDs
9025
9026     Some fonts on the Mac ship with (0,1).
9027
9028  src/hb-ot-font.cc | 7 +++++--
9029  1 file changed, 5 insertions(+), 2 deletions(-)
9030
9031 commit 270971a0fccdf4964fd3e8ab8e5cf53037a3518d
9032 Author: Behdad Esfahbod <behdad@behdad.org>
9033 Date:   Fri Aug 15 14:28:04 2014 -0400
9034
9035     [win32] Avoid preprocessor warnings re macros
9036
9037  src/hb-private.hh | 8 ++++++--
9038  1 file changed, 6 insertions(+), 2 deletions(-)
9039
9040 commit 8c6bd34d38fb3007c3d660fce0095cc5c7e9962e
9041 Author: Behdad Esfahbod <behdad@behdad.org>
9042 Date:   Thu Aug 14 13:33:37 2014 -0400
9043
9044     Fix check-symbols on OS X
9045
9046  src/check-libstdc++.sh | 14 +++++++-------
9047  src/check-symbols.sh   |  8 +++++++-
9048  2 files changed, 14 insertions(+), 8 deletions(-)
9049
9050 commit 522b1cc5261c1419166bfb90d2ff634b684be66a
9051 Author: Behdad Esfahbod <behdad@behdad.org>
9052 Date:   Thu Aug 14 13:29:30 2014 -0400
9053
9054     [coretext] Hide feature_mappings
9055
9056  src/hb-coretext.cc | 2 +-
9057  1 file changed, 1 insertion(+), 1 deletion(-)
9058
9059 commit 0d2c2f238bf0a847ecd55a70cc0f081f18a053ac
9060 Author: Behdad Esfahbod <behdad@behdad.org>
9061 Date:   Thu Aug 14 13:25:55 2014 -0400
9062
9063     Simplify hb-object
9064
9065  src/hb-object-private.hh | 118
9066  +++++++++++++++--------------------------------
9067  1 file changed, 36 insertions(+), 82 deletions(-)
9068
9069 commit 9d861b81f349188a4507350398786a6e94038095
9070 Author: Behdad Esfahbod <behdad@behdad.org>
9071 Date:   Thu Aug 14 13:15:21 2014 -0400
9072
9073     Really fix clang build this time
9074
9075  src/hb-object-private.hh | 141
9076  +++++++++++++++++++++++------------------------
9077  1 file changed, 68 insertions(+), 73 deletions(-)
9078
9079 commit 272226f294382b0c6921b36e0e67fc53daa765d3
9080 Author: Behdad Esfahbod <behdad@behdad.org>
9081 Date:   Thu Aug 14 13:11:33 2014 -0400
9082
9083     Revert "Fix build on clang after previous commit"
9084
9085     This reverts commit 9c80cbc87f23040a334e30c750f64523d9ef10c8.
9086
9087  src/hb-object-private.hh | 34 +++++++++++++---------------------
9088  1 file changed, 13 insertions(+), 21 deletions(-)
9089
9090 commit 9c80cbc87f23040a334e30c750f64523d9ef10c8
9091 Author: Behdad Esfahbod <behdad@behdad.org>
9092 Date:   Thu Aug 14 13:09:52 2014 -0400
9093
9094     Fix build on clang after previous commit
9095
9096  src/hb-object-private.hh | 34 +++++++++++++++++++++-------------
9097  1 file changed, 21 insertions(+), 13 deletions(-)
9098
9099 commit a5a27073cfff91c4f80209ca8462543130af61dd
9100 Author: Behdad Esfahbod <behdad@behdad.org>
9101 Date:   Thu Aug 14 13:05:36 2014 -0400
9102
9103     Rewrite this==NULL checks to avoid undefined behavior
9104
9105     Fixes https://code.google.com/p/chromium/issues/detail?id=403594
9106
9107  src/hb-object-private.hh | 18 ++++++++----------
9108  1 file changed, 8 insertions(+), 10 deletions(-)
9109
9110 commit cc3b2d432b02f9381cdf19e2dd5fbbdd002a750c
9111 Author: Behdad Esfahbod <behdad@behdad.org>
9112 Date:   Thu Aug 14 12:59:16 2014 -0400
9113
9114     Remove this==NULL check from face->reference_table()
9115
9116     Not supposed to happen, and apparently this is undefined in C++.
9117     https://code.google.com/p/chromium/issues/detail?id=403594
9118
9119  src/hb-face-private.hh | 2 +-
9120  1 file changed, 1 insertion(+), 1 deletion(-)
9121
9122 commit cd7ea4f791dc41d62ad238673e2ea0107883c9e3
9123 Author: Behdad Esfahbod <behdad@behdad.org>
9124 Date:   Thu Aug 14 12:57:02 2014 -0400
9125
9126     Make hb_object_t members private
9127
9128     In preparation for fixing:
9129     https://code.google.com/p/chromium/issues/detail?id=403594
9130
9131  src/hb-object-private.hh | 26 +++++++++++++++++++++-----
9132  src/hb-set-private.hh    |  2 +-
9133  2 files changed, 22 insertions(+), 6 deletions(-)
9134
9135 commit c4308f895aef93ed884fd54e4ebc65b6d2cfc94a
9136 Author: Behdad Esfahbod <behdad@behdad.org>
9137 Date:   Wed Aug 13 19:42:01 2014 -0400
9138
9139     Minor
9140
9141  test/shaping/hb_test_tools.py | 2 +-
9142  1 file changed, 1 insertion(+), 1 deletion(-)
9143
9144 commit cd5a1149d980dc3c17b6bb9d961c761b2671ba1b
9145 Author: Behdad Esfahbod <behdad@behdad.org>
9146 Date:   Wed Aug 13 12:39:34 2014 -0400
9147
9148     0.9.35
9149
9150  NEWS         | 29 +++++++++++++++++++++++++++++
9151  configure.ac |  2 +-
9152  2 files changed, 30 insertions(+), 1 deletion(-)
9153
9154 commit 20076cc41e673c31305fcb58d37b3b292fd35f83
9155 Author: Behdad Esfahbod <behdad@behdad.org>
9156 Date:   Tue Aug 12 19:26:35 2014 -0400
9157
9158     [coretext] Add version guards for kCTLanguageAttributeName
9159
9160  src/hb-coretext.cc | 7 +++++++
9161  1 file changed, 7 insertions(+)
9162
9163 commit 1b3011c27df531875d432e909ae6b77f115c5017
9164 Author: Behdad Esfahbod <behdad@behdad.org>
9165 Date:   Tue Aug 12 19:17:19 2014 -0400
9166
9167     [coretext] Pass buffer language to CoreText
9168
9169  src/hb-coretext.cc | 12 ++++++++++++
9170  1 file changed, 12 insertions(+)
9171
9172 commit 3eb6a4dbf25b11fce5e0e426e89f7457887aeca0
9173 Author: Behdad Esfahbod <behdad@behdad.org>
9174 Date:   Tue Aug 12 19:10:33 2014 -0400
9175
9176     [coretext] Minor
9177
9178  src/hb-coretext.cc | 9 +++++----
9179  1 file changed, 5 insertions(+), 4 deletions(-)
9180
9181 commit 08acfe0d3a1d8223a9fa0696703fff63d6c2ea8b
9182 Author: Behdad Esfahbod <behdad@behdad.org>
9183 Date:   Tue Aug 12 18:57:08 2014 -0400
9184
9185     [hb-coretext] Fix cluster order of notdef runs in RTL text
9186
9187  src/hb-coretext.cc | 3 +++
9188  1 file changed, 3 insertions(+)
9189
9190 commit 30eed75de24ac0b6648a72d98d10bb24a563d7ef
9191 Author: Behdad Esfahbod <behdad@behdad.org>
9192 Date:   Tue Aug 12 17:15:09 2014 -0400
9193
9194     [shape-plan] Fix typo!
9195
9196     The only effect is, if shaper_list was not NULL and no shaper
9197     was found,
9198     we now don't insert anything into cache and return earlier.
9199
9200  src/hb-shape-plan.cc | 2 +-
9201  1 file changed, 1 insertion(+), 1 deletion(-)
9202
9203 commit dc9aba6fc53898acd7281b118cec0355d61b1df2
9204 Author: Behdad Esfahbod <behdad@behdad.org>
9205 Date:   Tue Aug 12 17:14:36 2014 -0400
9206
9207     [shape-plan] Better debug messages
9208
9209  src/hb-shape-plan.cc | 14 ++++++++++----
9210  1 file changed, 10 insertions(+), 4 deletions(-)
9211
9212 commit e956c65bf724a8403471362288d2361361b6ac58
9213 Author: Behdad Esfahbod <behdad@behdad.org>
9214 Date:   Tue Aug 12 17:03:27 2014 -0400
9215
9216     [shape-plan] Simplify macro
9217
9218  src/hb-shape-plan.cc | 22 ++++++++--------------
9219  1 file changed, 8 insertions(+), 14 deletions(-)
9220
9221 commit 29e25550ce8fee3fecc42d20a45ce9c212dc59df
9222 Author: Behdad Esfahbod <behdad@behdad.org>
9223 Date:   Tue Aug 12 17:02:59 2014 -0400
9224
9225     Fix gcc warning
9226
9227  src/hb-private.hh | 9 +++++++++
9228  1 file changed, 9 insertions(+)
9229
9230 commit 8d5eebc0c6ada01128c6ee384340efdbef7ba29d
9231 Author: Behdad Esfahbod <behdad@behdad.org>
9232 Date:   Tue Aug 12 16:50:22 2014 -0400
9233
9234     [shape-plan] Fix shape-plan caching with more than one requested
9235     shaper
9236
9237     Wasn't breaking out of loop, ouch!
9238
9239     http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1246370.html
9240
9241  src/hb-shape-plan.cc | 9 ++++++---
9242  1 file changed, 6 insertions(+), 3 deletions(-)
9243
9244 commit bc3d0dc60104f1cda465a5e8ba5b40ed5bec70b9
9245 Author: Behdad Esfahbod <behdad@behdad.org>
9246 Date:   Tue Aug 12 16:49:18 2014 -0400
9247
9248     [shape-plan] Add debug tracing
9249
9250  src/hb-shape-plan.cc | 26 ++++++++++++++++++++++++++
9251  1 file changed, 26 insertions(+)
9252
9253 commit 81b8d9777b9c38c7e6408591763a4cac6de18e4b
9254 Author: Behdad Esfahbod <behdad@behdad.org>
9255 Date:   Tue Aug 12 15:49:47 2014 -0400
9256
9257     [coretext] Fix buffer resizing
9258
9259     Was very broken.  Now fixed and tested.
9260
9261  src/hb-coretext.cc | 17 +++++++++++++----
9262  1 file changed, 13 insertions(+), 4 deletions(-)
9263
9264 commit c3e924fb9e0e2d4003790817655efd9c5688c7e1
9265 Author: Behdad Esfahbod <behdad@behdad.org>
9266 Date:   Tue Aug 12 14:25:11 2014 -0400
9267
9268     [coretext] Rewind scratch-allocated arrays when not needed anymore
9269
9270  src/hb-coretext.cc | 16 ++++++++++++++++
9271  1 file changed, 16 insertions(+)
9272
9273 commit 8fd4d70b1450d7261a35ab3dea1c70baea2e5c99
9274 Author: Behdad Esfahbod <behdad@behdad.org>
9275 Date:   Tue Aug 12 13:12:31 2014 -0400
9276
9277     [wince] Two more Windows CE fixes
9278
9279     Report has it that it builds (and works) now:
9280
9281       https://codereview.qt-project.org/#/c/92087/
9282
9283  src/hb-mutex-private.hh | 2 +-
9284  src/hb-private.hh       | 2 ++
9285  2 files changed, 3 insertions(+), 1 deletion(-)
9286
9287 commit fd0001d7dbe6ede99a9f87f96f231ffb53303be8
9288 Author: Behdad Esfahbod <behdad@behdad.org>
9289 Date:   Tue Aug 12 10:32:41 2014 -0400
9290
9291     [coretext] Compare CGFont and PS name, if CTFont didn't match
9292
9293     See comments.
9294
9295     Fixes vertical text.  CoreText backend is in very good shape now!
9296
9297     Also see:
9298     5a0eed3b50629be4826e4e9428f2c3255195395d
9299     25f4fb9b56bb3f8bec821571c78f8829e40daa54
9300
9301     Fixes http://github.com/behdad/harfbuzz/pull/36
9302
9303  src/hb-coretext.cc | 54
9304  ++++++++++++++++++++++++++++++++++++++++++++++++------
9305  1 file changed, 48 insertions(+), 6 deletions(-)
9306
9307 commit 5a0eed3b50629be4826e4e9428f2c3255195395d
9308 Author: Behdad Esfahbod <behdad@behdad.org>
9309 Date:   Mon Aug 11 23:47:16 2014 -0400
9310
9311     [coretext] Implement vertical shaping
9312
9313     Currently doesn't work though, we detect font fallback.  Apparently
9314     matching on ct_font is not safe for this.  Looks like commit
9315     25f4fb9b56bb3f8bec821571c78f8829e40daa54 wasn't enough after all.
9316
9317  src/hb-coretext.cc | 127
9318  ++++++++++++++++++++++++++++++++++-------------------
9319  1 file changed, 81 insertions(+), 46 deletions(-)
9320
9321 commit 1b55077f03758e49f93b8bc1de678e96ea58718c
9322 Author: Behdad Esfahbod <behdad@behdad.org>
9323 Date:   Mon Aug 11 20:45:12 2014 -0400
9324
9325     [coretext] Remove unnecessary alt_size
9326
9327     Wasn't needed after a6b8dc87421de33746b0b14d86d2d1532aec02af.
9328
9329  src/hb-coretext.cc | 4 ++--
9330  1 file changed, 2 insertions(+), 2 deletions(-)
9331
9332 commit 10b1104d791a0b0103c6bbb083b5819f2b7d328d
9333 Author: Behdad Esfahbod <behdad@behdad.org>
9334 Date:   Mon Aug 11 20:02:45 2014 -0400
9335
9336     [coretext] Use CFRunStatus
9337
9338     Assert that all runs had expected direction, and take hint for
9339     non-monotone clusters.
9340
9341  src/hb-coretext.cc | 17 +++++++++++++++--
9342  1 file changed, 15 insertions(+), 2 deletions(-)
9343
9344 commit fd1a6aa8d029c701b1532efa59ce901109cfc216
9345 Author: Behdad Esfahbod <behdad@behdad.org>
9346 Date:   Mon Aug 11 20:01:37 2014 -0400
9347
9348     [coretext] Minor
9349
9350  src/hb-coretext.cc | 3 ++-
9351  1 file changed, 2 insertions(+), 1 deletion(-)
9352
9353 commit 130856c705641aa681307b5b51b5fb84e295f382
9354 Author: Behdad Esfahbod <behdad@behdad.org>
9355 Date:   Mon Aug 11 19:16:26 2014 -0400
9356
9357     [coretext] Remove debug printf!
9358
9359  src/hb-coretext.cc | 1 -
9360  1 file changed, 1 deletion(-)
9361
9362 commit b5fbc3b8f560235d014c62e49220574ffcf89349
9363 Author: Behdad Esfahbod <behdad@behdad.org>
9364 Date:   Mon Aug 11 18:40:01 2014 -0400
9365
9366     API: Do not clear buffer-flags in hb_buffer_clear_contents()
9367
9368     After 763e5466c0a03a7c27020e1e2598e488612529a7, one doesn't
9369     need to set flags for different pieces of text.  The flags now
9370     are something the client sets up once, depending on how it
9371     actually uses the buffer.  As such, don't clear it in
9372     clear_contents().
9373
9374     Tests updated.
9375
9376  src/hb-buffer-private.hh |  4 +---
9377  src/hb-buffer.cc         |  4 ++--
9378  test/api/test-buffer.c   | 15 ++++++++++++---
9379  3 files changed, 15 insertions(+), 8 deletions(-)
9380
9381 commit 104484cefeca03d95837bba5f39178693c86ce8a
9382 Author: Behdad Esfahbod <behdad@behdad.org>
9383 Date:   Mon Aug 11 18:23:43 2014 -0400
9384
9385     Minor
9386
9387  src/hb-common.h | 5 +++--
9388  1 file changed, 3 insertions(+), 2 deletions(-)
9389
9390 commit 4acce77db7dd588ba277779c4997b0256ebe426e
9391 Author: Behdad Esfahbod <behdad@behdad.org>
9392 Date:   Mon Aug 11 17:46:50 2014 -0400
9393
9394     [coretext] Pass buffer direction to CoreText
9395
9396     Have to use a CTTypesetter for this.
9397
9398  src/hb-coretext.cc | 26 ++++++++++++++++++++++----
9399  1 file changed, 22 insertions(+), 4 deletions(-)
9400
9401 commit 5ec45dd37caa8a87ce2689a66272ba8a343fe6ba
9402 Author: Behdad Esfahbod <behdad@behdad.org>
9403 Date:   Mon Aug 11 17:46:12 2014 -0400
9404
9405     [coretext] Minor
9406
9407     It's hard to handle all possible NULL returns from CoreText.  Add one
9408     more...
9409
9410  src/hb-coretext.cc | 8 +++++---
9411  1 file changed, 5 insertions(+), 3 deletions(-)
9412
9413 commit 624a299b829ccf9864dd2f3001b1a49476e96b4a
9414 Author: Behdad Esfahbod <behdad@behdad.org>
9415 Date:   Mon Aug 11 15:29:18 2014 -0400
9416
9417     [coretext] Attach marks to base clusters
9418
9419     Fixes https://githu.com/behdad/harfbuzz/issues/49
9420     to the extent that it can be fixed.
9421
9422  src/hb-coretext.cc | 16 ++++++++++++++++
9423  1 file changed, 16 insertions(+)
9424
9425 commit 3c41ccb5358b0be6cc68d49f436d2cb1792cd5e5
9426 Author: Behdad Esfahbod <behdad@behdad.org>
9427 Date:   Mon Aug 11 15:11:59 2014 -0400
9428
9429     [coretext] Use input clusters
9430
9431     Before, this shaper was returning UTF-16 cluster indices instead of
9432     returning whatever cluster values the user had had set up in the
9433     buffer.
9434     Ouch!
9435
9436  src/hb-coretext.cc | 6 ++----
9437  1 file changed, 2 insertions(+), 4 deletions(-)
9438
9439 commit a6b8dc87421de33746b0b14d86d2d1532aec02af
9440 Author: Behdad Esfahbod <behdad@behdad.org>
9441 Date:   Mon Aug 11 15:08:19 2014 -0400
9442
9443     [coretext] Fix buffer resize handling
9444
9445     We can't really resize buffer and continue in this shaper as we are
9446     using the scratch buffer for string_ref and log_cluster.  Restructure
9447     shaper to retry from (almost) scratch.
9448
9449  src/hb-buffer-private.hh |   3 +
9450  src/hb-coretext.cc       | 428
9451  ++++++++++++++++++++++++++---------------------
9452  2 files changed, 238 insertions(+), 193 deletions(-)
9453
9454 commit 9b3c60c88b118f01610ae7a608b138f79f2dc7be
9455 Author: Behdad Esfahbod <behdad@behdad.org>
9456 Date:   Mon Aug 11 13:25:43 2014 -0400
9457
9458     [coretext] Always compute log_clusters
9459
9460     To be used soon.
9461
9462  src/hb-coretext.cc | 24 +++++++++++-------------
9463  1 file changed, 11 insertions(+), 13 deletions(-)
9464
9465 commit 15c633dd1f412f9ef839d80a8f7af35e7ea48fbc
9466 Author: Behdad Esfahbod <behdad@behdad.org>
9467 Date:   Mon Aug 11 13:42:42 2014 -0400
9468
9469     Minor
9470
9471  src/hb-graphite2.cc | 4 ++--
9472  src/hb-uniscribe.cc | 6 ++----
9473  2 files changed, 4 insertions(+), 6 deletions(-)
9474
9475 commit 9ce067c77524a9ffc77ceabcba5e7dab36fd39de
9476 Author: Behdad Esfahbod <behdad@behdad.org>
9477 Date:   Mon Aug 11 02:04:38 2014 -0400
9478
9479     [coretext] Simplify cluster mapping
9480
9481  src/hb-coretext.cc | 41 +++++++++++++++++------------------------
9482  1 file changed, 17 insertions(+), 24 deletions(-)
9483
9484 commit 49f7fb63761e4ca9936990fb90a77fd3600f5ad2
9485 Author: Behdad Esfahbod <behdad@behdad.org>
9486 Date:   Sun Aug 10 19:19:38 2014 -0400
9487
9488     [coretext] Minor
9489
9490  src/hb-coretext.cc | 2 +-
9491  1 file changed, 1 insertion(+), 1 deletion(-)
9492
9493 commit 25f4fb9b56bb3f8bec821571c78f8829e40daa54
9494 Author: Behdad Esfahbod <behdad@behdad.org>
9495 Date:   Sun Aug 10 19:05:25 2014 -0400
9496
9497     [coretext] Fix fallback detection
9498
9499     Fixes http://github.com/behdad/harfbuzz/pull/36
9500
9501  src/hb-coretext.cc | 29 ++++++++++++++++++++---------
9502  1 file changed, 20 insertions(+), 9 deletions(-)
9503
9504 commit 77a7a53acef7de355116d488e7d64ff1d7e9e9e1
9505 Author: Behdad Esfahbod <behdad@behdad.org>
9506 Date:   Sun Aug 10 18:59:47 2014 -0400
9507
9508     [coretext] Fix last range
9509
9510     Test with:
9511
9512     hb-view /Library/Fonts/Zapfino.ttf ZapfinoZapfino --features=-dlig[7:]
9513     --shaper=coretext
9514
9515  src/hb-coretext.cc | 2 +-
9516  1 file changed, 1 insertion(+), 1 deletion(-)
9517
9518 commit c2b151d95262a8dc2d2ce94e19ab0ef5b0c8f98d
9519 Author: Behdad Esfahbod <behdad@behdad.org>
9520 Date:   Sun Aug 10 18:52:07 2014 -0400
9521
9522     Fix hb_in_range() for types smaller than int
9523
9524     As exercised by hb-coretext .notdef code.
9525
9526  src/hb-private.hh | 4 +++-
9527  1 file changed, 3 insertions(+), 1 deletion(-)
9528
9529 commit 26a963b9cb4af3119177f277a2d48a5d537458fb
9530 Author: Behdad Esfahbod <behdad@behdad.org>
9531 Date:   Sun Aug 10 18:04:50 2014 -0400
9532
9533     [wince] Try to fix some stuff on Windows CE
9534
9535     Based on errors seen here:
9536     http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_03837/wince70embedded-armv4i-msvc2008_Windows_7/log.txt.gz
9537
9538     Fully untested.
9539
9540  src/hb-private.hh | 8 ++++++++
9541  1 file changed, 8 insertions(+)
9542
9543 commit 92aeee3f040c2c32cbf70b27bd6954535388c870
9544 Author: Behdad Esfahbod <behdad@behdad.org>
9545 Date:   Sun Aug 10 17:42:19 2014 -0400
9546
9547     Minor
9548
9549  src/hb-coretext.cc  | 4 ++--
9550  src/hb-uniscribe.cc | 4 ++--
9551  2 files changed, 4 insertions(+), 4 deletions(-)
9552
9553 commit b9993d8d6d332994dfbd29e99ff8043622003417
9554 Author: Behdad Esfahbod <behdad@behdad.org>
9555 Date:   Sun Aug 10 17:40:24 2014 -0400
9556
9557     [coretext] Fix assert on Yosemite
9558
9559     Apparently those functions documented as sometimes returning NULL
9560     actually exercise that right in OS X 10.10 Yosemite.  The scratch
9561     was too small for that.  I *think* I fixed it, but haven't tested
9562     as I don't have Yosemite.
9563
9564  src/hb-coretext.cc | 6 +++++-
9565  1 file changed, 5 insertions(+), 1 deletion(-)
9566
9567 commit 087733dd66e17297ef0e53680fafe42c84884104
9568 Author: Behdad Esfahbod <behdad@behdad.org>
9569 Date:   Fri Apr 18 11:21:08 2014 -0700
9570
9571     [coretext] Use CGFont as face_data
9572
9573  src/hb-coretext.cc | 26 +++++++++-----------------
9574  1 file changed, 9 insertions(+), 17 deletions(-)
9575
9576 commit d277c3d7eee1fd4fb41c38255e5c4df539353e89
9577 Author: Behdad Esfahbod <behdad@behdad.org>
9578 Date:   Thu Aug 7 15:38:52 2014 -0400
9579
9580     [arabic] Bug 82306 - Mandaic had errors in its Unicode Joining_Type
9581
9582     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=82306
9583
9584  src/hb-ot-shape-complex-arabic-table.hh | 2 +-
9585  1 file changed, 1 insertion(+), 1 deletion(-)
9586
9587 commit 38fb30d7420a4b01f99cee31baa8c3990a1d1c5f
9588 Author: Behdad Esfahbod <behdad@behdad.org>
9589 Date:   Wed Aug 6 13:34:49 2014 -0400
9590
9591     Use atexit() only if it's safe to call from shared library
9592
9593     Apparently they are not (advertised as?) safe on BSD systems.
9594     We ignore the case of static libraries.
9595
9596     Whitelisted on glibc, Android, and MSVC / mingw.
9597
9598     https://bugs.freedesktop.org/show_bug.cgi?id=82246
9599
9600  src/hb-common.cc    |  4 ++--
9601  src/hb-ft.cc        |  2 +-
9602  src/hb-private.hh   | 25 +++++++++++++++++++++++++
9603  src/hb-shape.cc     |  2 +-
9604  src/hb-shaper.cc    |  2 +-
9605  src/hb-uniscribe.cc |  2 +-
9606  6 files changed, 31 insertions(+), 6 deletions(-)
9607
9608 commit d5e61470fa8e5046c35a79988e00e012ae4fff0f
9609 Author: Behdad Esfahbod <behdad@behdad.org>
9610 Date:   Tue Aug 5 14:19:01 2014 -0400
9611
9612     [arabic] Fix fallback shaping regression
9613
9614     Was broken in 615d00ea252739da57edbd980ff27e573.
9615
9616     Fixes https://github.com/behdad/harfbuzz/pull/48
9617
9618     Micro-test added.
9619
9620  src/hb-ot-shape-complex-arabic.cc                        |   4 ++--
9621  test/shaping/Makefile.am                                 |   1 +
9622  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
9623  .../sha1sum/df768b9c257e0c9c35786c47cae15c46571d56be.ttf | Bin 0 ->
9624  6332 bytes
9625  test/shaping/tests/MANIFEST                              |   1 +
9626  test/shaping/tests/arabic-fallback-shaping.tests         |   1 +
9627  6 files changed, 6 insertions(+), 2 deletions(-)
9628
9629 commit 91c2c0fd2b0f660d79744b3dfaf39ab86883e96b
9630 Author: Behdad Esfahbod <behdad@behdad.org>
9631 Date:   Sat Aug 2 19:24:55 2014 -0400
9632
9633     0.9.34
9634
9635  NEWS         | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
9636  configure.ac |  2 +-
9637  2 files changed, 54 insertions(+), 1 deletion(-)
9638
9639 commit d7c850f8037d2701366008eb8c2a527c9d40abde
9640 Author: Behdad Esfahbod <behdad@behdad.org>
9641 Date:   Sat Aug 2 17:46:38 2014 -0400
9642
9643     [uniscribe] Minor
9644
9645  src/hb-uniscribe.cc | 1 +
9646  1 file changed, 1 insertion(+)
9647
9648 commit 8f3eebf7ee4005f9a8efaafcb7f4058cc0a3756e
9649 Author: Behdad Esfahbod <behdad@behdad.org>
9650 Date:   Sat Aug 2 17:18:46 2014 -0400
9651
9652     Make sure gsubgpos buffer vars are available during fallback_position
9653
9654     Add buffer var allocation asserts to a few key places.
9655
9656  src/hb-ot-layout-gpos-table.hh             |  4 ++--
9657  src/hb-ot-layout-gsub-table.hh             |  2 +-
9658  src/hb-ot-layout-private.hh                | 15 +++++++++++++++
9659  src/hb-ot-shape-complex-arabic-fallback.hh |  2 +-
9660  src/hb-ot-shape-fallback.cc                |  2 ++
9661  src/hb-ot-shape-normalize.cc               |  2 ++
9662  src/hb-ot-shape.cc                         |  3 +++
9663  7 files changed, 26 insertions(+), 4 deletions(-)
9664
9665 commit 2053f369f84676f197ac41ea654a318c48922abd
9666 Author: Behdad Esfahbod <behdad@behdad.org>
9667 Date:   Sat Aug 2 16:31:16 2014 -0400
9668
9669     Disable 'liga' for vertical text
9670
9671     The reason we turned it on is because Kazuraki uses it.  But that's
9672     not reason enough.  Until the OpenType spec gets its act together re
9673     adding design-direction to lookups, this is better user experience.
9674
9675  src/hb-ot-shape.cc | 2 +-
9676  1 file changed, 1 insertion(+), 1 deletion(-)
9677
9678 commit 763e5466c0a03a7c27020e1e2598e488612529a7
9679 Author: Behdad Esfahbod <behdad@behdad.org>
9680 Date:   Sat Aug 2 16:17:44 2014 -0400
9681
9682     Make it easier to use HB_BUFFER_FLAG_BOT/EOT
9683
9684     Previously, we expected users to provide BOT/EOT flags when the
9685     text *segment* was at paragraph boundaries.  This meant that for
9686     clients that provide full paragraph to HarfBuzz (eg. Pango), they
9687     had code like this:
9688
9689       hb_buffer_set_flags (hb_buffer,
9690                            (item_offset == 0 ? HB_BUFFER_FLAG_BOT : 0) |
9691                            (item_offset + item_length == paragraph_length
9692                            ?
9693                             HB_BUFFER_FLAG_EOT : 0));
9694
9695       hb_buffer_add_utf8 (hb_buffer,
9696                           paragraph_text, paragraph_length,
9697                           item_offset, item_length);
9698
9699     After this change such clients can simply say:
9700
9701       hb_buffer_set_flags (hb_buffer,
9702                            HB_BUFFER_FLAG_BOT | HB_BUFFER_FLAG_EOT);
9703
9704       hb_buffer_add_utf8 (hb_buffer,
9705                           paragraph_text, paragraph_length,
9706                           item_offset, item_length);
9707
9708     Ie, HarfBuzz itself checks whether the segment is at the beginning/end
9709     of the paragraph.  Clients that only pass item-at-a-time to HarfBuzz
9710     continue not setting any flags whatsoever.
9711
9712     Another way to put it is: if there's pre-context text in the buffer,
9713     HarfBuzz ignores the BOT flag.  If there's post-context, it ignores
9714     EOT flag.
9715
9716  src/hb-ot-shape-complex-arabic.cc | 40
9717  +++++++++++++++++++--------------------
9718  src/hb-ot-shape.cc                |  1 +
9719  2 files changed, 20 insertions(+), 21 deletions(-)
9720
9721 commit 0a5ae9336231c4d189e1682e4fd9c9c4552b8bbf
9722 Merge: ac53443 6ab6be3
9723 Author: Behdad Esfahbod <behdad@behdad.org>
9724 Date:   Sat Aug 2 15:00:34 2014 -0400
9725
9726     Merge branch 'win1256'
9727
9728 commit 6ab6be32c5857ce3344021ad2996e80b2a8c8f99
9729 Author: Behdad Esfahbod <behdad@behdad.org>
9730 Date:   Sat Aug 2 14:58:38 2014 -0400
9731
9732     [arabic/win1256] Remove unused MultipleSubst macros
9733
9734  src/hb-ot-shape-complex-arabic-win1256.hh | 12 ------------
9735  1 file changed, 12 deletions(-)
9736
9737 commit abfa4252cce1c56c472693dcd8400cd97ededd2f
9738 Author: Behdad Esfahbod <behdad@behdad.org>
9739 Date:   Fri Aug 1 19:05:33 2014 -0400
9740
9741     [arabic/win1256] Really fix lam-alef this time
9742
9743     https://bugzilla.mozilla.org/show_bug.cgi?id=1045139#c26
9744     https://github.com/behdad/harfbuzz/commit/b276e897d17519a2c28f79d024904ac2bdd86bcf#commitcomment-7243499
9745
9746  src/hb-ot-shape-complex-arabic-fallback.hh |  2 +-
9747  src/hb-ot-shape-complex-arabic-win1256.hh  | 49
9748  +++++++++---------------------
9749  2 files changed, 15 insertions(+), 36 deletions(-)
9750
9751 commit 55977f2a462b7fa1248eab3787053dc82320d3e5
9752 Author: Behdad Esfahbod <behdad@behdad.org>
9753 Date:   Fri Aug 1 16:14:33 2014 -0400
9754
9755     [arabic/win1256] Hook up lamMedi lookup
9756
9757     Restructure lookup array to accommodate.
9758
9759     https://bugzilla.mozilla.org/show_bug.cgi?id=1045139#c18
9760
9761  src/hb-ot-shape-complex-arabic-fallback.hh | 26
9762  ++++++++++----------------
9763  src/hb-ot-shape-complex-arabic-win1256.hh  |  1 +
9764  2 files changed, 11 insertions(+), 16 deletions(-)
9765
9766 commit e839e2523e64fd0cf21929f6a45e2facd59c7917
9767 Author: Behdad Esfahbod <behdad@behdad.org>
9768 Date:   Fri Aug 1 16:09:31 2014 -0400
9769
9770     [arabic/win1256] Fix TEH MARBUTA final form
9771
9772     https://bugzilla.mozilla.org/show_bug.cgi?id=1045139#c18
9773
9774  src/hb-ot-shape-complex-arabic-win1256.hh | 8 ++++----
9775  1 file changed, 4 insertions(+), 4 deletions(-)
9776
9777 commit a2de193220ee2839125594bd1a60b5b66ab4598e
9778 Author: Behdad Esfahbod <behdad@behdad.org>
9779 Date:   Thu Jul 31 18:21:05 2014 -0400
9780
9781     [arabic/win1256] Fix shaping of JEEM, HAH, and KHAH
9782
9783     https://bugzilla.mozilla.org/show_bug.cgi?id=1045139#c16
9784
9785  src/hb-ot-shape-complex-arabic-win1256.hh | 22 ++++++++++++----------
9786  1 file changed, 12 insertions(+), 10 deletions(-)
9787
9788 commit 1789ccb1dd56af6117eac00e633eff94860ba252
9789 Author: Behdad Esfahbod <behdad@behdad.org>
9790 Date:   Thu Jul 31 11:04:00 2014 -0400
9791
9792     [arabic/win1256] Remove GCC'ism
9793
9794     The table can now compile independently too.  If we cannot make
9795     it work
9796     on MSVC, we can always generate the data and distribute it.
9797
9798     The code now compiles cleanly with:
9799
9800     gcc -c -xc -std=c99 -Werror -pedantic
9801     hb-ot-shape-complex-arabic-win1256.hh
9802     g++ -c -xc -std=c++1x -Werror -pedantic
9803     hb-ot-shape-complex-arabic-win1256.hh
9804
9805     See:
9806     https://github.com/behdad/harfbuzz/commit/a97f537cec209649302899975d76ca2b2661da7a#commitcomment-7218736
9807
9808  src/hb-ot-shape-complex-arabic-fallback.hh |   4 +-
9809  src/hb-ot-shape-complex-arabic-win1256.hh  | 123
9810  +++++++++++++++++------------
9811  2 files changed, 75 insertions(+), 52 deletions(-)
9812
9813 commit f28b1c823db2ad56fed356ef864a7508d23048b8
9814 Author: Behdad Esfahbod <behdad@behdad.org>
9815 Date:   Wed Jul 30 02:15:44 2014 -0400
9816
9817     [arabic] Implement Windows-1256 private shaping
9818
9819     Bug 1045139 - The Arabic text with "MS Sans Serif" font is rendered
9820     bad
9821     https://bugzilla.mozilla.org/show_bug.cgi?id=1045139
9822
9823     This is only enabled on Windows platforms, and requires support from
9824     Uniscribe to work.  But for clients that do hook up to Uniscribe, this
9825     fixes shaping of Windows-1256-encoded bitmap fonts like "MS Sans
9826     Serif".
9827
9828     The code and table together have just less than a 1kb footprint when
9829     enabled.
9830
9831     UNTESTED.  I might even have broken regular Arabic fallback shaping.
9832
9833  src/Makefile.am                            |   1 +
9834  src/check-includes.sh                      |   2 +-
9835  src/hb-ot-shape-complex-arabic-fallback.hh | 125 +++++++++--
9836  src/hb-ot-shape-complex-arabic-win1256.hh  | 328
9837  +++++++++++++++++++++++++++++
9838  4 files changed, 442 insertions(+), 14 deletions(-)
9839
9840 commit ac53443f1cea83ed43a4e41a9fdb91902f7fae7b
9841 Author: Behdad Esfahbod <behdad@behdad.org>
9842 Date:   Thu Jul 31 18:51:37 2014 -0400
9843
9844     [hangul] Don't apply 'calt'
9845
9846     See comments.
9847
9848     Micro-test added.
9849
9850  src/hb-ot-shape-complex-hangul.cc                        |  11
9851  ++++++++++-
9852  test/shaping/Makefile.am                                 |   1 +
9853  .../sha1sum/757ebd573617a24aa9dfbf0b885c54875c6fe06b.ttf | Bin 0 ->
9854  1804 bytes
9855  .../sha1sum/7e14e7883ed152baa158b80e207b66114c823a8b.ttf | Bin 0 ->
9856  1644 bytes
9857  test/shaping/fonts/sha1sum/MANIFEST                      |   2 ++
9858  test/shaping/tests/MANIFEST                              |   1 +
9859  test/shaping/tests/hangul-jamo.tests                     |  11
9860  +++++++++++
9861  7 files changed, 25 insertions(+), 1 deletion(-)
9862
9863 commit 8292f96b2be173ebceb1b54426c271cfeaecd633
9864 Author: Behdad Esfahbod <behdad@behdad.org>
9865 Date:   Thu Jul 31 18:33:11 2014 -0400
9866
9867     [test] Fix record-test.sh
9868
9869  test/shaping/record-test.sh | 2 +-
9870  1 file changed, 1 insertion(+), 1 deletion(-)
9871
9872 commit 88911e8cc765c26e502503a3a00ac7f17973f3d9
9873 Author: Behdad Esfahbod <behdad@behdad.org>
9874 Date:   Tue Jul 29 19:47:26 2014 -0400
9875
9876     Minor
9877
9878  src/hb-ot-shape-complex-arabic-fallback.hh | 1 +
9879  1 file changed, 1 insertion(+)
9880
9881 commit 9e834e29e0b657f0555df1ab9cea79ff7abcf08d
9882 Author: Behdad Esfahbod <behdad@behdad.org>
9883 Date:   Sat Jul 26 20:34:01 2014 -0400
9884
9885     [hebrew] Zero mark advance by GDEF late
9886
9887     Seems to be what Uniscribe does.
9888
9889     At this point I think it's work checking our default...
9890
9891     Fixes Bug 76767 - Zeroing of advance of 2nd component of multiple
9892     substitution with SBL Hebrew
9893     https://bugs.freedesktop.org/show_bug.cgi?id=76767
9894
9895     Micro-test added.
9896
9897  src/hb-ot-shape-complex-hebrew.cc                        |   2 +-
9898  .../sha1sum/8454d22037f892e76614e1645d066689a0200e61.ttf | Bin 0 ->
9899  6068 bytes
9900  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
9901  test/shaping/tests/zero-width-marks.tests                |   1 +
9902  4 files changed, 3 insertions(+), 1 deletion(-)
9903
9904 commit 6f2d9ba52a6d1e3fc200da1ef0e85ba020fcd0dc
9905 Author: Behdad Esfahbod <behdad@behdad.org>
9906 Date:   Sat Jul 26 19:17:44 2014 -0400
9907
9908     Add old-Myanmar shaper
9909
9910     Looks like Unsicribe responds to the 'mymr' tag by zeroing marks
9911     GDEF_LATE instead of generic-shaper UNICODE_LATE.  Implement that.
9912
9913     Fixes
9914     Bug 81775 - Incorrect Rendering with harfbuzz-ng myanmar unicode
9915     https://bugs.freedesktop.org/show_bug.cgi?id=81775
9916
9917     Micro-test added based on Padauk.
9918
9919  src/hb-ot-shape-complex-myanmar.cc                    |  18
9920  ++++++++++++++++++
9921  src/hb-ot-shape-complex-private.hh                    |   5 +++--
9922  test/shaping/Makefile.am                              |   1 +
9923  test/shaping/fonts/sha1sum/MANIFEST                   |   1 +
9924  .../bb9473d2403488714043bcfb946c9f78b86ad627.ttf      | Bin 0 ->
9925  3440 bytes
9926  test/shaping/tests/MANIFEST                           |   1 +
9927  test/shaping/tests/zero-width-marks.tests             |   1 +
9928  7 files changed, 25 insertions(+), 2 deletions(-)
9929
9930 commit 595d2b96c37de8147489dc5e0ddcc4ab1ad3eea9
9931 Author: Behdad Esfahbod <behdad@behdad.org>
9932 Date:   Sat Jul 26 18:44:15 2014 -0400
9933
9934     Minor
9935
9936  src/hb-ot-shape-complex-indic.cc | 1 +
9937  src/hb-ot-shape.cc               | 2 +-
9938  2 files changed, 2 insertions(+), 1 deletion(-)
9939
9940 commit fe6788bc570d77d5b3aafc68efd51ca6b80499b1
9941 Author: Behdad Esfahbod <behdad@behdad.org>
9942 Date:   Fri Jul 25 12:40:56 2014 -0400
9943
9944     Typo
9945
9946  src/hb-common.h | 2 +-
9947  1 file changed, 1 insertion(+), 1 deletion(-)
9948
9949 commit 0de25d4184d2d92b1a2ebb6fa054275aaae4c316
9950 Author: Behdad Esfahbod <behdad@behdad.org>
9951 Date:   Fri Jul 25 12:35:03 2014 -0400
9952
9953     [util] Note CSS compatibility in --help-features
9954
9955  util/options.cc | 4 +++-
9956  1 file changed, 3 insertions(+), 1 deletion(-)
9957
9958 commit 6e69200a2aadbc6bba35ffb4a058c14286b84f46
9959 Author: Behdad Esfahbod <behdad@behdad.org>
9960 Date:   Fri Jul 25 12:30:47 2014 -0400
9961
9962     Fix snprintf() format
9963
9964     Patch from Maks Naumov.
9965     Fixes https://github.com/behdad/harfbuzz/pull/22
9966
9967  src/hb-shape.cc | 6 +++---
9968  1 file changed, 3 insertions(+), 3 deletions(-)
9969
9970 commit 5c5cdbbdf8be231c433e21b050a6c6991d327b61
9971 Author: Behdad Esfahbod <behdad@behdad.org>
9972 Date:   Fri Jul 25 12:21:49 2014 -0400
9973
9974     Make sure broken feature strings are not partially parsed
9975
9976     If user doesn't check hb_feature_from_string() return value, we
9977     don't want them to end up see the partially-parsed feature.
9978
9979  src/hb-shape.cc | 18 ++++++++++++++----
9980  1 file changed, 14 insertions(+), 4 deletions(-)
9981
9982 commit a795fe637846e0d9561d2f7cdd84cfafd58b23a7
9983 Author: Behdad Esfahbod <behdad@behdad.org>
9984 Date:   Fri Jul 25 12:15:33 2014 -0400
9985
9986     Allow quotation marks around feature tag in hb_feature_from_string()
9987
9988     With this, I believe we accept CSS feature strings completely.
9989
9990  src/hb-shape.cc | 24 +++++++++++++++++++++---
9991  1 file changed, 21 insertions(+), 3 deletions(-)
9992
9993 commit 3f6461847412e78bcddc8eba97200f3afcde869a
9994 Author: Behdad Esfahbod <behdad@behdad.org>
9995 Date:   Fri Jul 25 12:04:27 2014 -0400
9996
9997     Allow space at the end of feature string with values, eg 'dlig=1 '
9998
9999  src/hb-shape.cc | 4 +++-
10000  1 file changed, 3 insertions(+), 1 deletion(-)
10001
10002 commit f31f7d2259dd8edffc070af55938cb7aa23514c1
10003 Author: Behdad Esfahbod <behdad@behdad.org>
10004 Date:   Fri Jul 25 12:03:52 2014 -0400
10005
10006     Minor
10007
10008  src/hb-shape.cc | 18 +++++++++---------
10009  1 file changed, 9 insertions(+), 9 deletions(-)
10010
10011 commit 60cb18a5dea2d30793f89e80995bb729c014864a
10012 Author: Behdad Esfahbod <behdad@behdad.org>
10013 Date:   Fri Jul 25 12:01:22 2014 -0400
10014
10015     Allow on/off in hb_feature_from_string()
10016
10017     We now allow things like "dlig on" / "dlig=on".
10018
10019  src/hb-shape.cc | 26 ++++++++++++++++++++++++--
10020  1 file changed, 24 insertions(+), 2 deletions(-)
10021
10022 commit d9e618eca9e01c2eb6db65504af3f73be370a1e7
10023 Author: Behdad Esfahbod <behdad@behdad.org>
10024 Date:   Fri Jul 25 11:56:01 2014 -0400
10025
10026     Remove duplicate definition of ISALNUM
10027
10028     It's defined in hb-private.h already.
10029
10030  src/hb-shape.cc | 2 --
10031  1 file changed, 2 deletions(-)
10032
10033 commit 2ee5f665ded86147acedc400153c0b3a90fe07c6
10034 Author: Behdad Esfahbod <behdad@behdad.org>
10035 Date:   Fri Jul 25 11:53:46 2014 -0400
10036
10037     Fix parsing of features like "- liga" (with the space)
10038
10039  src/hb-shape.cc | 4 ++--
10040  1 file changed, 2 insertions(+), 2 deletions(-)
10041
10042 commit e15fa7a8cffbe6a67b1048d7b87b7df77d8b1686
10043 Author: Behdad Esfahbod <behdad@behdad.org>
10044 Date:   Fri Jul 25 11:44:35 2014 -0400
10045
10046     Do not require the '=' in hb_feature_from_string()
10047
10048     Towards accepting CSS font-feature-settings strings.
10049
10050  src/hb-shape.cc | 6 +++++-
10051  1 file changed, 5 insertions(+), 1 deletion(-)
10052
10053 commit f4fe9baefdb7e0ff9946f88b6f4b55738fa30cdf
10054 Author: Behdad Esfahbod <behdad@behdad.org>
10055 Date:   Fri Jul 25 11:39:55 2014 -0400
10056
10057     Reject tags longer than 4 chars in hb_feature_from_string()
10058
10059  src/hb-shape.cc | 2 +-
10060  1 file changed, 1 insertion(+), 1 deletion(-)
10061
10062 commit 7e8c38954649c0bf2e6051d84ca08dce090ec169
10063 Author: Behdad Esfahbod <behdad@behdad.org>
10064 Date:   Fri Jul 25 11:18:11 2014 -0400
10065
10066     Minor warnings fixes
10067
10068     Some systems insist on -Wmissing-field-initializers.  We have
10069     too many,
10070     by design.  Fix a few easy ones.
10071
10072  src/hb-open-type-private.hh | 2 +-
10073  src/hb-ot-layout-private.hh | 2 +-
10074  src/hb-private.hh           | 2 +-
10075  3 files changed, 3 insertions(+), 3 deletions(-)
10076
10077 commit fc0daafab0336b847ac14682e581a8838f36a0bf
10078 Author: Behdad Esfahbod <behdad@behdad.org>
10079 Date:   Wed Jul 23 16:48:51 2014 -0400
10080
10081     [indic] Handle old-spec Malayalam reordering with final Halant
10082
10083     See comment.
10084
10085     Micro-tests added.
10086
10087  src/hb-ot-shape-complex-indic.cc                   |  28
10088  +++++++++++++++++----
10089  test/shaping/Makefile.am                           |   1 +
10090  .../270b89df543a7e48e206a2d830c0e10e5265c630.ttf   | Bin 0 -> 3428 bytes
10091  .../57a9d9f83020155cbb1d2be1f43d82388cbecc88.ttf   | Bin 0 -> 2272 bytes
10092  test/shaping/fonts/sha1sum/MANIFEST                |   2 ++
10093  test/shaping/tests/MANIFEST                        |   1 +
10094  test/shaping/tests/indic-old-spec.tests            |   2 ++
10095  .../indic/script-malayalam/misc/misc.txt           |   1 +
10096  8 files changed, 30 insertions(+), 5 deletions(-)
10097
10098 commit d6d349d17898529ecdf8217a54987a3e9f81ce05
10099 Author: Behdad Esfahbod <behdad@behdad.org>
10100 Date:   Wed Jul 23 11:38:49 2014 -0400
10101
10102     Give CC to gir-scanner
10103
10104     From:
10105     https://github.com/Alexpux/MINGW-packages/blob/master/mingw-w64-harfbuzz/0001-give-cc-to-gir-scanner.all.patch
10106
10107  src/Makefile.am | 1 +
10108  1 file changed, 1 insertion(+)
10109
10110 commit 8c1bdb46facb79cfca5ebfea9a7e467b40337f47
10111 Author: Behdad Esfahbod <behdad@behdad.org>
10112 Date:   Tue Jul 22 17:56:43 2014 -0400
10113
10114     0.9.33
10115
10116  NEWS         | 10 ++++++++++
10117  configure.ac |  2 +-
10118  2 files changed, 11 insertions(+), 1 deletion(-)
10119
10120 commit d218bdb26b226fbf68331eb586b24460c061313d
10121 Author: Behdad Esfahbod <behdad@behdad.org>
10122 Date:   Tue Jul 22 18:01:46 2014 -0400
10123
10124     Fix test runner under Windows
10125
10126  test/shaping/Makefile.am | 2 +-
10127  1 file changed, 1 insertion(+), 1 deletion(-)
10128
10129 commit 3f310dc0cae9015c45ba642b9b83d5695c807aad
10130 Author: Behdad Esfahbod <behdad@behdad.org>
10131 Date:   Tue Jul 22 16:26:27 2014 -0400
10132
10133     Disallow changing settings on immutable face
10134
10135     Ouch!
10136
10137  src/hb-face.cc    | 8 ++++----
10138  src/hb-font.cc    | 4 ++--
10139  src/hb-unicode.cc | 2 +-
10140  3 files changed, 7 insertions(+), 7 deletions(-)
10141
10142 commit 0fc0a1022854324261fea8893678a3e9fd9443eb
10143 Author: Behdad Esfahbod <behdad@behdad.org>
10144 Date:   Mon Jul 21 11:12:54 2014 -0400
10145
10146     [win] Fix Cygwin build
10147
10148     https://github.com/behdad/harfbuzz/commit/db308280488c2ee11ba865a9922eb6a0c1abeef3#commitcomment-7077778
10149
10150  src/hb-private.hh | 2 +-
10151  1 file changed, 1 insertion(+), 1 deletion(-)
10152
10153 commit 1132a7dd0ecf1c425078e39e5471330bace42659
10154 Author: Behdad Esfahbod <behdad@behdad.org>
10155 Date:   Sun Jul 20 01:17:40 2014 -0400
10156
10157     Add HB_TAG_MAX_SIGNED / _HB_SCRIPT_MAX_VALUE_SIGNED
10158
10159     To make C language police happy.
10160
10161  src/hb-common.h | 17 ++++++++++++-----
10162  1 file changed, 12 insertions(+), 5 deletions(-)
10163
10164 commit df99976398a53521e0228541055dcaee8f5ba87f
10165 Author: Behdad Esfahbod <behdad@behdad.org>
10166 Date:   Sat Jul 19 17:31:23 2014 -0400
10167
10168     [gobject] Skip _HB_SCRIPT_MAX_VALUE
10169
10170     Fixes https://github.com/behdad/harfbuzz/pull/38
10171
10172  src/hb-common.h | 2 +-
10173  1 file changed, 1 insertion(+), 1 deletion(-)
10174
10175 commit f1a8d50a87edfb8147aa1bec732ed7ccbfef2877
10176 Author: Behdad Esfahbod <behdad@behdad.org>
10177 Date:   Sat Jul 19 16:52:32 2014 -0400
10178
10179     [win] Don't define visibility attribtue under Cygwin
10180
10181  src/hb-private.hh | 2 +-
10182  1 file changed, 1 insertion(+), 1 deletion(-)
10183
10184 commit 9c77027d645142794c3ff1590a96bb151c3f2e91
10185 Author: Behdad Esfahbod <behdad@behdad.org>
10186 Date:   Sat Jul 19 16:37:22 2014 -0400
10187
10188     [win] Turn STRICT on for including windows.h
10189
10190  src/hb-private.hh | 1 +
10191  1 file changed, 1 insertion(+)
10192
10193 commit db308280488c2ee11ba865a9922eb6a0c1abeef3
10194 Author: Behdad Esfahbod <behdad@behdad.org>
10195 Date:   Sat Jul 19 16:32:04 2014 -0400
10196
10197     [win] Consolidate windows.h include tips and tricks
10198
10199  src/hb-atomic-private.hh |  4 ----
10200  src/hb-mutex-private.hh  |  1 -
10201  src/hb-private.hh        | 12 ++++++++++++
10202  src/hb-uniscribe.cc      |  3 ---
10203  src/hb-uniscribe.h       |  3 ---
10204  5 files changed, 12 insertions(+), 11 deletions(-)
10205
10206 commit f26d59d4684be3419c976d781b6dbc956248e3bb
10207 Author: Behdad Esfahbod <behdad@behdad.org>
10208 Date:   Sat Jul 19 16:10:21 2014 -0400
10209
10210     More fixing MemoryBarrier() on Mingw32
10211
10212     Set requested windows header to Vista.  See discussion:
10213
10214     https://github.com/behdad/harfbuzz/commit/fbb2847f541389f40718af71c4945024ae177ab2#commitcomment-7054700
10215
10216  src/hb-atomic-private.hh | 3 +++
10217  1 file changed, 3 insertions(+)
10218
10219 commit 00a57eb4b50fd894dc68c6525a5bbebf0ebc30e4
10220 Author: Behdad Esfahbod <behdad@behdad.org>
10221 Date:   Fri Jul 18 14:42:50 2014 -0400
10222
10223     [test] Remove unused micro-font
10224
10225  .../9d64156923a1b9fed1e05f74599c16563eca42d9.ttf        | Bin 81968 ->
10226  0 bytes
10227  test/shaping/fonts/sha1sum/MANIFEST                     |   1 -
10228  2 files changed, 1 deletion(-)
10229
10230 commit ed29b15f5d0d9e7b40143926ca7d40bf645f67e9
10231 Author: Behdad Esfahbod <behdad@behdad.org>
10232 Date:   Fri Jul 18 14:37:49 2014 -0400
10233
10234     [test] Add more Mongolian variation selector tests
10235
10236     From
10237     https://code.google.com/p/chromium/issues/detail?id=393896
10238
10239  .../9d64156923a1b9fed1e05f74599c16563eca42d9.ttf        | Bin 0 ->
10240  81968 bytes
10241  test/shaping/fonts/sha1sum/MANIFEST                     |   2 ++
10242  .../bb29ce50df2bdba2d10726427c6b7609bf460e04.ttf        | Bin 0 ->
10243  74856 bytes
10244  test/shaping/tests/mongolian-variation-selector.tests   |   1 +
10245  .../shaper-arabic/script-mongolian/misc/MANIFEST        |   1 +
10246  .../script-mongolian/misc/variation-selectors.txt       |   8 ++++++++
10247  6 files changed, 12 insertions(+)
10248
10249 commit 385cf37cf084198e3aedb4354a7b025938a9f11b
10250 Author: Behdad Esfahbod <behdad@behdad.org>
10251 Date:   Thu Jul 17 18:22:07 2014 -0400
10252
10253     Fix hb_in_range() unused-var warning on Windows
10254
10255  src/hb-private.hh | 8 +++++++-
10256  1 file changed, 7 insertions(+), 1 deletion(-)
10257
10258 commit e3b42f1af409c073b819bfc696024ccb1f1da63f
10259 Author: Behdad Esfahbod <behdad@behdad.org>
10260 Date:   Thu Jul 17 17:13:54 2014 -0400
10261
10262     [arabic] Disable 'cswh' again
10263
10264     Ouch!
10265
10266  src/hb-ot-shape-complex-arabic.cc | 2 +-
10267  1 file changed, 1 insertion(+), 1 deletion(-)
10268
10269 commit 66f30915b185727a0041c998641edb550eb8a7fc
10270 Author: Behdad Esfahbod <behdad@behdad.org>
10271 Date:   Thu Jul 17 16:05:47 2014 -0400
10272
10273     0.9.32
10274
10275  NEWS         | 12 ++++++++++++
10276  configure.ac |  2 +-
10277  2 files changed, 13 insertions(+), 1 deletion(-)
10278
10279 commit 82f4d9d53f348f41b14b877c1ac77c0372c49caa
10280 Author: Behdad Esfahbod <behdad@behdad.org>
10281 Date:   Thu Jul 17 15:57:37 2014 -0400
10282
10283     [arabic] Add note re disabled 'cswh'
10284
10285  src/hb-ot-shape-complex-arabic.cc | 9 +++++++++
10286  1 file changed, 9 insertions(+)
10287
10288 commit 615d00ea252739da57edbd980ff27e573f88ee7e
10289 Author: Behdad Esfahbod <behdad@behdad.org>
10290 Date:   Thu Jul 17 13:36:09 2014 -0400
10291
10292     [arabic] Apply init/medi/isol/fini/... in separate stages
10293
10294     Follows the order of the Arabic/Syriac specs.  Also don't stop
10295     between rlig and calt in non-Arabic scripts.
10296
10297     Micro-tests for Arabic and Mongolian added for the latter.
10298
10299  src/hb-ot-shape-complex-arabic.cc                  |  56
10300  +++++++++++++--------
10301  test/shaping/Makefile.am                           |   2 +
10302  .../813c2f8e5512187fd982417a7fb4286728e6f4a8.ttf   | Bin 0 -> 3428 bytes
10303  .../8a9fea2a7384f2116e5b84a9b31f83be7850ce21.ttf   | Bin 0 -> 3428 bytes
10304  test/shaping/fonts/sha1sum/MANIFEST                |   3 ++
10305  .../a919b33197965846f21074b24e30250d67277bce.ttf   | Bin 0 -> 12560 bytes
10306  test/shaping/tests/MANIFEST                        |   1 +
10307  test/shaping/tests/arabic-feature-order.tests      |   3 ++
10308  8 files changed, 43 insertions(+), 22 deletions(-)
10309
10310 commit d21e997035b16e9807dfb29c3605abb93f92f1ee
10311 Author: Behdad Esfahbod <behdad@behdad.org>
10312 Date:   Thu Jul 17 15:27:46 2014 -0400
10313
10314     [test] Make record_test understand cmdline args to hb-shape
10315
10316  test/shaping/record-test.sh | 5 ++++-
10317  1 file changed, 4 insertions(+), 1 deletion(-)
10318
10319 commit 7cd33f230441093dbfb1fec48f8c580ee8d9ef71
10320 Author: Behdad Esfahbod <behdad@behdad.org>
10321 Date:   Thu Jul 17 14:22:11 2014 -0400
10322
10323     Micro optimization
10324
10325  src/hb-fallback-shape.cc           | 36
10326  +++++++++++++++++++-----------------
10327  src/hb-ot-shape-complex-arabic.cc  | 19 +++++++++++--------
10328  src/hb-ot-shape-complex-indic.cc   | 15 ++++++++++-----
10329  src/hb-ot-shape-complex-myanmar.cc |  7 +++++--
10330  src/hb-ot-shape-complex-sea.cc     |  7 +++++--
10331  src/hb-ot-shape-fallback.cc        | 30 ++++++++++++++++--------------
10332  src/hb-ot-shape.cc                 | 18 ++++++++++++------
10333  7 files changed, 78 insertions(+), 54 deletions(-)
10334
10335 commit 164c13d73f67fdddba28e6409d76b4903e8ffab3
10336 Author: Behdad Esfahbod <behdad@behdad.org>
10337 Date:   Thu Jul 17 14:16:38 2014 -0400
10338
10339     Another try to fix Mongolian free variation selectors
10340
10341     This reverts bf029281 and fixes it properly.  That commit
10342     was not enough as it was only inheriting the shaping_action
10343     for prev_action, but not curr_action.
10344
10345     Micro-test added.
10346
10347     https://code.google.com/p/chromium/issues/detail?id=393896
10348
10349  src/hb-ot-shape-complex-arabic.cc                  |  24
10350  +++++++++++++++------
10351  src/hb-unicode-private.hh                          |   3 ++-
10352  test/shaping/fonts/sha1sum/MANIFEST                |   1 +
10353  .../ef86fe710cfea877bbe0dbb6946a1f88d0661031.ttf   | Bin 0 -> 2748 bytes
10354  .../tests/mongolian-variation-selector.tests       |   1 +
10355  5 files changed, 22 insertions(+), 7 deletions(-)
10356
10357 commit 5209c505061130854a2bfea8849928ade3ee92f3
10358 Author: Behdad Esfahbod <behdad@behdad.org>
10359 Date:   Thu Jul 17 12:23:44 2014 -0400
10360
10361     Revert "Show U+FFFD REPLACEMENT CHARACTER for invalid Unicode
10362     codepoints"
10363
10364     We now handle U+FFFD replacement in hb_buffer_add_utf*().  Any other
10365     manipulation can happen in user callbacks.  No need for this.
10366
10367     https://github.com/behdad/harfbuzz/commit/efe74214bbb68eaa3d7621e73869b5d58210107e#commitcomment-7039404
10368
10369     This reverts commit efe74214bbb68eaa3d7621e73869b5d58210107e.
10370
10371     Conflicts:
10372         src/hb-ot-shape-normalize.cc
10373
10374  src/hb-ot-shape-normalize.cc | 7 -------
10375  1 file changed, 7 deletions(-)
10376
10377 commit 9e7c720100e432b43564ed5ff12f3175ca2ed74a
10378 Author: Dominik Röttsches <dominik.rottsches@intel.com>
10379 Date:   Thu Jul 17 14:40:34 2014 +0300
10380
10381     Fix CoreText build after a8b89a09f6d3a34
10382
10383  src/hb-private.hh | 1 +
10384  1 file changed, 1 insertion(+)
10385
10386 commit a4d643755a531c82ab91e1e43d6bb0b7bd46453a
10387 Author: Behdad Esfahbod <behdad@behdad.org>
10388 Date:   Wed Jul 16 20:15:45 2014 -0400
10389
10390     Minor
10391
10392  src/hb-utf-private.hh | 2 +-
10393  1 file changed, 1 insertion(+), 1 deletion(-)
10394
10395 commit a18897f87ce2c6048c3a0339074924b2232e2b95
10396 Author: Behdad Esfahbod <behdad@behdad.org>
10397 Date:   Wed Jul 16 16:02:15 2014 -0400
10398
10399     0.9.31
10400
10401  NEWS         | 29 +++++++++++++++++++++++++++++
10402  configure.ac |  2 +-
10403  2 files changed, 30 insertions(+), 1 deletion(-)
10404
10405 commit 976c8f455221eb599d1c446eafd88d51d7d2aa65
10406 Author: Behdad Esfahbod <behdad@behdad.org>
10407 Date:   Wed Jul 16 15:34:20 2014 -0400
10408
10409     New API: hb_buffer_[sg]et_replacement_codepoint()
10410
10411     With this change, we now by default replace broken UTF-8/16/32 bits
10412     with U+FFFD.  This can be changed by calling new API on the buffer.
10413     Previously the replacement value used to be (hb_codepoint_t)-1.
10414
10415     Note that hb_buffer_clear_contents() does NOT reset the replacement
10416     character.
10417
10418     See discussion here:
10419
10420     https://github.com/behdad/harfbuzz/commit/6f13b6d62daae4989e3cc2fe4b168e5c59650964
10421
10422     New API:
10423
10424       hb_buffer_set_replacement_codepoint()
10425       hb_buffer_get_replacement_codepoint()
10426
10427  src/hb-buffer-private.hh |  1 +
10428  src/hb-buffer.cc         | 45
10429  ++++++++++++++++++++++++++++++++++++++++++---
10430  src/hb-buffer.h          | 15 ++++++++++++++-
10431  src/hb-utf-private.hh    | 34 ++++++++++++++++++++--------------
10432  test/api/test-buffer.c   | 26 +++++++++++++++-----------
10433  5 files changed, 92 insertions(+), 29 deletions(-)
10434
10435 commit bcba8b45024e1eca8be77ca2657de1dc44dbf8fb
10436 Author: Behdad Esfahbod <behdad@behdad.org>
10437 Date:   Wed Jul 16 14:59:04 2014 -0400
10438
10439     New API hb_buffer_add_codepoints()
10440
10441     Like hb_buffer_add_utf32, but doesn't do any Unicode validation.
10442     This is like what hb_buffer_add_utf32 used to be until a couple
10443     commits ago.
10444
10445  src/hb-buffer.cc | 32 +++++++++++++++++++++++++++-----
10446  src/hb-buffer.h  |  8 ++++++++
10447  2 files changed, 35 insertions(+), 5 deletions(-)
10448
10449 commit 625dbf141a05f1ae81a7b8cbc529996370101284
10450 Author: Behdad Esfahbod <behdad@behdad.org>
10451 Date:   Wed Jul 16 14:49:55 2014 -0400
10452
10453     [buffer] Templatize UTF-* functions
10454
10455  src/hb-buffer.cc      |  10 +-
10456  src/hb-utf-private.hh | 307
10457  ++++++++++++++++++++++++++------------------------
10458  2 files changed, 166 insertions(+), 151 deletions(-)
10459
10460 commit e634fed4285ce440d277345727ed01757df6d779
10461 Author: Behdad Esfahbod <behdad@behdad.org>
10462 Date:   Wed Jul 16 14:17:26 2014 -0400
10463
10464     [buffer] Validate UTF-32 input
10465
10466     Same as what we do for UTF-8 and UTF-16.
10467
10468  src/hb-utf-private.hh  | 13 +++++++++---
10469  test/api/test-buffer.c | 55
10470  ++++++++++++++++++++++++++++++++++++++++++++++++++
10471  2 files changed, 65 insertions(+), 3 deletions(-)
10472
10473 commit b98c5db32d15fcfb27ce2f6737203ce1ad124319
10474 Author: Behdad Esfahbod <behdad@behdad.org>
10475 Date:   Wed Jul 16 13:44:01 2014 -0400
10476
10477     Minor refactoring
10478
10479  src/hb-ot-layout-gsubgpos-private.hh | 25 ++++++-------------------
10480  1 file changed, 6 insertions(+), 19 deletions(-)
10481
10482 commit 844f1a487d9c39724ebff20e89f6184c9a59be0b
10483 Author: Behdad Esfahbod <behdad@behdad.org>
10484 Date:   Wed Jul 16 13:32:51 2014 -0400
10485
10486     [tests] Add record-test.sh
10487
10488  test/shaping/Makefile.am    |  1 +
10489  test/shaping/record-test.sh | 49
10490  +++++++++++++++++++++++++++++++++++++++++++++
10491  2 files changed, 50 insertions(+)
10492
10493 commit 3b861421a772f52eb232ff93bd74b5a8214801ec
10494 Author: Behdad Esfahbod <behdad@behdad.org>
10495 Date:   Wed Jul 16 13:22:05 2014 -0400
10496
10497     Fix Mongolian Variation Selectors for fonts without GDEF
10498
10499     Originally we fixed those in 79d1007a501fd63c0ba4d51038c513e6b8b94740.
10500     However, fonts like MongolianWhite don't have GDEF, but have
10501     IgnoreMarks
10502     in their LigatureSubstitute init/etc features.  We were synthesizing a
10503     GDEF class of mark for Mongolian Variation Selectors and as such the
10504     ligature lookups where not matching.  Uniscribe doesn't do that.
10505
10506     I tried with more sophisticated fixes, like, if there is no GDEF and
10507     a lookup-flag mismatch happens, instead of rejecting a match, try
10508     skipping that glyph.  That surely produces some interesting behavior,
10509     but since we don't want to support fonts missing GDEF more than
10510     we have
10511     to, I went for this simpler fix which is to always mark
10512     default-ignorables as base when synthesizing GDEF.
10513
10514     Micro-test added.
10515
10516     Fixes rest of https://bugs.freedesktop.org/show_bug.cgi?id=65258
10517
10518  src/hb-ot-shape.cc                                       |  13
10519  +++++++++++--
10520  .../sha1sum/37033cc5cf37bb223d7355153016b6ccece93b28.ttf | Bin 0 ->
10521  2780 bytes
10522  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
10523  test/shaping/tests/MANIFEST                              |   1 +
10524  test/shaping/tests/mongolian-variation-selector.tests    |   1 +
10525  5 files changed, 14 insertions(+), 2 deletions(-)
10526
10527 commit 878a25375b2fdf64cf0cc30c23fca9fcd58548e8
10528 Author: Behdad Esfahbod <behdad@behdad.org>
10529 Date:   Wed Jul 16 13:21:26 2014 -0400
10530
10531     Minor
10532
10533  src/hb-ot-shape.cc        | 1 +
10534  src/hb-unicode-private.hh | 6 +++---
10535  2 files changed, 4 insertions(+), 3 deletions(-)
10536
10537 commit ec181e50140fc65b32d6080e2f7f73bbe0269ba9
10538 Author: Behdad Esfahbod <behdad@behdad.org>
10539 Date:   Wed Jul 16 13:10:03 2014 -0400
10540
10541     Minor moving around
10542
10543  src/hb-ot-shape.cc | 14 +++++++++-----
10544  1 file changed, 9 insertions(+), 5 deletions(-)
10545
10546 commit e7ce50d9eb6e3678f731b10dfeb308ffc478af8d
10547 Author: Behdad Esfahbod <behdad@behdad.org>
10548 Date:   Wed Jul 16 12:30:39 2014 -0400
10549
10550     [indic] Fix access past end of array
10551
10552  src/hb-ot-shape-complex-indic.cc | 7 ++++---
10553  1 file changed, 4 insertions(+), 3 deletions(-)
10554
10555 commit 73e23b0acfd2948d500321769035c56c9e072d77
10556 Author: Behdad Esfahbod <behdad@behdad.org>
10557 Date:   Tue Jul 15 18:43:49 2014 -0400
10558
10559     Whitespace
10560
10561  src/hb-ot-layout-gsubgpos-private.hh | 1 -
10562  1 file changed, 1 deletion(-)
10563
10564 commit f27be105afb86b337c7d940badc5a6462f0b58bb
10565 Author: Behdad Esfahbod <behdad@behdad.org>
10566 Date:   Fri Jul 11 18:15:34 2014 -0400
10567
10568     [Android.mk] Actually remove static library
10569
10570  Android.mk | 26 --------------------------
10571  1 file changed, 26 deletions(-)
10572
10573 commit 96b80e9bcc4796eedac09d284dc8cc0439ced6ba
10574 Author: Behdad Esfahbod <behdad@behdad.org>
10575 Date:   Fri Jul 11 17:00:12 2014 -0400
10576
10577     [Android.mk] Remove static library, add note re how to build
10578
10579  Android.mk | 41 +++++++++++++++++++++++++++++++++++++----
10580  1 file changed, 37 insertions(+), 4 deletions(-)
10581
10582 commit b7bc0b671d2d568cb64b647dad2ca866a4e0183b
10583 Author: Behdad Esfahbod <behdad@behdad.org>
10584 Date:   Fri Jul 11 16:20:28 2014 -0400
10585
10586     Simplify / speed up UTF-8 code
10587
10588  src/hb-utf-private.hh | 15 ++++++---------
10589  1 file changed, 6 insertions(+), 9 deletions(-)
10590
10591 commit af2490c0959daa0fe7f32a8b3b3a3699c7fc5f48
10592 Author: Behdad Esfahbod <behdad@behdad.org>
10593 Date:   Fri Jul 11 16:10:58 2014 -0400
10594
10595     Only accept well-formed UTF-8 sequences
10596
10597     Enable tests that were disabled before, and adjust one test,
10598     and add more tests.
10599
10600  src/hb-utf-private.hh  | 93
10601  +++++++++++++++++++++++++++++++++-----------------
10602  test/api/test-buffer.c |  9 +++--
10603  2 files changed, 68 insertions(+), 34 deletions(-)
10604
10605 commit 7323d385cc758c06671cb38239d240eb517b28bc
10606 Author: Behdad Esfahbod <behdad@behdad.org>
10607 Date:   Fri Jul 11 15:10:05 2014 -0400
10608
10609     Simplify hb_utf_prev<16> to call hb_utf_next<16>
10610
10611  src/hb-utf-private.hh | 23 ++++++++---------------
10612  1 file changed, 8 insertions(+), 15 deletions(-)
10613
10614 commit c09a607a842fdd7b33e2c57e8af96d21ff091acd
10615 Author: Behdad Esfahbod <behdad@behdad.org>
10616 Date:   Fri Jul 11 15:05:36 2014 -0400
10617
10618     Use hb_in_range() for arabic and indic tables
10619
10620     Though, looks like gcc was smart enough to produce the same code
10621     before...
10622
10623  src/gen-arabic-table.py                 |  18 +-
10624  src/gen-indic-table.py                  |  10 +-
10625  src/hb-ot-shape-complex-arabic-table.hh | 420
10626  ++++++++++++++++----------------
10627  src/hb-ot-shape-complex-indic-table.cc  |  88 +++----
10628  4 files changed, 268 insertions(+), 268 deletions(-)
10629
10630 commit 7627100f428ac0ec8509d961d368d2d25d8f0b6e
10631 Author: Behdad Esfahbod <behdad@behdad.org>
10632 Date:   Fri Jul 11 14:54:42 2014 -0400
10633
10634     Mark unsigned integer literals with the u suffix
10635
10636     Simplifies hb_in_range() calls as the type can be inferred.
10637     The rest is obsessiveness, I admit.
10638
10639  src/hb-buffer-serialize.cc                 |   2 +-
10640  src/hb-common.cc                           |   4 +-
10641  src/hb-coretext.cc                         |  16 +--
10642  src/hb-open-file-private.hh                |   4 +-
10643  src/hb-open-type-private.hh                |   2 +-
10644  src/hb-ot-cmap-table.hh                    |   4 +-
10645  src/hb-ot-head-table.hh                    |   6 +-
10646  src/hb-ot-hhea-table.hh                    |   2 +-
10647  src/hb-ot-layout-common-private.hh         |  14 +--
10648  src/hb-ot-layout-gdef-table.hh             |   8 +-
10649  src/hb-ot-layout-gpos-table.hh             |  24 ++--
10650  src/hb-ot-layout-gsub-table.hh             |   6 +-
10651  src/hb-ot-layout-gsubgpos-private.hh       |   2 +-
10652  src/hb-ot-layout-jstf-table.hh             |   2 +-
10653  src/hb-ot-layout-private.hh                |   4 +-
10654  src/hb-ot-layout.h                         |   6 +-
10655  src/hb-ot-map-private.hh                   |   8 +-
10656  src/hb-ot-maxp-table.hh                    |   4 +-
10657  src/hb-ot-shape-complex-arabic-fallback.hh |   2 +-
10658  src/hb-ot-shape-complex-hangul.cc          |  36 +++---
10659  src/hb-ot-shape-complex-hebrew.cc          | 134 ++++++++++-----------
10660  src/hb-ot-shape-complex-indic.cc           | 182
10661  ++++++++++++++---------------
10662  src/hb-ot-shape-complex-myanmar.cc         |  56 ++++-----
10663  src/hb-ot-shape-complex-sea.cc             |   8 +-
10664  src/hb-ot-shape-complex-thai.cc            |  84 ++++++-------
10665  src/hb-ot-shape-fallback.cc                |  40 +++----
10666  src/hb-ot-shape-normalize.cc               |   2 +-
10667  src/hb-ot-shape.cc                         |   6 +-
10668  src/hb-ot-tag.cc                           |  18 +--
10669  src/hb-unicode-private.hh                  |  40 +++----
10670  src/hb-uniscribe.cc                        |  14 +--
10671  src/hb-utf-private.hh                      |  16 +--
10672  32 files changed, 378 insertions(+), 378 deletions(-)
10673
10674 commit a8b89a09f6d3a3466282aae07fd65e143f9f8f83
10675 Author: Behdad Esfahbod <behdad@behdad.org>
10676 Date:   Fri Jul 11 14:18:01 2014 -0400
10677
10678     Simplify hb_in_range()
10679
10680     It's both faster and produces smaller code.  Now I feel stupid for
10681     not writing it this way before.
10682
10683  src/hb-private.hh | 16 ++++++----------
10684  1 file changed, 6 insertions(+), 10 deletions(-)
10685
10686 commit db8934faa1854dafaf4c4ce34d1818e12f67ef52
10687 Author: Behdad Esfahbod <behdad@behdad.org>
10688 Date:   Fri Jul 11 13:58:36 2014 -0400
10689
10690     Simplify hb_utf_prev<8> to call hb_utf_next<8>
10691
10692  src/hb-utf-private.hh | 24 ++++--------------------
10693  1 file changed, 4 insertions(+), 20 deletions(-)
10694
10695 commit efe74214bbb68eaa3d7621e73869b5d58210107e
10696 Author: Behdad Esfahbod <behdad@behdad.org>
10697 Date:   Fri Jul 11 11:59:48 2014 -0400
10698
10699     Show U+FFFD REPLACEMENT CHARACTER for invalid Unicode codepoints
10700
10701     Only if the font doesn't support it.  Ie, this gives the user to
10702     use non-Unicode codepoints as private values and return a meaningful
10703     glyph for them.  But if it's invalid and font callback doesn't
10704     like it, and if font has U+FFFD, show that instead.
10705
10706     Font functions that do not want this automatic replacement to
10707     happen should return true from get_glyph() if unicode > 0x10FFFF.
10708
10709     Replaces https://github.com/behdad/harfbuzz/pull/27
10710
10711  src/hb-ot-shape-normalize.cc | 7 +++++++
10712  1 file changed, 7 insertions(+)
10713
10714 commit 6f13b6d62daae4989e3cc2fe4b168e5c59650964
10715 Author: Behdad Esfahbod <behdad@behdad.org>
10716 Date:   Thu Jul 10 19:31:40 2014 -0400
10717
10718     When parsing UTF-16, generate invalid codepoint for lonely low
10719     surrogate
10720
10721     Test passes now.
10722
10723  src/hb-utf-private.hh | 42 ++++++++++++++++++++++++++++--------------
10724  1 file changed, 28 insertions(+), 14 deletions(-)
10725
10726 commit 24b2ba9dfa7c35769cd843a07079ef88fa594bf8
10727 Author: Behdad Esfahbod <behdad@behdad.org>
10728 Date:   Thu Jul 10 19:31:16 2014 -0400
10729
10730     [test-buffer] Add test for lonely low-surrogate
10731
10732     Currenty fails.  Ouch!
10733
10734  test/api/test-buffer.c | 1 +
10735  1 file changed, 1 insertion(+)
10736
10737 commit 6334495ac1ee0a86228e67794b7a41ee91146f3b
10738 Author: Behdad Esfahbod <behdad@behdad.org>
10739 Date:   Thu Jul 10 19:22:07 2014 -0400
10740
10741     Use zh-Hans / zh-Hant when converting OT language tag to hb_language_t
10742
10743  src/hb-ot-tag.cc       | 15 +++------------
10744  test/api/test-ot-tag.c |  6 +++---
10745  2 files changed, 6 insertions(+), 15 deletions(-)
10746
10747 commit f381e320df795a9d73ac81499f8ed8c311bcb2f0
10748 Author: Behdad Esfahbod <behdad@behdad.org>
10749 Date:   Thu Jul 10 19:20:35 2014 -0400
10750
10751     Fix lang matching logic
10752
10753     Previous code was broken logically, but harmless.
10754
10755  src/hb-ot-tag.cc       | 2 +-
10756  test/api/test-ot-tag.c | 1 +
10757  2 files changed, 2 insertions(+), 1 deletion(-)
10758
10759 commit ee5350d667f3a9644667202597694581f2cf657d
10760 Author: Behdad Esfahbod <behdad@behdad.org>
10761 Date:   Thu Jul 10 19:06:45 2014 -0400
10762
10763     Accept BCP 47 zh-Hans / zh-Hant language tags
10764
10765  src/hb-ot-tag.cc       | 27 ++++++++++++++++++---------
10766  test/api/test-ot-tag.c |  3 +++
10767  2 files changed, 21 insertions(+), 9 deletions(-)
10768
10769 commit 431540286794e023ec5eafd5eeedc008d4f31b4c
10770 Author: Behdad Esfahbod <behdad@behdad.org>
10771 Date:   Thu Jul 10 17:37:26 2014 -0400
10772
10773     [Android.mk] Add note re static library
10774
10775  Android.mk | 7 +++++++
10776  1 file changed, 7 insertions(+)
10777
10778 commit 5b4131eb1c670c20fd9a45a5617c64060a505ef5
10779 Author: Behdad Esfahbod <behdad@behdad.org>
10780 Date:   Wed Jul 9 19:09:08 2014 -0400
10781
10782     [Android.mk] Update for new ICU
10783
10784     https://android-review.googlesource.com/#/c/100722/1/Android.mk
10785
10786  Android.mk | 2 +-
10787  1 file changed, 1 insertion(+), 1 deletion(-)
10788
10789 commit ab28196c9557a63971a56915aa6f98bb5803bd1b
10790 Author: Behdad Esfahbod <behdad@behdad.org>
10791 Date:   Wed Jul 9 18:18:06 2014 -0400
10792
10793     [Android.mk] Re-enable ICU unicode funcs
10794
10795  Android.mk | 11 ++++++-----
10796  1 file changed, 6 insertions(+), 5 deletions(-)
10797
10798 commit ea001374b86c4f1b24246c08a3d66d2a0e95a827
10799 Author: Behdad Esfahbod <behdad@behdad.org>
10800 Date:   Wed Jul 9 17:28:43 2014 -0400
10801
10802     0.9.30
10803
10804  NEWS         | 17 +++++++++++++++++
10805  configure.ac |  2 +-
10806  2 files changed, 18 insertions(+), 1 deletion(-)
10807
10808 commit 8b16ff12590200afb08e8821e3f14d2fdf8efbda
10809 Author: Behdad Esfahbod <behdad@behdad.org>
10810 Date:   Wed Jul 9 17:40:52 2014 -0400
10811
10812     [uniscribe] Fix build after recent changes to Offset
10813
10814  src/hb-ot-name-table.hh | 2 +-
10815  1 file changed, 1 insertion(+), 1 deletion(-)
10816
10817 commit 73f7f8919ea1f09b8c5b29f231ac84105cde2145
10818 Author: Behdad Esfahbod <behdad@behdad.org>
10819 Date:   Wed Jul 9 17:17:18 2014 -0400
10820
10821     Define _POSIX_C_SOURCE only if it is not defined
10822
10823     Fixes https://github.com/behdad/harfbuzz/pull/45
10824
10825  src/hb-blob.cc | 2 ++
10826  1 file changed, 2 insertions(+)
10827
10828 commit 6bd5646f1b865a76304a67e03a6161afcfef293f
10829 Author: Behdad Esfahbod <behdad@behdad.org>
10830 Date:   Wed Jul 9 17:07:06 2014 -0400
10831
10832     [tests] Remove bash'ish
10833
10834     Apparently on travis-ci, bash is linked to dash, which doesn't
10835     understand "let".  Failing tests were not being noticed.  See eg:
10836
10837       https://travis-ci.org/behdad/harfbuzz/jobs/29544211
10838
10839     Don't rely on bash.
10840
10841  test/shaping/run-tests.sh | 4 ++--
10842  1 file changed, 2 insertions(+), 2 deletions(-)
10843
10844 commit 0afedaa96c81b63774a4a0ef9b4cb4995d24ec9e
10845 Author: Behdad Esfahbod <behdad@behdad.org>
10846 Date:   Wed Jul 9 17:00:48 2014 -0400
10847
10848     [util/hb-shape] Fix crash; oops
10849
10850  util/hb-shape.cc | 2 +-
10851  1 file changed, 1 insertion(+), 1 deletion(-)
10852
10853 commit 0cd94491b99aed438ad79a55cdfced8d1b657179
10854 Author: Behdad Esfahbod <behdad@behdad.org>
10855 Date:   Wed Jul 9 16:51:38 2014 -0400
10856
10857     [ucdn] Update to Unicode 7.0.0 data
10858
10859     From http://github.com/behdad/ucdn
10860
10861  src/hb-ucdn.cc               |   23 +
10862  src/hb-ucdn/README           |    1 +
10863  src/hb-ucdn/ucdn.c           |    2 +-
10864  src/hb-ucdn/ucdn.h           |   27 +
10865  src/hb-ucdn/unicodedata_db.h | 3711
10866  ++++++++++++++++++++++--------------------
10867  5 files changed, 2039 insertions(+), 1725 deletions(-)
10868
10869 commit 9d4ede3a97fff544a5ec2a671e49a92a79645b61
10870 Author: Behdad Esfahbod <behdad@behdad.org>
10871 Date:   Wed Jul 9 16:19:55 2014 -0400
10872
10873     [Android.mk] Update source list
10874
10875  Android.mk | 9 ++++++---
10876  1 file changed, 6 insertions(+), 3 deletions(-)
10877
10878 commit 7e1ab1f6d812a55f75d4844f7981d5604481049c
10879 Author: Behdad Esfahbod <behdad@behdad.org>
10880 Date:   Wed Jul 9 16:13:40 2014 -0400
10881
10882     [Android.mk] Whitespace
10883
10884  Android.mk | 26 ++++++--------------------
10885  1 file changed, 6 insertions(+), 20 deletions(-)
10886
10887 commit 5c6695c42470e0a15e9029ebe8ecbebf3fa4f95b
10888 Author: Behdad Esfahbod <behdad@behdad.org>
10889 Date:   Wed Jul 9 16:07:12 2014 -0400
10890
10891     [Android.mk] Remove -lpthread; we build with -DHB_NO_MT
10892
10893  Android.mk | 3 ---
10894  1 file changed, 3 deletions(-)
10895
10896 commit 9109f1e944dd4bd4ae8057b75c8a31e9d31797aa
10897 Author: Behdad Esfahbod <behdad@behdad.org>
10898 Date:   Tue Jul 8 20:02:29 2014 -0400
10899
10900     [util/hb-shape] Accept an empty output-format that would skip output
10901
10902     Useful for benchmarking, to avoid buffer serialization overhead (which
10903     seems to by far dominate shaping!)
10904
10905  util/hb-shape.cc | 5 ++++-
10906  1 file changed, 4 insertions(+), 1 deletion(-)
10907
10908 commit 8656408572c2685f278a3b742ee69c767c29788c
10909 Author: Behdad Esfahbod <behdad@behdad.org>
10910 Date:   Tue Jul 8 18:10:20 2014 -0400
10911
10912     [util] Fix hb-view rendering with --font-funcs=ot
10913
10914  util/helper-cairo.cc | 25 +++++++++++++++++++++++++
10915  1 file changed, 25 insertions(+)
10916
10917 commit 8650def73500204b79c651f58b1be3f94a41973d
10918 Author: Behdad Esfahbod <behdad@behdad.org>
10919 Date:   Sat Jul 5 15:50:18 2014 -0400
10920
10921     [util] Add option to set font function implementation to use
10922
10923     Supports ft and ot right now.  hb-view currently not rendering
10924     with ot.
10925     Will fix after some clean up.
10926
10927  util/options.cc | 76
10928  ++++++++++++++++++++++++++++++++++++++++++++++++++-------
10929  util/options.hh | 21 ++++++++++++++++
10930  2 files changed, 88 insertions(+), 9 deletions(-)
10931
10932 commit 2306ad46dce1c53b0b1bfabdc04d70e3b99eabb7
10933 Author: Behdad Esfahbod <behdad@behdad.org>
10934 Date:   Fri Jul 4 18:09:29 2014 -0400
10935
10936     [util] Fix memory issue
10937
10938  util/options.cc | 6 ++----
10939  util/options.hh | 9 +++++++++
10940  2 files changed, 11 insertions(+), 4 deletions(-)
10941
10942 commit 14a4a9d649798d32c31f79b4045a885626dffc7f
10943 Author: Behdad Esfahbod <behdad@behdad.org>
10944 Date:   Tue Jul 1 15:51:54 2014 -0400
10945
10946     Add Roozbeh to AUTHORS
10947
10948     He's been my shadow for all Indic-related changes in the last
10949     few months.
10950
10951  AUTHORS | 1 +
10952  1 file changed, 1 insertion(+)
10953
10954 commit 68f724484b1663255ee249481624e552d2e2313f
10955 Author: Behdad Esfahbod <behdad@behdad.org>
10956 Date:   Mon Jun 30 15:46:53 2014 -0400
10957
10958     [indic] Remove some more now-unused special-cases
10959
10960  src/hb-ot-shape-complex-indic.cc | 3 +--
10961  1 file changed, 1 insertion(+), 2 deletions(-)
10962
10963 commit e79c9489802f99dc7eb8b4c2765c4c71b5f80e60
10964 Author: Behdad Esfahbod <behdad@behdad.org>
10965 Date:   Mon Jun 30 15:39:39 2014 -0400
10966
10967     [indic] Remove special-casing of U+1CF2,1CF3
10968
10969     These were introduced in a498565cedf0441ae723c5e5969f637d792a15e7,
10970     but IndicSyllabicCategory has had the correct value already, so the
10971     special code was never needed.
10972
10973  src/hb-ot-shape-complex-indic.cc | 6 ------
10974  1 file changed, 6 deletions(-)
10975
10976 commit d743ce78e10758b7dbaf0cfd191309e5ef646881
10977 Author: Behdad Esfahbod <behdad@behdad.org>
10978 Date:   Mon Jun 30 15:24:02 2014 -0400
10979
10980     [indic-table] Update to Unicode 7.0 data
10981
10982     Touch code just enough to preserve previous syllable structure
10983     and functionality as closely as possible.  Many further cleanups
10984     coming later.
10985
10986  src/gen-indic-table.py                   |   4 +
10987  src/hb-ot-shape-complex-indic-private.hh |  23 +-
10988  src/hb-ot-shape-complex-indic-table.cc   | 468
10989  ++++++++++++++++++++++---------
10990  src/hb-ot-shape-complex-indic.cc         |  21 --
10991  src/hb-ot-shape-complex-myanmar.cc       |   2 -
10992  5 files changed, 355 insertions(+), 163 deletions(-)
10993
10994 commit 5fa21b3ab7175f55f89cb194b544d5d4bd06a481
10995 Author: Behdad Esfahbod <behdad@behdad.org>
10996 Date:   Mon Jun 30 14:30:54 2014 -0400
10997
10998     [indic-table] Fix category frequency counts in comments
10999
11000  src/gen-indic-table.py                 |  2 +-
11001  src/hb-ot-shape-complex-indic-table.cc | 46
11002  +++++++++++++++++-----------------
11003  2 files changed, 24 insertions(+), 24 deletions(-)
11004
11005 commit 5c4e3e9a57b6b735e7d72cbd5f4070cf024d7015
11006 Author: Behdad Esfahbod <behdad@behdad.org>
11007 Date:   Mon Jun 30 14:25:18 2014 -0400
11008
11009     Whitespace
11010
11011  src/hb-ot-shape-complex-indic-private.hh | 76
11012  ++++++++++++++++----------------
11013  1 file changed, 38 insertions(+), 38 deletions(-)
11014
11015 commit af528b6674bccac3efd13f8b33fcdc6aeb178f4c
11016 Author: Behdad Esfahbod <behdad@behdad.org>
11017 Date:   Fri Jun 27 18:07:00 2014 -0400
11018
11019     Fix typo; ouch!
11020
11021  src/hb-ot-cmap-table.hh | 2 +-
11022  1 file changed, 1 insertion(+), 1 deletion(-)
11023
11024 commit 7d4ada66c96a748ce92f8e8edac149361c3dc829
11025 Author: Behdad Esfahbod <behdad@behdad.org>
11026 Date:   Fri Jun 27 17:30:59 2014 -0400
11027
11028     Mark unsed members with a "Z" suffix
11029
11030     There may be more.  There are members that are by definition
11031     redundant or reserved and not needed, NOT what we *currently*
11032     don't use.
11033
11034     I'm sure there's more...
11035
11036  src/hb-open-file-private.hh        |  6 +++---
11037  src/hb-ot-cmap-table.hh            | 24 ++++++++++++------------
11038  src/hb-ot-layout-common-private.hh |  2 +-
11039  3 files changed, 16 insertions(+), 16 deletions(-)
11040
11041 commit 23afcff1d14e57f5ce30a4100698d4f2dc530958
11042 Author: Behdad Esfahbod <behdad@behdad.org>
11043 Date:   Fri Jun 27 17:22:36 2014 -0400
11044
11045     [ot-font] Implement Unicode variation selectors
11046
11047  src/hb-ot-font.cc | 20 +++++++++++++++++++-
11048  1 file changed, 19 insertions(+), 1 deletion(-)
11049
11050 commit a5a4736916b6035e6413d4619f9e7287e683d51b
11051 Author: Behdad Esfahbod <behdad@behdad.org>
11052 Date:   Fri Jun 27 17:03:22 2014 -0400
11053
11054     [cmap] Implement subtable format 14
11055
11056  src/hb-ot-cmap-table.hh | 147
11057  +++++++++++++++++++++++++++++++++++++++++++-----
11058  1 file changed, 133 insertions(+), 14 deletions(-)
11059
11060 commit 586b60622c33878f9ca4826b4ef07369d32bf039
11061 Author: Behdad Esfahbod <behdad@behdad.org>
11062 Date:   Fri Jun 27 15:39:47 2014 -0400
11063
11064     Minor: final bits of cleanup
11065
11066  src/hb-open-type-private.hh        | 1 +
11067  src/hb-ot-layout-common-private.hh | 4 ++--
11068  2 files changed, 3 insertions(+), 2 deletions(-)
11069
11070 commit 51d9ba09bc78188ec87218aef5232e80568c1712
11071 Author: Behdad Esfahbod <behdad@behdad.org>
11072 Date:   Fri Jun 27 15:27:15 2014 -0400
11073
11074     Minor
11075
11076  src/hb-open-type-private.hh | 9 ++++-----
11077  1 file changed, 4 insertions(+), 5 deletions(-)
11078
11079 commit 3084767e92483c669f38319f153c498e9a6b92c7
11080 Author: Behdad Esfahbod <behdad@behdad.org>
11081 Date:   Fri Jun 27 15:24:35 2014 -0400
11082
11083     Minor: Remove LongArrayOf
11084
11085  src/hb-open-file-private.hh | 2 +-
11086  src/hb-open-type-private.hh | 4 ----
11087  2 files changed, 1 insertion(+), 5 deletions(-)
11088
11089 commit 41ea59495032e712fa6f801350ee00d5f00b5724
11090 Author: Behdad Esfahbod <behdad@behdad.org>
11091 Date:   Fri Jun 27 15:23:18 2014 -0400
11092
11093     Minor: Remove LongSortedArrayOf
11094
11095  src/hb-open-type-private.hh | 4 ----
11096  src/hb-ot-cmap-table.hh     | 2 +-
11097  2 files changed, 1 insertion(+), 5 deletions(-)
11098
11099 commit bb6ecf2ce5c2679c298741af17836a22e1d68121
11100 Author: Behdad Esfahbod <behdad@behdad.org>
11101 Date:   Fri Jun 27 15:13:44 2014 -0400
11102
11103     Minor: Remove LongOffsetArrayOf and LongOffsetLongArrayOf
11104
11105  src/hb-open-file-private.hh    | 2 +-
11106  src/hb-open-type-private.hh    | 8 --------
11107  src/hb-ot-layout-gdef-table.hh | 2 +-
11108  3 files changed, 2 insertions(+), 10 deletions(-)
11109
11110 commit 99d281712390fd54e523b2f0580d10445457ec2f
11111 Author: Behdad Esfahbod <behdad@behdad.org>
11112 Date:   Fri Jun 27 15:12:52 2014 -0400
11113
11114     Minor: Remove GenericOffset
11115
11116  src/hb-open-type-private.hh        | 13 +++++--------
11117  src/hb-ot-layout-common-private.hh |  8 ++++----
11118  2 files changed, 9 insertions(+), 12 deletions(-)
11119
11120 commit 9da552dcc5b89b3bbbe5a55fb7c543222382e12a
11121 Author: Behdad Esfahbod <behdad@behdad.org>
11122 Date:   Fri Jun 27 15:09:42 2014 -0400
11123
11124     Minor: Remove some GenericXXX templates
11125
11126  src/hb-open-type-private.hh        | 32 +++++++++++---------------------
11127  src/hb-ot-cmap-table.hh            |  4 ++--
11128  src/hb-ot-layout-common-private.hh |  2 +-
11129  3 files changed, 14 insertions(+), 24 deletions(-)
11130
11131 commit 36073ede5b52bd1231622cbacd1bee6b82696d81
11132 Author: Behdad Esfahbod <behdad@behdad.org>
11133 Date:   Fri Jun 27 14:48:54 2014 -0400
11134
11135     Minor: Reorder template parameter order
11136
11137  src/hb-open-type-private.hh | 14 +++++++-------
11138  src/hb-ot-cmap-table.hh     |  2 +-
11139  2 files changed, 8 insertions(+), 8 deletions(-)
11140
11141 commit 0394ec1bfbd7806cbe9fc809b34f96f8d12ffbf2
11142 Author: Behdad Esfahbod <behdad@behdad.org>
11143 Date:   Fri Jun 27 14:40:35 2014 -0400
11144
11145     Minor: Introduce GenericOffset
11146
11147  src/hb-open-type-private.hh | 16 ++++++----------
11148  1 file changed, 6 insertions(+), 10 deletions(-)
11149
11150 commit 0d1b3419a7bbfd18ab8fed1abd3a41dec11e8d97
11151 Author: Behdad Esfahbod <behdad@behdad.org>
11152 Date:   Thu Jun 26 19:13:34 2014 -0400
11153
11154     Minor: Use template parameter default values for OffsetTo
11155
11156  src/hb-open-type-private.hh | 13 +++++--------
11157  1 file changed, 5 insertions(+), 8 deletions(-)
11158
11159 commit 546b1adcdce2d3592843938b0b81ff32e67b0b83
11160 Author: Behdad Esfahbod <behdad@behdad.org>
11161 Date:   Thu Jun 26 19:10:21 2014 -0400
11162
11163     Minor: Use template parameter default values for hb_prealloced_array_t
11164
11165  src/hb-private.hh | 9 ++++-----
11166  1 file changed, 4 insertions(+), 5 deletions(-)
11167
11168 commit 911ca38645bd51764e7859bc482319e8f6d2f710
11169 Author: Behdad Esfahbod <behdad@behdad.org>
11170 Date:   Tue Jun 24 10:20:36 2014 -0600
11171
11172     Add back API removed recently
11173
11174     Add hb_ot_layout_language_get_required_feature_index() again, which
11175     is used in Pango.  This was removed in
11176     da132937989acb4d8ca9bd41c79f98750e7dda30 in favor of
11177     hb_ot_layout_language_get_required_feature().
11178
11179     API changes:
11180
11181       - Added hb_ot_layout_language_get_required_feature_index back.
11182
11183  src/hb-ot-layout.cc | 15 +++++++++++++++
11184  src/hb-ot-layout.h  |  7 +++++++
11185  2 files changed, 22 insertions(+)
11186
11187 commit 89e4946929a8cd2359c7d76fa9272d5604243002
11188 Author: Behdad Esfahbod <behdad@behdad.org>
11189 Date:   Sun Jun 22 11:32:13 2014 -0600
11190
11191     Add new IndicSyllabicCategory short forms for Unicode 7.0
11192
11193  src/gen-indic-table.py | 4 ++++
11194  1 file changed, 4 insertions(+)
11195
11196 commit dcee838e89c2863c2fda4e8f098e720637e02335
11197 Author: Behdad Esfahbod <behdad@behdad.org>
11198 Date:   Sun Jun 22 11:29:59 2014 -0600
11199
11200     Minor
11201
11202  src/gen-arabic-table.py | 2 +-
11203  src/gen-indic-table.py  | 2 +-
11204  2 files changed, 2 insertions(+), 2 deletions(-)
11205
11206 commit f2ad86e6053fa87ab188c36edc3d98c92324c049
11207 Author: Behdad Esfahbod <behdad@behdad.org>
11208 Date:   Sat Jun 21 15:31:10 2014 -0600
11209
11210     [indic-table-gen] Minor
11211
11212  src/gen-indic-table.py | 8 ++++----
11213  1 file changed, 4 insertions(+), 4 deletions(-)
11214
11215 commit 2ec62279aab8c2263f17ffbc7c6f74304674f9a8
11216 Author: Behdad Esfahbod <behdad@behdad.org>
11217 Date:   Sat Jun 21 15:25:59 2014 -0600
11218
11219     [indic-table] Update to Unicode 6.3.0
11220
11221     Was from 6.2.0.  It's a no-op.  Committing for the record.
11222
11223  src/hb-ot-shape-complex-indic-table.cc | 12 ++++++------
11224  1 file changed, 6 insertions(+), 6 deletions(-)
11225
11226 commit 5d4d7384efa97a30893ad28b9ad9a994722de12c
11227 Author: Behdad Esfahbod <behdad@behdad.org>
11228 Date:   Sat Jun 21 14:53:21 2014 -0600
11229
11230     Minor: format
11231
11232  src/hb-ot-shape-complex-arabic.cc | 7 +++++--
11233  1 file changed, 5 insertions(+), 2 deletions(-)
11234
11235 commit 44243ae5902cc420e6bf6ec2fca2584ba93ff2fb
11236 Author: Behdad Esfahbod <behdad@behdad.org>
11237 Date:   Sat Jun 21 14:19:34 2014 -0600
11238
11239     [arabic-table] Update to Unicode 7.0
11240
11241     Old table was from 6.2.  Remove hard-coded Mongolian and Phags-pa
11242     data.
11243     This completes support for new scripts Manichian and Psaltar Pahlavi.
11244
11245  src/hb-ot-shape-complex-arabic-table.hh | 72
11246  ++++++++++++++++++++++++++++-----
11247  src/hb-ot-shape-complex-arabic.cc       | 22 ----------
11248  2 files changed, 63 insertions(+), 31 deletions(-)
11249
11250 commit cd86ab9b4f4d7bd4f563be64a83714fc8fb395d7
11251 Author: Behdad Esfahbod <behdad@behdad.org>
11252 Date:   Sat Jun 21 14:10:38 2014 -0600
11253
11254     [arabic-table] Add ZWJ/ZWNJ now that table is segmented
11255
11256  src/gen-arabic-table.py                 |  2 --
11257  src/hb-ot-shape-complex-arabic-table.hh | 12 +++++++++++-
11258  src/hb-ot-shape-complex-arabic.cc       |  5 -----
11259  3 files changed, 11 insertions(+), 8 deletions(-)
11260
11261 commit 2390d9b67e1dfeccd3f0850d1304c52b54817ca0
11262 Author: Behdad Esfahbod <behdad@behdad.org>
11263 Date:   Sat Jun 21 14:07:00 2014 -0600
11264
11265     [arabic-table] Further tune
11266
11267     In anticipation of Unicode 7.0 data coming in the next commit.
11268
11269  src/gen-arabic-table.py                 | 10 ++++++---
11270  src/hb-ot-shape-complex-arabic-table.hh | 38
11271  +++++++++++++++------------------
11272  2 files changed, 24 insertions(+), 24 deletions(-)
11273
11274 commit a133e6067aaebc494c0156b5fac7f4a879e12dbe
11275 Author: Behdad Esfahbod <behdad@behdad.org>
11276 Date:   Fri Jun 20 18:01:34 2014 -0400
11277
11278     [indic-table] Minor
11279
11280  src/gen-indic-table.py | 9 +++++----
11281  1 file changed, 5 insertions(+), 4 deletions(-)
11282
11283 commit b900fa2c8cc088dbcbdbf90bfdf8764f9ee1c96a
11284 Author: Behdad Esfahbod <behdad@behdad.org>
11285 Date:   Fri Jun 20 17:59:43 2014 -0400
11286
11287     [arabic-table] Use segmented table
11288
11289     No functional change.
11290
11291  src/gen-arabic-table.py                 | 82
11292  +++++++++++++++++++++++----------
11293  src/hb-ot-shape-complex-arabic-table.hh | 53 ++++++++++++++-------
11294  src/hb-ot-shape-complex-arabic.cc       |  8 ++--
11295  3 files changed, 97 insertions(+), 46 deletions(-)
11296
11297 commit c2e113404640bf9b8bac469d0803ac946e77964f
11298 Author: Behdad Esfahbod <behdad@behdad.org>
11299 Date:   Fri Jun 20 17:57:03 2014 -0400
11300
11301     [indic-table] Make output stable
11302
11303  src/gen-indic-table.py | 2 +-
11304  1 file changed, 1 insertion(+), 1 deletion(-)
11305
11306 commit 55abfbd2ac1626af16151298a0837b837d0796df
11307 Author: Behdad Esfahbod <behdad@behdad.org>
11308 Date:   Fri Jun 20 16:47:43 2014 -0400
11309
11310     [indic-table] Minor
11311
11312     No output change.
11313
11314  src/gen-indic-table.py | 7 +------
11315  1 file changed, 1 insertion(+), 6 deletions(-)
11316
11317 commit f88670749006991282bcc4e8b6218487295ca670
11318 Author: Behdad Esfahbod <behdad@behdad.org>
11319 Date:   Fri Jun 20 16:30:10 2014 -0400
11320
11321     [arabic-table] Don't write comments
11322
11323     No functional change.
11324
11325  src/gen-arabic-table.py                 |  20 +-
11326  src/hb-ot-shape-complex-arabic-table.hh | 710
11327  ++------------------------------
11328  2 files changed, 38 insertions(+), 692 deletions(-)
11329
11330 commit 200dfe3eb10feda2ad25940338b08011f4757ca4
11331 Author: Behdad Esfahbod <behdad@behdad.org>
11332 Date:   Fri Jun 20 16:20:59 2014 -0400
11333
11334     [arabic-table] Use short names for values
11335
11336     No functional change.
11337
11338  src/gen-arabic-table.py                 |   16 +-
11339  src/hb-ot-shape-complex-arabic-table.hh | 1386
11340  ++++++++++++++++---------------
11341  2 files changed, 716 insertions(+), 686 deletions(-)
11342
11343 commit 3f5327a41efcf50f64d9498ef3dfd6875ef6a5ab
11344 Author: Behdad Esfahbod <behdad@behdad.org>
11345 Date:   Fri Jun 20 16:17:42 2014 -0400
11346
11347     [arabic-table] Read Blocks.txt and shuffle code around
11348
11349     No functional change.
11350
11351  src/Makefile.am                         |  2 +-
11352  src/gen-arabic-table.py                 | 80
11353  +++++++++++++++++++--------------
11354  src/hb-ot-shape-complex-arabic-table.hh | 30 ++++++++-----
11355  3 files changed, 67 insertions(+), 45 deletions(-)
11356
11357 commit 171f970e4f72d9fe1af30eab32b96906ee4a14f5
11358 Author: Behdad Esfahbod <behdad@behdad.org>
11359 Date:   Fri Jun 20 15:25:30 2014 -0400
11360
11361     [indic-table] Black-list Thai, Lao, and Tibetan
11362
11363     We don't need Indic table for those.
11364
11365  src/gen-indic-table.py                 |  3 ++
11366  src/hb-ot-shape-complex-indic-table.cc | 94
11367  +++++++---------------------------
11368  2 files changed, 21 insertions(+), 76 deletions(-)
11369
11370 commit 65ac2dae4f284f563b2dc476a21e2b5a48124de8
11371 Author: Behdad Esfahbod <behdad@behdad.org>
11372 Date:   Fri Jun 20 15:12:49 2014 -0400
11373
11374     [indic-table] Speed up lookup
11375
11376  src/gen-indic-table.py                 | 22 +++++++++---
11377  src/hb-ot-shape-complex-indic-table.cc | 61
11378  +++++++++++++++++++++++-----------
11379  2 files changed, 59 insertions(+), 24 deletions(-)
11380
11381 commit 64442a3f4c5c7be08893454742cad6bfe73cb8d7
11382 Author: Behdad Esfahbod <behdad@behdad.org>
11383 Date:   Fri Jun 20 14:58:53 2014 -0400
11384
11385     [indic-table] Fix compiler warning
11386
11387  src/gen-indic-table.py                 | 4 +---
11388  src/hb-ot-shape-complex-indic-table.cc | 4 +---
11389  2 files changed, 2 insertions(+), 6 deletions(-)
11390
11391 commit 0436e1d50527497ebe5053b51a34ce6590276249
11392 Author: Behdad Esfahbod <behdad@behdad.org>
11393 Date:   Fri Jun 20 14:56:22 2014 -0400
11394
11395     [indic-table] Make table more compact by not covering full blocks
11396
11397     -#define indic_offset_total 4416
11398     +#define indic_offset_total 3816
11399
11400     -}; /* Table occupancy: 60% */
11401     +}; /* Table occupancy: 69% */
11402
11403  src/gen-indic-table.py                 |  24 ++++--
11404  src/hb-ot-shape-complex-indic-table.cc | 150
11405  +++++++++------------------------
11406  2 files changed, 57 insertions(+), 117 deletions(-)
11407
11408 commit 190a251479b3cfc68871ff1daf9a9d1abe3f86e6
11409 Author: Behdad Esfahbod <behdad@behdad.org>
11410 Date:   Fri Jun 20 14:41:39 2014 -0400
11411
11412     [indic-table] Remove block range from data table
11413
11414     No functional change.
11415
11416  src/gen-indic-table.py                 |   4 +-
11417  src/hb-ot-shape-complex-indic-table.cc | 102
11418  ++++++++++++++++-----------------
11419  2 files changed, 54 insertions(+), 52 deletions(-)
11420
11421 commit 2b051c6057920c564c13c5d6a3e6dca93446fa12
11422 Author: Behdad Esfahbod <behdad@behdad.org>
11423 Date:   Fri Jun 20 14:09:57 2014 -0400
11424
11425     Rename HB_VERSION_CHECK and hb_version_check to "atleast"
11426
11427     HB_VERSION_CHECK's comparison was originally written wrongly
11428     by mistake.  When API tests were written, they were also written
11429     wrongly to pass given the wrong implementation... Sigh.
11430
11431     Given the purpose of this API, there's no point in fixing it
11432     without renaming it.  As such, rename.
11433
11434     API changes:
11435
11436       HB_VERSION_CHECK -> HB_VERSION_ATLEAST
11437       hb_version_check -> hb_version_atleast
11438
11439  docs/reference/harfbuzz-sections.txt |  4 ++--
11440  src/hb-common.cc                     | 10 +++++-----
11441  src/hb-version.h.in                  | 10 +++++-----
11442  test/api/test-version.c              | 29 +++++++++++++++--------------
11443  4 files changed, 27 insertions(+), 26 deletions(-)
11444
11445 commit cabfa538ed4b1355326fa8de05f7209dda1c1c7a
11446 Author: Behdad Esfahbod <behdad@behdad.org>
11447 Date:   Fri Jun 20 13:51:21 2014 -0400
11448
11449     Adjust unused doc symbols
11450
11451  docs/reference/harfbuzz-sections.txt | 19 +++++++++++++++++--
11452  src/hb-ot-shape.h                    | 21 ++++++++++-----------
11453  2 files changed, 27 insertions(+), 13 deletions(-)
11454
11455 commit da132937989acb4d8ca9bd41c79f98750e7dda30
11456 Author: Jonathan Kew <jfkthame@gmail.com>
11457 Date:   Sun Apr 27 14:05:24 2014 +0100
11458
11459     Rework handling of requiredFeature to solve problem with rlig in
11460     arial.ttf from winxp
11461
11462     https://bugzilla.mozilla.org/show_bug.cgi?id=986802
11463     Fixes https://github.com/behdad/harfbuzz/pull/39
11464
11465     API Change:
11466
11467     -hb_ot_layout_language_get_required_feature_index
11468     +hb_ot_layout_language_get_required_feature
11469
11470     New API takes an extra pointer argument.  Pass NULL in to get
11471     behavior of previous API.
11472
11473     Reworked by behdad
11474
11475  src/hb-ot-layout-gsubgpos-private.hh |  4 +--
11476  src/hb-ot-layout.cc                  | 29 ++++++++++++---------
11477  src/hb-ot-layout.h                   | 11 ++++----
11478  src/hb-ot-map.cc                     | 50
11479  ++++++++++++++++++++++++++----------
11480  src/main.cc                          |  4 +--
11481  5 files changed, 64 insertions(+), 34 deletions(-)
11482
11483 commit df554af99db390e42d378983bb3fcf583477a1d7
11484 Author: Behdad Esfahbod <behdad@behdad.org>
11485 Date:   Thu Jun 19 15:39:18 2014 -0400
11486
11487     Rename search() to bsearch() and lsearch()
11488
11489     Such that the complexity of the algorithm used is clear at
11490     call site.
11491
11492  src/hb-open-type-private.hh        |  4 ++--
11493  src/hb-ot-cmap-table.hh            | 14 +++++++-------
11494  src/hb-ot-layout-common-private.hh |  9 +++++----
11495  3 files changed, 14 insertions(+), 13 deletions(-)
11496
11497 commit fb8cc86ff99c08064ac58a559bb66cc340693b92
11498 Author: Behdad Esfahbod <behdad@behdad.org>
11499 Date:   Thu Jun 19 15:30:18 2014 -0400
11500
11501     Rename sort() to qsort()
11502
11503     In an effort to make the algorithm used clear.
11504
11505  src/hb-coretext.cc  | 4 ++--
11506  src/hb-ot-map.cc    | 4 ++--
11507  src/hb-private.hh   | 8 ++++----
11508  src/hb-uniscribe.cc | 4 ++--
11509  4 files changed, 10 insertions(+), 10 deletions(-)
11510
11511 commit 577ca4814314c374824cac736996b9cdd4f9d11f
11512 Author: Behdad Esfahbod <behdad@behdad.org>
11513 Date:   Wed Jun 18 12:29:23 2014 -0400
11514
11515     [unicode7] Update list of Default_Ignorable codepoints
11516
11517  src/hb-unicode-private.hh | 66
11518  +++++++++++++++++++++--------------------------
11519  1 file changed, 30 insertions(+), 36 deletions(-)
11520
11521 commit 7cfee3827636f0dff7df5c8975a4fadd1b4bfbd5
11522 Author: Behdad Esfahbod <behdad@behdad.org>
11523 Date:   Mon Apr 28 15:09:30 2014 -0700
11524
11525     [unicode7] Route Manichaean and Psalter Pahlavi through Arabic shaper
11526
11527     Still needs update to joining table to fully work.
11528
11529  src/hb-ot-shape-complex-private.hh | 4 ++++
11530  1 file changed, 4 insertions(+)
11531
11532 commit a4a7899cd93fb9d1bc2163a4bbabfa733ee5bd52
11533 Author: Behdad Esfahbod <behdad@behdad.org>
11534 Date:   Mon Apr 28 15:06:42 2014 -0700
11535
11536     [unicode7] Mark right-to-left scripts
11537
11538  src/hb-common.cc | 8 ++++++++
11539  1 file changed, 8 insertions(+)
11540
11541 commit 62587bfc5178a447ef66d88eab7412a7efe84692
11542 Author: Behdad Esfahbod <behdad@behdad.org>
11543 Date:   Mon Apr 28 15:07:21 2014 -0700
11544
11545     [unicode7] Declare Unicode 7 scripts
11546
11547  src/hb-common.h | 21 +++++++++------------
11548  1 file changed, 9 insertions(+), 12 deletions(-)
11549
11550 commit dc61294aa93d36d0c5d187d4a692560a7cb46444
11551 Author: Behdad Esfahbod <behdad@behdad.org>
11552 Date:   Mon Apr 28 14:58:28 2014 -0700
11553
11554     [unicode7] Add missing ISO 15924 tags
11555
11556  src/hb-common.h | 6 +++---
11557  1 file changed, 3 insertions(+), 3 deletions(-)
11558
11559 commit 7526373e70bc4c2e2072da36babf9399fcf483b8
11560 Author: Behdad Esfahbod <behdad@behdad.org>
11561 Date:   Tue Jun 17 11:45:26 2014 -0400
11562
11563     [coretext] Remove unused var
11564
11565  src/hb-coretext.cc | 2 --
11566  1 file changed, 2 deletions(-)
11567
11568 commit 798e4185bc71b1a63528e6b0af236d4c964ec607
11569 Author: Jonathan Kew <jfkthame@gmail.com>
11570 Date:   Tue Jun 10 13:10:30 2014 +0100
11571
11572     When zeroing mark widths for LTR, also adjust offset...
11573
11574     ...so that they overstrike preceding glyph.
11575
11576     https://github.com/behdad/harfbuzz/pull/43
11577
11578  src/hb-ot-shape.cc | 50
11579  +++++++++++++++++++++++++++++++++++++++-----------
11580  1 file changed, 39 insertions(+), 11 deletions(-)
11581
11582 commit 80f7405a5208f88b8615aa4ce4c54ffeb16f04f8
11583 Author: Jonathan Kew <jfkthame@gmail.com>
11584 Date:   Tue Jun 10 13:10:02 2014 +0100
11585
11586     [Thai] set the correct general category on Nikhahit when decomposing
11587     Sara-Am.
11588
11589  src/hb-ot-shape-complex-thai.cc | 5 ++++-
11590  1 file changed, 4 insertions(+), 1 deletion(-)
11591
11592 commit 1d634cbb4b0338e1c2841127a72c5fac3a2a5ca1
11593 Author: Behdad Esfahbod <behdad@behdad.org>
11594 Date:   Fri Jun 6 17:55:02 2014 -0400
11595
11596     Fix base-position when 'pref' is NOT formed
11597
11598     If pre-base reordering Ra is NOT formed (or formed and then
11599     broken up), we should consider that Ra as base.  This is
11600     observable when there's a left matra or dotreph that positions
11601     before base.
11602
11603     Now, it might be that we shouldn't do this if the Ra happend
11604     to form a below form.  We can't quite deduce that right now...
11605
11606     Micro test added.  Also at:
11607
11608     https://code.google.com/a/google.com/p/noto-alpha/issues/detail?id=186#c29
11609
11610  src/hb-ot-shape-complex-indic.cc                   |  28
11611  +++++++++++++++++++--
11612  test/shaping/fonts/sha1sum/MANIFEST                |   5 ++++
11613  .../e207635780b42f898d58654b65098763e340f5c7.ttf   | Bin 0 -> 3000 bytes
11614  test/shaping/tests/indic-pref-blocking.tests       |   3 ++-
11615  4 files changed, 33 insertions(+), 3 deletions(-)
11616
11617 commit 04dc52fa15f5b7f9eb5f448ea43e7ef1b2269e88
11618 Author: Behdad Esfahbod <behdad@behdad.org>
11619 Date:   Fri Jun 6 17:28:38 2014 -0400
11620
11621     [indic] Recover OT_H undergone ligation and multiplication
11622
11623     Sometimes font designers form half/pref/etc consonant forms
11624     unconditionally and then undo that conditionally.  Try to
11625     recover the OT_H classification in those cases.
11626
11627     No test number changes expected.
11628
11629  src/hb-ot-layout-private.hh      |  8 ++++++++
11630  src/hb-ot-shape-complex-indic.cc | 21 +++++++++++++++++++++
11631  2 files changed, 29 insertions(+)
11632
11633 commit 39c8201f8e361e8c0f23f07bf20124ccadc6086c
11634 Author: Behdad Esfahbod <behdad@behdad.org>
11635 Date:   Fri Jun 6 17:19:35 2014 -0400
11636
11637     [indic] Improve base re-finding
11638
11639     No test numbers change.
11640
11641  src/hb-ot-shape-complex-indic.cc | 5 ++---
11642  1 file changed, 2 insertions(+), 3 deletions(-)
11643
11644 commit c04d5f0dd24d0ed9560fb9aebb5561ce946743c3
11645 Author: Behdad Esfahbod <behdad@behdad.org>
11646 Date:   Fri Jun 6 17:02:39 2014 -0400
11647
11648     [indic] Minor
11649
11650  src/hb-ot-shape-complex-indic.cc | 2 +-
11651  1 file changed, 1 insertion(+), 1 deletion(-)
11652
11653 commit 824d00dce483d0f4030c0cac253f994810e10f32
11654 Author: Behdad Esfahbod <behdad@behdad.org>
11655 Date:   Mon Jun 9 14:17:33 2014 -0400
11656
11657     Fix commit 3f38c1137b6219a646da141b08463ffa922d4e35
11658
11659     Previous commit was not compiling with clang.
11660
11661  configure.ac | 4 ++--
11662  1 file changed, 2 insertions(+), 2 deletions(-)
11663
11664 commit 3f38c1137b6219a646da141b08463ffa922d4e35
11665 Author: Behdad Esfahbod <behdad@behdad.org>
11666 Date:   Fri Jun 6 16:03:40 2014 -0400
11667
11668     Don't use -mstructure-size-boundary=8 on clang arm
11669
11670     As in building for Android / iPhone.  Only set it if
11671     struct{char} alignment is not 1.
11672
11673     NOT tested on an actual Arm architecture.  Guess we'll know
11674     when this makes it to people's build bots.
11675
11676  configure.ac | 7 +++++--
11677  1 file changed, 5 insertions(+), 2 deletions(-)
11678
11679 commit 0ff74b09d2ccf7a9ea0f0b463d8b6d819c86c837
11680 Author: Behdad Esfahbod <behdad@behdad.org>
11681 Date:   Thu Jun 5 21:55:23 2014 -0400
11682
11683     Add missing test file.  Oops
11684
11685  test/shaping/tests/indic-pref-blocking.tests | 1 +
11686  1 file changed, 1 insertion(+)
11687
11688 commit 832a6f99b34f334b1e82b8e3a7ad137e823d203c
11689 Author: Behdad Esfahbod <behdad@behdad.org>
11690 Date:   Wed Jun 4 16:57:42 2014 -0400
11691
11692     [indic] Don't reorder reph/pref if ligature was expanded
11693
11694     Normally if you want to, say, conditionally prevent a 'pref', you
11695     would use blocking contextual matching.  Some designers instead
11696     form the 'pref' form, then undo it in context.  To detect that
11697     we now also remember glyphs that went through MultipleSubst.
11698
11699     In the only place that this is used, Uniscribe seems to only care
11700     about the "last" transformation between Ligature and Multiple
11701     substitions.  Ie. if you ligate, expand, and ligate again, it
11702     moves the pref, but if you ligate and expand it doesn't.  That's
11703     why we clear the MULTIPLIED bit when setting LIGATED.
11704
11705     Micro-test added.  Test: U+0D2F,0D4D,0D30 with font from:
11706
11707     [1]
11708     https://code.google.com/a/google.com/p/noto-alpha/issues/detail?id=186#c29
11709
11710  src/hb-ot-layout-gsub-table.hh                      |   2 +-
11711  src/hb-ot-layout-gsubgpos-private.hh                |  20
11712  ++++++++++++++++----
11713  src/hb-ot-layout-private.hh                         |  16
11714  +++++++++++++++-
11715  src/hb-ot-shape-complex-indic.cc                    |   4 ++--
11716  test/shaping/Makefile.am                            |   5 ++++-
11717  .../226bc2deab3846f1a682085f70c67d0421014144.ttf    | Bin 0 -> 2828 bytes
11718  test/shaping/tests/MANIFEST                         |   1 +
11719  7 files changed, 39 insertions(+), 9 deletions(-)
11720
11721 commit b5be2317201774c84470167767ad83c8637cad5b
11722 Author: Behdad Esfahbod <behdad@behdad.org>
11723 Date:   Thu Jun 5 19:00:22 2014 -0400
11724
11725     [gsub] Adjust single-length ligature subst to act like single subst
11726
11727  src/hb-ot-layout-gsub-table.hh | 8 ++++++++
11728  1 file changed, 8 insertions(+)
11729
11730 commit aae69451dfbf2e3671c555c234f788c194302818
11731 Author: Behdad Esfahbod <behdad@behdad.org>
11732 Date:   Thu Jun 5 18:54:44 2014 -0400
11733
11734     [gsub] Minor shuffling
11735
11736  src/hb-ot-layout-gsub-table.hh | 29 ++++++++++++++++-------------
11737  1 file changed, 16 insertions(+), 13 deletions(-)
11738
11739 commit b6b304f12be917b7449b3ac9409069fcd4a27d95
11740 Author: Behdad Esfahbod <behdad@behdad.org>
11741 Date:   Thu Jun 5 17:12:54 2014 -0400
11742
11743     [ot] Add TODO re zero-len MultipleSubst sequences
11744
11745  src/hb-ot-layout-gsub-table.hh       | 9 +++++++++
11746  src/hb-ot-layout-gsubgpos-private.hh | 4 +++-
11747  2 files changed, 12 insertions(+), 1 deletion(-)
11748
11749 commit f1a72fe7bf863535ec09b559cc0bd878fd0799f2
11750 Author: Behdad Esfahbod <behdad@behdad.org>
11751 Date:   Wed Jun 4 19:00:29 2014 -0400
11752
11753     [ot-font] Fix cmap EncodingRecord cmp order
11754
11755  src/hb-ot-cmap-table.hh | 14 +++++++++-----
11756  1 file changed, 9 insertions(+), 5 deletions(-)
11757
11758 commit ce34f0b07e5324ed52e6e2c43000c2b09ee010d4
11759 Author: Behdad Esfahbod <behdad@behdad.org>
11760 Date:   Wed Jun 4 18:57:46 2014 -0400
11761
11762     [ot-font] Use binary search for format12 cmap subtable
11763
11764  src/hb-open-type-private.hh | 4 ++++
11765  src/hb-ot-cmap-table.hh     | 2 +-
11766  2 files changed, 5 insertions(+), 1 deletion(-)
11767
11768 commit 257d1adfa1b3422c511c55e641840a6e31ec6008
11769 Author: Behdad Esfahbod <behdad@behdad.org>
11770 Date:   Wed Jun 4 18:47:55 2014 -0400
11771
11772     [ot-font] Work around broken cmap subtable format 4 length
11773
11774     Roboto was hitting this.  FreeType also has pretty much the
11775     same code for this, in ttcmap.c:tt_cmap4_validate():
11776
11777         /* in certain fonts, the `length' field is invalid and goes */
11778         /* out of bound.  We try to correct this here...            */
11779         if ( table + length > valid->limit )
11780         {
11781           if ( valid->level >= FT_VALIDATE_TIGHT )
11782             FT_INVALID_TOO_SHORT;
11783
11784           length = (FT_UInt)( valid->limit - table );
11785         }
11786
11787  src/hb-ot-cmap-table.hh | 22 ++++++++++++++++++----
11788  1 file changed, 18 insertions(+), 4 deletions(-)
11789
11790 commit 51f563579b94e1ee23ced9bbcc7dd3341535ce72
11791 Author: Behdad Esfahbod <behdad@behdad.org>
11792 Date:   Wed Jun 4 18:42:32 2014 -0400
11793
11794     Move try_set to sanitize context
11795
11796  src/hb-open-type-private.hh        | 22 ++++++++++------------
11797  src/hb-ot-layout-common-private.hh |  2 +-
11798  2 files changed, 11 insertions(+), 13 deletions(-)
11799
11800 commit 500737e8e16dce5248aff394899bb3761a9c3bbf
11801 Author: Behdad Esfahbod <behdad@behdad.org>
11802 Date:   Wed Jun 4 18:17:29 2014 -0400
11803
11804     [ot-font] Don't select a Null cmap subtable
11805
11806     Can happen either in broken fonts, or as a result of sanitize().
11807
11808  src/hb-ot-cmap-table.hh | 2 +-
11809  1 file changed, 1 insertion(+), 1 deletion(-)
11810
11811 commit dac86026a6bae5a8a03cfe885bf93f32e5f48614
11812 Author: Behdad Esfahbod <behdad@behdad.org>
11813 Date:   Tue Jun 3 17:57:00 2014 -0400
11814
11815     Fix some cppcheck warnings
11816
11817     Bug 77800 - cppcheck reports
11818
11819  src/hb-common.cc                   | 4 +++-
11820  src/hb-ot-layout-common-private.hh | 2 +-
11821  src/hb-private.hh                  | 2 +-
11822  src/hb-shape-plan.cc               | 4 ++--
11823  4 files changed, 7 insertions(+), 5 deletions(-)
11824
11825 commit c306410cab368a27c1941a2625d3b475edeaac04
11826 Author: Behdad Esfahbod <behdad@behdad.org>
11827 Date:   Tue Jun 3 16:59:41 2014 -0400
11828
11829     Bug 77732 - Fix unused typedef warning for ASSERT_STATIC with GCC 4.8
11830
11831  src/hb-private.hh | 2 +-
11832  1 file changed, 1 insertion(+), 1 deletion(-)
11833
11834 commit ae2b854eab7f1c48e56751c987a714c2c18d6eb6
11835 Author: Behdad Esfahbod <behdad@behdad.org>
11836 Date:   Tue Jun 3 16:59:09 2014 -0400
11837
11838     Move code around
11839
11840  src/hb-private.hh | 134
11841  ++++++++++++++++++++++++++----------------------------
11842  1 file changed, 65 insertions(+), 69 deletions(-)
11843
11844 commit 17c3b809f42aec34d83dba2e6229ad85804bebae
11845 Author: Behdad Esfahbod <behdad@behdad.org>
11846 Date:   Mon Jun 2 15:08:18 2014 -0400
11847
11848     [indic] Treat U+A8E0..A8F1 as OT_A instead of OT_VD
11849
11850     Apparently they can intermix with other OT_A.
11851
11852     Test: U+0915,A8E2,1CD0
11853
11854  src/hb-ot-shape-complex-indic.cc | 2 +-
11855  1 file changed, 1 insertion(+), 1 deletion(-)
11856
11857 commit 6ae13f257c3986517c097fa666ab9f58bdc918b5
11858 Author: Behdad Esfahbod <behdad@behdad.org>
11859 Date:   Fri May 30 17:38:14 2014 -0400
11860
11861     [graphite2] Fix cluster mapping
11862
11863     Patch from Martin Hosken.  I expect this to fix the following bugs:
11864
11865     https://bugs.freedesktop.org/show_bug.cgi?id=75076
11866     https://bugzilla.gnome.org/show_bug.cgi?id=723582
11867     https://bugzilla.redhat.com/show_bug.cgi?id=998812
11868
11869  src/hb-graphite2.cc | 5 ++++-
11870  1 file changed, 4 insertions(+), 1 deletion(-)
11871
11872 commit 5875ad9c467b39d00ad4d98fd425179c701e6fd0
11873 Author: Behdad Esfahbod <behdad@behdad.org>
11874 Date:   Thu May 29 15:48:16 2014 -0400
11875
11876     0.9.29
11877
11878  NEWS         | 12 ++++++++++++
11879  configure.ac |  2 +-
11880  2 files changed, 13 insertions(+), 1 deletion(-)
11881
11882 commit 7977ca17aac34b9ab10622928bed8afa2177f16a
11883 Author: Behdad Esfahbod <behdad@behdad.org>
11884 Date:   Thu May 29 15:34:26 2014 -0400
11885
11886     [indic] Allow decimal and Brahmi digits as placeholders
11887
11888     Tests: U+0967,0951 U+0031,093F
11889
11890  src/hb-ot-shape-complex-indic.cc                                      |
11891  4 ++++
11892  .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt  |
11893  2 ++
11894  2 files changed, 6 insertions(+)
11895
11896 commit e8b5d64039614ecce472eda1a7a603736da25d86
11897 Author: Behdad Esfahbod <behdad@behdad.org>
11898 Date:   Thu May 29 15:18:27 2014 -0400
11899
11900     [indic] Do NOT allow reph formation on placeholders
11901
11902     Only allow it on DOTTED CIRCLE.  No effect on test numbers.
11903
11904     Test: U+0930,094D,00A0
11905
11906  src/hb-ot-shape-complex-indic-machine.rl                                |
11907  2 +-
11908  .../in-tree/shaper-indic/indic/script-devanagari/misc/dottedcircle.txt  |
11909  1 +
11910  2 files changed, 2 insertions(+), 1 deletion(-)
11911
11912 commit 52b562a6a058131c0103aaa5404d053e6465bb23
11913 Author: Behdad Esfahbod <behdad@behdad.org>
11914 Date:   Tue May 27 18:18:23 2014 -0400
11915
11916     [indic] Clean up a bit
11917
11918     No functional change intended.
11919
11920  src/hb-ot-shape-complex-indic.cc | 17 +++++------------
11921  1 file changed, 5 insertions(+), 12 deletions(-)
11922
11923 commit 3bf652b90783e8244c153739585d95dc4162efb4
11924 Author: Behdad Esfahbod <behdad@behdad.org>
11925 Date:   Tue May 27 18:07:26 2014 -0400
11926
11927     [indic] Treat U+002D and U+2010..2014 as placeholders
11928
11929  src/hb-ot-shape-complex-indic.cc | 4 +++-
11930  1 file changed, 3 insertions(+), 1 deletion(-)
11931
11932 commit e0de95f40244924cb8f9f7abca7f53117044a0eb
11933 Author: Behdad Esfahbod <behdad@behdad.org>
11934 Date:   Tue May 27 17:58:34 2014 -0400
11935
11936     [indic] Treat U+00D7 MULTIPLICATION SIGN as placeholder
11937
11938  src/hb-ot-shape-complex-indic.cc | 1 +
11939  1 file changed, 1 insertion(+)
11940
11941 commit cf78dd483cbe1759a8ecb731879e041a53ba9bb3
11942 Author: Behdad Esfahbod <behdad@behdad.org>
11943 Date:   Tue May 27 17:53:37 2014 -0400
11944
11945     [indic/myanmar] Rename OT_NBSP to OT_PLACEHOLDER
11946
11947  src/hb-ot-shape-complex-indic-machine.rl | 4 ++--
11948  src/hb-ot-shape-complex-indic-private.hh | 6 +++---
11949  src/hb-ot-shape-complex-indic.cc         | 4 ++--
11950  src/hb-ot-shape-complex-myanmar.cc       | 2 +-
11951  4 files changed, 8 insertions(+), 8 deletions(-)
11952
11953 commit 186ece94c8838e95db240d3e7c3ce415da6be81e
11954 Author: Behdad Esfahbod <behdad@behdad.org>
11955 Date:   Tue May 27 17:49:45 2014 -0400
11956
11957     [myanmar] Use OT_NBSP instead of OT_DOTTEDCIRCLE for OT_GB
11958
11959     No functional change.
11960
11961  src/hb-ot-shape-complex-myanmar-machine.rl | 2 +-
11962  src/hb-ot-shape-complex-myanmar.cc         | 2 +-
11963  2 files changed, 2 insertions(+), 2 deletions(-)
11964
11965 commit cf71d28c380819cb0f7f0f22f6ff9e4aa881a2b8
11966 Author: Behdad Esfahbod <behdad@behdad.org>
11967 Date:   Tue May 27 17:47:43 2014 -0400
11968
11969     [indic/myanmar] Refactor a few macros
11970
11971  src/hb-ot-shape-complex-indic-private.hh | 12 ++++++++++++
11972  src/hb-ot-shape-complex-indic.cc         | 10 ----------
11973  src/hb-ot-shape-complex-myanmar.cc       |  6 ------
11974  3 files changed, 12 insertions(+), 16 deletions(-)
11975
11976 commit 2307268e01d27a999b56a2f573dfcee8b2a7949b
11977 Author: Behdad Esfahbod <behdad@behdad.org>
11978 Date:   Tue May 27 17:39:01 2014 -0400
11979
11980     [indic] Treat U+0A72..0A73 like regular consonants
11981
11982     Unicode 6.x IndicSyllableCategory categorizes them as
11983     placeholders, but they can subjoin.
11984
11985  src/hb-ot-shape-complex-indic.cc | 3 ++-
11986  1 file changed, 2 insertions(+), 1 deletion(-)
11987
11988 commit e9b2a4cfe593bdbe9288571635ba26ac42ede987
11989 Author: Behdad Esfahbod <behdad@behdad.org>
11990 Date:   Fri May 23 15:49:10 2014 -0400
11991
11992     [indic] Support U+1CED
11993
11994  src/hb-ot-shape-complex-indic.cc | 5 +++++
11995  1 file changed, 5 insertions(+)
11996
11997 commit d19f8e85702a1e473efe2f02027984dcc127602a
11998 Author: Behdad Esfahbod <behdad@behdad.org>
11999 Date:   Fri May 23 15:45:50 2014 -0400
12000
12001     [indic] Support U+A8F2..A8F7,1CE9..1CEC,1CEE..1CF1
12002
12003  src/hb-ot-shape-complex-indic.cc | 8 ++++++++
12004  1 file changed, 8 insertions(+)
12005
12006 commit ddbdfcbf1c10eed0a7b81b29fee99f1bd22113e5
12007 Author: Behdad Esfahbod <behdad@behdad.org>
12008 Date:   Fri May 23 15:39:55 2014 -0400
12009
12010     [indic] Simplify grammar
12011
12012     No functional change.
12013
12014  src/hb-ot-shape-complex-indic-machine.rl | 7 +++----
12015  1 file changed, 3 insertions(+), 4 deletions(-)
12016
12017 commit 4e9b1f662b23966e67c548b86afeff2bec9b0eb7
12018 Author: Behdad Esfahbod <behdad@behdad.org>
12019 Date:   Fri May 23 15:38:42 2014 -0400
12020
12021     [indic] Always start new syllable for Avagraha
12022
12023     In fact, the previous grammar was ambigious.  No functional
12024     change.
12025
12026  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
12027  1 file changed, 1 insertion(+), 1 deletion(-)
12028
12029 commit 9f9bd9bf31161660214b8b39a78cdafbb79db1be
12030 Author: Behdad Esfahbod <behdad@behdad.org>
12031 Date:   Fri May 23 15:33:13 2014 -0400
12032
12033     [indic] Rename avagraha cluster to symbol cluster
12034
12035     In anticipation of adding more characters to that class of clusters.
12036
12037  src/hb-ot-shape-complex-indic-machine.rl | 10 +++++-----
12038  src/hb-ot-shape-complex-indic-private.hh |  4 ++--
12039  src/hb-ot-shape-complex-indic.cc         | 14 +++++++-------
12040  3 files changed, 14 insertions(+), 14 deletions(-)
12041
12042 commit a498565cedf0441ae723c5e5969f637d792a15e7
12043 Author: Behdad Esfahbod <behdad@behdad.org>
12044 Date:   Thu May 22 19:39:56 2014 -0400
12045
12046     [indic] Support U+1CF2,U+1CF3
12047
12048  src/hb-ot-shape-complex-indic.cc | 6 ++++++
12049  1 file changed, 6 insertions(+)
12050
12051 commit ecb98babbaa065940b40ca8954a454f0e2cdcff0
12052 Author: Behdad Esfahbod <behdad@behdad.org>
12053 Date:   Thu May 22 19:36:21 2014 -0400
12054
12055     [indic] Support U+1CE2..U+1CE8
12056
12057  src/hb-ot-shape-complex-indic.cc | 4 ++++
12058  1 file changed, 4 insertions(+)
12059
12060 commit 37bf2c9224e32fdc99c20158c6dc0a4602ec1292
12061 Author: Behdad Esfahbod <behdad@behdad.org>
12062 Date:   Thu May 22 19:35:17 2014 -0400
12063
12064     Minor
12065
12066  src/hb-ot-shape-complex-indic.cc | 2 +-
12067  1 file changed, 1 insertion(+), 1 deletion(-)
12068
12069 commit 131e17ff9ae792cafa7a500043acb373802ee872
12070 Author: Behdad Esfahbod <behdad@behdad.org>
12071 Date:   Thu May 22 19:32:51 2014 -0400
12072
12073     [indic] Support U+1CF5,1CF6
12074
12075  src/hb-ot-shape-complex-indic.cc | 3 +++
12076  1 file changed, 3 insertions(+)
12077
12078 commit 72ead0cc72dac4d1c985ead065bb820f93f14a1d
12079 Author: Behdad Esfahbod <behdad@behdad.org>
12080 Date:   Thu May 22 19:12:10 2014 -0400
12081
12082     [indic] Treat U+1CE1 as a tone-mark too
12083
12084     It's spacing, but otherwise the same as the other ones.
12085
12086  src/hb-ot-shape-complex-indic.cc | 2 +-
12087  1 file changed, 1 insertion(+), 1 deletion(-)
12088
12089 commit e848bfae7c975a6fae434daf8e3db4d69914df9f
12090 Author: Behdad Esfahbod <behdad@behdad.org>
12091 Date:   Thu May 22 18:50:34 2014 -0400
12092
12093     [indic] Recategorize U+A8E0..A8F1 as OT_VD
12094
12095     Up to two of them come after all OT_A characters.
12096
12097  src/hb-ot-shape-complex-indic-machine.rl |  2 +-
12098  src/hb-ot-shape-complex-indic.cc         | 10 ++++++----
12099  2 files changed, 7 insertions(+), 5 deletions(-)
12100
12101 commit c519536c34c842304da558dd4a9e3844fc261b20
12102 Author: Behdad Esfahbod <behdad@behdad.org>
12103 Date:   Thu May 22 18:43:14 2014 -0400
12104
12105     [indic] Allow up to three tone marks
12106
12107     According to Roozbeh, there are valid combinations in Unicode
12108     proposals for up to three.  Previously we were allowing up to two.
12109
12110  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
12111  1 file changed, 1 insertion(+), 1 deletion(-)
12112
12113 commit c11fc6833980fce6d70c5ae0c6623de97a3eb30a
12114 Author: Behdad Esfahbod <behdad@behdad.org>
12115 Date:   Thu May 22 18:41:49 2014 -0400
12116
12117     [indic] Support more extended Devanagari tone marks
12118
12119     Also adjust U+0953,0954 handling.
12120
12121  src/hb-ot-shape-complex-indic.cc | 18 ++++++++++++------
12122  1 file changed, 12 insertions(+), 6 deletions(-)
12123
12124 commit 26c836e53d55a2e2d4c17fd9ea1884eec33ce015
12125 Author: Behdad Esfahbod <behdad@behdad.org>
12126 Date:   Wed May 21 18:35:48 2014 -0400
12127
12128     [indic] Handle "Cantillation marks for the Samaveda"
12129
12130  src/hb-ot-shape-complex-indic.cc | 3 +++
12131  1 file changed, 3 insertions(+)
12132
12133 commit 29531128f2f4342d537817746863705df80efe4b
12134 Author: Behdad Esfahbod <behdad@behdad.org>
12135 Date:   Thu May 15 14:04:02 2014 -0600
12136
12137     [indic] Improve reph formation of Sinhala and Telugu
12138
12139     Sinhala and Telugu use "explicit" reph.  That is, the reph is
12140     formed by
12141     a Ra,H,ZWJ sequence.  Previously, upon detecting this sequence,
12142     we were
12143     checking checking whether the 'rphf' feature applies to the first two
12144     glyphs of the sequence.  This is how the Microsoft fonts are designed.
12145     However, testing with Noto shows that apparently Uniscribe also forms
12146     the reph if the lookup ligates all three glyphs.  So, try both
12147     sequences.
12148
12149     Doesn't affect test results for Sinhala or Telugu.
12150
12151     https://code.google.com/a/google.com/p/noto-alpha/issues/detail?id=232
12152
12153  src/hb-ot-shape-complex-indic.cc | 9 +++++++--
12154  1 file changed, 7 insertions(+), 2 deletions(-)
12155
12156 commit 8c703f13bf8b4b276093b1c42cd3759e34b6787f
12157 Author: Oleg Oshmyan <chortos@inbox.lv>
12158 Date:   Wed May 14 22:10:09 2014 +0100
12159
12160     Fix build with --coretext on older OS X
12161
12162     Fixes https://github.com/behdad/harfbuzz/pull/40
12163
12164  src/hb-coretext.h | 2 +-
12165  1 file changed, 1 insertion(+), 1 deletion(-)
12166
12167 commit 439b05867c0856a81fa8f9bea3a7465b4b4bdd91
12168 Author: Behdad Esfahbod <behdad@behdad.org>
12169 Date:   Wed May 14 16:44:39 2014 -0600
12170
12171     [myanmar] Allow MedialYa+Asat in the grammar
12172
12173     The grammar in the OT spec, and the existing Windows implementation
12174     seem to be confused around where to allow Asat around the medial
12175     consonants.
12176
12177     The previous grammar for medial group was allowing an Asat after
12178     the medial group only if there was a medial Wa or Ha, but not if
12179     there was only a medial Ya.  This doesn't make sense to me and
12180     sounds reversed, as both medial Wa and Ha are below marks while
12181     Asat is an above mark.  An Asat can come before the medial group
12182     already (in fact, multiple ones can.  Why?!).  The medial Ya
12183     however is a spacing mark and according to Roozbeh it's valid
12184     to want an Asat on the medial Ya instead of the base, so it looks
12185     to me like we want to allow an Asat after the medial group if
12186     there *was* a Ya but not if there wasn't any.  Not wanting to
12187     produce dotted-circle where Windows is not, this commit changes
12188     the grammar to allow one Asat after the medial group no matter
12189     what comes in the group.
12190
12191     Test: U+1002,103A,103B vs U+1002,103B,103A
12192
12193  src/hb-ot-shape-complex-myanmar-machine.rl | 2 +-
12194  1 file changed, 1 insertion(+), 1 deletion(-)
12195
12196 commit 0a017ce169d791c9aea56671fe5837961e0a3c09
12197 Author: Behdad Esfahbod <behdad@behdad.org>
12198 Date:   Wed May 14 16:44:16 2014 -0600
12199
12200     Add tests for Myanmar Asat+MedialYa and MedialYa+Asat sequences
12201
12202     One of them currently produces dotted-circle.  Fix and detailed
12203     message coming.
12204
12205  test/shaping/texts/in-tree/shaper-myanmar/script-myanmar/misc/misc.txt |
12206  2 ++
12207  1 file changed, 2 insertions(+)
12208
12209 commit c95587618c88d187be64f923033dae151cf820be
12210 Author: Behdad Esfahbod <behdad@behdad.org>
12211 Date:   Wed May 14 00:42:18 2014 -0400
12212
12213     [ot] Minor note re cmap subtable format 2 and 8
12214
12215  src/hb-ot-cmap-table.hh | 2 ++
12216  1 file changed, 2 insertions(+)
12217
12218 commit b7878cd58ea9a67236e1e0228c35b5b03ec4ff9c
12219 Author: Behdad Esfahbod <behdad@behdad.org>
12220 Date:   Tue May 13 21:47:51 2014 -0400
12221
12222     [ot] Implement cmap subtable format 0
12223
12224  src/hb-open-type-private.hh |  3 ++-
12225  src/hb-ot-cmap-table.hh     | 32 ++++++++++++++++++++++++++++++++
12226  2 files changed, 34 insertions(+), 1 deletion(-)
12227
12228 commit ca7b77431d1e0aaa803722be8be85a368a385f47
12229 Author: Behdad Esfahbod <behdad@behdad.org>
12230 Date:   Tue May 13 21:26:34 2014 -0400
12231
12232     [ot] Factor out code between cmap sutable format 12 and 13
12233
12234  src/hb-ot-cmap-table.hh | 43 +++++++++++++------------------------------
12235  1 file changed, 13 insertions(+), 30 deletions(-)
12236
12237 commit 94759e8219ed08392573bae948a8135e16b8e0d0
12238 Author: Behdad Esfahbod <behdad@behdad.org>
12239 Date:   Tue May 13 21:17:28 2014 -0400
12240
12241     [ot] Factor out code between cmap subtable format 6 and 10
12242
12243  src/hb-ot-cmap-table.hh | 49
12244  ++++++++++---------------------------------------
12245  1 file changed, 10 insertions(+), 39 deletions(-)
12246
12247 commit 1a8ffc512987c1ff1b4896549f80b145c85454a8
12248 Author: Behdad Esfahbod <behdad@behdad.org>
12249 Date:   Tue May 13 21:06:39 2014 -0400
12250
12251     Minor
12252
12253  src/hb-blob.h | 5 ++---
12254  1 file changed, 2 insertions(+), 3 deletions(-)
12255
12256 commit 91bbfca87527fa14d6ebec86b087f2a989381872
12257 Author: Behdad Esfahbod <behdad@behdad.org>
12258 Date:   Mon May 12 18:19:29 2014 -0400
12259
12260     [ot] Implement cmap subtable formats 6 and 10
12261
12262  src/hb-ot-cmap-table.hh | 77
12263  +++++++++++++++++++++++++++++++++++++++++++++++--
12264  1 file changed, 74 insertions(+), 3 deletions(-)
12265
12266 commit d294a2cb165c4f20daa5624969067c51eb9aef58
12267 Author: Behdad Esfahbod <behdad@behdad.org>
12268 Date:   Mon May 12 17:58:31 2014 -0400
12269
12270     [ot] Implement cmap subtable format 13
12271
12272  src/hb-ot-cmap-table.hh | 47
12273  +++++++++++++++++++++++++++++++++++++++++------
12274  1 file changed, 41 insertions(+), 6 deletions(-)
12275
12276 commit 0d75793fae95ed9f6b8522ae3af4fcdf397d8c36
12277 Author: Behdad Esfahbod <behdad@behdad.org>
12278 Date:   Mon May 12 17:51:15 2014 -0400
12279
12280     [ot] Implement cmap subtable format 12
12281
12282  src/hb-ot-cmap-table.hh | 63
12283  +++++++++++++++++++++++++++++++++++++++++++++++--
12284  src/hb-ot-font.cc       |  5 ++++
12285  2 files changed, 66 insertions(+), 2 deletions(-)
12286
12287 commit 3608a6847e7b7eb4206df049158513a085810afd
12288 Author: Behdad Esfahbod <behdad@behdad.org>
12289 Date:   Mon May 12 13:46:29 2014 -0400
12290
12291     [ot] Hook up cmap table to hb_ot_font_funcs()
12292
12293  src/hb-ot-cmap-table.hh | 10 +++++++---
12294  src/hb-ot-font.cc       | 33 +++++++++++++++++++--------------
12295  2 files changed, 26 insertions(+), 17 deletions(-)
12296
12297 commit c8a47452993b9dee6854bfc866aca4a20142696f
12298 Author: Behdad Esfahbod <behdad@behdad.org>
12299 Date:   Fri May 9 19:55:51 2014 -0400
12300
12301     [ot] Implement cmap subtable format 4
12302
12303  src/hb-ot-cmap-table.hh | 52
12304  +++++++++++++++++++++++++++++++++++++++++++++++++
12305  1 file changed, 52 insertions(+)
12306
12307 commit 4719621f20dfd6a0377c650a7b4df223c18dc143
12308 Author: Behdad Esfahbod <behdad@behdad.org>
12309 Date:   Fri May 9 16:09:11 2014 -0400
12310
12311     Minor
12312
12313  src/hb-open-type-private.hh | 1 -
12314  1 file changed, 1 deletion(-)
12315
12316 commit 41ca1fbebf61cf26e1e0e4b11f4a5b52fb7d88a9
12317 Author: Behdad Esfahbod <behdad@behdad.org>
12318 Date:   Fri May 9 15:35:56 2014 -0400
12319
12320     [ot] Start implementing cmap table
12321
12322  src/Makefile.am         |   1 +
12323  src/hb-ot-cmap-table.hh | 171
12324  ++++++++++++++++++++++++++++++++++++++++++++++++
12325  src/hb-ot-font.cc       |   1 +
12326  3 files changed, 173 insertions(+)
12327
12328 commit c7074b8798048324cb8850c55908ce77fc33d11e
12329 Author: Behdad Esfahbod <behdad@behdad.org>
12330 Date:   Thu May 8 18:24:31 2014 -0400
12331
12332     [otlayout] Add GenericArrayOf::search()
12333
12334  src/hb-open-type-private.hh | 11 +++++++++++
12335  1 file changed, 11 insertions(+)
12336
12337 commit 40a479797add42fa42b78d4267920ef75bfb6b9a
12338 Author: Behdad Esfahbod <behdad@behdad.org>
12339 Date:   Thu May 8 18:21:04 2014 -0400
12340
12341     [otlayout] Add GenericSortedArrayOf
12342
12343  src/hb-open-type-private.hh | 10 +++++++---
12344  1 file changed, 7 insertions(+), 3 deletions(-)
12345
12346 commit 0ddecabc6de205b121bec31fbf670f37cc9454ef
12347 Author: Behdad Esfahbod <behdad@behdad.org>
12348 Date:   Thu May 1 16:01:40 2014 -0700
12349
12350     [main] Minor improvement to output
12351
12352  src/main.cc | 12 +++++++-----
12353  1 file changed, 7 insertions(+), 5 deletions(-)
12354
12355 commit 79ecdc3f9525212053d2bc88a5541c41697159da
12356 Author: Behdad Esfahbod <behdad@behdad.org>
12357 Date:   Mon Apr 28 14:24:23 2014 -0700
12358
12359     0.9.28
12360
12361  NEWS         | 13 +++++++++++++
12362  configure.ac |  2 +-
12363  2 files changed, 14 insertions(+), 1 deletion(-)
12364
12365 commit 6faff8e4132197ba06f0e685b82efe35b546cf64
12366 Author: Behdad Esfahbod <behdad@behdad.org>
12367 Date:   Mon Apr 28 14:29:39 2014 -0700
12368
12369     Add static storage classifier to inline functions
12370
12371     Before we were just relying on the compiler inlining them and not
12372     leaving a trace in our public API.  Try to fix.  Hopefully not
12373     breaking anyone's build.
12374
12375  src/hb-open-type-private.hh    | 22 +++++++++++-----------
12376  src/hb-ot-layout-gpos-table.hh |  4 ++--
12377  src/hb-ot-layout-gsub-table.hh |  6 +++---
12378  src/hb-ot-layout-private.hh    | 36 ++++++++++++++++++------------------
12379  src/hb-ot-map-private.hh       | 10 +++++-----
12380  src/hb-private.hh              |  2 +-
12381  6 files changed, 40 insertions(+), 40 deletions(-)
12382
12383 commit 9c9411839bb89d0a1a83120af0982c60e0e393d9
12384 Author: Behdad Esfahbod <behdad@behdad.org>
12385 Date:   Mon Apr 28 12:38:25 2014 -0700
12386
12387     [tibetan] Reorder PADMA sign to occur after other below marks
12388
12389     Based on suggestion from Andrew Glass.
12390
12391     Test: U+0F40,0FC6,0F83
12392
12393  src/hb-unicode-private.hh | 4 ++++
12394  1 file changed, 4 insertions(+)
12395
12396 commit 659cd3c5b470ff9724ce5e53fedd1fea3e7512c4
12397 Author: Behdad Esfahbod <behdad@behdad.org>
12398 Date:   Mon Apr 28 12:43:42 2014 -0700
12399
12400     [test] Add test case for Tibetan sign PADMA
12401
12402     Currently fails.
12403
12404  test/shaping/texts/in-tree/shaper-tibetan/script-tibetan/misc/misc.txt |
12405  1 +
12406  1 file changed, 1 insertion(+)
12407
12408 commit ee703bc3ef740c300718fca7a12c050c322dce19
12409 Author: Behdad Esfahbod <behdad@behdad.org>
12410 Date:   Mon Apr 28 12:43:18 2014 -0700
12411
12412     Reshuffle test data
12413
12414  test/shaping/texts/in-tree/MANIFEST                                    |
12415  3 +++
12416  test/shaping/texts/in-tree/shaper-default/MANIFEST                     |
12417  3 ---
12418  .../script-tibetan => shaper-hangul/script-hangul}/MANIFEST            |
12419  0
12420  .../script-tibetan => shaper-hangul/script-hangul}/misc/MANIFEST
12421  | 0
12422  .../{shaper-default => shaper-hangul}/script-hangul/misc/misc.txt
12423  | 0
12424  .../in-tree/{shaper-default => shaper-hebrew}/script-hebrew/MANIFEST
12425  | 0
12426  .../{shaper-default => shaper-hebrew}/script-hebrew/misc/MANIFEST
12427  | 0
12428  .../script-hebrew/misc/diacritics.txt                                  |
12429  0
12430  .../script-hangul => shaper-tibetan/script-tibetan}/MANIFEST           |
12431  0
12432  .../script-hangul => shaper-tibetan/script-tibetan}/misc/MANIFEST
12433  | 0
12434  .../{shaper-default => shaper-tibetan}/script-tibetan/misc/misc.txt
12435  | 0
12436  11 files changed, 3 insertions(+), 3 deletions(-)
12437
12438 commit b082ef373cefb35dd98b5f2f0b677ccc7806f51e
12439 Author: Behdad Esfahbod <behdad@behdad.org>
12440 Date:   Fri Apr 25 11:48:10 2014 -0700
12441
12442     Typo
12443
12444  src/hb-ot-shape-complex-indic.cc | 2 +-
12445  1 file changed, 1 insertion(+), 1 deletion(-)
12446
12447 commit 828e109c7aac3389cc3b89ea1f13388aefb63804
12448 Author: Behdad Esfahbod <behdad@behdad.org>
12449 Date:   Fri Apr 18 16:53:34 2014 -0700
12450
12451     [indic] Fix-up zero-context matching
12452
12453     commit b5a0f69e47ace468b06e21cf069a18ddcfcf6064
12454     Author: Behdad Esfahbod <behdad@behdad.org>
12455     Date:   Thu Oct 17 18:04:23 2013 +0200
12456
12457         [indic] Pass zero-context=false to would_substitute for newer
12458         scripts
12459
12460         For scripts without an old/new spec distinction, use
12461         zero-context=false.
12462         This changes behavior in Sinhala / Khmer, but doesn't seem
12463         to regress.
12464         This will be useful and used in Javanese.
12465
12466     The *intention* was to change zero-context from true to false for
12467     scripts that
12468     don't have old-vs-new specs.  However, checking the code, looks
12469     like we
12470     essentially change zero-context to always be true; ie. we only
12471     changed things
12472     for old-spec, and we broke them.  That's what causes this bug:
12473
12474       https://bugs.freedesktop.org/show_bug.cgi?id=76705
12475
12476     The root of the bug is here:
12477
12478       /* Use zero-context would_substitute() matching for new-spec of
12479       the main
12480        * Indic scripts, but not for old-spec or scripts with one spec
12481        only. */
12482       bool zero_context = indic_plan->config->has_old_spec ||
12483       !indic_plan->is_old_spec;
12484
12485     Note that is_old_spec itself is:
12486
12487       indic_plan->is_old_spec = indic_plan->config->has_old_spec &&
12488       ((plan->map.chosen_script[0] & 0x000000FF) != '2');
12489
12490     It's easy to show that zero_context is now always true.  What we
12491     really meant was:
12492
12493       bool zero_context = indic_plan->config->has_old_spec &&
12494       !indic_plan->is_old_spec;
12495
12496     Ie, "&&" instead of "||".  We made this change supposedly to make
12497     Javanese
12498     work.  But apparently we got it working regardless!  So I'm going
12499     to fix this
12500     to only change the logic for old-spec and not touch other cases.
12501
12502  src/hb-ot-shape-complex-indic.cc | 4 ++--
12503  1 file changed, 2 insertions(+), 2 deletions(-)
12504
12505 commit 66c6a48b6ce9dab6375ba1a23d7e450d6974852a
12506 Author: Behdad Esfahbod <behdad@behdad.org>
12507 Date:   Mon Apr 14 15:55:42 2014 -0700
12508
12509     Add HB_NO_MERGE_CLUSTERS
12510
12511     Disables any cluster-merging.  Added for testing purposes while
12512     we investigate what kind of API to add for this.
12513
12514  src/hb-buffer.cc | 8 ++++++++
12515  1 file changed, 8 insertions(+)
12516
12517 commit 897c7b804d6817470a364ba31b1719555b12f751
12518 Author: Behdad Esfahbod <behdad@behdad.org>
12519 Date:   Thu Apr 10 16:27:13 2014 -0700
12520
12521     Add Khmer test for U+17DD
12522
12523  .../shaper-indic/south-east-asian/script-khmer/misc/other-marks.txt
12524  | 1 +
12525  1 file changed, 1 insertion(+)
12526
12527 commit 50a00535ccac538bbf93358fd2d2442e4c12542f
12528 Author: Behdad Esfahbod <behdad@behdad.org>
12529 Date:   Thu Apr 10 16:03:29 2014 -0700
12530
12531     Require gobject-introspection 1.34.0
12532
12533     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=75384
12534
12535  configure.ac | 2 +-
12536  1 file changed, 1 insertion(+), 1 deletion(-)
12537
12538 commit 5fd996c4a4049a75c6d9e964f1a81c00ff191893
12539 Author: Behdad Esfahbod <behdad@behdad.org>
12540 Date:   Wed Apr 9 16:38:26 2014 -0700
12541
12542     Further adjust check-defs and check-symbols for mipsel
12543
12544     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=74491
12545
12546  src/check-defs.sh    | 2 +-
12547  src/check-symbols.sh | 2 +-
12548  2 files changed, 2 insertions(+), 2 deletions(-)
12549
12550 commit 75ec6d0bc5ca0170c73e4d1099a898d38d8f85c0
12551 Author: Behdad Esfahbod <behdad@behdad.org>
12552 Date:   Wed Apr 9 16:33:32 2014 -0700
12553
12554     Tighten up check-static-inits.sh check
12555
12556     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=74490
12557
12558  src/check-static-inits.sh | 2 +-
12559  1 file changed, 1 insertion(+), 1 deletion(-)
12560
12561 commit 110ec0714a11b9417eed82f7d25b85c9dc7b6df4
12562 Author: Behdad Esfahbod <behdad@behdad.org>
12563 Date:   Tue Apr 8 17:32:08 2014 -0700
12564
12565     Typo
12566
12567  src/hb-blob.h | 2 +-
12568  1 file changed, 1 insertion(+), 1 deletion(-)
12569
12570 commit 0682ddd05c22a400ff5ce97d4ea4b52a18b845ae
12571 Author: Behdad Esfahbod <behdad@behdad.org>
12572 Date:   Tue Apr 8 16:03:35 2014 -0700
12573
12574     [indic] Support U+17DD KHMER SIGN ATTHACAN
12575
12576     As requested by Martin Hosken on the list.
12577
12578  src/hb-ot-shape-complex-indic.cc | 3 ++-
12579  1 file changed, 2 insertions(+), 1 deletion(-)
12580
12581 commit 05870ed62edd8728d6d732f60d6b7e149d45e6f4
12582 Author: Primiano Tucci <primiano@chromium.org>
12583 Date:   Wed Apr 2 11:35:27 2014 +0100
12584
12585     Use __aarch64__ for 64-bit ARM detection, not __arm64__
12586
12587     Many GCC versions don't define __arm64__
12588
12589  src/hb-atomic-private.hh | 2 +-
12590  1 file changed, 1 insertion(+), 1 deletion(-)
12591
12592 commit 04d894e89795041b2055dc172744a018644f2bca
12593 Author: Behdad Esfahbod <behdad@behdad.org>
12594 Date:   Tue Mar 25 12:11:32 2014 -0700
12595
12596     Minor
12597
12598  src/hb-ot-layout-gsubgpos-private.hh | 1 +
12599  1 file changed, 1 insertion(+)
12600
12601 commit 903648437c180c7b039801cdb0672e0f8e14afd4
12602 Author: Behdad Esfahbod <behdad@behdad.org>
12603 Date:   Mon Mar 24 14:26:36 2014 -0700
12604
12605     Start fleshing out builtin font functions
12606
12607  src/Makefile.am                     |   3 +-
12608  src/hb-glib.cc                      |   2 +-
12609  src/hb-icu.cc                       |   2 +-
12610  src/hb-ot-font.cc                   | 260
12611  ++++++++++++++++++++++++++++++++++++
12612  src/{hb-tt-font.cc => hb-ot-font.h} |  56 ++------
12613  src/hb-ot-hhea-table.hh             |   2 +-
12614  src/hb-ot-hmtx-table.hh             |   2 +-
12615  src/hb-ot.h                         |   1 +
12616  util/Makefile.am                    |   4 +-
12617  util/options.cc                     |   4 +
12618  10 files changed, 283 insertions(+), 53 deletions(-)
12619
12620 commit 343a0e4e747d93eeeb724c5d585f5ba036a0df84
12621 Author: Behdad Esfahbod <behdad@behdad.org>
12622 Date:   Fri Mar 21 14:37:27 2014 -0700
12623
12624     Add "make built-sources"
12625
12626  src/Makefile.am | 3 ++-
12627  1 file changed, 2 insertions(+), 1 deletion(-)
12628
12629 commit e9853f33d1f53d4d69ee0fa340ce9225a5ed17ca
12630 Author: Behdad Esfahbod <behdad@behdad.org>
12631 Date:   Fri Mar 21 12:53:08 2014 -0700
12632
12633     One more fix for build without gtk-doc
12634
12635     Fixes https://github.com/behdad/harfbuzz/pull/35
12636
12637  autogen.sh | 2 +-
12638  1 file changed, 1 insertion(+), 1 deletion(-)
12639
12640 commit b96af03c20e46105982b3608b608614403540661
12641 Author: Konstantin Ritt <ritt.ks@gmail.com>
12642 Date:   Thu Mar 20 16:01:30 2014 +0200
12643
12644     Fix build with --coretext on iOS
12645
12646     On iOS CoreText and CoreGraphics are stand-alone frameworks
12647
12648  configure.ac      | 23 +++++++++++++++++++----
12649  src/hb-coretext.h |  8 +++++++-
12650  2 files changed, 26 insertions(+), 5 deletions(-)
12651
12652 commit ea5e8a02eb83ad19f3009b0008893f77ce113118
12653 Author: Behdad Esfahbod <behdad@behdad.org>
12654 Date:   Wed Mar 19 15:38:02 2014 -0700
12655
12656     [util] Plug minor leak
12657
12658  util/hb-shape.cc     |  6 +++---
12659  util/helper-cairo.cc | 21 ++++++++++++---------
12660  util/helper-cairo.hh |  2 +-
12661  util/options.cc      |  6 +++++-
12662  util/options.hh      |  6 +++---
12663  5 files changed, 24 insertions(+), 17 deletions(-)
12664
12665 commit 09732cc6695b8e41ba6cdcd4058a4f7cad90167a
12666 Author: Behdad Esfahbod <behdad@behdad.org>
12667 Date:   Wed Mar 19 12:00:17 2014 -0700
12668
12669     Remove dead warning
12670
12671  src/hb-unicode.cc |  9 +++++++--
12672  src/hb-warning.cc | 11 -----------
12673  2 files changed, 7 insertions(+), 13 deletions(-)
12674
12675 commit b934b0f9d1b39fc7a06c812bea3d79ca5424e278
12676 Author: Behdad Esfahbod <behdad@behdad.org>
12677 Date:   Wed Mar 19 11:52:40 2014 -0700
12678
12679     Yet another try to make build without gtk-doc succeed
12680
12681  autogen.sh                 | 1 +
12682  docs/reference/Makefile.am | 2 +-
12683  2 files changed, 2 insertions(+), 1 deletion(-)
12684
12685 commit a7a5be090dd9cc39605853e8994eb417550939d4
12686 Author: Behdad Esfahbod <behdad@behdad.org>
12687 Date:   Wed Mar 19 11:39:23 2014 -0700
12688
12689     Another try to make gtk-doc optional
12690
12691  docs/reference/Makefile.am | 2 +-
12692  1 file changed, 1 insertion(+), 1 deletion(-)
12693
12694 commit ba8c9d92935ea351970a80d0d3441858ad4cf33f
12695 Author: Dominik Röttsches <dominik.rottsches@intel.com>
12696 Date:   Tue Mar 18 14:39:03 2014 +0200
12697
12698     0.9.27
12699
12700  NEWS         | 16 ++++++++++++++++
12701  configure.ac |  2 +-
12702  2 files changed, 17 insertions(+), 1 deletion(-)
12703
12704 commit a949cd329e49d2c0ad6f1e023f324790d886dafe
12705 Author: Behdad Esfahbod <behdad@behdad.org>
12706 Date:   Sun Mar 16 20:22:42 2014 -0700
12707
12708     Don't use "register" storage class specifier
12709
12710     Fixes warnings.
12711     https://bugzilla.mozilla.org/show_bug.cgi?id=984081
12712
12713  src/hb-private.hh | 6 +++---
12714  1 file changed, 3 insertions(+), 3 deletions(-)
12715
12716 commit 0082dbeae6c25a7859960b7e791a540ad04246d9
12717 Author: jfkthame <jfkthame@gmail.com>
12718 Date:   Sun Mar 16 08:25:17 2014 +0000
12719
12720     wrap definition of free_langs() with HAVE_ATEXIT
12721
12722     ...to avoid an unused function warning; see mozilla bug
12723     https://bugzilla.mozilla.org/show_bug.cgi?id=984081.
12724
12725  src/hb-common.cc | 2 ++
12726  1 file changed, 2 insertions(+)
12727
12728 commit a9e25e90a4ca05746fda4a598ad698db1d2c5c1a
12729 Author: Behdad Esfahbod <behdad@behdad.org>
12730 Date:   Fri Mar 14 19:55:46 2014 -0700
12731
12732     [coretext] Add hb_coretext_face_create()
12733
12734     Not tested.
12735
12736  src/hb-coretext.cc | 57
12737  +++++++++++++++++++++++++++++++++++++++++++++---------
12738  src/hb-coretext.h  |  4 ++++
12739  2 files changed, 52 insertions(+), 9 deletions(-)
12740
12741 commit c79865f90f62309dc64c8d3f2f503ec2aa4b7ec1
12742 Author: Behdad Esfahbod <behdad@behdad.org>
12743 Date:   Fri Mar 14 19:37:55 2014 -0400
12744
12745     [coretext] Add coretext_aat shaper
12746
12747     This is a higher-priority shaper than default shaper ("ot"), but
12748     only picks up fonts that have AAT "morx"/"mort" table.
12749
12750     Note that for this to work the font face's get_table() implementation
12751     should know how to return the full font blob.
12752
12753     Based on patch from Konstantin Ritt.
12754
12755  src/hb-coretext.cc    | 94
12756  +++++++++++++++++++++++++++++++++++++++++++++++++++
12757  src/hb-coretext.h     |  4 +++
12758  src/hb-shaper-list.hh |  4 +++
12759  3 files changed, 102 insertions(+)
12760
12761 commit af1aa362cacc652ab8ffda05a5d98a3ff5430439
12762 Author: Behdad Esfahbod <behdad@behdad.org>
12763 Date:   Fri Mar 14 15:52:47 2014 -0700
12764
12765     If HAVE_ICU_BUILTIN is defined, use hb-icu Unicode callbacks
12766
12767     Useful for Android / Chrome / etc when ICU is built in the same
12768     library as harfbuzz itself.
12769
12770  src/hb-unicode.cc | 2 +-
12771  1 file changed, 1 insertion(+), 1 deletion(-)
12772
12773 commit 853daf857f231c9ce0277a78abff1241150ea903
12774 Author: Behdad Esfahbod <behdad@behdad.org>
12775 Date:   Fri Mar 14 15:49:18 2014 -0700
12776
12777     Remove old cruft
12778
12779  src/hb-shaper-list.hh | 6 ------
12780  1 file changed, 6 deletions(-)
12781
12782 commit 2a473338da1538efa4ff14ae9e4aba8dd50f9b0f
12783 Author: Behdad Esfahbod <behdad@behdad.org>
12784 Date:   Mon Mar 10 15:04:46 2014 -0700
12785
12786     Add Myanmar test case from OpenType Myanmar spec
12787
12788  test/shaping/texts/in-tree/shaper-myanmar/script-myanmar/misc/MANIFEST  |
12789  1 +
12790  .../shaping/texts/in-tree/shaper-myanmar/script-myanmar/misc/otspec.txt |
12791  2 ++
12792  2 files changed, 3 insertions(+)
12793
12794 commit 158985908981189a2fd4d15275a641286fc770fe
12795 Author: Behdad Esfahbod <behdad@behdad.org>
12796 Date:   Mon Mar 10 14:57:55 2014 -0700
12797
12798     Minor
12799
12800  test/shaping/texts/in-tree/shaper-myanmar/script-myanmar/misc/MANIFEST
12801  | 1 -
12802  test/shaping/texts/in-tree/shaper-sea/script-tai-tham/misc/MANIFEST
12803  | 1 +
12804  .../script-myanmar => shaper-sea/script-tai-tham}/misc/torture.txt
12805  | 0
12806  3 files changed, 1 insertion(+), 1 deletion(-)
12807
12808 commit bb8ffb581b89cf27fb8e0743b81bbda21654233e
12809 Author: Behdad Esfahbod <behdad@behdad.org>
12810 Date:   Tue Mar 4 13:03:51 2014 -0800
12811
12812     Use AM_MISSING_PROG for ragel and git
12813
12814  Makefile.am     | 4 ++--
12815  configure.ac    | 2 ++
12816  src/Makefile.am | 2 +-
12817  3 files changed, 5 insertions(+), 3 deletions(-)
12818
12819 commit a82165248cddb720576464b8e59a986491d3f2e9
12820 Author: Behdad Esfahbod <behdad@behdad.org>
12821 Date:   Tue Feb 18 15:53:56 2014 -0500
12822
12823     Only do fallback Hebrew composition if no GPOS 'mark' available
12824
12825     Apparently some modern fonts have proper GPOS mark positioning
12826     tables, but undesirable precomposed forms!  See thread
12827     "Hebrew composition to presentation forms" and:
12828
12829       http://tex.stackexchange.com/questions/156775/having-trouble-with-vowel-positioning-in-ezra-sil-xelatex
12830
12831     Test case: U+fb1d,05d9,05b4
12832
12833  src/hb-ot-shape-complex-hebrew.cc | 2 +-
12834  src/hb-ot-shape-private.hh        | 2 ++
12835  2 files changed, 3 insertions(+), 1 deletion(-)
12836
12837 commit b456d42bf68c4374f71f09867e375a51c7f2b3ed
12838 Author: Behdad Esfahbod <behdad@behdad.org>
12839 Date:   Tue Feb 11 17:29:40 2014 -0500
12840
12841     Allow bootstrapping without gtk-doc
12842
12843     Seems like configure.ac is already able to handle it.
12844
12845  autogen.sh | 10 +++++-----
12846  1 file changed, 5 insertions(+), 5 deletions(-)
12847
12848 commit 1eacde00cc8c57a08fb74276e3530844ef463d67
12849 Author: Luis de Bethencourt <luis@debethencourt.com>
12850 Date:   Thu Feb 6 23:20:47 2014 -0500
12851
12852     check hb_set_is_emtpy in test-set.c
12853
12854  test/api/test-set.c | 9 +++++++++
12855  1 file changed, 9 insertions(+)
12856
12857 commit db068d81cda180a91638e5539984f8139aff49c6
12858 Author: Werner Lemberg <wl@gnu.org>
12859 Date:   Mon Feb 10 10:38:56 2014 -0500
12860
12861     typo in ucdn's Makefile.am
12862
12863  src/hb-ucdn/Makefile.am | 2 +-
12864  1 file changed, 1 insertion(+), 1 deletion(-)
12865
12866 commit fbb2847f541389f40718af71c4945024ae177ab2
12867 Author: Behdad Esfahbod <behdad@behdad.org>
12868 Date:   Wed Feb 5 08:22:06 2014 -0500
12869
12870     Improve MemoryBarrier() implementation
12871
12872     See thread "[HarfBuzz] compilation error of 0.9.26 with MinGW"
12873     started by Werner.
12874
12875  src/hb-atomic-private.hh | 12 ++++++++----
12876  1 file changed, 8 insertions(+), 4 deletions(-)
12877
12878 commit 189bf23bfc90405d8bdc70bf3d6d3ffec38b470c
12879 Author: Behdad Esfahbod <behdad@behdad.org>
12880 Date:   Thu Jan 30 15:14:58 2014 -0500
12881
12882     0.9.26
12883
12884  NEWS         | 20 ++++++++++++++++++++
12885  configure.ac |  2 +-
12886  2 files changed, 21 insertions(+), 1 deletion(-)
12887
12888 commit 7691a154e50f8c8c77bbd94787686262955bf5d4
12889 Author: Jonathan Kew <jfkthame@gmail.com>
12890 Date:   Wed Jan 29 14:07:58 2014 +0000
12891
12892     Ensure hb_script_t can safely hold any hb_tag_t value it's given.
12893
12894     Fixes https://github.com/behdad/harfbuzz/pull/21
12895
12896  src/hb-common.h | 8 +++++++-
12897  1 file changed, 7 insertions(+), 1 deletion(-)
12898
12899 commit c29993a181c2139eaec97b5f6225824040ca3ac9
12900 Author: Behdad Esfahbod <behdad@behdad.org>
12901 Date:   Tue Jan 28 17:29:42 2014 -0500
12902
12903     [coretext] Handle surrogate pairs when generating notdef glyphs
12904
12905     Fixes github.com/behdad/harfbuzz/pull/19
12906
12907  src/hb-coretext.cc | 18 ++++++++++++++----
12908  1 file changed, 14 insertions(+), 4 deletions(-)
12909
12910 commit 748b2782e4898420003a3bbc041dcccbe9e3edc2
12911 Author: Behdad Esfahbod <behdad@behdad.org>
12912 Date:   Tue Jan 28 17:10:05 2014 -0500
12913
12914     [coretext] Minor optimization
12915
12916  src/hb-coretext.cc | 6 +++---
12917  1 file changed, 3 insertions(+), 3 deletions(-)
12918
12919 commit 24e6b11f12788500182715a64d4771a22c5b7525
12920 Author: Konstantin Ritt <ritt.ks@gmail.com>
12921 Date:   Tue Jan 28 18:16:01 2014 +0200
12922
12923     Fix double destruction in case of OOM
12924
12925  src/hb-graphite2.cc | 2 +-
12926  1 file changed, 1 insertion(+), 1 deletion(-)
12927
12928 commit 083225916a19f6d67017523af87386933bd9ecdc
12929 Author: Konstantin Ritt <ritt.ks@gmail.com>
12930 Date:   Wed Jan 22 20:31:30 2014 +0200
12931
12932     Micro optimizations
12933
12934  src/hb-ot-layout-gpos-table.hh | 28 +++++++++++++++++-----------
12935  1 file changed, 17 insertions(+), 11 deletions(-)
12936
12937 commit c9522de2335e4ef5fe65a72745c10943827a8da2
12938 Author: Konstantin Ritt <ritt.ks@gmail.com>
12939 Date:   Wed Jan 22 21:07:13 2014 +0200
12940
12941     Make it possible to disable the fallback shaper at configure time
12942
12943     The OT shaper supersedes the fallback shaper in every case
12944     and the latter become an extra weight for 99.9% of users.
12945
12946  configure.ac          | 6 ++++++
12947  src/Makefile.am       | 5 ++++-
12948  src/hb-shaper-list.hh | 2 ++
12949  3 files changed, 12 insertions(+), 1 deletion(-)
12950
12951 commit 6775da3a7c07db6c032cf429dc199d471948db56
12952 Author: Behdad Esfahbod <behdad@behdad.org>
12953 Date:   Thu Jan 23 14:18:49 2014 -0500
12954
12955     Fix clang warning 'private field 'xxx' is not used
12956
12957     Fixes https://github.com/behdad/harfbuzz/pull/16
12958
12959  src/hb-open-type-private.hh | 2 +-
12960  1 file changed, 1 insertion(+), 1 deletion(-)
12961
12962 commit 62299826f4905e080b9497bce335e093b287494e
12963 Author: Behdad Esfahbod <behdad@behdad.org>
12964 Date:   Thu Jan 23 14:11:03 2014 -0500
12965
12966     Fix typo in _hb_buffer_serialize_glyphs_text()
12967
12968     Fixes https://github.com/behdad/harfbuzz/pull/17
12969
12970  src/hb-buffer-serialize.cc | 2 +-
12971  1 file changed, 1 insertion(+), 1 deletion(-)
12972
12973 commit ae23c24c32f474a34484ee78bc177ad31fa5e6d0
12974 Author: Behdad Esfahbod <behdad@behdad.org>
12975 Date:   Wed Jan 22 11:03:02 2014 -0500
12976
12977     [arabic] Disable 'cswh' by default
12978
12979     I believe Windows 8 disables it, and spec update dated
12980     Jan 2014 also clearly says it's disabled by default:
12981
12982       http://www.microsoft.com/typography/OpenTypeDev/arabic/intro.htm#features
12983
12984  src/hb-ot-shape-complex-arabic.cc | 1 -
12985  1 file changed, 1 deletion(-)
12986
12987 commit 08cf5d75ef0c75095173dec822ccb07defaaa6c2
12988 Author: Behdad Esfahbod <behdad@behdad.org>
12989 Date:   Wed Jan 22 07:53:55 2014 -0500
12990
12991     [ot] Don't try to compose if normalization is off
12992
12993  src/hb-ot-shape-normalize.cc | 3 ++-
12994  1 file changed, 2 insertions(+), 1 deletion(-)
12995
12996 commit 0596343bfeb80ad6b19d459654edf7dfded6affe
12997 Merge: 62cb28d 83d7e79
12998 Author: Behdad Esfahbod <behdad@behdad.org>
12999 Date:   Wed Jan 22 04:43:51 2014 -0800
13000
13001     Merge pull request #13 from jfkthame/hangul-shaper
13002
13003     Tone-mark reordering and improved Old Hangul support
13004
13005 commit 62cb28dfc668cae9cbff826229bde2271e157927
13006 Author: Jonathan Kew <jfkthame@gmail.com>
13007 Date:   Mon Jan 20 14:23:08 2014 +0000
13008
13009     fixup for 64-bit windows build
13010
13011  src/hb-uniscribe.cc | 2 +-
13012  1 file changed, 1 insertion(+), 1 deletion(-)
13013
13014 commit 83d7e7915a5eaa8ff4c7014c319844e7dffd8225
13015 Author: Jonathan Kew <jfkthame@gmail.com>
13016 Date:   Mon Jan 20 19:49:47 2014 +0000
13017
13018     [hangul] Fix ordering of dotted circle with Hangul tone mark (reported
13019     by Dohyun Kim).
13020
13021  src/hb-ot-shape-complex-hangul.cc | 2 +-
13022  1 file changed, 1 insertion(+), 1 deletion(-)
13023
13024 commit deef1862657d55b7ae8d45f4eecbe45c80785c4e
13025 Author: Jonathan Kew <jfkthame@gmail.com>
13026 Date:   Mon Jan 20 10:38:27 2014 +0000
13027
13028     [hangul] Don't force zero-width for marks - this is not wanted for
13029     the Jamo Filler glyphs.
13030
13031  src/hb-ot-shape-complex-hangul.cc | 2 +-
13032  1 file changed, 1 insertion(+), 1 deletion(-)
13033
13034 commit 391934db0a171aeb2057ebcd4a38ed81621e7393
13035 Author: Jonathan Kew <jfkthame@gmail.com>
13036 Date:   Mon Jan 20 10:37:32 2014 +0000
13037
13038     [unicode] Exclude the Jamo Filler characters from Default_Ignorable,
13039     as some fonts want these to be visible/spacing glyphs.
13040
13041  src/hb-unicode-private.hh | 15 +++++++--------
13042  1 file changed, 7 insertions(+), 8 deletions(-)
13043
13044 commit 7244b3fc3bf9757dd094709d36bea68682264e20
13045 Author: Jonathan Kew <jfkthame@gmail.com>
13046 Date:   Mon Jan 20 10:35:51 2014 +0000
13047
13048     [hangul] Reorder Hangul tone mark to beginning of syllable, unless
13049     font implements it using a zero-width glyph.
13050
13051  src/hb-ot-shape-complex-hangul.cc | 59
13052  ++++++++++++++++++++++++++++++++++++++-
13053  1 file changed, 58 insertions(+), 1 deletion(-)
13054
13055 commit 103436838df3a77552d3d33fc4bd80f09d9bf079
13056 Author: Jonathan Kew <jfkthame@gmail.com>
13057 Date:   Mon Jan 20 10:35:07 2014 +0000
13058
13059     [hangul] Apply the appropriate *jmo features to decomposed
13060     syllables, including Old Hangul sequences that don't have Unicode
13061     compositions. Merge clusters in decomposed syllables.
13062
13063  src/hb-ot-shape-complex-hangul.cc | 197
13064  +++++++++++++++++++++++++++++++-------
13065  1 file changed, 165 insertions(+), 32 deletions(-)
13066
13067 commit 8fc1f7fe74a25bf8549f5edd79c7da6b720eb064
13068 Author: Behdad Esfahbod <behdad@behdad.org>
13069 Date:   Thu Jan 2 17:04:04 2014 +0800
13070
13071     [ot/hangul] Don't decompose Hangul even when combining marks present
13072
13073     As discussed on
13074     https://github.com/behdad/harfbuzz/pull/10#issuecomment-31442030
13075
13076  src/hb-ot-shape-complex-hangul.cc    |  2 +-
13077  src/hb-ot-shape-normalize-private.hh |  1 +
13078  src/hb-ot-shape-normalize.cc         | 24 +++++++++++++-----------
13079  3 files changed, 15 insertions(+), 12 deletions(-)
13080
13081 commit 64426ec73a987bfe1e71a293ee195f268897e8d6
13082 Author: Behdad Esfahbod <behdad@behdad.org>
13083 Date:   Thu Jan 2 14:33:10 2014 +0800
13084
13085     [ot] Simplify composing
13086
13087     Not tested.  Ouch.
13088
13089  src/hb-ot-shape-normalize.cc | 5 +++--
13090  1 file changed, 3 insertions(+), 2 deletions(-)
13091
13092 commit 8de20b1e8a1c4d2081f64e695045e6e4da7ce144
13093 Author: Behdad Esfahbod <behdad@behdad.org>
13094 Date:   Thu Jan 2 14:30:45 2014 +0800
13095
13096     Add font->has_glyph()
13097
13098  src/hb-font-private.hh            |  6 ++++++
13099  src/hb-ot-shape-complex-hangul.cc | 14 ++++++--------
13100  src/hb-ot-shape.cc                |  3 +--
13101  3 files changed, 13 insertions(+), 10 deletions(-)
13102
13103 commit f6298e55ae0f0f23f66935226f78afb98320ea78
13104 Author: Behdad Esfahbod <behdad@behdad.org>
13105 Date:   Thu Jan 2 14:23:56 2014 +0800
13106
13107     [fallback] Minor
13108
13109  src/hb-fallback-shape.cc | 5 +++--
13110  1 file changed, 3 insertions(+), 2 deletions(-)
13111
13112 commit 29ea403d67e29c2d531c1f613ce3d69e60f078f6
13113 Author: Behdad Esfahbod <behdad@behdad.org>
13114 Date:   Thu Jan 2 14:20:00 2014 +0800
13115
13116     [hangul] Fix decomposition logic
13117
13118     Seems to be working now.
13119
13120  src/hb-ot-shape-complex-hangul.cc | 19 ++++++++-----------
13121  1 file changed, 8 insertions(+), 11 deletions(-)
13122
13123 commit bdb20dafc3f737923da3dca0c832fdf4ab8daabc
13124 Author: Behdad Esfahbod <behdad@behdad.org>
13125 Date:   Thu Jan 2 14:04:30 2014 +0800
13126
13127     [hangul] Fix decomposition
13128
13129     Part of https://github.com/behdad/harfbuzz/pull/10
13130
13131  src/hb-ot-shape-complex-hangul.cc | 4 ++--
13132  1 file changed, 2 insertions(+), 2 deletions(-)
13133
13134 commit 32478656ce6e7926c3ad481511f02187ca743af6
13135 Author: Behdad Esfahbod <behdad@behdad.org>
13136 Date:   Thu Jan 2 14:01:56 2014 +0800
13137
13138     [hangul] Tighten up character categories
13139
13140     I had tried to expand to fill the blocks, but that sounds wrong in
13141     retrospect.
13142
13143  src/hb-ot-shape-complex-hangul.cc | 4 ++--
13144  1 file changed, 2 insertions(+), 2 deletions(-)
13145
13146 commit f14bb7de631b20e2868fb62e5311cd0d9e24bb49
13147 Author: Behdad Esfahbod <behdad@behdad.org>
13148 Date:   Tue Dec 31 16:49:15 2013 +0800
13149
13150     [ot] Separate out hebrew and tibetan shapers from default
13151
13152     Now default shaper is truly no-op.
13153
13154  src/Makefile.am                    |   2 +
13155  src/hb-ot-shape-complex-default.cc | 161
13156  +---------------------------------
13157  src/hb-ot-shape-complex-hebrew.cc  | 172
13158  +++++++++++++++++++++++++++++++++++++
13159  src/hb-ot-shape-complex-private.hh |  17 +++-
13160  src/hb-ot-shape-complex-tibetan.cc |  61 +++++++++++++
13161  5 files changed, 251 insertions(+), 162 deletions(-)
13162
13163 commit 6300cd72539284ca294ee8286bbbb7f9c72af320
13164 Author: Behdad Esfahbod <behdad@behdad.org>
13165 Date:   Tue Dec 31 16:38:47 2013 +0800
13166
13167     [ot] Define HB_OT_SHAPE_ZERO_WIDTH_MARKS_DEFAULT
13168
13169  src/hb-ot-shape-complex-default.cc | 2 +-
13170  src/hb-ot-shape-complex-hangul.cc  | 2 +-
13171  src/hb-ot-shape-complex-private.hh | 4 +++-
13172  src/hb-ot-shape-complex-thai.cc    | 2 +-
13173  4 files changed, 6 insertions(+), 4 deletions(-)
13174
13175 commit 3d6ca0d32e5c6597acfcf59301cb1905586ddb52
13176 Author: Behdad Esfahbod <behdad@behdad.org>
13177 Date:   Tue Dec 31 16:04:35 2013 +0800
13178
13179     [ot] Simplify normalization_preference again
13180
13181     No shaper has more than one behavior re this, so no need for
13182     a callback.
13183
13184  src/hb-ot-shape-complex-arabic.cc  | 2 +-
13185  src/hb-ot-shape-complex-default.cc | 8 +-------
13186  src/hb-ot-shape-complex-hangul.cc  | 2 +-
13187  src/hb-ot-shape-complex-indic.cc   | 8 +-------
13188  src/hb-ot-shape-complex-myanmar.cc | 9 +--------
13189  src/hb-ot-shape-complex-private.hh | 7 +------
13190  src/hb-ot-shape-complex-sea.cc     | 9 +--------
13191  src/hb-ot-shape-complex-thai.cc    | 2 +-
13192  src/hb-ot-shape-normalize.cc       | 4 +---
13193  9 files changed, 9 insertions(+), 42 deletions(-)
13194
13195 commit c98b7183f7dc453d5bac1f2503017cded317a495
13196 Author: Behdad Esfahbod <behdad@behdad.org>
13197 Date:   Tue Dec 31 15:55:40 2013 +0800
13198
13199     [ot] Add Hangul shaper
13200
13201     Not exhaustively tested, but I think I got the intended logic
13202     right.
13203
13204     The logic can perhaps be simplified.  Maybe we should disabled
13205     normalization with this shaper.  Then again, for now focusing on
13206     correctness.
13207
13208  src/Makefile.am                    |   1 +
13209  src/hb-ot-shape-complex-default.cc |  13 ---
13210  src/hb-ot-shape-complex-hangul.cc  | 232
13211  +++++++++++++++++++++++++++++++++++++
13212  src/hb-ot-shape-complex-private.hh |  10 +-
13213  src/hb-private.hh                  |   6 +
13214  5 files changed, 240 insertions(+), 22 deletions(-)
13215
13216 commit 15f67048e45853ad4069fd4334e132bc3db4d2c4
13217 Author: Behdad Esfahbod <behdad@behdad.org>
13218 Date:   Fri Dec 27 19:33:28 2013 -0500
13219
13220     Reorder Tai Tham SAKOT to ensure it comes after any tone marks
13221
13222  src/hb-unicode-private.hh | 6 +++++-
13223  1 file changed, 5 insertions(+), 1 deletion(-)
13224
13225 commit 3216e44feb7b97f44620b51e197425a80a41cdb7
13226 Author: Behdad Esfahbod <behdad@behdad.org>
13227 Date:   Mon Dec 23 14:39:23 2013 -0500
13228
13229     [uniscribe] Fix scratch-buffer accounting
13230
13231  src/hb-uniscribe.cc | 15 ++++++++-------
13232  1 file changed, 8 insertions(+), 7 deletions(-)
13233
13234 commit beeb12c9af4e0e66378cd36cf3dbb1560763a8e3
13235 Author: Behdad Esfahbod <behdad@behdad.org>
13236 Date:   Sun Dec 22 22:53:27 2013 -0500
13237
13238     Add TODO item
13239
13240  src/hb-ot-shape.h | 1 +
13241  1 file changed, 1 insertion(+)
13242
13243 commit fbd4acc58a4bb501625b482bd318be9764ff8e02
13244 Author: Luis de Bethencourt <luis@debethencourt.com>
13245 Date:   Sun Dec 22 08:02:11 2013 -0500
13246
13247     Clean ht-ob headers
13248
13249  src/Makefile.am    |  1 +
13250  src/hb-ot-layout.h |  5 -----
13251  src/hb-ot-shape.h  | 53
13252  +++++++++++++++++++++++++++++++++++++++++++++++++++++
13253  src/hb-ot.h        |  9 +--------
13254  4 files changed, 55 insertions(+), 13 deletions(-)
13255
13256 commit 5497a8a274a7066c0230c850baadef681785c8bb
13257 Author: Behdad Esfahbod <behdad@behdad.org>
13258 Date:   Sun Dec 22 20:48:53 2013 -0500
13259
13260     Cache various masks on the shape plan
13261
13262  src/hb-ot-shape-fallback.cc |  6 ++----
13263  src/hb-ot-shape-private.hh  | 15 +++++++++++++++
13264  src/hb-ot-shape.cc          | 26 +++++++-------------------
13265  3 files changed, 24 insertions(+), 23 deletions(-)
13266
13267 commit 02f909664fa24a7ccf7cf73d75d1d3426aaaae7d
13268 Author: Behdad Esfahbod <behdad@behdad.org>
13269 Date:   Sun Dec 22 19:35:27 2013 -0500
13270
13271     Minor correction to kern mask checking
13272
13273  src/hb-ot-shape-fallback.cc | 4 ++--
13274  1 file changed, 2 insertions(+), 2 deletions(-)
13275
13276 commit a7e8bbb080aef318b16750ca1771d0d3af3d0ae9
13277 Author: Behdad Esfahbod <behdad@behdad.org>
13278 Date:   Sun Dec 22 19:33:35 2013 -0500
13279
13280     Minor fraction mask setting improvement
13281
13282  src/hb-ot-map-private.hh | 2 --
13283  src/hb-ot-shape.cc       | 8 +++++---
13284  2 files changed, 5 insertions(+), 5 deletions(-)
13285
13286 commit 76fff252a96b4357b5e71694d5201daef822aa60
13287 Author: Behdad Esfahbod <behdad@behdad.org>
13288 Date:   Sun Dec 22 17:55:59 2013 -0500
13289
13290     Don't form fractions if only one of numr/dnom exist
13291
13292  src/hb-ot-shape.cc | 3 ++-
13293  1 file changed, 2 insertions(+), 1 deletion(-)
13294
13295 commit 3aeee519f0b82df5263974945ae852badc4dbded
13296 Author: Behdad Esfahbod <behdad@behdad.org>
13297 Date:   Sun Dec 22 16:17:54 2013 -0500
13298
13299     Bug 72698 - Automatically support frac / numr / dnom
13300
13301     When seeing U+2044 FRACTION SLASH in the text, find decimal
13302     digits (Unicode General Category Decimal_Number) around it,
13303     and mark the pre-slash digits with 'numr' feature, the post-slash
13304     digits with 'dnom' feature, and the whole sequence with 'frac'
13305     feature.
13306
13307     This beautifully renders fractions with major Windows fonts,
13308     and any other font that implements those features (numr/dnom is
13309     enough for most fonts.)
13310
13311     Not the fastest way to do this, but good enough for a start.
13312
13313  src/hb-ot-shape.cc | 51
13314  +++++++++++++++++++++++++++++++++++++++++++++++++++
13315  1 file changed, 51 insertions(+)
13316
13317 commit 014f369ec98fdbb3e7a2ef68aea2c4e017e7b680
13318 Author: Behdad Esfahbod <behdad@behdad.org>
13319 Date:   Sun Dec 22 16:15:30 2013 -0500
13320
13321     Add XXX note
13322
13323  src/hb-ot-map-private.hh | 2 ++
13324  1 file changed, 2 insertions(+)
13325
13326 commit 739325178aba00ea5526c6a54ce588a79e5d45e2
13327 Author: Behdad Esfahbod <behdad@behdad.org>
13328 Date:   Sat Dec 21 00:18:18 2013 -0500
13329
13330     Initialize masks before mirroring
13331
13332     We were throwing away the rtlm feature mask set during
13333     mirroring...
13334
13335  src/hb-ot-shape.cc | 11 ++++++++++-
13336  1 file changed, 10 insertions(+), 1 deletion(-)
13337
13338 commit d507f6b5b7a052f4d0eb9ba4ec88fd2e3d6f64b4
13339 Author: Luis de Bethencourt <luis@debethencourt.com>
13340 Date:   Mon Dec 16 15:48:44 2013 -0500
13341
13342     Have Gtk-Doc ignore UCDN files
13343
13344  docs/reference/Makefile.am | 18 +++++++++---------
13345  1 file changed, 9 insertions(+), 9 deletions(-)
13346
13347 commit d688475ea9cd236bc9b9e0153489fac0025f07f0
13348 Author: Behdad Esfahbod <behdad@behdad.org>
13349 Date:   Thu Dec 12 13:21:57 2013 -0500
13350
13351     Minor
13352
13353  util/options.cc | 4 ++--
13354  1 file changed, 2 insertions(+), 2 deletions(-)
13355
13356 commit 2a8c49ade07a0bd4f2c9543f4bd129da82083ea0
13357 Author: Behdad Esfahbod <behdad@behdad.org>
13358 Date:   Wed Dec 11 20:22:28 2013 -0500
13359
13360     Remove unnecessary includes
13361
13362  src/hb-blob.cc                       | 1 -
13363  src/hb-buffer-private.hh             | 1 -
13364  src/hb-common.cc                     | 2 --
13365  src/hb-face-private.hh               | 1 -
13366  src/hb-face.cc                       | 1 -
13367  src/hb-font-private.hh               | 1 -
13368  src/hb-font.cc                       | 1 -
13369  src/hb-graphite2.cc                  | 2 --
13370  src/hb-open-type-private.hh          | 2 --
13371  src/hb-ot-layout-private.hh          | 2 --
13372  src/hb-ot-shape-normalize-private.hh | 2 --
13373  src/hb-ot-tag.cc                     | 1 -
13374  src/hb-set-private.hh                | 1 -
13375  src/hb-shape-plan-private.hh         | 1 -
13376  src/hb-tt-font.cc                    | 2 --
13377  src/hb-unicode-private.hh            | 2 --
13378  16 files changed, 23 deletions(-)
13379
13380 commit 2646aec1e67cd6e09f5f7859c9d5898917acc2d5
13381 Author: Behdad Esfahbod <behdad@behdad.org>
13382 Date:   Thu Dec 5 18:19:35 2013 -0500
13383
13384     Drop required automake version back to 1.11.3
13385
13386     Work around broken automake-1.13 changes.
13387
13388  configure.ac             | 3 ++-
13389  test/shaping/Makefile.am | 7 +++++++
13390  2 files changed, 9 insertions(+), 1 deletion(-)
13391
13392 commit 860fc9aa7b4c49a1d50e64cfdf4d4dffadb7aa8f
13393 Author: Behdad Esfahbod <behdad@behdad.org>
13394 Date:   Wed Dec 4 20:06:59 2013 -0500
13395
13396     0.9.25
13397
13398  NEWS         | 12 ++++++++++++
13399  configure.ac |  2 +-
13400  2 files changed, 13 insertions(+), 1 deletion(-)
13401
13402 commit adb039554de0c98a4121f26423bec8df09a62e61
13403 Author: Behdad Esfahbod <behdad@behdad.org>
13404 Date:   Wed Dec 4 20:10:02 2013 -0500
13405
13406     Minor
13407
13408  util/view-cairo.hh | 3 ++-
13409  1 file changed, 2 insertions(+), 1 deletion(-)
13410
13411 commit 95d18a7cab480712d8c95a587ac2a8fdcbec5e71
13412 Author: Behdad Esfahbod <behdad@behdad.org>
13413 Date:   Wed Dec 4 20:01:22 2013 -0500
13414
13415     [git.mk] Update
13416
13417  git.mk | 2 +-
13418  1 file changed, 1 insertion(+), 1 deletion(-)
13419
13420 commit d913f98d88098fc0f4163dfbc54d8ca9ebe9dd81
13421 Author: Behdad Esfahbod <behdad@behdad.org>
13422 Date:   Wed Dec 4 19:59:48 2013 -0500
13423
13424     Require automake 1.13
13425
13426     Fix tests build.
13427
13428     https://bugs.freedesktop.org/show_bug.cgi?id=71353
13429
13430  configure.ac             |  2 +-
13431  test/shaping/Makefile.am | 19 ++++++++++++++-----
13432  2 files changed, 15 insertions(+), 6 deletions(-)
13433
13434 commit 205bf834d80f81471f0c3da4f400e60ce3a533dc
13435 Author: Behdad Esfahbod <behdad@behdad.org>
13436 Date:   Mon Dec 2 20:41:41 2013 -0500
13437
13438     Revert "Karen" language mapping back to what it was before
13439
13440     https://bugzilla.mozilla.org/show_bug.cgi?id=941470
13441
13442  src/hb-ot-tag.cc | 4 ++--
13443  1 file changed, 2 insertions(+), 2 deletions(-)
13444
13445 commit f47b9219546edcfdeb3991ee27f6d9ba455c3e08
13446 Author: Behdad Esfahbod <behdad@behdad.org>
13447 Date:   Mon Dec 2 05:57:27 2013 -0500
13448
13449     Fix unsafe shape_plan->face dependency
13450
13451  src/hb-ot-shape-private.hh   |  2 +-
13452  src/hb-shape-plan-private.hh |  2 +-
13453  src/hb-shape-plan.cc         | 12 +++---------
13454  3 files changed, 5 insertions(+), 11 deletions(-)
13455
13456 commit c704a8700e169885f1d9cbab93544d85aa4358e9
13457 Author: Behdad Esfahbod <behdad@behdad.org>
13458 Date:   Mon Dec 2 05:42:04 2013 -0500
13459
13460     [util] Fix uninitialized memory access
13461
13462  util/view-cairo.hh | 2 +-
13463  1 file changed, 1 insertion(+), 1 deletion(-)
13464
13465 commit 260a3198f44a4ece60864b6f6caab2ee756ad762
13466 Author: Behdad Esfahbod <behdad@behdad.org>
13467 Date:   Mon Dec 2 05:39:39 2013 -0500
13468
13469     [util] Plug leak
13470
13471  util/options.cc | 5 ++++-
13472  1 file changed, 4 insertions(+), 1 deletion(-)
13473
13474 commit ca8d96c8ba33ce581684cbc07936a3696b6c83d9
13475 Author: Jonathan Kew <jfkthame@gmail.com>
13476 Date:   Mon Dec 2 05:22:00 2013 -0500
13477
13478     cache shape plans even if (global) user features are set
13479
13480  src/hb-shape-plan-private.hh |  3 +++
13481  src/hb-shape-plan.cc         | 59
13482  ++++++++++++++++++++++++++++++++++++++++----
13483  2 files changed, 57 insertions(+), 5 deletions(-)
13484
13485 commit 8ffa528f28a24ae85952ad1c1b0206e736bcfeab
13486 Author: Behdad Esfahbod <behdad@behdad.org>
13487 Date:   Mon Dec 2 05:17:14 2013 -0500
13488
13489     Add note about unsafe shape_plan->face
13490
13491     Will fix by removing shape_plan->face completely.
13492
13493  src/hb-shape-plan.cc | 2 ++
13494  1 file changed, 2 insertions(+)
13495
13496 commit aec468f01e866c99e65a8f764a792c74c96840d7
13497 Author: Behdad Esfahbod <behdad@behdad.org>
13498 Date:   Fri Nov 29 19:21:58 2013 -0500
13499
13500     [coretext] Add TODO
13501
13502  src/hb-coretext.cc | 2 ++
13503  1 file changed, 2 insertions(+)
13504
13505 commit 58cc233e8b5fdc9dce603acc1b968540a2dea3e1
13506 Author: Behdad Esfahbod <behdad@behdad.org>
13507 Date:   Fri Nov 29 19:17:42 2013 -0500
13508
13509     [coretext] Cleanup
13510
13511  src/hb-coretext.cc | 27 ++++++++++++++++-----------
13512  1 file changed, 16 insertions(+), 11 deletions(-)
13513
13514 commit c8213c6198abff97822e29a6d565722cfbb43832
13515 Author: Khaled Hosny <khaledhosny.eglug.org>
13516 Date:   Fri Nov 29 19:01:56 2013 -0500
13517
13518     [coretext] Avoid font fallback with CoreText shaper
13519
13520     CoreText does automatic font fallback (AKA "cascading") for
13521     characters
13522     not supported by the requested font, and provides no way to turn
13523     it off,
13524     so detect if the returned run uses a font other than the requested one
13525     and fill in the buffer with .notdef glyphs instead of random indices
13526     glyph from a different font.
13527
13528  src/hb-coretext.cc | 35 +++++++++++++++++++++++++++++++++++
13529  1 file changed, 35 insertions(+)
13530
13531 commit 63bae73aefb0e5988ef6975f1ed38e040e50e91d
13532 Author: Behdad Esfahbod <behdad@behdad.org>
13533 Date:   Tue Nov 26 22:57:24 2013 -0500
13534
13535     [fallback] Add TODO note
13536
13537  src/hb-fallback-shape.cc | 10 ++++++++++
13538  1 file changed, 10 insertions(+)
13539
13540 commit e1ebf01d0cf3df55bb9137136e2d0c9630e7bd78
13541 Author: Behdad Esfahbod <behdad@behdad.org>
13542 Date:   Tue Nov 26 18:00:35 2013 -0500
13543
13544     Minor
13545
13546  src/hb-ot-layout-common-private.hh | 2 +-
13547  1 file changed, 1 insertion(+), 1 deletion(-)
13548
13549 commit a182dbc9e4e51fa7990c4aea3eaa425a061b29c7
13550 Author: Behdad Esfahbod <behdad@behdad.org>
13551 Date:   Tue Nov 26 17:53:41 2013 -0500
13552
13553     Minor
13554
13555  src/hb-ot-layout-common-private.hh | 1 +
13556  1 file changed, 1 insertion(+)
13557
13558 commit 9174a9db5c4e01284143ed8bd318ce9454535987
13559 Author: Behdad Esfahbod <behdad@behdad.org>
13560 Date:   Mon Nov 25 18:10:38 2013 -0500
13561
13562     [myanmar] Allow punctuation clusters
13563
13564     The spec and Uniscribe don't allow these, but UTN#11
13565     specifically says the sequence U+104B,U+1038 is valid.
13566     As such, allow all "P V" sequences.  There's about
13567     eight sequences that match that structure, but Roozbeh
13568     thinks it's fine to allow all of them.
13569
13570     Test case: U+104B, U+1038
13571
13572     https://bugs.freedesktop.org/show_bug.cgi?id=71947
13573
13574  src/hb-ot-shape-complex-myanmar-machine.rl |  3 +++
13575  src/hb-ot-shape-complex-myanmar.cc         | 19 ++++++++++++++++++-
13576  2 files changed, 21 insertions(+), 1 deletion(-)
13577
13578 commit 096b71e8ef0c1443f3f86069d5416b887af6e9e7
13579 Author: Behdad Esfahbod <behdad@behdad.org>
13580 Date:   Mon Nov 25 18:03:34 2013 -0500
13581
13582     [myanmar] Mark U+104E MYANMAR SYMBOL AFOREMENTIONED as Consonant
13583
13584     The spec and Uniscribe treat it as consonant in the grammar, but
13585     it's not in IndicSyllableCategory.txt, so fix up.
13586
13587     Test sequence: U+1004,U+103A,U+1039,U+104E
13588
13589     https://bugs.freedesktop.org/show_bug.cgi?id=71948
13590
13591  src/hb-ot-shape-complex-myanmar.cc | 4 ++++
13592  1 file changed, 4 insertions(+)
13593
13594 commit d2da5e0b4b4ffc1722403ffb90b8777cfa1cd174
13595 Author: Behdad Esfahbod <behdad@behdad.org>
13596 Date:   Mon Nov 25 17:50:07 2013 -0500
13597
13598     [myanmar] Relax pwo-tone group a bit
13599
13600     This is broken sequence according to OpenType spec, Uniscribe,
13601     and current HarfBuzz implementation.  But Roozbeh says this
13602     is a valid sequence, so allow it.  There are multiple
13603     "(DB As?)?" constructs in the grammar, but Roozbeh thinks only
13604     this one needs changing.
13605
13606     Test case: 1014,1063,103A
13607
13608     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=71949
13609
13610  src/hb-ot-shape-complex-myanmar-machine.rl | 2 +-
13611  1 file changed, 1 insertion(+), 1 deletion(-)
13612
13613 commit 9af91ca8ffee4a8d2804eff5d380b4f9749414d1
13614 Author: Behdad Esfahbod <behdad@behdad.org>
13615 Date:   Mon Nov 25 17:47:19 2013 -0500
13616
13617     Add more Myanmar test cases
13618
13619     All three are broken right now according to Roozbeh.
13620
13621     https://bugs.freedesktop.org/show_bug.cgi?id=71947
13622     https://bugs.freedesktop.org/show_bug.cgi?id=71948
13623     https://bugs.freedesktop.org/show_bug.cgi?id=71949
13624
13625  .../shaping/texts/in-tree/shaper-myanmar/script-myanmar/misc/misc.txt |
13626  4 ++++
13627  1 file changed, 4 insertions(+)
13628
13629 commit 08c2d27d35093e07142168665139274ac99395e8
13630 Author: Roozbeh Pournader <roozbeh@google.com>
13631 Date:   Sat Nov 23 21:39:31 2013 -0800
13632
13633     Added support for several new languages
13634
13635     Based on research into latest SIL and Windows fonts, pulling in
13636     the latest OpenType language tag proposal from Microsoft, and updating
13637     to latest language tags and names from ISO 639.
13638
13639  src/hb-ot-tag.cc | 314
13640  +++++++++++++++++++++++++++++++++++++++++++------------
13641  1 file changed, 247 insertions(+), 67 deletions(-)
13642
13643 commit 05511acd198d0c2157cdb41e1d36eac0b8075357
13644 Author: Roozbeh Pournader <roozbeh@google.com>
13645 Date:   Sat Nov 23 15:19:07 2013 -0800
13646
13647     Added language tags for S'gaw Karen and Khamti
13648
13649     Tags based on support in Windows 8.1's 'Myanmar Text' font.
13650
13651  src/hb-ot-tag.cc | 2 ++
13652  1 file changed, 2 insertions(+)
13653
13654 commit 0bb31e4497523442fbb26bbd55b194ab70205ca4
13655 Author: Behdad Esfahbod <behdad@behdad.org>
13656 Date:   Wed Nov 20 14:21:07 2013 -0500
13657
13658     Bug 71845 - Use 64-bit cmpexch on ARM64 iOS
13659
13660  src/hb-atomic-private.hh | 2 +-
13661  1 file changed, 1 insertion(+), 1 deletion(-)
13662
13663 commit 02c6c8cd6e8c93b63c75b25de6bf76bb45755bb4
13664 Author: Behdad Esfahbod <behdad@behdad.org>
13665 Date:   Fri Nov 15 13:05:38 2013 -0500
13666
13667     Set buffer content type to INVALID in hb_buffer_set_length(0)
13668
13669     Previously we were only setting this in hb_buffer_clear_contents(),
13670     but set_length(0) is a valid way to reinitialize buffer to use with
13671     new text.
13672
13673  src/hb-buffer-private.hh | 2 +-
13674  src/hb-buffer.cc         | 3 +++
13675  2 files changed, 4 insertions(+), 1 deletion(-)
13676
13677 commit 6300694f6e531593e7e932000f9540b0367940b8
13678 Author: Behdad Esfahbod <behdad@behdad.org>
13679 Date:   Wed Nov 13 14:54:07 2013 -0500
13680
13681     0.9.24
13682
13683  NEWS         | 8 ++++++++
13684  configure.ac | 2 +-
13685  2 files changed, 9 insertions(+), 1 deletion(-)
13686
13687 commit 061cb4649342b005fb1de93abae25e889cc560bd
13688 Author: Behdad Esfahbod <behdad@behdad.org>
13689 Date:   Wed Nov 13 14:50:25 2013 -0500
13690
13691     Use long alignment for scratch buffer
13692
13693     Fixes last of scratch alignment warnings in hb-coretext.
13694
13695  src/hb-buffer-private.hh | 2 +-
13696  src/hb-buffer.cc         | 4 ++--
13697  2 files changed, 3 insertions(+), 3 deletions(-)
13698
13699 commit 68c372ed2eac76a6d347811293fe2ba2fd6a1eed
13700 Author: Behdad Esfahbod <behdad@behdad.org>
13701 Date:   Wed Nov 13 14:44:01 2013 -0500
13702
13703     More scratch-buffer cleanup
13704
13705  src/hb-buffer-private.hh |  3 ++-
13706  src/hb-buffer.cc         | 10 +++++-----
13707  src/hb-coretext.cc       |  5 ++---
13708  src/hb-graphite2.cc      |  2 +-
13709  src/hb-uniscribe.cc      | 30 ++++++++++++++----------------
13710  5 files changed, 24 insertions(+), 26 deletions(-)
13711
13712 commit 8fcadb9cf9418345610e3f4e38c28c12b768b589
13713 Author: Behdad Esfahbod <behdad@behdad.org>
13714 Date:   Wed Nov 13 14:33:57 2013 -0500
13715
13716     [coretext] More scratch buffer fixes
13717
13718  src/hb-coretext.cc | 25 +++++++++++++------------
13719  1 file changed, 13 insertions(+), 12 deletions(-)
13720
13721 commit 16f175cb2e081e605fe7f9cd01bbe8c24380278a
13722 Author: Behdad Esfahbod <behdad@behdad.org>
13723 Date:   Tue Nov 12 17:22:49 2013 -0500
13724
13725     Fix scratch-buffer alignment warnings
13726
13727  src/hb-buffer-private.hh |  2 +-
13728  src/hb-buffer.cc         |  9 +++++----
13729  src/hb-coretext.cc       | 17 ++++++++++-------
13730  src/hb-graphite2.cc      | 28 +++++++++++++++++-----------
13731  src/hb-private.hh        |  3 +++
13732  src/hb-uniscribe.cc      | 29 +++++++++++++++++------------
13733  6 files changed, 53 insertions(+), 35 deletions(-)
13734
13735 commit c7c4ccf8a1e784b6f8798388a219dda9a26fbd93
13736 Author: Behdad Esfahbod <behdad@behdad.org>
13737 Date:   Tue Nov 12 15:41:22 2013 -0500
13738
13739     [travis] Enable graphite2
13740
13741  .travis.yml | 2 +-
13742  1 file changed, 1 insertion(+), 1 deletion(-)
13743
13744 commit 83408cf804a6908873c41b70bb7c43448e66ddd2
13745 Author: Behdad Esfahbod <behdad@behdad.org>
13746 Date:   Wed Nov 6 14:46:04 2013 -0500
13747
13748     Fix llvm warnings on Mac
13749
13750     Patch from Scott Fleischman.  Warnings were:
13751
13752     harfbuzz/src/hb-font-private.hh:121:42: Implicit conversion loses
13753     integer precision: 'long long' to 'hb_position_t' (aka 'int')
13754     harfbuzz/src/hb-font-private.hh:126:42: Implicit conversion loses
13755     integer precision: 'long long' to 'hb_position_t' (aka 'int')
13756     harfbuzz/src/hb-font-private.hh:400:85: Implicit conversion loses
13757     integer precision: 'long long' to 'hb_position_t' (aka 'int')
13758     harfbuzz/src/hb-ot-layout-common-private.hh:1115:37: Implicit
13759     conversion
13760     loses integer precision: 'long long' to 'int'
13761     harfbuzz/src/hb-ft.cc:421:97: Implicit conversion loses integer
13762     precision: 'unsigned long long' to 'int'
13763     harfbuzz/src/hb-ft.cc:422:97: Implicit conversion loses integer
13764     precision: 'unsigned long long' to 'int'
13765
13766  src/hb-font-private.hh             | 6 +++---
13767  src/hb-ft.cc                       | 4 ++--
13768  src/hb-ot-layout-common-private.hh | 2 +-
13769  3 files changed, 6 insertions(+), 6 deletions(-)
13770
13771 commit 333cc6e2d11831bcd2370723456e678574d570ec
13772 Author: Behdad Esfahbod <behdad@behdad.org>
13773 Date:   Wed Oct 30 17:30:11 2013 +0000
13774
13775     [otlayout] Remove unused is_inplace()
13776
13777     Patch from Jonathan Kew.
13778
13779  src/hb-ot-layout-gpos-table.hh       |   6 --
13780  src/hb-ot-layout-gsub-table.hh       |  56 ------------
13781  src/hb-ot-layout-gsubgpos-private.hh | 159
13782  -----------------------------------
13783  3 files changed, 221 deletions(-)
13784
13785 commit 176fd17d02ac183af32a0e710ec32d25c9322021
13786 Author: Behdad Esfahbod <behdad@behdad.org>
13787 Date:   Wed Oct 30 17:27:24 2013 +0000
13788
13789     Bug 70971 - Signed/unsigned compiler warnings on windows
13790
13791     Patch from Emil Eklund.
13792
13793  src/hb-buffer-serialize.cc | 8 ++++----
13794  src/hb-ot-map.cc           | 2 +-
13795  2 files changed, 5 insertions(+), 5 deletions(-)
13796
13797 commit 3d436d325edccc0f3dd820e06e3d529cc8f3eca4
13798 Author: Behdad Esfahbod <behdad@behdad.org>
13799 Date:   Mon Oct 28 21:00:37 2013 +0100
13800
13801     [otlayout] Reset ccc when marking glyph as letter
13802
13803  src/hb-ot-layout-gsubgpos-private.hh | 3 +++
13804  1 file changed, 3 insertions(+)
13805
13806 commit b9d0077ac1a8e8a62ee15c64ad302f7976e23bdd
13807 Author: Behdad Esfahbod <behdad@behdad.org>
13808 Date:   Mon Oct 28 20:44:03 2013 +0100
13809
13810     Fix win32 testing
13811
13812  test/shaping/Makefile.am  | 1 +
13813  test/shaping/run-tests.sh | 2 +-
13814  2 files changed, 2 insertions(+), 1 deletion(-)
13815
13816 commit dce79c2bd747d398bdf2f4b171b0ba9b5b951f72
13817 Author: Behdad Esfahbod <behdad@behdad.org>
13818 Date:   Mon Oct 28 20:26:40 2013 +0100
13819
13820     0.9.23
13821
13822  NEWS         | 10 ++++++++++
13823  configure.ac |  2 +-
13824  2 files changed, 11 insertions(+), 1 deletion(-)
13825
13826 commit 2e990a3d722c10d1eefdc4c5ccbdaa384625c3fd
13827 Author: Behdad Esfahbod <behdad@behdad.org>
13828 Date:   Mon Oct 28 20:23:07 2013 +0100
13829
13830     Make "make distcheck" happy
13831
13832  configure.ac             | 2 +-
13833  test/shaping/Makefile.am | 3 +++
13834  2 files changed, 4 insertions(+), 1 deletion(-)
13835
13836 commit 6ffc007b61402c9d1d4de368deed4971a10ed00b
13837 Author: Behdad Esfahbod <behdad@behdad.org>
13838 Date:   Mon Oct 28 19:26:02 2013 +0100
13839
13840     [otlayout] Optimize inplace
13841
13842     See thread started by Jonathan with subject "an optimization for
13843     complex
13844     fonts".
13845
13846  src/hb-ot-layout.cc | 6 +++---
13847  1 file changed, 3 insertions(+), 3 deletions(-)
13848
13849 commit 71b4c999a511bf018acaf48a45e070470c0daf12
13850 Author: Behdad Esfahbod <behdad@behdad.org>
13851 Date:   Mon Oct 28 00:20:59 2013 +0100
13852
13853     Revert "Zero marks by GDEF for Tibetan"
13854
13855     This reverts commit d5bd0590ae2fbc7b0dee86385a565aef00ffb835.
13856
13857     The reasoning behind that logic was flawed and made under
13858     a misunderstanding of the original problem, and caused
13859     regressions as reported by Jonathan Kew in thread titled
13860     "tibetan marks" in Oct 2013.  Apparently I have had fixed
13861     the original problem with this commit:
13862
13863       7e08f1258da229dfaf7e1c4b5c41e5bb83906cb0
13864
13865     So, revert the faulty commit and everything seems to be in good
13866     shape.
13867
13868  src/hb-ot-layout-gsubgpos-private.hh |  4 ++--
13869  src/hb-ot-shape-complex-arabic.cc    | 10 +++-------
13870  src/hb-ot-shape-complex-default.cc   | 17 +----------------
13871  src/hb-ot-shape-complex-indic.cc     |  8 +-------
13872  src/hb-ot-shape-complex-myanmar.cc   | 15 +++++----------
13873  src/hb-ot-shape-complex-private.hh   |  8 ++------
13874  src/hb-ot-shape-complex-sea.cc       | 14 ++++----------
13875  src/hb-ot-shape-complex-thai.cc      |  9 +--------
13876  src/hb-ot-shape.cc                   |  4 ++--
13877  9 files changed, 21 insertions(+), 68 deletions(-)
13878
13879 commit 9596b2bf569dae6fbe268803e3cb248001f10954
13880 Author: Behdad Esfahbod <behdad@behdad.org>
13881 Date:   Mon Oct 28 00:09:05 2013 +0100
13882
13883     Pass CPPFLAGS=-Werror to Travis-CI
13884
13885     We want default gcc / clang warnings to fail the CI build.
13886
13887  .travis.yml | 2 +-
13888  1 file changed, 1 insertion(+), 1 deletion(-)
13889
13890 commit c77d1ade6898cea161f0709c5c5a912e14aff951
13891 Author: Behdad Esfahbod <behdad@behdad.org>
13892 Date:   Sun Oct 27 23:52:26 2013 +0100
13893
13894     Fix warnings
13895
13896  test/api/test-blob.c      | 2 +-
13897  util/helper-cairo-ansi.cc | 2 +-
13898  2 files changed, 2 insertions(+), 2 deletions(-)
13899
13900 commit c2bc818706df56022c8bb922df2b741cb120f7e4
13901 Author: Behdad Esfahbod <behdad@behdad.org>
13902 Date:   Sun Oct 27 23:36:35 2013 +0100
13903
13904     Work with old and new glib
13905
13906     Avoids "deprecated" warnings.
13907
13908  src/test-buffer-serialize.cc | 7 +++++--
13909  src/test-size-params.cc      | 7 +++++--
13910  src/test-would-substitute.cc | 7 +++++--
13911  src/test.cc                  | 7 +++++--
13912  util/options.cc              | 4 ++--
13913  util/options.hh              | 4 ++++
13914  util/view-cairo.hh           | 4 ++++
13915  7 files changed, 30 insertions(+), 10 deletions(-)
13916
13917 commit 46a863d91dbcc9a4c796e3715ea3828939f4d941
13918 Author: Behdad Esfahbod <behdad@behdad.org>
13919 Date:   Sun Oct 27 23:24:50 2013 +0100
13920
13921     [indic] Adjust pref reordering logic
13922
13923     For Javanese (pref_len == 1) only reorder if it didn't ligate.  That's
13924     sensible, and what the spec says.  For other Indic (pref_len > 1)
13925     only reorder if ligated.
13926
13927     Doesn't change any test numbers.
13928
13929  src/hb-ot-shape-complex-indic.cc | 9 +++++++--
13930  1 file changed, 7 insertions(+), 2 deletions(-)
13931
13932 commit 6b03e3c724ec6cd255f4a323bf4aa7d8c93a056e
13933 Author: Behdad Esfahbod <behdad@behdad.org>
13934 Date:   Sun Oct 27 21:04:55 2013 +0100
13935
13936     Optimize fallback kerning
13937
13938     Patch from Jonathan Kew.  "These changes seem to yield a small but
13939     just-about-measurable improvement with old fonts that lack GPOS
13940     kerning."
13941
13942  src/hb-ot-shape-fallback.cc | 47
13943  ++++++++++++++++++++++++++++-----------------
13944  1 file changed, 29 insertions(+), 18 deletions(-)
13945
13946 commit 133eeba6a32769ec1a7520e7c8a0d2eb1ad986f8
13947 Author: Behdad Esfahbod <behdad@behdad.org>
13948 Date:   Sun Oct 27 00:24:59 2013 +0200
13949
13950     Minor
13951
13952     See:
13953     https://github.com/prezi/harfbuzz-js/pull/1/files#r7032397
13954
13955  src/hb-common.h | 2 +-
13956  1 file changed, 1 insertion(+), 1 deletion(-)
13957
13958 commit a74f0de225c403998212e2618dcf9452bc5b590d
13959 Author: Behdad Esfahbod <behdad@behdad.org>
13960 Date:   Thu Oct 24 11:46:33 2013 +0200
13961
13962     [indic] Fix CM2, really
13963
13964     Followup from 6e613f3365bf4e9fd778758c53e7de00c64beca1.
13965
13966  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
13967  1 file changed, 1 insertion(+), 1 deletion(-)
13968
13969 commit 6e613f3365bf4e9fd778758c53e7de00c64beca1
13970 Author: Behdad Esfahbod <behdad@behdad.org>
13971 Date:   Wed Oct 23 23:34:13 2013 +0200
13972
13973     Fix "shift count >= width of type" issue
13974
13975  src/hb-ot-shape-complex-indic-private.hh | 2 +-
13976  1 file changed, 1 insertion(+), 1 deletion(-)
13977
13978 commit ac8cd511911c7dca6222d14fa758bff75d601567
13979 Author: Behdad Esfahbod <behdad@behdad.org>
13980 Date:   Fri Oct 18 19:33:09 2013 +0200
13981
13982     Refactor
13983
13984  src/hb-ot-layout-gpos-table.hh | 120
13985  ++++++++++++++++++++++-------------------
13986  src/hb-ot-layout.cc            |  31 +++++------
13987  src/hb-ot-shape-normalize.cc   |  29 +++++-----
13988  src/hb-ot-shape.cc             |  82 ++++++++++++++++------------
13989  4 files changed, 145 insertions(+), 117 deletions(-)
13990
13991 commit 0f3fe37fccfb540437adf13dd580f2c5164a0b1f
13992 Author: Behdad Esfahbod <behdad@behdad.org>
13993 Date:   Fri Oct 18 19:14:22 2013 +0200
13994
13995     Comment
13996
13997  src/hb-ot-layout-private.hh | 1 +
13998  1 file changed, 1 insertion(+)
13999
14000 commit ddce2d8df6fed9c033f1f13e235666680c5beb67
14001 Author: Behdad Esfahbod <behdad@behdad.org>
14002 Date:   Fri Oct 18 18:07:11 2013 +0200
14003
14004     [indic] Improve positioning of post-base bells and whistles
14005
14006     Bug 58714 - Kannada u+0cb0 u+200d u+0ccd u+0c95 u+0cbe does not
14007     provide
14008     same results as Windows8
14009     https://bugs.freedesktop.org/show_bug.cgi?id=58714
14010
14011     Test with U+0CB0,U+200D,U+0CCD,U+0C95,U+0CBF and tunga.ttf.
14012
14013     Improves some scripts.  Improves Bengali too, but numbers
14014     are up because we produce better results than Uniscribe for some
14015     sequences now.
14016
14017     New numbers:
14018     BENGALI: 353724 out of 354188 tests passed. 464 failed (0.131004%)
14019     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
14020     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
14021     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
14022     KANNADA: 951190 out of 951913 tests passed. 723 failed (0.0759523%)
14023     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
14024     MALAYALAM: 1048140 out of 1048334 tests passed. 194 failed
14025     (0.0185056%)
14026     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
14027     SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
14028     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
14029     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
14030
14031  src/hb-ot-shape-complex-indic.cc | 19 ++++++++++---------
14032  1 file changed, 10 insertions(+), 9 deletions(-)
14033
14034 commit d5bd0590ae2fbc7b0dee86385a565aef00ffb835
14035 Author: Behdad Esfahbod <behdad@behdad.org>
14036 Date:   Fri Oct 18 16:44:54 2013 +0200
14037
14038     Zero marks by GDEF for Tibetan
14039
14040     See:
14041     http://lists.freedesktop.org/archives/harfbuzz/2013-April/003101.html
14042
14043  src/hb-ot-layout-gsubgpos-private.hh |  4 ++--
14044  src/hb-ot-shape-complex-arabic.cc    | 10 +++++++---
14045  src/hb-ot-shape-complex-default.cc   | 17 ++++++++++++++++-
14046  src/hb-ot-shape-complex-indic.cc     |  8 +++++++-
14047  src/hb-ot-shape-complex-myanmar.cc   | 15 ++++++++++-----
14048  src/hb-ot-shape-complex-private.hh   |  8 ++++++--
14049  src/hb-ot-shape-complex-sea.cc       | 14 ++++++++++----
14050  src/hb-ot-shape-complex-thai.cc      |  9 ++++++++-
14051  src/hb-ot-shape.cc                   |  4 ++--
14052  9 files changed, 68 insertions(+), 21 deletions(-)
14053
14054 commit bf029281b1b0f854f671969ab40eac3046a111bd
14055 Author: Behdad Esfahbod <behdad@behdad.org>
14056 Date:   Fri Oct 18 16:20:13 2013 +0200
14057
14058     Bug 65258 - [...] Mongolian with free variation selector
14059
14060  src/hb-ot-shape-complex-arabic.cc | 3 ++-
14061  1 file changed, 2 insertions(+), 1 deletion(-)
14062
14063 commit 0193649ce4ca78b8e2835a50bd51ee594cffe34e
14064 Author: Behdad Esfahbod <behdad@behdad.org>
14065 Date:   Fri Oct 18 16:08:53 2013 +0200
14066
14067     [otfallback] Don't shift down above-marks too much
14068
14069     This seems to generate much better, almost-perfect, positioning for
14070     Arabic as well as Latin above marks.
14071
14072  src/hb-ot-shape-fallback.cc | 10 +++++++++-
14073  1 file changed, 9 insertions(+), 1 deletion(-)
14074
14075 commit dba9580237da788275b1ab5fe6be75c8a3f359b9
14076 Author: Behdad Esfahbod <behdad@behdad.org>
14077 Date:   Fri Oct 18 15:57:36 2013 +0200
14078
14079     [otfallback] Never fallback-position a below-mark upwards
14080
14081     Test with WinXP times.ttf and U+05D9,U+05B5.
14082
14083  src/hb-ot-shape-fallback.cc | 6 ++++++
14084  1 file changed, 6 insertions(+)
14085
14086 commit 8177da29ad07d8fa444ce07003fa65cd31a2776b
14087 Author: Behdad Esfahbod <behdad@behdad.org>
14088 Date:   Fri Oct 18 15:50:29 2013 +0200
14089
14090     Minor
14091
14092  src/hb-ot-shape-fallback.cc | 4 ++--
14093  1 file changed, 2 insertions(+), 2 deletions(-)
14094
14095 commit c16012e9019ec59c2200a3cc29b8a37ea70eda70
14096 Author: Behdad Esfahbod <behdad@behdad.org>
14097 Date:   Fri Oct 18 02:27:00 2013 +0200
14098
14099     [indic] Add Javanese support!
14100
14101     Seems to be working just fine!
14102
14103  src/hb-ot-shape-complex-indic-machine.rl | 14 ++++++------
14104  src/hb-ot-shape-complex-indic-private.hh | 37
14105  ++++++++++++++++----------------
14106  src/hb-ot-shape-complex-indic.cc         |  9 ++++++--
14107  3 files changed, 34 insertions(+), 26 deletions(-)
14108
14109 commit 755b44cce6dc23376a3cf0212893609231fa4967
14110 Author: Behdad Esfahbod <behdad@behdad.org>
14111 Date:   Fri Oct 18 11:17:42 2013 +0200
14112
14113     [ft] Round metrics instead of truncate
14114
14115     Lohit-Punjabi has a upem of 769!  We were losing one unit in our
14116     code, and FreeType is losing another one...  Test with U+0A06.
14117     Has an advance of 854 in the font.  We were producing 852.
14118     Now we do 853, which is what FreeType is telling us.
14119
14120  src/hb-ft.cc | 8 ++++----
14121  1 file changed, 4 insertions(+), 4 deletions(-)
14122
14123 commit 9a49351cc2625de16a73e0e153d3097ef6c7cc0f
14124 Author: Behdad Esfahbod <behdad@behdad.org>
14125 Date:   Fri Oct 18 02:14:53 2013 +0200
14126
14127     [indic] Swith pref logic to use _hb_glyph_info_substituted()
14128
14129     See comments from caveat!  Seems to work fine.
14130
14131     This is useful for Javanese which has an atomically encoded pre-base
14132     reordering Ra which should only be reordered if it was substituted
14133     by the pref feature.
14134
14135  src/hb-ot-shape-complex-indic.cc | 6 ++++--
14136  1 file changed, 4 insertions(+), 2 deletions(-)
14137
14138 commit f175aa33c5e94397c60648ac0697c80f5fe0dcb7
14139 Author: Behdad Esfahbod <behdad@behdad.org>
14140 Date:   Fri Oct 18 02:07:44 2013 +0200
14141
14142     [indic] Fix compiler warnings
14143
14144  src/hb-ot-shape-complex-indic.cc | 4 ++--
14145  1 file changed, 2 insertions(+), 2 deletions(-)
14146
14147 commit 857027341423f15fd6084c7563cc355b06e7cbdd
14148 Author: Behdad Esfahbod <behdad@behdad.org>
14149 Date:   Fri Oct 18 01:11:05 2013 +0200
14150
14151     [otlayout] Add _hb_glyph_info_substituted()
14152
14153     Currently unused.
14154
14155  src/hb-ot-layout-private.hh | 6 ++++++
14156  1 file changed, 6 insertions(+)
14157
14158 commit a1f7b2856184959e965c9c2b80363f9f46d486a7
14159 Author: Behdad Esfahbod <behdad@behdad.org>
14160 Date:   Fri Oct 18 01:09:08 2013 +0200
14161
14162     [otlayout] Switch over from old is_a_ligature() to IS_LIGATED
14163
14164     Impact should be minimal and positive.
14165
14166  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
14167  src/hb-ot-layout-private.hh          | 12 +++++++++---
14168  src/hb-ot-shape-complex-indic.cc     |  4 ++--
14169  src/hb-ot-shape-complex-myanmar.cc   |  2 +-
14170  src/hb-ot-shape.cc                   |  2 +-
14171  5 files changed, 14 insertions(+), 8 deletions(-)
14172
14173 commit 09675a8115b9d77261c33940401aa919cede8662
14174 Author: Behdad Esfahbod <behdad@behdad.org>
14175 Date:   Fri Oct 18 01:05:58 2013 +0200
14176
14177     [otlayout] Add HB_OT_LAYOUT_GLYPH_PROPS_LIGATED
14178
14179     Currently unused.
14180
14181  src/hb-ot-layout-gsubgpos-private.hh | 15 ++++++++++-----
14182  src/hb-ot-layout-private.hh          |  5 ++++-
14183  2 files changed, 14 insertions(+), 6 deletions(-)
14184
14185 commit 05ad6b50ac0a1b9a8da10d2ee2238068b7811e7d
14186 Author: Behdad Esfahbod <behdad@behdad.org>
14187 Date:   Fri Oct 18 00:45:59 2013 +0200
14188
14189     [otlayout] Add HB_OT_LAYOUT_GLYPH_PROPS_SUBSTITUTED
14190
14191     Currently unused.
14192
14193  src/hb-ot-layout-gsubgpos-private.hh |  5 +++--
14194  src/hb-ot-layout-private.hh          | 10 ++++++----
14195  2 files changed, 9 insertions(+), 6 deletions(-)
14196
14197 commit 101303dbf7cf15d044bf2518f14b3aec65970fea
14198 Author: Behdad Esfahbod <behdad@behdad.org>
14199 Date:   Fri Oct 18 00:42:39 2013 +0200
14200
14201     [otlayout] More shuffling around
14202
14203  src/hb-ot-layout-gpos-table.hh       | 16 +++----
14204  src/hb-ot-layout-gsub-table.hh       | 13 +++--
14205  src/hb-ot-layout-gsubgpos-private.hh |  8 ++--
14206  src/hb-ot-layout-private.hh          | 92
14207  ++++++++++++++++++++++++++++++++----
14208  src/hb-ot-shape.cc                   |  8 ++--
14209  5 files changed, 102 insertions(+), 35 deletions(-)
14210
14211 commit 91689de2603e4151e2a2d3a3852c61667f0c6264
14212 Author: Behdad Esfahbod <behdad@behdad.org>
14213 Date:   Fri Oct 18 00:21:59 2013 +0200
14214
14215     [otlayout] Add _hb_glyph_info_set_glyph_props()
14216
14217     No functional change.
14218
14219  src/hb-ot-layout-gsub-table.hh       | 2 +-
14220  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
14221  src/hb-ot-layout-private.hh          | 9 +++++++++
14222  src/hb-ot-shape.cc                   | 8 +++++---
14223  4 files changed, 17 insertions(+), 6 deletions(-)
14224
14225 commit a0161746589934e93c3b115814bbd81f56ab962f
14226 Author: Behdad Esfahbod <behdad@behdad.org>
14227 Date:   Fri Oct 18 00:06:30 2013 +0200
14228
14229     [otlayout] Simplify set_class() usage
14230
14231  src/hb-ot-layout-gsubgpos-private.hh | 31 ++++++++++++++++++-------------
14232  1 file changed, 18 insertions(+), 13 deletions(-)
14233
14234 commit 3ddf892b5328b74afb6e7d9da727d8771ca5d288
14235 Author: Behdad Esfahbod <behdad@behdad.org>
14236 Date:   Fri Oct 18 00:02:43 2013 +0200
14237
14238     [otlayout] Renaming
14239
14240  src/hb-ot-layout-gpos-table.hh       | 18 +++++++-------
14241  src/hb-ot-layout-gsub-table.hh       |  2 +-
14242  src/hb-ot-layout-gsubgpos-private.hh | 36 +++++++++++++--------------
14243  src/hb-ot-layout-private.hh          | 48
14244  +++++++++++++++++++++---------------
14245  src/hb-ot-shape-complex-indic.cc     |  5 ++--
14246  src/hb-ot-shape-complex-myanmar.cc   |  2 +-
14247  src/hb-ot-shape-fallback.cc          |  8 +++---
14248  src/hb-ot-shape.cc                   |  2 +-
14249  8 files changed, 65 insertions(+), 56 deletions(-)
14250
14251 commit 2e96d2c6ee34142375373be07217c9953e7822cc
14252 Author: Behdad Esfahbod <behdad@behdad.org>
14253 Date:   Thu Oct 17 21:16:20 2013 +0200
14254
14255     [otlayout] More shuffling
14256
14257  src/hb-ot-layout-private.hh | 252
14258  +++++++++++++++++++++++---------------------
14259  1 file changed, 130 insertions(+), 122 deletions(-)
14260
14261 commit 469524692bd0a258b28e63294c984e677a9c2477
14262 Author: Behdad Esfahbod <behdad@behdad.org>
14263 Date:   Thu Oct 17 21:01:57 2013 +0200
14264
14265     [otlayout] Code shuffling
14266
14267  src/hb-ot-layout-private.hh | 16 ++++++++--------
14268  1 file changed, 8 insertions(+), 8 deletions(-)
14269
14270 commit 11fb16cb849285a178d9e80991b1d60a960326ee
14271 Author: Behdad Esfahbod <behdad@behdad.org>
14272 Date:   Thu Oct 17 20:57:57 2013 +0200
14273
14274     Use unsigned enums for mask types
14275
14276  src/hb-buffer.h             | 16 ++++++++--------
14277  src/hb-ot-layout-private.hh |  8 ++++----
14278  2 files changed, 12 insertions(+), 12 deletions(-)
14279
14280 commit 03058c3d1e8c18858c1e0b0c738ce9d299f2787a
14281 Author: Behdad Esfahbod <behdad@behdad.org>
14282 Date:   Thu Oct 17 20:55:34 2013 +0200
14283
14284     [otlayout] Remove two unused HB_OT_LAYOUT_GLYPH_PROPS_* values
14285
14286  src/hb-ot-layout-gdef-table.hh | 1 -
14287  src/hb-ot-layout-gsub-table.hh | 3 ++-
14288  src/hb-ot-layout-private.hh    | 7 +++++--
14289  3 files changed, 7 insertions(+), 4 deletions(-)
14290
14291 commit 941b6992042e7b73b3a2aab1448383adf33bef28
14292 Author: Behdad Esfahbod <behdad@behdad.org>
14293 Date:   Thu Oct 17 20:47:33 2013 +0200
14294
14295     [otlayout] Remove unused HB_OT_LAYOUT_GLYPH_PROPS_UNCLASSIFIED
14296
14297  src/hb-ot-layout-gdef-table.hh |  7 +++++--
14298  src/hb-ot-layout-private.hh    | 10 ++++------
14299  2 files changed, 9 insertions(+), 8 deletions(-)
14300
14301 commit 8f9ec92dfce5c469fb85ad301296b5dde1b2ab0a
14302 Author: Behdad Esfahbod <behdad@behdad.org>
14303 Date:   Thu Oct 17 19:52:47 2013 +0200
14304
14305     [indic] Adjust Javanese base algorithm
14306
14307  src/hb-ot-shape-complex-indic.cc | 2 +-
14308  1 file changed, 1 insertion(+), 1 deletion(-)
14309
14310 commit 49901862e36e1c153835877a9f1183729333bbbe
14311 Author: Behdad Esfahbod <behdad@behdad.org>
14312 Date:   Thu Oct 17 19:48:51 2013 +0200
14313
14314     [otlayout] Guard against use of ReverseChain through Context
14315
14316  src/hb-ot-layout-gsub-table.hh | 4 +++-
14317  src/hb-ot-layout.cc            | 4 ++--
14318  2 files changed, 5 insertions(+), 3 deletions(-)
14319
14320 commit 74f4bbf0560a5fd2d295e100e96f0c6c7033e852
14321 Author: Behdad Esfahbod <behdad@behdad.org>
14322 Date:   Thu Oct 17 19:07:53 2013 +0200
14323
14324     [indic] Towards supporting atomicly-encoded prebase-reorderings
14325
14326  src/hb-ot-shape-complex-indic.cc | 65
14327  ++++++++++++++++++++++++----------------
14328  1 file changed, 40 insertions(+), 25 deletions(-)
14329
14330 commit efed40b975110d78c9c505441e7e17a8c13e85c8
14331 Author: Behdad Esfahbod <behdad@behdad.org>
14332 Date:   Thu Oct 17 18:50:11 2013 +0200
14333
14334     [indic] Minor refactoring of reph handling
14335
14336  src/hb-ot-shape-complex-indic.cc | 14 ++++++++------
14337  src/hb-ot-shape-complex-sea.cc   |  2 +-
14338  2 files changed, 9 insertions(+), 7 deletions(-)
14339
14340 commit 684fe59ff858a0ecba71b3ed80378afb0b8bbb48
14341 Author: Behdad Esfahbod <behdad@behdad.org>
14342 Date:   Thu Oct 17 18:30:06 2013 +0200
14343
14344     [indic] Minor refactoring of would_substitute()
14345
14346  src/hb-ot-shape-complex-indic.cc | 19 ++++++++++---------
14347  1 file changed, 10 insertions(+), 9 deletions(-)
14348
14349 commit 321df83fb4f0b8a5310888129cb70bfda8ae0c96
14350 Author: Behdad Esfahbod <behdad@behdad.org>
14351 Date:   Thu Oct 17 18:16:14 2013 +0200
14352
14353     Route Buginese through the SEA shaper
14354
14355     Both Indic and SEA seem to do it just fine, but SEA is much
14356     simpler.
14357
14358  src/hb-ot-shape-complex-private.hh | 4 +---
14359  1 file changed, 1 insertion(+), 3 deletions(-)
14360
14361 commit b5a0f69e47ace468b06e21cf069a18ddcfcf6064
14362 Author: Behdad Esfahbod <behdad@behdad.org>
14363 Date:   Thu Oct 17 18:04:23 2013 +0200
14364
14365     [indic] Pass zero-context=false to would_substitute for newer scripts
14366
14367     For scripts without an old/new spec distinction, use
14368     zero-context=false.
14369     This changes behavior in Sinhala / Khmer, but doesn't seem to regress.
14370     This will be useful and used in Javanese.
14371
14372  src/hb-ot-shape-complex-indic.cc | 35 +++++++++++++++++++----------------
14373  1 file changed, 19 insertions(+), 16 deletions(-)
14374
14375 commit c4e71ff36d1f86a6ea56539728a964d97217e2b6
14376 Author: Behdad Esfahbod <behdad@behdad.org>
14377 Date:   Thu Oct 17 17:04:47 2013 +0200
14378
14379     [indic] Clean up Khmer and Sinhala base finding algorithm
14380
14381  src/hb-ot-shape-complex-indic.cc | 24 +++++++++++-------------
14382  1 file changed, 11 insertions(+), 13 deletions(-)
14383
14384 commit e10453e6fb2544724ccd7ddfdbb9de90ef9274ce
14385 Author: Behdad Esfahbod <behdad@behdad.org>
14386 Date:   Thu Oct 17 16:49:06 2013 +0200
14387
14388     [indic] Add BASE_POS_LAST_SINHALA
14389
14390     Previously we planted this into the mode used for Khmer.  There's not
14391     really much in common between the two, so separate again.
14392
14393  src/hb-ot-shape-complex-indic.cc | 21 +++++++++++++++++++--
14394  1 file changed, 19 insertions(+), 2 deletions(-)
14395
14396 commit 9ac6b01e0cd8e2d66dfc727157f45b615bc77109
14397 Author: Behdad Esfahbod <behdad@behdad.org>
14398 Date:   Thu Oct 17 16:27:38 2013 +0200
14399
14400     [indic] Adjust Sinhala cluster merging under uniscribe
14401
14402     Similar to 190c8f2b60af0851bf692f653c1604cfbf0561a5 but for
14403     Sinhala.
14404
14405  src/hb-ot-shape-complex-indic.cc | 23 ++++++++++++++++-------
14406  1 file changed, 16 insertions(+), 7 deletions(-)
14407
14408 commit 3c3df9cba13fec2c35e0e7ae587d9699ac0c37f5
14409 Author: Behdad Esfahbod <behdad@behdad.org>
14410 Date:   Thu Oct 17 13:58:31 2013 +0200
14411
14412     [otlayout] Minor
14413
14414  src/hb-ot-layout-gsubgpos-private.hh | 62
14415  +++++++++++++++++++-----------------
14416  1 file changed, 33 insertions(+), 29 deletions(-)
14417
14418 commit 6cc136f7531a45e71ea08a7dc8a2187172cb813d
14419 Author: Behdad Esfahbod <behdad@behdad.org>
14420 Date:   Thu Oct 17 13:55:48 2013 +0200
14421
14422     [otlayout] Minor
14423
14424  src/hb-ot-layout-gsubgpos-private.hh | 14 ++++++--------
14425  1 file changed, 6 insertions(+), 8 deletions(-)
14426
14427 commit ba6ddc421e5e440231c2ece2db1363f8e6d2ecbf
14428 Author: Behdad Esfahbod <behdad@behdad.org>
14429 Date:   Thu Oct 17 13:52:51 2013 +0200
14430
14431     [otlayout] Increase MAX_CONTEXT_LENGTH
14432
14433     It's cheap.
14434
14435  src/hb-ot-layout-common-private.hh | 2 +-
14436  1 file changed, 1 insertion(+), 1 deletion(-)
14437
14438 commit e714fe6d6a2633494cb1fa7170a32ca2638cbb51
14439 Author: Behdad Esfahbod <behdad@behdad.org>
14440 Date:   Thu Oct 17 13:49:51 2013 +0200
14441
14442     [otlayout] Simplify ligate_input()
14443
14444     Shouldn't change behavior at all, but is faster / more robust.
14445
14446  src/hb-ot-layout-gsub-table.hh       | 16 +++++++---------
14447  src/hb-ot-layout-gsubgpos-private.hh | 17 +++++++----------
14448  2 files changed, 14 insertions(+), 19 deletions(-)
14449
14450 commit 6b2abdcd203204131f3017ca85c91de9d43959cd
14451 Author: Behdad Esfahbod <behdad@behdad.org>
14452 Date:   Thu Oct 17 13:15:43 2013 +0200
14453
14454     [indic] Improve clusters in presence of reph
14455
14456  src/hb-ot-shape-complex-indic.cc | 5 +----
14457  1 file changed, 1 insertion(+), 4 deletions(-)
14458
14459 commit 42d0f55cbc68285e22d713df7062e520af708c82
14460 Author: Behdad Esfahbod <behdad@behdad.org>
14461 Date:   Thu Oct 17 13:05:05 2013 +0200
14462
14463     [indic] Apply calt,clig in the same stage as presentation features
14464
14465     Whic means these twp are applied per-syllable now.  Apparently
14466     in some Khmer fonts the clig interacts with presentation features.
14467
14468     Test case: U+1781,U+17D2,U+1789,U+17BB,U+17C6 with Mondulkiri-R.ttf
14469     should produce one big ligature.
14470
14471  src/hb-ot-shape-complex-indic.cc | 4 ++++
14472  1 file changed, 4 insertions(+)
14473
14474 commit ae9a5834df477006686421d494b55a1569789327
14475 Author: Behdad Esfahbod <behdad@behdad.org>
14476 Date:   Thu Oct 17 12:24:55 2013 +0200
14477
14478     [indic] Fix pref vs blwf interaction
14479
14480     If a glyph can be both blwf and pref, we were wrongly sorting it
14481     in the post position instead of below position.
14482
14483  src/hb-ot-shape-complex-indic.cc | 6 +++---
14484  1 file changed, 3 insertions(+), 3 deletions(-)
14485
14486 commit c7dacac02cfe8526eaf131ce6c5e7b6df7ca2ccd
14487 Author: Behdad Esfahbod <behdad@behdad.org>
14488 Date:   Thu Oct 17 12:20:24 2013 +0200
14489
14490     [indic] Don't apply blwf before base under old-spec mode
14491
14492     Test case: U+09AC,U+09CD,U+09A6 with Lohit-Bengali 2.5.3.
14493
14494  src/hb-ot-shape-complex-indic.cc | 3 ++-
14495  1 file changed, 2 insertions(+), 1 deletion(-)
14496
14497 commit da72042c52ed3cc0ee19d3eabb8db7c7dd34d3ed
14498 Author: Behdad Esfahbod <behdad@behdad.org>
14499 Date:   Thu Oct 17 12:01:50 2013 +0200
14500
14501     [otlayout] Fix up recent Context matching change
14502
14503     Commit 6b65a76b40522a4f57a6fedcbdfc5a4d736f1d3c.  "end" was becoming
14504     negative.  Was trigerred by Lohit-Kannada 2.5.3 and the sequence:
14505     U+0CB0,U+200D,U+0CBE,U+0CB7,U+0CCD,U+0C9F,U+0CCD,U+0CB0,U+0C97,U+0CB3
14506     Two glyphs were being duplicated.
14507
14508  src/hb-buffer.cc                     | 7 ++++++-
14509  src/hb-ot-layout-gsubgpos-private.hh | 3 ++-
14510  2 files changed, 8 insertions(+), 2 deletions(-)
14511
14512 commit 1a7de1ba9876b0554c758acbc6459366d9d98a5d
14513 Author: Behdad Esfahbod <behdad@behdad.org>
14514 Date:   Wed Oct 16 19:55:06 2013 +0200
14515
14516     [indic] Improve Avagraha support in machine
14517
14518  src/hb-ot-shape-complex-indic-machine.rl | 6 ++++--
14519  1 file changed, 4 insertions(+), 2 deletions(-)
14520
14521 commit 3756efaf4e14ec3b5b1def700a1b5985f162372b
14522 Author: Behdad Esfahbod <behdad@behdad.org>
14523 Date:   Wed Oct 16 19:06:29 2013 +0200
14524
14525     [indic] Misc harmless fixes!
14526
14527     First, we were abusing OT_VD instead of OT_A.  Fix that
14528     but moving OT_A in the grammar where it belongs (which
14529     is different from what the spec says).
14530
14531     Also, only allow medial consonants after all other
14532     consonants.  This doesn't affect any current character.
14533
14534     Finally, fix Halant attachment in presence of medial
14535     consonants.  Again, this currently doesn't affect any
14536     sequence.
14537
14538     I lied.  There's Gurmukhi U+0A75 which is Consonant_Medial.
14539     Uniscribe allows one of those in each of these positions:
14540     before matras, after matras and before syllable modifiers,
14541     and after syllable modifiers!  We currently just allow
14542     unlimited numbers of it, before matras.
14543
14544  src/hb-ot-shape-complex-indic-machine.rl |  8 ++++----
14545  src/hb-ot-shape-complex-indic-private.hh |  2 +-
14546  src/hb-ot-shape-complex-indic.cc         | 11 ++++++-----
14547  3 files changed, 11 insertions(+), 10 deletions(-)
14548
14549 commit c52ddab72e025d1bee8274c8f3416208b12f68f1
14550 Author: Behdad Esfahbod <behdad@behdad.org>
14551 Date:   Wed Oct 16 13:42:38 2013 +0200
14552
14553     [arabic] Make ZWJ prevent ligatures instead of facilitating it
14554
14555     Unicode 6.2.0 Section 16.2 / Figure 16.3 says:
14556
14557     "For backward compatibility, between Arabic characters a ZWJ acts just
14558     like the sequence <ZWJ, ZWNJ, ZWJ>, preventing a ligature from forming
14559     instead of requesting the use of a ligature that would not normally be
14560     used. As a result, there is no plain text mechanism for requesting the
14561     use of a ligature in Arabic text."
14562
14563     As such, we flip internal zwj to zwnj flags for GSUB matching, which
14564     means it will block ligation in all features, unless the font
14565     explicitly matches U+200D glyph.  This doesn't affect joining
14566     behavior.
14567
14568  src/hb-ot-layout-private.hh       |  6 ++++++
14569  src/hb-ot-shape-complex-arabic.cc | 18 ++++++++++++++++++
14570  2 files changed, 24 insertions(+)
14571
14572 commit 1a31f9f820c4538015ddaf4ca2b790649c5997ed
14573 Author: Behdad Esfahbod <behdad@behdad.org>
14574 Date:   Wed Oct 16 13:42:18 2013 +0200
14575
14576     [otlayout] Minor
14577
14578  src/hb-ot-layout-private.hh | 23 +++++++++++++++--------
14579  1 file changed, 15 insertions(+), 8 deletions(-)
14580
14581 commit 28d5daec948e1a24f13e492ce301aeb9abff37c8
14582 Author: Behdad Esfahbod <behdad@behdad.org>
14583 Date:   Wed Oct 16 12:32:12 2013 +0200
14584
14585     [indic] More granular post-base cluster merging!
14586
14587  src/hb-ot-shape-complex-indic.cc | 45
14588  ++++++++++++++++++++++++++++++++++------
14589  1 file changed, 39 insertions(+), 6 deletions(-)
14590
14591 commit 9cb59d460e80d769087045535a8d54ec9ed7985c
14592 Author: Behdad Esfahbod <behdad@behdad.org>
14593 Date:   Wed Oct 16 11:34:07 2013 +0200
14594
14595     [indic] Fix cluster merging of left matras
14596
14597     The merge_clusters there was totally broken.
14598
14599  src/hb-ot-shape-complex-indic.cc | 2 +-
14600  1 file changed, 1 insertion(+), 1 deletion(-)
14601
14602 commit 190c8f2b60af0851bf692f653c1604cfbf0561a5
14603 Author: Behdad Esfahbod <behdad@behdad.org>
14604 Date:   Wed Oct 16 11:33:18 2013 +0200
14605
14606     [indic] Adjust cluster merging under uniscribe mode for Tamil
14607
14608     Apparently Uniscribe Tamil shaper doesn't ship chubby clusters
14609     for Tamil.  Adjust to that.
14610
14611  src/hb-ot-shape-complex-indic.cc | 4 ++--
14612  1 file changed, 2 insertions(+), 2 deletions(-)
14613
14614 commit 5c558877da5db8c734ba072f01e5e4797876619c
14615 Author: Behdad Esfahbod <behdad@behdad.org>
14616 Date:   Wed Oct 16 11:14:15 2013 +0200
14617
14618     [indic] Allow up to two syllable modifiers
14619
14620     Bug 70509 - Candrabindu+Visarga doesn't work in Devanagari
14621     https://bugs.freedesktop.org/show_bug.cgi?id=70509
14622
14623     We categorize both bindus and visarga as syllable-modifiers.
14624     OT spec doesn't actually say what characters go in the syllable
14625     modifier category, and allows one.  We just allow up to two now.
14626
14627     Test case: U+0930,U+0941,U+0901,U+0903
14628
14629     Uniscribe currently doesn't support that and produces a
14630     dotted circle.
14631
14632  src/hb-ot-shape-complex-indic-machine.rl                                |
14633  2 +-
14634  .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt    |
14635  1 +
14636  2 files changed, 2 insertions(+), 1 deletion(-)
14637
14638 commit f5299eff5c0065d6329cd536c0ac339abea085b0
14639 Author: Behdad Esfahbod <behdad@behdad.org>
14640 Date:   Tue Oct 15 18:13:07 2013 +0200
14641
14642     [indic] Simplify reph logic
14643
14644     *Shouldn't* break anything.
14645
14646  src/hb-ot-shape-complex-indic.cc | 11 +++--------
14647  1 file changed, 3 insertions(+), 8 deletions(-)
14648
14649 commit 65a929b1c033e91919c931b495a775f76b6dcbb3
14650 Author: Behdad Esfahbod <behdad@behdad.org>
14651 Date:   Tue Oct 15 18:08:05 2013 +0200
14652
14653     [indic] If Malayalam dot-reph formed a ligature, don't move it
14654
14655     Rachana-0.6 implements dot-reph by ligation, so we shouldn't move it.
14656     Uniscribe doesn't either.  Test case:
14657
14658       U+0D4E,U+0D1A,U+0D4D,U+0D1A,U+0D4D
14659
14660  src/hb-ot-shape-complex-indic.cc                   | 23
14661  ++++++++++++++++------
14662  .../indic/script-malayalam/misc/dot-reph.txt       |  3 +++
14663  2 files changed, 20 insertions(+), 6 deletions(-)
14664
14665 commit a01cbf6cbe0021722302cfb58fb638a0a2427b26
14666 Author: Behdad Esfahbod <behdad@behdad.org>
14667 Date:   Tue Oct 15 16:37:53 2013 +0200
14668
14669     [indic] Harmless reordering of Khmer features!
14670
14671  src/hb-ot-shape-complex-indic.cc | 10 ++++++----
14672  1 file changed, 6 insertions(+), 4 deletions(-)
14673
14674 commit c46f406973024051877e867b93614942ff80c107
14675 Author: Behdad Esfahbod <behdad@behdad.org>
14676 Date:   Tue Oct 15 16:24:21 2013 +0200
14677
14678     [tests] Remove Myanmar micro-font and test
14679
14680  .../sha1sum/ceadd106a8205214fbe7337ef9de32a862b59762.ttf | Bin 3040 ->
14681  0 bytes
14682  test/shaping/tests/context-matching.tests                |   1 -
14683  2 files changed, 1 deletion(-)
14684
14685 commit eb10233b267909dee0245f126000e117f3b21c35
14686 Author: Behdad Esfahbod <behdad@behdad.org>
14687 Date:   Tue Oct 15 15:26:44 2013 +0200
14688
14689     [indic] Apply 'kern' for all scripts except for Khmer in Uniscribe
14690     mode
14691
14692     Seems to better match Uniscribe.
14693
14694     Note: NotoSansTelugu-Regular has kern feature, so this fixes most
14695     of the
14696     positioning failures there, except for the kern pairs blocked by a
14697     (non-)joiner, in which case we (correctly) kern, but Uniscribe
14698     doesn't.
14699
14700  src/hb-ot-shape-complex-indic.cc | 11 +++++++++--
14701  1 file changed, 9 insertions(+), 2 deletions(-)
14702
14703 commit 30145272a7d428bc62a903388bd7be43f4da7fc3
14704 Author: Behdad Esfahbod <behdad@behdad.org>
14705 Date:   Tue Oct 15 13:47:27 2013 +0200
14706
14707     [indic] Don't apply presentation features across syllables
14708
14709     More like Uniscribe...  We still allow user-defined features to
14710     work across syllables, but not pres,blws,abs,psts,etc.
14711
14712     This "regressed" Sinhala numbers by 11.  These are cases were
14713     there's Consonant followed by Ra,Halant,ZWJ at the of text.
14714     The Ra,Halant,ZWJ ends up forming reph, which is wrong...
14715     But before we were also ligating that reph with the previous
14716     consonant.  That's even more wrong.  That's also what Uniscribe
14717     does.
14718
14719     Current numbers:
14720
14721     BENGALI: 353732 out of 354188 tests passed. 456 failed (0.128745%)
14722     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
14723     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
14724     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
14725     KANNADA: 951030 out of 951913 tests passed. 883 failed (0.0927606%)
14726     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
14727     MALAYALAM: 1048140 out of 1048334 tests passed. 194 failed
14728     (0.0185056%)
14729     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
14730     SINHALA: 271655 out of 271847 tests passed. 192 failed (0.070628%)
14731     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
14732     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
14733
14734  src/hb-ot-shape-complex-indic.cc                    | 21
14735  +++++++++++++++++----
14736  .../shaper-indic/indic/script-sinhala/misc/misc.txt |  1 +
14737  2 files changed, 18 insertions(+), 4 deletions(-)
14738
14739 commit 3c7b3641cfb00f2c4dcc0768b9854e4f4410d15f
14740 Author: Behdad Esfahbod <behdad@behdad.org>
14741 Date:   Tue Oct 15 11:21:01 2013 +0200
14742
14743     [indic] Handle Avagraha
14744
14745     It can come either at the end(ish!) of the syllable, or independently.
14746     When independent, it accepts a few bits and pieces.
14747
14748  src/hb-ot-shape-complex-indic-machine.rl                   |  5 ++++-
14749  src/hb-ot-shape-complex-indic-private.hh                   |  5 +++--
14750  src/hb-ot-shape-complex-indic.cc                           | 14
14751  +++++++++++++-
14752  .../shaper-indic/indic/script-devanagari/misc/misc.txt     |  1 +
14753  .../in-tree/shaper-indic/indic/script-telugu/misc/misc.txt |  1 +
14754  5 files changed, 22 insertions(+), 4 deletions(-)
14755
14756 commit 5e7432b8172473aa4dda3d51a79add9e97c2d2c1
14757 Author: Behdad Esfahbod <behdad@behdad.org>
14758 Date:   Tue Oct 15 12:28:23 2013 +0200
14759
14760     [myanmar] Apply abvm/blwm
14761
14762  src/hb-ot-shape-complex-myanmar.cc | 10 ++++++++++
14763  1 file changed, 10 insertions(+)
14764
14765 commit 8acbb6be271817c12d2ee0066b355e2fb0f9a934
14766 Author: Behdad Esfahbod <behdad@behdad.org>
14767 Date:   Tue Oct 15 12:15:49 2013 +0200
14768
14769     [indic] Some scripts like blwf applied to pre-base characters
14770
14771     ...while some don't!
14772
14773     Improved Bengali, Devanagari, Gurmukhi, Malayalam.
14774
14775     Updated numbers:
14776
14777     BENGALI: 353732 out of 354188 tests passed. 456 failed (0.128745%)
14778     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
14779     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
14780     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
14781     KANNADA: 951030 out of 951913 tests passed. 883 failed (0.0927606%)
14782     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
14783     MALAYALAM: 1048134 out of 1048334 tests passed. 200 failed
14784     (0.0190779%)
14785     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
14786     SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
14787     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
14788     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
14789
14790  src/hb-ot-shape-complex-indic.cc | 33 ++++++++++++++++++++-------------
14791  1 file changed, 20 insertions(+), 13 deletions(-)
14792
14793 commit 2c85a3df0983f28aed77a0ea3bf2417ef65d4b84
14794 Author: Behdad Esfahbod <behdad@behdad.org>
14795 Date:   Mon Oct 14 19:41:52 2013 +0200
14796
14797     Fix issue with automake
14798
14799  test/shaping/Makefile.am | 2 +-
14800  1 file changed, 1 insertion(+), 1 deletion(-)
14801
14802 commit 6b65a76b40522a4f57a6fedcbdfc5a4d736f1d3c
14803 Author: Behdad Esfahbod <behdad@behdad.org>
14804 Date:   Mon Oct 14 18:51:39 2013 +0200
14805
14806     [otlayout] Fix (Chain)Context recursion!
14807
14808     Previously we only supported recursive sublookups with
14809     ascending indices.  We were also not correctly handling
14810     non-1-to-1 recursed lookups.
14811
14812     Fix all that!
14813
14814     Fixes the three tests in test/shaping/tests/context-matching.tests,
14815     which were derived from NotoSansBengali and NotoSansDevanagari
14816     among others.
14817
14818  src/hb-buffer-private.hh             |   4 +
14819  src/hb-buffer.cc                     |  46 ++++++++++
14820  src/hb-ot-layout-common-private.hh   |   1 +
14821  src/hb-ot-layout-gsub-table.hh       |   1 +
14822  src/hb-ot-layout-gsubgpos-private.hh | 157
14823  +++++++++++++++++------------------
14824  5 files changed, 127 insertions(+), 82 deletions(-)
14825
14826 commit 841e20d083aec8d814cd8d90aa6ab60127c0d1f2
14827 Author: Behdad Esfahbod <behdad@behdad.org>
14828 Date:   Mon Oct 14 18:47:51 2013 +0200
14829
14830     Add test suite for shaping results
14831
14832     The new test suite runs tests included under
14833     hb/test/shaping/tests/*.tests, which themselves reference
14834     font files stored by sha1sum under hb/test/shaping/fonts/sha1sum.
14835     The fonts are produced using a subsetter to only include glyphs
14836     needed to run the test.
14837
14838     Four initial tests are added for (Chain)Context matching,
14839     of which three currently fail.
14840
14841  test/shaping/Makefile.am                           |  10 +++++-
14842  .../4cce528e99f600ed9c25a2b69e32eb94a03b4ae8.ttf   | Bin 0 -> 1320 bytes
14843  .../ceadd106a8205214fbe7337ef9de32a862b59762.ttf   | Bin 0 -> 3040 bytes
14844  .../d629e7fedc0b350222d7987345fe61613fa3929a.ttf   | Bin 0 -> 1768 bytes
14845  .../f499fbc23865022234775c43503bba2e63978fe1.ttf   | Bin 0 -> 3564 bytes
14846  test/shaping/run-tests.sh                          |  34
14847  +++++++++++++++++++++
14848  test/shaping/tests/MANIFEST                        |   1 +
14849  test/shaping/tests/context-matching.tests          |   4 +++
14850  8 files changed, 48 insertions(+), 1 deletion(-)
14851
14852 commit e2dab69291a5d86fc90a8c273c458c16574eafb5
14853 Author: Behdad Esfahbod <behdad@behdad.org>
14854 Date:   Mon Oct 14 16:44:44 2013 +0200
14855
14856     Minor
14857
14858  test/shaping/hb_test_tools.py | 2 +-
14859  1 file changed, 1 insertion(+), 1 deletion(-)
14860
14861 commit 4e6e53db5da0a5da87ae732c3f9d01babf4ae6c2
14862 Author: Behdad Esfahbod <behdad@behdad.org>
14863 Date:   Mon Oct 14 13:06:36 2013 +0200
14864
14865     [otlayout] "Minor"
14866
14867  src/hb-ot-layout.cc | 1 +
14868  1 file changed, 1 insertion(+)
14869
14870 commit 9326d48e4309901e7e0b0e15230936a21ee3df72
14871 Author: Behdad Esfahbod <behdad@behdad.org>
14872 Date:   Thu Oct 10 20:04:42 2013 +0200
14873
14874     Don't use g_mapped_file_unref()
14875
14876     Was introduced in glib 2.22.
14877
14878  src/test-buffer-serialize.cc | 2 +-
14879  src/test-size-params.cc      | 2 +-
14880  src/test-would-substitute.cc | 2 +-
14881  src/test.cc                  | 2 +-
14882  util/options.cc              | 4 ++--
14883  5 files changed, 6 insertions(+), 6 deletions(-)
14884
14885 commit e152d1a27891bd1d9d46a9c028c026843bad384a
14886 Author: Behdad Esfahbod <behdad@behdad.org>
14887 Date:   Thu Oct 3 15:09:37 2013 -0400
14888
14889     0.9.22
14890
14891  NEWS         | 13 +++++++++++++
14892  configure.ac |  2 +-
14893  2 files changed, 14 insertions(+), 1 deletion(-)
14894
14895 commit 27674b4bb351e501373bd9994e4ba6546e465cf7
14896 Author: Behdad Esfahbod <behdad@behdad.org>
14897 Date:   Thu Oct 3 14:54:50 2013 -0400
14898
14899     [OTLayout] Protect against out-of-range lookup indices
14900
14901     Filter them out when compiling map.
14902
14903  src/hb-ot-layout.cc | 17 +++++++++++++++++
14904  src/hb-ot-layout.h  |  5 +++++
14905  src/hb-ot-map.cc    |  8 +++++++-
14906  3 files changed, 29 insertions(+), 1 deletion(-)
14907
14908 commit 6b4fdded94b7efb96c6e41cca4350878ed859ff1
14909 Author: Behdad Esfahbod <behdad@behdad.org>
14910 Date:   Mon Sep 30 13:48:19 2013 -0400
14911
14912     Update git.mk
14913
14914  git.mk | 20 +++++++++++++-------
14915  1 file changed, 13 insertions(+), 7 deletions(-)
14916
14917 commit 2a2b5b89ef3a606ba2996bc89fd1c577a6c98f40
14918 Author: M1cha <sigmaepsilon92@gmail.com>
14919 Date:   Mon Sep 30 08:55:52 2013 +0000
14920
14921     Cleanup Android.mk
14922     - use common src files for both static and shared libs
14923     - remove empty LOCAL_SHARED_LIBRARIES
14924
14925  Android.mk | 58
14926  +++++++++++++++++-----------------------------------------
14927  1 file changed, 17 insertions(+), 41 deletions(-)
14928
14929 commit 622bc3d829cab84c3a4148b88f2c91fee491ef39
14930 Merge: 3d2c4f0 d583df1
14931 Author: Behdad Esfahbod <behdad@behdad.org>
14932 Date:   Sun Sep 29 13:31:58 2013 -0700
14933
14934     Merge pull request #4 from amarullz/master
14935
14936     Add build static library on Android.mk
14937
14938 commit 3d2c4f0c2ff8fab4262988aad65b170e5b479b20
14939 Author: Behdad Esfahbod <behdad@behdad.org>
14940 Date:   Fri Sep 27 17:06:29 2013 -0400
14941
14942     Fix hiding of default_ignorables if font doesn't have space glyph
14943
14944     Based on patch from Jonathan Kew.  See discussion on the list.
14945
14946  src/hb-ot-shape.cc | 40 ++++++++++++++++++++++++++++++----------
14947  1 file changed, 30 insertions(+), 10 deletions(-)
14948
14949 commit d583df1e78003f8f1039ad72331bf877b13d1ae5
14950 Author: Ahmad Amarullah <support@amarullz.com>
14951 Date:   Fri Sep 27 19:04:32 2013 +0700
14952
14953     Add build static library on Android.mk
14954
14955     Use UCDN instead ICU
14956     HAVE Freetype
14957
14958  Android.mk | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
14959  1 file changed, 50 insertions(+)
14960
14961 commit 078de49ca10285f6cd1452abd40f831a17af5d1a
14962 Author: Behdad Esfahbod <behdad@behdad.org>
14963 Date:   Thu Sep 26 18:26:43 2013 -0400
14964
14965     [util] Don't use g_array_unref()
14966
14967     Was introduced in glib 2.22.
14968
14969  util/view-cairo.hh | 2 +-
14970  1 file changed, 1 insertion(+), 1 deletion(-)
14971
14972 commit 48360ec03b225dfec5f90bc5cb93122203d2dd6b
14973 Author: Behdad Esfahbod <behdad@behdad.org>
14974 Date:   Thu Sep 26 16:48:42 2013 -0400
14975
14976     Bug 68990 - test-common fails on i686-linux
14977
14978     Fix use-after-end-of-scope.
14979
14980  src/hb-common.cc | 6 ++++--
14981  1 file changed, 4 insertions(+), 2 deletions(-)
14982
14983 commit b61f97d544ce43d85f5fe93e682c324e042c0770
14984 Author: Behdad Esfahbod <behdad@behdad.org>
14985 Date:   Mon Sep 16 22:07:22 2013 -0400
14986
14987     0.9.21
14988
14989  NEWS         | 12 ++++++++++++
14990  configure.ac |  2 +-
14991  2 files changed, 13 insertions(+), 1 deletion(-)
14992
14993 commit 2af826296315d89f3a433952903c5968e56044ea
14994 Author: Behdad Esfahbod <behdad@behdad.org>
14995 Date:   Mon Sep 16 21:49:56 2013 -0400
14996
14997     Improve library checks
14998
14999  src/Makefile.am      |  1 +
15000  src/check-defs.sh    | 44 ++++++++++++++++++++++++++++++++++++++++++++
15001  src/check-symbols.sh | 37 ++++++++++++-------------------------
15002  3 files changed, 57 insertions(+), 25 deletions(-)
15003
15004 commit 882edce48e507a1c76c908ec2db04aac218b67d6
15005 Author: Behdad Esfahbod <behdad@behdad.org>
15006 Date:   Fri Sep 13 20:36:43 2013 -0400
15007
15008     [graphite2] Fix include
15009
15010  src/hb-graphite2.cc | 5 ++---
15011  src/hb-graphite2.h  | 2 ++
15012  2 files changed, 4 insertions(+), 3 deletions(-)
15013
15014 commit ace5c7eb4c2302a6a7eb3576e6dbc3bc026e569c
15015 Author: Behdad Esfahbod <behdad@behdad.org>
15016 Date:   Fri Sep 13 20:34:42 2013 -0400
15017
15018     [introspection] hb-ft annotations
15019
15020  src/hb-face.cc |  2 +-
15021  src/hb-ft.cc   | 30 +++++++++++++++++++++++++++++-
15022  2 files changed, 30 insertions(+), 2 deletions(-)
15023
15024 commit a8949df48780e680e03b9afbbafb3628a0acef52
15025 Author: Behdad Esfahbod <behdad@behdad.org>
15026 Date:   Fri Sep 13 20:23:51 2013 -0400
15027
15028     [introspection] Annotate Unicode / font callbacks
15029
15030     Should move these out of the public header...
15031
15032     We're "clean" of introspection warnings now.  Remaining ones are about
15033     graphite2 / freetype types not being introspectable.
15034
15035  src/hb-blob.cc   |   4 +-
15036  src/hb-face.cc   |   2 +-
15037  src/hb-font.cc   |   4 +-
15038  src/hb-font.h    | 132
15039  +++++++++++++++++++++++++++++++++++++++++++++++++++++--
15040  src/hb-unicode.h | 106 ++++++++++++++++++++++++++++++++++++++++----
15041  5 files changed, 231 insertions(+), 17 deletions(-)
15042
15043 commit 4b011094d5e90cf93df2891e47aeab1bffad5bbf
15044 Author: Behdad Esfahbod <behdad@behdad.org>
15045 Date:   Fri Sep 13 20:17:42 2013 -0400
15046
15047     Move code around
15048
15049     I believe I didn't break anything...
15050
15051  src/hb-ot-shape.cc | 22 +++++++++++-----------
15052  1 file changed, 11 insertions(+), 11 deletions(-)
15053
15054 commit 4878db218202ed804c9f76edb7e4aa220de8a8d8
15055 Author: Behdad Esfahbod <behdad@behdad.org>
15056 Date:   Thu Sep 12 20:56:32 2013 -0400
15057
15058     Remove contrib/ Python hand-coded binding stuff
15059
15060     gobject-introspection coming together.
15061
15062  contrib/README                    |   2 -
15063  contrib/python/README             |  10 --
15064  contrib/python/lib/fontconfig.pyx |  47 ---------
15065  contrib/python/lib/harfbuzz.pyx   | 213
15066  --------------------------------------
15067  contrib/python/scripts/hbtestfont | 116 ---------------------
15068  contrib/python/setup.py           |  39 -------
15069  6 files changed, 427 deletions(-)
15070
15071 commit e478ebe4d3f74dc271ffe88680fd29f6b1924c93
15072 Author: Behdad Esfahbod <behdad@behdad.org>
15073 Date:   Thu Sep 12 20:53:07 2013 -0400
15074
15075     [introspection] Add sample.py
15076
15077  src/sample.py | 13 +++++++++++++
15078  1 file changed, 13 insertions(+)
15079
15080 commit dfdbe7f932daffcf73911ff4e4a36f749164d960
15081 Author: Behdad Esfahbod <behdad@behdad.org>
15082 Date:   Thu Sep 12 20:52:20 2013 -0400
15083
15084     [introspection] Make hb_blob_create() introspectable
15085
15086  src/Makefile.am | 2 ++
15087  src/hb-blob.cc  | 2 +-
15088  2 files changed, 3 insertions(+), 1 deletion(-)
15089
15090 commit 085d4291a9f253a4b8e2eec8003ac11d02a9394f
15091 Author: Behdad Esfahbod <behdad@behdad.org>
15092 Date:   Thu Sep 12 17:14:33 2013 -0400
15093
15094     [introspection] Disable constructors for now
15095
15096     Since our types are not associated with their methods, marking
15097     constructors makes them inaccessible from bindings.  Undo for now.
15098
15099  src/hb-blob.cc       | 2 +-
15100  src/hb-buffer.cc     | 2 +-
15101  src/hb-face.cc       | 2 +-
15102  src/hb-font.cc       | 4 ++--
15103  src/hb-set.cc        | 2 +-
15104  src/hb-shape-plan.cc | 2 +-
15105  src/hb-unicode.cc    | 2 +-
15106  7 files changed, 8 insertions(+), 8 deletions(-)
15107
15108 commit 6c48f20eea22c6e686416ab4ec8388be3e8cd0b5
15109 Author: Behdad Esfahbod <behdad@behdad.org>
15110 Date:   Mon Sep 9 15:43:10 2013 -0400
15111
15112     [otlayout] Add structs for JSTF table
15113
15114  src/Makefile.am                |   1 +
15115  src/hb-ot-head-table.hh        |   2 +-
15116  src/hb-ot-hhea-table.hh        |   2 +-
15117  src/hb-ot-hmtx-table.hh        |   2 +-
15118  src/hb-ot-layout-gdef-table.hh |   2 +-
15119  src/hb-ot-layout-gpos-table.hh |   2 +-
15120  src/hb-ot-layout-gsub-table.hh |   2 +-
15121  src/hb-ot-layout-jstf-table.hh | 229
15122  +++++++++++++++++++++++++++++++++++++++++
15123  src/hb-ot-layout.cc            |   1 +
15124  src/hb-ot-layout.h             |   1 +
15125  src/hb-ot-maxp-table.hh        |   2 +-
15126  src/hb-ot-name-table.hh        |   2 +-
15127  src/main.cc                    |   2 +-
15128  13 files changed, 241 insertions(+), 9 deletions(-)
15129
15130 commit 70303cf23b22647bf641be22c8650310128322a9
15131 Author: Behdad Esfahbod <behdad@behdad.org>
15132 Date:   Fri Sep 6 17:35:57 2013 -0400
15133
15134     [docs/introspection] Some more annotations
15135
15136  src/hb-common.cc    | 151
15137  ++++++++++++++++++++++++++++++++++++++++++++++++++--
15138  src/hb-font.cc      |  16 +++---
15139  src/hb-version.h.in |  19 -------
15140  3 files changed, 155 insertions(+), 31 deletions(-)
15141
15142 commit 288f2899979bcc9e68f8115cb76e3271ed0e17bc
15143 Author: Behdad Esfahbod <behdad@behdad.org>
15144 Date:   Fri Sep 6 15:40:22 2013 -0400
15145
15146     [docs/introspection] More annotations
15147
15148  src/hb-blob.cc             |  63 +++---
15149  src/hb-buffer-serialize.cc |  63 ++++++
15150  src/hb-buffer.cc           | 307 ++++++++++++++++++++++++++-
15151  src/hb-face.cc             | 171 +++++++++++++++
15152  src/hb-font-private.hh     |   4 +-
15153  src/hb-font.cc             | 504
15154  ++++++++++++++++++++++++++++++++++++++++++++-
15155  src/hb-set.cc              |   2 +-
15156  src/hb-shape-plan.cc       | 104 ++++++++++
15157  src/hb-shape.cc            |  56 +++++
15158  src/hb-unicode.cc          | 128 ++++++++++++
15159  10 files changed, 1355 insertions(+), 47 deletions(-)
15160
15161 commit 17905c54f1bab9e6dfe13f59f5ec208de12832f7
15162 Author: Behdad Esfahbod <behdad@behdad.org>
15163 Date:   Fri Sep 6 16:57:01 2013 -0400
15164
15165     [introspection] Work around g-i limitation with hb_language_t
15166
15167  src/hb-gobject-structs.cc | 15 +++++++++++----
15168  src/hb-gobject-structs.h  |  8 ++++++++
15169  2 files changed, 19 insertions(+), 4 deletions(-)
15170
15171 commit cd361c3cbe4a288e3019b9a029f44e4c5f24436c
15172 Author: Behdad Esfahbod <behdad@behdad.org>
15173 Date:   Fri Sep 6 16:20:21 2013 -0400
15174
15175     Minor change to hb_language_t
15176
15177     Let me know if this breaks anyone's anything.
15178
15179  src/hb-common.cc | 2 +-
15180  src/hb-common.h  | 2 +-
15181  2 files changed, 2 insertions(+), 2 deletions(-)
15182
15183 commit 20cbc1f8eb0811e6cefa3be3550e80df9c372782
15184 Author: Behdad Esfahbod <behdad@behdad.org>
15185 Date:   Fri Sep 6 15:29:22 2013 -0400
15186
15187     Annotate hb-set a bit; add HB_SET_VALUE_INVALID
15188
15189  src/hb-set-private.hh |  20 +++--
15190  src/hb-set.cc         | 244
15191  ++++++++++++++++++++++++++++++++++++++++++++++++++
15192  src/hb-set.h          |   2 +
15193  src/hb-version.h.in   |   6 +-
15194  test/api/test-set.c   |  26 +++---
15195  5 files changed, 276 insertions(+), 22 deletions(-)
15196
15197 commit c44b81833d5bfb9a926d348a76463314c3ec2018
15198 Author: Behdad Esfahbod <behdad@behdad.org>
15199 Date:   Fri Sep 6 15:13:16 2013 -0400
15200
15201     Whitespace
15202
15203  src/hb-buffer.cc | 12 ++++++------
15204  1 file changed, 6 insertions(+), 6 deletions(-)
15205
15206 commit ae9dc717d37d58efdd3fabbe4a9c3c2bf9dc3568
15207 Author: Behdad Esfahbod <behdad@behdad.org>
15208 Date:   Thu Sep 5 16:40:37 2013 -0400
15209
15210     [gtk-doc] Pass source files to gtk-doc
15211
15212  docs/reference/Makefile.am | 3 +--
15213  1 file changed, 1 insertion(+), 2 deletions(-)
15214
15215 commit 5f512017ba615ba6ac8e5da2ea0c57a72db2c26b
15216 Author: Behdad Esfahbod <behdad@behdad.org>
15217 Date:   Wed Sep 4 18:28:39 2013 -0400
15218
15219     [docs] Document a few symbols
15220
15221  src/hb-blob.cc      | 160
15222  +++++++++++++++++++++++++++++++++++++++++++++++++++-
15223  src/hb-buffer.cc    |  78 ++++++++++++++++++++++++-
15224  src/hb-version.h.in |  17 ++++++
15225  3 files changed, 251 insertions(+), 4 deletions(-)
15226
15227 commit e0dbf99b4497be305d689a528282fd37214e7f1c
15228 Author: Behdad Esfahbod <behdad@behdad.org>
15229 Date:   Thu Sep 5 16:00:47 2013 -0400
15230
15231     [introspection] Pass source files to scanner
15232
15233  src/Makefile.am | 3 +--
15234  1 file changed, 1 insertion(+), 2 deletions(-)
15235
15236 commit 5a5350b39b81e0128d36ebc81307a6d698a4dc50
15237 Author: Behdad Esfahbod <behdad@behdad.org>
15238 Date:   Tue Sep 3 20:11:01 2013 -0400
15239
15240     Revert "Round when scaling values"
15241
15242     This reverts commit 10f964623f003c70f6bdd33423420abda3820ce0.
15243
15244     See discussion with Khaled Hosny on mailing list.  In short, since
15245     integers here can be negative, and int division is "round towards
15246     zero", proper rounding should take sign into account.  Just skip
15247     doing it again, has been serving us well before.
15248
15249  TODO                   | 2 ++
15250  src/hb-font-private.hh | 6 +-----
15251  2 files changed, 3 insertions(+), 5 deletions(-)
15252
15253 commit 74ff41c3a573bdf74b60623065eb92a49f055893
15254 Author: Behdad Esfahbod <behdad@behdad.org>
15255 Date:   Tue Sep 3 20:09:14 2013 -0400
15256
15257     Minor
15258
15259  Makefile.am | 2 ++
15260  1 file changed, 2 insertions(+)
15261
15262 commit 63dd4b0ac2076fe9cc3dfe5d31ef3616d4ed01e5
15263 Author: Behdad Esfahbod <behdad@behdad.org>
15264 Date:   Tue Sep 3 20:01:40 2013 -0400
15265
15266     [gtk-doc] Remove hack for deleting tmpl/
15267
15268     This was introduced in 029f46bde7e39094d3decb46525e91a97c5cc02c
15269     and was in fact a bug in gtk-doc master:
15270
15271       https://bugzilla.gnome.org/show_bug.cgi?id=707426
15272
15273  docs/reference/Makefile.am | 5 -----
15274  1 file changed, 5 deletions(-)
15275
15276 commit 213001aa99003422199245e96878f9fe348c55b4
15277 Author: Behdad Esfahbod <behdad@behdad.org>
15278 Date:   Tue Sep 3 20:00:16 2013 -0400
15279
15280     [build] Fix EXTRA_DIST
15281
15282     I was under the impression that EXTRA_DISTs will happen regardless of
15283     automake conditionals.  Apparently I was wrong.
15284
15285  src/Makefile.am | 12 ++++++------
15286  1 file changed, 6 insertions(+), 6 deletions(-)
15287
15288 commit 1e994a8fcc94dfea42a6cbfe23a401142d79a1a6
15289 Author: Behdad Esfahbod <behdad@behdad.org>
15290 Date:   Tue Sep 3 18:11:47 2013 -0400
15291
15292     [gtk-doc] Copy makefile
15293
15294  autogen.sh | 2 +-
15295  1 file changed, 1 insertion(+), 1 deletion(-)
15296
15297 commit 81a007ffad683e53f12093a0c9e30112106f415d
15298 Author: Behdad Esfahbod <behdad@behdad.org>
15299 Date:   Fri Aug 30 19:45:13 2013 -0400
15300
15301     [TODO] Update
15302
15303  TODO | 6 ++----
15304  1 file changed, 2 insertions(+), 4 deletions(-)
15305
15306 commit a2a28235e8131a1e1d4b8c3d0933df5cf056bbc6
15307 Author: Behdad Esfahbod <behdad@behdad.org>
15308 Date:   Fri Aug 30 19:38:47 2013 -0400
15309
15310     [gtk-doc] Generate version.xml from configure
15311
15312     Even though this is not what autoconf recommends, it reduces doc
15313     rebuilds when version doesn't change but configure changes.
15314
15315  configure.ac                  |  1 +
15316  docs/reference/Makefile.am    | 11 +++--------
15317  docs/reference/version.xml.in |  1 +
15318  3 files changed, 5 insertions(+), 8 deletions(-)
15319
15320 commit ac1b723917d9b8f247a350f8d3e1bc5d1e472073
15321 Author: Behdad Esfahbod <behdad@behdad.org>
15322 Date:   Fri Aug 30 19:32:10 2013 -0400
15323
15324     Remove hb-old and hb-icu-le test shapers
15325
15326     They've been disabled for a while and no one cared.  We're past
15327     the point to need them for testing, and if we ever need to
15328     resurrect them again, well, they're in git graveyard somewhere.
15329
15330  configure.ac                           |   23 +-
15331  src/Makefile.am                        |   28 +-
15332  src/hb-icu-le.cc                       |  265 --
15333  src/hb-icu-le/COPYING                  |    2 -
15334  src/hb-icu-le/FontTableCache.cpp       |   91 -
15335  src/hb-icu-le/FontTableCache.h         |   48 -
15336  src/hb-icu-le/Makefile.am              |   25 -
15337  src/hb-icu-le/PortableFontInstance.cpp |  275 --
15338  src/hb-icu-le/PortableFontInstance.h   |  119 -
15339  src/hb-icu-le/README                   |    3 -
15340  src/hb-icu-le/cmaps.cpp                |  200 --
15341  src/hb-icu-le/cmaps.h                  |   87 -
15342  src/hb-icu-le/letest.h                 |   63 -
15343  src/hb-icu-le/license.html             |   51 -
15344  src/hb-icu-le/sfnt.h                   |  453 ---
15345  src/hb-old.cc                          |  410 ---
15346  src/hb-old/COPYING                     |   24 -
15347  src/hb-old/Makefile.am                 |   56 -
15348  src/hb-old/README                      |    7 -
15349  src/hb-old/harfbuzz-arabic.c           | 1150 ------
15350  src/hb-old/harfbuzz-buffer-private.h   |  107 -
15351  src/hb-old/harfbuzz-buffer.c           |  383 --
15352  src/hb-old/harfbuzz-buffer.h           |  102 -
15353  src/hb-old/harfbuzz-external.h         |  106 -
15354  src/hb-old/harfbuzz-gdef-private.h     |  135 -
15355  src/hb-old/harfbuzz-gdef.c             | 1163 ------
15356  src/hb-old/harfbuzz-gdef.h             |  140 -
15357  src/hb-old/harfbuzz-global.h           |  125 -
15358  src/hb-old/harfbuzz-gpos-private.h     |  729 ----
15359  src/hb-old/harfbuzz-gpos.c             | 6094
15360  --------------------------------
15361  src/hb-old/harfbuzz-gpos.h             |  155 -
15362  src/hb-old/harfbuzz-greek.c            |  447 ---
15363  src/hb-old/harfbuzz-gsub-private.h     |  483 ---
15364  src/hb-old/harfbuzz-gsub.c             | 4329 -----------------------
15365  src/hb-old/harfbuzz-gsub.h             |  148 -
15366  src/hb-old/harfbuzz-hangul.c           |  268 --
15367  src/hb-old/harfbuzz-hebrew.c           |  187 -
15368  src/hb-old/harfbuzz-impl.c             |   84 -
15369  src/hb-old/harfbuzz-impl.h             |  135 -
15370  src/hb-old/harfbuzz-indic.cpp          | 1868 ----------
15371  src/hb-old/harfbuzz-khmer.c            |  642 ----
15372  src/hb-old/harfbuzz-myanmar.c          |  511 ---
15373  src/hb-old/harfbuzz-open-private.h     |  102 -
15374  src/hb-old/harfbuzz-open.c             | 1433 --------
15375  src/hb-old/harfbuzz-open.h             |  288 --
15376  src/hb-old/harfbuzz-shaper-all.cpp     |   37 -
15377  src/hb-old/harfbuzz-shaper-private.h   |  159 -
15378  src/hb-old/harfbuzz-shaper.cpp         |  996 ------
15379  src/hb-old/harfbuzz-shaper.h           |  265 --
15380  src/hb-old/harfbuzz-stream-private.h   |   81 -
15381  src/hb-old/harfbuzz-stream.c           |  114 -
15382  src/hb-old/harfbuzz-stream.h           |   51 -
15383  src/hb-old/harfbuzz-tibetan.c          |  249 --
15384  src/hb-old/harfbuzz.h                  |   38 -
15385  54 files changed, 2 insertions(+), 25532 deletions(-)
15386
15387 commit b94243d6a9457864ad8ef3ad47ad01985b138862
15388 Author: Behdad Esfahbod <behdad@behdad.org>
15389 Date:   Fri Aug 30 18:41:33 2013 -0400
15390
15391     [g-i] Rename library from harfbuzz to HarfBuzz
15392
15393  src/Makefile.am | 12 ++++++------
15394  1 file changed, 6 insertions(+), 6 deletions(-)
15395
15396 commit f730b5d1e2369762952481f1a2d3db26a2b48015
15397 Author: Behdad Esfahbod <behdad@behdad.org>
15398 Date:   Thu Aug 29 15:53:33 2013 -0400
15399
15400     0.9.20
15401
15402  NEWS         | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
15403  configure.ac |  2 +-
15404  2 files changed, 49 insertions(+), 1 deletion(-)
15405
15406 commit b0e03508bad04d7dcf2c50ac81f6261425b34c5f
15407 Author: Behdad Esfahbod <behdad@behdad.org>
15408 Date:   Thu Aug 29 15:56:32 2013 -0400
15409
15410     Dist with gobject and introspection enabled
15411
15412  Makefile.am | 2 ++
15413  1 file changed, 2 insertions(+)
15414
15415 commit e4ce6745e15eab33ed693874e7a56981f4d6f79a
15416 Author: Behdad Esfahbod <behdad@behdad.org>
15417 Date:   Thu Aug 29 15:56:16 2013 -0400
15418
15419     [gtk-doc] Fix build without gobject
15420
15421  docs/reference/Makefile.am | 2 +-
15422  1 file changed, 1 insertion(+), 1 deletion(-)
15423
15424 commit 263372f15ffdf4c0e4386133f64ff389ba73de33
15425 Author: Behdad Esfahbod <behdad@behdad.org>
15426 Date:   Wed Aug 28 13:43:54 2013 -0400
15427
15428     Remove gtk-doc.make
15429
15430     It's copied by gtk-docize.
15431
15432  gtk-doc.make | 302
15433  -----------------------------------------------------------
15434  1 file changed, 302 deletions(-)
15435
15436 commit 79d754efeef89543d51775b110e8bd49cf7e699b
15437 Author: Behdad Esfahbod <behdad@behdad.org>
15438 Date:   Wed Aug 28 13:43:35 2013 -0400
15439
15440     Fix build
15441
15442  configure.ac | 2 +-
15443  1 file changed, 1 insertion(+), 1 deletion(-)
15444
15445 commit 71ef22b04d466803076af1da6763fecab95ce5bb
15446 Author: Behdad Esfahbod <behdad@behdad.org>
15447 Date:   Wed Aug 28 12:52:55 2013 -0400
15448
15449     Turn hb-gobject, and introspection off by default
15450
15451     Also enable bootstrapping without them.
15452
15453  configure.ac    | 39 ++++++++++++++++++++++++++++++++++-----
15454  src/Makefile.am |  5 +++--
15455  2 files changed, 37 insertions(+), 7 deletions(-)
15456
15457 commit d8f507099b9ae5f0c643fb8dddbb069df6f62a94
15458 Author: Behdad Esfahbod <behdad@behdad.org>
15459 Date:   Mon Aug 26 21:26:24 2013 -0400
15460
15461     Hookup harfbuzz-gobject to introspection
15462
15463  src/Makefile.am | 16 +++++++++++++---
15464  1 file changed, 13 insertions(+), 3 deletions(-)
15465
15466 commit 71439a8c7ae9df25193bc3ad0f203117d2884a19
15467 Author: Behdad Esfahbod <behdad@behdad.org>
15468 Date:   Mon Aug 26 20:56:58 2013 -0400
15469
15470     [gobject] Flesh out hb-gobject
15471
15472     Move it to new harfbuzz-gobject library.  Implement enums and
15473     boxed types for object-types.  Still have to do boxed types for
15474     value types.
15475
15476  configure.ac                         | 12 ++++-
15477  docs/reference/Makefile.am           | 12 ++++-
15478  docs/reference/harfbuzz-docs.xml     |  3 ++
15479  docs/reference/harfbuzz-sections.txt | 48 +++++++++++++++++++-
15480  src/Makefile.am                      | 48 +++++++++++++-------
15481  src/harfbuzz-gobject.pc.in           | 12 +++++
15482  src/hb-gobject-enums.cc.tmpl         | 11 +++--
15483  src/hb-gobject-enums.h.tmpl          | 55 +++++++++++++++++++++++
15484  src/hb-gobject-structs.cc            | 84
15485  +++++++++++++++++++++++++++-------
15486  src/hb-gobject-structs.h             | 87
15487  ++++++++++++++++++++++++++++++++++++
15488  src/hb-gobject.h                     | 38 ++--------------
15489  11 files changed, 333 insertions(+), 77 deletions(-)
15490
15491 commit 23027f7611b53b594e4b4008e916e42b5154f6ac
15492 Author: Behdad Esfahbod <behdad@behdad.org>
15493 Date:   Thu Aug 22 19:03:21 2013 -0400
15494
15495     [introspection] Enable gobject-introspection again
15496
15497  configure.ac    |  7 ++++---
15498  src/Makefile.am | 49 ++++++++++++++++++++++++++++---------------------
15499  2 files changed, 32 insertions(+), 24 deletions(-)
15500
15501 commit 757a7a9018577dcc399be03dc45a59589585d2fb
15502 Author: Behdad Esfahbod <behdad@behdad.org>
15503 Date:   Wed Aug 28 12:35:13 2013 -0400
15504
15505     [uniscribe] Fixed build with wide chars
15506
15507     https://github.com/blinkseb/harfbuzz/commit/f65dafa4138e1fb4395bf646fa33bb01a86a7e9a
15508
15509  src/hb-uniscribe.cc | 2 +-
15510  1 file changed, 1 insertion(+), 1 deletion(-)
15511
15512 commit 4dc798de19c767b91fd3025c85593fa6809d1340
15513 Author: Behdad Esfahbod <behdad@behdad.org>
15514 Date:   Mon Aug 26 20:39:00 2013 -0400
15515
15516     Add hb-deprecated.h, and rename a couple enum values
15517
15518     Add deprecated alias for old name.
15519
15520  src/Makefile.am              |  1 +
15521  src/hb-buffer.cc             |  4 ++--
15522  src/hb-buffer.h              |  8 +++----
15523  src/hb-common.h              |  5 -----
15524  src/hb-deprecated.h          | 51
15525  ++++++++++++++++++++++++++++++++++++++++++++
15526  src/hb.h                     |  1 +
15527  src/test-buffer-serialize.cc |  2 +-
15528  test/api/test-buffer.c       |  2 +-
15529  util/Makefile.am             |  1 +
15530  util/hb-shape.cc             |  2 +-
15531  util/options.hh              |  2 +-
15532  11 files changed, 64 insertions(+), 15 deletions(-)
15533
15534 commit 2e3a07abdf97b0ad2105c3a52f3ff0e0b60b29c4
15535 Author: Behdad Esfahbod <behdad@behdad.org>
15536 Date:   Mon Aug 26 18:49:07 2013 -0400
15537
15538     Separate face source code from font
15539
15540     Makes documentation / introspection easier.
15541
15542  Android.mk                           |   1 +
15543  docs/reference/harfbuzz-docs.xml     |   1 +
15544  docs/reference/harfbuzz-sections.txt |   6 +-
15545  src/Makefile.am                      |   3 +
15546  src/hb-face-private.hh               | 108 ++++++++++++
15547  src/hb-face.cc                       | 311
15548  +++++++++++++++++++++++++++++++++++
15549  src/hb-face.h                        | 117 +++++++++++++
15550  src/hb-font-private.hh               |  67 +-------
15551  src/hb-font.cc                       | 269 ------------------------------
15552  src/hb-font.h                        |  75 +--------
15553  src/hb.h                             |   1 +
15554  11 files changed, 549 insertions(+), 410 deletions(-)
15555
15556 commit d3490761e11ae308fbd8aaf02059653f579035c5
15557 Author: Behdad Esfahbod <behdad@behdad.org>
15558 Date:   Mon Aug 26 21:15:29 2013 -0400
15559
15560     Improve check-includes.sh
15561
15562  src/check-includes.sh | 10 ++++++----
15563  1 file changed, 6 insertions(+), 4 deletions(-)
15564
15565 commit 381f2fb5e664715d67ffc9a234b0fd8aa540fada
15566 Author: Behdad Esfahbod <behdad@behdad.org>
15567 Date:   Mon Aug 26 19:20:38 2013 -0400
15568
15569     Minor
15570
15571  docs/reference/Makefile.am | 2 +-
15572  1 file changed, 1 insertion(+), 1 deletion(-)
15573
15574 commit ac1f09b53e2c5d14c874e4d9f1b25b03ea1d1c44
15575 Author: Behdad Esfahbod <behdad@behdad.org>
15576 Date:   Mon Aug 26 18:50:12 2013 -0400
15577
15578     [gtk-doc] Fix maintainer-clean rule
15579
15580  docs/reference/Makefile.am | 4 +++-
15581  1 file changed, 3 insertions(+), 1 deletion(-)
15582
15583 commit 38b8b40526a85f33521542e24d1e0c82588efc85
15584 Author: Behdad Esfahbod <behdad@behdad.org>
15585 Date:   Tue Aug 27 11:44:09 2013 -0400
15586
15587     Fix possible snprintf OOM
15588
15589     https://bugzilla.redhat.com/show_bug.cgi?id=1001645
15590
15591  src/hb-buffer-serialize.cc | 14 +++++++-------
15592  src/hb-font-private.hh     |  3 ++-
15593  src/hb-shape.cc            |  6 +++---
15594  3 files changed, 12 insertions(+), 11 deletions(-)
15595
15596 commit d22548c0e362cc9447557440af9ecbb11badfa78
15597 Author: Behdad Esfahbod <behdad@behdad.org>
15598 Date:   Mon Aug 26 18:46:21 2013 -0400
15599
15600     [check-*] Minor
15601
15602  src/check-c-linkage-decls.sh | 4 ++--
15603  src/check-header-guards.sh   | 4 ++--
15604  src/check-includes.sh        | 4 ++--
15605  3 files changed, 6 insertions(+), 6 deletions(-)
15606
15607 commit 029f46bde7e39094d3decb46525e91a97c5cc02c
15608 Author: Behdad Esfahbod <behdad@behdad.org>
15609 Date:   Mon Aug 26 18:11:07 2013 -0400
15610
15611     [gtk-doc] Remove tmpl in make maintainer-clean
15612
15613  docs/reference/Makefile.am | 3 +++
15614  1 file changed, 3 insertions(+)
15615
15616 commit dddf990c3687a47297eafc82b54fa96842e68003
15617 Author: Behdad Esfahbod <behdad@behdad.org>
15618 Date:   Mon Aug 26 17:58:25 2013 -0400
15619
15620     [git.mk] Update
15621
15622  git.mk | 17 +++++++++++++----
15623  1 file changed, 13 insertions(+), 4 deletions(-)
15624
15625 commit 700a15fe4b80da9c67befd85ae10a166f5b65962
15626 Author: Behdad Esfahbod <behdad@behdad.org>
15627 Date:   Mon Aug 26 17:49:36 2013 -0400
15628
15629     Add HB_DISABLE_DEPRECATED
15630
15631     That moment that you have to accept that you made API mistakes...
15632
15633  docs/reference/Makefile.am           | 2 +-
15634  docs/reference/harfbuzz-sections.txt | 8 +++++---
15635  src/hb-common.h                      | 4 +++-
15636  3 files changed, 9 insertions(+), 5 deletions(-)
15637
15638 commit ddc456a519a9a59e96f9d7fcad988369e0a8842b
15639 Author: Behdad Esfahbod <behdad@behdad.org>
15640 Date:   Mon Aug 26 17:34:18 2013 -0400
15641
15642     [travis] Add graphite2
15643
15644  .travis.yml | 1 +
15645  1 file changed, 1 insertion(+)
15646
15647 commit f7c72b42efb8d42859023659fd2e3d589523436d
15648 Author: Anthony Carrico <acarrico@memebeam.org>
15649 Date:   Sun Feb 24 13:00:33 2013 -0500
15650
15651     [gtk-doc] Initial setup
15652
15653     Initial setup of gtk-doc. Straight forward setup following the gtk-doc
15654     instructions. Ignore some troublesome types in src/hb-gobject.h. To
15655     build use "./autogen.sh --enable-gtk-doc" then "make". Docs are in
15656     harfbuzz/docs/reference/html/index.html.
15657
15658  .travis.yml                           |  10 +-
15659  Makefile.am                           |   7 +-
15660  autogen.sh                            |   7 +
15661  configure.ac                          |   7 +-
15662  docs/Makefile.am                      |   1 +
15663  docs/reference/Makefile.am            | 109 +++++++++
15664  docs/reference/harfbuzz-docs.xml      |  61 +++++
15665  docs/reference/harfbuzz-overrides.txt |   0
15666  docs/reference/harfbuzz-sections.txt  | 431
15667  ++++++++++++++++++++++++++++++++++
15668  gtk-doc.make                          | 302 ++++++++++++++++++++++++
15669  src/Makefile.am                       |   2 +-
15670  src/hb-gobject.h                      |   3 +-
15671  12 files changed, 931 insertions(+), 9 deletions(-)
15672
15673 commit 3409fb1c767118067cf7edfb97068936b6f4b717
15674 Author: Behdad Esfahbod <behdad@behdad.org>
15675 Date:   Wed Aug 21 17:22:21 2013 -0400
15676
15677     [uniscribe] Ask Uniscribe to return shaping results in logical order
15678
15679     See discussion on the list in the thread "Arabic presentation forms
15680     and the uniscribe backend".
15681
15682     Based on patch from Jonathan Kew.
15683
15684  src/hb-uniscribe.cc | 24 ++++++++++++------------
15685  1 file changed, 12 insertions(+), 12 deletions(-)
15686
15687 commit 1d05fdd09fa271b641f30a2138171e6fafcd8db7
15688 Author: Behdad Esfahbod <behdad@behdad.org>
15689 Date:   Tue Aug 20 13:22:21 2013 -0400
15690
15691     [uniscribe] Print run info
15692
15693  src/hb-uniscribe.cc | 8 ++++++++
15694  1 file changed, 8 insertions(+)
15695
15696 commit 3613696b57225111507a3f4263f5fa6937d0bc72
15697 Author: Behdad Esfahbod <behdad@behdad.org>
15698 Date:   Mon Aug 12 00:33:28 2013 -0400
15699
15700     [coretext] Fully support user features
15701
15702     Based on patch from Jonathan Kew and data from Apple.
15703
15704     It's not working correctly though, and I suspect I'm hitting a bug in
15705     CoreText.  When I do this:
15706
15707     hb-shape /Library/Fonts/Zapfino.ttf ZapfinoZapfino --shaper coretext \
15708     --features=-liga
15709
15710     I expect both ligatures to turn off, but only the second one does:
15711
15712     [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]
15713
15714     whereas if I disable 'dlig' instead of 'liga', both are turned off.
15715     Smells...
15716
15717     Doesn't resolve conflicting feature settings.
15718
15719  src/hb-coretext.cc  | 446
15720  +++++++++++++++++++++++++++++++++++++++++++++++-----
15721  src/hb-uniscribe.cc |   2 +-
15722  2 files changed, 404 insertions(+), 44 deletions(-)
15723
15724 commit 54e6f6c588a164f7de62ff88b3eff4f25adb8f17
15725 Author: Behdad Esfahbod <behdad@behdad.org>
15726 Date:   Fri Aug 9 14:34:54 2013 -0400
15727
15728     Clean up list of Unicode scripts
15729
15730     Rename HB_SCRIPT_CANADIAN_ABORIGINAL to HB_SCRIPT_CANADIAN_SYLLABICS
15731     and a macro for the old name.
15732
15733  src/hb-common.h                    | 277
15734  ++++++++++++++++++++-----------------
15735  src/hb-glib.cc                     |   2 +-
15736  src/hb-ot-shape-complex-private.hh |   2 +
15737  src/hb-ucdn.cc                     |   2 +-
15738  test/api/test-unicode.c            |   2 +-
15739  5 files changed, 153 insertions(+), 132 deletions(-)
15740
15741 commit 7cd4a715848c44be9aec6b6b622cfc2a60b1a5a9
15742 Author: Behdad Esfahbod <behdad@behdad.org>
15743 Date:   Fri Aug 9 09:41:48 2013 -0400
15744
15745     Update TODO
15746
15747  TODO | 4 ++--
15748  1 file changed, 2 insertions(+), 2 deletions(-)
15749
15750 commit 515a0ac81e531c95b1bb7f1a3c5df73a9e64b14f
15751 Author: Behdad Esfahbod <behdad@behdad.org>
15752 Date:   Fri Aug 9 09:40:59 2013 -0400
15753
15754     Fix compiler warning
15755
15756  src/hb-ot-layout-common-private.hh | 4 ++--
15757  1 file changed, 2 insertions(+), 2 deletions(-)
15758
15759 commit 10f964623f003c70f6bdd33423420abda3820ce0
15760 Author: Behdad Esfahbod <behdad@behdad.org>
15761 Date:   Fri Aug 9 09:40:01 2013 -0400
15762
15763     Round when scaling values
15764
15765     Doesn't matter for most users since they should be working in a
15766     fixed sub-pixel scale anyway (ie. 22.10, 26.6, 16.16, etc).
15767
15768  TODO                   | 2 --
15769  src/hb-font-private.hh | 6 +++++-
15770  2 files changed, 5 insertions(+), 3 deletions(-)
15771
15772 commit df8f70ae5de6181d56efa3f076f14e4d52119a5e
15773 Author: Behdad Esfahbod <behdad@behdad.org>
15774 Date:   Fri Aug 9 09:35:10 2013 -0400
15775
15776     Minor
15777
15778  src/hb-font-private.hh | 2 +-
15779  1 file changed, 1 insertion(+), 1 deletion(-)
15780
15781 commit ce8badf1808f9fbdd9a22e9215c7475d3afde5ed
15782 Author: Behdad Esfahbod <behdad@behdad.org>
15783 Date:   Fri Aug 9 09:31:06 2013 -0400
15784
15785     Minor
15786
15787  src/hb-font-private.hh | 2 +-
15788  1 file changed, 1 insertion(+), 1 deletion(-)
15789
15790 commit d71c0df2d17f4590d5611239577a6cb532c26528
15791 Author: Behdad Esfahbod <behdad@behdad.org>
15792 Date:   Fri Aug 9 09:28:32 2013 -0400
15793
15794     Remove vrt2, vkrn, vpal, and valt from default vertical features
15795
15796     See thread by John Dagget on the list.
15797
15798  TODO               | 2 --
15799  src/hb-ot-shape.cc | 9 ---------
15800  2 files changed, 11 deletions(-)
15801
15802 commit a782a5e9a37c8733ac2830410a514d38635b543a
15803 Author: Behdad Esfahbod <behdad@behdad.org>
15804 Date:   Wed Aug 7 21:08:54 2013 -0400
15805
15806     [coretext] Start adding support for features
15807
15808     Unlike AAT, looks like with CoreText very few OT features can
15809     be mapped.
15810     :(
15811
15812  src/hb-coretext.cc | 65
15813  +++++++++++++++++++++++++++++++++++++++++++++---------
15814  1 file changed, 54 insertions(+), 11 deletions(-)
15815
15816 commit bdd8873fd8ae5c794018f6edac242b0a8b62ff31
15817 Author: Behdad Esfahbod <behdad@behdad.org>
15818 Date:   Wed Aug 7 17:58:25 2013 -0400
15819
15820     Revert "[Indic] don't apply 'calt' by default in Indic shaper"
15821
15822     This reverts commit 952121007c6f6f374e4cf1734ebcfe2d2d71c71c.
15823
15824     In light of discussion on the mailing list...
15825
15826  src/hb-ot-shape-complex-indic.cc | 4 ----
15827  1 file changed, 4 deletions(-)
15828
15829 commit 9a175914d72187d0c3f50ddad50c9569649c3072
15830 Author: Behdad Esfahbod <behdad@behdad.org>
15831 Date:   Wed Aug 7 17:26:13 2013 -0400
15832
15833     [uniscribe] Support feature ranges
15834
15835     As Khaled pointed out, right now setting any features, turns kern
15836     and possibly other features off.
15837
15838  src/hb-uniscribe.cc | 232
15839  ++++++++++++++++++++++++++++++++++++++++++++--------
15840  1 file changed, 199 insertions(+), 33 deletions(-)
15841
15842 commit 627af695e48ef10b6e634c34b723f7e7013467f6
15843 Author: Behdad Esfahbod <behdad@behdad.org>
15844 Date:   Tue Aug 6 16:53:56 2013 -0400
15845
15846     More git.mk updates
15847
15848  git.mk | 4 +++-
15849  1 file changed, 3 insertions(+), 1 deletion(-)
15850
15851 commit 722252743d59e4cd53cb71720d823ea00b708ad8
15852 Author: Behdad Esfahbod <behdad@behdad.org>
15853 Date:   Tue Aug 6 15:19:23 2013 -0400
15854
15855     Update git.mk
15856
15857  git.mk | 37 +++++++++++++++++++++++--------------
15858  1 file changed, 23 insertions(+), 14 deletions(-)
15859
15860 commit 38d5c58d23fce38221689cda98cea1c3e42ed615
15861 Author: Behdad Esfahbod <behdad@behdad.org>
15862 Date:   Tue Aug 6 14:45:36 2013 -0400
15863
15864     [uniscribe] Half-support user features
15865
15866     Turning features on globally works now.
15867
15868  src/hb-uniscribe.cc | 54
15869  ++++++++++++++++++++++++++++++++++++++++++-----------
15870  1 file changed, 43 insertions(+), 11 deletions(-)
15871
15872 commit 639afdc690c681a302080239a1967ce735ba5be5
15873 Author: Behdad Esfahbod <behdad@behdad.org>
15874 Date:   Tue Aug 6 14:28:12 2013 -0400
15875
15876     Minor
15877
15878  src/hb-private.hh | 14 +++++++++++---
15879  1 file changed, 11 insertions(+), 3 deletions(-)
15880
15881 commit 952121007c6f6f374e4cf1734ebcfe2d2d71c71c
15882 Author: Jonathan Kew <jfkthame@gmail.com>
15883 Date:   Tue Aug 6 10:36:14 2013 -0400
15884
15885     [Indic] don't apply 'calt' by default in Indic shaper
15886
15887  src/hb-ot-shape-complex-indic.cc | 4 ++++
15888  1 file changed, 4 insertions(+)
15889
15890 commit 625678436c29100eef82d87e635b251030a18f60
15891 Author: Behdad Esfahbod <behdad@behdad.org>
15892 Date:   Mon Aug 5 22:44:18 2013 -0400
15893
15894     Fix glyph closure with class==0
15895
15896     As reported by cibu.  Untested.
15897
15898  src/hb-ot-layout-common-private.hh | 29 +++++++++++++++++++++++++++++
15899  1 file changed, 29 insertions(+)
15900
15901 commit 580d5eb93af5bbbc64994b626d5e011e2c256d74
15902 Author: Behdad Esfahbod <behdad@behdad.org>
15903 Date:   Sun Aug 4 16:55:21 2013 -0400
15904
15905     Don't apply 'dlig' by default
15906
15907     Windows 8 doesn't, and the spec will be fixed.
15908
15909  src/hb-ot-shape-complex-arabic.cc | 1 -
15910  1 file changed, 1 deletion(-)
15911
15912 commit 48382e2f41499a91181bea0acc5792989d2485bb
15913 Author: Behdad Esfahbod <behdad@behdad.org>
15914 Date:   Tue Jul 30 18:25:39 2013 -0400
15915
15916     Minor
15917
15918  src/hb-ot-layout-common-private.hh | 12 ++++++------
15919  1 file changed, 6 insertions(+), 6 deletions(-)
15920
15921 commit c461371419d186811d4bfc768e26535f48a807f4
15922 Author: Behdad Esfahbod <behdad@behdad.org>
15923 Date:   Tue Jul 30 14:48:23 2013 -0400
15924
15925     [CoreText] Don't leak the CTLine object (and everything that hangs
15926     off it)
15927
15928     Patch from Jonathan Kew.
15929
15930  src/hb-coretext.cc | 2 ++
15931  1 file changed, 2 insertions(+)
15932
15933 commit 5fbc952524ac8840f007dc0136823a4ab6e25f70
15934 Author: Behdad Esfahbod <behdad@behdad.org>
15935 Date:   Mon Jul 29 14:34:40 2013 -0400
15936
15937     Fix glyph name printing in hb-ot-shape-closure
15938
15939  util/hb-ot-shape-closure.cc | 2 +-
15940  1 file changed, 1 insertion(+), 1 deletion(-)
15941
15942 commit 6fadd9dd7cc220f131c29946285831635afc8044
15943 Author: Behdad Esfahbod <behdad@behdad.org>
15944 Date:   Fri Jul 26 10:33:06 2013 -0400
15945
15946     Apply 'mark' to Myanmar
15947
15948     According to Andrew Glass: "The issue with Myanmar <mark> feature was
15949     fixed via a servicing patch as soon as Windows 8 became available."
15950
15951  src/hb-ot-shape-complex-myanmar.cc | 11 -----------
15952  1 file changed, 11 deletions(-)
15953
15954 commit 86522e493d071f395b5abf64289232bf8867ac29
15955 Author: Behdad Esfahbod <behdad@behdad.org>
15956 Date:   Mon Jul 22 19:07:53 2013 -0400
15957
15958     Fix glyph closure recursion!
15959
15960  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
15961  1 file changed, 1 insertion(+), 1 deletion(-)
15962
15963 commit 74439d0aa10184451adc6c6469f5119be352ecbb
15964 Author: Behdad Esfahbod <behdad@behdad.org>
15965 Date:   Mon Jul 22 19:02:29 2013 -0400
15966
15967     Minor
15968
15969  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
15970  1 file changed, 1 insertion(+), 1 deletion(-)
15971
15972 commit 8b427c78efa988ed27a2a394146d73f59688707b
15973 Author: Behdad Esfahbod <behdad@behdad.org>
15974 Date:   Mon Jul 22 10:57:05 2013 -0400
15975
15976     [uniscribe] Sanitize font file
15977
15978  src/hb-uniscribe.cc | 4 ++++
15979  1 file changed, 4 insertions(+)
15980
15981 commit 12ff69df21ac91ae21860db7000d9f9973d3da1a
15982 Author: Behdad Esfahbod <behdad@behdad.org>
15983 Date:   Mon Jul 22 10:52:12 2013 -0400
15984
15985     [uniscribe] Handle TTC when renaming font
15986
15987  src/hb-uniscribe.cc | 31 ++++++++++++++++++-------------
15988  1 file changed, 18 insertions(+), 13 deletions(-)
15989
15990 commit 05bad3b8c25a89bc0f20f99f9215e492f48f03fe
15991 Author: Behdad Esfahbod <behdad@behdad.org>
15992 Date:   Sun Jul 21 17:05:02 2013 -0400
15993
15994     [uniscribe] Use OT::* types
15995
15996  src/hb-open-type-private.hh |  10 ++++-
15997  src/hb-ot-name-table.hh     |   4 +-
15998  src/hb-uniscribe.cc         | 107
15999  +++++++++++++++++++++++---------------------
16000  3 files changed, 66 insertions(+), 55 deletions(-)
16001
16002 commit bdeea605fe597bff4430eaae3317189bb81ec76e
16003 Author: Behdad Esfahbod <behdad@behdad.org>
16004 Date:   Sun Jul 21 16:22:10 2013 -0400
16005
16006     [uniscribe] Move name generation into separate function
16007
16008  src/hb-uniscribe.cc | 34 ++++++++++++++++++++++------------
16009  1 file changed, 22 insertions(+), 12 deletions(-)
16010
16011 commit 73f947e2a7bc5b29d731da2e9d1fafe958be839e
16012 Author: Behdad Esfahbod <behdad@behdad.org>
16013 Date:   Sun Jul 21 16:16:35 2013 -0400
16014
16015     [uniscribe] Use blob to pass data around
16016
16017  src/hb-uniscribe.cc | 28 ++++++++++++++--------------
16018  1 file changed, 14 insertions(+), 14 deletions(-)
16019
16020 commit 8ac2e88deff3d069c19fd59d0fbbfb88a762b113
16021 Author: Behdad Esfahbod <behdad@behdad.org>
16022 Date:   Sun Jul 21 16:06:49 2013 -0400
16023
16024     [uniscribe] Use unique font name
16025
16026     When installing per-process fonts using AddFontMemResourceEx(),
16027     if a font with the same family name is already installed, sometimes
16028     that one gets used.  Which is problematic for us.  As such, we
16029     now mangle the font to install a new 'name' table with a unique
16030     name, which we then use to choose the font.
16031
16032     Patch from Jonathan Kew.
16033
16034  configure.ac        |   2 +-
16035  src/hb-uniscribe.cc | 136
16036  ++++++++++++++++++++++++++++++++++++++++++++--------
16037  2 files changed, 116 insertions(+), 22 deletions(-)
16038
16039 commit 8751de50831338ce550601c34c17d152ad89c1fd
16040 Author: Behdad Esfahbod <behdad@behdad.org>
16041 Date:   Thu Jul 18 16:29:50 2013 -0400
16042
16043     Followup fix for 3f9e2dced298c3d00f31b2dfc38685bb071a3a22
16044
16045     During GSUB, if a ligation happens, subsequence context input matching
16046     matches the new indexing.  During GPOS however, the indices never
16047     change.  So just go one by one.
16048
16049     Fixes 'dist' positioning with mmrtext.ttf and the following sequence:
16050
16051       U+1014,U+1039,U+1011,U+1014,U+1039,U+1011,U+1014,U+1039,U+1011
16052
16053     Reported by Jonathan Kew.
16054
16055  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++++++
16056  1 file changed, 8 insertions(+)
16057
16058 commit 2b78d67e9f38f77086fbd9c3fd6f1c8c73927a51
16059 Author: Behdad Esfahbod <behdad@behdad.org>
16060 Date:   Tue Jul 16 16:06:27 2013 -0400
16061
16062     0.9.19
16063
16064  NEWS         | 11 +++++++++++
16065  configure.ac |  2 +-
16066  2 files changed, 12 insertions(+), 1 deletion(-)
16067
16068 commit e509d35cf1160f1449bc736b9445cdf61ab81d06
16069 Author: Behdad Esfahbod <behdad@behdad.org>
16070 Date:   Thu Jul 11 14:56:45 2013 -0400
16071
16072     [ft] hb_ft_get_glyph_from_name fails for the name of glyph id 0
16073
16074     Based on patch from Jonathan Kew, as reported on the mailing list.
16075
16076  src/hb-ft.cc | 9 +++++++++
16077  1 file changed, 9 insertions(+)
16078
16079 commit 29b596ac67806c44441e65f3ece227df0fe2bb63
16080 Author: Behdad Esfahbod <behdad@behdad.org>
16081 Date:   Mon Jul 8 08:37:15 2013 -0600
16082
16083     [uniscribe] Fix buffer allocation
16084
16085     Email from Jonathan Kew:
16086
16087     My cygwin build kept aborting on certain test words when run with the
16088     uniscribe backend. Turned out this was caused by a bug in the
16089     allocation
16090     of scratch buffers in hb-uniscribe.cc.
16091
16092     Commit 2a17f9568d9724e045d2c1d660e007f3acd747d9 introduced a new line
16093
16094       ALLOCATE_ARRAY (SCRIPT_VISATTR, vis_attr, glyphs_size);
16095
16096     but it failed to account for this in the computation of glyphs_size
16097     (the number of glyphs for which scratch buffer space is available),
16098     with the result that the vis_clusters array ends up overrunning the
16099     end of the scratch buffer and clobbering the beginning of the buffer's
16100     info[].
16101
16102     AFAICS, the vis_attr array is not actually used, so the simple fix is
16103     to remove the line that allocates it. (If/when we -do- need to use
16104     vis_attr for something, we'll need to add another term to the earlier
16105     calculation of glyphs_size.)
16106
16107     With this patch, the uniscribe backend runs reliably again.
16108
16109     JK
16110
16111  src/hb-uniscribe.cc | 1 -
16112  1 file changed, 1 deletion(-)
16113
16114 commit 9245e98742667dfffe06523e8051beda1bc04811
16115 Author: Behdad Esfahbod <behdad@behdad.org>
16116 Date:   Wed Jun 26 20:57:58 2013 -0400
16117
16118     [Indic] Add Javanese config
16119
16120     We should add for other scripts too, send me the virama codepoint
16121     and script name...
16122
16123  src/hb-ot-shape-complex-indic.cc | 1 +
16124  1 file changed, 1 insertion(+)
16125
16126 commit 5f85c80a07dd2d18348824866bf4e984ac711a24
16127 Author: Behdad Esfahbod <behdad@behdad.org>
16128 Date:   Wed Jun 26 20:14:18 2013 -0400
16129
16130     [OT] Collect requiredFeature only if features are not provided
16131
16132     As per Werner's report on the list.
16133
16134  src/hb-ot-layout.cc | 22 +++++++++++-----------
16135  1 file changed, 11 insertions(+), 11 deletions(-)
16136
16137 commit 3f9e2dced298c3d00f31b2dfc38685bb071a3a22
16138 Author: Behdad Esfahbod <behdad@behdad.org>
16139 Date:   Wed Jun 26 19:46:55 2013 -0400
16140
16141     Fix contextual lookup recursion indexing
16142
16143     See email thread "Skipping Control for Attaching Marks using OpenType"
16144     from earlier this month.
16145
16146  src/hb-ot-layout-gsubgpos-private.hh | 10 ++--------
16147  1 file changed, 2 insertions(+), 8 deletions(-)
16148
16149 commit f5da11e0fa5adf8f782883dc5c30d8faaafc9c27
16150 Merge: 79d1007 89312b7
16151 Author: Behdad Esfahbod <behdad@behdad.org>
16152 Date:   Sat Jun 22 08:04:05 2013 -0700
16153
16154     Merge pull request #3 from LogosBible/master
16155
16156     Destroy lookups before blobs.
16157
16158 commit 89312b7417c0198a0635ca6b7e8ea11f6af2a4f8
16159 Author: Bradley Grainger <bgrainger@gmail.com>
16160 Date:   Fri Jun 21 15:02:18 2013 -0700
16161
16162     Destroy lookups before blobs.
16163
16164     'layout->gsub' may depend on data owned by 'layout->gsub_blob',
16165     so it must
16166     be deinitialized before the blob is destroyed.
16167
16168  src/hb-ot-layout.cc | 8 ++++----
16169  1 file changed, 4 insertions(+), 4 deletions(-)
16170
16171 commit 79d1007a501fd63c0ba4d51038c513e6b8b94740
16172 Author: Behdad Esfahbod <behdad@behdad.org>
16173 Date:   Thu Jun 13 19:01:07 2013 -0400
16174
16175     If variation selector is not consumed by cmap, pass it on to GSUB
16176
16177     This changes the semantics of get_glyph() callback and expect that
16178     callbacks return false if the requested variant is not available, and
16179     then we will call them back with variation_selector=0 and will retain
16180     the glyph for the selector in the glyph stream.
16181
16182     Apparently most Mongolian fonts implement the Mongolian Variation
16183     Selectors using GSUB, not cmap.
16184
16185     https://bugs.freedesktop.org/show_bug.cgi?id=65258
16186
16187     Note that this doesn't fix the Mongolian shaping yet, because the way
16188     that's implemented is that the, say, 'init' feature ligates the letter
16189     and the variation-selector.  However, since currently the variation
16190     selector doesn't have the 'init' mask on, it will not be matched...
16191
16192  src/hb-ft.cc                 |  3 +--
16193  src/hb-ot-shape-normalize.cc | 14 ++++++++++++--
16194  2 files changed, 13 insertions(+), 4 deletions(-)
16195
16196 commit c7a84917208528040aaf9ad0a9a0b26aabeabc9c
16197 Author: Behdad Esfahbod <behdad@behdad.org>
16198 Date:   Thu Jun 6 20:17:32 2013 -0400
16199
16200     Skip over multiple variation selectors in a row
16201
16202  src/hb-ot-shape-normalize.cc | 6 ++++++
16203  1 file changed, 6 insertions(+)
16204
16205 commit 7235f33f9e5e031622a00a84f4b2e98f16803579
16206 Author: Behdad Esfahbod <behdad@behdad.org>
16207 Date:   Mon Jun 10 14:39:51 2013 -0400
16208
16209     Fix misc warnings reported by cppcheck
16210
16211     https://bugs.freedesktop.org/show_bug.cgi?id=65544
16212
16213  src/hb-common.cc            |  2 +-
16214  src/hb-coretext.cc          |  3 ---
16215  src/hb-font-private.hh      | 17 +++++++++++------
16216  src/hb-private.hh           |  2 +-
16217  src/hb-shape.cc             |  2 +-
16218  test/api/test-font.c        |  1 -
16219  util/ansi-print.cc          |  1 +
16220  util/hb-ot-shape-closure.cc |  5 +++--
16221  util/hb-shape.cc            |  5 ++++-
16222  util/shape-consumer.hh      |  6 ++++--
16223  util/view-cairo.hh          |  6 ++++--
16224  11 files changed, 30 insertions(+), 20 deletions(-)
16225
16226 commit 570bcccd3f41b9aecd51765a401299833a6d8ebd
16227 Author: Behdad Esfahbod <behdad@behdad.org>
16228 Date:   Mon Jun 10 13:56:51 2013 -0400
16229
16230     Fix PKG_CHECK_MODULES usage
16231
16232     Oops.
16233
16234     Bug 65246 - Fix build without graphite2
16235
16236  configure.ac | 2 +-
16237  1 file changed, 1 insertion(+), 1 deletion(-)
16238
16239 commit 270cfd7a9c01dfb1b1789929f020943ad63aca99
16240 Author: Behdad Esfahbod <behdad@behdad.org>
16241 Date:   Thu Jun 6 18:57:15 2013 -0400
16242
16243     Fix PKG_CHECK_MODULES usage
16244
16245     Bug 65246 - Fix build without graphite2
16246
16247     If we don't provide ACTION-IF-NOT-FOUND, configure aborts if it can't
16248     find the libraries.  We handle that ourselves so we don't want the
16249     macro to abort.
16250
16251  configure.ac | 16 ++++++++--------
16252  1 file changed, 8 insertions(+), 8 deletions(-)
16253
16254 commit 2fd0e02706857bcaf61bf5151657eac96cfa73b9
16255 Author: Behdad Esfahbod <behdad@behdad.org>
16256 Date:   Thu Jun 6 17:16:01 2013 -0400
16257
16258     Minor
16259
16260  src/Makefile.am | 14 +++++++-------
16261  1 file changed, 7 insertions(+), 7 deletions(-)
16262
16263 commit b4c5c52944a44ba863a22a53035ff561af7318ca
16264 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
16265 Date:   Mon Jun 3 17:55:29 2013 +0800
16266
16267     util/ansi-print.cc: Use fallback implementation for lround on MSVC
16268
16269     Unfortuately Visual Studio (still) does not support the C99 function
16270     lround, so provide a fallback implementation for it.
16271
16272  util/ansi-print.cc | 11 +++++++++++
16273  1 file changed, 11 insertions(+)
16274
16275 commit a4446b10bfe0a9e7236bf941fa69a96697939e11
16276 Author: Behdad Esfahbod <behdad@behdad.org>
16277 Date:   Mon Jun 3 18:39:14 2013 -0400
16278
16279     Fix build for C89 compilers
16280
16281  test/api/test-buffer.c | 2 +-
16282  1 file changed, 1 insertion(+), 1 deletion(-)
16283
16284 commit 4ddf937242048c4a044ada4559e26664a0c09b48
16285 Author: Behdad Esfahbod <behdad@behdad.org>
16286 Date:   Mon Jun 3 18:36:26 2013 -0400
16287
16288     Remove unnecessary stdint.h include
16289
16290  src/hb-ucdn/ucdn.c | 1 -
16291  1 file changed, 1 deletion(-)
16292
16293 commit 93a04b8b5e6d8067cb925fdf532aadc24c1d4861
16294 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
16295 Date:   Mon Jun 3 17:49:37 2013 +0800
16296
16297     hb-uniscribe.cc: Re-enable build under Visual Studio
16298
16299     -Declare hinstLib at the top of block
16300     -Fix the definitions of the typedefs of ScriptItemizeOpenType,
16301      ScriptShapeOpenType and ScriptPlaceOpenType
16302
16303  src/hb-uniscribe.cc | 9 +++++----
16304  1 file changed, 5 insertions(+), 4 deletions(-)
16305
16306 commit 280e52ae95df0cbee0bb305f5354381bc1d563f4
16307 Author: Behdad Esfahbod <behdad@behdad.org>
16308 Date:   Thu May 30 18:04:24 2013 -0400
16309
16310     Fix ChangeLog regen
16311
16312  Makefile.am | 5 +++--
16313  1 file changed, 3 insertions(+), 2 deletions(-)
16314
16315 commit c1824daefa1253507636e4bfdf46374f835f10b3
16316 Author: Behdad Esfahbod <behdad@behdad.org>
16317 Date:   Wed May 29 15:30:54 2013 -0400
16318
16319     Update TODO
16320
16321  TODO | 14 +++++++-------
16322  1 file changed, 7 insertions(+), 7 deletions(-)
16323
16324 commit 2966d3603259430800cb5880491d28a1c5ea2314
16325 Author: Behdad Esfahbod <behdad@behdad.org>
16326 Date:   Tue May 28 17:34:37 2013 -0400
16327
16328     Fix test build
16329
16330  test/api/Makefile.am | 3 ++-
16331  1 file changed, 2 insertions(+), 1 deletion(-)
16332
16333 commit 6873f6cc42aa1405e71be903bd0f39a7a15320ce
16334 Author: Behdad Esfahbod <behdad@behdad.org>
16335 Date:   Tue May 28 17:33:16 2013 -0400
16336
16337     Minor
16338
16339  TODO | 2 --
16340  1 file changed, 2 deletions(-)
16341
16342 commit 4014aa4e53bddb29d939a168bd733942d3683732
16343 Author: Behdad Esfahbod <behdad@behdad.org>
16344 Date:   Tue May 28 17:28:59 2013 -0400
16345
16346     0.9.18
16347
16348  NEWS         | 28 ++++++++++++++++++++++++++++
16349  configure.ac |  2 +-
16350  2 files changed, 29 insertions(+), 1 deletion(-)
16351
16352 commit d70be29831bb99e34fe18744129088f45d5b2023
16353 Author: Behdad Esfahbod <behdad@behdad.org>
16354 Date:   Tue May 28 17:23:56 2013 -0400
16355
16356     Fix dist
16357
16358  src/Makefile.am | 4 ++++
16359  1 file changed, 4 insertions(+)
16360
16361 commit 22ce0961742df0a213f2cc86ca3d5a72453c00b1
16362 Author: Behdad Esfahbod <behdad@behdad.org>
16363 Date:   Tue May 28 17:18:30 2013 -0400
16364
16365     Generate harfbuzz-icu.pc
16366
16367     Currently it only works with ICU that has .pc files.  I'll
16368     wait till someone complains before fixing it for icu-config
16369     systems.
16370
16371  Makefile.am            |  3 ---
16372  configure.ac           |  5 ++---
16373  harfbuzz.pc.in         | 11 -----------
16374  src/Makefile.am        | 13 +++++++++++++
16375  src/harfbuzz-icu.pc.in | 13 +++++++++++++
16376  src/harfbuzz.pc.in     | 11 +++++++++++
16377  6 files changed, 39 insertions(+), 17 deletions(-)
16378
16379 commit d9afa111330771461b6182ada9f4edd68bcfce77
16380 Author: Behdad Esfahbod <behdad@behdad.org>
16381 Date:   Tue May 28 15:27:40 2013 -0400
16382
16383     Build hb-icu into libharfbuzz-icu.so
16384
16385  src/Makefile.am      | 29 +++++++++++++++--------------
16386  src/hb-unicode.cc    |  2 +-
16387  test/api/Makefile.am |  1 +
16388  3 files changed, 17 insertions(+), 15 deletions(-)
16389
16390 commit 7d395c2a255a44fd0d65365ea9b525dba70c062c
16391 Author: Behdad Esfahbod <behdad@behdad.org>
16392 Date:   Tue May 28 15:25:06 2013 -0400
16393
16394     Minor
16395
16396  test/api/test-c.c | 4 ++++
16397  1 file changed, 4 insertions(+)
16398
16399 commit 2a17f9568d9724e045d2c1d660e007f3acd747d9
16400 Author: Behdad Esfahbod <behdad@behdad.org>
16401 Date:   Tue May 28 13:10:51 2013 -0400
16402
16403     Bug 55494 - ScriptItemizeOpenType doesn't exists under Windows XP
16404
16405     Fallback to older API if OpenType variants are not available.
16406
16407  configure.ac        |  14 +--
16408  src/hb-uniscribe.cc | 322
16409  +++++++++++++++++++++++++++++++++++++++++++---------
16410  2 files changed, 271 insertions(+), 65 deletions(-)
16411
16412 commit f8087ffbadc83a15d59367ba82976eae675736a7
16413 Author: Behdad Esfahbod <behdad@behdad.org>
16414 Date:   Mon May 27 19:43:48 2013 -0400
16415
16416     Add --with-cairo
16417
16418  configure.ac | 17 +++++++++++++++--
16419  1 file changed, 15 insertions(+), 2 deletions(-)
16420
16421 commit 82eddfe5d658ef791d6ef6a566401c50601dfb1c
16422 Author: Behdad Esfahbod <behdad@behdad.org>
16423 Date:   Mon May 27 19:33:36 2013 -0400
16424
16425     Add --with-freetype
16426
16427     Defaults to auto.
16428
16429  configure.ac | 12 +++++++++++-
16430  1 file changed, 11 insertions(+), 1 deletion(-)
16431
16432 commit 5e25eb77a49e7f95b6a6d540b26d60d430f89d4c
16433 Author: Behdad Esfahbod <behdad@behdad.org>
16434 Date:   Mon May 27 19:30:48 2013 -0400
16435
16436     Default glib to auto again
16437
16438  configure.ac | 4 ++--
16439  1 file changed, 2 insertions(+), 2 deletions(-)
16440
16441 commit eb63e786f37468867c81707504128cf8a4016e5b
16442 Author: Behdad Esfahbod <behdad@behdad.org>
16443 Date:   Mon May 27 19:29:09 2013 -0400
16444
16445     Add --with-coretext
16446
16447     Defaults to no.
16448
16449  configure.ac | 12 +++++++++++-
16450  1 file changed, 11 insertions(+), 1 deletion(-)
16451
16452 commit ab2af17bc6faa8394656e6e82948dc3e9f437626
16453 Author: Behdad Esfahbod <behdad@behdad.org>
16454 Date:   Mon May 27 19:27:43 2013 -0400
16455
16456     Add --with-uniscribe
16457
16458     Defaults to no.
16459
16460  configure.ac | 55 +++++++++++++++++++++++++++++++++++++++----------------
16461  1 file changed, 39 insertions(+), 16 deletions(-)
16462
16463 commit 58db2c2542717858acbdf480b3f19a8aef4918cd
16464 Author: Behdad Esfahbod <behdad@behdad.org>
16465 Date:   Mon May 27 19:10:33 2013 -0400
16466
16467     Disable UCDN if glib is available
16468
16469     We only want UCDN if we don't have any other Unicode provider.
16470     I'm going to remove ICU from the list of default Unicode providers
16471     as part of moving hb-icu into its own library.  As such, the only
16472     providers will be UCDN and glib.
16473
16474  configure.ac | 3 +++
16475  1 file changed, 3 insertions(+)
16476
16477 commit ca65326cbd49b48792c4e3125af6c5006364f194
16478 Author: Behdad Esfahbod <behdad@behdad.org>
16479 Date:   Mon May 27 19:09:50 2013 -0400
16480
16481     Minor
16482
16483  configure.ac | 16 ++++++++--------
16484  1 file changed, 8 insertions(+), 8 deletions(-)
16485
16486 commit 7ae14973ecb4614a83769d2bbd01f33d8474ffc0
16487 Author: Behdad Esfahbod <behdad@behdad.org>
16488 Date:   Mon May 27 19:06:50 2013 -0400
16489
16490     Disable icu_le shaper
16491
16492     Will add a way to enable it later.
16493
16494  configure.ac | 3 ++-
16495  1 file changed, 2 insertions(+), 1 deletion(-)
16496
16497 commit 7e6ebf76236cc5ea69302e68186bdf8166d04a98
16498 Author: Behdad Esfahbod <behdad@behdad.org>
16499 Date:   Mon May 27 19:05:23 2013 -0400
16500
16501     Remove icu-config fallback for icu_le shaper
16502
16503     Bug 64878 - compile error with ICU but not ICU
16504
16505  configure.ac | 18 ------------------
16506  1 file changed, 18 deletions(-)
16507
16508 commit 932b7471479c639244051b4dbae678e7d47ae99f
16509 Author: Behdad Esfahbod <behdad@behdad.org>
16510 Date:   Mon May 27 19:04:40 2013 -0400
16511
16512     Bug 65053 - Add configure option to enable/disable ICU support
16513
16514  configure.ac | 46 ++++++++++++++++++++++++++++------------------
16515  1 file changed, 28 insertions(+), 18 deletions(-)
16516
16517 commit cf2c1c7eb81b54a344ed5cf36d5fbd3cd297eed1
16518 Author: Behdad Esfahbod <behdad@behdad.org>
16519 Date:   Mon May 27 18:54:30 2013 -0400
16520
16521     Disable hb-old shaper
16522
16523     Will add proper way to enable it later.
16524
16525  configure.ac | 2 +-
16526  1 file changed, 1 insertion(+), 1 deletion(-)
16527
16528 commit 5a78d23f255a649353044af8e5df315f62907b7f
16529 Author: Behdad Esfahbod <behdad@behdad.org>
16530 Date:   Mon May 27 18:47:58 2013 -0400
16531
16532     Bug 65054 - Add configure option to enable/disable Graphite2
16533
16534     Add --with-graphite2.  Defaults to off.
16535
16536  configure.ac | 20 +++++++++++++++-----
16537  1 file changed, 15 insertions(+), 5 deletions(-)
16538
16539 commit 61e7775fa75c7c1bdc29a6992c8c215897364600
16540 Author: Behdad Esfahbod <behdad@behdad.org>
16541 Date:   Mon May 27 18:24:56 2013 -0400
16542
16543     Remove hb-icu dependency from hb-icu-le shaper
16544
16545  src/hb-icu-le.cc | 33 +++++++++++++++++++++++++++++----
16546  1 file changed, 29 insertions(+), 4 deletions(-)
16547
16548 commit 7e08f1258da229dfaf7e1c4b5c41e5bb83906cb0
16549 Author: Behdad Esfahbod <behdad@behdad.org>
16550 Date:   Mon May 27 14:48:34 2013 -0400
16551
16552     Don't zero advance of mark-non-mark ligatures
16553
16554     If there's a mark ligating forward with non-mark, they were
16555     inheriting the GC of the mark and later get advance-zeroed.
16556     Don't do that if there's any non-mark glyph in the ligature.
16557
16558     Sample test: U+1780,U+17D2,U+179F with Kh-Metal-Chrieng.ttf
16559
16560     Also:
16561     Bug 58922 - Issue with mark advance zeroing in generic shaper
16562
16563  src/hb-ot-layout-gsubgpos-private.hh | 4 ++++
16564  src/hb-ot-layout-private.hh          | 6 ++++++
16565  2 files changed, 10 insertions(+)
16566
16567 commit cf059ac69d10d9eb09f0d2a29b1bd989647bd800
16568 Author: Behdad Esfahbod <behdad@behdad.org>
16569 Date:   Fri May 24 15:28:11 2013 -0400
16570
16571     [icu_le] Support non-BMP text
16572
16573  src/hb-icu-le.cc | 35 ++++++++++++++++++++++++++++-------
16574  1 file changed, 28 insertions(+), 7 deletions(-)
16575
16576 commit a447c528e68cabc9ca6e24e2c436f3d605ef9aaa
16577 Author: Behdad Esfahbod <behdad@behdad.org>
16578 Date:   Thu May 23 17:05:39 2013 -0400
16579
16580     [icu_le] A bit better scaling
16581
16582  src/hb-icu-le.cc | 10 ++++++----
16583  1 file changed, 6 insertions(+), 4 deletions(-)
16584
16585 commit fb502a22787f4110472771ef771619342e64577a
16586 Merge: b9408d2 9d9e72e
16587 Author: Behdad Esfahbod <behdad@behdad.org>
16588 Date:   Thu May 23 15:54:52 2013 -0400
16589
16590     Merge commit '9d9e72e94e7914f82ce62a304e7242f79c13edaf'
16591
16592 commit b9408d24f3029f5287b17779235b1c750ff5158a
16593 Author: Behdad Esfahbod <behdad@behdad.org>
16594 Date:   Thu May 23 15:43:02 2013 -0400
16595
16596     [icu_le] Fix scaling
16597
16598     Seems to work...
16599
16600  src/hb-icu-le.cc                       |  2 ++
16601  src/hb-icu-le/PortableFontInstance.cpp | 23 +++++++++++++++--------
16602  src/hb-icu-le/PortableFontInstance.h   |  9 ++++++++-
16603  3 files changed, 25 insertions(+), 9 deletions(-)
16604
16605 commit 601526392dec5d8432f147c91658ba50ed6a4322
16606 Author: Behdad Esfahbod <behdad@behdad.org>
16607 Date:   Tue May 21 17:22:13 2013 -0400
16608
16609     Copy stdint.h boilerplate to ucdn
16610
16611  src/hb-ucdn/ucdn.h | 24 +++++++++++++++++++++++-
16612  1 file changed, 23 insertions(+), 1 deletion(-)
16613
16614 commit f1b02f4f3c0db9fbfa6747188429df828b000010
16615 Author: Behdad Esfahbod <behdad@behdad.org>
16616 Date:   Mon May 20 09:23:58 2013 -0400
16617
16618     0.9.17
16619
16620  NEWS         | 8 ++++++++
16621  configure.ac | 2 +-
16622  2 files changed, 9 insertions(+), 1 deletion(-)
16623
16624 commit d785fa0c45f7f25f5e5f352b933a5f6fa29be5c0
16625 Author: Behdad Esfahbod <behdad@behdad.org>
16626 Date:   Mon May 20 09:18:52 2013 -0400
16627
16628     Minor refactoring
16629
16630  src/hb-ot-shape.cc | 54
16631  ++++++++++++++++++++++++++++--------------------------
16632  1 file changed, 28 insertions(+), 26 deletions(-)
16633
16634 commit 127daf15e0b2f509ebd29a104236c8b38884efb0
16635 Author: Behdad Esfahbod <behdad@behdad.org>
16636 Date:   Mon May 20 09:11:35 2013 -0400
16637
16638     Arabic mark width-zeroing regression
16639
16640     Mozilla Bug 873902 - Display Arabic text with diacritics is bad
16641     https://bugzilla.mozilla.org/show_bug.cgi?id=873902
16642
16643  src/hb-ot-shape-complex-arabic.cc  |  2 +-
16644  src/hb-ot-shape-complex-default.cc |  2 +-
16645  src/hb-ot-shape-complex-myanmar.cc |  2 +-
16646  src/hb-ot-shape-complex-private.hh |  6 ++++--
16647  src/hb-ot-shape-complex-thai.cc    |  2 +-
16648  src/hb-ot-shape.cc                 | 36
16649  ++++++++++++++++++++++++++++--------
16650  6 files changed, 36 insertions(+), 14 deletions(-)
16651
16652 commit fa3d0a0ce60a9fcf2b7f906dec916463b1319eda
16653 Author: Behdad Esfahbod <behdad@behdad.org>
16654 Date:   Tue May 14 15:30:55 2013 -0400
16655
16656     Bug 64476 - Typo in hb_set_t.get_min()
16657
16658     Fixes previous commit's test.
16659
16660  src/hb-set-private.hh | 2 +-
16661  1 file changed, 1 insertion(+), 1 deletion(-)
16662
16663 commit dfbd115e6c1a86a5f1b8d15200672f1e9410b5de
16664 Author: Behdad Esfahbod <behdad@behdad.org>
16665 Date:   Tue May 14 15:30:17 2013 -0400
16666
16667     [test] Add test for hb_set_get_min() bug
16668
16669     Failing now.
16670
16671     Bug 64476 - Typo in hb_set_t.get_min()
16672
16673  test/api/test-set.c | 4 ++++
16674  1 file changed, 4 insertions(+)
16675
16676 commit 9d9e72e94e7914f82ce62a304e7242f79c13edaf
16677 Author: Behdad Esfahbod <behdad@behdad.org>
16678 Date:   Fri May 3 18:10:10 2013 -0400
16679
16680     [OTLayout] Use is_inplace() when flipping buffers
16681
16682  src/hb-ot-layout.cc | 9 ++++++++-
16683  1 file changed, 8 insertions(+), 1 deletion(-)
16684
16685 commit 45f3d980c9503bd94e64f6e3f67f97688347d00c
16686 Author: Behdad Esfahbod <behdad@behdad.org>
16687 Date:   Fri May 3 17:49:44 2013 -0400
16688
16689     [OTLayout] Merge / templateize apply_string()
16690
16691  src/hb-ot-layout-gpos-table.hh | 25 ---------------
16692  src/hb-ot-layout-gsub-table.hh | 48 ----------------------------
16693  src/hb-ot-layout.cc            | 72
16694  ++++++++++++++++++++++++++++++++++++++++--
16695  3 files changed, 69 insertions(+), 76 deletions(-)
16696
16697 commit e015b8f2187d1102b9c34d1a63504e7b05ee20ee
16698 Author: Behdad Esfahbod <behdad@behdad.org>
16699 Date:   Fri May 3 17:34:29 2013 -0400
16700
16701     [OTLayout] Minor
16702
16703  src/hb-ot-layout-gpos-table.hh | 5 +++++
16704  1 file changed, 5 insertions(+)
16705
16706 commit 780cd930a974165d76dbf7a87701d11b7f15db06
16707 Author: Behdad Esfahbod <behdad@behdad.org>
16708 Date:   Fri May 3 17:33:16 2013 -0400
16709
16710     [OTLayout] Minor
16711
16712  src/hb-ot-layout-gpos-table.hh | 2 +-
16713  src/hb-ot-layout-gsub-table.hh | 2 +-
16714  src/hb-ot-layout.cc            | 4 ++--
16715  3 files changed, 4 insertions(+), 4 deletions(-)
16716
16717 commit 2e0c44f4bedd3e24c731c0e9e23358e9a4891a35
16718 Author: Behdad Esfahbod <behdad@behdad.org>
16719 Date:   Wed Apr 24 16:42:05 2013 -0400
16720
16721     [OTLayout] Add is_inplace() method to GSUB
16722
16723  src/hb-ot-layout-gpos-table.hh       |   8 +-
16724  src/hb-ot-layout-gsub-table.hh       |  58 ++++++++++++-
16725  src/hb-ot-layout-gsubgpos-private.hh | 158
16726  +++++++++++++++++++++++++++++++++++
16727  3 files changed, 222 insertions(+), 2 deletions(-)
16728
16729 commit bac1dd6a0ff4d4fae4254506d38ae662b7e9dda7
16730 Author: Behdad Esfahbod <behdad@behdad.org>
16731 Date:   Thu May 2 18:52:24 2013 -0400
16732
16733     [OTLayout] Refactor a bit more
16734
16735  src/hb-ot-layout-gsubgpos-private.hh       |  10 +--
16736  src/hb-ot-layout-private.hh                |  26 ++++----
16737  src/hb-ot-layout.cc                        | 100
16738  ++++++++++++++---------------
16739  src/hb-ot-map-private.hh                   |   7 +-
16740  src/hb-ot-shape-complex-arabic-fallback.hh |   7 +-
16741  src/hb-ot-shape-fallback.cc                |   3 +-
16742  6 files changed, 78 insertions(+), 75 deletions(-)
16743
16744 commit d2c96819de9a7428b65ef0adf794416224221f36
16745 Author: Behdad Esfahbod <behdad@behdad.org>
16746 Date:   Thu May 2 18:18:24 2013 -0400
16747
16748     Move code around
16749
16750  src/hb-ot-layout.cc | 52
16751  ++++++++++++++++++++++++++++++++++++++++++++++++++++
16752  src/hb-ot-map.cc    | 43 -------------------------------------------
16753  2 files changed, 52 insertions(+), 43 deletions(-)
16754
16755 commit 45fd9424c723f115ca98995b8f8a25185a6fc71d
16756 Author: Behdad Esfahbod <behdad@behdad.org>
16757 Date:   Thu May 2 18:06:51 2013 -0400
16758
16759     [OTLayout] Add hb_ot_layout_lookup_accelerator_t
16760
16761  src/hb-ot-layout-private.hh                | 21 +++++++++++++++++--
16762  src/hb-ot-layout.cc                        | 33
16763  +++++++++++++++---------------
16764  src/hb-ot-shape-complex-arabic-fallback.hh | 10 +++++----
16765  3 files changed, 41 insertions(+), 23 deletions(-)
16766
16767 commit 76ea563673d24ae1673a5aa3a21da6014479d433
16768 Author: Behdad Esfahbod <behdad@behdad.org>
16769 Date:   Sat May 4 16:01:20 2013 -0400
16770
16771     [OTLayout] Add note about collect_glyphs() and recursive lookups
16772
16773  src/hb-ot-layout-gsubgpos-private.hh | 8 +++++++-
16774  1 file changed, 7 insertions(+), 1 deletion(-)
16775
16776 commit a8bf0e91f18341e1e20f4e3341fc7dcdd0c990e1
16777 Author: Behdad Esfahbod <behdad@behdad.org>
16778 Date:   Fri May 3 14:45:04 2013 -0400
16779
16780     Add U+061C ARABIC LETTER MARK to Default_Ignorable
16781
16782  src/hb-unicode-private.hh | 4 ++++
16783  1 file changed, 4 insertions(+)
16784
16785 commit 5d59f999204aedfc433ab4989664d875f96b0364
16786 Author: Behdad Esfahbod <behdad@behdad.org>
16787 Date:   Thu May 2 14:44:45 2013 -0400
16788
16789     [OTLayout] Make MultipleSubst in-place for sequences of len=1
16790
16791  src/hb-ot-layout-gsub-table.hh | 15 +++++++++++----
16792  1 file changed, 11 insertions(+), 4 deletions(-)
16793
16794 commit 54f84a6b8571ac7aaaa66f3eff562d23d69d7552
16795 Author: Behdad Esfahbod <behdad@behdad.org>
16796 Date:   Thu May 2 15:27:53 2013 -0400
16797
16798     [OTLayout] Whitespace
16799
16800  src/hb-ot-layout-gsub-table.hh | 56
16801  +++++++++++++++++++++---------------------
16802  1 file changed, 28 insertions(+), 28 deletions(-)
16803
16804 commit 3276c354daaff3acabecff11f8e4b5c54d53fc25
16805 Author: Behdad Esfahbod <behdad@behdad.org>
16806 Date:   Thu May 2 15:16:59 2013 -0400
16807
16808     [OTLayout] Minor refactoring
16809
16810  src/hb-ot-map-private.hh |  4 ++++
16811  src/hb-ot-map.cc         | 46
16812  +++++++++++++++++++++++++---------------------
16813  2 files changed, 29 insertions(+), 21 deletions(-)
16814
16815 commit ea86efa486a5076e9bf844239bccf86d67577f88
16816 Author: Behdad Esfahbod <behdad@behdad.org>
16817 Date:   Thu May 2 14:41:39 2013 -0400
16818
16819     Minor
16820
16821  src/hb-ot-map-private.hh | 6 +++---
16822  1 file changed, 3 insertions(+), 3 deletions(-)
16823
16824 commit 8b63efb6f80b2e9b2de5ec6ab24d6e15826565cb
16825 Author: Behdad Esfahbod <behdad@behdad.org>
16826 Date:   Thu May 2 14:29:32 2013 -0400
16827
16828     Minor
16829
16830  src/hb-buffer-private.hh | 2 ++
16831  1 file changed, 2 insertions(+)
16832
16833 commit 2265be0a620bc76ab65f12fedde67791beb51314
16834 Author: Behdad Esfahbod <behdad@behdad.org>
16835 Date:   Thu May 2 14:25:09 2013 -0400
16836
16837     Minor
16838
16839  src/hb-ot-map-private.hh   | 17 ++++++++++-------
16840  src/hb-ot-map.cc           |  2 ++
16841  src/hb-ot-shape-private.hh |  3 +--
16842  3 files changed, 13 insertions(+), 9 deletions(-)
16843
16844 commit e6f19af08717a6a63ad0b5bf4bf368778edc63f0
16845 Author: Behdad Esfahbod <behdad@behdad.org>
16846 Date:   Thu May 2 13:59:46 2013 -0400
16847
16848     Minor
16849
16850  src/hb-set-private.hh | 16 +++++++++-------
16851  1 file changed, 9 insertions(+), 7 deletions(-)
16852
16853 commit 6c15ddfe2b45383824b64058ae69939d002183a6
16854 Author: Behdad Esfahbod <behdad@behdad.org>
16855 Date:   Tue Apr 30 11:34:00 2013 -0400
16856
16857     Renamed DEBUG to something else
16858
16859     Some infrastructures use DEBUG as a generic symbol.
16860
16861  src/hb-buffer.cc  | 6 +++---
16862  src/hb-private.hh | 4 ++--
16863  2 files changed, 5 insertions(+), 5 deletions(-)
16864
16865 commit 00b93f6610f36d8d14ca65fb99864be6d5bdb1ea
16866 Author: Behdad Esfahbod <behdad@behdad.org>
16867 Date:   Mon Apr 29 13:48:49 2013 -0400
16868
16869     Fix icu linking by requesting the library searchpath from icu-config
16870
16871     This is not ideal as we don't like -L/usr/lib in our linker line.
16872     But this is only relevant to environments that don't have pkgconfig
16873     files for ICU...
16874
16875     https://github.com/behdad/harfbuzz/pull/2
16876
16877  configure.ac | 4 ++--
16878  1 file changed, 2 insertions(+), 2 deletions(-)
16879
16880 commit 03adf38b22a37216dffac50d075ea9c881f1a22d
16881 Author: Behdad Esfahbod <behdad@behdad.org>
16882 Date:   Mon Apr 29 13:40:52 2013 -0400
16883
16884     Make both old autoconf and new automake happy
16885
16886     Sigh..
16887
16888     Bug 64039 - undefined macro AM_PROG_AR
16889
16890  configure.ac | 2 +-
16891  1 file changed, 1 insertion(+), 1 deletion(-)
16892
16893 commit ed79dff517bacfc87279079d5d42d079c21a0373
16894 Author: Behdad Esfahbod <behdad@behdad.org>
16895 Date:   Sun Apr 21 15:39:25 2013 -0400
16896
16897     Minor
16898
16899  src/hb-ot-layout-gpos-table.hh | 5 -----
16900  1 file changed, 5 deletions(-)
16901
16902 commit 893f57b32f01da3411b5596d59170bc340e9fa39
16903 Author: Behdad Esfahbod <behdad@behdad.org>
16904 Date:   Sun Apr 21 15:21:49 2013 -0400
16905
16906     Minor renaming
16907
16908  src/hb-ot-map-private.hh | 10 +++++-----
16909  src/hb-ot-map.cc         | 22 +++++++++++-----------
16910  2 files changed, 16 insertions(+), 16 deletions(-)
16911
16912 commit 8ac3c9c0b6b8e76bce282825b9bb706c0c78c2a6
16913 Author: Behdad Esfahbod <behdad@behdad.org>
16914 Date:   Sun Apr 21 15:19:38 2013 -0400
16915
16916     Rename "pause" to "stage"
16917
16918     The compile() function is starting to become illegible...
16919
16920  src/hb-ot-map-private.hh | 24 ++++++++++++------------
16921  src/hb-ot-map.cc         | 38 +++++++++++++++++++-------------------
16922  2 files changed, 31 insertions(+), 31 deletions(-)
16923
16924 commit dd0641a432691f9b6186b081c38053858c8bc5c1
16925 Author: Behdad Esfahbod <behdad@behdad.org>
16926 Date:   Sun Apr 21 15:13:57 2013 -0400
16927
16928     Minor
16929
16930  src/hb-ot-map.cc | 5 +++--
16931  1 file changed, 3 insertions(+), 2 deletions(-)
16932
16933 commit 06a44e859328f5f1e2f6034e711b474116d22e22
16934 Author: Behdad Esfahbod <behdad@behdad.org>
16935 Date:   Sun Apr 21 15:13:08 2013 -0400
16936
16937     Remove unneeded code
16938
16939     We always push a pause at the end such that each lookup falls
16940     in exactly
16941     one pause_map_t.  Now, only if I can find a better name for that...
16942
16943  src/hb-ot-map-private.hh |  2 +-
16944  src/hb-ot-map.cc         | 12 +-----------
16945  2 files changed, 2 insertions(+), 12 deletions(-)
16946
16947 commit a408d2375aa2ad96b58e56aef18e5000daf2516b
16948 Author: Behdad Esfahbod <behdad@behdad.org>
16949 Date:   Fri Apr 19 16:32:06 2013 -0400
16950
16951     0.9.16
16952
16953  NEWS         | 13 ++++++++++++-
16954  configure.ac |  2 +-
16955  2 files changed, 13 insertions(+), 2 deletions(-)
16956
16957 commit 8659c636087e433f56da458351e8b4d85fdb347c
16958 Author: Behdad Esfahbod <behdad@behdad.org>
16959 Date:   Fri Apr 19 14:33:17 2013 -0400
16960
16961     Hand-code bsearch in the hot inner loop.
16962
16963     Saves another 3 / 4 percent with Amiri.
16964
16965  src/hb-open-type-private.hh | 29 +++++++++++++++--------------
16966  1 file changed, 15 insertions(+), 14 deletions(-)
16967
16968 commit 797d76d07f80d796a825d850772087104e5a2575
16969 Author: Behdad Esfahbod <behdad@behdad.org>
16970 Date:   Thu Apr 18 19:04:12 2013 -0400
16971
16972     Minor
16973
16974  src/hb-ot-layout-common-private.hh | 3 +--
16975  1 file changed, 1 insertion(+), 2 deletions(-)
16976
16977 commit e4046080c5d785c8dbf9ec9e3478ab9acc83e479
16978 Author: Behdad Esfahbod <behdad@behdad.org>
16979 Date:   Wed Apr 17 23:49:54 2013 -0400
16980
16981     [util] Unbreak --show-text / --show-unicode
16982
16983  util/shape-consumer.hh | 4 ++--
16984  1 file changed, 2 insertions(+), 2 deletions(-)
16985
16986 commit 0dc3a4e0349d28f387a3b4c60a2f51962742738e
16987 Author: Behdad Esfahbod <behdad@behdad.org>
16988 Date:   Wed Apr 17 23:04:03 2013 -0400
16989
16990     Obssesive optimization
16991
16992     Not measurable by any means, but conceptually this is faster since
16993     the mask matches more often than the digest.
16994
16995  src/hb-ot-layout-gpos-table.hh | 4 ++--
16996  src/hb-ot-layout-gsub-table.hh | 8 ++++----
16997  2 files changed, 6 insertions(+), 6 deletions(-)
16998
16999 commit f9a611026785a80baa4cbff31ad0847beb70ca9a
17000 Author: Behdad Esfahbod <behdad@behdad.org>
17001 Date:   Wed Apr 17 19:01:49 2013 -0400
17002
17003     Remove HB_DEBUG_SET_DIGESTS
17004
17005     Wasn't correct with the new combiner.  I should add it back somehow,
17006     but for now the digests seem to be working very well...
17007
17008  src/hb-set-private.hh | 16 +---------------
17009  src/hb-set.cc         | 14 --------------
17010  2 files changed, 1 insertion(+), 29 deletions(-)
17011
17012 commit f7466ee76f2bd3812209426e2c39fe517227406d
17013 Author: Behdad Esfahbod <behdad@behdad.org>
17014 Date:   Wed Apr 17 18:20:44 2013 -0400
17015
17016     Remove hb_set_digest_common_bits_t
17017
17018     Was unused.
17019
17020  src/hb-set-private.hh | 38 --------------------------------------
17021  1 file changed, 38 deletions(-)
17022
17023 commit 0d5798a137b52d9be7ef88c79e59f9bf01d54f3b
17024 Author: Behdad Esfahbod <behdad@behdad.org>
17025 Date:   Wed Apr 17 18:19:21 2013 -0400
17026
17027     Improve hb_set_digest_t
17028
17029     Make Amiri rendering faster a whopping 45% again!  Speends up pretty
17030     much anything I tested.
17031
17032  src/hb-set-private.hh | 28 +++++++++++++++++++++++-----
17033  1 file changed, 23 insertions(+), 5 deletions(-)
17034
17035 commit c7851efcd3a1e5317ab4ea57535cb755bace0848
17036 Author: Behdad Esfahbod <behdad@behdad.org>
17037 Date:   Wed Apr 17 17:45:39 2013 -0400
17038
17039     Templatize hb_set_digest_lowest_bits_t filter
17040
17041  src/hb-set-private.hh | 21 +++++++++++++++++----
17042  1 file changed, 17 insertions(+), 4 deletions(-)
17043
17044 commit 0edd0fd255790471118fae1fd7a1309a2b77cf62
17045 Author: Behdad Esfahbod <behdad@behdad.org>
17046 Date:   Wed Apr 17 17:26:56 2013 -0400
17047
17048     Add comment
17049
17050  src/hb-set-private.hh | 8 ++++++++
17051  1 file changed, 8 insertions(+)
17052
17053 commit b40f2c0372acbc51b13be5cda7dd013e74e3e11a
17054 Author: Behdad Esfahbod <behdad@behdad.org>
17055 Date:   Tue Apr 16 23:21:38 2013 -0400
17056
17057     Add hb_set_digest_combiner_t
17058
17059  src/hb-set-private.hh | 33 ++++++++++++++++++++-------------
17060  1 file changed, 20 insertions(+), 13 deletions(-)
17061
17062 commit 02e5e583688999c4dc04f11b3924da65f99af7e3
17063 Author: Behdad Esfahbod <behdad@behdad.org>
17064 Date:   Tue Apr 16 23:13:10 2013 -0400
17065
17066     Speed up Speed up hb_set_digest_common_bits_t calcs
17067
17068     Correctly this time.
17069
17070  src/hb-set-private.hh | 8 +++++---
17071  1 file changed, 5 insertions(+), 3 deletions(-)
17072
17073 commit 893991fc9d2d3a57c4c148f3a9c3b98263cf3aed
17074 Author: Behdad Esfahbod <behdad@behdad.org>
17075 Date:   Tue Apr 16 21:50:33 2013 -0400
17076
17077     Initialize set digests
17078
17079     We were not initializing the digests properly and as a result
17080     they were
17081     being initialized to zero, making digest1 to never do any useful work.
17082
17083     Speeds up Amiri shaping significantly.
17084
17085  src/hb-ot-layout.cc                        | 6 ++++++
17086  src/hb-ot-shape-complex-arabic-fallback.hh | 4 +++-
17087  2 files changed, 9 insertions(+), 1 deletion(-)
17088
17089 commit 4d2813d3e980c8e6150caafa604a78cc44bf62a2
17090 Author: Behdad Esfahbod <behdad@behdad.org>
17091 Date:   Tue Apr 16 21:57:21 2013 -0400
17092
17093     Print set-digest hit ratio with HB_DEBUG_SET_DIGESTS
17094
17095  src/hb-set-private.hh | 13 +++++++++++++
17096  src/hb-set.cc         | 13 +++++++++++++
17097  2 files changed, 26 insertions(+)
17098
17099 commit 1357c2dd120d005ceecfa83ed328d05dc634d7bc
17100 Author: Behdad Esfahbod <behdad@behdad.org>
17101 Date:   Tue Apr 16 21:47:40 2013 -0400
17102
17103     Revert "Speed up hb_set_digest_common_bits_t calcs"
17104
17105     This reverts commit 3d1b66a35e1ab3be19335705f310b278d76d66d2.
17106
17107     The calculations were buggy.  It's not worth optimizing right now.
17108
17109  src/hb-set-private.hh | 6 +++---
17110  1 file changed, 3 insertions(+), 3 deletions(-)
17111
17112 commit 2b712bba3f7c459653737dfa2f7d26f17f3b9f64
17113 Author: Behdad Esfahbod <behdad@behdad.org>
17114 Date:   Tue Apr 16 16:11:09 2013 -0400
17115
17116     Fix typo in unused macro
17117
17118  src/hb-private.hh | 2 +-
17119  1 file changed, 1 insertion(+), 1 deletion(-)
17120
17121 commit 50067e280f381918b8e90b26df9e7bf20f98f0bd
17122 Author: Behdad Esfahbod <behdad@behdad.org>
17123 Date:   Thu Apr 11 16:31:01 2013 -0400
17124
17125     [util] Add --num-iterations
17126
17127     Useful for profiling shapers.
17128
17129  util/options.cc        |  1 +
17130  util/options.hh        |  2 ++
17131  util/shape-consumer.hh | 15 +++++++++------
17132  3 files changed, 12 insertions(+), 6 deletions(-)
17133
17134 commit 08677c250767bfc2c0dd1fc934dea92984741291
17135 Author: Behdad Esfahbod <behdad@behdad.org>
17136 Date:   Thu Apr 11 14:45:58 2013 -0400
17137
17138     [old] Speed up Unicode properties access in hb-old shaper
17139
17140     Just to be sure it's not punishing the old shaper performance
17141     numbers.  Doesn't seem to have a measurable effect.
17142
17143  src/hb-old/harfbuzz-arabic.c   | 44
17144  +++++++++++++++++++++---------------------
17145  src/hb-old/harfbuzz-external.h | 18 ++++++++---------
17146  src/hb-old/harfbuzz-greek.c    |  2 +-
17147  src/hb-old/harfbuzz-hebrew.c   |  2 +-
17148  src/hb-old/harfbuzz-indic.cpp  | 10 +++++-----
17149  src/hb-old/harfbuzz-shaper.cpp |  6 ++++--
17150  src/hb-old/harfbuzz-shaper.h   |  1 +
17151  7 files changed, 43 insertions(+), 40 deletions(-)
17152
17153 commit 36a661c0a03d958b95c9ea64a435b55bcd99c3d6
17154 Author: Behdad Esfahbod <behdad@behdad.org>
17155 Date:   Thu Apr 11 13:38:37 2013 -0400
17156
17157     [git.mk] Update
17158
17159  git.mk | 33 ++++++++++++++++++++-------------
17160  1 file changed, 20 insertions(+), 13 deletions(-)
17161
17162 commit ef9e02eddfc9a37d50723e96839635d79191d849
17163 Author: Behdad Esfahbod <behdad@behdad.org>
17164 Date:   Tue Apr 9 14:06:54 2013 -0400
17165
17166     Minor
17167
17168  src/test.cc | 1 +
17169  1 file changed, 1 insertion(+)
17170
17171 commit 22e47456154ca0b8173268486e56ef3a0e1e7150
17172 Author: Behdad Esfahbod <behdad@behdad.org>
17173 Date:   Fri Apr 5 18:02:43 2013 -0400
17174
17175     0.9.15
17176
17177  NEWS         | 10 ++++++++++
17178  configure.ac |  2 +-
17179  2 files changed, 11 insertions(+), 1 deletion(-)
17180
17181 commit 4d4fc920496c95621d5bb4800282ea8c028cdde3
17182 Author: Behdad Esfahbod <behdad@behdad.org>
17183 Date:   Fri Apr 5 17:58:25 2013 -0400
17184
17185     [git.mk] Ignore ar-lib
17186
17187  git.mk | 1 +
17188  1 file changed, 1 insertion(+)
17189
17190 commit 587e5753e088b4d0b82c74ddbde790a8369a7517
17191 Author: Behdad Esfahbod <behdad@behdad.org>
17192 Date:   Fri Apr 5 12:38:58 2013 -0400
17193
17194     Add note re Hangul shaping
17195
17196  src/hb-ot-shape-complex-private.hh | 14 ++++++++++++++
17197  1 file changed, 14 insertions(+)
17198
17199 commit 269de14dda7a86a20917fa9ea6a5864929c41364
17200 Author: Behdad Esfahbod <behdad@behdad.org>
17201 Date:   Thu Apr 4 23:06:54 2013 -0400
17202
17203     Don't compose Hangul jamo
17204
17205     See thread "an issue regarding discrepancy between Korean and Unicode
17206     standards" on the mailing list for the rationale.  In short: Uniscribe
17207     doesn't, so fonts are designed to work without it.
17208
17209  src/hb-ot-shape-complex-default.cc   |  6 ------
17210  src/hb-ot-shape-normalize-private.hh |  1 -
17211  src/hb-ot-shape-normalize.cc         | 11 +++++------
17212  3 files changed, 5 insertions(+), 13 deletions(-)
17213
17214 commit 1f970609850bb4999b94e1e11b764ab4279cbd38
17215 Author: Behdad Esfahbod <behdad@behdad.org>
17216 Date:   Thu Apr 4 15:02:03 2013 -0400
17217
17218     Put back MemoryBarrier fallback implementation on MINGW32
17219
17220     This almost reverts 2761e8a632c14353f286708898be8df6ebad7407,
17221     but only if under MINGW32, so it doesn't affect MSVC.
17222
17223  src/hb-atomic-private.hh | 8 ++++++++
17224  1 file changed, 8 insertions(+)
17225
17226 commit f368ba4a9edec4e297616698097546e8e6c89e53
17227 Author: Behdad Esfahbod <behdad@behdad.org>
17228 Date:   Thu Apr 4 14:25:36 2013 -0400
17229
17230     [Arabic] Zero marks by GDEF, not Unicode category
17231
17232     Testing shows that this is closer to what Uniscribe does.
17233
17234     Reported by Khaled Hosny:
17235
17236     """
17237     commit 568000274c8edb5f41bc4f876ce21fcc8bdaeed8
17238     ...
17239     This commit is causing a regression with Amiri, the string
17240     “هَٰذ” with
17241     Uniscribe and HarfBuzz before this commit, gives:
17242
17243         [uni0630.fina=3+965|uni0670.medi=0+600|uni064E=0@-256,0+0|uni0647.init=0+926]
17244
17245     But now it gives:
17246
17247         [uni0630.fina=3+965|uni0670.medi=0+0|uni064E=0@-256,0+0|uni0647.init=0+926]
17248
17249     i.e. uni0670.medi is zeroed though it has a base glyph GDEF class.
17250     """
17251
17252     The test case is U+0647,U+064E,U+0670,U+0630 with Amiri.
17253
17254  src/hb-ot-shape-complex-arabic.cc | 2 +-
17255  1 file changed, 1 insertion(+), 1 deletion(-)
17256
17257 commit 3b80674c50b8c3133848a4034f7106b2b9bfe224
17258 Author: Behdad Esfahbod <behdad@behdad.org>
17259 Date:   Thu Apr 4 12:06:46 2013 -0400
17260
17261     Bug 63107 - FTBFS on ppc64: symbols marked with 'D' on powerpc64
17262     instead
17263
17264  src/check-symbols.sh | 2 +-
17265  1 file changed, 1 insertion(+), 1 deletion(-)
17266
17267 commit 7148dc1a978610af25b4f490691a62d709c8c463
17268 Author: Behdad Esfahbod <behdad@behdad.org>
17269 Date:   Tue Apr 2 14:08:53 2013 -0400
17270
17271     [graphite2] Don't crash if language is not set
17272
17273     https://bugs.webkit.org/show_bug.cgi?id=113796
17274
17275  src/hb-graphite2.cc | 2 +-
17276  1 file changed, 1 insertion(+), 1 deletion(-)
17277
17278 commit a88a62f70f87563725d47b9b6824565e5d6b78ab
17279 Author: Behdad Esfahbod <behdad@behdad.org>
17280 Date:   Thu Mar 21 21:02:16 2013 -0400
17281
17282     Minor
17283
17284  src/hb-ot-shape-normalize.cc | 4 +---
17285  1 file changed, 1 insertion(+), 3 deletions(-)
17286
17287 commit 0a2b2a505b647f6b4802750c87cd9c5f0baaadef
17288 Author: Behdad Esfahbod <behdad@behdad.org>
17289 Date:   Thu Mar 21 16:26:39 2013 -0400
17290
17291     Remove gthread leftovers
17292
17293     We don't use gthread anymore, remove leftovers.
17294
17295  configure.ac         | 6 ------
17296  test/api/Makefile.am | 4 ++--
17297  test/api/hb-test.h   | 3 ---
17298  3 files changed, 2 insertions(+), 11 deletions(-)
17299
17300 commit b93de1ea085bfc0661ce3ad0e21fb5eba722c951
17301 Author: Behdad Esfahbod <behdad@behdad.org>
17302 Date:   Thu Mar 21 16:25:20 2013 -0400
17303
17304     Minor
17305
17306  configure.ac | 16 ++++++++--------
17307  1 file changed, 8 insertions(+), 8 deletions(-)
17308
17309 commit f872a17462a75a3493623747bf3a3fbe54556c7b
17310 Author: Behdad Esfahbod <behdad@behdad.org>
17311 Date:   Thu Mar 21 13:38:06 2013 -0400
17312
17313     0.9.14
17314
17315  NEWS         | 14 ++++++++++++++
17316  configure.ac |  2 +-
17317  2 files changed, 15 insertions(+), 1 deletion(-)
17318
17319 commit cc50bf5b13bfe88137fa7a42782872c40fb9aefb
17320 Author: Behdad Esfahbod <behdad@behdad.org>
17321 Date:   Tue Mar 19 06:59:40 2013 -0400
17322
17323     Remove Hangul filler characters from Default_Ignorable chars
17324
17325     See discussion on mailing list.
17326
17327  src/hb-unicode-private.hh                                      |
17328  10 +++++++---
17329  .../texts/in-tree/shaper-default/script-hangul/misc/misc.txt   |  1 +
17330  2 files changed, 8 insertions(+), 3 deletions(-)
17331
17332 commit a8cf7b43fa795150ae3d42d64424bb6e0373d0b2
17333 Author: Behdad Esfahbod <behdad@behdad.org>
17334 Date:   Tue Mar 19 05:53:26 2013 -0400
17335
17336     [Indic] Futher adjust ZWJ handling in Indic-like shapers
17337
17338     After the Ngapi hackfest work, we were assuming that fonts
17339     won't use presentation features to choose specific forms
17340     (eg. conjuncts).  As such, we were using auto-joiner behavior
17341     for such features.  It proved to be troublesome as many fonts
17342     used presentation forms ('pres') for example to form conjuncts,
17343     which need to be disabled when a ZWJ is inserted.
17344
17345     Two examples:
17346
17347         U+0D2F,U+200D,U+0D4D,U+0D2F with kartika.ttf
17348         U+0995,U+09CD,U+200D,U+09B7 with vrinda.ttf
17349
17350     What we do now is to never do magic to ZWJ during GSUB's main input
17351     match for Indic-style shapers.  Note that backtrack/lookahead
17352     are still
17353     matched liberally, as is GPOS.  This seems to be an acceptable
17354     compromise.
17355
17356     As to the bug that initially started this work, that one needs to
17357     be fixed differently:
17358
17359       Bug 58714 - Kannada u+0cb0 u+200d u+0ccd u+0c95 u+0cbe does not
17360       provide same results as Windows8
17361       https://bugs.freedesktop.org/show_bug.cgi?id=58714
17362
17363     New numbers:
17364
17365     BENGALI: 353689 out of 354188 tests passed. 499 failed (0.140886%)
17366     DEVANAGARI: 707305 out of 707394 tests passed. 89 failed (0.0125814%)
17367     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
17368     GURMUKHI: 60706 out of 60747 tests passed. 41 failed (0.067493%)
17369     KANNADA: 951030 out of 951913 tests passed. 883 failed (0.0927606%)
17370     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
17371     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
17372     MALAYALAM: 1048102 out of 1048334 tests passed. 232 failed
17373     (0.0221304%)
17374     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
17375     SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
17376     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
17377     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
17378     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
17379
17380  src/hb-ot-layout-gsubgpos-private.hh               | 30
17381  ++++++++--------------
17382  src/hb-ot-layout-private.hh                        |  4 +--
17383  src/hb-ot-layout.cc                                |  8 +++---
17384  src/hb-ot-map-private.hh                           |  8 +++---
17385  src/hb-ot-map.cc                                   | 18 ++++++-------
17386  src/hb-ot-shape-complex-arabic-fallback.hh         |  2 +-
17387  src/hb-ot-shape-complex-indic.cc                   | 30
17388  +++++++++++-----------
17389  src/hb-ot-shape-complex-myanmar.cc                 |  4 +--
17390  src/hb-ot-shape-complex-sea.cc                     |  4 +--
17391  src/hb-ot-shape-fallback.cc                        |  2 +-
17392  .../indic/script-bengali/misc/misc.txt             |  1 +
17393  .../indic/script-malayalam/misc/misc.txt           |  1 +
17394  12 files changed, 53 insertions(+), 59 deletions(-)
17395
17396 commit 8226fb56f131362db877dc4be6857c684b8fd022
17397 Author: Behdad Esfahbod <behdad@behdad.org>
17398 Date:   Tue Mar 19 05:22:27 2013 -0400
17399
17400     Allow disabling ICU by using a fake icu-config script
17401
17402  configure.ac | 4 ++--
17403  1 file changed, 2 insertions(+), 2 deletions(-)
17404
17405 commit a1f3e8ccbfad0d1148b905ae008ba63a26090cb9
17406 Author: Behdad Esfahbod <behdad@behdad.org>
17407 Date:   Mon Mar 11 20:18:49 2013 -0400
17408
17409     [travis] Install libicu
17410
17411  .travis.yml | 5 +++--
17412  1 file changed, 3 insertions(+), 2 deletions(-)
17413
17414 commit 14cfab52daa8d22b843110f32ca09af5bbc855a6
17415 Author: Behdad Esfahbod <behdad@behdad.org>
17416 Date:   Mon Mar 11 19:53:44 2013 -0400
17417
17418     Add build system fallback to icu-config
17419
17420     Ubuntu doesn't (or didn't until recently?) ship icu pkg-config
17421     files.  That's quite unfortunate.  Work around it.
17422
17423     Bug 57608 - ICU Detection fallback for non-pkgconfig systems
17424
17425  configure.ac | 37 +++++++++++++++++++++++++++++++++++++
17426  1 file changed, 37 insertions(+)
17427
17428 commit 190e19e6842875c7a487c66235300ee6b42fb5da
17429 Author: Behdad Esfahbod <behdad@behdad.org>
17430 Date:   Sat Mar 9 20:30:22 2013 -0500
17431
17432     [ft] Remove TODO items that I'm not going to fix
17433
17434  src/hb-ft.cc | 7 +------
17435  1 file changed, 1 insertion(+), 6 deletions(-)
17436
17437 commit 392ee97431b368ee74e1b521fd539b69d2efadfb
17438 Author: Behdad Esfahbod <behdad@behdad.org>
17439 Date:   Sat Mar 9 20:27:55 2013 -0500
17440
17441     [ft] Remove TODO item re FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH
17442
17443     That flag is redundant, deprecated, and ignored since April 2011.
17444     From FreeType git log:
17445
17446     commit 8c82ec5b17d0cfc9b0876a2d848acc207a62a25a
17447     Author: Behdad Esfahbod <behdad@behdad.org>
17448     Date:   Thu Apr 21 08:21:37 2011 +0200
17449
17450         Always ignore global advance.
17451
17452         This makes FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH redundant,
17453         deprecated, and ignored.  The new behavior is what every
17454         major user
17455         of FreeType has been requesting.  Global advance is broken in many
17456         CJK fonts.  Just ignoring it by default makes most sense.
17457
17458         * src/truetype/ttdriver.c (tt_get_advances),
17459         src/truetype/ttgload.c (TT_Get_HMetrics, TT_Get_VMetrics,
17460         tt_get_metrics, compute_glyph_metrics, TT_Load_Glyph),
17461         src/truetype/ttgload.h: Implement it.
17462
17463         * docs/CHANGES: Updated.
17464
17465  src/hb-ft.cc | 2 --
17466  1 file changed, 2 deletions(-)
17467
17468 commit c5d91f39802078fc6f6de71940739ec4d04eca07
17469 Author: Behdad Esfahbod <behdad@behdad.org>
17470 Date:   Sat Mar 9 04:34:21 2013 -0500
17471
17472     Add hb_auto_array_t
17473
17474  src/hb-private.hh | 8 ++++++++
17475  1 file changed, 8 insertions(+)
17476
17477 commit ee5464d17fa4c59f5adaaa13dde70dd5264dbc64
17478 Author: Behdad Esfahbod <behdad@behdad.org>
17479 Date:   Sat Mar 9 01:59:30 2013 -0500
17480
17481     [OTLayout] Move code around
17482
17483  src/hb-ot-layout-gpos-table.hh |  33 ++++++------
17484  src/hb-ot-layout-gsub-table.hh | 115
17485  +++++++++++++++++++++--------------------
17486  2 files changed, 75 insertions(+), 73 deletions(-)
17487
17488 commit 9c5a9ee967120c8a968a1160c420e03620d46c24
17489 Author: Behdad Esfahbod <behdad@behdad.org>
17490 Date:   Sat Mar 9 01:55:04 2013 -0500
17491
17492     [OTLayout] Rename process() to dispatch()
17493
17494  src/hb-open-type-private.hh          |  2 +-
17495  src/hb-ot-layout-gpos-table.hh       | 80
17496  ++++++++++++++++++------------------
17497  src/hb-ot-layout-gsub-table.hh       | 78
17498  +++++++++++++++++------------------
17499  src/hb-ot-layout-gsubgpos-private.hh | 36 ++++++++--------
17500  4 files changed, 98 insertions(+), 98 deletions(-)
17501
17502 commit 2761e8a632c14353f286708898be8df6ebad7407
17503 Author: Behdad Esfahbod <behdad@behdad.org>
17504 Date:   Thu Mar 7 20:51:30 2013 -0500
17505
17506     [win32] Remove MemoryBarrier() fallback implementation
17507
17508     I added these because the older mingw32 toolchain didn't have
17509     MemoryBarrier().  The newer mingw-w64 toolchain however has.
17510     As reported by John Emmas this was causing build failure with
17511     MSVC (on glib) because of inline issues.  But that reminded me
17512     that we may be taking this path even if the system implements
17513     MemoryBarrier as a function, which is a waste.  So, just remove
17514     it.
17515
17516  src/hb-atomic-private.hh | 14 +-------------
17517  1 file changed, 1 insertion(+), 13 deletions(-)
17518
17519 commit ea11abfc5de8bc5cf651b37c9570593eed6a8f9b
17520 Author: Behdad Esfahbod <behdad@behdad.org>
17521 Date:   Wed Mar 6 20:21:11 2013 -0500
17522
17523     [build] Port to newer automake recommended syntax
17524
17525  test/api/Makefile.am | 4 ++--
17526  1 file changed, 2 insertions(+), 2 deletions(-)
17527
17528 commit c39def9bc71559d59325a2c3282c1cec4286b2ae
17529 Author: Behdad Esfahbod <behdad@behdad.org>
17530 Date:   Wed Mar 6 20:20:45 2013 -0500
17531
17532     Move valgrind suppressions to the correct directory
17533
17534  test/{ => api}/.valgrind-suppressions | 0
17535  1 file changed, 0 insertions(+), 0 deletions(-)
17536
17537 commit a8ac1d33c731f6200ee472ab6c37a80b72770564
17538 Author: Behdad Esfahbod <behdad@behdad.org>
17539 Date:   Wed Mar 6 20:05:34 2013 -0500
17540
17541     [build] Add AM_PROG_AR
17542
17543     Newer automake / libtools warns otherwise.
17544
17545  configure.ac | 1 +
17546  1 file changed, 1 insertion(+)
17547
17548 commit 5594c2d112c295147ee69215a2ce9dfd99984aa0
17549 Author: Behdad Esfahbod <behdad@behdad.org>
17550 Date:   Wed Mar 6 19:37:31 2013 -0500
17551
17552     [FT] Just return if glyph name not found
17553
17554     The fallback happens in higher level already.  No need to do here.
17555
17556  src/hb-ft.cc | 4 ++--
17557  1 file changed, 2 insertions(+), 2 deletions(-)
17558
17559 commit fb7c182bf92142540bff1ad7fb82de0d115fb2b5
17560 Author: Behdad Esfahbod <behdad@behdad.org>
17561 Date:   Wed Mar 6 00:53:24 2013 -0500
17562
17563     [Indic] Minor
17564
17565  src/hb-ot-shape-complex-indic.cc | 2 +-
17566  1 file changed, 1 insertion(+), 1 deletion(-)
17567
17568 commit 8144936d072f94104242edf9e7aaa31d315b4094
17569 Author: Behdad Esfahbod <behdad@behdad.org>
17570 Date:   Tue Mar 5 20:08:59 2013 -0500
17571
17572     [Indic] Work around fonts with broken new-spec tables
17573
17574     See comments, and this thread:
17575
17576     http://lists.freedesktop.org/archives/harfbuzz/2013-March/002990.html
17577
17578     Originally reported here:
17579
17580     https://code.google.com/p/chromium/issues/detail?id=96143
17581
17582     Doesn't change test suite numbers.
17583
17584  src/hb-ot-shape-complex-indic.cc | 42
17585  +++++++++++++++++++++++++++-------------
17586  1 file changed, 29 insertions(+), 13 deletions(-)
17587
17588 commit dfb799f57572e8123035a42a30f93c7fc4d37692
17589 Author: Behdad Esfahbod <behdad@behdad.org>
17590 Date:   Tue Mar 5 17:23:33 2013 -0500
17591
17592     [travis] Oops.  Run make check, not make test!
17593
17594  .travis.yml | 2 +-
17595  1 file changed, 1 insertion(+), 1 deletion(-)
17596
17597 commit 8bdce1cac1be9e79344c1f9a9811d98ed2e5c5fd
17598 Author: Behdad Esfahbod <behdad@behdad.org>
17599 Date:   Tue Mar 5 02:35:31 2013 -0500
17600
17601     Run autogen.sh, not configure, in travis-ci
17602
17603  .travis.yml | 1 +
17604  1 file changed, 1 insertion(+)
17605
17606 commit 5f705b437cb116275a8c20366e694d740bce715c
17607 Author: Behdad Esfahbod <behdad@behdad.org>
17608 Date:   Tue Mar 5 01:37:44 2013 -0500
17609
17610     Add .travis.yml for continuous building with travis-ci.org
17611
17612     Notifications sent to IRC channel and mailing list.
17613
17614  .travis.yml | 12 ++++++++++++
17615  1 file changed, 12 insertions(+)
17616
17617 commit cd54d505d1a2467a67e5ff96fe0eb101b953b265
17618 Author: Behdad Esfahbod <behdad@behdad.org>
17619 Date:   Mon Mar 4 21:29:38 2013 -0500
17620
17621     Fix distcheck
17622
17623  src/Makefile.am | 2 ++
17624  1 file changed, 2 insertions(+)
17625
17626 commit 22c625a490bbaac52ead2cd29ee49b170e6e9845
17627 Author: Behdad Esfahbod <behdad@behdad.org>
17628 Date:   Mon Mar 4 20:56:15 2013 -0500
17629
17630     [git.mk] Update to commit efc928222179576270c5910416d8055dd7a97896
17631
17632         Move reusable list of files into variable definitions modules can
17633         reuse
17634
17635  Makefile.am | 22 ++++------------------
17636  git.mk      | 59
17637  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
17638  2 files changed, 60 insertions(+), 21 deletions(-)
17639
17640 commit 66f7b3509a121b8f3289ad4c4aed2b5b10a6de2e
17641 Author: Behdad Esfahbod <behdad@behdad.org>
17642 Date:   Mon Mar 4 18:52:12 2013 -0500
17643
17644     Add libtool m4 macros to MAINTAINERCLEANFILES
17645
17646  Makefile.am | 5 +++++
17647  1 file changed, 5 insertions(+)
17648
17649 commit 41732f1fe3ce856d8bb95850635034537b6ba047
17650 Author: Behdad Esfahbod <behdad@behdad.org>
17651 Date:   Wed Feb 27 20:40:54 2013 -0500
17652
17653     [Indic] Help compiler put indic_features table in .rodata
17654
17655     The overridden "or" operator was preventing the flag expression from
17656     being const, and putting the table in .data instead or .rodata.
17657
17658  src/hb-ot-map-private.hh         |  2 ++
17659  src/hb-ot-shape-complex-indic.cc | 24 ++++++++++++------------
17660  2 files changed, 14 insertions(+), 12 deletions(-)
17661
17662 commit 778d7f844cb330289830c95431269db06ba1c969
17663 Author: Behdad Esfahbod <behdad@behdad.org>
17664 Date:   Wed Feb 27 18:47:26 2013 -0500
17665
17666     [buffer] Better parse glyph names
17667
17668  src/hb-buffer-deserialize-json.rl | 9 ++++++---
17669  src/hb-buffer-deserialize-text.rl | 5 ++++-
17670  2 files changed, 10 insertions(+), 4 deletions(-)
17671
17672 commit 20b817ac21147e0a8edbf23ef071c2f4ce6c2b95
17673 Author: Behdad Esfahbod <behdad@behdad.org>
17674 Date:   Wed Feb 27 18:39:37 2013 -0500
17675
17676     [buffer] Implement buffer deserialization for format=json
17677
17678     Using a ragel machine.
17679
17680  src/Makefile.am                   |   2 +
17681  src/hb-buffer-deserialize-json.rl | 129
17682  ++++++++++++++++++++++++++++++++++++++
17683  src/hb-buffer-deserialize-text.rl |  52 +--------------
17684  src/hb-buffer-serialize.cc        |  45 +++++++++++--
17685  src/hb-private.hh                 |   6 +-
17686  src/hb-shape.cc                   |   2 -
17687  src/test-buffer-serialize.cc      |   4 +-
17688  7 files changed, 179 insertions(+), 61 deletions(-)
17689
17690 commit 847794e929831750e97525137ab5e285ccd1064e
17691 Author: Behdad Esfahbod <behdad@behdad.org>
17692 Date:   Wed Feb 27 17:59:28 2013 -0500
17693
17694     [buffer] Implement buffer deserialization for format=text
17695
17696     Using a ragel machine.
17697
17698  src/Makefile.am                   |   2 +
17699  src/hb-buffer-deserialize-text.rl | 169
17700  ++++++++++++++++++++++++++++++++++++++
17701  src/hb-buffer-private.hh          |   3 +-
17702  src/hb-buffer-serialize.cc        |  36 +++-----
17703  src/hb-buffer.cc                  |  13 ++-
17704  src/hb-buffer.h                   |   2 +-
17705  src/hb-private.hh                 |   5 +-
17706  src/hb-shape.cc                   |   9 +-
17707  src/test-buffer-serialize.cc      |  16 +++-
17708  9 files changed, 221 insertions(+), 34 deletions(-)
17709
17710 commit 4ee803b42a3baae4b0f295a07cb7ad591a538e4c
17711 Author: Behdad Esfahbod <behdad@behdad.org>
17712 Date:   Wed Feb 27 16:09:55 2013 -0500
17713
17714     [buffer] Fix serializing of buffer with invalid direction
17715
17716  src/hb-buffer-serialize.cc | 2 +-
17717  1 file changed, 1 insertion(+), 1 deletion(-)
17718
17719 commit e54dd26300f50eb19907a9d39269a363279b3e07
17720 Author: Behdad Esfahbod <behdad@behdad.org>
17721 Date:   Wed Feb 27 13:01:02 2013 -0500
17722
17723     [buffer] Start implementing buffer deserialization
17724
17725  src/Makefile.am              |  12 ++++-
17726  src/hb-buffer-serialize.cc   |  64 ++++++++++++++++++++++--
17727  src/hb-buffer.h              |   2 +-
17728  src/test-buffer-serialize.cc | 114
17729  +++++++++++++++++++++++++++++++++++++++++++
17730  4 files changed, 187 insertions(+), 5 deletions(-)
17731
17732 commit bcc8f32b4c46cd73f591924c64a6f63df6eaf9e7
17733 Author: Behdad Esfahbod <behdad@behdad.org>
17734 Date:   Wed Feb 27 12:02:42 2013 -0500
17735
17736     [buffer] Minor
17737
17738  src/hb-buffer-serialize.cc | 10 +++++++---
17739  src/hb-buffer.h            |  4 ++--
17740  2 files changed, 9 insertions(+), 5 deletions(-)
17741
17742 commit d3e14aafff60e1314d0ef66e42cdde6bf949bb66
17743 Author: Behdad Esfahbod <behdad@behdad.org>
17744 Date:   Wed Feb 27 11:06:36 2013 -0500
17745
17746     [buffer] Move buffer serialization code to a new file
17747
17748  Android.mk                 |   1 +
17749  src/Makefile.am            |   1 +
17750  src/hb-buffer-serialize.cc | 251
17751  +++++++++++++++++++++++++++++++++++++++++++++
17752  src/hb-buffer.cc           | 228 ----------------------------------------
17753  4 files changed, 253 insertions(+), 228 deletions(-)
17754
17755 commit 8da51112696ec8641d7dd9184b7ab1dd48458813
17756 Author: Behdad Esfahbod <behdad@behdad.org>
17757 Date:   Wed Feb 27 17:48:31 2013 -0500
17758
17759     Minor
17760
17761  src/hb-shape.cc | 2 ++
17762  1 file changed, 2 insertions(+)
17763
17764 commit 94789fd6012125acc8426dd88df97f03b0948ea5
17765 Author: Behdad Esfahbod <behdad@behdad.org>
17766 Date:   Tue Feb 26 21:22:37 2013 -0500
17767
17768     [Indic] Sort pre-base reordering consonants with post-forms
17769
17770     Before, we were marking them as below-form for initial reordering.
17771     However, there is a rule that says "post consonants should follow
17772     below consonsnts" for base determination purposes.  Malayalam has
17773     port-form YA/VA, and RA is pre-base.  As such, for a sequence like
17774     YA,Virama,YA,Virama,RA, the correct base is at index 0.  But
17775     because the code was seeing RA as a below-base, it was stopping at
17776     the second YA as base, instead of jumping it as a post-base.
17777
17778     By treating prebase-reordering consonants like post-forms, this
17779     is fixed.
17780
17781     MALAYALAM went down from 351 to 265.  Other numbers didn't change:
17782
17783     BENGALI: 353686 out of 354188 tests passed. 502 failed (0.141733%)
17784     DEVANAGARI: 707305 out of 707394 tests passed. 89 failed (0.0125814%)
17785     GUJARATI: 366262 out of 366457 tests passed. 195 failed (0.0532122%)
17786     GURMUKHI: 60706 out of 60747 tests passed. 41 failed (0.067493%)
17787     KANNADA: 950680 out of 951913 tests passed. 1233 failed (0.129529%)
17788     KHMER: 299074 out of 299124 tests passed. 50 failed (0.0167155%)
17789     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
17790     MALAYALAM: 1048069 out of 1048334 tests passed. 265 failed
17791     (0.0252782%)
17792     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
17793     SINHALA: 271539 out of 271847 tests passed. 308 failed (0.113299%)
17794     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
17795     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
17796     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
17797
17798  src/hb-ot-shape-complex-indic.cc | 2 +-
17799  1 file changed, 1 insertion(+), 1 deletion(-)
17800
17801 commit 6d69a2cec158061ef097c488d08813c9503824b8
17802 Author: Behdad Esfahbod <behdad@behdad.org>
17803 Date:   Tue Feb 26 19:35:50 2013 -0500
17804
17805     [tests] Add Malayalam tests frim cibu
17806
17807  .../indic/script-malayalam/misc/MANIFEST           |   1 +
17808  .../indic/script-malayalam/misc/cibu.txt           | 188
17809  +++++++++++++++++++++
17810  2 files changed, 189 insertions(+)
17811
17812 commit 1edc6b97b67363d55cfb5914c991ae54d42a6440
17813 Author: Behdad Esfahbod <behdad@behdad.org>
17814 Date:   Tue Feb 26 15:01:45 2013 -0500
17815
17816     Update Android.mk
17817
17818  Android.mk | 3 +++
17819  1 file changed, 3 insertions(+)
17820
17821 commit 05d5d3cd63ba2fadfdb62190dd24ef80ee3df40c
17822 Author: Behdad Esfahbod <behdad@behdad.org>
17823 Date:   Mon Feb 25 23:57:51 2013 -0500
17824
17825     Fix "comparison between signed and unsigned" warnings
17826
17827     Patch from Jonathan Kew.
17828
17829  src/hb-open-type-private.hh | 2 +-
17830  1 file changed, 1 insertion(+), 1 deletion(-)
17831
17832 commit 07a52b62115f10caea5c2d174a4272eb9ddb2284
17833 Author: Behdad Esfahbod <behdad@behdad.org>
17834 Date:   Mon Feb 25 19:09:57 2013 -0500
17835
17836     Give up sanitizing after 100 edit requests
17837
17838     Such fonts are *definitely* really broken.  Give up.
17839     Limits time spent in sanitize for extremely / deliberately broken
17840     fonts.  For example, two fonts with these md5sum / names:
17841
17842       9343f0a1b8c84b8123e7d201cae62ffd.ttf
17843       eb8c978547f09d368fc204194fb34688.ttf
17844
17845     were spending over a second in sanitize!  Not anymore.
17846
17847  src/hb-open-type-private.hh | 7 +++++++
17848  1 file changed, 7 insertions(+)
17849
17850 commit 29ff25481584e20a2fa39195f295c8eb4bf3bad0
17851 Author: Behdad Esfahbod <behdad@behdad.org>
17852 Date:   Mon Feb 25 19:04:56 2013 -0500
17853
17854     Add HB_DEBUG_VERBOSE
17855
17856     Only affects the verbosity of function name printing right now.
17857
17858  src/hb-private.hh | 6 +++++-
17859  1 file changed, 5 insertions(+), 1 deletion(-)
17860
17861 commit 05686b5f697ed40dd21b330d044c3c286461fb26
17862 Author: Behdad Esfahbod <behdad@behdad.org>
17863 Date:   Mon Feb 25 18:19:20 2013 -0500
17864
17865     0.9.13
17866
17867  NEWS         | 29 +++++++++++++++++++++++++++++
17868  configure.ac |  2 +-
17869  2 files changed, 30 insertions(+), 1 deletion(-)
17870
17871 commit 9e5ac7b8c02c86a4f28c79173a5237503eaa7115
17872 Author: Behdad Esfahbod <behdad@behdad.org>
17873 Date:   Mon Feb 25 17:54:10 2013 -0500
17874
17875     Fix blob test to match c3ba49b6fa1865e8318926eaa6c0f2063d1053bb
17876
17877  test/api/test-blob.c | 57
17878  ++++++++++++++++++++++++++++++++++++++++++++++------
17879  1 file changed, 51 insertions(+), 6 deletions(-)
17880
17881 commit c3ba49b6fa1865e8318926eaa6c0f2063d1053bb
17882 Author: Behdad Esfahbod <behdad@behdad.org>
17883 Date:   Mon Feb 25 17:06:35 2013 -0500
17884
17885     Always create sub-blobs in MEMORY_MODE_READONLY
17886
17887     This fixes a design bug with sanitize and sub-blobs that can
17888     cause crashes.  Jonathan and I found and debugged this issue
17889     when we tested a corrupt font with the md5sum / filename:
17890     ea395483d37af0cb933f40689ff7b60a.  Two hours of intense
17891     debugging we found out that the font has overlapping GSUB/GPOS
17892     tables, and as such, sanitizing the second table can modify
17893     the first one, which can cause all kinds of undefined behavior.
17894
17895     The correct way to fix this is to make sure sub-blobs are
17896     always created readonly, since we consider the parent blob
17897     to be a shared resource and can't modify it, even if it *is*
17898     writable.
17899
17900     This essentially makes the READONLY_MAY_MAKE_WRITABLE mode
17901     unused...  Maybe we should simply remove / deprecate it.
17902
17903  src/hb-blob.cc |  2 +-
17904  src/hb-blob.h  | 26 ++++++++++++++++++++++++++
17905  2 files changed, 27 insertions(+), 1 deletion(-)
17906
17907 commit 57542d7f411c71d9b8110ce6f64090b2c0f6a925
17908 Author: Behdad Esfahbod <behdad@behdad.org>
17909 Date:   Thu Feb 21 15:54:05 2013 -0500
17910
17911     Minor
17912
17913  src/hb-ot-layout-private.hh | 10 +++++-----
17914  1 file changed, 5 insertions(+), 5 deletions(-)
17915
17916 commit d46606e119b48dcca375d6313abd0f93ba5d09c3
17917 Author: Behdad Esfahbod <behdad@behdad.org>
17918 Date:   Thu Feb 21 15:39:57 2013 -0500
17919
17920     Port TrueType-kerning to use skippy iterator
17921
17922     It skips joiners and default ignorables now.  Skips marks too,
17923     but only
17924     if there is proper GDEF classes for marks.
17925
17926  src/hb-ot-shape-fallback.cc | 50
17927  +++++++++++++++++++++++++--------------------
17928  1 file changed, 28 insertions(+), 22 deletions(-)
17929
17930 commit 722e8b857eafc52e07dee5d9b253b88ed5c5c8ed
17931 Author: Behdad Esfahbod <behdad@behdad.org>
17932 Date:   Thu Feb 21 15:37:51 2013 -0500
17933
17934     Fixup previous commit
17935
17936     Was not decreasing num_items.  Ouch!
17937
17938  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++++----
17939  1 file changed, 8 insertions(+), 4 deletions(-)
17940
17941 commit ba87b8fc89bf745068ccd19264a2631ea0904846
17942 Author: Behdad Esfahbod <behdad@behdad.org>
17943 Date:   Thu Feb 21 15:23:39 2013 -0500
17944
17945     Move code around
17946
17947  src/hb-ot-shape-fallback-private.hh |  5 +++++
17948  src/hb-ot-shape-fallback.cc         | 40
17949  +++++++++++++++++++++++++++++++++++++
17950  src/hb-ot-shape.cc                  | 38
17951  +----------------------------------
17952  3 files changed, 46 insertions(+), 37 deletions(-)
17953
17954 commit 2b2a6e8944144755ab641f2842e36d9a847719f3
17955 Author: Behdad Esfahbod <behdad@behdad.org>
17956 Date:   Thu Feb 21 15:07:03 2013 -0500
17957
17958     [OTLayout] Correctly skip Default_Ignorable when match_func not set
17959
17960     When a match_func was not set on the matcher_t object (ie. from GPOS),
17961     then the Default_Ignorables (including joiners) were never skipped.
17962     This meant that they were not skipped as they should during GPOS
17963     matching.  Fix that.
17964
17965     A few Indic numbers have "regressed": BENGALI and DEVANAGARI went
17966     up from 290 and 58 respectively, but in both cases new results are
17967     superior to Uniscribe, as they apply GPOS when we weren't (and
17968     Uniscribe isn't) before.
17969     BENGALI: 353686 out of 354188 tests passed. 502 failed (0.141733%)
17970     DEVANAGARI: 707305 out of 707394 tests passed. 89 failed (0.0125814%)
17971     GUJARATI: 366262 out of 366457 tests passed. 195 failed (0.0532122%)
17972     GURMUKHI: 60706 out of 60747 tests passed. 41 failed (0.067493%)
17973     KANNADA: 950680 out of 951913 tests passed. 1233 failed (0.129529%)
17974     KHMER: 299074 out of 299124 tests passed. 50 failed (0.0167155%)
17975     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
17976     MALAYALAM: 1047983 out of 1048334 tests passed. 351 failed
17977     (0.0334817%)
17978     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
17979     SINHALA: 271539 out of 271847 tests passed. 308 failed (0.113299%)
17980     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
17981     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
17982     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
17983
17984  src/hb-ot-layout-gsubgpos-private.hh | 32
17985  ++++++++++++++++++++++----------
17986  1 file changed, 22 insertions(+), 10 deletions(-)
17987
17988 commit ff93ac8cb24cbc3d9dc1a2bfb0faa88950f4a507
17989 Author: Behdad Esfahbod <behdad@behdad.org>
17990 Date:   Thu Feb 21 14:51:40 2013 -0500
17991
17992     Minor
17993
17994  src/hb-ot-layout-gsubgpos-private.hh | 6 ++----
17995  1 file changed, 2 insertions(+), 4 deletions(-)
17996
17997 commit e0486fc1affd3796fb8f664e2e7fc208f1d2106c
17998 Author: Behdad Esfahbod <behdad@behdad.org>
17999 Date:   Tue Feb 19 00:58:10 2013 -0500
18000
18001     [tests] Add Myanmar torture tests from Martin Hosken
18002
18003  .../shaper-myanmar/script-myanmar/misc/MANIFEST    |  1 +
18004  .../shaper-myanmar/script-myanmar/misc/torture.txt | 23
18005  ++++++++++++++++++++++
18006  2 files changed, 24 insertions(+)
18007
18008 commit a3df9a7bf87aeba7a3d6110cd5e01a65bd0b16d0
18009 Author: Behdad Esfahbod <behdad@behdad.org>
18010 Date:   Tue Feb 19 00:50:46 2013 -0500
18011
18012     Minor
18013
18014     Moving files around
18015
18016  test/shaping/texts/in-tree/MANIFEST                                     |
18017  2 --
18018  test/shaping/texts/in-tree/shaper-default/MANIFEST                      |
18019  2 ++
18020  .../in-tree/{shaper-hangul => shaper-default}/script-hangul/MANIFEST
18021  | 0
18022  .../{shaper-hangul => shaper-default}/script-hangul/misc/MANIFEST
18023  | 0
18024  .../{shaper-hangul => shaper-default}/script-hangul/misc/misc.txt
18025  | 0
18026  .../in-tree/{script-default => shaper-default/script-tibetan}/MANIFEST
18027  | 0
18028  .../{script-default => shaper-default/script-tibetan}/misc/MANIFEST
18029  | 0
18030  .../{script-default => shaper-default/script-tibetan}/misc/misc.txt
18031  | 0
18032  test/shaping/texts/in-tree/shaper-hangul/MANIFEST                       |
18033  1 -
18034  9 files changed, 2 insertions(+), 3 deletions(-)
18035
18036 commit b1f440759161cb5a54e1b1b910f3a8383b8e8472
18037 Author: Behdad Esfahbod <behdad@behdad.org>
18038 Date:   Sun Feb 17 12:12:37 2013 -0500
18039
18040     [SEA] Fix order of pre-base reordering Ra and left matras
18041
18042     The code was confused because it was expecting left matra to have
18043     POS_PRE_M, like we do in the Myanmar shaper, but that is not what
18044     we were doing in this shaper.  Rewrite to rely on category only.
18045
18046     Test case: U+AA06,U+AA34,U+AA2F
18047
18048  src/hb-ot-shape-complex-sea.cc                              | 13
18049  +++++++------
18050  .../texts/in-tree/shaper-sea/script-cham/misc/misc.txt      |  1 +
18051  2 files changed, 8 insertions(+), 6 deletions(-)
18052
18053 commit 99fa9ea020f26ed2697f38a7690ee1e1b5d946c4
18054 Author: Behdad Esfahbod <behdad@behdad.org>
18055 Date:   Fri Feb 15 11:47:24 2013 -0500
18056
18057     Minor
18058
18059  src/hb-ot-layout-gsub-table.hh | 4 +---
18060  1 file changed, 1 insertion(+), 3 deletions(-)
18061
18062 commit 27589620ba2dcf356fd7fa21cd80221a07803202
18063 Author: Behdad Esfahbod <behdad@behdad.org>
18064 Date:   Fri Feb 15 11:47:09 2013 -0500
18065
18066     [OTLayout] Remove unused code
18067
18068  src/hb-open-type-private.hh | 5 -----
18069  1 file changed, 5 deletions(-)
18070
18071 commit ebb77b9c5e357ff7c9badb0f4bf1c3a965c3e91d
18072 Author: Behdad Esfahbod <behdad@behdad.org>
18073 Date:   Fri Feb 15 09:33:10 2013 -0500
18074
18075     Remove TODO items that don't make sense
18076
18077     The spec says those features need to be disabled by default.
18078
18079  TODO | 2 --
18080  1 file changed, 2 deletions(-)
18081
18082 commit c2a1cdc4c4cc51f4680ebc4ec2c462cb660f9492
18083 Author: Behdad Esfahbod <behdad@behdad.org>
18084 Date:   Fri Feb 15 09:27:02 2013 -0500
18085
18086     [Arabic] Fix shaping of left-joining 'Phags-Pa U+A872
18087
18088     This is the first character in Unicode to have Arabic left-joining
18089     behavior.  Update the machine to recognize that.
18090
18091     Test case: U+A840,U+A872,U+A840.
18092
18093  src/hb-ot-shape-complex-arabic.cc | 40
18094  +++++++++++++++++++--------------------
18095  1 file changed, 19 insertions(+), 21 deletions(-)
18096
18097 commit 05ac87813d17d9ebbfa315eee3f80f25b53135c5
18098 Author: Behdad Esfahbod <behdad@behdad.org>
18099 Date:   Fri Feb 15 09:26:41 2013 -0500
18100
18101     [tests] Add Syriac Alaph shaping test cases
18102
18103  .../shaper-arabic/script-syriac/misc/MANIFEST      |  1 +
18104  .../shaper-arabic/script-syriac/misc/alaph.txt     | 98
18105  ++++++++++++++++++++++
18106  2 files changed, 99 insertions(+)
18107
18108 commit c462b32dcb883a7aca066af24c4d28c7a2b7fa28
18109 Author: Behdad Esfahbod <behdad@behdad.org>
18110 Date:   Fri Feb 15 07:51:47 2013 -0500
18111
18112     Disable automatic segment properties guessing
18113
18114     Before, if one called hb_shape() without setting script, language, and
18115     direction on the buffer, hb_shape() was calling
18116     hb_buffer_guess_segment_properties() on the user's behalf to guess
18117     these.
18118
18119     This is very dangerous, since any serious user of HarfBuzz must set
18120     these properly (specially important is direction).  So now, we don't
18121     guess properties by default.  People not setting direction will get
18122     an abort() now.  If the old behavior is desired (fragile, good for
18123     simple testing only), users can call
18124     hb_buffer_guess_segment_properties() on the buffer just before calling
18125     hb_shape().
18126
18127  src/hb-fallback-shape.cc | 1 -
18128  src/hb-ot-shape.cc       | 2 --
18129  src/hb-shape.cc          | 2 --
18130  util/options.hh          | 1 +
18131  4 files changed, 1 insertion(+), 5 deletions(-)
18132
18133 commit 7abddbb47a489aaac8e76ac6e700cd815739b1d2
18134 Author: Behdad Esfahbod <behdad@behdad.org>
18135 Date:   Fri Feb 15 07:46:57 2013 -0500
18136
18137     Add assertions for a couple programmer errors
18138
18139  src/hb-shape-plan.cc | 8 +++++++-
18140  1 file changed, 7 insertions(+), 1 deletion(-)
18141
18142 commit 038c98f6866fe1177b04bd2ae3bb461b2f0fd1ed
18143 Author: Behdad Esfahbod <behdad@behdad.org>
18144 Date:   Fri Feb 15 07:41:07 2013 -0500
18145
18146     Allow disabling of TrueType kerning
18147
18148     Responds to the same feature tag that GPOS kerning does:
18149     'kern' for horizontal and 'vkrn' for vertical.
18150
18151  TODO               |  2 --
18152  src/hb-ot-shape.cc | 55
18153  ++++++++++++++++++++++++++++++++++--------------------
18154  2 files changed, 35 insertions(+), 22 deletions(-)
18155
18156 commit 398238a2526d322eb79e255c24634a275473920f
18157 Author: Behdad Esfahbod <behdad@behdad.org>
18158 Date:   Fri Feb 15 07:40:10 2013 -0500
18159
18160     Fix partial disabling of default-on features
18161
18162     Surprisingly, if user ever tried to turn a default feature off
18163     partially
18164     (say, disable liga for a range), the feature was being turned off
18165     globally!  Fixed now.
18166
18167  src/hb-ot-map.cc | 5 ++---
18168  1 file changed, 2 insertions(+), 3 deletions(-)
18169
18170 commit cb90b1bbe6d27ca6968b70d2dbfea7ab7fb73293
18171 Author: Behdad Esfahbod <behdad@behdad.org>
18172 Date:   Fri Feb 15 07:02:08 2013 -0500
18173
18174     [OTLayout] Respect syllable boundaries for backtrack/lookahead
18175     matching
18176
18177     Originally we meant to match backtrack/lookahead across syllable
18178     boundaries.  But a bug in the code meant that this was NOT done for
18179     backtrack.  We "fixed" that in
18180     2c7d0b6b80d412de3fddd443ed1a485ea1cbb03c,
18181     but that broke Myanmar shaping.
18182
18183     We now believe that for Indic-like shapers (which is where syllables
18184     are
18185     used), all basic shaping forms should be fully contained within their
18186     syllables, so now we limit backtrack/lookahead matching to the
18187     syllable
18188     too.  Unbreaks Myanmar.
18189
18190  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
18191  1 file changed, 2 insertions(+), 2 deletions(-)
18192
18193 commit ee9c3a17d0bf263c5eee479fd778db97cff8e189
18194 Author: Behdad Esfahbod <behdad@behdad.org>
18195 Date:   Fri Feb 15 06:22:26 2013 -0500
18196
18197     Minor refactoring
18198
18199  src/hb-ot-shape-complex-myanmar.cc | 36
18200  ++++++++++--------------------------
18201  src/hb-ot-shape-complex-sea.cc     | 37
18202  ++++++++++---------------------------
18203  src/hb-ot-shape.cc                 | 17 ++++++-----------
18204  3 files changed, 26 insertions(+), 64 deletions(-)
18205
18206 commit cfc507c5432e6327e8484b07b9e091212653bc92
18207 Author: Behdad Esfahbod <behdad@behdad.org>
18208 Date:   Thu Feb 14 10:40:12 2013 -0500
18209
18210     [Indic-like] Disable automatic joiner handling for basic shaping
18211     features
18212
18213     Not for Arabic, but for Indic-like scripts.  ZWJ/ZWNJ have special
18214     meanings in those scripts, so let font lookups take full control.
18215
18216     This undoes the regression caused by automatic-joiners handling
18217     introduced two commits ago.
18218
18219     We only disable automatic joiner handling for the "basic shaping
18220     features" of Indic, Myanmar, and SEAsian shapers.  The "presentation
18221     forms" and other features are still applied with automatic-joiner
18222     handling.
18223
18224     This change also changes the test suite failure statistics, such that
18225     a few scripts show more "failures".  The most affected is Kannada.
18226     However, upon inspection, we believe that in most, if not all, of the
18227     new failures, we are producing results superior to Uniscribe.  Hard to
18228     count those!
18229
18230     Here's an example of what is fixed by the recent joiner-handling
18231     changes:
18232
18233       https://bugs.freedesktop.org/show_bug.cgi?id=58714
18234
18235     New numbers, for future reference:
18236
18237     BENGALI: 353892 out of 354188 tests passed. 296 failed (0.0835714%)
18238     DEVANAGARI: 707336 out of 707394 tests passed. 58 failed (0.00819911%)
18239     GUJARATI: 366262 out of 366457 tests passed. 195 failed (0.0532122%)
18240     GURMUKHI: 60706 out of 60747 tests passed. 41 failed (0.067493%)
18241     KANNADA: 950680 out of 951913 tests passed. 1233 failed (0.129529%)
18242     KHMER: 299074 out of 299124 tests passed. 50 failed (0.0167155%)
18243     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
18244     MALAYALAM: 1047983 out of 1048334 tests passed. 351 failed
18245     (0.0334817%)
18246     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
18247     SINHALA: 271539 out of 271847 tests passed. 308 failed (0.113299%)
18248     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
18249     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
18250     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
18251
18252  src/hb-ot-layout-gsubgpos-private.hh       | 35
18253  +++++++++++++++++++-----------
18254  src/hb-ot-layout-private.hh                |  6 +++--
18255  src/hb-ot-layout.cc                        | 10 +++++----
18256  src/hb-ot-map-private.hh                   | 12 ++++++----
18257  src/hb-ot-map.cc                           | 32
18258  +++++++++++++++++++++------
18259  src/hb-ot-shape-complex-arabic-fallback.hh |  2 +-
18260  src/hb-ot-shape-complex-indic.cc           | 29 +++++++++++++------------
18261  src/hb-ot-shape-complex-myanmar.cc         |  4 ++--
18262  src/hb-ot-shape-complex-sea.cc             |  4 ++--
18263  9 files changed, 85 insertions(+), 49 deletions(-)
18264
18265 commit 0b45479198d61d5135dad771e9c68408eb13f930
18266 Author: Behdad Esfahbod <behdad@behdad.org>
18267 Date:   Thu Feb 14 10:46:52 2013 -0500
18268
18269     [OTLayout] Add fine-grained control over ZWJ matching
18270
18271     Not used yet.  Next commit...
18272
18273  src/hb-ot-layout-gsubgpos-private.hh | 10 ++++++++--
18274  src/hb-ot-layout-private.hh          | 11 +++++++++--
18275  2 files changed, 17 insertions(+), 4 deletions(-)
18276
18277 commit 607feb7cff0e50f8738d2e49ca463fc9d7d494de
18278 Author: Behdad Esfahbod <behdad@behdad.org>
18279 Date:   Thu Feb 14 07:43:13 2013 -0500
18280
18281     [OTLayout] Ignore default-ignorables when matching GSUB/GPOS
18282
18283     When matching lookups, be smart about default-ignorable characters.
18284     In particular:
18285
18286     Do nothing specific about ZWNJ, but for the other default-ignorables:
18287
18288     If the lookup in question uses the ignorable character in a sequence,
18289     then match it as we used to do.  However, if the sequence match will
18290     fail because the default-ignorable blocked it, try skipping the
18291     ignorable character and continue.
18292
18293     The most immediate thing it means is that if Lam-Alef forms a
18294     ligature,
18295     then Lam-ZWJ-Alef will do to.  Finally!
18296
18297     One exception: when matching for GPOS, or for backtrack/lookahead of
18298     GSUB, we ignore ZWNJ too.  That's the right thing to do.
18299
18300     It certainly is possible to build fonts that this feature will result
18301     in undesirable glyphs, but it's hard to think of a real-world case
18302     that that would happen.
18303
18304     This *does* break Indic shaping right now, since Indic Unicode has
18305     specific rules for what ZWJ/ZWNJ mean, and skipping ZWJ is breaking
18306     those rules.  That will be fixed in upcoming commits.
18307
18308  src/hb-ot-layout-gpos-table.hh       |   1 +
18309  src/hb-ot-layout-gsub-table.hh       |   2 +-
18310  src/hb-ot-layout-gsubgpos-private.hh | 279
18311  ++++++++++++++++++++++++-----------
18312  src/hb-ot-layout-private.hh          |  45 ++++++
18313  src/hb-ot-shape-private.hh           |  44 ------
18314  5 files changed, 237 insertions(+), 134 deletions(-)
18315
18316 commit ec5448667b30ad662401c2b4f5fc0da524c013fd
18317 Author: Behdad Esfahbod <behdad@behdad.org>
18318 Date:   Thu Feb 14 11:25:10 2013 -0500
18319
18320     Add hb_ot_map_feature_flags_t
18321
18322     Code cleanup.  No (intended) functional change.
18323
18324  src/hb-ot-map-private.hh           | 29 +++++++++++++++++---
18325  src/hb-ot-map.cc                   | 24 ++++++++---------
18326  src/hb-ot-shape-complex-arabic.cc  |  4 +--
18327  src/hb-ot-shape-complex-indic.cc   | 55
18328  +++++++++++++++++++-------------------
18329  src/hb-ot-shape-complex-myanmar.cc |  4 +--
18330  src/hb-ot-shape-complex-sea.cc     |  2 +-
18331  src/hb-ot-shape.cc                 |  6 +++--
18332  7 files changed, 74 insertions(+), 50 deletions(-)
18333
18334 commit e7ffcfafb1108801ac504f18f820e497226bf07f
18335 Author: Behdad Esfahbod <behdad@behdad.org>
18336 Date:   Thu Feb 14 11:05:56 2013 -0500
18337
18338     Clean-up add_bool_feature
18339
18340  src/hb-ot-map-private.hh           |  4 ++--
18341  src/hb-ot-shape-complex-arabic.cc  | 16 ++++++++--------
18342  src/hb-ot-shape-complex-default.cc |  2 +-
18343  src/hb-ot-shape-complex-indic.cc   |  8 ++++----
18344  src/hb-ot-shape-complex-myanmar.cc |  8 ++++----
18345  src/hb-ot-shape-complex-sea.cc     |  8 ++++----
18346  src/hb-ot-shape.cc                 | 10 +++++-----
18347  7 files changed, 28 insertions(+), 28 deletions(-)
18348
18349 commit e7562f53fe6a506d2c6d59d6688e4fa468bba462
18350 Author: Behdad Esfahbod <behdad@behdad.org>
18351 Date:   Thu Feb 14 11:05:36 2013 -0500
18352
18353     Fix compile warnings for ragel-generated machines
18354
18355  src/hb-ot-shape-complex-indic-machine.rl   | 2 +-
18356  src/hb-ot-shape-complex-myanmar-machine.rl | 2 +-
18357  src/hb-ot-shape-complex-sea-machine.rl     | 2 +-
18358  3 files changed, 3 insertions(+), 3 deletions(-)
18359
18360 commit 4e51df73a337f7232a7dfa85df78a4f19b24771b
18361 Author: Behdad Esfahbod <behdad@behdad.org>
18362 Date:   Thu Feb 14 07:42:42 2013 -0500
18363
18364     [OTLayout] Remove unused function
18365
18366  src/hb-ot-layout-gsubgpos-private.hh | 5 -----
18367  1 file changed, 5 deletions(-)
18368
18369 commit 8820bb235b1f63e4d93c8a2f5c08b44d89e06b78
18370 Author: Behdad Esfahbod <behdad@behdad.org>
18371 Date:   Thu Feb 14 07:41:03 2013 -0500
18372
18373     [OTLayout] Port apply_lookup to skippy_iter
18374
18375  src/hb-ot-layout-gsubgpos-private.hh | 50
18376  +++++++++++++++++++++++++-----------
18377  1 file changed, 35 insertions(+), 15 deletions(-)
18378
18379 commit dfca269f069dae2f99990dac24da15d316eccb9f
18380 Author: Behdad Esfahbod <behdad@behdad.org>
18381 Date:   Thu Feb 14 07:20:52 2013 -0500
18382
18383     [OTLayout] Port ligate_input to skippy_iter
18384
18385  src/hb-ot-layout-gsubgpos-private.hh | 5 ++++-
18386  1 file changed, 4 insertions(+), 1 deletion(-)
18387
18388 commit 7e53415c2d8859e8b5948a2edb38c39a8f78b825
18389 Author: Behdad Esfahbod <behdad@behdad.org>
18390 Date:   Thu Feb 14 06:24:30 2013 -0500
18391
18392     [OTLayout] Minor fix for apply_lookup()
18393
18394     Should NOT change behavior, since first glyph is a match.
18395
18396  src/hb-ot-layout-gsubgpos-private.hh | 16 +++++++++-------
18397  1 file changed, 9 insertions(+), 7 deletions(-)
18398
18399 commit 6880f7e19d44c50e45ecb86d26381aad956d9acb
18400 Author: Behdad Esfahbod <behdad@behdad.org>
18401 Date:   Wed Feb 13 12:17:25 2013 -0500
18402
18403     [OTLayout] Make table type known to apply context
18404
18405  src/hb-ot-layout-gsubgpos-private.hh       | 5 ++++-
18406  src/hb-ot-layout.cc                        | 4 ++--
18407  src/hb-ot-shape-complex-arabic-fallback.hh | 2 +-
18408  3 files changed, 7 insertions(+), 4 deletions(-)
18409
18410 commit 2c7d0b6b80d412de3fddd443ed1a485ea1cbb03c
18411 Author: Behdad Esfahbod <behdad@behdad.org>
18412 Date:   Wed Feb 13 12:10:08 2013 -0500
18413
18414     [OTLayou] Unbreak backtrack matching
18415
18416     Was introduced by 28b9d502bb69a8045818d5f6113ded9c59a56bd7.
18417
18418  src/hb-ot-layout-gsubgpos-private.hh | 7 +++----
18419  1 file changed, 3 insertions(+), 4 deletions(-)
18420
18421 commit c074ebc466dcc9bcc0d8a5dd7e942dea974ff718
18422 Author: Behdad Esfahbod <behdad@behdad.org>
18423 Date:   Wed Feb 13 11:22:42 2013 -0500
18424
18425     [OTLayout] Minor refactoring
18426
18427  src/hb-ot-layout-gpos-table.hh       |  9 ++++++---
18428  src/hb-ot-layout-gsubgpos-private.hh | 30 +++++++++++++++++-------------
18429  2 files changed, 23 insertions(+), 16 deletions(-)
18430
18431 commit 407fc12466ef460d0edf11b89f0d04c4d724875f
18432 Author: Behdad Esfahbod <behdad@behdad.org>
18433 Date:   Wed Feb 13 11:13:06 2013 -0500
18434
18435     [OTLayout] Remove bogus caching of glyph property
18436
18437  src/hb-ot-layout-gpos-table.hh       | 21 ++++++++-----------
18438  src/hb-ot-layout-gsub-table.hh       |  7 +++----
18439  src/hb-ot-layout-gsubgpos-private.hh | 40
18440  ++++++++++++++----------------------
18441  3 files changed, 26 insertions(+), 42 deletions(-)
18442
18443 commit 6b1e3502e23c110dd810f854ba021f83baab1548
18444 Author: Behdad Esfahbod <behdad@behdad.org>
18445 Date:   Wed Feb 13 11:02:54 2013 -0500
18446
18447     Remember ZWNJ
18448
18449     To be used in upcoming changes.
18450
18451  src/hb-ot-shape-private.hh | 11 +++++++++--
18452  1 file changed, 9 insertions(+), 2 deletions(-)
18453
18454 commit 1f91c39677f840a1f630696d16d083060069abf5
18455 Author: Behdad Esfahbod <behdad@behdad.org>
18456 Date:   Wed Feb 13 09:38:40 2013 -0500
18457
18458     Indent
18459
18460  src/hb-ot-shape-complex-indic.cc | 8 ++++++--
18461  1 file changed, 6 insertions(+), 2 deletions(-)
18462
18463 commit a0cb9f33ee064628debe8e848094dfd661334640
18464 Author: Behdad Esfahbod <behdad@behdad.org>
18465 Date:   Wed Feb 13 09:26:55 2013 -0500
18466
18467     [Indic] Improve base finding in final_reordering
18468
18469     Fixes 5 Malayalam failures!
18470
18471     MALAYALAM: 1048016 out of 1048334 tests passed. 318 failed
18472     (0.0303338%)
18473
18474  src/hb-ot-shape-complex-indic.cc | 7 +++++++
18475  1 file changed, 7 insertions(+)
18476
18477 commit 126f39cd16cea87b2696f66467c83a585bd4c2cf
18478 Author: Behdad Esfahbod <behdad@behdad.org>
18479 Date:   Wed Feb 13 08:29:21 2013 -0500
18480
18481     Add more dot-reph tests
18482
18483  .../shaper-indic/indic/script-malayalam/misc/dot-reph.txt      |
18484  10 ++++++++++
18485  1 file changed, 10 insertions(+)
18486
18487 commit f22b7e77783fa2f44365e0fe6413c4474c07048d
18488 Author: Behdad Esfahbod <behdad@behdad.org>
18489 Date:   Wed Feb 13 07:32:46 2013 -0500
18490
18491     [Indic] Track base position when reordering things
18492
18493     Ouch, how did things ever work without this?!  The added test that
18494     has a
18495     dot-reph as well as a pre-base reordering Ra perfectly demonstrates
18496     the
18497     bug (tested with Nirmala font from Win8 for example).  Testing
18498     suggests
18499     that Win8 shaper has the *exact* same bug / behavior that we used to
18500     have.  Odd.
18501
18502  src/hb-ot-shape-complex-indic.cc                                    |
18503  6 ++++++
18504  .../in-tree/shaper-indic/indic/script-malayalam/misc/dot-reph.txt   | 1 +
18505  2 files changed, 7 insertions(+)
18506
18507 commit bc11de144c0a7a95fa0945aa7f053d8117af282a
18508 Author: Behdad Esfahbod <behdad@behdad.org>
18509 Date:   Wed Feb 13 05:59:06 2013 -0500
18510
18511     [SEA] Don't zero any mark advances
18512
18513     Keep the logic simple, easier to explain to font developers.
18514
18515  src/hb-ot-shape-complex-sea.cc | 2 +-
18516  1 file changed, 1 insertion(+), 1 deletion(-)
18517
18518 commit 0291a6528685f1f593707655943fb2360579cb9e
18519 Author: Behdad Esfahbod <behdad@behdad.org>
18520 Date:   Wed Feb 13 05:57:24 2013 -0500
18521
18522     Further adjust mark advance zeroing
18523
18524     This is a followup to 568000274c8edb5f41bc4f876ce21fcc8bdaeed8.
18525     Looks like in the Latin shaper, Uniscribe zeroes all Unicode NSM
18526     advances *after* GPOS, not before.  Match that.
18527
18528     Can be tested using DejaVu Sans Mono, since that font has GPOS
18529     rules to zero the mark advances on its own.
18530
18531  src/hb-ot-shape.cc | 33 +++++++++++++++++++++++----------
18532  1 file changed, 23 insertions(+), 10 deletions(-)
18533
18534 commit 85c51ec2e1d518019e32801ae38659c74fc20d80
18535 Author: Behdad Esfahbod <behdad@behdad.org>
18536 Date:   Tue Feb 12 18:17:39 2013 -0500
18537
18538     [Indic] Fix Eyelash Ra with old Devanagari spec
18539
18540  src/hb-ot-shape-complex-indic.cc | 32 ++++++++++++++++++++++++++++++++
18541  1 file changed, 32 insertions(+)
18542
18543 commit cc5f24cde079b451799562b3af7ce06d932cbe6b
18544 Author: Behdad Esfahbod <behdad@behdad.org>
18545 Date:   Tue Feb 12 18:17:12 2013 -0500
18546
18547     [tests] Add tests for Devanagary Eyelash Ra
18548
18549     Currently broken with Sanskrit 2003 font.
18550
18551  .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/MANIFEST   |
18552  1 +
18553  .../in-tree/shaper-indic/indic/script-devanagari/misc/eyelash.txt      |
18554  3 +++
18555  2 files changed, 4 insertions(+)
18556
18557 commit 63e48bc33b68f940c351af623a55a4cf650db102
18558 Author: Behdad Esfahbod <behdad@behdad.org>
18559 Date:   Tue Feb 12 17:57:49 2013 -0500
18560
18561     [Indic] Apply 'blwf' before 'half'
18562
18563     This reverts 167b625d988b74572d6b2f646c285b666b650d49.  It didn't
18564     matter before, but that's going to change with next commit.
18565
18566  src/hb-ot-shape-complex-indic.cc | 4 ++--
18567  1 file changed, 2 insertions(+), 2 deletions(-)
18568
18569 commit 70d656571194d2bd32671244530edbe159722cec
18570 Author: Behdad Esfahbod <behdad@behdad.org>
18571 Date:   Tue Feb 12 18:01:21 2013 -0500
18572
18573     [Indic] Apply 'vatu' before 'cjct'
18574
18575     This essentially reverts 1d6846db9ebf84561bb30a4e48c6c43184914099,
18576     but that commit is from way back when.  We should be better
18577     following the spec order now again.
18578
18579  src/hb-ot-shape-complex-indic.cc | 4 ++--
18580  1 file changed, 2 insertions(+), 2 deletions(-)
18581
18582 commit 64bb2ae857cfda35dd71c7f1e962722069674ec6
18583 Author: Behdad Esfahbod <behdad@behdad.org>
18584 Date:   Tue Feb 12 16:29:25 2013 -0500
18585
18586     Didn't mean to push this out
18587
18588     Ouch!
18589
18590  test/shaping/hb_test_tools.py | 1 -
18591  1 file changed, 1 deletion(-)
18592
18593 commit f9b660534c269d2257d6b5e8ec2173ee71668f2f
18594 Author: Behdad Esfahbod <behdad@behdad.org>
18595 Date:   Tue Feb 12 16:13:56 2013 -0500
18596
18597     [Myanmar] Use master Indic table for syllable data
18598
18599  src/hb-ot-shape-complex-myanmar.cc | 144
18600  +++++++++----------------------------
18601  test/shaping/hb_test_tools.py      |   1 +
18602  2 files changed, 35 insertions(+), 110 deletions(-)
18603
18604 commit f60793e854393c32337a483c5d1700bf17d767fd
18605 Author: Behdad Esfahbod <behdad@behdad.org>
18606 Date:   Tue Feb 12 15:45:59 2013 -0500
18607
18608     [tests] Add Cham sample
18609
18610  test/shaping/texts/in-tree/shaper-sea/script-cham/misc/misc.txt | 1 +
18611  1 file changed, 1 insertion(+)
18612
18613 commit e2aab4b5db88c368c11cee81368b9ad41399e585
18614 Author: Behdad Esfahbod <behdad@behdad.org>
18615 Date:   Tue Feb 12 15:35:32 2013 -0500
18616
18617     Improve checks for setmode()
18618
18619     As reported by Jonathan, OS X has setmode() that is something other
18620     than what setmode() is on Win32.  So, limit invocation to Windows
18621     platforms only.
18622
18623  configure.ac    | 4 ++--
18624  util/options.cc | 4 ++--
18625  util/options.hh | 2 +-
18626  3 files changed, 5 insertions(+), 5 deletions(-)
18627
18628 commit a6c1e040e594faeefd61b456ef995c7886cdea78
18629 Author: Behdad Esfahbod <behdad@behdad.org>
18630 Date:   Tue Feb 12 15:31:58 2013 -0500
18631
18632     Improve check for Windows platforms
18633
18634     Instead of checking for compiler, check for platform.
18635
18636  src/hb-atomic-private.hh | 2 +-
18637  src/hb-mutex-private.hh  | 2 +-
18638  2 files changed, 2 insertions(+), 2 deletions(-)
18639
18640 commit 9e1f80ab3eea4a74cdaa6a390e4925a479ece1c5
18641 Author: Behdad Esfahbod <behdad@behdad.org>
18642 Date:   Tue Feb 12 15:28:21 2013 -0500
18643
18644     [SEA] Treat Consonant_Final like Consonant_Medial
18645
18646  src/hb-ot-shape-complex-indic-private.hh | 2 +-
18647  1 file changed, 1 insertion(+), 1 deletion(-)
18648
18649 commit bab02d339f39ed5168daaef9461227f78e596a2f
18650 Author: Behdad Esfahbod <behdad@behdad.org>
18651 Date:   Tue Feb 12 15:26:45 2013 -0500
18652
18653     Rename HB_OT_INDIC_OPTIONS env var to HB_OPTIONS
18654
18655     The Myanmar shaper now respects the uniscribe-bug-compatibility
18656     option too.
18657
18658  src/hb-common.cc                   | 20 ++++++++++++--
18659  src/hb-ot-shape-complex-indic.cc   | 53
18660  ++++----------------------------------
18661  src/hb-ot-shape-complex-myanmar.cc |  7 ++---
18662  src/hb-private.hh                  | 29 +++++++++++++++++++++
18663  4 files changed, 54 insertions(+), 55 deletions(-)
18664
18665 commit 3a83d33ec0b1be6f5992816ff5ebb0f43c8dff00
18666 Author: Behdad Esfahbod <behdad@behdad.org>
18667 Date:   Tue Feb 12 12:14:10 2013 -0500
18668
18669     Add South-East Asian shaper
18670
18671     Handles Tai Tham, Cham, and New Tai Lue for now.
18672
18673  src/Makefile.am                                    |  12 +-
18674  src/gen-indic-table.py                             |   9 +-
18675  src/hb-ot-shape-complex-indic-private.hh           | 241 +------------
18676  ...table.hh => hb-ot-shape-complex-indic-table.cc} |   9 +-
18677  src/hb-ot-shape-complex-indic.cc                   | 239 ++++++++++++
18678  src/hb-ot-shape-complex-myanmar.cc                 |   2 +-
18679  src/hb-ot-shape-complex-private.hh                 |  28 +-
18680  src/hb-ot-shape-complex-sea-machine.rl             | 102 ++++++
18681  src/hb-ot-shape-complex-sea.cc                     | 400
18682  +++++++++++++++++++++
18683  test/shaping/texts/in-tree/MANIFEST                |   1 +
18684  .../in-tree/shaper-indic/south-east-asian/MANIFEST |   1 -
18685  test/shaping/texts/in-tree/shaper-myanmar/MANIFEST |   1 +
18686  test/shaping/texts/in-tree/shaper-sea/MANIFEST     |   3 +
18687  .../script-cham}/MANIFEST                          |   0
18688  .../script-cham}/misc/MANIFEST                     |   0
18689  .../in-tree/shaper-sea/script-cham/misc/misc.txt   |   1 +
18690  .../in-tree/shaper-sea/script-new-tai-lue/MANIFEST |   1 +
18691  .../shaper-sea/script-new-tai-lue/misc/MANIFEST    |   1 +
18692  .../script-new-tai-lue/misc/misc.txt               |   0
18693  .../in-tree/shaper-sea/script-tai-tham/MANIFEST    |   1 +
18694  .../shaper-sea/script-tai-tham/misc/MANIFEST       |   1 +
18695  .../shaper-sea/script-tai-tham/misc/misc.txt       |   2 +
18696  22 files changed, 792 insertions(+), 263 deletions(-)
18697
18698 commit fb960212063016656dfaba83f072c81d1efc3202
18699 Author: Behdad Esfahbod <behdad@behdad.org>
18700 Date:   Tue Feb 12 10:33:58 2013 -0500
18701
18702     Minor test reshufflings
18703
18704  test/shaping/texts/in-tree/MANIFEST
18705  | 1 +
18706  .../south-east-asian/script-thai => script-default}/MANIFEST
18707  | 0
18708  .../south-asian/script-tibetan => script-default}/misc/MANIFEST
18709  | 0
18710  .../south-asian/script-tibetan => script-default}/misc/misc.txt
18711  | 0
18712  test/shaping/texts/in-tree/shaper-indic/MANIFEST
18713  | 1 -
18714  test/shaping/texts/in-tree/shaper-indic/south-asian/MANIFEST
18715  | 1 -
18716  .../texts/in-tree/shaper-indic/south-asian/script-tibetan/MANIFEST
18717  | 1 -
18718  test/shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST
18719  | 1 -
18720  .../in-tree/shaper-indic/south-east-asian/script-thai/misc/MANIFEST
18721  | 0
18722  9 files changed, 1 insertion(+), 4 deletions(-)
18723
18724 commit 5676d5d52784e16068ae483103d59111a8081854
18725 Author: Behdad Esfahbod <behdad@behdad.org>
18726 Date:   Tue Feb 12 10:31:14 2013 -0500
18727
18728     [Indic] Make sure New Tai Lue works!
18729
18730  src/hb-ot-shape-complex-private.hh                           | 12
18731  ++++++++----
18732  .../texts/in-tree/shaper-indic/south-east-asian/MANIFEST     |  1 +
18733  .../south-east-asian/script-new-tai-lue/MANIFEST             |  1 +
18734  .../south-east-asian/script-new-tai-lue/misc/MANIFEST        |  1 +
18735  .../south-east-asian/script-new-tai-lue/misc/misc.txt        |  1 +
18736  5 files changed, 12 insertions(+), 4 deletions(-)
18737
18738 commit 568000274c8edb5f41bc4f876ce21fcc8bdaeed8
18739 Author: Behdad Esfahbod <behdad@behdad.org>
18740 Date:   Tue Feb 12 09:44:57 2013 -0500
18741
18742     Adjust mark advance-width zeroing logic for Myanmar
18743
18744     Before, we were zeroing advance width of attached marks for
18745     non-Indic scripts, and not doing it for Indic.
18746
18747     We have now three different behaviors, which seem to better
18748     reflect what Uniscribe is doing:
18749
18750       - For Indic, no explicit zeroing happens whatsoever, which
18751         is the same as before,
18752
18753       - For Myanmar, zero advance width of glyphs marked as marks
18754         *in GDEF*, and do that *before* applying GPOS.  This seems
18755         to be what the new Win8 Myanmar shaper does,
18756
18757       - For everything else, zero advance width of glyphs that are
18758         from General_Category=Mn Unicode characters, and do so
18759         before applying GPOS.  This seems to be what Uniscribe does
18760         for Latin at least.
18761
18762     With these changes, positioning of all tests matches for Myanmar,
18763     except for the glitch in Uniscribe not applying 'mark'.  See preivous
18764     commit.
18765
18766  src/hb-ot-layout-gpos-table.hh     | 12 ++++--------
18767  src/hb-ot-layout-private.hh        |  3 +--
18768  src/hb-ot-layout.cc                |  4 ++--
18769  src/hb-ot-shape-complex-arabic.cc  |  2 +-
18770  src/hb-ot-shape-complex-default.cc |  2 +-
18771  src/hb-ot-shape-complex-indic.cc   |  2 +-
18772  src/hb-ot-shape-complex-myanmar.cc |  2 +-
18773  src/hb-ot-shape-complex-private.hh |  9 ++++++++-
18774  src/hb-ot-shape-complex-thai.cc    |  2 +-
18775  src/hb-ot-shape.cc                 | 31 +++++++++++++++++++++++++++++--
18776  10 files changed, 49 insertions(+), 20 deletions(-)
18777
18778 commit 99749ca8e0c4c8dbea4620f07c4d0e6d1515cc65
18779 Author: Behdad Esfahbod <behdad@behdad.org>
18780 Date:   Tue Feb 12 09:44:35 2013 -0500
18781
18782     [Myanmar] Add note re Uniscribe NOT applying 'mark'
18783
18784  src/hb-ot-shape-complex-myanmar.cc | 14 ++++++++++++++
18785  1 file changed, 14 insertions(+)
18786
18787 commit b8427801381180da9611b2e3e0f0b3514274de81
18788 Author: Behdad Esfahbod <behdad@behdad.org>
18789 Date:   Mon Feb 11 17:02:17 2013 -0500
18790
18791     Minor
18792
18793  src/hb-atomic-private.hh | 2 +-
18794  src/hb-mutex-private.hh  | 2 +-
18795  2 files changed, 2 insertions(+), 2 deletions(-)
18796
18797 commit 419c933ed1b5d97c7561546536ef5810a7b0ebd0
18798 Author: Behdad Esfahbod <behdad@behdad.org>
18799 Date:   Mon Feb 11 16:16:16 2013 -0500
18800
18801     [Myanmar] Fix handling of Punctuation and Symbol types
18802
18803     Testing with "clusters" now on par with testing without them.  15
18804     failures both.
18805
18806  src/hb-ot-shape-complex-myanmar.cc | 12 ++++++++++++
18807  1 file changed, 12 insertions(+)
18808
18809 commit 0572c1410a9cb0ac5dd5dc84a8034698cc5c4892
18810 Author: Behdad Esfahbod <behdad@behdad.org>
18811 Date:   Mon Feb 11 16:06:02 2013 -0500
18812
18813     [Myanmar] Fixup handling of joiners and GB characters
18814
18815  src/hb-ot-shape-complex-myanmar-machine.rl |  6 ++----
18816  src/hb-ot-shape-complex-myanmar.cc         | 19 +++++++++++++++++--
18817  2 files changed, 19 insertions(+), 6 deletions(-)
18818
18819 commit 1c8654ead41ca746d577549c92d2a41c594ab639
18820 Author: Behdad Esfahbod <behdad@behdad.org>
18821 Date:   Mon Feb 11 14:27:02 2013 -0500
18822
18823     [Myanmar] Prevent reordering between Asat and Dot below
18824
18825     Implemented as a hack for now.  Myanmar failures down from 23 to 15.
18826
18827     MYANMAR: 1123868 out of 1123883 tests passed. 15 failed (0.00133466%)
18828
18829     The remaining 15 cases are all where the syllable is wrong according
18830     to
18831     the OpenType spec.  We insert dottedcircle.  Uniscribe fails to
18832     do that,
18833     but it also fails to reorder the prebase-reordering medial-Ra.  So it
18834     gets it wrong.
18835
18836  src/hb-unicode-private.hh | 3 +++
18837  1 file changed, 3 insertions(+)
18838
18839 commit bed687f886b8def06642ad986648e9149a935add
18840 Author: Behdad Esfahbod <behdad@behdad.org>
18841 Date:   Mon Feb 11 14:24:03 2013 -0500
18842
18843     Shuffle test data around
18844
18845  test/shaping/texts/in-tree/MANIFEST
18846  | 1 +
18847  test/shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST
18848  | 1 -
18849  .../in-tree/shaper-indic/south-east-asian/script-thai/misc/MANIFEST
18850  | 1 -
18851  .../south-east-asian => shaper-myanmar}/script-myanmar/MANIFEST
18852  | 0
18853  .../south-east-asian => shaper-myanmar}/script-myanmar/misc/MANIFEST
18854  | 0
18855  .../south-east-asian => shaper-myanmar}/script-myanmar/misc/misc.txt
18856  | 0
18857  .../south-east-asian => shaper-myanmar}/script-myanmar/misc/utn11.txt
18858  | 0
18859  test/shaping/texts/in-tree/shaper-thai/script-thai/misc/MANIFEST
18860  | 1 +
18861  .../south-east-asian => shaper-thai}/script-thai/misc/misc.txt
18862  | 0
18863  9 files changed, 2 insertions(+), 2 deletions(-)
18864
18865 commit 98628cac9f733f2674d6409954cddb7d0634c233
18866 Author: Behdad Esfahbod <behdad@behdad.org>
18867 Date:   Mon Feb 11 13:36:23 2013 -0500
18868
18869     Add Win8-style Myanmar shaper
18870
18871     Myanmar failures down from 51% to 0.00204648%!
18872
18873     MYANMAR: 1123860 out of 1123883 tests passed. 23 failed (0.00204648%)
18874
18875  src/Makefile.am                            |  14 +-
18876  src/hb-ot-shape-complex-indic.cc           |   2 -
18877  src/hb-ot-shape-complex-myanmar-machine.rl | 127 ++++++
18878  src/hb-ot-shape-complex-myanmar.cc         | 599
18879  +++++++++++++++++++++++++++++
18880  src/hb-ot-shape-complex-private.hh         |   5 +-
18881  5 files changed, 740 insertions(+), 7 deletions(-)
18882
18883 commit 1df56449586bd32275a6fa69dcadd5fb77a84f82
18884 Author: Behdad Esfahbod <behdad@behdad.org>
18885 Date:   Mon Feb 11 14:17:54 2013 -0500
18886
18887     Minor
18888
18889  src/hb-ot-shape-complex-indic.cc | 3 ---
18890  1 file changed, 3 deletions(-)
18891
18892 commit 54f7b4d9ec13f8454aa298534da318c023fa3c63
18893 Author: Behdad Esfahbod <behdad@behdad.org>
18894 Date:   Mon Feb 11 13:27:17 2013 -0500
18895
18896     [OTLayout] Respect lookup-flags skipping over non-mark glyphs
18897
18898     Before, when matching ligatures, we never skipping over base / liga
18899     glyphs even if that was what the LookupFlags asked for.
18900
18901     Fixed now.  We carefully reviewed all instances of this, and
18902     tested with
18903     Amiri as well as some Indic scripts, and are confident that this
18904     should
18905     NOT break anyone's fonts.  It's also how Uniscribe does it, from what
18906     we can tell.
18907
18908  src/hb-ot-layout-gpos-table.hh       |  2 +-
18909  src/hb-ot-layout-gsubgpos-private.hh | 25 ++++++++++---------------
18910  2 files changed, 11 insertions(+), 16 deletions(-)
18911
18912 commit 9082efc4aacb34de8574d6a4a3c037987df58bd8
18913 Author: Behdad Esfahbod <behdad@behdad.org>
18914 Date:   Mon Feb 11 13:14:15 2013 -0500
18915
18916     [OTLayout] s/mark_skipping/skipping/
18917
18918     In aticipation of upcoming changes.
18919
18920  src/hb-ot-layout-gpos-table.hh       | 12 ++++++------
18921  src/hb-ot-layout-gsubgpos-private.hh | 28 ++++++++++++++--------------
18922  2 files changed, 20 insertions(+), 20 deletions(-)
18923
18924 commit 9621e0ba294c9cc6d458bbf632e63e92fda71e10
18925 Author: Behdad Esfahbod <behdad@behdad.org>
18926 Date:   Mon Feb 11 06:58:27 2013 -0500
18927
18928     [Indic] Fix bug introduced in 8b217f5ac54aa0dcbba2dd6d59aa89dde33e56c2
18929
18930     Was breaking reph formation logic when the Ra is the only consonant.
18931     Devanagari regression fixed.  Down to 57 failures again.  Ouch.
18932
18933  src/hb-ot-shape-complex-indic.cc | 2 +-
18934  1 file changed, 1 insertion(+), 1 deletion(-)
18935
18936 commit 6e74c64211b6aaac48bae8c87f9420d8dc03fd93
18937 Author: Behdad Esfahbod <behdad@behdad.org>
18938 Date:   Mon Feb 11 06:50:17 2013 -0500
18939
18940     Improve normalization heuristic
18941
18942     Before, for most scripts, we were not trying to recompose two
18943     characters
18944     if the second one had ccc=0.  That fails for Myanmar where U+1026
18945     decomposes to U+1025,U+102E, both of which have ccc=0.  However, we do
18946     want to try to recompose those.  We now check whether the second is a
18947     mark, using general category instead.
18948
18949     At the same time, remove optimization that was conflicting with this.
18950
18951     [Let the Ngapi hackfest begin!]
18952
18953  src/hb-ot-shape-normalize.cc | 39 +++++++++++++--------------------------
18954  1 file changed, 13 insertions(+), 26 deletions(-)
18955
18956 commit 614242efb043f2ed78916377138d456279a20a54
18957 Author: Behdad Esfahbod <behdad@behdad.org>
18958 Date:   Wed Feb 6 23:45:27 2013 -0500
18959
18960     Revert "Include config.h.in in tree"
18961
18962     This reverts commit 01013a0f5c58d5d54a37e5b4d6692e0bbd4baf80.
18963
18964     Conflicts:
18965         config.h.in
18966
18967     Same argument as previous commit.
18968
18969  Makefile.am |   1 +
18970  config.h.in | 153
18971  ------------------------------------------------------------
18972  2 files changed, 1 insertion(+), 153 deletions(-)
18973
18974 commit adff3778155facb7b149ce66ab7d573368e048de
18975 Author: Behdad Esfahbod <behdad@behdad.org>
18976 Date:   Wed Feb 6 23:43:27 2013 -0500
18977
18978     Revert "[Indic] Import ragel-generated Indic machine in git"
18979
18980     This reverts commit fab7a71f110ed646745d54b23284537c50058c21.
18981
18982     Conflicts:
18983         src/hb-ot-shape-complex-indic-machine.hh
18984
18985     Keeping that generated file in-tree causes problems with processes
18986     like
18987     tinderbox  that automatically fetch and build harfbuzz.  It's harder
18988     to
18989     bootstrap harfbuzz now (as was previously), but I'm willing to
18990     give this
18991     another chance and see how it goes.
18992
18993  autogen.sh                               |    6 +
18994  src/Makefile.am                          |    1 +
18995  src/hb-ot-shape-complex-indic-machine.hh | 1443
18996  ------------------------------
18997  3 files changed, 7 insertions(+), 1443 deletions(-)
18998
18999 commit 5898fa94d12b19686f649104bd6efe8daa1ba0c9
19000 Author: Behdad Esfahbod <behdad@behdad.org>
19001 Date:   Wed Feb 6 15:29:07 2013 -0500
19002
19003     Don't use $(ENV)
19004
19005     As reported by Peter Breitenlohner:
19006
19007     I think this is a very bad idea because ENV is used to specify
19008     a startup
19009     file to be read by some/all shells.
19010
19011  test/api/Makefile.am | 2 +-
19012  1 file changed, 1 insertion(+), 1 deletion(-)
19013
19014 commit 52d66c26a2102bd1a49463b8e8f04612598f8ac1
19015 Author: Behdad Esfahbod <behdad@behdad.org>
19016 Date:   Mon Feb 4 23:31:24 2013 -0500
19017
19018     Add color-tests automake option
19019
19020  configure.ac | 2 +-
19021  1 file changed, 1 insertion(+), 1 deletion(-)
19022
19023 commit 9de5f98f363d96f308adc33f1c2286e5c33117de
19024 Author: Behdad Esfahbod <behdad@behdad.org>
19025 Date:   Mon Feb 4 23:28:22 2013 -0500
19026
19027     Bug 60035 - intermittent make install failure on hb-version.h
19028
19029  src/Makefile.am | 12 +++++++-----
19030  1 file changed, 7 insertions(+), 5 deletions(-)
19031
19032 commit 6c1e8b614cfd6ed016fba6bf20af1e422e79eb71
19033 Author: Behdad Esfahbod <behdad@behdad.org>
19034 Date:   Mon Feb 4 23:24:16 2013 -0500
19035
19036     Bug 59637 - check-exported-symbols.sh & check-internal-symbols.sh
19037     fail on mips/mipsel
19038
19039  src/check-symbols.sh | 2 +-
19040  1 file changed, 1 insertion(+), 1 deletion(-)
19041
19042 commit bafdf3d983dcc277d6e7e322277c0bb25b41a173
19043 Author: Behdad Esfahbod <behdad@behdad.org>
19044 Date:   Mon Feb 4 23:06:50 2013 -0500
19045
19046     Merge check-internal-symbols.sh and check-exported-symbols.sh
19047
19048  src/Makefile.am                                    |  3 +-
19049  src/check-internal-symbols.sh                      | 34
19050  ----------------------
19051  ...{check-exported-symbols.sh => check-symbols.sh} | 16 ++++++++--
19052  3 files changed, 14 insertions(+), 39 deletions(-)
19053
19054 commit ceeae30f47b9d628484ae398bc38f3f60ee8eab4
19055 Author: Behdad Esfahbod <behdad@behdad.org>
19056 Date:   Thu Jan 31 19:27:36 2013 -0500
19057
19058     Really fix setmode this time
19059
19060     Thanks to Khaled for spotting it.
19061
19062  util/options.cc | 2 +-
19063  1 file changed, 1 insertion(+), 1 deletion(-)
19064
19065 commit 7cba8a673b4b436a737fc4ffe85dc84ddd2bf41f
19066 Author: Behdad Esfahbod <behdad@behdad.org>
19067 Date:   Thu Jan 31 18:37:10 2013 -0500
19068
19069     Fixup previous commit
19070
19071     Now, it looks like this breaks Cygwin again.  Have to figure out
19072     what's
19073     going on.
19074
19075  util/options.cc | 4 ++--
19076  1 file changed, 2 insertions(+), 2 deletions(-)
19077
19078 commit bc76449f51f20491a4540b4f240f5a3e0dcb20fe
19079 Author: Behdad Esfahbod <behdad@behdad.org>
19080 Date:   Thu Jan 31 18:18:05 2013 -0500
19081
19082     Use setmode() instead of _setmode()
19083
19084     Looks like Cygwin / MSVC declare it that way, and it still works on
19085     MinGW32 cross.
19086
19087  config.h.in     | 6 +++---
19088  configure.ac    | 2 +-
19089  util/options.cc | 2 +-
19090  util/options.hh | 2 +-
19091  4 files changed, 6 insertions(+), 6 deletions(-)
19092
19093 commit e9171af55cc6a402eb20db4ea74c86a0b1e70e85
19094 Author: Behdad Esfahbod <behdad@behdad.org>
19095 Date:   Tue Jan 29 22:45:00 2013 -0500
19096
19097     Bug 60053 - hb-common.cc:181:6: warning: ‘void free_langs()’
19098     defined but not used
19099
19100  src/hb-common.cc | 2 +-
19101  src/hb-ft.cc     | 2 +-
19102  src/hb-shape.cc  | 2 +-
19103  src/hb-shaper.cc | 2 +-
19104  4 files changed, 4 insertions(+), 4 deletions(-)
19105
19106 commit 09b5393874e56fcfd63a92d28e6c1c2ddeee0942
19107 Author: Behdad Esfahbod <behdad@behdad.org>
19108 Date:   Fri Jan 18 17:10:47 2013 -0600
19109
19110     0.9.12
19111
19112  NEWS         | 7 +++++++
19113  configure.ac | 2 +-
19114  2 files changed, 8 insertions(+), 1 deletion(-)
19115
19116 commit eb45c0a2fbaeeb34e77a2935934e8d1302728ec8
19117 Author: Behdad Esfahbod <behdad@behdad.org>
19118 Date:   Wed Jan 16 22:07:50 2013 -0600
19119
19120     Minor
19121
19122  src/hb-ot-layout.cc | 8 +++++++-
19123  1 file changed, 7 insertions(+), 1 deletion(-)
19124
19125 commit 52c8d1226f3509276b11a1fadbd29e5363c0ecd7
19126 Author: Behdad Esfahbod <behdad@behdad.org>
19127 Date:   Mon Jan 14 13:51:46 2013 -0600
19128
19129     Minor
19130
19131  src/hb-blob.cc | 2 +-
19132  1 file changed, 1 insertion(+), 1 deletion(-)
19133
19134 commit f88d3bd7e407d332bb04688344c54756d24128c9
19135 Author: Behdad Esfahbod <behdad@behdad.org>
19136 Date:   Mon Jan 14 00:33:58 2013 -0600
19137
19138     Fix build with Sun compiler
19139
19140  src/hb-blob.cc | 3 +++
19141  1 file changed, 3 insertions(+)
19142
19143 commit 08b29c08094097f1c23ec53b10084bc390cea833
19144 Author: Behdad Esfahbod <behdad@behdad.org>
19145 Date:   Mon Jan 14 00:32:12 2013 -0600
19146
19147     Revert "Minor"
19148
19149     This reverts commit 0a492357016bc9a614d2a726f2006c10af68ca58.
19150
19151     Enables code on more compilers.
19152
19153  src/hb-warning.cc | 33 ++++++++++++++++++++++++++++++---
19154  1 file changed, 30 insertions(+), 3 deletions(-)
19155
19156 commit e78463211e7d85f237bd55afab7e8e5dae42346c
19157 Author: Behdad Esfahbod <behdad@behdad.org>
19158 Date:   Mon Jan 14 00:27:21 2013 -0600
19159
19160     Fix linking with non-gcc compilers
19161
19162  configure.ac    | 2 ++
19163  src/Makefile.am | 6 +++++-
19164  2 files changed, 7 insertions(+), 1 deletion(-)
19165
19166 commit de649f07f1f8fdeb998a0b049759f4f7363e25d2
19167 Author: Behdad Esfahbod <behdad@behdad.org>
19168 Date:   Mon Jan 14 00:26:43 2013 -0600
19169
19170     Fix residuals from fontconfig changes
19171
19172  src/hb-atomic-private.hh | 8 ++++----
19173  1 file changed, 4 insertions(+), 4 deletions(-)
19174
19175 commit cf81fb3624466b9df2250b58b27a92187c5b5b5c
19176 Author: Behdad Esfahbod <behdad@behdad.org>
19177 Date:   Thu Jan 10 09:06:34 2013 -0600
19178
19179     0.9.11
19180
19181  NEWS         | 14 ++++++++++++++
19182  configure.ac |  2 +-
19183  2 files changed, 15 insertions(+), 1 deletion(-)
19184
19185 commit 2dcb333f52492018816f0d5d67a47634a612e49c
19186 Author: Behdad Esfahbod <behdad@behdad.org>
19187 Date:   Thu Jan 10 01:17:59 2013 -0600
19188
19189     Add atomic ops for Solaris
19190
19191     Based on fontconfig patch from Raimund Steger.
19192
19193  config.h.in              |  5 ++++-
19194  configure.ac             | 27 +++++++++++++++++++++++++--
19195  src/hb-atomic-private.hh | 12 ++++++++++++
19196  3 files changed, 41 insertions(+), 3 deletions(-)
19197
19198 commit 69fd6e157c7ec83a5d5d8731fc14675ce4509b09
19199 Author: Behdad Esfahbod <behdad@behdad.org>
19200 Date:   Thu Jan 10 00:03:36 2013 -0600
19201
19202     Fix crasher during multi-thread shaper data creation
19203
19204     Sample crash:
19205
19206     0  _hb_graphite2_shaper_face_data_destroy (data=0xffffffffffffffff)
19207         at ../../src/hb-graphite2.cc:129
19208     1  0x00007ffff4271d7d in hb_graphite2_shaper_face_data_ensure (
19209         face=<optimized out>) at ../../src/hb-shaper-list.hh:35
19210     2  hb_shape_plan_plan (shaper_list=<optimized out>,
19211     num_user_features=0,
19212         user_features=0x0, shape_plan=0xf7b490) at
19213         ../../src/hb-shaper-list.hh:35
19214     3  hb_shape_plan_create (face=<optimized out>, props=<optimized out>,
19215         user_features=0x0, num_user_features=0, shaper_list=<optimized
19216         out>)
19217         at ../../src/hb-shape-plan.cc:108
19218     4  0x00007ffff4272c93 in hb_shape_plan_create_cached (face=0x10cf2b0,
19219         props=0x11980d8, user_features=0x0, num_user_features=<optimized
19220         out>,
19221         shaper_list=0x0) at ../../src/hb-shape-plan.cc:283
19222
19223  src/hb-shaper-private.hh | 5 ++++-
19224  1 file changed, 4 insertions(+), 1 deletion(-)
19225
19226 commit ecd454b3cd75050e0c95e1d2aa55744559338ec8
19227 Author: Behdad Esfahbod <behdad@behdad.org>
19228 Date:   Tue Jan 8 18:09:46 2013 -0600
19229
19230     [Indic] In old-spec shaping, don't move viramas around if seq ends
19231     with one
19232
19233     For example: u0c9a u0ccd u0c9a u0ccd with Lohit.  See:
19234
19235     https://bugs.freedesktop.org/show_bug.cgi?id=59118
19236
19237  src/hb-ot-shape-complex-indic.cc                                   |
19238  7 ++++---
19239  .../texts/in-tree/shaper-indic/indic/script-kannada/misc/misc.txt  | 1 +
19240  2 files changed, 5 insertions(+), 3 deletions(-)
19241
19242 commit e95e031b5682809488cc965883e15404cb9cfb6a
19243 Author: Behdad Esfahbod <behdad@behdad.org>
19244 Date:   Tue Jan 8 16:15:46 2013 -0600
19245
19246     [GPOS] If an Anchor offset is NULL, return false
19247
19248     If in a MarkPos table, a base has no anchor for a particular mark
19249     class,
19250     return NULL such that the subsequent subtables get a chance at it.
19251
19252     Test case:
19253     hb-shape ./EBGaramond12-Regular.otf ἂ --features="ss20","smcp"
19254
19255  src/hb-open-type-private.hh    | 14 ++++++++++++--
19256  src/hb-ot-layout-gpos-table.hh | 10 ++++++++--
19257  2 files changed, 20 insertions(+), 4 deletions(-)
19258
19259 commit e5dbf39900fa63051f64cc447a6742665cbee339
19260 Author: Behdad Esfahbod <behdad@behdad.org>
19261 Date:   Mon Jan 7 17:34:24 2013 -0600
19262
19263     Bug 58638 - Building fails with ICU due to not passing required flags
19264
19265  configure.ac | 1 +
19266  1 file changed, 1 insertion(+)
19267
19268 commit 1172dc736280566426eb6dade1a886b2a0ca9aa4
19269 Author: Behdad Esfahbod <behdad@behdad.org>
19270 Date:   Mon Jan 7 16:46:37 2013 -0600
19271
19272     Rename hb_buffer_clear() to hb_buffer_clear_contents()
19273
19274     The previous name was clashing with harfbuzz.old.  There are systems
19275     that need to link both...
19276
19277     Clash-free now again.
19278
19279  src/hb-buffer.cc       | 2 +-
19280  src/hb-buffer.h        | 2 +-
19281  test/api/test-buffer.c | 2 +-
19282  util/options.hh        | 2 +-
19283  4 files changed, 4 insertions(+), 4 deletions(-)
19284
19285 commit 7b912c1936c3e8a7df27a30782ca127d0a83822d
19286 Author: Behdad Esfahbod <behdad@behdad.org>
19287 Date:   Fri Jan 4 01:25:27 2013 -0600
19288
19289     Remove a few unnecessary const's
19290
19291     Apparently helps with MSVC compilation.
19292
19293  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
19294  1 file changed, 4 insertions(+), 4 deletions(-)
19295
19296 commit 34e6c3e3e452bdf6f93df565a70453a6e74d4c6e
19297 Author: Behdad Esfahbod <behdad@behdad.org>
19298 Date:   Thu Jan 3 00:14:24 2013 -0600
19299
19300     0.9.10
19301
19302  NEWS         | 24 ++++++++++++++++++++++++
19303  configure.ac |  2 +-
19304  2 files changed, 25 insertions(+), 1 deletion(-)
19305
19306 commit f0c82410dbe800cb6429ba4aa7cfd9f5a11cc70c
19307 Author: Behdad Esfahbod <behdad@behdad.org>
19308 Date:   Thu Jan 3 00:07:16 2013 -0600
19309
19310     [OTLayout] Always collect default language system in collect_lookups
19311
19312     Not sure if this is the most desired behavior.  It's the most easily
19313     defined though.
19314
19315  src/hb-ot-layout.cc | 7 +++++++
19316  1 file changed, 7 insertions(+)
19317
19318 commit 15e9e4e1ddaad655988144e7a56a765e8adf8782
19319 Author: Behdad Esfahbod <behdad@behdad.org>
19320 Date:   Thu Jan 3 00:04:40 2013 -0600
19321
19322     [OTLayout] Fix feature iteration in collect_lookups
19323
19324     Previous logic was just wrong.
19325
19326  src/hb-ot-layout.cc | 46 ++++++++++++++++++++++++++++++++--------------
19327  1 file changed, 32 insertions(+), 14 deletions(-)
19328
19329 commit 733e8c0d7bf0765884f2cc953c8edcd7ab7fb49b
19330 Author: Behdad Esfahbod <behdad@behdad.org>
19331 Date:   Thu Jan 3 00:00:23 2013 -0600
19332
19333     [OTLayout] Whitespace
19334
19335  src/hb-ot-layout.cc | 82
19336  ++++++++++++++++++++++++++++++++++++++++++++---------
19337  1 file changed, 68 insertions(+), 14 deletions(-)
19338
19339 commit d37ae38047bee12639741af9bb083b857fab950d
19340 Author: Behdad Esfahbod <behdad@behdad.org>
19341 Date:   Wed Jan 2 23:57:36 2013 -0600
19342
19343     [OTLayout] Handle required_feature_index in collect_lookups
19344
19345  src/hb-ot-layout.cc | 8 ++++++++
19346  1 file changed, 8 insertions(+)
19347
19348 commit 11fba79ee9383eb995ddf7eb924dd64c67e2df63
19349 Author: Behdad Esfahbod <behdad@behdad.org>
19350 Date:   Wed Jan 2 23:36:37 2013 -0600
19351
19352     [OTLayout] Fix various introspection issues with ClassDef's
19353
19354     As reported by Jonathan Kew.
19355
19356  src/hb-ot-layout-gsubgpos-private.hh | 19 +++++++++++++++----
19357  1 file changed, 15 insertions(+), 4 deletions(-)
19358
19359 commit e81aff9ef785be28751aab1fcd484af550656181
19360 Author: Behdad Esfahbod <behdad@behdad.org>
19361 Date:   Wed Jan 2 23:22:54 2013 -0600
19362
19363     [tests] Finish test-set.c
19364
19365     All passing now.
19366
19367  test/api/test-set.c | 373
19368  +++++++++++++++++++++-------------------------------
19369  1 file changed, 149 insertions(+), 224 deletions(-)
19370
19371 commit 7b1b720a8da69b68b775ce17104a40d55401b7ef
19372 Author: Behdad Esfahbod <behdad@behdad.org>
19373 Date:   Wed Jan 2 23:02:59 2013 -0600
19374
19375     Protect sets in-error from further modication
19376
19377     Fixes test-set.c
19378
19379  src/hb-set-private.hh | 13 +++++++++++++
19380  1 file changed, 13 insertions(+)
19381
19382 commit 8165f2765b93e99577ecc79b7956ae38c614bc78
19383 Author: Behdad Esfahbod <behdad@behdad.org>
19384 Date:   Wed Jan 2 22:50:36 2013 -0600
19385
19386     [tests] Start adding tests for hb-set.h
19387
19388     Fails now.  Fixing.
19389
19390  TODO                  |   2 -
19391  src/hb-set-private.hh |   6 +
19392  src/hb-set.cc         |   9 +-
19393  src/hb-set.h          |   3 +
19394  test/api/Makefile.am  |   1 +
19395  test/api/test-set.c   | 312
19396  ++++++++++++++++++++++++++++++++++++++++++++++++++
19397  6 files changed, 330 insertions(+), 3 deletions(-)
19398
19399 commit b9d28f696c433b94c5ffbad8d7c87cf3acff4056
19400 Author: Behdad Esfahbod <behdad@behdad.org>
19401 Date:   Wed Jan 2 22:49:58 2013 -0600
19402
19403     [tests] Add set object to test-object.c
19404
19405  test/api/test-object.c | 12 ++++++++++++
19406  1 file changed, 12 insertions(+)
19407
19408 commit 11d2956553f0d4a0086166a04ffc352fcfacf56e
19409 Author: Behdad Esfahbod <behdad@behdad.org>
19410 Date:   Wed Jan 2 17:41:27 2013 -0600
19411
19412     Minor
19413
19414  src/hb-atomic-private.hh | 2 +-
19415  1 file changed, 1 insertion(+), 1 deletion(-)
19416
19417 commit 596740db04e7c1dadae0d8be6e401089fcaffc2d
19418 Author: Behdad Esfahbod <behdad@behdad.org>
19419 Date:   Fri Dec 21 19:41:04 2012 -0500
19420
19421     [Indic] Insert dottedcircle after a lone Malayalam dot-reph
19422
19423  src/hb-ot-shape-complex-indic-machine.hh | 1617
19424  ++++++++++++++++--------------
19425  src/hb-ot-shape-complex-indic-machine.rl |    2 +-
19426  src/hb-ot-shape-complex-indic.cc         |   13 +-
19427  3 files changed, 881 insertions(+), 751 deletions(-)
19428
19429 commit 3cdce6497b2b9aeb2841bf077daa9dd9b196429d
19430 Author: Behdad Esfahbod <behdad@behdad.org>
19431 Date:   Fri Dec 21 16:54:22 2012 -0500
19432
19433     Remove TODO that I don't intend to fix
19434
19435  TODO | 1 -
19436  1 file changed, 1 deletion(-)
19437
19438 commit 6f69fa283e0a488da811df78bc83c41ed248b688
19439 Author: Behdad Esfahbod <behdad@behdad.org>
19440 Date:   Fri Dec 21 16:51:15 2012 -0500
19441
19442     Minor
19443
19444  src/hb-shape.h | 2 +-
19445  1 file changed, 1 insertion(+), 1 deletion(-)
19446
19447 commit f4abcbfc628718bb276363746440df06e7658f6e
19448 Author: Behdad Esfahbod <behdad@behdad.org>
19449 Date:   Fri Dec 21 16:48:51 2012 -0500
19450
19451     Minor
19452
19453  src/hb-buffer.cc | 4 ++--
19454  1 file changed, 2 insertions(+), 2 deletions(-)
19455
19456 commit 4a765f092d71bb4adeb468c004987a9121d39db5
19457 Author: Behdad Esfahbod <behdad@behdad.org>
19458 Date:   Fri Dec 21 16:48:47 2012 -0500
19459
19460     Minor
19461
19462  util/hb-shape.cc | 2 +-
19463  1 file changed, 1 insertion(+), 1 deletion(-)
19464
19465 commit 9815a88111072aa51e78e258c5f660993b47d4df
19466 Author: Behdad Esfahbod <behdad@behdad.org>
19467 Date:   Fri Dec 21 16:46:53 2012 -0500
19468
19469     [util] List supported output formats in --help output
19470
19471  util/hb-shape.cc     | 6 +++---
19472  util/helper-cairo.cc | 2 +-
19473  util/helper-cairo.hh | 1 +
19474  util/options.cc      | 9 ++++++++-
19475  util/options.hh      | 5 ++++-
19476  util/view-cairo.hh   | 2 +-
19477  6 files changed, 18 insertions(+), 7 deletions(-)
19478
19479 commit f95a87b7b813f588c7910ad4785ee68bb452e864
19480 Author: Behdad Esfahbod <behdad@behdad.org>
19481 Date:   Fri Dec 21 16:35:28 2012 -0500
19482
19483     [util] List supported output formats in hb-view
19484
19485  TODO                 |  1 -
19486  util/helper-cairo.cc | 30 +++++++++++++++++++++++++++++-
19487  2 files changed, 29 insertions(+), 2 deletions(-)
19488
19489 commit 6bad092aa87bc3e6bbf0b9faf07693e6ebbe55f2
19490 Author: Behdad Esfahbod <behdad@behdad.org>
19491 Date:   Fri Dec 21 16:01:52 2012 -0500
19492
19493     [util] Default to "text" output format in hb-shape
19494
19495     If you say:
19496
19497       hb-shape font.ttf text --output-file out.txt
19498
19499     This was previously failing:
19500
19501       Unknown output format `txt'; supported formats are: TEXT / JSON
19502
19503     Now we simply fallback to TEXT if no explicit format was requested.
19504
19505  util/hb-shape.cc | 11 ++++++++---
19506  util/options.hh  |  5 +++++
19507  2 files changed, 13 insertions(+), 3 deletions(-)
19508
19509 commit 8b217f5ac54aa0dcbba2dd6d59aa89dde33e56c2
19510 Author: Behdad Esfahbod <behdad@behdad.org>
19511 Date:   Fri Dec 21 15:48:32 2012 -0500
19512
19513     [Indic] Reorder Malayalam dot-reph to after base
19514
19515     Test sequence is simple: U+0D4E,U+0D15.  The doth-reph should be
19516     reordered to after the Ka.
19517
19518     https://bugzilla.redhat.com/show_bug.cgi?id=799565
19519
19520  src/hb-ot-shape-complex-indic.cc                            | 13
19521  ++++++++++---
19522  .../shaper-indic/indic/script-malayalam/misc/MANIFEST       |  1 +
19523  .../shaper-indic/indic/script-malayalam/misc/dot-reph.txt   |  1 +
19524  3 files changed, 12 insertions(+), 3 deletions(-)
19525
19526 commit 742c4ee97e1311e000ebcdf9f33361c4dc6400a4
19527 Author: Behdad Esfahbod <behdad@behdad.org>
19528 Date:   Fri Dec 21 15:35:03 2012 -0500
19529
19530     Minor
19531
19532  src/hb-ot-shape-complex-indic.cc | 2 +-
19533  1 file changed, 1 insertion(+), 1 deletion(-)
19534
19535 commit 94afeb6ebe27534fc80d7173cc6f67375c3aaca6
19536 Author: Behdad Esfahbod <behdad@behdad.org>
19537 Date:   Fri Dec 21 11:54:50 2012 -0500
19538
19539     Add Android.mk
19540
19541  Android.mk  | 74
19542  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
19543  Makefile.am |  1 +
19544  2 files changed, 75 insertions(+)
19545
19546 commit d16ddbcbbee39b07a028776995c635119fe3cd98
19547 Author: Behdad Esfahbod <behdad@behdad.org>
19548 Date:   Thu Dec 20 01:02:36 2012 -0500
19549
19550     Add build confirmation notice to configure
19551
19552  configure.ac | 25 +++++++++++++++++++++++++
19553  1 file changed, 25 insertions(+)
19554
19555 commit e24d8dab749a1a796e7484e18572da5f7a733bd4
19556 Author: Behdad Esfahbod <behdad@behdad.org>
19557 Date:   Wed Dec 19 15:23:02 2012 -0500
19558
19559     [TODO] Remove done items
19560
19561  TODO | 7 -------
19562  1 file changed, 7 deletions(-)
19563
19564 commit 044d38527664d933c18c751c38fcf6fb4b5f888e
19565 Author: Behdad Esfahbod <behdad@behdad.org>
19566 Date:   Wed Dec 19 13:00:16 2012 -0500
19567
19568     Bug 58498 - Tests fail with gold linker on ARM
19569
19570  src/check-exported-symbols.sh | 2 +-
19571  src/check-internal-symbols.sh | 2 +-
19572  2 files changed, 2 insertions(+), 2 deletions(-)
19573
19574 commit b68b86daf1a8478b86aeae44a8c39a606ed873cb
19575 Author: Behdad Esfahbod <behdad@behdad.org>
19576 Date:   Tue Dec 18 20:39:40 2012 -0500
19577
19578     Use C++ linker if ICU is disabled
19579
19580     Bug 54948 - Undefined symbols: "operator delete(void*)" "operator
19581     new(unsigned long)" "___cxa_pure_virtual"
19582
19583  src/Makefile.am | 4 ++++
19584  1 file changed, 4 insertions(+)
19585
19586 commit 1ffd23cb47a61465d52a7aeebb9c1b676e7c9a7e
19587 Author: Behdad Esfahbod <behdad@behdad.org>
19588 Date:   Mon Dec 17 23:29:15 2012 -0500
19589
19590     [OTLayout] Limit alternate-location FeatureParams to 'size' feature
19591
19592  src/hb-ot-layout-common-private.hh | 7 ++++++-
19593  1 file changed, 6 insertions(+), 1 deletion(-)
19594
19595 commit efe252e6000558f78075adadb2a3dba25ab67c04
19596 Author: Behdad Esfahbod <behdad@behdad.org>
19597 Date:   Mon Dec 17 23:21:05 2012 -0500
19598
19599     [OTLayout] Fix 'size' featureParams implementation
19600
19601     Looks at alternate location now.
19602
19603  src/hb-ot-layout-common-private.hh | 133
19604  ++++++++++++++++++++++++++++---------
19605  src/hb-ot-layout.cc                |  93 ++++----------------------
19606  2 files changed, 117 insertions(+), 109 deletions(-)
19607
19608 commit e77b4425746ac9eb407ca4e742d962f1955971b4
19609 Author: Behdad Esfahbod <behdad@behdad.org>
19610 Date:   Mon Dec 17 18:42:59 2012 -0500
19611
19612     [OTLayout] Fix tracing
19613
19614  src/hb-open-type-private.hh | 3 ++-
19615  1 file changed, 2 insertions(+), 1 deletion(-)
19616
19617 commit 9b54562d63f1a9e0e5b33d71c32bd1588759ebf1
19618 Author: Behdad Esfahbod <behdad@behdad.org>
19619 Date:   Mon Dec 17 13:55:36 2012 -0500
19620
19621     [OTLayout] Towards correct FeatureParams handling
19622
19623  src/hb-open-type-private.hh        |  8 +++++++-
19624  src/hb-ot-layout-common-private.hh | 25 +++++++++++++++++++++++--
19625  2 files changed, 30 insertions(+), 3 deletions(-)
19626
19627 commit 87e43b7f2be25840748f920ca33ff553833da45f
19628 Author: Behdad Esfahbod <behdad@behdad.org>
19629 Date:   Fri Dec 14 17:48:23 2012 -0500
19630
19631     [OTLayout] Wire tag and list start all the way to Feature
19632
19633     To fix FeatureParam issues.  No actual fix yet, just plumbing.
19634
19635  src/hb-ot-layout-common-private.hh | 16 ++++++++++++----
19636  1 file changed, 12 insertions(+), 4 deletions(-)
19637
19638 commit 85bc44b90a19c6a669ed567a9cd8513448600afe
19639 Author: Behdad Esfahbod <behdad@behdad.org>
19640 Date:   Wed Dec 12 11:38:49 2012 -0500
19641
19642     [OTLayout] More 'size' feature sanity checking
19643
19644     We still don't look for the old incorrect place of the featureParams.
19645     I'll wait till someone actually complains about it...
19646
19647  src/hb-ot-layout.cc | 99
19648  ++++++++++++++++++++++++++++++++++++++++++-----------
19649  1 file changed, 79 insertions(+), 20 deletions(-)
19650
19651 commit 0bae50a36f3022f9bb6b2c001c191eeaaa4ef954
19652 Author: Behdad Esfahbod <behdad@behdad.org>
19653 Date:   Tue Dec 11 16:01:31 2012 -0500
19654
19655     [OTLayout] Add FeatureParamsCharacterVariants struct
19656
19657     No API yet.
19658
19659  src/hb-ot-layout-common-private.hh | 52
19660  +++++++++++++++++++++++++++++++++++---
19661  1 file changed, 49 insertions(+), 3 deletions(-)
19662
19663 commit bd61bc13ea8ff350ada5449b2cfeb612e66ecafa
19664 Author: Behdad Esfahbod <behdad@behdad.org>
19665 Date:   Tue Dec 11 16:00:43 2012 -0500
19666
19667     [OTLayout] Add UINT24 type
19668
19669  src/hb-open-type-private.hh | 33 ++++++++++++++++++++++-----------
19670  src/hb-private.hh           |  4 ++++
19671  2 files changed, 26 insertions(+), 11 deletions(-)
19672
19673 commit 9cf7f9d4f61741932570afbefdee5edf61f79ae4
19674 Author: Behdad Esfahbod <behdad@behdad.org>
19675 Date:   Tue Dec 11 14:31:13 2012 -0500
19676
19677     Make test-size-params write size in points
19678
19679  src/test-size-params.cc | 18 ++++--------------
19680  1 file changed, 4 insertions(+), 14 deletions(-)
19681
19682 commit 372fe2b67b1757e809bf33e1e9055a00c5bed304
19683 Author: Behdad Esfahbod <behdad@behdad.org>
19684 Date:   Tue Dec 11 14:30:57 2012 -0500
19685
19686     [OTLayout] Make hb_ot_layout_get_size_params() do some checks
19687
19688  src/hb-ot-layout.cc | 12 +++++++++++-
19689  1 file changed, 11 insertions(+), 1 deletion(-)
19690
19691 commit 875a5cbc9c37f4264241c43b80afad2628eab749
19692 Author: Behdad Esfahbod <behdad@behdad.org>
19693 Date:   Tue Dec 11 14:17:01 2012 -0500
19694
19695     [OTLayout] Change hb_ot_layout_get_params() API
19696
19697     And add implementation for StylisticSet UINameID.  No API yet.
19698
19699  src/hb-ot-layout-common-private.hh | 85
19700  ++++++++++++++++++++++++++++++++++++--
19701  src/hb-ot-layout.cc                | 28 +++++++++----
19702  src/hb-ot-layout.h                 |  8 +++-
19703  src/test-size-params.cc            |  9 +++-
19704  4 files changed, 115 insertions(+), 15 deletions(-)
19705
19706 commit 5e7e52ddf2b0c4fbc9d933d24336100368d39a5c
19707 Author: Behdad Esfahbod <behdad@behdad.org>
19708 Date:   Mon Dec 10 17:44:22 2012 -0500
19709
19710     [uniscribe] Enable Uniscribe backend only if it has
19711     ScriptShapeOpenType()
19712
19713     Bug 55494 - ScriptItemizeOpenType doesn't exists under Windows XP
19714
19715  config.h.in  |  6 ------
19716  configure.ac | 14 +++++++++++++-
19717  2 files changed, 13 insertions(+), 7 deletions(-)
19718
19719 commit d41c0c955b8ad9b52191ca47e1f3b1bfe606deb1
19720 Author: Behdad Esfahbod <behdad@behdad.org>
19721 Date:   Mon Dec 10 16:41:20 2012 -0500
19722
19723     Update config template
19724
19725  config.h.in | 4 ----
19726  1 file changed, 4 deletions(-)
19727
19728 commit c48a04e5ea899b82465a0f3f2cfdcffb3bf38f61
19729 Author: John Ralls <jralls@ceridwen.fremont.ca.us>
19730 Date:   Mon Dec 10 16:24:24 2012 -0500
19731
19732     [coretext] Better test for CoreText
19733
19734     Instead of checking for ApplicationServices.h, which is present in all
19735     versions of MacOSX, check for CTFontRef, a CoreText basic type.
19736
19737  configure.ac | 2 +-
19738  1 file changed, 1 insertion(+), 1 deletion(-)
19739
19740 commit 0e9f0f3e5f16a45951423a1229af42dc2fd798c3
19741 Author: Behdad Esfahbod <behdad@behdad.org>
19742 Date:   Mon Dec 10 15:25:21 2012 -0500
19743
19744     Fix atomic ops on iOS
19745
19746     Patch from John Ralls.
19747
19748  src/hb-atomic-private.hh | 8 +++++---
19749  1 file changed, 5 insertions(+), 3 deletions(-)
19750
19751 commit 5f9569c1391c65d7addff363ad6e5ec9b087f01a
19752 Author: Behdad Esfahbod <behdad@behdad.org>
19753 Date:   Mon Dec 10 13:38:42 2012 -0500
19754
19755     Make older MSVC happy
19756
19757  src/hb-private.hh | 2 +-
19758  1 file changed, 1 insertion(+), 1 deletion(-)
19759
19760 commit 071d5b831e6de5f3b24160dc77b139cb040ab886
19761 Author: Behdad Esfahbod <behdad@behdad.org>
19762 Date:   Mon Dec 10 00:57:00 2012 -0500
19763
19764     Work around missing OSAtomicCompareAndSwapPtrBarrier() on OS X 10.4
19765
19766     Not sure how to handle iOS.
19767
19768  src/hb-atomic-private.hh | 11 +++++++++++
19769  1 file changed, 11 insertions(+)
19770
19771 commit e923e6487b25ab86f6f629af480b291e8e5407b5
19772 Author: Behdad Esfahbod <behdad@behdad.org>
19773 Date:   Sun Dec 9 19:39:40 2012 -0500
19774
19775     [coretext] Fixed typo
19776
19777     Oops.  Thanks Khaled for catching this.
19778
19779  src/hb-coretext.cc | 2 +-
19780  1 file changed, 1 insertion(+), 1 deletion(-)
19781
19782 commit 9a8395824bf51c2ff2cfe0887ecad52b3d2c02e2
19783 Author: Behdad Esfahbod <behdad@behdad.org>
19784 Date:   Sun Dec 9 18:47:36 2012 -0500
19785
19786     [coretext] Add hb_coretext_face_get_cg_font()
19787
19788     Not sure if it's useful, but it was missing.
19789
19790  src/hb-coretext.cc | 20 ++++++++++++++------
19791  src/hb-coretext.h  |  3 +++
19792  2 files changed, 17 insertions(+), 6 deletions(-)
19793
19794 commit 86112356885fde32163882b6c9dd19a494304f7a
19795 Author: Behdad Esfahbod <behdad@behdad.org>
19796 Date:   Sun Dec 9 18:47:09 2012 -0500
19797
19798     [coretext] Remove hack around GlyphID
19799
19800     We not namespace our types, so the hack is not needed anymore.
19801
19802  src/hb-coretext.cc | 4 ----
19803  1 file changed, 4 deletions(-)
19804
19805 commit 8e58459aeb949591bb5bca340ef9bdd5cfd54e47
19806 Author: Behdad Esfahbod <behdad@behdad.org>
19807 Date:   Sun Dec 9 18:45:47 2012 -0500
19808
19809     [graphite2] "Update to new API"
19810
19811     Part of patch from Martin Hosken.  I believe he knows what he's doing
19812     :).
19813
19814  src/hb-graphite2.cc | 14 +++++++++++---
19815  1 file changed, 11 insertions(+), 3 deletions(-)
19816
19817 commit a5a4ab3846ef06769784e6469d76eace35e68805
19818 Author: Behdad Esfahbod <behdad@behdad.org>
19819 Date:   Sun Dec 9 18:44:41 2012 -0500
19820
19821     [graphite2] Add hb_graphite2_face_get_gr_face and
19822     hb_graphite2_font_get_gr_font
19823
19824     Based on patch from Martin Hosken.  I believe it returns NULL if the
19825     font doesn't have graphite tables, but have not tested.
19826
19827  src/hb-graphite2.cc | 14 ++++++++++++++
19828  src/hb-graphite2.h  |  8 +++++++-
19829  2 files changed, 21 insertions(+), 1 deletion(-)
19830
19831 commit 737ba156442f723d126c7c58c73729786b67c17a
19832 Author: Behdad Esfahbod <behdad@behdad.org>
19833 Date:   Sun Dec 9 18:43:03 2012 -0500
19834
19835     [graphite2] Preload all tables
19836
19837     Part of patch from Martin Hosken.
19838
19839  src/hb-graphite2.cc | 2 +-
19840  1 file changed, 1 insertion(+), 1 deletion(-)
19841
19842 commit 0ae6dbf1b4de8a0326b8a2f201597427cecfb6db
19843 Author: Behdad Esfahbod <behdad@behdad.org>
19844 Date:   Sun Dec 9 18:37:38 2012 -0500
19845
19846     Minor
19847
19848  src/hb-uniscribe.cc | 32 ++++++++++++++++----------------
19849  1 file changed, 16 insertions(+), 16 deletions(-)
19850
19851 commit 3fe5c159d3532f8ce8a85d217a00681225dd8ed1
19852 Author: Behdad Esfahbod <behdad@behdad.org>
19853 Date:   Sun Dec 9 18:20:19 2012 -0500
19854
19855     Remove excess return
19856
19857     Oops!
19858
19859  src/hb-uniscribe.cc | 1 -
19860  1 file changed, 1 deletion(-)
19861
19862 commit ba2d543004573e8e4e56df70b7fe2a66a42bc83f
19863 Author: Behdad Esfahbod <behdad@behdad.org>
19864 Date:   Sat Dec 8 19:28:41 2012 -0500
19865
19866     Update OT language tags
19867
19868     Patch from Roozbeh Pournader.
19869
19870  src/hb-ot-tag.cc | 212
19871  +++++++++++++++++++++++++++++--------------------------
19872  1 file changed, 110 insertions(+), 102 deletions(-)
19873
19874 commit aba38173c6b464c2884b73ef6cd4577d4efcebbc
19875 Author: Behdad Esfahbod <behdad@behdad.org>
19876 Date:   Wed Dec 5 19:54:48 2012 -0500
19877
19878     Minor
19879
19880  src/hb-ot-tag.cc | 2 +-
19881  1 file changed, 1 insertion(+), 1 deletion(-)
19882
19883 commit 61865745e35eb60aeb59968e7826e37059090780
19884 Author: Behdad Esfahbod <behdad@behdad.org>
19885 Date:   Wed Dec 5 19:42:10 2012 -0500
19886
19887     Fix test with gold linker
19888
19889     Bug 57633 - Symbol tests should ignore __bss_start, _edata, _end
19890
19891  src/check-exported-symbols.sh | 2 +-
19892  src/check-internal-symbols.sh | 2 +-
19893  2 files changed, 2 insertions(+), 2 deletions(-)
19894
19895 commit b71b0bd9ee64feadd7289e195bc58f6361ce707a
19896 Author: Behdad Esfahbod <behdad@behdad.org>
19897 Date:   Wed Dec 5 19:20:31 2012 -0500
19898
19899     [Indic] Add link to Sinhala split matra section of the Sinhala spec
19900
19901  src/hb-ot-shape-complex-indic.cc | 5 +++++
19902  1 file changed, 5 insertions(+)
19903
19904 commit 9a34a50daac3563464e0031f377e85f0c704f2d6
19905 Author: Behdad Esfahbod <behdad@behdad.org>
19906 Date:   Wed Dec 5 19:18:18 2012 -0500
19907
19908     Fix build with C++11
19909
19910  util/options.cc | 8 ++++----
19911  1 file changed, 4 insertions(+), 4 deletions(-)
19912
19913 commit 0beb66e3a61ae8bb1fa66e54b1ff1abb2f8711e9
19914 Author: Behdad Esfahbod <behdad@behdad.org>
19915 Date:   Wed Dec 5 18:46:04 2012 -0500
19916
19917     Fix warnings
19918
19919  src/hb-fallback-shape.cc                   | 10 +++++-----
19920  src/hb-glib.cc                             |  2 +-
19921  src/hb-icu-le.cc                           |  6 +++---
19922  src/hb-old.cc                              | 14 +++++++-------
19923  src/hb-open-type-private.hh                |  4 +---
19924  src/hb-ot-layout-gsubgpos-private.hh       | 24 ++++++++++++------------
19925  src/hb-ot-shape-complex-arabic-fallback.hh |  4 ++--
19926  src/hb-ot-shape-complex-arabic.cc          |  2 +-
19927  src/hb-ot-shape-complex-indic-machine.hh   |  2 +-
19928  src/hb-ot-shape-complex-indic-machine.rl   |  2 +-
19929  src/hb-ot-shape-complex-indic.cc           |  6 +++---
19930  src/hb-ot-shape-complex-thai.cc            |  2 +-
19931  src/hb-ot-shape-fallback.cc                |  4 ++--
19932  src/hb-private.hh                          |  8 ++++----
19933  src/hb-ucdn.cc                             | 27
19934  +++++++++++++++------------
19935  src/hb-utf-private.hh                      |  4 ++--
19936  16 files changed, 61 insertions(+), 60 deletions(-)
19937
19938 commit c6408a1009d2370fbdcfa694898819d99d53c3df
19939 Author: Behdad Esfahbod <behdad@behdad.org>
19940 Date:   Wed Dec 5 17:36:52 2012 -0500
19941
19942     0.9.9
19943
19944  NEWS         | 8 ++++++++
19945  configure.ac | 2 +-
19946  2 files changed, 9 insertions(+), 1 deletion(-)
19947
19948 commit 130bb3f6144afe5c88bb5b4e4c98e7cba03b1e26
19949 Author: Behdad Esfahbod <behdad@behdad.org>
19950 Date:   Wed Dec 5 16:49:47 2012 -0500
19951
19952     Rename VOID and void_t to have HarfBuzz prefix
19953
19954     Fixes build on Windows.  Ouch!
19955
19956  src/hb-ot-layout-gsubgpos-private.hh | 22 +++++++++++-----------
19957  src/hb-private.hh                    | 12 ++++++------
19958  2 files changed, 17 insertions(+), 17 deletions(-)
19959
19960 commit 4a350d0eb25db60d95638664c892d4c8dacf050b
19961 Author: Behdad Esfahbod <behdad@behdad.org>
19962 Date:   Tue Dec 4 17:13:09 2012 -0500
19963
19964     [OTLayout] Reuse context in collect_glyphs() recursion
19965
19966  src/hb-ot-layout-gsubgpos-private.hh | 19 +++++++++++++++----
19967  1 file changed, 15 insertions(+), 4 deletions(-)
19968
19969 commit 8303593ba1db06e402eab52df47f21f13049112d
19970 Author: Behdad Esfahbod <behdad@behdad.org>
19971 Date:   Tue Dec 4 17:08:41 2012 -0500
19972
19973     Minor
19974
19975     Use pointers instead of references, in preparation for upcoming
19976     change.
19977
19978  src/hb-ot-layout-gpos-table.hh       | 28 +++++++++++++-------------
19979  src/hb-ot-layout-gsub-table.hh       | 30 ++++++++++++++--------------
19980  src/hb-ot-layout-gsubgpos-private.hh | 38
19981  ++++++++++++++++++------------------
19982  3 files changed, 48 insertions(+), 48 deletions(-)
19983
19984 commit 1bcfa06d1173f219809542a7380ce77f1c907bec
19985 Author: Behdad Esfahbod <behdad@behdad.org>
19986 Date:   Tue Dec 4 16:58:09 2012 -0500
19987
19988     [OTLayout] Don't recurse in collect_glyphs() for GPOS
19989
19990  src/hb-ot-layout-gpos-table.hh       | 2 +-
19991  src/hb-ot-layout-gsubgpos-private.hh | 4 ++++
19992  2 files changed, 5 insertions(+), 1 deletion(-)
19993
19994 commit b5e04c7dc6b78e311d1a14f1f808fac76a64c889
19995 Author: Behdad Esfahbod <behdad@behdad.org>
19996 Date:   Tue Dec 4 15:57:02 2012 -0500
19997
19998     [ucdn] Match upstream changes
19999
20000  src/hb-ucdn/ucdn.c | 16 ++++++++--------
20001  1 file changed, 8 insertions(+), 8 deletions(-)
20002
20003 commit a52f51b21635c626f6e5ccdba505c4df19bcff2c
20004 Author: Behdad Esfahbod <behdad@behdad.org>
20005 Date:   Tue Dec 4 15:43:38 2012 -0500
20006
20007     0.9.8
20008
20009  NEWS         | 16 ++++++++++++++++
20010  configure.ac |  2 +-
20011  2 files changed, 17 insertions(+), 1 deletion(-)
20012
20013 commit 7babfe5a7904c26060c5b8441ca1bf23e1444f35
20014 Author: Behdad Esfahbod <behdad@behdad.org>
20015 Date:   Tue Dec 4 00:35:54 2012 +0200
20016
20017     Move object mutext into the user-data array
20018
20019     We are not using it for anything lse it seems.
20020
20021  src/hb-common.cc         | 12 ++----------
20022  src/hb-object-private.hh | 24 ++++++++++--------------
20023  2 files changed, 12 insertions(+), 24 deletions(-)
20024
20025 commit a1900114770952778563dd6f3bc79334b0ca8df5
20026 Author: Behdad Esfahbod <behdad@behdad.org>
20027 Date:   Tue Dec 4 00:29:35 2012 +0200
20028
20029     Remove unused functions
20030
20031  src/hb-object-private.hh | 20 --------------------
20032  1 file changed, 20 deletions(-)
20033
20034 commit 88b7564183ae1cf59500b13c7e48756fe200c7cd
20035 Author: Behdad Esfahbod <behdad@behdad.org>
20036 Date:   Sun Dec 2 19:14:29 2012 +0200
20037
20038     "Update" to Unicode 6.2.0 tables
20039
20040     Nothing changed...
20041
20042  src/hb-ot-shape-complex-arabic-table.hh |  4 ++--
20043  src/hb-ot-shape-complex-indic-table.hh  | 12 ++++++------
20044  2 files changed, 8 insertions(+), 8 deletions(-)
20045
20046 commit 4ab99fb8c363cfc6a4f5952e69a19757f0cab344
20047 Author: Behdad Esfahbod <behdad@behdad.org>
20048 Date:   Fri Nov 30 15:02:04 2012 +0200
20049
20050     Minor
20051
20052  src/hb-ot-layout.h | 2 +-
20053  1 file changed, 1 insertion(+), 1 deletion(-)
20054
20055 commit 6748b96d27477b35dd69129e55d861259d66bf9f
20056 Author: Behdad Esfahbod <behdad@behdad.org>
20057 Date:   Fri Nov 30 12:02:21 2012 +0200
20058
20059     Minor
20060
20061  src/hb-ot-layout.cc | 1 -
20062  1 file changed, 1 deletion(-)
20063
20064 commit 624933f67642997ee0a46d5acea285362e837142
20065 Author: Behdad Esfahbod <behdad@behdad.org>
20066 Date:   Fri Nov 30 11:46:35 2012 +0200
20067
20068     Add Persian test cases from Mehran Mehr
20069
20070  test/shaping/texts/in-tree/shaper-arabic/script-arabic/MANIFEST   | 1 +
20071  .../in-tree/shaper-arabic/script-arabic/language-persian/MANIFEST | 1 +
20072  .../shaper-arabic/script-arabic/language-persian/mehran.txt       |
20073  8 ++++++++
20074  3 files changed, 10 insertions(+)
20075
20076 commit 0f3f5299047e3cfc4d1202fee83d484b871279ad
20077 Author: Behdad Esfahbod <behdad@behdad.org>
20078 Date:   Fri Nov 30 09:06:59 2012 +0200
20079
20080     Add test-size-params
20081
20082     Eventually this will become part of a yet-to-be-written hb-ot cmdline
20083     tool.
20084
20085  src/Makefile.am         | 10 ++++-
20086  src/test-size-params.cc | 98
20087  +++++++++++++++++++++++++++++++++++++++++++++++++
20088  2 files changed, 107 insertions(+), 1 deletion(-)
20089
20090 commit 8465a05a89742295d4b009a9b4442eb0a899fd80
20091 Author: Behdad Esfahbod <behdad@behdad.org>
20092 Date:   Fri Nov 30 08:46:43 2012 +0200
20093
20094     Fix hb_buffer_guess_segment_properties() for empty buffer
20095
20096     Was causing assertion failure in shape_plan().
20097
20098  src/hb-buffer.cc | 4 ++--
20099  1 file changed, 2 insertions(+), 2 deletions(-)
20100
20101 commit e75943de803f571b7ad2cf2f777119753a209656
20102 Author: Behdad Esfahbod <behdad@behdad.org>
20103 Date:   Fri Nov 30 08:38:24 2012 +0200
20104
20105     [OTLayout] Fix collect_glyphs() recursion in ContextFormat3
20106
20107  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
20108  1 file changed, 1 insertion(+), 1 deletion(-)
20109
20110 commit 3038ae6adbb61e55d6c665dea0c5271e0c9f0ed8
20111 Author: Behdad Esfahbod <behdad@behdad.org>
20112 Date:   Fri Nov 30 08:24:13 2012 +0200
20113
20114     [OTLayout] Minor
20115
20116  src/hb-ot-layout-gpos-table.hh | 4 ----
20117  src/hb-ot-layout-gsub-table.hh | 4 ----
20118  src/hb-ot-layout.cc            | 4 ++--
20119  3 files changed, 2 insertions(+), 10 deletions(-)
20120
20121 commit 0dff11f6bfbda444a153ca75ff2b947f94e9b3c5
20122 Author: Behdad Esfahbod <behdad@behdad.org>
20123 Date:   Fri Nov 30 08:14:20 2012 +0200
20124
20125     [OTLayout] Look for any 'size' feature, not only in DFLT script
20126
20127     The old code doesn't work with all fonts, as Khaled has reported.
20128
20129  src/hb-ot-layout.cc | 14 +++++---------
20130  1 file changed, 5 insertions(+), 9 deletions(-)
20131
20132 commit e9ad71dee845407da74ccacfbb53ad7ededf07fd
20133 Author: Behdad Esfahbod <behdad@behdad.org>
20134 Date:   Fri Nov 30 08:10:26 2012 +0200
20135
20136     [OTLayout] Rename hb_ot_layout_position_get_size() to
20137     hb_ot_layout_get_size_params()
20138
20139  src/hb-ot-layout.cc | 4 ++--
20140  src/hb-ot-layout.h  | 7 ++++---
20141  2 files changed, 6 insertions(+), 5 deletions(-)
20142
20143 commit f18ff5a84d9fe859c40a7a0c9a207cb40df0e84a
20144 Author: Behdad Esfahbod <behdad@behdad.org>
20145 Date:   Fri Nov 30 08:07:06 2012 +0200
20146
20147     [OTLayout] Return correct value from recursion
20148
20149     Commit 4c4e8f0e754b79ac6190d21878eaaf0b790c7579 broke contextual
20150     lookups
20151     by making the recurse() function always return false.
20152
20153     Reported by Khaled.  Test case: لا in Amiri.
20154
20155  src/hb-ot-layout-gsubgpos-private.hh | 9 ++++-----
20156  1 file changed, 4 insertions(+), 5 deletions(-)
20157
20158 commit f54cce3c6a0432268ce159dbe6c5c6b7f583b87a
20159 Author: Behdad Esfahbod <behdad@behdad.org>
20160 Date:   Mon Nov 26 14:02:31 2012 +0200
20161
20162     [OTLayout] Implement 'size' feature
20163
20164  src/hb-ot-layout-common-private.hh | 36
20165  ++++++++++++++++++++++++++++++++++--
20166  src/hb-ot-layout.cc                | 31 +++++++++++++++++++++++++++++++
20167  src/hb-ot-layout.h                 |  5 +++++
20168  3 files changed, 70 insertions(+), 2 deletions(-)
20169
20170 commit 2dc1141d7d0a9f5818862b09d6b9cfe0a27f1fc1
20171 Author: Behdad Esfahbod <behdad@behdad.org>
20172 Date:   Sat Nov 24 19:16:34 2012 -0500
20173
20174     [OTLayout] Remove operator() from ClassDef
20175
20176  src/hb-ot-layout-common-private.hh   | 2 --
20177  src/hb-ot-layout-gpos-table.hh       | 4 ++--
20178  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
20179  3 files changed, 6 insertions(+), 8 deletions(-)
20180
20181 commit b67881b171a7cf865af58df146da52fc1e27b160
20182 Author: Behdad Esfahbod <behdad@behdad.org>
20183 Date:   Sat Nov 24 19:13:55 2012 -0500
20184
20185     [OTLayout] Remove operator() from Coverage
20186
20187  src/hb-ot-layout-common-private.hh   |  2 --
20188  src/hb-ot-layout-gdef-table.hh       |  4 ++--
20189  src/hb-ot-layout-gpos-table.hh       | 24 ++++++++++++------------
20190  src/hb-ot-layout-gsub-table.hh       | 24 ++++++++++++------------
20191  src/hb-ot-layout-gsubgpos-private.hh | 16 ++++++++--------
20192  5 files changed, 34 insertions(+), 36 deletions(-)
20193
20194 commit a88e7160217b9f44e4e5b4b814d0ca98c457ee40
20195 Author: Behdad Esfahbod <behdad@behdad.org>
20196 Date:   Sat Nov 24 02:31:02 2012 -0500
20197
20198     [OTLayout] Implement hb_ot_layout_collect_lookups()
20199
20200     Untested.
20201
20202  src/hb-ot-layout.cc | 97
20203  +++++++++++++++++++++++++++++++++++++++++++++++++++++
20204  src/hb-ot-layout.h  |  4 +--
20205  2 files changed, 98 insertions(+), 3 deletions(-)
20206
20207 commit 1ea375da446bf68f705a70ce4a480db9fb9d13f3
20208 Author: Behdad Esfahbod <behdad@behdad.org>
20209 Date:   Sat Nov 24 02:05:52 2012 -0500
20210
20211     [OTLayout] Only collect output glyphs during recursion in
20212     collect_glyphs()
20213
20214  src/hb-ot-layout-gsubgpos-private.hh | 4 +++-
20215  1 file changed, 3 insertions(+), 1 deletion(-)
20216
20217 commit f1b12781d279a73b5754afee31e930b5cd87aac6
20218 Author: Behdad Esfahbod <behdad@behdad.org>
20219 Date:   Sat Nov 24 01:55:34 2012 -0500
20220
20221     [OTLayout] Implement ChainContext collect_glyphs()
20222
20223     All of collect_glyphs() complete and untested now.
20224
20225  src/hb-ot-layout-gsubgpos-private.hh | 103
20226  ++++++++++++++++++++++++++++++++---
20227  1 file changed, 96 insertions(+), 7 deletions(-)
20228
20229 commit cdd756b9f40665a201f5c4e65a87b9a27c390601
20230 Author: Behdad Esfahbod <behdad@behdad.org>
20231 Date:   Sat Nov 24 01:38:41 2012 -0500
20232
20233     [OTLayout] Implement GPOS collect_glyphs()
20234
20235  src/hb-ot-layout-gpos-table.hh | 95
20236  +++++++++++++++++++++++++++++++++++++++++-
20237  src/hb-ot-layout.cc            |  9 ++--
20238  2 files changed, 99 insertions(+), 5 deletions(-)
20239
20240 commit 4c4e8f0e754b79ac6190d21878eaaf0b790c7579
20241 Author: Behdad Esfahbod <behdad@behdad.org>
20242 Date:   Sat Nov 24 01:13:20 2012 -0500
20243
20244     [OTLayout] Reuse apply context for recursion
20245
20246  src/hb-ot-layout-gpos-table.hh       | 7 ++++++-
20247  src/hb-ot-layout-gsub-table.hh       | 7 ++++++-
20248  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
20249  3 files changed, 16 insertions(+), 6 deletions(-)
20250
20251 commit 53a69f49e58ef4c4226958e0496fc22455ee6c87
20252 Author: Behdad Esfahbod <behdad@behdad.org>
20253 Date:   Sat Nov 24 01:03:05 2012 -0500
20254
20255     [OTLayout] Remove unused members
20256
20257  src/hb-ot-layout-gsubgpos-private.hh | 3 ---
20258  1 file changed, 3 deletions(-)
20259
20260 commit d0a5233785eb327c4080432f597fe470a1046af3
20261 Author: Behdad Esfahbod <behdad@behdad.org>
20262 Date:   Fri Nov 23 18:54:59 2012 -0500
20263
20264     [OTLayout] Implement Context::collect_glyphs()
20265
20266  src/hb-ot-layout-gsubgpos-private.hh | 122
20267  +++++++++++++++++++++++++++++++----
20268  1 file changed, 111 insertions(+), 11 deletions(-)
20269
20270 commit 26514d51b6669f092d9ccb7523443a5ece74169a
20271 Author: Behdad Esfahbod <behdad@behdad.org>
20272 Date:   Fri Nov 23 18:13:48 2012 -0500
20273
20274     [OTLayout] More collect_glyphs()
20275
20276  src/hb-ot-layout-gpos-table.hh       |  6 ++---
20277  src/hb-ot-layout-gsub-table.hh       | 32 +++++++++++++++-------
20278  src/hb-ot-layout-gsubgpos-private.hh | 51
20279  ++++++++++++++++++++++++++++++++----
20280  3 files changed, 71 insertions(+), 18 deletions(-)
20281
20282 commit c6fb843f2a1c26322c6f4c85d1589f01a9e7a2ef
20283 Author: Behdad Esfahbod <behdad@behdad.org>
20284 Date:   Fri Nov 23 18:04:08 2012 -0500
20285
20286     [OTLayout] Templatize process_recurse_func
20287
20288  src/hb-ot-layout-gpos-table.hh | 10 ++++++++++
20289  src/hb-ot-layout-gsub-table.hh |  8 +++++---
20290  2 files changed, 15 insertions(+), 3 deletions(-)
20291
20292 commit 9b34677f362fb0ef5a7cb8a284a9e06d1a4cc03b
20293 Author: Behdad Esfahbod <behdad@behdad.org>
20294 Date:   Fri Nov 23 17:55:40 2012 -0500
20295
20296     [OTLayout] Clean up closure() a bit
20297
20298  src/hb-ot-layout-gsub-table.hh       | 29 ++++++++++++++---------------
20299  src/hb-ot-layout-gsubgpos-private.hh |  7 ++++---
20300  src/hb-ot-layout.cc                  |  6 +++++-
20301  3 files changed, 23 insertions(+), 19 deletions(-)
20302
20303 commit adf7758a27a11fb1a8a14a2673867589437d22a3
20304 Author: Behdad Esfahbod <behdad@behdad.org>
20305 Date:   Fri Nov 23 17:32:00 2012 -0500
20306
20307     Improve debug log format in presence of templates
20308
20309  src/hb-private.hh | 6 +++++-
20310  1 file changed, 5 insertions(+), 1 deletion(-)
20311
20312 commit 2c53bd3c3ec4f81eff126c5bf84b7f2ddf2f0fef
20313 Author: Behdad Esfahbod <behdad@behdad.org>
20314 Date:   Fri Nov 23 17:29:05 2012 -0500
20315
20316     [OTLayout] Start porting sanitize() to process()
20317
20318  src/hb-open-type-private.hh          | 12 +++++++++++-
20319  src/hb-ot-layout-gsubgpos-private.hh |  8 ++++----
20320  2 files changed, 15 insertions(+), 5 deletions(-)
20321
20322 commit f48ec0e83432c038b50d9715a38ba1469e82e1e4
20323 Author: Behdad Esfahbod <behdad@behdad.org>
20324 Date:   Fri Nov 23 17:23:41 2012 -0500
20325
20326     [OTLayout] Add process() tracing
20327
20328  src/hb-ot-layout-gpos-table.hh       | 60
20329  ++++++++++++++++++++----------------
20330  src/hb-ot-layout-gsub-table.hh       | 51 +++++++++++++++++-------------
20331  src/hb-ot-layout-gsubgpos-private.hh | 17 +++++-----
20332  3 files changed, 72 insertions(+), 56 deletions(-)
20333
20334 commit ed2e13594479c6ed7909401509962ea2f03f9a6e
20335 Author: Behdad Esfahbod <behdad@behdad.org>
20336 Date:   Fri Nov 23 17:10:40 2012 -0500
20337
20338     [OTLayout] More Extension templatizing
20339
20340  src/hb-ot-layout-gpos-table.hh       | 11 -----------
20341  src/hb-ot-layout-gsub-table.hh       | 11 -----------
20342  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++++++--
20343  3 files changed, 10 insertions(+), 24 deletions(-)
20344
20345 commit 7dddd4e72bc35be962d93dc1b76c7e26c63aaa6d
20346 Author: Behdad Esfahbod <behdad@behdad.org>
20347 Date:   Fri Nov 23 17:04:55 2012 -0500
20348
20349     [OTLayout] More templatizing Extension
20350
20351  src/hb-ot-layout-gpos-table.hh       |  7 +------
20352  src/hb-ot-layout-gsub-table.hh       |  9 ++-------
20353  src/hb-ot-layout-gsubgpos-private.hh | 10 +++++++++-
20354  3 files changed, 12 insertions(+), 14 deletions(-)
20355
20356 commit 653eeb26450053b731b46346606931f5ae88db72
20357 Author: Behdad Esfahbod <behdad@behdad.org>
20358 Date:   Fri Nov 23 16:57:36 2012 -0500
20359
20360     Make Extension a template
20361
20362  src/hb-ot-layout-gpos-table.hh       | 11 +----------
20363  src/hb-ot-layout-gsub-table.hh       | 11 +----------
20364  src/hb-ot-layout-gsubgpos-private.hh |  7 +++++++
20365  3 files changed, 9 insertions(+), 20 deletions(-)
20366
20367 commit 08f1eede1bbc01ece2adf89847614a0670e50443
20368 Author: Behdad Esfahbod <behdad@behdad.org>
20369 Date:   Fri Nov 23 16:51:43 2012 -0500
20370
20371     Minor
20372
20373  src/hb-ot-layout-gpos-table.hh | 19 ++-----------------
20374  src/hb-ot-layout-gsub-table.hh | 19 ++-----------------
20375  2 files changed, 4 insertions(+), 34 deletions(-)
20376
20377 commit 2c9d6485a1f89c11f84e720d3c7978dc11a5039a
20378 Author: Behdad Esfahbod <behdad@behdad.org>
20379 Date:   Fri Nov 23 16:49:19 2012 -0500
20380
20381     More tracing fixup
20382
20383  src/hb-private.hh | 5 ++---
20384  1 file changed, 2 insertions(+), 3 deletions(-)
20385
20386 commit a1733db1c6ff40aae71fa142a12b1fea7b53dd37
20387 Author: Behdad Esfahbod <behdad@behdad.org>
20388 Date:   Fri Nov 23 16:40:04 2012 -0500
20389
20390     [OTLayout] Start adding process() tracing
20391
20392  src/hb-ot-layout-gsubgpos-private.hh | 44
20393  +++++++++++++++++++++++++++---------
20394  src/hb-private.hh                    |  6 +++--
20395  2 files changed, 37 insertions(+), 13 deletions(-)
20396
20397 commit 73c18ae1b982a4e65086afe5177afa79e721e2c0
20398 Author: Behdad Esfahbod <behdad@behdad.org>
20399 Date:   Fri Nov 23 15:34:11 2012 -0500
20400
20401     Cleanup
20402
20403  src/hb-ot-layout-gsubgpos-private.hh | 16 ++++------------
20404  1 file changed, 4 insertions(+), 12 deletions(-)
20405
20406 commit be218c688cbb037a99c8c64bb835f3c980040c0b
20407 Author: Behdad Esfahbod <behdad@behdad.org>
20408 Date:   Fri Nov 23 15:32:14 2012 -0500
20409
20410     Pass this object to trace macros
20411
20412  src/hb-open-file-private.hh          |  10 +--
20413  src/hb-open-type-private.hh          |  34 +++++-----
20414  src/hb-ot-head-table.hh              |   2 +-
20415  src/hb-ot-hhea-table.hh              |   2 +-
20416  src/hb-ot-hmtx-table.hh              |   2 +-
20417  src/hb-ot-layout-common-private.hh   |  36 +++++------
20418  src/hb-ot-layout-gdef-table.hh       |  20 +++---
20419  src/hb-ot-layout-gpos-table.hh       |  80 +++++++++++------------
20420  src/hb-ot-layout-gsub-table.hh       | 122
20421  +++++++++++++++++------------------
20422  src/hb-ot-layout-gsubgpos-private.hh | 100 ++++++++++++++--------------
20423  src/hb-ot-maxp-table.hh              |   2 +-
20424  src/hb-ot-name-table.hh              |   6 +-
20425  12 files changed, 208 insertions(+), 208 deletions(-)
20426
20427 commit 902cc8aca0b3ff25eeee50b3a84d729e31731ef3
20428 Author: Behdad Esfahbod <behdad@behdad.org>
20429 Date:   Fri Nov 23 15:06:59 2012 -0500
20430
20431     [OTLayout] Start unbreaking tracing
20432
20433  src/hb-open-type-private.hh          | 37
20434  +++++++++++++++++++++---------------
20435  src/hb-ot-layout-gsubgpos-private.hh | 37
20436  +++++++++++++++++++++++++-----------
20437  src/hb-private.hh                    | 30 +++++++++++++++++++----------
20438  3 files changed, 68 insertions(+), 36 deletions(-)
20439
20440 commit dabe698fcbeb02911128b17aa8e3b2d864795960
20441 Author: Behdad Esfahbod <behdad@behdad.org>
20442 Date:   Fri Nov 23 14:21:35 2012 -0500
20443
20444     Minor
20445
20446  src/hb-open-type-private.hh          |  5 -----
20447  src/hb-ot-layout-gsubgpos-private.hh | 10 ++++------
20448  src/hb-private.hh                    | 27 +++++++++++++++++++++++++--
20449  3 files changed, 29 insertions(+), 13 deletions(-)
20450
20451 commit c779d82b2fc801eec0d349a106c0e860448fcf4e
20452 Author: Behdad Esfahbod <behdad@behdad.org>
20453 Date:   Fri Nov 23 14:07:24 2012 -0500
20454
20455     Fix warnings
20456
20457  src/hb-ot-layout-gpos-table.hh       | 2 --
20458  src/hb-ot-layout-gsub-table.hh       | 8 +++-----
20459  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
20460  src/hb-private.hh                    | 2 +-
20461  4 files changed, 5 insertions(+), 9 deletions(-)
20462
20463 commit 81822528efc63d867cb2343a8ff7af64fac1c70d
20464 Author: Behdad Esfahbod <behdad@behdad.org>
20465 Date:   Fri Nov 23 13:27:16 2012 -0500
20466
20467     Minor
20468
20469  src/hb-open-type-private.hh          | 6 ++++++
20470  src/hb-ot-layout-gsubgpos-private.hh | 3 ---
20471  2 files changed, 6 insertions(+), 3 deletions(-)
20472
20473 commit 1d67ef980f35ae30d4f8975f65ee07b8cc5deeea
20474 Author: Behdad Esfahbod <behdad@behdad.org>
20475 Date:   Thu Nov 22 16:47:53 2012 -0500
20476
20477     Move code around
20478
20479  src/hb-ot-layout-gsubgpos-private.hh | 44
20480  ++++++++++++++++++------------------
20481  1 file changed, 22 insertions(+), 22 deletions(-)
20482
20483 commit ec35a72a44301934b8f123ab2833f59d8c875a09
20484 Author: Behdad Esfahbod <behdad@behdad.org>
20485 Date:   Thu Nov 22 16:05:59 2012 -0500
20486
20487     [OTLayout] Port apply() operator to process() template
20488
20489  src/hb-ot-layout-gpos-table.hh       | 117
20490  ++++-------------------------------
20491  src/hb-ot-layout-gsub-table.hh       | 108
20492  +++-----------------------------
20493  src/hb-ot-layout-gsubgpos-private.hh |  99 +++++++++++++----------------
20494  src/hb-ot-layout.cc                  |   2 +-
20495  4 files changed, 65 insertions(+), 261 deletions(-)
20496
20497 commit 2005fa5340fc528c32dc2af945ad2431964a47d2
20498 Author: Behdad Esfahbod <behdad@behdad.org>
20499 Date:   Thu Nov 22 14:38:10 2012 -0500
20500
20501     [OTLayout] Port would_apply() and get_coverage() to process()
20502     templates
20503
20504  src/hb-ot-layout-gpos-table.hh       | 175
20505  +++++++++++--------------------
20506  src/hb-ot-layout-gsub-table.hh       | 198
20507  ++++++++++++-----------------------
20508  src/hb-ot-layout-gsubgpos-private.hh |  76 +++++---------
20509  3 files changed, 156 insertions(+), 293 deletions(-)
20510
20511 commit 44fc237b53ebfbaf8a539de16ad735d2c6afc52b
20512 Author: Behdad Esfahbod <behdad@behdad.org>
20513 Date:   Wed Nov 21 23:33:13 2012 -0500
20514
20515     [OTLayout] Port closure() to process() template
20516
20517  src/hb-ot-layout-gsub-table.hh       | 297
20518  ++++++++---------------------------
20519  src/hb-ot-layout-gsubgpos-private.hh | 209 ++++++++++++------------
20520  src/hb-ot-layout.cc                  |  10 +-
20521  3 files changed, 171 insertions(+), 345 deletions(-)
20522
20523 commit 5be86b1bb4fbb37b50a1e2798df0c9a3a528b6b2
20524 Author: Behdad Esfahbod <behdad@behdad.org>
20525 Date:   Thu Nov 22 16:26:22 2012 -0500
20526
20527     [ucdn] Make data tables const!
20528
20529  src/hb-ucdn/ucdn.c           | 16 ++++++++--------
20530  src/hb-ucdn/unicodedata_db.h | 28 ++++++++++++++--------------
20531  2 files changed, 22 insertions(+), 22 deletions(-)
20532
20533 commit 7c5b7fe686c9163afe2f31fbeac6f8c8512f5516
20534 Author: Behdad Esfahbod <behdad@behdad.org>
20535 Date:   Thu Nov 22 14:15:08 2012 -0500
20536
20537     Fix hb_shape_plan_get_shaper()
20538
20539  src/hb-shape-plan.cc | 1 +
20540  1 file changed, 1 insertion(+)
20541
20542 commit 4c8963576573483269b327c6465f6ec99f489e05
20543 Author: Behdad Esfahbod <behdad@behdad.org>
20544 Date:   Wed Nov 21 01:20:56 2012 -0500
20545
20546     0.9.7
20547
20548  NEWS         | 86
20549  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
20550  configure.ac |  2 +-
20551  2 files changed, 87 insertions(+), 1 deletion(-)
20552
20553 commit ac064a2db2b7a010d99527e183145286215aea81
20554 Author: Behdad Esfahbod <behdad@behdad.org>
20555 Date:   Wed Nov 21 01:14:19 2012 -0500
20556
20557     Rename hb_set_population() to hb_set_get_population()
20558
20559  src/hb-set.cc | 2 +-
20560  src/hb-set.h  | 2 +-
20561  2 files changed, 2 insertions(+), 2 deletions(-)
20562
20563 commit 16c914c2a6efeb6999054333985b1f711e33cf94
20564 Author: Behdad Esfahbod <behdad@behdad.org>
20565 Date:   Wed Nov 21 01:04:15 2012 -0500
20566
20567     [Indic] One more try at unbreaking Khmer fonts
20568
20569     See comments and discussion on the list.
20570
20571  src/hb-ot-shape-complex-private.hh | 16 ++++++++++------
20572  1 file changed, 10 insertions(+), 6 deletions(-)
20573
20574 commit e8cfdd7fa8d0fb66e0a261f3547e5824897e5131
20575 Author: Behdad Esfahbod <behdad@behdad.org>
20576 Date:   Fri Nov 16 19:07:06 2012 -0800
20577
20578     Start implementing collect_glyphs() operation
20579
20580     Not functional yet.
20581
20582  src/hb-ot-layout-gsub-table.hh       | 185
20583  +++++++++++++++++++++++++++++++++++
20584  src/hb-ot-layout-gsubgpos-private.hh |  57 +++++++++++
20585  src/hb-ot-layout.cc                  |  29 ++++++
20586  src/hb-ot-layout.h                   |   4 +-
20587  4 files changed, 272 insertions(+), 3 deletions(-)
20588
20589 commit 7d52e6601f0e695690cd168a288466746cf25300
20590 Author: Behdad Esfahbod <behdad@behdad.org>
20591 Date:   Fri Nov 16 18:49:54 2012 -0800
20592
20593     Whitespace
20594
20595  src/hb-coretext.cc                   |  32 +++++-----
20596  src/hb-icu-le.cc                     |   2 +-
20597  src/hb-old.cc                        |  10 ++--
20598  src/hb-open-file-private.hh          |   2 +-
20599  src/hb-open-type-private.hh          |   2 +-
20600  src/hb-ot-head-table.hh              |   2 +-
20601  src/hb-ot-hhea-table.hh              |   2 +-
20602  src/hb-ot-hmtx-table.hh              |   2 +-
20603  src/hb-ot-layout-common-private.hh   |   2 +-
20604  src/hb-ot-layout-gdef-table.hh       |   2 +-
20605  src/hb-ot-layout-gpos-table.hh       |   2 +-
20606  src/hb-ot-layout-gsub-table.hh       |   2 +-
20607  src/hb-ot-layout-gsubgpos-private.hh |   2 +-
20608  src/hb-ot-maxp-table.hh              |   2 +-
20609  src/hb-ot-name-table.hh              |   2 +-
20610  src/hb-ot-shape-complex-default.cc   | 109
20611  ++++++++++++++++++-----------------
20612  src/hb-tt-font.cc                    |   2 +-
20613  17 files changed, 87 insertions(+), 92 deletions(-)
20614
20615 commit 51bb498b7b07bff4a447405b72f09b68d07a3e95
20616 Author: Behdad Esfahbod <behdad@behdad.org>
20617 Date:   Fri Nov 16 14:08:05 2012 -0800
20618
20619     Minor
20620
20621  src/hb-ot-shape.cc | 1 +
20622  1 file changed, 1 insertion(+)
20623
20624 commit 89ca8eeb83fedde06727d386369a0a39d410f12b
20625 Author: Behdad Esfahbod <behdad@behdad.org>
20626 Date:   Fri Nov 16 13:53:40 2012 -0800
20627
20628     Implement hb_ot_layout_get_glyphs_in_class()
20629
20630  src/hb-ot-layout-common-private.hh | 24 ++++++++++++++++++++++++
20631  src/hb-ot-layout-gdef-table.hh     |  2 ++
20632  src/hb-ot-layout.cc                |  8 ++++++++
20633  src/hb-ot-layout.h                 |  5 ++---
20634  4 files changed, 36 insertions(+), 3 deletions(-)
20635
20636 commit 5a08ecf9200a6ac9b4ebb7ec5c13dcb42d8820ce
20637 Author: Behdad Esfahbod <behdad@behdad.org>
20638 Date:   Fri Nov 16 13:34:29 2012 -0800
20639
20640     Implement hb_ot_layout_get_glyph_class()
20641
20642  src/hb-ot-layout-gdef-table.hh       | 10 +++++-----
20643  src/hb-ot-layout-gpos-table.hh       |  8 ++++----
20644  src/hb-ot-layout-gsub-table.hh       |  2 +-
20645  src/hb-ot-layout-gsubgpos-private.hh | 10 +++++-----
20646  src/hb-ot-layout-private.hh          | 10 +++++++++-
20647  src/hb-ot-layout.cc                  |  6 ++++++
20648  src/hb-ot-layout.h                   | 14 ++++++--------
20649  src/hb-ot-shape.cc                   |  4 ++--
20650  8 files changed, 38 insertions(+), 26 deletions(-)
20651
20652 commit f9edd5d56bd219625f5b16b23eac53b4c4a8b194
20653 Author: Behdad Esfahbod <behdad@behdad.org>
20654 Date:   Fri Nov 16 13:23:37 2012 -0800
20655
20656     Implement hb_shape_plan_get_shaper()
20657
20658     Untested.
20659
20660  src/hb-shape-plan-private.hh | 1 +
20661  src/hb-shape-plan.cc         | 7 +++++++
20662  src/hb-shape-plan.h          | 4 +---
20663  3 files changed, 9 insertions(+), 3 deletions(-)
20664
20665 commit 43b653150081a2f9dc6b7481229ac4cd952575dc
20666 Author: Behdad Esfahbod <behdad@behdad.org>
20667 Date:   Fri Nov 16 13:12:35 2012 -0800
20668
20669     [Indic] Another try to unbreak Sinhala split matras
20670
20671     Just read the comments...
20672
20673  src/hb-ot-shape-complex-indic.cc                   | 43
20674  ++++++++++++++++++----
20675  .../indic/script-sinhala/misc/MANIFEST             |  1 +
20676  .../indic/script-sinhala/misc/split-matras.txt     |  4 ++
20677  3 files changed, 40 insertions(+), 8 deletions(-)
20678
20679 commit 977f1740ace730dcdff8221a17f2a592c2ec7c74
20680 Author: Behdad Esfahbod <behdad@behdad.org>
20681 Date:   Fri Nov 16 13:10:07 2012 -0800
20682
20683     Unbreak tests
20684
20685  src/hb-ot-layout.h  | 14 +++++++-------
20686  src/hb-shape-plan.h |  2 +-
20687  2 files changed, 8 insertions(+), 8 deletions(-)
20688
20689 commit eba312c8d1b2bbe8cb9b6414e843e78d2c521aa4
20690 Author: Behdad Esfahbod <behdad@behdad.org>
20691 Date:   Fri Nov 16 12:39:23 2012 -0800
20692
20693     Plumbing to get shape plan and font into complex decompose function
20694
20695     So we can handle Sinhala split matras smartly...  Coming soon.
20696
20697  src/hb-ot-shape-complex-default.cc   |  6 ++--
20698  src/hb-ot-shape-complex-indic.cc     | 14 ++++-----
20699  src/hb-ot-shape-complex-private.hh   | 16 +++++------
20700  src/hb-ot-shape-normalize-private.hh | 22 ++++++++++++--
20701  src/hb-ot-shape-normalize.cc         | 56
20702  ++++++++++++++----------------------
20703  src/hb-ot-shape.cc                   |  2 +-
20704  6 files changed, 61 insertions(+), 55 deletions(-)
20705
20706 commit 3f82f8ff07a9d16a7c047129658c1bbedfdb5436
20707 Author: Behdad Esfahbod <behdad@behdad.org>
20708 Date:   Thu Nov 15 18:45:31 2012 -0800
20709
20710     Rename hb_buffer_guess_properties() to
20711     hb_buffer_guess_segment_properties()
20712
20713  src/hb-buffer-private.hh | 2 +-
20714  src/hb-buffer.cc         | 6 +++---
20715  src/hb-buffer.h          | 2 +-
20716  src/hb-fallback-shape.cc | 2 +-
20717  src/hb-ot-shape.cc       | 2 +-
20718  src/hb-shape.cc          | 2 +-
20719  6 files changed, 8 insertions(+), 8 deletions(-)
20720
20721 commit f30641038ba96e83950729b1bd9d86d2e98e46c5
20722 Author: Behdad Esfahbod <behdad@behdad.org>
20723 Date:   Thu Nov 15 18:39:46 2012 -0800
20724
20725     Bunch of independent changes (ouch)
20726
20727     API additions:
20728
20729         hb_segment_properties_t
20730         HB_SEGMENT_PROPERTIES_DEFAULT
20731         hb_segment_properties_equal()
20732         hb_segment_properties_hash()
20733
20734         hb_buffer_set_segment_properties()
20735         hb_buffer_get_segment_properties()
20736
20737         hb_ot_layout_glyph_class_t
20738
20739         hb_shape_plan_t
20740         hb_shape_plan_create()
20741         hb_shape_plan_create_cached()
20742         hb_shape_plan_get_empty()
20743         hb_shape_plan_reference()
20744         hb_shape_plan_destroy()
20745         hb_shape_plan_set_user_data()
20746         hb_shape_plan_get_user_data()
20747         hb_shape_plan_execute()
20748
20749         hb_ot_shape_plan_collect_lookups()
20750
20751     API changes:
20752
20753         Rename hb_ot_layout_feature_get_lookup_indexes() to
20754         hb_ot_layout_feature_get_lookups().
20755
20756     New header file:
20757
20758         hb-shape-plan.h
20759
20760     And a bunch of prototyped but not implemented stuff.  Coming soon.
20761     (Tests fail because of the prototypes right now.)
20762
20763  src/Makefile.am              |   2 +-
20764  src/hb-buffer-private.hh     |  37 ---------------
20765  src/hb-buffer.cc             |  45 +++++++++++++++++-
20766  src/hb-buffer.h              |  47 +++++++++++++++++--
20767  src/hb-ot-layout-private.hh  |   8 ----
20768  src/hb-ot-layout.cc          |  12 ++---
20769  src/hb-ot-layout.h           | 108
20770  ++++++++++++++++++++++++++++++++++++++++---
20771  src/hb-ot-map-private.hh     |   2 +-
20772  src/hb-ot-map.cc             |  15 +++---
20773  src/hb-ot-shape-private.hh   |  11 ++++-
20774  src/hb-ot-shape.cc           |  52 ++++++++++++++-------
20775  src/hb-ot.h                  |   1 +
20776  src/hb-shape-plan-private.hh |   3 +-
20777  src/hb-shape-plan.cc         |  23 +++++++--
20778  src/hb-shape-plan.h          |  50 +++++++++++++-------
20779  src/hb-shaper-private.hh     |   2 -
20780  src/hb-shaper.cc             |   2 +-
20781  src/hb.h                     |   1 +
20782  18 files changed, 304 insertions(+), 117 deletions(-)
20783
20784 commit 75da37dcb17aacc0be6bb006683a84aa31155938
20785 Author: Behdad Esfahbod <behdad@behdad.org>
20786 Date:   Thu Nov 15 18:39:23 2012 -0800
20787
20788     Minor
20789
20790  util/hb-ot-shape-closure.cc | 24 ++++++++++++------------
20791  1 file changed, 12 insertions(+), 12 deletions(-)
20792
20793 commit e05a999495e6575f7cebd7f35db087d964f11ef6
20794 Author: Behdad Esfahbod <behdad@behdad.org>
20795 Date:   Thu Nov 15 16:23:21 2012 -0800
20796
20797     Add hb_face_[sg]et_glyph_count()
20798
20799  src/hb-font-private.hh |  9 +++++++++
20800  src/hb-font.cc         | 29 ++++++++++++++++++++++++++++-
20801  src/hb-font.h          |  7 +++++++
20802  3 files changed, 44 insertions(+), 1 deletion(-)
20803
20804 commit aec89de5641fbe1c3031d63dd5f40ec99bf2a538
20805 Author: Behdad Esfahbod <behdad@behdad.org>
20806 Date:   Thu Nov 15 16:15:42 2012 -0800
20807
20808     Add / modify set API a bit
20809
20810  src/hb-ot-shape.cc          |  2 +-
20811  src/hb-set-private.hh       | 35 ++++++++++++++++--
20812  src/hb-set.cc               | 86
20813  ++++++++++++++++++++++++++++++---------------
20814  src/hb-set.h                | 55 +++++++++++++++++++----------
20815  util/hb-ot-shape-closure.cc |  2 +-
20816  5 files changed, 128 insertions(+), 52 deletions(-)
20817
20818 commit c54599ad269380c7aa28d885fcfd660fc2c10a7b
20819 Author: Behdad Esfahbod <behdad@behdad.org>
20820 Date:   Thu Nov 15 16:14:23 2012 -0800
20821
20822     Minor
20823
20824  src/hb-buffer.cc | 2 +-
20825  src/hb-buffer.h  | 8 +++-----
20826  2 files changed, 4 insertions(+), 6 deletions(-)
20827
20828 commit d1aa143ca434fe272de21d2002768c83387b583b
20829 Author: Behdad Esfahbod <behdad@behdad.org>
20830 Date:   Thu Nov 15 15:38:08 2012 -0800
20831
20832     [Thai] Remove U+0E2C from "AC" consonants
20833
20834     WinXP doesn't include it.
20835
20836  src/hb-ot-shape-complex-thai.cc | 2 +-
20837  1 file changed, 1 insertion(+), 1 deletion(-)
20838
20839 commit 362a990b2246f5448ecb9d600761f710aea7d42d
20840 Author: Behdad Esfahbod <behdad@behdad.org>
20841 Date:   Thu Nov 15 14:57:31 2012 -0800
20842
20843     Rename hb_ot_layout_would_substitute_lookup() and
20844     hb_ot_layout_substitute_closure_lookup()
20845
20846     To match upcoming API.
20847
20848  src/hb-ot-layout-private.hh      | 2 +-
20849  src/hb-ot-layout.cc              | 8 ++++----
20850  src/hb-ot-layout.h               | 4 ++--
20851  src/hb-ot-map.cc                 | 2 +-
20852  src/hb-ot-shape-complex-indic.cc | 2 +-
20853  src/test-would-substitute.cc     | 2 +-
20854  6 files changed, 10 insertions(+), 10 deletions(-)
20855
20856 commit a4bef84e375b090c1bc7e4221b8e0ee435dfcbba
20857 Author: Behdad Esfahbod <behdad@behdad.org>
20858 Date:   Thu Nov 15 13:29:51 2012 -0800
20859
20860     [util] Make hb-shape err if output-format is not understood
20861
20862     And list supported formats.
20863
20864  util/hb-shape.cc | 6 ++++++
20865  1 file changed, 6 insertions(+)
20866
20867 commit 3cec819d39e45470d03085bb6fa132882cc85943
20868 Author: Behdad Esfahbod <behdad@behdad.org>
20869 Date:   Thu Nov 15 13:15:39 2012 -0800
20870
20871     Make the OT shaper default, even if CoreText or Uniscribe is enabled
20872
20873  src/hb-shaper-list.hh | 15 ++++++++-------
20874  1 file changed, 8 insertions(+), 7 deletions(-)
20875
20876 commit 072ae7a982bf640804eee0b41525e7c328806bf5
20877 Author: Behdad Esfahbod <behdad@behdad.org>
20878 Date:   Thu Nov 15 13:14:12 2012 -0800
20879
20880     Add hb_buffer_serialize_list_formats()
20881
20882  src/hb-buffer.cc | 6 ++++++
20883  src/hb-buffer.h  | 3 +++
20884  2 files changed, 9 insertions(+)
20885
20886 commit f9edf1672511c3bcc3796cc79578ffea43b2bda1
20887 Author: Behdad Esfahbod <behdad@behdad.org>
20888 Date:   Thu Nov 15 12:14:09 2012 -0800
20889
20890     Add buffer serialization / deserialization API
20891
20892     Two output formats for now: TEXT, and JSON.  For example:
20893
20894       hb-shape --output-format=json
20895
20896     Deserialization API is added, but not implemented yet.
20897
20898  src/hb-buffer.cc | 222
20899  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
20900  src/hb-buffer.h  |  42 +++++++++++
20901  util/hb-shape.cc |  21 +++++-
20902  util/options.cc  |  57 +++++---------
20903  util/options.hh  |   7 +-
20904  5 files changed, 304 insertions(+), 45 deletions(-)
20905
20906 commit fd0de881f4fc004da6f36d50a91d0e62f8eb4d8c
20907 Author: Behdad Esfahbod <behdad@behdad.org>
20908 Date:   Thu Nov 15 10:47:14 2012 -0800
20909
20910     Avoid C++ undefined behavior
20911
20912     https://bugzilla.mozilla.org/show_bug.cgi?id=810823
20913
20914  src/hb-open-type-private.hh | 4 ++--
20915  1 file changed, 2 insertions(+), 2 deletions(-)
20916
20917 commit f41dc2d35b23220d59d38990bb66f1cbd66a55b3
20918 Author: Behdad Esfahbod <behdad@behdad.org>
20919 Date:   Thu Nov 15 10:36:43 2012 -0800
20920
20921     Fix undefined behavior in Indic dottedcircle
20922
20923     Chromium Issue 158998:      Conditional jump in harfbuzz-ng
20924     http://code.google.com/p/chromium/issues/detail?id=158998
20925
20926  src/hb-ot-shape-complex-indic.cc | 2 +-
20927  1 file changed, 1 insertion(+), 1 deletion(-)
20928
20929 commit 1eb3e94fe99a072ce422e60ac4d4d89ef489b08a
20930 Author: Behdad Esfahbod <behdad@behdad.org>
20931 Date:   Wed Nov 14 17:25:03 2012 -0800
20932
20933     [Thai] Implement PUA-based fallback shaping
20934
20935     As explained here:
20936
20937       http://linux.thai.net/~thep/th-otf/shaping.html
20938
20939     Our output now matches Uniscribe for old fonts (eg. XP Tahoma) with no
20940     Thai GSUB table.
20941
20942  src/hb-ot-shape-complex-thai.cc | 217
20943  ++++++++++++++++++++++++++++++++++++++++
20944  1 file changed, 217 insertions(+)
20945
20946 commit 851784f8372004e0a40b698c0cdc2d7db8629aa2
20947 Author: Behdad Esfahbod <behdad@behdad.org>
20948 Date:   Wed Nov 14 16:24:05 2012 -0800
20949
20950     Improve shaper selection
20951
20952  src/hb-ot-map-private.hh           |  8 ++++----
20953  src/hb-ot-map.cc                   |  6 ++++--
20954  src/hb-ot-shape-complex-indic.cc   |  2 +-
20955  src/hb-ot-shape-complex-private.hh | 13 ++++++++-----
20956  src/hb-ot-shape-complex-thai.cc    | 24 ++++++++++++++++++++++--
20957  5 files changed, 39 insertions(+), 14 deletions(-)
20958
20959 commit f3584d3a3a627e38dfd7769975a670db340d2a48
20960 Author: Behdad Esfahbod <behdad@behdad.org>
20961 Date:   Wed Nov 14 15:55:17 2012 -0800
20962
20963     Add test cases for Thai PUA shaping
20964
20965  .../texts/in-tree/shaper-thai/script-thai/misc/MANIFEST       |  1 +
20966  .../in-tree/shaper-thai/script-thai/misc/pua-shaping.txt      |
20967  11 +++++++++++
20968  2 files changed, 12 insertions(+)
20969
20970 commit 43f04a7456419153cb03e610a825056a47824780
20971 Author: Behdad Esfahbod <behdad@behdad.org>
20972 Date:   Wed Nov 14 15:51:54 2012 -0800
20973
20974     Move Thai shaper into a separate file
20975
20976  src/Makefile.am                                    |   3 +-
20977  ...plex-misc.cc => hb-ot-shape-complex-default.cc} | 114
20978  -----------------
20979  src/hb-ot-shape-complex-thai.cc                    | 141
20980  +++++++++++++++++++++
20981  3 files changed, 143 insertions(+), 115 deletions(-)
20982
20983 commit ba82325b7a6311b787ae47f41a56964e2f2cba9f
20984 Author: Behdad Esfahbod <behdad@behdad.org>
20985 Date:   Wed Nov 14 15:36:53 2012 -0800
20986
20987     Add note re 'Phags-pa letter U+A872, which is Joining_Type=L
20988
20989  src/hb-ot-shape-complex-arabic.cc | 1 +
20990  1 file changed, 1 insertion(+)
20991
20992 commit d469fadce8290c7dda559c5927dd19df65f91c1a
20993 Author: Behdad Esfahbod <behdad@behdad.org>
20994 Date:   Wed Nov 14 15:07:36 2012 -0800
20995
20996     [Indic] Exchange abort() for assert()
20997
20998  src/hb-ot-shape-complex-indic.cc | 7 ++++---
20999  1 file changed, 4 insertions(+), 3 deletions(-)
21000
21001 commit 0f80a89de99293ddbf0b8b815fe360677d057e38
21002 Author: Behdad Esfahbod <behdad@behdad.org>
21003 Date:   Wed Nov 14 15:05:19 2012 -0800
21004
21005     Don't route Kharoshthi through the Indic shaper
21006
21007     It's a simple, right-to-left, script.
21008
21009  src/hb-ot-shape-complex-private.hh | 2 +-
21010  1 file changed, 1 insertion(+), 1 deletion(-)
21011
21012 commit e67072bb179a5c17db04075de74215597fb43c82
21013 Author: Behdad Esfahbod <behdad@behdad.org>
21014 Date:   Wed Nov 14 15:00:53 2012 -0800
21015
21016     [Indic] Handle overstruck matra position
21017
21018  src/hb-ot-shape-complex-indic-private.hh | 6 +++---
21019  1 file changed, 3 insertions(+), 3 deletions(-)
21020
21021 commit 7e99e4f0740e47efda5882604954cb7d12700a4b
21022 Author: Behdad Esfahbod <behdad@behdad.org>
21023 Date:   Wed Nov 14 14:09:46 2012 -0800
21024
21025     Reposition Lao marks
21026
21027     Lao marks are center-aligned, unlike Thai ones.
21028
21029  src/hb-ot-shape-fallback.cc | 4 ++--
21030  1 file changed, 2 insertions(+), 2 deletions(-)
21031
21032 commit 865745b5b87236651f5663cae3461db9cb505eed
21033 Author: Behdad Esfahbod <behdad@behdad.org>
21034 Date:   Wed Nov 14 13:48:26 2012 -0800
21035
21036     Don't do fallback positioning for Indic and Thai shapers
21037
21038  src/hb-ot-shape-complex-arabic.cc  |  1 +
21039  src/hb-ot-shape-complex-indic.cc   |  1 +
21040  src/hb-ot-shape-complex-misc.cc    |  2 ++
21041  src/hb-ot-shape-complex-private.hh |  1 +
21042  src/hb-ot-shape.cc                 | 20 +++++---------------
21043  5 files changed, 10 insertions(+), 15 deletions(-)
21044
21045 commit 981748cb2e9b48b77177b19ec1f972cab7afda89
21046 Author: Behdad Esfahbod <behdad@behdad.org>
21047 Date:   Wed Nov 14 13:38:16 2012 -0800
21048
21049     [Indic] If Khmer fonts have a 'liga' feature, use generic shaper
21050
21051     Seems to produce more coherent results than trying the Indic shaper on
21052     them.  I'm looking at you, Kh-* fonts...
21053
21054  src/hb-ot-shape-complex-private.hh | 21 +++++++++++++++++----
21055  1 file changed, 17 insertions(+), 4 deletions(-)
21056
21057 commit 6b19fa48621dbf36d471d5005f6ae20df350954f
21058 Author: Behdad Esfahbod <behdad@behdad.org>
21059 Date:   Wed Nov 14 11:38:50 2012 -0800
21060
21061     Adjust diff rule for the new hb-shape output format
21062
21063  test/shaping/hb_test_tools.py | 2 +-
21064  1 file changed, 1 insertion(+), 1 deletion(-)
21065
21066 commit dde5506fd963e3cec27c3389bb1fc092f86d1e06
21067 Author: Behdad Esfahbod <behdad@behdad.org>
21068 Date:   Wed Nov 14 11:37:04 2012 -0800
21069
21070     [Indic] Don't move virama with left matra
21071
21072     This is important for the Sinhala U+0DDA split matra since it
21073     decomposes
21074     to U+0DD9,U+0DCA where U+0DD9 is a left matra and U+0DCA is the
21075     virama.
21076     We don't want to move the virama with the left matra.
21077     TEST: U+0D9A,U+0DDA
21078
21079     Note that we were already doing this in the Uniscribe bug
21080     compatibility
21081     mode.  We now do it all the time.
21082
21083  src/hb-ot-shape-complex-indic.cc | 8 ++++++--
21084  1 file changed, 6 insertions(+), 2 deletions(-)
21085
21086 commit 82c4d9880a2cd321f6426888511c5f0318f96ad5
21087 Author: Behdad Esfahbod <behdad@behdad.org>
21088 Date:   Wed Nov 14 10:56:02 2012 -0800
21089
21090     Add Sinhala test case for split matra U+0DDA
21091
21092  .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt
21093  | 1 +
21094  1 file changed, 1 insertion(+)
21095
21096 commit d04b12853167d756a8cccaf4154f0fd894bce6de
21097 Author: Behdad Esfahbod <behdad@behdad.org>
21098 Date:   Wed Nov 14 10:53:10 2012 -0800
21099
21100     Fix test
21101
21102  test/api/test-buffer.c | 2 +-
21103  1 file changed, 1 insertion(+), 1 deletion(-)
21104
21105 commit 92f9bfed42f720c1fd78e795845542661aaf4f8a
21106 Author: Behdad Esfahbod <behdad@behdad.org>
21107 Date:   Tue Nov 13 16:50:45 2012 -0800
21108
21109     Minor
21110
21111  src/hb-buffer.h | 26 ++++++++++++++------------
21112  1 file changed, 14 insertions(+), 12 deletions(-)
21113
21114 commit 66ac2ff32e24f0d5658ca172147613081a133847
21115 Author: Behdad Esfahbod <behdad@behdad.org>
21116 Date:   Tue Nov 13 16:26:32 2012 -0800
21117
21118     API change: Remove "mask" from hb_buffer_add()
21119
21120     I don't expect anybody using hb_buffer_add(), so this shouldn't break
21121     anyone's code.
21122
21123  src/hb-buffer-private.hh | 1 -
21124  src/hb-buffer.cc         | 8 +++-----
21125  src/hb-buffer.h          | 1 -
21126  3 files changed, 3 insertions(+), 7 deletions(-)
21127
21128 commit 407f80d62589774f845ef1a6a0a7d841b09d57c6
21129 Author: Behdad Esfahbod <behdad@behdad.org>
21130 Date:   Tue Nov 13 15:33:27 2012 -0800
21131
21132     [util] Add --bot / --eot / --preserve-default-ignorables
21133
21134  util/options.cc |  3 +++
21135  util/options.hh | 12 ++++++++++++
21136  2 files changed, 15 insertions(+)
21137
21138 commit 78d41d8d69142ae95928b51215c0c0c5e3f5b3f0
21139 Author: Behdad Esfahbod <behdad@behdad.org>
21140 Date:   Tue Nov 13 15:15:09 2012 -0800
21141
21142     Minor
21143
21144  util/options.cc | 2 +-
21145  1 file changed, 1 insertion(+), 1 deletion(-)
21146
21147 commit 321f73c16efa0730c96e001d65268f4927a0f735
21148 Author: Behdad Esfahbod <behdad@behdad.org>
21149 Date:   Tue Nov 13 15:12:24 2012 -0800
21150
21151     [util] Add --text-before and --text-after to hb-shape / hb-view
21152
21153     Use with Arabic, for example, to see the effect on joining.
21154
21155  util/hb-ot-shape-closure.cc |  4 +++-
21156  util/main-font-text.hh      |  2 +-
21157  util/options.cc             |  2 ++
21158  util/options.hh             | 18 ++++++++++++++++--
21159  util/shape-consumer.hh      |  6 ++++--
21160  5 files changed, 26 insertions(+), 6 deletions(-)
21161
21162 commit e13f8d280bafc6a6b6e31e2eee587660b8333c56
21163 Author: Behdad Esfahbod <behdad@behdad.org>
21164 Date:   Tue Nov 13 15:12:06 2012 -0800
21165
21166     Fix UTF-8 backward iteration
21167
21168     Ouch!
21169
21170  src/hb-utf-private.hh | 4 ++--
21171  1 file changed, 2 insertions(+), 2 deletions(-)
21172
21173 commit 5669a6cf418f3a8b9281c36e9d662d843be80433
21174 Author: Behdad Esfahbod <behdad@behdad.org>
21175 Date:   Tue Nov 13 15:11:51 2012 -0800
21176
21177     [Arabic] Fix post-context handling
21178
21179     Ouch!
21180
21181  src/hb-ot-shape-complex-arabic.cc | 2 +-
21182  1 file changed, 1 insertion(+), 1 deletion(-)
21183
21184 commit 0c7df2222862122ebbdc8665a21d6771ef5e0252
21185 Author: Behdad Esfahbod <behdad@behdad.org>
21186 Date:   Tue Nov 13 14:42:35 2012 -0800
21187
21188     Add buffer flags
21189
21190     New API:
21191
21192         hb_buffer_flags_t
21193
21194         HB_BUFFER_FLAGS_DEFAULT
21195         HB_BUFFER_FLAG_BOT
21196         HB_BUFFER_FLAG_EOT
21197         HB_BUFFER_FLAG_PRESERVE_DEFAULT_IGNORABLES
21198
21199         hb_buffer_set_flags()
21200         hb_buffer_get_flags()
21201
21202     We use the BOT flag to decide whether to insert dottedcircle if the
21203     first char in the buffer is a combining mark.
21204
21205     The PRESERVE_DEFAULT_IGNORABLES flag prevents removal of characters
21206     like
21207     ZWNJ/ZWJ/...
21208
21209  src/hb-buffer-private.hh          |  1 +
21210  src/hb-buffer.cc                  | 18 ++++++++++++++++++
21211  src/hb-buffer.h                   | 13 +++++++++++++
21212  src/hb-ot-shape-complex-arabic.cc | 40
21213  ++++++++++++++++++++-------------------
21214  src/hb-ot-shape.cc                |  9 ++++++---
21215  test/api/test-buffer.c            |  9 +++++++++
21216  6 files changed, 68 insertions(+), 22 deletions(-)
21217
21218 commit 1c7e55511a870f2689680ca8f977e00879f3b3e3
21219 Author: Behdad Esfahbod <behdad@behdad.org>
21220 Date:   Tue Nov 13 14:42:22 2012 -0800
21221
21222     Minor fix
21223
21224     Ouch
21225
21226  src/hb-shape.cc | 2 +-
21227  1 file changed, 1 insertion(+), 1 deletion(-)
21228
21229 commit c8d4f8b0fe56ce909e3ca07f8a30cb4fb940868b
21230 Author: Behdad Esfahbod <behdad@behdad.org>
21231 Date:   Tue Nov 13 14:10:19 2012 -0800
21232
21233     Minor
21234
21235  test/api/test-object.c | 2 +-
21236  1 file changed, 1 insertion(+), 1 deletion(-)
21237
21238 commit 82ecaff736e245e117d70b6ec1497508c6eb08d2
21239 Author: Behdad Esfahbod <behdad@behdad.org>
21240 Date:   Tue Nov 13 13:57:52 2012 -0800
21241
21242     Add hb_buffer_clear()
21243
21244     Which is like _reset(), but does NOT clear unicode-funcs.
21245
21246  src/hb-buffer-private.hh |  1 +
21247  src/hb-buffer.cc         | 15 +++++++++++++++
21248  src/hb-buffer.h          |  4 ++++
21249  test/api/test-buffer.c   | 22 +++++++++++++++++++++-
21250  4 files changed, 41 insertions(+), 1 deletion(-)
21251
21252 commit da43a92b04929e93356ae393803ef101154d2267
21253 Author: Behdad Esfahbod <behdad@behdad.org>
21254 Date:   Tue Nov 13 13:48:26 2012 -0800
21255
21256     0.9.6
21257
21258  NEWS         | 28 ++++++++++++++++++++++++++++
21259  configure.ac |  2 +-
21260  2 files changed, 29 insertions(+), 1 deletion(-)
21261
21262 commit 0736915b8ed789a209205fec762997af3a8af89c
21263 Author: Behdad Esfahbod <behdad@behdad.org>
21264 Date:   Tue Nov 13 12:35:35 2012 -0800
21265
21266     [Indic] Decompose Sinhala split matras the way old HarfBuzz /
21267     Pango did
21268
21269     Had to do some refactoring to make this happen...
21270
21271     Under uniscribe bug compatibility mode, we still plit them
21272     Uniscrie-style, but Jonathan and I convinced ourselves that there
21273     is no
21274     harm doing this the Unicode way.  This change makes that happen, and
21275     unbreaks free Sinhala fonts.
21276
21277  src/hb-ot-shape-complex-arabic.cc    |   2 +
21278  src/hb-ot-shape-complex-indic.cc     |  74 +++++++++-
21279  src/hb-ot-shape-complex-misc.cc      | 133 ++++++++++++++++-
21280  src/hb-ot-shape-complex-private.hh   |  28 +++-
21281  src/hb-ot-shape-normalize-private.hh |   6 +-
21282  src/hb-ot-shape-normalize.cc         | 278
21283  ++++++++++-------------------------
21284  src/hb-ot-shape.cc                   |   5 +-
21285  7 files changed, 312 insertions(+), 214 deletions(-)
21286
21287 commit c8149ca85ed97112778590bc9f090f3ee0254100
21288 Author: Behdad Esfahbod <behdad@behdad.org>
21289 Date:   Tue Nov 13 11:07:20 2012 -0800
21290
21291     [hb-shape] Adjust postioning output format
21292
21293     1. If there is any offset (x or y), print out both x and y offsets.
21294
21295     2. Always print out the advance in the major direction of the buffer.
21296     Ie. even for zero-advance glyphs, print a "+0".  This is more
21297     intuitive.
21298
21299  util/options.cc | 13 +++++++------
21300  1 file changed, 7 insertions(+), 6 deletions(-)
21301
21302 commit 6fd5335622087e87739684f581aa9f88635ff970
21303 Author: Behdad Esfahbod <behdad@behdad.org>
21304 Date:   Mon Nov 12 18:42:18 2012 -0800
21305
21306     [Indic] Update auto-generated Indic machine to reflect previous commit
21307
21308  src/hb-ot-shape-complex-indic-machine.hh | 1126
21309  +++++++++++++++---------------
21310  1 file changed, 567 insertions(+), 559 deletions(-)
21311
21312 commit 9cac1338c4bc3e9034cbfa104291ed0329debefe
21313 Author: Behdad Esfahbod <behdad@behdad.org>
21314 Date:   Mon Nov 12 18:41:22 2012 -0800
21315
21316     [Indic] Allow Consonant_Medial's after Consonant's
21317
21318     Mostly affects Myanmar, but also Tai Tham, Javanese, and Cham.  The
21319     latter three are untested (no fonts!).
21320
21321  src/hb-ot-shape-complex-indic-machine.rl | 3 ++-
21322  src/hb-ot-shape-complex-indic-private.hh | 7 ++++---
21323  2 files changed, 6 insertions(+), 4 deletions(-)
21324
21325 commit d187099cbab8e75f870a2bc9c23b6a1cf226905e
21326 Author: Behdad Esfahbod <behdad@behdad.org>
21327 Date:   Mon Nov 12 18:38:06 2012 -0800
21328
21329     [Indic] Categorize Myanmar "tone marks" as nuktas
21330
21331  src/hb-ot-shape-complex-indic-private.hh | 2 +-
21332  1 file changed, 1 insertion(+), 1 deletion(-)
21333
21334 commit 8173f23f3f16972c2e8e0a120724533100acfda2
21335 Author: Behdad Esfahbod <behdad@behdad.org>
21336 Date:   Mon Nov 12 18:37:20 2012 -0800
21337
21338     [Indic] Add config for Myanmar
21339
21340  src/hb-ot-shape-complex-indic.cc | 2 ++
21341  1 file changed, 2 insertions(+)
21342
21343 commit 9e92978c8aa3d3cdab4d20c81698c56adbb3dbdd
21344 Author: Behdad Esfahbod <behdad@behdad.org>
21345 Date:   Mon Nov 12 18:36:10 2012 -0800
21346
21347     [Indic] Route "new" Myanmar tag through the Indic shaper
21348
21349     Windows 8 adds a Myanmar shaper using the 'mym2' tag.  Route that
21350     through the Indic shaper.  It's still very broken, but at least this
21351     does NOT break old-style Myanmar shaping using the generic shaper.
21352
21353  src/hb-ot-shape-complex-private.hh | 14 +++++++-------
21354  1 file changed, 7 insertions(+), 7 deletions(-)
21355
21356 commit 5ab3855f8106158ee7e68797e8c35e63e9216e5d
21357 Author: Behdad Esfahbod <behdad@behdad.org>
21358 Date:   Mon Nov 12 18:27:42 2012 -0800
21359
21360     Choose shaper based on chosen OT script tag
21361
21362     For Arabic and Indic shapers, if the font doesn't have a script system
21363     for the script, use default shaper.
21364
21365     Make an exception for Arabic script since we have fallback logic for
21366     that one.
21367
21368  src/hb-ot-map-private.hh           |  4 ++++
21369  src/hb-ot-shape-complex-private.hh | 11 +++++++++--
21370  2 files changed, 13 insertions(+), 2 deletions(-)
21371
21372 commit 9b37b4c5800b158f61602d2aba8a01349e24d251
21373 Author: Behdad Esfahbod <behdad@behdad.org>
21374 Date:   Mon Nov 12 18:23:38 2012 -0800
21375
21376     Make planner available to complex shaper choosing logic
21377
21378  src/hb-ot-shape-complex-private.hh | 4 ++--
21379  src/hb-ot-shape.cc                 | 2 +-
21380  2 files changed, 3 insertions(+), 3 deletions(-)
21381
21382 commit 6fddf2d7397411bba8a23ac535e8b851495d3105
21383 Author: Behdad Esfahbod <behdad@behdad.org>
21384 Date:   Mon Nov 12 17:57:24 2012 -0800
21385
21386     Refactoring ot-map building to make chosen script available earlier
21387
21388  src/hb-ot-map-private.hh   | 13 ++++++++----
21389  src/hb-ot-map.cc           | 51
21390  ++++++++++++++++++++++++++--------------------
21391  src/hb-ot-shape-private.hh |  4 ++--
21392  3 files changed, 40 insertions(+), 28 deletions(-)
21393
21394 commit f17ed8116e7b6429af3fa60bb43d5f4fac66eae3
21395 Author: Behdad Esfahbod <behdad@behdad.org>
21396 Date:   Mon Nov 12 17:48:26 2012 -0800
21397
21398     Minor TODO
21399
21400  TODO | 2 ++
21401  1 file changed, 2 insertions(+)
21402
21403 commit de796a6fb98f4deda276caa82266b7c830978e0b
21404 Author: Behdad Esfahbod <behdad@behdad.org>
21405 Date:   Mon Nov 12 17:27:51 2012 -0800
21406
21407     Add "new" Myanmar OT Script tag
21408
21409     Windows 8 added support for Myanmar shaping using the "mym2"
21410     script tag,
21411     even though Windows never supported the old "mymr" tag.
21412
21413  src/hb-ot-tag.cc       | 2 ++
21414  test/api/test-ot-tag.c | 1 +
21415  2 files changed, 3 insertions(+)
21416
21417 commit 27f52dc3f6bbb97594a44f27b180aed73d9e5608
21418 Author: Behdad Esfahbod <behdad@behdad.org>
21419 Date:   Mon Nov 12 16:54:03 2012 -0800
21420
21421     Add Myanmar tests from UTN#11
21422
21423  .../south-east-asian/script-myanmar/misc/MANIFEST  |  1 +
21424  .../south-east-asian/script-myanmar/misc/utn11.txt | 34
21425  ++++++++++++++++++++++
21426  2 files changed, 35 insertions(+)
21427
21428 commit e9334ce97bb7f1de87fb211bb5a8168033629b14
21429 Author: Behdad Esfahbod <behdad@behdad.org>
21430 Date:   Mon Nov 12 14:57:02 2012 -0800
21431
21432     Break build when ragel is needed and missing
21433
21434  src/Makefile.am | 2 +-
21435  1 file changed, 1 insertion(+), 1 deletion(-)
21436
21437 commit dba186711e3f5e723f917b7104e849c4c525d3b8
21438 Author: Behdad Esfahbod <behdad@behdad.org>
21439 Date:   Mon Nov 12 14:48:33 2012 -0800
21440
21441     [Indic] Make more room in the table
21442
21443     To be used in upcoming commits.
21444
21445  src/hb-ot-shape-complex-indic-private.hh | 10 +++++-----
21446  1 file changed, 5 insertions(+), 5 deletions(-)
21447
21448 commit c4be9917438c45b972ec76dc68409014110f0837
21449 Author: Behdad Esfahbod <behdad@behdad.org>
21450 Date:   Mon Nov 12 14:27:33 2012 -0800
21451
21452     Typo
21453
21454  src/hb-ot-shape-complex-indic.cc | 2 +-
21455  1 file changed, 1 insertion(+), 1 deletion(-)
21456
21457 commit 56be677781736bbedc80df6f6aaa2b5f0bc4041c
21458 Author: Behdad Esfahbod <behdad@behdad.org>
21459 Date:   Mon Nov 12 14:09:40 2012 -0800
21460
21461     [Indic] Port 'pref' logic to look into font tables
21462
21463     ...instead of using a hardcoded list of Ra characters.
21464
21465  src/hb-ot-shape-complex-indic.cc | 7 ++++---
21466  1 file changed, 4 insertions(+), 3 deletions(-)
21467
21468 commit f2c0f59043c93c225274fc0c8177077d16c89d61
21469 Author: Behdad Esfahbod <behdad@behdad.org>
21470 Date:   Mon Nov 12 14:02:02 2012 -0800
21471
21472     [Indic] Port reph handling logic to look into font features
21473
21474     ...instead of using a hardcoded list of Ra characters.
21475
21476  src/hb-ot-shape-complex-indic.cc | 48
21477  +++++++++++++++++++++++++---------------
21478  1 file changed, 30 insertions(+), 18 deletions(-)
21479
21480 commit 43149afbc0007ea075a7017c0e56056c3c0f3614
21481 Author: Behdad Esfahbod <behdad@behdad.org>
21482 Date:   Mon Nov 12 13:34:17 2012 -0800
21483
21484     Route MEETEI_MAYEK through the Indic shaper
21485
21486     Since it has a couple of left-"matras".
21487
21488  src/hb-ot-shape-complex-private.hh | 5 ++---
21489  1 file changed, 2 insertions(+), 3 deletions(-)
21490
21491 commit d0905c3400085f9c0901c558ba1b81b5039510e4
21492 Author: Behdad Esfahbod <behdad@behdad.org>
21493 Date:   Mon Nov 12 13:02:20 2012 -0800
21494
21495     Minor
21496
21497  src/hb-ot-head-table.hh | 2 +-
21498  1 file changed, 1 insertion(+), 1 deletion(-)
21499
21500 commit 365f27ab5ba025bf1be6a882ed213c695cbfed7e
21501 Author: Behdad Esfahbod <behdad@behdad.org>
21502 Date:   Mon Nov 12 11:16:57 2012 -0800
21503
21504     Work around older compilers
21505
21506     As reported on the list:
21507
21508     I am seeing a similar problem building harfbuzz 0.9.5 with Apple gcc
21509     4.0.1 on OS X 10.5 Leopard:
21510
21511     hb-ot-layout-common-private.hh:406: error: 'struct
21512     OT::CoverageFormat1::Iter' is private
21513     hb-ot-layout-common-private.hh:646: error: within this context
21514     hb-ot-layout-common-private.hh:500: error: 'struct
21515     OT::CoverageFormat2::Iter' is private
21516     hb-ot-layout-common-private.hh:647: error: within this context
21517     make[4]: *** [libharfbuzz_la-hb-ot-layout.lo] Error 1
21518
21519     Also reported as happening with MSVC 2005.
21520
21521  src/hb-ot-layout-common-private.hh | 6 ++++++
21522  1 file changed, 6 insertions(+)
21523
21524 commit 6b389ddc3623d042ded4731f4d62dc354002fdd0
21525 Author: Behdad Esfahbod <behdad@behdad.org>
21526 Date:   Mon Nov 12 11:02:56 2012 -0800
21527
21528     [Indic] Don't apply 'liga'
21529
21530     Uniscribe doesn't.  And some fonts abuse this feature to get Indic
21531     shaping working in non-complex applications like Adobe's apps.
21532
21533     No change in numbers:
21534
21535     BENGALI: 353897 out of 354188 tests passed. 291 failed (0.0821598%)
21536     DEVANAGARI: 707337 out of 707394 tests passed. 57 failed (0.00805774%)
21537     GUJARATI: 366440 out of 366457 tests passed. 17 failed (0.00463902%)
21538     GURMUKHI: 60704 out of 60747 tests passed. 43 failed (0.0707854%)
21539     KANNADA: 951046 out of 951913 tests passed. 867 failed (0.0910798%)
21540     KHMER: 299074 out of 299124 tests passed. 50 failed (0.0167155%)
21541     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
21542     MALAYALAM: 1048011 out of 1048334 tests passed. 323 failed
21543     (0.0308108%)
21544     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
21545     SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
21546     TAMIL: 1091754 out of 1091754 tests passed. 0 failed (0%)
21547     TELUGU: 970557 out of 970573 tests passed. 16 failed (0.00164851%)
21548     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
21549
21550  src/hb-ot-shape-complex-indic.cc | 2 ++
21551  1 file changed, 2 insertions(+)
21552
21553 commit d05ac7dc3f2949e85f1fe996315b31b7aae370fe
21554 Author: Behdad Esfahbod <behdad@behdad.org>
21555 Date:   Mon Nov 12 10:26:50 2012 -0800
21556
21557     Fix hb-ft glyph name for broken fonts that return empty glyph names
21558
21559  src/hb-ft.cc | 2 +-
21560  1 file changed, 1 insertion(+), 1 deletion(-)
21561
21562 commit 3bc22eb7b843c77706bb13fc332009097f247813
21563 Author: Behdad Esfahbod <behdad@behdad.org>
21564 Date:   Mon Nov 12 10:07:28 2012 -0800
21565
21566     Minor
21567
21568  util/options.cc | 2 +-
21569  1 file changed, 1 insertion(+), 1 deletion(-)
21570
21571 commit 4899801155cc0fef7a8aa58c33ac2d30ba34bcc3
21572 Author: Behdad Esfahbod <behdad@behdad.org>
21573 Date:   Thu Nov 8 15:08:26 2012 -0800
21574
21575     U+A872 PHAGS-PA SUPERFIXED LETTER RA is "Right"-Joining
21576
21577  src/hb-ot-shape-complex-arabic.cc | 3 +++
21578  1 file changed, 3 insertions(+)
21579
21580 commit 22a685836a59d1c02914761c02d3852810b83ec5
21581 Author: Behdad Esfahbod <behdad@behdad.org>
21582 Date:   Mon Nov 5 15:20:10 2012 -0800
21583
21584     Adjust Mongolian shaping
21585
21586     For U+1880..U+1886 Uniscribe thinks they are non-joining.
21587     For U+1887 Uniscribe thinks it's joining, but looks wrong to me.
21588     For now, match Uniscribe.
21589
21590  src/hb-ot-shape-complex-arabic.cc | 3 +++
21591  1 file changed, 3 insertions(+)
21592
21593 commit e6b86c8519f894bf7fe18d5c143276521fcacece
21594 Author: Behdad Esfahbod <behdad@behdad.org>
21595 Date:   Mon Nov 5 15:18:49 2012 -0800
21596
21597     Add test for non-joining Mongolian letters
21598
21599     For U+1880..U+1886 Uniscribe thinks they are non-joining.
21600     For U+1887 Uniscribe thinks it's joining, but looks wrong to me.
21601
21602  .../texts/in-tree/shaper-arabic/script-mongolian/misc/MANIFEST    | 1 +
21603  .../in-tree/shaper-arabic/script-mongolian/misc/non-joining.txt   |
21604  8 ++++++++
21605  2 files changed, 9 insertions(+)
21606
21607 commit c26a52fbe62e5ba4d0e1e2ba13bfb6ceb3f773dc
21608 Author: Behdad Esfahbod <behdad@behdad.org>
21609 Date:   Sun Nov 4 16:48:45 2012 -0800
21610
21611     Minor
21612
21613  src/hb-ot-shape-fallback.cc | 2 +-
21614  1 file changed, 1 insertion(+), 1 deletion(-)
21615
21616 commit f60d3ed35d94f1adcfd73ca05d03d7e81fb5de03
21617 Author: Behdad Esfahbod <behdad@behdad.org>
21618 Date:   Sun Nov 4 16:44:47 2012 -0800
21619
21620     Minor
21621
21622  src/hb-set-private.hh | 2 +-
21623  1 file changed, 1 insertion(+), 1 deletion(-)
21624
21625 commit f5e55754f962184d2fb7dcab837cdba56e8c7731
21626 Author: Behdad Esfahbod <behdad@behdad.org>
21627 Date:   Fri Nov 2 13:53:18 2012 -0700
21628
21629     Add Tifinagh test data
21630
21631  test/shaping/texts/in-tree/shaper-default/MANIFEST            |  2 ++
21632  .../texts/in-tree/shaper-default/script-tifinagh/MANIFEST     |  1 +
21633  .../in-tree/shaper-default/script-tifinagh/misc/MANIFEST      |  1 +
21634  .../in-tree/shaper-default/script-tifinagh/misc/misc.txt      |
21635  11 +++++++++++
21636  4 files changed, 15 insertions(+)
21637
21638 commit 10a33296e674ee84b9ed2df25cf373de7d020b8d
21639 Author: Behdad Esfahbod <behdad@behdad.org>
21640 Date:   Fri Nov 2 13:38:55 2012 -0700
21641
21642     Minor
21643
21644  src/hb-ot-tag.cc | 2 ++
21645  1 file changed, 2 insertions(+)
21646
21647 commit c21498afd857e78230f761ee5c9e73adece89dd0
21648 Author: Behdad Esfahbod <behdad@behdad.org>
21649 Date:   Fri Nov 2 10:21:26 2012 -0700
21650
21651     Add Mongolian and 'Phags-pa joining test cases
21652
21653  test/shaping/texts/in-tree/shaper-arabic/MANIFEST          |  1 +
21654  .../in-tree/shaper-arabic/script-mongolian/misc/misc.txt   |  3 +++
21655  .../texts/in-tree/shaper-arabic/script-phags-pa/MANIFEST   |  1 +
21656  .../in-tree/shaper-arabic/script-phags-pa/misc/MANIFEST    |  1 +
21657  .../in-tree/shaper-arabic/script-phags-pa/misc/misc.txt    | 14
21658  ++++++++++++++
21659  5 files changed, 20 insertions(+)
21660
21661 commit 3ba7bc14ea652d27639f34109e51a497a678a54a
21662 Author: Behdad Esfahbod <behdad@behdad.org>
21663 Date:   Thu Nov 1 20:05:04 2012 -0700
21664
21665     Implement 'Phags-pa shaping
21666
21667     Through the Arabic shaper.  It's similar to Mongolian.
21668
21669  src/hb-ot-shape-complex-arabic.cc  | 15 ++++++++++++---
21670  src/hb-ot-shape-complex-private.hh |  4 +---
21671  2 files changed, 13 insertions(+), 6 deletions(-)
21672
21673 commit 431bef2e16c7888ca3960f5797432d3a20903550
21674 Author: Behdad Esfahbod <behdad@behdad.org>
21675 Date:   Thu Nov 1 16:26:01 2012 -0700
21676
21677     Minor build fix
21678
21679  test/api/Makefile.am | 10 +++++++++-
21680  1 file changed, 9 insertions(+), 1 deletion(-)
21681
21682 commit da70111ab234e8b740ce6fb1789a1809fbec0c44
21683 Author: Behdad Esfahbod <behdad@behdad.org>
21684 Date:   Wed Oct 31 13:45:30 2012 -0700
21685
21686     Don't clear buffer pre-context if no new context is being provided
21687
21688     Patch from Jonathan Kew.
21689
21690     Part of fixing:
21691
21692     Mozilla Bug 801410 - avoid inserting dotted-circle for run-initial
21693     Unicode combining characters in "simple" scripts such as Latin
21694
21695     https://bugzilla.mozilla.org/show_bug.cgi?id=801410
21696
21697  src/hb-buffer.cc | 9 ++++++++-
21698  1 file changed, 8 insertions(+), 1 deletion(-)
21699
21700 commit 0bc7a38463bfb37f12efeb1b8cb2024cf4a347bc
21701 Author: Behdad Esfahbod <behdad@behdad.org>
21702 Date:   Mon Oct 29 22:02:45 2012 -0700
21703
21704     [OT] Fix ReverseChainingSubst
21705
21706     We should make it clear that we don't want output buffer in this case,
21707     otherwise buffer->backtrack_len() would be wrong.
21708
21709  src/hb-buffer-private.hh       |  1 +
21710  src/hb-buffer.cc               | 13 +++++++++++++
21711  src/hb-ot-layout-gsub-table.hh |  1 +
21712  3 files changed, 15 insertions(+)
21713
21714 commit 2616689d159024d2b1cb1e68f9936b2129bf9be6
21715 Author: Behdad Esfahbod <behdad@behdad.org>
21716 Date:   Mon Oct 29 21:51:56 2012 -0700
21717
21718     More tracing fixups
21719
21720  src/hb-ot-layout-gsubgpos-private.hh | 13 +++++++------
21721  1 file changed, 7 insertions(+), 6 deletions(-)
21722
21723 commit 937f8d3871863b8b1ed1d8900cf41999d92ba30f
21724 Author: Behdad Esfahbod <behdad@behdad.org>
21725 Date:   Mon Oct 29 21:49:33 2012 -0700
21726
21727     [Arabic] Enable dlig and mset for Arabic
21728
21729     That's what the spec says, and what Uniscribe does.
21730
21731  src/hb-ot-shape-complex-arabic.cc | 3 ++-
21732  1 file changed, 2 insertions(+), 1 deletion(-)
21733
21734 commit 911ed096980630fd4a37bf2024036daae13a6056
21735 Author: Behdad Esfahbod <behdad@behdad.org>
21736 Date:   Mon Oct 29 19:42:19 2012 -0700
21737
21738     Ignore gid0 in test results
21739
21740  test/shaping/hb_test_tools.py | 1 +
21741  1 file changed, 1 insertion(+)
21742
21743 commit bc513add7999baf32f126ceebbd318105ee66985
21744 Author: Behdad Esfahbod <behdad@behdad.org>
21745 Date:   Mon Oct 29 19:03:55 2012 -0700
21746
21747     Add missing TRACE_RETURN
21748
21749  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
21750  1 file changed, 1 insertion(+), 1 deletion(-)
21751
21752 commit 10b88d89ef1efcfddbbfabd3669399b472c8a900
21753 Author: Behdad Esfahbod <behdad@behdad.org>
21754 Date:   Mon Oct 29 18:18:24 2012 -0700
21755
21756     Add Ethiopic test case
21757
21758     This sequence: U+120B,U+135F,U+120B with the Nyala font from Win7
21759     exposes a GPOS bug in Uniscribe, in that the positioned mark is
21760     wrongly
21761     moved as a result a following kern.
21762
21763     This is the one "failure" in the Ethiopic test suite :-).
21764
21765     ETHIOPIC: 118900 out of 118901 tests passed. 1 failed (0.000841036%)
21766
21767  test/shaping/texts/in-tree/shaper-default/script-ethiopic/MANIFEST      |
21768  1 +
21769  test/shaping/texts/in-tree/shaper-default/script-ethiopic/misc/MANIFEST |
21770  1 +
21771  test/shaping/texts/in-tree/shaper-default/script-ethiopic/misc/misc.txt |
21772  1 +
21773  3 files changed, 3 insertions(+)
21774
21775 commit 88d3c98e309e14c3115825d1d8d40d0b3eec2d97
21776 Author: Behdad Esfahbod <behdad@behdad.org>
21777 Date:   Mon Oct 29 16:27:02 2012 -0700
21778
21779     [Indic] Position pre-base reordering Ra after Chillus in Malayalam
21780
21781     The logic for pre-base reordering follows the left matra logic.
21782     We had an exception for Malayalam/Tamil in the left matra
21783     repositioning
21784     which was not reflected in pre-base reordering.
21785
21786     Malayalam failures down from 337 to 323.
21787
21788     BENGALI: 353996 out of 354285 tests passed. 289 failed (0.0815727%)
21789     DEVANAGARI: 707339 out of 707394 tests passed. 55 failed (0.00777502%)
21790     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
21791     GURMUKHI: 60769 out of 60809 tests passed. 40 failed (0.0657797%)
21792     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
21793     KHMER: 299106 out of 299124 tests passed. 18 failed (0.00601757%)
21794     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
21795     MALAYALAM: 1048011 out of 1048334 tests passed. 323 failed
21796     (0.0308108%)
21797     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
21798     SINHALA: 271726 out of 271847 tests passed. 121 failed (0.0445103%)
21799     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
21800     TELUGU: 970558 out of 970573 tests passed. 15 failed (0.00154548%)
21801     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
21802
21803  src/hb-ot-shape-complex-indic.cc | 35 +++++++++++++++++++++--------------
21804  1 file changed, 21 insertions(+), 14 deletions(-)
21805
21806 commit 21bf796954678d02f136709cade43adef6f8f42b
21807 Author: Behdad Esfahbod <behdad@behdad.org>
21808 Date:   Mon Oct 29 14:21:09 2012 -0700
21809
21810     Add missed file
21811
21812  src/hb-ucdn/COPYING | 13 +++++++++++++
21813  1 file changed, 13 insertions(+)
21814
21815 commit 01013a0f5c58d5d54a37e5b4d6692e0bbd4baf80
21816 Author: Behdad Esfahbod <behdad@behdad.org>
21817 Date:   Mon Oct 29 10:56:04 2012 -0700
21818
21819     Include config.h.in in tree
21820
21821     I typically don't like including generating files in tree.
21822     But like to
21823     make an exception for this, since this forms the canonical list of
21824     options one would need to go through when building with alternative
21825     build systems.
21826
21827  Makefile.am |   1 -
21828  config.h.in | 160
21829  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
21830  2 files changed, 160 insertions(+), 1 deletion(-)
21831
21832 commit 02ed52169ad3bb48f4989f721b0c6572e064a712
21833 Author: Behdad Esfahbod <behdad@behdad.org>
21834 Date:   Sun Oct 28 21:26:19 2012 -0700
21835
21836     Improve license information
21837
21838  COPYING                   | 2 ++
21839  src/hb-icu-le/COPYING     | 2 ++
21840  src/hb-icu-le/Makefile.am | 2 +-
21841  src/hb-ucdn/Makefile.am   | 2 +-
21842  src/hb-ucdn/README        | 7 +++++++
21843  5 files changed, 13 insertions(+), 2 deletions(-)
21844
21845 commit 4c1d9244617e472464722e64d2cdbc1f9e8827f6
21846 Author: Behdad Esfahbod <behdad@behdad.org>
21847 Date:   Sun Oct 28 20:27:25 2012 -0700
21848
21849     Minor
21850
21851  src/hb-icu-le.cc | 2 +-
21852  1 file changed, 1 insertion(+), 1 deletion(-)
21853
21854 commit 38b015e57ffa75d3b078a368c23685beb7c3f946
21855 Author: Behdad Esfahbod <behdad@behdad.org>
21856 Date:   Sun Oct 28 20:11:47 2012 -0700
21857
21858     Fix hb_buffer_set_length(buffer, 0)
21859
21860     Was causing invalid realloc()s.
21861
21862  src/hb-buffer.cc | 2 +-
21863  1 file changed, 1 insertion(+), 1 deletion(-)
21864
21865 commit b7115b63be72e109b51f538ba581aed1017b2d55
21866 Author: Behdad Esfahbod <behdad@behdad.org>
21867 Date:   Sun Oct 28 20:11:42 2012 -0700
21868
21869     Add XXX
21870
21871  src/hb-icu-le.cc | 1 +
21872  1 file changed, 1 insertion(+)
21873
21874 commit 71ee1f24503cd066ffc1a36cc5dd9a3c1d1a6dfd
21875 Author: Behdad Esfahbod <behdad@behdad.org>
21876 Date:   Sun Oct 28 19:18:11 2012 -0700
21877
21878     Port to ICU LayoutEngine C API
21879
21880     Incidentally, this makes it not crash with icu-le-hb anymore...
21881     I'm not smart / stupid enough to spend two more days debugging C++
21882     linking issues, and this is ABI-stable at least.
21883
21884  src/hb-icu-le.cc | 31 ++++++++++++++++---------------
21885  1 file changed, 16 insertions(+), 15 deletions(-)
21886
21887 commit 0144f05e57088b30ac894cdae8b04b265d4dfbe7
21888 Author: Behdad Esfahbod <behdad@behdad.org>
21889 Date:   Fri Oct 26 13:48:06 2012 -0700
21890
21891     Remove unused members
21892
21893  src/hb-icu-le/PortableFontInstance.h | 3 ---
21894  1 file changed, 3 deletions(-)
21895
21896 commit cf3afd8979b1db76d437f428cbd51cb363e0d18e
21897 Author: Behdad Esfahbod <behdad@behdad.org>
21898 Date:   Thu Oct 25 16:32:54 2012 -0700
21899
21900     Rename and revamp is_zero_width() to be is_default_ignorable()
21901
21902     That's really the logic desired.  Except that MONGOLIAN VOWEL
21903     SEPARATOR
21904     is not default_ignorable but it really should be.  Reported to
21905     Unicode.
21906
21907     Based on suggestion from Konstantin Ritt.
21908
21909  src/hb-fallback-shape.cc   |  2 +-
21910  src/hb-ot-shape-private.hh |  4 +--
21911  src/hb-ot-shape.cc         |  2 +-
21912  src/hb-unicode-private.hh  | 90
21913  +++++++++++++++++++++++++++++-----------------
21914  4 files changed, 62 insertions(+), 36 deletions(-)
21915
21916 commit a724139e641bf1592b1ff786a75a9de2ea8163cf
21917 Author: Behdad Esfahbod <behdad@behdad.org>
21918 Date:   Wed Oct 24 14:02:15 2012 -0700
21919
21920     Update TODO
21921
21922  TODO | 14 ++++++++++----
21923  1 file changed, 10 insertions(+), 4 deletions(-)
21924
21925 commit 13c058472913b7b6d689f9022226079da65420b0
21926 Author: Behdad Esfahbod <behdad@behdad.org>
21927 Date:   Sun Oct 14 18:37:09 2012 -0500
21928
21929     0.9.5
21930
21931  NEWS         | 23 +++++++++++++++++++++++
21932  configure.ac |  2 +-
21933  2 files changed, 24 insertions(+), 1 deletion(-)
21934
21935 commit fecdfa95daf4916695f23e7dab89ab363be11b89
21936 Author: Behdad Esfahbod <behdad@behdad.org>
21937 Date:   Sun Oct 7 17:19:58 2012 -0400
21938
21939     Fixup hb_ot_shape_closure()
21940
21941     Broke it when merged cmap mapping and normalizer.  Ouch!
21942
21943  src/hb-ot-shape.cc | 2 +-
21944  1 file changed, 1 insertion(+), 1 deletion(-)
21945
21946 commit 2d1dcb3ce3354c2d5e2b4d1d291beb8d23cdea22
21947 Author: Behdad Esfahbod <behdad@behdad.org>
21948 Date:   Sun Oct 7 17:13:46 2012 -0400
21949
21950     Mark debug message functions static
21951
21952  src/hb-private.hh | 6 +++---
21953  1 file changed, 3 insertions(+), 3 deletions(-)
21954
21955 commit 9947bd6daffb5ec76b67536575e7617ba4f10b1e
21956 Author: Behdad Esfahbod <behdad@behdad.org>
21957 Date:   Tue Oct 2 20:44:43 2012 -0400
21958
21959     Update UCDN to upstream commit
21960     3f159c87824230b59af56e40e2db32caf6afa51a
21961
21962     - Unicode 6.2.0 goodness,
21963     - Unassigned codepoints now have correct properties.  Passes test
21964     suite.
21965
21966  src/hb-ucdn/unicodedata_db.h | 1966
21967  ++++++++++++++++++++++--------------------
21968  1 file changed, 1036 insertions(+), 930 deletions(-)
21969
21970 commit 32dbfcf763d1ae497d3c95de986a83441331678f
21971 Author: Behdad Esfahbod <behdad@behdad.org>
21972 Date:   Tue Oct 2 17:42:13 2012 -0400
21973
21974     Fix visibility of UCDN symbols
21975
21976  src/hb-ucdn.cc     |  2 --
21977  src/hb-ucdn/ucdn.h | 19 +++++++++++++++++++
21978  2 files changed, 19 insertions(+), 2 deletions(-)
21979
21980 commit 3f33f0d1f2603f22e86adffe3c3836136ba5e5fd
21981 Author: Behdad Esfahbod <behdad@behdad.org>
21982 Date:   Tue Oct 2 16:03:18 2012 -0400
21983
21984     Import UCDN into source tree
21985
21986     https://github.com/grigorig/ucdn
21987
21988  configure.ac                 |   11 +-
21989  src/Makefile.am              |    7 +
21990  src/hb-ucdn.cc               |  207 ++
21991  src/hb-ucdn/Makefile.am      |   18 +
21992  src/hb-ucdn/README           |   33 +
21993  src/hb-ucdn/ucdn.c           |  282 +++
21994  src/hb-ucdn/ucdn.h           |  290 +++
21995  src/hb-ucdn/unicodedata_db.h | 4648
21996  ++++++++++++++++++++++++++++++++++++++++++
21997  src/hb-unicode.cc            |    3 +
21998  9 files changed, 5498 insertions(+), 1 deletion(-)
21999
22000 commit 0e292eb2a2abbac152eeea2060e58b7a66449745
22001 Author: Behdad Esfahbod <behdad@behdad.org>
22002 Date:   Tue Oct 2 14:59:00 2012 -0400
22003
22004     Remove Glib thread-safety support
22005
22006     Now that we have pthread detection in configure, we don't need Glib
22007     anymore.  Glib will only be a Unicode data provider.
22008
22009  configure.ac             |  8 ++++----
22010  src/hb-atomic-private.hh | 13 -------------
22011  src/hb-mutex-private.hh  | 20 --------------------
22012  3 files changed, 4 insertions(+), 37 deletions(-)
22013
22014 commit 66efe896483c58f3ef9bd218c02bb7ea604f68ee
22015 Author: Behdad Esfahbod <behdad@behdad.org>
22016 Date:   Tue Oct 2 14:55:32 2012 -0400
22017
22018     Check for pthreads
22019
22020  configure.ac    | 7 +++++++
22021  src/Makefile.am | 5 +++++
22022  2 files changed, 12 insertions(+)
22023
22024 commit 10a8162dddb8b39ae130fe5bb7d1819471fa7e06
22025 Author: Behdad Esfahbod <behdad@behdad.org>
22026 Date:   Tue Oct 2 14:46:34 2012 -0400
22027
22028     Add ax_pthread.m4
22029
22030  m4/ax_pthread.m4 | 309
22031  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
22032  1 file changed, 309 insertions(+)
22033
22034 commit 8ac34bc6ff1d0646503a45659b1846d8cf9c0603
22035 Author: Behdad Esfahbod <behdad@behdad.org>
22036 Date:   Tue Oct 2 14:46:04 2012 -0400
22037
22038     Add pkg.m4 to git repo
22039
22040  m4/pkg.m4 | 157
22041  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
22042  1 file changed, 157 insertions(+)
22043
22044 commit c7afac0aa6e51e6a49ebf13f72537398698c9e49
22045 Author: Behdad Esfahbod <behdad@behdad.org>
22046 Date:   Tue Oct 2 14:44:47 2012 -0400
22047
22048     Add AC_CONFIG_MACRODIR
22049
22050  Makefile.am  | 2 ++
22051  configure.ac | 2 ++
22052  2 files changed, 4 insertions(+)
22053
22054 commit f2eb3fa9dca8d21fae20c9b9dddad3245df74a05
22055 Author: Behdad Esfahbod <behdad@behdad.org>
22056 Date:   Tue Sep 25 21:35:35 2012 -0400
22057
22058     [OT] Only insert dottedcircle if at the beginning of paragraph
22059
22060     If the first char in the run is a combining mark, but there is text
22061     before the run, don't insert dottedcircle.
22062
22063     Part of addressing:
22064     https://bugzilla.redhat.com/show_bug.cgi?id=858736
22065
22066  src/hb-ot-shape.cc | 6 ++----
22067  1 file changed, 2 insertions(+), 4 deletions(-)
22068
22069 commit bdc2fc8294da7f374701aafe9f5a82d60633946f
22070 Author: Behdad Esfahbod <behdad@behdad.org>
22071 Date:   Tue Sep 25 21:32:35 2012 -0400
22072
22073     [Arabic] Respect Arabic joining from neighboring context
22074
22075     Now we respect Arabic joining across runs.
22076
22077  src/hb-ot-shape-complex-arabic.cc | 31 +++++++++++++++++++++++++++++--
22078  1 file changed, 29 insertions(+), 2 deletions(-)
22079
22080 commit 05207a79e0ae1769c5feaebe3fd99bdf9cfcf834
22081 Author: Behdad Esfahbod <behdad@behdad.org>
22082 Date:   Tue Sep 25 17:44:53 2012 -0400
22083
22084     [buffer] Save pre/post textual context
22085
22086     To be used for a variety of purposes.  We save up to five characters
22087     in each direction.  No public API changes, everything is taken care
22088     of already.  All clients need to do is to call hb_buffer_add_utf* with
22089     the full text + segment info (or at least some context) instead of
22090     just passing in the segment.
22091
22092     Various operations (hb_buffer_reset, hb_buffer_set_length,
22093     hb_buffer_add*) automatically reset the relevant contexts.
22094
22095  src/hb-buffer-private.hh | 13 ++++++++++++-
22096  src/hb-buffer.cc         | 44
22097  ++++++++++++++++++++++++++++++++++++++++----
22098  src/hb-buffer.h          |  2 +-
22099  3 files changed, 53 insertions(+), 6 deletions(-)
22100
22101 commit 89ac39dbbe028e6379f64392f2e590e3f1fdd847
22102 Author: Behdad Esfahbod <behdad@behdad.org>
22103 Date:   Tue Sep 25 13:59:24 2012 -0400
22104
22105     Add hb_utf_prev()
22106
22107  src/hb-utf-private.hh | 71
22108  +++++++++++++++++++++++++++++++++++++++++++++++++--
22109  1 file changed, 69 insertions(+), 2 deletions(-)
22110
22111 commit 70ea4ac6887c7057113d714a98e55738b6196562
22112 Author: Behdad Esfahbod <behdad@behdad.org>
22113 Date:   Tue Sep 25 12:30:16 2012 -0400
22114
22115     Slightly optimize UTF-8 parsing
22116
22117  src/hb-utf-private.hh | 4 ++--
22118  1 file changed, 2 insertions(+), 2 deletions(-)
22119
22120 commit 4445e5e2ecc257a5d0fa2f2715bb7181a47346da
22121 Author: Behdad Esfahbod <behdad@behdad.org>
22122 Date:   Tue Sep 25 12:26:12 2012 -0400
22123
22124     [buffer] Cleanup / optimize UTF-16 parsing a bit
22125
22126  src/hb-utf-private.hh | 12 +++++++-----
22127  1 file changed, 7 insertions(+), 5 deletions(-)
22128
22129 commit 1f66c3c1a0eb869c0d85a015235313177e0cec62
22130 Author: Behdad Esfahbod <behdad@behdad.org>
22131 Date:   Tue Sep 25 11:42:16 2012 -0400
22132
22133     Add hb_utf_strlen()
22134
22135     Speeds up UTF-8 parsing by calling strlen().
22136
22137  src/hb-buffer.cc      | 13 ++-----------
22138  src/hb-utf-private.hh | 22 ++++++++++++++++++++++
22139  2 files changed, 24 insertions(+), 11 deletions(-)
22140
22141 commit 7f19ae7b9f806a2e35206b2ad41651c5f80b2537
22142 Author: Behdad Esfahbod <behdad@behdad.org>
22143 Date:   Tue Sep 25 11:22:28 2012 -0400
22144
22145     [buffer] Templatize UTF handling
22146
22147     Also move UTF routines into a separate file, to be reused from shapers
22148     that need it.
22149
22150  src/Makefile.am       |   1 +
22151  src/hb-buffer.cc      | 157
22152  +++++++++++++-------------------------------------
22153  src/hb-utf-private.hh | 113 ++++++++++++++++++++++++++++++++++++
22154  3 files changed, 155 insertions(+), 116 deletions(-)
22155
22156 commit 0e0a4da9b7677a09e00d27313236e1f333864dd6
22157 Author: Behdad Esfahbod <behdad@behdad.org>
22158 Date:   Tue Sep 25 11:09:04 2012 -0400
22159
22160     [buffer] Towards template'izing different UTF adders
22161
22162  src/hb-buffer.cc | 11 ++++++++++-
22163  1 file changed, 10 insertions(+), 1 deletion(-)
22164
22165 commit 7d37280600c157f3c4eae8746e99511702a58e8f
22166 Author: Behdad Esfahbod <behdad@behdad.org>
22167 Date:   Tue Sep 25 11:04:41 2012 -0400
22168
22169     Minor
22170
22171  src/hb-buffer.cc | 2 +-
22172  1 file changed, 1 insertion(+), 1 deletion(-)
22173
22174 commit 54d5da4ee9d902ff36473cec558137eef8f23825
22175 Author: Behdad Esfahbod <behdad@behdad.org>
22176 Date:   Tue Sep 25 10:50:41 2012 -0400
22177
22178     Remove unused indic.cc
22179
22180  src/Makefile.am |  6 +-----
22181  src/indic.cc    | 51 ---------------------------------------------------
22182  2 files changed, 1 insertion(+), 56 deletions(-)
22183
22184 commit fab7a71f110ed646745d54b23284537c50058c21
22185 Author: Behdad Esfahbod <behdad@behdad.org>
22186 Date:   Mon Sep 24 21:51:13 2012 -0400
22187
22188     [Indic] Import ragel-generated Indic machine in git
22189
22190     I don't expect ragel to be creating too much noise in its generated
22191     output, and including this in-tree helps users right now.  We can
22192     revisit this later if it proved to be too much trouble.
22193
22194  autogen.sh                               |    6 -
22195  src/Makefile.am                          |    1 -
22196  src/hb-ot-shape-complex-indic-machine.hh | 1314
22197  ++++++++++++++++++++++++++++++
22198  3 files changed, 1314 insertions(+), 7 deletions(-)
22199
22200 commit 20a840c7cd08069720050782b4533cde505df09a
22201 Author: Behdad Esfahbod <behdad@behdad.org>
22202 Date:   Mon Sep 24 20:23:00 2012 -0400
22203
22204     Use a C++ linker on Windows
22205
22206     On Windows we don't care whether or not we link to libstdc++.
22207     Seems to fix build with mingw32 on msys, as reported by Werner.
22208
22209  src/Makefile.am | 6 ++++--
22210  1 file changed, 4 insertions(+), 2 deletions(-)
22211
22212 commit eb7669a38072b66eef3bd905a93c4815bef3f0e5
22213 Author: Behdad Esfahbod <behdad@behdad.org>
22214 Date:   Tue Sep 18 19:42:06 2012 -0400
22215
22216     Better autofoo
22217
22218  src/Makefile.am | 5 +----
22219  1 file changed, 1 insertion(+), 4 deletions(-)
22220
22221 commit d00f7d83750258eff915a3826700c4819e63e481
22222 Author: Behdad Esfahbod <behdad@behdad.org>
22223 Date:   Mon Sep 17 20:59:09 2012 -0400
22224
22225     Fix dependencies
22226
22227  src/Makefile.am | 5 ++++-
22228  1 file changed, 4 insertions(+), 1 deletion(-)
22229
22230 commit 811eefe225d20b20f1de20c6e62a0ebd6d89102a
22231 Author: Behdad Esfahbod <behdad@behdad.org>
22232 Date:   Mon Sep 10 09:56:27 2012 -0400
22233
22234     Return NULL, not false
22235
22236     Oh well...
22237
22238  src/hb-open-type-private.hh | 2 +-
22239  1 file changed, 1 insertion(+), 1 deletion(-)
22240
22241 commit 166b5cf7ec2d37fb54a909c437ccdec1edaf37aa
22242 Author: Behdad Esfahbod <behdad@behdad.org>
22243 Date:   Fri Sep 7 14:55:07 2012 -0400
22244
22245     [Indic] Find syllables before any features are applied
22246
22247     With FreeSerif, it seems that the 'ccmp' feature does ligature
22248     substituttions.  That was then causing syllable match failures.
22249     We now
22250     find syllables before any features have been applied.
22251
22252     Test sequence: U+0D9A,U+0DCA,U+200D,U+0DBB,U+0DCF
22253
22254  src/hb-ot-shape-complex-indic-machine.rl           |  4 +-
22255  src/hb-ot-shape-complex-indic.cc                   | 56
22256  +++++++++++++++-------
22257  .../indic/script-sinhala/misc/misc.txt             |  1 +
22258  3 files changed, 43 insertions(+), 18 deletions(-)
22259
22260 commit 96fdc04e5c6daafce3d45e7508418e4db94df44c
22261 Author: Behdad Esfahbod <behdad@behdad.org>
22262 Date:   Thu Sep 6 22:26:16 2012 -0400
22263
22264     Add hb_buffer_[sg]et_content_type
22265
22266     And hb_buffer_content_type_t and enum values.
22267
22268  TODO                     |  1 +
22269  src/hb-buffer-private.hh |  2 ++
22270  src/hb-buffer.cc         | 34 ++++++++++++++++++++++++++++++++++
22271  src/hb-buffer.h          | 14 ++++++++++++++
22272  src/hb-shape.cc          |  5 +++++
22273  5 files changed, 56 insertions(+)
22274
22275 commit e30ebd2794b37bd8ec716a258d5cb017fb1dfadc
22276 Author: Behdad Esfahbod <behdad@behdad.org>
22277 Date:   Thu Sep 6 22:09:06 2012 -0400
22278
22279     Add hb_feature_to/from_string()
22280
22281  TODO             |   4 +-
22282  src/hb-common.cc |   9 +++
22283  src/hb-common.h  |   6 +-
22284  src/hb-shape.cc  | 168
22285  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
22286  src/hb-shape.h   |  13 +++++
22287  util/options.cc  | 132 ++-----------------------------------------
22288  6 files changed, 201 insertions(+), 131 deletions(-)
22289
22290 commit f67917161bbe317a33d6407fbc62ebffcafe7154
22291 Author: Behdad Esfahbod <behdad@behdad.org>
22292 Date:   Thu Sep 6 17:22:31 2012 -0400
22293
22294     [OT] Do per-ligature-component fallback mark positioning
22295
22296     With this in place, you can remove GDEF/GSUB/GPOS tables from Arabic
22297     fonts and still get per-component marks positioned on
22298     oh-yeah-fallback-formed LAM-ALEF ligatures with marks in between
22299     the LAM
22300     and ALEF.
22301
22302     Now *that*'s pretty cool, if a bit anachronistic...
22303
22304  src/hb-ot-shape-fallback.cc | 43
22305  ++++++++++++++++++++++++++++++++++++-------
22306  1 file changed, 36 insertions(+), 7 deletions(-)
22307
22308 commit 525c6855783a018d52867b9ece2ee90868ff1f91
22309 Author: Behdad Esfahbod <behdad@behdad.org>
22310 Date:   Thu Sep 6 16:02:07 2012 -0400
22311
22312     [OT] Make fallback mark positioning more robust
22313
22314     ...with clusters spanning multiple base characters.
22315
22316  src/hb-ot-shape-fallback.cc | 11 +++++++++--
22317  1 file changed, 9 insertions(+), 2 deletions(-)
22318
22319 commit 5d502443f5a07cbd0aa860dd71a0fa4ea8b6ff9f
22320 Author: Behdad Esfahbod <behdad@behdad.org>
22321 Date:   Thu Sep 6 15:29:29 2012 -0400
22322
22323     [old] Clear offset array
22324
22325  src/hb-old.cc | 3 +++
22326  1 file changed, 3 insertions(+)
22327
22328 commit 9433c218b4853442dd9ad53d0588a837a33dbf1e
22329 Author: Behdad Esfahbod <behdad@behdad.org>
22330 Date:   Thu Sep 6 14:27:15 2012 -0400
22331
22332     [OT] Simplify fallback positioning condition
22333
22334  src/hb-ot-shape-fallback.cc | 3 +--
22335  1 file changed, 1 insertion(+), 2 deletions(-)
22336
22337 commit 028a1706f898bfcee0d14acfba47ebe1de09f0c4
22338 Author: Behdad Esfahbod <behdad@behdad.org>
22339 Date:   Thu Sep 6 14:25:48 2012 -0400
22340
22341     Refactor common macro
22342
22343  src/hb-ot-shape-fallback.cc  | 5 +----
22344  src/hb-ot-shape-normalize.cc | 5 +----
22345  src/hb-ot-shape.cc           | 5 +----
22346  src/hb-unicode-private.hh    | 9 +++++++++
22347  4 files changed, 12 insertions(+), 12 deletions(-)
22348
22349 commit 07cfbe21b511056d5c3c75cbfe84e4e982c3e8fb
22350 Author: Behdad Esfahbod <behdad@behdad.org>
22351 Date:   Thu Sep 6 01:16:39 2012 -0400
22352
22353     [OT] Streamline Arabic fallback shaping table
22354
22355  src/gen-arabic-table.py                    |   6 +-
22356  src/hb-ot-shape-complex-arabic-fallback.hh |   2 +-
22357  src/hb-ot-shape-complex-arabic-table.hh    | 266
22358  ++++++++++++++---------------
22359  3 files changed, 137 insertions(+), 137 deletions(-)
22360
22361 commit 82f6b6f388b801a1483854cb56a2cadbb94e0f2b
22362 Author: Behdad Esfahbod <behdad@behdad.org>
22363 Date:   Thu Sep 6 01:12:50 2012 -0400
22364
22365     Minor
22366
22367  src/hb-ot-shape-complex-arabic-fallback.hh | 13 +++++++------
22368  1 file changed, 7 insertions(+), 6 deletions(-)
22369
22370 commit fabd3113a98c5f4114f48920fa7ea38bd65a8d32
22371 Author: Behdad Esfahbod <behdad@behdad.org>
22372 Date:   Wed Sep 5 22:19:28 2012 -0400
22373
22374     [OT] Port Arabic fallback shaping to synthetic GSUB
22375
22376     All of init/medi/fina/isol and rlig implemented.
22377
22378     Let there be dragons... ⻯
22379
22380  src/Makefile.am                            |   1 +
22381  src/hb-open-type-private.hh                |  69 +++++---
22382  src/hb-ot-layout-common-private.hh         |   9 +-
22383  src/hb-ot-layout-gsub-table.hh             |  11 +-
22384  src/hb-ot-map-private.hh                   |   6 +
22385  src/hb-ot-map.cc                           |   1 +
22386  src/hb-ot-shape-complex-arabic-fallback.hh | 252
22387  +++++++++++++++++++++++++++++
22388  src/hb-ot-shape-complex-arabic.cc          | 158 ++++++------------
22389  src/hb-ot-shape.cc                         |   7 +-
22390  src/hb-private.hh                          |  11 +-
22391  10 files changed, 369 insertions(+), 156 deletions(-)
22392
22393 commit f0b8ed1b6dd9f1d2b9084c101a6fc5dee0cc22a8
22394 Author: Behdad Esfahbod <behdad@behdad.org>
22395 Date:   Wed Sep 5 17:32:57 2012 -0400
22396
22397     [Indic] Allow "H,ZWJ,M"
22398
22399     Uniscribe accepts a Halant,ZWJ before matras.  Allow that.
22400
22401     BENGALI down from 295 to 291
22402     DEVANAGARI down from 69 to 57
22403     GUJARATI down from 19 to 17
22404     KANNADA down from 871 to 867
22405     MALAYALAM down from 340 to 337
22406     TELUGU down from 20 to 16
22407
22408     Currently at:
22409
22410     BENGALI: 353897 out of 354188 tests passed. 291 failed (0.0821598%)
22411     DEVANAGARI: 707337 out of 707394 tests passed. 57 failed (0.00805774%)
22412     GUJARATI: 366440 out of 366457 tests passed. 17 failed (0.00463902%)
22413     GURMUKHI: 60704 out of 60747 tests passed. 43 failed (0.0707854%)
22414     KANNADA: 951046 out of 951913 tests passed. 867 failed (0.0910798%)
22415     KHMER: 299077 out of 299124 tests passed. 47 failed (0.0157125%)
22416     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
22417     MALAYALAM: 1047997 out of 1048334 tests passed. 337 failed
22418     (0.0321462%)
22419     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
22420     SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
22421     TAMIL: 1091754 out of 1091754 tests passed. 0 failed (0%)
22422     TELUGU: 970557 out of 970573 tests passed. 16 failed (0.00164851%)
22423     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
22424
22425  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
22426  1 file changed, 1 insertion(+), 1 deletion(-)
22427
22428 commit 4ed717ef61813fa16cf74f2874848e9feb81568f
22429 Author: Behdad Esfahbod <behdad@behdad.org>
22430 Date:   Wed Sep 5 17:21:17 2012 -0400
22431
22432     [Indic] Relax grammar
22433
22434     Now that we insert dotted-circle, tests break more easily when
22435     our indic
22436     machine breaks.
22437
22438     In particular, a few Devanagari tests were having sequences like
22439     "C,H,ZWJ,N", and because of the ZWJ the Nukta does NOT get reordered
22440     to
22441     before the Halant as the grammar used to expect...  Fixup.
22442
22443     Another case is as simple as "C,ZWJ,SM".
22444
22445     Fixes 10 out of 79 failures:
22446
22447     DEVANAGARI: 707325 out of 707394 tests passed. 69 failed (0.00975411%)
22448
22449  src/hb-ot-shape-complex-indic-machine.rl | 4 ++--
22450  1 file changed, 2 insertions(+), 2 deletions(-)
22451
22452 commit aa7141efe49991a1160489106984e95163fe2ab8
22453 Author: Behdad Esfahbod <behdad@behdad.org>
22454 Date:   Wed Sep 5 15:54:21 2012 -0400
22455
22456     [Indic] Fix Khmer syllable-final coeng-consonant
22457
22458     Brings down Khmer failures from 162 to 47.
22459
22460     KHMER: 299077 out of 299124 tests passed. 47 failed (0.0157125%)
22461
22462     Also rebaselined some of the test files that had only-inherited lines.
22463     Removing those, the stats are:
22464
22465     BENGALI: 353893 out of 354188 tests passed. 295 failed (0.0832891%)
22466     DEVANAGARI: 707315 out of 707394 tests passed. 79 failed (0.0111678%)
22467     GUJARATI: 366438 out of 366457 tests passed. 19 failed (0.00518478%)
22468     GURMUKHI: 60704 out of 60747 tests passed. 43 failed (0.0707854%)
22469     KANNADA: 951042 out of 951913 tests passed. 871 failed (0.0915%)
22470     KHMER: 299077 out of 299124 tests passed. 47 failed (0.0157125%)
22471     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
22472     MALAYALAM: 1047994 out of 1048334 tests passed. 340 failed
22473     (0.0324324%)
22474     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
22475     SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
22476     TAMIL: 1091754 out of 1091754 tests passed. 0 failed (0%)
22477     TELUGU: 970553 out of 970573 tests passed. 20 failed (0.00206064%)
22478     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
22479
22480     Still some regressions, but some of the more egregious cases are
22481     addressed.
22482
22483  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
22484  1 file changed, 1 insertion(+), 1 deletion(-)
22485
22486 commit efb8d3eb713bca7cbfca41380a012bdb4d380e5c
22487 Author: Behdad Esfahbod <behdad@behdad.org>
22488 Date:   Wed Sep 5 15:50:47 2012 -0400
22489
22490     Fixup test failure reporting
22491
22492     After we implemented dotted-circle, we were still ignoring any tests
22493     that had dottedcircle in it for any of the shapers.  That meant
22494     that if
22495     we wrongly outputted dottedcircle, the test was being ignored.  Ouch!
22496
22497     Fixing that shows regressions across the board.  Most are Uniscribe
22498     bugs: NOT inserting dotted-circle when it should.  Some are arou
22499     machine bugs.  This is in fact a nice way to catch Indic-machine
22500     deficiencies and when I fix the regressions, our clusters should be
22501     much closer to Uniscribe.  For now, we regressed from:
22502
22503     BENGALI: 353997 out of 354285 tests passed. 288 failed (0.0812905%)
22504     DEVANAGARI: 707339 out of 707394 tests passed. 55 failed (0.00777502%)
22505     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
22506     GURMUKHI: 60769 out of 60809 tests passed. 40 failed (0.0657797%)
22507     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
22508     KHMER: 299106 out of 299124 tests passed. 18 failed (0.00601757%)
22509     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
22510     MALAYALAM: 1048104 out of 1048416 tests passed. 312 failed
22511     (0.0297592%)
22512     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
22513     SINHALA: 271747 out of 271847 tests passed. 100 failed (0.0367854%)
22514     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
22515     TELUGU: 970558 out of 970573 tests passed. 15 failed (0.00154548%)
22516     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
22517
22518     To:
22519
22520     BENGALI: 353990 out of 354285 tests passed. 295 failed (0.0832663%)
22521     DEVANAGARI: 707315 out of 707394 tests passed. 79 failed (0.0111678%)
22522     GUJARATI: 366447 out of 366506 tests passed. 59 failed (0.016098%)
22523     GURMUKHI: 60707 out of 60809 tests passed. 102 failed (0.167738%)
22524     KANNADA: 951042 out of 951913 tests passed. 871 failed (0.0915%)
22525     KHMER: 298962 out of 299124 tests passed. 162 failed (0.0541581%)
22526     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
22527     MALAYALAM: 1048074 out of 1048416 tests passed. 342 failed
22528     (0.0326206%)
22529     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
22530     SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
22531     TAMIL: 1091835 out of 1091837 tests passed. 2 failed (0.000183178%)
22532     TELUGU: 970553 out of 970573 tests passed. 20 failed (0.00206064%)
22533     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
22534
22535     Investigating.
22536
22537  test/shaping/hb_test_tools.py | 8 +++++---
22538  1 file changed, 5 insertions(+), 3 deletions(-)
22539
22540 commit 27bd55bd2ca599d501f10c2fae81861137517e46
22541 Author: Behdad Esfahbod <behdad@behdad.org>
22542 Date:   Wed Sep 5 15:11:14 2012 -0400
22543
22544     [Indic] Tamil does not have half-forms either
22545
22546     The Win7 Tamil font does not realy on this behavior, but the WinXP
22547     version does.  Handle Tamil like Malayalam: Matras always move to
22548     before base.
22549
22550     WinXP Tamil failures went down from 168964 (15.4752%) to 167
22551     (0.0152953%) (two orders of magnitude reduction!).
22552
22553     Included in this is a minor fixup that actually fixed a few tests
22554     with non-Tamil too.  Numbers at:
22555
22556     BENGALI: 353997 out of 354285 tests passed. 288 failed (0.0812905%)
22557     DEVANAGARI: 707339 out of 707394 tests passed. 55 failed (0.00777502%)
22558     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
22559     GURMUKHI: 60769 out of 60809 tests passed. 40 failed (0.0657797%)
22560     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
22561     KHMER: 299106 out of 299124 tests passed. 18 failed (0.00601757%)
22562     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
22563     MALAYALAM: 1048104 out of 1048416 tests passed. 312 failed
22564     (0.0297592%)
22565     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
22566     SINHALA: 271747 out of 271847 tests passed. 100 failed (0.0367854%)
22567     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
22568     TELUGU: 970558 out of 970573 tests passed. 15 failed (0.00154548%)
22569     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
22570
22571  src/hb-ot-shape-complex-indic.cc | 10 +++++-----
22572  1 file changed, 5 insertions(+), 5 deletions(-)
22573
22574 commit 87b75d0a4aa03fe7a03e3bf7baf8ece131aec1bb
22575 Author: Behdad Esfahbod <behdad@behdad.org>
22576 Date:   Tue Sep 4 23:06:38 2012 -0400
22577
22578     [OT] Allow adding features with fallback implementation
22579
22580  src/hb-ot-map-private.hh | 7 ++++---
22581  src/hb-ot-map.cc         | 6 ++++--
22582  2 files changed, 8 insertions(+), 5 deletions(-)
22583
22584 commit 1d3947a6bda6986c9c7d993589053051c119cc81
22585 Author: Behdad Esfahbod <behdad@behdad.org>
22586 Date:   Tue Sep 4 22:42:17 2012 -0400
22587
22588     Minor
22589
22590  src/hb-ot-layout-gpos-table.hh | 2 +-
22591  src/hb-ot-layout-gsub-table.hh | 2 +-
22592  2 files changed, 2 insertions(+), 2 deletions(-)
22593
22594 commit b3b89b66586897a69b410ef02e7434691de84ae6
22595 Author: Behdad Esfahbod <behdad@behdad.org>
22596 Date:   Tue Sep 4 21:13:17 2012 -0400
22597
22598     [OT] Add SubstLookup serialize API
22599
22600  src/hb-ot-layout-common-private.hh |  2 +-
22601  src/hb-ot-layout-gsub-table.hh     | 65
22602  +++++++++++++++++++++++++++++++++++++-
22603  2 files changed, 65 insertions(+), 2 deletions(-)
22604
22605 commit 715e03bc21d6adaa8e1f647235843839dc47dad1
22606 Author: Behdad Esfahbod <behdad@behdad.org>
22607 Date:   Tue Sep 4 20:10:17 2012 -0400
22608
22609     Minor
22610
22611  src/hb-open-type-private.hh | 7 ++-----
22612  1 file changed, 2 insertions(+), 5 deletions(-)
22613
22614 commit 652d1e0d64e47313ead2fc8318d1236f0e0d80ca
22615 Author: Behdad Esfahbod <behdad@behdad.org>
22616 Date:   Tue Sep 4 20:00:44 2012 -0400
22617
22618     [OT] Start adding Lookup-level serialize API
22619
22620  src/hb-ot-layout-common-private.hh | 20 +++++++++++++++++++-
22621  1 file changed, 19 insertions(+), 1 deletion(-)
22622
22623 commit a930c68e9c50aade78c1eb0eef075c9c117e4ef6
22624 Author: Behdad Esfahbod <behdad@behdad.org>
22625 Date:   Tue Sep 4 18:17:57 2012 -0400
22626
22627     [OT] More serialize.  Implements all basic GSUB subtables
22628
22629  src/hb-open-type-private.hh        |  53 +++++++++++++++-
22630  src/hb-ot-layout-common-private.hh |   8 ++-
22631  src/hb-ot-layout-gsub-table.hh     | 125
22632  +++++++++++++++++++++++++++++--------
22633  3 files changed, 156 insertions(+), 30 deletions(-)
22634
22635 commit 1b38b4e817d871b9549be65af6030bd0eea7f775
22636 Author: Behdad Esfahbod <behdad@behdad.org>
22637 Date:   Tue Sep 4 18:17:21 2012 -0400
22638
22639     Minor
22640
22641  src/hb-ot-layout-gsub-table.hh | 4 ++--
22642  1 file changed, 2 insertions(+), 2 deletions(-)
22643
22644 commit f7e81ce0b882aa942ae33c787e741c5e8e5a0173
22645 Author: Behdad Esfahbod <behdad@behdad.org>
22646 Date:   Tue Sep 4 15:32:37 2012 -0400
22647
22648     0.9.4
22649
22650  NEWS         | 18 ++++++++++++++++++
22651  configure.ac |  2 +-
22652  2 files changed, 19 insertions(+), 1 deletion(-)
22653
22654 commit 2bd9fe359839a653f7caae534bf768af1735f155
22655 Author: Behdad Esfahbod <behdad@behdad.org>
22656 Date:   Tue Sep 4 15:15:19 2012 -0400
22657
22658     Refactor
22659
22660  src/hb-ot-layout-gpos-table.hh       |  7 ++-----
22661  src/hb-ot-layout-gsub-table.hh       | 16 +++++-----------
22662  src/hb-ot-layout-gsubgpos-private.hh | 13 +++----------
22663  src/hb-ot-layout.cc                  | 23 +++++++++++++++++------
22664  src/hb-ot-shape-complex-arabic.cc    |  4 +---
22665  5 files changed, 28 insertions(+), 35 deletions(-)
22666
22667 commit a5ddd9e31cd7906c4b559aa5b2fafdae4b9c8935
22668 Author: Behdad Esfahbod <behdad@behdad.org>
22669 Date:   Tue Sep 4 14:55:00 2012 -0400
22670
22671     [OT] Really fix possible NULL dereference this time
22672
22673  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
22674  src/hb-ot-layout.cc                  | 6 +++---
22675  src/hb-ot-shape-complex-arabic.cc    | 4 +++-
22676  3 files changed, 10 insertions(+), 8 deletions(-)
22677
22678 commit 29416833584d7831ece84aaeada6f5ebba7828c0
22679 Author: Behdad Esfahbod <behdad@behdad.org>
22680 Date:   Mon Sep 3 23:31:14 2012 -0400
22681
22682     [OT] Implement serialize() for AlternateSubst
22683
22684  src/hb-ot-layout-gsub-table.hh | 33 +++++++++++++++++++++++++++++++++
22685  1 file changed, 33 insertions(+)
22686
22687 commit 1f07e3382a1608b054cbf88b89fef74f6c485434
22688 Author: Behdad Esfahbod <behdad@behdad.org>
22689 Date:   Mon Sep 3 23:28:34 2012 -0400
22690
22691     [OT] Implement serialize() for MultiSubst
22692
22693  src/hb-open-type-private.hh    | 10 ++++++++++
22694  src/hb-ot-layout-gsub-table.hh | 43
22695  ++++++++++++++++++++++++++++++++++++++++++
22696  2 files changed, 53 insertions(+)
22697
22698 commit 4912030dfba740c822e200d33cbb5c6dbbeaf79e
22699 Author: Behdad Esfahbod <behdad@behdad.org>
22700 Date:   Mon Sep 3 20:58:03 2012 -0400
22701
22702     Minor
22703
22704  src/hb-open-type-private.hh    | 4 ++--
22705  src/hb-ot-layout-gsub-table.hh | 4 ++--
22706  2 files changed, 4 insertions(+), 4 deletions(-)
22707
22708 commit f8fa2b5cf67b02d74514dec7885d03de73ec7349
22709 Author: Behdad Esfahbod <behdad@behdad.org>
22710 Date:   Mon Sep 3 20:19:46 2012 -0400
22711
22712     Fix possible NULL dereference
22713
22714     As reported by Kenichi Ishibashi.
22715
22716  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
22717  1 file changed, 1 insertion(+), 1 deletion(-)
22718
22719 commit 4b312fb288faa383a2c5bd3be0428f0e58e02699
22720 Author: Behdad Esfahbod <behdad@behdad.org>
22721 Date:   Sat Sep 1 21:56:06 2012 -0400
22722
22723     [OT] Remove serialize alignment
22724
22725     Will reintroduce in a different way when we actually need it.
22726
22727  src/hb-open-type-private.hh | 24 +++++++++++-------------
22728  1 file changed, 11 insertions(+), 13 deletions(-)
22729
22730 commit c61be03d6df122f18eebda3b29e42c9e768d45b9
22731 Author: Behdad Esfahbod <behdad@behdad.org>
22732 Date:   Sat Sep 1 21:43:38 2012 -0400
22733
22734     [OT] A bit more serialize
22735
22736  src/hb-open-type-private.hh        | 14 +++++++++++++
22737  src/hb-ot-layout-common-private.hh |  2 +-
22738  src/hb-ot-layout-gsub-table.hh     | 43
22739  ++++++++++++++++++++++++++++++++++++--
22740  3 files changed, 56 insertions(+), 3 deletions(-)
22741
22742 commit abcc5ac1fde1c493e4055dd2f27b8aade7713156
22743 Author: Behdad Esfahbod <behdad@behdad.org>
22744 Date:   Sat Sep 1 21:30:17 2012 -0400
22745
22746     [OT] Improve serialize syntax
22747
22748     For some definition of improvement...
22749
22750  src/hb-open-type-private.hh    | 6 ++++--
22751  src/hb-ot-layout-gsub-table.hh | 3 +--
22752  2 files changed, 5 insertions(+), 4 deletions(-)
22753
22754 commit bc5be24014371ceb811b9ffd37062ede63d87bb1
22755 Author: Behdad Esfahbod <behdad@behdad.org>
22756 Date:   Sat Sep 1 20:48:22 2012 -0400
22757
22758     [OT] Restart work on serialize()
22759
22760  src/hb-open-type-private.hh        | 39 ++++++++++++++++++------
22761  src/hb-ot-layout-common-private.hh | 61
22762  +++++++++++++++++++-------------------
22763  src/hb-ot-layout-gsub-table.hh     | 13 ++++++++
22764  3 files changed, 73 insertions(+), 40 deletions(-)
22765
22766 commit 6912e476dd92639c3ddf07ca51c8d4a262c8b3a5
22767 Author: Behdad Esfahbod <behdad@behdad.org>
22768 Date:   Sat Sep 1 20:38:45 2012 -0400
22769
22770     [OT] Insert dotted-circle for run-initial marks
22771
22772     Unfortunately if the font has GPOS and 'mark' feature does
22773     not position mark on dotted-circle, our inserted dotted-circle
22774     will not get the mark repositioned to itself.  Uniscribe cheats
22775     here.
22776
22777     If there is no GPOS however, the fallback positioning kicks in
22778     and sorts this out.
22779
22780     I'm not willing to address the first case.
22781
22782  src/hb-ot-shape.cc | 32 ++++++++++++++++++++++++++++++++
22783  1 file changed, 32 insertions(+)
22784
22785 commit 1d581ec384bc1780995e32e1c44103af57596eda
22786 Author: Behdad Esfahbod <behdad@behdad.org>
22787 Date:   Sat Sep 1 20:06:26 2012 -0400
22788
22789     [OT] Fallback-position ccc=0 Thai / Lao marks
22790
22791     Not perfect, but so is fallback positioning in 2012...
22792
22793  src/hb-ot-shape-fallback.cc | 56
22794  +++++++++++++++++++++++++++++++++++++--------
22795  1 file changed, 46 insertions(+), 10 deletions(-)
22796
22797 commit 3992b5ec4cb43d114d87ff7ee2b992bcf819c9cd
22798 Author: Behdad Esfahbod <behdad@behdad.org>
22799 Date:   Sat Sep 1 19:20:41 2012 -0400
22800
22801     Move code around
22802
22803  src/hb-ot-shape-fallback-private.hh |  5 ++++
22804  src/hb-ot-shape-fallback.cc         | 46
22805  +++++++++++++++++++++++++------------
22806  src/hb-ot-shape-private.hh          |  6 +++++
22807  src/hb-ot-shape.cc                  |  4 ++++
22808  4 files changed, 46 insertions(+), 15 deletions(-)
22809
22810 commit b85800f9de8976a7418ef9df467d3080c6ab0199
22811 Author: Behdad Esfahbod <behdad@behdad.org>
22812 Date:   Fri Aug 31 18:12:01 2012 -0400
22813
22814     [Indic] Implement dotted-circle insertion for broken clusters
22815
22816     No panic, we reeally insert dotted circle when it's absolutely broken.
22817
22818     Fixes most of the dotted-circle cases against Uniscribe. (for
22819     Devanagari
22820     fixes 80% of them, for Khmer 70%; the rest look like Uniscribe being
22821     really bogus...)
22822
22823     I had to make a decision.  Apparently Uniscribe adds one dotted circle
22824     to each broken character.  I tried that, but that goes wrong
22825     easily with
22826     split matras.  So I made it add only one dotted circle to an entire
22827     broken syllable tail.  As in: "if there was a dotted circle here, this
22828     would have formed a correct cluster."  That works better for split
22829     stuff, and I like it more.
22830
22831  src/hb-buffer-private.hh                 |  1 +
22832  src/hb-buffer.cc                         | 10 +++++
22833  src/hb-ot-shape-complex-indic-machine.rl |  4 +-
22834  src/hb-ot-shape-complex-indic-private.hh |  2 +-
22835  src/hb-ot-shape-complex-indic.cc         | 67
22836  +++++++++++++++++++++++++++++---
22837  src/hb-ot-shape-normalize-private.hh     |  1 +
22838  src/hb-ot-shape-normalize.cc             | 11 +++---
22839  7 files changed, 83 insertions(+), 13 deletions(-)
22840
22841 commit 327d14ef188396006d54af976506ab6f8bb2869a
22842 Author: Behdad Esfahbod <behdad@behdad.org>
22843 Date:   Fri Aug 31 16:49:34 2012 -0400
22844
22845     [Indic] Start adding dotted-circle instrastructure
22846
22847  src/hb-ot-shape-complex-indic-machine.rl | 19 +++++++------
22848  src/hb-ot-shape-complex-indic.cc         | 46
22849  +++++++++++++++++++++++++++++---
22850  2 files changed, 51 insertions(+), 14 deletions(-)
22851
22852 commit 1be368e96fb7de8c77bf992874e0d5bd6b272ebe
22853 Author: Behdad Esfahbod <behdad@behdad.org>
22854 Date:   Fri Aug 31 16:29:17 2012 -0400
22855
22856     Minor
22857
22858  src/hb-buffer-private.hh | 16 +++++++++++++++-
22859  src/hb-buffer.cc         | 15 ---------------
22860  2 files changed, 15 insertions(+), 16 deletions(-)
22861
22862 commit 784f29d061a2939562eca0c4943feb01174aee00
22863 Author: Behdad Esfahbod <behdad@behdad.org>
22864 Date:   Fri Aug 31 14:06:26 2012 -0400
22865
22866     Minor
22867
22868  src/hb-ot-shape.cc | 12 ++++++++----
22869  1 file changed, 8 insertions(+), 4 deletions(-)
22870
22871 commit 5a7f18767a87a3f07269d0814f984a98f86ab852
22872 Author: Behdad Esfahbod <behdad@behdad.org>
22873 Date:   Thu Aug 30 22:53:29 2012 -0400
22874
22875     [OT] Better fallback-position Thai / Lao ccc!=0 marks
22876
22877  src/hb-ot-shape-fallback.cc | 8 ++++----
22878  1 file changed, 4 insertions(+), 4 deletions(-)
22879
22880 commit 9f2348de58f0f85593027378169bc03c4dd64e59
22881 Author: Behdad Esfahbod <behdad@behdad.org>
22882 Date:   Wed Aug 29 21:08:59 2012 -0400
22883
22884     [OT] Add serialize() for Coverage
22885
22886  src/hb-open-type-private.hh        | 34 +++++++++++++++++----
22887  src/hb-ot-layout-common-private.hh | 62
22888  ++++++++++++++++++++++++++++++++++++++
22889  2 files changed, 90 insertions(+), 6 deletions(-)
22890
22891 commit e901b954c6ec44ac3ae7fb3c326e6e7a40718e4b
22892 Author: Behdad Esfahbod <behdad@behdad.org>
22893 Date:   Wed Aug 29 20:26:08 2012 -0400
22894
22895     [OT] Start adding serialize() API
22896
22897  src/hb-open-type-private.hh | 77
22898  +++++++++++++++++++++++++++++++++++++++++++++
22899  1 file changed, 77 insertions(+)
22900
22901 commit 965c280de09b49d711cb78d629da321c802084de
22902 Author: Behdad Esfahbod <behdad@behdad.org>
22903 Date:   Wed Aug 29 13:59:16 2012 -0400
22904
22905     Add HB_BUFFER_ASSERT_VAR
22906
22907     To be used in places we access buffer vars...
22908
22909  src/hb-buffer-private.hh |  3 +++
22910  src/hb-buffer.cc         | 16 ++++++++++++++++
22911  2 files changed, 19 insertions(+)
22912
22913 commit 0ccf9b64736559a230425fd131c9eb8aa3048221
22914 Author: Behdad Esfahbod <behdad@behdad.org>
22915 Date:   Wed Aug 29 11:53:26 2012 -0400
22916
22917     Move code around
22918
22919  src/hb-ot-shape.cc | 21 ++++++++++-----------
22920  1 file changed, 10 insertions(+), 11 deletions(-)
22921
22922 commit 2fcbbdb41a322f54b61d9ce983ab54434504c5ed
22923 Author: Behdad Esfahbod <behdad@behdad.org>
22924 Date:   Wed Aug 29 11:11:54 2012 -0400
22925
22926     Port Arabic fallback ligating to share code with GSUB
22927
22928     This will eventually allow us to skip marks, as well as (fallback)
22929     attach marks to ligature components of fallback-shaped Arabic.
22930     That would be pretty cool.  I kludged GDEF props in, so mark-skipping
22931     works, but the produced ligature id/components will be cleared later
22932     by substitute_start() et al.
22933
22934     Perhaps using a synthetic table for Arabic fallback shaping was
22935     a better
22936     idea.  The current approach has way too many layering violations...
22937
22938  src/hb-ot-layout-gsubgpos-private.hh |  4 ++
22939  src/hb-ot-shape-complex-arabic.cc    | 72
22940  ++++++++++++++++++++++++------------
22941  src/hb-ot-shape.cc                   |  4 +-
22942  3 files changed, 56 insertions(+), 24 deletions(-)
22943
22944 commit 5e399a8a45bddb49e06e2ca39df1ed04398c0aff
22945 Author: Behdad Esfahbod <behdad@behdad.org>
22946 Date:   Wed Aug 29 10:40:49 2012 -0400
22947
22948     Minor
22949
22950  src/hb-ot-layout-gsub-table.hh       | 1 -
22951  src/hb-ot-layout-gsubgpos-private.hh | 1 -
22952  2 files changed, 2 deletions(-)
22953
22954 commit a177d027d1d0ad9539e30ed75d8652e0e8da20ff
22955 Author: Behdad Esfahbod <behdad@behdad.org>
22956 Date:   Tue Aug 28 23:18:22 2012 -0400
22957
22958     [GSUB] Move ligation logic over
22959
22960  src/hb-ot-layout-gsub-table.hh       | 78
22961  ++++-------------------------------
22962  src/hb-ot-layout-gsubgpos-private.hh | 80
22963  ++++++++++++++++++++++++++++++++++++
22964  2 files changed, 89 insertions(+), 69 deletions(-)
22965
22966 commit 191fa885d9e0a2dce92dd8727cddd18495e62409
22967 Author: Behdad Esfahbod <behdad@behdad.org>
22968 Date:   Tue Aug 28 22:58:55 2012 -0400
22969
22970     [GSUB] Merge Ligature and context input matching
22971
22972     Looks better now...
22973
22974  TODO                                 |  4 --
22975  src/hb-ot-layout-gsub-table.hh       | 71
22976  +++++++-----------------------------
22977  src/hb-ot-layout-gsubgpos-private.hh | 29 ++++++++++++++-
22978  3 files changed, 40 insertions(+), 64 deletions(-)
22979
22980 commit 93814ca7dc2a7251f861c1c47ba155ba6e6bdf19
22981 Author: Behdad Esfahbod <behdad@behdad.org>
22982 Date:   Tue Aug 28 22:24:51 2012 -0400
22983
22984     Start converging Ligature and match_input
22985
22986  src/hb-ot-layout-gsub-table.hh       | 58
22987  +++++++++++++++++----------------
22988  src/hb-ot-layout-gsubgpos-private.hh | 62
22989  ++++++++++++++++++++++++++++--------
22990  2 files changed, 78 insertions(+), 42 deletions(-)
22991
22992 commit 2eef71737ea29ffadbb5a2be4a898b44f53f66ac
22993 Author: Behdad Esfahbod <behdad@behdad.org>
22994 Date:   Tue Aug 28 19:16:38 2012 -0400
22995
22996     [hb-icu-le] Add visbility
22997
22998  src/hb-icu-le/FontTableCache.h         |  6 +++++-
22999  src/hb-icu-le/PortableFontInstance.cpp | 39
23000  ----------------------------------
23001  src/hb-icu-le/PortableFontInstance.h   |  7 ++++--
23002  src/hb-icu-le/cmaps.cpp                |  2 +-
23003  src/hb-icu-le/cmaps.h                  |  5 ++++-
23004  src/hb-icu-le/letest.h                 | 14 ++++++++++++
23005  src/hb-icu-le/sfnt.h                   |  6 +++++-
23006  7 files changed, 34 insertions(+), 45 deletions(-)
23007
23008 commit d59e28e49204ed609d8a1bf3c0f21ab5fc178337
23009 Author: Behdad Esfahbod <behdad@behdad.org>
23010 Date:   Tue Aug 28 19:08:36 2012 -0400
23011
23012     Minor
23013
23014  src/Makefile.am           | 6 +++++-
23015  src/check-libstdc++.sh    | 2 +-
23016  src/check-static-inits.sh | 4 ++--
23017  3 files changed, 8 insertions(+), 4 deletions(-)
23018
23019 commit af169d2813ff8075288cd4a7811f0715e4fea3da
23020 Author: Behdad Esfahbod <behdad@behdad.org>
23021 Date:   Tue Aug 28 19:08:22 2012 -0400
23022
23023     Minor
23024
23025  src/hb-icu-le/PortableFontInstance.h | 8 ++++----
23026  1 file changed, 4 insertions(+), 4 deletions(-)
23027
23028 commit 52ff2681d88886e2165ced397966ba29c2073583
23029 Author: Behdad Esfahbod <behdad@behdad.org>
23030 Date:   Tue Aug 28 18:03:35 2012 -0400
23031
23032     Use VisualStudio-style atomic intrinsics on mingw32
23033
23034  src/hb-atomic-private.hh | 25 ++++++++++++++++++-------
23035  1 file changed, 18 insertions(+), 7 deletions(-)
23036
23037 commit 7c8e844d92aa604fc4b396343721ea90eb83adb8
23038 Author: Behdad Esfahbod <behdad@behdad.org>
23039 Date:   Tue Aug 28 17:57:49 2012 -0400
23040
23041     Use namespace for OpenType tables
23042
23043     Avoids USHORT, SHORT, ULONG, LONG clashes with Windows API.
23044
23045  src/hb-font.cc                       | 12 ++---
23046  src/hb-open-file-private.hh          |  4 ++
23047  src/hb-open-type-private.hh          |  9 ++--
23048  src/hb-ot-head-table.hh              |  4 ++
23049  src/hb-ot-hhea-table.hh              |  5 ++
23050  src/hb-ot-hmtx-table.hh              |  6 +++
23051  src/hb-ot-layout-common-private.hh   |  5 ++
23052  src/hb-ot-layout-gdef-table.hh       |  4 ++
23053  src/hb-ot-layout-gpos-table.hh       |  4 ++
23054  src/hb-ot-layout-gsub-table.hh       |  4 ++
23055  src/hb-ot-layout-gsubgpos-private.hh |  4 ++
23056  src/hb-ot-layout-private.hh          | 12 +++--
23057  src/hb-ot-layout.cc                  | 91
23058  ++++++++++++++++++------------------
23059  src/hb-ot-maxp-table.hh              |  4 ++
23060  src/hb-ot-name-table.hh              |  4 ++
23061  src/hb-uniscribe.cc                  |  8 ++--
23062  src/main.cc                          |  2 +
23063  17 files changed, 117 insertions(+), 65 deletions(-)
23064
23065 commit dc5df5af6b349c3d9e4ab876864d9dec8096401f
23066 Author: Behdad Esfahbod <behdad@behdad.org>
23067 Date:   Tue Aug 28 16:31:23 2012 -0400
23068
23069     Revert "Minor"
23070
23071     This reverts commit 3e0a03978b91994bb7fa7922593cbdfc50878dfc.
23072
23073     I know remember why that line is there :).
23074
23075  src/hb-ot-shape-complex-arabic.cc | 1 +
23076  1 file changed, 1 insertion(+)
23077
23078 commit 3e0a03978b91994bb7fa7922593cbdfc50878dfc
23079 Author: Behdad Esfahbod <behdad@behdad.org>
23080 Date:   Mon Aug 27 17:10:02 2012 -0400
23081
23082     Minor
23083
23084  src/hb-ot-shape-complex-arabic.cc | 1 -
23085  1 file changed, 1 deletion(-)
23086
23087 commit 667218a5b134728863a318c73070f4e323590bbd
23088 Author: Behdad Esfahbod <behdad@behdad.org>
23089 Date:   Mon Aug 27 17:00:44 2012 -0400
23090
23091     Minor
23092
23093  src/hb-ot-shape-fallback.cc | 4 +---
23094  1 file changed, 1 insertion(+), 3 deletions(-)
23095
23096 commit 30dd62251fcd04c2cbaa9b979d47ddbf62c6d460
23097 Author: Behdad Esfahbod <behdad@behdad.org>
23098 Date:   Mon Aug 27 16:54:34 2012 -0400
23099
23100     Only fallback-position glyphs if we have the ccc
23101
23102     Previously, ccc=0 Thai / Lao marks were being
23103     mispositioned.  Don't touch them.
23104
23105  src/hb-ot-shape-fallback.cc | 2 +-
23106  1 file changed, 1 insertion(+), 1 deletion(-)
23107
23108 commit e1ba62811a61afb046d349e578cd141363c7fb34
23109 Author: Behdad Esfahbod <behdad@behdad.org>
23110 Date:   Mon Aug 27 16:28:05 2012 -0400
23111
23112     Center unknown marks horizontally
23113
23114  src/hb-ot-shape-fallback.cc | 1 +
23115  1 file changed, 1 insertion(+)
23116
23117 commit a4e75e4128751bb902117abc1a59dce4f2147672
23118 Author: Behdad Esfahbod <behdad@behdad.org>
23119 Date:   Mon Aug 27 15:54:15 2012 -0400
23120
23121     Minor
23122
23123  test/shaping/hb_test_tools.py | 2 +-
23124  1 file changed, 1 insertion(+), 1 deletion(-)
23125
23126 commit 23b0e9d7dc801e11640979af3c2b00649a519bb1
23127 Author: Behdad Esfahbod <behdad@behdad.org>
23128 Date:   Sun Aug 26 14:30:18 2012 -0400
23129
23130     [Indic] Fix switch
23131
23132     D'oh.  Was working by pure chance :)).
23133
23134  src/hb-ot-shape-complex-indic.cc | 2 +-
23135  1 file changed, 1 insertion(+), 1 deletion(-)
23136
23137 commit ae4d4e1de6b4512576080e95896383887b30982f
23138 Author: Behdad Esfahbod <behdad@behdad.org>
23139 Date:   Sun Aug 26 14:27:44 2012 -0400
23140
23141     Bug 53815 - CoreText backend doesn't link
23142
23143  configure.ac | 2 +-
23144  1 file changed, 1 insertion(+), 1 deletion(-)
23145
23146 commit ec0e46376a2afec4ff7606f95582b0ec49c2a44a
23147 Author: Behdad Esfahbod <behdad@behdad.org>
23148 Date:   Fri Aug 24 00:44:53 2012 -0400
23149
23150     Remove TODO items
23151
23152  TODO | 4 ----
23153  1 file changed, 4 deletions(-)
23154
23155 commit 56e878ab875ff06d74702145e380e198be967bd6
23156 Author: Behdad Esfahbod <behdad@behdad.org>
23157 Date:   Fri Aug 24 00:41:51 2012 -0400
23158
23159     [graphite2] Cleanup scratch buffer allocation
23160
23161  src/hb-graphite2.cc | 77
23162  ++++++++++++++++++++++++++++++-----------------------
23163  1 file changed, 44 insertions(+), 33 deletions(-)
23164
23165 commit 2f7586c6229096143ca0a96712a27416ee0d3c85
23166 Author: Behdad Esfahbod <behdad@behdad.org>
23167 Date:   Thu Aug 23 23:59:55 2012 -0400
23168
23169     [icu-le] Implement icu layout engine shaper
23170
23171  configure.ac          |   2 +-
23172  src/hb-icu-le.cc      | 113
23173  +++++++++++++++++++++++++++++++++++++++++++++-----
23174  src/hb-icu-le/cmaps.h |   1 -
23175  src/hb-shaper-list.hh |   4 ++
23176  4 files changed, 108 insertions(+), 12 deletions(-)
23177
23178 commit ba7f6c3797e5b440557bacd9b666bf09713dca76
23179 Author: Behdad Esfahbod <behdad@behdad.org>
23180 Date:   Thu Aug 23 21:52:44 2012 -0400
23181
23182     [icu-le] Hook up to hb_face_t
23183
23184  src/hb-icu-le.cc                       |  17 +++-
23185  src/hb-icu-le/FontTableCache.cpp       |  34 ++++----
23186  src/hb-icu-le/FontTableCache.h         |   9 ++-
23187  src/hb-icu-le/PortableFontInstance.cpp | 144
23188  +++------------------------------
23189  src/hb-icu-le/PortableFontInstance.h   |  21 ++---
23190  src/hb-icu-le/README                   |   1 +
23191  6 files changed, 57 insertions(+), 169 deletions(-)
23192
23193 commit e96bb36995b2a5321b4d32bb11906e1701aaf115
23194 Author: Behdad Esfahbod <behdad@behdad.org>
23195 Date:   Thu Aug 23 21:37:51 2012 -0400
23196
23197     [icu-le] Actually use the FontTableCache
23198
23199  src/hb-icu-le/PortableFontInstance.cpp | 25 ++++++++-----------------
23200  1 file changed, 8 insertions(+), 17 deletions(-)
23201
23202 commit 7d242364ea647f655a7092bda25f9a10774c57f5
23203 Author: Behdad Esfahbod <behdad@behdad.org>
23204 Date:   Thu Aug 23 21:23:41 2012 -0400
23205
23206     [icu-le] Start adding a icu-layout-engine backend
23207
23208     Import PortableFontInstance and add shaper stub.
23209
23210  configure.ac                           |   9 +
23211  src/Makefile.am                        |   8 +
23212  src/hb-icu-le.cc                       | 111 ++++++++
23213  src/hb-icu-le/FontTableCache.cpp       |  91 +++++++
23214  src/hb-icu-le/FontTableCache.h         |  41 +++
23215  src/hb-icu-le/Makefile.am              |  25 ++
23216  src/hb-icu-le/PortableFontInstance.cpp | 436
23217  ++++++++++++++++++++++++++++++++
23218  src/hb-icu-le/PortableFontInstance.h   | 117 +++++++++
23219  src/hb-icu-le/README                   |   2 +
23220  src/hb-icu-le/cmaps.cpp                | 200 +++++++++++++++
23221  src/hb-icu-le/cmaps.h                  |  85 +++++++
23222  src/hb-icu-le/letest.h                 |  49 ++++
23223  src/hb-icu-le/license.html             |  51 ++++
23224  src/hb-icu-le/sfnt.h                   | 449
23225  +++++++++++++++++++++++++++++++++
23226  14 files changed, 1674 insertions(+)
23227
23228 commit b5584ee4be46b47e1678acf28426970a6d670b4f
23229 Author: Behdad Esfahbod <behdad@behdad.org>
23230 Date:   Thu Aug 23 16:26:07 2012 -0400
23231
23232     [Indic] For old-spec, match non-zero context
23233
23234     Fixes consonant-position with old-spec Malayalam.  Uniscribe seem
23235     to be
23236     doing this.  Fixes below-base La (eg. Pa,H,La) with AnjaliNewLipi.ttf.
23237     Doesn't regress new-spec or other scripts.
23238
23239  src/hb-ot-shape-complex-indic.cc | 10 ++++++----
23240  1 file changed, 6 insertions(+), 4 deletions(-)
23241
23242 commit d9b204d3d24cde165167714728bf380267903d6a
23243 Author: Behdad Esfahbod <behdad@behdad.org>
23244 Date:   Thu Aug 23 16:22:28 2012 -0400
23245
23246     [GSUB] Allow non-zero-context matching in would_apply()
23247
23248     To be used in the next patch.
23249
23250  src/hb-ot-layout-gsubgpos-private.hh |  6 ++++--
23251  src/hb-ot-layout-private.hh          |  3 ++-
23252  src/hb-ot-layout.cc                  | 14 ++++++++------
23253  src/hb-ot-layout.h                   |  7 ++++---
23254  src/hb-ot-map.cc                     | 12 ++----------
23255  src/hb-ot-shape-complex-indic.cc     |  2 +-
23256  src/test-would-substitute.cc         |  2 +-
23257  7 files changed, 22 insertions(+), 24 deletions(-)
23258
23259 commit 1f2bb172fe9a173ecfd61054f1fdd850943ef059
23260 Author: Behdad Esfahbod <behdad@behdad.org>
23261 Date:   Thu Aug 23 16:10:37 2012 -0400
23262
23263     Revert "[Indic/GSUB] Ignore context when matching would_apply()"
23264
23265     This reverts commit 24dd4e56743c6ce5e01cb710ca9e01b3e527af58.
23266
23267     Oops.  My bad.  The change _regressed_ Malayalam test suite, not
23268     improved it.  I'll redo it, differentiating between old-spec and
23269     new-spec cases.
23270
23271  src/hb-ot-layout-gsubgpos-private.hh | 8 +++-----
23272  1 file changed, 3 insertions(+), 5 deletions(-)
23273
23274 commit 24dd4e56743c6ce5e01cb710ca9e01b3e527af58
23275 Author: Behdad Esfahbod <behdad@behdad.org>
23276 Date:   Thu Aug 23 15:47:10 2012 -0400
23277
23278     [Indic/GSUB] Ignore context when matching would_apply()
23279
23280     The MS Indic specs say "...all classifications are determined
23281     ... using
23282     context-free substitutions."  However, testing shows that MS's
23283     Malayalam
23284     shapers (both old and new), "match" even if there is no zero-context
23285     rule.
23286     We follow.
23287
23288     Fixes below-base La (eg. Pa,H,La) with AnjaliNewLipi.ttf (old spec).
23289     Moreover, test suite Malayalam failures are down to 312 from 875!  No
23290     change in other scripts.
23291
23292     Current numbers:
23293
23294     BENGALI: 353996 out of 354285 tests passed. 289 failed (0.0815727%)
23295     DEVANAGARI: 707339 out of 707394 tests passed. 55 failed (0.00777502%)
23296     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
23297     GURMUKHI: 60769 out of 60809 tests passed. 40 failed (0.0657797%)
23298     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
23299     KHMER: 299106 out of 299124 tests passed. 18 failed (0.00601757%)
23300     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
23301     MALAYALAM: 1047541 out of 1048416 tests passed. 875 failed
23302     (0.0834592%)
23303     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
23304     SINHALA: 271726 out of 271847 tests passed. 121 failed (0.0445103%)
23305     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
23306     TELUGU: 970558 out of 970573 tests passed. 15 failed (0.00154548%)
23307     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
23308
23309  src/hb-ot-layout-gsubgpos-private.hh | 8 +++++---
23310  1 file changed, 5 insertions(+), 3 deletions(-)
23311
23312 commit 6732d62e78b13842ead9549c97bede25c73976cb
23313 Author: Behdad Esfahbod <behdad@behdad.org>
23314 Date:   Thu Aug 23 15:19:45 2012 -0400
23315
23316     [Indic] Implement pre-base reordering Ra for old-spec Malayalam
23317
23318     Fixes Pa,H,Ra sequence with AnjaliNewLipi.ttf.
23319
23320  src/hb-ot-shape-complex-indic.cc | 5 ++---
23321  1 file changed, 2 insertions(+), 3 deletions(-)
23322
23323 commit 80cd92326f8a3f48a7821e720e8ecb2072e73286
23324 Author: Behdad Esfahbod <behdad@behdad.org>
23325 Date:   Thu Aug 23 12:06:14 2012 -0400
23326
23327     [Indic] Only apply basic features per-syllable
23328
23329     Free up syllables and let features work across syllables for the
23330     presentation forms features and GPOS.
23331
23332     Fixed:
23333     - 1 GURMUKHI test (remains 40)
23334     - 12 KHMER tests (remains 18)
23335     - 11 SINHALA tests (remains 121)
23336
23337     Regresses:
23338     - 5 MALAYALAM tests (up to 312)
23339
23340     Current numbers:
23341
23342     BENGALI: 353996 out of 354285 tests passed. 289 failed (0.0815727%)
23343     DEVANAGARI: 707339 out of 707394 tests passed. 55 failed (0.00777502%)
23344     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
23345     GURMUKHI: 60769 out of 60809 tests passed. 40 failed (0.0657797%)
23346     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
23347     KHMER: 299106 out of 299124 tests passed. 18 failed (0.00601757%)
23348     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
23349     MALAYALAM: 1048104 out of 1048416 tests passed. 312 failed
23350     (0.0297592%)
23351     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
23352     SINHALA: 271726 out of 271847 tests passed. 121 failed (0.0445103%)
23353     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
23354     TELUGU: 970558 out of 970573 tests passed. 15 failed (0.00154548%)
23355     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
23356
23357  src/hb-ot-shape-complex-indic.cc | 4 ++++
23358  1 file changed, 4 insertions(+)
23359
23360 commit df5d5c68f3a5cab17bf4a429802a1a1a834c3456
23361 Author: Behdad Esfahbod <behdad@behdad.org>
23362 Date:   Thu Aug 23 09:33:30 2012 -0400
23363
23364     Whitespace
23365
23366  src/hb-ot-layout-gpos-table.hh | 20 ++++++++++----------
23367  1 file changed, 10 insertions(+), 10 deletions(-)
23368
23369 commit 7fe00d15da20193ca94a8ead9aee60df24074a9e
23370 Author: Behdad Esfahbod <behdad@behdad.org>
23371 Date:   Sat Aug 18 13:59:46 2012 -0400
23372
23373     Release 0.9.3
23374
23375  NEWS         | 16 ++++++++++++++++
23376  configure.ac |  2 +-
23377  2 files changed, 17 insertions(+), 1 deletion(-)
23378
23379 commit 7068e534c4ef7ed2eb7ef8e1370fd4a449556ce8
23380 Author: Behdad Esfahbod <behdad@behdad.org>
23381 Date:   Sat Aug 18 13:56:10 2012 -0400
23382
23383     Fix ChangeLog generation rule
23384
23385  Makefile.am | 2 +-
23386  1 file changed, 1 insertion(+), 1 deletion(-)
23387
23388 commit 2f1747ed7d28148807ad07eb8e22db3ab5c54966
23389 Author: Behdad Esfahbod <behdad@behdad.org>
23390 Date:   Thu Aug 16 11:46:46 2012 -0400
23391
23392     Add comment
23393
23394  src/hb-ot-shape-complex-arabic.cc | 4 ++++
23395  1 file changed, 4 insertions(+)
23396
23397 commit bd08d5d126aa878d1dbf7bfd4b1a764c170cd9ad
23398 Author: Behdad Esfahbod <behdad@behdad.org>
23399 Date:   Thu Aug 16 11:35:50 2012 -0400
23400
23401     [OT] Fix Arabic shaper OOB access
23402
23403     https://bugzilla.mozilla.org/show_bug.cgi?id=782908
23404
23405  src/hb-ot-shape-complex-arabic.cc | 2 +-
23406  1 file changed, 1 insertion(+), 1 deletion(-)
23407
23408 commit b161bfc4f6f2db0edea780b95b798ff7b559cf33
23409 Author: Behdad Esfahbod <behdad@behdad.org>
23410 Date:   Thu Aug 16 08:09:44 2012 -0400
23411
23412     [configure] Cleanup check for ICU
23413
23414     Check for upstream-provided 'icu-uc' pkgconfig package.
23415
23416  configure.ac | 21 +--------------------
23417  1 file changed, 1 insertion(+), 20 deletions(-)
23418
23419 commit daf0731865f91da960446928667d4095bde471ea
23420 Author: Behdad Esfahbod <behdad@behdad.org>
23421 Date:   Thu Aug 16 07:32:59 2012 -0400
23422
23423     [ICU] Fix includes
23424
23425     As reported by Steven Loomis, including uversion.h works everywhere.
23426
23427  src/hb-icu.cc | 6 ------
23428  1 file changed, 6 deletions(-)
23429
23430 commit a67ba9c0fe6798a3500af9f4acee8d678f5144ee
23431 Author: Behdad Esfahbod <behdad@behdad.org>
23432 Date:   Wed Aug 15 18:52:17 2012 -0400
23433
23434     Whitespace
23435
23436  src/hb-old/Makefile.am | 4 ++--
23437  1 file changed, 2 insertions(+), 2 deletions(-)
23438
23439 commit 9fe76051f7003d6b6a10486c5595bf1a4dbf5fe6
23440 Author: Behdad Esfahbod <behdad@behdad.org>
23441 Date:   Wed Aug 15 17:24:28 2012 -0400
23442
23443     [NEWS] Fix date
23444
23445     Oops!
23446
23447  NEWS | 2 +-
23448  1 file changed, 1 insertion(+), 1 deletion(-)
23449
23450 commit 45c1383cc7315f89c23c0ed388b99e87224884e7
23451 Author: Behdad Esfahbod <behdad@behdad.org>
23452 Date:   Tue Aug 14 09:33:18 2012 -0400
23453
23454     Minor
23455
23456  src/hb-coretext.cc       | 8 ++++----
23457  src/hb-fallback-shape.cc | 8 ++++----
23458  src/hb-graphite2.cc      | 8 ++++----
23459  src/hb-uniscribe.cc      | 8 ++++----
23460  4 files changed, 16 insertions(+), 16 deletions(-)
23461
23462 commit 4ac4c6f2e12ddc8bf5e750671321458218b6e0c8
23463 Author: Behdad Esfahbod <behdad@behdad.org>
23464 Date:   Mon Aug 13 10:52:52 2012 -0400
23465
23466     Fix ICU build with older ICUs
23467
23468  src/hb-icu.cc | 7 ++++++-
23469  1 file changed, 6 insertions(+), 1 deletion(-)
23470
23471 commit 883cbf5ed79d2b60191f803a5ee3f3e4496f3441
23472 Author: Behdad Esfahbod <behdad@behdad.org>
23473 Date:   Sun Aug 12 17:11:27 2012 -0400
23474
23475     Minor
23476
23477  contrib/README | 2 ++
23478  1 file changed, 2 insertions(+)
23479
23480 commit b7a4d37d0b162f2222b65d09b9271b8c636086f8
23481 Author: Behdad Esfahbod <behdad@behdad.org>
23482 Date:   Sat Aug 11 21:32:23 2012 -0400
23483
23484     minor
23485
23486  configure.ac | 2 ++
23487  1 file changed, 2 insertions(+)
23488
23489 commit d5045a5f4017631a4660f985fe451c5a64c42ca0
23490 Author: Behdad Esfahbod <behdad@behdad.org>
23491 Date:   Sat Aug 11 21:26:25 2012 -0400
23492
23493     [ICU] Use new normalizer2 compose/decompose API
23494
23495     It's considerably faster than the fallback implementation we had
23496     previously!
23497
23498  src/hb-buffer.cc          |  9 +++---
23499  src/hb-glib.cc            | 26 +++++++---------
23500  src/hb-icu.cc             | 75
23501  +++++++++++++++++++++++++++++++++++++----------
23502  src/hb-unicode-private.hh | 13 ++------
23503  src/hb-unicode.cc         | 35 ++++++++++++++++++++--
23504  src/hb-warning.cc         |  8 -----
23505  6 files changed, 110 insertions(+), 56 deletions(-)
23506
23507 commit 2b73a1f112c489c2553743c08dc03cd89f60cb2d
23508 Author: Behdad Esfahbod <behdad@behdad.org>
23509 Date:   Sat Aug 11 19:17:54 2012 -0400
23510
23511     Add TODO
23512
23513  TODO | 1 +
23514  1 file changed, 1 insertion(+)
23515
23516 commit 9f9f04c2229227bb0712166e824157bbbf5cef80
23517 Author: Behdad Esfahbod <behdad@behdad.org>
23518 Date:   Sat Aug 11 18:34:13 2012 -0400
23519
23520     [OT] Unbreak Thai shaping and fallback Arabic shaping
23521
23522     The merger of normalizer and glyph-mapping broke shapers that
23523     modified text stream.  Unbreak them by adding a new preprocess_text
23524     shaping stage that happens before normalizing/cmap and disallow
23525     setup_mask modification of actual text.
23526
23527  src/hb-ot-shape-complex-arabic.cc  | 42
23528  ++++++++++++++++++++++++++++----------
23529  src/hb-ot-shape-complex-indic.cc   |  1 +
23530  src/hb-ot-shape-complex-misc.cc    | 12 ++++++-----
23531  src/hb-ot-shape-complex-private.hh | 15 +++++++++++---
23532  src/hb-ot-shape.cc                 |  3 +++
23533  5 files changed, 54 insertions(+), 19 deletions(-)
23534
23535 commit e9f28a38f54b98fa59f9159ccaaa3be6027e1378
23536 Author: Behdad Esfahbod <behdad@behdad.org>
23537 Date:   Sat Aug 11 18:20:28 2012 -0400
23538
23539     [OT] Add shape_plan to Arabic shaper
23540
23541  src/hb-ot-shape-complex-arabic.cc | 82
23542  +++++++++++++++++++++++++--------------
23543  1 file changed, 53 insertions(+), 29 deletions(-)
23544
23545 commit 344cc56698a8c84c4c1a05a71d829e5171aa3a60
23546 Author: Behdad Esfahbod <behdad@behdad.org>
23547 Date:   Sat Aug 11 17:36:23 2012 -0400
23548
23549     Add TODO
23550
23551  TODO | 4 ++++
23552  1 file changed, 4 insertions(+)
23553
23554 commit daf13afb0801740dcc7900c4af190e24b80a05c0
23555 Author: Behdad Esfahbod <behdad@behdad.org>
23556 Date:   Fri Aug 10 16:38:44 2012 -0400
23557
23558     [OT] Implement fallback mark positioning for "double" combining marks
23559
23560  src/hb-ot-shape-fallback.cc | 9 ++++++++-
23561  1 file changed, 8 insertions(+), 1 deletion(-)
23562
23563 commit d345313104d9e3c8a8533ccdebd74e0648d0bee3
23564 Author: Behdad Esfahbod <behdad@behdad.org>
23565 Date:   Fri Aug 10 16:34:04 2012 -0400
23566
23567     [OT] Fix fallback mark positioning with left-to-right text
23568
23569     Ouch!
23570
23571  src/hb-ot-shape-fallback.cc | 13 +++++++++++--
23572  1 file changed, 11 insertions(+), 2 deletions(-)
23573
23574 commit e297ee4acd6f9d950f8542fc6ad71fd580b69284
23575 Author: Behdad Esfahbod <behdad@behdad.org>
23576 Date:   Fri Aug 10 14:49:37 2012 -0400
23577
23578     Bump version to 0.9.2
23579
23580     A *real* release this time, with NEWS, ChangeLog, etc.
23581
23582  AUTHORS      |   8 ++++
23583  COPYING      |   9 ++--
23584  Makefile.am  |  13 +++---
23585  NEWS         | 136
23586  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
23587  THANKS       |   7 +++
23588  configure.ac |   4 +-
23589  6 files changed, 165 insertions(+), 12 deletions(-)
23590
23591 commit 6efe1200b97cefe019857b0b5951a4a87deeb02b
23592 Author: Behdad Esfahbod <behdad@behdad.org>
23593 Date:   Fri Aug 10 13:49:32 2012 -0400
23594
23595     Bump version to 0.9.1
23596
23597  configure.ac | 2 +-
23598  1 file changed, 1 insertion(+), 1 deletion(-)
23599
23600 commit 206ab6057303273590a3d005660e075bdcee0f5f
23601 Author: Behdad Esfahbod <behdad@behdad.org>
23602 Date:   Fri Aug 10 09:06:30 2012 -0400
23603
23604     [test] Move around
23605
23606  test/shaping/texts/in-tree/shaper-arabic/script-arabic/MANIFEST         |
23607  2 +-
23608  .../texts/in-tree/shaper-arabic/script-arabic/language-urdu/MANIFEST    |
23609  1 +
23610  .../shaper-arabic/script-arabic/{ => language-urdu}/crulp/MANIFEST
23611  | 0
23612  .../script-arabic/{ => language-urdu}/crulp/ligatures/2grams.txt
23613  | 0
23614  .../script-arabic/{ => language-urdu}/crulp/ligatures/3grams.txt
23615  | 0
23616  .../script-arabic/{ => language-urdu}/crulp/ligatures/4grams.txt
23617  | 0
23618  .../script-arabic/{ => language-urdu}/crulp/ligatures/5grams.txt
23619  | 0
23620  .../script-arabic/{ => language-urdu}/crulp/ligatures/6grams.txt
23621  | 0
23622  .../script-arabic/{ => language-urdu}/crulp/ligatures/7grams.txt
23623  | 0
23624  .../script-arabic/{ => language-urdu}/crulp/ligatures/8grams.txt
23625  | 0
23626  .../script-arabic/{ => language-urdu}/crulp/ligatures/LICENSE
23627  | 0
23628  .../script-arabic/{ => language-urdu}/crulp/ligatures/MANIFEST
23629  | 0
23630  .../script-arabic/{ => language-urdu}/crulp/ligatures/README            |
23631  0
23632  .../script-arabic/{ => language-urdu}/crulp/ligatures/SOURCES
23633  | 0
23634  14 files changed, 2 insertions(+), 1 deletion(-)
23635
23636 commit 7a484c601e0958533eb85a6902296733c39537fe
23637 Author: Behdad Esfahbod <behdad@behdad.org>
23638 Date:   Fri Aug 10 09:05:29 2012 -0400
23639
23640     [test] Add Urdu ligature sequences from CRULP
23641
23642  .../in-tree/shaper-arabic/script-arabic/MANIFEST   |    1 +
23643  .../shaper-arabic/script-arabic/crulp/MANIFEST     |    1 +
23644  .../script-arabic/crulp/ligatures/2grams.txt       |  601 ++
23645  .../script-arabic/crulp/ligatures/3grams.txt       | 3415 +++++++++++
23646  .../script-arabic/crulp/ligatures/4grams.txt       | 6316
23647  ++++++++++++++++++++
23648  .../script-arabic/crulp/ligatures/5grams.txt       | 5029
23649  ++++++++++++++++
23650  .../script-arabic/crulp/ligatures/6grams.txt       | 1542 +++++
23651  .../script-arabic/crulp/ligatures/7grams.txt       |  354 ++
23652  .../script-arabic/crulp/ligatures/8grams.txt       |   26 +
23653  .../script-arabic/crulp/ligatures/LICENSE          |    3 +
23654  .../script-arabic/crulp/ligatures/MANIFEST         |    7 +
23655  .../script-arabic/crulp/ligatures/README           |   16 +
23656  .../script-arabic/crulp/ligatures/SOURCES          |    4 +
23657  13 files changed, 17315 insertions(+)
23658
23659 commit f4cb4762986a28634fa7de9b706f9d37859b881e
23660 Author: Behdad Esfahbod <behdad@behdad.org>
23661 Date:   Fri Aug 10 03:51:44 2012 -0400
23662
23663     [OT] Slightly adjust normalizer
23664
23665     The change is very subtle.  If we have a single-char cluster that
23666     decomposes to three or more characters, then try recomposition, in
23667     case the farther mark may compose with the base.
23668
23669  src/hb-ot-shape-normalize.cc | 81
23670  +++++++++++++++++++++++++++++---------------
23671  1 file changed, 54 insertions(+), 27 deletions(-)
23672
23673 commit 07d682806349aee81f53114778ce0beb23909ed7
23674 Author: Behdad Esfahbod <behdad@behdad.org>
23675 Date:   Fri Aug 10 03:28:50 2012 -0400
23676
23677     Minor
23678
23679  src/hb-ot-shape-normalize.cc | 25 ++++++++-----------------
23680  src/hb-ot-shape.cc           |  2 +-
23681  2 files changed, 9 insertions(+), 18 deletions(-)
23682
23683 commit b00321ea78793d9b3592b5173a9800e6322424fe
23684 Author: Behdad Esfahbod <behdad@behdad.org>
23685 Date:   Thu Aug 9 22:33:32 2012 -0400
23686
23687     [OT] Avoid calling get_glyph() twice
23688
23689     Essentially move the glyph mapping to normalization process.
23690     The effect on Devanagari is small (but observable).  Should be more
23691     observable in simple text, like ASCII.
23692
23693  src/hb-ot-shape-normalize-private.hh |  2 +
23694  src/hb-ot-shape-normalize.cc         | 76
23695  +++++++++++++++++++++++++-----------
23696  src/hb-ot-shape.cc                   | 44 ++++++++++-----------
23697  3 files changed, 77 insertions(+), 45 deletions(-)
23698
23699 commit 12c0875eafa4bd92db650e5acca046d99594d1e6
23700 Author: Behdad Esfahbod <behdad@behdad.org>
23701 Date:   Thu Aug 9 22:00:53 2012 -0400
23702
23703     [OT] Remove redundant check
23704
23705  src/hb-ot-shape.cc | 5 +----
23706  1 file changed, 1 insertion(+), 4 deletions(-)
23707
23708 commit 5c60b70c89b4e0a6512d9fd1ab5394dd76feb742
23709 Author: Behdad Esfahbod <behdad@behdad.org>
23710 Date:   Thu Aug 9 21:58:07 2012 -0400
23711
23712     [OT] More code shuffling around
23713
23714     Preparing for merging map_glyphs() and normalize().
23715
23716  src/hb-ot-shape.cc | 167
23717  +++++++++++++++++++++++++++--------------------------
23718  1 file changed, 86 insertions(+), 81 deletions(-)
23719
23720 commit cd0c6e148f6d078b364370cb2f808b793b921be2
23721 Author: Behdad Esfahbod <behdad@behdad.org>
23722 Date:   Thu Aug 9 21:48:55 2012 -0400
23723
23724     Shuffle buffer variable allocations around
23725
23726     To room for more allocations, coming.
23727
23728  src/hb-ot-layout-private.hh              | 6 +++---
23729  src/hb-ot-shape-complex-arabic.cc        | 2 +-
23730  src/hb-ot-shape-complex-indic-private.hh | 4 ++--
23731  src/hb-ot-shape-complex-private.hh       | 5 ++---
23732  src/hb-ot-shape-private.hh               | 4 ++--
23733  5 files changed, 10 insertions(+), 11 deletions(-)
23734
23735 commit 8d1eef3f32fb539de2a72804fa3834acc18daab5
23736 Author: Behdad Esfahbod <behdad@behdad.org>
23737 Date:   Thu Aug 9 21:31:52 2012 -0400
23738
23739     Minor
23740
23741  src/hb-ot-shape-normalize.cc | 50
23742  +++++++++++++++++++++++++++-----------------
23743  1 file changed, 31 insertions(+), 19 deletions(-)
23744
23745 commit 56c9e7c004e802ddcb8c704346026f1d7a812f9f
23746 Author: Behdad Esfahbod <behdad@behdad.org>
23747 Date:   Thu Aug 9 21:12:30 2012 -0400
23748
23749     Fill out combining class resetting for fallback shaping
23750     Thai/Lao/Tibetan
23751
23752  src/hb-ot-shape-fallback.cc | 38 +++++++++++++++++++++++++++++++++++++-
23753  src/hb-unicode-private.hh   |  7 ++++---
23754  src/hb-unicode.cc           |  2 +-
23755  3 files changed, 42 insertions(+), 5 deletions(-)
23756
23757 commit a321e1d51e0e7fa02738410e8d6e77c841bc6b13
23758 Author: Behdad Esfahbod <behdad@behdad.org>
23759 Date:   Thu Aug 9 18:30:34 2012 -0400
23760
23761     Revert "Reject lookups with no subTable"
23762
23763     This reverts commit 30ec9002d84e8b49290e782e6192069821ffa942.
23764
23765     See previous commit.
23766
23767  src/hb-ot-layout-common-private.hh | 1 -
23768  1 file changed, 1 deletion(-)
23769
23770 commit 2eaf482b371034ce6ebfaedee98049b036fd3493
23771 Author: Behdad Esfahbod <behdad@behdad.org>
23772 Date:   Thu Aug 9 18:30:05 2012 -0400
23773
23774     Revert "[GSUB/GPOS] Reject Context/ChainContext lookups with zero
23775     input"
23776
23777     This reverts commit 0981068b75710397f08e0d2d776a0a2ea68d7117.
23778
23779     I was confused.  Even if we access coverage[0] unconditionally,
23780     we don't
23781     need bound checks since the array machinary already handles that.
23782
23783  src/hb-ot-layout-gsubgpos-private.hh | 2 --
23784  1 file changed, 2 deletions(-)
23785
23786 commit a02d86484be870615297abfc7be9f94645434762
23787 Author: Behdad Esfahbod <behdad@behdad.org>
23788 Date:   Wed Aug 8 18:04:29 2012 -0400
23789
23790     Add check-exported-symbols.sh
23791
23792     And misc linking fixes.
23793
23794  src/Makefile.am                  |  1 +
23795  src/check-exported-symbols.sh    | 40
23796  ++++++++++++++++++++++++++++++++++++++++
23797  src/check-internal-symbols.sh    |  2 +-
23798  src/hb-ot-shape-complex-indic.cc |  2 +-
23799  src/hb-ot-shape.cc               |  6 +++---
23800  5 files changed, 46 insertions(+), 5 deletions(-)
23801
23802 commit 4c8ac4f47e95d2b266b2f64e75c55af8233b6b91
23803 Author: Behdad Esfahbod <behdad@behdad.org>
23804 Date:   Wed Aug 8 17:44:19 2012 -0400
23805
23806     Misc minor fixes
23807
23808  src/check-internal-symbols.sh |  10 +--
23809  src/hb-font-private.hh        |  29 +++++++-
23810  src/hb-font.cc                |  63 +++++++---------
23811  src/hb-font.h                 |   2 +-
23812  src/hb-graphite2.cc           |   4 +-
23813  src/hb-old.cc                 |   2 +-
23814  src/hb-ot-layout.cc           |   6 +-
23815  src/hb-ot-shape-fallback.cc   |  10 +--
23816  src/hb-ot-shape.cc            |   2 +-
23817  src/hb-shape-plan.cc          |   2 +-
23818  src/hb-shape-plan.h           |   2 +-
23819  src/hb-tt-font.cc             | 166
23820  +-----------------------------------------
23821  12 files changed, 72 insertions(+), 226 deletions(-)
23822
23823 commit 560d68af8168d1baff607b9616a3590af70fe9ec
23824 Author: Behdad Esfahbod <behdad@behdad.org>
23825 Date:   Wed Aug 8 17:16:01 2012 -0400
23826
23827     Use a export-file for Windows builds
23828
23829     Apparently even that doesn't make check-internal-symbols.sh happy with
23830     mingw32.  Going to disable that for DLLs again, but hopefully the
23831     export-file is doing *something*.
23832
23833  configure.ac    | 14 +++++++++++++-
23834  src/Makefile.am | 22 +++++++++++++++++++++-
23835  src/hb-buffer.h |  4 ++--
23836  3 files changed, 36 insertions(+), 4 deletions(-)
23837
23838 commit f8751cf8e0a16125d63a88da65fdbfa76a19453f
23839 Author: Behdad Esfahbod <behdad@behdad.org>
23840 Date:   Wed Aug 8 17:15:44 2012 -0400
23841
23842     [hb-old] speed-up build
23843
23844  src/hb-old/harfbuzz-external.h | 3 ++-
23845  1 file changed, 2 insertions(+), 1 deletion(-)
23846
23847 commit 5f4c52867ce67faa15f5d26b59c18c8d068e9261
23848 Author: Behdad Esfahbod <behdad@behdad.org>
23849 Date:   Wed Aug 8 16:53:37 2012 -0400
23850
23851     Minor
23852
23853  src/hb-ot-layout.h | 1 -
23854  1 file changed, 1 deletion(-)
23855
23856 commit fe2b8a7777ab1c84980424ede713cb0d6701f987
23857 Author: Behdad Esfahbod <behdad@behdad.org>
23858 Date:   Wed Aug 8 15:27:14 2012 -0400
23859
23860     Minor
23861
23862  TODO | 4 ++--
23863  1 file changed, 2 insertions(+), 2 deletions(-)
23864
23865 commit 7e7d245b332306949a19c628bacd920717434769
23866 Author: Behdad Esfahbod <behdad@behdad.org>
23867 Date:   Wed Aug 8 15:23:48 2012 -0400
23868
23869     Make default_language threadsafe
23870
23871  src/hb-common.cc | 15 +++++----------
23872  1 file changed, 5 insertions(+), 10 deletions(-)
23873
23874 commit 06b192c458010c847362d809673209c87ea29949
23875 Author: Behdad Esfahbod <behdad@behdad.org>
23876 Date:   Wed Aug 8 15:23:45 2012 -0400
23877
23878     Minor
23879
23880  src/hb-common.h | 3 ++-
23881  1 file changed, 2 insertions(+), 1 deletion(-)
23882
23883 commit 37191ede7583fdb864db32a8f4d90956657926c7
23884 Author: Behdad Esfahbod <behdad@behdad.org>
23885 Date:   Wed Aug 8 14:59:09 2012 -0400
23886
23887     Minor
23888
23889  src/hb-common.h | 4 ++--
23890  src/hb-icu.h    | 1 -
23891  2 files changed, 2 insertions(+), 3 deletions(-)
23892
23893 commit 6d9a329a8a0f11f4b175e407de59c55924de1ef6
23894 Author: Behdad Esfahbod <behdad@behdad.org>
23895 Date:   Wed Aug 8 14:48:41 2012 -0400
23896
23897     Adjust a couple source checks
23898
23899  src/check-internal-symbols.sh |  4 ++--
23900  src/check-static-inits.sh     | 10 ++++++++--
23901  2 files changed, 10 insertions(+), 4 deletions(-)
23902
23903 commit 9c929abdcfef44c0193a2917b20981df37ade21c
23904 Author: Behdad Esfahbod <behdad@behdad.org>
23905 Date:   Wed Aug 8 14:33:37 2012 -0400
23906
23907     Minor renaming
23908
23909  src/Makefile.am                                                   |
23910  4 ++--
23911  ...sition-fallback-private.hh => hb-ot-shape-fallback-private.hh} |
23912  8 ++++----
23913  src/{hb-ot-shape-position-fallback.cc => hb-ot-shape-fallback.cc} |
23914  4 ++--
23915  src/hb-ot-shape.cc                                                |
23916  4 ++--
23917  4 files changed, 10 insertions(+), 10 deletions(-)
23918
23919 commit 801298b590effd768607bb532dc83c73ba65d16b
23920 Author: Behdad Esfahbod <behdad@behdad.org>
23921 Date:   Wed Aug 8 14:26:36 2012 -0400
23922
23923     Fix cast
23924
23925     https://bugs.freedesktop.org/show_bug.cgi?id=53233
23926
23927  src/hb-buffer-private.hh | 10 ++++++----
23928  src/hb-shape-plan.cc     |  4 ++--
23929  2 files changed, 8 insertions(+), 6 deletions(-)
23930
23931 commit 21756934a15e31dc243e2b6d80adec5752477652
23932 Author: Behdad Esfahbod <behdad@behdad.org>
23933 Date:   Wed Aug 8 01:20:45 2012 -0400
23934
23935     [OT] Implement fallback positioning
23936
23937     Implemented for Arabic, Hebrew, and generic marks.
23938     Activated if no GPOS table present.
23939
23940  src/hb-font.h                        |   3 +-
23941  src/hb-ft.cc                         |   3 +-
23942  src/hb-old.cc                        |   2 +-
23943  src/hb-ot-shape-position-fallback.cc | 237
23944  ++++++++++++++++++++++++++++++++++-
23945  src/hb-unicode-private.hh            |  81 ++++++++++++
23946  src/hb-unicode.cc                    | 107 ++++++----------
23947  6 files changed, 356 insertions(+), 77 deletions(-)
23948
23949 commit fb56e7628362a73e20f7f0b49fe31e802dc01f4f
23950 Author: Behdad Esfahbod <behdad@behdad.org>
23951 Date:   Tue Aug 7 23:44:47 2012 -0400
23952
23953     [hb-old] Fix warnings
23954
23955  src/hb-old/harfbuzz-shaper.cpp | 2 ++
23956  1 file changed, 2 insertions(+)
23957
23958 commit affaf8a0e5aa38e5820455f789eebf916e02eb7b
23959 Author: Behdad Esfahbod <behdad@behdad.org>
23960 Date:   Tue Aug 7 22:41:38 2012 -0400
23961
23962     [OT] Start adding fallback positioning
23963
23964     Used when there is no GPOS.
23965
23966  src/Makefile.am                              |  2 ++
23967  src/hb-ot-shape-position-fallback-private.hh | 39 +++++++++++++++++++++++
23968  src/hb-ot-shape-position-fallback.cc         | 47
23969  ++++++++++++++++++++++++++++
23970  src/hb-ot-shape.cc                           | 23 +++-----------
23971  4 files changed, 93 insertions(+), 18 deletions(-)
23972
23973 commit 7e4920fd1577987bf6804f67765e22a84983e057
23974 Author: Behdad Esfahbod <behdad@behdad.org>
23975 Date:   Tue Aug 7 22:32:23 2012 -0400
23976
23977     Minor
23978
23979  src/hb-ot-shape.cc | 2 +-
23980  1 file changed, 1 insertion(+), 1 deletion(-)
23981
23982 commit 472f229a63f0d1bb21b02179ef430b7698df8f12
23983 Author: Behdad Esfahbod <behdad@behdad.org>
23984 Date:   Tue Aug 7 22:25:24 2012 -0400
23985
23986     [GSUB] Generalize would_apply()
23987
23988     Fixes logic also, where before we were always matching if
23989     glyphs_len==1
23990     and a ligature started with the glyph.
23991
23992  src/hb-ot-layout-gsub-table.hh       | 26 ++++++++++++++++++++-----
23993  src/hb-ot-layout-gsubgpos-private.hh | 37
23994  ++++++++++++++++++------------------
23995  src/hb-ot-layout.cc                  |  3 +--
23996  3 files changed, 40 insertions(+), 26 deletions(-)
23997
23998 commit 6f3a300138f659020c21c3e08b7981c78df5f332
23999 Author: Behdad Esfahbod <behdad@behdad.org>
24000 Date:   Tue Aug 7 22:13:25 2012 -0400
24001
24002     Add hb_font_glyph_from/to_string
24003
24004  src/hb-font-private.hh       | 43
24005  +++++++++++++++++++++++++++++++++++++++++++
24006  src/hb-font.cc               | 24 ++++++++++++++++++++----
24007  src/hb-font.h                | 11 +++++++++++
24008  src/hb-private.hh            | 16 ++++++++++++++++
24009  src/test-would-substitute.cc | 11 ++++++++++-
24010  util/options.cc              |  2 +-
24011  6 files changed, 101 insertions(+), 6 deletions(-)
24012
24013 commit eb56f6ae96260c5b4bcd4e1dfb7ab733a230f3a8
24014 Author: Behdad Esfahbod <behdad@behdad.org>
24015 Date:   Tue Aug 7 21:44:25 2012 -0400
24016
24017     Minor
24018
24019  src/hb-mutex-private.hh | 1 +
24020  src/hb-uniscribe.cc     | 1 +
24021  src/hb-uniscribe.h      | 2 ++
24022  3 files changed, 4 insertions(+)
24023
24024 commit f4e48adcdd4315ce09e755f87a0f801d88194f42
24025 Author: Behdad Esfahbod <behdad@behdad.org>
24026 Date:   Tue Aug 7 21:12:49 2012 -0400
24027
24028     [OT] Apply 'rclt' feature in horizontal mode
24029
24030     'rclt' is "Required Contextual Forms" being proposed by Microsoft.
24031     It's like 'calt', but supposedly always on.  We apply 'calt' anyway,
24032     and now apply this too.
24033
24034  src/hb-ot-shape.cc | 1 +
24035  1 file changed, 1 insertion(+)
24036
24037 commit b1914b8bd08ecdea79930dda7e3bb2ae9e6134a1
24038 Author: Behdad Esfahbod <behdad@behdad.org>
24039 Date:   Tue Aug 7 16:57:48 2012 -0400
24040
24041     Fix warnings
24042
24043  src/hb-icu.cc | 6 +++---
24044  1 file changed, 3 insertions(+), 3 deletions(-)
24045
24046 commit 0f8881d6bbf6cd59938315eeff9b71cfc736aa4e
24047 Author: Behdad Esfahbod <behdad@behdad.org>
24048 Date:   Tue Aug 7 16:57:02 2012 -0400
24049
24050     More refactoring
24051
24052  src/hb-ot-shape-normalize.cc | 161
24053  +++++++++++++++++++++++++++++++++++++++++-
24054  src/hb-unicode-private.hh    | 164
24055  +------------------------------------------
24056  2 files changed, 162 insertions(+), 163 deletions(-)
24057
24058 commit 428dfcab6634ff264570a0a5d715efb8048c3db5
24059 Author: Behdad Esfahbod <behdad@behdad.org>
24060 Date:   Tue Aug 7 16:51:48 2012 -0400
24061
24062     Minor refactoring
24063
24064  src/hb-ot-shape-normalize.cc | 27 +++++++++++++++++++++++----
24065  1 file changed, 23 insertions(+), 4 deletions(-)
24066
24067 commit 61f41849af6ff9edf8b55cf9610066d1bfb4a8df
24068 Author: Behdad Esfahbod <behdad@behdad.org>
24069 Date:   Tue Aug 7 16:45:27 2012 -0400
24070
24071     Add Hebrew presentation forms shaping
24072
24073     Lifted from https://bugzilla.mozilla.org/show_bug.cgi?id=728866
24074
24075  src/hb-unicode-private.hh | 121
24076  +++++++++++++++++++++++++++++++++++++++++++++-
24077  1 file changed, 120 insertions(+), 1 deletion(-)
24078
24079 commit 32d71dc13317b322e2c5de00d767b2cb15fddd8b
24080 Author: Behdad Esfahbod <behdad@behdad.org>
24081 Date:   Tue Aug 7 14:11:16 2012 -0400
24082
24083     [Graphite] Minor
24084
24085  src/hb-graphite2.cc | 60
24086  +++++++++++++++++++++++++----------------------------
24087  1 file changed, 28 insertions(+), 32 deletions(-)
24088
24089 commit 030ac5022e8a43b9329c26e72527bafc582ef44b
24090 Author: Behdad Esfahbod <behdad@behdad.org>
24091 Date:   Tue Aug 7 13:01:12 2012 -0400
24092
24093     Remove enum trailing comma
24094
24095     ...again.
24096
24097  src/hb-ot-shape-normalize-private.hh | 2 +-
24098  1 file changed, 1 insertion(+), 1 deletion(-)
24099
24100 commit 368b4e7649f9bc8c6bebf7c7ff03c9b9ec425a25
24101 Author: Behdad Esfahbod <behdad@behdad.org>
24102 Date:   Mon Aug 6 23:06:04 2012 -0400
24103
24104     Minor
24105
24106  src/hb-font.cc | 6 ++++--
24107  1 file changed, 4 insertions(+), 2 deletions(-)
24108
24109 commit ade7459ea7c75b4f33f7cfa43dd5bdfa0c18d6d5
24110 Author: Behdad Esfahbod <behdad@behdad.org>
24111 Date:   Mon Aug 6 19:42:47 2012 -0700
24112
24113     [util] Fix leaks
24114
24115  src/hb-graphite2.cc | 18 ++++++++++++++----
24116  util/options.cc     |  2 +-
24117  util/options.hh     |  2 +-
24118  3 files changed, 16 insertions(+), 6 deletions(-)
24119
24120 commit 2fef993460dcfd94c92ab35413bdde18ad2b0ceb
24121 Author: Behdad Esfahbod <behdad@behdad.org>
24122 Date:   Mon Aug 6 19:35:04 2012 -0700
24123
24124     [Graphite] Fix graphite2 backend with RTL text
24125
24126     Patch from Martin Hosken.
24127
24128  src/hb-graphite2.cc | 33 ++++++++++++++++++---------------
24129  1 file changed, 18 insertions(+), 15 deletions(-)
24130
24131 commit e4992e13e19877a73ea05fc1d31005a262c685ad
24132 Author: Behdad Esfahbod <behdad@behdad.org>
24133 Date:   Mon Aug 6 19:25:39 2012 -0700
24134
24135     [Graphite] Port graphite2 backend to new shaper infrastructure
24136
24137  src/hb-graphite2.cc   | 234
24138  +++++++++++++++++++++++---------------------------
24139  src/hb-graphite2.h    |   2 +-
24140  src/hb-shaper-list.hh |   2 +-
24141  3 files changed, 109 insertions(+), 129 deletions(-)
24142
24143 commit 66591ececfba9791de06c814f5f30131e95e5fd2
24144 Author: Behdad Esfahbod <behdad@behdad.org>
24145 Date:   Mon Aug 6 17:07:19 2012 -0700
24146
24147     Remove unnecessary lifecycle bits
24148
24149     We already set recount to INVALID when destroying.
24150     This block was not necessary.
24151
24152  src/hb-font.cc | 3 ---
24153  1 file changed, 3 deletions(-)
24154
24155 commit e3320ecc1b5a7eaccc7c9370b2d1b76850f054be
24156 Author: Behdad Esfahbod <behdad@behdad.org>
24157 Date:   Mon Aug 6 11:44:10 2012 -0700
24158
24159     Fix compiler warnings
24160
24161  configure.ac | 12 +++++++++---
24162  1 file changed, 9 insertions(+), 3 deletions(-)
24163
24164 commit 167b625d988b74572d6b2f646c285b666b650d49
24165 Author: Behdad Esfahbod <behdad@behdad.org>
24166 Date:   Sun Aug 5 21:16:26 2012 -0700
24167
24168     [Indic] Minor, move 'blwf' after 'half'
24169
24170     We don't apply them together anyway.  Should not make any difference
24171     right now.
24172
24173  src/hb-ot-shape-complex-indic.cc | 4 ++--
24174  1 file changed, 2 insertions(+), 2 deletions(-)
24175
24176 commit 048e3b596fb7fccd3fb5f48de98b6b67788f774a
24177 Author: Behdad Esfahbod <behdad@behdad.org>
24178 Date:   Sat Aug 4 18:04:57 2012 -0700
24179
24180     Speed up hb_set_digest_lowest_bits_t calcs
24181
24182  src/hb-set-private.hh | 10 +++++++---
24183  1 file changed, 7 insertions(+), 3 deletions(-)
24184
24185 commit 3d1b66a35e1ab3be19335705f310b278d76d66d2
24186 Author: Behdad Esfahbod <behdad@behdad.org>
24187 Date:   Sat Aug 4 17:42:28 2012 -0700
24188
24189     Speed up hb_set_digest_common_bits_t calcs
24190
24191  src/hb-set-private.hh | 6 +++---
24192  1 file changed, 3 insertions(+), 3 deletions(-)
24193
24194 commit bdc48a879a1900138d8caaa8d90fb9fe1e768d1d
24195 Author: Behdad Esfahbod <behdad@behdad.org>
24196 Date:   Sat Aug 4 17:08:38 2012 -0700
24197
24198     Enlarge glyph_name buffer
24199
24200     Lohit Devanagari has a glyph named:
24201     u0924_u094D.half_u0930_u094D.blwf.vatu
24202
24203  util/options.cc | 2 +-
24204  1 file changed, 1 insertion(+), 1 deletion(-)
24205
24206 commit 25326c2359b0a3e25222b94acd142bc36eff78a4
24207 Author: Behdad Esfahbod <behdad@behdad.org>
24208 Date:   Sat Aug 4 16:43:18 2012 -0700
24209
24210     Rewrite ARRAY_LENGTH as a template function
24211
24212     Such it wouldn't apply to pointers accidentally.
24213
24214  src/hb-ot-shape-complex-arabic-table.hh | 4 ++--
24215  src/hb-private.hh                       | 9 ++++++---
24216  2 files changed, 8 insertions(+), 5 deletions(-)
24217
24218 commit 8ba8042821e4581fe4e87419e58c823520441205
24219 Author: Behdad Esfahbod <behdad@behdad.org>
24220 Date:   Fri Aug 3 18:54:54 2012 -0700
24221
24222     [Indic] Fix consonant position font lookup logic
24223
24224     Oops.  I broken this badly and the test suite did not notice.  That
24225     worries me.  Have to investigate.
24226
24227  src/hb-ot-shape-complex-indic.cc | 6 +++---
24228  1 file changed, 3 insertions(+), 3 deletions(-)
24229
24230 commit abd0c05f1f7f0546593bb2f1c4d59db12cb32e46
24231 Author: Behdad Esfahbod <behdad@behdad.org>
24232 Date:   Fri Aug 3 18:45:05 2012 -0700
24233
24234     Minor
24235
24236  src/test-would-substitute.cc | 2 +-
24237  1 file changed, 1 insertion(+), 1 deletion(-)
24238
24239 commit 46ee108ef80f5d4675899862698a8c34d8fcfab5
24240 Author: Behdad Esfahbod <behdad@behdad.org>
24241 Date:   Fri Aug 3 18:21:13 2012 -0700
24242
24243     Fix leak
24244
24245  src/hb-shape-plan.cc | 2 ++
24246  1 file changed, 2 insertions(+)
24247
24248 commit 71baea0062da4d7f143d62da38492a0813814e49
24249 Author: Behdad Esfahbod <behdad@behdad.org>
24250 Date:   Fri Aug 3 17:40:07 2012 -0700
24251
24252     [OT] Use general-category, not GDEF class, to decide to zero mark
24253     advances
24254
24255     At this point, the GDEF glyph synthesis looks pointless.  Not that I
24256     have many fonts without GDEF lying around.
24257
24258     As for mark advance zeroing when GPOS not available, that also
24259     is being
24260     replaced by proper fallback mark positioning soon.
24261
24262  src/hb-ot-shape.cc | 7 ++-----
24263  1 file changed, 2 insertions(+), 5 deletions(-)
24264
24265 commit 3a7e137a68ec8f723dc3afa89c918ca2df7ff6bf
24266 Author: Behdad Esfahbod <behdad@behdad.org>
24267 Date:   Fri Aug 3 17:23:40 2012 -0700
24268
24269     Dn't use gint
24270
24271  src/hb-glib.cc | 4 ++--
24272  src/hb-icu.cc  | 2 +-
24273  2 files changed, 3 insertions(+), 3 deletions(-)
24274
24275 commit 11b0e20ba42bf0b17133c3e1087732802bb4f230
24276 Author: Behdad Esfahbod <behdad@behdad.org>
24277 Date:   Thu Aug 2 14:21:40 2012 -0400
24278
24279     [Indic] Add per-script configuration tables
24280
24281     This concludes the Indic shape_plan work.  May do for Arabic also...
24282
24283  src/hb-ot-shape-complex-indic-private.hh |  16 +-
24284  src/hb-ot-shape-complex-indic.cc         | 309
24285  +++++++++++++++----------------
24286  2 files changed, 159 insertions(+), 166 deletions(-)
24287
24288 commit 85fc6c483f6d734febbe39270e84701a651f01f1
24289 Author: Behdad Esfahbod <behdad@behdad.org>
24290 Date:   Thu Aug 2 12:21:44 2012 -0400
24291
24292     [Indic] Move more stuff to the shape_plan
24293
24294     Almost done.  Need to add per-script static tables.
24295
24296  src/hb-ot-shape-complex-indic-machine.rl |   4 +-
24297  src/hb-ot-shape-complex-indic.cc         | 216
24298  ++++++++++++++++---------------
24299  2 files changed, 116 insertions(+), 104 deletions(-)
24300
24301 commit 914ffaa40fcca020f65bacdd709421e9047afd83
24302 Author: Behdad Esfahbod <behdad@behdad.org>
24303 Date:   Thu Aug 2 11:03:39 2012 -0400
24304
24305     [Indic] Move more repeated work into shape_plan
24306
24307  src/hb-ot-shape-complex-indic.cc | 63
24308  ++++++++++++++++++++++++++--------------
24309  1 file changed, 42 insertions(+), 21 deletions(-)
24310
24311 commit a8c6da90f4c6e8d27a3a1b758a55476776d9f750
24312 Author: Behdad Esfahbod <behdad@behdad.org>
24313 Date:   Thu Aug 2 10:46:34 2012 -0400
24314
24315     [OT] Add per-complex-shaper shape_plan data
24316
24317     Hookup some Indic data to it.  More to come.
24318
24319  src/hb-ot-shape-complex-arabic.cc  |   2 +
24320  src/hb-ot-shape-complex-indic.cc   | 128
24321  ++++++++++++++++++++++---------------
24322  src/hb-ot-shape-complex-misc.cc    |   4 ++
24323  src/hb-ot-shape-complex-private.hh |  16 ++++-
24324  src/hb-ot-shape-private.hh         |   1 +
24325  src/hb-ot-shape.cc                 |  23 +++++--
24326  6 files changed, 113 insertions(+), 61 deletions(-)
24327
24328 commit 8bb5deba9630d35878eb6edb4643ecfabf99f15f
24329 Author: Behdad Esfahbod <behdad@behdad.org>
24330 Date:   Thu Aug 2 10:07:58 2012 -0400
24331
24332     [OT] Pipe shape_plan down to pause_callbacks
24333
24334  src/hb-ot-map-private.hh                 |  8 ++---
24335  src/hb-ot-map.cc                         | 11 ++++---
24336  src/hb-ot-shape-complex-indic-machine.rl |  4 +--
24337  src/hb-ot-shape-complex-indic.cc         | 50
24338  +++++++++++++++-----------------
24339  src/hb-ot-shape-private.hh               |  6 ++++
24340  src/hb-ot-shape.cc                       | 28 ++++++++++--------
24341  6 files changed, 57 insertions(+), 50 deletions(-)
24342
24343 commit 3e38c0f2886c38d2f0a9d80a97a36edf2479d2c7
24344 Author: Behdad Esfahbod <behdad@behdad.org>
24345 Date:   Thu Aug 2 09:44:18 2012 -0400
24346
24347     More massaging
24348
24349  src/hb-ot-map-private.hh          | 20 ++++++++------------
24350  src/hb-ot-map.cc                  | 17 ++++++++---------
24351  src/hb-ot-shape-complex-arabic.cc |  8 ++++----
24352  src/hb-ot-shape-complex-indic.cc  | 18 +++++++-----------
24353  4 files changed, 27 insertions(+), 36 deletions(-)
24354
24355 commit 16c6a27b4bffc19026944c7bea9cf0a3a8ff1d8f
24356 Author: Behdad Esfahbod <behdad@behdad.org>
24357 Date:   Thu Aug 2 09:38:28 2012 -0400
24358
24359     [OT] Port complex_shaper to planner/plan
24360
24361  src/hb-ot-shape-complex-arabic.cc  | 17 ++++++++---------
24362  src/hb-ot-shape-complex-indic.cc   | 19 ++++++++-----------
24363  src/hb-ot-shape-complex-misc.cc    | 20 ++++++++------------
24364  src/hb-ot-shape-complex-private.hh | 32 +++++++++++---------------------
24365  src/hb-ot-shape-private.hh         | 14 +++++++++++---
24366  src/hb-ot-shape.cc                 |  9 +++++----
24367  6 files changed, 51 insertions(+), 60 deletions(-)
24368
24369 commit 5393e3a62ba09fd7bcf3767b36225c8f49badb9d
24370 Author: Behdad Esfahbod <behdad@behdad.org>
24371 Date:   Thu Aug 2 09:24:35 2012 -0400
24372
24373     [OT] Minor refactoring
24374
24375  src/hb-ot-map.cc           |  4 ----
24376  src/hb-ot-shape-private.hh | 26 ++++++++++++++++++++++++++
24377  src/hb-ot-shape.cc         | 26 ++------------------------
24378  src/hb-shape-plan.cc       |  2 ++
24379  src/hb-shape.cc            |  2 --
24380  5 files changed, 30 insertions(+), 30 deletions(-)
24381
24382 commit 24eacf17c801c66a2d466e8ae02b73f501a26b25
24383 Author: Behdad Esfahbod <behdad@behdad.org>
24384 Date:   Thu Aug 2 08:42:11 2012 -0400
24385
24386     [Indic] Move consonant-position-setting into initial_reordering()
24387
24388  src/hb-ot-shape-complex-indic.cc | 65
24389  +++++++++++++++++++++-------------------
24390  1 file changed, 35 insertions(+), 30 deletions(-)
24391
24392 commit afbcc24be01a64bdb5c05c63880269145fa1d3c8
24393 Author: Behdad Esfahbod <behdad@behdad.org>
24394 Date:   Thu Aug 2 08:36:40 2012 -0400
24395
24396     [GSUB] Wire the font, not just the face, down to substitute()
24397
24398     We need the font for glyph lookup during GSUB pauses in Indic shaper.
24399     Could perhaps be avoided, but at this point, we don't mean to support
24400     separate substitute()/position() entry points (anymore), so there is
24401     no point in not providing the font to GSUB.
24402
24403  src/hb-ot-layout-gsub-table.hh       | 13 +++++--------
24404  src/hb-ot-layout-gsubgpos-private.hh |  7 ++-----
24405  src/hb-ot-layout-private.hh          |  6 +++---
24406  src/hb-ot-layout.cc                  | 18 +++++++++---------
24407  src/hb-ot-map-private.hh             | 15 ++++++---------
24408  src/hb-ot-map.cc                     |  8 ++++----
24409  src/hb-ot-shape-complex-indic.cc     |  8 ++++----
24410  src/hb-ot-shape.cc                   |  6 +++---
24411  8 files changed, 36 insertions(+), 45 deletions(-)
24412
24413 commit b0e6a26a10ccca70ebc88a9e158a89ccfab0add5
24414 Author: Behdad Esfahbod <behdad@behdad.org>
24415 Date:   Thu Aug 2 08:11:14 2012 -0400
24416
24417     [OT] Hide some API
24418
24419     It was impossible to meaningfully use them from the outside these
24420     days.
24421
24422  src/hb-ot-layout-private.hh | 40 ++++++++++++++++++++++++++++++++--------
24423  src/hb-ot-layout.cc         | 20 --------------------
24424  src/hb-ot-layout.h          | 34 ----------------------------------
24425  src/hb-ot-map.cc            |  8 ++++----
24426  4 files changed, 36 insertions(+), 66 deletions(-)
24427
24428 commit 305246744ed178f116e01498b7f9d1af6950ca30
24429 Author: Behdad Esfahbod <behdad@behdad.org>
24430 Date:   Thu Aug 2 08:08:04 2012 -0400
24431
24432     Minor
24433
24434  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
24435  1 file changed, 1 insertion(+), 1 deletion(-)
24436
24437 commit 8ef3d53255ae9fbb0e46c22909e50009d1e7eeb0
24438 Author: Behdad Esfahbod <behdad@behdad.org>
24439 Date:   Thu Aug 2 07:53:18 2012 -0400
24440
24441     [Indic] More refactoring of consonant position peeking in the font
24442
24443     To be moved to initial_reordering next...
24444
24445  src/hb-ot-shape-complex-indic.cc | 59
24446  ++++++++++++++++++++++++++++------------
24447  1 file changed, 41 insertions(+), 18 deletions(-)
24448
24449 commit 3eb6f81fd3f1e56679eec10d08f5e2303121753f
24450 Author: Behdad Esfahbod <behdad@behdad.org>
24451 Date:   Thu Aug 2 07:37:46 2012 -0400
24452
24453     [Indic] Refactor
24454
24455     Move all the logic that needs to eventually move into the indic table
24456     into hb-ot-shape-complex-indic-private.hh.
24457
24458  src/hb-ot-shape-complex-indic-private.hh | 210
24459  ++++++++++++++++++++++++++++
24460  src/hb-ot-shape-complex-indic.cc         | 227
24461  ++-----------------------------
24462  2 files changed, 218 insertions(+), 219 deletions(-)
24463
24464 commit 3614ba242fc7d338761acdda365a134706035b6d
24465 Author: Behdad Esfahbod <behdad@behdad.org>
24466 Date:   Thu Aug 2 07:13:55 2012 -0400
24467
24468     [Indic] Rename
24469
24470  src/hb-ot-shape-complex-indic.cc | 40
24471  +++++++++++++++++++++-------------------
24472  1 file changed, 21 insertions(+), 19 deletions(-)
24473
24474 commit 610e5e8f713bb2a68939b72cb2b801a7aaede4f9
24475 Author: Behdad Esfahbod <behdad@behdad.org>
24476 Date:   Thu Aug 2 05:27:46 2012 -0400
24477
24478     [Indic] Streamline feature would_apply()
24479
24480     Comes with some 10% speedup for Devanagari even!
24481
24482  src/hb-ot-map-private.hh         | 85
24483  +++++++++++++++++++++++++---------------
24484  src/hb-ot-map.cc                 | 18 ++++-----
24485  src/hb-ot-shape-complex-indic.cc | 85
24486  +++++++++++++++++++++++-----------------
24487  3 files changed, 110 insertions(+), 78 deletions(-)
24488
24489 commit 1d002048d5afcd45abbb09fdf0419f13b2e2265c
24490 Author: Behdad Esfahbod <behdad@behdad.org>
24491 Date:   Thu Aug 2 05:01:11 2012 -0400
24492
24493     [Indic] Minor
24494
24495  src/hb-ot-shape-complex-indic-private.hh | 16 --------
24496  src/hb-ot-shape-complex-indic.cc         | 64
24497  +++++++++++++++++++++-----------
24498  2 files changed, 43 insertions(+), 37 deletions(-)
24499
24500 commit 6f7611375521c6d285a9aa763f2ea5cb44cd0d39
24501 Author: Behdad Esfahbod <behdad@behdad.org>
24502 Date:   Thu Aug 2 04:00:31 2012 -0400
24503
24504     [GSUB/GPOS] Check array size before accessing digests
24505
24506  src/hb-ot-layout-private.hh |  3 +++
24507  src/hb-ot-layout.cc         | 32 ++++++++++++++++----------------
24508  2 files changed, 19 insertions(+), 16 deletions(-)
24509
24510 commit 22148b8c4af3ed296d96e969cdd47bac97b32307
24511 Author: Behdad Esfahbod <behdad@behdad.org>
24512 Date:   Thu Aug 2 03:51:51 2012 -0400
24513
24514     Use Coverage digests in would_apply
24515
24516  src/hb-ot-layout-gsub-table.hh       | 1 +
24517  src/hb-ot-layout-gsubgpos-private.hh | 6 +++++-
24518  src/hb-ot-layout.cc                  | 4 ++--
24519  3 files changed, 8 insertions(+), 3 deletions(-)
24520
24521 commit 6c459c8fef85bc44f45d7b58c28a34abfb2c33fc
24522 Author: Behdad Esfahbod <behdad@behdad.org>
24523 Date:   Thu Aug 2 03:45:53 2012 -0400
24524
24525     Minor
24526
24527  src/hb-ot-layout-gpos-table.hh       | 2 +-
24528  src/hb-ot-layout-gsub-table.hh       | 4 ++--
24529  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
24530  3 files changed, 5 insertions(+), 5 deletions(-)
24531
24532 commit e2b8d75fa6e847ecf5c040f4e1e16a565c5d8aaf
24533 Author: Behdad Esfahbod <behdad@behdad.org>
24534 Date:   Wed Aug 1 22:17:48 2012 -0400
24535
24536     Use wider set digests on 64-bit archs
24537
24538  src/hb-set-private.hh | 6 +++---
24539  1 file changed, 3 insertions(+), 3 deletions(-)
24540
24541 commit 0120ce9679aab3ac936aeb18f6709529eef000a4
24542 Author: Behdad Esfahbod <behdad@behdad.org>
24543 Date:   Wed Aug 1 21:56:35 2012 -0400
24544
24545     [GSUB/GPOS] Remove unused get_coverage() methods
24546
24547  src/hb-ot-layout-gpos-table.hh | 11 -----------
24548  src/hb-ot-layout-gsub-table.hh | 11 -----------
24549  2 files changed, 22 deletions(-)
24550
24551 commit 1336ecdf8e4e9879b96b26ecfbf5c9ba6c49e2b9
24552 Author: Behdad Esfahbod <behdad@behdad.org>
24553 Date:   Wed Aug 1 21:46:36 2012 -0400
24554
24555     [GSUB/GPOS] Use Coverage digests as gatekeeper
24556
24557     Gives me a good 10% speedup for the Devanagari test case.  Less so
24558     for less lookup-intensive tests.
24559
24560     For the Devanagari test case, the false positive rate of the GSUB
24561     digest
24562     is 4%.
24563
24564  src/hb-ot-layout-gpos-table.hh       | 30 +++++++++---------------------
24565  src/hb-ot-layout-gsub-table.hh       | 35
24566  ++++++++++++-----------------------
24567  src/hb-ot-layout-gsubgpos-private.hh |  8 ++++++--
24568  src/hb-ot-layout-private.hh          |  4 ++++
24569  src/hb-ot-layout.cc                  | 29 +++++++++++++++++++++++++----
24570  5 files changed, 56 insertions(+), 50 deletions(-)
24571
24572 commit a878c58a8fc1500986d713b2bcedfeb90a0087b0
24573 Author: Behdad Esfahbod <behdad@behdad.org>
24574 Date:   Wed Aug 1 21:18:54 2012 -0400
24575
24576     [GSUB/GPOS] Add add_coverage()
24577
24578  src/hb-ot-layout-gpos-table.hh | 18 ++++++++++++++++++
24579  src/hb-ot-layout-gsub-table.hh | 18 ++++++++++++++++++
24580  2 files changed, 36 insertions(+)
24581
24582 commit 60a3035ac5ec8227e4cc0e6708732bb139c9e0b8
24583 Author: Behdad Esfahbod <behdad@behdad.org>
24584 Date:   Wed Aug 1 21:06:27 2012 -0400
24585
24586     Add hb_set_digest_t
24587
24588     Implement two set digests, and one that combines the two.
24589
24590  src/hb-set-private.hh | 95
24591  +++++++++++++++++++++++++++++++++++++++++++++++++++
24592  1 file changed, 95 insertions(+)
24593
24594 commit c8accf1dd2d92cc4f714393eb0ea46f69bb182a6
24595 Author: Behdad Esfahbod <behdad@behdad.org>
24596 Date:   Wed Aug 1 21:05:57 2012 -0400
24597
24598     [OT] Templatize Coverage::add_coverage()
24599
24600  src/hb-ot-layout-common-private.hh | 12 ++++++++----
24601  1 file changed, 8 insertions(+), 4 deletions(-)
24602
24603 commit 8fbfda920e0b3bb4ab7afb732826026964b79be9
24604 Author: Behdad Esfahbod <behdad@behdad.org>
24605 Date:   Wed Aug 1 19:03:46 2012 -0400
24606
24607     Inline font getters
24608
24609  src/hb-fallback-shape.cc          |  21 ++--
24610  src/hb-font-private.hh            | 204
24611  ++++++++++++++++++++++++++++++++++++++
24612  src/hb-font.cc                    | 129 ++++--------------------
24613  src/hb-graphite2.cc               |   6 +-
24614  src/hb-old.cc                     |  10 +-
24615  src/hb-ot-layout-gdef-table.hh    |   2 +-
24616  src/hb-ot-layout-gpos-table.hh    |   2 +-
24617  src/hb-ot-shape-complex-arabic.cc |   4 +-
24618  src/hb-ot-shape-complex-indic.cc  |   6 +-
24619  src/hb-ot-shape-normalize.cc      |  12 +--
24620  src/hb-ot-shape.cc                |  47 +++++----
24621  11 files changed, 277 insertions(+), 166 deletions(-)
24622
24623 commit 6adf417bc15d4524e280b284e3accd1ae647662e
24624 Author: Behdad Esfahbod <behdad@behdad.org>
24625 Date:   Wed Aug 1 18:07:42 2012 -0400
24626
24627     Use a lookup table for modified_combining_class
24628
24629  src/hb-unicode-private.hh |  10 ++-
24630  src/hb-unicode.cc         | 213
24631  +++++++++++++++++++++++++++++++---------------
24632  src/hb-unicode.h          |   4 +
24633  3 files changed, 157 insertions(+), 70 deletions(-)
24634
24635 commit 208f70f0553d73d2908b21b9552298029482a8b9
24636 Author: Behdad Esfahbod <behdad@behdad.org>
24637 Date:   Wed Aug 1 17:13:10 2012 -0400
24638
24639     Inline Unicode callbacks internally
24640
24641  src/hb-buffer.cc                |   2 +-
24642  src/hb-fallback-shape.cc        |   2 +-
24643  src/hb-old.cc                   |   2 +-
24644  src/hb-ot-shape-complex-misc.cc |   2 +-
24645  src/hb-ot-shape-normalize.cc    |  13 +++--
24646  src/hb-ot-shape-private.hh      |   6 +--
24647  src/hb-ot-shape.cc              |   4 +-
24648  src/hb-unicode-private.hh       | 112
24649  ++++++++++++++++++++--------------------
24650  src/hb-unicode.cc               |   5 +-
24651  9 files changed, 73 insertions(+), 75 deletions(-)
24652
24653 commit 7470315a3e782aa6192bbe64f7a3944266fb1521
24654 Author: Behdad Esfahbod <behdad@behdad.org>
24655 Date:   Wed Aug 1 17:01:59 2012 -0400
24656
24657     Move unicode accessors around
24658
24659  src/hb-unicode-private.hh | 73
24660  ++++++++++++++++++++++++++++++++++++++++++++++-
24661  src/hb-unicode.cc         | 65 ++++-------------------------------------
24662  2 files changed, 78 insertions(+), 60 deletions(-)
24663
24664 commit 21fdcee00125b6e1c09f0bed3064d16ccd3a7a5d
24665 Author: Behdad Esfahbod <behdad@behdad.org>
24666 Date:   Wed Aug 1 16:23:44 2012 -0400
24667
24668     Add hb_unicode_combining_class_t
24669
24670  src/hb-common.h           |  38 +-------------
24671  src/hb-glib.cc            |   4 +-
24672  src/hb-icu.cc             |   4 +-
24673  src/hb-unicode-private.hh |   2 +-
24674  src/hb-unicode.cc         |  11 ++--
24675  src/hb-unicode.h          | 124
24676  +++++++++++++++++++++++++++++++++++++++++++++-
24677  6 files changed, 134 insertions(+), 49 deletions(-)
24678
24679 commit 84186a64004e5dcd2ce98b564d0e0a09aa5d68b2
24680 Author: Behdad Esfahbod <behdad@behdad.org>
24681 Date:   Wed Aug 1 13:32:39 2012 -0400
24682
24683     Add commentary on the compatibility decomposition in the normalizer
24684
24685  src/hb-ot-shape-normalize.cc | 18 +++++++++++++++---
24686  1 file changed, 15 insertions(+), 3 deletions(-)
24687
24688 commit 0834d952017a04c6f4599e574cb75ecf3ca27d3b
24689 Author: Behdad Esfahbod <behdad@behdad.org>
24690 Date:   Wed Aug 1 00:21:09 2012 -0400
24691
24692     [hb-old] Adjust mark positioning parameters
24693
24694     Fallback mark positioning works now...  With hb-ft and hb-view /
24695     hb-shape at least.
24696
24697  src/hb-old.cc                  | 10 +++++-----
24698  src/hb-old/harfbuzz-shaper.cpp |  1 +
24699  2 files changed, 6 insertions(+), 5 deletions(-)
24700
24701 commit 4ca743dfb8e09f9fa525061c7f1144d55f72effb
24702 Author: Behdad Esfahbod <behdad@behdad.org>
24703 Date:   Wed Aug 1 00:03:41 2012 -0400
24704
24705     [old] Implement fontMetrics
24706
24707  src/hb-old.cc | 11 ++++++++++-
24708  1 file changed, 10 insertions(+), 1 deletion(-)
24709
24710 commit 1e7d860613032e40a3f90e2caa2ee5ac44ab8c8c
24711 Author: Behdad Esfahbod <behdad@behdad.org>
24712 Date:   Tue Jul 31 23:41:06 2012 -0400
24713
24714     [GPOS] Adjust mark advance-width zeroing logic
24715
24716     If there is no GPOS, zero mark advances.
24717
24718     If there *is* GPOS and the shaper requests so, zero mark advances for
24719     attached marks.
24720
24721     Fixes regression with Tibetan, where the font has GPOS, and marks a
24722     glyph as mark where it shouldn't get zero advance.
24723
24724  src/hb-ot-layout-gpos-table.hh     | 14 ++++++++------
24725  src/hb-ot-layout.cc                |  4 ++--
24726  src/hb-ot-layout.h                 |  3 ++-
24727  src/hb-ot-shape-complex-arabic.cc  |  2 +-
24728  src/hb-ot-shape-complex-indic.cc   |  2 +-
24729  src/hb-ot-shape-complex-misc.cc    |  4 ++--
24730  src/hb-ot-shape-complex-private.hh |  2 +-
24731  src/hb-ot-shape.cc                 |  6 ++----
24732  8 files changed, 19 insertions(+), 18 deletions(-)
24733
24734 commit a8842e4a448efb30f3f2f3c628d6dc4824829726
24735 Author: Behdad Esfahbod <behdad@behdad.org>
24736 Date:   Tue Jul 31 23:10:11 2012 -0400
24737
24738     Remove some TODO items
24739
24740  TODO            | 27 ---------------------------
24741  src/hb-shape.cc |  2 ++
24742  2 files changed, 2 insertions(+), 27 deletions(-)
24743
24744 commit 2bc3b9a616cedbc56ff4a915f9e3439ff3a6bf13
24745 Author: Behdad Esfahbod <behdad@behdad.org>
24746 Date:   Tue Jul 31 23:08:25 2012 -0400
24747
24748     [OT] Zero mark advances if the shaper desires so
24749
24750     Enabled for all shapers except for Indic.
24751
24752  src/hb-ot-shape-complex-arabic.cc  |  1 +
24753  src/hb-ot-shape-complex-indic.cc   |  1 +
24754  src/hb-ot-shape-complex-misc.cc    |  2 ++
24755  src/hb-ot-shape-complex-private.hh |  2 ++
24756  src/hb-ot-shape.cc                 | 15 +++++++++++++++
24757  5 files changed, 21 insertions(+)
24758
24759 commit 5fecd8b0355894ceda14b3d3c654f20c3d5e77f4
24760 Author: Behdad Esfahbod <behdad@behdad.org>
24761 Date:   Tue Jul 31 22:48:38 2012 -0400
24762
24763     [OT] Synthesize glyph classes
24764
24765  TODO               |  2 --
24766  src/hb-ot-shape.cc | 20 ++++++++++++++++++--
24767  2 files changed, 18 insertions(+), 4 deletions(-)
24768
24769 commit 03b09214c073ce37eeb8af5218942c85b2d393df
24770 Author: Behdad Esfahbod <behdad@behdad.org>
24771 Date:   Tue Jul 31 22:43:58 2012 -0400
24772
24773     [GSUB] Minor
24774
24775  src/hb-ot-layout-gsub-table.hh | 5 ++++-
24776  1 file changed, 4 insertions(+), 1 deletion(-)
24777
24778 commit f0fc1df8fc949739b68d55948741016081b69c3a
24779 Author: Behdad Esfahbod <behdad@behdad.org>
24780 Date:   Tue Jul 31 22:43:32 2012 -0400
24781
24782     [hb-old] Implement getGlyphMetrics()
24783
24784     Still working on it.
24785
24786  src/hb-old.cc | 13 ++++++++++++-
24787  1 file changed, 12 insertions(+), 1 deletion(-)
24788
24789 commit 378d279bbf692195c4654e312dae854ab3be04cf
24790 Author: Behdad Esfahbod <behdad@behdad.org>
24791 Date:   Tue Jul 31 21:36:16 2012 -0400
24792
24793     Implement Unicode compatibility decompositions
24794
24795     Based on patch from Philip Withnall.
24796     https://bugs.freedesktop.org/show_bug.cgi?id=41095
24797
24798  src/hb-glib.cc               | 30 +++++++++++++++++++++++++
24799  src/hb-icu.cc                | 36 +++++++++++++++++++++++++++++-
24800  src/hb-ot-shape-normalize.cc | 53
24801  +++++++++++++++++++++++++++++---------------
24802  src/hb-unicode-private.hh    |  1 +
24803  src/hb-unicode.cc            | 27 +++++++++++++++++++++-
24804  src/hb-unicode.h             | 37 ++++++++++++++++++++++++++++++-
24805  test/api/hb-test.h           |  1 +
24806  test/api/test-unicode.c      | 50
24807  +++++++++++++++++++++++++++++++++++++++++
24808  8 files changed, 214 insertions(+), 21 deletions(-)
24809
24810 commit 321ec29cc270e7e66a529696b70b2caac553c95f
24811 Author: Behdad Esfahbod <behdad@behdad.org>
24812 Date:   Tue Jul 31 21:10:16 2012 -0400
24813
24814     Remove unused function
24815
24816  src/hb-ot-shape-complex-indic.cc | 7 -------
24817  1 file changed, 7 deletions(-)
24818
24819 commit 69cc492dc120847ed00cae65ec958593ebf550c5
24820 Author: Behdad Esfahbod <behdad@behdad.org>
24821 Date:   Tue Jul 31 14:51:36 2012 -0400
24822
24823     [buffer] Minor
24824
24825  src/hb-buffer-private.hh |  3 ++-
24826  src/hb-buffer.cc         | 24 ++++++++++++------------
24827  2 files changed, 14 insertions(+), 13 deletions(-)
24828
24829 commit 693918ef8541014a5ef7dfb91c6ea0ae36d9c368
24830 Author: Behdad Esfahbod <behdad@behdad.org>
24831 Date:   Mon Jul 30 21:08:51 2012 -0400
24832
24833     [OT] Streamline complex shaper enumeration
24834
24835     Add a shaper class struct.
24836
24837  src/hb-ot-shape-complex-arabic.cc    |  37 ++++----
24838  src/hb-ot-shape-complex-indic.cc     |  47 ++++++---
24839  src/hb-ot-shape-complex-misc.cc      |  67 ++++++-------
24840  src/hb-ot-shape-complex-private.hh   | 179
24841  ++++++++++-------------------------
24842  src/hb-ot-shape-normalize-private.hh |   4 +-
24843  src/hb-ot-shape-private.hh           |   2 +-
24844  src/hb-ot-shape.cc                   |  16 ++--
24845  7 files changed, 143 insertions(+), 209 deletions(-)
24846
24847 commit c2e42c3db691515f3a458eb4c71fe1e6439d5620
24848 Author: Behdad Esfahbod <behdad@behdad.org>
24849 Date:   Mon Jul 30 19:54:50 2012 -0400
24850
24851     Minor
24852
24853  src/hb-ot-layout-gpos-table.hh       | 2 +-
24854  src/hb-ot-layout-gsub-table.hh       | 4 ++--
24855  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
24856  src/hb-ot-layout-private.hh          | 4 ++--
24857  4 files changed, 9 insertions(+), 9 deletions(-)
24858
24859 commit 03f67bc012f42131b36083a23efc78e1b04b828c
24860 Author: Behdad Esfahbod <behdad@behdad.org>
24861 Date:   Mon Jul 30 19:47:53 2012 -0400
24862
24863     More refactoring glyph class access
24864
24865  src/hb-ot-layout-gpos-table.hh       |   2 +-
24866  src/hb-ot-layout-gsub-table.hh       |   2 +-
24867  src/hb-ot-layout-gsubgpos-private.hh | 154
24868  +++++++++++++++++------------------
24869  3 files changed, 76 insertions(+), 82 deletions(-)
24870
24871 commit 300c7307eb7943ba7416b672345506be1e27c6ba
24872 Author: Behdad Esfahbod <behdad@behdad.org>
24873 Date:   Mon Jul 30 19:37:44 2012 -0400
24874
24875     [OT] Don't crash if no GDEF available
24876
24877  src/hb-ot-layout-gsubgpos-private.hh | 8 +++++---
24878  1 file changed, 5 insertions(+), 3 deletions(-)
24879
24880 commit 3dcbdc2125c04c173f29f04922fc031929893f4e
24881 Author: Behdad Esfahbod <behdad@behdad.org>
24882 Date:   Mon Jul 30 19:31:17 2012 -0400
24883
24884     Minor
24885
24886  src/hb-ot-layout.cc | 15 +++++----------
24887  1 file changed, 5 insertions(+), 10 deletions(-)
24888
24889 commit 05bd1b63426e07d1df7a1b40bf845dc94ab995a8
24890 Author: Behdad Esfahbod <behdad@behdad.org>
24891 Date:   Mon Jul 30 19:30:01 2012 -0400
24892
24893     [GSUB/GPOS] Move glyph props matching around
24894
24895  src/hb-ot-layout-gpos-table.hh       |  11 ++--
24896  src/hb-ot-layout-gsub-table.hh       |  18 +++---
24897  src/hb-ot-layout-gsubgpos-private.hh |  99
24898  +++++++++++++++++++++++++++++----
24899  src/hb-ot-layout-private.hh          |  12 ----
24900  src/hb-ot-layout.cc                  | 104
24901  +++--------------------------------
24902  src/hb-ot-layout.h                   |  12 ++--
24903  src/hb-ot-shape.cc                   |  10 ++--
24904  7 files changed, 127 insertions(+), 139 deletions(-)
24905
24906 commit 2fca1426ca06cabbe8f027f2dc9dee9c27560c76
24907 Author: Behdad Esfahbod <behdad@behdad.org>
24908 Date:   Mon Jul 30 18:46:41 2012 -0400
24909
24910     [GSUB] Don't erase glyph classes if GDEF does not have glyph classes
24911
24912  src/hb-ot-layout-gsubgpos-private.hh | 5 ++++-
24913  1 file changed, 4 insertions(+), 1 deletion(-)
24914
24915 commit fd42257f8c45ff8e036e1c3eb1a788a101be7ead
24916 Author: Behdad Esfahbod <behdad@behdad.org>
24917 Date:   Mon Jul 30 18:40:27 2012 -0400
24918
24919     Minor
24920
24921  src/hb-ot-layout.cc | 29 +++++------------------------
24922  1 file changed, 5 insertions(+), 24 deletions(-)
24923
24924 commit 7fbbf86efe675e4c038dfc5985c24bbc544620cd
24925 Author: Behdad Esfahbod <behdad@behdad.org>
24926 Date:   Mon Jul 30 18:36:42 2012 -0400
24927
24928     [GSUB] Minor
24929
24930  src/hb-ot-layout-gsub-table.hh       | 2 +-
24931  src/hb-ot-layout-gsubgpos-private.hh | 6 ++++++
24932  2 files changed, 7 insertions(+), 1 deletion(-)
24933
24934 commit 713914d3203109a8e9213f5a1d3b384730703ce9
24935 Author: Behdad Esfahbod <behdad@behdad.org>
24936 Date:   Mon Jul 30 17:54:38 2012 -0400
24937
24938     [Uniscribe] Clean up a bit
24939
24940  src/hb-uniscribe.cc | 17 +++++------------
24941  1 file changed, 5 insertions(+), 12 deletions(-)
24942
24943 commit 301168dae77a63ee25adfb26ce2b54a708f83791
24944 Author: Behdad Esfahbod <behdad@behdad.org>
24945 Date:   Mon Jul 30 17:48:04 2012 -0400
24946
24947     [CoreText] Port to shape_plan infrastructure
24948
24949  src/hb-coretext.cc | 161
24950  ++++++++++++++++++++++++++---------------------------
24951  1 file changed, 80 insertions(+), 81 deletions(-)
24952
24953 commit 6cdfd14bb19d60ac3d6b20ff611408432254f273
24954 Author: Behdad Esfahbod <behdad@behdad.org>
24955 Date:   Mon Jul 30 17:22:17 2012 -0400
24956
24957     Fix build on Mac
24958
24959  src/hb-ot-layout-gsub-table.hh | 4 ++--
24960  1 file changed, 2 insertions(+), 2 deletions(-)
24961
24962 commit 7e34601dededd521bcef15111e39293df3d0d13d
24963 Author: Behdad Esfahbod <behdad@behdad.org>
24964 Date:   Mon Jul 30 14:53:41 2012 -0400
24965
24966     Unbreak Hangul jamo composition
24967
24968     When we removed the separate Hangul shaper, the specific normalization
24969     preference of Hangul was lost.  Fix that.  Also, the Thai shaper was
24970     copied from Hangul, so had the fully-composed normalization behavior,
24971     which was unnecessary.  So, fix that too.
24972
24973  src/hb-ot-shape-complex-arabic.cc  |  2 +-
24974  src/hb-ot-shape-complex-indic.cc   |  4 +---
24975  src/hb-ot-shape-complex-misc.cc    | 12 +++++++++---
24976  src/hb-ot-shape-complex-private.hh |  9 ++++-----
24977  src/hb-ot-shape.cc                 |  4 +++-
24978  5 files changed, 18 insertions(+), 13 deletions(-)
24979
24980 commit 7afb14407e59dfeaa79c33aca1ffa60e7982e349
24981 Author: Behdad Esfahbod <behdad@behdad.org>
24982 Date:   Mon Jul 30 13:54:46 2012 -0400
24983
24984     [Indic] Recategorize Telugu length marks
24985
24986     Fixes 8 more Telugu tests.  Failures at 15 (0.00154548%).
24987
24988  src/hb-unicode.cc |  8 ++++++++
24989  src/indic.cc      | 11 ++++++++---
24990  2 files changed, 16 insertions(+), 3 deletions(-)
24991
24992 commit 70b3dc327232b20051b36397aa2b196ab8c62397
24993 Author: Behdad Esfahbod <behdad@behdad.org>
24994 Date:   Mon Jul 30 12:40:18 2012 -0400
24995
24996     Add Hebrew test
24997
24998  .../texts/in-tree/shaper-default/script-hebrew/misc/diacritics.txt
24999  | 1 +
25000  1 file changed, 1 insertion(+)
25001
25002 commit f2377155e35c15919af4d7db21b6edc6783146b6
25003 Author: Behdad Esfahbod <behdad@behdad.org>
25004 Date:   Mon Jul 30 10:50:57 2012 -0400
25005
25006     [hb-old] Fix misc leaks
25007
25008     Backport (forward-port?!) from upstream:
25009
25010     commit 3ab7b37bdebf0f8773493a1fee910b151c4de30f
25011     Author: Behdad Esfahbod <behdad@behdad.org>
25012     Date:   Mon Jul 30 10:50:22 2012 -0400
25013
25014         Fix misc leaks
25015
25016         https://bugs.freedesktop.org/show_bug.cgi?id=31992
25017         https://bugs.freedesktop.org/show_bug.cgi?id=31993
25018         https://bugs.freedesktop.org/show_bug.cgi?id=31994
25019         https://bugs.freedesktop.org/show_bug.cgi?id=31995
25020
25021  src/hb-old/harfbuzz-arabic.c  | 12 +++++++++---
25022  src/hb-old/harfbuzz-gpos.c    |  6 +++---
25023  src/hb-old/harfbuzz-gsub.c    |  6 +++---
25024  src/hb-old/harfbuzz-tibetan.c |  1 +
25025  4 files changed, 16 insertions(+), 9 deletions(-)
25026
25027 commit 3f4764bb56bb7e42ba8859f1905810bd2f998838
25028 Author: Behdad Esfahbod <behdad@behdad.org>
25029 Date:   Mon Jul 30 10:06:42 2012 -0400
25030
25031     Don't lock user_data set during destruction if empty
25032
25033  src/hb-private.hh | 5 +++++
25034  1 file changed, 5 insertions(+)
25035
25036 commit 4ba647eecf0f70917ac4229af1f2dd3c62fcb7d5
25037 Author: Behdad Esfahbod <behdad@behdad.org>
25038 Date:   Mon Jul 30 09:53:06 2012 -0400
25039
25040     Fix leak
25041
25042  src/hb-ot-shape.cc | 2 ++
25043  1 file changed, 2 insertions(+)
25044
25045 commit f860366456d9e59b139a940da6d89c3c4fb9e96e
25046 Author: Behdad Esfahbod <behdad@behdad.org>
25047 Date:   Mon Jul 30 02:38:39 2012 -0400
25048
25049     [OT] Gain back some lost speed
25050
25051  src/hb-ot-layout-private.hh        | 27 +++++++++++++++-
25052  src/hb-ot-layout.cc                | 63
25053  ++++++++++++++++++++++++++++++++++----
25054  src/hb-ot-map-private.hh           | 26 +++-------------
25055  src/hb-ot-map.cc                   | 35 +++++++++++++++------
25056  src/hb-ot-shape-complex-indic.cc   |  2 +-
25057  src/hb-ot-shape-complex-private.hh |  5 ---
25058  6 files changed, 114 insertions(+), 44 deletions(-)
25059
25060 commit 11f4c87d01924cac43bf40044f67838440e19e42
25061 Author: Behdad Esfahbod <behdad@behdad.org>
25062 Date:   Mon Jul 30 02:36:46 2012 -0400
25063
25064     [OT] Remove hb_ot_layout_ensure()
25065
25066     I didn't like it from the beginning.
25067
25068  src/hb-ot-layout.cc | 9 +++++----
25069  src/hb-ot-layout.h  | 5 -----
25070  2 files changed, 5 insertions(+), 9 deletions(-)
25071
25072 commit 578e42182b9b9cf15b4c5426fae36e224160cbd7
25073 Author: Behdad Esfahbod <behdad@behdad.org>
25074 Date:   Mon Jul 30 02:35:07 2012 -0400
25075
25076     Minor
25077
25078  src/hb-ot-layout-private.hh | 2 --
25079  src/hb-ot-layout.cc         | 1 -
25080  2 files changed, 3 deletions(-)
25081
25082 commit a973b5ce86051e8ef0d20df362db1a50488842ab
25083 Author: Behdad Esfahbod <behdad@behdad.org>
25084 Date:   Mon Jul 30 01:46:34 2012 -0400
25085
25086     [GSUB] Further adjustments to mark-attachment vs ligation interaction
25087
25088     The d1d69ec52e75a78575b620a1c456d528b6078170 change broke Kannada
25089     badly,
25090     since it was ligating consonants, pushing matra out, and then ligating
25091     with the matra.  Adjust for that.  See comments.
25092
25093  src/hb-ot-layout-gsub-table.hh                                |
25094  11 ++++++++---
25095  .../in-tree/shaper-indic/indic/script-kannada/misc/misc.txt   |  1 +
25096  2 files changed, 9 insertions(+), 3 deletions(-)
25097
25098 commit 0aef425e25e2c58445157057f17ef18f695c5240
25099 Author: Behdad Esfahbod <behdad@behdad.org>
25100 Date:   Mon Jul 30 00:55:15 2012 -0400
25101
25102     [GSUB] Minor
25103
25104  src/hb-ot-layout-gpos-table.hh | 15 ++++++---------
25105  1 file changed, 6 insertions(+), 9 deletions(-)
25106
25107 commit d1d69ec52e75a78575b620a1c456d528b6078170
25108 Author: Behdad Esfahbod <behdad@behdad.org>
25109 Date:   Mon Jul 30 00:51:47 2012 -0400
25110
25111     [GSUB] Don't ligate glyphs attached to different components of
25112     ligatures
25113
25114     This concludes the mark-attachment vs ligating interaction fixes
25115     (for now).
25116
25117  src/hb-ot-layout-gsub-table.hh | 24 ++++++++++++++++++++++++
25118  1 file changed, 24 insertions(+)
25119
25120 commit 4751dec8be05883483fd5f6b474ebd22583ae566
25121 Author: Behdad Esfahbod <behdad@behdad.org>
25122 Date:   Mon Jul 30 00:42:07 2012 -0400
25123
25124     Minor
25125
25126  src/hb-ot-layout-private.hh | 20 ++++++++++----------
25127  1 file changed, 10 insertions(+), 10 deletions(-)
25128
25129 commit f24bcfbed1f3b4f4f6311246bd870f73ad6ba750
25130 Author: Behdad Esfahbod <behdad@behdad.org>
25131 Date:   Mon Jul 30 00:39:00 2012 -0400
25132
25133     Minor
25134
25135  src/hb-ot-layout-gsub-table.hh | 2 +-
25136  1 file changed, 1 insertion(+), 1 deletion(-)
25137
25138 commit fe20c0f84f5ff518dc471bf22ac5a83ef079eb69
25139 Author: Behdad Esfahbod <behdad@behdad.org>
25140 Date:   Mon Jul 30 00:00:59 2012 -0400
25141
25142     [GSUB] Fix mark component stuff when ligatures form ligatures!
25143
25144     See comments.
25145
25146     Fixes https://bugzilla.gnome.org/show_bug.cgi?id=437633
25147
25148  src/hb-ot-layout-gsub-table.hh       | 117
25149  +++++++++++++++++++++++------------
25150  src/hb-ot-layout-gsubgpos-private.hh |   8 ---
25151  src/hb-ot-layout-private.hh          |   8 +--
25152  3 files changed, 79 insertions(+), 54 deletions(-)
25153
25154 commit 2ec3ba46a3c24469096e901750e38f6ee555479a
25155 Author: Behdad Esfahbod <behdad@behdad.org>
25156 Date:   Sun Jul 29 22:02:24 2012 -0400
25157
25158     [GSUB/GPOS] Minor
25159
25160     Start squeezing more out of lig_id/lig_comp.
25161
25162  src/hb-ot-layout-gsub-table.hh |  6 +++---
25163  src/hb-ot-layout-private.hh    | 35 +++++++++++++++++++++++++++++++----
25164  2 files changed, 34 insertions(+), 7 deletions(-)
25165
25166 commit ef6e9cec3399e4f63f4b662abd77cf6d4683e8a3
25167 Author: Behdad Esfahbod <behdad@behdad.org>
25168 Date:   Sun Jul 29 21:35:22 2012 -0400
25169
25170     Fixup bb0e4ba3e9c5a407fc5d73c914e429d24d336380
25171
25172  src/hb-shape-plan.cc | 2 +-
25173  1 file changed, 1 insertion(+), 1 deletion(-)
25174
25175 commit cb3d34063154bf164c61eeba41c6166b0bd304fb
25176 Author: Behdad Esfahbod <behdad@behdad.org>
25177 Date:   Sun Jul 29 20:37:38 2012 -0400
25178
25179     [GSUB] Don't set new lig_id on mark ligatures
25180
25181     If two marks form a ligature, retain their previous lig_id, such that
25182     the mark ligature can attach to ligature components...
25183
25184     Fixes https://bugzilla.gnome.org/show_bug.cgi?id=676343
25185
25186     In fact, I noticed that we should not let ligatures form between
25187     glyphs
25188     coming from different components of a previous ligature.  For example,
25189     if the sequence is: LAM,SHADDA,LAM,FATHA,HEH, the LAM,LAM,HEH form a
25190     ligature, putting SHADDA and FATHA next to eachother.  However,
25191     it would
25192     be wrong to ligate them.  Uniscribe has this bug also.
25193
25194  src/hb-ot-layout-gsub-table.hh | 18 ++++++++++++++----
25195  1 file changed, 14 insertions(+), 4 deletions(-)
25196
25197 commit 97a201becf936f62046914b568e5763e27ee936e
25198 Author: Behdad Esfahbod <behdad@behdad.org>
25199 Date:   Sun Jul 29 20:31:36 2012 -0400
25200
25201     Add Arabic tests for mark ligature component attachments
25202
25203  .../script-arabic/misc/diacritics/MANIFEST             |  1 +
25204  .../misc/diacritics/ligature-components.txt            | 18
25205  ++++++++++++++++++
25206  2 files changed, 19 insertions(+)
25207
25208 commit a15b70a81a609f024083cb04f9819483f4d5cab7
25209 Author: Behdad Esfahbod <behdad@behdad.org>
25210 Date:   Sun Jul 29 20:09:22 2012 -0400
25211
25212     [hb-old] Fix cluster formation in RTL
25213
25214     Unlike Uniscribe, hb-old returns glyphs in logical order, so the logic
25215     does not need to duplicated for RTL.
25216
25217  src/hb-old.cc | 12 +++---------
25218  1 file changed, 3 insertions(+), 9 deletions(-)
25219
25220 commit 8a7e70ef65952fc16b8c1d5f1126c94d9d81e755
25221 Author: Behdad Esfahbod <behdad@behdad.org>
25222 Date:   Sun Jul 29 19:56:54 2012 -0400
25223
25224     [Minor]
25225
25226  src/test.cc | 2 +-
25227  1 file changed, 1 insertion(+), 1 deletion(-)
25228
25229 commit bb0e4ba3e9c5a407fc5d73c914e429d24d336380
25230 Author: Behdad Esfahbod <behdad@behdad.org>
25231 Date:   Sun Jul 29 17:34:14 2012 -0400
25232
25233     Minor
25234
25235  src/hb-shape-plan.cc         | 2 +-
25236  src/test-would-substitute.cc | 2 +-
25237  2 files changed, 2 insertions(+), 2 deletions(-)
25238
25239 commit a00ad60bc0fe74bf0e11d73da563239f3392f351
25240 Author: Behdad Esfahbod <behdad@behdad.org>
25241 Date:   Sat Jul 28 21:16:08 2012 -0400
25242
25243     [Uniscribe] Remove hb_uniscribe_font_ensure()
25244
25245     Wasn't a huge fan of putting the burden on the user.  Just remove
25246     it and
25247     do what we've got to do transparently.
25248
25249  src/hb-uniscribe.cc | 6 +++++-
25250  src/hb-uniscribe.h  | 4 ----
25251  2 files changed, 5 insertions(+), 5 deletions(-)
25252
25253 commit 5d874d566fe5d2cc4cfaf02c79b663d8a626ca1e
25254 Author: Behdad Esfahbod <behdad@behdad.org>
25255 Date:   Sat Jul 28 21:05:25 2012 -0400
25256
25257     [GPOS] Fix mark-to-mark positioning when one of the marks is
25258     a ligature
25259
25260     This commit: a3313e54008167e415b72c780ca7b9cda958d07e broke
25261     MarkMarkPos
25262     when one of the marks itself is a ligature.  That regressed 26 Tibetan
25263     tests (up from zero!).  Fix that.  Tibetan back to zero.
25264
25265  src/hb-ot-layout-gpos-table.hh                     | 27
25266  ++++++++++++++++------
25267  src/hb-ot-layout-private.hh                        |  5 ++--
25268  test/shaping/texts/in-tree/shaper-indic/MANIFEST   |  1 +
25269  .../indic/script-sinhala/misc/MANIFEST             |  1 +
25270  .../in-tree/shaper-indic/south-asian/MANIFEST      |  1 +
25271  .../south-asian/script-tibetan/MANIFEST            |  1 +
25272  .../south-asian/script-tibetan/misc/MANIFEST       |  1 +
25273  .../south-asian/script-tibetan/misc/misc.txt       |  1 +
25274  8 files changed, 29 insertions(+), 9 deletions(-)
25275
25276 commit 338fe662b50f9309bf0050dd99becb644874195b
25277 Author: Behdad Esfahbod <behdad@behdad.org>
25278 Date:   Sat Jul 28 18:53:01 2012 -0400
25279
25280     [GSUB] Minor
25281
25282  src/hb-ot-layout-gsub-table.hh | 33 ++++++++++++++++-----------------
25283  1 file changed, 16 insertions(+), 17 deletions(-)
25284
25285 commit e6f7479fe34fb4a7cada61d84c2ed70d1fd565c8
25286 Author: Behdad Esfahbod <behdad@behdad.org>
25287 Date:   Sat Jul 28 18:34:58 2012 -0400
25288
25289     [GSUB] Simplify would-apply
25290
25291  src/hb-ot-layout-gsub-table.hh       | 71
25292  +++---------------------------------
25293  src/hb-ot-layout-gsubgpos-private.hh | 24 +++---------
25294  2 files changed, 11 insertions(+), 84 deletions(-)
25295
25296 commit dadede012e4841f9fcb70d514fdc752f3ea4663d
25297 Author: Behdad Esfahbod <behdad@behdad.org>
25298 Date:   Sat Jul 28 18:03:20 2012 -0400
25299
25300     Minor
25301
25302  src/hb-ot-layout-common-private.hh | 7 +++----
25303  src/hb-ot-layout-gpos-table.hh     | 2 +-
25304  src/hb-ot-layout-gsub-table.hh     | 2 +-
25305  3 files changed, 5 insertions(+), 6 deletions(-)
25306
25307 commit 0b99429ead05ae32b3c210cb499af401b02770a9
25308 Author: Behdad Esfahbod <behdad@behdad.org>
25309 Date:   Sat Jul 28 17:31:01 2012 -0400
25310
25311     [GSUB/GPOS] Add get_coverage() and use it to speed up main loop
25312
25313     And use it to speed up the hotspot by checking coverage directly in
25314     the main loop, not 10 functions deep in.
25315
25316     Gives me a solid 20% boost with Indic test suite.  Less so for less
25317     lookup-intensive scenarios.
25318
25319     Remove the "fast_path" hack from before.
25320
25321  src/hb-ot-layout-gpos-table.hh       | 179
25322  ++++++++++++++++++++++++++++++-----
25323  src/hb-ot-layout-gsub-table.hh       | 166
25324  ++++++++++++++++++++++++++------
25325  src/hb-ot-layout-gsubgpos-private.hh |  26 +++++
25326  3 files changed, 321 insertions(+), 50 deletions(-)
25327
25328 commit 30ec9002d84e8b49290e782e6192069821ffa942
25329 Author: Behdad Esfahbod <behdad@behdad.org>
25330 Date:   Sat Jul 28 17:25:20 2012 -0400
25331
25332     Reject lookups with no subTable
25333
25334  src/hb-ot-layout-common-private.hh | 1 +
25335  1 file changed, 1 insertion(+)
25336
25337 commit 0981068b75710397f08e0d2d776a0a2ea68d7117
25338 Author: Behdad Esfahbod <behdad@behdad.org>
25339 Date:   Sat Jul 28 17:01:59 2012 -0400
25340
25341     [GSUB/GPOS] Reject Context/ChainContext lookups with zero input
25342
25343  src/hb-ot-layout-gsubgpos-private.hh | 2 ++
25344  1 file changed, 2 insertions(+)
25345
25346 commit 2f87cebe1062c7007021ebd05c1664e60da80825
25347 Author: Behdad Esfahbod <behdad@behdad.org>
25348 Date:   Fri Jul 27 04:02:38 2012 -0400
25349
25350     Implement shape_plan caching
25351
25352     Should give us some performance boost.
25353
25354  TODO                     |   4 ++
25355  src/hb-buffer-private.hh |  30 ++++++++++++++
25356  src/hb-font-private.hh   |   6 +++
25357  src/hb-font.cc           |  15 ++++++-
25358  src/hb-shape-plan.cc     | 100
25359  +++++++++++++++++++++++++++++++++++++++++++++++
25360  src/hb-shape-plan.h      |   7 ++++
25361  src/hb-shape.cc          |   2 +-
25362  7 files changed, 162 insertions(+), 2 deletions(-)
25363
25364 commit e9eb9503e97044222f843daacfa47e26e51312b7
25365 Author: Behdad Esfahbod <behdad@behdad.org>
25366 Date:   Fri Jul 27 03:16:22 2012 -0400
25367
25368     Add default_shaper_list to shape_plan
25369
25370  src/hb-shape-plan-private.hh | 1 +
25371  src/hb-shape-plan.cc         | 2 ++
25372  2 files changed, 3 insertions(+)
25373
25374 commit 3b7c4e270694ed962e2a2839e44f2a59c26b326c
25375 Author: Behdad Esfahbod <behdad@behdad.org>
25376 Date:   Fri Jul 27 03:12:23 2012 -0400
25377
25378     Don't fail choosing shaper on planning failure
25379
25380     Shapers have a chance to reject a font in face shaper_data creation.
25381     No need to allow failing during planning.
25382
25383  src/hb-shape-plan.cc | 17 ++++++-----------
25384  1 file changed, 6 insertions(+), 11 deletions(-)
25385
25386 commit cfe9882610489e1b917e09a74dfbf6bbba2e4a57
25387 Author: Behdad Esfahbod <behdad@behdad.org>
25388 Date:   Fri Jul 27 03:06:30 2012 -0400
25389
25390     Add hb_ot_layout_ensure() and hb_uniscribe_font_ensure()
25391
25392  src/hb-ot-layout.cc      |  7 +++++++
25393  src/hb-ot-layout.h       |  6 ++++++
25394  src/hb-shape-plan.cc     | 22 ++--------------------
25395  src/hb-shaper-private.hh | 18 ++++++++++++++++++
25396  src/hb-uniscribe.cc      | 11 +++++++++++
25397  src/hb-uniscribe.h       |  4 ++++
25398  6 files changed, 48 insertions(+), 20 deletions(-)
25399
25400 commit c5b668fb9239c912d2448280a7176e331ebc9181
25401 Author: Behdad Esfahbod <behdad@behdad.org>
25402 Date:   Fri Jul 27 02:49:39 2012 -0400
25403
25404     Choose one shaper per plan
25405
25406  src/hb-shape-plan-private.hh |  2 +-
25407  src/hb-shape-plan.cc         | 19 +++++++++----------
25408  2 files changed, 10 insertions(+), 11 deletions(-)
25409
25410 commit e82061e8db922f0ddbefd5a184ee2f9f967b9a05
25411 Author: Behdad Esfahbod <behdad@behdad.org>
25412 Date:   Fri Jul 27 02:29:32 2012 -0400
25413
25414     Move ot shaper completely to shape_plan
25415
25416  src/hb-ot-shape-private.hh |   6 --
25417  src/hb-ot-shape.cc         | 181
25418  +++++++++++++++++++++------------------------
25419  src/hb-uniscribe.cc        |   2 +-
25420  3 files changed, 84 insertions(+), 105 deletions(-)
25421
25422 commit ea278d3895fe0c92801d692cd71d8d9f1de7c048
25423 Author: Behdad Esfahbod <behdad@behdad.org>
25424 Date:   Fri Jul 27 02:12:28 2012 -0400
25425
25426     Partially switch ot shaper to shape_plan
25427
25428  src/hb-buffer-private.hh       |  1 +
25429  src/hb-buffer.cc               |  1 -
25430  src/hb-font-private.hh         |  2 --
25431  src/hb-font.cc                 | 22 ++++++++++++++--------
25432  src/hb-ot-layout-gpos-table.hh |  2 +-
25433  src/hb-ot-layout-gsub-table.hh |  4 ++--
25434  src/hb-ot-layout-private.hh    |  1 +
25435  src/hb-ot-layout.cc            |  9 ++++++---
25436  src/hb-ot-shape.cc             |  3 ++-
25437  src/hb-shape-plan.cc           | 11 +++++++++++
25438  src/hb-shaper-private.hh       |  3 ++-
25439  11 files changed, 40 insertions(+), 19 deletions(-)
25440
25441 commit b6b7ba1313bf686e6ed567183466104c90504a67
25442 Author: Behdad Esfahbod <behdad@behdad.org>
25443 Date:   Fri Jul 27 01:26:11 2012 -0400
25444
25445     Switch old and uniscribe backends to shape_plan
25446
25447  src/hb-old.cc                 |  80 ++------------------------
25448  src/hb-shape.cc               |   5 ++
25449  src/hb-shaper-impl-private.hh |   3 +-
25450  src/hb-shaper-private.hh      |   4 --
25451  src/hb-uniscribe.cc           | 130
25452  ++++++++++++------------------------------
25453  5 files changed, 48 insertions(+), 174 deletions(-)
25454
25455 commit c32c096a429da3e64896cf42ff5ab8c775d3c2ec
25456 Author: Behdad Esfahbod <behdad@behdad.org>
25457 Date:   Fri Jul 27 01:13:53 2012 -0400
25458
25459     Switch to shape_plan
25460
25461     Not optimized yet.  Eats babies.  And no shaper uses the shape_plan.
25462
25463  src/hb-shape-plan.cc | 37 +++++++++++++++++++++++++++++++++++--
25464  src/hb-shape-plan.h  |  8 ++++++++
25465  src/hb-shape.cc      | 27 ++++-----------------------
25466  3 files changed, 47 insertions(+), 25 deletions(-)
25467
25468 commit 5b95c148cc485f79fd7018bc4520b4cb5f728a18
25469 Author: Behdad Esfahbod <behdad@behdad.org>
25470 Date:   Thu Jul 26 23:46:53 2012 -0400
25471
25472     Start implementing shape_plan
25473
25474  src/hb-fallback-shape.cc     |  4 ++-
25475  src/hb-font-private.hh       |  4 +++
25476  src/hb-old.cc                |  4 ++-
25477  src/hb-ot-shape.cc           |  4 ++-
25478  src/hb-shape-plan-private.hh |  7 ++++
25479  src/hb-shape-plan.cc         | 76
25480  ++++++++++++++++++++++++++++++++++++++++++--
25481  src/hb-shape.cc              |  4 +++
25482  src/hb-shaper-private.hh     |  4 +--
25483  src/hb-uniscribe.cc          |  4 ++-
25484  9 files changed, 103 insertions(+), 8 deletions(-)
25485
25486 commit bd26b4d21f59312805d294f46f15182adbcc47da
25487 Author: Behdad Esfahbod <behdad@behdad.org>
25488 Date:   Thu Jul 26 22:05:39 2012 -0400
25489
25490     Minor
25491
25492  src/Makefile.am              |   1 +
25493  src/hb-fallback-shape.cc     |   3 +-
25494  src/hb-old.cc                |   3 +-
25495  src/hb-ot-shape.cc           |   3 +-
25496  src/hb-shape-plan-private.hh |   2 +-
25497  src/hb-shape-plan.cc         |   2 +
25498  src/hb-shape.cc              |  98 ++++----------------------------------
25499  src/hb-shaper-private.hh     |  16 ++++++-
25500  src/hb-shaper.cc             | 109
25501  +++++++++++++++++++++++++++++++++++++++++++
25502  src/hb-uniscribe.cc          |   3 +-
25503  10 files changed, 145 insertions(+), 95 deletions(-)
25504
25505 commit 027857d0412477fb4427dcb8a8c45287c272e143
25506 Author: Behdad Esfahbod <behdad@behdad.org>
25507 Date:   Thu Jul 26 17:34:25 2012 -0400
25508
25509     Start adding a unified shaper access infrastructure
25510
25511     Add global shape_plan.  Unused so far.
25512
25513  src/Makefile.am                                    |  15 +-
25514  src/hb-coretext-private.hh                         |  42 -----
25515  src/hb-coretext.cc                                 |   6 +-
25516  src/hb-fallback-shape.cc                           |  62 ++++++-
25517  src/hb-font-private.hh                             |  12 ++
25518  src/hb-font.cc                                     |  15 +-
25519  src/hb-old.cc                                      | 109 +++++++++---
25520  src/hb-ot-shape-private.hh                         |   8 -
25521  src/hb-ot-shape.cc                                 |  60 ++++++-
25522  ...aphite2-private.hh => hb-shape-plan-private.hh} |  28 +++-
25523  src/hb-shape-plan.cc                               |  85 ++++++++++
25524  ...b-fallback-shape-private.hh => hb-shape-plan.h} |  39 +++--
25525  src/hb-shape.cc                                    |  48 +-----
25526  ...scribe-private.hh => hb-shaper-impl-private.hh} |  20 ++-
25527  src/{hb-old-private.hh => hb-shaper-list.hh}       |  30 ++--
25528  src/hb-shaper-private.hh                           |  81 +++++++++
25529  src/hb-uniscribe.cc                                | 186
25530  +++++++++++++--------
25531  17 files changed, 608 insertions(+), 238 deletions(-)
25532
25533 commit fa2dfcd560444d8c54b6349ee106134d3536f79b
25534 Author: Behdad Esfahbod <behdad@behdad.org>
25535 Date:   Thu Jul 26 16:06:16 2012 -0400
25536
25537     Fix visibility warnings with MinGW32
25538
25539  src/hb-old/harfbuzz-global.h | 17 +++++++++++------
25540  src/hb-old/harfbuzz-impl.h   |  6 +++++-
25541  2 files changed, 16 insertions(+), 7 deletions(-)
25542
25543 commit ac2085d4b391b0a72473ecac3dd6c22efe66833f
25544 Author: Jonathan Kew <jfkthame@gmail.com>
25545 Date:   Thu Jul 26 15:58:45 2012 -0400
25546
25547     [CoreText] Ensure cluster indices in output buffer are non-decreasing.
25548
25549     Does not provide Uniscribe-compatible results, but should at least
25550     avoid
25551     breaking hb-view due to out-of-order cluster values.
25552
25553     For RTL runs, ensure cluster values are non-increasing (instead of
25554     non-decreasing).
25555
25556  src/hb-coretext.cc | 37 +++++++++++++++++++++++++++++++++++++
25557  1 file changed, 37 insertions(+)
25558
25559 commit 441d3bb7de311d54b9f0a5210344f9a96e97e153
25560 Author: Behdad Esfahbod <behdad@behdad.org>
25561 Date:   Thu Jul 26 12:01:12 2012 -0400
25562
25563     Minor
25564
25565  src/hb-coretext.cc | 4 ++--
25566  1 file changed, 2 insertions(+), 2 deletions(-)
25567
25568 commit 2e7f223054d310695bdb3498b2b2b5d17b6cce78
25569 Author: Behdad Esfahbod <behdad@behdad.org>
25570 Date:   Wed Jul 25 19:30:15 2012 -0400
25571
25572     [hb-old] Fix Arabic cursive positioning
25573
25574     Backporting from upstream:
25575
25576     commit b847f24ce855d24f6822bcd9c0006905e81b94d8
25577     Author: Behdad Esfahbod <behdad@behdad.org>
25578     Date:   Wed Jul 25 19:29:16 2012 -0400
25579
25580         [arabic] Fix Arabic cursive positioning
25581
25582         This was clearly broken in testing.  Who knows...  Fixes for me.
25583         Test with a Nastaleeq font, or with Arabic Typesetting.
25584
25585         Backporting from Chromium.
25586
25587  src/hb-old/harfbuzz-shaper.cpp | 2 +-
25588  1 file changed, 1 insertion(+), 1 deletion(-)
25589
25590 commit 9550a8c4e8b4e28be60d38c27d59253846ff9569
25591 Author: Behdad Esfahbod <behdad@behdad.org>
25592 Date:   Wed Jul 25 19:22:57 2012 -0400
25593
25594     [hb-old] Fixup not-enough-space handling
25595
25596  src/hb-old.cc | 15 ++++++++-------
25597  1 file changed, 8 insertions(+), 7 deletions(-)
25598
25599 commit 91e721ea8693205f4f738bca97a5055ee75cf463
25600 Author: Behdad Esfahbod <behdad@behdad.org>
25601 Date:   Wed Jul 25 19:20:34 2012 -0400
25602
25603     [hb-old] Fix clusters
25604
25605     Unlike its "documentation", hb-old's log_clusters are, well, indeed
25606     logical, not visual.  Fixup.  Adapted / copied from hb-uniscribe.
25607
25608  src/hb-old.cc                | 51
25609  ++++++++++++++++++++++++++++++++++----------
25610  src/hb-old/harfbuzz-shaper.h |  1 +
25611  src/hb-uniscribe.cc          |  5 +++--
25612  3 files changed, 44 insertions(+), 13 deletions(-)
25613
25614 commit a3313e54008167e415b72c780ca7b9cda958d07e
25615 Author: Behdad Esfahbod <behdad@behdad.org>
25616 Date:   Wed Jul 25 18:37:51 2012 -0400
25617
25618     [GPOS] Fix MarkMarkPos applied to results of MultipleSubst
25619
25620     This was broken as a result of
25621     7b84c536c10ab90ed96a033d88e9ad232d46c5b8.
25622     As Khaled reported, MarkMark positioning was broken with glyphs
25623     resulting from a MultipleSubst.  Fixed.  Test with the ALLAH character
25624     in Amiri.
25625
25626  src/hb-ot-layout-gpos-table.hh | 10 +++++-----
25627  src/hb-ot-layout-private.hh    | 23 +++++++++++++++++++++--
25628  2 files changed, 26 insertions(+), 7 deletions(-)
25629
25630 commit 35bdab3cf1f0836807160e3ce93766c321b32e8c
25631 Author: Behdad Esfahbod <behdad@behdad.org>
25632 Date:   Wed Jul 25 11:59:52 2012 -0400
25633
25634     Minor
25635
25636  src/hb-unicode-private.hh | 2 +-
25637  1 file changed, 1 insertion(+), 1 deletion(-)
25638
25639 commit 8fe4c7405b922cf0f936a46a9baedf4885b05254
25640 Author: Behdad Esfahbod <behdad@behdad.org>
25641 Date:   Tue Jul 24 21:05:12 2012 -0400
25642
25643     [hb-old] Add HarfBuzz.old shaper
25644
25645     Choose using shaper name "old".
25646
25647  configure.ac           |   8 +
25648  src/Makefile.am        |  14 +-
25649  src/hb-old-private.hh  |  40 +++
25650  src/hb-old.cc          | 369 ++++++++++++++++++++++++
25651  src/hb-old/.gitignore  |   7 -
25652  src/hb-old/Makefile.am |   2 +
25653  src/hb-old/Makefile.in | 762
25654  -------------------------------------------------
25655  src/hb-shape.cc        |   8 +-
25656  8 files changed, 436 insertions(+), 774 deletions(-)
25657
25658 commit 5e1987005eb1b9af7a4d3d9f90c5768d8cc80015
25659 Author: Behdad Esfahbod <behdad@behdad.org>
25660 Date:   Tue Jul 24 19:53:55 2012 -0400
25661
25662     [hb-old] Define Unicode funcs in terms of new HarfBuzz
25663
25664  src/hb-old/Makefile.am         |   4 +
25665  src/hb-old/Makefile.in         | 182
25666  ++++++++++++++++++++++++++++++++++++-----
25667  src/hb-old/harfbuzz-external.h | 100 +++++++++++++---------
25668  3 files changed, 224 insertions(+), 62 deletions(-)
25669
25670 commit 4a31166b2853c1ec052844140e114158f47c2355
25671 Author: Behdad Esfahbod <behdad@behdad.org>
25672 Date:   Tue Jul 24 19:49:48 2012 -0400
25673
25674     [hb-old] Shovel out the line-breaking / word-segmentation stuff
25675
25676  src/hb-old/Makefile.am               |  10 +-
25677  src/hb-old/Makefile.in               |  13 +-
25678  src/hb-old/harfbuzz-external.h       |  66 ------
25679  src/hb-old/harfbuzz-indic.cpp        |  26 ---
25680  src/hb-old/harfbuzz-khmer.c          |  25 ---
25681  src/hb-old/harfbuzz-myanmar.c        |  28 ---
25682  src/hb-old/harfbuzz-shaper-private.h |  12 --
25683  src/hb-old/harfbuzz-shaper.cpp       | 403
25684  +++--------------------------------
25685  src/hb-old/harfbuzz-shaper.h         |  31 ---
25686  src/hb-old/harfbuzz-thai.c           | 111 ----------
25687  src/hb-old/harfbuzz-tibetan.c        |  26 ---
25688  src/hb-old/harfbuzz.c                |  32 ---
25689  12 files changed, 33 insertions(+), 750 deletions(-)
25690
25691 commit 0bcbe88cf313117f739b98a11dbe698b75784e9d
25692 Author: Behdad Esfahbod <behdad@behdad.org>
25693 Date:   Tue Jul 24 19:38:24 2012 -0400
25694
25695     [hb-old] Add visibility attributes
25696
25697  src/hb-old/harfbuzz-global.h | 10 ++++++----
25698  src/hb-old/harfbuzz-impl.h   |  2 +-
25699  2 files changed, 7 insertions(+), 5 deletions(-)
25700
25701 commit 6a9d43c3178c920672a84382ca3797e3c478b2b0
25702 Author: Behdad Esfahbod <behdad@behdad.org>
25703 Date:   Tue Jul 24 19:21:22 2012 -0400
25704
25705     [hb-old] Remove unused header file
25706
25707  src/hb-old/harfbuzz-shape.h | 199
25708  --------------------------------------------
25709  1 file changed, 199 deletions(-)
25710
25711 commit fb47209c5b3aa992faf18d1a3f78b9d7682cf62f
25712 Author: Behdad Esfahbod <behdad@behdad.org>
25713 Date:   Tue Jul 24 19:20:19 2012 -0400
25714
25715     [hb-old] Rename hb_buffer_* to HB_Buffer_*
25716
25717  src/hb-old/harfbuzz-buffer.c   | 22 +++++++++++-----------
25718  src/hb-old/harfbuzz-buffer.h   |  8 ++++----
25719  src/hb-old/harfbuzz-shaper.cpp |  8 ++++----
25720  3 files changed, 19 insertions(+), 19 deletions(-)
25721
25722 commit 1512a7357513b72e2a07dda706a176bb23d694e9
25723 Author: Behdad Esfahbod <behdad@behdad.org>
25724 Date:   Tue Jul 24 19:16:56 2012 -0400
25725
25726     [hb-old] Start adding HarfBuzz-old as a new backend
25727
25728  configure.ac                         |    1 +
25729  src/Makefile.am                      |    5 +
25730  src/hb-old/.gitignore                |    7 +
25731  src/hb-old/COPYING                   |   24 +
25732  src/hb-old/Makefile.am               |   56 +
25733  src/hb-old/Makefile.in               |  631 ++++
25734  src/hb-old/README                    |    7 +
25735  src/hb-old/harfbuzz-arabic.c         | 1144 +++++++
25736  src/hb-old/harfbuzz-buffer-private.h |  107 +
25737  src/hb-old/harfbuzz-buffer.c         |  383 +++
25738  src/hb-old/harfbuzz-buffer.h         |  102 +
25739  src/hb-old/harfbuzz-external.h       |  151 +
25740  src/hb-old/harfbuzz-gdef-private.h   |  135 +
25741  src/hb-old/harfbuzz-gdef.c           | 1163 +++++++
25742  src/hb-old/harfbuzz-gdef.h           |  140 +
25743  src/hb-old/harfbuzz-global.h         |  118 +
25744  src/hb-old/harfbuzz-gpos-private.h   |  729 ++++
25745  src/hb-old/harfbuzz-gpos.c           | 6094
25746  ++++++++++++++++++++++++++++++++++
25747  src/hb-old/harfbuzz-gpos.h           |  155 +
25748  src/hb-old/harfbuzz-greek.c          |  447 +++
25749  src/hb-old/harfbuzz-gsub-private.h   |  483 +++
25750  src/hb-old/harfbuzz-gsub.c           | 4329 ++++++++++++++++++++++++
25751  src/hb-old/harfbuzz-gsub.h           |  148 +
25752  src/hb-old/harfbuzz-hangul.c         |  268 ++
25753  src/hb-old/harfbuzz-hebrew.c         |  187 ++
25754  src/hb-old/harfbuzz-impl.c           |   84 +
25755  src/hb-old/harfbuzz-impl.h           |  131 +
25756  src/hb-old/harfbuzz-indic.cpp        | 1894 +++++++++++
25757  src/hb-old/harfbuzz-khmer.c          |  667 ++++
25758  src/hb-old/harfbuzz-myanmar.c        |  539 +++
25759  src/hb-old/harfbuzz-open-private.h   |  102 +
25760  src/hb-old/harfbuzz-open.c           | 1433 ++++++++
25761  src/hb-old/harfbuzz-open.h           |  288 ++
25762  src/hb-old/harfbuzz-shape.h          |  199 ++
25763  src/hb-old/harfbuzz-shaper-all.cpp   |   37 +
25764  src/hb-old/harfbuzz-shaper-private.h |  171 +
25765  src/hb-old/harfbuzz-shaper.cpp       | 1338 ++++++++
25766  src/hb-old/harfbuzz-shaper.h         |  294 ++
25767  src/hb-old/harfbuzz-stream-private.h |   81 +
25768  src/hb-old/harfbuzz-stream.c         |  114 +
25769  src/hb-old/harfbuzz-stream.h         |   51 +
25770  src/hb-old/harfbuzz-thai.c           |  111 +
25771  src/hb-old/harfbuzz-tibetan.c        |  274 ++
25772  src/hb-old/harfbuzz.c                |   32 +
25773  src/hb-old/harfbuzz.h                |   38 +
25774  45 files changed, 24892 insertions(+)
25775
25776 commit 478fd0529b868b22905a9dedf331ac7cc9721723
25777 Author: Behdad Esfahbod <behdad@behdad.org>
25778 Date:   Tue Jul 24 17:09:01 2012 -0400
25779
25780     Minor
25781
25782  src/hb-unicode-private.hh | 27 ++++++++++++++-------------
25783  1 file changed, 14 insertions(+), 13 deletions(-)
25784
25785 commit 8979a7f6f2b44ade4c0198a31ae08561b35ce009
25786 Author: Behdad Esfahbod <behdad@behdad.org>
25787 Date:   Tue Jul 24 17:03:55 2012 -0400
25788
25789     [Mongolian] Remove Mongolian Vowel Separator at the end of shaping
25790
25791     Results match Uniscribe now.
25792
25793  src/hb-unicode-private.hh | 3 +++
25794  1 file changed, 3 insertions(+)
25795
25796 commit aa6d849838d5231465ae1a25a4dd5ea1e9380ff9
25797 Author: Jonathan Kew <jfkthame@gmail.com>
25798 Date:   Tue Jul 24 15:52:32 2012 -0400
25799
25800     [CoreText] Add basic Core Text backend for comparison with our
25801     native shaping
25802
25803     Does not attempt to handle clusters in a Uniscribe- or
25804     HarfBuzz-compatible way;
25805     just returns the original string indexes that CT maintains. These
25806     may even be
25807     out-of-order in the case of reordrant glyphs.
25808
25809  configure.ac               |  12 ++
25810  src/Makefile.am            |   7 +
25811  src/hb-coretext-private.hh |  42 ++++++
25812  src/hb-coretext.cc         | 323
25813  +++++++++++++++++++++++++++++++++++++++++++++
25814  src/hb-coretext.h          |  43 ++++++
25815  src/hb-shape.cc            |   6 +
25816  6 files changed, 433 insertions(+)
25817
25818 commit ec8d2494694275dfbbac2dd0d33ca2894b0463d6
25819 Author: Behdad Esfahbod <behdad@behdad.org>
25820 Date:   Tue Jul 24 15:40:37 2012 -0400
25821
25822     Make data members of various OpenType structs protected instead
25823     of private
25824
25825     Should fix warnings generated when building with
25826     -Wunused-private-field.
25827     Based on patch from Jonathan Kew.
25828
25829  src/hb-open-file-private.hh          |  8 +++---
25830  src/hb-ot-head-table.hh              |  2 +-
25831  src/hb-ot-hhea-table.hh              |  2 +-
25832  src/hb-ot-hmtx-table.hh              |  2 +-
25833  src/hb-ot-layout-common-private.hh   | 14 ++++++-----
25834  src/hb-ot-layout-gdef-table.hh       | 20 +++++++--------
25835  src/hb-ot-layout-gpos-table.hh       | 48
25836  ++++++++++++++++++------------------
25837  src/hb-ot-layout-gsub-table.hh       | 30 +++++++++++-----------
25838  src/hb-ot-layout-gsubgpos-private.hh | 32 ++++++++++++------------
25839  src/hb-ot-maxp-table.hh              |  2 +-
25840  src/hb-ot-name-table.hh              |  2 +-
25841  11 files changed, 82 insertions(+), 80 deletions(-)
25842
25843 commit 97aa0b738a33b73a3f9763dd2950f2dd39f596ed
25844 Author: Behdad Esfahbod <behdad@behdad.org>
25845 Date:   Tue Jul 24 15:02:34 2012 -0400
25846
25847     Minor const correctness shuffling
25848
25849  src/hb-shape.cc | 6 +++---
25850  1 file changed, 3 insertions(+), 3 deletions(-)
25851
25852 commit 6411e74caf23af7b0545f1fe54d19a1c8da895e8
25853 Author: Behdad Esfahbod <behdad@behdad.org>
25854 Date:   Tue Jul 24 13:48:49 2012 -0400
25855
25856     [Indic] Reposition Gurmukhi top matras to after post
25857
25858     The font is forming a post-base consonant in some samples, and
25859     Uniscribe
25860     positions top matra on the post-base.  Do the same.
25861
25862     Gurmukhi failures down from 59 to 41 (0.0674242%).
25863
25864  src/hb-ot-shape-complex-indic.cc                                        |
25865  2 +-
25866  .../texts/in-tree/shaper-indic/indic/script-gurmukhi/misc/misc.txt      |
25867  1 +
25868  2 files changed, 2 insertions(+), 1 deletion(-)
25869
25870 commit c3f769ba09df319fa69d04f68c57444f95eceee6
25871 Author: Behdad Esfahbod <behdad@behdad.org>
25872 Date:   Tue Jul 24 13:26:32 2012 -0400
25873
25874     [Indic] Ignore Uniscribe output containing two zero-width space glyphs
25875
25876     Uniscribe is buggy and sometimes /eats/ a mark next to a non-joiner.
25877     Most of Malayalam failures where actually hitting this bug.
25878
25879     Ignore test output with two zero-width space glyphs.  This is a hack
25880     until we build up the test suite infrastructure better.
25881
25882     Bengali went down by 9, Devanagari by 2, Kannada by 130, Malayalm down
25883     from 1197 to 307, Sinhala down by 16, Telugu down by 26.  New stats:
25884
25885     BENGALI: 353996 out of 354285 tests passed. 289 failed (0.0815727%)
25886     DEVANAGARI: 693573 out of 693628 tests passed. 55 failed (0.00792932%)
25887     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
25888     GURMUKHI: 60750 out of 60809 tests passed. 59 failed (0.0970251%)
25889     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
25890     KHMER: 299094 out of 299124 tests passed. 30 failed (0.0100293%)
25891     MALAYALAM: 1048109 out of 1048416 tests passed. 307 failed
25892     (0.0292823%)
25893     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
25894     SINHALA: 271715 out of 271847 tests passed. 132 failed (0.0485567%)
25895     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
25896     TELUGU: 970550 out of 970573 tests passed. 23 failed (0.00236973%)
25897
25898  test/shaping/hb_test_tools.py                                           |
25899  1 +
25900  .../texts/in-tree/shaper-indic/indic/script-malayalam/misc/misc.txt     |
25901  2 ++
25902  2 files changed, 3 insertions(+)
25903
25904 commit 65c43accdc4d2082282d5cedba8514b8df0c18a2
25905 Author: Behdad Esfahbod <behdad@behdad.org>
25906 Date:   Tue Jul 24 03:36:47 2012 -0400
25907
25908     [Indic] Better position left-matra in Malayalam
25909
25910     Just put it before base, which is what's expected.
25911
25912     Malayalam failures down from 1559 to 1197 (0.114172%).
25913
25914     BENGALI: 353988 out of 354285 tests passed. 297 failed (0.0838308%)
25915     DEVANAGARI: 693571 out of 693628 tests passed. 57 failed (0.00821766%)
25916     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
25917     GURMUKHI: 60750 out of 60809 tests passed. 59 failed (0.0970251%)
25918     KANNADA: 950956 out of 951913 tests passed. 957 failed (0.100534%)
25919     KHMER: 299094 out of 299124 tests passed. 30 failed (0.0100293%)
25920     MALAYALAM: 1047219 out of 1048416 tests passed. 1197 failed
25921     (0.114172%)
25922     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
25923     SINHALA: 271699 out of 271847 tests passed. 148 failed (0.0544424%)
25924     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
25925     TELUGU: 970524 out of 970573 tests passed. 49 failed (0.00504856%)
25926
25927  src/hb-ot-shape-complex-indic.cc                   | 41
25928  +++++++++++++++-------
25929  .../indic/script-malayalam/misc/misc.txt           |  1 +
25930  2 files changed, 29 insertions(+), 13 deletions(-)
25931
25932 commit 88f413b56f2858d149e2fc067685aeecaea779ca
25933 Author: Behdad Esfahbod <behdad@behdad.org>
25934 Date:   Tue Jul 24 03:04:36 2012 -0400
25935
25936     [Indic] Implement Reph+Ya-Phalaa interaction
25937
25938     The sequence Ra,H,Ya in Bengali is ambigious and Unicode encoded
25939     that to
25940     get Ya-Phalaa, one would place ZWJ before Halant.  Ie. a ZWJ,H
25941     sequence
25942     requests subjoining, while a H,ZWJ requests Half form.  Implement
25943     that.
25944
25945     Bengali failures go down from 377 to 297 (0.0838308%).
25946     Gujarati is down by 4 to 17 (0.0046384%).
25947     Kannada is down by 226 to 957 (0.100534%).
25948
25949     Current status:
25950
25951     BENGALI: 353988 out of 354285 tests passed. 297 failed (0.0838308%)
25952     DEVANAGARI: 693571 out of 693628 tests passed. 57 failed (0.00821766%)
25953     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
25954     GURMUKHI: 60750 out of 60809 tests passed. 59 failed (0.0970251%)
25955     KANNADA: 950956 out of 951913 tests passed. 957 failed (0.100534%)
25956     KHMER: 299094 out of 299124 tests passed. 30 failed (0.0100293%)
25957     MALAYALAM: 1046857 out of 1048416 tests passed. 1559 failed
25958     (0.148701%)
25959     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
25960     SINHALA: 271699 out of 271847 tests passed. 148 failed (0.0544424%)
25961     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
25962     TELUGU: 970524 out of 970573 tests passed. 49 failed (0.00504856%)
25963
25964  src/hb-ot-shape-complex-indic.cc                               |
25965  10 ++++++++--
25966  .../in-tree/shaper-indic/indic/script-bengali/misc/reph.txt    |  4 ++++
25967  2 files changed, 12 insertions(+), 2 deletions(-)
25968
25969 commit dff0ece11d61978c04e839501f179a5c3077f340
25970 Author: Behdad Esfahbod <behdad@behdad.org>
25971 Date:   Tue Jul 24 02:30:38 2012 -0400
25972
25973     [Indic] Limit matras to 4 per syllable
25974
25975     Also limit joiners.
25976
25977     This limits our syllable length to a constant, and is
25978     closer to what Uniscribe does anyway.
25979
25980     Two Devanagari tests regressed, but who cares about tests with 20
25981     joiners in a row?!  Devanagari at 57 (0.00821766%) now.
25982
25983  src/hb-ot-shape-complex-indic-machine.rl | 4 ++--
25984  1 file changed, 2 insertions(+), 2 deletions(-)
25985
25986 commit 330b329c8905a37ca88c556dea82c70d74c77458
25987 Author: Behdad Esfahbod <behdad@behdad.org>
25988 Date:   Tue Jul 24 02:25:26 2012 -0400
25989
25990     [Indic] Unmark U+17D1 KHMER SIGN VIRIAM to NOT be a Virama
25991
25992     Fixes another 1 Khmer failure.  Down to 30 (0.0100293%) now.
25993
25994  src/hb-ot-shape-complex-indic.cc                                        |
25995  2 ++
25996  .../in-tree/shaper-indic/south-east-asian/script-khmer/misc/misc.txt    |
25997  1 +
25998  2 files changed, 3 insertions(+)
25999
26000 commit 6824a7194e01b77eddb95bd95a9b32e219140912
26001 Author: Behdad Esfahbod <behdad@behdad.org>
26002 Date:   Tue Jul 24 02:22:18 2012 -0400
26003
26004     [Indic] Recategorize Khmer various signs as top matras
26005
26006     Khmer failures down from 39 to 31 (0.0103636%).
26007
26008  src/hb-ot-shape-complex-indic.cc | 23 ++++++++++-------------
26009  1 file changed, 10 insertions(+), 13 deletions(-)
26010
26011 commit d90b8e841e0068a601c96ab184d18b0f48eec9d1
26012 Author: Behdad Esfahbod <behdad@behdad.org>
26013 Date:   Tue Jul 24 02:10:20 2012 -0400
26014
26015     [Indic] Reposition Khmer prebase-reordering Ra around split matras
26016
26017     In Khmer coeng model, a V,Ra can go *after* matras.  If it goes
26018     after a
26019     split matra, it should be reordered to *before* the left part of
26020     such matra.
26021
26022     Khmer failures down from 136 to 39 (0.0130381%).
26023
26024  src/hb-ot-shape-complex-indic.cc                            | 13
26025  +++++++++++++
26026  .../south-east-asian/script-khmer/misc/misc.txt             |  4 ++++
26027  2 files changed, 17 insertions(+)
26028
26029 commit 0afb84c12567ac35adac657bf8be29999b8c5a50
26030 Author: Behdad Esfahbod <behdad@behdad.org>
26031 Date:   Tue Jul 24 01:44:47 2012 -0400
26032
26033     [Indic] Fix minor bug in pre-base Ra positioning
26034
26035  src/hb-ot-shape-complex-indic.cc | 4 ++--
26036  1 file changed, 2 insertions(+), 2 deletions(-)
26037
26038 commit 7573799126e812a047daa5f64121ec959866b3c8
26039 Author: Behdad Esfahbod <behdad@behdad.org>
26040 Date:   Tue Jul 24 01:32:07 2012 -0400
26041
26042     [Indic] Position Khmer U+17CE
26043
26044     Fixes another 6 Khmer failures.  Now at 136 (0.0454661%).
26045
26046  src/hb-ot-shape-complex-indic.cc                                    |
26047  6 ++++++
26048  .../shaper-indic/south-east-asian/script-khmer/misc/misc.txt        | 1 +
26049  2 files changed, 7 insertions(+)
26050
26051 commit 8d00e8d0e7d10f823e6975fecaffb9d557b1a99a
26052 Author: Behdad Esfahbod <behdad@behdad.org>
26053 Date:   Tue Jul 24 01:04:18 2012 -0400
26054
26055     [Indic] Don't reposition Khmer Bindu
26056
26057     Khmer Bindu doesn't like to move to syllable end.  Leave it where it
26058     was.
26059
26060     Brings down Khmer failures from 510 to 142 (0.047572%).
26061
26062  src/hb-ot-shape-complex-indic.cc | 2 ++
26063  1 file changed, 2 insertions(+)
26064
26065 commit 2278eefcdb3dd0d492b9d07176fbecc1f0516bb7
26066 Author: Behdad Esfahbod <behdad@behdad.org>
26067 Date:   Tue Jul 24 00:26:43 2012 -0400
26068
26069     [Indic] In Sinhala, form forced Reph even if no other consonant found
26070
26071     Fixes another 10 Sinhala failures.  Down to 148 (0.0544424%).
26072
26073  src/hb-ot-shape-complex-indic.cc                               |
26074  10 +++++-----
26075  .../in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt    |  1 +
26076  2 files changed, 6 insertions(+), 5 deletions(-)
26077
26078 commit 71fd5e80ad06c8e85a1112cc89e129d6cd03f82c
26079 Author: Behdad Esfahbod <behdad@behdad.org>
26080 Date:   Tue Jul 24 00:21:16 2012 -0400
26081
26082     [Indic] Further adjust base algorithm for Sinhala
26083
26084     Apparently if there is C,V,ZWJ,C, the first C will be base, but if
26085     it's C,ZWJ,V,C, the second one will be.
26086
26087     Note that Uniscribe implements this differently, by breaking
26088     syllable in
26089     the case of C,ZWJ,V,C and putting the first consonant in one syllable
26090     and the rest in the next syllable.
26091
26092     Sinhala failures down from 208 to 158 (0.0581209%).  No changes to
26093     Khmer.
26094
26095  src/hb-ot-shape-complex-indic.cc                              |
26096  11 +++++++----
26097  .../in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt   |  3 +++
26098  2 files changed, 10 insertions(+), 4 deletions(-)
26099
26100 commit 73d71cc527d28fd5519c5d965c272ea1fb149a0e
26101 Author: Behdad Esfahbod <behdad@behdad.org>
26102 Date:   Tue Jul 24 00:09:12 2012 -0400
26103
26104     [Indic] End Vowel-based syllable at ZWJ
26105
26106     One Devanagari test regressed, plus 10 Malayalam (at 1545 now).
26107
26108     Fixed 120 Sinhala failures.  Now at 208 (0.0765136%).
26109
26110  src/hb-ot-shape-complex-indic-machine.rl                                |
26111  2 +-
26112  .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt       |
26113  1 +
26114  2 files changed, 2 insertions(+), 1 deletion(-)
26115
26116 commit 34c215036f5fcdc7599b1ab0591b56dbb3811902
26117 Author: Behdad Esfahbod <behdad@behdad.org>
26118 Date:   Mon Jul 23 23:51:29 2012 -0400
26119
26120     [Indic] Improve Sinhala base algorithm and reph positioning
26121
26122     Sinhala does not have half forms.  And most (all?) consonants can be
26123     base, except when preceded by ZWJ, which would request a subjoined
26124     form.
26125     Hence switch the base algorithm to categorize with Khmer, start search
26126     at start, and stop at a ZWJ.
26127
26128     Also, mark all pos=base consonants after base to be subjoined.  Mark
26129     base itself to have pos=base.
26130
26131     Finally, adjust Sinhala's reph position to after-main.
26132
26133     Brings down Sinhala failures from 455 to 328 (0.120656%).
26134
26135  src/hb-ot-shape-complex-indic.cc                       | 18
26136  +++++++++++++++++-
26137  .../shaper-indic/indic/script-sinhala/misc/misc.txt    |  1 +
26138  2 files changed, 18 insertions(+), 1 deletion(-)
26139
26140 commit 2ec934c6c25423e7af20d909a9c698a149808ea9
26141 Author: Behdad Esfahbod <behdad@behdad.org>
26142 Date:   Mon Jul 23 23:49:04 2012 -0400
26143
26144     [Indic] Change "unknown" position to end of syllable
26145
26146  src/hb-ot-shape-complex-indic-private.hh | 2 +-
26147  1 file changed, 1 insertion(+), 1 deletion(-)
26148
26149 commit b70021f7c81a0ed08475b14b07291f662cd9f905
26150 Author: Behdad Esfahbod <behdad@behdad.org>
26151 Date:   Mon Jul 23 20:18:17 2012 -0400
26152
26153     When removing zero-width marks, don't remove ligatures
26154
26155     If a mark ligated, it probably should NOT be removed.
26156
26157  src/hb-ot-shape.cc | 6 +++---
26158  1 file changed, 3 insertions(+), 3 deletions(-)
26159
26160 commit 49c5ec51444f27f33e1eb6aa1959c61b08fa89c0
26161 Author: Behdad Esfahbod <behdad@behdad.org>
26162 Date:   Mon Jul 23 20:14:13 2012 -0400
26163
26164     Minor refactoring
26165
26166  src/hb-ot-layout-gsubgpos-private.hh | 32
26167  --------------------------------
26168  src/hb-ot-layout-private.hh          | 35
26169  +++++++++++++++++++++++++++++++++++
26170  src/hb-ot-shape-complex-indic.cc     |  2 +-
26171  3 files changed, 36 insertions(+), 33 deletions(-)
26172
26173 commit c3e6fdc3791168cf2b4c9412e751f187d58faa42
26174 Author: Behdad Esfahbod <behdad@behdad.org>
26175 Date:   Mon Jul 23 20:11:42 2012 -0400
26176
26177     [Indic] Improve check on ligatures
26178
26179     Only skip actual ligatures, not marks in-between ligature components.
26180
26181  src/hb-ot-layout-gsubgpos-private.hh | 5 +++++
26182  src/hb-ot-shape-complex-indic.cc     | 2 +-
26183  2 files changed, 6 insertions(+), 1 deletion(-)
26184
26185 commit 771a8f50289e8fa458cfc3cd84f73a380ce98077
26186 Author: Behdad Esfahbod <behdad@behdad.org>
26187 Date:   Mon Jul 23 20:07:50 2012 -0400
26188
26189     [Indic] exclude ligatures when matching on Indic category
26190
26191     If, say, a H,ZWJ,C ligature was formed, we don't want the code
26192     to detec
26193     that as a Halant.  So, ignore ligatures when matching category in
26194     final_reordering.
26195
26196     Sinhala failures down from 514 to 455 (0.167374%).
26197
26198  src/hb-ot-shape-complex-indic.cc                   | 41
26199  ++++++++++++----------
26200  .../indic/script-sinhala/misc/misc.txt             |  1 +
26201  2 files changed, 23 insertions(+), 19 deletions(-)
26202
26203 commit d1af9e82e5309158ed334ab8e21f3a3b64b9540f
26204 Author: Behdad Esfahbod <behdad@behdad.org>
26205 Date:   Mon Jul 23 19:55:35 2012 -0400
26206
26207     [GSUB/GPOS] Const correctness
26208
26209  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
26210  1 file changed, 2 insertions(+), 2 deletions(-)
26211
26212 commit baacd090df97610e3f6d1b2a110dc67b6c6f9f5c
26213 Author: Behdad Esfahbod <behdad@behdad.org>
26214 Date:   Mon Jul 23 19:51:48 2012 -0400
26215
26216     [Indic] Minor refactoring
26217
26218  src/hb-ot-shape-complex-indic.cc | 10 ++++++++--
26219  1 file changed, 8 insertions(+), 2 deletions(-)
26220
26221 commit c7c4de2fb9bba216e37875d79815eef55c0acc01
26222 Author: Behdad Esfahbod <behdad@behdad.org>
26223 Date:   Mon Jul 23 18:25:02 2012 -0400
26224
26225     [Indic] Remove syllable length check before sorting
26226
26227     We now limit syllable lengths in the machine.  No need to match here.
26228
26229  src/hb-ot-shape-complex-indic.cc | 2 --
26230  1 file changed, 2 deletions(-)
26231
26232 commit 9fa052733eb93a3ce1205f63ff8f74cb295cbe99
26233 Author: Behdad Esfahbod <behdad@behdad.org>
26234 Date:   Mon Jul 23 18:19:17 2012 -0400
26235
26236     [Indic] Limit syllables to at most five consonants
26237
26238     Seems to be about what Uniscribe does.  Not exactly.  But close
26239     enough.
26240     More consonants will start a new cluster.
26241
26242     A few scripts went way down in failures.  In particular:
26243
26244       - Devanagari failures went down from 490 to 56.
26245       - Telugu went down from 113 to 49.
26246
26247     Other scripts went down slightly or didn't change.  New numbers:
26248
26249     BENGALI: 353908 out of 354285 tests passed. 377 failed (0.106412%)
26250     DEVANAGARI: 693572 out of 693628 tests passed. 56 failed (0.00807349%)
26251     GUJARATI: 366485 out of 366506 tests passed. 21 failed (0.00572978%)
26252     GURMUKHI: 60750 out of 60809 tests passed. 59 failed (0.0970251%)
26253     KANNADA: 950730 out of 951913 tests passed. 1183 failed (0.124276%)
26254     KHMER: 298613 out of 299124 tests passed. 511 failed (0.170832%)
26255     MALAYALAM: 1046881 out of 1048416 tests passed. 1535 failed
26256     (0.146411%)
26257     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
26258     SINHALA: 271333 out of 271847 tests passed. 514 failed (0.189077%)
26259     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
26260     TELUGU: 970524 out of 970573 tests passed. 49 failed (0.00504856%)
26261
26262     Some of the remaining Telugu and Devanagari issues seem to be
26263     Uniscribe
26264     eating Anusvara when placed before a non-joiner.  Ouch!
26265
26266  src/hb-ot-shape-complex-indic-machine.rl | 6 +++---
26267  1 file changed, 3 insertions(+), 3 deletions(-)
26268
26269 commit 093cd583263a5d427e3377b31585043fb55d2557
26270 Author: Behdad Esfahbod <behdad@behdad.org>
26271 Date:   Mon Jul 23 14:04:42 2012 -0400
26272
26273     [Thai] Fix SARA AM handling
26274
26275     Oops, thinko.
26276
26277  src/hb-ot-shape-complex-misc.cc | 6 +++---
26278  src/hb-private.hh               | 4 ++--
26279  2 files changed, 5 insertions(+), 5 deletions(-)
26280
26281 commit 42848453bf260b456b46a07f066e31b8c3aac2f1
26282 Author: Behdad Esfahbod <behdad@behdad.org>
26283 Date:   Mon Jul 23 13:52:07 2012 -0400
26284
26285     [Thai] Reorder U+0E3A THAI VOWEL SIGN PHINTHU
26286
26287     Uniscribe reorders U+0E3A to be after U+0E38 and U+0E39.  We do
26288     that by
26289     modifying the ccc for U+0E3A.
26290
26291     Fixes the two remaining Thai failures (see previous commit).
26292
26293  src/hb-ot-shape-complex-misc.cc                          |  7 +++++++
26294  src/hb-unicode.cc                                        |  6 ++++++
26295  .../texts/in-tree/shaper-thai/script-thai/misc/MANIFEST  |  1 +
26296  .../in-tree/shaper-thai/script-thai/misc/phinthu.txt     | 16
26297  ++++++++++++++++
26298  4 files changed, 30 insertions(+)
26299
26300 commit 4a7f4f3e56f8f7640ae7337aa1b3324f31e0d4ab
26301 Author: Behdad Esfahbod <behdad@behdad.org>
26302 Date:   Mon Jul 23 13:15:33 2012 -0400
26303
26304     [Thai] Adjust SARA AM reordering to match Uniscribe
26305
26306     Adjust the list of marks before SARA AM that get the reordering
26307     treatment.  Also adjust cluster formation to match Uniscribe.
26308
26309     With Wikipedia test data, now I see:
26310
26311       - For Thai, with the Angsana New font from Win7, I see 54
26312       failures out
26313         of over 4M tests  (0.00129107%).  Of the 54, two are legitimate
26314         reordering issues (fix coming soon), and the other 52 are simply
26315         Uniscribe using a zero-width space char instead of an unknown
26316         character for missing glyphs.  No idea why.  The missing-glyph
26317         sequences include one that is a Thai character followed by
26318         an Arabic
26319         Sokun.  Someone confused it with Nikhahit I assume!
26320
26321       - For Lao, with the Dokchampa font from Win7, 33 tests fail out of
26322         54k (0.0615167%).  All seem to be insignificant mark positioning
26323         with two marks on a base.  Have to investigate.
26324
26325  src/hb-ot-shape-complex-misc.cc                    | 42
26326  +++++++++++++---------
26327  src/hb-private.hh                                  |  6 ++++
26328  test/shaping/texts/in-tree/shaper-thai/MANIFEST    |  1 +
26329  .../texts/in-tree/shaper-thai/script-lao/MANIFEST  |  1 +
26330  .../in-tree/shaper-thai/script-lao/misc/MANIFEST   |  1 +
26331  .../shaper-thai/script-lao/misc/sara-am.txt        | 20 +++++++++++
26332  .../shaper-thai/script-thai/misc/sara-am.txt       | 18 +++++++++-
26333  7 files changed, 72 insertions(+), 17 deletions(-)
26334
26335 commit 2cc933aff97916e5d0fe42883f40f0879f848e25
26336 Author: Behdad Esfahbod <behdad@behdad.org>
26337 Date:   Mon Jul 23 08:22:55 2012 -0400
26338
26339     [Indic] Fix cluster formation with left-matras and conjunct forms
26340
26341     Test case was: <U+0D15,U+0D4D,U+0D15,U+0D4A>.
26342
26343  src/hb-ot-shape-complex-indic.cc | 4 ++--
26344  1 file changed, 2 insertions(+), 2 deletions(-)
26345
26346 commit e6b01a878cd2e63cb675e7e0c6ac4d83a8c10f37
26347 Author: Behdad Esfahbod <behdad@behdad.org>
26348 Date:   Mon Jul 23 00:11:26 2012 -0400
26349
26350     [Indic] Further streamline cluster formation
26351
26352     This should address all possible cluster misformations that I had in
26353     mind.
26354
26355  src/hb-ot-shape-complex-indic.cc | 21 ++++++++++-----------
26356  1 file changed, 10 insertions(+), 11 deletions(-)
26357
26358 commit 7b2a7dadd6c616bbfe1d8358700cab9cee88e584
26359 Author: Behdad Esfahbod <behdad@behdad.org>
26360 Date:   Sun Jul 22 23:58:55 2012 -0400
26361
26362     [Indic] Merge clusters before sorting
26363
26364     This should fix any instabilities in cluster formation that we were
26365     speculating may happen with surrounding syllables.  Or most of it
26366     perhaps.
26367
26368  src/hb-ot-shape-complex-indic.cc | 4 ++++
26369  1 file changed, 4 insertions(+)
26370
26371 commit abb3239ef92cc5dccb4638806d7ae9868b9ac9b3
26372 Author: Behdad Esfahbod <behdad@behdad.org>
26373 Date:   Sun Jul 22 23:55:19 2012 -0400
26374
26375     [Indic] Update clusters for left-matra even if matra didn't move
26376
26377     Fixes crashes reported with left matra under
26378     non-uniscribe-bug-compatibilty mode.
26379
26380  src/hb-ot-shape-complex-indic.cc | 9 ++++++++-
26381  1 file changed, 8 insertions(+), 1 deletion(-)
26382
26383 commit 60554f14d8dca208721f0da8b69d84b92819c54f
26384 Author: Behdad Esfahbod <behdad@behdad.org>
26385 Date:   Sun Jul 22 23:23:56 2012 -0400
26386
26387     [Indic] Merge in Malayalam tests
26388
26389     From:
26390     http://silpa.org.in/pub/tests/hb/ml/ml-harfbuzz-testdata.txt
26391
26392  .../indic/script-malayalam/misc/misc.txt           | 94
26393  +++++++++++-----------
26394  1 file changed, 46 insertions(+), 48 deletions(-)
26395
26396 commit 5c7081770c7a611bbe79b451b7b86dec4fa6395d
26397 Author: Behdad Esfahbod <behdad@behdad.org>
26398 Date:   Sun Jul 22 23:20:27 2012 -0400
26399
26400     [Indic] Add extensive Sinhala tests
26401
26402     Generated by:
26403     http://git.savannah.gnu.org/cgit/sinhala.git/plain/utils/gen-unicode-sinhala.py
26404
26405  .../indic/script-sinhala/misc/extensive.txt        | 4390
26406  ++++++++++++++++++++
26407  1 file changed, 4390 insertions(+)
26408
26409 commit 2efe4707b1b449962f6e161716477d9775456c46
26410 Author: Behdad Esfahbod <behdad@behdad.org>
26411 Date:   Sun Jul 22 23:17:59 2012 -0400
26412
26413     [Indic] Add Sinhala tests
26414
26415     Merge tests from:
26416     http://git.savannah.gnu.org/cgit/sinhala.git/plain/patches/icu-sinhala-rendering.txt
26417
26418  .../indic/script-sinhala/misc/misc.txt             | 26
26419  ++++++++++++++++++++--
26420  1 file changed, 24 insertions(+), 2 deletions(-)
26421
26422 commit 3d4c111b7a13700b2f7a0b087eb3992283295f21
26423 Author: Behdad Esfahbod <behdad@behdad.org>
26424 Date:   Fri Jul 20 19:34:39 2012 -0400
26425
26426     Add a test case
26427
26428  .../texts/in-tree/shaper-indic/indic/script-bengali/misc/misc.txt
26429  | 1 +
26430  1 file changed, 1 insertion(+)
26431
26432 commit 92a1ad7bef9efb456ab87bd63818cfbed7da3f6f
26433 Author: Behdad Esfahbod <behdad@behdad.org>
26434 Date:   Fri Jul 20 18:38:27 2012 -0400
26435
26436     [Indic] Stop searching for base if a post form is found before
26437     below form
26438
26439     Improves Bengali and Gurmukhi.  Malayalam regressed a bit.  We will
26440     deal
26441     with that later.
26442
26443  src/hb-ot-shape-complex-indic.cc | 5 ++++-
26444  1 file changed, 4 insertions(+), 1 deletion(-)
26445
26446 commit 4c450c703f8e4618c587bcd7ef46dcc1f2c7947b
26447 Author: Behdad Esfahbod <behdad@behdad.org>
26448 Date:   Fri Jul 20 18:13:04 2012 -0400
26449
26450     [Indic] Recompose Bengali Ya,Nukta
26451
26452     This is a bunch of hacks for now.
26453
26454     Improves Bengali a bit.
26455
26456  src/hb-ot-shape-complex-indic.cc | 4 ++--
26457  src/hb-unicode.cc                | 8 ++++++++
26458  2 files changed, 10 insertions(+), 2 deletions(-)
26459
26460 commit e9c0f152a38cb2e76650a3e43f7fdcda266af696
26461 Author: Behdad Esfahbod <behdad@behdad.org>
26462 Date:   Fri Jul 20 17:05:46 2012 -0400
26463
26464     [Uniscribe] Fix script fallback
26465
26466     Gurmukhi failures half now.  Others changed slightly.
26467
26468  src/hb-uniscribe.cc | 34 ++++++++++++++--------------------
26469  1 file changed, 14 insertions(+), 20 deletions(-)
26470
26471 commit 5791f329159c9863317e2b507514c29321be31a7
26472 Author: Behdad Esfahbod <behdad@behdad.org>
26473 Date:   Fri Jul 20 16:26:55 2012 -0400
26474
26475     [Indic] Allow a ZWNJ after SM's
26476
26477     Malayalam failures go way down.  Other scripts benefitted slightly
26478     too.
26479     Sinhala had one or two test regressions, but...
26480
26481  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
26482  1 file changed, 1 insertion(+), 1 deletion(-)
26483
26484 commit 34ae336f3fae93ef9372881d545c817bce383041
26485 Author: Behdad Esfahbod <behdad@behdad.org>
26486 Date:   Fri Jul 20 16:17:28 2012 -0400
26487
26488     [Indic] Improve Reph AfterMain positioning
26489
26490     Fixes 20 out of 48 failing Oriya tests.  Failure rate down to
26491     0.066% now.
26492
26493  src/hb-ot-shape-complex-indic.cc | 3 +--
26494  1 file changed, 1 insertion(+), 2 deletions(-)
26495
26496 commit bdd080431a40bc941ece3230f338b94a46bd12a2
26497 Author: Behdad Esfahbod <behdad@behdad.org>
26498 Date:   Fri Jul 20 16:03:09 2012 -0400
26499
26500     [Indic] Reposition Oriya Candrabindu
26501
26502     Oriya failures down from 0.65% to 0.20%.
26503
26504  src/hb-ot-shape-complex-indic.cc                                        |
26505  1 +
26506  .../shaping/texts/in-tree/shaper-indic/indic/script-oriya/misc/MANIFEST |
26507  1 +
26508  .../texts/in-tree/shaper-indic/indic/script-oriya/misc/bindu.txt        |
26509  2 ++
26510  3 files changed, 4 insertions(+)
26511
26512 commit 5f0eaaad129ff04d56b8756bebf19fbc242718c9
26513 Author: Behdad Esfahbod <behdad@behdad.org>
26514 Date:   Fri Jul 20 15:47:24 2012 -0400
26515
26516     [Indic] Fix base search in final_reordering
26517
26518     Fixes most Malayalam failures.  Down from 1.6% to 0.38% now.  Fixes a
26519     few more in other scripts too.
26520
26521  src/hb-ot-shape-complex-indic.cc | 12 ++++++++----
26522  1 file changed, 8 insertions(+), 4 deletions(-)
26523
26524 commit 81202bd860e4034c18d9f80c5a4f33d9f48463a3
26525 Author: Behdad Esfahbod <behdad@behdad.org>
26526 Date:   Fri Jul 20 15:10:02 2012 -0400
26527
26528     [Indic] Don't attach SM/VD to other characters
26529
26530  src/hb-ot-shape-complex-indic-private.hh |  3 +++
26531  src/hb-ot-shape-complex-indic.cc         | 38
26532  ++++++++++++++++++--------------
26533  2 files changed, 24 insertions(+), 17 deletions(-)
26534
26535 commit efb4ad735691837a52447bedc1a66a87d0d9af51
26536 Author: Behdad Esfahbod <behdad@behdad.org>
26537 Date:   Fri Jul 20 14:27:38 2012 -0400
26538
26539     Fix compiler warnings
26540
26541     If x is not constant, we cannot ASSERT_STATIC on it.
26542
26543  src/hb-private.hh | 2 +-
26544  1 file changed, 1 insertion(+), 1 deletion(-)
26545
26546 commit f31d97e44eeb6fb141f3de928e27e033fc7b1f47
26547 Author: Behdad Esfahbod <behdad@behdad.org>
26548 Date:   Fri Jul 20 14:13:35 2012 -0400
26549
26550     [Indic] Form Telugu Reph out of Ra,Virama,ZWJ
26551
26552     Apparently this was approved in Feb 2012.  No font yet.
26553
26554  src/hb-ot-shape-complex-indic-private.hh | 2 +-
26555  src/hb-ot-shape-complex-indic.cc         | 4 ++--
26556  2 files changed, 3 insertions(+), 3 deletions(-)
26557
26558 commit 2e193b240ec85cab0d4e2f8a375c5a7f0ef99985
26559 Author: Behdad Esfahbod <behdad@behdad.org>
26560 Date:   Fri Jul 20 14:02:35 2012 -0400
26561
26562     [Indic] Don't split U+0AC9
26563
26564     Althought IndicMatraCategory.txt classifies it as Top_And_Right matra,
26565     it does not have Unicode decomposition, and Uniscribe does not do
26566     anything special about it either.
26567
26568     Gujarati failures down from 0.672% to 0.0130966%.
26569
26570  src/hb-unicode.cc | 2 +-
26571  1 file changed, 1 insertion(+), 1 deletion(-)
26572
26573 commit 30c3d5e9fc61b49c2c6ad4e744300edd6f3e0261
26574 Author: Behdad Esfahbod <behdad@behdad.org>
26575 Date:   Fri Jul 20 13:56:32 2012 -0400
26576
26577     [Indic] Simplify Uniscribe cluster emulation
26578
26579     Now that we break syllables on Halant,ZWNJ, this code can be
26580     simplified.
26581
26582  src/hb-ot-shape-complex-indic.cc | 11 ++---------
26583  1 file changed, 2 insertions(+), 9 deletions(-)
26584
26585 commit decf6ffca475fe01ff3151b7641f629f031137d2
26586 Author: Behdad Esfahbod <behdad@behdad.org>
26587 Date:   Fri Jul 20 13:51:31 2012 -0400
26588
26589     [Indic] Minor!
26590
26591  src/hb-ot-shape-complex-indic.cc | 2 +-
26592  1 file changed, 1 insertion(+), 1 deletion(-)
26593
26594 commit 9e4f94a72cea6d65a6a7ba5a47db92e00dbfbb91
26595 Author: Behdad Esfahbod <behdad@behdad.org>
26596 Date:   Fri Jul 20 13:48:03 2012 -0400
26597
26598     [Indic] Break syllables at Halant,ZWNJ
26599
26600     That's really what Uniscribe does, and explains a lot of pecularities
26601     of
26602     Halant,ZWNJ before the base.
26603
26604     Sent Telugu from 1% failures to 0.03%.  Improved Kannada and Malayalam
26605     slightly.  Fixed half of Bengali, and did NOT break anything!
26606
26607  src/hb-ot-shape-complex-indic-machine.rl | 5 +++--
26608  src/hb-ot-shape-complex-indic.cc         | 5 ++---
26609  2 files changed, 5 insertions(+), 5 deletions(-)
26610
26611 commit 2c372b80f6befad69e216e3f218b38640b8cc044
26612 Author: Behdad Esfahbod <behdad@behdad.org>
26613 Date:   Fri Jul 20 13:37:48 2012 -0400
26614
26615     [Indic] Better check for applying 'init'
26616
26617     Specifically, don't apply 'init' if previous char is a joiner.
26618
26619     Fixes some more of Bengali.
26620
26621  src/hb-ot-shape-complex-indic.cc | 9 +--------
26622  src/hb-private.hh                | 3 ++-
26623  2 files changed, 3 insertions(+), 9 deletions(-)
26624
26625 commit 34a7440b7c6c6e53394ddbdbedaad57b23f85105
26626 Author: Behdad Esfahbod <behdad@behdad.org>
26627 Date:   Fri Jul 20 12:32:59 2012 -0400
26628
26629     [GPOS] Don't zero mark advances
26630
26631     Fixes more of Telugu, Kannada, and Oriya.
26632
26633     May break things (outside Indic...), but we cannot think of any
26634     font relying
26635     on this immediately.
26636
26637  src/hb-ot-layout-gpos-table.hh | 4 ++--
26638  1 file changed, 2 insertions(+), 2 deletions(-)
26639
26640 commit 8ed248de77e5d2ed978e55c0ce1a11727bc9e34c
26641 Author: Behdad Esfahbod <behdad@behdad.org>
26642 Date:   Fri Jul 20 11:42:24 2012 -0400
26643
26644     [Indic] Minor
26645
26646  src/hb-ot-shape-complex-indic.cc | 5 +++--
26647  1 file changed, 3 insertions(+), 2 deletions(-)
26648
26649 commit d0e68dbd0b9fc9a42c4280d01c8ffd9c5015d550
26650 Author: Behdad Esfahbod <behdad@behdad.org>
26651 Date:   Fri Jul 20 11:25:41 2012 -0400
26652
26653     [Indic] Implement reph positioning step 5
26654
26655     Not tuned, just copied from step 2.  Fixes another 0.5% of Kannada
26656     failures.  1% to go.
26657
26658  src/hb-ot-shape-complex-indic.cc | 12 +++++++++++-
26659  1 file changed, 11 insertions(+), 1 deletion(-)
26660
26661 commit a9e45c32e4a0d6da33c52f8427aa694e57f52eb9
26662 Author: Behdad Esfahbod <behdad@behdad.org>
26663 Date:   Fri Jul 20 11:04:15 2012 -0400
26664
26665     [Indic] Don't let ZWNJ at the end of syllable affect base search
26666
26667     Fixes a few Devanagari, half of remaining Kannada failures,
26668     quarter for
26669     Telugu, and others slightly improved or unchanged.
26670
26671  src/hb-ot-shape-complex-indic.cc | 6 +++++-
26672  1 file changed, 5 insertions(+), 1 deletion(-)
26673
26674 commit 20b68e699f73e6ce046c0ec143d40b3d6d48e06b
26675 Author: Behdad Esfahbod <behdad@behdad.org>
26676 Date:   Fri Jul 20 10:47:46 2012 -0400
26677
26678     [Indic] Apply 'cjct' globally
26679
26680     Fixes 5 Devanagari failures, and no regressions.
26681
26682  src/hb-ot-shape-complex-indic.cc | 15 +++++++++------
26683  1 file changed, 9 insertions(+), 6 deletions(-)
26684
26685 commit 51e764de441072e7c9f67de23e8ed717b9b8957d
26686 Author: Behdad Esfahbod <behdad@behdad.org>
26687 Date:   Fri Jul 20 10:30:24 2012 -0400
26688
26689     [Indic] Unbreak old scriptures
26690
26691     Brings down failures with Lohit-Telugu from 57% to 1.40%.
26692
26693  src/hb-ot-shape-complex-indic.cc | 5 +++--
26694  1 file changed, 3 insertions(+), 2 deletions(-)
26695
26696 commit 900cf3d449bf36d4f8b1474590cae925fef48fc8
26697 Author: Behdad Esfahbod <behdad@behdad.org>
26698 Date:   Fri Jul 20 10:18:23 2012 -0400
26699
26700     Minor
26701
26702  src/hb-ot-shape-complex-indic.cc | 2 +-
26703  1 file changed, 1 insertion(+), 1 deletion(-)
26704
26705 commit 87cd63266e73af316b250573ef57388a0bcc9133
26706 Author: Behdad Esfahbod <behdad@behdad.org>
26707 Date:   Thu Jul 19 21:17:48 2012 -0400
26708
26709     [Indic] Recategorize some Kannada right matras
26710
26711     Kannada failures down from 3.5% to 2.93%.
26712
26713  src/hb-ot-shape-complex-indic.cc                                   | 2 +-
26714  .../texts/in-tree/shaper-indic/indic/script-kannada/misc/MANIFEST  | 1 +
26715  .../shaper-indic/indic/script-kannada/misc/right-matras.txt        |
26716  7 +++++++
26717  3 files changed, 9 insertions(+), 1 deletion(-)
26718
26719 commit 3604d64ced909ade91998d294a7b4b2ee14d47aa
26720 Author: Behdad Esfahbod <behdad@behdad.org>
26721 Date:   Thu Jul 19 21:13:04 2012 -0400
26722
26723     [Indic] Recategorize GURMUKHI ADDAK
26724
26725     It's not in IndicSyllabicCategory.txt.  Fixes most of Gurmukhi
26726     failures.
26727     Failures down from 7.7% to 0.222%!
26728
26729  src/hb-ot-shape-complex-indic.cc | 1 +
26730  1 file changed, 1 insertion(+)
26731
26732 commit 89328581236a53ec16508b95db54c7e5315b178f
26733 Author: Behdad Esfahbod <behdad@behdad.org>
26734 Date:   Thu Jul 19 21:02:38 2012 -0400
26735
26736     Minor
26737
26738  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
26739  1 file changed, 2 insertions(+), 2 deletions(-)
26740
26741 commit 47ef931f13778b894090139a64238a5ab9ac1154
26742 Author: Behdad Esfahbod <behdad@behdad.org>
26743 Date:   Thu Jul 19 20:52:44 2012 -0400
26744
26745     [buffer] Make sure out_info = info during GPOS
26746
26747  src/hb-buffer.cc | 9 +++++++--
26748  1 file changed, 7 insertions(+), 2 deletions(-)
26749
26750 commit ae63cf206291befe3920adfe015e6cd0961580e5
26751 Author: Behdad Esfahbod <behdad@behdad.org>
26752 Date:   Thu Jul 19 20:45:41 2012 -0400
26753
26754     Print line number during return when tracing
26755
26756  src/hb-private.hh | 8 ++++----
26757  1 file changed, 4 insertions(+), 4 deletions(-)
26758
26759 commit 5249f3aee108b0f41770d137e63a625f594418e7
26760 Author: Behdad Esfahbod <behdad@behdad.org>
26761 Date:   Thu Jul 19 20:30:22 2012 -0400
26762
26763     [Indic] Unbreak Khmer
26764
26765     For Khmer, all consonants are subjoining.  No need to look in
26766     the font.
26767     We were looking in the wrong order anyway.
26768
26769  src/hb-ot-shape-complex-indic.cc | 4 +++-
26770  1 file changed, 3 insertions(+), 1 deletion(-)
26771
26772 commit e0475345d5d7db8dbc8b554beedfa2435c5d7fd1
26773 Author: Behdad Esfahbod <behdad@behdad.org>
26774 Date:   Thu Jul 19 20:24:14 2012 -0400
26775
26776     [Indic] Apply 'akhn' globally
26777
26778     Fixes 1.5% more failures for Telugu, 2% for Kannada.
26779     Breaks one test in Devanagari.
26780
26781  src/hb-ot-shape-complex-indic.cc | 8 ++++----
26782  1 file changed, 4 insertions(+), 4 deletions(-)
26783
26784 commit c87bcddb10752b407c0471ee5ac4de6f1b00b711
26785 Author: Behdad Esfahbod <behdad@behdad.org>
26786 Date:   Thu Jul 19 20:03:25 2012 -0400
26787
26788     [Indic] Add failing test for Kannada
26789
26790  .../texts/in-tree/shaper-indic/indic/script-kannada/misc/misc.txt
26791  | 1 +
26792  1 file changed, 1 insertion(+)
26793
26794 commit fa247ebe524f92fa95d344ba912f704262879c13
26795 Author: Behdad Esfahbod <behdad@behdad.org>
26796 Date:   Thu Jul 19 19:52:19 2012 -0400
26797
26798     [Indic] Better position U+0CD5
26799
26800     Fixes another 5% of Kannada failures.
26801
26802  src/hb-ot-shape-complex-indic.cc | 4 ++--
26803  1 file changed, 2 insertions(+), 2 deletions(-)
26804
26805 commit f055442716ec7543ed156d4789955b19c11a5255
26806 Author: Behdad Esfahbod <behdad@behdad.org>
26807 Date:   Thu Jul 19 16:20:21 2012 -0400
26808
26809     [Indic] Lookup consonant position in the font
26810
26811     Fixes most failures of Oriya, and improves others a bit.
26812
26813  src/hb-ot-map-private.hh                 |  13 ++--
26814  src/hb-ot-shape-complex-indic-private.hh | 105
26815  -------------------------------
26816  src/hb-ot-shape-complex-indic.cc         |  63 +++++++++++++------
26817  3 files changed, 54 insertions(+), 127 deletions(-)
26818
26819 commit 74d1d88781e91866a52e27f391e34df03b313442
26820 Author: Behdad Esfahbod <behdad@behdad.org>
26821 Date:   Thu Jul 19 16:14:23 2012 -0400
26822
26823     [GSUB] Fix would_apply() for LigatureSubst
26824
26825  src/hb-ot-layout-gsub-table.hh | 1 +
26826  1 file changed, 1 insertion(+)
26827
26828 commit 787f7d1e9ba9ad038f24e5a1063d12c7d169ad37
26829 Author: Behdad Esfahbod <behdad@behdad.org>
26830 Date:   Thu Jul 19 15:29:13 2012 -0400
26831
26832     [TODO] Minor
26833
26834  TODO | 2 ++
26835  1 file changed, 2 insertions(+)
26836
26837 commit be73a5f9368136ecbdb211b96516ad0c554c8201
26838 Author: Behdad Esfahbod <behdad@behdad.org>
26839 Date:   Thu Jul 19 14:59:15 2012 -0400
26840
26841     Add src/test-would-substitute tool
26842
26843  src/Makefile.am              |   6 +-
26844  src/test-would-substitute.cc |  94 ++++++++++++++++++++++++++++++
26845  src/test.cc                  | 132
26846  +++++++++++++++++++++++++++++++++++++++++++
26847  3 files changed, 231 insertions(+), 1 deletion(-)
26848
26849 commit e72b360ac6381b549249b8836fa3e70b909d3437
26850 Author: Behdad Esfahbod <behdad@behdad.org>
26851 Date:   Thu Jul 19 14:35:23 2012 -0400
26852
26853     Refactor / finish would_apply() operation
26854
26855     Untested.
26856
26857  src/hb-ot-layout-gpos-table.hh       |   6 +-
26858  src/hb-ot-layout-gsub-table.hh       | 126 +++++++++----------
26859  src/hb-ot-layout-gsubgpos-private.hh | 233
26860  ++++++++++++++++++++++++++++++++++-
26861  src/hb-ot-layout.cc                  |  11 ++
26862  src/hb-ot-layout.h                   |   7 ++
26863  5 files changed, 308 insertions(+), 75 deletions(-)
26864
26865 commit 8c973ebf0f59abb5ee920edd5d64e23d8e47ad75
26866 Author: Behdad Esfahbod <behdad@behdad.org>
26867 Date:   Thu Jul 19 13:25:08 2012 -0400
26868
26869     [Indic] Implement per-script matra positioning
26870
26871     Following what the spec says.
26872
26873     Brings down Telugu failures from 40% to 3.75%, and Kannada failures
26874     from
26875     44% to 10%.  Does NOT affect other scripts' test results.
26876
26877  src/hb-ot-shape-complex-indic-private.hh |  2 +-
26878  src/hb-ot-shape-complex-indic.cc         | 40
26879  +++++++++++++++++++++++++++++---
26880  src/hb-unicode.cc                        |  2 +-
26881  3 files changed, 39 insertions(+), 5 deletions(-)
26882
26883 commit 8bb32458f95f13f66688e0811cc91f1bfffb867d
26884 Author: Behdad Esfahbod <behdad@behdad.org>
26885 Date:   Thu Jul 19 12:59:06 2012 -0400
26886
26887     [Indic] More refactoring
26888
26889  src/hb-ot-shape-complex-indic-private.hh |  9 ++---
26890  src/hb-ot-shape-complex-indic.cc         | 65
26891  ++++++++++++++++++++++++--------
26892  2 files changed, 54 insertions(+), 20 deletions(-)
26893
26894 commit 9ccc6382ba43760167c134c18c1c4ada4b8c3f22
26895 Author: Behdad Esfahbod <behdad@behdad.org>
26896 Date:   Thu Jul 19 12:32:16 2012 -0400
26897
26898     [Indic] Minor refactoring
26899
26900  src/hb-ot-shape-complex-indic.cc | 127
26901  ++++++++++++++++++++++-----------------
26902  1 file changed, 71 insertions(+), 56 deletions(-)
26903
26904 commit f83aaa3133de5d807be267a100d6a200e8db9017
26905 Author: Behdad Esfahbod <behdad@behdad.org>
26906 Date:   Thu Jul 19 12:23:23 2012 -0400
26907
26908     [Indic] Minor
26909
26910  src/hb-ot-shape-complex-indic-private.hh | 42
26911  ++++++++++++++++++++------------
26912  1 file changed, 26 insertions(+), 16 deletions(-)
26913
26914 commit be8b9f5f715f6fb36b98bd33c3303f79cc068f8a
26915 Author: Behdad Esfahbod <behdad@behdad.org>
26916 Date:   Thu Jul 19 12:11:12 2012 -0400
26917
26918     [Indic] Start refactoring different matra positions per script
26919
26920  src/hb-ot-shape-complex-indic-private.hh | 36
26921  +++++++++++++++++++-------------
26922  src/hb-ot-shape-complex-indic.cc         |  4 ++--
26923  2 files changed, 24 insertions(+), 16 deletions(-)
26924
26925 commit deeb540a74f8d394db273145b17bf385d14d01bb
26926 Author: Behdad Esfahbod <behdad@behdad.org>
26927 Date:   Thu Jul 19 11:30:48 2012 -0400
26928
26929     [test] Ignore tests with DOTTED CIRCLE in the output
26930
26931  test/shaping/hb_test_tools.py | 4 ++++
26932  1 file changed, 4 insertions(+)
26933
26934 commit b01d9b3d90e892341ee4463f2eda4600850b97d8
26935 Author: Behdad Esfahbod <behdad@behdad.org>
26936 Date:   Thu Jul 19 11:25:49 2012 -0400
26937
26938     [Indic] Disallow decomposition of a couple characters
26939
26940     This is a hack for now.  Will be fixed when we do
26941     complex-shaper-driven
26942     normalization properly.
26943
26944     The results with or without decomposition are the same, but Uniscribe
26945     does not normalize, so this matches better.
26946
26947  src/hb-unicode.cc | 3 +++
26948  1 file changed, 3 insertions(+)
26949
26950 commit 422ecd2d3c198a36d07d409341cb82ea57c7ad6b
26951 Author: Behdad Esfahbod <behdad@behdad.org>
26952 Date:   Wed Jul 18 23:25:58 2012 -0400
26953
26954     [Indic] Accept a forced Rakar sequence at the end of syllable
26955
26956     In Sinhala, Rakar is formed by Al-Lakuna,ZWJ,Ra.  If you put that
26957     at the
26958     end of a Consonant,Matra syllable, you get a dotted-circle from
26959     Uniscribe.  Apparently adding a ZWJ before the Al-Lakuna "fixes" that.
26960     And people have been encoding that sequence...  So, allow a forced
26961     "ZWJ,Virama,ZWJ,Ra" sequence at the of syllables.
26962
26963     Fixes some 100 or more of Sinhala failures.  Now at 622 only (0.23%).
26964
26965  src/hb-ot-shape-complex-indic-machine.rl                               |
26966  3 ++-
26967  .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt      |
26968  2 ++
26969  2 files changed, 4 insertions(+), 1 deletion(-)
26970
26971 commit 6fc1732003d71cf90d37247482772c3da884687f
26972 Author: Behdad Esfahbod <behdad@behdad.org>
26973 Date:   Wed Jul 18 17:49:19 2012 -0400
26974
26975     [Indic] Allow joiners on both sides of Halant at the same time
26976
26977     The sequence <ZWJ,Al-Lakuna,ZWJ> is used in Sinhala to explicitly ask
26978     for Rakar.  Fixes two-thousand Sinhala tests.  Not many left.
26979
26980  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
26981  1 file changed, 1 insertion(+), 1 deletion(-)
26982
26983 commit 10cdc94eee2225f14c198c015256a5a0063eecad
26984 Author: Behdad Esfahbod <behdad@behdad.org>
26985 Date:   Wed Jul 18 17:42:34 2012 -0400
26986
26987     [Indic] In final reordering, find base, even if it disappeared
26988
26989     POS_BASE can disappear if base ligated backward.  Define base as last
26990     with position not after base.
26991
26992     Fixes a few hundred of Sinhala failures with Iskoola Pota.
26993
26994  src/hb-ot-shape-complex-indic.cc                                   |
26995  7 ++-----
26996  .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt  | 1 +
26997  2 files changed, 3 insertions(+), 5 deletions(-)
26998
26999 commit 9c4d24a3a677a58ec59c7fb0f8b70b8aad30a032
27000 Author: Behdad Esfahbod <behdad@behdad.org>
27001 Date:   Wed Jul 18 17:29:10 2012 -0400
27002
27003     [Indic] Minor
27004
27005  src/hb-ot-shape-complex-indic.cc | 1 +
27006  1 file changed, 1 insertion(+)
27007
27008 commit 3285e107c9a83aeb552e67f9460680ff6d167d88
27009 Author: Behdad Esfahbod <behdad@behdad.org>
27010 Date:   Wed Jul 18 17:22:14 2012 -0400
27011
27012     [Indic] Implement Sinhala "Al Lakuna" Reph behavior
27013
27014     In Sinhala, Reph is formed only explicitly, by the presence of a ZWJ.
27015
27016  src/hb-ot-shape-complex-indic-private.hh                           | 2 ++
27017  src/hb-ot-shape-complex-indic.cc                                   |
27018  7 ++++++-
27019  .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/MANIFEST  | 1 +
27020  .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/reph.txt  |
27021  3 +++
27022  4 files changed, 12 insertions(+), 1 deletion(-)
27023
27024 commit 91cade755534c42bb826a6aefcbca8a543d94387
27025 Author: Behdad Esfahbod <behdad@behdad.org>
27026 Date:   Wed Jul 18 16:50:41 2012 -0400
27027
27028     [Indic/Unicode] Decompose Sinhala split matras the way Uniscribe likes
27029
27030     Makes no visual difference.
27031
27032     Fixes most of the failures.  Down from 15% to 1.3%!
27033
27034  src/hb-unicode.cc | 8 ++++++++
27035  1 file changed, 8 insertions(+)
27036
27037 commit d8942dcbb4e3249a2d78a6455c119294ed4390bc
27038 Author: Behdad Esfahbod <behdad@behdad.org>
27039 Date:   Wed Jul 18 16:34:10 2012 -0400
27040
27041     Apply Tibetan (global) features.
27042
27043     Fixes all Tibetan failures.  All 180k of them!
27044
27045     Merges back Hangul into the default shaper.
27046
27047  src/hb-ot-shape-complex-misc.cc    | 82
27048  +++++++++++++++++---------------------
27049  src/hb-ot-shape-complex-private.hh |  7 ----
27050  2 files changed, 37 insertions(+), 52 deletions(-)
27051
27052 commit 552d19b7a11f7dff888587fce4d56d9f8e47e819
27053 Author: Behdad Esfahbod <behdad@behdad.org>
27054 Date:   Wed Jul 18 16:00:49 2012 -0400
27055
27056     [Indic] Treat Register Shifters like Nukta
27057
27058     Really this time.
27059
27060     Fixes another 18 Khmer tests.
27061
27062  src/hb-ot-shape-complex-indic-machine.rl                                |
27063  2 +-
27064  src/hb-ot-shape-complex-indic.cc                                        |
27065  2 --
27066  .../in-tree/shaper-indic/south-east-asian/script-khmer/misc/misc.txt    |
27067  1 +
27068  3 files changed, 2 insertions(+), 3 deletions(-)
27069
27070 commit e8cd81f76d159f3ecf808952dab24bc07782497a
27071 Author: Behdad Esfahbod <behdad@behdad.org>
27072 Date:   Wed Jul 18 16:00:20 2012 -0400
27073
27074     [Indic] Minor
27075
27076  src/hb-ot-shape-complex-indic.cc | 2 +-
27077  1 file changed, 1 insertion(+), 1 deletion(-)
27078
27079 commit 69f26bf39c824d6bf5b1c0d410380cc5462ad5ca
27080 Author: Behdad Esfahbod <behdad@behdad.org>
27081 Date:   Wed Jul 18 15:45:43 2012 -0400
27082
27083     [Indic] Fix Matra reordering when base is at end of syllable
27084
27085     For example: U+915,U+200c,U+93f
27086
27087     Fixes last Tamil failure!
27088
27089  src/hb-ot-shape-complex-indic.cc                                        |
27090  2 +-
27091  .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt    |
27092  1 +
27093  2 files changed, 2 insertions(+), 1 deletion(-)
27094
27095 commit d16ccc4ae7aa8be460881042413fa2637929fede
27096 Author: Behdad Esfahbod <behdad@behdad.org>
27097 Date:   Wed Jul 18 15:43:55 2012 -0400
27098
27099     Leave one extra item at the end of buffer allocation
27100
27101     Just in case, for the times we do out-of-bounds access.
27102
27103     jk
27104
27105  src/hb-buffer-private.hh | 2 +-
27106  1 file changed, 1 insertion(+), 1 deletion(-)
27107
27108 commit 075d671f1093d2e3c58f7f45568696030f1b3efd
27109 Author: Behdad Esfahbod <behdad@behdad.org>
27110 Date:   Wed Jul 18 15:41:53 2012 -0400
27111
27112     [Indic] Fix out-of-bounds array access
27113
27114  src/hb-ot-shape-complex-indic.cc | 6 ++++--
27115  1 file changed, 4 insertions(+), 2 deletions(-)
27116
27117 commit dcb527242b1eca4db1e190a7802f9cd132aaf46e
27118 Author: Behdad Esfahbod <behdad@behdad.org>
27119 Date:   Wed Jul 18 15:28:25 2012 -0400
27120
27121     [Indic] Allow joiners before matras
27122
27123     Fixes 1 more Devanagari test!
27124
27125  src/hb-ot-shape-complex-indic-machine.rl | 4 ++--
27126  1 file changed, 2 insertions(+), 2 deletions(-)
27127
27128 commit 391cc0331749e263bdfe83a8f5f6d76f2360ee7a
27129 Author: Behdad Esfahbod <behdad@behdad.org>
27130 Date:   Wed Jul 18 15:10:05 2012 -0400
27131
27132     [Indic] Allow halant group in Vowel and placeholder syllables
27133
27134     Fixes 2 out of 560 Devanagari failures.  AND:
27135     Fixes 1 out of 2 Tamil failures.
27136
27137  src/hb-ot-shape-complex-indic-machine.rl                           |
27138  7 ++++---
27139  .../in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt     | 1 +
27140  2 files changed, 5 insertions(+), 3 deletions(-)
27141
27142 commit ca4e3d3eab7b738c2b8e2a81696a28bca1b81495
27143 Author: Behdad Esfahbod <behdad@behdad.org>
27144 Date:   Wed Jul 18 15:05:40 2012 -0400
27145
27146     [Indic] Streamline halant/joiner in grammar
27147
27148  src/hb-ot-shape-complex-indic-machine.rl | 6 +++---
27149  1 file changed, 3 insertions(+), 3 deletions(-)
27150
27151 commit 418d00dffddd95a1f27e9be15752d494c627d45e
27152 Author: Behdad Esfahbod <behdad@behdad.org>
27153 Date:   Wed Jul 18 14:57:28 2012 -0400
27154
27155     [Indic] Minor
27156
27157  src/hb-ot-shape-complex-indic-machine.rl                               |
27158  3 ++-
27159  .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt   |
27160  3 +++
27161  2 files changed, 5 insertions(+), 1 deletion(-)
27162
27163 commit 4c3691d2a32ca7e54a54f7c08098fd96fa7af39e
27164 Author: Behdad Esfahbod <behdad@behdad.org>
27165 Date:   Wed Jul 18 14:23:55 2012 -0400
27166
27167     [Indic] Hopefully minor!
27168
27169     Refactoring Indic machin.  No semantic change.
27170
27171  src/hb-ot-shape-complex-indic-machine.rl | 12 +++++++-----
27172  1 file changed, 7 insertions(+), 5 deletions(-)
27173
27174 commit e092c556fb1cf38be3cea1f4b75a0d879372dfa2
27175 Author: Behdad Esfahbod <behdad@behdad.org>
27176 Date:   Wed Jul 18 14:09:25 2012 -0400
27177
27178     [Indic] Minor
27179
27180  src/hb-ot-shape-complex-indic-private.hh | 4 ++--
27181  1 file changed, 2 insertions(+), 2 deletions(-)
27182
27183 commit 14dbdd9e39d3a869fd1521000c889c347433d22b
27184 Author: Behdad Esfahbod <behdad@behdad.org>
27185 Date:   Wed Jul 18 13:13:03 2012 -0400
27186
27187     [Indic] Unbreak Tamil
27188
27189     Tamil has only about 150 failures now!
27190
27191  src/hb-ot-shape-complex-indic.cc | 18 +++++++++++++++++-
27192  1 file changed, 17 insertions(+), 1 deletion(-)
27193
27194 commit db8981f1e0e8625714568c6d0f11f0b317b11d0a
27195 Author: Behdad Esfahbod <behdad@behdad.org>
27196 Date:   Tue Jul 17 18:17:30 2012 -0400
27197
27198     [Indic] Position Khmer Robat
27199
27200     It's a visual Repha.
27201
27202     Still not positioning logical Repha as occurs in Malayalam.
27203
27204     Another 200 Khmer failures fixed.  547 to go.  That's better than
27205     Devanagari!
27206
27207  src/hb-ot-shape-complex-indic-machine.rl | 36
27208  +++++++++++++++++---------------
27209  src/hb-ot-shape-complex-indic-private.hh |  7 ++++---
27210  src/hb-ot-shape-complex-indic.cc         | 13 ++++++++++++
27211  3 files changed, 36 insertions(+), 20 deletions(-)
27212
27213 commit 25bc489498ef7d0beb8fe9ab663e3f0b2f52c9c2
27214 Author: Behdad Esfahbod <behdad@behdad.org>
27215 Date:   Tue Jul 17 17:53:03 2012 -0400
27216
27217     [Indic] Better categorize Register Shifters and Khmer Various signs
27218
27219     Down another 500 or so Khmer failures!
27220
27221  src/hb-ot-shape-complex-indic-machine.rl                   | 14
27222  +++++++-------
27223  src/hb-ot-shape-complex-indic-private.hh                   |  2 +-
27224  src/hb-ot-shape-complex-indic.cc                           |  8 ++++----
27225  .../south-east-asian/script-khmer/misc/MANIFEST            |  2 ++
27226  .../script-khmer/misc/other-marks-invalid.txt              |  4 ++++
27227  .../south-east-asian/script-khmer/misc/other-marks.txt     |  6 ++++++
27228  6 files changed, 24 insertions(+), 12 deletions(-)
27229
27230 commit 39b17837b4064d59c18cebb49c1c0b5b8cc0c117
27231 Author: Behdad Esfahbod <behdad@behdad.org>
27232 Date:   Tue Jul 17 17:09:29 2012 -0400
27233
27234     Add hb_buffer_normalize_glyphs() and hb-shape --normalize-glyphs
27235
27236     This reorders glyphs within the cluster to a nominal order.
27237     This should
27238     have no visible effect on the output, but helps with testing, for
27239     getting the same hb-shape output for visually-equal glyphs for each
27240     cluster.
27241
27242  src/hb-buffer.cc  | 76
27243  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
27244  src/hb-buffer.h   | 13 ++++++++++
27245  src/hb-private.hh | 29 ++++++++++++++++-----
27246  util/options.cc   |  1 +
27247  util/options.hh   |  7 ++++-
27248  5 files changed, 118 insertions(+), 8 deletions(-)
27249
27250 commit 25e302da9a712e6f1d63b0d243a8df0d326ddba3
27251 Author: Behdad Esfahbod <behdad@behdad.org>
27252 Date:   Tue Jul 17 14:25:14 2012 -0400
27253
27254     [Indic] Minor
27255
27256  src/hb-ot-shape-complex-indic.cc | 5 ++++-
27257  1 file changed, 4 insertions(+), 1 deletion(-)
27258
27259 commit 5d32690a3428fa86eb26fe5fcec943a10aa95881
27260 Author: Behdad Esfahbod <behdad@behdad.org>
27261 Date:   Tue Jul 17 14:23:28 2012 -0400
27262
27263     [Indic] For scripts without Half forms, always choose first consonant
27264     as base
27265
27266     In such scripts (ie. Khmer), a ZWJ/ZWNJ shouldn't stop the search for
27267     base.  So, instead just choose the first consonant as base directly.
27268
27269     Test sequence:
27270     U+1798,200c,U+17C9,U+17D2,U+179B,U+17C1,U+17C7
27271
27272  src/hb-ot-shape-complex-indic.cc | 59
27273  ++++++++++++++++++++++++----------------
27274  1 file changed, 35 insertions(+), 24 deletions(-)
27275
27276 commit 34b57149065d96f7528aaccaa7654e956ce27e93
27277 Author: Behdad Esfahbod <behdad@behdad.org>
27278 Date:   Tue Jul 17 14:09:32 2012 -0400
27279
27280     [Indic] Treat Khmer Register Shifters more like Nuktas
27281
27282     Except that there may be a ZWNJ before a Register Shifter.
27283
27284  src/hb-ot-shape-complex-indic-machine.rl                                |
27285  2 +-
27286  .../in-tree/shaper-indic/south-east-asian/script-khmer/misc/misc.txt    |
27287  2 ++
27288  2 files changed, 3 insertions(+), 1 deletion(-)
27289
27290 commit 11e2a601b19861b05dbb2051d2d078c3cfd75b29
27291 Author: Behdad Esfahbod <behdad@behdad.org>
27292 Date:   Tue Jul 17 14:02:28 2012 -0400
27293
27294     [Indic] Minor
27295
27296  src/hb-ot-shape-complex-indic-machine.rl | 4 ++--
27297  1 file changed, 2 insertions(+), 2 deletions(-)
27298
27299 commit 0201e0a4649ad5b607e50bcb9605e7a5b7143812
27300 Author: Behdad Esfahbod <behdad@behdad.org>
27301 Date:   Tue Jul 17 13:55:10 2012 -0400
27302
27303     [Indic] Apply 'cfar' for Khmer
27304
27305     Mark stuff after a pre-base reordering Ro 'cfar'.  Used in Khmer.
27306     This allows distinguishing the following cases with MS Khmer fonts:
27307
27308       U+1784,U+17D2,U+179A,U+17D2,U+1782
27309       U+1784,U+17D2,U+1782,U+17D2,U+179A
27310
27311  src/hb-ot-shape-complex-indic.cc                         | 16
27312  ++++++++++++++--
27313  .../south-east-asian/script-khmer/misc/misc.txt          |  2 ++
27314  2 files changed, 16 insertions(+), 2 deletions(-)
27315
27316 commit 55f70ebfb95083f515d9b0044a2a65ab11484bb5
27317 Author: Behdad Esfahbod <behdad@behdad.org>
27318 Date:   Tue Jul 17 12:50:13 2012 -0400
27319
27320     [Indic] Position final subjoined consonants (and vowels) after matras
27321
27322     In Khmer, a final subjoined consonant or independent vowel can occur
27323     after matras.  This final subjoined thing should NOT be reordered to
27324     before the matra even though it's subjoined.
27325
27326     Fixes another 1k of the Khmer failures.  Not much left really.
27327
27328  src/hb-ot-shape-complex-indic-private.hh                    |  1 +
27329  src/hb-ot-shape-complex-indic.cc                            | 13
27330  +++++++++++++
27331  .../south-east-asian/script-khmer/misc/misc.txt             |  2 ++
27332  3 files changed, 16 insertions(+)
27333
27334 commit c50ed71e9a3df1844f564de66d54b46a696c1356
27335 Author: Behdad Esfahbod <behdad@behdad.org>
27336 Date:   Tue Jul 17 11:54:28 2012 -0400
27337
27338     [Indic] Recategorize Khmer coeng sign as a separate category OT_Coeng
27339
27340     Amend the syllable structure to allow a final subscripted consonant
27341     (Coeng+C) and a final subscripted independent vowel (Coeng+V).
27342     Fixes another 2k of Khmer failures.
27343
27344  src/hb-ot-shape-complex-indic-machine.rl                           |
27345  7 ++++---
27346  src/hb-ot-shape-complex-indic.cc                                   |
27347  6 +++++-
27348  .../shaper-indic/south-east-asian/script-khmer/misc/misc.txt       | 1 +
27349  3 files changed, 10 insertions(+), 4 deletions(-)
27350
27351 commit deb521dee4fdca8c2124cfb39a205e6269d4a70d
27352 Author: Behdad Esfahbod <behdad@behdad.org>
27353 Date:   Tue Jul 17 11:37:32 2012 -0400
27354
27355     [Indic] Add a separate Coeng class
27356
27357     No characters recategorized yet.  No semantic change.
27358
27359  src/hb-ot-shape-complex-indic-machine.rl |  1 +
27360  src/hb-ot-shape-complex-indic-private.hh |  3 ++-
27361  src/hb-ot-shape-complex-indic.cc         | 26 ++++++++++++++++----------
27362  3 files changed, 19 insertions(+), 11 deletions(-)
27363
27364 commit 74ccc6a1322f8c48c5f2a05f04821783c4b87a14
27365 Author: Behdad Esfahbod <behdad@behdad.org>
27366 Date:   Tue Jul 17 11:16:19 2012 -0400
27367
27368     [Indic] Move Halant with after-base consonants
27369
27370     Normally, we attach the Halant to the previous character and move it
27371     with it.  For after-base consonants however, the Halant "belongs"
27372     to the
27373     consonant after, so attach it so.
27374
27375     This fixes Bengali sequences involving post-base consonant Ya, which
27376     should ligate with the Halant to form Ya Phala, but previously a
27377     reordered matras was blocking the ligation.
27378
27379  src/hb-ot-shape-complex-indic.cc                              |
27380  11 +++++++++++
27381  .../in-tree/shaper-indic/indic/script-bengali/misc/misc.txt   |  1 +
27382  2 files changed, 12 insertions(+)
27383
27384 commit d5c4edcdd6df32f2f23aca44f14838b4baab4d7a
27385 Author: Behdad Esfahbod <behdad@behdad.org>
27386 Date:   Tue Jul 17 10:40:59 2012 -0400
27387
27388     [Indic] Apply presentation-forms features all at once
27389
27390     Seems like this is what Uniscribe is doing, and does not break
27391     any fonts
27392     we tested (with Devanagari, Malayalam, Khmer, and Bengali), while
27393     fixing
27394     some Ra Phala sequences for Bengali with Vrinda.  Fixes another 2% of
27395     Bengali failures (a couple more to go).
27396
27397  src/hb-ot-shape-complex-indic.cc                                    |
27398  6 +++---
27399  .../texts/in-tree/shaper-indic/indic/script-bengali/misc/misc.txt   | 1 +
27400  2 files changed, 4 insertions(+), 3 deletions(-)
27401
27402 commit 559f70667891a3ceeffb36f40de38a4f85868945
27403 Author: Behdad Esfahbod <behdad@behdad.org>
27404 Date:   Mon Jul 16 22:43:17 2012 -0400
27405
27406     Fix MarkAttachmentType matching
27407
27408     Fixes issue reported by Khaled Hosny with his Hussaini Nastaleeq font
27409     and sequences like those added in the previous commit.
27410
27411  src/hb-ot-layout.cc | 2 +-
27412  1 file changed, 1 insertion(+), 1 deletion(-)
27413
27414 commit 6de103547e4a7fb34c833861713ea373cd912261
27415 Author: Behdad Esfahbod <behdad@behdad.org>
27416 Date:   Mon Jul 16 22:46:06 2012 -0400
27417
27418     [test/arabic] Add Arabic tests for mark skipping
27419
27420     Expose a bug with Khaled's Hussaini Nastaleeq font.
27421
27422  .../shaper-arabic/script-arabic/misc/diacritics/MANIFEST       |  1 +
27423  .../script-arabic/misc/diacritics/mark-skipping.txt            |
27424  10 ++++++++++
27425  2 files changed, 11 insertions(+)
27426
27427 commit ad4494759fa8bfd2497800c24fa414075ed1aa61
27428 Author: Behdad Esfahbod <behdad@behdad.org>
27429 Date:   Mon Jul 16 22:40:21 2012 -0400
27430
27431     Minor
27432
27433  src/hb-ot-layout.cc | 2 +-
27434  1 file changed, 1 insertion(+), 1 deletion(-)
27435
27436 commit af92b4cc90e4184d5bdd8037c551ed482700114f
27437 Author: Behdad Esfahbod <behdad@behdad.org>
27438 Date:   Mon Jul 16 20:31:24 2012 -0400
27439
27440     [Indic] Disable 'kern' in Uniscribe bug compatibility mode
27441
27442     Uniscribe does not apply 'kern' in the Indic module.  Some of
27443     the Khmer
27444     fonts they ship have small adjustments in the 'kern' table.  Disable
27445     'kern' in the Indic module under Uniscribe bug compatibility mode.
27446
27447     Fixes some 10% of the Khmer failures.  Remains under 3% (excluding
27448     dotted-circle ones).
27449
27450  src/hb-ot-shape-complex-indic.cc | 3 +++
27451  1 file changed, 3 insertions(+)
27452
27453 commit d96838ef951ce6170eb2dc576ebcba2262cf7008
27454 Author: Behdad Esfahbod <behdad@behdad.org>
27455 Date:   Mon Jul 16 20:26:57 2012 -0400
27456
27457     Allow complex shapers overriding common features
27458
27459     In a new callback...  Currently unused by all complex shapers.
27460
27461  src/hb-ot-shape-complex-arabic.cc  |  6 ++++++
27462  src/hb-ot-shape-complex-indic.cc   |  6 ++++++
27463  src/hb-ot-shape-complex-misc.cc    | 18 ++++++++++++++++++
27464  src/hb-ot-shape-complex-private.hh | 30 ++++++++++++++++++++++++++++++
27465  src/hb-ot-shape.cc                 |  2 ++
27466  5 files changed, 62 insertions(+)
27467
27468 commit df50b8474094f0563ccfdae12c4425a51b72add6
27469 Author: Behdad Esfahbod <behdad@behdad.org>
27470 Date:   Mon Jul 16 19:56:29 2012 -0400
27471
27472     [Indic] Categorize other Khmer marks
27473
27474     Mark them the same as the Register Shifters for now.  Need to rename
27475     that category to something more sensible after all is settled.
27476
27477     Fixes another percent of Khmer failures.  Down to under 3%!
27478
27479  src/hb-ot-shape-complex-indic.cc | 4 ++++
27480  1 file changed, 4 insertions(+)
27481
27482 commit 8e7b5882fb4c1921c9d030d354a9b998115cdb8c
27483 Author: Behdad Esfahbod <behdad@behdad.org>
27484 Date:   Mon Jul 16 17:04:46 2012 -0400
27485
27486     [Indic] Recognize pre-base reordering Ra anywhere in the syllable
27487
27488     We were doing that only immediately after base.
27489
27490     Fixes another percent in the Khmer failures.  About three more
27491     to go...
27492
27493  src/hb-ot-shape-complex-indic.cc | 84
27494  ++++++++++++++++++++++------------------
27495  1 file changed, 46 insertions(+), 38 deletions(-)
27496
27497 commit 7d09c98a1fff97127e48eae48d380dc9fcff288e
27498 Author: Behdad Esfahbod <behdad@behdad.org>
27499 Date:   Mon Jul 16 16:45:22 2012 -0400
27500
27501     [Indic] Recognizer Register Shifter marks
27502
27503     Fixes another 6% of the Khmer failures.
27504
27505  src/hb-ot-shape-complex-indic-machine.rl | 3 ++-
27506  src/hb-ot-shape-complex-indic-private.hh | 5 +++--
27507  src/hb-ot-shape-complex-indic.cc         | 2 ++
27508  3 files changed, 7 insertions(+), 3 deletions(-)
27509
27510 commit 60da763dfac96a7931d6e6bdef8b9973bd5209ab
27511 Author: Behdad Esfahbod <behdad@behdad.org>
27512 Date:   Mon Jul 16 16:13:32 2012 -0400
27513
27514     [GSUB/GDEF] Guess glyph classes after substitution only if no GDEF
27515
27516     Brings down Khmer failures with Daun Penh font from 36% to 20%.
27517
27518  src/hb-ot-layout-gsubgpos-private.hh | 20 +++++++++++++-------
27519  1 file changed, 13 insertions(+), 7 deletions(-)
27520
27521 commit fcdc5f1c8849a7f38d9f34f64d60c6d95d7501f7
27522 Author: Behdad Esfahbod <behdad@behdad.org>
27523 Date:   Mon Jul 16 15:52:54 2012 -0400
27524
27525     [Indic] Categorize Khmer Ro
27526
27527     Khmer failures down from 58% to 36%.
27528
27529  src/hb-ot-shape-complex-indic-private.hh | 2 ++
27530  1 file changed, 2 insertions(+)
27531
27532 commit 78818124b17691ec2c647142fdb9ae743aa03dee
27533 Author: Behdad Esfahbod <behdad@behdad.org>
27534 Date:   Mon Jul 16 15:49:08 2012 -0400
27535
27536     [Indic] Reoder pre-base reordering Ra
27537
27538     Brings down Malayalam failures from 14% down to 3%.
27539
27540  src/hb-ot-shape-complex-indic.cc | 42
27541  +++++++++++++++++++++++++++-------------
27542  1 file changed, 29 insertions(+), 13 deletions(-)
27543
27544 commit 1a1dbe9a2787f226f3e43063da8eb6633438b0a0
27545 Author: Behdad Esfahbod <behdad@behdad.org>
27546 Date:   Mon Jul 16 15:40:33 2012 -0400
27547
27548     [Indic] Rename
27549
27550  src/hb-ot-shape-complex-indic.cc | 8 ++++----
27551  1 file changed, 4 insertions(+), 4 deletions(-)
27552
27553 commit 46e645ec4b59f0a278347be11f40c7df700d5bb6
27554 Author: Behdad Esfahbod <behdad@behdad.org>
27555 Date:   Mon Jul 16 15:30:05 2012 -0400
27556
27557     [Indic] Start implementing pre-base reordering
27558
27559  src/hb-ot-shape-complex-indic.cc | 33 ++++++++++++++++++---------------
27560  1 file changed, 18 insertions(+), 15 deletions(-)
27561
27562 commit 921ce5b17daf06af8e17989a3e335b9f5df20483
27563 Author: Behdad Esfahbod <behdad@behdad.org>
27564 Date:   Mon Jul 16 15:26:56 2012 -0400
27565
27566     [Indic] Rename
27567
27568     No semantic change.
27569
27570  src/hb-ot-shape-complex-indic.cc | 26 +++++++++++++-------------
27571  1 file changed, 13 insertions(+), 13 deletions(-)
27572
27573 commit b504e060f008e95b1ba36c06600c9fea4f5d4808
27574 Author: Behdad Esfahbod <behdad@behdad.org>
27575 Date:   Mon Jul 16 15:21:12 2012 -0400
27576
27577     [Indic] Implement After-Main Reph positioning
27578
27579     Almost...
27580
27581  src/hb-ot-shape-complex-indic.cc | 8 +++++++-
27582  1 file changed, 7 insertions(+), 1 deletion(-)
27583
27584 commit 17d7de91d76406d3e92db37d9eef2fc615f06e68
27585 Author: Behdad Esfahbod <behdad@behdad.org>
27586 Date:   Mon Jul 16 15:20:15 2012 -0400
27587
27588     [Indic] Apply 'pref' to pre-base reodering Ra
27589
27590     No reordering yet.
27591
27592  src/hb-ot-shape-complex-indic.cc | 10 ++++++++++
27593  1 file changed, 10 insertions(+)
27594
27595 commit 362d3db8d3527d0fef260a17d2466e92a4a25425
27596 Author: Behdad Esfahbod <behdad@behdad.org>
27597 Date:   Mon Jul 16 15:15:28 2012 -0400
27598
27599     [Indic] Minor
27600
27601     Should not be any semantic change.  In preparation for implementing
27602     pre-base reordering Ra.
27603
27604  src/hb-ot-shape-complex-indic.cc | 8 +-------
27605  1 file changed, 1 insertion(+), 7 deletions(-)
27606
27607 commit 70fe77bb9a25922bd34f206826d8731d901fb451
27608 Author: Behdad Esfahbod <behdad@behdad.org>
27609 Date:   Mon Jul 16 14:52:18 2012 -0400
27610
27611     Minor
27612
27613  src/hb-ot-shape-complex-indic.cc | 44
27614  ++++++++++++++++++++--------------------
27615  1 file changed, 22 insertions(+), 22 deletions(-)
27616
27617 commit 2f903215c5da2330a37abe489a3f45f7c3fd5a09
27618 Author: Behdad Esfahbod <behdad@behdad.org>
27619 Date:   Mon Jul 16 13:54:43 2012 -0400
27620
27621     Minor
27622
27623  src/hb-ot-shape-complex-indic.cc | 2 +-
27624  1 file changed, 1 insertion(+), 1 deletion(-)
27625
27626 commit a3e04bee2c2fa648759a87e460db6b4f1b685586
27627 Author: Behdad Esfahbod <behdad@behdad.org>
27628 Date:   Mon Jul 16 13:47:19 2012 -0400
27629
27630     [Indic] Reorder virama only for old Indic spec
27631
27632  src/hb-ot-shape-complex-indic.cc | 15 +++++++++++++--
27633  1 file changed, 13 insertions(+), 2 deletions(-)
27634
27635 commit 0de771b72da6b342b015e3556190821547a4011d
27636 Author: Behdad Esfahbod <behdad@behdad.org>
27637 Date:   Mon Jul 16 13:39:36 2012 -0400
27638
27639     [Indic] Categorize Khmer consonants
27640
27641  src/hb-ot-shape-complex-indic.cc | 4 ++++
27642  1 file changed, 4 insertions(+)
27643
27644 commit d487fff266258eb1af056e9704cfb09d04251ddc
27645 Author: Behdad Esfahbod <behdad@behdad.org>
27646 Date:   Mon Jul 16 13:25:17 2012 -0400
27647
27648     Split matras without a Unicode decomposition
27649
27650     This is a hack for now, to get us going with Khmer.  This will be
27651     refactored properly later to move the complex logic into complex
27652     shapers.
27653
27654  src/hb-unicode.cc | 22 ++++++++++++++++++++++
27655  1 file changed, 22 insertions(+)
27656
27657 commit 8aa801a6fd1a737fa20b851edf7528bdd6635b8b
27658 Author: Behdad Esfahbod <behdad@behdad.org>
27659 Date:   Mon Jul 16 13:24:26 2012 -0400
27660
27661     [Indic] Adjust position for split matras
27662
27663     We are going to split matras without a Unicode decompositions in a way
27664     that the second half takes the codepoint of the whole matra.  So,
27665     position them where the second half is supposed to end up.
27666
27667  src/hb-ot-shape-complex-indic-private.hh | 6 +++---
27668  1 file changed, 3 insertions(+), 3 deletions(-)
27669
27670 commit 1feb8345a5fd92297eb6796e6dce633bafa0c76e
27671 Author: Behdad Esfahbod <behdad@behdad.org>
27672 Date:   Mon Jul 16 13:23:40 2012 -0400
27673
27674     [GSUB] Allow 1-to-1 ligature substitutions!
27675
27676     Apparently Uniscribe allows these, and they are used in some Khmer
27677     fonts
27678     shipped with Windows, namely, Daun Penh.
27679
27680  src/hb-ot-layout-gsub-table.hh | 2 +-
27681  1 file changed, 1 insertion(+), 1 deletion(-)
27682
27683 commit 29f106d7fba25e1464debd3a4831a7380d75c4c9
27684 Author: Behdad Esfahbod <behdad@behdad.org>
27685 Date:   Mon Jul 16 12:05:35 2012 -0400
27686
27687     [Indic] Apply Above Forms
27688
27689  src/hb-ot-shape-complex-indic.cc | 4 +++-
27690  1 file changed, 3 insertions(+), 1 deletion(-)
27691
27692 commit fa2bd9fb63d83b657373764d4b657084d8327fc9
27693 Author: Behdad Esfahbod <behdad@behdad.org>
27694 Date:   Sat Jul 14 12:15:54 2012 -0400
27695
27696     Further simplify atomic ops on Visual Studio
27697
27698  src/hb-atomic-private.hh | 5 -----
27699  1 file changed, 5 deletions(-)
27700
27701 commit 0a492357016bc9a614d2a726f2006c10af68ca58
27702 Author: Behdad Esfahbod <behdad@behdad.org>
27703 Date:   Fri Jul 13 13:20:49 2012 -0400
27704
27705     Minor
27706
27707  src/hb-warning.cc | 29 +++++------------------------
27708  1 file changed, 5 insertions(+), 24 deletions(-)
27709
27710 commit 11c4ad439ef2b39a840f397a693b1ba643f52c21
27711 Author: Behdad Esfahbod <behdad@behdad.org>
27712 Date:   Fri Jul 13 11:29:31 2012 -0400
27713
27714     Add -Wcast-align
27715
27716  configure.ac    | 3 +++
27717  src/Makefile.am | 2 +-
27718  2 files changed, 4 insertions(+), 1 deletion(-)
27719
27720 commit a98d0ab18624501ee60551304f2715361ac643da
27721 Author: Behdad Esfahbod <behdad@behdad.org>
27722 Date:   Fri Jul 13 10:19:10 2012 -0400
27723
27724     Make sure HB_BEGIN_DECLS / HB_END_DECLS is only used in public headers
27725
27726     So we can use them to switch default visibility to internal if
27727     desired,
27728     and use these to make only declared symbols public.
27729
27730  src/check-c-linkage-decls.sh             | 10 +++++++++-
27731  src/hb-fallback-shape-private.hh         |  6 ------
27732  src/hb-ot-shape-complex-indic-machine.rl |  4 ----
27733  3 files changed, 9 insertions(+), 11 deletions(-)
27734
27735 commit 5c5bc96216c9ad58243eb3ed27b253e237f08ebe
27736 Author: Behdad Esfahbod <behdad@behdad.org>
27737 Date:   Fri Jul 13 10:15:37 2012 -0400
27738
27739     Allow overriding HB_BEGIN_DECLS / HB_END_DECLS
27740
27741  src/hb-common.h | 2 ++
27742  1 file changed, 2 insertions(+)
27743
27744 commit ec5f5f0f8a1d5b3ff98452175bb4450a59897620
27745 Author: Behdad Esfahbod <behdad@behdad.org>
27746 Date:   Fri Jul 13 10:00:42 2012 -0400
27747
27748     Don't export inline methods
27749
27750  configure.ac | 3 +++
27751  1 file changed, 3 insertions(+)
27752
27753 commit 50a4e78b530563917eb606ff3b96dcc9eed5b3ee
27754 Author: Behdad Esfahbod <behdad@behdad.org>
27755 Date:   Fri Jul 13 09:48:39 2012 -0400
27756
27757     Check for exported weak symbols
27758
27759     Ouch, all our C++ inline functions are being exported (weakly)
27760     already.
27761     Fix coming.
27762
27763  src/check-internal-symbols.sh | 8 +++++++-
27764  1 file changed, 7 insertions(+), 1 deletion(-)
27765
27766 commit b5aeb95afeb13a66177caada9f5d5ad4cddbd35f
27767 Author: Behdad Esfahbod <behdad@behdad.org>
27768 Date:   Fri Jul 13 09:45:54 2012 -0400
27769
27770     Make hb_in_range() static
27771
27772  src/hb-private.hh | 2 +-
27773  1 file changed, 1 insertion(+), 1 deletion(-)
27774
27775 commit 271c8f89075607c689938b4f5e60323d9a1acd70
27776 Author: Behdad Esfahbod <behdad@behdad.org>
27777 Date:   Fri Jul 13 09:32:30 2012 -0400
27778
27779     Minor
27780
27781  src/hb-ft.cc | 4 ++--
27782  1 file changed, 2 insertions(+), 2 deletions(-)
27783
27784 commit 391f1ff5d894b60bfe0f606be436ffe7e43f7455
27785 Author: Behdad Esfahbod <behdad@behdad.org>
27786 Date:   Fri Jul 13 09:04:07 2012 -0400
27787
27788     Fix _InterlockedCompareExchangePointer on x86
27789
27790  src/hb-atomic-private.hh | 6 ++++++
27791  1 file changed, 6 insertions(+)
27792
27793 commit 2023e2b54d91924dddfd228ffdbb46021135b068
27794 Author: Behdad Esfahbod <behdad@behdad.org>
27795 Date:   Wed Jul 11 19:00:30 2012 -0400
27796
27797     [ft] Disable ppem setting
27798
27799     The calculations were wrong.
27800
27801     FreeType makes it really hard to set size and ppem independently.
27802     For now, disable it.  Need to come up with a fix later.
27803
27804  src/hb-ft.cc | 3 +++
27805  1 file changed, 3 insertions(+)
27806
27807 commit cdf7444505a7ae49d20f9ba6776dea92c1fde2a6
27808 Author: Behdad Esfahbod <behdad@behdad.org>
27809 Date:   Wed Jul 11 18:52:39 2012 -0400
27810
27811     [ft] Use unfitted kerning if x_ppem is zero
27812
27813  src/hb-ft.cc | 5 +++--
27814  1 file changed, 3 insertions(+), 2 deletions(-)
27815
27816 commit 6d08c7f1b3601095f9a12630045331dd0fe75380
27817 Author: Behdad Esfahbod <behdad@behdad.org>
27818 Date:   Wed Jul 11 18:01:27 2012 -0400
27819
27820     Revert "Towards templatizing common Lookup types"
27821
27822     This reverts commit 727135f3a9938c1ebd5b9f5015a46c7ccc8573c5.
27823
27824     This is work-in-progress.  Didn't mean to push it out just yet.
27825
27826  src/hb-ot-layout-gpos-table.hh       | 16 ++++++----------
27827  src/hb-ot-layout-gsub-table.hh       | 24 ++++++++++--------------
27828  src/hb-ot-layout-gsubgpos-private.hh | 33
27829  ++-------------------------------
27830  3 files changed, 18 insertions(+), 55 deletions(-)
27831
27832 commit 552bf3a9f9651311084b7979805dbdc18c0335ca
27833 Author: Behdad Esfahbod <behdad@behdad.org>
27834 Date:   Wed Jul 11 16:44:51 2012 -0400
27835
27836     Bump WINNT version requested from 500 to 600
27837
27838     Since we use the OpenType versions of Uniscribe functions, we are
27839     relying on that version of the WINNT API.  Otherwise, usp10.h
27840     will hide
27841     those symbols.
27842
27843  src/hb-uniscribe.cc | 2 +-
27844  src/hb-uniscribe.h  | 2 +-
27845  2 files changed, 2 insertions(+), 2 deletions(-)
27846
27847 commit 9a5b421a64db1bb23d5c6ebbc3bf3f3a5513dc36
27848 Author: Behdad Esfahbod <behdad@behdad.org>
27849 Date:   Wed Jul 11 16:35:04 2012 -0400
27850
27851     Fix build with no Unicode funcs implementations provided
27852
27853  src/hb-unicode-private.hh | 1 +
27854  1 file changed, 1 insertion(+)
27855
27856 commit 6efe1eca660135096f05987ac0ef9b635de6cdfd
27857 Author: Behdad Esfahbod <behdad@behdad.org>
27858 Date:   Wed Jul 11 15:30:08 2012 -0400
27859
27860     Update git.mk to upstream
27861
27862  git.mk | 58 ++++++++++++++++++++++++++++++++++++++--------------------
27863  1 file changed, 38 insertions(+), 20 deletions(-)
27864
27865 commit 727135f3a9938c1ebd5b9f5015a46c7ccc8573c5
27866 Author: Behdad Esfahbod <behdad@behdad.org>
27867 Date:   Tue Jul 3 22:15:35 2012 -0400
27868
27869     Towards templatizing common Lookup types
27870
27871  src/hb-ot-layout-gpos-table.hh       | 16 ++++++++++------
27872  src/hb-ot-layout-gsub-table.hh       | 24 ++++++++++++++----------
27873  src/hb-ot-layout-gsubgpos-private.hh | 33
27874  +++++++++++++++++++++++++++++++--
27875  3 files changed, 55 insertions(+), 18 deletions(-)
27876
27877 commit 1167c7bfc9e61f145e11da4881968293a4d3c0a9
27878 Author: Behdad Esfahbod <behdad@behdad.org>
27879 Date:   Tue Jul 3 11:38:46 2012 -0400
27880
27881     Minor
27882
27883  test/shaping/texts/in-tree/shaper-thai/MANIFEST                     |
27884  2 +-
27885  test/shaping/texts/in-tree/shaper-thai/misc/MANIFEST                | 1 -
27886  test/shaping/texts/in-tree/shaper-thai/script-thai/MANIFEST         | 1 +
27887  test/shaping/texts/in-tree/shaper-thai/script-thai/misc/MANIFEST    | 1 +
27888  .../shaper-thai/{misc/misc.txt => script-thai/misc/sara-am.txt}     |
27889  6 ++----
27890  5 files changed, 5 insertions(+), 6 deletions(-)
27891
27892 commit aa116582e69d18777448e7993078e5d6335ddfed
27893 Author: Behdad Esfahbod <behdad@behdad.org>
27894 Date:   Fri Jun 29 10:50:12 2012 -0400
27895
27896     Minor
27897
27898  .../texts/in-tree/shaper-indic/indic/script-malayalam/misc/misc.txt
27899  | 1 +
27900  1 file changed, 1 insertion(+)
27901
27902 commit 1f13c7185f02ea18d4fadd2ea8ad444bea863c39
27903 Author: Behdad Esfahbod <behdad@behdad.org>
27904 Date:   Wed Jun 27 10:07:27 2012 -0400
27905
27906     Add TODO item
27907
27908  TODO | 2 ++
27909  1 file changed, 2 insertions(+)
27910
27911 commit 12f5c0a222a2f0aebe63c0d367937a0ff985474a
27912 Author: Behdad Esfahbod <behdad@behdad.org>
27913 Date:   Tue Jun 26 11:16:13 2012 -0400
27914
27915     Fix check for Intel atomic ops
27916
27917  configure.ac             | 9 +++++----
27918  src/hb-atomic-private.hh | 2 +-
27919  2 files changed, 6 insertions(+), 5 deletions(-)
27920
27921 commit 6932a41fb61ffc2901c260587b1e98ed9c2a7ea1
27922 Author: Behdad Esfahbod <behdad@behdad.org>
27923 Date:   Tue Jun 26 10:46:31 2012 -0400
27924
27925     Use octal-escaped UTF-8 characters instead of plain text
27926
27927     https://bugs.freedesktop.org/show_bug.cgi?id=50970
27928
27929  src/hb-private.hh | 17 ++++++++++++-----
27930  1 file changed, 12 insertions(+), 5 deletions(-)
27931
27932 commit 8c0ea7bcb4409aaf8c96ad641f2db30003228ad0
27933 Author: Behdad Esfahbod <behdad@behdad.org>
27934 Date:   Sun Jun 24 13:20:56 2012 -0400
27935
27936     Disable introspection again
27937
27938     Until I figure out the build issues.  Sigh...
27939
27940  configure.ac    |  2 +-
27941  src/Makefile.am | 42 +++++++++++++++++++++---------------------
27942  2 files changed, 22 insertions(+), 22 deletions(-)
27943
27944 commit 8c5f5e6f5ec2b6a219fbdfc955f6299325a0adde
27945 Author: Behdad Esfahbod <behdad@behdad.org>
27946 Date:   Sun Jun 17 14:58:59 2012 -0400
27947
27948     Minor
27949
27950  configure.ac | 2 +-
27951  1 file changed, 1 insertion(+), 1 deletion(-)
27952
27953 commit 49f8e0cd9a5493ae26857c43bac0711cdf47c80d
27954 Author: Behdad Esfahbod <behdad@behdad.org>
27955 Date:   Sat Jun 16 15:40:03 2012 -0400
27956
27957     GStaticMutex is deprecated
27958
27959  src/hb-mutex-private.hh | 9 +++++++++
27960  1 file changed, 9 insertions(+)
27961
27962 commit 5e113a4b7921ced6af2d53460a7a2f1d0185c02a
27963 Author: Behdad Esfahbod <behdad@behdad.org>
27964 Date:   Sat Jun 16 15:26:13 2012 -0400
27965
27966     g_thread_init() is deprecated
27967
27968  test/api/hb-test.h | 2 ++
27969  1 file changed, 2 insertions(+)
27970
27971 commit 1bc1cb3603167f5da309336f7018c8b0608ac104
27972 Author: Behdad Esfahbod <behdad@behdad.org>
27973 Date:   Sat Jun 16 15:21:55 2012 -0400
27974
27975     Make source more digestable for gobject-introspection
27976
27977  src/hb-blob.cc            | 2 +-
27978  src/hb-blob.h             | 2 +-
27979  src/hb-buffer-private.hh  | 4 ++--
27980  src/hb-buffer.h           | 6 +++---
27981  src/hb-common.cc          | 2 +-
27982  src/hb-common.h           | 4 ++--
27983  src/hb-font-private.hh    | 6 +++---
27984  src/hb-font.cc            | 2 +-
27985  src/hb-font.h             | 8 ++++----
27986  src/hb-set-private.hh     | 2 +-
27987  src/hb-set.h              | 2 +-
27988  src/hb-shape.h            | 2 +-
27989  src/hb-unicode-private.hh | 2 +-
27990  src/hb-unicode.h          | 2 +-
27991  14 files changed, 23 insertions(+), 23 deletions(-)
27992
27993 commit 84d781e54cc75c81a06ba43fd7b1a74b8c7d9591
27994 Author: Behdad Esfahbod <behdad@behdad.org>
27995 Date:   Sat Jun 16 15:21:41 2012 -0400
27996
27997     Flesh out gobject-introspection stuff a bit
27998
27999  configure.ac    |  1 +
28000  src/Makefile.am | 23 +++++++++++++++++++++--
28001  2 files changed, 22 insertions(+), 2 deletions(-)
28002
28003 commit 49ee12ccd00870d4976339dc546c74eaf08a8fc0
28004 Author: Behdad Esfahbod <behdad@behdad.org>
28005 Date:   Sat Jun 16 14:53:51 2012 -0400
28006
28007     Add TODO item
28008
28009  TODO | 1 +
28010  1 file changed, 1 insertion(+)
28011
28012 commit d3c8115d1ad09404b8970b98e6b5ab74510a35f6
28013 Author: Behdad Esfahbod <behdad@behdad.org>
28014 Date:   Tue Jun 12 09:52:57 2012 -0400
28015
28016     Minor
28017
28018  TODO | 2 ++
28019  1 file changed, 2 insertions(+)
28020
28021 commit 2cf301968cb8c1150cead0ab909457cdd3ee2d01
28022 Author: Behdad Esfahbod <behdad@behdad.org>
28023 Date:   Sat Jun 9 14:58:01 2012 -0400
28024
28025     Add hb_object_lock/unlock()
28026
28027  src/hb-object-private.hh | 32 ++++++++++++++++++++++++++------
28028  1 file changed, 26 insertions(+), 6 deletions(-)
28029
28030 commit 6a5661f1e69c937083e8d976cb12429b99180d54
28031 Author: Behdad Esfahbod <behdad@behdad.org>
28032 Date:   Sat Jun 9 03:26:16 2012 -0400
28033
28034     Ugh
28035
28036  util/shape-consumer.hh | 2 --
28037  1 file changed, 2 deletions(-)
28038
28039 commit f211d5c291b4c947cfd732e873627567173057e4
28040 Author: Behdad Esfahbod <behdad@behdad.org>
28041 Date:   Sat Jun 9 03:11:22 2012 -0400
28042
28043     More Oops!  Fix fast-path with sub-type==0
28044
28045  src/hb-ot-layout-gpos-table.hh | 2 +-
28046  src/hb-ot-layout-gsub-table.hh | 2 +-
28047  util/shape-consumer.hh         | 2 ++
28048  3 files changed, 4 insertions(+), 2 deletions(-)
28049
28050 commit b1de6aa1f33b228afe231c8209aef90a5fa1ee5d
28051 Author: Behdad Esfahbod <behdad@behdad.org>
28052 Date:   Sat Jun 9 03:07:59 2012 -0400
28053
28054     Oops!
28055
28056  src/hb-ot-layout-gpos-table.hh | 2 +-
28057  src/hb-ot-layout-gsub-table.hh | 2 +-
28058  2 files changed, 2 insertions(+), 2 deletions(-)
28059
28060 commit b12e2549cbcd4f1ef46e66c75533686ee560f59b
28061 Author: Behdad Esfahbod <behdad@behdad.org>
28062 Date:   Sat Jun 9 03:05:20 2012 -0400
28063
28064     Minor
28065
28066  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
28067  1 file changed, 2 insertions(+), 2 deletions(-)
28068
28069 commit faf0f20253d954cc4cfa4c967ece7573a5ddae3b
28070 Author: Behdad Esfahbod <behdad@behdad.org>
28071 Date:   Sat Jun 9 03:02:36 2012 -0400
28072
28073     Add sanitize() logic for fast-paths
28074
28075  src/hb-ot-layout-gpos-table.hh | 15 ++++++++++++---
28076  src/hb-ot-layout-gsub-table.hh | 20 ++++++++++++++------
28077  2 files changed, 26 insertions(+), 9 deletions(-)
28078
28079 commit 4e766ff28d1fb831ded20666799787478129c07c
28080 Author: Behdad Esfahbod <behdad@behdad.org>
28081 Date:   Sat Jun 9 02:53:57 2012 -0400
28082
28083     Add fast-path for GPOS too
28084
28085     Shaves another 3% for DejaVu Sans long Latin strings.
28086
28087  src/hb-ot-layout-gpos-table.hh | 16 ++++++++++++++--
28088  1 file changed, 14 insertions(+), 2 deletions(-)
28089
28090 commit 993c51915f503f74ee00eee646b67bf2e3f73596
28091 Author: Behdad Esfahbod <behdad@behdad.org>
28092 Date:   Sat Jun 9 02:48:16 2012 -0400
28093
28094     Add fast-path to GSUB to check coverage
28095
28096     Shaves a good 10% off DejaVu Sans with simple Latin text for me.
28097     Now, DejaVu is very ChainContext-intensive, but it's also a very
28098     popular font!
28099
28100  src/hb-ot-layout-gsub-table.hh | 18 ++++++++++++++++--
28101  1 file changed, 16 insertions(+), 2 deletions(-)
28102
28103 commit f19e0b0099ec73b8fedccacff4902403f5eabc42
28104 Author: Behdad Esfahbod <behdad@behdad.org>
28105 Date:   Sat Jun 9 02:26:57 2012 -0400
28106
28107     Match input before backtrack
28108
28109     Makes more sense, optimization-wise.
28110
28111  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
28112  1 file changed, 4 insertions(+), 4 deletions(-)
28113
28114 commit 67bb9e8cea49a44be6996515e1c7d8cdc95a77e6
28115 Author: Behdad Esfahbod <behdad@behdad.org>
28116 Date:   Sat Jun 9 02:02:46 2012 -0400
28117
28118     Add set add_coverage() to Coverage()
28119
28120  src/hb-ot-layout-common-private.hh | 24 ++++++++++++++++++++++++
28121  src/hb-set-private.hh              |  5 +++++
28122  2 files changed, 29 insertions(+)
28123
28124 commit 4952f0aa5b2f4368d9e3418252e0a1b9294cd5ee
28125 Author: Behdad Esfahbod <behdad@behdad.org>
28126 Date:   Sat Jun 9 01:39:11 2012 -0400
28127
28128     Minor
28129
28130  src/hb-ot-layout-gsub-table.hh | 2 ++
28131  1 file changed, 2 insertions(+)
28132
28133 commit ad6a6f22401d6256e34521d0f52e91348c5ed4c9
28134 Author: Behdad Esfahbod <behdad@behdad.org>
28135 Date:   Sat Jun 9 01:21:02 2012 -0400
28136
28137     Minor
28138
28139  src/hb-ot-layout.cc | 2 +-
28140  1 file changed, 1 insertion(+), 1 deletion(-)
28141
28142 commit 46617a42133fbab151de4111a74dcbdc4e769c74
28143 Author: Behdad Esfahbod <behdad@behdad.org>
28144 Date:   Sat Jun 9 01:18:58 2012 -0400
28145
28146     Fix cache implementation
28147
28148  src/hb-cache-private.hh | 2 ++
28149  1 file changed, 2 insertions(+)
28150
28151 commit ce47613889aa3ff9b0067d3e51ba63cfdb139adb
28152 Author: Behdad Esfahbod <behdad@behdad.org>
28153 Date:   Sat Jun 9 01:10:26 2012 -0400
28154
28155     Micro-optimize
28156
28157     I know...
28158
28159  src/hb-ot-layout-gsubgpos-private.hh |  3 ++-
28160  src/hb-ot-layout.cc                  | 46
28161  ++++++++++++++++++++++--------------
28162  2 files changed, 30 insertions(+), 19 deletions(-)
28163
28164 commit 70416de298b811ab6be53a1c67f0d2531d99cd46
28165 Author: Behdad Esfahbod <behdad@behdad.org>
28166 Date:   Sat Jun 9 00:56:41 2012 -0400
28167
28168     Minor
28169
28170  src/hb-open-type-private.hh | 2 --
28171  1 file changed, 2 deletions(-)
28172
28173 commit 99159e52a3c9d5ae6c0fbdec64e7ed684fa70b61
28174 Author: Behdad Esfahbod <behdad@behdad.org>
28175 Date:   Sat Jun 9 00:50:40 2012 -0400
28176
28177     Use linear search for small counts
28178
28179     I see about 8% speedup with long strings with DejaVu Sans.
28180
28181  src/hb-open-type-private.hh | 19 ++++++++++++++-----
28182  1 file changed, 14 insertions(+), 5 deletions(-)
28183
28184 commit caf0412690542e58e23246dccc4b2fb83bd652ec
28185 Author: Behdad Esfahbod <behdad@behdad.org>
28186 Date:   Sat Jun 9 00:26:32 2012 -0400
28187
28188     Minor
28189
28190  src/hb-ot-layout-common-private.hh | 2 +-
28191  1 file changed, 1 insertion(+), 1 deletion(-)
28192
28193 commit 0f8fea71a66b1e01ee4398967db464393f478d42
28194 Author: Behdad Esfahbod <behdad@behdad.org>
28195 Date:   Sat Jun 9 00:24:38 2012 -0400
28196
28197     Minor.  Hide _hb_ot_layout_get_glyph_property()
28198
28199  src/hb-ot-layout-private.hh | 4 ----
28200  src/hb-ot-layout.cc         | 2 +-
28201  2 files changed, 1 insertion(+), 5 deletions(-)
28202
28203 commit 44b8ee0c90d7b1dd91e5848114141e3186534a0f
28204 Author: Behdad Esfahbod <behdad@behdad.org>
28205 Date:   Sat Jun 9 00:23:24 2012 -0400
28206
28207     Minor
28208
28209  src/hb-ot-layout-gpos-table.hh | 3 ++-
28210  src/hb-ot-layout.cc            | 2 +-
28211  2 files changed, 3 insertions(+), 2 deletions(-)
28212
28213 commit 7b84c536c10ab90ed96a033d88e9ad232d46c5b8
28214 Author: Behdad Esfahbod <behdad@behdad.org>
28215 Date:   Fri Jun 8 22:04:23 2012 -0400
28216
28217     In MarkBase attachment, only attach to first of a MultipleSubst
28218     sequence
28219
28220     This is apparently what Uniscribe does.  Test case is:
28221
28222       SEEN FATHA TEH ALEF
28223
28224     with Arabic Typesetting.  Originally reported by Khaled Hosny.
28225
28226  src/hb-ot-layout-gpos-table.hh       | 7 ++++++-
28227  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++++++
28228  2 files changed, 14 insertions(+), 1 deletion(-)
28229
28230 commit ec57e0c5655ced5109c4638bf802772d336448fd
28231 Author: Behdad Esfahbod <behdad@behdad.org>
28232 Date:   Fri Jun 8 21:47:23 2012 -0400
28233
28234     Set lig_comp for MultipleSubst components
28235
28236     To be used for correct mark attachment to first component of a
28237     MultipleSubst output.  That's what Uniscribe does.
28238
28239  src/hb-ot-layout-gsub-table.hh | 4 +++-
28240  1 file changed, 3 insertions(+), 1 deletion(-)
28241
28242 commit e085fcf7ca302eb7802a032197c022819e7e7074
28243 Author: Behdad Esfahbod <behdad@behdad.org>
28244 Date:   Fri Jun 8 21:45:00 2012 -0400
28245
28246     Remove unused buffer->replace_glyphs_be16
28247
28248  src/hb-buffer-private.hh             |  3 ---
28249  src/hb-buffer.cc                     | 23 -----------------------
28250  src/hb-ot-layout-gsubgpos-private.hh |  8 --------
28251  3 files changed, 34 deletions(-)
28252
28253 commit 3ec77d6ae0510dc2c0ec64382c4948bc6e109844
28254 Author: Behdad Esfahbod <behdad@behdad.org>
28255 Date:   Fri Jun 8 21:44:06 2012 -0400
28256
28257     Don't use replace_glyphs_be for MultipleSubst
28258
28259  src/hb-ot-layout-gsub-table.hh       | 5 ++++-
28260  src/hb-ot-layout-gsubgpos-private.hh | 7 ++++++-
28261  2 files changed, 10 insertions(+), 2 deletions(-)
28262
28263 commit 4b7192125ffd295091d6b3a0bdfca7011947c2ca
28264 Author: Behdad Esfahbod <behdad@behdad.org>
28265 Date:   Fri Jun 8 21:41:46 2012 -0400
28266
28267     Minor
28268
28269  src/hb-ot-layout-gsub-table.hh       | 3 ++-
28270  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++++++
28271  2 files changed, 10 insertions(+), 1 deletion(-)
28272
28273 commit 4508789f4b5e0ece5620d35598aeeb7ecbe3e3aa
28274 Author: Behdad Esfahbod <behdad@behdad.org>
28275 Date:   Fri Jun 8 21:32:43 2012 -0400
28276
28277     Add test for static initializers and other C++ stuff
28278
28279  src/Makefile.am           |  3 ++-
28280  src/check-static-inits.sh | 33 +++++++++++++++++++++++++++++++++
28281  2 files changed, 35 insertions(+), 1 deletion(-)
28282
28283 commit 56bd259b9ac22dd98913c8ca2e2cf7b30b632373
28284 Author: Behdad Esfahbod <behdad@behdad.org>
28285 Date:   Fri Jun 8 21:29:18 2012 -0400
28286
28287     Minor
28288
28289  src/check-internal-symbols.sh | 2 +-
28290  1 file changed, 1 insertion(+), 1 deletion(-)
28291
28292 commit 4538b47bf08e73e7f5cce6337df5fe154233c168
28293 Author: Behdad Esfahbod <behdad@behdad.org>
28294 Date:   Fri Jun 8 21:01:45 2012 -0400
28295
28296     Remove done TODO items
28297
28298  TODO | 7 +------
28299  1 file changed, 1 insertion(+), 6 deletions(-)
28300
28301 commit bc8357ea7b4c0d7c715aae353176434fb9460205
28302 Author: Behdad Esfahbod <behdad@behdad.org>
28303 Date:   Fri Jun 8 21:01:20 2012 -0400
28304
28305     Merge clusters during normalization
28306
28307  src/hb-ot-shape-normalize.cc | 11 +++++++----
28308  1 file changed, 7 insertions(+), 4 deletions(-)
28309
28310 commit fe3dabc08df7501010564f8844bd4d11771cc6a4
28311 Author: Behdad Esfahbod <behdad@behdad.org>
28312 Date:   Fri Jun 8 20:56:05 2012 -0400
28313
28314     Minor
28315
28316  src/hb-buffer.cc | 4 ++--
28317  1 file changed, 2 insertions(+), 2 deletions(-)
28318
28319 commit e88e14421a33ca5bdfd76bc0b2f801fcb6e78911
28320 Author: Behdad Esfahbod <behdad@behdad.org>
28321 Date:   Fri Jun 8 20:55:21 2012 -0400
28322
28323     Use merge_clusters instead of open-coding
28324
28325  src/hb-buffer.cc | 16 ++++------------
28326  1 file changed, 4 insertions(+), 12 deletions(-)
28327
28328 commit 330a2af3ff0e12c01b3b451357b8bdc83b2e9b47
28329 Author: Behdad Esfahbod <behdad@behdad.org>
28330 Date:   Fri Jun 8 20:40:02 2012 -0400
28331
28332     Use merge_clusters when forming Unicode clusters
28333
28334  src/hb-ot-shape.cc | 4 +++-
28335  1 file changed, 3 insertions(+), 1 deletion(-)
28336
28337 commit bd300df9adf955c1e69b3783c1c061876940fb8b
28338 Author: Behdad Esfahbod <behdad@behdad.org>
28339 Date:   Fri Jun 8 20:35:18 2012 -0400
28340
28341     Minor
28342
28343  src/hb-object-private.hh | 2 +-
28344  1 file changed, 1 insertion(+), 1 deletion(-)
28345
28346 commit e51d2b6ed1c794ac28c5610bfd01dbc9fb383633
28347 Author: Behdad Esfahbod <behdad@behdad.org>
28348 Date:   Fri Jun 8 20:33:27 2012 -0400
28349
28350     Extend into main buffer if extension hit end of out-buffer merging
28351     clusters
28352
28353  src/hb-buffer.cc                | 5 +++++
28354  src/hb-ot-shape-complex-misc.cc | 9 ---------
28355  2 files changed, 5 insertions(+), 9 deletions(-)
28356
28357 commit 5ced012d9f58c51d557a835593c3277e35fe3b35
28358 Author: Behdad Esfahbod <behdad@behdad.org>
28359 Date:   Fri Jun 8 20:31:32 2012 -0400
28360
28361     Extend end when merging clusters in out-buffer
28362
28363  src/hb-buffer.cc | 4 ++++
28364  1 file changed, 4 insertions(+)
28365
28366 commit 72c0a1878313e7232d554bc226f4c6dc01418a95
28367 Author: Behdad Esfahbod <behdad@behdad.org>
28368 Date:   Fri Jun 8 20:30:03 2012 -0400
28369
28370     Extend clusters backward in out-buffer
28371
28372  src/hb-buffer.cc                | 8 ++++++++
28373  src/hb-ot-shape-complex-misc.cc | 2 --
28374  2 files changed, 8 insertions(+), 2 deletions(-)
28375
28376 commit cd5891493df06fdb92e1ae526d29dee8df250235
28377 Author: Behdad Esfahbod <behdad@behdad.org>
28378 Date:   Fri Jun 8 20:27:53 2012 -0400
28379
28380     Extend clusters backwards, into the out-buffer too
28381
28382  src/hb-buffer.cc | 9 +++++++++
28383  1 file changed, 9 insertions(+)
28384
28385 commit 77471e037122548bfc08cacea6fbb472831c34f3
28386 Author: Behdad Esfahbod <behdad@behdad.org>
28387 Date:   Fri Jun 8 20:21:02 2012 -0400
28388
28389     Clear output buffer before calling GSUB pause functions
28390
28391  src/hb-ot-map.cc | 3 +++
28392  1 file changed, 3 insertions(+)
28393
28394 commit cafa6f372721fd6b0a7c0da68b9421d3e94931bc
28395 Author: Behdad Esfahbod <behdad@behdad.org>
28396 Date:   Fri Jun 8 20:17:10 2012 -0400
28397
28398     When merging clusters, extend the end
28399
28400  src/hb-buffer.cc | 20 ++++++++++++++------
28401  1 file changed, 14 insertions(+), 6 deletions(-)
28402
28403 commit 28ce5fa454b54f728044ee12a9dbe7d016783d4a
28404 Author: Behdad Esfahbod <behdad@behdad.org>
28405 Date:   Fri Jun 8 20:13:56 2012 -0400
28406
28407     Merge clusters when ligating
28408
28409  src/hb-ot-layout-gsub-table.hh | 1 +
28410  1 file changed, 1 insertion(+)
28411
28412 commit 2bb1761ccb7d300744ced6427165f4ea75ddf96c
28413 Author: Behdad Esfahbod <behdad@behdad.org>
28414 Date:   Fri Jun 8 19:29:44 2012 -0400
28415
28416     Minor, use next_glyph()
28417
28418  src/hb-ot-layout-gsub-table.hh | 2 +-
28419  1 file changed, 1 insertion(+), 1 deletion(-)
28420
28421 commit 5f68f8675e5ccaee91f5a90d86bc3b022b9a54e4
28422 Author: Behdad Esfahbod <behdad@behdad.org>
28423 Date:   Fri Jun 8 19:23:43 2012 -0400
28424
28425     Minor
28426
28427  src/hb-ot-shape.cc | 1 +
28428  1 file changed, 1 insertion(+)
28429
28430 commit 872969126756456a69bf958f3df6e56a26e57b0a
28431 Author: Behdad Esfahbod <behdad@behdad.org>
28432 Date:   Fri Jun 8 14:18:30 2012 -0400
28433
28434     Increase Uniscribe MAX_ITEMS
28435
28436  src/hb-uniscribe.cc | 2 +-
28437  1 file changed, 1 insertion(+), 1 deletion(-)
28438
28439 commit dbffa4c83d29c689ee4cd8a1c53e84521028c711
28440 Author: Behdad Esfahbod <behdad@behdad.org>
28441 Date:   Fri Jun 8 14:08:32 2012 -0400
28442
28443     Fix Uniscribe charset matching
28444
28445     Previously was failing to match fonts that didn't support
28446     CHARSET_ANSI.
28447
28448     There still remains a problem with the Uniscribe backend, in that if a
28449     font with the same family name is installed, and is newer, the native
28450     one is preferred over the font we provide.  Fixing it requires
28451     rewriting
28452     the name table with a unique family name...
28453
28454  src/hb-uniscribe.cc | 1 +
28455  1 file changed, 1 insertion(+)
28456
28457 commit 82e8bd8628aeb37835fb019a71b6bdac87824b97
28458 Author: Behdad Esfahbod <behdad@behdad.org>
28459 Date:   Fri Jun 8 11:48:29 2012 -0400
28460
28461     Remove unused code
28462
28463  src/hb-uniscribe.cc | 4 +---
28464  1 file changed, 1 insertion(+), 3 deletions(-)
28465
28466 commit 6da9dbff21b47fb10794b8d6cb747393c9eab7dd
28467 Author: Behdad Esfahbod <behdad@behdad.org>
28468 Date:   Fri Jun 8 10:53:35 2012 -0400
28469
28470     Remove zero-width chars in the fallback shaper too
28471
28472  src/hb-fallback-shape.cc | 16 ++++++++++++----
28473  1 file changed, 12 insertions(+), 4 deletions(-)
28474
28475 commit 68b76121f83fc9b87dc84f03e8bef38d4332734d
28476 Author: Behdad Esfahbod <behdad@behdad.org>
28477 Date:   Fri Jun 8 10:43:49 2012 -0400
28478
28479     Fix regressions introduced by sed.  Ouch!
28480
28481     Introduced in 99c2695759a6af855d565f4994bbdf220570bb48.
28482     Broken mark-mark and mark-ligature stuff.
28483
28484  src/hb-ot-layout-gpos-table.hh       | 6 +++---
28485  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
28486  2 files changed, 4 insertions(+), 4 deletions(-)
28487
28488 commit 0dd86f9f6849d82d60a99e66b6928795cfb2a3c7
28489 Author: Behdad Esfahbod <behdad@behdad.org>
28490 Date:   Fri Jun 8 10:23:03 2012 -0400
28491
28492     Whitespace
28493
28494  src/hb-uniscribe.cc | 144
28495  ++++++++++++++++++++++++++--------------------------
28496  1 file changed, 72 insertions(+), 72 deletions(-)
28497
28498 commit 8e7beba7c3b3dea3cb3b7e280c5aab4f13b92d31
28499 Author: Behdad Esfahbod <behdad@behdad.org>
28500 Date:   Fri Jun 8 10:22:06 2012 -0400
28501
28502     Fix Uniscribe clusters with direction-overriden Arabic
28503
28504  src/hb-uniscribe.cc | 4 ++--
28505  1 file changed, 2 insertions(+), 2 deletions(-)
28506
28507 commit b069c3c31bfbbf160eb897c7474be9ea90ed4fc1
28508 Author: Behdad Esfahbod <behdad@behdad.org>
28509 Date:   Fri Jun 8 10:10:29 2012 -0400
28510
28511     Really fix override-direction in Uniscribe
28512
28513  src/hb-uniscribe.cc | 10 +++++++---
28514  1 file changed, 7 insertions(+), 3 deletions(-)
28515
28516 commit fcd6f5326166e993b8f5222efbaffe916da98f0a
28517 Author: Behdad Esfahbod <behdad@behdad.org>
28518 Date:   Fri Jun 8 09:59:43 2012 -0400
28519
28520     Unbreak Uniscribe
28521
28522     Oops.  hb_tag_t and OPENTYPE_TAG have different endianness.  Perhaps
28523     something to add API for in hb-uniscribe.h
28524
28525  src/hb-private.hh   | 12 +++++++++++-
28526  src/hb-uniscribe.cc |  8 ++++----
28527  2 files changed, 15 insertions(+), 5 deletions(-)
28528
28529 commit 29eac8f591fdb86f1c4fdc0a6ab63910ff286b84
28530 Author: Behdad Esfahbod <behdad@behdad.org>
28531 Date:   Fri Jun 8 09:26:17 2012 -0400
28532
28533     Override direction in Uniscribe backend
28534
28535     Matches OT backend now.
28536
28537  src/hb-uniscribe.cc | 2 +-
28538  1 file changed, 1 insertion(+), 1 deletion(-)
28539
28540 commit 1c1233e57686d77d89fe3ac1dc53de9ee60798c1
28541 Author: Behdad Esfahbod <behdad@behdad.org>
28542 Date:   Fri Jun 8 09:20:53 2012 -0400
28543
28544     Make Uniscribe backend respect selected script
28545
28546  src/hb-uniscribe.cc | 15 +++++++++++++--
28547  1 file changed, 13 insertions(+), 2 deletions(-)
28548
28549 commit 0bb0f5d41976ae27c5c7a51cbb82144b48315a4b
28550 Author: Behdad Esfahbod <behdad@behdad.org>
28551 Date:   Thu Jun 7 17:42:48 2012 -0400
28552
28553     Add note re _NullPool
28554
28555  src/hb-open-type-private.hh | 1 +
28556  1 file changed, 1 insertion(+)
28557
28558 commit 2a3d911fe0ff5d6442659d3381d5b08c30ee2896
28559 Author: Behdad Esfahbod <behdad@behdad.org>
28560 Date:   Thu Jun 7 17:31:46 2012 -0400
28561
28562     Fix alignment-requirement missmatch
28563
28564     Detected by clang and lots of cmdline options.
28565
28566  src/hb-buffer-private.hh             | 2 +-
28567  src/hb-buffer.cc                     | 5 +++--
28568  src/hb-ot-layout-gsub-table.hh       | 4 ++--
28569  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
28570  4 files changed, 7 insertions(+), 6 deletions(-)
28571
28572 commit 6095de1635441af16340c7b2c5a6b4c531ec242f
28573 Author: Behdad Esfahbod <behdad@behdad.org>
28574 Date:   Thu Jun 7 15:48:18 2012 -0400
28575
28576     Fix clang warning with NO_MT path
28577
28578  src/hb-shape.cc | 2 +-
28579  1 file changed, 1 insertion(+), 1 deletion(-)
28580
28581 commit a18280a8ce9128fc9d75f8a367ae8ce0886a9599
28582 Author: Behdad Esfahbod <behdad@behdad.org>
28583 Date:   Thu Jun 7 15:44:12 2012 -0400
28584
28585     Fix warnings produced by clang analyzer
28586
28587  src/hb-icu.cc          | 6 ++++--
28588  test/api/test-blob.c   | 2 +-
28589  test/api/test-buffer.c | 4 ++--
28590  util/helper-cairo.cc   | 2 +-
28591  4 files changed, 8 insertions(+), 6 deletions(-)
28592
28593 commit 7ec83051c05777c0e6e2eea6ef6c71effede9527
28594 Author: Behdad Esfahbod <behdad@behdad.org>
28595 Date:   Thu Jun 7 13:32:57 2012 -0400
28596
28597     Fix warnings
28598
28599  util/ansi-print.cc | 30 +++++++++++++-----------------
28600  1 file changed, 13 insertions(+), 17 deletions(-)
28601
28602 commit 73cb02de2dd28b09d4aa76230132248215cfe83d
28603 Author: Behdad Esfahbod <behdad@behdad.org>
28604 Date:   Wed Jun 6 11:29:25 2012 -0400
28605
28606     Minor
28607
28608  src/hb-private.hh | 26 +++++++++++++-------------
28609  1 file changed, 13 insertions(+), 13 deletions(-)
28610
28611 commit 79e2b4791fe95ede9a1e6b1c71ccc6e36c4fc0e5
28612 Author: Behdad Esfahbod <behdad@behdad.org>
28613 Date:   Wed Jun 6 11:27:17 2012 -0400
28614
28615     Fix ASSERT_POD on clang
28616
28617     As reported by bashi.  Not tested.
28618
28619  src/hb-private.hh | 8 ++++++--
28620  1 file changed, 6 insertions(+), 2 deletions(-)
28621
28622 commit 4282d2f3771d6510c27b62e54cc1254d6f2389b3
28623 Author: Behdad Esfahbod <behdad@behdad.org>
28624 Date:   Wed Jun 6 03:42:36 2012 -0400
28625
28626     Enabled ICU again
28627
28628  configure.ac | 1 -
28629  1 file changed, 1 deletion(-)
28630
28631 commit 6220e5fc0dad728e67a92e838d3ac275d032f2c7
28632 Author: Behdad Esfahbod <behdad@behdad.org>
28633 Date:   Wed Jun 6 03:30:09 2012 -0400
28634
28635     Add ASSERT_POD for most objects
28636
28637  src/hb-blob.cc            | 1 +
28638  src/hb-buffer-private.hh  | 2 ++
28639  src/hb-font-private.hh    | 3 +++
28640  src/hb-object-private.hh  | 2 ++
28641  src/hb-private.hh         | 2 +-
28642  src/hb-set-private.hh     | 4 +++-
28643  src/hb-unicode-private.hh | 1 +
28644  7 files changed, 13 insertions(+), 2 deletions(-)
28645
28646 commit a00a63b5ef503fafa87e26b517732b2214e01719
28647 Author: Behdad Esfahbod <behdad@behdad.org>
28648 Date:   Wed Jun 6 03:07:01 2012 -0400
28649
28650     Add macros to check that types are POD
28651
28652  configure.ac                |  1 +
28653  src/hb-open-type-private.hh | 32 ++++++++++++++++++++------------
28654  src/hb-private.hh           | 24 ++++++++++++++++++++++++
28655  3 files changed, 45 insertions(+), 12 deletions(-)
28656
28657 commit 61eb60c129e865e92f6a5767a88c44a391f4d413
28658 Author: Behdad Esfahbod <behdad@behdad.org>
28659 Date:   Tue Jun 5 21:14:04 2012 -0400
28660
28661     Don't link to libstdc++
28662
28663     New try.
28664
28665  src/Makefile.am | 3 ++-
28666  1 file changed, 2 insertions(+), 1 deletion(-)
28667
28668 commit 81a4b9fd4eb8995c5930db1df3669db93661eb52
28669 Author: Behdad Esfahbod <behdad@behdad.org>
28670 Date:   Tue Jun 5 20:49:51 2012 -0400
28671
28672     Remove unused hb_static_mutex_t
28673
28674  src/hb-mutex-private.hh | 11 -----------
28675  1 file changed, 11 deletions(-)
28676
28677 commit 4a3a9897b3698dd09c3e880b3ddd4db24c6fb460
28678 Author: Behdad Esfahbod <behdad@behdad.org>
28679 Date:   Tue Jun 5 20:39:07 2012 -0400
28680
28681     Disable Intel atomic ops on mingw32
28682
28683     Apparently the configure test is not enough...
28684
28685  src/hb-atomic-private.hh | 2 +-
28686  1 file changed, 1 insertion(+), 1 deletion(-)
28687
28688 commit 0594a2448440208efa0acac9a5d8d52d43108289
28689 Author: Behdad Esfahbod <behdad@behdad.org>
28690 Date:   Tue Jun 5 20:35:40 2012 -0400
28691
28692     Cleanup TRUE/FALSE vs true/false
28693
28694  src/hb-atomic-private.hh           |  4 +--
28695  src/hb-blob.cc                     | 28 +++++++++---------
28696  src/hb-buffer-private.hh           |  2 +-
28697  src/hb-buffer.cc                   | 38 ++++++++++++-------------
28698  src/hb-buffer.h                    |  4 +--
28699  src/hb-fallback-shape.cc           |  2 +-
28700  src/hb-font.cc                     | 22 +++++++--------
28701  src/hb-ft.cc                       | 22 +++++++--------
28702  src/hb-glib.cc                     | 16 +++++------
28703  src/hb-graphite2.cc                |  8 +++---
28704  src/hb-icu.cc                      | 30 ++++++++++----------
28705  src/hb-ot-layout.cc                | 28 +++++++++---------
28706  src/hb-ot-shape-complex-private.hh |  2 +-
28707  src/hb-ot-shape-normalize.cc       | 16 +++++------
28708  src/hb-ot-shape.cc                 |  4 +--
28709  src/hb-private.hh                  | 18 ++++--------
28710  src/hb-set.cc                      |  2 +-
28711  src/hb-set.h                       |  2 +-
28712  src/hb-shape.cc                    |  6 ++--
28713  src/hb-tt-font.cc                  | 12 ++++----
28714  src/hb-unicode.cc                  |  8 +++---
28715  src/hb-uniscribe.cc                | 18 ++++++------
28716  src/main.cc                        |  2 +-
28717  util/hb-shape.cc                   |  2 +-
28718  util/helper-cairo.cc               | 16 +++++------
28719  util/main-font-text.hh             |  2 +-
28720  util/options.cc                    | 58
28721  +++++++++++++++++++-------------------
28722  util/options.hh                    |  2 +-
28723  util/view-cairo.hh                 |  2 +-
28724  29 files changed, 185 insertions(+), 191 deletions(-)
28725
28726 commit e1ac38f8dd04c29d2d4140f5a492cdaf25d72901
28727 Author: Behdad Esfahbod <behdad@behdad.org>
28728 Date:   Tue Jun 5 20:31:49 2012 -0400
28729
28730     Fix inert buffer set_length() with zero
28731
28732     Oops!
28733
28734  src/hb-buffer.cc | 3 +++
28735  1 file changed, 3 insertions(+)
28736
28737 commit 04bc1eebe7a304c0e6f86ab6814c65889f152602
28738 Author: Behdad Esfahbod <behdad@behdad.org>
28739 Date:   Tue Jun 5 20:16:56 2012 -0400
28740
28741     Add configure tests for Intel atomic intrinsics
28742
28743  configure.ac             | 17 +++++++++++++++++
28744  src/hb-atomic-private.hh | 12 ++++++------
28745  src/hb-mutex-private.hh  |  2 +-
28746  3 files changed, 24 insertions(+), 7 deletions(-)
28747
28748 commit 68c75b46977beb57e35082db26be712b3cd65678
28749 Author: Behdad Esfahbod <behdad@behdad.org>
28750 Date:   Tue Jun 5 19:55:46 2012 -0400
28751
28752     Shuffle
28753
28754  configure.ac | 16 ++++++++--------
28755  1 file changed, 8 insertions(+), 8 deletions(-)
28756
28757 commit f64b2ebf82c5f355cd95806478cd30c00b1a2731
28758 Author: Behdad Esfahbod <behdad@behdad.org>
28759 Date:   Tue Jun 5 19:23:29 2012 -0400
28760
28761     Remove last static initializer
28762
28763     We're free!  Lazy or immediate...
28764
28765  src/hb-ft.cc    |   2 +
28766  src/hb-shape.cc | 150
28767  ++++++++++++++++++++++++++++++++++++++++----------------
28768  2 files changed, 110 insertions(+), 42 deletions(-)
28769
28770 commit 4a8a529068fc380298bb05b9d878bede3e9f4da1
28771 Author: Behdad Esfahbod <behdad@behdad.org>
28772 Date:   Tue Jun 5 19:17:02 2012 -0400
28773
28774     Make hb-view err if all shapers failed
28775
28776  util/view-cairo.hh | 2 +-
28777  1 file changed, 1 insertion(+), 1 deletion(-)
28778
28779 commit 04aed572f112b96a6033cd6c3df7bdba5e29e93c
28780 Author: Behdad Esfahbod <behdad@behdad.org>
28781 Date:   Tue Jun 5 18:30:19 2012 -0400
28782
28783     Make hb-ft static-initializer free
28784
28785  src/hb-common.cc |  5 ++---
28786  src/hb-ft.cc     | 38 +++++++++++++++++++++++++++-----------
28787  2 files changed, 29 insertions(+), 14 deletions(-)
28788
28789 commit be4560a3b5e8599cbe2b29a01a60c21c9e2b194f
28790 Author: Behdad Esfahbod <behdad@behdad.org>
28791 Date:   Tue Jun 5 18:14:03 2012 -0400
28792
28793     Undo default unicode-funcs to avoid static initializer again
28794
28795  src/hb-buffer.cc          |  2 +-
28796  src/hb-glib.cc            | 23 ++++++++++++-----------
28797  src/hb-icu.cc             | 24 +++++++++++++-----------
28798  src/hb-unicode-private.hh | 10 +++++-----
28799  src/hb-unicode.cc         | 26 ++++++++++++++------------
28800  5 files changed, 45 insertions(+), 40 deletions(-)
28801
28802 commit 093171cceca63e48e735bbf05a2c11b1b7e95ef1
28803 Author: Behdad Esfahbod <behdad@behdad.org>
28804 Date:   Tue Jun 5 18:00:45 2012 -0400
28805
28806     Implement lock-free hb_language_t
28807
28808     Another static-initialization down.  One more to go.
28809
28810  src/hb-common.cc | 66
28811  +++++++++++++++++++++++++++++++++++++++++++++-----------
28812  1 file changed, 54 insertions(+), 12 deletions(-)
28813
28814 commit 6843ce01be0df501ef3149a2c1c54cdfb693195d
28815 Author: Behdad Esfahbod <behdad@behdad.org>
28816 Date:   Tue Jun 5 17:27:20 2012 -0400
28817
28818     Add atomic-pointer functions
28819
28820     Gonig to use these for lock-free linked-lists, to be used for
28821     hb_language_t among other things.
28822
28823  src/hb-atomic-private.hh | 21 +++++++++++++++++++++
28824  1 file changed, 21 insertions(+)
28825
28826 commit cdafe3a7d8483ac586e2c16487e2a09164e0f65c
28827 Author: Behdad Esfahbod <behdad@behdad.org>
28828 Date:   Tue Jun 5 16:34:49 2012 -0400
28829
28830     Add gcc intrinsics implementations for atomic and mutex
28831
28832  configure.ac             |  4 ++--
28833  src/hb-atomic-private.hh | 11 +++++++++--
28834  src/hb-mutex-private.hh  | 51
28835  +++++++++++++++++++++++++++++++++++++++++-------
28836  src/hb-object-private.hh |  4 +++-
28837  src/hb-warning.cc        | 14 ++++++-------
28838  5 files changed, 65 insertions(+), 19 deletions(-)
28839
28840 commit d970d2899b36a2fbd002b224b8bd37b0906fdd5f
28841 Author: Behdad Esfahbod <behdad@behdad.org>
28842 Date:   Tue Jun 5 16:06:28 2012 -0400
28843
28844     Add gcc implementation for atomic ops
28845
28846  src/hb-atomic-private.hh | 9 +++++++--
28847  1 file changed, 7 insertions(+), 2 deletions(-)
28848
28849 commit 0e253e97af71e2a7ead153589f61fd579a247502
28850 Author: Behdad Esfahbod <behdad@behdad.org>
28851 Date:   Tue Jun 5 15:37:19 2012 -0400
28852
28853     Add a mutex to object header
28854
28855     Removes one more static-initialization.  A few more to go.
28856
28857  src/hb-common.cc         | 24 +++++++++---------------
28858  src/hb-mutex-private.hh  | 19 +++++++------------
28859  src/hb-object-private.hh | 36 ++++++++++++++++++++++--------------
28860  src/hb-private.hh        | 11 +++++------
28861  4 files changed, 43 insertions(+), 47 deletions(-)
28862
28863 commit a2b471df821b32625d127f83b2f90e6d6a967e7e
28864 Author: Behdad Esfahbod <behdad@behdad.org>
28865 Date:   Tue Jun 5 15:17:44 2012 -0400
28866
28867     Remove static initializers from indic
28868
28869  src/hb-ot-shape-complex-indic.cc | 50
28870  +++++++++++++++++++++++++++++++---------
28871  1 file changed, 39 insertions(+), 11 deletions(-)
28872
28873 commit f06ab8a4262c759b4723614fd28f55ee77aa8466
28874 Author: Behdad Esfahbod <behdad@behdad.org>
28875 Date:   Tue Jun 5 12:31:51 2012 -0400
28876
28877     Better hide nil objects and make them const
28878
28879  src/hb-blob.cc            | 34 +++++++++++------------
28880  src/hb-buffer.cc          | 39 +++++++++++++-------------
28881  src/hb-font.cc            | 70
28882  +++++++++++++++++++++++------------------------
28883  src/hb-ft.cc              | 49 +++++++++++++++------------------
28884  src/hb-glib.cc            | 25 ++++++++---------
28885  src/hb-icu.cc             | 25 ++++++++---------
28886  src/hb-set.cc             | 16 +++++------
28887  src/hb-unicode-private.hh | 11 ++++----
28888  src/hb-unicode.cc         | 34 +++++++++++------------
28889  9 files changed, 146 insertions(+), 157 deletions(-)
28890
28891 commit bf93b636c4963cbc32d5fba7ace1053db6719192
28892 Author: Behdad Esfahbod <behdad@behdad.org>
28893 Date:   Tue Jun 5 14:17:32 2012 -0400
28894
28895     Remove constructor from hb_prealloced_array_t
28896
28897     This was causing all object types to be non-POD and have static
28898     initializers.  We don't need that!
28899
28900     Now, most nil objects just moved from .bss to .data.  Fixing for that
28901     coming soon.
28902
28903  src/hb-object-private.hh | 3 +++
28904  src/hb-private.hh        | 4 +++-
28905  src/hb-set-private.hh    | 1 +
28906  3 files changed, 7 insertions(+), 1 deletion(-)
28907
28908 commit 7037291aacb858f8090fd7d9028c196cc1a21703
28909 Author: Behdad Esfahbod <behdad@behdad.org>
28910 Date:   Tue Jun 5 13:30:11 2012 -0400
28911
28912     Check for atexit()
28913
28914  configure.ac | 2 +-
28915  1 file changed, 1 insertion(+), 1 deletion(-)
28916
28917 commit f1971a217424bd6db5c7072ba5cf197f318d4e47
28918 Author: Behdad Esfahbod <behdad@behdad.org>
28919 Date:   Tue Jun 5 13:04:20 2012 -0400
28920
28921     Fix warnings
28922
28923  src/indic.cc | 2 +-
28924  1 file changed, 1 insertion(+), 1 deletion(-)
28925
28926 commit b0a6e58bb3dda72dcce37d54d987591630a3db6c
28927 Author: Behdad Esfahbod <behdad@behdad.org>
28928 Date:   Mon Jun 4 10:21:22 2012 -0400
28929
28930     s/script-punjabi/script-gurmukhi/
28931
28932  test/shaping/texts/in-tree/shaper-indic/indic/MANIFEST                  |
28933  2 +-
28934  .../shaper-indic/indic/{script-punjabi => script-gurmukhi}/MANIFEST
28935  | 0
28936  .../indic/{script-punjabi => script-gurmukhi}/misc/MANIFEST             |
28937  0
28938  .../indic/{script-punjabi => script-gurmukhi}/misc/misc.txt             |
28939  0
28940  .../indic/{script-punjabi => script-gurmukhi}/utrrs/LICENSE             |
28941  0
28942  .../indic/{script-punjabi => script-gurmukhi}/utrrs/MANIFEST            |
28943  0
28944  .../shaper-indic/indic/{script-punjabi => script-gurmukhi}/utrrs/README
28945  | 0
28946  .../indic/{script-punjabi => script-gurmukhi}/utrrs/SOURCES             |
28947  0
28948  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt            |
28949  0
28950  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt
28951  | 0
28952  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt                |
28953  0
28954  .../utrrs/codepoint/IndicFontFeatureCodepoint-GurmukhiSpecific.txt
28955  | 0
28956  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt
28957  | 0
28958  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt              |
28959  0
28960  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt
28961  | 0
28962  .../indic/{script-punjabi => script-gurmukhi}/utrrs/codepoint/MANIFEST
28963  | 0
28964  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt                       |
28965  0
28966  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt                       |
28967  0
28968  .../indic/{script-punjabi => script-gurmukhi}/utrrs/gpos/MANIFEST
28969  | 0
28970  .../utrrs/gsub/IndicFontFeatureGSUB.txt                                 |
28971  0
28972  .../indic/{script-punjabi => script-gurmukhi}/utrrs/gsub/MANIFEST
28973  | 0
28974  21 files changed, 1 insertion(+), 1 deletion(-)
28975
28976 commit c1885483120d4b686b2fe95b217dce7248e040b1
28977 Author: Behdad Esfahbod <behdad@behdad.org>
28978 Date:   Mon Jun 4 08:56:00 2012 -0400
28979
28980     Add --verbose to hb-shape
28981
28982     Just turns all --show-* options on.
28983
28984  util/options.cc | 11 +++++++++++
28985  util/options.hh |  1 -
28986  2 files changed, 11 insertions(+), 1 deletion(-)
28987
28988 commit 9fc7a11469113d31d8095757c4fc038c3427d44a
28989 Author: Behdad Esfahbod <behdad@behdad.org>
28990 Date:   Mon Jun 4 08:28:19 2012 -0400
28991
28992     Remove comma at the end of enum
28993
28994     As reported by Jonathan Kew on the list.
28995
28996  src/hb-ot-shape-complex-indic.cc | 2 +-
28997  1 file changed, 1 insertion(+), 1 deletion(-)
28998
28999 commit 3b8fd9c48f4bde368bf2d465c148b9743a9216ee
29000 Author: Behdad Esfahbod <behdad@behdad.org>
29001 Date:   Sun Jun 3 15:54:19 2012 -0400
29002
29003     Remove const from ref_count.ref_count
29004
29005     According to Tom Hacohen this was breaking build with some compilers.
29006
29007     In file included from hb-buffer-private.hh:35:0,
29008                      from hb-ot-map-private.hh:32,
29009                      from hb-ot-shape-private.hh:32,
29010                      from hb-ot-shape.cc:29:
29011     hb-object-private.hh: In constructor
29012     '_hb_object_header_t::_hb_object_header_t()':
29013     hb-object-private.hh:97:8: error: uninitialized const member in
29014     'struct hb_reference_count_t'
29015     hb-object-private.hh:51:25: note: 'hb_reference_count_t::ref_count'
29016     should be initialized
29017     In file included from hb-ot-shape.cc:33:0:
29018     hb-set-private.hh: In constructor '_hb_set_t::_hb_set_t()':
29019     hb-set-private.hh:37:8: note: synthesized method
29020     '_hb_object_header_t::_hb_object_header_t()' first required here
29021     hb-ot-shape.cc: In function 'void
29022     hb_ot_shape_glyphs_closure(hb_font_t*, hb_buffer_t*, const
29023     hb_feature_t*, unsigned int, hb_set_t*)':
29024     hb-ot-shape.cc:521:12: note: synthesized method
29025     '_hb_set_t::_hb_set_t()' first required here
29026
29027  src/hb-object-private.hh | 2 +-
29028  1 file changed, 1 insertion(+), 1 deletion(-)
29029
29030 commit 70600dbf626808a30fb0fd8b7ae860e64d9ffe87
29031 Author: Behdad Esfahbod <behdad@behdad.org>
29032 Date:   Sun Jun 3 15:52:51 2012 -0400
29033
29034     Minor
29035
29036  src/hb-object-private.hh | 14 +++++++-------
29037  1 file changed, 7 insertions(+), 7 deletions(-)
29038
29039 commit ae62166519291057316a9d15cea3f1570fcb5eaf
29040 Author: Behdad Esfahbod <behdad@behdad.org>
29041 Date:   Sat Jun 2 12:21:19 2012 -0400
29042
29043     [util] Minor
29044
29045  util/options.cc        |  4 +---
29046  util/options.hh        | 26 ++++++++++++++------------
29047  util/shape-consumer.hh |  4 +++-
29048  3 files changed, 18 insertions(+), 16 deletions(-)
29049
29050 commit 5db0683a822f70c914468430cda6487cee740ae3
29051 Author: Behdad Esfahbod <behdad@behdad.org>
29052 Date:   Sat Jun 2 12:13:08 2012 -0400
29053
29054     [util] Make hb-shape continue shaping other lines if shapers failed
29055
29056  util/hb-ot-shape-closure.cc |  3 +++
29057  util/hb-shape.cc            | 36 +++++++++++++++++++++++++------
29058  util/main-font-text.hh      |  2 +-
29059  util/options.cc             | 34 ++++++++++++++++++++++-------
29060  util/options.hh             | 33 ++++++++++++++--------------
29061  util/shape-consumer.hh      | 17 ++++++++++++---
29062  util/view-cairo.cc          | 47 +++++++---------------------------------
29063  util/view-cairo.hh          | 52
29064  +++++++++++++++++++++++++++++++++++++++------
29065  8 files changed, 143 insertions(+), 81 deletions(-)
29066
29067 commit 96a9ef0c9fca8d58d8dc6baf6b262d96587abee0
29068 Author: Behdad Esfahbod <behdad@behdad.org>
29069 Date:   Fri Jun 1 13:46:26 2012 -0400
29070
29071     Remove tab character like other "zero-width" characters
29072
29073     Uniscribe does that, this make comparing results to Uniscribe
29074     easier.
29075
29076  src/hb-unicode-private.hh | 3 ++-
29077  1 file changed, 2 insertions(+), 1 deletion(-)
29078
29079 commit cd6a5493411fea30a04466128e1a37b4d89c6a72
29080 Author: Behdad Esfahbod <behdad@behdad.org>
29081 Date:   Fri Jun 1 13:45:25 2012 -0400
29082
29083     Remove unused variable
29084
29085  util/hb-ot-shape-closure.cc | 2 --
29086  1 file changed, 2 deletions(-)
29087
29088 commit 0558d55bac7fb9279aac859b465e7c0e3ad97492
29089 Author: Behdad Esfahbod <behdad@behdad.org>
29090 Date:   Mon May 28 10:46:47 2012 -0400
29091
29092     Remove hb_atomic_int_set/get()
29093
29094     We never use them in fact...
29095
29096     I'm just adjusting these as I better understand the requirements of
29097     the code and the guarantees of each operation.
29098
29099  src/hb-atomic-private.hh |  8 --------
29100  src/hb-object-private.hh | 12 +++++-------
29101  2 files changed, 5 insertions(+), 15 deletions(-)
29102
29103 commit 4efdffec095e19ceeb4b319d60201e84ece30fd9
29104 Author: Behdad Esfahbod <behdad@behdad.org>
29105 Date:   Sun May 27 22:39:48 2012 -0400
29106
29107     Minor Malayalam test case
29108
29109     From https://bugs.freedesktop.org/show_bug.cgi?id=45166
29110
29111  .../texts/in-tree/shaper-indic/indic/script-malayalam/misc/misc.txt
29112  | 1 +
29113  1 file changed, 1 insertion(+)
29114
29115 commit dfff5b3021016d3a472c100272fd8e2f52307860
29116 Author: Behdad Esfahbod <behdad@behdad.org>
29117 Date:   Sun May 27 22:07:04 2012 -0400
29118
29119     Add Myanmar test case
29120
29121  test/shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST
29122  | 1 +
29123  .../texts/in-tree/shaper-indic/south-east-asian/script-myanmar/MANIFEST
29124  | 1 +
29125  .../in-tree/shaper-indic/south-east-asian/script-myanmar/misc/MANIFEST
29126  | 1 +
29127  .../in-tree/shaper-indic/south-east-asian/script-myanmar/misc/misc.txt
29128  | 1 +
29129  4 files changed, 4 insertions(+)
29130
29131 commit bce095524b3e69a47f8e88a2fb02d6ab537f9b0a
29132 Author: Behdad Esfahbod <behdad@behdad.org>
29133 Date:   Sun May 27 11:29:21 2012 -0400
29134
29135     Add hb_font_get_glyph_name() and hb_font_get_glyph_from_name()
29136
29137  TODO                        |  1 +
29138  src/hb-font-private.hh      |  2 ++
29139  src/hb-font.cc              | 80
29140  +++++++++++++++++++++++++++++++++++----------
29141  src/hb-font.h               | 28 ++++++++++++++++
29142  src/hb-ft.cc                | 52 ++++++++++++++++++++++++-----
29143  util/hb-ot-shape-closure.cc |  9 ++---
29144  util/options.cc             | 10 ++----
29145  7 files changed, 142 insertions(+), 40 deletions(-)
29146
29147 commit bc145658bdaeaeea0cdbd719e2756f09a2dbfb48
29148 Author: Behdad Esfahbod <behdad@behdad.org>
29149 Date:   Sun May 27 10:45:57 2012 -0400
29150
29151     Warn if no Unicode functions implementation is found
29152
29153  src/hb-unicode-private.hh |  1 +
29154  src/hb-warning.cc         | 13 +++++++++++++
29155  2 files changed, 14 insertions(+)
29156
29157 commit a3547330fa88e30a138f6f17e60d9c7d1e316622
29158 Author: Behdad Esfahbod <behdad@behdad.org>
29159 Date:   Sun May 27 10:20:47 2012 -0400
29160
29161     Cleanup atomic ops on OS X
29162
29163  src/hb-atomic-private.hh | 7 +++----
29164  1 file changed, 3 insertions(+), 4 deletions(-)
29165
29166 commit e4b6d503c5575ddbf49249e3fef693d75ae75170
29167 Author: Behdad Esfahbod <behdad@behdad.org>
29168 Date:   Sun May 27 10:11:13 2012 -0400
29169
29170     Don't use atomic ops in hb_cache_t
29171
29172     We don't care about linearizability, so unprotected int read/write
29173     are enough, no need for expensive memory barriers.  It's a cache,
29174     that's all.
29175
29176  src/hb-cache-private.hh | 8 ++++----
29177  1 file changed, 4 insertions(+), 4 deletions(-)
29178
29179 commit 819faa05307aa192015f4b43d8103a35e87d6cc7
29180 Author: Behdad Esfahbod <behdad@behdad.org>
29181 Date:   Sun May 27 10:09:18 2012 -0400
29182
29183     Minor
29184
29185  src/hb-atomic-private.hh | 2 +-
29186  1 file changed, 1 insertion(+), 1 deletion(-)
29187
29188 commit 303d5850ec0516e198db241456b0cfc4899ef9c0
29189 Author: Behdad Esfahbod <behdad@behdad.org>
29190 Date:   Sun May 27 10:01:13 2012 -0400
29191
29192     Fix Windows atomic get/set
29193
29194     According to:
29195     http://msdn.microsoft.com/en-us/library/65tt87y8.aspx
29196
29197     MemoryBarrier() is the right macro to protect these, not
29198     _ReadBarrier()
29199     and/or _WriteBarrier().
29200
29201  src/hb-atomic-private.hh | 4 ++--
29202  1 file changed, 2 insertions(+), 2 deletions(-)
29203
29204 commit 8f8956a55fff95e5ad529d2f124c9528d1f4f81d
29205 Author: Behdad Esfahbod <behdad@behdad.org>
29206 Date:   Fri May 25 14:30:24 2012 -0400
29207
29208     [util] Add hidden --shaper that is equivalent of --shapers
29209
29210  util/helper-cairo.cc | 2 +-
29211  util/options.cc      | 6 +++++-
29212  2 files changed, 6 insertions(+), 2 deletions(-)
29213
29214 commit 29ce446d3161b7ea5874352e5f8eb33cd59338c3
29215 Author: Behdad Esfahbod <behdad@behdad.org>
29216 Date:   Fri May 25 14:17:54 2012 -0400
29217
29218     Add set iterator
29219
29220  src/hb-set-private.hh       | 26 +++++++++++++++++++++++---
29221  src/hb-set.cc               |  7 +++++++
29222  src/hb-set.h                | 11 +++++++++--
29223  util/hb-ot-shape-closure.cc |  8 +++++---
29224  4 files changed, 44 insertions(+), 8 deletions(-)
29225
29226 commit 62c3e111fce0ad34960871134c2eb6da572df303
29227 Author: Behdad Esfahbod <behdad@behdad.org>
29228 Date:   Fri May 25 13:48:00 2012 -0400
29229
29230     Add set symmetric difference
29231
29232  src/hb-set-private.hh | 5 +++++
29233  src/hb-set.cc         | 7 +++++++
29234  src/hb-set.h          | 6 ++++++
29235  3 files changed, 18 insertions(+)
29236
29237 commit 27aba594c90b4444c35273a38f5fedc8e09d9a88
29238 Author: Behdad Esfahbod <behdad@behdad.org>
29239 Date:   Thu May 24 15:00:01 2012 -0400
29240
29241     Minor
29242
29243  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
29244  src/hb-ot-shape-complex-indic.cc         | 2 +-
29245  2 files changed, 2 insertions(+), 2 deletions(-)
29246
29247 commit cde1c0114ba66a45d907e81a49bf625e0dc946b0
29248 Author: Behdad Esfahbod <behdad@behdad.org>
29249 Date:   Thu May 24 10:46:39 2012 -0400
29250
29251     Fix hb_atomic_int_set() implementation for HB_NO_MT
29252
29253     As pointed out by Jonathan Kew.
29254
29255  src/hb-atomic-private.hh | 2 +-
29256  1 file changed, 1 insertion(+), 1 deletion(-)
29257
29258 commit 3b9b7133bea787f787170beea073f185e36d2327
29259 Author: Behdad Esfahbod <behdad@behdad.org>
29260 Date:   Wed May 23 22:00:25 2012 -0400
29261
29262     Update TODO
29263
29264  TODO | 18 ++++++++++++++++--
29265  1 file changed, 16 insertions(+), 2 deletions(-)
29266
29267 commit ff3524c21aabf5d0d6014d1ce1b3e12ca5f0990f
29268 Author: Behdad Esfahbod <behdad@behdad.org>
29269 Date:   Wed May 23 21:50:43 2012 -0400
29270
29271     Add Arabic diacritics tests
29272
29273  .../shaper-arabic/script-arabic/misc/MANIFEST      |   2 +-
29274  .../script-arabic/misc/diacritics/MANIFEST         |   5 +
29275  .../script-arabic/misc/diacritics/lam-alef.txt     |  28 +
29276  .../misc/diacritics/language-arabic.txt            | 695
29277  +++++++++++++++++++++
29278  .../misc/diacritics/language-persian.txt           |  48 ++
29279  .../misc/diacritics/language-urdu.txt              | 188 ++++++
29280  .../misc/{ => diacritics}/ligature-diacritics.txt  |   0
29281  7 files changed, 965 insertions(+), 1 deletion(-)
29282
29283 commit ed2f1363a391add41f10cff18792003583a10257
29284 Author: Behdad Esfahbod <behdad@behdad.org>
29285 Date:   Tue May 22 22:12:22 2012 -0400
29286
29287     Fix substitution glyph class propagation
29288
29289     The old code was doing nothing.
29290
29291     Still got to find an example font+string that makes this matter, but
29292     need this for fixing synthetic GDEF anyway.
29293
29294  src/hb-ot-layout-gsub-table.hh       | 10 ++++------
29295  src/hb-ot-layout-gsubgpos-private.hh | 23 ++++++-----------------
29296  2 files changed, 10 insertions(+), 23 deletions(-)
29297
29298 commit a6de53664df9549a5dc93752647ea1d3bb336f7b
29299 Author: Behdad Esfahbod <behdad@behdad.org>
29300 Date:   Fri May 18 15:04:35 2012 -0400
29301
29302     Add CJK Compatibility Ideographs tests
29303
29304     From:
29305     http://people.mozilla.org/~jdaggett/tests/cjkcompat.html
29306
29307  test/shaping/texts/in-tree/shaper-default/MANIFEST                     |
29308  3 ++-
29309  .../in-tree/shaper-default/{script-japanese => script-han}/MANIFEST
29310  | 0
29311  test/shaping/texts/in-tree/shaper-default/script-han/misc/MANIFEST     |
29312  1 +
29313  .../texts/in-tree/shaper-default/script-han/misc/cjk-compat.txt        |
29314  3 +++
29315  test/shaping/texts/in-tree/shaper-default/script-hiragana/MANIFEST     |
29316  1 +
29317  .../shaper-default/{script-japanese => script-hiragana}/misc/MANIFEST
29318  | 0
29319  .../{script-japanese => script-hiragana}/misc/kazuraki-liga-lines.txt
29320  | 0
29321  .../{script-japanese => script-hiragana}/misc/kazuraki-liga.txt
29322  | 0
29323  8 files changed, 7 insertions(+), 1 deletion(-)
29324
29325 commit 20fdb0f41d81b226e076a4830d4b0d03da31fc19
29326 Author: Behdad Esfahbod <behdad@behdad.org>
29327 Date:   Thu May 17 22:04:45 2012 -0400
29328
29329     Add a lock-free cache type for int->int functions
29330
29331     To be used for cmap and advance caching if desired.
29332
29333  TODO                    |  2 ++
29334  src/Makefile.am         |  1 +
29335  src/hb-cache-private.hh | 72
29336  +++++++++++++++++++++++++++++++++++++++++++++++++
29337  src/hb-font.cc          |  2 ++
29338  4 files changed, 77 insertions(+)
29339
29340 commit bd908b4f102b5ae18a3ad4a8b137994cf74b86ce
29341 Author: Behdad Esfahbod <behdad@behdad.org>
29342 Date:   Thu May 17 22:02:08 2012 -0400
29343
29344     Implement hb_atomic_int_set() for OS X
29345
29346  src/hb-atomic-private.hh | 2 ++
29347  1 file changed, 2 insertions(+)
29348
29349 commit 022a05ae90f30bcddff413022e0cd801809b5390
29350 Author: Behdad Esfahbod <behdad@behdad.org>
29351 Date:   Thu May 17 21:53:24 2012 -0400
29352
29353     Minor
29354
29355  src/hb-atomic-private.hh | 4 +++-
29356  src/hb-mutex-private.hh  | 4 +++-
29357  2 files changed, 6 insertions(+), 2 deletions(-)
29358
29359 commit 22afd66a30d01b6771405e76777306f600807bea
29360 Author: Behdad Esfahbod <behdad@behdad.org>
29361 Date:   Thu May 17 21:23:49 2012 -0400
29362
29363     Add hb_atomic_int_set() again
29364
29365  src/hb-atomic-private.hh | 9 ++++++---
29366  1 file changed, 6 insertions(+), 3 deletions(-)
29367
29368 commit 4aa7258cb16176a89e1547fee8f86571fdd98307
29369 Author: Behdad Esfahbod <behdad@behdad.org>
29370 Date:   Thu May 17 21:01:04 2012 -0400
29371
29372     Fix type conflicts on Windows without glib
29373
29374  src/hb-tt-font.cc | 3 ++-
29375  1 file changed, 2 insertions(+), 1 deletion(-)
29376
29377 commit f039e79d5438a8fc4a3ec11a387bbfc0f6b83024
29378 Author: Behdad Esfahbod <behdad@behdad.org>
29379 Date:   Thu May 17 20:55:12 2012 -0400
29380
29381     Don't use min/max as function names
29382
29383     They can be macros on some systems.  Eg. mingw32.
29384
29385  src/hb-set-private.hh | 4 ++--
29386  src/hb-set.cc         | 4 ++--
29387  2 files changed, 4 insertions(+), 4 deletions(-)
29388
29389 commit 34961e3198e27fa37fd4cfdad12ef86a2e9e51c2
29390 Author: Behdad Esfahbod <behdad@behdad.org>
29391 Date:   Thu May 17 20:50:38 2012 -0400
29392
29393     Prefer native atomic/mutex ops to glib's
29394
29395  src/hb-atomic-private.hh | 29 ++++++++++++++++-------------
29396  src/hb-mutex-private.hh  | 24 ++++++++++++++----------
29397  2 files changed, 30 insertions(+), 23 deletions(-)
29398
29399 commit ec3ba4b96fc4f262db1ff9f906628c32f26c9b7d
29400 Author: Behdad Esfahbod <behdad@behdad.org>
29401 Date:   Thu May 17 20:30:46 2012 -0400
29402
29403     Move atomic ops into their own header
29404
29405  src/Makefile.am          |  1 +
29406  src/hb-atomic-private.hh | 78
29407  ++++++++++++++++++++++++++++++++++++++++++++++++
29408  src/hb-mutex-private.hh  |  1 -
29409  src/hb-object-private.hh | 52 ++------------------------------
29410  src/hb-warning.cc        |  2 +-
29411  5 files changed, 82 insertions(+), 52 deletions(-)
29412
29413 commit de0878395be5c72d7058faac8f64715bdd42eb3b
29414 Author: Behdad Esfahbod <behdad@behdad.org>
29415 Date:   Thu May 17 20:15:49 2012 -0400
29416
29417     Update TODO
29418
29419  TODO | 12 ++++++++----
29420  1 file changed, 8 insertions(+), 4 deletions(-)
29421
29422 commit c87b317f0eb118e67134e8e419a6d65e0fa40d30
29423 Author: Behdad Esfahbod <behdad@behdad.org>
29424 Date:   Tue May 15 23:53:18 2012 -0400
29425
29426     [util] Add hb-ot-shape-closure tool
29427
29428     Computes all the glyphs that may be generated given a font and
29429     set of Unicode characters.
29430
29431     The order of the Unicode characters is irrelevant.
29432
29433     Sample output:
29434
29435     behdad:util 0$ ./hb-ot-shape-closure Doulos\ SIL\ Regular.ttf f
29436     f f_f
29437
29438     behdad:util 0$ ./hb-ot-shape-closure Doulos\ SIL\ Regular.ttf i
29439     i
29440
29441     behdad:util 0$ ./hb-ot-shape-closure Doulos\ SIL\ Regular.ttf fi
29442     f f_i f_f_i f_f i
29443
29444     behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf ب
29445     uni0628 uni0628.init uni0628.medi uni0628.fina
29446
29447     behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf ا
29448     uni0627 uni0627.fina
29449
29450     behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf با
29451     uni0627 uni0627.fina uni0628 uni0628.init uni0628.medi uni0628.fina
29452
29453     behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf با
29454     --no-glyph-names
29455     5 6 133 134 135 136
29456
29457  configure.ac                |   2 +-
29458  util/Makefile.am            |  22 ++++++---
29459  util/hb-ot-shape-closure.cc | 112
29460  ++++++++++++++++++++++++++++++++++++++++++++
29461  util/options.hh             |  12 +++++
29462  4 files changed, 140 insertions(+), 8 deletions(-)
29463
29464 commit 45675e589e6ef9f81b2a4199cf33e3e7778433a8
29465 Author: Behdad Esfahbod <behdad@behdad.org>
29466 Date:   Tue May 15 23:10:39 2012 -0400
29467
29468     [util] Refactor to accommodate for upcoming new tool
29469
29470  util/Makefile.am                       | 10 +++--
29471  util/hb-shape.cc                       | 70
29472  +++++++++++++++-------------------
29473  util/hb-view.cc                        |  8 ++--
29474  util/{hb-view.hh => main-font-text.hh} | 48 +++++++++++------------
29475  util/shape-consumer.hh                 | 69
29476  +++++++++++++++++++++++++++++++++
29477  5 files changed, 135 insertions(+), 70 deletions(-)
29478
29479 commit 1d6846db9ebf84561bb30a4e48c6c43184914099
29480 Author: Behdad Esfahbod <behdad@behdad.org>
29481 Date:   Sun May 13 18:09:29 2012 +0200
29482
29483     [Indic] Apply vatu feature after cjct
29484
29485     Testing with old Deva spec this reduces failures.
29486     Test sequence: U+0915,U+094D,U+0930.
29487
29488  src/hb-ot-shape-complex-indic.cc | 6 +++---
29489  1 file changed, 3 insertions(+), 3 deletions(-)
29490
29491 commit 8caf5dcd66550351c6038b9ae7ecc5254eed64ff
29492 Author: Behdad Esfahbod <behdad@behdad.org>
29493 Date:   Sun May 13 17:10:18 2012 +0200
29494
29495     Minor
29496
29497  util/ansi-print.cc | 67
29498  +++++++++++++++++++++++++++---------------------------
29499  1 file changed, 33 insertions(+), 34 deletions(-)
29500
29501 commit 617f4ac46f1084859d2034c08760e31e52d3bec3
29502 Author: Behdad Esfahbod <behdad@behdad.org>
29503 Date:   Sun May 13 16:48:03 2012 +0200
29504
29505     Refactor
29506
29507  src/hb-ot-shape-complex-indic.cc | 44
29508  +++++++++++++++++++++-------------------
29509  1 file changed, 23 insertions(+), 21 deletions(-)
29510
29511 commit 5e4e21fce4b548b0b8a5951bc8f35a9f27428192
29512 Author: Behdad Esfahbod <behdad@behdad.org>
29513 Date:   Sun May 13 16:46:08 2012 +0200
29514
29515     Revert "[Indic] Refactoring"
29516
29517     This reverts commit 0831061efb78983b9c6e1e72574c977e56383c08.
29518
29519  src/hb-ot-shape-complex-indic.cc | 28 ++++++++--------------------
29520  1 file changed, 8 insertions(+), 20 deletions(-)
29521
29522 commit 3f18236a03880c0960f5990dc90685f6146951a6
29523 Author: Behdad Esfahbod <behdad@behdad.org>
29524 Date:   Sun May 13 16:20:10 2012 +0200
29525
29526     Fix more warnings
29527
29528  src/hb-ot-layout-common-private.hh | 2 +-
29529  src/hb-ot-layout-gsub-table.hh     | 2 +-
29530  src/hb-ot-shape-complex-indic.cc   | 8 ++++----
29531  3 files changed, 6 insertions(+), 6 deletions(-)
29532
29533 commit 9f377ed3210fe7d9f15e0c4f82020556f9a8f6f0
29534 Author: Behdad Esfahbod <behdad@behdad.org>
29535 Date:   Sun May 13 16:13:44 2012 +0200
29536
29537     Fix more unused-var warnings
29538
29539  src/hb-ot-shape-complex-arabic.cc |  7 +++++--
29540  src/hb-ot-shape-complex-indic.cc  | 25 ++++++++++++++++++-------
29541  src/hb-ot-shape-complex-misc.cc   | 21 +++++++++++++++------
29542  src/hb-ot-shape-normalize.cc      | 13 ++++++-------
29543  src/hb-set.cc                     |  2 +-
29544  5 files changed, 45 insertions(+), 23 deletions(-)
29545
29546 commit d993e72331c6c4c783b803e01e4d4a02c8e3eb77
29547 Author: Behdad Esfahbod <behdad@behdad.org>
29548 Date:   Sun May 13 16:04:36 2012 +0200
29549
29550     Fix hb_face_set_index()
29551
29552  src/hb-font.cc | 2 +-
29553  1 file changed, 1 insertion(+), 1 deletion(-)
29554
29555 commit 93345edcbea49bdf0e22f26b5b74a23e601dfab4
29556 Author: Behdad Esfahbod <behdad@behdad.org>
29557 Date:   Sun May 13 16:01:08 2012 +0200
29558
29559     Fix warnings
29560
29561  src/hb-fallback-shape.cc |  4 ++--
29562  src/hb-private.hh        | 54
29563  ++++++++++++++++++++++++------------------------
29564  2 files changed, 29 insertions(+), 29 deletions(-)
29565
29566 commit eace47b173807d94b29a6490d0bc3c9f8f6168d1
29567 Author: Behdad Esfahbod <behdad@behdad.org>
29568 Date:   Sun May 13 15:54:43 2012 +0200
29569
29570     Minor
29571
29572  src/hb-ot-shape-complex-indic.cc | 2 +-
29573  1 file changed, 1 insertion(+), 1 deletion(-)
29574
29575 commit 99c2695759a6af855d565f4994bbdf220570bb48
29576 Author: Behdad Esfahbod <behdad@behdad.org>
29577 Date:   Sun May 13 15:45:18 2012 +0200
29578
29579     Add accessort to buffer for current info, current pos, and prev info
29580
29581  src/hb-buffer-private.hh             |  9 ++++++++
29582  src/hb-ot-layout-gpos-table.hh       | 44
29583  ++++++++++++++++++------------------
29584  src/hb-ot-layout-gsub-table.hh       | 28 +++++++++++------------
29585  src/hb-ot-layout-gsubgpos-private.hh | 28 +++++++++++------------
29586  src/hb-ot-shape-complex-arabic.cc    |  4 ++--
29587  src/hb-ot-shape-complex-misc.cc      |  5 ++--
29588  src/hb-ot-shape-normalize.cc         | 16 ++++++-------
29589  src/hb-ot-shape.cc                   |  8 +++----
29590  8 files changed, 76 insertions(+), 66 deletions(-)
29591
29592 commit 6736f3c5b09af6a71935afc04248b033e171a9b2
29593 Author: Behdad Esfahbod <behdad@behdad.org>
29594 Date:   Sun May 13 15:21:06 2012 +0200
29595
29596     Minor
29597
29598  src/hb-ot-layout-gsubgpos-private.hh | 7 +++----
29599  1 file changed, 3 insertions(+), 4 deletions(-)
29600
29601 commit 5df809b655bb1318115651fd87d4555cdd9b41cb
29602 Author: Behdad Esfahbod <behdad@behdad.org>
29603 Date:   Sun May 13 15:17:51 2012 +0200
29604
29605     [GSUB/GPOS] Remove context_length
29606
29607     The spec doesn't say contextual matching should be done this way,
29608     and AOTS doesn't do it either.  It was inherited from old HarfBuzz.
29609     Remove it.
29610
29611  src/hb-ot-layout-common-private.hh   |  1 -
29612  src/hb-ot-layout-gpos-table.hh       |  3 ---
29613  src/hb-ot-layout-gsub-table.hh       |  6 ++----
29614  src/hb-ot-layout-gsubgpos-private.hh | 32
29615  +++++++++++---------------------
29616  4 files changed, 13 insertions(+), 29 deletions(-)
29617
29618 commit 28b9d502bb69a8045818d5f6113ded9c59a56bd7
29619 Author: Behdad Esfahbod <behdad@behdad.org>
29620 Date:   Sun May 13 15:04:00 2012 +0200
29621
29622     Minor
29623
29624  src/hb-ot-layout-gsubgpos-private.hh | 11 +++++------
29625  1 file changed, 5 insertions(+), 6 deletions(-)
29626
29627 commit 50f630c17ced1bd59b4da4f27728dcfbb876400a
29628 Author: Behdad Esfahbod <behdad@behdad.org>
29629 Date:   Sun May 13 13:03:44 2012 +0200
29630
29631     Remove ioctl checks
29632
29633     Ended up not using terminal size after all.
29634
29635  configure.ac       |  2 +-
29636  util/ansi-print.cc | 11 -----------
29637  2 files changed, 1 insertion(+), 12 deletions(-)
29638
29639 commit db0de7cd616e1e9d6fde6659e52a541477fb0148
29640 Author: Behdad Esfahbod <behdad@behdad.org>
29641 Date:   Sun May 13 13:02:38 2012 +0200
29642
29643     [util] Set ansi color only on color change
29644
29645  util/ansi-print.cc | 28 +++++++++++++++++++++++-----
29646  1 file changed, 23 insertions(+), 5 deletions(-)
29647
29648 commit 912c5ff80a255edb8145b9db69e2ed828f8eab5c
29649 Author: Behdad Esfahbod <behdad@behdad.org>
29650 Date:   Sun May 13 12:51:02 2012 +0200
29651
29652     Reduce default margin
29653
29654  util/options.hh | 2 +-
29655  1 file changed, 1 insertion(+), 1 deletion(-)
29656
29657 commit 52e7b1424a3613122e9ca30879298df42733acda
29658 Author: Behdad Esfahbod <behdad@behdad.org>
29659 Date:   Sun May 13 02:02:58 2012 +0200
29660
29661     [util] Make hb-view print out Unicode art if stdout is a terminal
29662
29663  configure.ac              |   4 +-
29664  util/Makefile.am          |   4 +
29665  util/ansi-print.cc        | 411
29666  ++++++++++++++++++++++++++++++++++++++++++++++
29667  util/ansi-print.hh        |  39 +++++
29668  util/helper-cairo-ansi.cc | 102 ++++++++++++
29669  util/helper-cairo-ansi.hh |  39 +++++
29670  util/helper-cairo.cc      |  70 +++++++-
29671  util/options.hh           |   3 +
29672  8 files changed, 668 insertions(+), 4 deletions(-)
29673
29674 commit 8b2753ce2bea8a21ea757186d86dc4a55d8c8b0c
29675 Author: Behdad Esfahbod <behdad@behdad.org>
29676 Date:   Sun May 13 00:54:07 2012 +0200
29677
29678     Minor
29679
29680  TODO | 2 ++
29681  1 file changed, 2 insertions(+)
29682
29683 commit 30874b4819a99cc84fa39e794266685e1b8735d2
29684 Author: Behdad Esfahbod <behdad@behdad.org>
29685 Date:   Sat May 12 15:54:27 2012 +0200
29686
29687     [util] Make tools default to stdin if no text is provided
29688
29689     One less argument to type in typical testing workflow!
29690
29691  util/hb-view.hh |  4 +++-
29692  util/options.cc | 12 +++++-------
29693  util/options.hh |  2 +-
29694  3 files changed, 9 insertions(+), 9 deletions(-)
29695
29696 commit 2097951110e33fe091ed9515ae77e2683c46c889
29697 Author: Behdad Esfahbod <behdad@behdad.org>
29698 Date:   Sat May 12 15:41:48 2012 +0200
29699
29700     [util] Change default font size of hb-view to 256
29701
29702     Most common usecase of hb-view is to test rendering of short words for
29703     testing / inspection.  Not having to type "--font-size 150" each time
29704     isn't such a bad idea...
29705
29706  util/options.hh | 4 ++--
29707  1 file changed, 2 insertions(+), 2 deletions(-)
29708
29709 commit 737dded2e08fcc19935db51c05201a987184d337
29710 Author: Behdad Esfahbod <behdad@behdad.org>
29711 Date:   Sat May 12 15:40:11 2012 +0200
29712
29713     Fix compiler warnings
29714
29715  src/hb-ot-shape-complex-indic.cc | 5 -----
29716  1 file changed, 5 deletions(-)
29717
29718 commit f538fcb538f1decb4100ba89457eb83f2350d64b
29719 Author: Behdad Esfahbod <behdad@behdad.org>
29720 Date:   Sat May 12 15:34:40 2012 +0200
29721
29722     [test] Make tool usage easier by not requiring "--stdin"
29723
29724     Just default to it.  Added "--help" instead to get usage.
29725
29726  test/shaping/hb_test_tools.py | 9 ++++-----
29727  1 file changed, 4 insertions(+), 5 deletions(-)
29728
29729 commit a3273e30bb7ffd727ffc18af5716dfef705d3d94
29730 Author: Behdad Esfahbod <behdad@behdad.org>
29731 Date:   Sat May 12 13:34:18 2012 +0200
29732
29733     [Indic] Add more Malayalam tests
29734
29735  .../indic/script-malayalam/misc/misc.txt           | 38
29736  ++++++++++++++++++++++
29737  1 file changed, 38 insertions(+)
29738
29739 commit 7f852b644b8143492a02edfc853114aaa23446bd
29740 Author: Behdad Esfahbod <behdad@behdad.org>
29741 Date:   Fri May 11 23:10:31 2012 +0200
29742
29743     Fix compiler warnings
29744
29745  src/hb-ot-shape-complex-indic.cc   | 2 +-
29746  src/hb-ot-shape-complex-private.hh | 2 +-
29747  2 files changed, 2 insertions(+), 2 deletions(-)
29748
29749 commit f7e8dcfd4fc377e3d786b097beb656284240456d
29750 Author: Behdad Esfahbod <behdad@behdad.org>
29751 Date:   Fri May 11 22:00:06 2012 +0200
29752
29753     [Indic] Unbreak Devanagari
29754
29755     And this, concludes the HarfBuzz Massala Hackfest.
29756
29757     I like to specially thank Jonathan Kew for doing all the decription
29758     and
29759     letting me get commit points.
29760
29761  configure.ac                             | 2 +-
29762  src/hb-ot-shape-complex-indic-private.hh | 2 +-
29763  2 files changed, 2 insertions(+), 2 deletions(-)
29764
29765 commit 6a091df9b403b147ef78f3974610dedf4ce1e08a
29766 Author: Behdad Esfahbod <behdad@behdad.org>
29767 Date:   Fri May 11 21:42:27 2012 +0200
29768
29769     [Indic] Disambiguate sub vs post vs above matras
29770
29771     Bengali is at *just* above 5% now.
29772
29773  src/hb-ot-shape-complex-indic-private.hh | 31
29774  +++++++++++++++----------------
29775  src/hb-ot-shape-complex-indic.cc         | 12 ++++++------
29776  2 files changed, 21 insertions(+), 22 deletions(-)
29777
29778 commit 9d0d319a4a7e85d922e58fade0f40caae1c9f109
29779 Author: Behdad Esfahbod <behdad@behdad.org>
29780 Date:   Fri May 11 21:36:32 2012 +0200
29781
29782     [Indic] Position Bengali Reph before matras
29783
29784  src/hb-ot-shape-complex-indic.cc | 62
29785  +++++++++++++++++++++++-----------------
29786  1 file changed, 36 insertions(+), 26 deletions(-)
29787
29788 commit f89367251109af235f4f0446c13c261a5a4a6f72
29789 Author: Behdad Esfahbod <behdad@behdad.org>
29790 Date:   Fri May 11 21:10:03 2012 +0200
29791
29792     [Indic] Start categorizing Reph per script
29793
29794  src/hb-ot-shape-complex-indic.cc | 41
29795  ++++++++++++++++++++++++++++++++++------
29796  1 file changed, 35 insertions(+), 6 deletions(-)
29797
29798 commit a913b024d84973556094fd64ce5f0b7106fcc3b5
29799 Author: Behdad Esfahbod <behdad@behdad.org>
29800 Date:   Fri May 11 20:59:26 2012 +0200
29801
29802     [Indic] Apply 'init' feature for Bengali
29803
29804     Error down from 20% to 7%.
29805
29806  src/hb-ot-shape-complex-indic.cc | 15 +++++++++++++++
29807  1 file changed, 15 insertions(+)
29808
29809 commit eed903b1644e087178438959664a6a57bebc398b
29810 Author: Behdad Esfahbod <behdad@behdad.org>
29811 Date:   Fri May 11 20:50:53 2012 +0200
29812
29813     [Indic] Refactor for the arrival of 'init' feature
29814
29815     Yep, on Bengali now!
29816
29817  src/hb-ot-shape-complex-indic.cc | 52
29818  +++++++++++++++++++++++++++-------------
29819  1 file changed, 36 insertions(+), 16 deletions(-)
29820
29821 commit 18c06e189bd078affbb84c3bb5bb80687a227c5e
29822 Author: Behdad Esfahbod <behdad@behdad.org>
29823 Date:   Fri May 11 20:02:14 2012 +0200
29824
29825     [Indic] Add Uniscribe bug feature for dotted circle
29826
29827     For dotted-circle independent clusters, Uniscribe does no Reph shaping
29828     for the exact sequence Ra+Halant+25CC.  Which also is the only
29829     possible
29830     sequence with 25CC at the end.
29831
29832  src/hb-ot-shape-complex-indic-machine.rl |  4 +++-
29833  src/hb-ot-shape-complex-indic-private.hh |  3 ++-
29834  src/hb-ot-shape-complex-indic.cc         | 20 ++++++++++++++++----
29835  3 files changed, 21 insertions(+), 6 deletions(-)
29836
29837 commit 5b16de97bcc4b24da4c77ca6c1a42e814d8cdbd1
29838 Author: Behdad Esfahbod <behdad@behdad.org>
29839 Date:   Fri May 11 19:55:42 2012 +0200
29840
29841     [Indic] Add tests for dottedcircle
29842
29843  .../in-tree/shaper-indic/indic/script-devanagari/misc/MANIFEST     | 1 +
29844  .../shaper-indic/indic/script-devanagari/misc/dottedcircle.txt     |
29845  7 +++++++
29846  2 files changed, 8 insertions(+)
29847
29848 commit 0831061efb78983b9c6e1e72574c977e56383c08
29849 Author: Behdad Esfahbod <behdad@behdad.org>
29850 Date:   Fri May 11 19:07:58 2012 +0200
29851
29852     [Indic] Refactoring
29853
29854  src/hb-ot-shape-complex-indic.cc | 26 ++++++++++++++++++--------
29855  1 file changed, 18 insertions(+), 8 deletions(-)
29856
29857 commit 7ea58db311bfb0d8f804d1e9f4a1f004bd45075a
29858 Author: Behdad Esfahbod <behdad@behdad.org>
29859 Date:   Fri May 11 18:58:57 2012 +0200
29860
29861     Minor
29862
29863  src/hb-ot-shape-complex-indic.cc | 6 +++---
29864  1 file changed, 3 insertions(+), 3 deletions(-)
29865
29866 commit 9c09928989316e2befe00d52ed66e055637ccd36
29867 Author: Behdad Esfahbod <behdad@behdad.org>
29868 Date:   Fri May 11 18:46:35 2012 +0200
29869
29870     [Indic] Allow multiple Consonants in Vowel/NBSP syllables
29871
29872     Uniscribe allows multiple Halant+Consonant after a Vowel.
29873     Tests:
29874     ↦       * U+0905,U+094D,U+092B,U+094D,930,94d,930
29875
29876  src/hb-ot-shape-complex-indic-machine.rl | 6 +++---
29877  1 file changed, 3 insertions(+), 3 deletions(-)
29878
29879 commit 8c0aa486f31e9b6cbb31ce295573b53b0a214124
29880 Author: Behdad Esfahbod <behdad@behdad.org>
29881 Date:   Fri May 11 18:13:42 2012 +0200
29882
29883     [Indic] Allow two Nuktas per consonant
29884
29885     Uniscribe allows up to two nuktas per consonant and one per matra. It
29886     does so
29887     indepent of whether the consonant already has a nukta in it.  Tests:
29888
29889             * U+0916,U+093C,U+0941
29890             * U+0959,U+093C,U+0941
29891             * U+0916,U+093C,U+093C,U+0941
29892             * U+0959,U+093C,U+093C,U+0941
29893             * U+0916,U+093C,U+093C,U+093C,U+0941
29894             * U+0959,U+093C,U+093C,U+093C,U+0941
29895             * 915,93c,93c,,94d,U+0916,U+093C,U+093C,U+093e,93c,93c
29896
29897  src/hb-ot-shape-complex-indic-machine.rl | 7 ++++---
29898  1 file changed, 4 insertions(+), 3 deletions(-)
29899
29900 commit 3399a06e7033651ee926448737bdb18e553c1796
29901 Author: Behdad Esfahbod <behdad@behdad.org>
29902 Date:   Fri May 11 17:54:26 2012 +0200
29903
29904     [Indic] Fix U+0952 and similar classification to match Uniscribe
29905
29906     See comments.
29907
29908  src/hb-ot-shape-complex-indic-machine.rl |  1 +
29909  src/hb-ot-shape-complex-indic.cc         | 16 +++++++++++-----
29910  2 files changed, 12 insertions(+), 5 deletions(-)
29911
29912 commit 11aa3ef18dbc6ac9561bd119f5ca2c1aa1209c3a
29913 Author: Behdad Esfahbod <behdad@behdad.org>
29914 Date:   Fri May 11 17:30:48 2012 +0200
29915
29916     [Indic] Treat U+0951..U+0954 all similar to U+0952
29917
29918  src/hb-ot-shape-complex-indic.cc | 3 ++-
29919  1 file changed, 2 insertions(+), 1 deletion(-)
29920
29921 commit 5f131d3226131df440d7f36655e57f6effcae204
29922 Author: Behdad Esfahbod <behdad@behdad.org>
29923 Date:   Fri May 11 17:29:40 2012 +0200
29924
29925     [GSUB/GPOS/Indic] Apply GSUB/GPOS within syllables only
29926
29927     This does not apply to the context matchings.
29928
29929     This regresses tests right now.  And we are not sure whether this is
29930     the right thing to do for GPOS.  But we'll figure out.
29931
29932  src/hb-ot-layout-gsubgpos-private.hh | 18 ++++++++++++------
29933  1 file changed, 12 insertions(+), 6 deletions(-)
29934
29935 commit 8fd83aaf6e50c2c25002c51fee26d82847a61769
29936 Author: Behdad Esfahbod <behdad@behdad.org>
29937 Date:   Fri May 11 17:18:37 2012 +0200
29938
29939     [GSUB/GPOS] Fix wrong buffer access in backward skippy mask matching
29940
29941  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
29942  1 file changed, 1 insertion(+), 1 deletion(-)
29943
29944 commit ff24d1081af08a887895975285d7e38f5d07bc37
29945 Author: Behdad Esfahbod <behdad@behdad.org>
29946 Date:   Fri May 11 17:07:08 2012 +0200
29947
29948     [Indic] Don't use syllable serial value 0
29949
29950  src/hb-ot-shape-complex-indic-machine.rl | 3 ++-
29951  1 file changed, 2 insertions(+), 1 deletion(-)
29952
29953 commit 892eb7878238d810a2a70f9dadbf958207bfeaa1
29954 Author: Behdad Esfahbod <behdad@behdad.org>
29955 Date:   Fri May 11 16:54:40 2012 +0200
29956
29957     [Indic] Implement Uniscribe Reph+Matra+Halant bug feature
29958
29959  src/hb-ot-shape-complex-indic.cc | 14 +++++++++-----
29960  1 file changed, 9 insertions(+), 5 deletions(-)
29961
29962 commit 67ea29af49bb08ee679914076808327992cf6676
29963 Author: Behdad Esfahbod <behdad@behdad.org>
29964 Date:   Fri May 11 16:51:23 2012 +0200
29965
29966     [Indic] Add example of different Uniscribe behavior
29967
29968  src/hb-ot-shape-complex-indic.cc | 5 ++++-
29969  1 file changed, 4 insertions(+), 1 deletion(-)
29970
29971 commit ebe29733d44fe0fa9fb30f946ab0dd7a40336a24
29972 Author: Behdad Esfahbod <behdad@behdad.org>
29973 Date:   Fri May 11 16:43:12 2012 +0200
29974
29975     [Indic] Add runtime Uniscribe bug compatibility mode!
29976
29977     Enable by setting envvar:
29978
29979       HB_OT_INDIC_OPTIONS=uniscribe-bug-compatible
29980
29981     Plus, LeftMatra+Halant "feature".
29982
29983  src/hb-ot-shape-complex-indic.cc | 44
29984  ++++++++++++++++++++++++++++++----------
29985  1 file changed, 33 insertions(+), 11 deletions(-)
29986
29987 commit 616e692e2950d326b6c46aba5b5bead3cc29d315
29988 Author: Behdad Esfahbod <behdad@behdad.org>
29989 Date:   Fri May 11 16:25:02 2012 +0200
29990
29991     [Indic] Add #define UNISCRIBE_BUG_COMPATIBLE 1
29992
29993  src/hb-ot-shape-complex-indic.cc | 3 ++-
29994  1 file changed, 2 insertions(+), 1 deletion(-)
29995
29996 commit 6782bdae3be0357da1dadc7b806a43ceefa67a90
29997 Author: Behdad Esfahbod <behdad@behdad.org>
29998 Date:   Fri May 11 16:23:43 2012 +0200
29999
30000     [Indic] Fix Left Matra + Halant reordering
30001
30002     As can be seen in: U+092B,U+093F,U+094D
30003
30004  src/hb-ot-shape-complex-indic.cc | 6 ++++--
30005  1 file changed, 4 insertions(+), 2 deletions(-)
30006
30007 commit 3c2ea9481b1028e927e615a5434ebf8edcb5f891
30008 Author: Behdad Esfahbod <behdad@behdad.org>
30009 Date:   Fri May 11 16:23:38 2012 +0200
30010
30011     Minor
30012
30013  src/hb-ot-shape-complex-indic.cc | 73
30014  ++++++++++++++++++++--------------------
30015  1 file changed, 37 insertions(+), 36 deletions(-)
30016
30017 commit c071b99f150a9344a2056dfeba8c613f8a5602db
30018 Author: Behdad Esfahbod <behdad@behdad.org>
30019 Date:   Fri May 11 16:22:46 2012 +0200
30020
30021     [Indic] Add test for Left Matra with Halant
30022
30023     Uniscribe doesn't move the Halant, we do.  And do a broken job of
30024     it now.
30025
30026  .../shaper-indic/indic/script-devanagari/misc/tricky-reordering.txt
30027  | 1 +
30028  1 file changed, 1 insertion(+)
30029
30030 commit 203d71069c45048b6dd8fa22b61fd8f2c844b4f6
30031 Author: Behdad Esfahbod <behdad@behdad.org>
30032 Date:   Fri May 11 16:01:44 2012 +0200
30033
30034     [GSUB/GPOS] Check all glyph masks when matching input
30035
30036  src/hb-ot-layout-gsubgpos-private.hh | 18 ++++++++++++------
30037  1 file changed, 12 insertions(+), 6 deletions(-)
30038
30039 commit 668c6046c1b3af3bd316bda0cc8636f2a5e8df42
30040 Author: Behdad Esfahbod <behdad@behdad.org>
30041 Date:   Fri May 11 15:34:13 2012 +0200
30042
30043     [Indic] Apply Reph mask to all POS_REPH glyphs
30044
30045     Needed for upcoming changes to GSUB/GPOS mask matching.
30046
30047  src/hb-ot-shape-complex-indic.cc | 4 ++--
30048  1 file changed, 2 insertions(+), 2 deletions(-)
30049
30050 commit 4be46bade26faf13f7b4d447e9cc608e183955dc
30051 Author: Behdad Esfahbod <behdad@behdad.org>
30052 Date:   Fri May 11 14:39:01 2012 +0200
30053
30054     [Indic] Fix state machine to backtrack
30055
30056  src/hb-ot-shape-complex-indic-machine.rl | 42
30057  +++++++++++++++-----------------
30058  src/hb-private.hh                        |  2 ++
30059  2 files changed, 21 insertions(+), 23 deletions(-)
30060
30061 commit cee7187447b76b22e1bb6136d137b35ac49c3a5d
30062 Author: Behdad Esfahbod <behdad@behdad.org>
30063 Date:   Fri May 11 11:41:39 2012 +0200
30064
30065     [Indic] Move syllable tracking from Indic to generic layer
30066
30067     This is to incorporate it into GSUB/GPOS processing.
30068
30069  src/hb-ot-layout-gpos-table.hh           |  1 +
30070  src/hb-ot-layout-gsub-table.hh           |  3 ++-
30071  src/hb-ot-layout-gsubgpos-private.hh     |  3 ---
30072  src/hb-ot-layout-private.hh              |  4 +---
30073  src/hb-ot-shape-complex-indic-machine.rl |  2 +-
30074  src/hb-ot-shape-complex-indic-private.hh |  1 -
30075  src/hb-ot-shape-complex-indic.cc         |  8 +++-----
30076  src/hb-ot-shape-complex-private.hh       | 13 ++++++++-----
30077  8 files changed, 16 insertions(+), 19 deletions(-)
30078
30079 commit 3bf27a9f0e92aa31b464bd3b9fdea5933c9ae8b1
30080 Author: Behdad Esfahbod <behdad@behdad.org>
30081 Date:   Fri May 11 11:17:23 2012 +0200
30082
30083     [Indic] Disable conjuncts when a ZWJ happens
30084
30085     Not that the code makes any difference since the presence of ZWJ
30086     itself
30087     causes the ligature to fail to match anyway.
30088
30089  src/hb-ot-shape-complex-indic.cc | 7 +------
30090  1 file changed, 1 insertion(+), 6 deletions(-)
30091
30092 commit c6d904d67db589dd6209928e56504f04f6a07756
30093 Author: Behdad Esfahbod <behdad@behdad.org>
30094 Date:   Fri May 11 11:07:40 2012 +0200
30095
30096     [Indic] Fix bitops typo!
30097
30098     Another 1000 down!
30099
30100  src/hb-ot-shape-complex-indic.cc | 4 ++--
30101  1 file changed, 2 insertions(+), 2 deletions(-)
30102
30103 commit 55fe2cf79b11d9a63ea33b3ee76bd0ebca345157
30104 Author: Behdad Esfahbod <behdad@behdad.org>
30105 Date:   Fri May 11 03:45:28 2012 +0200
30106
30107     Make APPLY debug output print current index and codepoint
30108
30109     Yay!
30110
30111  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
30112  1 file changed, 1 insertion(+), 1 deletion(-)
30113
30114 commit 7bd2b04fea5649d77d796d58b7f4918fe0378ee5
30115 Author: Behdad Esfahbod <behdad@behdad.org>
30116 Date:   Fri May 11 03:40:58 2012 +0200
30117
30118     Minor
30119
30120  src/hb-object-private.hh | 8 +++++---
30121  1 file changed, 5 insertions(+), 3 deletions(-)
30122
30123 commit cf26510dbbd8d38486e6ba423800db6427ade332
30124 Author: Behdad Esfahbod <behdad@behdad.org>
30125 Date:   Fri May 11 03:35:08 2012 +0200
30126
30127     Some more...
30128
30129     Done.  I promise.
30130
30131  src/hb-object-private.hh | 1 +
30132  1 file changed, 1 insertion(+)
30133
30134 commit 9659523ca32b0e254d0e5fe387d817208d9cb6bf
30135 Author: Behdad Esfahbod <behdad@behdad.org>
30136 Date:   Fri May 11 03:33:36 2012 +0200
30137
30138     More beauty in debug output!
30139
30140  src/hb-private.hh | 12 +++++++-----
30141  1 file changed, 7 insertions(+), 5 deletions(-)
30142
30143 commit cf26e88a5ab477295479f5b9450c2019b6430eaa
30144 Author: Behdad Esfahbod <behdad@behdad.org>
30145 Date:   Fri May 11 03:16:57 2012 +0200
30146
30147     Finish off debug output beautification
30148
30149  src/hb-open-type-private.hh | 58
30150  ++++++++++++++++++++-------------------------
30151  1 file changed, 26 insertions(+), 32 deletions(-)
30152
30153 commit d7bba01a353efc7432c474dd8755a02db4abd2ae
30154 Author: Behdad Esfahbod <behdad@behdad.org>
30155 Date:   Fri May 11 02:46:26 2012 +0200
30156
30157     Only print class name in debug output if there's one available
30158
30159  src/hb-private.hh | 12 +++++++-----
30160  1 file changed, 7 insertions(+), 5 deletions(-)
30161
30162 commit 85f73fa8da1fbb864aef0f3a592b1d65e24d593d
30163 Author: Behdad Esfahbod <behdad@behdad.org>
30164 Date:   Fri May 11 02:40:42 2012 +0200
30165
30166     Only printout class name in tracing, if one is available
30167
30168     Makes debug output much more pleasant.
30169
30170  src/hb-private.hh | 8 ++++++--
30171  1 file changed, 6 insertions(+), 2 deletions(-)
30172
30173 commit 98619ce4fa650c593b030d06d2f89fec83a10015
30174 Author: Behdad Esfahbod <behdad@behdad.org>
30175 Date:   Fri May 11 02:34:06 2012 +0200
30176
30177     Minor
30178
30179  src/hb-ot-layout-gsubgpos-private.hh | 2 ++
30180  1 file changed, 2 insertions(+)
30181
30182 commit acea183e986dd378c6f95120fe0feb0586a8ef36
30183 Author: Behdad Esfahbod <behdad@behdad.org>
30184 Date:   Fri May 11 02:33:11 2012 +0200
30185
30186     Add return annotation for APPLY
30187
30188  src/hb-ot-layout-gpos-table.hh       | 163
30189  +++++++++++++++--------------------
30190  src/hb-ot-layout-gsub-table.hh       | 114 +++++++++++-------------
30191  src/hb-ot-layout-gsubgpos-private.hh |  83 ++++++++----------
30192  3 files changed, 151 insertions(+), 209 deletions(-)
30193
30194 commit 5ccfe8e2154ad0b58dabcc236bbe9478c17b02ab
30195 Author: Behdad Esfahbod <behdad@behdad.org>
30196 Date:   Fri May 11 02:19:41 2012 +0200
30197
30198     /Minor/
30199
30200  src/hb-private.hh | 2 +-
30201  1 file changed, 1 insertion(+), 1 deletion(-)
30202
30203 commit 0ab8c8621712d33e1e91dfdb4ad0b335e3d2a3fb
30204 Author: Behdad Esfahbod <behdad@behdad.org>
30205 Date:   Fri May 11 01:25:34 2012 +0200
30206
30207     Annotate SANITIZE return values
30208
30209     More to come, for APPLY, CLOSURE, etc.
30210
30211  src/hb-open-file-private.hh          |  23 ++---
30212  src/hb-open-type-private.hh          |  49 +++++-----
30213  src/hb-ot-head-table.hh              |   4 +-
30214  src/hb-ot-hhea-table.hh              |   4 +-
30215  src/hb-ot-hmtx-table.hh              |   4 +-
30216  src/hb-ot-layout-common-private.hh   |  51 +++++-----
30217  src/hb-ot-layout-gdef-table.hh       |  48 +++++-----
30218  src/hb-ot-layout-gpos-table.hh       | 180
30219  ++++++++++++++++-------------------
30220  src/hb-ot-layout-gsub-table.hh       | 101 +++++++++-----------
30221  src/hb-ot-layout-gsubgpos-private.hh |  88 ++++++++---------
30222  src/hb-ot-maxp-table.hh              |   7 +-
30223  src/hb-ot-name-table.hh              |  17 ++--
30224  src/hb-private.hh                    |  39 ++++++--
30225  13 files changed, 299 insertions(+), 316 deletions(-)
30226
30227 commit 829e814ff358c5e700ba4df54932696801aa9f65
30228 Author: Behdad Esfahbod <behdad@behdad.org>
30229 Date:   Fri May 11 00:52:16 2012 +0200
30230
30231     Minor
30232
30233  src/hb-private.hh | 32 ++++++++++----------------------
30234  1 file changed, 10 insertions(+), 22 deletions(-)
30235
30236 commit 6eec6f406d2cc13dbca422e88492d3d498af02bf
30237 Author: Behdad Esfahbod <behdad@behdad.org>
30238 Date:   Fri May 11 00:50:38 2012 +0200
30239
30240     Code reshuffling
30241
30242  src/hb-private.hh | 36 +++++++++++++++++++++++++-----------
30243  1 file changed, 25 insertions(+), 11 deletions(-)
30244
30245 commit 1e08830b4fac3a60ae52349cab6e101d389d30cd
30246 Author: Behdad Esfahbod <behdad@behdad.org>
30247 Date:   Fri May 11 00:16:40 2012 +0200
30248
30249     Beautify debug output
30250
30251  src/hb-open-type-private.hh | 20 ++++++------
30252  src/hb-private.hh           | 74
30253  +++++++++++++++++++++++++++------------------
30254  2 files changed, 55 insertions(+), 39 deletions(-)
30255
30256 commit 6f4553801729a06e506ffdde7b27c72780d4bb80
30257 Author: Behdad Esfahbod <behdad@behdad.org>
30258 Date:   Thu May 10 23:24:43 2012 +0200
30259
30260     More massaging trace messaging
30261
30262  src/hb-open-type-private.hh          | 2 +-
30263  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
30264  src/hb-private.hh                    | 4 ++--
30265  3 files changed, 5 insertions(+), 5 deletions(-)
30266
30267 commit b5fa37cb694b01a7df3a656710391c40dd3fcc04
30268 Author: Behdad Esfahbod <behdad@behdad.org>
30269 Date:   Thu May 10 23:09:48 2012 +0200
30270
30271     Minor
30272
30273  src/hb-set-private.hh | 2 +-
30274  1 file changed, 1 insertion(+), 1 deletion(-)
30275
30276 commit 208109703c929428c684ddcf9310b8ba780c4c31
30277 Author: Behdad Esfahbod <behdad@behdad.org>
30278 Date:   Thu May 10 23:06:58 2012 +0200
30279
30280     Better trace message support infrastructure
30281
30282     We have varargs in the trace interface now.  To be used soon...
30283
30284  src/hb-open-type-private.hh          | 17 ++++------
30285  src/hb-ot-layout-gsubgpos-private.hh |  4 +--
30286  src/hb-private.hh                    | 64
30287  ++++++++++++++++++++++++++----------
30288  3 files changed, 56 insertions(+), 29 deletions(-)
30289
30290 commit 02b2922fbf098c8282eb23dc2c54d5829cf67024
30291 Author: Behdad Esfahbod <behdad@behdad.org>
30292 Date:   Thu May 10 21:44:50 2012 +0200
30293
30294     [Indic] Towards better Reph positioning
30295
30296     Fixed for Deva cases with two full-form consonants.  Failures **way**
30297     down.
30298     Not much left to go :-).
30299
30300  src/hb-ot-shape-complex-indic.cc | 111
30301  ++++++++++++++++++++++++++++-----------
30302  1 file changed, 80 insertions(+), 31 deletions(-)
30303
30304 commit 74e54cf446bb979e488685e8c09eeed6b9d03c24
30305 Author: Behdad Esfahbod <behdad@behdad.org>
30306 Date:   Thu May 10 21:20:37 2012 +0200
30307
30308     [Indic] Add Ra back for scripts without Reph
30309
30310     We now check that the 'rphp' table exists before forming Reph, so
30311     we don't need to comment out Ra for those scripts.
30312
30313  src/hb-ot-shape-complex-indic-private.hh | 10 +++++-----
30314  1 file changed, 5 insertions(+), 5 deletions(-)
30315
30316 commit 2b70df5cc008617453b12bafeaac50e6d61b3224
30317 Author: Behdad Esfahbod <behdad@behdad.org>
30318 Date:   Thu May 10 18:38:22 2012 +0200
30319
30320     [Indic] Add note re Uniscribe clusters
30321
30322  src/hb-ot-shape-complex-indic.cc | 4 ++++
30323  1 file changed, 4 insertions(+)
30324
30325 commit 21d2803133c2c424ed37a9f3d17c7fc4963e5a60
30326 Author: Behdad Esfahbod <behdad@behdad.org>
30327 Date:   Thu May 10 18:34:34 2012 +0200
30328
30329     [Indic] Do clustering like Uniscribe does
30330
30331     Hindi Wikipedia failures down to 6639 (0.938381%)!
30332
30333  src/hb-ot-shape-complex-indic.cc | 24 ++++++++++++++++++++----
30334  1 file changed, 20 insertions(+), 4 deletions(-)
30335
30336 commit b20c9ebaf5176101fdfcffbe4714a2e619dd94b6
30337 Author: Behdad Esfahbod <behdad@behdad.org>
30338 Date:   Thu May 10 18:31:17 2012 +0200
30339
30340     [Indic] Add test for matra group
30341
30342     The spec says: "[{M}+[N]+[H]]", and that's what Uniscribe implements.
30343     We instead do: "{M+[N]+[H]}", which means we allow Nukta and Halant
30344     after all Matras, not just the last one.  It makes more sense.
30345
30346  .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/MANIFEST
30347  | 1 +
30348  .../shaper-indic/indic/script-devanagari/misc/spec-deviations.txt
30349  | 1 +
30350  2 files changed, 2 insertions(+)
30351
30352 commit 8df5636968389ac7bf8620ccd091fd4872b0bbee
30353 Author: Behdad Esfahbod <behdad@behdad.org>
30354 Date:   Thu May 10 15:41:04 2012 +0200
30355
30356     [Indic] Reorder Reph to before the Halant after Matras
30357
30358     Uniscribe doesn't do it, but we want to do as it gives the Reph the
30359     opportunity to interact with the Matras.  Test with mangal for
30360     example.
30361     Sequence: <0930,094d,0915,094b,094d>
30362     In test suite already.
30363
30364  src/hb-ot-shape-complex-indic.cc | 12 ++++++++++++
30365  1 file changed, 12 insertions(+)
30366
30367 commit daf3234bdc82c669302599a76d2b14f5e69989db
30368 Author: Behdad Esfahbod <behdad@behdad.org>
30369 Date:   Thu May 10 15:28:27 2012 +0200
30370
30371     [Indic] Don't clear the mask for Reph
30372
30373     This was removing the mandatory global 1 bit in the mask and hence
30374     disabling GPOS for Reph!
30375
30376  src/hb-ot-shape-complex-indic.cc | 2 +-
30377  1 file changed, 1 insertion(+), 1 deletion(-)
30378
30379 commit 7708ee23cbcc8c8edce13e73b6e549b77bd8c2d0
30380 Author: Behdad Esfahbod <behdad@behdad.org>
30381 Date:   Thu May 10 14:48:25 2012 +0200
30382
30383     [Indic] Improve Left Matra repositioning
30384
30385     Move its dependents too.
30386
30387  src/hb-ot-shape-complex-indic.cc | 2 +-
30388  1 file changed, 1 insertion(+), 1 deletion(-)
30389
30390 commit 61a58e26a5bda16851669404fc8206896e124740
30391 Author: Behdad Esfahbod <behdad@behdad.org>
30392 Date:   Thu May 10 14:43:53 2012 +0200
30393
30394     [Indic] Add tricky reordering test cases
30395
30396     In the case of Consonant,LeftMatra,Halant, Uniscribe leaves the Halant
30397     where it is, but we want to move it with the Matra as that makes more
30398     logical sense.
30399
30400  .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/MANIFEST  |
30401  1 +
30402  .../shaper-indic/indic/script-devanagari/misc/tricky-reordering.txt   |
30403  4 ++++
30404  2 files changed, 5 insertions(+)
30405
30406 commit dbb105883c6e9b83e78dc8b10766cd56b98cd7e1
30407 Author: Behdad Esfahbod <behdad@behdad.org>
30408 Date:   Thu May 10 13:45:52 2012 +0200
30409
30410     [Indic] Do Reph repositioning in final reordering like the spec says
30411
30412     This introduced a failure, which we tracked down to a test case
30413     like this:
30414
30415       U+092E,U+094B,U+094D,U+0930
30416
30417     The final character is a Ra that should be put in a syllable of it's
30418     own.  And we do.  But it will interact with the Halant before it.  So
30419     now we finally are convinced that we have to limit features to
30420     syllable
30421     boundaries.  That's coming after lunch!
30422
30423  src/hb-ot-shape-complex-indic-private.hh |   2 -
30424  src/hb-ot-shape-complex-indic.cc         | 103
30425  +++++++++++++++++++------------
30426  2 files changed, 64 insertions(+), 41 deletions(-)
30427
30428 commit 4705a7026900e51f6430f03a73c87f2df035df92
30429 Author: Behdad Esfahbod <behdad@behdad.org>
30430 Date:   Thu May 10 13:09:08 2012 +0200
30431
30432     Minor
30433
30434  src/hb-ot-shape-complex-indic.cc | 3 +++
30435  1 file changed, 3 insertions(+)
30436
30437 commit 4ac9e98d9d2ea973dd612dc4063cf78496c643a0
30438 Author: Behdad Esfahbod <behdad@behdad.org>
30439 Date:   Thu May 10 12:53:53 2012 +0200
30440
30441     [Indic] Reorder left matras to be closer to base
30442
30443  src/hb-ot-shape-complex-indic-private.hh |  4 ---
30444  src/hb-ot-shape-complex-indic.cc         | 50
30445  +++++++++++++++++++++++++++++---
30446  2 files changed, 46 insertions(+), 8 deletions(-)
30447
30448 commit 1a1fa8c655a082fc1439608457ba717306cc83ca
30449 Author: Behdad Esfahbod <behdad@behdad.org>
30450 Date:   Thu May 10 12:20:21 2012 +0200
30451
30452     [Indic] Treat the standalone cluster case reusing the consonant logic
30453
30454  src/hb-ot-shape-complex-indic.cc | 12 ++++++------
30455  1 file changed, 6 insertions(+), 6 deletions(-)
30456
30457 commit 190eb31a16178269aecaf5d2ecc9012f956749f4
30458 Author: Behdad Esfahbod <behdad@behdad.org>
30459 Date:   Thu May 10 12:17:16 2012 +0200
30460
30461     [Indic] Minor
30462
30463  src/hb-ot-shape-complex-indic.cc | 2 +-
30464  1 file changed, 1 insertion(+), 1 deletion(-)
30465
30466 commit c5306b6861cfaa50af40e8ceb058791fa06d7981
30467 Author: Behdad Esfahbod <behdad@behdad.org>
30468 Date:   Thu May 10 12:07:33 2012 +0200
30469
30470     [Indic] Handle Vowel syllables
30471
30472     Reusing the consonant logic!
30473
30474  src/hb-ot-shape-complex-indic-private.hh |  3 +--
30475  src/hb-ot-shape-complex-indic.cc         | 11 ++++++-----
30476  2 files changed, 7 insertions(+), 7 deletions(-)
30477
30478 commit 6d8e0cb74c02f6bc09cd4abe9e4bc82062e1b517
30479 Author: Behdad Esfahbod <behdad@behdad.org>
30480 Date:   Thu May 10 11:41:51 2012 +0200
30481
30482     [Indic] Simplify Reph logic
30483
30484  src/hb-ot-shape-complex-indic.cc | 24 +++++-------------------
30485  1 file changed, 5 insertions(+), 19 deletions(-)
30486
30487 commit 3d25079f8d6be81b9b4b91d3a97016b8a572f571
30488 Author: Behdad Esfahbod <behdad@behdad.org>
30489 Date:   Thu May 10 11:37:42 2012 +0200
30490
30491     [Indic] Don't form Reph is Ra is the only consonant in the syllable
30492
30493  src/hb-ot-shape-complex-indic-private.hh |  2 +-
30494  src/hb-ot-shape-complex-indic.cc         | 10 ++++++++++
30495  2 files changed, 11 insertions(+), 1 deletion(-)
30496
30497 commit b99d63ae114fb58f129562b293a8a66543d499ad
30498 Author: Behdad Esfahbod <behdad@behdad.org>
30499 Date:   Thu May 10 11:32:52 2012 +0200
30500
30501     [Indic] Increase max syllable length
30502
30503     20 was way too low, one could hit a syllable with 7ish consonants
30504     with it.
30505
30506  src/hb-ot-shape-complex-indic.cc | 2 +-
30507  1 file changed, 1 insertion(+), 1 deletion(-)
30508
30509 commit a391ff50b9a7b6ac3e58d199ea726b20ee6839bb
30510 Author: Behdad Esfahbod <behdad@behdad.org>
30511 Date:   Thu May 10 11:31:20 2012 +0200
30512
30513     [Indic] Adjust base after sorting
30514
30515  src/hb-ot-shape-complex-indic.cc | 11 ++++++++++-
30516  1 file changed, 10 insertions(+), 1 deletion(-)
30517
30518 commit d3637edb248162970e202e9d0671540274192844
30519 Author: Behdad Esfahbod <behdad@behdad.org>
30520 Date:   Thu May 10 10:51:38 2012 +0200
30521
30522     [Indic] Don't return for long syllables.  Just not sort.
30523
30524  src/hb-ot-shape-complex-indic.cc | 6 ++----
30525  1 file changed, 2 insertions(+), 4 deletions(-)
30526
30527 commit dfa0cade7fce3791e47eaa7edcd23da76c7a0ed0
30528 Author: Behdad Esfahbod <behdad@behdad.org>
30529 Date:   Wed May 9 19:10:07 2012 +0200
30530
30531     Fix Uniscribe clusters with multiple items
30532
30533  src/hb-uniscribe.cc | 3 +++
30534  1 file changed, 3 insertions(+)
30535
30536 commit 86e5dd386a7989701da476db89be268e4ac1e219
30537 Author: Behdad Esfahbod <behdad@behdad.org>
30538 Date:   Wed May 9 18:57:37 2012 +0200
30539
30540     [Indic] Don't give up syllable parsing upon junk
30541
30542  src/hb-ot-shape-complex-indic-machine.rl | 4 ++--
30543  1 file changed, 2 insertions(+), 2 deletions(-)
30544
30545 commit ef24cc8c8e2478a6352c340f4611a617646de4cc
30546 Author: Behdad Esfahbod <behdad@behdad.org>
30547 Date:   Wed May 9 17:56:03 2012 +0200
30548
30549     [Indic] Towards multi-cluster syllables and final reordering
30550
30551  src/hb-ot-shape-complex-arabic.cc        |  2 +-
30552  src/hb-ot-shape-complex-indic-machine.rl | 21 ++++++++++-----
30553  src/hb-ot-shape-complex-indic-private.hh |  1 +
30554  src/hb-ot-shape-complex-indic.cc         | 45
30555  +++++++++++++++++++++++---------
30556  src/hb-ot-shape-complex-private.hh       |  5 ++--
30557  5 files changed, 51 insertions(+), 23 deletions(-)
30558
30559 commit a9844d41c6cb30d8a2d733130a0e72f51b6c81c1
30560 Author: Behdad Esfahbod <behdad@behdad.org>
30561 Date:   Wed May 9 17:53:13 2012 +0200
30562
30563     Combine lig_id and lig_comp into one byte, to free up one for Indic
30564
30565  src/hb-ot-layout-gpos-table.hh       | 14 ++++++++------
30566  src/hb-ot-layout-gsub-table.hh       | 11 ++++-------
30567  src/hb-ot-layout-gsubgpos-private.hh | 26 ++++++++++++++++++++++----
30568  3 files changed, 34 insertions(+), 17 deletions(-)
30569
30570 commit 92332e5116271a5d96e532005fe750e7552a6cbb
30571 Author: Behdad Esfahbod <behdad@behdad.org>
30572 Date:   Wed May 9 17:40:00 2012 +0200
30573
30574     Minor
30575
30576  src/hb-ot-shape-complex-indic.cc | 41
30577  ++++++++++++++++++++--------------------
30578  1 file changed, 21 insertions(+), 20 deletions(-)
30579
30580 commit dbccf87eef0d26838fa4bb3ae26410f6c4818836
30581 Author: Behdad Esfahbod <behdad@behdad.org>
30582 Date:   Wed May 9 17:24:39 2012 +0200
30583
30584     [Indic] Make room for more reordering positions
30585
30586  src/hb-ot-shape-complex-indic-private.hh | 213
30587  ++++++++++++++++---------------
30588  src/hb-ot-shape-complex-indic.cc         |  12 +-
30589  2 files changed, 115 insertions(+), 110 deletions(-)
30590
30591 commit d4480ace7fdbe48aeaf77278c032b8b2ef2ebe8e
30592 Author: Behdad Esfahbod <behdad@behdad.org>
30593 Date:   Wed May 9 15:56:35 2012 +0200
30594
30595     [Indic] Improve matra vs consonant ordering
30596
30597     Another 1.5% down.
30598
30599  src/hb-ot-shape-complex-indic-private.hh | 32
30600  ++++++++++++++++++++------------
30601  src/hb-ot-shape-complex-indic.cc         |  6 +++---
30602  src/indic.cc                             |  2 +-
30603  3 files changed, 24 insertions(+), 16 deletions(-)
30604
30605 commit 33c92e769563ec2a6c1249b57d8cac742eea6f88
30606 Author: Behdad Esfahbod <behdad@behdad.org>
30607 Date:   Wed May 9 15:41:51 2012 +0200
30608
30609     [Indic] Categorize Anudatta
30610
30611  src/hb-ot-shape-complex-indic.cc | 9 +++++++--
30612  1 file changed, 7 insertions(+), 2 deletions(-)
30613
30614 commit 3943293a9942201d8fc8d59212fcc8cca5132e3d
30615 Author: Behdad Esfahbod <behdad@behdad.org>
30616 Date:   Wed May 9 15:27:56 2012 +0200
30617
30618     [Indic] Add joiner test cases for Devanagari
30619
30620  .../indic/script-devanagari/misc/MANIFEST             |  1 +
30621  .../indic/script-devanagari/misc/joiners.txt          | 19
30622  +++++++++++++++++++
30623  2 files changed, 20 insertions(+)
30624
30625 commit 19d984edaa4f86c842345a9d4150597e045e1887
30626 Author: Behdad Esfahbod <behdad@behdad.org>
30627 Date:   Wed May 9 15:21:13 2012 +0200
30628
30629     [Indic] Make sure Reph jumps over all matras to the right
30630
30631     Another 12 thousand failures gone! (78 to go)
30632
30633  src/hb-ot-shape-complex-indic.cc | 2 +-
30634  1 file changed, 1 insertion(+), 1 deletion(-)
30635
30636 commit 9034641333d7bfb41a0784cce72e43591faea083
30637 Author: Behdad Esfahbod <behdad@behdad.org>
30638 Date:   Wed May 9 15:04:58 2012 +0200
30639
30640     [Indic] Keep Vedic signs at the right too
30641
30642  src/hb-ot-shape-complex-indic.cc | 3 ++-
30643  1 file changed, 2 insertions(+), 1 deletion(-)
30644
30645 commit d1deaa2f5bd028e8076265cba92cffa4fa2834ac
30646 Author: Behdad Esfahbod <behdad@behdad.org>
30647 Date:   Wed May 9 15:04:13 2012 +0200
30648
30649     Replace zerowidth invisible chars with a zero-advance space glyph
30650
30651     Like Uniscribe does.
30652
30653  src/hb-ot-shape-complex-arabic.cc  |  3 ++-
30654  src/hb-ot-shape-complex-indic.cc   | 20 -------------------
30655  src/hb-ot-shape-complex-private.hh |  4 ++--
30656  src/hb-ot-shape-normalize.cc       | 25 +++++++++--------------
30657  src/hb-ot-shape-private.hh         | 27 +++++++++++++++++++++++++
30658  src/hb-ot-shape.cc                 | 41
30659  +++++++++++++++++++++++++-------------
30660  src/hb-unicode-private.hh          | 38
30661  +++++++++++++++++++++++++++++++++++
30662  7 files changed, 105 insertions(+), 53 deletions(-)
30663
30664 commit 49e5da1591b8d28f01e7ff9caac9d9ac53668bba
30665 Author: Behdad Esfahbod <behdad@behdad.org>
30666 Date:   Wed May 9 13:23:27 2012 +0200
30667
30668     [indic] Keep the syllable modifier marks to the right
30669
30670     Shaping failures on Hindi Wikipedia go down from 25% to 14%!
30671
30672  src/hb-ot-shape-complex-indic.cc | 2 ++
30673  1 file changed, 2 insertions(+)
30674
30675 commit 5b1260909350bffa3e3d06da346f9f86ce651dbb
30676 Author: Behdad Esfahbod <behdad@behdad.org>
30677 Date:   Wed May 9 12:37:27 2012 +0200
30678
30679     Minor
30680
30681  src/hb-ot-shape-complex-private.hh | 2 +-
30682  1 file changed, 1 insertion(+), 1 deletion(-)
30683
30684 commit 9ce939232bbce8f51e235195e3854d1e8bb961f8
30685 Author: Behdad Esfahbod <behdad@behdad.org>
30686 Date:   Wed May 9 12:03:09 2012 +0200
30687
30688     Minor
30689
30690  src/hb-ot-shape-complex-indic-private.hh | 14 +++++++-------
30691  1 file changed, 7 insertions(+), 7 deletions(-)
30692
30693 commit 76b3409de6887c1cdd5c679939497b1b56f4554b
30694 Author: Behdad Esfahbod <behdad@behdad.org>
30695 Date:   Wed May 9 11:43:43 2012 +0200
30696
30697     [indic] Better Reph matching
30698
30699  src/hb-ot-shape-complex-indic.cc | 21 +++++++++++++++------
30700  1 file changed, 15 insertions(+), 6 deletions(-)
30701
30702 commit df6d45c693c417bf311e6fa49f18a8558542e525
30703 Author: Behdad Esfahbod <behdad@behdad.org>
30704 Date:   Wed May 9 11:38:31 2012 +0200
30705
30706     Minor
30707
30708  src/hb-ot-shape-complex-indic.cc | 2 +-
30709  1 file changed, 1 insertion(+), 1 deletion(-)
30710
30711 commit 412b91889d9a1ae477e8b6907d0b9a76e78a6c91
30712 Author: Behdad Esfahbod <behdad@behdad.org>
30713 Date:   Wed May 9 11:07:18 2012 +0200
30714
30715     [indic] Apply Indic features in order
30716
30717  src/hb-ot-shape-complex-indic.cc | 8 ++++++--
30718  1 file changed, 6 insertions(+), 2 deletions(-)
30719
30720 commit 1ac075b227090a9ad930dcc1670236c176b27067
30721 Author: Behdad Esfahbod <behdad@behdad.org>
30722 Date:   Wed May 9 11:06:47 2012 +0200
30723
30724     [indic] Apply rakaar forms
30725
30726     Fixes 10% of the failures against all of Hindi Wikipedia!
30727
30728  src/hb-ot-shape-complex-indic.cc | 2 +-
30729  1 file changed, 1 insertion(+), 1 deletion(-)
30730
30731 commit 2214a03900d32710573a1b05c7665195b3129761
30732 Author: Behdad Esfahbod <behdad@behdad.org>
30733 Date:   Wed May 9 09:54:54 2012 +0200
30734
30735     Add hb-diff-ngrams
30736
30737  test/shaping/Makefile.am      |  1 +
30738  test/shaping/hb-diff-ngrams   |  5 +++
30739  test/shaping/hb_test_tools.py | 71
30740  ++++++++++++++++++++++++++++++++++++++++---
30741  3 files changed, 72 insertions(+), 5 deletions(-)
30742
30743 commit 178e6dce01ad28c8708bad62ce0fb79c46e836dc
30744 Author: Behdad Esfahbod <behdad@behdad.org>
30745 Date:   Wed May 9 08:57:29 2012 +0200
30746
30747     Add N-gram generator
30748
30749  test/shaping/hb_test_tools.py | 72
30750  +++++++++++++++++++++++++++++++++++++++++--
30751  1 file changed, 70 insertions(+), 2 deletions(-)
30752
30753 commit 98669ceb77657d60435f2cb2e3fc18272c0a2c6a
30754 Author: Behdad Esfahbod <behdad@behdad.org>
30755 Date:   Wed May 9 08:16:15 2012 +0200
30756
30757     Use groupby()
30758
30759  test/shaping/hb_test_tools.py | 26 ++++++++------------------
30760  1 file changed, 8 insertions(+), 18 deletions(-)
30761
30762 commit c438a14b62433db488b5c90854a4a3934adf3305
30763 Author: Behdad Esfahbod <behdad@behdad.org>
30764 Date:   Wed May 9 07:45:17 2012 +0200
30765
30766     Add hb-diff-stat
30767
30768  test/shaping/Makefile.am      |  1 +
30769  test/shaping/hb-diff-stat     |  5 +++++
30770  test/shaping/hb_test_tools.py | 22 ++++++++++++++++++++--
30771  3 files changed, 26 insertions(+), 2 deletions(-)
30772
30773 commit 1058d031e2046eb80331b0950eaff75c2bf608dc
30774 Author: Behdad Esfahbod <behdad@behdad.org>
30775 Date:   Wed May 9 07:30:07 2012 +0200
30776
30777     Make hb-diff-filter-failtures retain all test info for failed tests
30778
30779  test/shaping/hb_test_tools.py | 33 ++++++++++++++++++++++++++-------
30780  1 file changed, 26 insertions(+), 7 deletions(-)
30781
30782 commit f1eb008cc727370e1bd0dc32fdf301f62d9ff981
30783 Author: Behdad Esfahbod <behdad@behdad.org>
30784 Date:   Tue May 8 23:41:41 2012 +0200
30785
30786     Add hb-diff-colorize
30787
30788     Accepts --format=html now.
30789
30790  test/shaping/Makefile.am      |   1 +
30791  test/shaping/hb-diff          |   4 +-
30792  test/shaping/hb-diff-colorize |   7 ++
30793  test/shaping/hb_test_tools.py | 158
30794  +++++++++++++++++++++++++-----------------
30795  4 files changed, 106 insertions(+), 64 deletions(-)
30796
30797 commit 9155e4ffe00c96a2c14e14a300004b1038ca3a9c
30798 Author: Behdad Esfahbod <behdad@behdad.org>
30799 Date:   Tue May 8 22:44:21 2012 +0200
30800
30801     Cleanup diff
30802
30803     Doesn't do --color anymore.  That will go into a new hb-diff-colorize
30804     tool.
30805
30806  test/shaping/hb-diff          | 10 +++-------
30807  test/shaping/hb_test_tools.py | 32 ++++++++++++++++++--------------
30808  2 files changed, 21 insertions(+), 21 deletions(-)
30809
30810 commit 7d22135b4c3f8fb70552302bf8239df9976dddda
30811 Author: Behdad Esfahbod <behdad@behdad.org>
30812 Date:   Tue May 8 19:38:49 2012 +0200
30813
30814     Make hb-diff faster
30815
30816  test/shaping/hb_test_tools.py | 6 ++++--
30817  1 file changed, 4 insertions(+), 2 deletions(-)
30818
30819 commit a93e238e05a2f70a6e664e5d04ba25bbd54493dc
30820 Author: Behdad Esfahbod <behdad@behdad.org>
30821 Date:   Tue May 8 18:55:29 2012 +0200
30822
30823     More tests
30824
30825  .../texts/in-tree/shaper-arabic/script-mongolian/misc/MANIFEST |  1 +
30826  .../texts/in-tree/shaper-arabic/script-mongolian/misc/poem.txt |  4 ++++
30827  .../in-tree/shaper-indic/indic/script-bengali/misc/MANIFEST    |  1 +
30828  .../in-tree/shaper-indic/indic/script-bengali/misc/reph.txt    |
30829  10 ++++++++++
30830  4 files changed, 16 insertions(+)
30831
30832 commit 1a2a4a0078dda834443edd421037a4bcbad18c5e
30833 Author: Behdad Esfahbod <behdad@behdad.org>
30834 Date:   Sat May 5 22:38:20 2012 +0200
30835
30836     Fix warning and build issues
30837
30838     As reported by Jonathan Kew on the list.
30839
30840  src/hb-set-private.hh | 2 +-
30841  src/main.cc           | 9 +++++----
30842  2 files changed, 6 insertions(+), 5 deletions(-)
30843
30844 commit a5e39fed85e069ba1afbf90408349ad99ceb0e1d
30845 Author: Behdad Esfahbod <behdad@behdad.org>
30846 Date:   Wed Apr 25 00:14:46 2012 -0400
30847
30848     Minor
30849
30850  src/hb-set-private.hh | 2 ++
30851  src/hb-set.cc         | 2 ++
30852  2 files changed, 4 insertions(+)
30853
30854 commit 1827dc208c867e433a95237d1ed3fc7a73d1d9a7
30855 Author: Behdad Esfahbod <behdad@behdad.org>
30856 Date:   Tue Apr 24 16:56:37 2012 -0400
30857
30858     Add hb_ot_shape_glyphs_closure()
30859
30860     Experimental API for now.
30861
30862  src/hb-ot-map-private.hh |  7 ++++---
30863  src/hb-ot-shape.cc       | 35 +++++++++++++++++++++++++++++++++++
30864  src/hb-ot.h              |  8 ++++++++
30865  src/hb-set-private.hh    |  3 +++
30866  4 files changed, 50 insertions(+), 3 deletions(-)
30867
30868 commit bb09f0ec10216b11189b5e8584856adf0f14d1fc
30869 Author: Behdad Esfahbod <behdad@behdad.org>
30870 Date:   Tue Apr 24 16:02:12 2012 -0400
30871
30872     Minor
30873
30874  src/hb-unicode.cc | 2 --
30875  1 file changed, 2 deletions(-)
30876
30877 commit 29a7e306e30e894f7a38daf73eca9fc772c58158
30878 Author: Behdad Esfahbod <behdad@behdad.org>
30879 Date:   Tue Apr 24 16:01:30 2012 -0400
30880
30881     Minor
30882
30883  src/hb-ot-shape-normalize.cc | 1 +
30884  1 file changed, 1 insertion(+)
30885
30886 commit 585b107cdee7305920dacc83c9ee1f8eeff7afd1
30887 Author: Behdad Esfahbod <behdad@behdad.org>
30888 Date:   Tue Apr 24 16:00:50 2012 -0400
30889
30890     Add test caes for a minority language using Bengali
30891
30892     U+0985 BENGALI LETTER A followed by U+09D7 BENGALI AU LENGTH MARK.
30893     According to Bobby de Vos on the mailing list, this results in
30894     a dotted
30895     circle with most shaping engines, but is a legitimate sequence in this
30896     minority language.
30897
30898     We reached the consensus on the list to NOT implement dotted-circle
30899     in HarfBuzz.
30900
30901  .../texts/in-tree/shaper-indic/indic/script-bengali/misc/misc.txt
30902  | 1 +
30903  1 file changed, 1 insertion(+)
30904
30905 commit 6c6ccaf575392f6e6bb9a15534026e4ea462705b
30906 Author: Behdad Esfahbod <behdad@behdad.org>
30907 Date:   Tue Apr 24 14:21:15 2012 -0400
30908
30909     Add a few more set operations
30910
30911     TODO: Tests for hb_set_t.
30912
30913  src/hb-set-private.hh | 54
30914  +++++++++++++++++++++++++++++++++++++++++++++++++-
30915  src/hb-set.cc         | 55
30916  +++++++++++++++++++++++++++++++++++++++++++++++++++
30917  src/hb-set.h          | 34 ++++++++++++++++++++++++++++---
30918  3 files changed, 139 insertions(+), 4 deletions(-)
30919
30920 commit 5caece67ab9eee322bdcdf6f4b607eadde297e56
30921 Author: Behdad Esfahbod <behdad@behdad.org>
30922 Date:   Mon Apr 23 23:03:12 2012 -0400
30923
30924     Make closure() return void
30925
30926  src/hb-ot-layout-gsub-table.hh       | 142 +++++++++++++-----------------
30927  src/hb-ot-layout-gsubgpos-private.hh | 165
30928  ++++++++++++++++++-----------------
30929  src/hb-ot-layout.cc                  |  10 +--
30930  src/hb-ot-layout.h                   |   8 +-
30931  src/hb-set-private.hh                |  20 ++---
30932  5 files changed, 157 insertions(+), 188 deletions(-)
30933
30934 commit 0b08adb3539f2ec29682456b89c69e89ff5e9c03
30935 Author: Behdad Esfahbod <behdad@behdad.org>
30936 Date:   Mon Apr 23 22:41:09 2012 -0400
30937
30938     Add hb_set_t
30939
30940  TODO                               |   2 +
30941  src/Makefile.am                    |   3 +
30942  src/hb-ot-layout-common-private.hh |   1 +
30943  src/hb-ot-layout-private.hh        |  47 ---------------
30944  src/hb-ot-layout.h                 |   2 -
30945  src/hb-set-private.hh              |  95 +++++++++++++++++++++++++++++
30946  src/hb-set.cc                      | 120
30947  +++++++++++++++++++++++++++++++++++++
30948  src/hb-set.h                       |  91 ++++++++++++++++++++++++++++
30949  src/hb.h                           |   1 +
30950  9 files changed, 313 insertions(+), 49 deletions(-)
30951
30952 commit 5b93e8d94fb4c2474816304ae3f52e1c704882de
30953 Author: Behdad Esfahbod <behdad@behdad.org>
30954 Date:   Mon Apr 23 22:26:13 2012 -0400
30955
30956     Update copyright headers
30957
30958  src/hb-ot-layout-common-private.hh   | 2 +-
30959  src/hb-ot-layout-gpos-table.hh       | 2 +-
30960  src/hb-ot-layout-gsub-table.hh       | 2 +-
30961  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
30962  4 files changed, 4 insertions(+), 4 deletions(-)
30963
30964 commit 6a9be5bd3524dc3eb1e88d1063bde2e4d8b57011
30965 Author: Behdad Esfahbod <behdad@behdad.org>
30966 Date:   Mon Apr 23 22:23:17 2012 -0400
30967
30968     Rename hb_glyph_map_t to hb_set_t
30969
30970  src/hb-ot-layout-common-private.hh   | 16 ++++++++--------
30971  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++------
30972  src/hb-ot-layout-private.hh          |  2 +-
30973  src/hb-ot-layout.cc                  |  2 +-
30974  src/hb-ot-layout.h                   |  4 ++--
30975  src/hb-ot-map-private.hh             |  2 +-
30976  src/hb-ot-map.cc                     |  2 +-
30977  7 files changed, 20 insertions(+), 20 deletions(-)
30978
30979 commit a4385f0b0a6949e2ce49e6a147ad4beaa724f6c3
30980 Author: Behdad Esfahbod <behdad@behdad.org>
30981 Date:   Mon Apr 23 22:20:14 2012 -0400
30982
30983     Improve clustering
30984
30985  src/hb-ot-shape.cc | 5 ++---
30986  1 file changed, 2 insertions(+), 3 deletions(-)
30987
30988 commit 8e3715f8a16b315c1c7dd4b256e7f68a36c53e7c
30989 Author: Behdad Esfahbod <behdad@behdad.org>
30990 Date:   Mon Apr 23 22:18:54 2012 -0400
30991
30992     Minor
30993
30994  src/hb-buffer-private.hh          | 2 +-
30995  src/hb-buffer.cc                  | 2 +-
30996  src/hb-graphite2.cc               | 5 ++---
30997  src/hb-ot-shape-complex-arabic.cc | 4 ++--
30998  src/hb-ot-shape-complex-misc.cc   | 4 ++--
30999  5 files changed, 8 insertions(+), 9 deletions(-)
31000
31001 commit d2984a241e4819474d827b1dd5d4b6d76596b3a5
31002 Author: Behdad Esfahbod <behdad@behdad.org>
31003 Date:   Mon Apr 23 17:21:14 2012 -0400
31004
31005     Add map->substitute_closure()
31006
31007  src/hb-ot-map-private.hh |  3 +++
31008  src/hb-ot-map.cc         | 15 +++++++++++++++
31009  2 files changed, 18 insertions(+)
31010
31011 commit 31081f7390e5130df72f89acc609ccab5dc77a48
31012 Author: Behdad Esfahbod <behdad@behdad.org>
31013 Date:   Mon Apr 23 16:54:58 2012 -0400
31014
31015     Implement closure() for Context and ChainContext lookups
31016
31017  src/hb-ot-layout-common-private.hh   |  54 ++++++
31018  src/hb-ot-layout-gsubgpos-private.hh | 347
31019  ++++++++++++++++++++++++++++-------
31020  src/hb-ot-layout-private.hh          |  23 ++-
31021  3 files changed, 351 insertions(+), 73 deletions(-)
31022
31023 commit c64ddab3c34897cd520d4d73a054866e649e8793
31024 Author: Behdad Esfahbod <behdad@behdad.org>
31025 Date:   Mon Apr 23 15:28:35 2012 -0400
31026
31027     Flesh out closure() for GSUB
31028
31029     The GSUBGPOS part still missing.
31030
31031  src/hb-ot-layout-common-private.hh |  61 ++++++++++++++------
31032  src/hb-ot-layout-gsub-table.hh     | 112
31033  ++++++++++++++++++++++++++++---------
31034  src/hb-ot-layout-private.hh        |  34 +++++++++++
31035  src/hb-ot-layout.h                 |   2 +-
31036  4 files changed, 165 insertions(+), 44 deletions(-)
31037
31038 commit 0da132bde4d576a03095d6738507954f7f85103d
31039 Author: Behdad Esfahbod <behdad@behdad.org>
31040 Date:   Mon Apr 23 14:21:33 2012 -0400
31041
31042     Fix Coverage iters
31043
31044  src/hb-ot-layout-common-private.hh | 30 +++++++++++++++++++++---------
31045  1 file changed, 21 insertions(+), 9 deletions(-)
31046
31047 commit 3e32cd9570fd8b09901fb790b80365ae425f681a
31048 Author: Behdad Esfahbod <behdad@behdad.org>
31049 Date:   Mon Apr 23 13:20:52 2012 -0400
31050
31051     Minor
31052
31053  src/hb-ot-layout-gsubgpos-private.hh | 1 -
31054  src/hb-ot-layout.cc                  | 6 +++---
31055  src/hb-ot-layout.h                   | 8 ++++++++
31056  src/hb-private.hh                    | 4 +++-
31057  4 files changed, 14 insertions(+), 5 deletions(-)
31058
31059 commit 650ac00da3d2f988197393f34d40f0ba1a0fa093
31060 Author: Behdad Esfahbod <behdad@behdad.org>
31061 Date:   Mon Apr 23 13:17:09 2012 -0400
31062
31063     Minor refactoring
31064
31065  src/hb-ot-layout-gpos-table.hh       | 27 +++++++++++--------------
31066  src/hb-ot-layout-gsub-table.hh       | 39
31067  +++++++++++++++++-------------------
31068  src/hb-ot-layout-gsubgpos-private.hh |  8 ++------
31069  src/hb-ot-layout.cc                  |  6 ++++--
31070  4 files changed, 36 insertions(+), 44 deletions(-)
31071
31072 commit f94b0aa64609654497ced9c00312c9643eb69053
31073 Author: Behdad Esfahbod <behdad@behdad.org>
31074 Date:   Mon Apr 23 13:04:38 2012 -0400
31075
31076     Add "closure" operation stubs to GSUB
31077
31078     Filling in.
31079
31080  src/hb-ot-layout-gsub-table.hh       | 179
31081  +++++++++++++++++++++++++++++++++++
31082  src/hb-ot-layout-gsubgpos-private.hh | 110 ++++++++++++++++++++-
31083  src/hb-ot-layout.cc                  |   8 ++
31084  3 files changed, 293 insertions(+), 4 deletions(-)
31085
31086 commit 7d50d502635d7c95e6bd091e7d4cc993f0853f76
31087 Author: Behdad Esfahbod <behdad@behdad.org>
31088 Date:   Mon Apr 23 13:02:14 2012 -0400
31089
31090     Add Coverage iterators
31091
31092  src/hb-ot-layout-common-private.hh | 59
31093  ++++++++++++++++++++++++++++++++++++++
31094  1 file changed, 59 insertions(+)
31095
31096 commit 3ed4634ec349fa9e943ad23718c04be4dd4bba62
31097 Author: Behdad Esfahbod <behdad@behdad.org>
31098 Date:   Thu Apr 19 22:34:06 2012 -0400
31099
31100     Add Indic inspection tool
31101
31102  src/Makefile.am                          |   7 +-
31103  src/hb-ot-shape-complex-indic-private.hh | 264
31104  +++++++++++++++++++++++++++++++
31105  src/hb-ot-shape-complex-indic.cc         | 229
31106  +--------------------------
31107  src/indic.cc                             |  46 ++++++
31108  4 files changed, 317 insertions(+), 229 deletions(-)
31109
31110 commit a06411ecf93c7e5256e363eef3ef69554896dd55
31111 Author: Behdad Esfahbod <behdad@behdad.org>
31112 Date:   Thu Apr 19 22:28:25 2012 -0400
31113
31114     Minor matra renumbering
31115
31116     Should have no visible effect.
31117
31118  src/hb-ot-shape-complex-indic.cc | 30 +++++++++++++++++-------------
31119  1 file changed, 17 insertions(+), 13 deletions(-)
31120
31121 commit 36608941f3cc530fea57282fa175e4cc3b4c66c6
31122 Author: Behdad Esfahbod <behdad@behdad.org>
31123 Date:   Thu Apr 19 22:21:38 2012 -0400
31124
31125     Add GSUB "would_apply" API
31126
31127     To be used in the Indic shaper later.  Unused for now.
31128
31129  src/hb-ot-layout-gsub-table.hh | 140
31130  ++++++++++++++++++++++++++++++++++++++++-
31131  1 file changed, 138 insertions(+), 2 deletions(-)
31132
31133 commit a0d4caeb91fa5e5f2090db4efc35c64ff9a64789
31134 Author: Behdad Esfahbod <behdad@behdad.org>
31135 Date:   Tue Apr 17 13:42:30 2012 -0400
31136
31137     Minor
31138
31139  TODO | 3 +++
31140  1 file changed, 3 insertions(+)
31141
31142 commit a5e40542ab9508f0ba6f822f1262d93fccb71f45
31143 Author: Behdad Esfahbod <behdad@behdad.org>
31144 Date:   Tue Apr 17 12:37:19 2012 -0400
31145
31146     Make font immutable in hb_shape()
31147
31148  src/hb-shape.cc | 2 ++
31149  1 file changed, 2 insertions(+)
31150
31151 commit 3cde23664fbbe9cd2ac1b8fd5eb2ea288309cc9c
31152 Author: Behdad Esfahbod <behdad@behdad.org>
31153 Date:   Tue Apr 17 11:44:49 2012 -0400
31154
31155     Minor note re Graphite
31156
31157  src/hb-graphite2.cc | 3 +++
31158  1 file changed, 3 insertions(+)
31159
31160 commit 4dc2449d92308f8dd366142831c0b85bd30ea5a9
31161 Author: Behdad Esfahbod <behdad@behdad.org>
31162 Date:   Tue Apr 17 11:39:48 2012 -0400
31163
31164     Fix leak in graphite
31165
31166  src/hb-graphite2.cc | 1 +
31167  1 file changed, 1 insertion(+)
31168
31169 commit 0290bbf8611aa881daed907f22256a431250c90a
31170 Author: Behdad Esfahbod <behdad@behdad.org>
31171 Date:   Tue Apr 17 10:28:21 2012 -0400
31172
31173     Add another Thai test
31174
31175  test/shaping/texts/in-tree/shaper-thai/misc/misc.txt | 1 +
31176  1 file changed, 1 insertion(+)
31177
31178 commit 9ceca3aeb14cc096f5f87660cf7351bc35073084
31179 Author: Behdad Esfahbod <behdad@behdad.org>
31180 Date:   Mon Apr 16 21:05:51 2012 -0400
31181
31182     Fix ragel regexp in vowel-based syllable
31183
31184     As reported by datao zhang on the mailing list.
31185
31186  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
31187  1 file changed, 1 insertion(+), 1 deletion(-)
31188
31189 commit b870afcd1b436614af95db6dc297e54c8f03f0cd
31190 Author: Behdad Esfahbod <behdad@behdad.org>
31191 Date:   Mon Apr 16 21:05:11 2012 -0400
31192
31193     Rewrite ragel expression to better match the one on MS spec
31194
31195     https://www.microsoft.com/typography/otfntdev/devanot/shaping.aspx
31196
31197  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
31198  1 file changed, 1 insertion(+), 1 deletion(-)
31199
31200 commit 95cefdf96efe43a44133aa8a186155cf4e63e2b7
31201 Author: Behdad Esfahbod <behdad@behdad.org>
31202 Date:   Mon Apr 16 18:08:20 2012 -0400
31203
31204     Add --utf8-clusters
31205
31206     Also fix cairo cluster generation.
31207
31208  util/hb-shape.cc     |  8 +++++---
31209  util/hb-view.hh      |  2 +-
31210  util/helper-cairo.cc | 22 +++++++++++++++++-----
31211  util/helper-cairo.hh |  3 ++-
31212  util/options.cc      | 19 ++++++++++++++-----
31213  util/options.hh      | 26 ++++++++++++++++----------
31214  util/view-cairo.cc   |  5 +++--
31215  util/view-cairo.hh   |  3 ++-
31216  8 files changed, 60 insertions(+), 28 deletions(-)
31217
31218 commit effb42e5c520128bdc2e29398ed801730c5c0f52
31219 Author: Behdad Esfahbod <behdad@behdad.org>
31220 Date:   Mon Apr 16 16:04:07 2012 -0400
31221
31222     Always use cairo_show_text_glyphs()
31223
31224     Better catches cluster errors.
31225
31226  util/view-cairo.cc | 2 +-
31227  1 file changed, 1 insertion(+), 1 deletion(-)
31228
31229 commit 799cfdd15ab369580b2283200c3aca6866214b59
31230 Author: Behdad Esfahbod <behdad@behdad.org>
31231 Date:   Mon Apr 16 16:00:36 2012 -0400
31232
31233     Make page progression be right to left for vertical text
31234
31235  util/view-cairo.cc | 8 ++++----
31236  1 file changed, 4 insertions(+), 4 deletions(-)
31237
31238 commit a5f1834f57ea3fb254f5c7d372747de316fcc8f1
31239 Author: Behdad Esfahbod <behdad@behdad.org>
31240 Date:   Mon Apr 16 15:55:13 2012 -0400
31241
31242     Apply 'liga' for vertical writing mode too
31243
31244     Apparently that's what Kazuraki uses to form vertical ligatures,
31245     which suggests that it's what Adobe does.
31246
31247  src/hb-ot-shape.cc | 2 +-
31248  1 file changed, 1 insertion(+), 1 deletion(-)
31249
31250 commit 4d85252bda25cddd1fbdd744687e449888f0b5fa
31251 Author: Behdad Esfahbod <behdad@behdad.org>
31252 Date:   Mon Apr 16 15:54:26 2012 -0400
31253
31254     Add Japanese test data from Adobe's Kazuraki font ligatures
31255
31256  test/shaping/texts/in-tree/shaper-default/MANIFEST |  1 +
31257  .../shaper-default/script-japanese/MANIFEST        |  1 +
31258  .../shaper-default/script-japanese/misc/MANIFEST   |  2 +
31259  .../script-japanese/misc/kazuraki-liga-lines.txt   |  8 ++++
31260  .../script-japanese/misc/kazuraki-liga.txt         | 53
31261  ++++++++++++++++++++++
31262  5 files changed, 65 insertions(+)
31263
31264 commit e74616b8898b5f18d9bf82b9e81aefad056c1e36
31265 Author: Behdad Esfahbod <behdad@behdad.org>
31266 Date:   Sun Apr 15 14:12:13 2012 -0400
31267
31268     Add comment
31269
31270  src/hb-private.hh | 8 ++++++++
31271  1 file changed, 8 insertions(+)
31272
31273 commit 683b503f30bba29d57a93d7e8ac7138c2e7f49f1
31274 Author: Behdad Esfahbod <behdad@behdad.org>
31275 Date:   Sat Apr 14 20:47:14 2012 -0400
31276
31277     Minor
31278
31279  src/hb-ot-shape-normalize.cc | 11 +++++++++--
31280  src/hb-ot-shape-private.hh   |  9 ---------
31281  src/hb-ot-shape.cc           |  9 ++++++++-
31282  3 files changed, 17 insertions(+), 12 deletions(-)
31283
31284 commit b9f199c8e38cc5ed0d73845568630f3bcbdd4374
31285 Author: Behdad Esfahbod <behdad@behdad.org>
31286 Date:   Sat Apr 14 20:23:58 2012 -0400
31287
31288     Move code around
31289
31290  src/hb-ot-shape-private.hh | 40 ----------------------------------------
31291  src/hb-ot-shape.cc         | 45
31292  +++++++++++++++++++++++++++++++++++++++++----
31293  2 files changed, 41 insertions(+), 44 deletions(-)
31294
31295 commit 38a83019e6a7f4aa47662fd557344f62ae001abe
31296 Author: Behdad Esfahbod <behdad@behdad.org>
31297 Date:   Sat Apr 14 19:40:18 2012 -0400
31298
31299     Minor
31300
31301  src/hb-common.h | 2 +-
31302  1 file changed, 1 insertion(+), 1 deletion(-)
31303
31304 commit d4adade217a61007dd2da5cd9eccf889f79a019a
31305 Author: Behdad Esfahbod <behdad@behdad.org>
31306 Date:   Sat Apr 14 19:23:17 2012 -0400
31307
31308     Add assert
31309
31310  src/hb-ot-shape.cc | 2 ++
31311  1 file changed, 2 insertions(+)
31312
31313 commit fe28b997fbbeb2cfeab62ac453993ccffe3e6719
31314 Author: Behdad Esfahbod <behdad@behdad.org>
31315 Date:   Sat Apr 14 19:19:26 2012 -0400
31316
31317     Add HB_DIRECTION_IS_VALID
31318
31319  src/hb-common.h        | 1 +
31320  test/api/test-common.c | 7 +++++++
31321  2 files changed, 8 insertions(+)
31322
31323 commit 5e88aa66822ba64324b4428c9ffbe06a43b4f310
31324 Author: Behdad Esfahbod <behdad@behdad.org>
31325 Date:   Sat Apr 14 18:51:50 2012 -0400
31326
31327     Remove public enum names again
31328
31329     As was reported to me, glib-mkenum does not understand named enums,
31330     so remove for now.
31331
31332  src/hb-blob.h               | 2 +-
31333  src/hb-common.h             | 6 +++---
31334  src/hb-ot-layout-private.hh | 2 +-
31335  3 files changed, 5 insertions(+), 5 deletions(-)
31336
31337 commit 08569c0eaab026c7122c0dc29922cf44011c4d10
31338 Author: Behdad Esfahbod <behdad@behdad.org>
31339 Date:   Sat Apr 14 18:47:07 2012 -0400
31340
31341     Minor
31342
31343  TODO | 2 ++
31344  1 file changed, 2 insertions(+)
31345
31346 commit 4bf90f648313e35d21b427a956aa1fe762bae757
31347 Author: Behdad Esfahbod <behdad@behdad.org>
31348 Date:   Thu Apr 12 17:38:23 2012 -0400
31349
31350     Make HB_DIRECTION_INVALID be zero
31351
31352     This changes all the HB_DIRECTION_* enum member values, but is
31353     nicer, in preparation for making hb_segment_properties_t public.
31354
31355  src/hb-common.cc       |  7 ++++---
31356  src/hb-common.h        | 20 ++++++++++----------
31357  test/api/test-common.c |  9 +++++++--
31358  3 files changed, 21 insertions(+), 15 deletions(-)
31359
31360 commit d01402da9c756f90a84bfb1f964fd56caf2b35c3
31361 Author: Behdad Esfahbod <behdad@behdad.org>
31362 Date:   Thu Apr 12 17:38:02 2012 -0400
31363
31364     Minor
31365
31366  TODO | 6 +++++-
31367  1 file changed, 5 insertions(+), 1 deletion(-)
31368
31369 commit 69b84a8f6c789726815261c2e86692de7a65d6e8
31370 Author: Behdad Esfahbod <behdad@behdad.org>
31371 Date:   Thu Apr 12 15:50:40 2012 -0400
31372
31373     Fix hb-view surface size calc for vertical text
31374
31375     For some reason it doesn't quite work with IranianNastaliq, but
31376     that looks like a font issue.
31377
31378  util/helper-cairo.hh |  5 +++--
31379  util/options.hh      |  7 +++++++
31380  util/view-cairo.cc   | 31 +++++++++++++++++++++----------
31381  util/view-cairo.hh   |  1 +
31382  4 files changed, 32 insertions(+), 12 deletions(-)
31383
31384 commit 6bd9b479b8b2befbb0847282e93beade197c8038
31385 Author: Behdad Esfahbod <behdad@behdad.org>
31386 Date:   Thu Apr 12 14:53:53 2012 -0400
31387
31388     Hide backend-specific shape functions
31389
31390     Also remove shaper_options argument to hb_shape_full().  That was
31391     unused and for "future".  Let it go.
31392
31393     More shaper API coming in preparation for plan/planned API.
31394
31395  configure.ac                                   |  6 ++--
31396  src/Makefile.am                                | 11 +++----
31397  src/hb-fallback-shape-private.hh               |  9 +++---
31398  src/hb-fallback-shape.cc                       |  9 +++---
31399  src/{hb-ot-shape.h => hb-graphite2-private.hh} | 30 ++++++++----------
31400  src/hb-graphite2.cc                            |  5 ++-
31401  src/hb-graphite2.h                             |  7 -----
31402  src/hb-ot-shape-private.hh                     |  8 +++--
31403  src/hb-ot-shape.cc                             | 11 +++----
31404  src/hb-ot.h                                    |  1 -
31405  src/hb-shape.cc                                | 24 ++++++---------
31406  src/hb-shape.h                                 |  1 -
31407  src/hb-uniscribe-private.hh                    | 42
31408  ++++++++++++++++++++++++++
31409  src/hb-uniscribe.cc                            |  9 +++---
31410  src/hb-uniscribe.h                             |  7 -----
31411  util/options.hh                                |  2 +-
31412  16 files changed, 96 insertions(+), 86 deletions(-)
31413
31414 commit c6035cf802c60f0526f421f39a55886061df94ee
31415 Author: Behdad Esfahbod <behdad@behdad.org>
31416 Date:   Thu Apr 12 13:23:59 2012 -0400
31417
31418     Add names to enums
31419
31420     gdb was showing <anonymous enum> instead of useful stuff, so name
31421     all our enums.
31422
31423  src/hb-blob.h                      | 2 +-
31424  src/hb-common.h                    | 6 +++---
31425  src/hb-ot-layout-common-private.hh | 2 +-
31426  src/hb-ot-layout-gdef-table.hh     | 2 +-
31427  src/hb-ot-layout-gpos-table.hh     | 5 ++---
31428  src/hb-ot-layout-gsub-table.hh     | 2 +-
31429  src/hb-ot-layout-private.hh        | 2 +-
31430  7 files changed, 10 insertions(+), 11 deletions(-)
31431
31432 commit d1c9eb458c843215da8df84b596bfae51fee135b
31433 Author: Behdad Esfahbod <behdad@behdad.org>
31434 Date:   Thu Apr 12 13:17:44 2012 -0400
31435
31436     Make it an error to include non-top-level headers
31437
31438     Users should #include <hb.h> (or hb-ft.h, hb-glib.h, etc), but
31439     never things like hb-shape.h directly.  This makes it easier to
31440     refactor headers later on without breaking compatibility.
31441
31442  src/hb-blob.h       | 4 ++++
31443  src/hb-buffer.h     | 4 ++++
31444  src/hb-common.h     | 4 ++++
31445  src/hb-font.h       | 4 ++++
31446  src/hb-ft.h         | 2 --
31447  src/hb-glib.h       | 1 +
31448  src/hb-gobject.h    | 1 +
31449  src/hb-graphite2.h  | 5 +++--
31450  src/hb-icu.h        | 1 +
31451  src/hb-ot-layout.h  | 8 +++++---
31452  src/hb-ot-shape.h   | 9 +++++----
31453  src/hb-ot-tag.h     | 6 +++++-
31454  src/hb-ot.h         | 2 ++
31455  src/hb-private.hh   | 5 ++++-
31456  src/hb-shape.h      | 4 ++++
31457  src/hb-unicode.h    | 4 ++++
31458  src/hb-uniscribe.h  | 3 +--
31459  src/hb-version.h.in | 4 ++++
31460  src/hb.h            | 2 ++
31461  19 files changed, 58 insertions(+), 15 deletions(-)
31462
31463 commit 323190c27b80cddc9b3c42d19f1f243e2acb2411
31464 Author: Behdad Esfahbod <behdad@behdad.org>
31465 Date:   Thu Apr 12 12:29:10 2012 -0400
31466
31467     Minor
31468
31469  src/hb-ft.cc | 2 ++
31470  1 file changed, 2 insertions(+)
31471
31472 commit 0e3361464b00b76aa7375515163e0710a691db0c
31473 Author: Behdad Esfahbod <behdad@behdad.org>
31474 Date:   Thu Apr 12 10:06:52 2012 -0400
31475
31476     Fix bug with not setting Unicode props of the first character
31477
31478     Fixes Mongolian shaping issue:
31479     https://bugs.freedesktop.org/show_bug.cgi?id=45695
31480
31481  src/hb-ot-shape.cc | 2 +-
31482  1 file changed, 1 insertion(+), 1 deletion(-)
31483
31484 commit f9746b600a6e14dbe48aabfc17df8f12a5b46b11
31485 Author: Behdad Esfahbod <behdad@behdad.org>
31486 Date:   Thu Apr 12 09:59:26 2012 -0400
31487
31488     Minor
31489
31490  test/shaping/texts/in-tree/shaper-arabic/script-mongolian/misc/misc.txt |
31491  1 -
31492  1 file changed, 1 deletion(-)
31493
31494 commit 7470b0ff805e4ff59d23d7a1808888fafdf550eb
31495 Author: Behdad Esfahbod <behdad@behdad.org>
31496 Date:   Thu Apr 12 09:44:27 2012 -0400
31497
31498     Add Mongolian test case
31499
31500  test/shaping/texts/in-tree/MANIFEST                                   |
31501  1 +
31502  .../texts/in-tree/shaper-arabic/script-mongolian/misc/MANIFEST        |
31503  1 +
31504  .../texts/in-tree/shaper-arabic/script-mongolian/misc/misc.txt        |
31505  4 ++++
31506  test/shaping/texts/in-tree/shaper-thai/MANIFEST                       |
31507  1 +
31508  test/shaping/texts/in-tree/shaper-thai/misc/MANIFEST                  |
31509  1 +
31510  5 files changed, 8 insertions(+)
31511
31512 commit c65662b71e6160f5adfb6226d97589ca457d98b9
31513 Author: Behdad Esfahbod <behdad@behdad.org>
31514 Date:   Thu Apr 12 09:31:55 2012 -0400
31515
31516     Fix left-matra positioning in Indic
31517
31518     Fixes 200 failures out of previous 4290 cases in the OO.o Indic
31519     dictionary (of ~16000 entries).
31520
31521  src/hb-ot-shape-complex-indic.cc | 12 ++++++------
31522  1 file changed, 6 insertions(+), 6 deletions(-)
31523
31524 commit 6d16403bfaa4d710d80c93298eca7211ecaa419f
31525 Author: Behdad Esfahbod <behdad@behdad.org>
31526 Date:   Wed Apr 11 22:04:42 2012 -0400
31527
31528     Adjust TODO
31529
31530  TODO | 2 +-
31531  1 file changed, 1 insertion(+), 1 deletion(-)
31532
31533 commit 029a82d81d8ffa1b6771d19018d592fec1dbc934
31534 Author: Behdad Esfahbod <behdad@behdad.org>
31535 Date:   Wed Apr 11 22:00:46 2012 -0400
31536
31537     [hangul] Apply *jmo features to all Hangul chars
31538
31539     This is what old HB does.  Morever, fixes rendering with Win8 malgun
31540     font.  The Win7 version doesn't compose with either Uniscribe nor HB,
31541     but Win8 version works as expected, like Uniscribe, with this change.
31542
31543     Lets call Hangul done for now.
31544
31545  src/hb-ot-shape-complex-misc.cc | 9 +++++++++
31546  1 file changed, 9 insertions(+)
31547
31548 commit 3baae2440de69577d330209edb708e7d2bb2231d
31549 Author: Behdad Esfahbod <behdad@behdad.org>
31550 Date:   Wed Apr 11 21:54:37 2012 -0400
31551
31552     Update TODO
31553
31554  TODO | 28 +++++++++++++++-------------
31555  1 file changed, 15 insertions(+), 13 deletions(-)
31556
31557 commit a4976447cd1a1feffdecd0d501a2690716b1cf4b
31558 Author: Behdad Esfahbod <behdad@behdad.org>
31559 Date:   Wed Apr 11 17:48:40 2012 -0400
31560
31561     Add Hangul test
31562
31563  test/shaping/texts/in-tree/shaper-hangul/script-hangul/misc/misc.txt |
31564  1 +
31565  1 file changed, 1 insertion(+)
31566
31567 commit e95d912b3b0af027c4384553f95236db822e5acc
31568 Author: Behdad Esfahbod <behdad@behdad.org>
31569 Date:   Wed Apr 11 17:33:02 2012 -0400
31570
31571     Fix diff tool
31572
31573  test/shaping/hb_test_tools.py | 4 ++--
31574  1 file changed, 2 insertions(+), 2 deletions(-)
31575
31576 commit 41ae674f6871f43d0a6e4ca67a747074d63ae576
31577 Author: Behdad Esfahbod <behdad@behdad.org>
31578 Date:   Wed Apr 11 17:11:05 2012 -0400
31579
31580     Don't create hb_apply_context_t per glyph!
31581
31582     I couldn't measure significant performance gains out of this; maybe
31583     about 5% (with one million Malayalam strings).  Still, not bad.
31584     But reminds me that optimizing this codebase without profiling first
31585     is simply not going to work.  Oh well...
31586
31587  src/hb-ot-layout-gpos-table.hh       | 24 ++++++------------------
31588  src/hb-ot-layout-gsub-table.hh       | 26 +++++++-------------------
31589  src/hb-ot-layout-gsubgpos-private.hh | 22 ++++++++++++++++++++++
31590  3 files changed, 35 insertions(+), 37 deletions(-)
31591
31592 commit 4a1e02ef7979d58fe0c726ee7c665b2420c42ddd
31593 Author: Behdad Esfahbod <behdad@behdad.org>
31594 Date:   Wed Apr 11 14:37:53 2012 -0400
31595
31596     Fix shape to presentation forms font check
31597
31598     As reported by Jonathan Kew on the list.
31599
31600  src/hb-ot-shape-complex-arabic.cc | 9 ++++++---
31601  1 file changed, 6 insertions(+), 3 deletions(-)
31602
31603 commit 6062f5f01436b4044be729890ed00b9b62737824
31604 Author: Behdad Esfahbod <behdad@behdad.org>
31605 Date:   Wed Apr 11 14:19:55 2012 -0400
31606
31607     Fix build with some compilers
31608
31609     As reported by Jonathan Kew on the list.
31610
31611  src/hb-ot-shape-complex-misc.cc | 7 ++++---
31612  1 file changed, 4 insertions(+), 3 deletions(-)
31613
31614 commit acd88e659fdb2fa1cbf7171f0a1c7fbc81b9f298
31615 Author: Behdad Esfahbod <behdad@behdad.org>
31616 Date:   Tue Apr 10 18:02:20 2012 -0400
31617
31618     In Arabic fallback shaping, check that the font has glyph for new char
31619
31620  src/hb-ot-shape-complex-arabic.cc  | 12 +++++++-----
31621  src/hb-ot-shape-complex-indic.cc   |  2 +-
31622  src/hb-ot-shape-complex-misc.cc    |  6 +++---
31623  src/hb-ot-shape-complex-private.hh |  7 ++++---
31624  src/hb-ot-shape.cc                 |  2 +-
31625  5 files changed, 16 insertions(+), 13 deletions(-)
31626
31627 commit 7752aa73e72301a46c64c533c1e423ff5987cc05
31628 Author: Behdad Esfahbod <behdad@behdad.org>
31629 Date:   Tue Apr 10 17:22:14 2012 -0400
31630
31631     Minor
31632
31633  src/hb-ot-shape-private.hh |  1 -
31634  src/hb-ot-shape.cc         | 10 ----------
31635  2 files changed, 11 deletions(-)
31636
31637 commit 939c010211b063f78874a3b72b032c1ed9a13b87
31638 Author: Behdad Esfahbod <behdad@behdad.org>
31639 Date:   Tue Apr 10 17:20:05 2012 -0400
31640
31641     Implement Arabic fallback shaping mandatory ligatures
31642
31643  src/gen-arabic-table.py                 | 32
31644  ++++++++++++++++++++++----------
31645  src/hb-ot-shape-complex-arabic-table.hh | 28 +++++++++++++++++++---------
31646  src/hb-ot-shape-complex-arabic.cc       | 31
31647  +++++++++++++++++++++++++++++++
31648  src/hb-ot-shape-complex-misc.cc         |  4 ++--
31649  4 files changed, 74 insertions(+), 21 deletions(-)
31650
31651 commit b7d04eb606800100faa11100d2adf559e297a4ee
31652 Author: Behdad Esfahbod <behdad@behdad.org>
31653 Date:   Tue Apr 10 16:44:38 2012 -0400
31654
31655     Do Arabic fallback shaping
31656
31657  src/hb-ot-shape-complex-arabic.cc | 38
31658  +++++++++++++++++++++++++++++++++-----
31659  1 file changed, 33 insertions(+), 5 deletions(-)
31660
31661 commit ae4a2b9365051c23c9a299cf76f3ab7e661999b1
31662 Author: Behdad Esfahbod <behdad@behdad.org>
31663 Date:   Tue Apr 10 16:25:08 2012 -0400
31664
31665     Generate fallback Arabic shaping table
31666
31667     Not hooked up yet.
31668
31669  src/Makefile.am                         |   6 +-
31670  src/gen-arabic-table.py                 | 220
31671  +++++++++++++++++++++++---------
31672  src/gen-indic-table.py                  |   4 +-
31673  src/hb-ot-shape-complex-arabic-table.hh | 205
31674  ++++++++++++++++++++++++++++-
31675  4 files changed, 367 insertions(+), 68 deletions(-)
31676
31677 commit 3b26f96ebe859570d14c6902afc23462bca40712
31678 Author: Behdad Esfahbod <behdad@behdad.org>
31679 Date:   Tue Apr 10 10:52:07 2012 -0400
31680
31681     Add Thai shaper that does SARA AM decomposition / reordering
31682
31683     That's not in the OpenType spec, but it's what MS and Adobe do.
31684
31685  src/hb-buffer.cc                   |   1 +
31686  src/hb-ot-shape-complex-misc.cc    | 104
31687  ++++++++++++++++++++++++++++++++++++-
31688  src/hb-ot-shape-complex-private.hh |   8 +++
31689  3 files changed, 112 insertions(+), 1 deletion(-)
31690
31691 commit 0b6d2ac6a1d04877ae4542fc2a3b920185547053
31692 Author: Behdad Esfahbod <behdad@behdad.org>
31693 Date:   Tue Apr 10 10:52:03 2012 -0400
31694
31695     Minor
31696
31697  TODO | 10 ++++------
31698  1 file changed, 4 insertions(+), 6 deletions(-)
31699
31700 commit e099dd6592b4ea887696330f4718efb572494d93
31701 Author: Behdad Esfahbod <behdad@behdad.org>
31702 Date:   Tue Apr 10 10:47:33 2012 -0400
31703
31704     Add Thai test case for SARA AM decomposition
31705
31706  test/shaping/texts/in-tree/shaper-hangul/MANIFEST    | 1 +
31707  test/shaping/texts/in-tree/shaper-thai/misc/misc.txt | 5 +++++
31708  2 files changed, 6 insertions(+)
31709
31710 commit 4450dc9354b18cd68980b0891b24ea8efa4f38b6
31711 Author: Behdad Esfahbod <behdad@behdad.org>
31712 Date:   Sat Apr 7 22:07:23 2012 -0400
31713
31714     Move around
31715
31716  test/shaping/texts/in-tree/MANIFEST
31717  | 1 +
31718  test/shaping/texts/in-tree/shaper-default/MANIFEST
31719  | 1 -
31720  .../in-tree/{shaper-default => shaper-hangul}/script-hangul/MANIFEST
31721  | 0
31722  .../{shaper-default => shaper-hangul}/script-hangul/misc/MANIFEST
31723  | 0
31724  .../{shaper-default => shaper-hangul}/script-hangul/misc/misc.txt
31725  | 0
31726  5 files changed, 1 insertion(+), 1 deletion(-)
31727
31728 commit d4cc44716c1e098f8abbc0e495404598026ef242
31729 Author: Behdad Esfahbod <behdad@behdad.org>
31730 Date:   Sat Apr 7 21:52:28 2012 -0400
31731
31732     Move code around, in prep for Thai/Lao shaper
31733
31734  src/hb-buffer-private.hh                 |  5 +++++
31735  src/hb-buffer.cc                         | 23 +++++++++++++++++++++++
31736  src/hb-ot-shape-complex-indic-machine.rl | 14 +-------------
31737  3 files changed, 29 insertions(+), 13 deletions(-)
31738
31739 commit c9a841f4452921c5361b8f5697bbff7736ce60cd
31740 Author: Behdad Esfahbod <behdad@behdad.org>
31741 Date:   Sat Apr 7 15:06:55 2012 -0400
31742
31743     Add simple Hangul shaper that recomposes Jamo when feasible
31744
31745     Previously, we were NOT actually recomposing Hangul Jamo.  We do now.
31746     The two lines in:
31747
31748     test/shaping/texts/in-tree/shaper-default/script-hangul/misc/misc.txt
31749
31750     Now render the same with the UnDotum.ttf font.  Previously the second
31751     linle was rendering boxes.
31752
31753     We can also start applying OpenType Jamo features later.  At this
31754     time,
31755     I have no idea how the 'ljmo', 'vjmo', 'tjmo' features are supposed to
31756     work.  Maybe someone can explain them to me?
31757
31758  src/hb-ot-shape-complex-misc.cc    | 16 ++++++++++++++++
31759  src/hb-ot-shape-complex-private.hh | 15 +++++++++++++--
31760  2 files changed, 29 insertions(+), 2 deletions(-)
31761
31762 commit 968318455304804dc53045e8ba0cd4d76800c02d
31763 Author: Behdad Esfahbod <behdad@behdad.org>
31764 Date:   Sat Apr 7 14:57:21 2012 -0400
31765
31766     Implement normalization mode
31767     HB_OT_SHAPE_NORMALIZATION_MODE_COMPOSED_FULL
31768
31769     In this mode we try composing CCC=0 with CCC=0 characters.  Useful for
31770     Hangul.
31771
31772  src/hb-ot-shape-normalize.cc | 21 +++++++++++++--------
31773  1 file changed, 13 insertions(+), 8 deletions(-)
31774
31775 commit bec2ac4fde1ba0dd6dba02adbb836ce569a5cf6f
31776 Author: Behdad Esfahbod <behdad@behdad.org>
31777 Date:   Sat Apr 7 14:51:17 2012 -0400
31778
31779     Bring normalization algorithm closer to the spec
31780
31781     No logical difference so far.
31782
31783  src/hb-ot-shape-normalize.cc | 3 ++-
31784  1 file changed, 2 insertions(+), 1 deletion(-)
31785
31786 commit e02d9257863b49e33ab5942971266349d3c548f6
31787 Author: Behdad Esfahbod <behdad@behdad.org>
31788 Date:   Sat Apr 7 14:49:13 2012 -0400
31789
31790     Flip logic around
31791
31792  src/hb-ot-shape-normalize.cc | 38 +++++++++++++-------------------------
31793  1 file changed, 13 insertions(+), 25 deletions(-)
31794
31795 commit aaa25d5f458127f53f4b5ecdeb986ae91fabbad3
31796 Author: Behdad Esfahbod <behdad@behdad.org>
31797 Date:   Thu Apr 5 17:27:23 2012 -0400
31798
31799     Add Hangul test case
31800
31801     Composed, and decomposed, of the same text.
31802
31803  test/shaping/texts/in-tree/shaper-default/MANIFEST                    |
31804  1 +
31805  test/shaping/texts/in-tree/shaper-default/script-hangul/MANIFEST      |
31806  1 +
31807  test/shaping/texts/in-tree/shaper-default/script-hangul/misc/MANIFEST |
31808  1 +
31809  test/shaping/texts/in-tree/shaper-default/script-hangul/misc/misc.txt |
31810  2 ++
31811  4 files changed, 5 insertions(+)
31812
31813 commit 11138ccff71f442da1fcf64faa0e1d22e083e775
31814 Author: Behdad Esfahbod <behdad@behdad.org>
31815 Date:   Thu Apr 5 17:25:19 2012 -0400
31816
31817     Add normalize mode
31818
31819     In preparation for Hangul shaper.
31820
31821  src/Makefile.am                      |  1 +
31822  src/hb-ot-layout-common-private.hh   |  1 -
31823  src/hb-ot-shape-complex-arabic.cc    |  6 +--
31824  src/hb-ot-shape-complex-indic.cc     |  6 +--
31825  src/hb-ot-shape-complex-misc.cc      |  8 ++--
31826  src/hb-ot-shape-complex-private.hh   | 13 ++++---
31827  src/hb-ot-shape-normalize-private.hh | 46 +++++++++++++++++++++++
31828  src/hb-ot-shape-normalize.cc         | 73
31829  +++++++++++++++++-------------------
31830  src/hb-ot-shape-private.hh           |  7 +---
31831  src/hb-ot-shape.cc                   |  2 +-
31832  10 files changed, 102 insertions(+), 61 deletions(-)
31833
31834 commit 6769f21d579a354e32577ec57348e97d2cb1b438
31835 Author: Behdad Esfahbod <behdad@behdad.org>
31836 Date:   Thu Apr 5 16:46:46 2012 -0400
31837
31838     More moving code around
31839
31840  src/hb-ot-shape-normalize.cc | 2 +-
31841  src/hb-ot-shape-private.hh   | 8 --------
31842  src/hb-ot-shape.cc           | 2 +-
31843  src/hb-unicode-private.hh    | 8 ++++++++
31844  4 files changed, 10 insertions(+), 10 deletions(-)
31845
31846 commit 2db2a566826ed4763ce69629194ec656bd48b0bd
31847 Author: Behdad Esfahbod <behdad@behdad.org>
31848 Date:   Thu Apr 5 16:40:37 2012 -0400
31849
31850     Move code around
31851
31852  src/hb-ot-shape-private.hh | 53
31853  --------------------------------------------
31854  src/hb-unicode-private.hh  |  3 +++
31855  src/hb-unicode.cc          | 55
31856  ++++++++++++++++++++++++++++++++++++++++++++++
31857  3 files changed, 58 insertions(+), 53 deletions(-)
31858
31859 commit cad3821f3d5b68d490b0728bd37bd57428ec809c
31860 Author: Behdad Esfahbod <behdad@behdad.org>
31861 Date:   Wed Mar 7 17:13:25 2012 -0500
31862
31863     More sorting by Unicode version
31864
31865     This is the most convenient way to browse scripts.
31866
31867  src/hb-common.cc                   |  2 +-
31868  src/hb-common.h                    |  2 +-
31869  src/hb-ot-shape-complex-private.hh | 94
31870  ++++++++++++++++++++++++++++----------
31871  3 files changed, 72 insertions(+), 26 deletions(-)
31872
31873 commit 317b9504d7a4faa70dcf21e5c2aff4792dbd201a
31874 Author: Behdad Esfahbod <behdad@behdad.org>
31875 Date:   Wed Mar 7 16:51:29 2012 -0500
31876
31877     Minor
31878
31879  src/hb-ot-shape-complex-private.hh | 10 ++++++++--
31880  1 file changed, 8 insertions(+), 2 deletions(-)
31881
31882 commit fa2673c1ee954ddbbfbfca7cced7b839d7776fc0
31883 Author: Behdad Esfahbod <behdad@behdad.org>
31884 Date:   Wed Mar 7 15:52:02 2012 -0500
31885
31886     More Unicode script age annotation, and a couple more RTL scripts
31887
31888     Cross-checked with Mark Davis's spreadsheet at http://goo.gl/x9ilM
31889
31890  src/hb-common.cc |  8 ++++++++
31891  src/hb-common.h  | 52
31892  +++++++++++++++++++++++++++++-----------------------
31893  2 files changed, 37 insertions(+), 23 deletions(-)
31894
31895 commit 6d4016f1ba48d409800dc3281b93e5cd58c99d9f
31896 Author: Behdad Esfahbod <behdad@behdad.org>
31897 Date:   Wed Mar 7 15:33:14 2012 -0500
31898
31899     Make src tests pass again
31900
31901  src/gen-arabic-table.py                 | 11 ++++++-----
31902  src/gen-indic-table.py                  |  9 +++++----
31903  src/hb-ot-shape-complex-arabic-table.hh |  6 ++++++
31904  src/hb-ot-shape-complex-indic-table.hh  |  4 ++++
31905  4 files changed, 21 insertions(+), 9 deletions(-)
31906
31907 commit 7da435f08cc406080a5ee9b1ab5351db6a93acae
31908 Author: Behdad Esfahbod <behdad@behdad.org>
31909 Date:   Wed Mar 7 15:20:20 2012 -0500
31910
31911     Separate Unicode 3.1 and Unicode 3.2 additions
31912
31913  src/hb-common.h | 14 +++++++++-----
31914  1 file changed, 9 insertions(+), 5 deletions(-)
31915
31916 commit f91136cb528e298651c4a8a8a1d6dc54136e09ce
31917 Author: Behdad Esfahbod <behdad@behdad.org>
31918 Date:   Wed Mar 7 12:56:22 2012 -0500
31919
31920     Route three Unicode 6.1 scripts through Indic shaper
31921
31922  src/hb-ot-shape-complex-private.hh | 7 ++++++-
31923  1 file changed, 6 insertions(+), 1 deletion(-)
31924
31925 commit f32c0012ad794cd2df669dfc7b0438fafbe38b2d
31926 Author: Behdad Esfahbod <behdad@behdad.org>
31927 Date:   Wed Mar 7 12:53:34 2012 -0500
31928
31929     Add Unicode 6.1.0 scripts
31930
31931  src/hb-common.h |  9 +++++++++
31932  src/hb-glib.cc  | 11 ++++++++++-
31933  2 files changed, 19 insertions(+), 1 deletion(-)
31934
31935 commit 50e810cd0e55c25fddb0a2fd0861c51fbf65700e
31936 Author: Behdad Esfahbod <behdad@behdad.org>
31937 Date:   Wed Mar 7 12:49:08 2012 -0500
31938
31939     Lydian and Kharoshthi are right-to-left
31940
31941  src/hb-common.cc | 6 ++++++
31942  1 file changed, 6 insertions(+)
31943
31944 commit a52835635e4a2a12715aff2febb561515a10cd5a
31945 Author: Behdad Esfahbod <behdad@behdad.org>
31946 Date:   Wed Mar 7 12:38:39 2012 -0500
31947
31948     Whitespace
31949
31950  src/hb-common.h | 194
31951  ++++++++++++++++++++++++++++----------------------------
31952  1 file changed, 97 insertions(+), 97 deletions(-)
31953
31954 commit 183224684a45d7dcd7d28510d4383a7a7cb3dff3
31955 Author: Behdad Esfahbod <behdad@behdad.org>
31956 Date:   Wed Mar 7 12:21:28 2012 -0500
31957
31958     Use generic shaper for Buhid
31959
31960     As requested by Jonathan Kew.
31961
31962     We need to devise a better mechanism to choose which scripts to
31963     pass through the Indic shaper.  Moreover, currently we are storing
31964     data for some scripts in the Indic shaper that are not even going
31965     through that shaper.  Need to find a better way...
31966
31967  src/hb-ot-shape-complex-private.hh | 2 +-
31968  1 file changed, 1 insertion(+), 1 deletion(-)
31969
31970 commit cdc8b491a8e7cec5082ca2ad0346c1f41fdd5c92
31971 Author: Behdad Esfahbod <behdad@behdad.org>
31972 Date:   Wed Mar 7 12:08:33 2012 -0500
31973
31974     Update Indic table to Unicode 6.1 data
31975
31976  src/Makefile.am                         |  15 +++
31977  src/gen-indic-table.py                  |  20 ++--
31978  src/hb-ot-shape-complex-arabic-table.hh |  35 -------
31979  src/hb-ot-shape-complex-indic-table.hh  | 178
31980  +++++++++++++++++++-------------
31981  4 files changed, 134 insertions(+), 114 deletions(-)
31982
31983 commit e3b2e077f549b04779c08a9fedb1f35b9f11075c
31984 Author: Behdad Esfahbod <behdad@behdad.org>
31985 Date:   Wed Mar 7 10:21:24 2012 -0500
31986
31987     Typo
31988
31989  src/hb-ot-shape-normalize.cc | 2 +-
31990  1 file changed, 1 insertion(+), 1 deletion(-)
31991
31992 commit c346671b6b9b05fa51b95c16212eb29ac69510fa
31993 Author: Behdad Esfahbod <behdad@behdad.org>
31994 Date:   Tue Mar 6 20:47:50 2012 -0500
31995
31996     Minor doc fixes
31997
31998  src/hb-ot-shape-normalize.cc | 10 ++++++----
31999  1 file changed, 6 insertions(+), 4 deletions(-)
32000
32001 commit 406044986a68676f3050f9350ccc448c615fc685
32002 Author: Behdad Esfahbod <behdad@behdad.org>
32003 Date:   Tue Mar 6 20:24:31 2012 -0500
32004
32005     Add Hebrew diacritics test cases
32006
32007     From:
32008     https://bugzilla.mozilla.org/show_bug.cgi?id=662055
32009
32010  test/shaping/texts/in-tree/shaper-default/MANIFEST        |  1 +
32011  .../texts/in-tree/shaper-default/script-hebrew/MANIFEST   |  1 +
32012  .../in-tree/shaper-default/script-hebrew/misc/MANIFEST    |  1 +
32013  .../shaper-default/script-hebrew/misc/diacritics.txt      | 15
32014  +++++++++++++++
32015  4 files changed, 18 insertions(+)
32016
32017 commit 461b9b6347e4f58589f5be82c40a2df61da2c715
32018 Author: Behdad Esfahbod <behdad@behdad.org>
32019 Date:   Thu Mar 1 18:11:19 2012 -0800
32020
32021     Fix cluster formation in Indic
32022
32023     Makes number of failures against Uniscribe with hi_IN dictionary from
32024     OO.o to go down from 6334 to 4290.  Not bad for a one-line change!
32025
32026     Mozilla Bug 729626 - ASAN: heap-buffer-overflow HTML
32027
32028  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
32029  1 file changed, 1 insertion(+), 1 deletion(-)
32030
32031 commit bc71ad4973842f25216b48842a46d6c9cbce6aa3
32032 Author: Behdad Esfahbod <behdad@behdad.org>
32033 Date:   Thu Mar 1 17:30:29 2012 -0800
32034
32035     Fix atomic-int op on Apple
32036
32037     The OSAtomicAdd32Barrier operator returns the new value, we want the
32038     old value.
32039
32040  src/hb-blob.cc           | 2 +-
32041  src/hb-object-private.hh | 2 +-
32042  2 files changed, 2 insertions(+), 2 deletions(-)
32043
32044 commit a1970d9afc15b2c6b7513b923019bb223bd95154
32045 Author: Behdad Esfahbod <behdad@behdad.org>
32046 Date:   Fri Feb 24 13:51:09 2012 -0500
32047
32048     Add support for atomic int and mutex on Apple systems
32049
32050     So, apparently there's no atomic int 'get' method on Apple.
32051     You have to
32052     add(0) to get.  And that's not const-friendly.  So switch inert-object
32053     checking to a non-atomic get.  This, however, is safe, and a
32054     negligible
32055     performance boost too.
32056
32057  src/hb-mutex-private.hh  | 14 +++++++++-----
32058  src/hb-object-private.hh | 15 ++++++++++-----
32059  2 files changed, 19 insertions(+), 10 deletions(-)
32060
32061 commit 8004429102d7d3a8c42e1cbfe231835de4d3d782
32062 Author: Behdad Esfahbod <behdad@behdad.org>
32063 Date:   Thu Feb 23 18:47:17 2012 -0500
32064
32065     Remove unused hb_atomic_int_set()
32066
32067     Apparently it can't be implemented on OS X.  We weren't using
32068     it anyway.
32069
32070  src/hb-object-private.hh | 4 ----
32071  1 file changed, 4 deletions(-)
32072
32073 commit 45227c10e416894ba7f84fdf72d849cecdb9b898
32074 Author: Behdad Esfahbod <behdad@behdad.org>
32075 Date:   Thu Feb 23 19:47:43 2012 -0500
32076
32077     Add hb-warning.cc.  Oops!
32078
32079  src/hb-warning.cc | 53
32080  +++++++++++++++++++++++++++++++++++++++++++++++++++++
32081  1 file changed, 53 insertions(+)
32082
32083 commit bd7ff1dec5b92ee59fa060e793f88499adcd8c11
32084 Author: Behdad Esfahbod <behdad@behdad.org>
32085 Date:   Thu Feb 23 15:06:16 2012 -0500
32086
32087     Allow disabling multi-threaded support
32088
32089     By defining HB_NO_MT.
32090
32091     Also, only warn once per missing MT feature support.
32092
32093     Mozilla Bug 666661 - gfx/harfbuzz/src/hb-prive.h - compiler warnings
32094     on mac
32095
32096  src/Makefile.am          |  1 +
32097  src/hb-mutex-private.hh  |  6 +++---
32098  src/hb-object-private.hh | 11 +++--------
32099  3 files changed, 7 insertions(+), 11 deletions(-)
32100
32101 commit 634c9e3423a9c23793400d1f56e98070e00b6056
32102 Author: Behdad Esfahbod <behdad@behdad.org>
32103 Date:   Wed Feb 22 16:43:21 2012 -0500
32104
32105     Minor
32106
32107  src/hb-ot-shape-private.hh | 69
32108  ++++++++++++++++++++++++++--------------------
32109  1 file changed, 39 insertions(+), 30 deletions(-)
32110
32111 commit 514b6f88668da4eab85103c536dabe24b7bc457b
32112 Author: Behdad Esfahbod <behdad@behdad.org>
32113 Date:   Wed Feb 22 16:34:37 2012 -0500
32114
32115     Followup: Reorder Hebrew combining classes for better rendering
32116
32117     Patch from Jonathan Kew.
32118
32119     Bug 662055 - advanced Hebrew diacritics are shown correctly only in
32120     particular order.
32121
32122  src/hb-ot-shape-private.hh | 20 ++++++++++----------
32123  1 file changed, 10 insertions(+), 10 deletions(-)
32124
32125 commit 6e78607ea71e3e5306f88f227ddba76133d16ed0
32126 Author: Behdad Esfahbod <behdad@behdad.org>
32127 Date:   Wed Feb 22 16:31:15 2012 -0500
32128
32129     Reorder Hebrew combining classes for better rendering
32130
32131     Patch from Jonathan Kew.
32132
32133     Bug 662055 - advanced Hebrew diacritics are shown correctly only in
32134     particular order
32135
32136  src/hb-ot-shape-private.hh | 28 ++++++++++++++++++++++++++++
32137  1 file changed, 28 insertions(+)
32138
32139 commit 7a70ca78e06c676befe1ae17199fff1f000f8188
32140 Author: Behdad Esfahbod <behdad@behdad.org>
32141 Date:   Tue Feb 21 11:31:47 2012 -0500
32142
32143     Add test case from https://bugzilla.mozilla.org/show_bug.cgi?id=714067
32144
32145  test/shaping/texts/in-tree/shaper-arabic/script-arabic/misc/MANIFEST
32146  | 1 +
32147  .../in-tree/shaper-arabic/script-arabic/misc/ligature-diacritics.txt
32148  | 1 +
32149  2 files changed, 2 insertions(+)
32150
32151 commit f51e167436a51b890ffe3f7f7920498fa287acd9
32152 Author: Behdad Esfahbod <behdad@behdad.org>
32153 Date:   Mon Jan 30 09:48:33 2012 -0500
32154
32155     Minor error handling
32156
32157  util/options.cc | 6 +++++-
32158  1 file changed, 5 insertions(+), 1 deletion(-)
32159
32160 commit bee74efbdebc4e46ce57daa8a88bcf06b13411fe
32161 Author: Behdad Esfahbod <behdad@behdad.org>
32162 Date:   Fri Jan 27 02:14:08 2012 -0500
32163
32164     Update git.mk to new upstream
32165
32166  git.mk | 44 +++++++++++++++++++++++++++++++++-----------
32167  1 file changed, 33 insertions(+), 11 deletions(-)
32168
32169 commit 134aa7bc7e3f9b9de76c9de2ed4b7344a7b323f9
32170 Author: Behdad Esfahbod <behdad@behdad.org>
32171 Date:   Fri Jan 27 02:09:40 2012 -0500
32172
32173     Make checks more OS X friendly
32174
32175  src/check-internal-symbols.sh | 21 +++++++++++++--------
32176  src/check-libstdc++.sh        | 21 +++++++++++++--------
32177  2 files changed, 26 insertions(+), 16 deletions(-)
32178
32179 commit 6152199368399bf98368ea3c794fa760b49756ba
32180 Author: Behdad Esfahbod <behdad@behdad.org>
32181 Date:   Fri Jan 27 01:57:59 2012 -0500
32182
32183     Fix check-header-guards on OS X
32184
32185  src/check-header-guards.sh | 2 +-
32186  1 file changed, 1 insertion(+), 1 deletion(-)
32187
32188 commit c62e41b6aad1fc56225d0e53d6d4abd0f005fe3b
32189 Author: Behdad Esfahbod <behdad@behdad.org>
32190 Date:   Fri Jan 27 02:20:58 2012 -0500
32191
32192     Minor
32193
32194  configure.ac | 8 ++++----
32195  1 file changed, 4 insertions(+), 4 deletions(-)
32196
32197 commit 1a5a91dc0d8bf4b72a2f22dc6300b06ad7000b79
32198 Author: Behdad Esfahbod <behdad@behdad.org>
32199 Date:   Sun Jan 22 19:57:00 2012 -0500
32200
32201     Add a few more tests
32202
32203  .../in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt   | 3 +++
32204  .../shaper-indic/south-east-asian/script-thai/misc/misc.txt      |
32205  9 +++++++++
32206  2 files changed, 12 insertions(+)
32207
32208 commit 1795f3a222a85cdf80c78a0e9181d23dd1673876
32209 Author: Behdad Esfahbod <behdad@behdad.org>
32210 Date:   Sun Jan 22 19:29:45 2012 -0500
32211
32212     Add a couple Thai test cases from Thep
32213
32214  test/shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST       |
32215  1 +
32216  .../texts/in-tree/shaper-indic/south-east-asian/script-thai/MANIFEST    |
32217  1 +
32218  .../in-tree/shaper-indic/south-east-asian/script-thai/misc/MANIFEST     |
32219  1 +
32220  .../in-tree/shaper-indic/south-east-asian/script-thai/misc/misc.txt     |
32221  2 ++
32222  4 files changed, 5 insertions(+)
32223
32224 commit ec3f506682fc6e2d7d7455e49d6c82ac9dd0c660
32225 Author: Behdad Esfahbod <behdad@behdad.org>
32226 Date:   Sun Jan 22 19:10:55 2012 -0500
32227
32228     Add Devanagari test from Tom Hacohen
32229
32230  .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt
32231  | 1 +
32232  1 file changed, 1 insertion(+)
32233
32234 commit 71be4ca3dd5eaaca31957e34fef11f6aeb4aebdf
32235 Author: Behdad Esfahbod <behdad@behdad.org>
32236 Date:   Sun Jan 22 16:26:49 2012 -0500
32237
32238     Also ignore "ChangeLog" in manifests
32239
32240  test/shaping/hb_test_tools.py | 2 +-
32241  1 file changed, 1 insertion(+), 1 deletion(-)
32242
32243 commit 3c9a39ecd65990f2c7b29bb741c6a538fa425531
32244 Author: Behdad Esfahbod <behdad@behdad.org>
32245 Date:   Sun Jan 22 16:21:19 2012 -0500
32246
32247     Remove newline
32248
32249  test/shaping/hb_test_tools.py | 2 ++
32250  1 file changed, 2 insertions(+)
32251
32252 commit e4ccbfe276db5ed098ddcf78a7bb8f2da4263128
32253 Author: Behdad Esfahbod <behdad@behdad.org>
32254 Date:   Sun Jan 22 16:07:32 2012 -0500
32255
32256     Allow --color=html in hb-diff
32257
32258     Not that useful right now as we don't escape < and >.  Perhaps
32259     another tool can be added to convert the ANSI output to HTML.
32260
32261  test/shaping/hb-diff          |  2 +-
32262  test/shaping/hb_test_tools.py | 22 +++++++++++++++++-----
32263  2 files changed, 18 insertions(+), 6 deletions(-)
32264
32265 commit 71632c96daa4ba15e13f4d9e7f2c121d0162614e
32266 Author: Behdad Esfahbod <behdad@behdad.org>
32267 Date:   Sun Jan 22 15:31:44 2012 -0500
32268
32269     Fallback to Latin script if the font has no other usable scripts
32270
32271     Patch and description from Jonathan Kew:
32272
32273     It turns out that some legacy Thai fonts provide OpenType substitution
32274     features to implement mark positioning, but (incorrectly) put those
32275     features/lookups under the 'latn' script tag instead of using 'thai'
32276     (or
32277     possibly 'DFLT'). See
32278     https://bugzilla.mozilla.org/show_bug.cgi?id=719366 for an example and
32279     more detailed description.
32280
32281     Although this is really a font bug, I suggest that we could improve
32282     the
32283     rendering of such fonts by looking for the 'latn' as a fallback if
32284     neither the requested script nor "default" is found in
32285     hb_ot_layout_table_choose_script. Suggested patch against harfbuzz
32286     master is attached.
32287
32288     This does _not_ affect the other kind of legacy Thai font, where
32289     custom
32290     code to support vendor-specific PUA codepoints would be needed. I'm
32291     not
32292     keen to go down that path; IMO, such fonts should be ruthlessly
32293     stamped
32294     out in favour of standards-based solutions. :)
32295
32296     JK
32297
32298  src/hb-ot-layout.cc | 9 +++++++++
32299  1 file changed, 9 insertions(+)
32300
32301 commit 8f80f93491be73f05eba908591c856339acda51e
32302 Author: Behdad Esfahbod <behdad@behdad.org>
32303 Date:   Sat Jan 21 20:03:25 2012 -0500
32304
32305     More shoveling around
32306
32307  test/shaping/hb-diff-filter-failures |  2 +-
32308  test/shaping/hb-manifest-read        |  2 +-
32309  test/shaping/hb_test_tools.py        | 27 ++++++++++++++++-----------
32310  3 files changed, 18 insertions(+), 13 deletions(-)
32311
32312 commit c78c6e9844a23144ce7fa29afbf57b74587bfcd0
32313 Author: Behdad Esfahbod <behdad@behdad.org>
32314 Date:   Sat Jan 21 19:55:16 2012 -0500
32315
32316     Cleanup
32317
32318  test/shaping/hb-manifest-read |  2 +-
32319  test/shaping/hb_test_tools.py | 13 ++++++++-----
32320  2 files changed, 9 insertions(+), 6 deletions(-)
32321
32322 commit ab94a9c542f7ec9143335b73493ccb75d4586a3a
32323 Author: Behdad Esfahbod <behdad@behdad.org>
32324 Date:   Sat Jan 21 19:43:58 2012 -0500
32325
32326     Distribute testing tools
32327
32328  test/shaping/Makefile.am | 24 ++++++++++++++++++++++++
32329  1 file changed, 24 insertions(+)
32330
32331 commit 3e86feb54c94e46b60168fd2a4773183eb1354b4
32332 Author: Behdad Esfahbod <behdad@behdad.org>
32333 Date:   Sat Jan 21 19:40:30 2012 -0500
32334
32335     Speed up colorless diff
32336
32337  test/shaping/hb_test_tools.py | 6 ++++++
32338  1 file changed, 6 insertions(+)
32339
32340 commit 1e58df603457cb4b57da78b5d4a8df66aa7d7be4
32341 Author: Behdad Esfahbod <behdad@behdad.org>
32342 Date:   Sat Jan 21 19:37:31 2012 -0500
32343
32344     Cleanup manifest code
32345
32346  test/shaping/hb_test_tools.py | 18 ++++++++++++------
32347  1 file changed, 12 insertions(+), 6 deletions(-)
32348
32349 commit 956d552e108eeb50bb3ad21588830af7a2f3862a
32350 Author: Behdad Esfahbod <behdad@behdad.org>
32351 Date:   Sat Jan 21 19:31:51 2012 -0500
32352
32353     Port hb-manifest-update to Python
32354
32355  test/shaping/hb-manifest-update | 23 +++--------------------
32356  test/shaping/hb_test_tools.py   | 38
32357  ++++++++++++++++++++++++++++++--------
32358  2 files changed, 33 insertions(+), 28 deletions(-)
32359
32360 commit 3a34e9e351ed0ee3eb27f9c0f154bc227f1226bf
32361 Author: Behdad Esfahbod <behdad@behdad.org>
32362 Date:   Sat Jan 21 19:15:41 2012 -0500
32363
32364     Ignore Broken Pipe errors
32365
32366  test/shaping/hb_test_tools.py | 76
32367  +++++++++++++++++++++++++++----------------
32368  1 file changed, 48 insertions(+), 28 deletions(-)
32369
32370 commit d5300241680844f5625f32792f7dd7181ed05f9b
32371 Author: Behdad Esfahbod <behdad@behdad.org>
32372 Date:   Sat Jan 21 19:07:22 2012 -0500
32373
32374     [util] Make clusters work with char offset instead of UTF-8 offset
32375
32376     This means the --features indices also refer to char position
32377     instead of byte position now.  Same for cluster values reported
32378     by hb-shape.
32379
32380     Will add an option for byte indices later.
32381
32382  util/options.cc |  7 +++++--
32383  util/options.hh | 12 ++++++++++++
32384  2 files changed, 17 insertions(+), 2 deletions(-)
32385
32386 commit 0f68f4a0b5ee78cbdb2a89a9a1a9125afe72ed2f
32387 Author: Behdad Esfahbod <behdad@behdad.org>
32388 Date:   Sat Jan 21 18:59:48 2012 -0500
32389
32390     Correctly print out Unicode strings
32391
32392  util/options.cc | 2 +-
32393  1 file changed, 1 insertion(+), 1 deletion(-)
32394
32395 commit f22089ac24f43ff048c2a0f1c1f604ae3a96be8b
32396 Author: Behdad Esfahbod <behdad@behdad.org>
32397 Date:   Fri Jan 20 21:21:47 2012 -0500
32398
32399     Misc fixes
32400
32401  test/shaping/hb-diff          | 8 ++++----
32402  test/shaping/hb_test_tools.py | 4 ++--
32403  2 files changed, 6 insertions(+), 6 deletions(-)
32404
32405 commit 96968bfae5ce61a0a098bf0e6acd2210a309a499
32406 Author: Behdad Esfahbod <behdad@behdad.org>
32407 Date:   Fri Jan 20 21:16:34 2012 -0500
32408
32409     Port hb-manifest-read to Python
32410
32411  test/shaping/hb-diff-filter-failures |  2 +-
32412  test/shaping/hb-manifest-read        | 37 +++------------------------
32413  test/shaping/hb_test_tools.py        | 49
32414  ++++++++++++++++++++++++++++++++----
32415  3 files changed, 48 insertions(+), 40 deletions(-)
32416
32417 commit a59ed46fa4f7b76605f8ce6e75783ead406468f5
32418 Author: Behdad Esfahbod <behdad@behdad.org>
32419 Date:   Fri Jan 20 20:56:32 2012 -0500
32420
32421     Add final residues from test-shape-complex
32422
32423  .../shaping/texts/in-tree/shaper-arabic/script-nko/misc/MANIFEST | 1 +
32424  .../shaping/texts/in-tree/shaper-arabic/script-nko/misc/misc.txt |
32425  5 +++++
32426  test/shaping/texts/in-tree/shaper-default/MANIFEST               | 1 +
32427  .../texts/in-tree/shaper-default/script-linear-b/MANIFEST        | 1 +
32428  .../texts/in-tree/shaper-default/script-linear-b/misc/MANIFEST   | 1 +
32429  .../texts/in-tree/shaper-default/script-linear-b/misc/misc.txt   | 1 +
32430  test/shaping/texts/in-tree/shaper-indic/MANIFEST                 | 1 +
32431  .../shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST | 1 +
32432  .../in-tree/shaper-indic/south-east-asian/script-khmer/MANIFEST  | 1 +
32433  .../shaper-indic/south-east-asian/script-khmer/misc/MANIFEST     | 1 +
32434  .../shaper-indic/south-east-asian/script-khmer/misc/misc.txt     |
32435  9 +++++++++
32436  11 files changed, 23 insertions(+)
32437
32438 commit 820e0ed318d9b187a131baa9491d5d390ec33ef4
32439 Author: Behdad Esfahbod <behdad@behdad.org>
32440 Date:   Fri Jan 20 20:51:52 2012 -0500
32441
32442     Add Punjabi tests from test-shape-complex also
32443
32444  .../texts/in-tree/shaper-indic/indic/script-punjabi/misc/MANIFEST
32445  | 1 +
32446  .../texts/in-tree/shaper-indic/indic/script-punjabi/misc/misc.txt
32447  | 1 +
32448  2 files changed, 2 insertions(+)
32449
32450 commit a7d71c105772fb612871b4cae59bdae47bbc8751
32451 Author: Behdad Esfahbod <behdad@behdad.org>
32452 Date:   Fri Jan 20 20:50:09 2012 -0500
32453
32454     Add Tamil test data from Muguntharaj Subramanian
32455
32456  .../shaper-indic/indic/script-tamil/misc/MANIFEST  |  1 +
32457  .../shaper-indic/indic/script-tamil/misc/misc.txt  | 43
32458  ++++++++++++++++++++++
32459  2 files changed, 44 insertions(+)
32460
32461 commit 5992a9941e7f19181df1e34e79e514ccedc3d284
32462 Author: Behdad Esfahbod <behdad@behdad.org>
32463 Date:   Fri Jan 20 20:48:14 2012 -0500
32464
32465     Import test data from late test-shape-complex
32466
32467  .../in-tree/shaper-arabic/script-arabic/MANIFEST   |  1 +
32468  .../shaper-arabic/script-arabic/misc/MANIFEST      |  0
32469  .../in-tree/shaper-arabic/script-mandaic/MANIFEST  |  1 +
32470  .../shaper-arabic/script-mandaic/misc/MANIFEST     |  0
32471  .../shaper-arabic/script-mongolian/MANIFEST        |  1 +
32472  .../shaper-arabic/script-mongolian/misc/MANIFEST   |  0
32473  .../in-tree/shaper-arabic/script-nko/MANIFEST      |  1 +
32474  .../in-tree/shaper-arabic/script-nko/misc/MANIFEST |  0
32475  .../in-tree/shaper-arabic/script-syriac/MANIFEST   |  1 +
32476  .../shaper-arabic/script-syriac/misc/MANIFEST      |  0
32477  .../shaper-indic/indic/script-assamese/MANIFEST    |  1 +
32478  .../indic/script-assamese/misc/MANIFEST            |  0
32479  .../shaper-indic/indic/script-bengali/MANIFEST     |  1 +
32480  .../indic/script-bengali/misc/MANIFEST             |  1 +
32481  .../indic/script-bengali/misc/misc.txt             | 48
32482  ++++++++++++++++++++++
32483  .../shaper-indic/indic/script-devanagari/MANIFEST  |  1 +
32484  .../indic/script-devanagari/misc/MANIFEST          |  1 +
32485  .../indic/script-devanagari/misc/misc.txt          | 23 +++++++++++
32486  .../shaper-indic/indic/script-gujarati/MANIFEST    |  1 +
32487  .../indic/script-gujarati/misc/MANIFEST            |  0
32488  .../shaper-indic/indic/script-kannada/MANIFEST     |  1 +
32489  .../indic/script-kannada/misc/MANIFEST             |  1 +
32490  .../indic/script-kannada/misc/misc.txt             | 17 ++++++++
32491  .../shaper-indic/indic/script-malayalam/MANIFEST   |  1 +
32492  .../indic/script-malayalam/misc/MANIFEST           |  1 +
32493  .../indic/script-malayalam/misc/misc.txt           | 22 ++++++++++
32494  .../shaper-indic/indic/script-oriya/MANIFEST       |  1 +
32495  .../shaper-indic/indic/script-oriya/misc/MANIFEST  |  1 +
32496  .../shaper-indic/indic/script-oriya/misc/misc.txt  | 28 +++++++++++++
32497  .../shaper-indic/indic/script-punjabi/MANIFEST     |  1 +
32498  .../indic/script-punjabi/misc/MANIFEST             |  0
32499  .../shaper-indic/indic/script-sinhala/MANIFEST     |  1 +
32500  .../indic/script-sinhala/misc/MANIFEST             |  1 +
32501  .../indic/script-sinhala/misc/misc.txt             |  6 +++
32502  .../shaper-indic/indic/script-tamil/MANIFEST       |  1 +
32503  .../shaper-indic/indic/script-tamil/misc/MANIFEST  |  0
32504  .../shaper-indic/indic/script-telugu/MANIFEST      |  1 +
32505  .../shaper-indic/indic/script-telugu/misc/MANIFEST |  1 +
32506  .../shaper-indic/indic/script-telugu/misc/misc.txt | 11 +++++
32507  39 files changed, 178 insertions(+)
32508
32509 commit 46ac45647760984c6220f04ba4521038e628b169
32510 Author: Behdad Esfahbod <behdad@behdad.org>
32511 Date:   Fri Jan 20 19:32:17 2012 -0500
32512
32513     Fix Unicode encoding issue
32514
32515  test/shaping/hb_test_tools.py | 8 ++++----
32516  1 file changed, 4 insertions(+), 4 deletions(-)
32517
32518 commit ad34e39a4a320310b1edd9fc4d7e740373510c69
32519 Author: Behdad Esfahbod <behdad@behdad.org>
32520 Date:   Fri Jan 20 18:39:27 2012 -0500
32521
32522     Make test tools interactive
32523
32524     By bypassing readlines() buffering.
32525
32526  test/shaping/hb_test_tools.py | 33 +++++++++++++++++++++++++++------
32527  1 file changed, 27 insertions(+), 6 deletions(-)
32528
32529 commit 91540a7d97051a3d6e97fdcd1e98af23e0780cdd
32530 Author: Behdad Esfahbod <behdad@behdad.org>
32531 Date:   Fri Jan 20 18:27:52 2012 -0500
32532
32533     Move most testing logic into hb_test_tools.py
32534
32535     The actual utils are one-liners now.
32536
32537  test/shaping/hb-diff                 |  77 ++-------------
32538  test/shaping/hb-diff-filter-failures |  27 +-----
32539  test/shaping/hb-unicode-decode       |  18 +---
32540  test/shaping/hb-unicode-encode       |  21 +---
32541  test/shaping/hb-unicode-prettyname   |  53 +----------
32542  test/shaping/hb_test_tools.py        | 180
32543  +++++++++++++++++++++++++++++++++++
32544  6 files changed, 197 insertions(+), 179 deletions(-)
32545
32546 commit 66aa080033dcff07b8bb5e7b1f0e3511f067d6c1
32547 Author: Behdad Esfahbod <behdad@behdad.org>
32548 Date:   Fri Jan 20 17:36:10 2012 -0500
32549
32550     Remove test-shape-complex
32551
32552     New shaping testsuite and framework coming.
32553
32554  test/api/Makefile.am               |    6 -
32555  test/api/test-shape-complex.c      | 1237
32556  ------------------------------------
32557  test/shaping/hb-unicode-prettyname |    1 +
32558  3 files changed, 1 insertion(+), 1243 deletions(-)
32559
32560 commit ed459bfb63c58b59fc0dbe25021c396e8ef8683c
32561 Author: Behdad Esfahbod <behdad@behdad.org>
32562 Date:   Fri Jan 20 17:24:05 2012 -0500
32563
32564     Add hb-unicode-encode
32565
32566  test/shaping/hb-unicode-encode | 22 ++++++++++++++++++++++
32567  1 file changed, 22 insertions(+)
32568
32569 commit d8134bc017ca3383e0978ddee57070eb3aab8964
32570 Author: Behdad Esfahbod <behdad@behdad.org>
32571 Date:   Fri Jan 20 17:18:59 2012 -0500
32572
32573     [hb-shape] Add parantheses around --show-text output
32574
32575  util/options.cc | 2 ++
32576  1 file changed, 2 insertions(+)
32577
32578 commit b12c4d43614199f8910a06507603f6c431d9df67
32579 Author: Behdad Esfahbod <behdad@behdad.org>
32580 Date:   Fri Jan 20 17:17:44 2012 -0500
32581
32582     Add hb-diff-filter-failures
32583
32584  test/shaping/hb-diff-filter-failures | 28 ++++++++++++++++++++++++++++
32585  1 file changed, 28 insertions(+)
32586
32587 commit d4bffbc55bf4c23ab5c7f46af613aeecc79ac515
32588 Author: Behdad Esfahbod <behdad@behdad.org>
32589 Date:   Fri Jan 20 17:16:35 2012 -0500
32590
32591     Move
32592
32593  test/shaping/texts/MANIFEST                                           |
32594  4 +---
32595  test/shaping/texts/in-tree/MANIFEST                                   |
32596  3 +++
32597  test/shaping/texts/{ => in-tree}/shaper-arabic/MANIFEST               | 0
32598  .../{shaper-default => in-tree/shaper-arabic/script-arabic}/MANIFEST  | 0
32599  .../script-syriac => in-tree/shaper-arabic/script-mandaic}/MANIFEST   | 0
32600  .../script-nko => in-tree/shaper-arabic/script-mongolian}/MANIFEST    | 0
32601  .../script-mongolian => in-tree/shaper-arabic/script-nko}/MANIFEST    | 0
32602  .../script-mandaic => in-tree/shaper-arabic/script-syriac}/MANIFEST   | 0
32603  .../{shaper-arabic/script-arabic => in-tree/shaper-default}/MANIFEST  | 0
32604  test/shaping/texts/{ => in-tree}/shaper-indic/MANIFEST                | 0
32605  test/shaping/texts/{ => in-tree}/shaper-indic/indic/MANIFEST          | 0
32606  .../shaper-indic/indic/script-assamese}/MANIFEST                      | 0
32607  .../shaper-indic/indic/script-assamese}/utrrs/LICENSE                 | 0
32608  .../shaper-indic/indic/script-assamese}/utrrs/MANIFEST                | 0
32609  .../shaper-indic/indic/script-assamese}/utrrs/README                  | 0
32610  .../shaper-indic/indic/script-assamese}/utrrs/SOURCES                 | 0
32611  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt    | 0
32612  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
32613  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
32614  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt              | 0
32615  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
32616  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
32617  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
32618  .../shaper-indic/indic/script-assamese}/utrrs/codepoint/MANIFEST      | 0
32619  .../script-assamese/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt     | 0
32620  .../script-assamese/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt     | 0
32621  .../shaper-indic/indic/script-assamese}/utrrs/gpos/MANIFEST           | 0
32622  .../indic/script-assamese/utrrs/gsub/IndicFontFeatureGSUB.txt         | 0
32623  .../shaper-indic/indic/script-assamese}/utrrs/gsub/MANIFEST           | 0
32624  .../shaper-indic/indic/script-bengali}/MANIFEST                       | 0
32625  .../shaper-indic/indic/script-bengali}/utrrs/LICENSE                  | 0
32626  .../shaper-indic/indic/script-bengali}/utrrs/MANIFEST                 | 0
32627  .../shaper-indic/indic/script-bengali}/utrrs/README                   | 0
32628  .../shaper-indic/indic/script-bengali}/utrrs/SOURCES                  | 0
32629  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt    | 0
32630  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
32631  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
32632  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt              | 0
32633  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
32634  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
32635  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
32636  .../shaper-indic/indic/script-bengali}/utrrs/codepoint/MANIFEST       | 0
32637  .../script-bengali/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt      | 0
32638  .../script-bengali/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt      | 0
32639  .../shaper-indic/indic/script-bengali}/utrrs/gpos/MANIFEST            | 0
32640  .../indic/script-bengali/utrrs/gsub/IndicFontFeatureGSUB.txt          | 0
32641  .../shaper-indic/indic/script-bengali}/utrrs/gsub/MANIFEST            | 0
32642  .../shaper-indic/indic/script-devanagari}/MANIFEST                    | 0
32643  .../shaper-indic/indic/script-devanagari}/utrrs/LICENSE               | 0
32644  .../shaper-indic/indic/script-devanagari}/utrrs/MANIFEST              | 0
32645  .../shaper-indic/indic/script-devanagari}/utrrs/README                | 0
32646  .../shaper-indic/indic/script-devanagari}/utrrs/SOURCES               | 0
32647  .../codepoint/IndicFontFeatureCodepoint-AdditionalConsonants.txt      | 0
32648  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt    | 0
32649  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
32650  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
32651  .../codepoint/IndicFontFeatureCodepoint-DevnagariSpecificAddition.txt | 0
32652  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt              | 0
32653  .../utrrs/codepoint/IndicFontFeatureCodepoint-GenericPunctuation.txt  | 0
32654  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
32655  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
32656  .../shaper-indic/indic/script-devanagari/utrrs/codepoint/MANIFEST     | 0
32657  .../script-devanagari/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt   | 0
32658  .../script-devanagari/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt   | 0
32659  .../shaper-indic/indic/script-devanagari}/utrrs/gpos/MANIFEST         | 0
32660  .../indic/script-devanagari/utrrs/gsub/IndicFontFeatureGSUB.txt       | 0
32661  .../shaper-indic/indic/script-devanagari}/utrrs/gsub/MANIFEST         | 0
32662  .../shaper-indic/indic/script-gujarati}/MANIFEST                      | 0
32663  .../shaper-indic/indic/script-gujarati}/utrrs/LICENSE                 | 0
32664  .../shaper-indic/indic/script-gujarati}/utrrs/MANIFEST                | 0
32665  .../shaper-indic/indic/script-gujarati}/utrrs/README                  | 0
32666  .../shaper-indic/indic/script-gujarati}/utrrs/SOURCES                 | 0
32667  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt    | 0
32668  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
32669  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
32670  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt              | 0
32671  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
32672  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
32673  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
32674  .../shaper-indic/indic/script-gujarati/utrrs/codepoint/MANIFEST       | 0
32675  .../script-gujarati/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt     | 0
32676  .../script-gujarati/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt     | 0
32677  .../shaper-indic/indic/script-gujarati}/utrrs/gpos/MANIFEST           | 0
32678  .../indic/script-gujarati/utrrs/gsub/IndicFontFeatureGSUB.txt         | 0
32679  .../shaper-indic/indic/script-gujarati}/utrrs/gsub/MANIFEST           | 0
32680  .../shaper-indic/indic/script-kannada}/MANIFEST                       | 0
32681  .../shaper-indic/indic/script-kannada}/utrrs/LICENSE                  | 0
32682  .../{ => in-tree}/shaper-indic/indic/script-kannada/utrrs/MANIFEST    | 0
32683  .../shaper-indic/indic/script-kannada}/utrrs/README                   | 0
32684  .../shaper-indic/indic/script-kannada}/utrrs/SOURCES                  | 0
32685  .../codepoint/IndicFontFeatureCodepoint-AdditionalConsonants.txt      | 0
32686  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt    | 0
32687  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
32688  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
32689  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt              | 0
32690  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
32691  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
32692  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
32693  .../shaper-indic/indic/script-kannada/utrrs/codepoint/MANIFEST        | 0
32694  .../script-kannada/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt      | 0
32695  .../shaper-indic/indic/script-kannada}/utrrs/gpos/MANIFEST            | 0
32696  .../indic/script-kannada/utrrs/gsub/IndicFontFeatureGSUB.txt          | 0
32697  .../shaper-indic/indic/script-kannada}/utrrs/gsub/MANIFEST            | 0
32698  .../texts/{ => in-tree}/shaper-indic/indic/script-malayalam/MANIFEST  | 0
32699  .../{ => in-tree}/shaper-indic/indic/script-malayalam/utrrs/LICENSE   | 0
32700  .../shaper-indic/indic/script-malayalam}/utrrs/MANIFEST               | 0
32701  .../{ => in-tree}/shaper-indic/indic/script-malayalam/utrrs/README    | 0
32702  .../{ => in-tree}/shaper-indic/indic/script-malayalam/utrrs/SOURCES   | 0
32703  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt    | 0
32704  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
32705  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
32706  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt              | 0
32707  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
32708  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
32709  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
32710  .../shaper-indic/indic/script-malayalam}/utrrs/codepoint/MANIFEST     | 0
32711  .../indic/script-malayalam/utrrs/gsub/IndicFontFeatureGSUB.txt        | 0
32712  .../shaper-indic/indic/script-malayalam}/utrrs/gsub/MANIFEST          | 0
32713  .../shaper-indic/indic/script-oriya}/MANIFEST                         | 0
32714  .../shaper-indic/indic/script-oriya}/utrrs/LICENSE                    | 0
32715  .../shaper-indic/indic/script-oriya}/utrrs/MANIFEST                   | 0
32716  .../shaper-indic/indic/script-oriya}/utrrs/README                     | 0
32717  .../shaper-indic/indic/script-oriya}/utrrs/SOURCES                    | 0
32718  .../codepoint/IndicFontFeatureCodepoint-AdditionalConsonants.txt      | 0
32719  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt    | 0
32720  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
32721  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
32722  .../script-oriya/utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt | 0
32723  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
32724  .../utrrs/codepoint/IndicFontFeatureCodepoint-OriyaSpecific.txt       | 0
32725  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
32726  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
32727  .../shaper-indic/indic/script-oriya/utrrs/codepoint/MANIFEST          | 0
32728  .../indic/script-oriya/utrrs/gsub/IndicFontFeatureGSUB.txt            | 0
32729  .../shaper-indic/indic/script-oriya}/utrrs/gsub/MANIFEST              | 0
32730  .../shaper-indic/indic/script-punjabi}/MANIFEST                       | 0
32731  .../shaper-indic/indic/script-punjabi}/utrrs/LICENSE                  | 0
32732  .../shaper-indic/indic/script-punjabi}/utrrs/MANIFEST                 | 0
32733  .../shaper-indic/indic/script-punjabi}/utrrs/README                   | 0
32734  .../shaper-indic/indic/script-punjabi}/utrrs/SOURCES                  | 0
32735  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
32736  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
32737  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt              | 0
32738  .../utrrs/codepoint/IndicFontFeatureCodepoint-GurmukhiSpecific.txt    | 0
32739  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
32740  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
32741  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
32742  .../shaper-indic/indic/script-punjabi/utrrs/codepoint/MANIFEST        | 0
32743  .../script-punjabi/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt      | 0
32744  .../script-punjabi/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt      | 0
32745  .../shaper-indic/indic/script-punjabi}/utrrs/gpos/MANIFEST            | 0
32746  .../indic/script-punjabi/utrrs/gsub/IndicFontFeatureGSUB.txt          | 0
32747  .../shaper-indic/indic/script-punjabi}/utrrs/gsub/MANIFEST            | 0
32748  .../shaper-indic/indic/script-sinhala}/MANIFEST                       | 0
32749  .../shaper-indic/indic/script-sinhala}/utrrs/LICENSE                  | 0
32750  .../shaper-indic/indic/script-sinhala}/utrrs/MANIFEST                 | 0
32751  .../shaper-indic/indic/script-sinhala}/utrrs/README                   | 0
32752  .../shaper-indic/indic/script-sinhala}/utrrs/SOURCES                  | 0
32753  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
32754  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
32755  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
32756  .../utrrs/codepoint/IndicFontFeatureCodepoint-Punctuation.txt         | 0
32757  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
32758  .../shaper-indic/indic/script-sinhala/utrrs/codepoint/MANIFEST        | 0
32759  .../indic/script-sinhala/utrrs/gpos/IndicFontFeatureGPOS.txt          | 0
32760  .../shaper-indic/indic/script-sinhala/utrrs/gpos/MANIFEST             | 0
32761  .../indic/script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-Conjunct.txt | 0
32762  .../script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-Rakaaraansaya.txt  | 0
32763  .../indic/script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-Repaya.txt   | 0
32764  .../script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-Special-Cases.txt  | 0
32765  .../utrrs/gsub/IndicFontFeatureGSUB-TouchingLetters.txt               | 0
32766  .../indic/script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-Yansaya.txt  | 0
32767  .../indic/script-sinhala/utrrs/gsub/IndicFontFeatureGSUB.txt          | 0
32768  .../shaper-indic/indic/script-sinhala/utrrs/gsub/MANIFEST             | 0
32769  .../shaper-indic/indic/script-tamil}/MANIFEST                         | 0
32770  .../shaper-indic/indic/script-tamil}/utrrs/LICENSE                    | 0
32771  .../shaper-indic/indic/script-tamil}/utrrs/MANIFEST                   | 0
32772  .../shaper-indic/indic/script-tamil}/utrrs/README                     | 0
32773  .../shaper-indic/indic/script-tamil}/utrrs/SOURCES                    | 0
32774  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
32775  .../utrrs/codepoint/IndicFontFeatureCodepoint-CurrencySymbols.txt     | 0
32776  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
32777  .../script-tamil/utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt | 0
32778  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
32779  .../utrrs/codepoint/IndicFontFeatureCodepoint-Numerics.txt            | 0
32780  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
32781  .../utrrs/codepoint/IndicFontFeatureCodepoint-Symbols.txt             | 0
32782  .../utrrs/codepoint/IndicFontFeatureCodepoint-TamilSymbol.txt         | 0
32783  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
32784  .../shaper-indic/indic/script-tamil/utrrs/codepoint/MANIFEST          | 0
32785  .../indic/script-tamil/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  | 0
32786  .../indic/script-tamil/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  | 0
32787  .../shaper-indic/indic/script-tamil}/utrrs/gpos/MANIFEST              | 0
32788  .../indic/script-tamil/utrrs/gsub/IndicFontFeatureGSUB.txt            | 0
32789  .../shaper-indic/indic/script-tamil}/utrrs/gsub/MANIFEST              | 0
32790  .../shaper-indic/indic/script-telugu}/MANIFEST                        | 0
32791  .../shaper-indic/indic/script-telugu}/utrrs/LICENSE                   | 0
32792  .../shaper-indic/indic/script-telugu}/utrrs/MANIFEST                  | 0
32793  .../shaper-indic/indic/script-telugu}/utrrs/README                    | 0
32794  .../shaper-indic/indic/script-telugu}/utrrs/SOURCES                   | 0
32795  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt    | 0
32796  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
32797  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
32798  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt              | 0
32799  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
32800  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
32801  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
32802  .../shaper-indic/indic/script-telugu}/utrrs/codepoint/MANIFEST        | 0
32803  .../indic/script-telugu/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 0
32804  .../shaper-indic/indic/script-telugu}/utrrs/gpos/MANIFEST             | 0
32805  .../indic/script-telugu/utrrs/gsub/IndicFontFeatureGSUB.txt           | 0
32806  .../shaper-indic/indic/script-telugu}/utrrs/gsub/MANIFEST             | 0
32807  212 files changed, 4 insertions(+), 3 deletions(-)
32808
32809 commit 45f640c98d752161e51eda63061d70fad9ab9f68
32810 Author: Behdad Esfahbod <behdad@behdad.org>
32811 Date:   Fri Jan 20 14:24:21 2012 -0500
32812
32813     Minor
32814
32815  test/shaping/hb-diff | 35 ++++++++++++++++++++---------------
32816  1 file changed, 20 insertions(+), 15 deletions(-)
32817
32818 commit 47ca766a9cbdfb304f60e23a4dee0a155075a277
32819 Author: Behdad Esfahbod <behdad@behdad.org>
32820 Date:   Fri Jan 20 14:21:53 2012 -0500
32821
32822     Minor
32823
32824  test/shaping/hb-unicode-decode     | 2 +-
32825  test/shaping/hb-unicode-prettyname | 5 ++---
32826  2 files changed, 3 insertions(+), 4 deletions(-)
32827
32828 commit 8f1db07894674b02c36ca9352e666b4618ee8832
32829 Author: Behdad Esfahbod <behdad@behdad.org>
32830 Date:   Fri Jan 20 13:57:57 2012 -0500
32831
32832     [test/shaping] Add some Indic test data for the new test suite
32833
32834     Imported from UTRRS.
32835
32836  test/shaping/texts/shaper-indic/indic/MANIFEST     |    2 +-
32837  .../shaper-indic/indic/script-assamese/MANIFEST    |    1 +
32838  .../indic/script-assamese/utrrs/LICENSE            |   19 +
32839  .../indic/script-assamese/utrrs/MANIFEST           |    3 +
32840  .../indic/script-assamese/utrrs/README             |   13 +
32841  .../indic/script-assamese/utrrs/SOURCES            |    2 +
32842  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    4 +
32843  .../IndicFontFeatureCodepoint-Consonants.txt       |   40 +
32844  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   10 +
32845  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
32846  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   11 +
32847  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
32848  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    6 +
32849  .../indic/script-assamese/utrrs/codepoint/MANIFEST |    7 +
32850  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   59 +
32851  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |  131 ++
32852  .../indic/script-assamese/utrrs/gpos/MANIFEST      |    2 +
32853  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  139 ++
32854  .../indic/script-assamese/utrrs/gsub/MANIFEST      |    1 +
32855  .../shaper-indic/indic/script-bengali/MANIFEST     |    1 +
32856  .../indic/script-bengali/utrrs/LICENSE             |   19 +
32857  .../indic/script-bengali/utrrs/MANIFEST            |    3 +
32858  .../shaper-indic/indic/script-bengali/utrrs/README |   13 +
32859  .../indic/script-bengali/utrrs/SOURCES             |    2 +
32860  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    1 +
32861  .../IndicFontFeatureCodepoint-Consonants.txt       |   36 +
32862  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   10 +
32863  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
32864  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   12 +
32865  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
32866  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    6 +
32867  .../indic/script-bengali/utrrs/codepoint/MANIFEST  |    7 +
32868  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   58 +
32869  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |  119 ++
32870  .../indic/script-bengali/utrrs/gpos/MANIFEST       |    2 +
32871  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  215 +++
32872  .../indic/script-bengali/utrrs/gsub/MANIFEST       |    1 +
32873  .../shaper-indic/indic/script-devanagari/MANIFEST  |    1 +
32874  .../indic/script-devanagari/utrrs/LICENSE          |   19 +
32875  .../indic/script-devanagari/utrrs/MANIFEST         |    3 +
32876  .../indic/script-devanagari/utrrs/README           |   13 +
32877  .../indic/script-devanagari/utrrs/SOURCES          |    2 +
32878  ...icFontFeatureCodepoint-AdditionalConsonants.txt |    8 +
32879  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    4 +
32880  .../IndicFontFeatureCodepoint-Consonants.txt       |   45 +
32881  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   14 +
32882  ...tFeatureCodepoint-DevnagariSpecificAddition.txt |    1 +
32883  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
32884  ...ndicFontFeatureCodepoint-GenericPunctuation.txt |    2 +
32885  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   16 +
32886  .../IndicFontFeatureCodepoint-VariousSigns.txt     |   10 +
32887  .../script-devanagari/utrrs/codepoint/MANIFEST     |    9 +
32888  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |  185 +++
32889  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |  185 +++
32890  .../indic/script-devanagari/utrrs/gpos/MANIFEST    |    2 +
32891  .../utrrs/gsub/IndicFontFeatureGSUB.txt            | 1367
32892  ++++++++++++++++++++
32893  .../indic/script-devanagari/utrrs/gsub/MANIFEST    |    1 +
32894  .../shaper-indic/indic/script-gujarati/MANIFEST    |    1 +
32895  .../indic/script-gujarati/utrrs/LICENSE            |   19 +
32896  .../indic/script-gujarati/utrrs/MANIFEST           |    3 +
32897  .../indic/script-gujarati/utrrs/README             |   13 +
32898  .../indic/script-gujarati/utrrs/SOURCES            |    2 +
32899  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    1 +
32900  .../IndicFontFeatureCodepoint-Consonants.txt       |   34 +
32901  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   12 +
32902  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
32903  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   13 +
32904  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
32905  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    7 +
32906  .../indic/script-gujarati/utrrs/codepoint/MANIFEST |    7 +
32907  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |  170 +++
32908  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |  170 +++
32909  .../indic/script-gujarati/utrrs/gpos/MANIFEST      |    2 +
32910  .../utrrs/gsub/IndicFontFeatureGSUB.txt            | 1156
32911  +++++++++++++++++
32912  .../indic/script-gujarati/utrrs/gsub/MANIFEST      |    1 +
32913  .../shaper-indic/indic/script-kannada/MANIFEST     |    1 +
32914  .../indic/script-kannada/utrrs/LICENSE             |   19 +
32915  .../indic/script-kannada/utrrs/MANIFEST            |    3 +
32916  .../shaper-indic/indic/script-kannada/utrrs/README |   13 +
32917  .../indic/script-kannada/utrrs/SOURCES             |    2 +
32918  ...icFontFeatureCodepoint-AdditionalConsonants.txt |    1 +
32919  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    4 +
32920  .../IndicFontFeatureCodepoint-Consonants.txt       |   40 +
32921  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   13 +
32922  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
32923  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   14 +
32924  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
32925  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    9 +
32926  .../indic/script-kannada/utrrs/codepoint/MANIFEST  |    8 +
32927  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |  188 +++
32928  .../indic/script-kannada/utrrs/gpos/MANIFEST       |    1 +
32929  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  306 +++++
32930  .../indic/script-kannada/utrrs/gsub/MANIFEST       |    1 +
32931  .../shaper-indic/indic/script-malayalam/MANIFEST   |    1 +
32932  .../indic/script-malayalam/utrrs/LICENSE           |   19 +
32933  .../indic/script-malayalam/utrrs/MANIFEST          |    2 +
32934  .../indic/script-malayalam/utrrs/README            |   13 +
32935  .../indic/script-malayalam/utrrs/SOURCES           |    2 +
32936  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    2 +
32937  .../IndicFontFeatureCodepoint-Consonants.txt       |   36 +
32938  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   12 +
32939  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
32940  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   14 +
32941  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
32942  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    4 +
32943  .../script-malayalam/utrrs/codepoint/MANIFEST      |    7 +
32944  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  254 ++++
32945  .../indic/script-malayalam/utrrs/gsub/MANIFEST     |    1 +
32946  .../texts/shaper-indic/indic/script-oriya/MANIFEST |    1 +
32947  .../shaper-indic/indic/script-oriya/utrrs/LICENSE  |   19 +
32948  .../shaper-indic/indic/script-oriya/utrrs/MANIFEST |    2 +
32949  .../shaper-indic/indic/script-oriya/utrrs/README   |   13 +
32950  .../shaper-indic/indic/script-oriya/utrrs/SOURCES  |    2 +
32951  ...icFontFeatureCodepoint-AdditionalConsonants.txt |    3 +
32952  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    2 +
32953  .../IndicFontFeatureCodepoint-Consonants.txt       |   34 +
32954  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   12 +
32955  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
32956  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   12 +
32957  .../IndicFontFeatureCodepoint-OriyaSpecific.txt    |    2 +
32958  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
32959  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    8 +
32960  .../indic/script-oriya/utrrs/codepoint/MANIFEST    |    9 +
32961  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  170 +++
32962  .../indic/script-oriya/utrrs/gsub/MANIFEST         |    1 +
32963  .../shaper-indic/indic/script-punjabi/MANIFEST     |    1 +
32964  .../indic/script-punjabi/utrrs/LICENSE             |   19 +
32965  .../indic/script-punjabi/utrrs/MANIFEST            |    3 +
32966  .../shaper-indic/indic/script-punjabi/utrrs/README |   13 +
32967  .../indic/script-punjabi/utrrs/SOURCES             |    2 +
32968  .../IndicFontFeatureCodepoint-Consonants.txt       |   38 +
32969  .../IndicFontFeatureCodepoint-DependentVowels.txt  |    9 +
32970  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
32971  .../IndicFontFeatureCodepoint-GurmukhiSpecific.txt |    6 +
32972  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   10 +
32973  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
32974  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    6 +
32975  .../indic/script-punjabi/utrrs/codepoint/MANIFEST  |    7 +
32976  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   22 +
32977  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |    2 +
32978  .../indic/script-punjabi/utrrs/gpos/MANIFEST       |    2 +
32979  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  152 +++
32980  .../indic/script-punjabi/utrrs/gsub/MANIFEST       |    1 +
32981  .../shaper-indic/indic/script-sinhala/MANIFEST     |    1 +
32982  .../indic/script-sinhala/utrrs/LICENSE             |   19 +
32983  .../indic/script-sinhala/utrrs/MANIFEST            |    3 +
32984  .../shaper-indic/indic/script-sinhala/utrrs/README |   13 +
32985  .../indic/script-sinhala/utrrs/SOURCES             |    2 +
32986  .../IndicFontFeatureCodepoint-Consonants.txt       |   41 +
32987  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   17 +
32988  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   18 +
32989  .../IndicFontFeatureCodepoint-Punctuation.txt      |    1 +
32990  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    3 +
32991  .../indic/script-sinhala/utrrs/codepoint/MANIFEST  |    5 +
32992  .../utrrs/gpos/IndicFontFeatureGPOS.txt            |  162 +++
32993  .../indic/script-sinhala/utrrs/gpos/MANIFEST       |    1 +
32994  .../utrrs/gsub/IndicFontFeatureGSUB-Conjunct.txt   |    1 +
32995  .../gsub/IndicFontFeatureGSUB-Rakaaraansaya.txt    |   41 +
32996  .../utrrs/gsub/IndicFontFeatureGSUB-Repaya.txt     |   42 +
32997  .../gsub/IndicFontFeatureGSUB-Special-Cases.txt    |    2 +
32998  .../gsub/IndicFontFeatureGSUB-TouchingLetters.txt  |    1 +
32999  .../utrrs/gsub/IndicFontFeatureGSUB-Yansaya.txt    |   41 +
33000  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |    1 +
33001  .../indic/script-sinhala/utrrs/gsub/MANIFEST       |    7 +
33002  .../texts/shaper-indic/indic/script-tamil/MANIFEST |    1 +
33003  .../shaper-indic/indic/script-tamil/utrrs/LICENSE  |   19 +
33004  .../shaper-indic/indic/script-tamil/utrrs/MANIFEST |    3 +
33005  .../shaper-indic/indic/script-tamil/utrrs/README   |   13 +
33006  .../shaper-indic/indic/script-tamil/utrrs/SOURCES  |    2 +
33007  .../IndicFontFeatureCodepoint-Consonants.txt       |   23 +
33008  .../IndicFontFeatureCodepoint-CurrencySymbols.txt  |    1 +
33009  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   11 +
33010  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
33011  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   12 +
33012  .../IndicFontFeatureCodepoint-Numerics.txt         |    3 +
33013  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
33014  .../IndicFontFeatureCodepoint-Symbols.txt          |    6 +
33015  .../IndicFontFeatureCodepoint-TamilSymbol.txt      |    1 +
33016  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    4 +
33017  .../indic/script-tamil/utrrs/codepoint/MANIFEST    |   10 +
33018  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   64 +
33019  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |   44 +
33020  .../indic/script-tamil/utrrs/gpos/MANIFEST         |    2 +
33021  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |    4 +
33022  .../indic/script-tamil/utrrs/gsub/MANIFEST         |    1 +
33023  .../shaper-indic/indic/script-telugu/MANIFEST      |    1 +
33024  .../shaper-indic/indic/script-telugu/utrrs/LICENSE |   19 +
33025  .../indic/script-telugu/utrrs/MANIFEST             |    3 +
33026  .../shaper-indic/indic/script-telugu/utrrs/README  |   13 +
33027  .../shaper-indic/indic/script-telugu/utrrs/SOURCES |    2 +
33028  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    2 +
33029  .../IndicFontFeatureCodepoint-Consonants.txt       |   38 +
33030  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   13 +
33031  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
33032  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   14 +
33033  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
33034  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    6 +
33035  .../indic/script-telugu/utrrs/codepoint/MANIFEST   |    7 +
33036  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |  385 ++++++
33037  .../indic/script-telugu/utrrs/gpos/MANIFEST        |    1 +
33038  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  287 ++++
33039  .../indic/script-telugu/utrrs/gsub/MANIFEST        |    1 +
33040  202 files changed, 7581 insertions(+), 1 deletion(-)
33041
33042 commit 11267aef364b1cc5683ce65aaf544b7f2a127fb3
33043 Author: Behdad Esfahbod <behdad@behdad.org>
33044 Date:   Fri Jan 20 13:57:14 2012 -0500
33045
33046     Fix
33047
33048  test/shaping/Makefile.am | 2 +-
33049  1 file changed, 1 insertion(+), 1 deletion(-)
33050
33051 commit 4e84ce48d5d41cf1bad2fb8774e5c66745b0e75e
33052 Author: Behdad Esfahbod <behdad@behdad.org>
33053 Date:   Fri Jan 20 13:50:55 2012 -0500
33054
33055     Move hb-diff to test/shaping/
33056
33057  {util => test/shaping}/hb-diff | 0
33058  util/Makefile.am               | 2 --
33059  2 files changed, 2 deletions(-)
33060
33061 commit f868e1b84d2f73688d4d6558d44610b1ac75ec13
33062 Author: Behdad Esfahbod <behdad@behdad.org>
33063 Date:   Fri Jan 20 13:50:05 2012 -0500
33064
33065     Add hb-unicode-decode
33066
33067  test/shaping/{hb-read-manifest => hb-manifest-read}   |  0
33068  .../{hb-update-manifests => hb-manifest-update}       |  0
33069  test/shaping/hb-unicode-decode                        | 19
33070  +++++++++++++++++++
33071  3 files changed, 19 insertions(+)
33072
33073 commit 9ab23ef4749b51e60464b9ef2a92739cdc2b36ba
33074 Author: Behdad Esfahbod <behdad@behdad.org>
33075 Date:   Fri Jan 20 13:49:56 2012 -0500
33076
33077     Minor
33078
33079  test/shaping/hb-unicode-prettyname | 5 +++++
33080  1 file changed, 5 insertions(+)
33081
33082 commit c8d81db03335192f20f08ab8fabe9869fd7350a2
33083 Author: Behdad Esfahbod <behdad@behdad.org>
33084 Date:   Fri Jan 20 13:39:27 2012 -0500
33085
33086     Recognize more characters
33087
33088  test/shaping/hb-unicode-prettyname | 7 +++++++
33089  1 file changed, 7 insertions(+)
33090
33091 commit 0016d4662d486fa32c2191df801a2792f44b273c
33092 Author: Behdad Esfahbod <behdad@behdad.org>
33093 Date:   Fri Jan 20 13:31:59 2012 -0500
33094
33095     [test] Make hb-unicode-prettyname take a --stdin option
33096
33097  test/shaping/hb-unicode-prettyname | 15 +++++++++------
33098  1 file changed, 9 insertions(+), 6 deletions(-)
33099
33100 commit ad8c6446f2e0d21d065203924467f6a2c418401e
33101 Author: Behdad Esfahbod <behdad@behdad.org>
33102 Date:   Thu Jan 19 20:28:31 2012 -0500
33103
33104     [test/shaping] Add hb-unicode-prettyname
33105
33106  test/shaping/hb-unicode-prettyname | 38
33107  ++++++++++++++++++++++++++++++++++++++
33108  1 file changed, 38 insertions(+)
33109
33110 commit e900869b0f373d25b72d966338beb6cbc53e6446
33111 Author: Behdad Esfahbod <behdad@behdad.org>
33112 Date:   Thu Jan 19 20:28:15 2012 -0500
33113
33114     [test/shaping] Add hb-read-manifest
33115
33116  test/shaping/hb-read-manifest | 36 ++++++++++++++++++++++++++++++++++++
33117  1 file changed, 36 insertions(+)
33118
33119 commit a211cd3ffce3aa100e92d837384bbaa9decf6b09
33120 Author: Behdad Esfahbod <behdad@behdad.org>
33121 Date:   Thu Jan 19 20:27:53 2012 -0500
33122
33123     Ignore AUTHORS also
33124
33125  test/shaping/hb-update-manifests | 2 +-
33126  1 file changed, 1 insertion(+), 1 deletion(-)
33127
33128 commit c91c4fa47140c0d6191241a832fc534b1c1514ce
33129 Author: Behdad Esfahbod <behdad@behdad.org>
33130 Date:   Thu Jan 19 17:51:57 2012 -0500
33131
33132     [hb-shape] Change glyphstring brackets from </> to [/]
33133
33134     Sorry for the disruption but I need this to differentiate from the
33135     Unicode string.
33136
33137  util/options.cc | 4 ++--
33138  1 file changed, 2 insertions(+), 2 deletions(-)
33139
33140 commit 36fe87d1b4bf8317074a597501d1ee52c0bec38d
33141 Author: Behdad Esfahbod <behdad@behdad.org>
33142 Date:   Thu Jan 19 16:55:26 2012 -0500
33143
33144     More Indic tests from Pravin
33145
33146  test/api/test-shape-complex.c | 48
33147  +++++++++++++++++++++++++++++++++++++++++++
33148  1 file changed, 48 insertions(+)
33149
33150 commit a33e46cf7d9862856fd7ecb04e047cc58a9785c8
33151 Author: Behdad Esfahbod <behdad@behdad.org>
33152 Date:   Thu Jan 19 15:43:48 2012 -0500
33153
33154     [test/shaping] Add hb-update-manifests
33155
33156  test/shaping/Makefile.am                       |  6 ++----
33157  test/shaping/hb-update-manifests               | 22
33158  ++++++++++++++++++++++
33159  test/shaping/texts/shaper-indic/indic/MANIFEST |  1 +
33160  3 files changed, 25 insertions(+), 4 deletions(-)
33161
33162 commit d4de562adf691425b15e3e9c0eec035feaa60413
33163 Author: Behdad Esfahbod <behdad@behdad.org>
33164 Date:   Thu Jan 19 15:21:04 2012 -0500
33165
33166     Start adding new shaping test suite together
33167
33168  configure.ac                                                   |  1 +
33169  test/Makefile.am                                               |  2 +-
33170  test/shaping/Makefile.am                                       |
33171  10 ++++++++++
33172  test/shaping/texts/MANIFEST                                    |  3 +++
33173  test/shaping/texts/shaper-arabic/MANIFEST                      |  5 +++++
33174  test/shaping/texts/shaper-arabic/script-arabic/MANIFEST        |  0
33175  test/shaping/texts/shaper-arabic/script-mandaic/MANIFEST       |  0
33176  test/shaping/texts/shaper-arabic/script-mongolian/MANIFEST     |  0
33177  test/shaping/texts/shaper-arabic/script-nko/MANIFEST           |  0
33178  test/shaping/texts/shaper-arabic/script-syriac/MANIFEST        |  0
33179  test/shaping/texts/shaper-default/MANIFEST                     |  0
33180  test/shaping/texts/shaper-indic/MANIFEST                       |  1 +
33181  test/shaping/texts/shaper-indic/indic/MANIFEST                 |
33182  10 ++++++++++
33183  test/shaping/texts/shaper-indic/indic/script-assamese/MANIFEST |  0
33184  test/shaping/texts/shaper-indic/indic/script-bengali/MANIFEST  |  0
33185  .../texts/shaper-indic/indic/script-devanagari/MANIFEST        |  0
33186  test/shaping/texts/shaper-indic/indic/script-gujarati/MANIFEST |  0
33187  test/shaping/texts/shaper-indic/indic/script-kannada/MANIFEST  |  0
33188  .../shaping/texts/shaper-indic/indic/script-malayalam/MANIFEST |  0
33189  test/shaping/texts/shaper-indic/indic/script-oriya/MANIFEST    |  0
33190  test/shaping/texts/shaper-indic/indic/script-punjabi/MANIFEST  |  0
33191  test/shaping/texts/shaper-indic/indic/script-tamil/MANIFEST    |  0
33192  test/shaping/texts/shaper-indic/indic/script-telugu/MANIFEST   |  0
33193  23 files changed, 31 insertions(+), 1 deletion(-)
33194
33195 commit 7a4a848db27d1605195f677c9c8632cde558aa05
33196 Author: Behdad Esfahbod <behdad@behdad.org>
33197 Date:   Thu Jan 19 15:15:21 2012 -0500
33198
33199     Minor
33200
33201  src/hb-ot-shape-complex-private.hh | 3 ++-
33202  1 file changed, 2 insertions(+), 1 deletion(-)
33203
33204 commit 4d6dafd47f4271549e528d2e8047d50562aef399
33205 Author: Behdad Esfahbod <behdad@behdad.org>
33206 Date:   Thu Jan 19 14:52:02 2012 -0500
33207
33208     Rename test/ to test/api/
33209
33210  configure.ac                        |   1 +
33211  test/Makefile.am                    | 128
33212  +----------------------------------
33213  test/api/Makefile.am                | 131
33214  ++++++++++++++++++++++++++++++++++++
33215  test/{ => api}/hb-test.h            |   0
33216  test/{ => api}/test-blob.c          |   0
33217  test/{ => api}/test-buffer.c        |   0
33218  test/{ => api}/test-c.c             |   0
33219  test/{ => api}/test-common.c        |   0
33220  test/{ => api}/test-cplusplus.cc    |   0
33221  test/{ => api}/test-font.c          |   0
33222  test/{ => api}/test-object.c        |   0
33223  test/{ => api}/test-ot-tag.c        |   0
33224  test/{ => api}/test-shape-complex.c |   0
33225  test/{ => api}/test-shape.c         |   0
33226  test/{ => api}/test-unicode.c       |   0
33227  test/{ => api}/test-version.c       |   0
33228  16 files changed, 133 insertions(+), 127 deletions(-)
33229
33230 commit 3b5c22c39b87155f315853fb0c40edcf14e99b54
33231 Author: Behdad Esfahbod <behdad@behdad.org>
33232 Date:   Thu Jan 19 14:28:11 2012 -0500
33233
33234     Remove src/test.cc
33235
33236     Not really useful.
33237
33238  src/Makefile.am |   6 +--
33239  src/test.cc     | 132
33240  --------------------------------------------------------
33241  2 files changed, 1 insertion(+), 137 deletions(-)
33242
33243 commit 4983feebbbb25e79201bf34035e4d58e61218758
33244 Author: Behdad Esfahbod <behdad@behdad.org>
33245 Date:   Thu Jan 19 13:54:52 2012 -0500
33246
33247     [hb-diff] Clean up
33248
33249  util/hb-diff | 41 ++++++++++++++++++++++++++---------------
33250  1 file changed, 26 insertions(+), 15 deletions(-)
33251
33252 commit cdc673d97c5ffedb386865a81f54a5cedcbad27c
33253 Author: Behdad Esfahbod <behdad@behdad.org>
33254 Date:   Thu Jan 19 12:46:18 2012 -0500
33255
33256     [hb-shape] Add --show-line-num
33257
33258     Ok, much more useful as a test suite driver now.
33259
33260  util/hb-shape.cc | 24 +++++-------------------
33261  util/options.cc  | 34 ++++++++++++++++++++++++++++++++++
33262  util/options.hh  | 25 ++++++++++++++++++++-----
33263  3 files changed, 59 insertions(+), 24 deletions(-)
33264
33265 commit cc4d9810d6318ca2e4de3b8d62f03b51cc21ee05
33266 Author: Behdad Esfahbod <behdad@behdad.org>
33267 Date:   Thu Jan 19 12:32:20 2012 -0500
33268
33269     [hb-shape] Add --show-text and --show-unicode options
33270
33271  util/hb-shape.cc | 19 ++++++++++++++++++-
33272  util/options.cc  | 26 +++++++++++++++++++++++---
33273  util/options.hh  | 12 +++++++++---
33274  3 files changed, 50 insertions(+), 7 deletions(-)
33275
33276 commit 27c36af411c7c4d75dd25d79fc76dd92c6bb9643
33277 Author: Behdad Esfahbod <behdad@behdad.org>
33278 Date:   Thu Jan 19 12:30:43 2012 -0500
33279
33280     Fix OOB in hb-shape
33281
33282  util/options.cc | 2 +-
33283  1 file changed, 1 insertion(+), 1 deletion(-)
33284
33285 commit 8d2781d69274672303e30522e222bd01c6b5e781
33286 Author: Behdad Esfahbod <behdad@behdad.org>
33287 Date:   Thu Jan 19 11:36:39 2012 -0500
33288
33289     [test] Add two Indic test cases from Bernard Massot
33290
33291  test/test-shape-complex.c | 16 ++++++++++++++++
33292  1 file changed, 16 insertions(+)
33293
33294 commit 8750abaf8410005facbea8c886c592bead7f959b
33295 Author: Behdad Esfahbod <behdad@behdad.org>
33296 Date:   Wed Jan 18 22:47:44 2012 -0500
33297
33298     [util] Add --help-features
33299
33300     Patch from Khaled Hosny.
33301
33302  util/options.cc | 42 +++++++++++++++++++++++++++++++++++++++++-
33303  1 file changed, 41 insertions(+), 1 deletion(-)
33304
33305 commit 889caa52fa1bef61013ec1d127f84d7d5907ef1e
33306 Author: Behdad Esfahbod <behdad@behdad.org>
33307 Date:   Wed Jan 18 22:32:52 2012 -0500
33308
33309     [icu] Use U_FAILURE
33310
33311  src/hb-icu.cc | 10 +++++-----
33312  1 file changed, 5 insertions(+), 5 deletions(-)
33313
33314 commit 36a4f4a482456ee816dcb59befa0b0538ba487df
33315 Author: Behdad Esfahbod <behdad@behdad.org>
33316 Date:   Wed Jan 18 22:16:49 2012 -0500
33317
33318     Replace u_strlen() with u_countChar32()
33319
33320     The latter is what I meant.
33321
33322  src/hb-icu.cc | 8 +++-----
33323  1 file changed, 3 insertions(+), 5 deletions(-)
33324
33325 commit 055fb24d03ae518fa0aa6c2860a03f3cb6a5ef0d
33326 Author: Behdad Esfahbod <behdad@behdad.org>
33327 Date:   Wed Jan 18 21:58:34 2012 -0500
33328
33329     Add test for bug in ICU decompose
33330
33331     As reported by Kenichi Ishibashi on 2011-10-28.
33332
33333  test/test-unicode.c | 2 +-
33334  1 file changed, 1 insertion(+), 1 deletion(-)
33335
33336 commit c521e793bd6c1dafacb94253a45b9c70ab38525e
33337 Author: Behdad Esfahbod <behdad@behdad.org>
33338 Date:   Wed Jan 18 21:51:05 2012 -0500
33339
33340     Fix OOB in replace_glyph()
33341
33342     Patch from Kenichi Ishibashi.
33343
33344  src/hb-buffer.cc | 2 ++
33345  1 file changed, 2 insertions(+)
33346
33347 commit 03408ce73d003ed4e58e3f8472f9445e72b86bee
33348 Author: Behdad Esfahbod <behdad@behdad.org>
33349 Date:   Wed Jan 18 21:28:34 2012 -0500
33350
33351     Fix more possible buffer overruns
33352
33353     I have this function, but can't clean up it to my satisfaction.
33354
33355  src/hb-ot-layout-gsubgpos-private.hh | 6 ++++--
33356  1 file changed, 4 insertions(+), 2 deletions(-)
33357
33358 commit 7d479900cd11bc88148cd601ee43bc5492ce5843
33359 Author: Behdad Esfahbod <behdad@behdad.org>
33360 Date:   Wed Jan 18 21:19:32 2012 -0500
33361
33362     Refactor the two remaining uses of _hb_ot_layout_skip_mark()
33363
33364  src/hb-ot-layout-gsub-table.hh       | 2 +-
33365  src/hb-ot-layout-gsubgpos-private.hh | 7 +++++--
33366  2 files changed, 6 insertions(+), 3 deletions(-)
33367
33368 commit 506ffeb8e77a668fa305139582d215c32e46bb03
33369 Author: Behdad Esfahbod <behdad@behdad.org>
33370 Date:   Wed Jan 18 16:07:53 2012 -0500
33371
33372     Further mark skippy fixes from Jonathan Kew
33373
33374     We should be in good shape now.
33375
33376  src/hb-ot-layout-gsubgpos-private.hh | 4 +++-
33377  1 file changed, 3 insertions(+), 1 deletion(-)
33378
33379 commit a4a48fe6d4f884a37e720430347d10dbe3562a79
33380 Author: Behdad Esfahbod <behdad@behdad.org>
33381 Date:   Tue Jan 17 18:08:41 2012 -0500
33382
33383     Fix mark skipping regression
33384
33385     Ouch!
33386
33387  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
33388  1 file changed, 1 insertion(+), 1 deletion(-)
33389
33390 commit 4ab97311541225906f6b737a2b47de252224cc09
33391 Author: Behdad Esfahbod <behdad@behdad.org>
33392 Date:   Mon Jan 16 22:05:08 2012 -0500
33393
33394     Refactor mark skipping
33395
33396  src/hb-ot-layout-gpos-table.hh       |  95 ++++++++++----------------
33397  src/hb-ot-layout-gsub-table.hh       |  21 +++---
33398  src/hb-ot-layout-gsubgpos-private.hh | 125
33399  +++++++++++++++++++++++++++--------
33400  3 files changed, 143 insertions(+), 98 deletions(-)
33401
33402 commit 370f03e9c69d98d735eafb7e72b13b17f42cbaa9
33403 Author: Behdad Esfahbod <behdad@behdad.org>
33404 Date:   Mon Jan 16 17:03:55 2012 -0500
33405
33406     Minor
33407
33408  src/hb-ot-layout-gsub-table.hh       | 5 ++---
33409  src/hb-ot-layout-gsubgpos-private.hh | 6 ++----
33410  2 files changed, 4 insertions(+), 7 deletions(-)
33411
33412 commit 4d3aeb8cb2bc1ca7cdd03ba28ba8c334f12d4c03
33413 Author: Behdad Esfahbod <behdad@behdad.org>
33414 Date:   Mon Jan 16 16:43:26 2012 -0500
33415
33416     [GSUB/GPOS] Fix mark skip indexing issues
33417
33418     Mozilla bug 701637 and 714067 combined.
33419
33420     Patch from Jonathan Kew.
33421
33422  src/hb-ot-layout-gpos-table.hh       | 42
33423  ++++++++++++++++-----------------
33424  src/hb-ot-layout-gsub-table.hh       | 21 +++++++++--------
33425  src/hb-ot-layout-gsubgpos-private.hh | 45
33426  ++++++++++++++++++------------------
33427  3 files changed, 54 insertions(+), 54 deletions(-)
33428
33429 commit e8eedf2687f05372bf5476e84139d01ba67c9f73
33430 Author: Behdad Esfahbod <behdad@behdad.org>
33431 Date:   Mon Jan 16 16:39:40 2012 -0500
33432
33433     Avoid enum trailing commas
33434
33435     Based on patch from Jonathan Kew.
33436
33437  src/hb-ot-shape-complex-indic.cc   | 4 ++--
33438  src/hb-ot-shape-complex-private.hh | 2 ++
33439  2 files changed, 4 insertions(+), 2 deletions(-)
33440
33441 commit 3d0ddd12801689b4093ffca97da4dd9ca669b64a
33442 Author: Behdad Esfahbod <behdad@behdad.org>
33443 Date:   Sun Jan 15 15:55:52 2012 -0500
33444
33445     Require glib >= 2.16 for the gobject option
33446
33447  configure.ac | 2 +-
33448  1 file changed, 1 insertion(+), 1 deletion(-)
33449
33450 commit 95ab82a992ab916046c2e6205db7cadeec88d206
33451 Author: Behdad Esfahbod <behdad@behdad.org>
33452 Date:   Sun Jan 15 14:56:56 2012 -0500
33453
33454     Disable gtk-doc macro
33455
33456     We don't have any docs yet.
33457
33458  configure.ac | 2 +-
33459  1 file changed, 1 insertion(+), 1 deletion(-)
33460
33461 commit 299ae0c3a367c84a835eadbd1276ca284d2720c0
33462 Author: Behdad Esfahbod <behdad@behdad.org>
33463 Date:   Sat Jan 14 21:29:45 2012 -0500
33464
33465     [icu] Remove glib-ism
33466
33467  src/hb-icu.cc | 4 ++--
33468  1 file changed, 2 insertions(+), 2 deletions(-)
33469
33470 commit a097043f9a81e6c20caf69a5dabdf9e00438d79b
33471 Author: Behdad Esfahbod <behdad@behdad.org>
33472 Date:   Sat Jan 14 17:55:51 2012 -0500
33473
33474     Allow space in one more place when parsing features
33475
33476  util/options.cc | 2 ++
33477  1 file changed, 2 insertions(+)
33478
33479 commit af92135424b994062648f4fb7e26af0bd970a4b1
33480 Author: Behdad Esfahbod <behdad@behdad.org>
33481 Date:   Fri Oct 21 09:18:43 2011 -0700
33482
33483     Minor
33484
33485  src/hb-object-private.hh | 2 +-
33486  1 file changed, 1 insertion(+), 1 deletion(-)
33487
33488 commit 89d89646e8163b6c0874b9a3c14d4da974ea8219
33489 Author: Behdad Esfahbod <behdad@behdad.org>
33490 Date:   Mon Oct 17 11:50:54 2011 -0700
33491
33492     Fix intrin.h b0rkage with older MSVC
33493
33494     Reported by Jonathan Kew.
33495
33496  src/hb-object-private.hh | 6 +++++-
33497  1 file changed, 5 insertions(+), 1 deletion(-)
33498
33499 commit af913c5788e600e36d29f44fe4e77db84cf8c442
33500 Author: Behdad Esfahbod <behdad@behdad.org>
33501 Date:   Mon Oct 17 11:39:28 2011 -0700
33502
33503     Fix infinite loop in normalization code with variation selectors
33504
33505     Reported by Jonathan Kew.
33506
33507  src/hb-ot-shape-normalize.cc | 5 ++++-
33508  1 file changed, 4 insertions(+), 1 deletion(-)
33509
33510 commit fd528c17b7b5ac912f1ac980e1d9981f561c3b46
33511 Author: Behdad Esfahbod <behdad@behdad.org>
33512 Date:   Wed Oct 12 15:03:58 2011 -0400
33513
33514     [util] Add --list-shapers to hb-view and hb-shape
33515
33516  util/options.cc | 17 ++++++++++++++++-
33517  1 file changed, 16 insertions(+), 1 deletion(-)
33518
33519 commit a17554bfd51dc8a37b1674d1ede63e616618e0a6
33520 Author: Behdad Esfahbod <behdad@behdad.org>
33521 Date:   Wed Sep 28 16:57:34 2011 -0400
33522
33523     Make test-c.c actually use hb
33524
33525     This will make sure we test that C code can actually link to the
33526     library.
33527
33528  test/test-c.c | 2 +-
33529  1 file changed, 1 insertion(+), 1 deletion(-)
33530
33531 commit 55deff7595ef357d000fef83559c74c9f8acad00
33532 Author: Behdad Esfahbod <behdad@behdad.org>
33533 Date:   Wed Sep 28 16:20:09 2011 -0400
33534
33535     Add comments
33536
33537  src/hb-ot-shape-normalize.cc | 4 ++++
33538  1 file changed, 4 insertions(+)
33539
33540 commit a240d5a0a3ccc71902e7a341b6d531995319999d
33541 Author: Behdad Esfahbod <behdad@behdad.org>
33542 Date:   Tue Sep 27 13:50:45 2011 -0400
33543
33544     Add TODO item
33545
33546  TODO | 2 ++
33547  1 file changed, 2 insertions(+)
33548
33549 commit 52ebdff49d13f239efc886de935d47be9860f6e5
33550 Author: Behdad Esfahbod <behdad@behdad.org>
33551 Date:   Tue Sep 27 12:38:16 2011 -0400
33552
33553     Fix GSUB lookuptype 1 subtype 1 delta wrapping
33554
33555  src/hb-ot-layout-gsub-table.hh | 4 +++-
33556  1 file changed, 3 insertions(+), 1 deletion(-)
33557
33558 commit 5857720cd35078d1c3906c8b2db3190b5166b66f
33559 Author: Behdad Esfahbod <behdad@behdad.org>
33560 Date:   Tue Sep 27 12:36:26 2011 -0400
33561
33562     [util] s/%d/%u/ when printing glyph ids and clusters
33563
33564  util/options.cc | 6 +++---
33565  1 file changed, 3 insertions(+), 3 deletions(-)
33566
33567 commit b95324cdd217f44c40c5fd44898e659500f19511
33568 Author: Behdad Esfahbod <behdad@behdad.org>
33569 Date:   Wed Sep 21 16:50:39 2011 -0400
33570
33571     Minor
33572
33573  src/hb-blob.cc | 2 +-
33574  1 file changed, 1 insertion(+), 1 deletion(-)
33575
33576 commit 0cd33592ab4bb486ffc438ba0efdac2fa7a1bb7f
33577 Author: Behdad Esfahbod <behdad@behdad.org>
33578 Date:   Wed Sep 21 16:49:33 2011 -0400
33579
33580     Fix possible leaks
33581
33582  src/hb-font.cc | 16 +++++++++++++---
33583  1 file changed, 13 insertions(+), 3 deletions(-)
33584
33585 commit d3f3690b485e1d240fec4f204aef54e07853a244
33586 Author: Behdad Esfahbod <behdad@behdad.org>
33587 Date:   Wed Sep 21 16:41:43 2011 -0400
33588
33589     hb-shape: In --no-glyph-names, output glyph number directly
33590
33591     Ie. write "86" instead of "gid86".
33592
33593  util/options.cc | 11 +++++++----
33594  1 file changed, 7 insertions(+), 4 deletions(-)
33595
33596 commit 088c1e27c0fc0cdef999cf1f567e4d5eb2cfb2e4
33597 Author: Behdad Esfahbod <behdad@behdad.org>
33598 Date:   Tue Sep 20 14:43:55 2011 -0400
33599
33600     [util] Fix option parsing
33601
33602     Wow, who knew bool is one byte and I was using it as a 4byte int?!
33603
33604     C++ auto casts fails you in mysterious ways...
33605
33606  util/helper-cairo.cc |  2 +-
33607  util/options.cc      |  3 ++-
33608  util/options.hh      | 14 +++++++-------
33609  3 files changed, 10 insertions(+), 9 deletions(-)
33610
33611 commit d606daa4cca323c8977b2e52e6863dc0f1b72fa9
33612 Author: Behdad Esfahbod <behdad@behdad.org>
33613 Date:   Tue Sep 20 14:34:06 2011 -0400
33614
33615     Whitespace
33616
33617  src/gen-arabic-table.py | 2 +-
33618  src/gen-indic-table.py  | 2 +-
33619  2 files changed, 2 insertions(+), 2 deletions(-)
33620
33621 commit e700bce1189465a159a7c3c179f231be224f31cc
33622 Author: Behdad Esfahbod <behdad@behdad.org>
33623 Date:   Tue Sep 20 11:20:53 2011 -0400
33624
33625     [util] Add hb-diff
33626
33627     A diff program written in Python that is more suitable for comparing
33628     hb-shape output from different backends.  Main differences with stock
33629     diff:
33630
33631     1. It outputs one line's comparison at a time, as opposed to batching
33632     '+' lines and '-' lines.
33633
33634     2. It colors the part of the line that changed, taking word boundaries
33635     into consideration.
33636
33637     You can pipe the colored output to 'less -r'.
33638
33639  util/Makefile.am |  2 ++
33640  util/hb-diff     | 59
33641  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
33642  2 files changed, 61 insertions(+)
33643
33644 commit 880c1f0e4ede65890592d28dfb38bb06f5b57500
33645 Author: Behdad Esfahbod <behdad@behdad.org>
33646 Date:   Mon Sep 19 23:10:22 2011 -0400
33647
33648     Rewrite ICU detection code with in-house macros
33649
33650     At least works for cross-compiling now...
33651
33652  configure.ac | 26 +++++++++++++++-----------
33653  1 file changed, 15 insertions(+), 11 deletions(-)
33654
33655 commit f83f0f4836691b04306c2ef80979f2e1d76a2f28
33656 Author: Behdad Esfahbod <behdad@behdad.org>
33657 Date:   Mon Sep 19 18:51:48 2011 -0400
33658
33659     [graphite] Add note about graphite shaker brokenness
33660
33661  src/hb-graphite2.cc | 8 ++++++++
33662  1 file changed, 8 insertions(+)
33663
33664 commit 422558142aabb996d8ad1848df7ea4d5a8ade98a
33665 Author: Behdad Esfahbod <behdad@behdad.org>
33666 Date:   Mon Sep 19 17:57:02 2011 -0400
33667
33668     [util] Account for line-space in surface size
33669
33670  util/options.cc    | 2 +-
33671  util/options.hh    | 1 -
33672  util/view-cairo.cc | 2 +-
33673  3 files changed, 2 insertions(+), 3 deletions(-)
33674
33675 commit b5afd8f78e6b372f1bbed469329c1554adb20eea
33676 Author: Behdad Esfahbod <behdad@behdad.org>
33677 Date:   Mon Sep 19 16:56:21 2011 -0400
33678
33679     [util] Rename --output to --output_file, and --format to
33680     --output-format
33681
33682  util/options.cc | 4 ++--
33683  1 file changed, 2 insertions(+), 2 deletions(-)
33684
33685 commit 0a965eee880428a43ad7f9d1317c344666247dd7
33686 Author: Behdad Esfahbod <behdad@behdad.org>
33687 Date:   Mon Sep 19 16:53:47 2011 -0400
33688
33689     Minor
33690
33691  src/hb-ot-shape-complex-indic.cc | 4 ++++
33692  1 file changed, 4 insertions(+)
33693
33694 commit 466393c2f04fb5b3dcb3e81ea9609905fa8c9648
33695 Author: Behdad Esfahbod <behdad@behdad.org>
33696 Date:   Mon Sep 19 16:50:18 2011 -0400
33697
33698     Really fix build this time
33699
33700  util/hb-view.hh | 1 -
33701  1 file changed, 1 deletion(-)
33702
33703 commit fe1605db4f28ed75d5debe0db45a19aa77f0585f
33704 Author: Behdad Esfahbod <behdad@behdad.org>
33705 Date:   Mon Sep 19 16:49:03 2011 -0400
33706
33707     Fix dist
33708
33709  util/Makefile.am | 2 ++
33710  1 file changed, 2 insertions(+)
33711
33712 commit 8b8b19056decaf09e4e0ccd9412ee1aeb30f4de7
33713 Author: Behdad Esfahbod <behdad@behdad.org>
33714 Date:   Mon Sep 19 16:41:17 2011 -0400
33715
33716     [util] Add hb-shape utility
33717
33718     Like hb-view, but prints out buffer contents.
33719
33720     The output format is kinda cryptic.  Suggestions welcome.
33721
33722  configure.ac                        |   6 -
33723  util/Makefile.am                    |  44 +++--
33724  util/{common.cc => hb-shape.cc}     |  57 ++++--
33725  util/hb-view.cc                     |  44 +----
33726  util/hb-view.hh                     |  79 ++++++++
33727  util/helper-cairo.cc                | 375
33728  +++++++++++++++++++++++++++++++++++
33729  util/{common.hh => helper-cairo.hh} |  64 ++++--
33730  util/options.cc                     |  79 ++++++++
33731  util/options.hh                     |  53 ++++-
33732  util/view-cairo.cc                  | 381
33733  ++----------------------------------
33734  util/view-cairo.hh                  |   8 +-
33735  11 files changed, 717 insertions(+), 473 deletions(-)
33736
33737 commit eb2d8be7a8ede0c0f5e346cf06516792f83f36f7
33738 Author: Behdad Esfahbod <behdad@behdad.org>
33739 Date:   Mon Sep 19 16:15:22 2011 -0400
33740
33741     Minor
33742
33743  TODO | 2 ++
33744  1 file changed, 2 insertions(+)
33745
33746 commit f6496663c2f6849a944e41afcf9511f378477532
33747 Author: Behdad Esfahbod <behdad@behdad.org>
33748 Date:   Mon Sep 19 15:45:52 2011 -0400
33749
33750     [util] If no text is provided, simply call cairo_show_glyphs()
33751
33752  util/view-cairo.cc | 92
33753  ++++++++++++++++++++++++++++++------------------------
33754  1 file changed, 51 insertions(+), 41 deletions(-)
33755
33756 commit 5c299343118d1eaff32ffb2a5dac077cfff67dee
33757 Author: Behdad Esfahbod <behdad@behdad.org>
33758 Date:   Mon Sep 19 14:53:26 2011 -0400
33759
33760     [uniscribe] Various improvements
33761
33762  src/hb-uniscribe.cc | 30 +++++++++++++++++++-----------
33763  1 file changed, 19 insertions(+), 11 deletions(-)
33764
33765 commit 11e51993ab562d4c7460eb7c43d0e97404e628e7
33766 Author: Behdad Esfahbod <behdad@behdad.org>
33767 Date:   Mon Sep 19 09:58:55 2011 -0400
33768
33769     [util] Move font-size into view-options
33770
33771  util/options.cc    | 2 +-
33772  util/options.hh    | 7 +++----
33773  util/view-cairo.cc | 4 ++--
33774  3 files changed, 6 insertions(+), 7 deletions(-)
33775
33776 commit 0fe296019746689551d224a5f6fb7e0ebe1b91dc
33777 Author: Behdad Esfahbod <behdad@behdad.org>
33778 Date:   Sat Sep 17 09:59:58 2011 -0400
33779
33780     Fix Linux build when io.h is available
33781
33782     Bug 40953 - fail compile git: make[2]: *** [hb_view-options.o] Error 1
33783
33784  configure.ac    | 2 +-
33785  util/options.cc | 8 ++++----
33786  2 files changed, 5 insertions(+), 5 deletions(-)
33787
33788 commit d2b3ab9ecebbf46cb9dac1f09c17379c50ea4575
33789 Author: Behdad Esfahbod <behdad@behdad.org>
33790 Date:   Fri Sep 16 16:59:17 2011 -0400
33791
33792     Fix "[util] Fix hb-view crash with bogus font."
33793
33794  util/view-cairo.cc | 2 +-
33795  1 file changed, 1 insertion(+), 1 deletion(-)
33796
33797 commit da4a2a1426ee3aa9d9678ec12c9ba4dfcba0bcf8
33798 Author: Behdad Esfahbod <behdad@behdad.org>
33799 Date:   Fri Sep 16 16:56:34 2011 -0400
33800
33801     Cosmetic
33802
33803  util/view-cairo.cc | 31 +++++++++++++++++++++++--------
33804  1 file changed, 23 insertions(+), 8 deletions(-)
33805
33806 commit 4274ed7ab6fb03fbf8eaaa43ab06647dc0beed79
33807 Author: Behdad Esfahbod <behdad@behdad.org>
33808 Date:   Fri Sep 16 16:52:26 2011 -0400
33809
33810     [util] Fix hb-view crash with bogus font
33811
33812  util/view-cairo.cc | 8 +++++++-
33813  1 file changed, 7 insertions(+), 1 deletion(-)
33814
33815 commit 5ddd9cc499f2470eca239ae357a5c8a3626c0809
33816 Author: Behdad Esfahbod <behdad@behdad.org>
33817 Date:   Fri Sep 16 16:40:44 2011 -0400
33818
33819     Minor
33820
33821  src/hb-private.hh         | 2 +-
33822  src/hb-unicode-private.hh | 4 ++--
33823  src/test.cc               | 4 ++--
33824  util/common.hh            | 2 +-
33825  util/options.cc           | 8 ++++----
33826  5 files changed, 10 insertions(+), 10 deletions(-)
33827
33828 commit 652d64aa8d32d914bf3ee2f2c451de103fea8fa9
33829 Author: Behdad Esfahbod <behdad@behdad.org>
33830 Date:   Fri Sep 16 16:34:39 2011 -0400
33831
33832     TODO items
33833
33834  TODO | 6 ++++++
33835  1 file changed, 6 insertions(+)
33836
33837 commit 947c9a778c0d4b428b58806f98c34ede59b7439c
33838 Author: Behdad Esfahbod <behdad@behdad.org>
33839 Date:   Fri Sep 16 16:33:18 2011 -0400
33840
33841     Minor
33842
33843  src/hb-ot-shape-normalize.cc | 4 ++--
33844  1 file changed, 2 insertions(+), 2 deletions(-)
33845
33846 commit d5476a30a10da5e54783c8dbf04340225a9a00d7
33847 Author: Behdad Esfahbod <behdad@behdad.org>
33848 Date:   Fri Sep 16 12:30:50 2011 -0400
33849
33850     Minor
33851
33852  src/hb-object-private.hh | 26 +++++++++++++++-----------
33853  1 file changed, 15 insertions(+), 11 deletions(-)
33854
33855 commit 55aeb0490454cc1ba93a42f307ed1230f59dee4b
33856 Author: Behdad Esfahbod <behdad@behdad.org>
33857 Date:   Fri Sep 16 02:08:36 2011 -0400
33858
33859     Fix reading text from stdin
33860
33861  util/options.cc    | 76
33862  +++++++++++++++++++++++++++++++++++-------------------
33863  util/options.hh    | 16 +++++++-----
33864  util/view-cairo.cc |  6 +++--
33865  3 files changed, 64 insertions(+), 34 deletions(-)
33866
33867 commit a75c1b125159f6cfb6b652a9ec40803f7c7e3f71
33868 Author: Behdad Esfahbod <behdad@behdad.org>
33869 Date:   Fri Sep 16 01:16:41 2011 -0400
33870
33871     Move code around
33872
33873  util/options.cc | 27 +++++++++++++++++++++++++--
33874  util/options.hh | 20 +-------------------
33875  2 files changed, 26 insertions(+), 21 deletions(-)
33876
33877 commit 7bf6ecd3bfb1ccf5d9ac6fe274efa74b46885fea
33878 Author: Behdad Esfahbod <behdad@behdad.org>
33879 Date:   Fri Sep 16 01:11:30 2011 -0400
33880
33881     Always shape at size=upem
33882
33883     Fixes bug with uniscribe not handling GIGANTIC sizes.
33884
33885  util/options.cc    | 2 +-
33886  util/view-cairo.cc | 8 ++++----
33887  util/view-cairo.hh | 2 +-
33888  3 files changed, 6 insertions(+), 6 deletions(-)
33889
33890 commit 674ee58d9bc9f825d769220d77f58513edae4558
33891 Author: Behdad Esfahbod <behdad@behdad.org>
33892 Date:   Fri Sep 16 00:54:05 2011 -0400
33893
33894     Minor
33895
33896  util/options.cc | 4 +---
33897  1 file changed, 1 insertion(+), 3 deletions(-)
33898
33899 commit 4451168e5d1ea26560899e9a9733b3a3f1853050
33900 Author: Behdad Esfahbod <behdad@behdad.org>
33901 Date:   Fri Sep 16 00:38:19 2011 -0400
33902
33903     Fix binary stdin/stdout io in Windows
33904
33905     Make --font-file accept "-" to mean stdin, and have it work
33906     in Windows too!
33907
33908  configure.ac    |  2 +-
33909  util/common.hh  |  5 +++++
33910  util/options.cc | 64
33911  +++++++++++++++++++++++++++++++++++++++++++++++----------
33912  util/options.hh | 10 +++++++--
33913  4 files changed, 67 insertions(+), 14 deletions(-)
33914
33915 commit 639b5957d9c7b6d8bef6784e3467ccc055ddeea4
33916 Author: Behdad Esfahbod <behdad@behdad.org>
33917 Date:   Thu Sep 15 18:09:49 2011 -0400
33918
33919     Minor
33920
33921  util/options.cc | 5 +++--
33922  util/options.hh | 4 ++--
33923  2 files changed, 5 insertions(+), 4 deletions(-)
33924
33925 commit f7e2ef74f856ee13d6fd6cf3f1e04bc162203bc2
33926 Author: Behdad Esfahbod <behdad@behdad.org>
33927 Date:   Thu Sep 15 17:52:00 2011 -0400
33928
33929     [hb-view] Make print to stdout work in Windows
33930
33931     Apparently there's no equivalent to "/dev/stdout", so write using
33932     stdio to be able to output to stdout.
33933
33934  util/common.hh     |  1 +
33935  util/options.hh    | 31 ++++++++++++++++-----
33936  util/view-cairo.cc | 79
33937  ++++++++++++++++++++++++++++++++++++------------------
33938  3 files changed, 78 insertions(+), 33 deletions(-)
33939
33940 commit 36b10f58cc70ce9570d17b30616f9cb27423e03b
33941 Author: Behdad Esfahbod <behdad@behdad.org>
33942 Date:   Thu Sep 15 16:29:51 2011 -0400
33943
33944     Minor
33945
33946  src/hb-ot-shape-normalize.cc | 7 +++++--
33947  1 file changed, 5 insertions(+), 2 deletions(-)
33948
33949 commit c4611cb66f8e3a133ec00e3ace62ef19d9b95b28
33950 Author: Behdad Esfahbod <behdad@behdad.org>
33951 Date:   Tue Sep 13 13:33:11 2011 -0400
33952
33953     Fix test
33954
33955  src/hb-graphite2.h | 1 +
33956  src/hb-ot-shape.h  | 1 +
33957  src/hb-uniscribe.h | 1 +
33958  3 files changed, 3 insertions(+)
33959
33960 commit b9b10ad78b1f977494a3a42b58f8040fe16505a3
33961 Author: Behdad Esfahbod <behdad@behdad.org>
33962 Date:   Tue Sep 13 13:30:39 2011 -0400
33963
33964     [util] Refactor hb-view completely
33965
33966     Now we can use the same code to do other utils...
33967
33968  configure.ac       |   2 +
33969  util/Makefile.am   |   2 +
33970  util/common.cc     |   7 +-
33971  util/common.hh     |   2 +-
33972  util/hb-view.cc    | 244 ++++-------------------------
33973  util/options.cc    | 321 ++++++++++++++++++++++++++------------
33974  util/options.hh    | 179 +++++++++++++++++++---
33975  util/view-cairo.cc | 440
33976  +++++++++++++++++++++++++++++++++++++++++++++++++++++
33977  util/view-cairo.hh |  63 ++++++++
33978  9 files changed, 927 insertions(+), 333 deletions(-)
33979
33980 commit bc4b07b05ea9e39eb9f966eb2c3e1c737efa77ff
33981 Author: Behdad Esfahbod <behdad@behdad.org>
33982 Date:   Thu Sep 8 17:08:32 2011 -0400
33983
33984     More reshuffling
33985
33986  util/hb-view.cc |  4 ++--
33987  util/options.cc | 64
33988  ++++++++++++++++++++++++++++++---------------------------
33989  util/options.hh | 13 ++++++------
33990  3 files changed, 43 insertions(+), 38 deletions(-)
33991
33992 commit 516857eb51bbb79ff4adf44e3fefbf460f9ee8f8
33993 Author: Behdad Esfahbod <behdad@behdad.org>
33994 Date:   Thu Sep 8 16:50:24 2011 -0400
33995
33996     [util] Simplify more
33997
33998  util/options.hh | 9 +++------
33999  1 file changed, 3 insertions(+), 6 deletions(-)
34000
34001 commit 4f4b114a5592c2f5d128ee795f159b438ad97829
34002 Author: Behdad Esfahbod <behdad@behdad.org>
34003 Date:   Thu Sep 8 16:49:02 2011 -0400
34004
34005     [util] Move code around
34006
34007  util/hb-view.cc |  8 +-------
34008  util/options.hh | 14 ++++++++++++++
34009  2 files changed, 15 insertions(+), 7 deletions(-)
34010
34011 commit 46d86a73a103b061144018c3fe947b57548fc58f
34012 Author: Behdad Esfahbod <behdad@behdad.org>
34013 Date:   Thu Sep 8 16:43:15 2011 -0400
34014
34015     Minor
34016
34017     We now support using -1 for NUL-terminated strings.
34018
34019  util/hb-view.cc | 2 --
34020  1 file changed, 2 deletions(-)
34021
34022 commit 90e312cb85df7a6dc350cb62138ab950790e3d15
34023 Author: Behdad Esfahbod <behdad@behdad.org>
34024 Date:   Thu Sep 8 16:42:37 2011 -0400
34025
34026     [util] Move code around
34027
34028  util/hb-view.cc | 5 -----
34029  util/options.hh | 4 ++++
34030  2 files changed, 4 insertions(+), 5 deletions(-)
34031
34032 commit 109cb382898f491eed733dba4ef5ba12de94aaf6
34033 Author: Behdad Esfahbod <behdad@behdad.org>
34034 Date:   Thu Sep 8 16:00:04 2011 -0400
34035
34036     [util] Further refactor option parsing
34037
34038  util/options.cc | 80
34039  +++++++++++++++++++++++++++++++++++++++++++++++----------
34040  util/options.hh | 20 ++++++++++++---
34041  2 files changed, 83 insertions(+), 17 deletions(-)
34042
34043 commit bc187e5ac7433f5561b0e97e8c62172c73883f3f
34044 Author: Behdad Esfahbod <behdad@behdad.org>
34045 Date:   Thu Sep 8 13:35:17 2011 -0400
34046
34047     Refine Indic scripts, following Martin Hosken's recommendation
34048
34049  src/hb-ot-shape-complex-private.hh | 56
34050  +++++++++++++++++++++++---------------
34051  1 file changed, 34 insertions(+), 22 deletions(-)
34052
34053 commit 738d096a06822e63b3894bd817ecb90e5fb94f73
34054 Author: Behdad Esfahbod <behdad@behdad.org>
34055 Date:   Fri Sep 2 13:31:19 2011 -0400
34056
34057     Pass through unknown ISO 639-3 language tags to OpenType engine
34058
34059     In hb_ot_tag_from_language(), if first component of an unknown
34060     language is three letters long, use it directly as OpenType language
34061     tag (after case conversion and padding).
34062
34063  src/hb-ot-tag.cc   | 8 ++++++++
34064  test/test-ot-tag.c | 5 +++++
34065  2 files changed, 13 insertions(+)
34066
34067 commit ea02cbf03c084b3ead6e9e4c9af07b3b47608d5b
34068 Author: Behdad Esfahbod <behdad@behdad.org>
34069 Date:   Fri Sep 2 12:39:20 2011 -0400
34070
34071     [graphite] Don't preload glyphs
34072
34073     Doesn't seem to be slower.
34074
34075  src/hb-graphite2.cc | 2 +-
34076  1 file changed, 1 insertion(+), 1 deletion(-)
34077
34078 commit 210a06f3d7bd2df55ebd1743da74f327c5a7a967
34079 Author: Behdad Esfahbod <behdad@behdad.org>
34080 Date:   Fri Aug 26 13:39:49 2011 +0200
34081
34082     Minor
34083
34084  src/hb-graphite2.h | 12 ++++++------
34085  src/hb-ot-shape.h  |  1 -
34086  src/hb-uniscribe.h |  1 -
34087  3 files changed, 6 insertions(+), 8 deletions(-)
34088
34089 commit 4a8d2e379a34b19bccc72bc3e2d9ace3fdd27733
34090 Author: Behdad Esfahbod <behdad@behdad.org>
34091 Date:   Fri Aug 26 09:40:54 2011 +0200
34092
34093     [graphite2] Chop a few more lines
34094
34095  src/hb-graphite2.cc | 13 ++++---------
34096  1 file changed, 4 insertions(+), 9 deletions(-)
34097
34098 commit 81ec289da799bd2f50da9382507c606d2c779ab9
34099 Author: Behdad Esfahbod <behdad@behdad.org>
34100 Date:   Fri Aug 26 09:33:06 2011 +0200
34101
34102     Minor
34103
34104  src/hb-graphite2.cc | 24 ++++++++++++------------
34105  1 file changed, 12 insertions(+), 12 deletions(-)
34106
34107 commit 3380de5abbaff535e1cf57ea7e5c2a7c4fdcfe66
34108 Author: Behdad Esfahbod <behdad@behdad.org>
34109 Date:   Fri Aug 26 09:30:49 2011 +0200
34110
34111     [graphite] Use buffer->replace_glyphs()
34112
34113  src/hb-graphite2.cc | 3 +--
34114  1 file changed, 1 insertion(+), 2 deletions(-)
34115
34116 commit 9ebe8c0286856d46430ae184ba7303bd34485883
34117 Author: Behdad Esfahbod <behdad@behdad.org>
34118 Date:   Fri Aug 26 09:29:42 2011 +0200
34119
34120     Add buffer->replace_glyphs()
34121
34122  src/hb-buffer-private.hh |  3 +++
34123  src/hb-buffer.cc         | 26 ++++++++++++++++++++++++++
34124  2 files changed, 29 insertions(+)
34125
34126 commit a5edb1031c204464da4f852ba3d90e8cc20cd20e
34127 Author: Behdad Esfahbod <behdad@behdad.org>
34128 Date:   Fri Aug 26 09:27:13 2011 +0200
34129
34130     Minor
34131
34132  src/hb-graphite2.cc | 9 +++++----
34133  1 file changed, 5 insertions(+), 4 deletions(-)
34134
34135 commit 290e3ee51727df75d136ccfff79831b94d1583b6
34136 Author: Behdad Esfahbod <behdad@behdad.org>
34137 Date:   Fri Aug 26 09:25:04 2011 +0200
34138
34139     [graphite] Only pass the first part language tag to graphite
34140
34141     Still not sure about:
34142
34143     1) Case.  We pass lowercase for now.  Would be nice if graphite was
34144     uppercase 3letter like OpenType,
34145
34146     2) Padding.  IMO, tag padding is always with spaces, but Martin was
34147     talking about NUL bytes.
34148
34149  src/hb-graphite2.cc | 5 +++--
34150  1 file changed, 3 insertions(+), 2 deletions(-)
34151
34152 commit 4c9fe88d30036340fe592bcbc375049b84602b8b
34153 Author: Behdad Esfahbod <behdad@behdad.org>
34154 Date:   Fri Aug 26 09:18:53 2011 +0200
34155
34156     [API] Make all _from_string() functions take a len parameter
34157
34158     Can be -1 for NUL-terminated string.  This is useful for passing parts
34159     of a larger string to a function without having to copy or modify the
34160     string first.
34161
34162     Affected functions:
34163
34164         hb_tag_t hb_tag_from_string()
34165         hb_direction_from_string()
34166         hb_language_from_string()
34167         hb_script_from_string()
34168
34169  src/hb-common.cc    | 29 +++++++++++++-------
34170  src/hb-common.h     | 12 +++++---
34171  src/hb-graphite2.cc |  2 +-
34172  src/hb-icu.cc       |  2 +-
34173  src/hb-ot-tag.cc    |  8 +++---
34174  test/test-buffer.c  |  4 +--
34175  test/test-common.c  | 79
34176  +++++++++++++++++++++++++++++++----------------------
34177  test/test-ot-tag.c  | 22 +++++++--------
34178  util/hb-view.cc     |  6 ++--
34179  util/options.cc     |  5 +---
34180  10 files changed, 96 insertions(+), 73 deletions(-)
34181
34182 commit a499bdea5cc5097dec62eeafdef58d08ba534be0
34183 Author: Behdad Esfahbod <behdad@behdad.org>
34184 Date:   Thu Aug 25 22:46:21 2011 +0200
34185
34186     [graphite2] Bail if grface is NULL
34187
34188  src/hb-graphite2.cc | 1 +
34189  1 file changed, 1 insertion(+)
34190
34191 commit 3007ffa9e53e6100a761c2363f50a2b19a0764fc
34192 Author: Behdad Esfahbod <behdad@behdad.org>
34193 Date:   Thu Aug 25 09:08:53 2011 +0200
34194
34195     Reorder combining-class to better suit Arabic shadda mark-mark
34196     positioning
34197
34198     As reported by Khaled on the list:
34199
34200     "After the introduction of canonical reordering of combining marks
34201     (commit 34c22f8), I'm no longer able to do mark/mark substitution or
34202     positioning for mark sequences that involve shadda as a first mark (or
34203     most interesting sequences at least).
34204
34205     "After some digging, it turned out that shadda have a ccc=33
34206     while most
34207     Arabic marks that combine with it have a lower ccc value, which
34208     results
34209     in the shadda being reordered after the other mark which,
34210     unsurprisingly, breaks my contextual substitution and mkmk anchors."
34211
34212     See:
34213
34214     http://unicode.org/faq/normalization.html#8
34215     http://unicode.org/faq/normalization.html#9
34216
34217  src/hb-ot-shape-private.hh | 18 +++++++++++++++++-
34218  1 file changed, 17 insertions(+), 1 deletion(-)
34219
34220 commit 74ef81a0b0f9adddfb42c3cb87f08f8156054519
34221 Author: Behdad Esfahbod <behdad@behdad.org>
34222 Date:   Wed Aug 24 19:16:13 2011 +0200
34223
34224     Fix make distcheck
34225
34226  src/Makefile.am              | 15 ++++++++-------
34227  src/hb-gobject-enums.cc.tmpl |  2 +-
34228  2 files changed, 9 insertions(+), 8 deletions(-)
34229
34230 commit 24bcdbcc0639ca9e9c0fde1a71cbbf1c3d2ef98d
34231 Author: Behdad Esfahbod <behdad@behdad.org>
34232 Date:   Wed Aug 24 19:13:15 2011 +0200
34233
34234     Add hb-ot-hmtx-table.hh
34235
34236     Oops!
34237
34238  src/hb-ot-hmtx-table.hh | 86
34239  +++++++++++++++++++++++++++++++++++++++++++++++++
34240  1 file changed, 86 insertions(+)
34241
34242 commit a3bd8a0e1862212a2d4141b973039bd000a3054f
34243 Author: Behdad Esfahbod <behdad@behdad.org>
34244 Date:   Wed Aug 24 03:22:49 2011 +0200
34245
34246     [graphite] Rewrite properly
34247
34248  src/hb-graphite2.cc | 633
34249  ++++++++++++++++++++++------------------------------
34250  src/hb-uniscribe.cc |   2 +
34251  2 files changed, 273 insertions(+), 362 deletions(-)
34252
34253 commit 5072934c35bddc23d6bcb07a41010da51eb1b090
34254 Author: Behdad Esfahbod <behdad@behdad.org>
34255 Date:   Wed Aug 24 02:24:27 2011 +0200
34256
34257     Minor
34258
34259  src/hb-uniscribe.cc | 14 +++++++-------
34260  1 file changed, 7 insertions(+), 7 deletions(-)
34261
34262 commit 46377396accf6b43792ffba553dcd9847608aa86
34263 Author: Behdad Esfahbod <behdad@behdad.org>
34264 Date:   Wed Aug 24 02:12:05 2011 +0200
34265
34266     [configure] Fix graphite bits
34267
34268  configure.ac | 9 +++++----
34269  1 file changed, 5 insertions(+), 4 deletions(-)
34270
34271 commit 71388b3ee71c7d3b79f842db7588bd683691797c
34272 Author: Behdad Esfahbod <behdad@behdad.org>
34273 Date:   Wed Aug 24 02:09:04 2011 +0200
34274
34275     [uniscribe] Minor
34276
34277  src/hb-uniscribe.cc | 19 +++++++++----------
34278  1 file changed, 9 insertions(+), 10 deletions(-)
34279
34280 commit cd2b901027bd154e31aa509c0cb2d86633e36398
34281 Author: Behdad Esfahbod <behdad@behdad.org>
34282 Date:   Wed Aug 24 01:47:25 2011 +0200
34283
34284     [graphite] Minor
34285
34286  src/hb-graphite2.cc | 10 ++++------
34287  src/hb-shape.cc     |  1 -
34288  2 files changed, 4 insertions(+), 7 deletions(-)
34289
34290 commit 834af3b48a1aca3e53811d1eb4ca09b582b8e598
34291 Author: Behdad Esfahbod <behdad@behdad.org>
34292 Date:   Wed Aug 24 01:45:47 2011 +0200
34293
34294     [graphite] Remove hb_graphite2_feature_check()
34295
34296     I don't see how this function can be useful.
34297
34298  src/hb-graphite2.cc | 10 ----------
34299  src/hb-graphite2.h  |  2 --
34300  2 files changed, 12 deletions(-)
34301
34302 commit 1f49cf32c96cb45a4d8ba2c210aeb7a8076b4762
34303 Author: Behdad Esfahbod <behdad@behdad.org>
34304 Date:   Wed Aug 24 01:29:25 2011 +0200
34305
34306     Add graphite2 integration from Martin Hosken
34307
34308     To be modified, a lot.
34309
34310  configure.ac                      |   9 +-
34311  contrib/python/lib/harfbuzz.pyx   |  20 +-
34312  contrib/python/runpy              |   2 -
34313  contrib/python/scripts/hbtestfont |   4 +-
34314  contrib/python/setup.py           |  18 +-
34315  src/Makefile.am                   |   7 +
34316  src/hb-graphite2.cc               | 446
34317  ++++++++++++++++++++++++++++++++++++++
34318  src/hb-graphite2.h                |  47 ++++
34319  src/hb-shape.cc                   |   7 +
34320  9 files changed, 542 insertions(+), 18 deletions(-)
34321
34322 commit 0e6d36d8a3f9f533cb6eb04408af62bfd1ad83da
34323 Author: Behdad Esfahbod <behdad@behdad.org>
34324 Date:   Wed Aug 24 01:31:29 2011 +0200
34325
34326     Minor
34327
34328  src/Makefile.am                                | 2 +-
34329  src/{hb-uniscribe-shape.cc => hb-uniscribe.cc} | 0
34330  2 files changed, 1 insertion(+), 1 deletion(-)
34331
34332 commit efde8113258b117ec0a7fbffe6d681442d045c41
34333 Author: Behdad Esfahbod <behdad@behdad.org>
34334 Date:   Tue Aug 23 00:04:57 2011 +0200
34335
34336     Add a constructor for hb_prealloced_array_t
34337
34338     Fixes build with MSVC.
34339
34340  src/hb-private.hh | 2 ++
34341  1 file changed, 2 insertions(+)
34342
34343 commit d75333f166d21e9b9f2341c3bc8a9ef8a886f4b3
34344 Author: Behdad Esfahbod <behdad@behdad.org>
34345 Date:   Fri Aug 19 19:59:24 2011 +0200
34346
34347     Add gobject enum support, but disabled for now
34348
34349     need to figure out the naming.  The generated code doesn't have the
34350     right name.
34351
34352  configure.ac                                 |  2 +
34353  src/Makefile.am                              | 13 +++--
34354  src/hb-gobject-enums.cc.tmpl                 | 74
34355  ++++++++++++++++++++++++++++
34356  src/{hb-gobject.cc => hb-gobject-structs.cc} |  0
34357  4 files changed, 86 insertions(+), 3 deletions(-)
34358
34359 commit 7d235d272f4c9213f54c9c807fb8fba5068c45b0
34360 Author: Behdad Esfahbod <behdad@behdad.org>
34361 Date:   Wed Aug 17 23:55:29 2011 +0200
34362
34363     Flesh out tt funcs a bit
34364
34365  src/hb-tt-font.cc | 36 +++++++++++++++++++++++++++++++++++-
34366  1 file changed, 35 insertions(+), 1 deletion(-)
34367
34368 commit b9415e76d7b41da203b9ae85e38b6dc777481184
34369 Author: Behdad Esfahbod <behdad@behdad.org>
34370 Date:   Wed Aug 17 19:21:44 2011 +0200
34371
34372     [API] Add hb_font_set_funcs_data()
34373
34374  src/hb-font.cc | 15 +++++++++++++++
34375  src/hb-font.h  |  6 ++++++
34376  2 files changed, 21 insertions(+)
34377
34378 commit e6c09cdf43201ff1b7f38e411ae1f9977e4f9271
34379 Author: Behdad Esfahbod <behdad@behdad.org>
34380 Date:   Wed Aug 17 19:07:59 2011 +0200
34381
34382     Remove the pre_allocate argument from hb_buffer_create()
34383
34384     For two reasons:
34385
34386     1. User can always call hb_buffer_pre_allocate() themselves, and
34387
34388     2. Now we do a pre_alloc in add_utfX anyway, so the total number of
34389     reallocs is limited to a small number (~3) anyway.  This just
34390     makes the
34391     API cleaner.
34392
34393  src/hb-buffer.cc          | 7 +------
34394  src/hb-buffer.h           | 2 +-
34395  src/test.cc               | 2 +-
34396  test/test-buffer.c        | 9 ++++-----
34397  test/test-object.c        | 4 ++--
34398  test/test-shape-complex.c | 2 +-
34399  test/test-shape.c         | 2 +-
34400  util/hb-view.cc           | 2 +-
34401  8 files changed, 12 insertions(+), 18 deletions(-)
34402
34403 commit 187bdeaa6c82fcb95fdd546da9c78b843e1dea0e
34404 Author: Behdad Esfahbod <behdad@behdad.org>
34405 Date:   Wed Aug 17 19:03:06 2011 +0200
34406
34407     Do (nothing for) hmtx sanitize
34408
34409  src/hb-ot-hhea-table.hh | 1 -
34410  src/hb-tt-font.cc       | 1 +
34411  2 files changed, 1 insertion(+), 1 deletion(-)
34412
34413 commit d6016e49108be183ab2dc9c226447d1db3a09b90
34414 Author: Behdad Esfahbod <behdad@behdad.org>
34415 Date:   Wed Aug 17 14:47:41 2011 +0200
34416
34417     Fix name-table sanitize
34418
34419  src/hb-ot-name-table.hh | 4 ++--
34420  1 file changed, 2 insertions(+), 2 deletions(-)
34421
34422 commit ae9877dea6a1aed3566d9b87a75ede84259deaca
34423 Author: Behdad Esfahbod <behdad@behdad.org>
34424 Date:   Wed Aug 17 14:43:45 2011 +0200
34425
34426     Add hhea-table support
34427
34428  src/Makefile.am                |   1 +
34429  src/hb-open-type-private.hh    |   6 ++
34430  src/hb-ot-head-table.hh        |   2 +-
34431  src/hb-ot-hhea-table.hh        |  93 ++++++++++++++++++
34432  src/hb-ot-layout-gdef-table.hh |   2 +-
34433  src/hb-ot-layout-gpos-table.hh |   2 +-
34434  src/hb-ot-layout-gsub-table.hh |   2 +-
34435  src/hb-ot-maxp-table.hh        |   2 +-
34436  src/hb-ot-name-table.hh        |   3 +-
34437  src/hb-tt-font.cc              | 207
34438  +++++++++++++++++++++++++++++++++++++++++
34439  10 files changed, 314 insertions(+), 6 deletions(-)
34440
34441 commit 7a750ac33ec482e2c4856c19ea607f3563741c24
34442 Author: Behdad Esfahbod <behdad@behdad.org>
34443 Date:   Wed Aug 17 14:19:59 2011 +0200
34444
34445     Rename table files from eg maxp-private.hh to maxp-table.hh
34446
34447  src/Makefile.am                                              | 12
34448  ++++++------
34449  src/hb-font.cc                                               |  2 +-
34450  src/{hb-ot-head-private.hh => hb-ot-head-table.hh}           |  6 +++---
34451  ...-ot-layout-gdef-private.hh => hb-ot-layout-gdef-table.hh} |  6 +++---
34452  ...-ot-layout-gpos-private.hh => hb-ot-layout-gpos-table.hh} |  6 +++---
34453  ...-ot-layout-gsub-private.hh => hb-ot-layout-gsub-table.hh} |  6 +++---
34454  src/hb-ot-layout-gsubgpos-private.hh                         |  2 +-
34455  src/hb-ot-layout.cc                                          |
34456  8 ++++----
34457  src/{hb-ot-maxp-private.hh => hb-ot-maxp-table.hh}           |  6 +++---
34458  src/{hb-ot-name-private.hh => hb-ot-name-table.hh}           |  6 +++---
34459  src/hb-uniscribe-shape.cc                                    |  2 +-
34460  src/main.cc                                                  |  2 +-
34461  12 files changed, 32 insertions(+), 32 deletions(-)
34462
34463 commit 0b7e4d9f20b3ed947d0c441ca59b43c4097cdb0e
34464 Author: Behdad Esfahbod <behdad@behdad.org>
34465 Date:   Mon Aug 15 20:41:59 2011 +0200
34466
34467     [ft] FT_Get_Advance() for advance-width callbacks
34468
34469     Using graphite2's comparerenderer suggests that this makes hb-ft 15
34470     times faster.  No caching layer needed anymore.
34471
34472  configure.ac   |  2 +-
34473  src/hb-ft.cc   | 19 +++++++++++++------
34474  util/common.hh |  4 +++-
34475  3 files changed, 17 insertions(+), 8 deletions(-)
34476
34477 commit 97796453aab56873809a15b5e316cba8acea7449
34478 Author: Behdad Esfahbod <behdad@behdad.org>
34479 Date:   Mon Aug 15 19:03:43 2011 +0200
34480
34481     Fix falloffs of the GOption conversion
34482
34483  util/options.cc | 8 ++++----
34484  util/options.hh | 4 ++--
34485  2 files changed, 6 insertions(+), 6 deletions(-)
34486
34487 commit 4e9ff1dd6ee3ea63fd91a76a91d9725a10a294a0
34488 Author: Behdad Esfahbod <behdad@behdad.org>
34489 Date:   Mon Aug 15 16:21:22 2011 +0200
34490
34491     Pre-allocate buffers when adding string
34492
34493     We do a conservative estimate of the number of characters, but still,
34494     this limits the number of buffer reallocs to a small constant.
34495
34496  src/hb-buffer.cc | 1 +
34497  1 file changed, 1 insertion(+)
34498
34499 commit 553bc3de82cfda8d83db26a93205e0d39440cbd1
34500 Author: Behdad Esfahbod <behdad@behdad.org>
34501 Date:   Mon Aug 15 16:21:06 2011 +0200
34502
34503     Minor
34504
34505  src/hb-ft.cc | 2 +-
34506  1 file changed, 1 insertion(+), 1 deletion(-)
34507
34508 commit 254142bb67a5c520a304142301479eb5292592d1
34509 Author: Behdad Esfahbod <behdad@behdad.org>
34510 Date:   Mon Aug 15 16:15:44 2011 +0200
34511
34512     [ft] FT_Select_Charmap() when we create face
34513
34514  src/hb-ft.cc | 2 ++
34515  1 file changed, 2 insertions(+)
34516
34517 commit a4cbd03dd17990783d8fd4c6be0c9c0d3d9cae5b
34518 Author: Behdad Esfahbod <behdad@behdad.org>
34519 Date:   Mon Aug 15 09:52:05 2011 +0200
34520
34521     Apply 'locl' with 'ccmp' in Arabic shaper
34522
34523     According to Peter Constable this is indeed what Uniscribe has been
34524     doing for years.
34525
34526     Mozilla Bug 667166 - wrong shape of letter when it comes at the end of
34527     word in the arabic version of Firefox 5.0
34528
34529  src/hb-ot-shape-complex-arabic.cc | 1 +
34530  1 file changed, 1 insertion(+)
34531
34532 commit c214cff55ce539d004d069a484dac3988953cb11
34533 Author: Behdad Esfahbod <behdad@behdad.org>
34534 Date:   Sun Aug 14 15:17:16 2011 +0200
34535
34536     Start adding gobject-introspection support
34537
34538  configure.ac      | 13 ++++++++++-
34539  src/Makefile.am   | 43 ++++++++++++++++-------------------
34540  src/hb-common.h   |  1 +
34541  src/hb-glib.cc    |  3 ---
34542  src/hb-gobject.cc | 63
34543  +++++++++++++++++++++++++++++++++++++++++++++++++++
34544  src/hb-gobject.h  | 68
34545  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
34546  6 files changed, 163 insertions(+), 28 deletions(-)
34547
34548 commit 9527fb200ffbbd839334e99b51d9671752d393db
34549 Author: Behdad Esfahbod <behdad@behdad.org>
34550 Date:   Sat Aug 13 19:03:48 2011 +0200
34551
34552     Fix missing return
34553
34554  src/hb-ft.cc | 2 ++
34555  1 file changed, 2 insertions(+)
34556
34557 commit 77a328769545f6b2970d8491fe77fe98781961cf
34558 Author: Behdad Esfahbod <behdad@behdad.org>
34559 Date:   Sat Aug 13 17:16:45 2011 +0200
34560
34561     Minor
34562
34563  src/hb-common.h | 2 +-
34564  1 file changed, 1 insertion(+), 1 deletion(-)
34565
34566 commit 3bb300ee78a40f9ded21ab19283863b733aeb677
34567 Author: Behdad Esfahbod <behdad@behdad.org>
34568 Date:   Thu Aug 11 11:54:31 2011 +0200
34569
34570     Refactor hb-view code
34571
34572  util/Makefile.am |  26 +++-
34573  util/common.cc   |  40 ++++++
34574  util/common.hh   |  49 +++++++
34575  util/hb-view.cc  | 387
34576  ++++---------------------------------------------------
34577  util/options.cc  | 318 +++++++++++++++++++++++++++++++++++++++++++++
34578  util/options.hh  |  86 +++++++++++++
34579  6 files changed, 541 insertions(+), 365 deletions(-)
34580
34581 commit d6660356dd81358033743f72d8a5fbf2fc70eaf7
34582 Author: Behdad Esfahbod <behdad@behdad.org>
34583 Date:   Wed Aug 10 22:08:36 2011 +0200
34584
34585     Add uniscribe font getters
34586
34587  src/hb-uniscribe-shape.cc | 24 +++++++++++++++++++++---
34588  src/hb-uniscribe.h        |  8 ++++++++
34589  2 files changed, 29 insertions(+), 3 deletions(-)
34590
34591 commit 01ec13a1d9ae380305b593e1c52cebb0e8327cb6
34592 Author: Behdad Esfahbod <behdad@behdad.org>
34593 Date:   Wed Aug 10 22:00:35 2011 +0200
34594
34595     Implement hb_ft_font_get_face
34596
34597  src/hb-ft.cc | 15 ++++++++++++++-
34598  src/hb-ft.h  |  2 ++
34599  2 files changed, 16 insertions(+), 1 deletion(-)
34600
34601 commit 36a4fe037df201f85b7a544eb30d75dc3585a1b6
34602 Author: Behdad Esfahbod <behdad@behdad.org>
34603 Date:   Wed Aug 10 21:54:22 2011 +0200
34604
34605     Fix charset conversion
34606
34607  util/hb-view.cc | 2 +-
34608  1 file changed, 1 insertion(+), 1 deletion(-)
34609
34610 commit 25c4830593064f023e296aa795b72ddcaa1c9322
34611 Author: Behdad Esfahbod <behdad@behdad.org>
34612 Date:   Wed Aug 10 16:28:38 2011 +0200
34613
34614     [util] Add hb-shape --shapers
34615
34616     If the specified shapers fail, hb-shape will fail immediately
34617
34618  util/hb-view.cc | 57
34619  +++++++++++++++++++++++++++++++++------------------------
34620  1 file changed, 33 insertions(+), 24 deletions(-)
34621
34622 commit 0501573deda3a8dcdfcea491392f554f21ed0154
34623 Author: Behdad Esfahbod <behdad@behdad.org>
34624 Date:   Wed Aug 10 16:25:56 2011 +0200
34625
34626     Fix const correctness in the API
34627
34628  src/hb-fallback-shape-private.hh |  2 +-
34629  src/hb-fallback-shape.cc         |  2 +-
34630  src/hb-ot-shape.cc               |  2 +-
34631  src/hb-ot-shape.h                |  2 +-
34632  src/hb-shape.cc                  | 14 +++++++-------
34633  src/hb-shape.h                   | 12 ++++++------
34634  src/hb-uniscribe-shape.cc        |  2 +-
34635  src/hb-uniscribe.h               |  2 +-
34636  8 files changed, 19 insertions(+), 19 deletions(-)
34637
34638 commit a21add6c0da067173d51792d716d6e38379f138f
34639 Author: Behdad Esfahbod <behdad@behdad.org>
34640 Date:   Wed Aug 10 16:07:49 2011 +0200
34641
34642     Reformat
34643
34644  util/hb-view.cc | 49 ++++++++++++++++++-------------------------------
34645  1 file changed, 18 insertions(+), 31 deletions(-)
34646
34647 commit 8df90c81187db58eee6b90426cd16c32feef6be3
34648 Author: Behdad Esfahbod <behdad@behdad.org>
34649 Date:   Wed Aug 10 15:26:41 2011 +0200
34650
34651     [util] Port hb-view to GOption
34652
34653  util/hb-view.cc | 267
34654  +++++++++++++++++++++++++++++++++-----------------------
34655  1 file changed, 156 insertions(+), 111 deletions(-)
34656
34657 commit 511a136f0c092880b19250a5df53bcf9f4b043ca
34658 Author: Behdad Esfahbod <behdad@behdad.org>
34659 Date:   Tue Aug 9 15:03:00 2011 +0200
34660
34661     Move hb-view into util/
34662
34663  Makefile.am              |  3 +--
34664  configure.ac             |  1 +
34665  src/Makefile.am          | 13 -------------
34666  util/Makefile.am         | 24 ++++++++++++++++++++++++
34667  {src => util}/hb-view.cc |  0
34668  5 files changed, 26 insertions(+), 15 deletions(-)
34669
34670 commit d753ac78da5619a0a545cdaf7a8e65787e996570
34671 Author: Behdad Esfahbod <behdad@behdad.org>
34672 Date:   Tue Aug 9 14:03:12 2011 +0200
34673
34674     [uniscribe] Remove zerowidth glyphs from output
34675
34676  src/hb-uniscribe-shape.cc | 7 +++++--
34677  1 file changed, 5 insertions(+), 2 deletions(-)
34678
34679 commit 217cc81cd9c3de30b2ef226983ec43c0f78b5c7d
34680 Author: Behdad Esfahbod <behdad@behdad.org>
34681 Date:   Tue Aug 9 14:00:44 2011 +0200
34682
34683     [test/shape-complex] Print cluster and position info in --verbose
34684
34685  test/test-shape-complex.c | 20 +++++++++++++++++---
34686  1 file changed, 17 insertions(+), 3 deletions(-)
34687
34688 commit 708403e7f3e4a5cf9b0d2bd764fb74b148af7adb
34689 Author: Behdad Esfahbod <behdad@behdad.org>
34690 Date:   Tue Aug 9 13:52:36 2011 +0200
34691
34692     Fix warnings with old glib
34693
34694  test/hb-test.h | 3 +--
34695  1 file changed, 1 insertion(+), 2 deletions(-)
34696
34697 commit ddd247b0c528cdb8bdf5f8063180abe884afa305
34698 Author: Behdad Esfahbod <behdad@behdad.org>
34699 Date:   Tue Aug 9 11:44:42 2011 +0200
34700
34701     Minor
34702
34703  src/test.cc | 3 +--
34704  1 file changed, 1 insertion(+), 2 deletions(-)
34705
34706 commit 1b8196c98638ba05ae0ebcb8ba7aa99ed9c08e0a
34707 Author: Behdad Esfahbod <behdad@behdad.org>
34708 Date:   Tue Aug 9 11:37:46 2011 +0200
34709
34710     Add fallback shaper
34711
34712  src/hb-fallback-shape.cc | 23 +++++++++++++++++++++--
34713  1 file changed, 21 insertions(+), 2 deletions(-)
34714
34715 commit 13a601fe99f237b08b7166448e386eaea0b77294
34716 Author: Behdad Esfahbod <behdad@behdad.org>
34717 Date:   Tue Aug 9 11:36:54 2011 +0200
34718
34719     [FT] Don't make font immutable
34720
34721  src/hb-ft.cc | 2 --
34722  1 file changed, 2 deletions(-)
34723
34724 commit 38b2118724600521c6ad1e49df0667dcdf863634
34725 Author: Behdad Esfahbod <behdad@behdad.org>
34726 Date:   Tue Aug 9 10:51:24 2011 +0200
34727
34728     [API] Add hb_ft_font_set_funcs(), remove hb_ft_get_font_funcs()
34729
34730     Remove hb_ft_get_font_funcs() as it cannot be used by the user anyway.
34731
34732     Add hb_ft_font_set_funcs().  Which will make the font internally use
34733     FreeType.  That is, no need for the font to have created using the
34734     hb-ft API.  Just create using hb_face_create()/hb_font_create() and
34735     then call this on the font (after having set font scale).  This
34736     internally creates an FT_Face and attached to the font.
34737
34738  src/Makefile.am    |  4 +--
34739  src/hb-ft.cc       | 76
34740  +++++++++++++++++++++++++++++++++++++++++++++++++++---
34741  src/hb-ft.h        | 10 ++++---
34742  src/test.cc        |  7 +++++
34743  test/Makefile.am   |  8 ------
34744  test/test-object.c |  9 -------
34745  6 files changed, 89 insertions(+), 25 deletions(-)
34746
34747 commit 255f176fdcd42ab94f9c3c54e2bffb55d0b1a8f5
34748 Author: Behdad Esfahbod <behdad@behdad.org>
34749 Date:   Tue Aug 9 08:35:07 2011 +0200
34750
34751     Minor
34752
34753  src/hb-uniscribe-shape.cc | 2 +-
34754  1 file changed, 1 insertion(+), 1 deletion(-)
34755
34756 commit a9057eb3f38018faa1ece53c4aaeeba798b41fd1
34757 Author: Behdad Esfahbod <behdad@behdad.org>
34758 Date:   Tue Aug 9 00:47:55 2011 +0200
34759
34760     [uniscribe] Unbreak
34761
34762  src/hb-uniscribe-shape.cc | 4 ++--
34763  1 file changed, 2 insertions(+), 2 deletions(-)
34764
34765 commit c0975e12315b7167b92411584d2f00a751bbc204
34766 Author: Behdad Esfahbod <behdad@behdad.org>
34767 Date:   Tue Aug 9 00:46:18 2011 +0200
34768
34769     Fix build again
34770
34771  test/Makefile.am | 3 +++
34772  1 file changed, 3 insertions(+)
34773
34774 commit 33ccc77902660ed4b49184e5ec99f4fd0ef63175
34775 Author: Behdad Esfahbod <behdad@behdad.org>
34776 Date:   Tue Aug 9 00:43:24 2011 +0200
34777
34778     [API] Make set_user_data() functions take a replace parameter
34779
34780     We need this to set data on objects safely without worrying that some
34781     other thread unsets it by setting it at the same time.
34782
34783  src/hb-blob.cc            |  5 +++--
34784  src/hb-blob.h             |  3 ++-
34785  src/hb-buffer.cc          |  5 +++--
34786  src/hb-buffer.h           |  3 ++-
34787  src/hb-common.cc          | 13 ++++++++-----
34788  src/hb-font.cc            | 15 +++++++++------
34789  src/hb-font.h             |  9 ++++++---
34790  src/hb-object-private.hh  | 13 ++++++++-----
34791  src/hb-private.hh         | 16 +++++++++++-----
34792  src/hb-shape.cc           |  2 +-
34793  src/hb-unicode.cc         |  5 +++--
34794  src/hb-unicode.h          |  3 ++-
34795  src/hb-uniscribe-shape.cc | 18 ++++++++++++++----
34796  test/test-object.c        | 33 +++++++++++++++++----------------
34797  14 files changed, 89 insertions(+), 54 deletions(-)
34798
34799 commit 944b2ba1ce076385f985212bbdf2df96a8a995f0
34800 Author: Behdad Esfahbod <behdad@behdad.org>
34801 Date:   Tue Aug 9 00:23:58 2011 +0200
34802
34803     [buffer] Make API take signed int length
34804
34805     Since we already switched to accepting -1 as 'zero-terminated'.
34806
34807  src/hb-buffer.cc    | 12 ++++++------
34808  src/hb-buffer.h     | 12 ++++++------
34809  src/hb-ot-layout.cc |  2 --
34810  src/main.cc         |  1 -
34811  4 files changed, 12 insertions(+), 15 deletions(-)
34812
34813 commit de1e1cf9bccfd116d495804e230dc2e12b733a2d
34814 Author: Behdad Esfahbod <behdad@behdad.org>
34815 Date:   Tue Aug 9 00:19:38 2011 +0200
34816
34817     [FT] Adapt to new face API
34818
34819  src/hb-ft.cc | 3 +++
34820  1 file changed, 3 insertions(+)
34821
34822 commit 458c89a85695220d43b69dbae36fc93e3fe78d89
34823 Author: Behdad Esfahbod <behdad@behdad.org>
34824 Date:   Tue Aug 9 00:19:19 2011 +0200
34825
34826     Minor
34827
34828  test/test-c.c | 10 +++++-----
34829  1 file changed, 5 insertions(+), 5 deletions(-)
34830
34831 commit bf3eef540f81fdeba1c36263d7d5b2ec4c5f07b1
34832 Author: Behdad Esfahbod <behdad@behdad.org>
34833 Date:   Tue Aug 9 00:13:24 2011 +0200
34834
34835     [uniscribe] Cleanup backend
34836
34837  TODO                      |   2 +
34838  src/hb-uniscribe-shape.cc | 161
34839  ++++++++++++++++++++++++++++++++++------------
34840  2 files changed, 123 insertions(+), 40 deletions(-)
34841
34842 commit f1f848e2e46ac54ff08aca7cd83390af31c7c9ef
34843 Author: Behdad Esfahbod <behdad@behdad.org>
34844 Date:   Mon Aug 8 23:41:06 2011 +0200
34845
34846     Fix build
34847
34848  test/Makefile.am | 5 +++++
34849  1 file changed, 5 insertions(+)
34850
34851 commit 3897335c7620c37e9a0224b0c42ade0dfdce4053
34852 Author: Behdad Esfahbod <behdad@behdad.org>
34853 Date:   Mon Aug 8 23:37:41 2011 +0200
34854
34855     [API] Sort out get_blob API
34856
34857     hb_face_get_blob() renamed to hb_face_reference_blob(), returns a
34858     reference now.
34859
34860     hb_face_[sg]et_index() added.
34861
34862     hb_face_set_upem() added.
34863
34864  src/hb-font-private.hh      |  3 +-
34865  src/hb-font.cc              | 67
34866  +++++++++++++++++++++++++++++++++++----------
34867  src/hb-font.h               | 17 ++++++++++--
34868  src/hb-ft.cc                |  3 +-
34869  src/hb-ot-layout-private.hh |  9 ------
34870  src/hb-ot-layout.cc         | 21 --------------
34871  src/hb-uniscribe-shape.cc   |  3 +-
34872  7 files changed, 72 insertions(+), 51 deletions(-)
34873
34874 commit e715784be35f0846c0e084b7c53c7556ce933a45
34875 Author: Behdad Esfahbod <behdad@behdad.org>
34876 Date:   Mon Aug 8 21:42:02 2011 +0200
34877
34878     Rename get_table to reference_table in all API
34879
34880  src/hb-font-private.hh |  6 +++---
34881  src/hb-font.cc         | 20 ++++++++++----------
34882  src/hb-font.h          |  8 ++++----
34883  src/hb-ft.cc           |  4 ++--
34884  4 files changed, 19 insertions(+), 19 deletions(-)
34885
34886 commit 670c873499f7f03fdfc07b8a0567b041628c6ab0
34887 Author: Behdad Esfahbod <behdad@behdad.org>
34888 Date:   Mon Aug 8 21:36:24 2011 +0200
34889
34890     Fix shaper ordering logic
34891
34892  src/hb-shape.cc | 80
34893  ++++++++++++++++++++++++---------------------------------
34894  1 file changed, 34 insertions(+), 46 deletions(-)
34895
34896 commit cc797e0d5368b2f5732d77eb3e3882283bd87cf7
34897 Author: Behdad Esfahbod <behdad@behdad.org>
34898 Date:   Mon Aug 8 03:49:30 2011 +0200
34899
34900     Minor
34901
34902  TODO            | 2 --
34903  src/hb-shape.cc | 2 ++
34904  2 files changed, 2 insertions(+), 2 deletions(-)
34905
34906 commit 826e22732dd8697600a1392f48af21b7b3ce6271
34907 Author: Behdad Esfahbod <behdad@behdad.org>
34908 Date:   Sun Aug 7 03:53:42 2011 -0400
34909
34910     [uniscribe] Fix blob lifecycles
34911
34912  src/hb-uniscribe-shape.cc | 3 ++-
34913  1 file changed, 2 insertions(+), 1 deletion(-)
34914
34915 commit ff199ba356f0eb5bc6252203eea18a1d1fd28934
34916 Author: Behdad Esfahbod <behdad@behdad.org>
34917 Date:   Sun Aug 7 03:43:46 2011 -0400
34918
34919     Fix shaper_list manipulation, aaaaaaaaaaaaargh
34920
34921  src/hb-shape.cc | 16 +++++++++-------
34922  1 file changed, 9 insertions(+), 7 deletions(-)
34923
34924 commit 206e32934592b915b1f3052aecf014c6ced729e1
34925 Author: Behdad Esfahbod <behdad@behdad.org>
34926 Date:   Sun Aug 7 01:10:55 2011 -0400
34927
34928     [test] test-object is not FreeType-specific, move it to the right
34929     place
34930
34931  test/Makefile.am | 8 +++-----
34932  1 file changed, 3 insertions(+), 5 deletions(-)
34933
34934 commit 577326b86af80cc137eea81f4cc1e30adf9232b1
34935 Author: Behdad Esfahbod <behdad@behdad.org>
34936 Date:   Sun Aug 7 01:04:40 2011 -0400
34937
34938     [uniscribe] Fix cluster calculation
34939
34940  src/hb-uniscribe-shape.cc | 6 +++++-
34941  1 file changed, 5 insertions(+), 1 deletion(-)
34942
34943 commit f6d83b2dcf120f9d6f0a28c6f5de2da7addf9089
34944 Author: Behdad Esfahbod <behdad@behdad.org>
34945 Date:   Sun Aug 7 00:59:58 2011 -0400
34946
34947     Minor
34948
34949  src/test.cc | 4 ++--
34950  1 file changed, 2 insertions(+), 2 deletions(-)
34951
34952 commit 2eb474afb4a09f4da8f14b444bd6066769010224
34953 Author: Behdad Esfahbod <behdad@behdad.org>
34954 Date:   Sun Aug 7 00:59:38 2011 -0400
34955
34956     [uniscribe] Fix shaper
34957
34958     It's kinda working finally!
34959
34960  src/hb-uniscribe-shape.cc | 9 ++++++---
34961  1 file changed, 6 insertions(+), 3 deletions(-)
34962
34963 commit f22e661147691ebc9d531aa28a850988e6503f9b
34964 Author: Behdad Esfahbod <behdad@behdad.org>
34965 Date:   Sun Aug 7 00:59:12 2011 -0400
34966
34967     [glib] Protect against invalid characters
34968
34969  src/hb-glib.cc | 8 ++++++--
34970  1 file changed, 6 insertions(+), 2 deletions(-)
34971
34972 commit 144cd49a0eb3ccc749325d0ee14b3ebf4367c971
34973 Author: Behdad Esfahbod <behdad@behdad.org>
34974 Date:   Sun Aug 7 00:51:50 2011 -0400
34975
34976     [buffer] Accept -1 for text_length and item_length
34977
34978     A -1 text_length means: zero-terminated string.
34979     A -1 item_length means: to the end of string.
34980
34981  src/hb-buffer.cc | 10 ++++++++++
34982  1 file changed, 10 insertions(+)
34983
34984 commit e9c71fab30fd1d5b163c8a072f9e2d3eb8ba3a92
34985 Author: Behdad Esfahbod <behdad@behdad.org>
34986 Date:   Sun Aug 7 00:00:27 2011 -0400
34987
34988     Fix name-table lookup
34989
34990     Oops!
34991
34992  src/hb-ot-name-private.hh | 2 +-
34993  src/hb-uniscribe-shape.cc | 2 ++
34994  2 files changed, 3 insertions(+), 1 deletion(-)
34995
34996 commit 3fd2b5bece28c81e3e379352f09eee39d19ac372
34997 Author: Behdad Esfahbod <behdad@behdad.org>
34998 Date:   Sat Aug 6 22:59:54 2011 -0400
34999
35000     [uniscribe] Use font size directly
35001
35002  src/hb-uniscribe-shape.cc | 2 +-
35003  1 file changed, 1 insertion(+), 1 deletion(-)
35004
35005 commit 892eb2e462b40451b8f73879eab66310d884386a
35006 Author: Behdad Esfahbod <behdad@behdad.org>
35007 Date:   Sat Aug 6 22:06:52 2011 -0400
35008
35009     [uniscribe] Make font selection work
35010
35011     Not tested yet.
35012
35013  src/hb-ot-name-private.hh | 37 +++++++++++++++++++++++++++++++++++++
35014  src/hb-uniscribe-shape.cc | 30 +++++++++++++++++++++++-------
35015  src/test.cc               |  1 -
35016  3 files changed, 60 insertions(+), 8 deletions(-)
35017
35018 commit b492299eb3c398701557e452f6c2c9bd370fbbf3
35019 Author: Behdad Esfahbod <behdad@behdad.org>
35020 Date:   Fri Aug 5 20:34:50 2011 -0400
35021
35022     Start implementing the 'name' table
35023
35024  src/Makefile.am           |  3 +-
35025  src/hb-ot-name-private.hh | 91
35026  +++++++++++++++++++++++++++++++++++++++++++++++
35027  src/hb-uniscribe-shape.cc | 12 ++++---
35028  3 files changed, 100 insertions(+), 6 deletions(-)
35029
35030 commit 4538efacca84329a60ff69851de70027d9b4f567
35031 Author: Behdad Esfahbod <behdad@behdad.org>
35032 Date:   Fri Aug 5 20:11:06 2011 -0400
35033
35034     Skip tests by returning 77
35035
35036     automake test runner understands this.
35037
35038  src/check-internal-symbols.sh | 3 ++-
35039  src/check-libstdc++.sh        | 3 ++-
35040  2 files changed, 4 insertions(+), 2 deletions(-)
35041
35042 commit 54eb65538da0a6ab0389d09944c90e12a913157d
35043 Author: Behdad Esfahbod <behdad@behdad.org>
35044 Date:   Fri Aug 5 20:09:25 2011 -0400
35045
35046     Fix check on OS X sh
35047
35048  src/check-header-guards.sh | 2 +-
35049  1 file changed, 1 insertion(+), 1 deletion(-)
35050
35051 commit 9da554504e30a326fc57b28cdb0e57108bfa9555
35052 Author: Behdad Esfahbod <behdad@behdad.org>
35053 Date:   Fri Aug 5 19:48:49 2011 -0400
35054
35055     Add hb_shape_list_shapers()
35056
35057  src/hb-shape.cc   | 22 ++++++++++++++++++----
35058  src/hb-shape.h    |  3 +++
35059  test/Makefile.am  |  2 ++
35060  test/test-c.c     |  8 ++++++++
35061  test/test-shape.c | 15 +++++++++++++++
35062  5 files changed, 46 insertions(+), 4 deletions(-)
35063
35064 commit d7bf473ef222ab420456ff155ffaa09bacb3a394
35065 Author: Behdad Esfahbod <behdad@behdad.org>
35066 Date:   Fri Aug 5 18:18:21 2011 -0400
35067
35068     Minor
35069
35070  src/check-header-guards.sh  |  1 -
35071  src/hb-open-type-private.hh | 10 +++++-----
35072  2 files changed, 5 insertions(+), 6 deletions(-)
35073
35074 commit c62a8f10f3b9a4ac3ac6b686464ac734ebfa2f7f
35075 Author: Behdad Esfahbod <behdad@behdad.org>
35076 Date:   Fri Aug 5 18:02:30 2011 -0400
35077
35078     Free all static memory upon exit
35079
35080  src/hb-common.cc | 8 +++++---
35081  src/hb-shape.cc  | 4 ++--
35082  2 files changed, 7 insertions(+), 5 deletions(-)
35083
35084 commit c4d63ef744f79701458ab7af2055afb87ffe8de3
35085 Author: Behdad Esfahbod <behdad@behdad.org>
35086 Date:   Fri Aug 5 17:54:25 2011 -0400
35087
35088     Fix env parsing code
35089
35090     Also changed the separator to comma instead of colon.
35091
35092  src/hb-shape.cc | 34 +++++++++++++++++++++++++---------
35093  1 file changed, 25 insertions(+), 9 deletions(-)
35094
35095 commit 3931837bebd79c5eb1bd5b24ff12e2c8e7d3f24c
35096 Author: Behdad Esfahbod <behdad@behdad.org>
35097 Date:   Fri Aug 5 17:22:19 2011 -0400
35098
35099     Change hb_shape() API back to what it was, add hb_shape_full()
35100
35101     I disliked changing hb_shape() API, and disliked the fact that it was
35102     returning a bool now.  So, reverted.  Added new API for the extra
35103     functionality.
35104
35105  src/hb-view.cc | 2 +-
35106  1 file changed, 1 insertion(+), 1 deletion(-)
35107
35108 commit 3ca6c4ecc299295b6682fa2b6b9f83b213223bad
35109 Author: Behdad Esfahbod <behdad@behdad.org>
35110 Date:   Fri Aug 5 17:22:19 2011 -0400
35111
35112     Change hb_shape() API back to what it was, add hb_shape_full()
35113
35114     I disliked changing hb_shape() API, and disliked the fact that it was
35115     returning a bool now.  So, reverted.  Added new API for the extra
35116     functionality.
35117
35118  src/hb-shape.cc   | 21 +++++++++++++++------
35119  src/hb-shape.h    | 14 ++++++++++----
35120  src/test.cc       |  2 +-
35121  test/test-shape.c |  2 +-
35122  4 files changed, 27 insertions(+), 12 deletions(-)
35123
35124 commit 02aeca985b570763342c35e99af90025bfa088d5
35125 Author: Behdad Esfahbod <behdad@behdad.org>
35126 Date:   Thu Aug 4 22:31:05 2011 -0400
35127
35128     [API] Changes to main shape API
35129
35130     hb_shape() now accepts a shaper_options and a shaper_list argument.
35131     Both can be set to NULL to emulate previous API.  And in most
35132     situations
35133     they are expected to be set to NULL.
35134
35135     hb_shape() also returns a boolean for now.  If shaper_list is
35136     NULL, the
35137     return value can be ignored.
35138
35139     shaper_options is ignored for now, but otherwise it should be a
35140     NULL-terminated list of strings.
35141
35142     shaper_list is a NULL-terminated list of strings.  Currently
35143     recognized
35144     strings are "ot" for native OpenType Layout implementation,
35145     "uniscribe"
35146     for the Uniscribe backend, and "fallback" for the non-complex backend
35147     (that will be implemented shortly).  The fallback backend never fails.
35148
35149     The env var HB_SHAPER_LIST is also parsed and honored.  It's a
35150     colon-separated list of shaper names.  The fallback shaper is
35151     invoked if
35152     none of the env-listed shapers succeed.
35153
35154     New API hb_buffer_guess_properties() added.
35155
35156  TODO                             |   2 -
35157  configure.ac                     |   9 +++
35158  src/Makefile.am                  |  14 ++--
35159  src/hb-buffer-private.hh         |   1 +
35160  src/hb-buffer.cc                 |  35 ++++++++++
35161  src/hb-buffer.h                  |   3 +
35162  src/hb-fallback-shape-private.hh |  48 ++++++++++++++
35163  src/hb-fallback-shape.cc         |  43 +++++++++++++
35164  src/hb-ot-shape.cc               |   9 ++-
35165  src/hb-ot-shape.h                |   5 +-
35166  src/hb-shape.cc                  | 135
35167  +++++++++++++++++++++++----------------
35168  src/hb-shape.h                   |  13 ++--
35169  src/hb-uniscribe-shape.cc        |  52 ++++++---------
35170  src/hb-uniscribe.h               |   5 +-
35171  src/hb-view.cc                   |   2 +-
35172  src/test.cc                      |   3 +-
35173  test/test-shape.c                |   2 +-
35174  17 files changed, 274 insertions(+), 107 deletions(-)
35175
35176 commit 57692adf1294a6db4627d0de7c671e4aa01d2a8f
35177 Author: Behdad Esfahbod <behdad@behdad.org>
35178 Date:   Thu Aug 4 20:49:16 2011 -0400
35179
35180     Make test.cc do something more useful
35181
35182     Hardcoded to the uniscribe backend for now.  Will fix soon.
35183
35184  src/test.cc | 38 ++++++++++++++++++++++++++++++++++----
35185  1 file changed, 34 insertions(+), 4 deletions(-)
35186
35187 commit c605bbbb6d4b2a98b1f40ca818760088d991f7d1
35188 Author: Behdad Esfahbod <behdad@behdad.org>
35189 Date:   Thu Aug 4 20:00:53 2011 -0400
35190
35191     Remove C++ guards from source files
35192
35193     Where causing issues for people with MSVC.
35194
35195  src/check-c-linkage-decls.sh            | 3 +--
35196  src/hb-blob.cc                          | 2 --
35197  src/hb-buffer-private.hh                | 2 --
35198  src/hb-buffer.cc                        | 2 --
35199  src/hb-common.cc                        | 2 --
35200  src/hb-font-private.hh                  | 2 --
35201  src/hb-font.cc                          | 2 --
35202  src/hb-ft.cc                            | 2 --
35203  src/hb-glib.cc                          | 2 --
35204  src/hb-icu.cc                           | 2 --
35205  src/hb-mutex-private.hh                 | 2 --
35206  src/hb-object-private.hh                | 4 ----
35207  src/hb-open-file-private.hh             | 2 --
35208  src/hb-open-type-private.hh             | 4 ----
35209  src/hb-ot-head-private.hh               | 2 --
35210  src/hb-ot-layout-common-private.hh      | 4 ----
35211  src/hb-ot-layout-gdef-private.hh        | 2 --
35212  src/hb-ot-layout-gpos-private.hh        | 4 ----
35213  src/hb-ot-layout-gsub-private.hh        | 4 ----
35214  src/hb-ot-layout-gsubgpos-private.hh    | 6 ------
35215  src/hb-ot-layout-private.hh             | 2 --
35216  src/hb-ot-layout.cc                     | 2 --
35217  src/hb-ot-map-private.hh                | 2 --
35218  src/hb-ot-map.cc                        | 2 --
35219  src/hb-ot-maxp-private.hh               | 2 --
35220  src/hb-ot-shape-complex-arabic-table.hh | 2 --
35221  src/hb-ot-shape-complex-arabic.cc       | 2 --
35222  src/hb-ot-shape-complex-indic-table.hh  | 2 --
35223  src/hb-ot-shape-complex-indic.cc        | 2 --
35224  src/hb-ot-shape-complex-misc.cc         | 2 --
35225  src/hb-ot-shape-complex-private.hh      | 2 --
35226  src/hb-ot-shape-normalize.cc            | 2 --
35227  src/hb-ot-shape-private.hh              | 2 --
35228  src/hb-ot-shape.cc                      | 2 --
35229  src/hb-ot-tag.cc                        | 2 --
35230  src/hb-private.hh                       | 8 --------
35231  src/hb-shape.cc                         | 2 --
35232  src/hb-unicode-private.hh               | 2 --
35233  src/hb-unicode.cc                       | 2 --
35234  src/hb-uniscribe-shape.cc               | 2 --
35235  src/hb-view.cc                          | 2 --
35236  src/main.cc                             | 2 --
35237  src/test.cc                             | 2 --
35238  43 files changed, 1 insertion(+), 106 deletions(-)
35239
35240 commit 8336186a52813b53e90b4399dc462d55750e2d37
35241 Author: Behdad Esfahbod <behdad@behdad.org>
35242 Date:   Thu Aug 4 19:49:05 2011 -0400
35243
35244     Zero map objects
35245
35246  src/hb-ot-map-private.hh | 4 ++++
35247  1 file changed, 4 insertions(+)
35248
35249 commit ecd3b6e4ad253cf9d0dae1ed2da8ba6caed16b85
35250 Author: Behdad Esfahbod <behdad@behdad.org>
35251 Date:   Thu Aug 4 01:57:40 2011 -0400
35252
35253     More build fixes
35254
35255  configure.ac | 2 ++
35256  1 file changed, 2 insertions(+)
35257
35258 commit c747f509bcc4e6a34ced04e9e79ed414a44437b1
35259 Author: Behdad Esfahbod <behdad@behdad.org>
35260 Date:   Thu Aug 4 01:51:30 2011 -0400
35261
35262     More out-of-tree build fixes
35263
35264  src/check-c-linkage-decls.sh | 3 +--
35265  src/check-header-guards.sh   | 8 ++++----
35266  2 files changed, 5 insertions(+), 6 deletions(-)
35267
35268 commit 0530ca9a180edc330ab801c535907cefa4a0c298
35269 Author: Behdad Esfahbod <behdad@behdad.org>
35270 Date:   Thu Aug 4 01:42:59 2011 -0400
35271
35272     Fix out-of-tree build
35273
35274  test/Makefile.am | 2 +-
35275  1 file changed, 1 insertion(+), 1 deletion(-)
35276
35277 commit ddbf4edc5d09a645351b1bd1722b068aba6a6dec
35278 Author: Behdad Esfahbod <behdad@behdad.org>
35279 Date:   Thu Aug 4 01:38:37 2011 -0400
35280
35281     Minor
35282
35283  configure.ac | 1 -
35284  1 file changed, 1 deletion(-)
35285
35286 commit 20dde6101662fd9ebe5f613631ea468f4c0a995f
35287 Author: Behdad Esfahbod <behdad@behdad.org>
35288 Date:   Thu Aug 4 01:07:33 2011 -0400
35289
35290     Minor
35291
35292  src/hb-uniscribe.h | 6 +++---
35293  1 file changed, 3 insertions(+), 3 deletions(-)
35294
35295 commit 44b4f50d05fd51d8056a78e359fbb00fbcac43a0
35296 Author: Behdad Esfahbod <behdad@behdad.org>
35297 Date:   Thu Aug 4 00:52:20 2011 -0400
35298
35299     Fix typo
35300
35301  src/hb-private.hh | 2 +-
35302  1 file changed, 1 insertion(+), 1 deletion(-)
35303
35304 commit 0fbb2dc83132a89201ad8b56c6909610437d2da0
35305 Author: Behdad Esfahbod <behdad@behdad.org>
35306 Date:   Wed Aug 3 19:55:04 2011 -0400
35307
35308     Add draft experimental Uniscribe backend
35309
35310     Not complete yet, font selection doesn't work.  But hey it shapes!
35311
35312     This is not supposed to be a production backend, more like a testing
35313     backend.
35314
35315  configure.ac              |   9 ++
35316  src/Makefile.am           |  11 ++
35317  src/hb-private.hh         |   4 +-
35318  src/hb-uniscribe-shape.cc | 325
35319  ++++++++++++++++++++++++++++++++++++++++++++++
35320  src/hb-uniscribe.h        |  46 +++++++
35321  5 files changed, 394 insertions(+), 1 deletion(-)
35322
35323 commit 0d7d4824b2edc7aeeb995077655a9a89b5c360a9
35324 Author: Behdad Esfahbod <behdad@behdad.org>
35325 Date:   Wed Aug 3 17:39:24 2011 -0400
35326
35327     Minor
35328
35329  configure.ac | 10 +++++-----
35330  1 file changed, 5 insertions(+), 5 deletions(-)
35331
35332 commit e62df43649e31b7815c272f01808b3f726c7d07d
35333 Author: Behdad Esfahbod <behdad@behdad.org>
35334 Date:   Wed Aug 3 17:38:54 2011 -0400
35335
35336     Add internal hb_buffer_t::get_scratch_buffer()
35337
35338  src/hb-buffer-private.hh |  2 ++
35339  src/hb-buffer.cc         | 10 ++++++++++
35340  2 files changed, 12 insertions(+)
35341
35342 commit 71e7936fcadfd375a8bdc47987ef8b1b2b542df5
35343 Author: Behdad Esfahbod <behdad@behdad.org>
35344 Date:   Wed Aug 3 17:38:34 2011 -0400
35345
35346     Minor
35347
35348  TODO | 2 ++
35349  1 file changed, 2 insertions(+)
35350
35351 commit bf8c57ba745c02370c38198adfdcd8075ba38b13
35352 Author: Behdad Esfahbod <behdad@behdad.org>
35353 Date:   Wed Aug 3 17:38:04 2011 -0400
35354
35355     [API] Add hb_face_get_blob()
35356
35357     Need to think more about it.
35358
35359  src/hb-font.cc | 10 ++++++++++
35360  src/hb-font.h  |  3 +++
35361  2 files changed, 13 insertions(+)
35362
35363 commit 2118fdb9f584e6735e904638e48bae48314372fa
35364 Author: Behdad Esfahbod <behdad@behdad.org>
35365 Date:   Tue Aug 2 14:06:51 2011 -0400
35366
35367     Fix fallback shaping
35368
35369     Broke it a few commits ago.
35370
35371  src/hb-ot-shape.cc | 8 +++++---
35372  1 file changed, 5 insertions(+), 3 deletions(-)
35373
35374 commit 199abbd0f15bd295c3a56845c71b38dd20af1332
35375 Author: Behdad Esfahbod <behdad@behdad.org>
35376 Date:   Tue Aug 2 13:59:47 2011 -0400
35377
35378     Minor
35379
35380  test/test-unicode.c | 4 +++-
35381  1 file changed, 3 insertions(+), 1 deletion(-)
35382
35383 commit 4f052b93c0b17d92b9f0adddf64ef77518bf2ac4
35384 Author: Behdad Esfahbod <behdad@behdad.org>
35385 Date:   Tue Aug 2 13:44:24 2011 -0400
35386
35387     Fix build with glib but not freetype
35388
35389  test/Makefile.am | 7 +++----
35390  1 file changed, 3 insertions(+), 4 deletions(-)
35391
35392 commit c21be799daa85d5edb2d831ac985d3e43c8755ec
35393 Author: Behdad Esfahbod <behdad@behdad.org>
35394 Date:   Tue Aug 2 12:05:49 2011 -0400
35395
35396     Minor
35397
35398  test/Makefile.am | 3 ++-
35399  1 file changed, 2 insertions(+), 1 deletion(-)
35400
35401 commit e9c2341b1384c161bbab9871411af0bc9f6c3cf4
35402 Author: Behdad Esfahbod <behdad@behdad.org>
35403 Date:   Tue Aug 2 11:40:44 2011 -0400
35404
35405     Don't use icu-config when cross-compiling
35406
35407  configure.ac | 17 ++++++++++-------
35408  1 file changed, 10 insertions(+), 7 deletions(-)
35409
35410 commit 390dab49b6cf34f263b67d20a13f0752ada57bcc
35411 Author: Behdad Esfahbod <behdad@behdad.org>
35412 Date:   Tue Aug 2 11:29:55 2011 -0400
35413
35414     Unbreak icu-config results a bit
35415
35416  configure.ac | 1 +
35417  1 file changed, 1 insertion(+)
35418
35419 commit b301478a69d961c724a4875b839a81fb458d1153
35420 Author: Behdad Esfahbod <behdad@behdad.org>
35421 Date:   Tue Aug 2 11:25:13 2011 -0400
35422
35423     Bug 39763 - autogen.sh should check pkg-config availability
35424
35425     (and revert change have_icu change I mistakenly pushed out)
35426
35427  autogen.sh   | 10 ++++++++--
35428  configure.ac |  1 -
35429  2 files changed, 8 insertions(+), 3 deletions(-)
35430
35431 commit f60271c0c2b0101e7b2725f9a9ad950c277a616c
35432 Author: Behdad Esfahbod <behdad@behdad.org>
35433 Date:   Tue Aug 2 09:56:30 2011 -0400
35434
35435     Add mingw32 support
35436
35437     With these changes, on Ubuntu I can do:
35438
35439     ./configure --host=i586-mingw32msvc  && make
35440
35441  configure.ac                | 1 +
35442  src/hb-mutex-private.hh     | 4 ++--
35443  src/hb-open-type-private.hh | 5 +++++
35444  src/hb-private.hh           | 6 +++++-
35445  src/main.cc                 | 1 +
35446  5 files changed, 14 insertions(+), 3 deletions(-)
35447
35448 commit 1264b23e4a4ae1c9831a3009e1c7ab8e65a5b434
35449 Author: Behdad Esfahbod <behdad@behdad.org>
35450 Date:   Mon Aug 1 16:39:32 2011 -0400
35451
35452     Bug 39702 - configure check for ragel
35453
35454  autogen.sh | 18 +++++++++++++-----
35455  1 file changed, 13 insertions(+), 5 deletions(-)
35456
35457 commit f5414cf0a220d6e6f3d4b6e8221cd583b4684187
35458 Author: Behdad Esfahbod <behdad@behdad.org>
35459 Date:   Mon Aug 1 16:34:16 2011 -0400
35460
35461     Use missing script for calling ragel
35462
35463  src/Makefile.am | 3 ++-
35464  1 file changed, 2 insertions(+), 1 deletion(-)
35465
35466 commit a91c58bf98258a34e5f7c1ad39a38db58fadc4b9
35467 Author: Behdad Esfahbod <behdad@behdad.org>
35468 Date:   Mon Aug 1 16:30:11 2011 -0400
35469
35470     [Indic] Disable CJCT-disabling logic
35471
35472     Read comment.
35473
35474  src/hb-ot-shape-complex-indic.cc | 7 ++++++-
35475  1 file changed, 6 insertions(+), 1 deletion(-)
35476
35477 commit 5e72071062c015237b79fbd0521341a63166a204
35478 Author: Behdad Esfahbod <behdad@behdad.org>
35479 Date:   Sun Jul 31 17:51:50 2011 -0400
35480
35481     [Indic] Stop looking for base upon seeing joiners
35482
35483     Not sure where this is documented, but I remember this being the
35484     desired
35485     behavior.
35486
35487     test-shape-complex failures are down from 48 to 46.  Meh.
35488
35489  src/hb-ot-shape-complex-indic.cc | 11 +++++++++--
35490  1 file changed, 9 insertions(+), 2 deletions(-)
35491
35492 commit 281683995a46ed37aeeb84061249758c59822457
35493 Author: Behdad Esfahbod <behdad@behdad.org>
35494 Date:   Sun Jul 31 16:00:35 2011 -0400
35495
35496     Cosmetic
35497
35498  src/hb-ot-shape-complex-indic.cc | 23 +++++++++++++++--------
35499  1 file changed, 15 insertions(+), 8 deletions(-)
35500
35501 commit 6b37bc80843e38ca7b62500f95fd70c08af68d62
35502 Author: Behdad Esfahbod <behdad@behdad.org>
35503 Date:   Sun Jul 31 15:57:00 2011 -0400
35504
35505     [Indic] Fix ZWJ/ZWNJ application
35506
35507     Not quite working just yet.  False alarm re 10 failures.  It was
35508     crashing.  Ouch!  Back to 48 failures.
35509
35510  src/hb-ot-shape-complex-indic.cc | 10 ++++++----
35511  1 file changed, 6 insertions(+), 4 deletions(-)
35512
35513 commit e7be05702447ae270d797398132c1930cd3a9b86
35514 Author: Behdad Esfahbod <behdad@behdad.org>
35515 Date:   Sun Jul 31 15:18:57 2011 -0400
35516
35517     [Indic] Add Final Reordering rules into comments
35518
35519     Not applied yet.
35520
35521  src/hb-ot-shape-complex-indic.cc | 86
35522  ++++++++++++++++++++++++++++++++++++++--
35523  1 file changed, 83 insertions(+), 3 deletions(-)
35524
35525 commit cfd4382ec1af91640129551697de36fd42c0849a
35526 Author: Behdad Esfahbod <behdad@behdad.org>
35527 Date:   Sun Jul 31 15:07:11 2011 -0400
35528
35529     [Indic] Handle Reph when determining base consonant
35530
35531  src/hb-ot-shape-complex-indic.cc | 24 +++++++++++++++---------
35532  1 file changed, 15 insertions(+), 9 deletions(-)
35533
35534 commit 97158392a5899ddb739afaac925128f33f699bd7
35535 Author: Behdad Esfahbod <behdad@behdad.org>
35536 Date:   Sun Jul 31 15:01:28 2011 -0400
35537
35538     [Indic] Ra is a consonant too
35539
35540  src/hb-ot-shape-complex-indic.cc | 3 +--
35541  1 file changed, 1 insertion(+), 2 deletions(-)
35542
35543 commit 0d8f8a177c4bfd4dc642a353bab8d03674e839ac
35544 Author: Behdad Esfahbod <behdad@behdad.org>
35545 Date:   Sun Jul 31 14:57:59 2011 -0400
35546
35547     [Indic] Fix reph inhibition logic
35548
35549  src/hb-ot-shape-complex-indic.cc | 4 ++--
35550  1 file changed, 2 insertions(+), 2 deletions(-)
35551
35552 commit 9da0487cd452d780673e24329ce03e174a4ef83b
35553 Author: Behdad Esfahbod <behdad@behdad.org>
35554 Date:   Sun Jul 31 13:46:44 2011 -0400
35555
35556     [Indic] Support ZWJ/ZWNJ
35557
35558     Brings test-shape-complex failures down from 52 to 10!
35559
35560     I hereby declare harfbuzz-ng supporting Indic!
35561
35562  src/hb-ot-shape-complex-indic.cc | 57
35563  +++++++++++++++++++++++++++++++++-------
35564  1 file changed, 48 insertions(+), 9 deletions(-)
35565
35566 commit 9ee27a928a989c71923cef82a9e9828f8e9ca051
35567 Author: Behdad Esfahbod <behdad@behdad.org>
35568 Date:   Sun Jul 31 11:10:14 2011 -0400
35569
35570     [Indic] Suppress reph formation upon joiners
35571
35572  src/hb-ot-shape-complex-indic.cc | 8 +++++++-
35573  1 file changed, 7 insertions(+), 1 deletion(-)
35574
35575 commit 8354e004e553856d7d743e0f0b4de4668484026a
35576 Author: Behdad Esfahbod <behdad@behdad.org>
35577 Date:   Sun Jul 31 02:24:51 2011 -0400
35578
35579     Un-Ra U+09F1.  According to the test suite this is correct.
35580
35581     But I'm not sure...  Down from 54 failures to 52.
35582
35583  src/hb-ot-shape-complex-indic.cc | 2 +-
35584  1 file changed, 1 insertion(+), 1 deletion(-)
35585
35586 commit 07cedd81f48907b2e372cd2e963716bbded9ce29
35587 Author: Behdad Esfahbod <behdad@behdad.org>
35588 Date:   Sat Jul 30 21:16:51 2011 -0400
35589
35590     Minor
35591
35592  test/test-shape-complex.c | 21 +++++++++++----------
35593  1 file changed, 11 insertions(+), 10 deletions(-)
35594
35595 commit ba7e85c104e68b4685c1b3b5c9a260fe0f6879df
35596 Author: Behdad Esfahbod <behdad@behdad.org>
35597 Date:   Sat Jul 30 21:11:53 2011 -0400
35598
35599     Cosmetic
35600
35601  src/hb-ot-shape-complex-indic.cc | 1 +
35602  1 file changed, 1 insertion(+)
35603
35604 commit f5bc2725cb892264ba223e0a49f7fd2c622a0730
35605 Author: Behdad Esfahbod <behdad@behdad.org>
35606 Date:   Sat Jul 30 21:08:10 2011 -0400
35607
35608     [Indic] For old-style Indic tables, move Halant around
35609
35610     In old-style Indic OT standards, the post-base Halants are moved after
35611     their base.  Emulate that by moving first post-base Halant to
35612     post-last-consonant.
35613
35614     Brings test-shape-complex failures down from 88 to 54.  Getting there!
35615
35616  src/hb-ot-map-private.hh         |  3 +++
35617  src/hb-ot-shape-complex-indic.cc | 20 ++++++++++++++++++++
35618  2 files changed, 23 insertions(+)
35619
35620 commit c47a31fb4793b825f4be57e9cb1b10db352b9512
35621 Author: Behdad Esfahbod <behdad@behdad.org>
35622 Date:   Sat Jul 30 20:57:01 2011 -0400
35623
35624     [OT] Save chosen script tag
35625
35626  src/hb-ot-layout.cc      | 20 ++++++++++++++++----
35627  src/hb-ot-layout.h       |  3 ++-
35628  src/hb-ot-map-private.hh |  1 +
35629  src/hb-ot-map.cc         |  2 +-
35630  4 files changed, 20 insertions(+), 6 deletions(-)
35631
35632 commit 3a9b14dfdfc278b432890e1537672a4ca141a3b0
35633 Author: Behdad Esfahbod <behdad@behdad.org>
35634 Date:   Sat Jul 30 20:23:55 2011 -0400
35635
35636     Minor
35637
35638  test/test-shape-complex.c | 8 ++++----
35639  1 file changed, 4 insertions(+), 4 deletions(-)
35640
35641 commit 8613193bbf28fe8951c900b68c4418a6fb929626
35642 Author: Behdad Esfahbod <behdad@behdad.org>
35643 Date:   Sat Jul 30 20:21:40 2011 -0400
35644
35645     [test] Fix problem with N'ko test direction
35646
35647     Old HarfBuzz test suite always shaped as left-to-right and hence
35648     had wrong
35649     0x14db, direction expected glyphstring for N'ko.  Doh!
35650
35651     Failures down from 92 to 88.
35652
35653  test/test-shape-complex.c | 8 ++++----
35654  1 file changed, 4 insertions(+), 4 deletions(-)
35655
35656 commit fd06bf56110e73826b3d5c73ac964e2609450d46
35657 Author: Behdad Esfahbod <behdad@behdad.org>
35658 Date:   Sat Jul 30 20:14:44 2011 -0400
35659
35660     [Indic] Handle initial Ra+Halant in scripts that support Reph
35661
35662     Brings test-shape-complex failures down from 104 to 92.  Way to go!
35663
35664  src/hb-ot-shape-complex-indic.cc | 10 ++++++++++
35665  1 file changed, 10 insertions(+)
35666
35667 commit ee58f3bc75d2d071a71b94063bf12205a5871acb
35668 Author: Behdad Esfahbod <behdad@behdad.org>
35669 Date:   Sat Jul 30 19:15:53 2011 -0400
35670
35671     Minor
35672
35673  src/hb-ot-shape-complex-indic.cc | 23 ++++++++++++-----------
35674  1 file changed, 12 insertions(+), 11 deletions(-)
35675
35676 commit 352372ae5ea0998e40cf9fe43c22b6b610a5764e
35677 Author: Behdad Esfahbod <behdad@behdad.org>
35678 Date:   Sat Jul 30 19:04:02 2011 -0400
35679
35680     [Indic] Categorize Ra in scripts that have Reph
35681
35682     Is the categorization correct?  I don't know.
35683
35684  src/hb-ot-shape-complex-indic.cc | 31 ++++++++++++++++++++++++++++++-
35685  1 file changed, 30 insertions(+), 1 deletion(-)
35686
35687 commit 45d6f29f15f1d2323bcaa2498aed23ff0c8a1567
35688 Author: Behdad Esfahbod <behdad@behdad.org>
35689 Date:   Sat Jul 30 14:44:30 2011 -0400
35690
35691     [Indic] Reorder matras
35692
35693     Number of failing shape-complex tests goes from 125 down to 94.
35694
35695     Next: Add Ra handling and it's fair to say we kinda support Indic :).
35696
35697  src/hb-ot-shape-complex-indic.cc | 29 +++++++++++++++++++++++++++--
35698  src/hb-ot-shape-normalize.cc     | 26 ++++++++++----------------
35699  src/hb-private.hh                | 36
35700  ++++++++++++++++++++++++++++++------
35701  3 files changed, 67 insertions(+), 24 deletions(-)
35702
35703 commit 911bf32acad7f1cd161f666cb659990ade0925ad
35704 Author: Behdad Esfahbod <behdad@behdad.org>
35705 Date:   Sat Jul 30 11:16:00 2011 -0400
35706
35707     Bug 39686 - Add '-no-undefined' to libharfbuzz LDFLAGS
35708
35709  src/Makefile.am | 2 +-
35710  1 file changed, 1 insertion(+), 1 deletion(-)
35711
35712 commit 8f0b64fb6988f9502d2c5e39768a9af133d9a83f
35713 Author: Behdad Esfahbod <behdad@behdad.org>
35714 Date:   Fri Jul 29 17:02:48 2011 -0400
35715
35716     Minor
35717
35718  src/hb-ot-shape-complex-arabic.cc | 6 +++---
35719  src/hb-private.hh                 | 8 ++++++--
35720  2 files changed, 9 insertions(+), 5 deletions(-)
35721
35722 commit 743807a3ce1b2229e5307a8aea074a7544623d8d
35723 Author: Behdad Esfahbod <behdad@behdad.org>
35724 Date:   Fri Jul 29 16:37:02 2011 -0400
35725
35726     [Indic] Apply Indic features
35727
35728     Find the base consonant and apply basic Indic features accordingly.
35729     Nothing complete, but does something for now.  Specifically:
35730     no Ra handling right now, and no ZWJ/ZWNJ.
35731
35732     Number of failing shape-complex tests goes from 174 down to 125.
35733
35734     Next: reorder matras.
35735
35736  src/hb-ot-shape-complex-indic-machine.rl |  35 ++++--
35737  src/hb-ot-shape-complex-indic.cc         | 209
35738  ++++++++++++++++++++++++++++---
35739  2 files changed, 212 insertions(+), 32 deletions(-)
35740
35741 commit 1a1b5013159369b343d0c32df02c9c419277aead
35742 Author: Behdad Esfahbod <behdad@behdad.org>
35743 Date:   Fri Jul 29 16:36:46 2011 -0400
35744
35745     Minor
35746
35747  test/test-shape-complex.c | 8 ++++++--
35748  1 file changed, 6 insertions(+), 2 deletions(-)
35749
35750 commit dd5546de15e63c0320b7db2bf42b0f15271f7915
35751 Author: Behdad Esfahbod <behdad@behdad.org>
35752 Date:   Fri Jul 29 16:27:31 2011 -0400
35753
35754     Minor
35755
35756  test/test-shape-complex.c | 2 +-
35757  1 file changed, 1 insertion(+), 1 deletion(-)
35758
35759 commit 9f9bcceca6321d5a5812f878de1de39901349a78
35760 Author: Behdad Esfahbod <behdad@behdad.org>
35761 Date:   Thu Jul 28 17:06:46 2011 -0400
35762
35763     Register buffer vars in Indic shaper
35764
35765  src/hb-ot-shape-complex-indic.cc | 6 ++++++
35766  src/hb-ot-shape.cc               | 2 ++
35767  2 files changed, 8 insertions(+)
35768
35769 commit be09bf6b799cafc2ff54a28915b307ffe99661b6
35770 Author: Behdad Esfahbod <behdad@behdad.org>
35771 Date:   Thu Jul 28 17:03:43 2011 -0400
35772
35773     Oops.  This should have gone into the previous commit
35774
35775  src/hb-ot-layout-gsub-private.hh | 2 +-
35776  1 file changed, 1 insertion(+), 1 deletion(-)
35777
35778 commit b65c06025d2b54a44f716e030d4b10072c65bea8
35779 Author: Behdad Esfahbod <behdad@behdad.org>
35780 Date:   Thu Jul 28 16:48:43 2011 -0400
35781
35782     Formalize buffer var allocations
35783
35784  src/hb-buffer-private.hh           | 25 ++++++----------
35785  src/hb-buffer.cc                   | 15 +++++-----
35786  src/hb-ot-layout-gpos-private.hh   | 14 +++++----
35787  src/hb-ot-layout-gsub-private.hh   |  5 +++-
35788  src/hb-ot-shape-complex-arabic.cc  |  6 +++-
35789  src/hb-ot-shape-complex-indic.cc   |  4 +--
35790  src/hb-ot-shape-complex-private.hh | 10 ++++++-
35791  src/hb-ot-shape.cc                 | 60
35792  +++++++++++++++++++++++---------------
35793  src/hb-private.hh                  |  1 +
35794  9 files changed, 83 insertions(+), 57 deletions(-)
35795
35796 commit a9ad3d3460ba863a8d8f3766ccbeab288c3c6822
35797 Author: Behdad Esfahbod <behdad@behdad.org>
35798 Date:   Thu Jul 28 15:42:18 2011 -0400
35799
35800     Move more code around
35801
35802     Buffer var allocation coming into shape
35803
35804  src/hb-buffer-private.hh         |  1 +
35805  src/hb-buffer.cc                 | 35 +++++++++++++++++++++++++++++++++++
35806  src/hb-ot-layout-gpos-private.hh |  7 +++++++
35807  src/hb-ot-layout-gsub-private.hh | 18 ++++++++++++++++++
35808  src/hb-ot-layout.cc              |  8 +++-----
35809  5 files changed, 64 insertions(+), 5 deletions(-)
35810
35811 commit cc06c243d8be3ebb1190281653d2dba504c16c0f
35812 Author: Behdad Esfahbod <behdad@behdad.org>
35813 Date:   Mon Jul 25 20:25:44 2011 -0400
35814
35815     Streamline debugging infrastructure even more
35816
35817  src/hb-blob.cc                       |  26 ++++-----
35818  src/hb-object-private.hh             |   8 +--
35819  src/hb-open-type-private.hh          |  64 ++++++--------------
35820  src/hb-ot-layout-gsubgpos-private.hh |   2 +-
35821  src/hb-private.hh                    | 109
35822  +++++++++++++++++++++++++++++++----
35823  5 files changed, 136 insertions(+), 73 deletions(-)
35824
35825 commit 43ff203d8ea3e1b09e316e3aae1a4e5ec15bfdd2
35826 Author: Behdad Esfahbod <behdad@behdad.org>
35827 Date:   Mon Jul 25 17:35:24 2011 -0400
35828
35829     Use variadic macros for debugging
35830
35831     Looks *so* much nicer!
35832
35833  src/hb-blob.cc              | 26 ++++++++--------
35834  src/hb-object-private.hh    |  8 ++---
35835  src/hb-open-type-private.hh | 75
35836  ++++++++++++++++++++-------------------------
35837  src/hb-private.hh           |  7 +++--
35838  4 files changed, 56 insertions(+), 60 deletions(-)
35839
35840 commit decd4e3e16424dc311e9fb5b663170414a11556a
35841 Author: Behdad Esfahbod <behdad@behdad.org>
35842 Date:   Mon Jul 25 16:47:02 2011 -0400
35843
35844     Add sugar syntax for debug messages
35845
35846     Buffer debugging coming soon.
35847
35848  src/hb-blob.cc              | 35 +++++++++++++----------------------
35849  src/hb-object-private.hh    |  9 ++++-----
35850  src/hb-open-type-private.hh | 44
35851  ++++++++++++++++++++++----------------------
35852  src/hb-private.hh           |  7 +++++--
35853  4 files changed, 44 insertions(+), 51 deletions(-)
35854
35855 commit 3a81b1db89beba91fb91791918b9fdd9f8fc9fa0
35856 Author: Behdad Esfahbod <behdad@behdad.org>
35857 Date:   Mon Jul 25 16:30:32 2011 -0400
35858
35859     Minor, fix leak from my previous refactorings
35860
35861  src/hb-buffer.cc | 14 +++++++-------
35862  1 file changed, 7 insertions(+), 7 deletions(-)
35863
35864 commit f4a579bc42fb811ff5c391a0e97b7d8656ef59b1
35865 Author: Behdad Esfahbod <behdad@behdad.org>
35866 Date:   Mon Jul 25 16:20:16 2011 -0400
35867
35868     Add internal API for buffer var allocation
35869
35870  src/hb-buffer-private.hh | 25 +++++++++++++++++++++++--
35871  src/hb-buffer.cc         | 22 ++++++++++++++++++++++
35872  2 files changed, 45 insertions(+), 2 deletions(-)
35873
35874 commit 651e8dd79ec8eaca5ab75a61e8ce961ff7bd26eb
35875 Author: Behdad Esfahbod <behdad@behdad.org>
35876 Date:   Mon Jul 25 14:54:08 2011 -0400
35877
35878     Start cleaning up buffer var allocation
35879
35880     I've messed up a lot of stuff recently, different parts of the
35881     shaping process are stumbling on eachother's toes because
35882     manually tracking what's in which buffer var is hard.  I'm
35883     going to add some internal API to track those such that mistakes
35884     are discovered as soon as they are introduced.
35885
35886  src/hb-ot-layout-gsubgpos-private.hh |  1 -
35887  src/hb-ot-layout.cc                  |  1 +
35888  src/hb-ot-shape.cc                   | 10 ----------
35889  3 files changed, 1 insertion(+), 11 deletions(-)
35890
35891 commit c86f932015bdf5803572b0904d343d3bc033e009
35892 Author: Behdad Esfahbod <behdad@behdad.org>
35893 Date:   Mon Jul 25 00:44:50 2011 -0400
35894
35895     Move code around
35896
35897  src/hb-ot-shape.cc | 85
35898  +++++++++++++++++++++++++++---------------------------
35899  1 file changed, 42 insertions(+), 43 deletions(-)
35900
35901 commit 18c42850c9327ab4479ff150660a76d4ff6f3e9c
35902 Author: Behdad Esfahbod <behdad@behdad.org>
35903 Date:   Mon Jul 25 00:36:58 2011 -0400
35904
35905     Shrink space used for ligature ids
35906
35907     This frees 16bits in the glyph_info struct during the ot_layout
35908     process.
35909     We can use the freed space in the shapers now.
35910
35911  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
35912  1 file changed, 4 insertions(+), 4 deletions(-)
35913
35914 commit d8787493c9aa420544096cef07c29a591a0c1a99
35915 Author: Behdad Esfahbod <behdad@behdad.org>
35916 Date:   Mon Jul 25 00:36:01 2011 -0400
35917
35918     Minor
35919
35920  src/hb-ot-layout-gsub-private.hh     | 6 ------
35921  src/hb-ot-layout-gsubgpos-private.hh | 7 +++++++
35922  2 files changed, 7 insertions(+), 6 deletions(-)
35923
35924 commit c311d852080b50ffc85e80168de62abb05a6be59
35925 Author: Behdad Esfahbod <behdad@behdad.org>
35926 Date:   Sat Jul 23 23:43:54 2011 -0400
35927
35928     Keep Unicode props updated as we go so we avoid a scan later
35929
35930  src/hb-ot-shape-normalize.cc | 54
35931  +++++++++++++++++++++-----------------------
35932  1 file changed, 26 insertions(+), 28 deletions(-)
35933
35934 commit 5389ff4dbc46c76c9483e3c95f22524b60e21166
35935 Author: Behdad Esfahbod <behdad@behdad.org>
35936 Date:   Fri Jul 22 20:22:49 2011 -0400
35937
35938     Implement the Unicode Canonical Composition algorithm
35939
35940     Fallback normalization is complete and working now!
35941
35942  src/hb-ot-shape-normalize.cc | 49
35943  +++++++++++++++++++++++++++++++++++++++++---
35944  1 file changed, 46 insertions(+), 3 deletions(-)
35945
35946 commit dcdc51cdc0ba9d9fb75f84dd5fa7a49aa0b24ea0
35947 Author: Behdad Esfahbod <behdad@behdad.org>
35948 Date:   Fri Jul 22 17:14:46 2011 -0400
35949
35950     Handle singleton decompositions
35951
35952  src/hb-ot-shape-normalize.cc | 12 +++++++-----
35953  1 file changed, 7 insertions(+), 5 deletions(-)
35954
35955 commit 34c22f816808d061a980cffca12de03beb437fa0
35956 Author: Behdad Esfahbod <behdad@behdad.org>
35957 Date:   Fri Jul 22 17:04:20 2011 -0400
35958
35959     Implement Unicode Canonical Reordering Algorithm
35960
35961  src/hb-ot-shape-normalize.cc | 80
35962  +++++++++++++++++++++++++++++++++++++-------
35963  src/hb-ot-shape-private.hh   |  2 ++
35964  src/hb-ot-shape.cc           |  6 ++--
35965  3 files changed, 73 insertions(+), 15 deletions(-)
35966
35967 commit 4ff0d2d9dfc4f7e4880a4e964ca9872624508ea0
35968 Author: Behdad Esfahbod <behdad@behdad.org>
35969 Date:   Fri Jul 22 16:15:32 2011 -0400
35970
35971     Decomposition works now!
35972
35973  src/hb-ot-shape-normalize.cc | 109
35974  +++++++++++++++++++++++++++----------------
35975  src/hb-ot-shape.cc           |   3 +-
35976  2 files changed, 70 insertions(+), 42 deletions(-)
35977
35978 commit 468e9cb25c9bc14781b7013e447d763f93bf76a3
35979 Author: Behdad Esfahbod <behdad@behdad.org>
35980 Date:   Fri Jul 22 11:28:07 2011 -0400
35981
35982     Move buffer methods into the object
35983
35984  src/hb-buffer-private.hh             | 110 +++----
35985  src/hb-buffer.cc                     | 605
35986  +++++++++++++++++------------------
35987  src/hb-ot-layout-gpos-private.hh     |  88 ++---
35988  src/hb-ot-layout-gsub-private.hh     |  58 ++--
35989  src/hb-ot-layout-gsubgpos-private.hh |  50 +--
35990  src/hb-ot-shape-normalize.cc         |  16 +-
35991  src/hb-ot-shape.cc                   |  14 +-
35992  7 files changed, 456 insertions(+), 485 deletions(-)
35993
35994 commit 45412523dc295cb5ee12e096bfacb282cc925843
35995 Author: Behdad Esfahbod <behdad@behdad.org>
35996 Date:   Fri Jul 22 11:07:05 2011 -0400
35997
35998     More normalization kick
35999
36000  src/hb-ot-shape-normalize.cc | 54
36001  +++++++++++++++++++++++++++++---------------
36002  src/hb-ot-shape-private.hh   |  8 ++++++-
36003  src/hb-ot-shape.cc           | 13 +++--------
36004  3 files changed, 46 insertions(+), 29 deletions(-)
36005
36006 commit 63c0ef4a0763e579c9c80887bbfbd2651de05067
36007 Author: Behdad Esfahbod <behdad@behdad.org>
36008 Date:   Thu Jul 21 20:58:42 2011 -0400
36009
36010     Fix decompose() implementations to work with non-starter
36011     non-composables
36012
36013     Add tests.
36014
36015  src/hb-glib.cc      | 10 +++++-----
36016  src/hb-icu.cc       | 20 +++++++++++++-------
36017  test/test-unicode.c | 11 ++++++++---
36018  3 files changed, 26 insertions(+), 15 deletions(-)
36019
36020 commit 5d90a342e319068716429bf7af76c3896b61a0e5
36021 Author: Behdad Esfahbod <behdad@behdad.org>
36022 Date:   Thu Jul 21 15:25:01 2011 -0400
36023
36024     Document normalization design
36025
36026  src/hb-ot-shape-normalize.cc | 78
36027  +++++++++++++++++++++++++++++++++++---------
36028  src/hb-ot-shape-private.hh   |  2 +-
36029  src/hb-ot-shape.cc           |  6 ++--
36030  3 files changed, 67 insertions(+), 19 deletions(-)
36031
36032 commit 02cdf743c2ec345a44d4fcf865594b6ac13fccd0
36033 Author: Behdad Esfahbod <behdad@behdad.org>
36034 Date:   Thu Jul 21 12:23:12 2011 -0400
36035
36036     Add prefer_decomposed() complex-shaper callback
36037
36038     This allows the Indic shaper to request decomposed characters.
36039     This will
36040     handle split matra for free.  Other shapers prefer precomposed
36041     characters.
36042
36043  src/hb-ot-shape-complex-arabic.cc  |  6 ++++++
36044  src/hb-ot-shape-complex-indic.cc   |  7 +++++++
36045  src/hb-ot-shape-complex-misc.cc    |  6 ++++++
36046  src/hb-ot-shape-complex-private.hh | 31 +++++++++++++++++++++++++++++--
36047  4 files changed, 48 insertions(+), 2 deletions(-)
36048
36049 commit d6b9c6d20041b4f4fa11befc179aee757c41904d
36050 Author: Behdad Esfahbod <behdad@behdad.org>
36051 Date:   Thu Jul 21 12:16:45 2011 -0400
36052
36053     More kicking
36054
36055  src/hb-ot-shape-normalize.cc | 17 ++++++++++++++---
36056  1 file changed, 14 insertions(+), 3 deletions(-)
36057
36058 commit 192445aef2e50087049243ce54ce7059ec441ffa
36059 Author: Behdad Esfahbod <behdad@behdad.org>
36060 Date:   Thu Jul 21 12:13:04 2011 -0400
36061
36062     Remove intermittent_glyph()
36063
36064     Lets not worry about performance for now...
36065
36066  src/hb-ot-shape-normalize.cc | 3 ++-
36067  src/hb-ot-shape-private.hh   | 2 --
36068  2 files changed, 2 insertions(+), 3 deletions(-)
36069
36070 commit d63adfc7d09b26764d9166da97372b21257e7611
36071 Author: Behdad Esfahbod <behdad@behdad.org>
36072 Date:   Thu Jul 21 11:48:57 2011 -0400
36073
36074     No need to handle variation-selectors seperately, they are GC=Mn
36075
36076  src/hb-ot-shape.cc | 3 +--
36077  1 file changed, 1 insertion(+), 2 deletions(-)
36078
36079 commit aa7264123a088936f2043b45d4d41ca7413fabe5
36080 Author: Behdad Esfahbod <behdad@behdad.org>
36081 Date:   Thu Jul 21 11:34:59 2011 -0400
36082
36083     Only form clusters if we are reversing
36084
36085     This produces more accurate cluster mappings.  Cluster mappings are
36086     minimal now.  Combining marks get their own cluster value most of
36087     the time.
36088
36089  src/hb-ot-shape.cc | 45 ++++++++++++++++++++++-----------------------
36090  1 file changed, 22 insertions(+), 23 deletions(-)
36091
36092 commit 5c6f5982d78e2d7fadc2fbb8b4f3a4be9420c59a
36093 Author: Behdad Esfahbod <behdad@behdad.org>
36094 Date:   Thu Jul 21 11:31:08 2011 -0400
36095
36096     Towards normalization
36097
36098  src/hb-ot-shape-normalize.cc | 33 ++++++++++++++++++++++-----------
36099  src/hb-ot-shape-private.hh   |  3 ++-
36100  src/hb-ot-shape.cc           |  4 +++-
36101  3 files changed, 27 insertions(+), 13 deletions(-)
36102
36103 commit ad903e66b1cc4ec1b8160f93b3ab2b5e636f8d62
36104 Author: Behdad Esfahbod <behdad@behdad.org>
36105 Date:   Thu Jul 21 10:17:22 2011 -0400
36106
36107     s/COMBINING_MARK/SPACING_MARK/ here too.  Oops!
36108
36109  test/test-unicode.c | 2 +-
36110  1 file changed, 1 insertion(+), 1 deletion(-)
36111
36112 commit cf7f43ec3382cac2af11f5637c840500daabf889
36113 Author: Behdad Esfahbod <behdad@behdad.org>
36114 Date:   Thu Jul 21 01:12:26 2011 -0400
36115
36116     Remove stale comment
36117
36118  src/hb-ot-shape.cc | 1 -
36119  1 file changed, 1 deletion(-)
36120
36121 commit 54d1a0d2b2c4ffe15494967122c6422ecb1fc80b
36122 Author: Behdad Esfahbod <behdad@behdad.org>
36123 Date:   Thu Jul 21 01:11:09 2011 -0400
36124
36125     Form clusters before ensuring native direciton
36126
36127     This is essential as ensure_native_direction uses cluster info that
36128     is set by form_clusters().
36129
36130  src/hb-ot-shape.cc | 4 ++--
36131  1 file changed, 2 insertions(+), 2 deletions(-)
36132
36133 commit 9111b21ef99d5e53348176f683261b0101eb427f
36134 Author: Behdad Esfahbod <behdad@behdad.org>
36135 Date:   Thu Jul 21 00:58:29 2011 -0400
36136
36137     Add _hb_buffer_output_glyph() and _hb_buffer_skip_glyph()
36138
36139  src/hb-buffer-private.hh | 10 ++++++++++
36140  src/hb-buffer.cc         | 19 ++++++++++++++++---
36141  src/hb-ot-shape.cc       |  2 +-
36142  3 files changed, 27 insertions(+), 4 deletions(-)
36143
36144 commit 655586fe5e1fadf2a2ef7826e61ee9a445ffa37a
36145 Author: Behdad Esfahbod <behdad@behdad.org>
36146 Date:   Thu Jul 21 00:51:18 2011 -0400
36147
36148     Towards normalization
36149
36150  src/Makefile.am              |  1 +
36151  src/hb-ot-shape-normalize.cc | 71
36152  ++++++++++++++++++++++++++++++++++++++++++++
36153  src/hb-ot-shape-private.hh   | 12 ++++++++
36154  src/hb-ot-shape.cc           | 10 ++-----
36155  4 files changed, 86 insertions(+), 8 deletions(-)
36156
36157 commit 49741c86334d12fa08a5bfa2110ff3b9adcba1c7
36158 Author: Behdad Esfahbod <behdad@behdad.org>
36159 Date:   Thu Jul 21 00:35:37 2011 -0400
36160
36161     Include variation-selectors in cluster calculation
36162
36163  src/hb-ot-shape.cc | 3 ++-
36164  1 file changed, 2 insertions(+), 1 deletion(-)
36165
36166 commit dd89d958c139d85efb776fffaf314eead3952c78
36167 Author: Behdad Esfahbod <behdad@behdad.org>
36168 Date:   Thu Jul 21 00:28:57 2011 -0400
36169
36170     Fix cluster calculation for non-LTR text
36171
36172  TODO             | 6 ------
36173  src/hb-buffer.cc | 5 +++++
36174  2 files changed, 5 insertions(+), 6 deletions(-)
36175
36176 commit 4a68684654e645882095c1189477146287ce9437
36177 Author: Behdad Esfahbod <behdad@behdad.org>
36178 Date:   Thu Jul 21 00:14:01 2011 -0400
36179
36180     When forming clusters, participate all mark types
36181
36182  src/hb-ot-shape.cc | 6 ++++--
36183  1 file changed, 4 insertions(+), 2 deletions(-)
36184
36185 commit 5157e12a55f943b7fc5be7dce0b2ee1bcacca6ec
36186 Author: Behdad Esfahbod <behdad@behdad.org>
36187 Date:   Thu Jul 21 00:12:33 2011 -0400
36188
36189     Rename HB_UNICODE_GENERAL_CATEGORY_COMBINING_MARK to
36190     HB_UNICODE_GENERAL_CATEGORY_SPACING_MARK
36191
36192     Spacing_Mark is the current Unicode long-name for this property value.
36193     The previous name was wrongly carried from glib.
36194
36195  src/hb-common.h | 2 +-
36196  src/hb-icu.cc   | 2 +-
36197  2 files changed, 2 insertions(+), 2 deletions(-)
36198
36199 commit 7b08b0a7f2057937dfc3ab2ec191656bf2386463
36200 Author: Behdad Esfahbod <behdad@behdad.org>
36201 Date:   Wed Jul 20 23:59:07 2011 -0400
36202
36203     Minor
36204
36205  src/hb-ot-shape-complex-arabic.cc |  8 ++++----
36206  src/hb-private.hh                 | 19 +++++++++++++++++++
36207  2 files changed, 23 insertions(+), 4 deletions(-)
36208
36209 commit 498e1a9be673bb02c00aac3f12bb4c6993a85910
36210 Author: Behdad Esfahbod <behdad@behdad.org>
36211 Date:   Wed Jul 20 23:19:49 2011 -0400
36212
36213     [icu] Implement compose()/decompose()
36214
36215  src/hb-icu.cc       | 87
36216  +++++++++++++++++++++++++++++++++++++++++++++++++++--
36217  test/test-unicode.c |  1 +
36218  2 files changed, 86 insertions(+), 2 deletions(-)
36219
36220 commit ffd4a436f7baccb68a0c3602f94ea0246e32844f
36221 Author: Behdad Esfahbod <behdad@behdad.org>
36222 Date:   Wed Jul 20 22:30:29 2011 -0400
36223
36224     Add tests for compose()/decompose()
36225
36226     Adjust glib fallback implementation.
36227
36228     The tests are not hooked up for ICU yet.
36229
36230  src/hb-glib.cc      | 17 ++++++++++++--
36231  src/hb-unicode.cc   |  2 +-
36232  test/test-unicode.c | 66
36233  +++++++++++++++++++++++++++++++++++++++++++++++++++++
36234  3 files changed, 82 insertions(+), 3 deletions(-)
36235
36236 commit fca0923b04aeff9369849da97d247a647611f346
36237 Author: Behdad Esfahbod <behdad@behdad.org>
36238 Date:   Wed Jul 20 22:16:13 2011 -0400
36239
36240     Minor
36241
36242  src/hb-icu.cc | 62
36243  ++++++++++++++++++++++++++++++++++++-----------------------
36244  1 file changed, 38 insertions(+), 24 deletions(-)
36245
36246 commit 26b6024962b254b624d4f22088b6c87745074743
36247 Author: Behdad Esfahbod <behdad@behdad.org>
36248 Date:   Wed Jul 20 21:58:14 2011 -0400
36249
36250     [glib] Use g_unicode_script_to/from_iso15924() if available
36251
36252  src/hb-glib.cc | 10 ++++++++++
36253  1 file changed, 10 insertions(+)
36254
36255 commit 22fdc66712464bdb02e45eed49e4be57e79b442f
36256 Author: Behdad Esfahbod <behdad@behdad.org>
36257 Date:   Wed Jul 20 21:51:37 2011 -0400
36258
36259     [glib] Add compose() and decompose() implementations with fallback
36260
36261  src/hb-glib.cc    | 126
36262  +++++++++++++++++++++++++++++++++++++++++++-----------
36263  src/hb-unicode.cc |   6 ++-
36264  2 files changed, 106 insertions(+), 26 deletions(-)
36265
36266 commit a54a5505a35eef5315a8e2e7a79502901e3eff5f
36267 Author: Behdad Esfahbod <behdad@behdad.org>
36268 Date:   Wed Jul 20 16:42:10 2011 -0400
36269
36270     Minor
36271
36272  src/hb-ot-shape-complex-indic.cc | 4 ++--
36273  1 file changed, 2 insertions(+), 2 deletions(-)
36274
36275 commit 23db8d5c92c96a34c716b68e1aa6819c5a20477a
36276 Author: Behdad Esfahbod <behdad@behdad.org>
36277 Date:   Tue Jul 12 12:02:26 2011 -0400
36278
36279     [test] Work around glib <= 2.30 API
36280
36281  test/hb-test.h | 4 ++++
36282  1 file changed, 4 insertions(+)
36283
36284 commit 22989c5ffc8cce1ea05d729cdf33661c35a52334
36285 Author: Behdad Esfahbod <behdad@behdad.org>
36286 Date:   Tue Jul 12 11:54:58 2011 -0400
36287
36288     Distribute hb-ot-shape-complex-indic-machine.rl
36289
36290  src/Makefile.am | 1 +
36291  1 file changed, 1 insertion(+)
36292
36293 commit f6fd3780e12b23ff7ed3743497c8996e71dcb064
36294 Author: Behdad Esfahbod <behdad@behdad.org>
36295 Date:   Fri Jul 8 00:22:40 2011 -0400
36296
36297     Let shapers decide when to apply ccmp and locl
36298
36299     Instead of always applying those two features before the complex
36300     shaper,
36301     let the complex shaper decide whether they should be applied first.
36302
36303     Also add stub for Indic's final_reordering().
36304
36305  src/hb-ot-shape-complex-arabic.cc |  2 ++
36306  src/hb-ot-shape-complex-indic.cc  | 16 ++++++++++++++++
36307  src/hb-ot-shape.cc                |  7 +------
36308  3 files changed, 19 insertions(+), 6 deletions(-)
36309
36310 commit c4641723fbf6532b2e80a662e15573b31276bc73
36311 Author: Behdad Esfahbod <behdad@behdad.org>
36312 Date:   Thu Jul 7 23:47:19 2011 -0400
36313
36314     [API] Add compose() and decompose() unicode funcs, rename other ones
36315
36316     Add compose() and decompose() unicode funcs.  These implement
36317     pair-wise canonical composition/decomposition.
36318
36319     The glib/icu implementations are lacking for now.  We are adding
36320     API for this to glib, but I cannot find any useful API in ICU.
36321     May end of implementing these in-house.
36322
36323     Changed all unicode_funcs callback names to remove the "_get" part.
36324     Eg, hb_unicode_get_script_func_t is now hb_unicode_script_func_t,
36325     and hb_unicode_get_script() is hb_unicode_script() now.
36326
36327  TODO                      |  4 ++-
36328  src/hb-glib.cc            |  6 +++-
36329  src/hb-icu.cc             |  6 +++-
36330  src/hb-ot-shape.cc        |  6 ++--
36331  src/hb-shape.cc           |  2 +-
36332  src/hb-unicode-private.hh |  8 +++--
36333  src/hb-unicode.cc         | 85
36334  ++++++++++++++++++++++++++++++++++-------------
36335  src/hb-unicode.h          | 70 +++++++++++++++++++++++++++-----------
36336  test/test-unicode.c       | 21 +++++++-----
36337  9 files changed, 146 insertions(+), 62 deletions(-)
36338
36339 commit d05dded1676924e8894c90f7a7c3527b492bcdff
36340 Author: Behdad Esfahbod <behdad@behdad.org>
36341 Date:   Thu Jul 7 23:42:40 2011 -0400
36342
36343     More code generation through preprocessor
36344
36345  src/hb-ot-shape-complex-private.hh | 46
36346  ++++++++++++++++++++++++--------------
36347  1 file changed, 29 insertions(+), 17 deletions(-)
36348
36349 commit 891c4755baae6cd59fad59d27fd8933e5f548a74
36350 Author: Behdad Esfahbod <behdad@behdad.org>
36351 Date:   Thu Jul 7 23:19:27 2011 -0400
36352
36353     Humm, undo some shuffling
36354
36355     In preparation for adding more advanced unicode funcs.
36356
36357  src/hb-ot-shape.cc        |  6 ++---
36358  src/hb-shape.cc           |  2 +-
36359  src/hb-unicode-private.hh | 36 +++++++++++++-------------
36360  src/hb-unicode.cc         | 65
36361  ++++++++++++++++++++++++++++++++++-------------
36362  4 files changed, 70 insertions(+), 39 deletions(-)
36363
36364 commit 4b6317c4f426cfaf21e509dbf6ee6d4e0422cdac
36365 Author: Behdad Esfahbod <behdad@behdad.org>
36366 Date:   Thu Jul 7 23:14:42 2011 -0400
36367
36368     More code shuffling
36369
36370  src/hb-font-private.hh    |  16 +++---
36371  src/hb-font.cc            |   3 +-
36372  src/hb-unicode-private.hh |  42 +++++++-------
36373  src/hb-unicode.cc         | 140
36374  +++++++++++++++++-----------------------------
36375  4 files changed, 82 insertions(+), 119 deletions(-)
36376
36377 commit 3361c9a323575309d9fd55fe076697a3e22073c0
36378 Author: Behdad Esfahbod <behdad@behdad.org>
36379 Date:   Thu Jul 7 22:35:17 2011 -0400
36380
36381     Minor
36382
36383  src/Makefile.am                    |  1 +
36384  src/hb-ot-shape-complex-misc.cc    | 51
36385  ++++++++++++++++++++++++++++++++++++++
36386  src/hb-ot-shape-complex-private.hh | 12 ++++++---
36387  3 files changed, 60 insertions(+), 4 deletions(-)
36388
36389 commit 76f76812ac7cca8ac6935952a2360d5e151480fa
36390 Author: Behdad Esfahbod <behdad@behdad.org>
36391 Date:   Thu Jul 7 22:25:25 2011 -0400
36392
36393     Shuffle code around, remove shape_plan from complex shapers
36394
36395  src/hb-ot-shape-complex-arabic.cc        | 36 +++++++++++++-------------
36396  src/hb-ot-shape-complex-indic-machine.rl | 12 ++++-----
36397  src/hb-ot-shape-complex-indic.cc         | 25 +++++++++---------
36398  src/hb-ot-shape-complex-private.hh       | 44
36399  +++++++++++++++++++++-----------
36400  src/hb-ot-shape-private.hh               | 13 ++--------
36401  src/hb-ot-shape.cc                       |  4 +--
36402  6 files changed, 69 insertions(+), 65 deletions(-)
36403
36404 commit e88bff9b4d77dc86c04832163081effbff752216
36405 Author: Behdad Esfahbod <behdad@behdad.org>
36406 Date:   Thu Jul 7 22:03:02 2011 -0400
36407
36408     Minor, use function typedefs
36409
36410  src/hb-ot-shape-complex-private.hh | 10 ++++++----
36411  1 file changed, 6 insertions(+), 4 deletions(-)
36412
36413 commit 359dcaa0d33271025ca42a5f54ecbac7ae3b56d3
36414 Author: Behdad Esfahbod <behdad@behdad.org>
36415 Date:   Thu Jul 7 21:55:05 2011 -0400
36416
36417     Update copyright headers
36418
36419  src/hb-ot-map-private.hh           | 2 +-
36420  src/hb-ot-map.cc                   | 2 +-
36421  src/hb-ot-shape-complex-private.hh | 2 +-
36422  src/hb-ot-shape.cc                 | 2 +-
36423  4 files changed, 4 insertions(+), 4 deletions(-)
36424
36425 commit d8d0c480c85246a74d47dd5297019c7e39391ab0
36426 Author: Behdad Esfahbod <behdad@behdad.org>
36427 Date:   Thu Jul 7 21:22:08 2011 -0400
36428
36429     Refactor some code common to GSUB and GPOS
36430
36431  src/hb-ot-map-private.hh | 29 ++++++++++++++++++--------
36432  src/hb-ot-map.cc         | 54
36433  +++++++++---------------------------------------
36434  2 files changed, 30 insertions(+), 53 deletions(-)
36435
36436 commit b70c96dbe41d6512b80fe3d966a1942e1ef64a4b
36437 Author: Behdad Esfahbod <behdad@behdad.org>
36438 Date:   Thu Jul 7 21:07:41 2011 -0400
36439
36440     Enable applying GSUB/GPOS features in multiple segments
36441
36442     Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=644184
36443     among others.
36444
36445     Shapers now can request segmented feature application by calling
36446     add_gsub_pause() or add_gpos_pause().  They can also provide a
36447     callback to be called at the pause.  Currently the Arabic shaper
36448     uses pauses to enforce certain feature application.  The Indic
36449     shaper can use the same facility to pause and do reordering in the
36450     callback.
36451
36452  src/hb-ot-map-private.hh          |  50 +++++++++++----
36453  src/hb-ot-map.cc                  | 132
36454  +++++++++++++++++++++++++++++++++-----
36455  src/hb-ot-shape-complex-arabic.cc |  24 ++++++-
36456  src/hb-private.hh                 |   5 ++
36457  4 files changed, 181 insertions(+), 30 deletions(-)
36458
36459 commit f6d7a9bb4c19e605f1f16d9ca40adefba138c37e
36460 Author: Behdad Esfahbod <behdad@behdad.org>
36461 Date:   Thu Jul 7 16:20:35 2011 -0400
36462
36463     Shuffle code around
36464
36465  src/hb-ot-map-private.hh | 68
36466  ++++++++++++++++++++++++------------------------
36467  1 file changed, 34 insertions(+), 34 deletions(-)
36468
36469 commit fc551edbf236d71a522ae7c2c9461aa71c5f7d66
36470 Author: Behdad Esfahbod <behdad@behdad.org>
36471 Date:   Thu Jul 7 16:09:38 2011 -0400
36472
36473     Add todo
36474
36475     I'm too lazy to fix the tests now.
36476
36477  test/test-shape.c | 1 +
36478  1 file changed, 1 insertion(+)
36479
36480 commit 2e18c6dbdfbbfdec0490260bb7cb5213551b2188
36481 Author: Behdad Esfahbod <behdad@behdad.org>
36482 Date:   Wed Jul 6 16:05:45 2011 -0400
36483
36484     Fix reverse_range() position loop
36485
36486     Mozilla Bug 669175 - Slow rendering of text sometimes in this case,
36487     using direction: rtl
36488
36489  src/hb-buffer.cc | 7 +++++--
36490  1 file changed, 5 insertions(+), 2 deletions(-)
36491
36492 commit fa2befa46f215d8c33a54dfc57889928a628164c
36493 Author: Behdad Esfahbod <behdad@behdad.org>
36494 Date:   Mon Jul 4 17:18:57 2011 -0400
36495
36496     Minor
36497
36498  src/hb-view.cc | 2 +-
36499  1 file changed, 1 insertion(+), 1 deletion(-)
36500
36501 commit d69d5ceaa0ad30e8d4b9783507c59c6d4221de4f
36502 Author: Behdad Esfahbod <behdad@behdad.org>
36503 Date:   Mon Jul 4 12:56:38 2011 -0400
36504
36505     [Indic] Well, at least finding syllables works now :)
36506
36507     Still not much there.
36508
36509  src/hb-ot-shape-complex-indic-machine.rl | 4 +++-
36510  src/hb-ot-shape-complex-indic.cc         | 9 ++++++++-
36511  2 files changed, 11 insertions(+), 2 deletions(-)
36512
36513 commit 253a57fb5ab211f67140e6139d183e49483a9074
36514 Author: Behdad Esfahbod <behdad@behdad.org>
36515 Date:   Tue Jun 28 17:26:03 2011 -0400
36516
36517     [test-shape-complex] Remove the greek tests
36518
36519     They are outdated with respect to the DejaVu Sans I'm using.
36520     We need to add font version checking to the tests.
36521
36522  test/test-shape-complex.c | 17 -----------------
36523  1 file changed, 17 deletions(-)
36524
36525 commit afa74bf90405fb121d3132982b87762c1686d80c
36526 Author: Behdad Esfahbod <behdad@behdad.org>
36527 Date:   Tue Jun 28 17:25:17 2011 -0400
36528
36529     [test-shape-complex] Print out expected and actual glyphstrings
36530     upon failure
36531
36532     One has to run the test with --verbose to see that right now.
36533
36534  test/test-shape-complex.c | 25 ++++++++++++++++++++++---
36535  1 file changed, 22 insertions(+), 3 deletions(-)
36536
36537 commit 42d453b0236f67239342df2003b7abce6e2c51ea
36538 Author: Behdad Esfahbod <behdad@behdad.org>
36539 Date:   Tue Jun 28 16:59:16 2011 -0400
36540
36541     [test] Name tests after their input string
36542
36543  test/Makefile.am          |   2 +-
36544  test/test-shape-complex.c | 150
36545  ++++++++++++++++++++++++++++++----------------
36546  2 files changed, 100 insertions(+), 52 deletions(-)
36547
36548 commit 27413169782fdf79e278dd6552c8e194b3bc4eaa
36549 Author: Behdad Esfahbod <behdad@behdad.org>
36550 Date:   Tue Jun 28 16:21:31 2011 -0400
36551
36552     Minor
36553
36554     Towards a better test runner.
36555
36556  test/test-shape-complex.c | 10 +++++++++-
36557  1 file changed, 9 insertions(+), 1 deletion(-)
36558
36559 commit cc674cbf7fb9972975dc0499974e5e7fb4ae3c81
36560 Author: Behdad Esfahbod <behdad@behdad.org>
36561 Date:   Tue Jun 28 16:17:16 2011 -0400
36562
36563     Minor
36564
36565  test/test-shape-complex.c | 2 --
36566  1 file changed, 2 deletions(-)
36567
36568 commit 20d8a3982ae320035edd6a04b402cefc9a5e5779
36569 Author: Behdad Esfahbod <behdad@behdad.org>
36570 Date:   Tue Jun 28 16:16:21 2011 -0400
36571
36572     [test] Remove disabled code
36573
36574     We'd add normalization and decomposition tests later.
36575
36576  test/test-shape-complex.c | 92
36577  -----------------------------------------------
36578  1 file changed, 92 deletions(-)
36579
36580 commit 9704f0ca6c2defed52640da77506c80bc67b4f56
36581 Author: Behdad Esfahbod <behdad@behdad.org>
36582 Date:   Tue Jun 28 16:15:46 2011 -0400
36583
36584     [test] Restructure shape test data a bit
36585
36586  test/test-shape-complex.c | 75
36587  +++++++++++++++++++++++++++--------------------
36588  1 file changed, 43 insertions(+), 32 deletions(-)
36589
36590 commit 4ec30aec3014be6effc09cbbc88dcd075f3826df
36591 Author: Behdad Esfahbod <behdad@behdad.org>
36592 Date:   Tue Jun 28 14:13:38 2011 -0400
36593
36594     [Indic] Optimize Indic table storage
36595
36596  src/hb-ot-shape-complex-indic.cc | 8 +++++---
36597  src/hb-private.hh                | 1 +
36598  2 files changed, 6 insertions(+), 3 deletions(-)
36599
36600 commit c4a59de6d8c1e581b5c155319232be9e805e5cba
36601 Author: Behdad Esfahbod <behdad@behdad.org>
36602 Date:   Tue Jun 28 14:03:29 2011 -0400
36603
36604     [Indic] Generate a single data table instead of multiple ones
36605
36606  src/gen-indic-table.py                 | 30 +++++++++-------
36607  src/hb-ot-shape-complex-indic-table.hh | 62
36608  ++++++++++++++++------------------
36609  2 files changed, 48 insertions(+), 44 deletions(-)
36610
36611 commit a346e923a99f920bbebc25b335db51fdfb1429ea
36612 Author: Behdad Esfahbod <behdad@behdad.org>
36613 Date:   Tue Jun 28 12:49:18 2011 -0400
36614
36615     [test] Add Indic tests from harfbuzz.old
36616
36617     Needs fonts to be put in test/fonts.  Tests are skipped otherwise.
36618     Run with --verbose for details.  Working on improving the test runner
36619     to make it easier to make sense of what's going on.
36620
36621  test/Makefile.am          |   11 +-
36622  test/hb-test.h            |   21 +
36623  test/test-shape-complex.c | 1179
36624  +++++++++++++++++++++++++++++++++++++++++++++
36625  3 files changed, 1209 insertions(+), 2 deletions(-)
36626
36627 commit 8fdba506f0f1c66b50f8f4b114d624cb956d03b7
36628 Author: Behdad Esfahbod <behdad@behdad.org>
36629 Date:   Fri Jun 24 20:45:55 2011 -0400
36630
36631     [Indic] Define indic_position_t
36632
36633  src/hb-ot-shape-complex-indic.cc | 239
36634  ++++++++++++++++++++-------------------
36635  1 file changed, 122 insertions(+), 117 deletions(-)
36636
36637 commit 65988a145b4a52c37fd53c1473034f9e701f61d9
36638 Author: Behdad Esfahbod <behdad@behdad.org>
36639 Date:   Fri Jun 24 19:05:52 2011 -0400
36640
36641     [Indic] Add a table of consonant positions
36642
36643     Copied form HarfBuzz.old Indic data.  These are below and post
36644     consonants.  This is temporary.  Read the comment in the patch.
36645
36646  src/hb-ot-shape-complex-indic.cc | 106
36647  +++++++++++++++++++++++++++++++++++++++
36648  1 file changed, 106 insertions(+)
36649
36650 commit c7fe56a1d5d3e969b6ec51cd9ecd471706a19568
36651 Author: Behdad Esfahbod <behdad@behdad.org>
36652 Date:   Fri Jun 24 19:05:34 2011 -0400
36653
36654     [Indic] Some of the basic features are global;  Mark them so
36655
36656  src/hb-ot-shape-complex-indic-machine.rl |  1 +
36657  src/hb-ot-shape-complex-indic.cc         | 48
36658  ++++++++++++++++++++++----------
36659  2 files changed, 35 insertions(+), 14 deletions(-)
36660
36661 commit 867361c3ad39629a8d5b7dc48d558a1c19e37d43
36662 Author: Behdad Esfahbod <behdad@behdad.org>
36663 Date:   Fri Jun 17 18:35:46 2011 -0400
36664
36665     [indic] Add syllable recognition state machine
36666
36667     Using an incredible tool called Ragel.
36668
36669  src/Makefile.am                          |   5 ++
36670  src/hb-ot-shape-complex-indic-machine.rl | 105
36671  +++++++++++++++++++++++++++++++
36672  src/hb-ot-shape-complex-indic.cc         |  21 +++++--
36673  3 files changed, 125 insertions(+), 6 deletions(-)
36674
36675 commit 422e08dbb8e2c0c5664f1bdc7e159a673cfea8c5
36676 Author: Behdad Esfahbod <behdad@behdad.org>
36677 Date:   Wed Jun 15 17:22:48 2011 -0400
36678
36679     Better categorize Indic character classes
36680
36681     Matches OT types now.
36682
36683  src/hb-ot-shape-complex-indic.cc | 51
36684  +++++++++++++++++++++++++---------------
36685  1 file changed, 32 insertions(+), 19 deletions(-)
36686
36687 commit 31f18abecb149f8888a72510f2660328dd6de16d
36688 Author: Behdad Esfahbod <behdad@behdad.org>
36689 Date:   Wed Jun 15 09:49:58 2011 -0400
36690
36691     Minor compiler warning fixes
36692
36693  src/hb-buffer-private.hh           |  8 ++++----
36694  src/hb-object-private.hh           |  4 ++--
36695  src/hb-open-type-private.hh        |  6 +++---
36696  src/hb-ot-layout-common-private.hh |  8 ++++----
36697  src/hb-ot-map.cc                   | 28 +++++++++++++++-------------
36698  src/hb-ot-shape-complex-arabic.cc  |  3 +--
36699  src/hb-view.cc                     | 11 ++++++-----
36700  test/test-object.c                 | 22 +++++++++++-----------
36701  test/test-unicode.c                |  4 ++--
36702  9 files changed, 48 insertions(+), 46 deletions(-)
36703
36704 commit e3693b72f0651985d4f619cde668611639dca885
36705 Author: Behdad Esfahbod <behdad@behdad.org>
36706 Date:   Wed Jun 15 09:33:52 2011 -0400
36707
36708     Change a couple strstr() to strchr()
36709
36710  src/hb-ot-tag.cc | 4 ++--
36711  1 file changed, 2 insertions(+), 2 deletions(-)
36712
36713 commit b9452bfc1696457e156e79037c863903da5454fc
36714 Author: Behdad Esfahbod <behdad@behdad.org>
36715 Date:   Tue Jun 14 14:47:07 2011 -0400
36716
36717     Fix compiler warnings with -pedantic
36718
36719  src/hb-blob.cc                   | 18 +++++++++---------
36720  src/hb-glib.cc                   | 20 ++++++++++----------
36721  src/hb-icu.cc                    | 20 ++++++++++----------
36722  src/hb-object-private.hh         |  2 +-
36723  src/hb-open-type-private.hh      | 14 +++++++-------
36724  src/hb-ot-layout-gdef-private.hh |  2 +-
36725  src/hb-ot-layout.cc              |  2 +-
36726  src/hb-ot-map-private.hh         |  2 +-
36727  src/hb-ot-shape-complex-indic.cc |  8 ++++----
36728  src/hb-ot-shape-private.hh       |  2 +-
36729  src/hb-ot-shape.cc               |  2 +-
36730  11 files changed, 46 insertions(+), 46 deletions(-)
36731
36732 commit 970e092dc23cbeb7897d4c7bb58c042209f518fb
36733 Author: Behdad Esfahbod <behdad@behdad.org>
36734 Date:   Tue Jun 14 14:35:44 2011 -0400
36735
36736     Remove extra semicolon
36737
36738  src/hb-private.hh | 2 +-
36739  1 file changed, 1 insertion(+), 1 deletion(-)
36740
36741 commit 81426808020e2b88f008480bd63519aa68c579a7
36742 Author: Behdad Esfahbod <behdad@behdad.org>
36743 Date:   Mon Jun 13 16:02:18 2011 -0400
36744
36745     Cosmetic
36746
36747  src/gen-indic-table.py                 |    9 +-
36748  src/hb-ot-shape-complex-indic-table.hh | 1038
36749  ++++++++++++++++----------------
36750  2 files changed, 524 insertions(+), 523 deletions(-)
36751
36752 commit 902ab866f2d2edc3a71c1203065e6ddf49e5b431
36753 Author: Behdad Esfahbod <behdad@behdad.org>
36754 Date:   Fri Jun 10 23:08:54 2011 -0400
36755
36756     GNOME Bug 652227 - Unconditional use of stdint.h
36757
36758  src/hb-common.h | 33 ++++++++++++++++++++++-----------
36759  1 file changed, 22 insertions(+), 11 deletions(-)
36760
36761 commit 20503ccd578c9983162857954e3236413469ed35
36762 Author: Behdad Esfahbod <behdad@behdad.org>
36763 Date:   Tue Jun 7 17:02:48 2011 -0400
36764
36765     More Indic data shuffling
36766
36767  src/hb-ot-shape-complex-indic.cc | 74
36768  +++++++++++++++++++++++++++-------------
36769  1 file changed, 50 insertions(+), 24 deletions(-)
36770
36771 commit 63b177e45c2405272da3fa6c26fe11ae37950bd0
36772 Author: Behdad Esfahbod <behdad@behdad.org>
36773 Date:   Tue Jun 7 15:51:40 2011 -0400
36774
36775     Minor
36776
36777  src/hb-ot-shape.cc | 1 +
36778  1 file changed, 1 insertion(+)
36779
36780 commit b9ddbd55930228422e82b34a141ad1b6093f5376
36781 Author: Behdad Esfahbod <behdad@behdad.org>
36782 Date:   Thu Jun 2 17:43:12 2011 -0400
36783
36784     [Indic] Start an Indic shaper
36785
36786     Nothing functional in there yet.
36787
36788     So far, we're parsing IndicSyllabicCategory.txt and
36789     IndicMatraCategory.txt
36790     fils from Unicode Character Database and store them in an array to
36791     be used
36792     by the shaper.  Also hooked up the shaper, but it does not do anything
36793     right now.
36794
36795  src/Makefile.am                        |   3 +
36796  src/gen-indic-table.py                 | 201 ++++++++
36797  src/hb-ot-shape-complex-arabic.cc      |   4 +-
36798  src/hb-ot-shape-complex-indic-table.hh | 834
36799  +++++++++++++++++++++++++++++++++
36800  src/hb-ot-shape-complex-indic.cc       | 141 ++++++
36801  src/hb-ot-shape-complex-private.hh     |  58 ++-
36802  src/hb-ot-shape-private.hh             |   3 +-
36803  7 files changed, 1237 insertions(+), 7 deletions(-)
36804
36805 commit 697a65c5f5cda53bc68720886a253a019e8212a8
36806 Author: Behdad Esfahbod <behdad@behdad.org>
36807 Date:   Wed Jun 1 20:52:00 2011 -0400
36808
36809     Minor
36810
36811  src/gen-arabic-table.py                 | 21 +++++++++++++--------
36812  src/hb-ot-shape-complex-arabic-table.hh |  9 ++++-----
36813  2 files changed, 17 insertions(+), 13 deletions(-)
36814
36815 commit 9de1481f2bbbf2a174280b849628612f36a2f701
36816 Author: Behdad Esfahbod <behdad@behdad.org>
36817 Date:   Wed Jun 1 20:45:14 2011 -0400
36818
36819     Update to ArabicShaping-6.1.0d2.txt
36820
36821  src/hb-ot-shape-complex-arabic-table.hh | 307
36822  ++++++++++++++++++++------------
36823  1 file changed, 197 insertions(+), 110 deletions(-)
36824
36825 commit 9d49433efba2217852f4e44f056465b451961c49
36826 Author: Behdad Esfahbod <behdad@behdad.org>
36827 Date:   Wed Jun 1 18:10:10 2011 -0400
36828
36829     Minor rename
36830
36831  src/Makefile.am                                          | 2 +-
36832  src/{gen-arabic-joining-table.py => gen-arabic-table.py} | 2 +-
36833  src/hb-ot-shape-complex-arabic-table.hh                  | 2 +-
36834  3 files changed, 3 insertions(+), 3 deletions(-)
36835
36836 commit 0eafce56eed4c5166ee5b97b121a452ffd292a7a
36837 Author: Behdad Esfahbod <behdad@behdad.org>
36838 Date:   Wed Jun 1 12:44:30 2011 -0400
36839
36840     [TODO] New items
36841
36842  TODO | 4 ++++
36843  1 file changed, 4 insertions(+)
36844
36845 commit 89a2bc9ba674e7e57fec1fd8ce7648a44f3aab63
36846 Author: Behdad Esfahbod <behdad@behdad.org>
36847 Date:   Tue May 31 15:18:13 2011 -0400
36848
36849     [Vertical] Apply vertical features
36850
36851     We apply all of vert, vrt2, vkrn, valt, and vpal.
36852
36853  TODO               |  7 -------
36854  src/hb-ot-shape.cc | 50
36855  +++++++++++++++++++++++++++++++++++++++++---------
36856  2 files changed, 41 insertions(+), 16 deletions(-)
36857
36858 commit 0c6a9767c812c00f2a6a02d9f43f4694e1f43815
36859 Author: Behdad Esfahbod <behdad@behdad.org>
36860 Date:   Tue May 31 12:59:17 2011 -0400
36861
36862     [hb-view] Add --face-index to choose a face in a TrueType Collection
36863
36864  src/hb-view.cc | 7 ++++++-
36865  1 file changed, 6 insertions(+), 1 deletion(-)
36866
36867 commit 4f28fbdd804fabeec57a98fe267d892ab58b3a6d
36868 Author: Behdad Esfahbod <behdad@behdad.org>
36869 Date:   Tue May 31 12:33:11 2011 -0400
36870
36871     Fix TTC header handling
36872
36873     Also change the Version type to avoid similar bugs in the future.
36874
36875     Reported by Grigori Goronzy.
36876
36877  src/hb-open-file-private.hh      | 6 +++---
36878  src/hb-open-type-private.hh      | 2 +-
36879  src/hb-ot-layout-gdef-private.hh | 6 +++---
36880  3 files changed, 7 insertions(+), 7 deletions(-)
36881
36882 commit 21deab2bdc58d8e9f1a3ba1f9c61c30a79e288a1
36883 Author: Behdad Esfahbod <behdad@behdad.org>
36884 Date:   Mon May 30 11:08:40 2011 -0400
36885
36886     Fixed inifinite loop introduced in 7403e055cd1463f
36887
36888     k is the index, not j.
36889
36890     Reported by Tom Hacohen.
36891
36892  src/hb-ot-layout-gpos-private.hh | 4 ++--
36893  1 file changed, 2 insertions(+), 2 deletions(-)
36894
36895 commit 51881a61ca96c3328e2d92927a5a61e60997a429
36896 Author: Behdad Esfahbod <behdad@behdad.org>
36897 Date:   Fri May 27 18:15:56 2011 -0400
36898
36899     Shrink code size
36900
36901  src/hb-ot-map-private.hh | 11 +----------
36902  src/hb-ot-map.cc         | 11 +++++++++++
36903  2 files changed, 12 insertions(+), 10 deletions(-)
36904
36905 commit 90645fb24bcbb78183576d3641a99560d87e49f2
36906 Author: Behdad Esfahbod <behdad@behdad.org>
36907 Date:   Fri May 27 18:13:31 2011 -0400
36908
36909     [OT] Separate map_builder from the actual map
36910
36911     Respectively, separate planner from the actual plan.
36912
36913  src/hb-ot-map-private.hh           | 121
36914  ++++++++++++++++++++-----------------
36915  src/hb-ot-map.cc                   |  33 +++++-----
36916  src/hb-ot-shape-complex-arabic.cc  |   6 +-
36917  src/hb-ot-shape-complex-private.hh |   8 +--
36918  src/hb-ot-shape-private.hh         |  22 +++++++
36919  src/hb-ot-shape.cc                 |  28 +++++----
36920  6 files changed, 127 insertions(+), 91 deletions(-)
36921
36922 commit 5560a19e2b3901437d8ee2e5905b4ac77073bfbe
36923 Author: Behdad Esfahbod <behdad@behdad.org>
36924 Date:   Fri May 27 17:49:16 2011 -0400
36925
36926     Minor
36927
36928  src/hb-view.cc | 2 +-
36929  1 file changed, 1 insertion(+), 1 deletion(-)
36930
36931 commit 1587c26fe94087040b4a5d682ec196f568e4a1a2
36932 Author: Behdad Esfahbod <behdad@behdad.org>
36933 Date:   Fri May 27 16:05:01 2011 -0400
36934
36935     [TODO] Add item
36936
36937  TODO | 2 ++
36938  1 file changed, 2 insertions(+)
36939
36940 commit 5c9f14932d59e306fbc72f7daecb384a16da73d9
36941 Author: Behdad Esfahbod <behdad@behdad.org>
36942 Date:   Fri May 27 15:59:33 2011 -0400
36943
36944     Minor
36945
36946  Makefile.am | 2 ++
36947  1 file changed, 2 insertions(+)
36948
36949 commit 5bc18195d55570ef01e4b24dd248f222f081b0a2
36950 Author: Behdad Esfahbod <behdad@behdad.org>
36951 Date:   Fri May 27 15:58:54 2011 -0400
36952
36953     Add check-includes.sh
36954
36955  src/Makefile.am               |  7 +++++++
36956  src/check-c-linkage-decls.sh  |  6 +++++-
36957  src/check-header-guards.sh    |  8 +++++++-
36958  src/check-includes.sh         | 42
36959  ++++++++++++++++++++++++++++++++++++++++++
36960  src/check-internal-symbols.sh |  8 ++++----
36961  src/check-libstdc++.sh        |  7 ++++---
36962  src/hb-ot-shape.h             |  1 +
36963  7 files changed, 70 insertions(+), 9 deletions(-)
36964
36965 commit 3f12c434e20261f6d5c600e56575b7dfdd5b1470
36966 Author: Behdad Esfahbod <behdad@behdad.org>
36967 Date:   Fri May 27 04:58:11 2011 -0400
36968
36969     [configure] Generate sha256sum and GPG-sign it
36970
36971  Makefile.am | 29 ++++++++++++++++++++++++++++-
36972  1 file changed, 28 insertions(+), 1 deletion(-)
36973
36974 commit 75ba4073ca6f72c135927d9314197a605281b789
36975 Author: Behdad Esfahbod <behdad@behdad.org>
36976 Date:   Fri May 27 03:58:17 2011 -0400
36977
36978     [test] Rename valgrind-log to log-vaglring.txt
36979
36980  test/Makefile.am | 6 +++---
36981  1 file changed, 3 insertions(+), 3 deletions(-)
36982
36983 commit e3b0ba8e292e6a90666cfbbab6faf11ae11f9ddb
36984 Author: Behdad Esfahbod <behdad@behdad.org>
36985 Date:   Fri May 27 03:56:37 2011 -0400
36986
36987     Minor
36988
36989  harfbuzz.doap | 4 ++--
36990  1 file changed, 2 insertions(+), 2 deletions(-)
36991
36992 commit 595dc63eee926a0e0fee26f8225b5fbe00610fcb
36993 Author: Behdad Esfahbod <behdad@behdad.org>
36994 Date:   Fri May 27 04:14:12 2011 -0400
36995
36996     Bump version to 0.7.0 to open up for development
36997
36998  configure.ac | 2 +-
36999  1 file changed, 1 insertion(+), 1 deletion(-)
37000
37001 commit f24557604281356131618546332d7ee3a0c8abef
37002 Author: Behdad Esfahbod <behdad@behdad.org>
37003 Date:   Wed May 25 16:08:06 2011 -0400
37004
37005     Release 0.6.0.  First official tarball release!
37006
37007     There are no API guarantees just yet, but I *expect* that no
37008     incompatible API changes to happen before 1.0.0.
37009
37010     Update NEWS.
37011
37012  NEWS         | 262
37013  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
37014  configure.ac |   2 +-
37015  2 files changed, 263 insertions(+), 1 deletion(-)
37016
37017 commit 654f88fbc9bcb54f9bd2d5586236234e03424044
37018 Author: Behdad Esfahbod <behdad@behdad.org>
37019 Date:   Fri May 27 03:38:46 2011 -0400
37020
37021     [test-common] Test hb_direction_to_string()
37022
37023     Caught by "make check-symbols".
37024
37025  test/test-common.c | 6 ++++++
37026  1 file changed, 6 insertions(+)
37027
37028 commit 18bced134fc3379c9124ba029e22ff3f6434ca0f
37029 Author: Behdad Esfahbod <behdad@behdad.org>
37030 Date:   Fri May 27 03:38:30 2011 -0400
37031
37032     [test] Rename test-symbols to check-symbols
37033
37034     Shows undocumented symbols.
37035
37036  test/Makefile.am | 37 +++++++++++++++++++++----------------
37037  1 file changed, 21 insertions(+), 16 deletions(-)
37038
37039 commit 376dafa6ed414e368e9dc1d5a2e0bfc8e55f410d
37040 Author: Behdad Esfahbod <behdad@behdad.org>
37041 Date:   Fri May 27 03:35:58 2011 -0400
37042
37043     Hide internal symbols
37044
37045  src/hb-ot-shape.cc | 4 ++--
37046  1 file changed, 2 insertions(+), 2 deletions(-)
37047
37048 commit 0e482ec6ba30b613f2d7ee97c61be458c5aebcd6
37049 Author: Behdad Esfahbod <behdad@behdad.org>
37050 Date:   Fri May 27 02:46:28 2011 -0400
37051
37052     [test/unicode] Fix double-free
37053
37054     Caught by "make check-valgrind".
37055
37056  test/Makefile.am    | 2 +-
37057  test/test-unicode.c | 2 --
37058  2 files changed, 1 insertion(+), 3 deletions(-)
37059
37060 commit 28b1bac5415774cf892c9cc0afcac1324c2093f5
37061 Author: Behdad Esfahbod <behdad@behdad.org>
37062 Date:   Fri May 27 02:44:29 2011 -0400
37063
37064     [test] Switch to automake-based test-runner
37065
37066     Adds check-valgrind among other modes.  We do not run under gtester by
37067     default anymore.
37068
37069  Makefile.am                 |  2 +
37070  test/.valgrind-suppressions |  0
37071  test/Makefile.am            | 48 ++++++++++++++++++++++--
37072  test/Makefile.decl          | 90
37073  ---------------------------------------------
37074  4 files changed, 47 insertions(+), 93 deletions(-)
37075
37076 commit adbc97ddde27cf609d95d3249f3ea8060a6e1d20
37077 Author: Behdad Esfahbod <behdad@behdad.org>
37078 Date:   Fri May 27 01:33:18 2011 -0400
37079
37080     [test] Add test-symbols that checks API symbol text coverage
37081
37082     We're not at 100% coverage yet, so do not enable the test by default.
37083
37084  test/Makefile.am | 21 +++++++++++++++++++++
37085  1 file changed, 21 insertions(+)
37086
37087 commit 9313b9aa66a82fd3fa60d8417c22a5350e5a8791
37088 Author: Behdad Esfahbod <behdad@behdad.org>
37089 Date:   Fri May 27 01:00:55 2011 -0400
37090
37091     [test/version] Test hb-version.h
37092
37093  test/Makefile.am    |  1 +
37094  test/test-version.c | 80
37095  +++++++++++++++++++++++++++++++++++++++++++++++++++++
37096  2 files changed, 81 insertions(+)
37097
37098 commit 329c15714be90d3fc2d9054f80cb14fa325dc959
37099 Author: Behdad Esfahbod <behdad@behdad.org>
37100 Date:   Wed May 25 16:07:07 2011 -0400
37101
37102     Add libtool versioning
37103
37104     The versioning is automatic.  For now, soname-major is 0.  With
37105     the 1.0.0 release it will jump to 1 and stay there forever.
37106
37107  configure.ac    | 26 +++++++++++++++++++++-----
37108  src/Makefile.am |  1 +
37109  2 files changed, 22 insertions(+), 5 deletions(-)
37110
37111 commit 5b21eff8c4a00962d4315a47a65a143abe323299
37112 Author: Behdad Esfahbod <behdad@behdad.org>
37113 Date:   Wed May 25 14:49:35 2011 -0400
37114
37115     Update README, etc
37116
37117  COPYING      | 1 +
37118  README       | 8 +++-----
37119  configure.ac | 2 +-
37120  3 files changed, 5 insertions(+), 6 deletions(-)
37121
37122 commit 5bf56ea056b30fba8e07e82ec818c430cab8cafd
37123 Author: Behdad Esfahbod <behdad@behdad.org>
37124 Date:   Wed May 25 14:43:10 2011 -0400
37125
37126     [TODO] Add item
37127
37128  TODO              | 2 ++
37129  test/test-shape.c | 2 ++
37130  2 files changed, 4 insertions(+)
37131
37132 commit 2d8ebcb9d089c2cfbefac71ca6350e2703ab13e3
37133 Author: Behdad Esfahbod <behdad@behdad.org>
37134 Date:   Wed May 25 11:27:33 2011 -0400
37135
37136     [API] One last font-funcs API change
37137
37138     Now that vertical text works correctly, I'm doing a last round
37139     modification of the font-funcs API to simplify.  Expect no more
37140     changes around here.
37141
37142  src/hb-font.cc    | 107
37143  ++++++++++++++++++------------------------------------
37144  src/hb-font.h     |  50 +++++++++++--------------
37145  src/hb-ft.cc      |  26 ++++++-------
37146  test/test-font.c  |  27 +++++++-------
37147  test/test-shape.c |  21 +++++------
37148  5 files changed, 91 insertions(+), 140 deletions(-)
37149
37150 commit d31691296f7d3051fcd345bf1325d17835484b50
37151 Author: Behdad Esfahbod <behdad@behdad.org>
37152 Date:   Wed May 25 11:01:32 2011 -0400
37153
37154     [test] Update to API changes
37155
37156  test/test-font.c  | 72
37157  ++++++++++++++++++++++---------------------------------
37158  test/test-shape.c | 35 +++++++++++++--------------
37159  2 files changed, 44 insertions(+), 63 deletions(-)
37160
37161 commit 7403e055cd1463f38215ad9faedd61c3e1b66ac5
37162 Author: Behdad Esfahbod <behdad@behdad.org>
37163 Date:   Tue May 24 21:04:15 2011 -0400
37164
37165     [Vertical] fix vertical gpos
37166
37167     Wow, it took me a few days to find the right fix!
37168
37169     We now set the advance for attached marks to zero, but we
37170     do this in the _finish() state of gpos, so it shouldn't
37171     regress with fonts like DejaVuSansMono that explicitly
37172     decrease the mark advance width to set it to zero.
37173
37174  src/hb-ot-layout-gpos-private.hh | 167
37175  +++++++++++++++++++++++----------------
37176  src/hb-ot-shape.cc               |   9 ++-
37177  2 files changed, 103 insertions(+), 73 deletions(-)
37178
37179 commit ff7cbd0219a7c260612c53b3bed343747d79ec4e
37180 Author: Behdad Esfahbod <behdad@behdad.org>
37181 Date:   Wed May 25 09:56:06 2011 -0400
37182
37183     [TODO] Update
37184
37185  TODO | 14 ++++++++++++--
37186  1 file changed, 12 insertions(+), 2 deletions(-)
37187
37188 commit 3b0bb855e011099f1a4c77ffc5214c658e280b2d
37189 Author: Behdad Esfahbod <behdad@behdad.org>
37190 Date:   Fri May 20 15:59:59 2011 -0400
37191
37192     [Vertical] GPOS x/y advance adjustments only apply in hori/vert
37193     respectively
37194
37195  src/hb-ot-layout-gpos-private.hh | 31 +++++++++++++++++++++----------
37196  1 file changed, 21 insertions(+), 10 deletions(-)
37197
37198 commit cc2086d67ce559878a5ce2b41d89a37eabac90b8
37199 Author: Behdad Esfahbod <behdad@behdad.org>
37200 Date:   Thu May 19 19:19:50 2011 -0400
37201
37202     [Vertical] Fix GPOS y-advance direction
37203
37204  src/hb-ot-layout-gpos-private.hh | 7 ++++---
37205  1 file changed, 4 insertions(+), 3 deletions(-)
37206
37207 commit 67d51ff96154c8909734046601e439dd8f6a86df
37208 Author: Behdad Esfahbod <behdad@behdad.org>
37209 Date:   Thu May 19 19:08:57 2011 -0400
37210
37211     [Vertical] Do fallback origin calculation
37212
37213  src/hb-font.cc | 32 +++++++++++++++++++++++++++-----
37214  1 file changed, 27 insertions(+), 5 deletions(-)
37215
37216 commit 60fbb36096e344e9af79409ce8cfe3f1f7b0d321
37217 Author: Behdad Esfahbod <behdad@behdad.org>
37218 Date:   Thu May 19 18:46:15 2011 -0400
37219
37220     [Vertical] GPOS is always done with horizontal origin
37221
37222  src/hb-font-private.hh           |   4 +-
37223  src/hb-font.cc                   | 187
37224  ++++++++++++++++++---------------------
37225  src/hb-font.h                    |  53 ++++++-----
37226  src/hb-ft.cc                     |  47 ++++------
37227  src/hb-ot-layout-gdef-private.hh |  18 ++--
37228  src/hb-ot-layout-gpos-private.hh |  23 ++---
37229  src/hb-ot-layout.h               |   2 +-
37230  src/hb-ot-shape.cc               |  15 ++++
37231  8 files changed, 166 insertions(+), 183 deletions(-)
37232
37233 commit 8b38faeede41e64eb0f6ac2e12ce51dd7138d50a
37234 Author: Behdad Esfahbod <behdad@behdad.org>
37235 Date:   Thu May 19 13:08:00 2011 -0400
37236
37237     More vertical
37238
37239     Starting to get there, but not without yet another round of changes.
37240
37241     I think I know wheere to go now.
37242
37243  src/hb-font.cc     | 44 ++++++++++++++++++++++++++++++++------------
37244  src/hb-font.h      | 10 ++++++++++
37245  src/hb-ft.cc       | 14 ++++++++++++--
37246  src/hb-ot-shape.cc |  4 ++++
37247  4 files changed, 58 insertions(+), 14 deletions(-)
37248
37249 commit e609aeb1e24da6b7c812396cddb93ee3c95ef87a
37250 Author: Behdad Esfahbod <behdad@behdad.org>
37251 Date:   Wed May 18 10:17:02 2011 -0400
37252
37253     [hb-view] Add --annotate
37254
37255     Currently it only marks glyph origins.
37256
37257  src/hb-view.cc | 20 +++++++++++++++++++-
37258  1 file changed, 19 insertions(+), 1 deletion(-)
37259
37260 commit b8d76dd74e50d295918cc015e9d2a55e2bf6a461
37261 Author: Behdad Esfahbod <behdad@behdad.org>
37262 Date:   Tue May 17 23:31:00 2011 -0400
37263
37264     Vertical: Adjust origin in glyph_extents() and glyph_contour_point()
37265
37266     The base for vertical is almost ready now.
37267
37268  src/hb-font.cc | 12 ++++++++----
37269  1 file changed, 8 insertions(+), 4 deletions(-)
37270
37271 commit 190981851fe2bb6479b5c72451279f66fe4f6e23
37272 Author: Behdad Esfahbod <behdad@behdad.org>
37273 Date:   Tue May 17 23:27:22 2011 -0400
37274
37275     Cosmetic
37276
37277  src/hb-font.cc | 114
37278  ++++++++++++++++++++++++++++-----------------------------
37279  src/hb-ft.cc   |  36 +++++++++---------
37280  2 files changed, 74 insertions(+), 76 deletions(-)
37281
37282 commit 2c3f51a11c176aa3fc12a9522325efaef2c79d35
37283 Author: Behdad Esfahbod <behdad@behdad.org>
37284 Date:   Tue May 17 23:23:27 2011 -0400
37285
37286     Minor
37287
37288  src/hb-font.cc | 4 ++--
37289  1 file changed, 2 insertions(+), 2 deletions(-)
37290
37291 commit 7e2c85de305be59e1a6afa7d2061e4b7dd00acf7
37292 Author: Behdad Esfahbod <behdad@behdad.org>
37293 Date:   Tue May 17 17:55:03 2011 -0400
37294
37295     [API] Vertical support, take 2
37296
37297     I like this API *much* better.  Implementation still incomplete, but
37298     horizontal works.
37299
37300  src/hb-font-private.hh           |   7 +-
37301  src/hb-font.cc                   | 185
37302  +++++++++++++++++++++++----------------
37303  src/hb-font.h                    | 109 ++++++++++++-----------
37304  src/hb-ft.cc                     |  66 ++++++++------
37305  src/hb-ot-layout-gdef-private.hh |   2 +-
37306  src/hb-ot-layout-gpos-private.hh |   2 +-
37307  src/hb-ot-shape.cc               |   8 +-
37308  7 files changed, 218 insertions(+), 161 deletions(-)
37309
37310 commit 744970af4d884cc87ffa645804578fec8df674a9
37311 Author: Behdad Esfahbod <behdad@behdad.org>
37312 Date:   Mon May 16 18:15:37 2011 -0400
37313
37314     [API] Add support for vertical text
37315
37316     Design not final yet, and in fact I'm going to change it immediately,
37317     but this is an standalone change for itself.
37318
37319  src/hb-font-private.hh               |  35 ++--
37320  src/hb-font.cc                       | 387
37321  +++++++++++++++++++++++++----------
37322  src/hb-font.h                        | 164 +++++++++++----
37323  src/hb-ft.cc                         | 227 +++++++++++++-------
37324  src/hb-ot-layout-gdef-private.hh     |   2 +-
37325  src/hb-ot-layout-gpos-private.hh     |  35 ++--
37326  src/hb-ot-layout-gsub-private.hh     |   1 +
37327  src/hb-ot-layout-gsubgpos-private.hh |   1 +
37328  src/hb-ot-shape.cc                   |  14 +-
37329  src/hb-ot-tag.cc                     |   2 +-
37330  test/test-font.c                     |  61 +++---
37331  test/test-shape.c                    |  17 +-
37332  12 files changed, 650 insertions(+), 296 deletions(-)
37333
37334 commit 80dce8b7c8202766d52cc7666355446bbf5b0565
37335 Author: Behdad Esfahbod <behdad@behdad.org>
37336 Date:   Tue May 17 17:08:36 2011 -0400
37337
37338     Minor
37339
37340  TODO | 2 ++
37341  1 file changed, 2 insertions(+)
37342
37343 commit 5be7d047f6bf54cc577e311b5426c463d2b9b131
37344 Author: Behdad Esfahbod <behdad@behdad.org>
37345 Date:   Tue May 17 15:05:34 2011 -0400
37346
37347     Check for mmap()
37348
37349     Apparently there exist systems with mprotect(), but not mmap()?
37350
37351  configure.ac     | 2 +-
37352  test/test-blob.c | 6 ++++--
37353  2 files changed, 5 insertions(+), 3 deletions(-)
37354
37355 commit 4053f3f788353448b41e541ee617aafbe1cac366
37356 Author: Behdad Esfahbod <behdad@behdad.org>
37357 Date:   Mon May 16 16:20:48 2011 -0400
37358
37359     Cosmetic
37360
37361  src/hb-font.h     | 8 ++++----
37362  test/test-shape.c | 6 +++---
37363  2 files changed, 7 insertions(+), 7 deletions(-)
37364
37365 commit 56d12e0356bee5a95b870dfbc2100b8caeb5d593
37366 Author: Behdad Esfahbod <behdad@behdad.org>
37367 Date:   Mon May 16 16:01:58 2011 -0400
37368
37369     Remove unnecessary TODO item
37370
37371  src/hb-ft.cc | 1 -
37372  1 file changed, 1 deletion(-)
37373
37374 commit 1883af3796459cafe2d194064403b6b1152c584d
37375 Author: Behdad Esfahbod <behdad@behdad.org>
37376 Date:   Mon May 16 15:18:16 2011 -0400
37377
37378     [hb-view] Start work on vertical support
37379
37380  src/hb-view.cc | 10 ++++++----
37381  1 file changed, 6 insertions(+), 4 deletions(-)
37382
37383 commit 9aa6f96af5e5940ba5c9596c6ae377fea23c0ec0
37384 Author: Behdad Esfahbod <behdad@behdad.org>
37385 Date:   Mon May 16 15:08:31 2011 -0400
37386
37387     [hb-view] No need to allocate an extra glyph item at the end
37388
37389  src/hb-view.cc | 3 +--
37390  1 file changed, 1 insertion(+), 2 deletions(-)
37391
37392 commit a0359485c9997e3a211f7c00d40c09074d906c4f
37393 Author: Behdad Esfahbod <behdad@behdad.org>
37394 Date:   Mon May 16 15:07:48 2011 -0400
37395
37396     Minor
37397
37398  test/test-shape.c | 6 ++++++
37399  1 file changed, 6 insertions(+)
37400
37401 commit 92de53ea450eaee077eb1730e6d7a487b20ac721
37402 Author: Behdad Esfahbod <behdad@behdad.org>
37403 Date:   Mon May 16 12:24:56 2011 -0400
37404
37405     [test/buffer] Add more tests for nil buffer
37406
37407  test/test-buffer.c | 38 ++++++++++++++++++++++++++++++++++++++
37408  1 file changed, 38 insertions(+)
37409
37410 commit 065fb38c9a338ddb095f2ec9e034fcc5a02167bd
37411 Author: Behdad Esfahbod <behdad@behdad.org>
37412 Date:   Fri May 13 23:04:46 2011 -0400
37413
37414     [test/ot-tag] More tests
37415
37416  test/test-ot-tag.c | 9 +++++++++
37417  1 file changed, 9 insertions(+)
37418
37419 commit 1a64f6e19a4b483e278c85e4941107be2f71b0a4
37420 Author: Behdad Esfahbod <behdad@behdad.org>
37421 Date:   Fri May 13 22:55:32 2011 -0400
37422
37423     [API] Add HB_LANGUAGE_INVALID
37424
37425  src/hb-common.cc   | 5 +++--
37426  src/hb-common.h    | 2 ++
37427  src/hb-ot-tag.cc   | 2 +-
37428  src/hb-shape.cc    | 2 +-
37429  test/test-common.c | 9 ++++++---
37430  5 files changed, 13 insertions(+), 7 deletions(-)
37431
37432 commit 40b5c2e86c633441040196d158e965ad95d6ad37
37433 Author: Behdad Esfahbod <behdad@behdad.org>
37434 Date:   Fri May 13 22:46:36 2011 -0400
37435
37436     [test/test-ot-tag] Test hb-ot-tag.h, fix many bugs
37437
37438     I'm in awe with how many bugs this test revealed.  All fixed.
37439
37440  src/hb-ot-tag.cc   | 153 +++++++++++++++++++++---------------
37441  test/Makefile.am   |   3 +
37442  test/test-ot-tag.c | 227
37443  +++++++++++++++++++++++++++++++++++++++++++++++++++++
37444  3 files changed, 320 insertions(+), 63 deletions(-)
37445
37446 commit 1368018b475c2a6dd5f625af99695ae2fcba1f05
37447 Author: Behdad Esfahbod <behdad@behdad.org>
37448 Date:   Fri May 13 20:25:38 2011 -0400
37449
37450     [TODO] Add items
37451
37452  TODO | 2 ++
37453  1 file changed, 2 insertions(+)
37454
37455 commit 7fc5a30cb4fbe9a4633ab842b0a8cbbcc6f6bd1b
37456 Author: Behdad Esfahbod <behdad@behdad.org>
37457 Date:   Thu May 12 17:48:20 2011 -0400
37458
37459     [API] Add hb_face_make/is_immutable()
37460
37461  src/hb-font-private.hh |  2 ++
37462  src/hb-font.cc         | 18 ++++++++++++++++++
37463  src/hb-font.h          |  6 ++++++
37464  test/test-font.c       |  2 ++
37465  test/test-object.c     |  2 +-
37466  5 files changed, 29 insertions(+), 1 deletion(-)
37467
37468 commit 20c8b908ddf50a9814dfdd9fca595f258273cd4f
37469 Author: Behdad Esfahbod <behdad@behdad.org>
37470 Date:   Thu May 12 15:19:33 2011 -0400
37471
37472     Finish off previous change
37473
37474  src/hb-font.cc | 1 +
37475  1 file changed, 1 insertion(+)
37476
37477 commit 0fd8c2f1be693616f19f2f1526369874763d6cf6
37478 Author: Behdad Esfahbod <behdad@behdad.org>
37479 Date:   Thu May 12 15:14:13 2011 -0400
37480
37481     [API] Make get_glyph() callback return a boolean
37482
37483     We need to know whether the glyph exists, so we can fallback to
37484     composing / decomposing.  Assuming that glyph==0 means "doesn't exist"
37485     wouldn't work for applications like Pango that want to use different
37486     "doesn't exist" glyph codes for different characters.  An explicit
37487     return value fixes that.
37488
37489  src/hb-font.cc     | 15 +++++++++------
37490  src/hb-font.h      | 12 +++++++-----
37491  src/hb-ft.cc       | 12 +++++++-----
37492  src/hb-ot-shape.cc | 13 +++++++++----
37493  test/test-font.c   |  5 ++++-
37494  test/test-shape.c  | 12 +++++++-----
37495  6 files changed, 43 insertions(+), 26 deletions(-)
37496
37497 commit 8e07f93ab4a3ef9adc7942727ef21f2f9a141d10
37498 Author: Behdad Esfahbod <behdad@behdad.org>
37499 Date:   Thu May 12 14:27:44 2011 -0400
37500
37501     [test/shape] Check shape output
37502
37503  test/test-shape.c | 23 +++++++++++++++++++----
37504  1 file changed, 19 insertions(+), 4 deletions(-)
37505
37506 commit 805af72405a2f653f08de392d7172291ffe8e902
37507 Author: Behdad Esfahbod <behdad@behdad.org>
37508 Date:   Thu May 12 12:39:40 2011 -0400
37509
37510     Rename get_kernings() arguments from first/second_glyph to
37511     left/right_glyph
37512
37513     Makes it clear that kerning is in visual order.
37514
37515  src/hb-font.cc | 10 +++++-----
37516  src/hb-font.h  |  4 ++--
37517  src/hb-ft.cc   |  6 +++---
37518  3 files changed, 10 insertions(+), 10 deletions(-)
37519
37520 commit 23d2432219a91c6328efa9e041b1ecf137752ac3
37521 Author: Behdad Esfahbod <behdad@behdad.org>
37522 Date:   Thu May 12 10:53:57 2011 -0400
37523
37524     [test] Add test-shape.c.  Oops
37525
37526  test/test-shape.c | 125
37527  ++++++++++++++++++++++++++++++++++++++++++++++++++++++
37528  1 file changed, 125 insertions(+)
37529
37530 commit c098c3acc8c48b4b6883c50c9a87e81dbe98ba24
37531 Author: Behdad Esfahbod <behdad@behdad.org>
37532 Date:   Thu May 12 10:49:30 2011 -0400
37533
37534     [test/blob] Use MAP_ANON instead of MAP_ANONYMOUS
37535
37536     More portable.
37537
37538  test/test-blob.c | 2 +-
37539  1 file changed, 1 insertion(+), 1 deletion(-)
37540
37541 commit 8329eb7c6ca39e162228733a2210e643b1a1019d
37542 Author: Behdad Esfahbod <behdad@behdad.org>
37543 Date:   Thu May 12 01:39:17 2011 -0400
37544
37545     [test/shape] Add simplest test for hb_shape()
37546
37547  test/Makefile.am | 1 +
37548  1 file changed, 1 insertion(+)
37549
37550 commit df077fadd7828b609bdfe4dbcad52ef2448525c7
37551 Author: Behdad Esfahbod <behdad@behdad.org>
37552 Date:   Thu May 12 01:19:39 2011 -0400
37553
37554     [object] Make object inert during destruction
37555
37556     Such that user_data and other finalizers cannot resurrect object
37557
37558  src/hb-object-private.hh | 2 ++
37559  1 file changed, 2 insertions(+)
37560
37561 commit ee8dd83bb4e0b1c2ca5928391e35e8bd1fca6121
37562 Author: Behdad Esfahbod <behdad@behdad.org>
37563 Date:   Thu May 12 01:02:03 2011 -0400
37564
37565     [TODO] Update
37566
37567  TODO | 6 ++++++
37568  1 file changed, 6 insertions(+)
37569
37570 commit 52df150efeff4cf003cee65f8c91618f1a980bc8
37571 Author: Behdad Esfahbod <behdad@behdad.org>
37572 Date:   Thu May 12 00:46:57 2011 -0400
37573
37574     Fix font subclass chainup
37575
37576     Test passing now.
37577
37578  src/hb-font.cc | 6 +-----
37579  1 file changed, 1 insertion(+), 5 deletions(-)
37580
37581 commit f2c1dd4f746c36a44cf33d0257a3cd800107c286
37582 Author: Behdad Esfahbod <behdad@behdad.org>
37583 Date:   Thu May 12 00:35:12 2011 -0400
37584
37585     [test/font] Test font_funcs subclassing
37586
37587  test/test-font.c | 158
37588  +++++++++++++++++++++++++++++++++++++++++++++++++++++--
37589  1 file changed, 155 insertions(+), 3 deletions(-)
37590
37591 commit 14f1e81b77971204e9325e2a8b6f8b690fac20a7
37592 Author: Behdad Esfahbod <behdad@behdad.org>
37593 Date:   Thu May 12 00:18:28 2011 -0400
37594
37595     [test/font] Test empty funcs
37596
37597  test/test-font.c | 75
37598  ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
37599  1 file changed, 73 insertions(+), 2 deletions(-)
37600
37601 commit 2ca0b5ae1e65d3f43df3a4a2144a1451d8b485c4
37602 Author: Behdad Esfahbod <behdad@behdad.org>
37603 Date:   Wed May 11 23:57:36 2011 -0400
37604
37605     [test/font] Test more
37606
37607  test/test-font.c | 63
37608  ++++++++++++++++++++++++++++++++++++++++++++++++--------
37609  1 file changed, 54 insertions(+), 9 deletions(-)
37610
37611 commit 7033518f756490e9cf00b96387fee6f2f7fae785
37612 Author: Behdad Esfahbod <behdad@behdad.org>
37613 Date:   Wed May 11 23:31:15 2011 -0400
37614
37615     [API] Pass face to get_table()
37616
37617  src/hb-font.cc   | 4 ++--
37618  src/hb-font.h    | 2 +-
37619  src/hb-ft.cc     | 2 +-
37620  test/test-font.c | 2 +-
37621  4 files changed, 5 insertions(+), 5 deletions(-)
37622
37623 commit b46782780690e26a8221e2d63dd224159aebe413
37624 Author: Behdad Esfahbod <behdad@behdad.org>
37625 Date:   Wed May 11 23:25:28 2011 -0400
37626
37627     [API] Remove const from font user_data
37628
37629  src/hb-font.cc | 20 ++++++++++----------
37630  src/hb-font.h  | 20 ++++++++++----------
37631  src/hb-ft.cc   | 20 ++++++++++----------
37632  3 files changed, 30 insertions(+), 30 deletions(-)
37633
37634 commit ea93e7b27ca04a1655d62bd1d18a32805994af44
37635 Author: Behdad Esfahbod <behdad@behdad.org>
37636 Date:   Wed May 11 23:22:55 2011 -0400
37637
37638     [test/font] More tests
37639
37640  test/test-font.c | 36 +++++++++++++++++++++++++++++++++---
37641  1 file changed, 33 insertions(+), 3 deletions(-)
37642
37643 commit cdb153175f8a1521cde112c65b173f548ca6ee5c
37644 Author: Behdad Esfahbod <behdad@behdad.org>
37645 Date:   Wed May 11 23:12:58 2011 -0400
37646
37647     [test/font] More tests
37648
37649  test/test-font.c | 44 ++++++++++++++++++++++++++++++++++++++++++++
37650  1 file changed, 44 insertions(+)
37651
37652 commit 74d9fa3d9ac226ed72702884e721ef94ecc48e22
37653 Author: Behdad Esfahbod <behdad@behdad.org>
37654 Date:   Wed May 11 23:07:47 2011 -0400
37655
37656     [test/font] More get_empty() tests
37657
37658  test/test-font.c | 5 +++++
37659  1 file changed, 5 insertions(+)
37660
37661 commit db9f4eb4e004fadae9d540522d1d21c3bbe659b0
37662 Author: Behdad Esfahbod <behdad@behdad.org>
37663 Date:   Wed May 11 23:06:02 2011 -0400
37664
37665     [test/font] Test get_face() / get_parent()
37666
37667  test/test-font.c | 4 ++++
37668  1 file changed, 4 insertions(+)
37669
37670 commit 606923bb4304d5b9cf164745d657cba58949a80a
37671 Author: Behdad Esfahbod <behdad@behdad.org>
37672 Date:   Wed May 11 23:05:02 2011 -0400
37673
37674     [test/font] Add test_font_properties()
37675
37676  test/test-font.c | 85
37677  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
37678  1 file changed, 85 insertions(+)
37679
37680 commit da603e80386b41b360acb070a862b6ed87da57b8
37681 Author: Behdad Esfahbod <behdad@behdad.org>
37682 Date:   Wed May 11 22:52:35 2011 -0400
37683
37684     [test/font] Start adding tests for hb-font.h
37685
37686  test/Makefile.am    |  1 +
37687  test/test-buffer.c  |  2 +-
37688  test/test-font.c    | 69
37689  +++++++++++++++++++++++++++++++++++++++++++++++++++++
37690  test/test-unicode.c |  1 +
37691  4 files changed, 72 insertions(+), 1 deletion(-)
37692
37693 commit 9a14688e40e926b9453fcb75891f27bff1e45c49
37694 Author: Behdad Esfahbod <behdad@behdad.org>
37695 Date:   Wed May 11 22:49:29 2011 -0400
37696
37697     [API] Rename hb_face_create_for_data() to hb_face_create()
37698
37699  src/hb-font.cc     | 4 ++--
37700  src/hb-font.h      | 4 ++--
37701  src/hb-ft.cc       | 2 +-
37702  src/test.cc        | 2 +-
37703  test/test-object.c | 4 ++--
37704  5 files changed, 8 insertions(+), 8 deletions(-)
37705
37706 commit 46d6a21cc8613519e6ce27b1925e29285cccb71d
37707 Author: Behdad Esfahbod <behdad@behdad.org>
37708 Date:   Wed May 11 22:33:13 2011 -0400
37709
37710     [API] Add hb_ot_layout_substitute_start/finish()
37711
37712  src/hb-ot-layout.cc | 13 +++++++++++++
37713  src/hb-ot-layout.h  |  8 ++++++++
37714  2 files changed, 21 insertions(+)
37715
37716 commit c84d15f52e1183164502d45b476b54f8fe812e0f
37717 Author: Behdad Esfahbod <behdad@behdad.org>
37718 Date:   Wed May 11 22:23:15 2011 -0400
37719
37720     Remove unused hb_set_t
37721
37722  src/hb-private.hh | 48 ------------------------------------------------
37723  1 file changed, 48 deletions(-)
37724
37725 commit 389a7c9e67549b1a9f7c538965e4647077f8e6ec
37726 Author: Behdad Esfahbod <behdad@behdad.org>
37727 Date:   Wed May 11 22:21:38 2011 -0400
37728
37729     Remove hb_static_threadsafe_set_t
37730
37731  src/hb-common.cc        |  5 +++--
37732  src/hb-mutex-private.hh | 42 ------------------------------------------
37733  2 files changed, 3 insertions(+), 44 deletions(-)
37734
37735 commit e06d4eda7bbdb3a1be1f1ce8d98b059a0730f14d
37736 Author: Behdad Esfahbod <behdad@behdad.org>
37737 Date:   Wed May 11 22:18:31 2011 -0400
37738
37739     Use constructor/destructor for hb_ot_shape_plan_t
37740
37741  src/hb-ot-shape-private.hh | 6 +++++-
37742  src/hb-ot-shape.cc         | 4 +---
37743  2 files changed, 6 insertions(+), 4 deletions(-)
37744
37745 commit a5e4e109460ea23fa5e64926a1676c6a02ab6ba2
37746 Author: Behdad Esfahbod <behdad@behdad.org>
37747 Date:   Wed May 11 22:00:56 2011 -0400
37748
37749     Minor
37750
37751  TODO | 2 +-
37752  1 file changed, 1 insertion(+), 1 deletion(-)
37753
37754 commit daa446f184fa27c9764ff7f8a2444d47cf34d986
37755 Author: Behdad Esfahbod <behdad@behdad.org>
37756 Date:   Wed May 11 21:31:25 2011 -0400
37757
37758     Fix compile with no mutex available
37759
37760  src/hb-mutex-private.hh | 10 +++++-----
37761  1 file changed, 5 insertions(+), 5 deletions(-)
37762
37763 commit 1e56c476c10577fe319fe553c5ced000bd740940
37764 Author: Behdad Esfahbod <behdad@behdad.org>
37765 Date:   Wed May 11 21:28:01 2011 -0400
37766
37767     Free static mutex'es
37768
37769  src/hb-mutex-private.hh | 1 +
37770  1 file changed, 1 insertion(+)
37771
37772 commit 831886a9b4073cfe27f7e1db0e957cbd5913fd31
37773 Author: Behdad Esfahbod <behdad@behdad.org>
37774 Date:   Wed May 11 21:27:52 2011 -0400
37775
37776     Streamline mutex stuff
37777
37778  src/hb-mutex-private.hh | 61
37779  ++++++++++++++++++++++++++++++-------------------
37780  src/hb-private.hh       |  8 +++++++
37781  2 files changed, 46 insertions(+), 23 deletions(-)
37782
37783 commit 438c4eee353ddf0de66171d84c6ef9b21cbdf8f6
37784 Author: Behdad Esfahbod <behdad@behdad.org>
37785 Date:   Wed May 11 21:14:34 2011 -0400
37786
37787     Remove unused hb_mutex_trylock()
37788
37789  src/hb-mutex-private.hh | 3 ---
37790  1 file changed, 3 deletions(-)
37791
37792 commit b8477e1da2785708f3232f8f2577f602a5d320d1
37793 Author: Behdad Esfahbod <behdad@behdad.org>
37794 Date:   Wed May 11 21:12:44 2011 -0400
37795
37796     [test] Add tests for _get_empty() funcs
37797
37798  test/test-blob.c    |  1 +
37799  test/test-buffer.c  |  7 +++++++
37800  test/test-unicode.c | 10 ++++++++++
37801  3 files changed, 18 insertions(+)
37802
37803 commit 3994be3ded40e5a3da0e187ad421b19a78865e02
37804 Author: Behdad Esfahbod <behdad@behdad.org>
37805 Date:   Wed May 11 21:08:31 2011 -0400
37806
37807     [TODO] Update
37808
37809  TODO | 4 ++--
37810  1 file changed, 2 insertions(+), 2 deletions(-)
37811
37812 commit 80a6833b032bc63b4e8c3da6489d3767af1168f3
37813 Author: Behdad Esfahbod <behdad@behdad.org>
37814 Date:   Wed May 11 18:14:44 2011 -0400
37815
37816     [API] Add hb_*_get_empty() for all objects
37817
37818  src/hb-buffer.cc   |  6 ++++++
37819  src/hb-buffer.h    |  3 +++
37820  src/hb-font.cc     | 18 ++++++++++++++++++
37821  src/hb-font.h      |  9 +++++++++
37822  src/hb-unicode.cc  |  6 ++++++
37823  src/hb-unicode.h   |  3 +++
37824  test/test-object.c | 36 +++++++++++++++++++++++++++++++++---
37825  7 files changed, 78 insertions(+), 3 deletions(-)
37826
37827 commit d3b30be378c1dec0259a626d9a408bb9ca1b71ac
37828 Author: Behdad Esfahbod <behdad@behdad.org>
37829 Date:   Wed May 11 18:06:12 2011 -0400
37830
37831     [API] Add HB_UNTAG()
37832
37833     Useful in C API only.
37834
37835  src/hb-common.h | 1 +
37836  1 file changed, 1 insertion(+)
37837
37838 commit 3cc6e9dcb42551761c3a1a9d3c25b1f1bcdc2419
37839 Author: Behdad Esfahbod <behdad@behdad.org>
37840 Date:   Wed May 11 18:02:48 2011 -0400
37841
37842     Minor
37843
37844  src/test.cc | 9 ++++++---
37845  1 file changed, 6 insertions(+), 3 deletions(-)
37846
37847 commit 4101ca7dbbdf1438fa116fb8cad935501ac7cca8
37848 Author: Behdad Esfahbod <behdad@behdad.org>
37849 Date:   Wed May 11 14:30:56 2011 -0400
37850
37851     Plug more leaks
37852
37853     All good now.
37854
37855  src/hb-blob.cc              | 2 +-
37856  src/hb-open-type-private.hh | 8 ++++----
37857  2 files changed, 5 insertions(+), 5 deletions(-)
37858
37859 commit 6a7ac79e26e85f6781186cf708a12825c0857324
37860 Author: Behdad Esfahbod <behdad@behdad.org>
37861 Date:   Wed May 11 14:19:18 2011 -0400
37862
37863     Plug leaks
37864
37865  src/hb-ot-map-private.hh   |  7 +++++++
37866  src/hb-ot-shape-private.hh |  2 ++
37867  src/hb-ot-shape.cc         |  2 ++
37868  src/hb-private.hh          | 10 +++++++++-
37869  4 files changed, 20 insertions(+), 1 deletion(-)
37870
37871 commit 7aa12ebdff11a4ffbd04bf9b164586eb0c172e37
37872 Author: Behdad Esfahbod <behdad@behdad.org>
37873 Date:   Wed May 11 11:55:11 2011 -0400
37874
37875     [unicode] Simplify method setting
37876
37877  src/hb-unicode.cc   | 6 +-----
37878  test/test-unicode.c | 6 +++++-
37879  2 files changed, 6 insertions(+), 6 deletions(-)
37880
37881 commit d5bfd0272130a315d3b5e6cdcf9b7e6395879204
37882 Author: Behdad Esfahbod <behdad@behdad.org>
37883 Date:   Wed May 11 11:48:28 2011 -0400
37884
37885     Minor
37886
37887  src/Makefile.am | 2 +-
37888  1 file changed, 1 insertion(+), 1 deletion(-)
37889
37890 commit 6a4e7e1372ef9fde81b84ecc9c4d1f23d97396c1
37891 Author: Behdad Esfahbod <behdad@behdad.org>
37892 Date:   Wed May 11 10:31:33 2011 -0400
37893
37894     Add maxp table
37895
37896     Not used for anything right now.  Will use to get num_glyphs in
37897     the future.
37898
37899  src/Makefile.am           |  1 +
37900  src/hb-ot-head-private.hh |  1 -
37901  src/hb-ot-layout.cc       |  1 +
37902  src/hb-ot-maxp-private.hh | 68
37903  +++++++++++++++++++++++++++++++++++++++++++++++
37904  4 files changed, 70 insertions(+), 1 deletion(-)
37905
37906 commit e0b0710ae52bcc8c6fbd87dfae83818faa5d5f5f
37907 Author: Behdad Esfahbod <behdad@behdad.org>
37908 Date:   Wed May 11 08:58:21 2011 -0400
37909
37910     Minor
37911
37912  TODO | 4 +++-
37913  1 file changed, 3 insertions(+), 1 deletion(-)
37914
37915 commit a513dbcf73ab1cc39a7c9653034904d0c6cd9fe9
37916 Author: Behdad Esfahbod <behdad@behdad.org>
37917 Date:   Wed May 11 00:24:34 2011 -0400
37918
37919     [API] Change signature of get_contour_point and get_kerning ffuncs
37920
37921     get_contour_point now takes glyph id before point_index.
37922
37923     get_kerning now takes a vector to fill-in.
37924
37925  src/hb-font.cc                   | 56
37926  +++++++++++++++++++++-------------------
37927  src/hb-font.h                    | 16 +++++++-----
37928  src/hb-ft.cc                     | 11 +++++---
37929  src/hb-ot-layout-gdef-private.hh |  2 +-
37930  src/hb-ot-layout-gpos-private.hh |  2 +-
37931  src/hb-ot-shape.cc               | 15 ++++++++---
37932  6 files changed, 59 insertions(+), 43 deletions(-)
37933
37934 commit 63d646fb2933c2765ce526d321a498d0f7fae2f5
37935 Author: Behdad Esfahbod <behdad@behdad.org>
37936 Date:   Wed May 11 00:15:37 2011 -0400
37937
37938     [font] Do user-space conversion when chaining up to parent font
37939
37940  src/hb-font-private.hh | 28 ++++++++++++++++++++++++++++
37941  src/hb-font.cc         | 23 +++++++++++++++++------
37942  2 files changed, 45 insertions(+), 6 deletions(-)
37943
37944 commit b6f902a1a9c8b72b5d6a241a14a7bacfaea3a56a
37945 Author: Behdad Esfahbod <behdad@behdad.org>
37946 Date:   Wed May 11 00:04:15 2011 -0400
37947
37948     Minor
37949
37950  src/hb-font-private.hh           |  6 +++---
37951  src/hb-ot-layout-gdef-private.hh |  6 +++---
37952  src/hb-ot-layout-gpos-private.hh | 20 ++++++++++----------
37953  3 files changed, 16 insertions(+), 16 deletions(-)
37954
37955 commit abcfe9b59b4475eb02dd679aac4bc59616713b28
37956 Author: Behdad Esfahbod <behdad@behdad.org>
37957 Date:   Wed May 11 00:02:02 2011 -0400
37958
37959     Remove hb_ot_layout_context_t, simplify code
37960
37961  src/hb-font-private.hh               |  12 +++-
37962  src/hb-font.cc                       |   6 +-
37963  src/hb-ot-layout-common-private.hh   |   8 +--
37964  src/hb-ot-layout-gdef-private.hh     |  34 +++++-----
37965  src/hb-ot-layout-gpos-private.hh     | 121
37966  ++++++++++++++++++-----------------
37967  src/hb-ot-layout-gsub-private.hh     |  24 +++----
37968  src/hb-ot-layout-gsubgpos-private.hh |  11 ++--
37969  src/hb-ot-layout-private.hh          |  13 ----
37970  src/hb-ot-layout.cc                  |  15 +----
37971  9 files changed, 118 insertions(+), 126 deletions(-)
37972
37973 commit 1ded6d8bbf93b7dabf2b1f620c07bd3236e7a60f
37974 Author: Behdad Esfahbod <behdad@behdad.org>
37975 Date:   Tue May 10 20:49:02 2011 -0400
37976
37977     Make default font-funcs chain-up to the parent
37978
37979  src/hb-font.cc | 44 +++++++++++++++++++++++++++++++++++++++-----
37980  src/hb-font.h  | 41 +++++++++++++++++++++--------------------
37981  2 files changed, 60 insertions(+), 25 deletions(-)
37982
37983 commit b9d975b931d6310f25fab5ac280f523cdc27bf94
37984 Author: Behdad Esfahbod <behdad@behdad.org>
37985 Date:   Tue May 10 20:41:13 2011 -0400
37986
37987     [API] Pass down closure user_data to font funcs
37988
37989  src/hb-font-private.hh |  30 ++++++--
37990  src/hb-font.cc         | 184
37991  +++++++++++++++++++++++++------------------------
37992  src/hb-font.h          |  42 ++++++-----
37993  src/hb-ft.cc           | 103 ++++++++++++++-------------
37994  4 files changed, 198 insertions(+), 161 deletions(-)
37995
37996 commit 446df9cdb1fddb51819b731436fca54146d0bb23
37997 Author: Behdad Esfahbod <behdad@behdad.org>
37998 Date:   Tue May 10 20:14:44 2011 -0400
37999
38000     Whitespace
38001
38002  src/hb-unicode.h | 30 +++++++++++++++---------------
38003  1 file changed, 15 insertions(+), 15 deletions(-)
38004
38005 commit 686c2d165dfb284b74b78f6b902d04b585dcaef3
38006 Author: Behdad Esfahbod <behdad@behdad.org>
38007 Date:   Tue May 10 20:04:26 2011 -0400
38008
38009     [API] Remove font_funcs func getter functions
38010
38011  src/hb-font.cc | 32 --------------------------------
38012  src/hb-font.h  | 18 ------------------
38013  2 files changed, 50 deletions(-)
38014
38015 commit defc45be6d75aba4a67fa7814b91b73bad953fe6
38016 Author: Behdad Esfahbod <behdad@behdad.org>
38017 Date:   Tue May 10 20:02:49 2011 -0400
38018
38019     [API] Add hb_font_create_sub_font() and hb_font_get_parent()
38020
38021     Not quite useful just yet.
38022
38023  src/hb-font-private.hh |  1 +
38024  src/hb-font.cc         | 41 ++++++++++++++++++++++++++++++++++++++---
38025  src/hb-font.h          |  5 +++++
38026  src/hb-unicode.h       |  2 +-
38027  4 files changed, 45 insertions(+), 4 deletions(-)
38028
38029 commit 11bb8fe7b3925bc9b019ad0c0218a231e581f152
38030 Author: Behdad Esfahbod <behdad@behdad.org>
38031 Date:   Tue May 10 19:57:00 2011 -0400
38032
38033     [font] Fix internal sign of x/y_scale
38034
38035     Should have been done as part of
38036     da975419884a535281745f30f4b32fee0bc8a7a1
38037
38038  src/hb-font-private.hh | 4 ++--
38039  1 file changed, 2 insertions(+), 2 deletions(-)
38040
38041 commit 85e6218e3306165d69ef44277459511d5b54b9ff
38042 Author: Behdad Esfahbod <behdad@behdad.org>
38043 Date:   Tue May 10 19:40:44 2011 -0400
38044
38045     [API] Remove broken-by-design hb_font_unset_funcs()
38046
38047  src/hb-font.cc | 22 ----------------------
38048  src/hb-font.h  | 16 ----------------
38049  2 files changed, 38 deletions(-)
38050
38051 commit 74f1d896f2479500d65649cf3ec86dd201f0663a
38052 Author: Behdad Esfahbod <behdad@behdad.org>
38053 Date:   Tue May 10 19:39:32 2011 -0400
38054
38055     Add hb_font_make/is_immutable()
38056
38057  src/hb-font-private.hh |  2 ++
38058  src/hb-font.cc         | 26 +++++++++++++++++++++++---
38059  src/hb-font.h          |  6 ++++++
38060  test/test-object.c     |  2 +-
38061  4 files changed, 32 insertions(+), 4 deletions(-)
38062
38063 commit 8c7a100a4d0f3a257fb7563cb08ed4356c3af669
38064 Author: Behdad Esfahbod <behdad@behdad.org>
38065 Date:   Tue May 10 19:21:07 2011 -0400
38066
38067     Fix build without mutex
38068
38069  src/hb-mutex-private.hh | 12 ++++++------
38070  1 file changed, 6 insertions(+), 6 deletions(-)
38071
38072 commit 19d3035c40e73923bcad709dc5eefe31cb34d681
38073 Author: Behdad Esfahbod <behdad@behdad.org>
38074 Date:   Tue May 10 19:18:12 2011 -0400
38075
38076     Remove duplicate atomic_int implementation
38077
38078  src/hb-mutex-private.hh | 17 -----------------
38079  1 file changed, 17 deletions(-)
38080
38081 commit 45bfa99034512e886d75b1d45a5a649647f4711f
38082 Author: Behdad Esfahbod <behdad@behdad.org>
38083 Date:   Tue May 10 19:12:49 2011 -0400
38084
38085     Fix set implementation to be truly threadsafe even with destroy()
38086     callbacks
38087
38088     The test/object test is passing again, instead of deadlocking.
38089
38090  src/hb-common.cc         |  26 +++++------
38091  src/hb-mutex-private.hh  |  47 +++++++------------
38092  src/hb-object-private.hh |   6 ++-
38093  src/hb-private.hh        | 117
38094  ++++++++++++++++++++++++++++++++++++++---------
38095  4 files changed, 128 insertions(+), 68 deletions(-)
38096
38097 commit 0c2ec1d78bfa0166ffd4afc204c2668d4f456ed9
38098 Author: Behdad Esfahbod <behdad@behdad.org>
38099 Date:   Tue May 10 19:11:27 2011 -0400
38100
38101     [test] Always initialize gthread such that our mutex() stuff is tested
38102
38103     Now the test/object test deadlocks as expected.  Fix coming.
38104
38105  configure.ac     | 1 +
38106  test/Makefile.am | 4 ++--
38107  test/hb-test.h   | 1 +
38108  3 files changed, 4 insertions(+), 2 deletions(-)
38109
38110 commit 6a9093cc486c1899197cd7cc9a3eb907c2e756f7
38111 Author: Behdad Esfahbod <behdad@behdad.org>
38112 Date:   Tue May 10 19:00:07 2011 -0400
38113
38114     [test/object] Test user_data with destroy() callback that calls
38115     user_data
38116
38117     Exposes the non-atomicity of user_data opertaions at this time because
38118     we call finish() while still locked and modifying the object.
38119     In fact,
38120     I'm surprised that it doesn't deadlock.  It should.
38121
38122  test/test-object.c | 22 ++++++++++++++++++++++
38123  1 file changed, 22 insertions(+)
38124
38125 commit abe636b8761e47ea60b193c7e72a044de224d172
38126 Author: Behdad Esfahbod <behdad@behdad.org>
38127 Date:   Tue May 10 17:55:40 2011 -0400
38128
38129     Add DOAP file
38130
38131  Makefile.am   |  6 +++++-
38132  harfbuzz.doap | 24 ++++++++++++++++++++++++
38133  2 files changed, 29 insertions(+), 1 deletion(-)
38134
38135 commit f82c18630471216a04e4e3ad42396da4e6d74cba
38136 Author: Behdad Esfahbod <behdad@behdad.org>
38137 Date:   Tue May 10 17:48:34 2011 -0400
38138
38139     [test/blob] Fix bug in test
38140
38141  test/test-blob.c | 3 ++-
38142  1 file changed, 2 insertions(+), 1 deletion(-)
38143
38144 commit 785d23acd0ce72d399f9c5021bebc854872648af
38145 Author: Behdad Esfahbod <behdad@behdad.org>
38146 Date:   Tue May 10 17:41:44 2011 -0400
38147
38148     [test/blob] Add create_sub_blob()
38149
38150  test/test-blob.c | 17 +++++++++++++++++
38151  1 file changed, 17 insertions(+)
38152
38153 commit 0617b1558234673d3924f37541be01b04d36f05a
38154 Author: Behdad Esfahbod <behdad@behdad.org>
38155 Date:   Tue May 10 17:37:08 2011 -0400
38156
38157     [test] Test blob API
38158
38159  test/Makefile.am   |   1 +
38160  test/test-blob.c   | 280
38161  +++++++++++++++++++++++++++++++++++++++++++++++++++++
38162  test/test-buffer.c | 149 ++++++++++++++--------------
38163  3 files changed, 359 insertions(+), 71 deletions(-)
38164
38165 commit 1c9f8717eb12c37c219333cbb0d123e1d2da4896
38166 Author: Behdad Esfahbod <behdad@behdad.org>
38167 Date:   Fri May 6 22:28:26 2011 -0400
38168
38169     [API] Simplify blob API, remove lock
38170
38171  TODO                        |   2 -
38172  src/hb-blob.cc              | 206
38173  ++++++++++++++++++--------------------------
38174  src/hb-blob.h               |  19 ++--
38175  src/hb-font.cc              |   2 -
38176  src/hb-open-type-private.hh |  32 ++++---
38177  src/hb-ot-layout.cc         |   7 +-
38178  test/test-object.c          |   2 +-
38179  7 files changed, 118 insertions(+), 152 deletions(-)
38180
38181 commit 71cef14ac3de07e4fed0a2903b1f0f639406ec6c
38182 Author: Behdad Esfahbod <behdad@behdad.org>
38183 Date:   Fri May 6 19:30:59 2011 -0400
38184
38185     Add -Bsymbolic-functions to linker flags
38186
38187  configure.ac | 3 +++
38188  1 file changed, 3 insertions(+)
38189
38190 commit ab428aeab724ca40341318b66640f992cd72d2fc
38191 Author: Behdad Esfahbod <behdad@behdad.org>
38192 Date:   Fri May 6 19:30:46 2011 -0400
38193
38194     [TODO] Update
38195
38196  TODO | 2 +-
38197  1 file changed, 1 insertion(+), 1 deletion(-)
38198
38199 commit a0f337a1cce1788dbf3147b459e7f615acbfe81b
38200 Author: Behdad Esfahbod <behdad@behdad.org>
38201 Date:   Fri May 6 19:20:52 2011 -0400
38202
38203     Remove unused hb_blob_try_writable_inplace()
38204
38205  src/hb-blob.cc | 20 --------------------
38206  src/hb-blob.h  |  3 ---
38207  2 files changed, 23 deletions(-)
38208
38209 commit 08611d5194144bbf5d96a1110aeb812db06e0901
38210 Author: Behdad Esfahbod <behdad@behdad.org>
38211 Date:   Fri May 6 16:28:10 2011 -0400
38212
38213     Add note re deadlocks
38214
38215  src/hb-common.cc        | 1 +
38216  src/hb-mutex-private.hh | 4 ++++
38217  2 files changed, 5 insertions(+)
38218
38219 commit 34fb5521a5fbb6b95ceff4bbac42a62628bc9f31
38220 Author: Behdad Esfahbod <behdad@behdad.org>
38221 Date:   Fri May 6 00:04:28 2011 -0400
38222
38223     [API] Add hb_language_get_default()
38224
38225     It uses locale information to detect default language.  It's used by
38226     hb_shape() whenever language is not set on the buffer.
38227
38228     Not sure how to properly test it in the test suite.  Tested by
38229     observing
38230     that with DejaVu Sans we select the proper local glyph version
38231     for U+431
38232     under Serbian locale.  See http://www.pango.org/ScriptGallery
38233
38234  src/hb-common.cc   | 21 +++++++++++++++++++++
38235  src/hb-common.h    |  3 +++
38236  src/hb-shape.cc    |  2 +-
38237  test/test-common.c |  5 +++++
38238  4 files changed, 30 insertions(+), 1 deletion(-)
38239
38240 commit c78f4485587cc1dee07e772c164a13fde9d2859f
38241 Author: Behdad Esfahbod <behdad@behdad.org>
38242 Date:   Thu May 5 21:31:04 2011 -0400
38243
38244     [API] Add version macros and functions
38245
38246     Step version up to 0.5.0.
38247
38248     Also, fix to pass "make distcheck"
38249
38250  configure.ac                 | 24 ++++++++++++-----
38251  src/Makefile.am              |  9 +++++++
38252  src/check-c-linkage-decls.sh |  2 +-
38253  src/hb-common.cc             | 29 +++++++++++++++++++++
38254  src/hb-version.h.in          | 62
38255  ++++++++++++++++++++++++++++++++++++++++++++
38256  src/hb.h                     |  1 +
38257  test/Makefile.am             |  2 ++
38258  7 files changed, 122 insertions(+), 7 deletions(-)
38259
38260 commit 9ff819f6571fd0d570f271162d7a30d97ee64148
38261 Author: Behdad Esfahbod <behdad@behdad.org>
38262 Date:   Thu May 5 19:47:59 2011 -0400
38263
38264     Add disable-static libtool flag
38265
38266     No one who builds harfbuzz static uses the autotools build system
38267     to do it.
38268
38269  configure.ac | 2 +-
38270  1 file changed, 1 insertion(+), 1 deletion(-)
38271
38272 commit 7ca7571ef91754274f6c84bbf988962d74a74098
38273 Author: Behdad Esfahbod <behdad@behdad.org>
38274 Date:   Thu May 5 19:47:12 2011 -0400
38275
38276     Remove win32-dll libtool flag
38277
38278     Since we're not win32-dll clean the way libtool docs define it.
38279
38280  configure.ac | 2 +-
38281  1 file changed, 1 insertion(+), 1 deletion(-)
38282
38283 commit 174e3fe89b72729c9c34c647544a2dc1bf63cd84
38284 Author: Behdad Esfahbod <behdad@behdad.org>
38285 Date:   Thu May 5 19:37:53 2011 -0400
38286
38287     Add AC_CANONICAL_HOST
38288
38289  configure.ac | 10 ++++++++++
38290  1 file changed, 10 insertions(+)
38291
38292 commit e6a5b88c01420366a70e0c9ae1775fb3c930cb8b
38293 Author: Behdad Esfahbod <behdad@behdad.org>
38294 Date:   Thu May 5 16:24:42 2011 -0400
38295
38296     Fix build with older glib
38297
38298  configure.ac   |  2 +-
38299  test/hb-test.h | 55
38300  +++++++++++++++++++++++++++++++++----------------------
38301  2 files changed, 34 insertions(+), 23 deletions(-)
38302
38303 commit 3935af1c0d0f53a5fd6054e1ee219f3adda42dca
38304 Author: Behdad Esfahbod <behdad@behdad.org>
38305 Date:   Thu May 5 16:09:45 2011 -0400
38306
38307     [buffer] Remove wrong optimization
38308
38309     While the cluster fields of the glyph string are usually sorted, they
38310     wouldn't be in special cases (for example for non-native direction).
38311     Blindly using bsearch is plain wrong.  If we want to reintroduce this
38312     optimization we have to make sure we know the buffer clusters are
38313     monotonic and in which direction.  Not sure it's worth it though.
38314
38315  src/hb-buffer.cc | 16 +++-------------
38316  1 file changed, 3 insertions(+), 13 deletions(-)
38317
38318 commit 46df6828513d56cd60467e36cbe45aa06648f488
38319 Author: Behdad Esfahbod <behdad@behdad.org>
38320 Date:   Thu May 5 15:33:19 2011 -0400
38321
38322     Make user_data access threadsafe
38323
38324     For now, by taking a global user_data mutex.
38325
38326  src/hb-common.cc         | 25 +++++++++++++++++++++++--
38327  src/hb-object-private.hh |  2 --
38328  2 files changed, 23 insertions(+), 4 deletions(-)
38329
38330 commit 218e67b9eefa26e2e4fe43f99a84d082b185b1b0
38331 Author: Behdad Esfahbod <behdad@behdad.org>
38332 Date:   Thu May 5 15:28:37 2011 -0400
38333
38334     Shrink code
38335
38336  src/hb-common.cc         | 26 ++++++++++++++++++++++++++
38337  src/hb-object-private.hh | 21 ++++-----------------
38338  2 files changed, 30 insertions(+), 17 deletions(-)
38339
38340 commit b8d6183ebc4697a434776cf2aec7857d63a7d881
38341 Author: Behdad Esfahbod <behdad@behdad.org>
38342 Date:   Thu May 5 15:14:04 2011 -0400
38343
38344     Use threadsafe set implementation for hb_language lookups
38345
38346     Note that the static variable has to be a global static, as gcc
38347     implements local statics differently and that would require linking
38348     to libstdc++, which we don't want.
38349
38350  src/hb-common.cc | 6 ++++--
38351  1 file changed, 4 insertions(+), 2 deletions(-)
38352
38353 commit d37486d87b65c5abaaa2998fa5c9e48eedde0933
38354 Author: Behdad Esfahbod <behdad@behdad.org>
38355 Date:   Thu May 5 15:07:54 2011 -0400
38356
38357     Add hb_threadsafe_set_t
38358
38359  src/hb-mutex-private.hh | 54
38360  +++++++++++++++++++++++++++++++++++++++++++++++++
38361  src/hb-private.hh       |  3 +--
38362  2 files changed, 55 insertions(+), 2 deletions(-)
38363
38364 commit b45f32ee4e599c515ce93e44315283d236b073bb
38365 Author: Behdad Esfahbod <behdad@behdad.org>
38366 Date:   Thu May 5 15:00:43 2011 -0400
38367
38368     Use hb_array_t for hb_language_t mapping
38369
38370  src/hb-common.cc         | 48
38371  ++++++++++++++++++++++--------------------------
38372  src/hb-object-private.hh |  4 ++--
38373  src/hb-private.hh        | 19 +++++++++++++++----
38374  3 files changed, 39 insertions(+), 32 deletions(-)
38375
38376 commit 21d2c92fdf7307c7117f8948021f0dd7d5a5d2a3
38377 Author: Behdad Esfahbod <behdad@behdad.org>
38378 Date:   Thu May 5 14:47:53 2011 -0400
38379
38380     Move code around
38381
38382  src/hb-object-private.hh | 28 ++++++++++++++--------------
38383  1 file changed, 14 insertions(+), 14 deletions(-)
38384
38385 commit 448ea9bf63104d39f87fff66219034222fa632b8
38386 Author: Behdad Esfahbod <behdad@behdad.org>
38387 Date:   Thu May 5 14:39:24 2011 -0400
38388
38389     [TODO] Remove done items
38390
38391  TODO | 9 ---------
38392  1 file changed, 9 deletions(-)
38393
38394 commit 265ac614ea6d26041c7d64739098b76a82bbc4f4
38395 Author: Behdad Esfahbod <behdad@behdad.org>
38396 Date:   Thu May 5 14:38:16 2011 -0400
38397
38398     Replace fixed-size lookup_maps array with hb_array_t
38399
38400  src/hb-ot-map-private.hh | 13 +++++--------
38401  src/hb-ot-map.cc         | 47
38402  +++++++++++++++++++++++++----------------------
38403  src/hb-private.hh        |  6 ++----
38404  3 files changed, 32 insertions(+), 34 deletions(-)
38405
38406 commit 6843569d2c70c1771ce964e3d1a4cf91e14e7687
38407 Author: Behdad Esfahbod <behdad@behdad.org>
38408 Date:   Thu May 5 14:12:37 2011 -0400
38409
38410     Replace fixed-size feature_maps array with hb_array_t
38411
38412  src/hb-ot-map-private.hh | 10 +++-------
38413  src/hb-ot-map.cc         | 12 ++++++------
38414  src/hb-ot-shape.cc       |  2 +-
38415  src/hb-private.hh        | 42 +++++++++++++++++++++++++++++-------------
38416  4 files changed, 39 insertions(+), 27 deletions(-)
38417
38418 commit 44b0a4d2fc62689fc56ef57f412b4bb1e439a614
38419 Author: Behdad Esfahbod <behdad@behdad.org>
38420 Date:   Thu May 5 13:42:19 2011 -0400
38421
38422     Replace fixed-size feature_infos array with hb_array_t
38423
38424  src/hb-ot-map-private.hh |  9 +++++----
38425  src/hb-ot-map.cc         |  9 +++++----
38426  src/hb-private.hh        | 12 ++++++++++++
38427  3 files changed, 22 insertions(+), 8 deletions(-)
38428
38429 commit b214ec3ac0ce6568e9226fd09661d52de11dca96
38430 Author: Behdad Esfahbod <behdad@behdad.org>
38431 Date:   Thu May 5 13:24:07 2011 -0400
38432
38433     Minor
38434
38435  src/hb-private.hh | 4 ++--
38436  1 file changed, 2 insertions(+), 2 deletions(-)
38437
38438 commit 811482bd650fb5652a9835471ae8ecf0fb185611
38439 Author: Behdad Esfahbod <behdad@behdad.org>
38440 Date:   Thu May 5 13:21:04 2011 -0400
38441
38442     Replace hb_map_t with hb_set_t which is more intuitive and flexible
38443
38444  src/hb-object-private.hh | 24 ++++++++++++++----------
38445  src/hb-private.hh        | 44
38446  +++++++++++++++++---------------------------
38447  test/test-object.c       |  4 ++++
38448  3 files changed, 35 insertions(+), 37 deletions(-)
38449
38450 commit 478a42536ff7ab777a7774fbfdb9c5e51334a14e
38451 Author: Behdad Esfahbod <behdad@behdad.org>
38452 Date:   Thu May 5 12:39:51 2011 -0400
38453
38454     Make array/map implementation more generic
38455
38456  src/hb-object-private.hh |  2 ++
38457  src/hb-private.hh        | 13 +++++++------
38458  2 files changed, 9 insertions(+), 6 deletions(-)
38459
38460 commit b81bd42951e1ce1569b29168015d3c5a2dacf773
38461 Author: Behdad Esfahbod <behdad@behdad.org>
38462 Date:   Thu May 5 00:21:16 2011 -0400
38463
38464     Make hb_mutex_*() macros take a pointer
38465
38466     More intuitive.
38467
38468  src/hb-blob.cc          | 28 ++++++++++++++--------------
38469  src/hb-mutex-private.hh | 32 ++++++++++++++++----------------
38470  2 files changed, 30 insertions(+), 30 deletions(-)
38471
38472 commit a4b1900913c91aa9db74c4fdfa7c691a5cdf02a8
38473 Author: Behdad Esfahbod <behdad@behdad.org>
38474 Date:   Thu May 5 00:17:43 2011 -0400
38475
38476     Add hb_static_mutex_t
38477
38478  src/hb-mutex-private.hh | 8 ++++++++
38479  1 file changed, 8 insertions(+)
38480
38481 commit 56eb5ad6f94c32189ad219438db9a18683ca6846
38482 Author: Behdad Esfahbod <behdad@behdad.org>
38483 Date:   Wed May 4 19:27:37 2011 -0400
38484
38485     Move code around
38486
38487     Mutex (and Windows.h by extension) are fairly isolated now.
38488
38489  src/Makefile.am          |   8 ++--
38490  src/hb-blob-private.hh   |  60 ---------------------------
38491  src/hb-blob.cc           |  24 ++++++++++-
38492  src/hb-font-private.hh   |   3 --
38493  src/hb-font.cc           |  12 +++---
38494  src/hb-mutex-private.hh  | 105
38495  +++++++++++++++++++++++++++++++++++++++++++++++
38496  src/hb-object-private.hh |  33 ++-------------
38497  src/hb-unicode.cc        |   1 -
38498  8 files changed, 141 insertions(+), 105 deletions(-)
38499
38500 commit d292885893395dcb345dce1010e5c8628a715ef4
38501 Author: Behdad Esfahbod <behdad@behdad.org>
38502 Date:   Tue May 3 01:03:53 2011 -0400
38503
38504     [ft] Fix font->face handling
38505
38506     Don't use _cached()
38507
38508  src/hb-ft.cc | 7 +++++--
38509  1 file changed, 5 insertions(+), 2 deletions(-)
38510
38511 commit 2000179487b49e0d504ec127450dc6fcb5568cec
38512 Author: Behdad Esfahbod <behdad@behdad.org>
38513 Date:   Tue May 3 00:49:06 2011 -0400
38514
38515     Move Win32 thread-safety stuff to hb-object-private.h
38516
38517     The Win32 definitions for LONG, ULONG, etc conflicts with
38518     hb-open-type.h.  Avoid that by making sure hb-object-private.h
38519     and hb-open-type.h are not included in the same compilation unit.
38520
38521  src/hb-common.cc         | 54 ---------------------------------------
38522  src/hb-object-private.hh | 66
38523  ++++++++++++++++++++++++++++++++++++++++++++++++
38524  src/hb-private.hh        | 66
38525  ------------------------------------------------
38526  3 files changed, 66 insertions(+), 120 deletions(-)
38527
38528 commit 266b34418c9bbe23ccaf29cb354b58c465fa3b22
38529 Author: Behdad Esfahbod <behdad@behdad.org>
38530 Date:   Tue May 3 00:35:53 2011 -0400
38531
38532     Refactor to keep hb-object-private.h and hb-open-type.h separate
38533
38534     Needed to be able to include <Windows.h> from hb-object-private.h.
38535
38536  src/hb-font.cc              | 19 ++++----------
38537  src/hb-ot-layout-private.hh | 60
38538  +++++++++++++++++++++++++--------------------
38539  src/hb-ot-layout.cc         | 28 ++++++++++++++++++---
38540  3 files changed, 63 insertions(+), 44 deletions(-)
38541
38542 commit d4141a44b97377a65e6d2a3e03b3709307af38c1
38543 Author: Behdad Esfahbod <behdad@behdad.org>
38544 Date:   Tue May 3 00:19:18 2011 -0400
38545
38546     [blob] Implement sub_blob() in terms of create()
38547
38548     Fixes problem with uninitialized sub_blob->mutex among other things.
38549
38550     Reported by Bradley Grainger.
38551
38552  src/hb-blob.cc | 12 +++++-------
38553  1 file changed, 5 insertions(+), 7 deletions(-)
38554
38555 commit fc52e9e44c2fe84d63f18dc0098720830f0b467d
38556 Author: Behdad Esfahbod <behdad@behdad.org>
38557 Date:   Tue May 3 00:09:16 2011 -0400
38558
38559     Implement win32 thread-safety stuff
38560
38561     Patch from Bradley Grainger.
38562
38563  src/hb-common.cc  | 54
38564  ++++++++++++++++++++++++++++++++++++++++++++++++++++++
38565  src/hb-private.hh | 30 +++++++++++++++++++++++++-----
38566  2 files changed, 79 insertions(+), 5 deletions(-)
38567
38568 commit f55272ecde857c116f97a3195f3abd1df3be4b86
38569 Author: Behdad Esfahbod <behdad@behdad.org>
38570 Date:   Mon May 2 20:57:28 2011 -0400
38571
38572     Add hb_mutex_free() and use it
38573
38574     Based on patch by Bradley Grainger.
38575
38576  src/hb-blob.cc    |  1 +
38577  src/hb-private.hh | 16 +++++++++-------
38578  2 files changed, 10 insertions(+), 7 deletions(-)
38579
38580 commit 8d5186484b28b5f629b523e067d7d5166eec557a
38581 Author: Behdad Esfahbod <behdad@behdad.org>
38582 Date:   Mon May 2 20:52:21 2011 -0400
38583
38584     Cosmetic
38585
38586  src/hb-private.hh | 2 +-
38587  1 file changed, 1 insertion(+), 1 deletion(-)
38588
38589 commit 72657e4ce757dcb055a8db7291b68f96f0d34bfb
38590 Author: Behdad Esfahbod <behdad@behdad.org>
38591 Date:   Mon May 2 20:46:32 2011 -0400
38592
38593     [API] Make hb_font_create() take a face and reference it
38594
38595  src/hb-font-private.hh           |  2 ++
38596  src/hb-font.cc                   | 42
38597  +++++++++++++++++++++++++---------------
38598  src/hb-font.h                    | 26 ++++++++++++++-----------
38599  src/hb-ft.cc                     |  7 +------
38600  src/hb-ot-layout-gdef-private.hh |  2 +-
38601  src/hb-ot-layout-gpos-private.hh |  2 +-
38602  src/hb-ot-layout.cc              | 10 ++++------
38603  src/hb-ot-layout.h               |  2 --
38604  src/hb-ot-map-private.hh         |  2 +-
38605  src/hb-ot-shape.cc               | 23 +++++++++++-----------
38606  src/hb-ot-shape.h                |  1 -
38607  src/hb-shape.cc                  | 18 ++---------------
38608  src/hb-shape.h                   |  1 -
38609  src/hb-view.cc                   |  4 +---
38610  test/test-object.c               |  7 +++++--
38611  15 files changed, 70 insertions(+), 79 deletions(-)
38612
38613 commit cec6611c5ce84d69d910bf7e9ec1fdd594398f9f
38614 Author: Behdad Esfahbod <behdad@behdad.org>
38615 Date:   Mon May 2 20:18:58 2011 -0400
38616
38617     Protect NULL in a couple places
38618
38619  src/hb-font.cc | 6 +++---
38620  1 file changed, 3 insertions(+), 3 deletions(-)
38621
38622 commit 5a5030366e40baa8d96ca67b47a52ad5af143157
38623 Author: Behdad Esfahbod <behdad@behdad.org>
38624 Date:   Mon May 2 19:54:29 2011 -0400
38625
38626     Fix bug in array growth implementation
38627
38628     With this, test/object is now passing.  Yay!
38629
38630  src/hb-private.hh | 24 +++++++++++-------------
38631  1 file changed, 11 insertions(+), 13 deletions(-)
38632
38633 commit 16123e10700436df18d14e37371bb621b31ea5d1
38634 Author: Behdad Esfahbod <behdad@behdad.org>
38635 Date:   Mon May 2 19:54:17 2011 -0400
38636
38637     Fix bug in map implementation
38638
38639  src/hb-private.hh | 2 +-
38640  1 file changed, 1 insertion(+), 1 deletion(-)
38641
38642 commit 1cd5969f253528b1fc05a06c7a9f222baa29f68d
38643 Author: Behdad Esfahbod <behdad@behdad.org>
38644 Date:   Mon May 2 19:53:39 2011 -0400
38645
38646     [object] Fix bug in get_user_data() implementation
38647
38648  src/hb-object-private.hh | 7 ++++---
38649  1 file changed, 4 insertions(+), 3 deletions(-)
38650
38651 commit db99589529a22a2113bcef1680ab6d9b934f382e
38652 Author: Behdad Esfahbod <behdad@behdad.org>
38653 Date:   Mon May 2 19:52:47 2011 -0400
38654
38655     [test/object] Add test for object lifecycle stuff
38656
38657     Revealed many bugs in the (untested and known buggy) user_data
38658     support.
38659
38660  test/Makefile.am   |   4 +
38661  test/test-object.c | 316
38662  +++++++++++++++++++++++++++++++++++++++++++++++++++++
38663  2 files changed, 320 insertions(+)
38664
38665 commit f74d6c81f14f117b3cecfb65f0d5df22849c9a07
38666 Author: Behdad Esfahbod <behdad@behdad.org>
38667 Date:   Mon May 2 19:52:32 2011 -0400
38668
38669     Cosmetic
38670
38671  test/test-unicode.c | 10 +++++-----
38672  1 file changed, 5 insertions(+), 5 deletions(-)
38673
38674 commit 4911062d5be0d937ee8f1a70cc93e05d162f45b3
38675 Author: Behdad Esfahbod <behdad@behdad.org>
38676 Date:   Mon May 2 19:36:39 2011 -0400
38677
38678     [API] Rename hb_blob_create_empty() to hb_blob_get_empty()
38679
38680  src/hb-blob.cc              | 2 +-
38681  src/hb-blob.h               | 2 +-
38682  src/hb-font.cc              | 2 +-
38683  src/hb-open-type-private.hh | 2 +-
38684  4 files changed, 4 insertions(+), 4 deletions(-)
38685
38686 commit 1ab1d3e38cdf8e7331efdbc4ef0c02ee9d5c8c04
38687 Author: Behdad Esfahbod <behdad@behdad.org>
38688 Date:   Mon May 2 19:35:53 2011 -0400
38689
38690     [face] Return nil face if blob is inert
38691
38692  src/hb-font.cc | 3 +++
38693  1 file changed, 3 insertions(+)
38694
38695 commit e87867cb88280e3f3a38d829e359cb686168b2cb
38696 Author: Behdad Esfahbod <behdad@behdad.org>
38697 Date:   Mon May 2 19:35:05 2011 -0400
38698
38699     [buffer] Fail in _create() if we cannot pre-allocate the requested
38700     size
38701
38702  src/hb-buffer.cc | 8 +++++---
38703  1 file changed, 5 insertions(+), 3 deletions(-)
38704
38705 commit cd361ec9a1b2bfc271e5490dbfc0a870fd5c439a
38706 Author: Behdad Esfahbod <behdad@behdad.org>
38707 Date:   Mon May 2 16:54:05 2011 -0400
38708
38709     Cosmetic
38710
38711  test/test-unicode.c | 2 +-
38712  1 file changed, 1 insertion(+), 1 deletion(-)
38713
38714 commit c784c67a28f5b92d396eaa9529d57ef91a5cb9ac
38715 Author: Behdad Esfahbod <behdad@behdad.org>
38716 Date:   Mon May 2 15:59:57 2011 -0400
38717
38718     [unicode] Make _get_parent() return _nil object instead of NULL
38719
38720  src/hb-unicode.cc   | 29 ++++++++++++-----------------
38721  test/test-unicode.c |  2 +-
38722  2 files changed, 13 insertions(+), 18 deletions(-)
38723
38724 commit 07e22779abd089d5921bf2d19d4a3bf1bd0173c6
38725 Author: Behdad Esfahbod <behdad@behdad.org>
38726 Date:   Mon May 2 14:58:04 2011 -0400
38727
38728     [test/unicode] Add script roundtrip tests for glib and ICU
38729
38730  test/test-unicode.c | 70
38731  ++++++++++++++++++++++++++++++++++++++++++++++++-----
38732  1 file changed, 64 insertions(+), 6 deletions(-)
38733
38734 commit 7cda65935c73c277550f6ac12f6730e96d4852a7
38735 Author: Behdad Esfahbod <behdad@behdad.org>
38736 Date:   Mon May 2 14:33:53 2011 -0400
38737
38738     [test/unicode] Better test chainup
38739
38740  test/test-unicode.c | 54
38741  ++++++++++++++++++++++++++++++++++++++++++++++++-----
38742  1 file changed, 49 insertions(+), 5 deletions(-)
38743
38744 commit 250c59225ead28449deb11522dee3819480a19b4
38745 Author: Behdad Esfahbod <behdad@behdad.org>
38746 Date:   Mon May 2 14:21:30 2011 -0400
38747
38748     [test/unicode] Port the _custom test to test all property setters
38749
38750  test/test-unicode.c | 186
38751  +++++++++++++++++++++++++++++-----------------------
38752  1 file changed, 104 insertions(+), 82 deletions(-)
38753
38754 commit e74b5b339ab0af53d893ec84a0955d5aa508fed3
38755 Author: Behdad Esfahbod <behdad@behdad.org>
38756 Date:   Mon May 2 14:03:55 2011 -0400
38757
38758     [test/unicode] Test Unicode 5.2+ but don't fail
38759
38760  test/test-unicode.c | 21 +++++++++++++++++++--
38761  1 file changed, 19 insertions(+), 2 deletions(-)
38762
38763 commit c763aa42b46eaee95359806cab56fa632ff3ad58
38764 Author: Behdad Esfahbod <behdad@behdad.org>
38765 Date:   Mon May 2 13:52:17 2011 -0400
38766
38767     [test/buffer] Clean up testing
38768
38769     Getting the hang of how to cleanly use gtest.
38770
38771  test/test-buffer.c | 154
38772  +++++++++++++++++++++++++++++------------------------
38773  1 file changed, 85 insertions(+), 69 deletions(-)
38774
38775 commit 819e9d9e5310e67e8dcce9fa885f8a086a9b9ee8
38776 Author: Behdad Esfahbod <behdad@behdad.org>
38777 Date:   Mon May 2 12:38:54 2011 -0400
38778
38779     Minor
38780
38781  test/test-unicode.c | 5 ++++-
38782  1 file changed, 4 insertions(+), 1 deletion(-)
38783
38784 commit 03034acb8a9fdd33135bc3775a1f932da9ebdd42
38785 Author: Behdad Esfahbod <behdad@behdad.org>
38786 Date:   Mon May 2 12:37:45 2011 -0400
38787
38788     [icu] Make sure we return script UNKNOWN instead of INVALID
38789
38790  src/hb-icu.cc | 3 +++
38791  1 file changed, 3 insertions(+)
38792
38793 commit d02985ec5a24c659a0a133cc6bc103f1d76bcb29
38794 Author: Behdad Esfahbod <behdad@behdad.org>
38795 Date:   Mon May 2 12:35:14 2011 -0400
38796
38797     ISO 15924 fixes
38798
38799     Update to http://unicode.org/iso15924
38800
38801     Fixes some of the test failures in test-unicode with ICU.  Still
38802     one more to fix before the test passes.
38803
38804  src/hb-common.cc | 10 ++++++++--
38805  src/hb-common.h  |  5 +++--
38806  src/hb-ot-tag.cc |  2 --
38807  3 files changed, 11 insertions(+), 6 deletions(-)
38808
38809 commit e8e29c725a72c2e991cd1c4422a020457e1684e9
38810 Author: Behdad Esfahbod <behdad@behdad.org>
38811 Date:   Mon May 2 12:06:18 2011 -0400
38812
38813     [test/unicode] Add log messages
38814
38815     Use with --verbose to see what's failing
38816
38817  test/test-unicode.c | 9 ++++++---
38818  1 file changed, 6 insertions(+), 3 deletions(-)
38819
38820 commit 208c2c31501f6eb2b81b6bf80fcf39f4646eb38b
38821 Author: Behdad Esfahbod <behdad@behdad.org>
38822 Date:   Sun May 1 20:04:01 2011 -0400
38823
38824     Minor
38825
38826  test/test-unicode.c | 478
38827  ++++++++++++++++++++++++++--------------------------
38828  1 file changed, 243 insertions(+), 235 deletions(-)
38829
38830 commit 60833efaf1310c3f18e150b61daaeb0074ae3d91
38831 Author: Behdad Esfahbod <behdad@behdad.org>
38832 Date:   Fri Apr 29 16:49:57 2011 -0400
38833
38834     [test/unicode] Add testing of all unicode properties
38835
38836     ICU fails for now.
38837
38838  test/hb-test.h      |   4 +-
38839  test/test-unicode.c | 432
38840  +++++++++++++++++++++++++++++++++++++++++++++++++---
38841  2 files changed, 416 insertions(+), 20 deletions(-)
38842
38843 commit da96ee072fa3544c3d36cf0b82ada11806789d70
38844 Author: Behdad Esfahbod <behdad@behdad.org>
38845 Date:   Fri Apr 29 12:17:09 2011 -0400
38846
38847     [test/unicode] Test is/make_immutable()
38848
38849  test/test-unicode.c | 46 ++++++++++++++++++++++++++++++----------------
38850  1 file changed, 30 insertions(+), 16 deletions(-)
38851
38852 commit 6af9cff5e17e82100b435c8d21aed0765296d58d
38853 Author: Behdad Esfahbod <behdad@behdad.org>
38854 Date:   Fri Apr 29 12:00:38 2011 -0400
38855
38856     [test/unicode] Use text fixture instead of static variables
38857
38858  src/hb-unicode-private.hh |   2 +-
38859  src/hb-unicode.h          |   2 +-
38860  test/test-buffer.c        |   2 +-
38861  test/test-c.c             |   1 +
38862  test/test-common.c        |   3 +-
38863  test/test-cplusplus.cc    |   1 +
38864  test/test-unicode.c       | 112
38865  +++++++++++++++++++++++++++-------------------
38866  7 files changed, 74 insertions(+), 49 deletions(-)
38867
38868 commit 13db3d40bfc09c68f9761a71435b1840b9d34099
38869 Author: Behdad Esfahbod <behdad@behdad.org>
38870 Date:   Thu Apr 28 19:44:45 2011 -0400
38871
38872     [test/buffer] Add UTF-16 tests
38873
38874  test/test-buffer.c | 48 ++++++++++++++++++++++++++++++++++++++++++++++--
38875  1 file changed, 46 insertions(+), 2 deletions(-)
38876
38877 commit 243673d601588a6f704ceafbff5dd5cdf66c47b7
38878 Author: Behdad Esfahbod <behdad@behdad.org>
38879 Date:   Thu Apr 28 19:37:51 2011 -0400
38880
38881     [test/buffer] Add more extensive UTF-8 test data from glib
38882
38883  src/hb-buffer.cc   |   2 +-
38884  test/test-buffer.c | 317
38885  ++++++++++++++++++++++++++++++++++++++++++++++++++---
38886  2 files changed, 303 insertions(+), 16 deletions(-)
38887
38888 commit dfec67f958482e5c3bb01e06b08694cd4ded6f66
38889 Author: Behdad Esfahbod <behdad@behdad.org>
38890 Date:   Thu Apr 28 18:34:42 2011 -0400
38891
38892     [test/buffer] Add initial utf-8 tests
38893
38894  test/hb-test.h     | 25 ++++++++++++++++++++++++-
38895  test/test-buffer.c | 46 +++++++++++++++++++++++++++++++++++++++++++++-
38896  2 files changed, 69 insertions(+), 2 deletions(-)
38897
38898 commit aafe395ab550d3ba2fabc69155662e87d45e74a8
38899 Author: Behdad Esfahbod <behdad@behdad.org>
38900 Date:   Thu Apr 28 17:10:44 2011 -0400
38901
38902     Add test suite infrastructure
38903
38904     Wraps around glib for convenience and ease of use.
38905
38906  test/Makefile.am    |   1 +
38907  test/hb-test.h      | 132
38908  ++++++++++++++++++++++++++++++++++++++++++++++++----
38909  test/test-buffer.c  |  29 ++++++------
38910  test/test-common.c  |  14 +++---
38911  test/test-unicode.c |  32 ++++++-------
38912  5 files changed, 160 insertions(+), 48 deletions(-)
38913
38914 commit c7ffe2ad5f6e97e26d14e2cc0d4098af8f5f36d0
38915 Author: Behdad Esfahbod <behdad@behdad.org>
38916 Date:   Thu Apr 28 16:03:29 2011 -0400
38917
38918     [API Remove hb_font_funcs_copy()
38919
38920     Will be adding font_funcs subclassing instead.
38921
38922  src/hb-font.cc | 13 -------------
38923  src/hb-font.h  |  3 ---
38924  2 files changed, 16 deletions(-)
38925
38926 commit 30f34d08d445722320db711c3ddf41e66225752c
38927 Author: Behdad Esfahbod <behdad@behdad.org>
38928 Date:   Thu Apr 28 16:02:40 2011 -0400
38929
38930     [TODO] Remove finished items
38931
38932  TODO          |  2 --
38933  src/hb-font.h | 10 ----------
38934  2 files changed, 12 deletions(-)
38935
38936 commit 080a0eb7d82d7195be72c16ece6e0a3ffed636b6
38937 Author: Behdad Esfahbod <behdad@behdad.org>
38938 Date:   Thu Apr 28 16:01:01 2011 -0400
38939
38940     Add _hb_unsigned_int_mul_overflows
38941
38942  src/hb-buffer.cc                 | 7 ++-----
38943  src/hb-open-type-private.hh      | 2 +-
38944  src/hb-ot-layout-gsub-private.hh | 2 +-
38945  src/hb-private.hh                | 9 ++++++++-
38946  4 files changed, 12 insertions(+), 8 deletions(-)
38947
38948 commit 1d39d6e42b3d7628512d675a84a831a0f58624eb
38949 Author: Behdad Esfahbod <behdad@behdad.org>
38950 Date:   Thu Apr 28 15:54:16 2011 -0400
38951
38952     Desable possibly lethal test on 64-bit machines
38953
38954  test/test-buffer.c | 9 ++++++---
38955  1 file changed, 6 insertions(+), 3 deletions(-)
38956
38957 commit 3264042873fd639f3ef8ff0acfad777a0a9f3355
38958 Author: Behdad Esfahbod <behdad@behdad.org>
38959 Date:   Thu Apr 28 14:24:16 2011 -0400
38960
38961     [test/buffer] Test pre_allocate() and allocation_successful()
38962
38963  src/hb-buffer.cc   |  3 ++-
38964  test/test-buffer.c | 26 +++++++++++++++++++++++++-
38965  2 files changed, 27 insertions(+), 2 deletions(-)
38966
38967 commit 123aa04f7b3241d6e43de2d472c4a1cbdb250ac7
38968 Author: Behdad Esfahbod <behdad@behdad.org>
38969 Date:   Thu Apr 28 12:58:28 2011 -0400
38970
38971     Fix possible but improbable overflow in hb_array_t
38972
38973  src/hb-private.hh | 2 +-
38974  1 file changed, 1 insertion(+), 1 deletion(-)
38975
38976 commit e0db4b868f9fdd8e680890f87dd4e13a1c27b7a1
38977 Author: Behdad Esfahbod <behdad@behdad.org>
38978 Date:   Thu Apr 28 12:56:49 2011 -0400
38979
38980     [buffer] More error handling
38981
38982     Should be all set now.
38983
38984  src/hb-buffer-private.hh |  2 +-
38985  src/hb-buffer.cc         | 60
38986  +++++++++++++++++++++++++++++++++---------------
38987  2 files changed, 43 insertions(+), 19 deletions(-)
38988
38989 commit 15c57e04bf05026ef424f8ae912d2f379301bf93
38990 Author: Behdad Esfahbod <behdad@behdad.org>
38991 Date:   Thu Apr 28 12:28:54 2011 -0400
38992
38993     [test/buffer] Add test pre_alloc(); hangs in the buffer code right now
38994
38995     Because the following loop overflows:
38996
38997       while (size > new_allocated)
38998           new_allocated += (new_allocated >> 1) + 32;
38999
39000  test/test-buffer.c | 33 ++++++++++++++++++++++++++-------
39001  1 file changed, 26 insertions(+), 7 deletions(-)
39002
39003 commit 1e5527e2d60ed3b4a5adf62b258415ec3aef41fb
39004 Author: Behdad Esfahbod <behdad@behdad.org>
39005 Date:   Thu Apr 28 12:15:24 2011 -0400
39006
39007     [test/buffer] Test reset(), set_length(), and set/get_unicode_data()
39008
39009  test/test-buffer.c | 66
39010  ++++++++++++++++++++++++++++++++++++++++++++++++------
39011  1 file changed, 59 insertions(+), 7 deletions(-)
39012
39013 commit db126b5448ec802285cf2b6f0e7da412d02dfb28
39014 Author: Behdad Esfahbod <behdad@behdad.org>
39015 Date:   Thu Apr 28 11:56:29 2011 -0400
39016
39017     [test/buffer] Test reverse() and reverse_clusters()
39018
39019  test/test-buffer.c | 61
39020  ++++++++++++++++++++++++++++++++++++++++++++++++++----
39021  1 file changed, 57 insertions(+), 4 deletions(-)
39022
39023 commit 5fa849b77d49da2212825ebb1bea9145713b8449
39024 Author: Behdad Esfahbod <behdad@behdad.org>
39025 Date:   Wed Apr 27 21:46:01 2011 -0400
39026
39027     [API] Add _set/get_user_data() for all objects
39028
39029  src/hb-blob.cc    | 17 +++++++++++++++++
39030  src/hb-blob.h     | 12 ++++++++++++
39031  src/hb-buffer.cc  | 16 ++++++++++++++++
39032  src/hb-buffer.h   | 10 ++++++++++
39033  src/hb-font.cc    | 51
39034  +++++++++++++++++++++++++++++++++++++++++++++++++++
39035  src/hb-font.h     | 36 ++++++++++++++++++++++++++++++++++++
39036  src/hb-unicode.cc | 17 +++++++++++++++++
39037  src/hb-unicode.h  | 12 ++++++++++++
39038  8 files changed, 171 insertions(+)
39039
39040 commit 852e08ec8fbfbce1d50e571d0bb0b52ef4d4cc58
39041 Author: Behdad Esfahbod <behdad@behdad.org>
39042 Date:   Wed Apr 27 21:45:51 2011 -0400
39043
39044     Move code around
39045
39046  src/hb-object-private.hh | 153
39047  ++++++++++-------------------------------------
39048  src/hb-private.hh        | 136 +++++++++++++++++++++++++++++++++++++----
39049  2 files changed, 157 insertions(+), 132 deletions(-)
39050
39051 commit 29c67d3f70b081766a6c01353980f457f38aeb12
39052 Author: Behdad Esfahbod <behdad@behdad.org>
39053 Date:   Wed Apr 27 21:22:32 2011 -0400
39054
39055     Add initial implementation of user_data to objects
39056
39057  src/hb-common.h          |  11 ++-
39058  src/hb-object-private.hh | 186
39059  ++++++++++++++++++++++++++++++++++++++++++++++-
39060  2 files changed, 193 insertions(+), 4 deletions(-)
39061
39062 commit 47e71d9661946a4ffb96026bf1d697d788414ab5
39063 Author: Behdad Esfahbod <behdad@behdad.org>
39064 Date:   Wed Apr 27 16:38:03 2011 -0400
39065
39066     [object] Remove unnecessary use of macros
39067
39068  TODO                     |  2 --
39069  src/hb-blob.cc           | 18 +++++++++---------
39070  src/hb-buffer.cc         |  6 +++---
39071  src/hb-font.cc           | 30 +++++++++++++++---------------
39072  src/hb-object-private.hh |  9 ---------
39073  src/hb-unicode.cc        |  8 ++++----
39074  6 files changed, 31 insertions(+), 42 deletions(-)
39075
39076 commit 8be1420f8fd0e5c53282245d6830efbee5c7409d
39077 Author: Behdad Esfahbod <behdad@behdad.org>
39078 Date:   Wed Apr 27 16:14:04 2011 -0400
39079
39080     [blob] Use HB_FUNC instead of __FUNCTION__
39081
39082  src/hb-blob.cc | 24 ++++++++++++------------
39083  1 file changed, 12 insertions(+), 12 deletions(-)
39084
39085 commit ae008b90cfc2028e878100f78b21d70f923a6044
39086 Author: Behdad Esfahbod <behdad@behdad.org>
39087 Date:   Wed Apr 27 16:12:12 2011 -0400
39088
39089     [object] Add tracing support back in
39090
39091  src/hb-object-private.hh | 38 ++++++++++++++++++++++++++------------
39092  1 file changed, 26 insertions(+), 12 deletions(-)
39093
39094 commit 5b7f38979fa90117861fe327477de1707f117a8c
39095 Author: Behdad Esfahbod <behdad@behdad.org>
39096 Date:   Wed Apr 27 15:10:12 2011 -0400
39097
39098     GNOME Bug 612402 - (hb-arm) HarfBuzz compilation fix for arm
39099
39100     With gcc on arm, request 8-bit structure alignment.
39101
39102  configure.ac | 10 +++++++++-
39103  1 file changed, 9 insertions(+), 1 deletion(-)
39104
39105 commit 39a840ae65327b173e6eb1bb291e235a8305d7a1
39106 Author: Behdad Esfahbod <behdad@behdad.org>
39107 Date:   Wed Apr 27 14:48:19 2011 -0400
39108
39109     [API] Add hb_direction_from/to_string()
39110
39111     And hb-view --direction argument.
39112
39113  TODO               |  1 -
39114  src/hb-common.cc   | 36 ++++++++++++++++++++++++++++++++++++
39115  src/hb-common.h    |  6 ++++++
39116  src/hb-view.cc     | 13 ++++++++++---
39117  test/test-common.c | 21 ++++++++++++++++++++-
39118  5 files changed, 72 insertions(+), 5 deletions(-)
39119
39120 commit f1425a549fef360c3750532de23604cd318999d8
39121 Author: Behdad Esfahbod <behdad@behdad.org>
39122 Date:   Wed Apr 27 12:15:06 2011 -0400
39123
39124     Rename hb-view.c and test.c to .cc files
39125
39126  src/Makefile.am               | 4 ++--
39127  src/{hb-view.c => hb-view.cc} | 2 +-
39128  src/{test.c => test.cc}       | 5 ++++-
39129  3 files changed, 7 insertions(+), 4 deletions(-)
39130
39131 commit eb5796f58897ecfb9d76fd99915bf1a30669a0fa
39132 Author: Behdad Esfahbod <behdad@behdad.org>
39133 Date:   Wed Apr 27 12:14:53 2011 -0400
39134
39135     [TODO] Add hb-view items
39136
39137  TODO | 10 ++++++++++
39138  1 file changed, 10 insertions(+)
39139
39140 commit 65e0063eae2f3adb25315b8bd7b0e7757aa960f3
39141 Author: Behdad Esfahbod <behdad@behdad.org>
39142 Date:   Wed Apr 27 09:33:58 2011 -0400
39143
39144     Make buffer size growth start from 32 instead of 8
39145
39146  src/hb-buffer.cc | 2 +-
39147  1 file changed, 1 insertion(+), 1 deletion(-)
39148
39149 commit d4bee9f813bb299b1c4aab7c33d588be2a7d354b
39150 Author: Behdad Esfahbod <behdad@behdad.org>
39151 Date:   Wed Apr 27 09:24:37 2011 -0400
39152
39153     [API] Add hb_unicode_funcs_get_default()
39154
39155  src/hb-buffer.cc          |  4 ++--
39156  src/hb-glib.cc            |  5 +++--
39157  src/hb-icu.cc             |  5 +++--
39158  src/hb-unicode-private.hh | 11 +++++++++++
39159  src/hb-unicode.cc         |  7 +++++++
39160  src/hb-unicode.h          |  8 ++++++++
39161  src/hb-view.c             | 13 ++++++-------
39162  test/test-unicode.c       | 11 ++++++++++-
39163  8 files changed, 50 insertions(+), 14 deletions(-)
39164
39165 commit 153142dac8dd9abaf164bb88af07c600c17fc3a1
39166 Author: Behdad Esfahbod <behdad@behdad.org>
39167 Date:   Wed Apr 27 01:49:03 2011 -0400
39168
39169     Replace simple macros with inline functions for better type safety
39170
39171     Now that we use C++ for all source code, lets benefit from it!
39172
39173     The hb_be_int16/32_get/put/eq() macros grow code size if replaced with
39174     inline functions, so leave them as is.
39175
39176  src/hb-open-type-private.hh |  4 ++--
39177  src/hb-private.hh           | 30 +++++++++++++++++++++---------
39178  2 files changed, 23 insertions(+), 11 deletions(-)
39179
39180 commit 40a9b8154f929947f4693bf90c64301afa407c3f
39181 Author: Behdad Esfahbod <behdad@behdad.org>
39182 Date:   Wed Apr 27 01:48:56 2011 -0400
39183
39184     Add TODO item
39185
39186  src/hb-object-private.hh | 1 +
39187  1 file changed, 1 insertion(+)
39188
39189 commit ebdc83467c31574daa118fc18cd2ef2dc819b503
39190 Author: Behdad Esfahbod <behdad@behdad.org>
39191 Date:   Wed Apr 27 01:41:24 2011 -0400
39192
39193     Don't return in void function
39194
39195     Would have been nice if gcc had warned...
39196
39197  src/hb-private.hh | 2 +-
39198  1 file changed, 1 insertion(+), 1 deletion(-)
39199
39200 commit ec6f9c2fd03a49d1e91cbaefa5bdbbfb35dff92e
39201 Author: Behdad Esfahbod <behdad@behdad.org>
39202 Date:   Thu Apr 21 18:35:58 2011 -0400
39203
39204     Further simplify object handling
39205
39206  src/hb-object-private.hh | 53
39207  ++++++++++++++++++++++++------------------------
39208  1 file changed, 27 insertions(+), 26 deletions(-)
39209
39210 commit fca368c4682624346a0aaee690e1ad6ed4c0b337
39211 Author: Behdad Esfahbod <behdad@behdad.org>
39212 Date:   Thu Apr 21 18:24:02 2011 -0400
39213
39214     Add hb_object_header_t which is the common part of all objects
39215
39216     Makes way for adding arbitrary user_data support.
39217
39218  src/hb-blob-private.hh    |  3 +-
39219  src/hb-blob.cc            |  2 +-
39220  src/hb-buffer-private.hh  |  9 +++--
39221  src/hb-buffer.cc          |  2 +-
39222  src/hb-font-private.hh    |  7 ++--
39223  src/hb-font.cc            |  7 ++--
39224  src/hb-ft.cc              |  3 +-
39225  src/hb-glib.cc            |  3 +-
39226  src/hb-icu.cc             |  3 +-
39227  src/hb-object-private.hh  | 95
39228  ++++++++++++++++++++++++++---------------------
39229  src/hb-private.hh         |  5 +--
39230  src/hb-unicode-private.hh |  6 ++-
39231  src/hb-unicode.cc         |  3 +-
39232  13 files changed, 82 insertions(+), 66 deletions(-)
39233
39234 commit a9f24c802956d57180d71b83e96a0fb81197df4a
39235 Author: Behdad Esfahbod <behdad@behdad.org>
39236 Date:   Thu Apr 21 17:18:22 2011 -0400
39237
39238     Move hb_reference_count_t to hb-private.h
39239
39240  src/hb-object-private.hh | 17 -----------------
39241  src/hb-private.hh        | 20 ++++++++++++++++++++
39242  2 files changed, 20 insertions(+), 17 deletions(-)
39243
39244 commit 2409d5f8d7dd8b535ce5ea29e933f7db27d33793
39245 Author: Behdad Esfahbod <behdad@behdad.org>
39246 Date:   Thu Apr 21 17:14:28 2011 -0400
39247
39248     Update Copyright headers
39249
39250  COPYING                                 | 15 ++++++++-------
39251  src/hb-blob-private.hh                  |  2 +-
39252  src/hb-blob.cc                          |  2 +-
39253  src/hb-blob.h                           |  2 +-
39254  src/hb-buffer-private.hh                |  4 ++--
39255  src/hb-buffer.cc                        |  6 +++---
39256  src/hb-buffer.h                         |  6 +++---
39257  src/hb-common.cc                        |  4 +++-
39258  src/hb-common.h                         |  4 +++-
39259  src/hb-font-private.hh                  |  4 +++-
39260  src/hb-font.cc                          |  2 +-
39261  src/hb-font.h                           |  2 +-
39262  src/hb-ft.cc                            |  4 ++--
39263  src/hb-ft.h                             |  2 +-
39264  src/hb-glib.cc                          |  4 +++-
39265  src/hb-glib.h                           |  4 +++-
39266  src/hb-icu.cc                           |  6 ++++--
39267  src/hb-icu.h                            |  4 +++-
39268  src/hb-object-private.hh                |  6 ++++--
39269  src/hb-open-file-private.hh             |  2 +-
39270  src/hb-open-type-private.hh             |  2 +-
39271  src/hb-ot-head-private.hh               |  2 +-
39272  src/hb-ot-layout-common-private.hh      |  4 ++--
39273  src/hb-ot-layout-gdef-private.hh        |  4 ++--
39274  src/hb-ot-layout-gpos-private.hh        |  4 ++--
39275  src/hb-ot-layout-gsub-private.hh        |  4 ++--
39276  src/hb-ot-layout-gsubgpos-private.hh    |  4 ++--
39277  src/hb-ot-layout-private.hh             |  2 +-
39278  src/hb-ot-layout.cc                     |  6 +++---
39279  src/hb-ot-layout.h                      |  2 +-
39280  src/hb-ot-map-private.hh                |  4 ++--
39281  src/hb-ot-map.cc                        |  4 ++--
39282  src/hb-ot-shape-complex-arabic-table.hh |  2 +-
39283  src/hb-ot-shape-complex-arabic.cc       |  2 +-
39284  src/hb-ot-shape-complex-private.hh      |  2 +-
39285  src/hb-ot-shape-private.hh              |  2 +-
39286  src/hb-ot-shape.cc                      |  4 ++--
39287  src/hb-ot-shape.h                       |  2 +-
39288  src/hb-ot-tag.cc                        |  4 +++-
39289  src/hb-ot-tag.h                         |  2 +-
39290  src/hb-ot.h                             |  2 +-
39291  src/hb-private.hh                       |  4 +++-
39292  src/hb-shape.cc                         |  2 +-
39293  src/hb-shape.h                          |  2 +-
39294  src/hb-unicode-private.hh               |  4 ++--
39295  src/hb-unicode.cc                       |  4 ++--
39296  src/hb-unicode.h                        |  4 +++-
39297  src/hb-view.c                           |  4 ++--
39298  src/hb.h                                |  2 +-
39299  src/main.cc                             |  2 +-
39300  src/test.c                              |  2 +-
39301  test/hb-test.h                          | 17 ++++++++++++++++-
39302  test/test-buffer.c                      |  2 +-
39303  test/test-c.c                           |  2 +-
39304  test/test-common.c                      |  2 +-
39305  test/test-cplusplus.cc                  |  2 +-
39306  test/test-unicode.c                     |  2 +-
39307  57 files changed, 122 insertions(+), 84 deletions(-)
39308
39309 commit 08da7a3841ca7dfcb627314cae1c3a668b9c7236
39310 Author: Behdad Esfahbod <behdad@behdad.org>
39311 Date:   Thu Apr 21 16:59:10 2011 -0400
39312
39313     [hb-view] Accept numbers in feature tag name
39314
39315     Reported by Adam Twardoch.
39316
39317  src/hb-view.c | 6 +++---
39318  1 file changed, 3 insertions(+), 3 deletions(-)
39319
39320 commit 24229eb13268a422efffbcb28a094b726824c7f0
39321 Author: Behdad Esfahbod <behdad@behdad.org>
39322 Date:   Thu Apr 21 16:55:17 2011 -0400
39323
39324     Remove obsolete comment
39325
39326     Talking to Ryan Lortie, he thinks my comment doesn't make sense.
39327
39328     So I'm making the getter const.  Note that g_atomic_int_get()
39329     casts that away itself, so we don't need to worry about that
39330     (which kinda makes me uncomfortable actually).
39331
39332  src/hb-object-private.hh | 16 ++--------------
39333  1 file changed, 2 insertions(+), 14 deletions(-)
39334
39335 commit dcb7026f33cbcdf60e9b7fcdd44c64cc08702c74
39336 Author: Behdad Esfahbod <behdad@behdad.org>
39337 Date:   Thu Apr 21 16:34:22 2011 -0400
39338
39339     Add ASSERT_STATIC_EXPR macro
39340
39341     Unused right now.
39342
39343  src/hb-private.hh | 2 ++
39344  1 file changed, 2 insertions(+)
39345
39346 commit 3e8bdbf9414291da5cf61213d5f4275c1ae23ae5
39347 Author: Behdad Esfahbod <behdad@behdad.org>
39348 Date:   Thu Apr 21 16:16:21 2011 -0400
39349
39350     Cleanup hb_refrence_count_t
39351
39352  src/hb-object-private.hh | 23 ++++++++++++++++++-----
39353  src/hb-private.hh        |  6 +++---
39354  2 files changed, 21 insertions(+), 8 deletions(-)
39355
39356 commit 783a7d69696bf0b1502ec9c1495e482e491c78e0
39357 Author: Behdad Esfahbod <behdad@behdad.org>
39358 Date:   Thu Apr 21 16:03:59 2011 -0400
39359
39360     [TODO] Remove finished items
39361
39362  TODO         | 6 +-----
39363  src/hb-ft.cc | 1 -
39364  2 files changed, 1 insertion(+), 6 deletions(-)
39365
39366 commit da975419884a535281745f30f4b32fee0bc8a7a1
39367 Author: Behdad Esfahbod <behdad@behdad.org>
39368 Date:   Thu Apr 21 15:08:01 2011 -0400
39369
39370     [API] Allow negative font x_scale/y_scale
39371
39372     I was reconsidering whether y should grow down, since all three/four
39373     times I've used this API I was tricked and got that wrong in my use.
39374     So I was very inclined to make y grow down instead of up.  However,
39375     considering that the font space has y up and it would be very
39376     confusing
39377     for callbacks to work against that, I decided that what I really want
39378     is for the user to be able to set y_scale to a negative number
39379     to imply
39380     that user-space y grows down.
39381
39382     Changing x_scale/y_scale from unsigned int to int allows that,
39383     and I've
39384     made pango to use that instead of negating glyph y_offset later.
39385     hb-ft
39386     however still has y group up.  I *guess* that's how FreeType works?
39387     I'm not sure, FreeType docs don't make this clear...
39388
39389     I'm happy with the resolution :-).
39390
39391  src/hb-font.cc                     | 8 ++++----
39392  src/hb-font.h                      | 8 ++++----
39393  src/hb-ot-layout-common-private.hh | 6 +-----
39394  src/hb-ot-layout-private.hh        | 2 +-
39395  4 files changed, 10 insertions(+), 14 deletions(-)
39396
39397 commit 4d559cddbb3b3a5c12c5167eba69598618a9f283
39398 Author: Behdad Esfahbod <behdad@behdad.org>
39399 Date:   Thu Apr 21 14:58:23 2011 -0400
39400
39401     [icu] Remove big script switch(), rely on reverse-lookup
39402
39403  src/hb-icu.cc | 137
39404  ++++------------------------------------------------------
39405  1 file changed, 9 insertions(+), 128 deletions(-)
39406
39407 commit d18431b4cd8c1b14523733cd60a62b862f5b471f
39408 Author: Behdad Esfahbod <behdad@behdad.org>
39409 Date:   Wed Apr 20 18:59:10 2011 -0400
39410
39411     Move hb_reference_count_t from macros to inline methods
39412
39413  src/hb-object-private.hh | 25 +++++++++++--------------
39414  1 file changed, 11 insertions(+), 14 deletions(-)
39415
39416 commit c57d454accff66e5f2c58006e8fb40bc020b6182
39417 Author: Behdad Esfahbod <behdad@behdad.org>
39418 Date:   Wed Apr 20 18:50:27 2011 -0400
39419
39420     Rename all private sources and headers to C++ files
39421
39422     So we can liberally use the simple features of C++ that parts of the
39423     codebase is already using.
39424
39425  src/Makefile.am                                         | 17
39426  +++++++++--------
39427  src/{hb-blob-private.h => hb-blob-private.hh}           |  8 ++++----
39428  src/hb-blob.cc                                          |  4 ++--
39429  src/hb-buffer-private.hh                                |  2 +-
39430  src/{hb-common.c => hb-common.cc}                       |  8 ++++----
39431  src/{hb-font-private.h => hb-font-private.hh}           |  8 ++++----
39432  src/hb-font.cc                                          |  6 +++---
39433  src/{hb-ft.c => hb-ft.cc}                               |  4 ++--
39434  src/hb-glib.cc                                          |  2 +-
39435  src/hb-icu.cc                                           |  2 +-
39436  src/{hb-object-private.h => hb-object-private.hh}       | 10 ++++------
39437  src/hb-open-type-private.hh                             |  2 +-
39438  src/hb-ot-layout-gdef-private.hh                        |  2 +-
39439  src/hb-ot-layout-private.hh                             |  4 ++--
39440  ...abic-table.h => hb-ot-shape-complex-arabic-table.hh} |  8 ++++----
39441  src/hb-ot-shape-complex-arabic.cc                       |  2 +-
39442  src/hb-ot-shape-complex-private.hh                      |  2 +-
39443  src/hb-ot-shape-private.hh                              |  2 +-
39444  src/{hb-ot-tag.c => hb-ot-tag.cc}                       |  8 ++++----
39445  src/{hb-private.h => hb-private.hh}                     |  8 ++++----
39446  src/hb-shape.cc                                         |  2 +-
39447  src/hb-unicode-private.hh                               |  2 +-
39448  src/hb-unicode.cc                                       |  2 +-
39449  src/hb-view.c                                           |  6 ++++++
39450  24 files changed, 63 insertions(+), 58 deletions(-)
39451
39452 commit f19f4f9b0965ad7473a0f3a1ffcdbf16930e35d4
39453 Author: Behdad Esfahbod <behdad@behdad.org>
39454 Date:   Wed Apr 20 18:25:56 2011 -0400
39455
39456     Rename hb-blob.c to hb-blob.cc in preparation of more changes
39457
39458  src/Makefile.am               | 2 +-
39459  src/{hb-blob.c => hb-blob.cc} | 2 +-
39460  2 files changed, 2 insertions(+), 2 deletions(-)
39461
39462 commit 04744e73bad22d679986173b5f0d84dbbf49dd57
39463 Author: Behdad Esfahbod <behdad@behdad.org>
39464 Date:   Wed Apr 20 17:24:03 2011 -0400
39465
39466     [TODO] Remove done items
39467
39468  TODO | 6 ------
39469  1 file changed, 6 deletions(-)
39470
39471 commit 9417c1c0d2b005eadf0c087ca695121a6200d0f7
39472 Author: Behdad Esfahbod <behdad@behdad.org>
39473 Date:   Wed Apr 20 17:21:23 2011 -0400
39474
39475     [API] Make hb_face_reference_table() return empty blob instead of NULL
39476
39477     The idea here is that:
39478
39479       - Like pretty much all other API in harfbuzz, user does not have to
39480         check for NULL.
39481
39482       - In any caller code, the case of missing table should be handled
39483         exactly the same way that a too-short table is handled.  Turning
39484         a non-existent talbe into a table of size 0 makes the user code
39485         safer.
39486
39487  src/hb-font.cc              | 2 ++
39488  src/hb-open-type-private.hh | 3 ---
39489  2 files changed, 2 insertions(+), 3 deletions(-)
39490
39491 commit c035812feb0d385a9e8c334631738e4915912c71
39492 Author: Behdad Esfahbod <behdad@behdad.org>
39493 Date:   Wed Apr 20 17:03:00 2011 -0400
39494
39495     [API] Rename hb_face_get_table() to hb_face_reference_table()
39496
39497     That correctly reflects the reference ownership transfer happening.
39498
39499  src/hb-font.cc      | 4 ++--
39500  src/hb-font.h       | 7 ++-----
39501  src/hb-ot-layout.cc | 6 +++---
39502  src/hb-shape.cc     | 2 +-
39503  4 files changed, 8 insertions(+), 11 deletions(-)
39504
39505 commit 2d7b61a4b0ed212ca414b3281c2eae3e3db19c13
39506 Author: Behdad Esfahbod <behdad@behdad.org>
39507 Date:   Wed Apr 20 16:40:56 2011 -0400
39508
39509     [TODO] Remove done items
39510
39511  TODO        | 10 ++--------
39512  src/hb-ft.h |  2 +-
39513  2 files changed, 3 insertions(+), 9 deletions(-)
39514
39515 commit af02933739e03a156b9f7761fd7a63e2a02d0df1
39516 Author: Behdad Esfahbod <behdad@behdad.org>
39517 Date:   Wed Apr 20 15:49:31 2011 -0400
39518
39519     [API] Remove hb_*_get_reference_count()
39520
39521     This was a bizzare piece of API that I inherited from cairo.  It has
39522     been wrong adding them to cairo in the first place.  Remove them
39523     before
39524     someone uses them!
39525
39526  src/hb-blob.c           |  6 ------
39527  src/hb-blob.h           |  3 ---
39528  src/hb-buffer.cc        |  6 ------
39529  src/hb-buffer.h         |  3 ---
39530  src/hb-font.cc          | 18 ------------------
39531  src/hb-font.h           |  9 ---------
39532  src/hb-object-private.h |  7 -------
39533  src/hb-unicode.cc       |  6 ------
39534  src/hb-unicode.h        |  3 ---
39535  test/test-unicode.c     | 24 ------------------------
39536  10 files changed, 85 deletions(-)
39537
39538 commit 440a76b630a36a7336c93e8b05d988c6407b085e
39539 Author: Behdad Esfahbod <behdad@behdad.org>
39540 Date:   Wed Apr 20 14:20:00 2011 -0400
39541
39542     [OT] Fix script to ot-script-tag conversion
39543
39544  src/hb-ot-tag.c | 4 ++--
39545  1 file changed, 2 insertions(+), 2 deletions(-)
39546
39547 commit a3036a3e97b14c8eb1df208aed944207f9b6cc0b
39548 Author: Behdad Esfahbod <behdad@behdad.org>
39549 Date:   Wed Apr 20 14:13:23 2011 -0400
39550
39551     Minor
39552
39553  src/hb-view.c | 1 -
39554  1 file changed, 1 deletion(-)
39555
39556 commit fb6291d9c9224bedf207bf0077ad9f0a2690f867
39557 Author: Behdad Esfahbod <behdad@behdad.org>
39558 Date:   Wed Apr 20 03:15:31 2011 -0400
39559
39560     [test] Add test for headers included from C and C++
39561
39562  test/Makefile.am       | 17 +++++++++++++++++
39563  test/test-c.c          | 49
39564  +++++++++++++++++++++++++++++++++++++++++++++++++
39565  test/test-cplusplus.cc | 29 +++++++++++++++++++++++++++++
39566  3 files changed, 95 insertions(+)
39567
39568 commit 107a50581ccab7df7c390d5b927fdab1bbe8e713
39569 Author: Behdad Esfahbod <behdad@behdad.org>
39570 Date:   Wed Apr 20 03:04:56 2011 -0400
39571
39572     [test] Add todo items
39573
39574  test/test-unicode.c | 3 +++
39575  1 file changed, 3 insertions(+)
39576
39577 commit 5668189c12c264e8d2caf0d12dac918363ef6f80
39578 Author: Behdad Esfahbod <behdad@behdad.org>
39579 Date:   Wed Apr 20 03:03:32 2011 -0400
39580
39581     [API] font: move user_data before destroy()
39582
39583     This is the common convention for language binding tools.
39584
39585  src/hb-font-private.h |  4 ++--
39586  src/hb-font.cc        | 30 +++++++++++++++---------------
39587  src/hb-font.h         | 12 ++++++------
39588  src/hb-ft.c           |  8 ++++----
39589  4 files changed, 27 insertions(+), 27 deletions(-)
39590
39591 commit e5847f75fb7bd25c5db6061d8e20d61fa469f9fe
39592 Author: Behdad Esfahbod <behdad@behdad.org>
39593 Date:   Wed Apr 20 02:59:28 2011 -0400
39594
39595     [API] blob: move user_data before destroy()
39596
39597     This is the common convention for language binding tools.
39598
39599  src/hb-blob-private.h |  2 +-
39600  src/hb-blob.c         | 16 ++++++++--------
39601  src/hb-blob.h         |  4 ++--
39602  3 files changed, 11 insertions(+), 11 deletions(-)
39603
39604 commit 1fd73b594d611624ccb73f614c61298debf48994
39605 Author: Behdad Esfahbod <behdad@behdad.org>
39606 Date:   Wed Apr 20 02:56:39 2011 -0400
39607
39608     [test] Rename test-types to test-common
39609
39610  test/Makefile.am                     | 2 +-
39611  test/{test-types.c => test-common.c} | 0
39612  2 files changed, 1 insertion(+), 1 deletion(-)
39613
39614 commit f144a8ea840c6452c1fece2fd988b42a8ea7c5a6
39615 Author: Behdad Esfahbod <behdad@behdad.org>
39616 Date:   Wed Apr 20 02:54:42 2011 -0400
39617
39618     [icu] Add two-way script conversion functions
39619
39620     Also optimizes the common-direction script lookup.
39621
39622  src/hb-common.c   |   5 +-
39623  src/hb-icu.cc     | 205
39624  +++++++++++++++++++++++++++++-------------------------
39625  src/hb-icu.h      |   9 +++
39626  test/test-types.c |   2 +-
39627  4 files changed, 124 insertions(+), 97 deletions(-)
39628
39629 commit 0809aadd4bbd5d0f256407def7cc10b79772a824
39630 Author: Behdad Esfahbod <behdad@behdad.org>
39631 Date:   Wed Apr 20 02:44:29 2011 -0400
39632
39633     [glib] Add two-way script conversion functions
39634
39635     Also optimizes the common-direction script lookup to be an array
39636     lookup.
39637
39638  src/hb-glib.cc | 270
39639  ++++++++++++++++++++++++++++++---------------------------
39640  src/hb-glib.h  |   8 ++
39641  2 files changed, 148 insertions(+), 130 deletions(-)
39642
39643 commit 5c8c1b680c4fa23c8574b9aebd21113e276f57a3
39644 Author: Behdad Esfahbod <behdad@behdad.org>
39645 Date:   Wed Apr 20 02:29:22 2011 -0400
39646
39647     Remove verbose comments
39648
39649  src/hb-glib.cc | 194 ++++++++++++++++++++---------------------
39650  src/hb-icu.cc  | 266
39651  ++++++++++++++++++++++++++++-----------------------------
39652  2 files changed, 230 insertions(+), 230 deletions(-)
39653
39654 commit fb194b8794898f51eb596fa4092c26606889d376
39655 Author: Behdad Esfahbod <behdad@behdad.org>
39656 Date:   Wed Apr 20 02:00:47 2011 -0400
39657
39658     unicode: Cleanup implementation
39659
39660  src/Makefile.am                                    |   8 +-
39661  src/hb-buffer-private.hh                           |   2 +-
39662  src/{hb-glib.c => hb-glib.cc}                      |  65 +++----
39663  src/{hb-icu.c => hb-icu.cc}                        |  30 +--
39664  src/hb-ot-shape.cc                                 |  14 +-
39665  src/hb-shape.cc                                    |   4 +-
39666  ...{hb-unicode-private.h => hb-unicode-private.hh} |  65 ++++---
39667  src/{hb-unicode.c => hb-unicode.cc}                | 213
39668  +++++++++------------
39669  src/hb-unicode.h                                   |  57 +++---
39670  test/test-unicode.c                                |  23 ++-
39671  10 files changed, 237 insertions(+), 244 deletions(-)
39672
39673 commit ecfb773829a5d98a4f5456a992f3e5ecd6731435
39674 Author: Behdad Esfahbod <behdad@behdad.org>
39675 Date:   Wed Apr 20 01:34:51 2011 -0400
39676
39677     Cosmetic
39678
39679  src/hb-unicode.h | 22 +++++++++-------------
39680  1 file changed, 9 insertions(+), 13 deletions(-)
39681
39682 commit 2fd0c577e322ccbf762927bc4600b3ea31db4c80
39683 Author: Ryan Lortie <desrt@desrt.ca>
39684 Date:   Wed Apr 20 00:19:20 2011 -0400
39685
39686     [API] unicode: rework virtual functions for subclassing
39687
39688     Unicode data providers can now be subclassed, including support for
39689     chain-up.  The interface should now be nicely bindable, as well.
39690
39691     Also fix glib unicode funcs that where broken after hb_script_t
39692     changes.  Nicely caught by the test-unicode.c added in this commit.
39693
39694  src/hb-glib.c            | 186 ++++++++++++++++++++++++++++++++++++--
39695  src/hb-icu.c             |  45 +++++++--
39696  src/hb-ot-shape.cc       |   9 +-
39697  src/hb-shape.cc          |   2 +-
39698  src/hb-unicode-private.h |  17 ++++
39699  src/hb-unicode.c         | 231
39700  +++++++++++++++++++++++++----------------------
39701  src/hb-unicode.h         |  68 +++++++-------
39702  test/Makefile.am         |   1 +
39703  test/test-unicode.c      | 215
39704  +++++++++++++++++++++++++++++++++++++++++++
39705  9 files changed, 610 insertions(+), 164 deletions(-)
39706
39707 commit f85faee9b3cb841ea977403945e2c877ab32b97a
39708 Author: Behdad Esfahbod <behdad@behdad.org>
39709 Date:   Tue Apr 19 00:38:01 2011 -0400
39710
39711     [API] Rename hb_buffer_add_glyph() to hb_buffer_add()
39712
39713  src/hb-buffer.cc   | 10 +++++-----
39714  src/hb-buffer.h    |  8 ++++----
39715  test/test-buffer.c |  2 +-
39716  3 files changed, 10 insertions(+), 10 deletions(-)
39717
39718 commit aab0de50e23727b69fa8c3d4e05c50c114c62835
39719 Author: Behdad Esfahbod <behdad@behdad.org>
39720 Date:   Tue Apr 19 00:32:19 2011 -0400
39721
39722     [API] Add hb_buffer_allocation_successful()
39723
39724     Returns the error status of the buffer.
39725
39726  src/hb-buffer.cc   | 6 ++++++
39727  src/hb-buffer.h    | 6 ++++++
39728  test/test-buffer.c | 2 +-
39729  3 files changed, 13 insertions(+), 1 deletion(-)
39730
39731 commit 02a534b23f2d1e7475109563b9f61221ed020e8b
39732 Author: Ryan Lortie <desrt@desrt.ca>
39733 Date:   Fri Apr 15 18:34:45 2011 -0400
39734
39735     [API] Rename hb_buffer_ensure() to hb_buffer_pre_allocate()
39736
39737     The new name is self-documenting.
39738
39739  src/hb-buffer.cc | 4 ++--
39740  src/hb-buffer.h  | 4 ++--
39741  2 files changed, 4 insertions(+), 4 deletions(-)
39742
39743 commit 70566befc59cfa8b9c43ac682749c40ea783b1dd
39744 Author: Ryan Lortie <desrt@desrt.ca>
39745 Date:   Fri Apr 15 18:32:36 2011 -0400
39746
39747     [API} hb_buffer_get_glyph_{infos,positions}: Add length out parameter
39748
39749     Return the length, whenever we return an array.  Makes it easier
39750     on the
39751     language bindings.
39752
39753  src/hb-buffer.cc                 | 12 ++++++++++--
39754  src/hb-buffer.h                  |  6 ++++--
39755  src/hb-ot-layout-gpos-private.hh |  4 ++--
39756  src/hb-view.c                    |  4 ++--
39757  test/test-buffer.c               |  7 ++-----
39758  5 files changed, 20 insertions(+), 13 deletions(-)
39759
39760 commit 62879eebd9965179af8602ba29ac0a64a739b757
39761 Author: Behdad Esfahbod <behdad@behdad.org>
39762 Date:   Mon Apr 18 23:40:21 2011 -0400
39763
39764     [API] Use ISO 15924 tags for hb_script_t
39765
39766     This simplifies the code, reduces static data, and makes the design
39767     more extensible to future additions of new scripts.
39768
39769  src/hb-common.c                    | 411
39770  ++++---------------------------------
39771  src/hb-common.h                    | 199 +++++++++---------
39772  src/hb-ot-map.cc                   |   4 +-
39773  src/hb-ot-shape-complex-private.hh |   3 +-
39774  src/hb-ot-tag.c                    | 228 +++++++++-----------
39775  src/hb-ot-tag.h                    |   6 +-
39776  src/hb-shape.cc                    |   4 +-
39777  test/test-types.c                  |   2 +-
39778  8 files changed, 252 insertions(+), 605 deletions(-)
39779
39780 commit c0af193c8e25c4f11d23b8893e9ce1c2d2615bb2
39781 Author: Behdad Esfahbod <behdad@behdad.org>
39782 Date:   Fri Apr 15 19:26:24 2011 -0400
39783
39784     Change buffer default properties to invalid
39785
39786     This includes HB_DIRECTION_INVALID and HB_SCRIPT_INVALID.
39787
39788     The INVALID will cause a "guess whatever from the text" in hb_shape().
39789     While it's not ideal, it works better than the previous defaults at
39790     least (HB_DIRECTION_LTR and HB_SCRIPT_COMMON).
39791
39792  src/hb-buffer-private.hh |  9 +++------
39793  src/hb-buffer.cc         | 24 ++++++++++++++++--------
39794  src/hb-view.c            |  6 ++----
39795  test/test-buffer.c       |  4 ++--
39796  4 files changed, 23 insertions(+), 20 deletions(-)
39797
39798 commit 00bec2c969555e76c3f84650a1d3c45308e585ad
39799 Author: Behdad Esfahbod <behdad@behdad.org>
39800 Date:   Fri Apr 15 19:16:54 2011 -0400
39801
39802     Move enum types to hb-common.h
39803
39804  src/hb-common.c  | 406
39805  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
39806  src/hb-common.h  | 170 +++++++++++++++++++++++
39807  src/hb-unicode.c | 406
39808  -------------------------------------------------------
39809  src/hb-unicode.h | 166 -----------------------
39810  4 files changed, 576 insertions(+), 572 deletions(-)
39811
39812 commit 5dd4609f4da5674966a0169d9fa533ac5bc9f464
39813 Author: Behdad Esfahbod <behdad@behdad.org>
39814 Date:   Fri Apr 15 19:16:34 2011 -0400
39815
39816     [TODO] Add new item
39817
39818  TODO | 1 +
39819  1 file changed, 1 insertion(+)
39820
39821 commit b54cd07b2623b68171e00179a9dc3ecbea7aa6a1
39822 Author: Behdad Esfahbod <behdad@behdad.org>
39823 Date:   Fri Apr 15 19:12:01 2011 -0400
39824
39825     Mark internal buffer variables private
39826
39827  src/hb-buffer.h | 4 ++++
39828  1 file changed, 4 insertions(+)
39829
39830 commit 0e8d35c0932ddc20ebf430f2fd82c087da698954
39831 Author: Behdad Esfahbod <behdad@behdad.org>
39832 Date:   Fri Apr 15 19:07:10 2011 -0400
39833
39834     Add hb_script_from_string()
39835
39836  src/hb-unicode.c | 6 ++++++
39837  src/hb-unicode.h | 4 ++++
39838  src/hb-view.c    | 2 +-
39839  3 files changed, 11 insertions(+), 1 deletion(-)
39840
39841 commit 8f0d7e0c3fd4b05c43ac449be4f374dc2dc56127
39842 Author: Behdad Esfahbod <behdad@behdad.org>
39843 Date:   Fri Apr 15 18:59:56 2011 -0400
39844
39845     Remove hb_buffer_clear_positions(), add hb_ot_layout_position_start()
39846
39847  src/hb-buffer-private.hh |  6 +++++-
39848  src/hb-buffer.cc         | 24 ++++++++++++------------
39849  src/hb-buffer.h          |  5 +----
39850  src/hb-ot-layout.cc      |  6 ++++++
39851  src/hb-ot-layout.h       |  4 ++++
39852  src/hb-ot-shape.cc       |  2 +-
39853  6 files changed, 29 insertions(+), 18 deletions(-)
39854
39855 commit 2fc56edff6d64f190271454ccb1b5fd347d4f172
39856 Author: Behdad Esfahbod <behdad@behdad.org>
39857 Date:   Fri Apr 15 18:35:08 2011 -0400
39858
39859     [API] Remove hb_buffer_clear()
39860
39861     One should use hb_buffer_reset() really.
39862
39863  src/hb-buffer.cc   | 16 +++++-----------
39864  src/hb-buffer.h    |  4 ----
39865  test/test-buffer.c |  4 ----
39866  3 files changed, 5 insertions(+), 19 deletions(-)
39867
39868 commit 7f5bdc80541cdc90aa1acafba5e9e0bd2df53ff4
39869 Author: Behdad Esfahbod <behdad@behdad.org>
39870 Date:   Fri Apr 15 18:34:55 2011 -0400
39871
39872     [TODO] Remove done items
39873
39874  TODO | 4 ----
39875  1 file changed, 4 deletions(-)
39876
39877 commit 5814dfa3f5aa41bc3df06b78980d57d7bea0ba58
39878 Author: Behdad Esfahbod <behdad@behdad.org>
39879 Date:   Fri Apr 15 14:41:04 2011 -0400
39880
39881     Cosmetic
39882
39883  src/hb-ot-shape.cc | 14 +++++++-------
39884  src/hb-ot-shape.h  |  4 ++--
39885  src/hb-shape.cc    | 20 ++++++++++----------
39886  src/hb-shape.h     | 10 +++++-----
39887  4 files changed, 24 insertions(+), 24 deletions(-)
39888
39889 commit cfbfeb88a6ec059ea97a6624e63cfacc642b685a
39890 Author: Behdad Esfahbod <behdad@behdad.org>
39891 Date:   Fri Apr 15 12:40:40 2011 -0400
39892
39893     [TODO] Remove done items
39894
39895  TODO | 4 ----
39896  1 file changed, 4 deletions(-)
39897
39898 commit 3cbdf70e0a92f1c24e16c0d4dcfbec4ac59a77a3
39899 Author: Behdad Esfahbod <behdad@behdad.org>
39900 Date:   Fri Apr 15 12:32:06 2011 -0400
39901
39902     Make hb_language_t typesafe
39903
39904  src/hb-common.c | 18 +++++++++++-------
39905  src/hb-common.h |  2 +-
39906  2 files changed, 12 insertions(+), 8 deletions(-)
39907
39908 commit 2f2f448af35c232d18888c0e57cb21c9796ba7a8
39909 Author: Behdad Esfahbod <behdad@behdad.org>
39910 Date:   Fri Apr 15 11:45:14 2011 -0400
39911
39912     [test] Add more TODO items
39913
39914  test/test-buffer.c | 2 ++
39915  1 file changed, 2 insertions(+)
39916
39917 commit c910bec863215f918c659f58debbc7fe5264d7b6
39918 Author: Behdad Esfahbod <behdad@behdad.org>
39919 Date:   Wed Apr 13 15:49:06 2011 -0400
39920
39921     Add hb_buffer_reset() and hb_buffer_set_length()
39922
39923  src/hb-buffer.cc | 31 +++++++++++++++++++++++++++++++
39924  src/hb-buffer.h  | 15 ++++++++++++++-
39925  2 files changed, 45 insertions(+), 1 deletion(-)
39926
39927 commit 69ea23cb5d47dd1cfd3129f68375021ef79bf63b
39928 Author: Behdad Esfahbod <behdad@behdad.org>
39929 Date:   Wed Apr 13 15:02:40 2011 -0400
39930
39931     Minor
39932
39933  src/hb-buffer.cc | 2 +-
39934  1 file changed, 1 insertion(+), 1 deletion(-)
39935
39936 commit 7dea908cd582c8c25555015940065c69c1e7e65b
39937 Author: Behdad Esfahbod <behdad@behdad.org>
39938 Date:   Wed Apr 13 01:35:58 2011 -0400
39939
39940     [test] Add todo items
39941
39942  test/test-buffer.c | 5 ++++-
39943  1 file changed, 4 insertions(+), 1 deletion(-)
39944
39945 commit 07cbaac07d7f43437b171e9275430b5fb3097716
39946 Author: Behdad Esfahbod <behdad@behdad.org>
39947 Date:   Wed Apr 13 01:11:19 2011 -0400
39948
39949     [TODO] Add item re script iso15924 functions
39950
39951  TODO | 2 ++
39952  1 file changed, 2 insertions(+)
39953
39954 commit d0f53fdbead15d9003b521b8ed47d02fd29a4c64
39955 Author: Behdad Esfahbod <behdad@behdad.org>
39956 Date:   Wed Apr 13 01:09:09 2011 -0400
39957
39958     [test] Test hb-buffer.h
39959
39960  test/Makefile.am   |   8 ++-
39961  test/test-buffer.c | 195
39962  +++++++++++++++++++++++++++++++++++++++++++++++++++++
39963  2 files changed, 202 insertions(+), 1 deletion(-)
39964
39965 commit 72d89404c2837d578f5305456c817130b6a15c73
39966 Author: Behdad Esfahbod <behdad@behdad.org>
39967 Date:   Wed Apr 13 01:07:42 2011 -0400
39968
39969     [TODO] Add item re hb_buffer_reset()
39970
39971  TODO | 2 ++
39972  1 file changed, 2 insertions(+)
39973
39974 commit 5015c12dfb4de8525325178ae6def9e80fd83669
39975 Author: Behdad Esfahbod <behdad@behdad.org>
39976 Date:   Wed Apr 13 01:06:02 2011 -0400
39977
39978     [TODO] Add item re hb_buffer_resize()
39979
39980  TODO | 2 ++
39981  1 file changed, 2 insertions(+)
39982
39983 commit 9329ec92078d0e2d7bb04f683e0c6a582aab92f7
39984 Author: Behdad Esfahbod <behdad@behdad.org>
39985 Date:   Wed Apr 13 00:06:23 2011 -0400
39986
39987     [TODO] Add API item
39988
39989  TODO | 2 ++
39990  1 file changed, 2 insertions(+)
39991
39992 commit 4744379efc6063d94e15ff99381a7ab8b88ee567
39993 Author: Behdad Esfahbod <behdad@behdad.org>
39994 Date:   Mon Apr 11 19:47:33 2011 -0400
39995
39996     Minor
39997
39998  test/test-types.c | 2 +-
39999  1 file changed, 1 insertion(+), 1 deletion(-)
40000
40001 commit 9385caa8a693df0f06a511a71de9aa407637097c
40002 Author: Behdad Esfahbod <behdad@behdad.org>
40003 Date:   Mon Apr 11 19:43:51 2011 -0400
40004
40005     [test] Actually hook up hb_script_t tests
40006
40007     I really shall find a way to automate the test enumeration.  Otherwise
40008     it's too easy to add a test and wrongly hook it up.  Did it twice
40009     today.
40010
40011  test/test-types.c | 4 ++--
40012  1 file changed, 2 insertions(+), 2 deletions(-)
40013
40014 commit 8e4bb3cacc269ed32187aaaeaa166c64f41a0418
40015 Author: Behdad Esfahbod <behdad@behdad.org>
40016 Date:   Mon Apr 11 17:55:58 2011 -0400
40017
40018     Fold hb-language.[ch] into hb-common.[ch]
40019
40020  src/Makefile.am   |   2 -
40021  src/hb-buffer.h   |   1 -
40022  src/hb-common.c   |  92 ++++++++++++++++++++++++++++++++++++++++-
40023  src/hb-common.h   |  42 +++++++++++++------
40024  src/hb-language.c | 120
40025  ------------------------------------------------------
40026  src/hb-language.h |  46 ---------------------
40027  src/hb-ot-tag.h   |   1 -
40028  src/hb.h          |   1 -
40029  8 files changed, 120 insertions(+), 185 deletions(-)
40030
40031 commit 09125576ca745b3393f3dc49071df891400bbdc9
40032 Author: Behdad Esfahbod <behdad@behdad.org>
40033 Date:   Mon Apr 11 17:49:33 2011 -0400
40034
40035     [test] Test hb_language_t
40036
40037  test/test-types.c | 26 +++++++++++++++++++++++++-
40038  1 file changed, 25 insertions(+), 1 deletion(-)
40039
40040 commit 316b7a1afb84a5dfeaed886a585669b4d549c9b7
40041 Author: Behdad Esfahbod <behdad@behdad.org>
40042 Date:   Mon Apr 11 17:49:10 2011 -0400
40043
40044     Make hb_language_from_string("") return NULL language
40045
40046  src/hb-language.c | 2 +-
40047  1 file changed, 1 insertion(+), 1 deletion(-)
40048
40049 commit db60c96f20426111ffa71e9802ef6e248f8b28d0
40050 Author: Behdad Esfahbod <behdad@behdad.org>
40051 Date:   Mon Apr 11 16:17:02 2011 -0400
40052
40053     [teset] Test hb_script_t
40054
40055  test/hb-test.h    |  8 ++++++++
40056  test/test-types.c | 35 ++++++++++++++++++++++++++++++++++-
40057  2 files changed, 42 insertions(+), 1 deletion(-)
40058
40059 commit 99b74760a4cddc798ab44b5ca897486bbb9c76d6
40060 Author: Behdad Esfahbod <behdad@behdad.org>
40061 Date:   Mon Apr 11 15:47:40 2011 -0400
40062
40063     Rename hb_category_t to hb_unicode_general_category_t
40064
40065  src/hb-glib.c                     |  2 +-
40066  src/hb-icu.c                      | 64
40067  ++++++++++++++++++-------------------
40068  src/hb-ot-shape-complex-arabic.cc |  8 ++---
40069  src/hb-ot-shape-private.hh        |  2 +-
40070  src/hb-ot-shape.cc                |  2 +-
40071  src/hb-unicode.c                  |  4 +--
40072  src/hb-unicode.h                  | 66
40073  +++++++++++++++++++--------------------
40074  7 files changed, 74 insertions(+), 74 deletions(-)
40075
40076 commit 4188096a7722f09ffa9319986c0286071da10a27
40077 Author: Behdad Esfahbod <behdad@behdad.org>
40078 Date:   Mon Apr 11 14:58:28 2011 -0400
40079
40080     Make HB_TAG_CHAR4 private
40081
40082     It's just sugar.
40083
40084  src/hb-common.h   | 5 +----
40085  src/hb-private.h  | 7 ++++++-
40086  test/test-types.c | 2 --
40087  3 files changed, 7 insertions(+), 7 deletions(-)
40088
40089 commit 7ff7401c9237cda661869c1cb196d685706ac4e9
40090 Author: Behdad Esfahbod <behdad@behdad.org>
40091 Date:   Mon Apr 11 13:27:30 2011 -0400
40092
40093     Make hb_tag_from_string(NULL) return HB_TAG_NONE
40094
40095  src/hb-common.c   | 3 +++
40096  test/test-types.c | 3 +++
40097  2 files changed, 6 insertions(+)
40098
40099 commit 02f6e62d6cabc7808c188daef26a1fe7ac626b1f
40100 Author: Behdad Esfahbod <behdad@behdad.org>
40101 Date:   Mon Apr 11 13:27:21 2011 -0400
40102
40103     Build fix
40104
40105  test/Makefile.am | 4 ++--
40106  1 file changed, 2 insertions(+), 2 deletions(-)
40107
40108 commit db5227c40e5c35fe2ffb750f32b639cb44424a1d
40109 Author: Behdad Esfahbod <behdad@behdad.org>
40110 Date:   Mon Apr 11 13:16:08 2011 -0400
40111
40112     Move macros around
40113
40114  src/hb-ot-tag.c  | 6 ++----
40115  src/hb-private.h | 7 +++++++
40116  2 files changed, 9 insertions(+), 4 deletions(-)
40117
40118 commit 07233581c9d953708d3c020907c42b8b89472b89
40119 Author: Behdad Esfahbod <behdad@behdad.org>
40120 Date:   Mon Apr 11 13:12:37 2011 -0400
40121
40122     Rename HB_TAG_STR() to HB_TAG_CHAR4()
40123
40124     The problem with HB_TAG_STR() was that it expected a string of size 4
40125     exactly, and unlike hb_tag_from_string() it doesn't pad the tag with
40126     space characters.  So, the new name is more appropriate.
40127
40128  src/hb-common.c   | 2 +-
40129  src/hb-common.h   | 8 ++++----
40130  src/hb-ot-tag.c   | 2 +-
40131  test/test-types.c | 2 +-
40132  4 files changed, 7 insertions(+), 7 deletions(-)
40133
40134 commit 9faa980067f802f712c2adf8263152ed40c98088
40135 Author: Behdad Esfahbod <behdad@behdad.org>
40136 Date:   Mon Apr 11 12:46:49 2011 -0400
40137
40138     Add an in-tree test suite
40139
40140     Uses the glib testing framework.  Wrote unit tests for hb-common.h
40141     types.
40142
40143  Makefile.am        |   2 +-
40144  test/Makefile.am   |  18 +++++++++
40145  test/Makefile.decl |  90 ++++++++++++++++++++++++++++++++++++++++++++
40146  test/hb-test.h     |  67 +++++++++++++++++++++++++++++++++
40147  test/test-types.c  | 108
40148  +++++++++++++++++++++++++++++++++++++++++++++++++++++
40149  5 files changed, 284 insertions(+), 1 deletion(-)
40150
40151 commit d77b76200efbaa0611691920f9f2018b1e8be340
40152 Author: Behdad Esfahbod <behdad@behdad.org>
40153 Date:   Mon Apr 11 12:29:52 2011 -0400
40154
40155     Add few more paratheses to the HB_TAG macro
40156
40157     Never hurts.
40158
40159  src/hb-common.h | 2 +-
40160  1 file changed, 1 insertion(+), 1 deletion(-)
40161
40162 commit b13640de6992de9ee9d07e3581c33b8181b70ff9
40163 Author: Behdad Esfahbod <behdad@behdad.org>
40164 Date:   Mon Apr 11 12:29:31 2011 -0400
40165
40166     A few more ASSERTs
40167
40168  src/hb-private.h | 3 +++
40169  1 file changed, 3 insertions(+)
40170
40171 commit ae9eeaff9300f3bb7bed588c5478e8e5461b3df0
40172 Author: Behdad Esfahbod <behdad@behdad.org>
40173 Date:   Mon Apr 11 11:49:08 2011 -0400
40174
40175     Remove warning message from public header file
40176
40177     Since we now assert thos in hb-private.h, the int types cannot
40178     be wrong.
40179     (Except for when someone else includes hb-common.h in a very broken
40180     configuration, but that's not our problem!)
40181
40182     Plus, we don't use inline in the public headers, so remove that too.
40183
40184  src/hb-common.h  | 7 -------
40185  src/hb-private.h | 4 ++++
40186  2 files changed, 4 insertions(+), 7 deletions(-)
40187
40188 commit 6fd5364bdc3a2b459175377e9e16c86cff054232
40189 Author: Behdad Esfahbod <behdad@behdad.org>
40190 Date:   Mon Apr 11 11:47:14 2011 -0400
40191
40192     Assert int types
40193
40194  src/hb-private.h | 12 ++++++++++++
40195  1 file changed, 12 insertions(+)
40196
40197 commit bbdeff59646e5502b9fc53ab1761b3f014ee276c
40198 Author: Behdad Esfahbod <behdad@behdad.org>
40199 Date:   Thu Apr 7 16:05:07 2011 -0400
40200
40201     Add test directory
40202
40203  configure.ac     | 1 +
40204  test/Makefile.am | 0
40205  2 files changed, 1 insertion(+)
40206
40207 commit 4accc92afc702177ea53280d977cec839af3c12c
40208 Author: Behdad Esfahbod <behdad@behdad.org>
40209 Date:   Thu Apr 7 15:53:26 2011 -0400
40210
40211     Update TODO items
40212
40213  TODO | 31 ++++++++++++++++++++-----------
40214  1 file changed, 20 insertions(+), 11 deletions(-)
40215
40216 commit a71b9c8579d73aea4549f12524bbc2e89f43b5c5
40217 Author: Behdad Esfahbod <behdad@behdad.org>
40218 Date:   Wed Apr 6 14:04:56 2011 -0400
40219
40220     Disable 'cswh' by default except for Arabic shaper
40221
40222     That better matches OpenType spec.  Note that we enable it for all
40223     Arabic-shaper scripts.  Ie. we enable it by default for Syriac too,
40224     but the SyriacOT spec does not require it.  I think this is a more
40225     useful compromise than special-casing for Arabic script alone.
40226
40227  src/hb-ot-shape-complex-arabic.cc | 3 +++
40228  src/hb-ot-shape.cc                | 1 -
40229  2 files changed, 3 insertions(+), 1 deletion(-)
40230
40231 commit cab6f65bba560ac1651d9152f1ecf12eb88eca74
40232 Author: Behdad Esfahbod <behdad@behdad.org>
40233 Date:   Mon Apr 4 15:36:51 2011 -0400
40234
40235     [hb-view] setlocale (LC_ALL, "")
40236
40237     For now we don't use anything from the locale, but we should default
40238     to using $LANG, etc, if --language is not specified.  Right?
40239
40240  src/hb-view.c | 3 +++
40241  1 file changed, 3 insertions(+)
40242
40243 commit fb9ca1bfabde7da0c274e7a1bd12bffaf7949c18
40244 Author: Behdad Esfahbod <behdad@behdad.org>
40245 Date:   Mon Apr 4 14:50:09 2011 -0400
40246
40247     [hb-view] Rewrite --features parsing, with range support
40248
40249     The --features parsing handles errors now.  More importantly, it
40250     allos limiting individual features to specific byte ranges.  The
40251     format is Python-esque.  Here is how it all works:
40252
40253       Syntax:   Value:  Start:  End:
40254
40255     Setting value:
40256       "kern"    1       0       ∞     # Turn feature on
40257       "+kern"   1       0       ∞     # Turn feature off
40258       "-kern"   0       0       ∞     # Turn feature off
40259       "kern=0"  0       0       ∞     # Turn feature off
40260       "kern=1"  1       0       ∞     # Turn feature on
40261       "kern=2"  2       0       ∞     # Choose 2nd alternate
40262
40263     Setting index:
40264       "kern[]"  1       0       ∞     # Turn feature on
40265       "kern[:]" 1       0       ∞     # Turn feature on
40266       "kern[5:]"        1       5       ∞     # Turn feature on, partial
40267       "kern[:5]"        1       0       5       # Turn feature on, partial
40268       "kern[3:5]"       1       3       5       # Turn feature on, range
40269       "kern[3]" 1       3       3+1     # Turn feature on, single char
40270
40271     Mixing it all:
40272
40273       "kern[3:5]=0"     1       3       5       # Turn feature off
40274       for range
40275
40276  src/hb-view.c | 169
40277  +++++++++++++++++++++++++++++++++++++++++++++-------------
40278  1 file changed, 132 insertions(+), 37 deletions(-)
40279
40280 commit ccc6745afaa68ce7497a6cd02ce85986d3c863d0
40281 Author: Behdad Esfahbod <behdad@behdad.org>
40282 Date:   Mon Apr 4 14:49:50 2011 -0400
40283
40284     [hb-view] Use cached hb-ft face creation
40285
40286     Avoids recreating the face the second time we call draw().
40287
40288  src/hb-view.c | 2 +-
40289  1 file changed, 1 insertion(+), 1 deletion(-)
40290
40291 commit 1b4a2cc095d165dc573e0235f00fbbf2a5d3c2c5
40292 Author: Behdad Esfahbod <behdad@behdad.org>
40293 Date:   Mon Apr 4 14:45:28 2011 -0400
40294
40295     [hb-view] Add --debug
40296
40297     Frees all allocated memory before exiting.  Useful for valgrind run.
40298
40299  src/hb-view.c | 17 +++++++++++++++++
40300  1 file changed, 17 insertions(+)
40301
40302 commit b2da26d1e32a012f7feaad7c7cced61e4fb269f1
40303 Author: Behdad Esfahbod <behdad@behdad.org>
40304 Date:   Fri Apr 1 15:48:43 2011 -0400
40305
40306     [hb-view] Support --features
40307
40308     Accepts values like:
40309
40310       --features="-mkmk,aalt=2,calt=1,+cswh"
40311
40312     A minus sign means "=0", a plus sign means "=1".  Default is "=1".
40313     A minus sign overrides an explicit value.
40314
40315  src/hb-view.c | 70
40316  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
40317  1 file changed, 68 insertions(+), 2 deletions(-)
40318
40319 commit f48ff19b629070d13cee3c0eeeb06c98992f93c6
40320 Author: Behdad Esfahbod <behdad@behdad.org>
40321 Date:   Fri Apr 1 14:19:10 2011 -0400
40322
40323     Sort options for clarity
40324
40325  src/hb-view.c | 12 ++++++------
40326  1 file changed, 6 insertions(+), 6 deletions(-)
40327
40328 commit 5d91c3d547f78163b36aa7436d4388a836cca94a
40329 Author: Behdad Esfahbod <behdad@behdad.org>
40330 Date:   Wed Mar 16 17:36:32 2011 -0300
40331
40332     Add script to/from ISO 15924 tag support
40333
40334     Also adds --script support to hb-view.
40335
40336     If a script tag is not known to us, we pass the ISO 15924 tag around.
40337     Right now, the OT layer ignores that, but we can fix it to blindly
40338     convert that to an OT script tag.
40339
40340  src/hb-ot-tag.c  |   4 +
40341  src/hb-unicode.c | 273
40342  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
40343  src/hb-unicode.h |   8 +-
40344  src/hb-view.c    |  10 +-
40345  4 files changed, 293 insertions(+), 2 deletions(-)
40346
40347 commit 3286fc0e9adc3f2874c9409e7fdb09e4d2b7dda1
40348 Author: Behdad Esfahbod <behdad@behdad.org>
40349 Date:   Wed Mar 16 14:53:32 2011 -0300
40350
40351     Let hb_shape() guess script and direction...
40352
40353     - Rename HB_SCRIPT_INVALID_CODE to HB_SCRIPT_INVALID
40354
40355     - Add HB_DIRECTION_INVALID
40356
40357     - Make hb_script_get_horizontal_direction() public
40358
40359     - Make hb_shape() guess script from buffer text (first non-common
40360       non-inherit script) if buffer script is set to HB_SCRIPT_INVALID
40361       (this
40362       is NOT the default.)
40363
40364     - Make hb_shape() guess direction from buffer script if buffer
40365     direction
40366     is set to HB_DIRECTION_INVALID (this is NOT the default.)
40367
40368     - Make hb-view.c set INVALID script and direction on the buffer.
40369
40370     The above changes are meant to make hb-view fairly useful for
40371     uni-script
40372     uni-direction text.  The guessing behavior however is NOT the
40373     default of
40374     hb_shape() and must be asked for explicitly.  This is intended,
40375     because
40376     the guess is not a suitable substitute to full-fledged bidi and script
40377     segmentation.  It's just a testing tool.
40378
40379  src/hb-common.h          |  3 ++-
40380  src/hb-icu.c             |  2 +-
40381  src/hb-ot-shape.cc       |  3 ++-
40382  src/hb-shape.cc          | 52
40383  ++++++++++++++++++++++++++++++++++++++++++------
40384  src/hb-unicode-private.h |  4 ----
40385  src/hb-unicode.c         |  2 +-
40386  src/hb-unicode.h         |  8 +++++++-
40387  src/hb-view.c            |  4 ++--
40388  8 files changed, 61 insertions(+), 17 deletions(-)
40389
40390 commit b7b29684df67af7280b74ca4cf18f02ad6521bdc
40391 Author: Behdad Esfahbod <behdad@behdad.org>
40392 Date:   Wed Mar 2 01:01:03 2011 -0500
40393
40394     [hb-view] Handle write_to_png errors
40395
40396  src/hb-view.c | 9 ++++++++-
40397  1 file changed, 8 insertions(+), 1 deletion(-)
40398
40399 commit c2cb98c8185c5560cfd04de7ee7c64c9496b986c
40400 Author: Behdad Esfahbod <behdad@behdad.org>
40401 Date:   Tue Mar 1 23:18:09 2011 -0500
40402
40403     [hb-view] Link with -lm
40404
40405  src/Makefile.am | 2 +-
40406  1 file changed, 1 insertion(+), 1 deletion(-)
40407
40408 commit b5dd44e24669cd35affcd92788d39ff56cac94db
40409 Author: Behdad Esfahbod <behdad@behdad.org>
40410 Date:   Mon Feb 28 10:13:52 2011 -0800
40411
40412     Fix possible overflow
40413
40414  src/hb-buffer.cc | 12 ++++++++++--
40415  1 file changed, 10 insertions(+), 2 deletions(-)
40416
40417 commit a4b781e93a0bee0549611e129b3564d9804d9090
40418 Author: Behdad Esfahbod <behdad@behdad.org>
40419 Date:   Wed Feb 23 12:47:56 2011 -0500
40420
40421     Default background color shall either be white or transparent
40422
40423     Definitely not black!
40424
40425  src/hb-view.c | 2 +-
40426  1 file changed, 1 insertion(+), 1 deletion(-)
40427
40428 commit 5353bf439c150492708ef9337078cfd73b83627b
40429 Author: Behdad Esfahbod <behdad@behdad.org>
40430 Date:   Tue Feb 22 18:06:19 2011 -0500
40431
40432     Add initial hb-view tool
40433
40434     Currently doesn't handle script or direction.
40435
40436  configure.ac    |  18 +++
40437  src/Makefile.am |  14 +++
40438  src/hb-view.c   | 342
40439  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
40440  3 files changed, 374 insertions(+)
40441
40442 commit 82438c6ad5f60b6afc75c48cef72e18bef532468
40443 Author: Bradley Grainger <bgrainger@logos.com>
40444 Date:   Tue Feb 15 18:37:29 2011 -0500
40445
40446     Fix #pragma message for MSVC.
40447
40448     __LOC__ was renamed to _HB__LOC__ in cd7555 but the corresponding
40449     change wasn't made in hb-private.h.
40450
40451  src/hb-private.h | 2 +-
40452  1 file changed, 1 insertion(+), 1 deletion(-)
40453
40454 commit ba9ab8d6d9c863662c4b44ace4a4d89e29e592f2
40455 Author: Behdad Esfahbod <behdad@behdad.org>
40456 Date:   Mon Jan 10 07:45:41 2011 -0500
40457
40458     Fix language extension matching
40459
40460  src/hb-ot-tag.c | 2 +-
40461  1 file changed, 1 insertion(+), 1 deletion(-)
40462
40463 commit a07874300a669ec0ea09a67df2a3ee8b0612d6b9
40464 Author: Behdad Esfahbod <behdad@behdad.org>
40465 Date:   Mon Jan 10 02:27:49 2011 -0500
40466
40467     Don't use the m4/ dir
40468
40469     We just require people to have libtool, pkg-config, etc installed
40470     when running autogen.sh
40471
40472  Makefile.am  | 2 --
40473  configure.ac | 1 -
40474  2 files changed, 3 deletions(-)
40475
40476 commit 7bbe14bed8a886ea5b293c927c4bf937cbfc6f51
40477 Author: Behdad Esfahbod <behdad@behdad.org>
40478 Date:   Sun Jan 9 22:29:14 2011 -0500
40479
40480     Fix 'make distcheck'
40481
40482  src/Makefile.am | 7 ++++---
40483  1 file changed, 4 insertions(+), 3 deletions(-)
40484
40485 commit 2abe1264a580858bf7803af1701117a462375fb4
40486 Author: Javier Jardón <jjardon@gnome.org>
40487 Date:   Sun Jan 9 22:18:53 2011 -0500
40488
40489     Bug 31174 - Update autotools configuration
40490
40491  Makefile.am  |   2 +
40492  autogen.sh   | 188
40493  ++++-------------------------------------------------------
40494  configure.ac |  22 +++++--
40495  3 files changed, 29 insertions(+), 183 deletions(-)
40496
40497 commit cc1a8a938b4c13e76b58825a9e1951c4134e634a
40498 Author: Behdad Esfahbod <behdad@behdad.org>
40499 Date:   Thu Jan 6 14:58:52 2011 -0500
40500
40501     Fix ChanContext backtrack matching with GPOS
40502
40503     Reported on mailing list by Keith Stribley and Khaled Hosny.
40504
40505  src/hb-buffer-private.hh             | 5 +++--
40506  src/hb-buffer.cc                     | 2 +-
40507  src/hb-ot-layout-gsubgpos-private.hh | 6 +++---
40508  3 files changed, 7 insertions(+), 6 deletions(-)
40509
40510 commit 1c3183027fe823cd673866ba29d169b69f8efba1
40511 Author: Behdad Esfahbod <behdad@behdad.org>
40512 Date:   Thu Jan 6 14:44:14 2011 -0500
40513
40514     Remove unused realloc
40515
40516     We always allocate and grow str and pos together.
40517
40518  src/hb-buffer.cc | 6 ------
40519  1 file changed, 6 deletions(-)
40520
40521 commit 76691f0240d6de230e9b42280b54e91639464635
40522 Author: Behdad Esfahbod <behdad@behdad.org>
40523 Date:   Thu Jan 6 14:16:59 2011 -0500
40524
40525     Fix ICU detection
40526
40527  configure.ac | 2 +-
40528  1 file changed, 1 insertion(+), 1 deletion(-)
40529
40530 commit 756f794a1fce701092345a3f9afae039583fb55b
40531 Author: Behdad Esfahbod <behdad@behdad.org>
40532 Date:   Sun Dec 26 20:52:40 2010 -0500
40533
40534     Remove Graphite backend
40535
40536     It was unmaintained and the code has to be replaced to use the new
40537     grphite-ng code base.
40538
40539  configure.ac       |   6 --
40540  src/Makefile.am    |  14 ---
40541  src/hb-graphite.cc | 310
40542  -----------------------------------------------------
40543  src/hb-graphite.h  |  47 --------
40544  4 files changed, 377 deletions(-)
40545
40546 commit f3d9d9879364609502d9d3a3a9f4647adb167d78
40547 Author: Behdad Esfahbod <behdad@behdad.org>
40548 Date:   Wed Dec 22 01:39:29 2010 -0500
40549
40550     Docs
40551
40552  src/hb-unicode.h | 60
40553  ++++++++++++++++++++++++++++----------------------------
40554  1 file changed, 30 insertions(+), 30 deletions(-)
40555
40556 commit d86a5b3c5752abcc791724035ba4115958e6b5e2
40557 Author: Behdad Esfahbod <behdad@behdad.org>
40558 Date:   Tue Dec 21 18:36:25 2010 -0500
40559
40560     Bug 32274 - classic mongolian shaper
40561
40562     Add support for classic Mongolian script to the Arabic shaper.
40563
40564     Still work to be done around U+180E MONGOLIAN VOWEL SEPARATOR as it
40565     should not be included in the final glyph stream the same way that
40566     ZWNJ, etc should not appear in the final glyph stream.
40567
40568     But the joining part should be done.
40569
40570     There remains the question of how should the U+18A9 MONGOLIAN
40571     LETTER ALI
40572     GALI DAGALGA be handled as it has General Category NSM but a letter
40573     nonetheless.  For now, our generic logic makes this a joining
40574     T instead
40575     of joining D as other Mongolian letters are.
40576
40577  src/hb-ot-shape-complex-arabic.cc  | 8 ++++++++
40578  src/hb-ot-shape-complex-private.hh | 1 +
40579  2 files changed, 9 insertions(+)
40580
40581 commit b0e7378fa9a4fc6fc74d9b3c27d927602eaacc5b
40582 Author: Behdad Esfahbod <behdad@behdad.org>
40583 Date:   Tue Dec 21 14:19:32 2010 -0500
40584
40585     Reroute Mandaic shaping through the Arabic shaper
40586
40587     We added Mandaic joining data to the Arabic shaper a while ago, but
40588     were not actually using the Arabic shaper for Mandaic.  Fixed.
40589
40590  src/hb-ot-shape-complex-private.hh | 1 +
40591  1 file changed, 1 insertion(+)
40592
40593 commit 88e7f37488e4e8590619d815b975232a0c9d2ea0
40594 Author: Behdad Esfahbod <behdad@behdad.org>
40595 Date:   Tue Dec 21 14:18:24 2010 -0500
40596
40597     Annotate the Arabic joining table with block information
40598
40599  src/gen-arabic-joining-table.py        | 93
40600  +++++++++++++++++++++-------------
40601  src/hb-ot-shape-complex-arabic-table.h | 24 +++++++--
40602  2 files changed, 80 insertions(+), 37 deletions(-)
40603
40604 commit 1482a39e56cd4151874e5c073540274349240a87
40605 Author: Behdad Esfahbod <behdad@behdad.org>
40606 Date:   Fri Dec 17 20:15:05 2010 -0500
40607
40608     Rename remaining metrics uses to extents
40609
40610  src/hb-font.h | 4 ++--
40611  1 file changed, 2 insertions(+), 2 deletions(-)
40612
40613 commit 22c537657cee1f47a4056a21e2cddfcbe6ab1c01
40614 Author: Behdad Esfahbod <behdad@behdad.org>
40615 Date:   Tue Dec 14 23:51:29 2010 -0500
40616
40617     Rename TableDirectory to TableRecord as per OpenType 1.6
40618
40619  src/hb-open-file-private.hh | 18 +++++++++---------
40620  1 file changed, 9 insertions(+), 9 deletions(-)
40621
40622 commit 33e8b86197239e667a887709104357bdc6566b7c
40623 Author: Behdad Esfahbod <behdad@behdad.org>
40624 Date:   Mon Dec 13 15:54:56 2010 -0500
40625
40626     Update 'head' table to OpenType 1.6
40627
40628  src/hb-ot-head-private.hh | 8 +++++++-
40629  1 file changed, 7 insertions(+), 1 deletion(-)
40630
40631 commit b7683335146bfe3a74d9419db92cd7a8019a9c10
40632 Author: Behdad Esfahbod <behdad@behdad.org>
40633 Date:   Mon Dec 13 14:22:35 2010 -0500
40634
40635     Disallow ligature substitutions replacing one glyph
40636
40637  src/hb-ot-layout-gsub-private.hh | 2 +-
40638  1 file changed, 1 insertion(+), 1 deletion(-)
40639
40640 commit 7eb875118dc31e9fb0e23c45985396a8bfe977e3
40641 Author: Behdad Esfahbod <behdad@behdad.org>
40642 Date:   Mon Dec 13 14:13:35 2010 -0500
40643
40644     Mozilla Bug 618592 - freeze on typekit
40645
40646     Fix apply_lookup() for zero-input broken fonts.
40647
40648  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
40649  1 file changed, 2 insertions(+), 2 deletions(-)
40650
40651 commit bbbbe80ec9bc45c5b685bc09c8f993e98496555c
40652 Author: Behdad Esfahbod <behdad@behdad.org>
40653 Date:   Tue Dec 7 16:22:02 2010 -0500
40654
40655     Rename original_direction to target_direction
40656
40657  src/hb-ot-shape-private.hh | 2 +-
40658  src/hb-ot-shape.cc         | 6 +++---
40659  2 files changed, 4 insertions(+), 4 deletions(-)
40660
40661 commit ee8aaf976a6eb42be49b63b4c51c7a0a338e0298
40662 Author: Behdad Esfahbod <behdad@behdad.org>
40663 Date:   Tue Dec 7 16:20:42 2010 -0500
40664
40665     Fix arabic shaping of LTR text
40666
40667     We should ensure-direction before doing any complex work.  The only
40668     exception is mirroring that needs to see the original / final
40669     direction,
40670     not the native.  Handle that.
40671
40672  src/hb-ot-shape.cc | 6 +++---
40673  1 file changed, 3 insertions(+), 3 deletions(-)
40674
40675 commit d1f1707adc03317760b0f75e04d0f3dd425e547f
40676 Author: Behdad Esfahbod <behdad@behdad.org>
40677 Date:   Tue Nov 30 00:57:15 2010 -0500
40678
40679     Bug 31965 - some GNU/Linux distributions lack icu.pc but have
40680     icu-config
40681
40682     Patch from suzuki toshiya.
40683
40684  configure.ac | 10 +++++++++-
40685  1 file changed, 9 insertions(+), 1 deletion(-)
40686
40687 commit 3c48982be6b2286088541ee55cac78b0f2b6e771
40688 Author: Behdad Esfahbod <behdad@behdad.org>
40689 Date:   Sun Nov 28 19:39:47 2010 -0500
40690
40691     Adjust pyx files to reflect change from int to hb_var_int_t
40692
40693     Patch from Thomas Hunger.
40694
40695  contrib/python/lib/harfbuzz.pyx | 7 +++++--
40696  1 file changed, 5 insertions(+), 2 deletions(-)
40697
40698 commit 4f9e4a40bc248aeb1364ed6f4aa7f392aa364497
40699 Author: Behdad Esfahbod <behdad@behdad.org>
40700 Date:   Mon Nov 22 11:30:32 2010 -0500
40701
40702     Fix failing checks
40703
40704  src/hb-ot-shape-complex-arabic-table.h | 37
40705  ++++++++++++++++++++++++++++++++++
40706  1 file changed, 37 insertions(+)
40707
40708 commit 9da26d6669e7f3b91ba37e71f6f8a6e2ea806688
40709 Author: Behdad Esfahbod <behdad@behdad.org>
40710 Date:   Mon Nov 22 11:03:18 2010 -0500
40711
40712     Remove email address from Copyright headers
40713
40714  COPYING      | 2 +-
40715  src/hb-ft.c  | 2 +-
40716  src/hb-icu.c | 2 +-
40717  3 files changed, 3 insertions(+), 3 deletions(-)
40718
40719 commit a45f00019242734fca742adeb2ed507305baeda6
40720 Author: Behdad Esfahbod <behdad@behdad.org>
40721 Date:   Thu Nov 18 13:58:32 2010 -0500
40722
40723     Clarify copyright notice
40724
40725  COPYING                 | 12 ++++++++++++
40726  README                  |  4 ++--
40727  src/hb-graphite.cc      |  4 ++--
40728  src/hb-object-private.h |  2 +-
40729  4 files changed, 17 insertions(+), 5 deletions(-)
40730
40731 commit 0884a8d9cd576f116400b3f7c8815e747c315d5e
40732 Author: Behdad Esfahbod <behdad@behdad.org>
40733 Date:   Wed Nov 17 16:58:21 2010 -0500
40734
40735     Move generated table to its own file
40736
40737  src/Makefile.am                        |   1 +
40738  src/hb-ot-shape-complex-arabic-table.h | 619
40739  ++++++++++++++++++++++++++++++++
40740  src/hb-ot-shape-complex-arabic.cc      | 621
40741  +--------------------------------
40742  3 files changed, 621 insertions(+), 620 deletions(-)
40743
40744 commit 14d784116b08685425e4ddcb1c1f813dbe2b2986
40745 Author: Behdad Esfahbod <behdad@behdad.org>
40746 Date:   Wed Nov 17 16:52:58 2010 -0500
40747
40748     Update Arabic joining table to include Mandaic
40749
40750     Mandaic was added to Unicode 6.0, but the joining data was not
40751     updated.
40752     Draft ArabicShaping.txt from 6.1 includes the joining data for
40753     Mandaic.
40754     Use that.
40755
40756  src/gen-arabic-joining-table.py   |  45 ++++++++++----
40757  src/hb-ot-shape-complex-arabic.cc | 123
40758  ++++++++++++++++++++++++++++++++------
40759  2 files changed, 137 insertions(+), 31 deletions(-)
40760
40761 commit 43bf2f7f1ec427c431e2ee2fd1a9345e7d5c9718
40762 Author: Behdad Esfahbod <behdad@behdad.org>
40763 Date:   Wed Nov 17 14:49:40 2010 -0500
40764
40765     Add OpenType script tags for Unicode 5.2 and Unicode 6.0 scripts
40766
40767     Based on tags proposed by Microsoft for inclusion in OpenType.
40768
40769  src/hb-ot-tag.c | 34 +++++++++++++++++-----------------
40770  1 file changed, 17 insertions(+), 17 deletions(-)
40771
40772 commit afab01cf7caca79cf6dfabe6827d1703be1a74f7
40773 Author: Behdad Esfahbod <behdad@behdad.org>
40774 Date:   Wed Nov 17 14:35:34 2010 -0500
40775
40776     Add Unicode 6.0 scripts
40777
40778  src/hb-icu.c     | 6 ++++++
40779  src/hb-ot-tag.c  | 7 ++++++-
40780  src/hb-unicode.c | 7 ++++++-
40781  src/hb-unicode.h | 7 ++++++-
40782  4 files changed, 24 insertions(+), 3 deletions(-)
40783
40784 commit f234b68d18d956f7e4eb4bf58d6dc408d9e5146e
40785 Author: Behdad Esfahbod <behdad@behdad.org>
40786 Date:   Wed Nov 17 14:25:44 2010 -0500
40787
40788     Change HB_SCRIPT_MEITEI_MAYEK to HB_SCRIPT_MEETEI_MAYEK
40789
40790     The new name matches the Unicode name.  Reported by Jonathan Kew.
40791
40792  src/hb-icu.c     | 2 +-
40793  src/hb-ot-tag.c  | 2 +-
40794  src/hb-unicode.h | 2 +-
40795  3 files changed, 3 insertions(+), 3 deletions(-)
40796
40797 commit 3ca9a6d1cffe950b325e1d522b20d4a645ae448e
40798 Author: Behdad Esfahbod <behdad@behdad.org>
40799 Date:   Wed Nov 17 13:08:47 2010 -0500
40800
40801     Add TODO item
40802
40803  TODO | 3 +++
40804  1 file changed, 3 insertions(+)
40805
40806 commit 300cb41417d40473268e3b4089bed24e9e77a753
40807 Author: Behdad Esfahbod <behdad@behdad.org>
40808 Date:   Wed Nov 17 12:57:23 2010 -0500
40809
40810     Add XXX marks
40811
40812  src/hb-ot-layout-gsubgpos-private.hh | 4 +++-
40813  1 file changed, 3 insertions(+), 1 deletion(-)
40814
40815 commit ea00aee9f94ae8c6cf03d620254817d5e1f51d64
40816 Author: Behdad Esfahbod <behdad@behdad.org>
40817 Date:   Fri Nov 5 10:51:37 2010 -0400
40818
40819     Add TODO item
40820
40821  TODO | 2 ++
40822  1 file changed, 2 insertions(+)
40823
40824 commit 3a852ae7fe6edfaadd75625d27515a3689503395
40825 Author: Behdad Esfahbod <behdad@behdad.org>
40826 Date:   Wed Nov 3 16:37:24 2010 -0400
40827
40828     Save general category and combining class in the buffer for reuse
40829
40830  src/hb-ot-layout-private.hh       |  3 ++-
40831  src/hb-ot-shape-complex-arabic.cc | 16 ++++++++++------
40832  src/hb-ot-shape-private.hh        |  6 ++++++
40833  src/hb-ot-shape.cc                | 26 +++++++++++++++++++++-----
40834  4 files changed, 39 insertions(+), 12 deletions(-)
40835
40836 commit a5ab682b9ba8224fc132624f93e6fef9973a68ca
40837 Author: Behdad Esfahbod <behdad@behdad.org>
40838 Date:   Wed Nov 3 15:50:36 2010 -0400
40839
40840     More "unreached code" warning fixes
40841
40842     Ugly :(.
40843
40844  src/hb-blob.c | 48 ++++++++++++++++++++++++------------------------
40845  1 file changed, 24 insertions(+), 24 deletions(-)
40846
40847 commit 4e22c7e94102c9f00c32b8cb6aaa832f83909149
40848 Author: Behdad Esfahbod <behdad@behdad.org>
40849 Date:   Wed Nov 3 15:47:12 2010 -0400
40850
40851     Add comment
40852
40853  src/hb-ot-layout-common-private.hh | 3 +++
40854  1 file changed, 3 insertions(+)
40855
40856 commit 0342034d1cb577d34b42f7204da7fb930c12a464
40857 Author: Behdad Esfahbod <behdad@behdad.org>
40858 Date:   Wed Nov 3 15:40:07 2010 -0400
40859
40860     Pedantic
40861
40862  src/hb-ot-layout-gpos-private.hh | 2 +-
40863  1 file changed, 1 insertion(+), 1 deletion(-)
40864
40865 commit 4a2d844c2f12dc1b858ab4ddd737ded7c0852221
40866 Author: Behdad Esfahbod <behdad@behdad.org>
40867 Date:   Wed Nov 3 15:28:56 2010 -0400
40868
40869     Minor code shuffling
40870
40871  src/hb-ot-layout-private.hh | 21 +++-------------
40872  src/hb-ot-layout.cc         | 61
40873  +++++++++++++++++++++++++++++++++------------
40874  2 files changed, 48 insertions(+), 34 deletions(-)
40875
40876 commit 11e3ec444a85fc72541823c2e98cc92c4ceb19af
40877 Author: Behdad Esfahbod <behdad@behdad.org>
40878 Date:   Wed Nov 3 15:11:04 2010 -0400
40879
40880     Fix a few more "unreachable code" warnings
40881
40882  src/hb-blob.c                        |  2 +-
40883  src/hb-object-private.h              | 12 +++---
40884  src/hb-open-type-private.hh          | 84
40885  +++++++++++++++++-------------------
40886  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
40887  src/hb-private.h                     |  3 +-
40888  5 files changed, 49 insertions(+), 54 deletions(-)
40889
40890 commit 2304856340782c72cb30873f7907191dc359e921
40891 Author: Behdad Esfahbod <behdad@behdad.org>
40892 Date:   Wed Nov 3 12:46:58 2010 -0400
40893
40894     Remove another couple lines of dead code
40895
40896  src/hb-ot-layout-gsubgpos-private.hh | 2 --
40897  1 file changed, 2 deletions(-)
40898
40899 commit b8783c85ac5dd9ea8f5a66eacb92dfcfbf649a6d
40900 Author: Behdad Esfahbod <behdad@behdad.org>
40901 Date:   Wed Nov 3 11:50:21 2010 -0400
40902
40903     Fix unreachable-code warning
40904
40905  src/hb-ot-layout-gpos-private.hh | 8 ++++----
40906  1 file changed, 4 insertions(+), 4 deletions(-)
40907
40908 commit c2709119c8c610a0d4d71884a7d4fdba7cb65b72
40909 Author: Behdad Esfahbod <behdad@behdad.org>
40910 Date:   Wed Oct 27 23:18:51 2010 -0400
40911
40912     Move things around some more
40913
40914  src/hb-ot-layout-gpos-private.hh     | 8 ++++----
40915  src/hb-ot-layout-gsub-private.hh     | 4 ++--
40916  src/hb-ot-layout-gsubgpos-private.hh | 9 +++++++--
40917  src/hb-ot-layout-private.hh          | 7 +++----
40918  src/hb-ot-layout.cc                  | 6 +++---
40919  5 files changed, 19 insertions(+), 15 deletions(-)
40920
40921 commit 194d4566ec054db03fa31d369a9f1c6cf4941e74
40922 Author: Behdad Esfahbod <behdad@behdad.org>
40923 Date:   Wed Oct 27 23:09:10 2010 -0400
40924
40925     Move buffer var allocation local
40926
40927  src/hb-ot-layout-gpos-private.hh | 19 ++++++++++++++-----
40928  src/hb-ot-layout-private.hh      |  2 --
40929  2 files changed, 14 insertions(+), 7 deletions(-)
40930
40931 commit 1e7c1fcbc33599faefc32d4a28e5d8506d2c56fa
40932 Author: Behdad Esfahbod <behdad@behdad.org>
40933 Date:   Wed Oct 27 22:48:31 2010 -0400
40934
40935     Move code around
40936
40937  src/hb-ot-layout-gpos-private.hh | 59
40938  ++++++++++++++++++++++++++++++++++++++++
40939  src/hb-ot-layout.cc              | 59
40940  ++--------------------------------------
40941  src/hb-ot-layout.h               |  4 +--
40942  src/hb-ot-shape.cc               |  2 +-
40943  4 files changed, 63 insertions(+), 61 deletions(-)
40944
40945 commit bf94b3ad22b2fe4730d4e64d673c63154fc5b5fe
40946 Author: Behdad Esfahbod <behdad@behdad.org>
40947 Date:   Wed Oct 27 22:37:59 2010 -0400
40948
40949     Move some more code around
40950
40951  src/hb-ot-layout-gdef-private.hh | 21 +++++++++++++++
40952  src/hb-ot-layout-private.hh      | 27 ++++++++++++++++---
40953  src/hb-ot-layout.cc              | 56
40954  ++++++----------------------------------
40955  3 files changed, 52 insertions(+), 52 deletions(-)
40956
40957 commit 6334658fe79d6acfb46a2a147721b78f92510ebb
40958 Author: Behdad Esfahbod <behdad@behdad.org>
40959 Date:   Wed Oct 27 22:11:32 2010 -0400
40960
40961     Simplify mark skipping logic
40962
40963  src/hb-ot-layout.cc | 17 +++--------------
40964  1 file changed, 3 insertions(+), 14 deletions(-)
40965
40966 commit 8c69e65abed961002d90024c92e18538c6516262
40967 Author: Behdad Esfahbod <behdad@behdad.org>
40968 Date:   Wed Oct 27 22:07:49 2010 -0400
40969
40970     Rename lookup_flags to lookup_props since it's more than just flags
40971
40972  src/hb-ot-layout-common-private.hh   |  6 +++++-
40973  src/hb-ot-layout-gpos-private.hh     | 14 +++++++-------
40974  src/hb-ot-layout-gsub-private.hh     |  8 ++++----
40975  src/hb-ot-layout-gsubgpos-private.hh | 10 +++++-----
40976  src/hb-ot-layout-private.hh          |  4 ++--
40977  src/hb-ot-layout.cc                  | 36
40978  ++++++++++++++++++------------------
40979  src/main.cc                          |  4 ++--
40980  7 files changed, 43 insertions(+), 39 deletions(-)
40981
40982 commit 98370e89d1bff248737b482d129c2a4deb8bfd95
40983 Author: Behdad Esfahbod <behdad@behdad.org>
40984 Date:   Wed Oct 27 17:39:01 2010 -0400
40985
40986     WIP removing external synthesized GDEF support and implementing
40987     it internally
40988
40989  TODO                                 |   2 -
40990  src/hb-buffer-private.hh             |   4 -
40991  src/hb-buffer.cc                     |   3 -
40992  src/hb-ot-layout-common-private.hh   |   8 +-
40993  src/hb-ot-layout-gdef-private.hh     |   6 +-
40994  src/hb-ot-layout-gpos-private.hh     |   4 +-
40995  src/hb-ot-layout-gsub-private.hh     |  66 ++++++-----------
40996  src/hb-ot-layout-gsubgpos-private.hh |  29 +++++++-
40997  src/hb-ot-layout-private.hh          |  29 +++-----
40998  src/hb-ot-layout.cc                  | 138
40999  +++++------------------------------
41000  src/hb-ot-layout.h                   |  26 -------
41001  src/hb-ot-shape.cc                   |  10 +++
41002  12 files changed, 98 insertions(+), 227 deletions(-)
41003
41004 commit 870e2d6eac01d004c72a925ea93e6823251d5fa2
41005 Author: Behdad Esfahbod <behdad@behdad.org>
41006 Date:   Wed Oct 27 17:37:20 2010 -0400
41007
41008     Remove unused function
41009
41010  src/hb-buffer-private.hh | 10 ----------
41011  src/hb-buffer.cc         | 27 ---------------------------
41012  2 files changed, 37 deletions(-)
41013
41014 commit 1115890b90709fa5329a55d22f543020f3df9f6f
41015 Author: Behdad Esfahbod <behdad@behdad.org>
41016 Date:   Wed Oct 27 17:07:04 2010 -0400
41017
41018     More cleanup
41019
41020  src/hb-buffer-private.hh    | 5 +----
41021  src/hb-ot-layout-private.hh | 6 ++++++
41022  2 files changed, 7 insertions(+), 4 deletions(-)
41023
41024 commit dbf56b1d94910f04823e53e39ace1e5145bddc04
41025 Author: Behdad Esfahbod <behdad@behdad.org>
41026 Date:   Wed Oct 27 17:06:12 2010 -0400
41027
41028     More lig-id cleanup
41029
41030  src/hb-buffer-private.hh         | 4 ++--
41031  src/hb-buffer.cc                 | 2 +-
41032  src/hb-ot-layout-gsub-private.hh | 8 +++++++-
41033  3 files changed, 10 insertions(+), 4 deletions(-)
41034
41035 commit f6a23a0b9171958f76c1d0473b09fc08d2b3a0d0
41036 Author: Behdad Esfahbod <behdad@behdad.org>
41037 Date:   Wed Oct 27 17:01:03 2010 -0400
41038
41039     More removal of lig-id code from buffer
41040
41041  src/hb-buffer.cc | 4 ++--
41042  1 file changed, 2 insertions(+), 2 deletions(-)
41043
41044 commit dd2ffd282c059194fd87fb1664e2e0cdb56a87a0
41045 Author: Behdad Esfahbod <behdad@behdad.org>
41046 Date:   Wed Oct 27 16:57:01 2010 -0400
41047
41048     Minor renaming
41049
41050  src/hb-buffer-private.hh         | 41
41051  ++++++++++++++++++++--------------------
41052  src/hb-buffer.cc                 | 20 ++++++++++----------
41053  src/hb-ot-layout-gsub-private.hh |  8 ++++----
41054  src/hb-ot-shape.cc               |  6 +++---
41055  4 files changed, 37 insertions(+), 38 deletions(-)
41056
41057 commit fe263272a2b26204bc39829a94d90ab537517f3f
41058 Author: Behdad Esfahbod <behdad@behdad.org>
41059 Date:   Wed Oct 27 16:51:02 2010 -0400
41060
41061     Move setting lig_id/component out of buffer and to the gsub code
41062
41063  src/hb-buffer-private.hh         | 30 +++++++----------------
41064  src/hb-buffer.cc                 | 52
41065  +++++++---------------------------------
41066  src/hb-ot-layout-gsub-private.hh | 27 ++++++++++++---------
41067  3 files changed, 34 insertions(+), 75 deletions(-)
41068
41069 commit 2e2b2480c01c788ea702d78ca830c2bb659654a8
41070 Author: Behdad Esfahbod <behdad@behdad.org>
41071 Date:   Wed Oct 27 16:25:28 2010 -0400
41072
41073     Always allocate new ligature id
41074
41075     No practical point in reusing ligature ids.
41076
41077  src/hb-ot-layout-gsub-private.hh | 5 +----
41078  1 file changed, 1 insertion(+), 4 deletions(-)
41079
41080 commit bf07d5a29c61baf6fd683289c7764f487ad7e413
41081 Author: Behdad Esfahbod <behdad@behdad.org>
41082 Date:   Wed Oct 27 16:19:13 2010 -0400
41083
41084     Set component=0 for ligature glyph
41085
41086  src/hb-ot-layout-gsub-private.hh | 5 +++--
41087  1 file changed, 3 insertions(+), 2 deletions(-)
41088
41089 commit 37ab877149582c7ce7416425bb402340e3f948a2
41090 Author: Behdad Esfahbod <behdad@behdad.org>
41091 Date:   Wed Oct 27 15:38:06 2010 -0400
41092
41093     Remove comment
41094
41095  src/hb-buffer.cc | 20 --------------------
41096  1 file changed, 20 deletions(-)
41097
41098 commit 88474c6fdaf35c56368694a5b164f4988a004d49
41099 Author: Behdad Esfahbod <behdad@behdad.org>
41100 Date:   Wed Oct 27 14:42:15 2010 -0400
41101
41102     Get rid of the OpenType-specific internal buffer representation
41103
41104     Add variant integers to buffer item types.  More cleanup coming.
41105
41106  TODO                              |  2 --
41107  src/hb-buffer-private.hh          | 35 ++++++----------------
41108  src/hb-buffer.cc                  | 62
41109  +++++++++++++++++++--------------------
41110  src/hb-buffer.h                   |  2 +-
41111  src/hb-ot-layout-gpos-private.hh  | 24 +++++++--------
41112  src/hb-ot-layout-gsub-private.hh  |  2 +-
41113  src/hb-ot-layout-private.hh       |  4 +--
41114  src/hb-ot-layout.cc               | 39 ++++++++++++------------
41115  src/hb-ot-shape-complex-arabic.cc |  8 ++---
41116  9 files changed, 79 insertions(+), 99 deletions(-)
41117
41118 commit 6cb8c3493019e1497921666fc268cb81943f9f1f
41119 Author: Behdad Esfahbod <behdad@behdad.org>
41120 Date:   Wed Oct 27 14:27:03 2010 -0400
41121
41122     Add hb_var_int_t
41123
41124  src/hb-buffer.h |  6 +++---
41125  src/hb-common.h | 10 ++++++++++
41126  2 files changed, 13 insertions(+), 3 deletions(-)
41127
41128 commit f22802431a983bd4bc60a7653b1103973c3475cb
41129 Author: Behdad Esfahbod <behdad@behdad.org>
41130 Date:   Tue Nov 2 19:12:37 2010 -0400
41131
41132     Remove trailing comma
41133
41134  src/hb-ot-shape-complex-arabic.cc | 2 +-
41135  1 file changed, 1 insertion(+), 1 deletion(-)
41136
41137 commit 13528d0c78cadb1f67267c9a692558caef9fdaa6
41138 Author: Behdad Esfahbod <behdad@behdad.org>
41139 Date:   Wed Oct 27 14:09:27 2010 -0400
41140
41141     Supposedly implement vertical support in GPOS
41142
41143     Not tested at all.
41144
41145  src/hb-ot-layout-gpos-private.hh | 27 ++++++++++++++++++++-------
41146  src/hb-ot-layout.cc              | 39
41147  ++++++++++++++++++++++++---------------
41148  2 files changed, 44 insertions(+), 22 deletions(-)
41149
41150 commit 9624de5b496846cd89ee4f7b07d38029aca70ce1
41151 Author: Behdad Esfahbod <behdad@behdad.org>
41152 Date:   Wed Oct 27 13:44:59 2010 -0400
41153
41154     Clarify cursive_chain (and change its sign)
41155
41156  src/hb-ot-layout-gpos-private.hh |  4 ++--
41157  src/hb-ot-layout.cc              | 13 +++++++------
41158  2 files changed, 9 insertions(+), 8 deletions(-)
41159
41160 commit d6c9eadb88240c40b3cb9a33f067e575cbc2f729
41161 Author: Behdad Esfahbod <behdad@behdad.org>
41162 Date:   Wed Oct 27 12:34:50 2010 -0400
41163
41164     Remove more pointless LONGTERMTODO items
41165
41166  src/hb-ot-layout-common-private.hh | 2 --
41167  1 file changed, 2 deletions(-)
41168
41169 commit e204674fe340a57c48a9fe7e1ed02a9a08f4aca4
41170 Author: Behdad Esfahbod <behdad@behdad.org>
41171 Date:   Wed Oct 27 12:32:02 2010 -0400
41172
41173     Rename hb_ot_layout_get_lig_carets() to
41174     hb_ot_layout_get_ligature_carets()
41175
41176  src/hb-ot-layout.cc | 14 +++++++-------
41177  src/hb-ot-layout.h  | 14 +++++++-------
41178  2 files changed, 14 insertions(+), 14 deletions(-)
41179
41180 commit 3357d145f81cb7b746c910018fe3a0dfab00972c
41181 Author: Behdad Esfahbod <behdad@behdad.org>
41182 Date:   Wed Oct 27 12:30:46 2010 -0400
41183
41184     Implement vertical support in get_lig_carets()
41185
41186  src/hb-ot-layout-gdef-private.hh | 34 ++++++++++++++++++----------------
41187  src/hb-ot-layout.cc              |  3 ++-
41188  src/hb-ot-layout.h               |  1 +
41189  3 files changed, 21 insertions(+), 17 deletions(-)
41190
41191 commit 8eeed7eddc789151cbffe62ed6bfd77612266bf1
41192 Author: Behdad Esfahbod <behdad@behdad.org>
41193 Date:   Wed Oct 27 12:07:49 2010 -0400
41194
41195     Remove LONGTERMTODO item that I'll never fix
41196
41197  src/hb-ot-layout-gsubgpos-private.hh | 6 ------
41198  1 file changed, 6 deletions(-)
41199
41200 commit 184a5279c64f37bc2ceefbe2191bb64ca87f88d8
41201 Author: Behdad Esfahbod <behdad@behdad.org>
41202 Date:   Wed Oct 27 12:00:49 2010 -0400
41203
41204     Remove unused macro
41205
41206  src/hb-ot-layout-gpos-private.hh | 2 --
41207  1 file changed, 2 deletions(-)
41208
41209 commit af5d02a269d55331300df1e382241893928d64e0
41210 Author: Behdad Esfahbod <behdad@behdad.org>
41211 Date:   Wed Oct 27 11:54:26 2010 -0400
41212
41213     Rewrite Cursive joining to act more like other pair lookups
41214
41215     Look forward for next character instead of joining to the last
41216     character.
41217
41218  src/hb-ot-layout-gpos-private.hh | 71
41219  ++++++++++++++++++----------------------
41220  src/hb-ot-layout-private.hh      | 10 ------
41221  2 files changed, 31 insertions(+), 50 deletions(-)
41222
41223 commit ea22c749c7371cf66ca44f0bfe7030aef1926edd
41224 Author: Behdad Esfahbod <behdad@behdad.org>
41225 Date:   Wed Oct 27 11:09:48 2010 -0400
41226
41227     Fix Cursive positioning
41228
41229     Test case: "مرا" rendered using IranNastaliq.
41230
41231  src/hb-ot-layout-gpos-private.hh | 124
41232  +--------------------------------------
41233  1 file changed, 3 insertions(+), 121 deletions(-)
41234
41235 commit aefdb64689aab19df76590a36c4a04052a8bffdb
41236 Author: Behdad Esfahbod <behdad@behdad.org>
41237 Date:   Wed Oct 27 10:40:39 2010 -0400
41238
41239     Fix segfault with Arabic combining marks
41240
41241  src/hb-ot-shape-complex-arabic.cc | 4 +++-
41242  1 file changed, 3 insertions(+), 1 deletion(-)
41243
41244 commit 12b2d09a87adc1e1aac089cd2e09a68fb7129829
41245 Author: Behdad Esfahbod <behdad@behdad.org>
41246 Date:   Wed Oct 27 01:28:28 2010 -0400
41247
41248     Remove obsolete TODO item
41249
41250     We don't cache any metrics internally, so the correct way to add more
41251     glyph metrics items is to add new callbacks for them.  We already have
41252     separeate callbacks for advance vs extents.
41253
41254  TODO | 2 --
41255  1 file changed, 2 deletions(-)
41256
41257 commit 248e3c2ba47889c247959e44166644872aed59ba
41258 Author: Behdad Esfahbod <behdad@behdad.org>
41259 Date:   Wed Oct 27 01:23:14 2010 -0400
41260
41261     Oops, remove extra mask setting that broke complex shaping
41262
41263  src/hb-ot-shape.cc | 2 --
41264  1 file changed, 2 deletions(-)
41265
41266 commit 502f4cba3e0bcd625d31f8fd295b8b18e2d02a5a
41267 Author: Behdad Esfahbod <behdad@behdad.org>
41268 Date:   Wed Oct 27 01:13:56 2010 -0400
41269
41270     Divide get_metrics into get_advance and get_extents
41271
41272     Graphite module not updated.
41273     Bump version to 0.3.
41274
41275  configure.ac          |  2 +-
41276  src/hb-font-private.h |  3 +-
41277  src/hb-font.cc        | 96
41278  +++++++++++++++++++++++++++++++++++----------------
41279  src/hb-font.h         | 61 ++++++++++++++++++++------------
41280  src/hb-ft.c           | 72 +++++++++++++++++++++++---------------
41281  src/hb-ot-shape.cc    |  7 ++--
41282  6 files changed, 154 insertions(+), 87 deletions(-)
41283
41284 commit ec6c0e54d322d58cbc835feb58dcec7ede6ab744
41285 Author: Behdad Esfahbod <behdad@behdad.org>
41286 Date:   Tue Oct 26 11:28:14 2010 -0400
41287
41288     Fix blob leak
41289
41290  src/hb-font.cc | 2 +-
41291  1 file changed, 1 insertion(+), 1 deletion(-)
41292
41293 commit bd7378b2ef9793de4e7f57b920f29f48ac9d0c25
41294 Author: Behdad Esfahbod <behdad@behdad.org>
41295 Date:   Wed Oct 13 18:33:16 2010 -0400
41296
41297     Massage mask setting a bit more
41298
41299     Still finding the exact correct way the masks should be set.
41300
41301  src/hb-buffer-private.hh | 19 ++++++++++++++++---
41302  src/hb-buffer.cc         |  9 +++++++++
41303  src/hb-ot-shape.cc       |  6 ++++--
41304  3 files changed, 29 insertions(+), 5 deletions(-)
41305
41306 commit 961f9baa7bc3556f1e4e7135859cebe1351f73a4
41307 Author: Behdad Esfahbod <behdad@behdad.org>
41308 Date:   Wed Oct 13 17:17:00 2010 -0400
41309
41310     Oops, actually set global mask
41311
41312  src/hb-buffer.cc | 2 +-
41313  1 file changed, 1 insertion(+), 1 deletion(-)
41314
41315 commit 39dede9ffffe732f78cbd092ccb3b48d77ddd66d
41316 Author: Behdad Esfahbod <behdad@behdad.org>
41317 Date:   Wed Oct 13 15:54:06 2010 -0400
41318
41319     Make sure boolean features always use value=1
41320
41321     Previously boolean features turned on the entire feature mask.
41322     This is
41323     wrong if feature is Alternate and user has provided values bigger
41324     than one.
41325     Though, I don't think other engines support such corner cases.
41326
41327  src/hb-ot-map-private.hh          | 10 ++++++++--
41328  src/hb-ot-map.cc                  |  3 ++-
41329  src/hb-ot-shape-complex-arabic.cc |  2 +-
41330  src/hb-ot-shape.cc                |  2 +-
41331  4 files changed, 12 insertions(+), 5 deletions(-)
41332
41333 commit 3506b2e78db27e7835bd2c09c053a9807c9cac40
41334 Author: Behdad Esfahbod <behdad@behdad.org>
41335 Date:   Wed Oct 13 15:38:52 2010 -0400
41336
41337     Return early if mask is 0
41338
41339  src/hb-buffer.cc | 3 +++
41340  1 file changed, 3 insertions(+)
41341
41342 commit 5c1c8c9c50ddbe66ea595afb245a208b7775b27c
41343 Author: Behdad Esfahbod <behdad@behdad.org>
41344 Date:   Wed Oct 13 15:36:38 2010 -0400
41345
41346     Make sure feature values don't leak out of their mask
41347
41348  src/hb-buffer.cc | 1 +
41349  1 file changed, 1 insertion(+)
41350
41351 commit 852912fc2db06b6183a2dc87c45ec1b563063572
41352 Author: Behdad Esfahbod <behdad@behdad.org>
41353 Date:   Wed Oct 13 15:34:50 2010 -0400
41354
41355     Fix applying default-value for features
41356
41357     Previously if a default global feature was overrided by a non-global
41358     user feature, we were not setting any default mask for the feature,
41359     essentially disabling the feature by default.  Fix that.
41360
41361  TODO                     |  2 --
41362  src/hb-ot-map-private.hh | 10 ++++++----
41363  src/hb-ot-map.cc         | 13 +++++++------
41364  3 files changed, 13 insertions(+), 12 deletions(-)
41365
41366 commit 2989be4919242670c94825bded96db20a7b2035b
41367 Author: Behdad Esfahbod <behdad@behdad.org>
41368 Date:   Wed Oct 13 15:18:29 2010 -0400
41369
41370     Set user masks after complex masks
41371
41372  src/hb-ot-shape.cc | 4 ++--
41373  1 file changed, 2 insertions(+), 2 deletions(-)
41374
41375 commit a7820b7b15a809b4a1a4077147ceed7bea528483
41376 Author: Behdad Esfahbod <behdad@behdad.org>
41377 Date:   Wed Oct 13 14:20:48 2010 -0400
41378
41379     Add TODO item
41380
41381  TODO | 2 ++
41382  1 file changed, 2 insertions(+)
41383
41384 commit 04a3023a66203d94b77f2d7a8d6bcdedf067e155
41385 Author: Behdad Esfahbod <behdad@behdad.org>
41386 Date:   Wed Oct 13 10:57:27 2010 -0400
41387
41388     Cleanup TODO
41389
41390     Looks like a roadmap now.
41391
41392  TODO | 72
41393  +++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------
41394  1 file changed, 59 insertions(+), 13 deletions(-)
41395
41396 commit 3111b8a0d5b38da57c0f6285aec2b92eb690188f
41397 Author: Behdad Esfahbod <behdad@behdad.org>
41398 Date:   Wed Oct 13 10:41:53 2010 -0400
41399
41400     Fix stupid bug, oops
41401
41402  src/hb-font.cc | 2 +-
41403  1 file changed, 1 insertion(+), 1 deletion(-)
41404
41405 commit 3703f88b74707113e782eb6ca9a77603561760d0
41406 Author: Behdad Esfahbod <behdad@behdad.org>
41407 Date:   Tue Oct 12 18:34:20 2010 -0400
41408
41409     Step the version up to 0.2 now that Arabic shaper is in
41410
41411  configure.ac | 2 +-
41412  1 file changed, 1 insertion(+), 1 deletion(-)
41413
41414 commit 758f68b860b44b5a04eb3dde5cb40b1b04cf634a
41415 Author: Behdad Esfahbod <behdad@behdad.org>
41416 Date:   Tue Oct 12 17:37:44 2010 -0400
41417
41418     Fix Arabic shaper
41419
41420     It's tested now.  It works!
41421
41422  src/hb-ot-shape-complex-arabic.cc | 7 ++++---
41423  1 file changed, 4 insertions(+), 3 deletions(-)
41424
41425 commit 13403bc67a01e0d4908fb964093fd02ddd11c580
41426 Author: Behdad Esfahbod <behdad@behdad.org>
41427 Date:   Tue Oct 12 17:23:54 2010 -0400
41428
41429     Hookup Arabic shaper!
41430
41431     Not tested yet.
41432
41433  src/hb-ot-shape-complex-arabic.cc  |  6 +++---
41434  src/hb-ot-shape-complex-private.hh | 37
41435  ++++++++++++++++++++++---------------
41436  src/hb-ot-shape-private.hh         | 14 +++++++++++++-
41437  src/hb-ot-shape.cc                 |  3 ++-
41438  4 files changed, 40 insertions(+), 20 deletions(-)
41439
41440 commit 57ac0ecb7843533b2e6e6d6c8a12b2a44437cc1c
41441 Author: Behdad Esfahbod <behdad@behdad.org>
41442 Date:   Tue Oct 12 17:07:02 2010 -0400
41443
41444     Merge clearing masks and setting global masks
41445
41446  src/hb-buffer-private.hh | 11 ++++++-----
41447  src/hb-buffer.cc         |  5 +++--
41448  src/hb-ot-map.cc         |  2 +-
41449  src/hb-ot-shape.cc       |  7 ++-----
41450  4 files changed, 12 insertions(+), 13 deletions(-)
41451
41452 commit fc96596b7c1c4e62491e951a3c256fb00dcde550
41453 Author: Behdad Esfahbod <behdad@behdad.org>
41454 Date:   Tue Oct 12 17:00:25 2010 -0400
41455
41456     Form clusters before setting masks
41457
41458  src/hb-ot-shape.cc | 4 ++--
41459  1 file changed, 2 insertions(+), 2 deletions(-)
41460
41461 commit 1e80782244cdb1dedae9d1e61079d0508e57ca72
41462 Author: Behdad Esfahbod <behdad@behdad.org>
41463 Date:   Tue Oct 12 17:00:07 2010 -0400
41464
41465     Clear masks before setting them up, not after!
41466
41467  src/hb-ot-shape.cc | 6 ++----
41468  1 file changed, 2 insertions(+), 4 deletions(-)
41469
41470 commit fd3d32d31cb6d74a9994b6850d539fd0b707d941
41471 Author: Behdad Esfahbod <behdad@behdad.org>
41472 Date:   Tue Oct 12 16:57:47 2010 -0400
41473
41474     Add hb_ot_shape_execute()
41475
41476     Not public yet.
41477
41478  src/hb-ot-shape-private.hh |  5 ++---
41479  src/hb-ot-shape.cc         | 19 ++++++++++++++-----
41480  2 files changed, 16 insertions(+), 8 deletions(-)
41481
41482 commit 49baa1f69efb0e3c62e45bd59dd88459a84bf390
41483 Author: Behdad Esfahbod <behdad@behdad.org>
41484 Date:   Tue Oct 12 16:50:36 2010 -0400
41485
41486     Add hb_ot_complex_shaper_t stuff and start hooking Arabic shaper up
41487
41488  src/Makefile.am                                    |  3 +-
41489  src/hb-ot-map-private.hh                           |  2 +-
41490  src/hb-ot-map.cc                                   |  2 +-
41491  ...ape-arabic.cc => hb-ot-shape-complex-arabic.cc} |  9 +++
41492  src/hb-ot-shape-complex-private.hh                 | 88
41493  ++++++++++++++++++++++
41494  src/hb-ot-shape-private.hh                         | 12 +--
41495  src/hb-ot-shape.cc                                 |  8 +-
41496  7 files changed, 107 insertions(+), 17 deletions(-)
41497
41498 commit 605ed468f380f86d642031f6451447d270cb6de1
41499 Author: Behdad Esfahbod <behdad@behdad.org>
41500 Date:   Tue Oct 12 16:19:29 2010 -0400
41501
41502     Add hb_ot_shape_plan_t
41503
41504     This is the object that a separate plan/execute shaping API will
41505     use in
41506     between the two stages.
41507
41508  src/hb-ot-shape-private.hh | 12 ++++++++++--
41509  src/hb-ot-shape.cc         | 38 ++++++++++++++++++--------------------
41510  2 files changed, 28 insertions(+), 22 deletions(-)
41511
41512 commit 895fb5d364e7ae5d9d2e34b9f68b8651804369ef
41513 Author: Behdad Esfahbod <behdad@behdad.org>
41514 Date:   Tue Oct 12 16:00:21 2010 -0400
41515
41516     Refactor, in a different direction
41517
41518  src/hb-ot-map-private.hh   | 15 ++++++++-------
41519  src/hb-ot-map.cc           | 23 ++++++++++++-----------
41520  src/hb-ot-shape-private.hh | 13 +------------
41521  src/hb-ot-shape.cc         | 33 +++++++++++++++++----------------
41522  4 files changed, 38 insertions(+), 46 deletions(-)
41523
41524 commit d2ba016ca1ba7489537768b619980d5159b5870c
41525 Author: Behdad Esfahbod <behdad@behdad.org>
41526 Date:   Tue Oct 12 15:35:45 2010 -0400
41527
41528     More refactoring
41529
41530  src/hb-ot-map-private.hh   | 32 +++++---------------------------
41531  src/hb-ot-map.cc           | 32 +++++++++++++++++++++++++++++---
41532  src/hb-ot-shape-private.hh | 16 ++++++++++++++--
41533  src/hb-ot-shape.cc         | 43
41534  ++++++++++++++++++++++++++++---------------
41535  src/hb-ot-shape.h          | 10 +++++-----
41536  5 files changed, 81 insertions(+), 52 deletions(-)
41537
41538 commit 66e487dfbfdccd0c4be8cd11661d412ca27c3425
41539 Author: Behdad Esfahbod <behdad@behdad.org>
41540 Date:   Tue Oct 12 13:51:19 2010 -0400
41541
41542     Update Arabic shaping table to Unicode 6.0.0.
41543
41544  src/hb-ot-shape-arabic.cc | 8 ++++----
41545  1 file changed, 4 insertions(+), 4 deletions(-)
41546
41547 commit f4792d99eee0e8cd72b7cb01c96a09f16e2a72ce
41548 Author: Behdad Esfahbod <behdad@behdad.org>
41549 Date:   Tue Oct 12 12:32:18 2010 -0400
41550
41551     Fix infinite loop!
41552
41553     Untested code is indeed buggy code.
41554
41555     Mozilla bug #603352.
41556
41557  src/hb-ot-tag.c | 6 ++----
41558  1 file changed, 2 insertions(+), 4 deletions(-)
41559
41560 commit 993d1e786a32612b796dae8309ce402a4121bec7
41561 Author: Behdad Esfahbod <behdad@behdad.org>
41562 Date:   Tue Oct 12 11:17:30 2010 -0400
41563
41564     Fix missing negation in unreachable code!
41565
41566     Mozilla bug #603346
41567
41568  src/hb-open-type-private.hh | 5 ++---
41569  1 file changed, 2 insertions(+), 3 deletions(-)
41570
41571 commit 52601275d5e4000dada4f925fb78723eeeee7bd4
41572 Author: Behdad Esfahbod <behdad@behdad.org>
41573 Date:   Fri Oct 8 20:38:46 2010 -0400
41574
41575     More separation
41576
41577  src/hb-ot-shape.cc | 14 +++++---------
41578  1 file changed, 5 insertions(+), 9 deletions(-)
41579
41580 commit 6b7e6758626268ba1c7c266128e618ec73ae2c0f
41581 Author: Behdad Esfahbod <behdad@behdad.org>
41582 Date:   Fri Oct 8 20:30:04 2010 -0400
41583
41584     Minor
41585
41586  src/hb-ot-shape.cc | 22 +++++++++++-----------
41587  1 file changed, 11 insertions(+), 11 deletions(-)
41588
41589 commit aa9c450bb2d7c3c9e36ea32e3558250391a0582d
41590 Author: Behdad Esfahbod <behdad@behdad.org>
41591 Date:   Fri Oct 8 20:27:38 2010 -0400
41592
41593     Enable 'rtlm' mirroring
41594
41595  src/hb-ot-map-private.hh |  9 +++++----
41596  src/hb-ot-shape.cc       | 30 +++++++++++++++---------------
41597  2 files changed, 20 insertions(+), 19 deletions(-)
41598
41599 commit 36925f695d349a53d52ecc3a58f18240a6977463
41600 Author: Behdad Esfahbod <behdad@behdad.org>
41601 Date:   Fri Oct 8 20:20:32 2010 -0400
41602
41603     Rename hb_mask_allocator_t to hb_ot_map_t
41604
41605     hb_ot_plan_t may be a better name, donno.
41606
41607  src/hb-ot-map-private.hh   |  4 ++--
41608  src/hb-ot-map.cc           |  2 +-
41609  src/hb-ot-shape-private.hh |  4 ++--
41610  src/hb-ot-shape.cc         | 49
41611  +++++++++++++++++++++-------------------------
41612  4 files changed, 27 insertions(+), 32 deletions(-)
41613
41614 commit f5dd3be46b5c77a2c5b97b82a0b67ac9e851b898
41615 Author: Behdad Esfahbod <behdad@behdad.org>
41616 Date:   Fri Oct 8 20:16:23 2010 -0400
41617
41618     Improve checks
41619
41620  src/check-c-linkage-decls.sh | 2 +-
41621  src/check-header-guards.sh   | 2 +-
41622  2 files changed, 2 insertions(+), 2 deletions(-)
41623
41624 commit 5a2b0b3878cd9c62121bb4fd6344e102a9ee1825
41625 Author: Behdad Esfahbod <behdad@behdad.org>
41626 Date:   Fri Oct 8 20:14:57 2010 -0400
41627
41628     Add hb-ot-map.cc
41629
41630  src/Makefile.am          |   1 +
41631  src/hb-ot-map-private.hh | 129 +-----------------------------------
41632  src/hb-ot-map.cc         | 165
41633  +++++++++++++++++++++++++++++++++++++++++++++++
41634  3 files changed, 168 insertions(+), 127 deletions(-)
41635
41636 commit ecc4550ed7bc900a61081edfbcd0ad09cbf29b36
41637 Author: Behdad Esfahbod <behdad@behdad.org>
41638 Date:   Fri Oct 8 20:05:29 2010 -0400
41639
41640     Fix feature overriding
41641
41642  src/hb-ot-map-private.hh | 2 +-
41643  1 file changed, 1 insertion(+), 1 deletion(-)
41644
41645 commit 8f08c3275040870a645ef034a38d30c05c619f21
41646 Author: Behdad Esfahbod <behdad@behdad.org>
41647 Date:   Fri Oct 8 19:43:48 2010 -0400
41648
41649     Minor cleanup
41650
41651  src/hb-open-type-private.hh |  8 ++----
41652  src/hb-ot-map-private.hh    | 61
41653  +++++++++++++--------------------------------
41654  src/hb-ot-tag.c             | 11 ++++----
41655  src/hb-private.h            |  4 +++
41656  4 files changed, 28 insertions(+), 56 deletions(-)
41657
41658 commit a806762a314e83154793d96ee665e6668d6b56de
41659 Author: Behdad Esfahbod <behdad@behdad.org>
41660 Date:   Fri Oct 8 19:18:40 2010 -0400
41661
41662     Add hb-ot-shape-private.hh
41663
41664  src/Makefile.am            |  1 +
41665  src/hb-ot-shape-arabic.cc  |  2 +-
41666  src/hb-ot-shape-private.hh | 60
41667  ++++++++++++++++++++++++++++++++++++++++++++++
41668  3 files changed, 62 insertions(+), 1 deletion(-)
41669
41670 commit 4924affe0f0adf75f2a0e2137a71206b0576d63f
41671 Author: Behdad Esfahbod <behdad@behdad.org>
41672 Date:   Fri Oct 8 19:18:16 2010 -0400
41673
41674     Add hb-ot-map-private.hh
41675
41676  src/Makefile.am          |   1 +
41677  src/hb-ot-map-private.hh | 307
41678  +++++++++++++++++++++++++++++++++++++++++++++++
41679  src/hb-ot-shape.cc       | 274 ++----------------------------------------
41680  3 files changed, 315 insertions(+), 267 deletions(-)
41681
41682 commit a7c5046d6b676a32298b97403a49235f7f255161
41683 Author: Behdad Esfahbod <behdad@behdad.org>
41684 Date:   Fri Oct 8 18:47:47 2010 -0400
41685
41686     Add private hb_segment_properties_t
41687
41688  src/hb-buffer-private.hh | 14 ++++++++------
41689  1 file changed, 8 insertions(+), 6 deletions(-)
41690
41691 commit b897c607d91d569f4eaa681d1f5b3d9f3d2bb093
41692 Author: Behdad Esfahbod <behdad@behdad.org>
41693 Date:   Fri Oct 8 18:41:57 2010 -0400
41694
41695     Flip the OT bit-allocation vs gsub/gpos inside-out
41696
41697     We now build our entire attack plan before jumping in.
41698
41699  src/hb-ot-shape.cc | 333
41700  ++++++++++++++++++++++++++++-------------------------
41701  1 file changed, 176 insertions(+), 157 deletions(-)
41702
41703 commit e89b7d2a61b7f58e6c7cec00d5ce2246dee1e8a1
41704 Author: Behdad Esfahbod <behdad@behdad.org>
41705 Date:   Fri Oct 8 12:29:59 2010 -0400
41706
41707     Logically separate feature collection
41708
41709  src/hb-ot-shape.cc | 29 ++++++++++++++++++-----------
41710  1 file changed, 18 insertions(+), 11 deletions(-)
41711
41712 commit 5b88908f12ad1d828dd6075fb8fc0036c2d6af3a
41713 Author: Behdad Esfahbod <behdad@behdad.org>
41714 Date:   Fri Oct 8 12:23:01 2010 -0400
41715
41716     Minor
41717
41718  src/hb-ot-shape.cc | 18 ++++++------------
41719  1 file changed, 6 insertions(+), 12 deletions(-)
41720
41721 commit 5360ce0c5c33f921b3f9ad3f42529a19df5ad0fe
41722 Author: Behdad Esfahbod <behdad@behdad.org>
41723 Date:   Thu Oct 7 21:21:11 2010 -0400
41724
41725     Move some more code around
41726
41727  src/hb-ot-shape.cc | 27 +++++++++++++--------------
41728  1 file changed, 13 insertions(+), 14 deletions(-)
41729
41730 commit d9c726078828d50db62e05407a3f38f2e7607533
41731 Author: Behdad Esfahbod <behdad@behdad.org>
41732 Date:   Thu Oct 7 21:19:54 2010 -0400
41733
41734     Minor
41735
41736  src/hb-ot-shape.cc | 18 +++++++++---------
41737  1 file changed, 9 insertions(+), 9 deletions(-)
41738
41739 commit efe0d682e860ffd23a1d17c68c8273f17d51c1c9
41740 Author: Behdad Esfahbod <behdad@behdad.org>
41741 Date:   Thu Oct 7 21:12:46 2010 -0400
41742
41743     Simplify compiling lookups
41744
41745  src/hb-ot-shape.cc | 66
41746  ++++++++++++++++++++++--------------------------------
41747  1 file changed, 27 insertions(+), 39 deletions(-)
41748
41749 commit 476c94218b4f5b8e119e82b0e10b641e0c10bf56
41750 Author: Behdad Esfahbod <behdad@behdad.org>
41751 Date:   Thu Oct 7 17:47:33 2010 -0400
41752
41753     Rename
41754
41755  src/hb-ot-shape.cc | 18 ++++++++++--------
41756  1 file changed, 10 insertions(+), 8 deletions(-)
41757
41758 commit 34db6f031d7ac009f554386ef990bad44886b9ee
41759 Author: Behdad Esfahbod <behdad@behdad.org>
41760 Date:   Thu Oct 7 01:21:19 2010 -0400
41761
41762     Add XXX note
41763
41764  src/hb-buffer.cc | 1 +
41765  1 file changed, 1 insertion(+)
41766
41767 commit 98aa3f65446496dc250d9b01d98cacfdf1157e06
41768 Author: Behdad Esfahbod <behdad@behdad.org>
41769 Date:   Wed Oct 6 00:23:36 2010 -0400
41770
41771     Call hb_ot_shape_setup_lookups_complex()
41772
41773  src/hb-ot-shape.cc | 10 +++++++++-
41774  1 file changed, 9 insertions(+), 1 deletion(-)
41775
41776 commit f1d07885dc358e79c237e824c94b3320c0a9c17d
41777 Author: Behdad Esfahbod <behdad@behdad.org>
41778 Date:   Wed Oct 6 00:21:37 2010 -0400
41779
41780     Rename setup_lookups()
41781
41782  src/hb-ot-shape.cc | 10 +++++-----
41783  1 file changed, 5 insertions(+), 5 deletions(-)
41784
41785 commit affc5abac7bdae51df85856a5478d34d96fda4fe
41786 Author: Behdad Esfahbod <behdad@behdad.org>
41787 Date:   Wed Oct 6 00:18:16 2010 -0400
41788
41789     Move table_tag to hb_ot_shape_context_t
41790
41791  src/hb-ot-shape.cc | 31 +++++++++++++++++--------------
41792  1 file changed, 17 insertions(+), 14 deletions(-)
41793
41794 commit 967240dd8b96802345ef273e75427066e91ea8fb
41795 Author: Behdad Esfahbod <behdad@behdad.org>
41796 Date:   Tue Oct 5 23:00:05 2010 -0400
41797
41798     Add internal hb_ot_shape_context_t
41799
41800  src/hb-ot-shape-arabic.cc |  26 ++---
41801  src/hb-ot-shape.cc        | 237
41802  +++++++++++++++++++---------------------------
41803  2 files changed, 108 insertions(+), 155 deletions(-)
41804
41805 commit 3eb936f1539475098f39be78654b9c39b86f0799
41806 Author: Behdad Esfahbod <behdad@behdad.org>
41807 Date:   Tue Oct 5 18:36:58 2010 -0400
41808
41809     Add Arabic/Syriac/N'ko shaping logic
41810
41811     Not hooked up just yet.
41812
41813  src/Makefile.am                 |   9 +
41814  src/gen-arabic-joining-table.py |  39 +++
41815  src/hb-ot-shape-arabic.cc       | 716
41816  ++++++++++++++++++++++++++++++++++++++++
41817  3 files changed, 764 insertions(+)
41818
41819 commit 0109816b50064a314389333ff64aaf22cb4b1e56
41820 Author: Behdad Esfahbod <behdad@behdad.org>
41821 Date:   Tue Oct 5 18:36:45 2010 -0400
41822
41823     Update build system
41824
41825  autogen.sh   | 3 ---
41826  configure.ac | 1 +
41827  2 files changed, 1 insertion(+), 3 deletions(-)
41828
41829 commit e81d7afe6e0e9dd26025f3243a11cf0b408a8046
41830 Author: Behdad Esfahbod <behdad@behdad.org>
41831 Date:   Mon Oct 4 18:18:48 2010 -0400
41832
41833     Add hb_face_get_upem()
41834
41835  src/hb-font.cc | 6 ++++++
41836  src/hb-font.h  | 3 +++
41837  2 files changed, 9 insertions(+)
41838
41839 commit d47f79db92fa45d51cd5f7845db8a206f5ec122b
41840 Author: Behdad Esfahbod <behdad@behdad.org>
41841 Date:   Mon Oct 4 18:13:30 2010 -0400
41842
41843     Add TODO item
41844
41845  TODO | 2 ++
41846  1 file changed, 2 insertions(+)
41847
41848 commit bd361945a89ea31e6c4525aa030e18744ea81fb3
41849 Author: Behdad Esfahbod <behdad@behdad.org>
41850 Date:   Mon Oct 4 17:22:57 2010 -0400
41851
41852     Add API comments
41853
41854  src/hb-font.h | 17 +++++++++++++++--
41855  1 file changed, 15 insertions(+), 2 deletions(-)
41856
41857 commit 645f6f265b5f6fb85b3c0f59ea874d58c86e3917
41858 Author: Behdad Esfahbod <behdad@behdad.org>
41859 Date:   Mon Oct 4 17:01:01 2010 -0400
41860
41861     Add is_mutable() functions
41862
41863     Correspond to the make_mutable() ones.
41864
41865  src/hb-font.cc   | 6 ++++++
41866  src/hb-font.h    | 2 ++
41867  src/hb-unicode.c | 6 ++++++
41868  src/hb-unicode.h | 2 ++
41869  4 files changed, 16 insertions(+)
41870
41871 commit 19c0eab8cf96d00e168c4b11ec435019c1ed44f7
41872 Author: Behdad Esfahbod <behdad@behdad.org>
41873 Date:   Mon Oct 4 16:45:21 2010 -0400
41874
41875     Add getters for all setter APIs
41876
41877     One in particular is not a straight getter: hb_font_unset_funcs() is
41878     special because of the specific needs of the lifecycle management of
41879     the user_data object.
41880
41881  src/hb-font.cc   | 64
41882  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
41883  src/hb-font.h    | 40 +++++++++++++++++++++++++++++++++++
41884  src/hb-unicode.c | 32 ++++++++++++++++++++++++++++
41885  src/hb-unicode.h | 31 ++++++++++++++++++++++++++-
41886  4 files changed, 166 insertions(+), 1 deletion(-)
41887
41888 commit f0feb084b0fd1510474b25404d1dcc5686ee0538
41889 Author: Behdad Esfahbod <behdad@behdad.org>
41890 Date:   Sun Oct 3 19:09:39 2010 -0400
41891
41892     Minor
41893
41894  src/hb-ot-layout-private.hh | 12 +++++++-----
41895  1 file changed, 7 insertions(+), 5 deletions(-)
41896
41897 commit ac0c1663fa6e93a5a94c88fc7497bc11ca17f0a1
41898 Author: Behdad Esfahbod <behdad@behdad.org>
41899 Date:   Fri Oct 1 19:09:23 2010 -0400
41900
41901     Avoid div-by-zero, validate upem
41902
41903  src/hb-ot-head-private.hh   | 7 +++++++
41904  src/hb-ot-layout-private.hh | 6 +++---
41905  2 files changed, 10 insertions(+), 3 deletions(-)
41906
41907 commit 7f97d2cd904ea999c099c73c52187c5d65aeec67
41908 Author: Behdad Esfahbod <behdad@behdad.org>
41909 Date:   Fri Oct 1 18:58:50 2010 -0400
41910
41911     Pedantic
41912
41913  src/hb-open-type-private.hh        | 12 ++++++------
41914  src/hb-ot-layout-common-private.hh |  2 +-
41915  src/hb-ot-layout-gdef-private.hh   | 10 +++++-----
41916  src/hb-ot-layout-gpos-private.hh   |  6 +++---
41917  4 files changed, 15 insertions(+), 15 deletions(-)
41918
41919 commit 2841436926d6a406bd1f4a35c66a0e3c2fdbeca7
41920 Author: Behdad Esfahbod <behdad@behdad.org>
41921 Date:   Wed Sep 29 12:20:36 2010 -0400
41922
41923     Don't zero glyph advances in MarkToBase and similar lookups
41924
41925     See email thread "Should MarkToBase attachment zero the mark advance?"
41926     started by Jonathan Kew on 23 August 2010 for details.
41927
41928  src/hb-ot-layout-gpos-private.hh | 2 --
41929  1 file changed, 2 deletions(-)
41930
41931 commit 36b3862009c00ad922d68810173a69ac59723365
41932 Author: Behdad Esfahbod <behdad@behdad.org>
41933 Date:   Wed Sep 29 12:10:24 2010 -0400
41934
41935     One fewer cmp() implementation...
41936
41937  src/hb-ot-layout-common-private.hh | 3 +--
41938  1 file changed, 1 insertion(+), 2 deletions(-)
41939
41940 commit 4e573715ae5f5ed486ad66382bb44c47a86591ff
41941 Author: Behdad Esfahbod <behdad@behdad.org>
41942 Date:   Tue Sep 28 16:23:58 2010 -0400
41943
41944     Improve cmp function parameter namings and casts
41945
41946     No semantic change.
41947
41948  src/hb-open-type-private.hh        | 6 +++---
41949  src/hb-ot-layout-common-private.hh | 6 +++---
41950  src/hb-ot-shape.cc                 | 8 ++++----
41951  3 files changed, 10 insertions(+), 10 deletions(-)
41952
41953 commit dca8aff24652c83c53efbb9d06e5e1c7ef1c2fa5
41954 Author: Behdad Esfahbod <behdad@behdad.org>
41955 Date:   Tue Sep 28 16:25:23 2010 -0400
41956
41957     Add comment re DejaVu Sans Mono having 'dflt' script
41958
41959  src/hb-ot-layout.cc | 3 ++-
41960  1 file changed, 2 insertions(+), 1 deletion(-)
41961
41962 commit 9dc45401c07cb40114067cafbe286c63a9598f3b
41963 Author: Behdad Esfahbod <behdad@behdad.org>
41964 Date:   Tue Sep 28 16:23:28 2010 -0400
41965
41966     Fix stupid bug in bsearch cmp function!
41967
41968  src/hb-ot-layout-common-private.hh | 2 +-
41969  1 file changed, 1 insertion(+), 1 deletion(-)
41970
41971 commit 6fca4c18c42bdcbc67ee8855499c51c7d6311eb2
41972 Author: Behdad Esfahbod <behdad@behdad.org>
41973 Date:   Thu Sep 23 10:28:51 2010 -0400
41974
41975     Add TODO iteam
41976
41977  TODO | 2 ++
41978  1 file changed, 2 insertions(+)
41979
41980 commit f2a30bd605a57b99fce4b78e288c2ca62f7191ad
41981 Author: Behdad Esfahbod <behdad@behdad.org>
41982 Date:   Thu Sep 23 10:27:08 2010 -0400
41983
41984     Remove unimplemented method hb_font_get_funcs()
41985
41986     Got to add a suitable replacement.
41987
41988  src/hb-font.h | 3 ---
41989  1 file changed, 3 deletions(-)
41990
41991 commit 7b9a38a112aa2421d97187a9b30619360edeabbe
41992 Author: Behdad Esfahbod <behdad@behdad.org>
41993 Date:   Wed Sep 22 17:42:59 2010 -0400
41994
41995     Add test.c using public API
41996
41997  src/Makefile.am |  6 +++-
41998  src/test.c      | 94
41999  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
42000  2 files changed, 99 insertions(+), 1 deletion(-)
42001
42002 commit 9ea7368fce3fa373d8d2925961ad211f5cf6ce70
42003 Author: Behdad Esfahbod <behdad@behdad.org>
42004 Date:   Wed Sep 22 17:38:44 2010 -0400
42005
42006     Fix hb_ot_layout leak
42007
42008  src/hb-ot-layout.cc | 2 ++
42009  1 file changed, 2 insertions(+)
42010
42011 commit 8e577acae2e605547b6a1b9b3a941cb9e3c56a4c
42012 Author: Behdad Esfahbod <behdad@behdad.org>
42013 Date:   Wed Sep 22 17:37:02 2010 -0400
42014
42015     Fix blob refcounting with insane SFNT table directories
42016
42017  src/hb-font.cc | 4 +---
42018  1 file changed, 1 insertion(+), 3 deletions(-)
42019
42020 commit 75371bea4fbf50b8604d2698b4935c011648a6b6
42021 Author: Behdad Esfahbod <behdad@behdad.org>
42022 Date:   Wed Sep 22 17:12:10 2010 -0400
42023
42024     Add TODO item
42025
42026  TODO | 2 ++
42027  1 file changed, 2 insertions(+)
42028
42029 commit 5bd1e95236320aed60fb29ca1e93b9595d4aeeec
42030 Author: Behdad Esfahbod <behdad@behdad.org>
42031 Date:   Wed Sep 22 16:46:18 2010 -0400
42032
42033     Speedup Device table delta computation for common cases
42034
42035  src/hb-ot-layout-common-private.hh | 25 +++++++++++++++++++++----
42036  1 file changed, 21 insertions(+), 4 deletions(-)
42037
42038 commit ed4acbde9c5e3323cc95037b500d1bf2878ed3ee
42039 Author: Behdad Esfahbod <behdad@behdad.org>
42040 Date:   Mon Aug 16 14:36:27 2010 -0400
42041
42042     Fix NULL dereference
42043
42044     Reported by Jonathan Kew.  Face table handling needs to be redone
42045     anyway, but fix this for now.
42046
42047  src/hb-ot-layout.cc | 6 +++---
42048  1 file changed, 3 insertions(+), 3 deletions(-)
42049
42050 commit 258305c2a5dd47bd2d83f12eaf9caa5b19ae5efb
42051 Author: Behdad Esfahbod <behdad@behdad.org>
42052 Date:   Fri Aug 13 14:10:02 2010 -0400
42053
42054     [GPOS] Fix div-by-zero
42055
42056     Patch by Jonathan Kew.  Mozilla bug #465728.
42057
42058  src/hb-ot-layout-gpos-private.hh | 2 +-
42059  1 file changed, 1 insertion(+), 1 deletion(-)
42060
42061 commit 2422c4b96d32037a5cdaef4c427ed1d25db5f647
42062 Author: Behdad Esfahbod <behdad@behdad.org>
42063 Date:   Fri Aug 13 14:00:34 2010 -0400
42064
42065     Add TODO
42066
42067  src/hb-ot-shape.cc | 2 +-
42068  1 file changed, 1 insertion(+), 1 deletion(-)
42069
42070 commit 27f0b092a13344e8791c496c77a3c1e5de4f887c
42071 Author: Behdad Esfahbod <behdad@behdad.org>
42072 Date:   Fri Jul 23 17:35:54 2010 -0400
42073
42074     Logically separate feature allocation from application
42075
42076  src/hb-ot-shape.cc | 8 ++++----
42077  1 file changed, 4 insertions(+), 4 deletions(-)
42078
42079 commit 6cf63132dc771e1bcd5627720daf4bd2ea0800a5
42080 Author: Behdad Esfahbod <behdad@behdad.org>
42081 Date:   Fri Jul 23 17:32:26 2010 -0400
42082
42083     Minor
42084
42085  src/hb-ot-shape.cc | 2 +-
42086  1 file changed, 1 insertion(+), 1 deletion(-)
42087
42088 commit 4e4ef24e46f273ad2bdda2f718223e05b37dd50f
42089 Author: Behdad Esfahbod <behdad@behdad.org>
42090 Date:   Fri Jul 23 17:22:11 2010 -0400
42091
42092     Towards separating bit allocation from shaping
42093
42094  src/hb-buffer-private.hh         |  9 ++++++---
42095  src/hb-buffer.cc                 | 12 ++++++------
42096  src/hb-ot-layout-gpos-private.hh |  2 +-
42097  src/hb-ot-layout.cc              |  2 +-
42098  src/hb-ot-shape.cc               | 41
42099  ++++++++++++++++------------------------
42100  5 files changed, 30 insertions(+), 36 deletions(-)
42101
42102 commit da6cff3864d2ef4a061a29e5918359bafcd51f4c
42103 Author: Behdad Esfahbod <behdad@behdad.org>
42104 Date:   Fri Jul 23 15:40:58 2010 -0400
42105
42106     Add TODO items
42107
42108  TODO | 3 +++
42109  1 file changed, 3 insertions(+)
42110
42111 commit acdba3f90b232fc12fcb200dca2584481b339118
42112 Author: Behdad Esfahbod <behdad@behdad.org>
42113 Date:   Fri Jul 23 15:11:18 2010 -0400
42114
42115     Prefer C linkage
42116
42117  src/Makefile.am                      |  1 +
42118  src/check-c-linkage-decls.sh         | 18 ++++++++++++++++++
42119  src/hb-blob-private.h                |  2 ++
42120  src/hb-blob.c                        | 18 ++++++++++++------
42121  src/hb-blob.h                        |  2 ++
42122  src/hb-buffer-private.hh             |  1 +
42123  src/hb-buffer.cc                     |  7 ++++++-
42124  src/hb-buffer.h                      |  1 +
42125  src/hb-common.c                      |  6 ++++++
42126  src/hb-common.h                      | 21 +++++++++++++--------
42127  src/hb-font-private.h                |  1 +
42128  src/hb-font.cc                       |  4 ++++
42129  src/hb-font.h                        |  1 +
42130  src/hb-ft.c                          | 10 ++++++++--
42131  src/hb-ft.h                          |  2 ++
42132  src/hb-glib.c                        |  6 ++++++
42133  src/hb-glib.h                        |  2 ++
42134  src/hb-graphite.cc                   |  6 ++++++
42135  src/hb-graphite.h                    |  3 ++-
42136  src/hb-icu.c                         |  6 ++++++
42137  src/hb-icu.h                         |  2 ++
42138  src/hb-language.c                    |  5 +++++
42139  src/hb-language.h                    |  2 ++
42140  src/hb-object-private.h              |  2 ++
42141  src/hb-open-file-private.hh          |  4 ++++
42142  src/hb-open-type-private.hh          |  5 +++++
42143  src/hb-ot-head-private.hh            |  5 +++++
42144  src/hb-ot-layout-common-private.hh   |  6 ++++++
42145  src/hb-ot-layout-gdef-private.hh     |  4 ++++
42146  src/hb-ot-layout-gpos-private.hh     |  6 ++++++
42147  src/hb-ot-layout-gsub-private.hh     |  7 ++++++-
42148  src/hb-ot-layout-gsubgpos-private.hh | 13 +++++++++++++
42149  src/hb-ot-layout-private.hh          |  3 ++-
42150  src/hb-ot-layout.cc                  |  5 +++++
42151  src/hb-ot-layout.h                   |  1 +
42152  src/hb-ot-shape.cc                   |  6 ++++++
42153  src/hb-ot-shape.h                    |  2 ++
42154  src/hb-ot-tag.c                      |  5 +++++
42155  src/hb-ot-tag.h                      |  2 ++
42156  src/hb-ot.h                          |  3 +++
42157  src/hb-private.h                     |  5 +++++
42158  src/hb-shape.cc                      |  5 +++++
42159  src/hb-shape.h                       |  1 +
42160  src/hb-unicode-private.h             |  1 +
42161  src/hb-unicode.c                     |  6 ++++++
42162  src/hb-unicode.h                     |  1 +
42163  src/hb.h                             |  3 +++
42164  src/main.cc                          |  6 ++++++
42165  48 files changed, 214 insertions(+), 20 deletions(-)
42166
42167 commit cc6d52279d10a2edcf0d86c3a18a79ff4f6d3858
42168 Author: Behdad Esfahbod <behdad@behdad.org>
42169 Date:   Fri Jul 23 15:00:13 2010 -0400
42170
42171     De-C++ where possible
42172
42173     Helps with avoiding many "extern C" declarations in source files.
42174
42175  src/Makefile.am                               | 4 ++--
42176  src/check-header-guards.sh                    | 2 +-
42177  src/{hb-font-private.hh => hb-font-private.h} | 6 +++---
42178  src/hb-font.cc                                | 2 +-
42179  src/{hb-ft.cc => hb-ft.c}                     | 2 +-
42180  src/hb-graphite.cc                            | 2 +-
42181  src/hb-ot-layout-gdef-private.hh              | 2 +-
42182  src/hb-ot-layout-private.hh                   | 2 +-
42183  8 files changed, 11 insertions(+), 11 deletions(-)
42184
42185 commit 0dd200d28f51bf4062d8a377432c8977c80cb210
42186 Author: Behdad Esfahbod <behdad@behdad.org>
42187 Date:   Fri Jul 23 14:56:29 2010 -0400
42188
42189     Header dep cleanup
42190
42191  src/hb-font-private.hh      | 2 --
42192  src/hb-ot-layout-private.hh | 1 +
42193  2 files changed, 1 insertion(+), 2 deletions(-)
42194
42195 commit fb0d25246267851a1fc200ead28c56359a40047e
42196 Author: Behdad Esfahbod <behdad@behdad.org>
42197 Date:   Fri Jul 23 14:54:22 2010 -0400
42198
42199     dos2unix
42200
42201  src/hb-ot-head-private.hh | 256
42202  +++++++++++++++++++++++-----------------------
42203  1 file changed, 128 insertions(+), 128 deletions(-)
42204
42205 commit 81408cd51ce575891e79e6483be187130f864c28
42206 Author: Behdad Esfahbod <behdad@behdad.org>
42207 Date:   Fri Jul 23 14:46:57 2010 -0400
42208
42209     Don't use "operator ="
42210
42211     Some compilers don't like operator = defined on members of union
42212     members
42213     either.  Reported by Ginn Chen for Sun Studio compilers.
42214
42215  src/hb-open-type-private.hh | 6 +++---
42216  1 file changed, 3 insertions(+), 3 deletions(-)
42217
42218 commit 39fe34d4c356516f0a92f42b13a168572829d24e
42219 Author: Behdad Esfahbod <behdad@behdad.org>
42220 Date:   Thu Jul 22 18:12:38 2010 -0400
42221
42222     Add TODO option
42223
42224  TODO | 2 ++
42225  1 file changed, 2 insertions(+)
42226
42227 commit 243a96f41482edb83e4798358064bd3329dd278c
42228 Author: Behdad Esfahbod <behdad@behdad.org>
42229 Date:   Wed Jul 21 17:21:12 2010 -0400
42230
42231     Add arm build fix to TODO
42232
42233  TODO | 1 +
42234  1 file changed, 1 insertion(+)
42235
42236 commit c407f05f99f9225916d3d0ae06eac8fbc8b55b97
42237 Author: Behdad Esfahbod <behdad@behdad.org>
42238 Date:   Wed Jul 21 17:20:44 2010 -0400
42239
42240     Remove fixed TODO item
42241
42242  TODO | 1 -
42243  1 file changed, 1 deletion(-)
42244
42245 commit 4f801bd6586defdbf70162e0c7f8968d2b476df2
42246 Author: Behdad Esfahbod <behdad@behdad.org>
42247 Date:   Wed Jul 21 16:37:01 2010 -0400
42248
42249     Mozilla bug 580233 - check for zero-length record in hb sanitizer.
42250
42251     Patch / report by Jonathan Kew.
42252
42253  src/hb-open-type-private.hh | 2 +-
42254  1 file changed, 1 insertion(+), 1 deletion(-)
42255
42256 commit 17e9ff938b638fd1cb80c990ba13bd47562116b8
42257 Author: Behdad Esfahbod <behdad@behdad.org>
42258 Date:   Thu Jul 15 11:21:34 2010 -0700
42259
42260     Fix 64bit issues with debug prints
42261
42262  src/hb-blob.c               | 10 +++++-----
42263  src/hb-open-type-private.hh |  5 +++--
42264  2 files changed, 8 insertions(+), 7 deletions(-)
42265
42266 commit fd56ae49637b978ea3b36fab5b48f1a3cc99e90e
42267 Author: Behdad Esfahbod <behdad@behdad.org>
42268 Date:   Thu Jul 8 00:53:40 2010 -0400
42269
42270     Don't bother sorting, it's a safe font error if the array is not
42271     sorted
42272
42273  src/hb-open-type-private.hh        | 29 -----------------------------
42274  src/hb-ot-layout-common-private.hh |  7 -------
42275  2 files changed, 36 deletions(-)
42276
42277 commit cc8a4abea68f2dba26feb5785f9e518e6853c744
42278 Author: Behdad Esfahbod <behdad@behdad.org>
42279 Date:   Thu Jul 8 00:40:04 2010 -0400
42280
42281     Use bsearch where applicable
42282
42283  src/hb-open-type-private.hh        |  49 +++++++++++++
42284  src/hb-ot-layout-common-private.hh | 145
42285  +++++++++++++------------------------
42286  2 files changed, 100 insertions(+), 94 deletions(-)
42287
42288 commit 2f418f5709b2b8b3ef2f6056b9d8c13b66f0b74a
42289 Author: Behdad Esfahbod <behdad@behdad.org>
42290 Date:   Wed Jul 7 22:07:40 2010 -0400
42291
42292     Remove useless TODO
42293
42294  src/hb-open-file-private.hh | 1 -
42295  1 file changed, 1 deletion(-)
42296
42297 commit da8edbb62204dc39f93d500ef85929e234e0bd19
42298 Author: Behdad Esfahbod <behdad@behdad.org>
42299 Date:   Wed Jun 9 07:15:39 2010 -0400
42300
42301     Fix header
42302
42303  src/hb-buffer-private.hh | 6 +++---
42304  1 file changed, 3 insertions(+), 3 deletions(-)
42305
42306 commit d05d13df02fbe76814694fe49cc01bbb41c3d0e7
42307 Author: Behdad Esfahbod <behdad@behdad.org>
42308 Date:   Wed Jun 9 07:15:03 2010 -0400
42309
42310     Add a test for header preprocessor guards
42311
42312  src/Makefile.am            |  4 +++-
42313  src/check-header-guards.sh | 20 ++++++++++++++++++++
42314  src/check-libstdc++.sh     |  1 -
42315  3 files changed, 23 insertions(+), 2 deletions(-)
42316
42317 commit 0f0cd9d361f1bb614aa3fd4616160d027062370e
42318 Author: Behdad Esfahbod <behdad@behdad.org>
42319 Date:   Wed Jun 9 06:32:56 2010 -0400
42320
42321     Fix header tags
42322
42323  src/hb-font-private.hh      | 6 +++---
42324  src/hb-object-private.h     | 6 +++---
42325  src/hb-open-type-private.hh | 4 ++--
42326  src/hb-ot-layout-private.hh | 6 +++---
42327  src/hb-ot-shape.h           | 2 +-
42328  5 files changed, 12 insertions(+), 12 deletions(-)
42329
42330 commit f2a1b411b1d48c3dfac0df8e78c848d9aa3bb047
42331 Author: Behdad Esfahbod <behdad@behdad.org>
42332 Date:   Thu Jun 3 11:37:51 2010 -0400
42333
42334     Followup fix for variation-selectors
42335
42336     Patch from Jonathan Kew
42337
42338  src/hb-ot-shape.cc | 3 ++-
42339  1 file changed, 2 insertions(+), 1 deletion(-)
42340
42341 commit a224b4d502d026fa642ee4098bf7bc0b4ba7ce27
42342 Author: Behdad Esfahbod <behdad@behdad.org>
42343 Date:   Wed Jun 2 22:24:54 2010 -0400
42344
42345     Fix skipping variation-selectors
42346
42347  src/hb-ot-shape.cc | 14 ++++++++------
42348  1 file changed, 8 insertions(+), 6 deletions(-)
42349
42350 commit 81a77b115db401f69e869690f24b9047370bdfde
42351 Author: Behdad Esfahbod <behdad@behdad.org>
42352 Date:   Tue Jun 1 23:03:54 2010 -0400
42353
42354     Make feature sorting stable
42355
42356  src/hb-ot-shape.cc | 4 +++-
42357  1 file changed, 3 insertions(+), 1 deletion(-)
42358
42359 commit fdc322a82047c4bda9fa3dab4338a0eac1c1bde7
42360 Author: Behdad Esfahbod <behdad@behdad.org>
42361 Date:   Fri May 28 20:55:52 2010 -0400
42362
42363     Minor
42364
42365  src/hb-ot-shape.cc | 38 +++++++++++++++++++++-----------------
42366  1 file changed, 21 insertions(+), 17 deletions(-)
42367
42368 commit f062ec6bb24b1c21d37b12adc7e944a5fe53526a
42369 Author: Behdad Esfahbod <behdad@behdad.org>
42370 Date:   Fri May 28 20:54:43 2010 -0400
42371
42372     Further simplify mask allocator
42373
42374  src/hb-ot-shape.cc | 23 +++++++----------------
42375  1 file changed, 7 insertions(+), 16 deletions(-)
42376
42377 commit 8af45fda475d075c5a285002463a00a0423d3926
42378 Author: Behdad Esfahbod <behdad@behdad.org>
42379 Date:   Fri May 28 20:41:20 2010 -0400
42380
42381     Fix global feature handling
42382
42383  src/hb-ot-shape.cc | 6 +++++-
42384  1 file changed, 5 insertions(+), 1 deletion(-)
42385
42386 commit e04685ee7be01695ec437fab50f919f1b7423c57
42387 Author: Behdad Esfahbod <behdad@behdad.org>
42388 Date:   Fri May 28 20:37:06 2010 -0400
42389
42390     Simplify mask allocation
42391
42392  src/hb-ot-shape.cc | 48 ++++++++++++++++++++----------------------------
42393  1 file changed, 20 insertions(+), 28 deletions(-)
42394
42395 commit 0e235d0fc9bdeeaffa7215c21abc5d40767a10c7
42396 Author: Behdad Esfahbod <behdad@behdad.org>
42397 Date:   Fri May 28 20:21:47 2010 -0400
42398
42399     Towards a mask allocator
42400
42401  src/hb-ot-shape.cc | 291
42402  ++++++++++++++++++++++++++++++++++-------------------
42403  1 file changed, 186 insertions(+), 105 deletions(-)
42404
42405 commit 81c5e8724b740c6e42ed3a45e0574c7c5f3ad8e6
42406 Author: Behdad Esfahbod <behdad@behdad.org>
42407 Date:   Fri May 28 18:31:16 2010 -0400
42408
42409     Allow disabling default features
42410
42411     Patch from Jonathan Kew
42412
42413  src/hb-buffer-private.hh |  18 +++--
42414  src/hb-buffer.cc         |  15 ++--
42415  src/hb-ot-shape.cc       | 196
42416  ++++++++++++++++++++++++++++++++---------------
42417  3 files changed, 153 insertions(+), 76 deletions(-)
42418
42419 commit 2163afbf35044f59dbf449254e65b8c9feb6cdeb
42420 Author: Behdad Esfahbod <behdad@behdad.org>
42421 Date:   Thu May 27 14:04:15 2010 -0400
42422
42423     Add note about UTF-8 decoder
42424
42425  src/hb-buffer.cc | 2 ++
42426  1 file changed, 2 insertions(+)
42427
42428 commit 226faa58f4e23eb655bebb0eff7206a3024c8d55
42429 Author: Behdad Esfahbod <behdad@behdad.org>
42430 Date:   Thu May 27 11:42:34 2010 -0400
42431
42432     Fix loop
42433
42434  src/hb-ot-tag.c | 4 ++--
42435  1 file changed, 2 insertions(+), 2 deletions(-)
42436
42437 commit 56bef5680cc76a67d16ca14ac69f0dda1a691968
42438 Author: Martin Hosken <martin_hosken@sil.org>
42439 Date:   Thu May 27 10:09:04 2010 +0100
42440
42441     Fixes to Python and Graphite from Martin
42442
42443  contrib/python/README             |  10 ++++
42444  contrib/python/lib/fontconfig.pyx |  47 +++++++++++++++++
42445  contrib/python/lib/harfbuzz.pyx   | 104
42446  ++------------------------------------
42447  contrib/python/scripts/hbtestfont | 103
42448  +++++++++++++++++++++++++++++++++----
42449  contrib/python/setup.py           |   3 +-
42450  src/hb-graphite.cc                |   8 +--
42451  6 files changed, 159 insertions(+), 116 deletions(-)
42452
42453 commit b485da0b719cb03cc33da57802c5151301664c2f
42454 Author: Behdad Esfahbod <behdad@behdad.org>
42455 Date:   Thu May 27 11:39:19 2010 -0400
42456
42457     Disable Graphite as it crashes all over the place...
42458
42459  src/hb-shape.cc | 2 +-
42460  1 file changed, 1 insertion(+), 1 deletion(-)
42461
42462 commit 93ac709b1f6b015371c29bf244a9ece62baedff0
42463 Author: Behdad Esfahbod <behdad@behdad.org>
42464 Date:   Wed May 26 16:22:00 2010 -0400
42465
42466     Cypriot is RTL
42467
42468  src/hb-unicode.c | 2 +-
42469  1 file changed, 1 insertion(+), 1 deletion(-)
42470
42471 commit 15c7379c16dbb9ee8ed1c0333ca7492532ce8423
42472 Author: Behdad Esfahbod <behdad@behdad.org>
42473 Date:   Wed May 26 10:48:10 2010 -0400
42474
42475     Revert "Merge remote branch 'martin/master'"
42476
42477     This reverts commit 80af2812fb3b231ddcb4608ec13c6038a681c818,
42478     reversing
42479     changes made to c442672ec2fb83ed41f3994b3aa4f92a097664ab.
42480
42481  contrib/python/README             |  10 ----
42482  contrib/python/lib/fontconfig.pyx |  47 -----------------
42483  contrib/python/lib/harfbuzz.pyx   | 104
42484  ++++++++++++++++++++++++++++++++++++--
42485  contrib/python/scripts/hbtestfont |  98
42486  ++++-------------------------------
42487  contrib/python/setup.py           |   3 +-
42488  src/Makefile.am                   |   2 +-
42489  src/hb-graphite.cc                |   8 +--
42490  src/hb-ot-shape.cc                |   2 +-
42491  src/hb-ot-tag.c                   |   1 -
42492  src/hb-ot.h                       |   2 +-
42493  src/hb-shape.cc                   |   2 +-
42494  11 files changed, 119 insertions(+), 160 deletions(-)
42495
42496 commit 80af2812fb3b231ddcb4608ec13c6038a681c818
42497 Merge: c442672 3109a86
42498 Author: Behdad Esfahbod <behdad@behdad.org>
42499 Date:   Mon May 24 18:14:24 2010 +0100
42500
42501     Merge remote branch 'martin/master'
42502
42503 commit c442672ec2fb83ed41f3994b3aa4f92a097664ab
42504 Author: Behdad Esfahbod <behdad@behdad.org>
42505 Date:   Mon May 24 18:02:32 2010 +0100
42506
42507     Fix struct initializers
42508
42509  src/hb-ft.cc  | 12 ++++++------
42510  src/hb-glib.c | 14 +++++++-------
42511  src/hb-icu.c  | 14 +++++++-------
42512  3 files changed, 20 insertions(+), 20 deletions(-)
42513
42514 commit f5ac9de259773a5f86809892e58166a485d70a3d
42515 Author: Behdad Esfahbod <behdad@behdad.org>
42516 Date:   Mon May 24 18:01:09 2010 +0100
42517
42518     Minor
42519
42520  src/hb-object-private.h | 24 +++++++++++++-----------
42521  1 file changed, 13 insertions(+), 11 deletions(-)
42522
42523 commit f97bf4f81257c97a46dff51be31b2ec214d6c270
42524 Author: Behdad Esfahbod <behdad@behdad.org>
42525 Date:   Mon May 24 17:50:19 2010 +0100
42526
42527     Make sure we initialize all callbacks upon creation
42528
42529     Also fixes issue with unicode callbacks never being set really.
42530
42531  src/hb-font.cc   | 18 +++++++-----------
42532  src/hb-unicode.c |  9 ++-------
42533  2 files changed, 9 insertions(+), 18 deletions(-)
42534
42535 commit bf36a1074ab23abeab0a7a6c47db26770dc1ab0a
42536 Author: Behdad Esfahbod <behdad@behdad.org>
42537 Date:   Mon May 24 17:46:21 2010 +0100
42538
42539     Move all callback functions in a vtable structs
42540
42541  src/hb-font-private.hh   | 10 ++++++----
42542  src/hb-font.cc           | 28 +++++++++++++++-------------
42543  src/hb-ot-shape.cc       |  4 ++--
42544  src/hb-unicode-private.h | 12 +++++++-----
42545  src/hb-unicode.c         | 32 +++++++++++++++++---------------
42546  5 files changed, 47 insertions(+), 39 deletions(-)
42547
42548 commit 3109a86add936ae4cc77541fc026c4fe2db4e328
42549 Author: Martin Hosken <martin_hosken@sil.org>
42550 Date:   Mon May 24 13:25:37 2010 +0100
42551
42552     hb-graphite now no longer has -ve advances within clusters. Fix
42553     infinite loop in tag_to_script(). python fixed to use tag_to_script
42554     and allow hbtestfont to be passed font files, where fontconfig knows
42555     about them.
42556
42557  contrib/python/lib/harfbuzz.pyx   | 4 ++--
42558  contrib/python/scripts/hbtestfont | 6 +++++-
42559  src/hb-graphite.cc                | 4 ++--
42560  src/hb-ot-tag.c                   | 1 +
42561  4 files changed, 10 insertions(+), 5 deletions(-)
42562
42563 commit e5bed0a37fe1b0576d08435179e455cb28eadcdb
42564 Author: Martin Hosken <martin_hosken@sil.org>
42565 Date:   Sat May 22 20:19:00 2010 +0100
42566
42567     Tidy up hbtestfont and add README
42568
42569  contrib/python/README             |  10 +++
42570  contrib/python/scripts/hbtestfont | 134
42571  +++++++++++++++++++-------------------
42572  2 files changed, 77 insertions(+), 67 deletions(-)
42573
42574 commit 70ae332fe66510500d303b6fcc79537833b42f05
42575 Author: Martin Hosken <martin_hosken@sil.org>
42576 Date:   Sat May 22 19:58:00 2010 +0100
42577
42578     Add fontconfig to hbtestfont
42579
42580  contrib/python/lib/fontconfig.pyx | 47 ++++++++++++++++++++++++++++
42581  contrib/python/scripts/hbtestfont | 64
42582  ++++++++++++++++++++++++---------------
42583  contrib/python/setup.py           |  3 +-
42584  3 files changed, 88 insertions(+), 26 deletions(-)
42585
42586 commit 72631c9d06b131d82080f212908e7d0b0266b841
42587 Merge: 1432ab1 1094a29
42588 Author: Martin Hosken <martin_hosken@sil.org>
42589 Date:   Sat May 22 09:38:02 2010 +0100
42590
42591     Merge branch 'master' of git://git.freedesktop.org/~behdad/harfbuzz-ng
42592
42593 commit 1432ab15c163eb0b5be3de66a4cb3df15ad73500
42594 Author: Martin Hosken <martin_hosken@sil.org>
42595 Date:   Sat May 22 00:56:40 2010 +0100
42596
42597     Add graphical output to hbtestfont
42598
42599  contrib/python/lib/harfbuzz.pyx   | 100
42600  +-------------------------------------
42601  contrib/python/scripts/hbtestfont |  62 ++++++++++++++++++++++-
42602  src/Makefile.am                   |   2 +-
42603  src/hb-ot-shape.cc                |   2 +-
42604  src/hb-ot.h                       |   2 +-
42605  src/hb-shape.cc                   |   2 +-
42606  6 files changed, 67 insertions(+), 103 deletions(-)
42607
42608 commit bbc7a99d01298f9be1ebaaceacbc9bc961e247e5
42609 Author: Behdad Esfahbod <behdad@behdad.org>
42610 Date:   Fri May 21 18:24:34 2010 +0100
42611
42612     Move mirroring around a bit
42613
42614  src/hb-ot-shape.cc | 8 ++++----
42615  1 file changed, 4 insertions(+), 4 deletions(-)
42616
42617 commit bd0987386b3a4dddf208ccf1a70ebfff6242ba73
42618 Author: Behdad Esfahbod <behdad@behdad.org>
42619 Date:   Fri May 21 18:06:35 2010 +0100
42620
42621     Add a few more standard features
42622
42623  src/hb-ot-shape.cc | 10 ++++++----
42624  1 file changed, 6 insertions(+), 4 deletions(-)
42625
42626 commit 75f3469ca6d626b08eb411984a2ba7fd48ca5b5f
42627 Author: Behdad Esfahbod <behdad@behdad.org>
42628 Date:   Fri May 21 17:59:04 2010 +0100
42629
42630     Add note
42631
42632  src/hb-ot-shape.cc | 1 +
42633  1 file changed, 1 insertion(+)
42634
42635 commit 1094a294f6a44c47fc75867983f2b135a6442bab
42636 Author: Behdad Esfahbod <behdad@behdad.org>
42637 Date:   Fri May 21 17:58:20 2010 +0100
42638
42639     Add rtlm
42640
42641  src/hb-ot-shape.cc | 26 +++++++++++++++++++++-----
42642  1 file changed, 21 insertions(+), 5 deletions(-)
42643
42644 commit 074ea787493a37ae8f68d17be7820f13fff57520
42645 Author: Behdad Esfahbod <behdad@behdad.org>
42646 Date:   Fri May 21 17:53:10 2010 +0100
42647
42648     Add ltra, ltrm, and rtla features
42649
42650  src/hb-ot-shape.cc | 60
42651  +++++++++++++++++++++++++++++++++++++++++++-----------
42652  1 file changed, 48 insertions(+), 12 deletions(-)
42653
42654 commit 1ce7b87c4d8d1ab3ec1d5198351d71b7199f7c64
42655 Author: Behdad Esfahbod <behdad@behdad.org>
42656 Date:   Fri May 21 17:31:45 2010 +0100
42657
42658     Cleanup bitmask allocation
42659
42660  src/hb-buffer-private.hh | 16 +++++++++++++
42661  src/hb-buffer.cc         | 36 +++++++++++++++++++++++++++++
42662  src/hb-ot-shape.cc       | 60
42663  +++++++++++++++++++++---------------------------
42664  3 files changed, 78 insertions(+), 34 deletions(-)
42665
42666 commit dd22a8f7bfd424a69286e90f79d2a23af6e89ec1
42667 Author: Behdad Esfahbod <behdad@behdad.org>
42668 Date:   Fri May 21 16:43:17 2010 +0100
42669
42670     Add note
42671
42672  src/hb-ot-layout-gsub-private.hh | 1 +
42673  1 file changed, 1 insertion(+)
42674
42675 commit cbd1d6a63a5d696b7d6a5aba9ee7305ea228416a
42676 Author: Martin Hosken <martin_hosken@sil.org>
42677 Date:   Fri May 21 15:16:43 2010 +0100
42678
42679     Rename Grxxx to HbGrxxx
42680
42681  src/hb-graphite.cc | 26 +++++++++++++-------------
42682  1 file changed, 13 insertions(+), 13 deletions(-)
42683
42684 commit 0375bdd2027767ee7bebef1ed289b33dc64f430e
42685 Author: Martin Hosken <martin_hosken@sil.org>
42686 Date:   Fri May 21 15:01:37 2010 +0100
42687
42688     Rename classes from Grxxx to HbGrxxx
42689
42690  src/hb-graphite.cc | 22 +++++++++++-----------
42691  1 file changed, 11 insertions(+), 11 deletions(-)
42692
42693 commit a5a72e004bb7123445c2c3a94352d358fc80d904
42694 Author: Behdad Esfahbod <behdad@behdad.org>
42695 Date:   Fri May 21 15:12:52 2010 +0100
42696
42697     Add hb-ot-shape.h, oops.
42698
42699  src/hb-ot-shape.h | 44 ++++++++++++++++++++++++++++++++++++++++++++
42700  1 file changed, 44 insertions(+)
42701
42702 commit aa62a402a72bdecad2a955dbfaf6e24cd2c00e55
42703 Author: Behdad Esfahbod <behdad@behdad.org>
42704 Date:   Fri May 21 14:42:11 2010 +0100
42705
42706     Fix Makefile to install hb-ot-shape.h
42707
42708  src/Makefile.am | 2 +-
42709  src/hb-ot.h     | 1 +
42710  2 files changed, 2 insertions(+), 1 deletion(-)
42711
42712 commit 9722b8f005a10fd16e841df4da3ccd80be66e296
42713 Author: Behdad Esfahbod <behdad@behdad.org>
42714 Date:   Fri May 21 14:37:47 2010 +0100
42715
42716     Simple renames
42717
42718  src/hb-ot-shape.cc | 36 ++++++++++++++++++------------------
42719  1 file changed, 18 insertions(+), 18 deletions(-)
42720
42721 commit 02f28550d785671cf92fd4239c5f913f7e71585f
42722 Author: Behdad Esfahbod <behdad@behdad.org>
42723 Date:   Fri May 21 14:37:28 2010 +0100
42724
42725     Graphite also forces us to link to libstdc++ currently
42726
42727  src/Makefile.am | 3 +++
42728  1 file changed, 3 insertions(+)
42729
42730 commit ca663bb23c16f6a1f04efa6e10dad0e3e7c260a3
42731 Author: Behdad Esfahbod <behdad@behdad.org>
42732 Date:   Fri May 21 14:34:23 2010 +0100
42733
42734     Move main shaper code into hb_ot_shape()
42735
42736  src/hb-ot-shape-private.hh |  53 -----------
42737  src/hb-ot-shape.cc         | 225
42738  ++++++++++++++++++++++++++++++++++++++++++---
42739  src/hb-shape.cc            | 209
42740  +----------------------------------------
42741  3 files changed, 214 insertions(+), 273 deletions(-)
42742
42743 commit 7acd232d36c2b2ed03823e6aa6bb2b814bf673b3
42744 Author: Behdad Esfahbod <behdad@behdad.org>
42745 Date:   Fri May 21 14:20:48 2010 +0100
42746
42747     Fix test failing
42748
42749  src/hb-graphite.cc | 2 +-
42750  1 file changed, 1 insertion(+), 1 deletion(-)
42751
42752 commit dd47924d88d86b83e7f3ab040de6e7136ac0ca09
42753 Author: Behdad Esfahbod <behdad@behdad.org>
42754 Date:   Fri May 21 14:18:08 2010 +0100
42755
42756     Fix warnings
42757
42758  src/hb-graphite.cc | 14 +++++---------
42759  1 file changed, 5 insertions(+), 9 deletions(-)
42760
42761 commit 305ba8671553cd955c20a54db622666c0bb02532
42762 Author: Behdad Esfahbod <behdad@behdad.org>
42763 Date:   Fri May 21 14:02:20 2010 +0100
42764
42765     Import Graphite shaping backend by Martin Hosken
42766
42767  configure.ac       |   6 ++
42768  src/Makefile.am    |  11 ++
42769  src/hb-graphite.cc | 308
42770  +++++++++++++++++++++++++++++++++++++++++++++++++++++
42771  src/hb-graphite.h  |  46 ++++++++
42772  src/hb-shape.cc    |  15 +++
42773  5 files changed, 386 insertions(+)
42774
42775 commit 3ba6818ba9be950e46902f0239f2451ec0e65d44
42776 Author: Behdad Esfahbod <behdad@behdad.org>
42777 Date:   Fri May 21 13:51:29 2010 +0100
42778
42779     Update the Python module
42780
42781  contrib/python/lib/harfbuzz.pyx | 40
42782  +++++++++++++++++++++-------------------
42783  1 file changed, 21 insertions(+), 19 deletions(-)
42784
42785 commit 83f34677bcbc6bb194940407b0fcb23575650e3d
42786 Author: Behdad Esfahbod <behdad@behdad.org>
42787 Date:   Fri May 21 13:43:49 2010 +0100
42788
42789     Add hb_tag_from_string()
42790
42791  src/Makefile.am |  1 +
42792  src/hb-common.c | 41 +++++++++++++++++++++++++++++++++++++++++
42793  src/hb-common.h |  3 +++
42794  3 files changed, 45 insertions(+)
42795
42796 commit 4a9a5c0b06e8aa5d15327242609a7c766d3e0e94
42797 Author: Behdad Esfahbod <behdad@behdad.org>
42798 Date:   Fri May 21 13:33:46 2010 +0100
42799
42800     Don't allocate bits for features not available
42801
42802  src/hb-ot-shape.cc | 10 ++++++----
42803  1 file changed, 6 insertions(+), 4 deletions(-)
42804
42805 commit e53d77142ac4ecbe38ab3235491fa93cb7ff16ab
42806 Author: Behdad Esfahbod <behdad@behdad.org>
42807 Date:   Fri May 21 13:32:38 2010 +0100
42808
42809     Speed up feature mask setting
42810
42811     Patch from Jonathan Kew.
42812
42813  src/hb-ot-shape.cc | 31 +++++++++++++++++++++++++------
42814  1 file changed, 25 insertions(+), 6 deletions(-)
42815
42816 commit 4fa67f34ecc65056ce60a572213fbdae66e0423b
42817 Author: Behdad Esfahbod <behdad@behdad.org>
42818 Date:   Fri May 21 13:29:12 2010 +0100
42819
42820     Add Unicode 5.2 scripts
42821
42822  src/hb-icu.c     | 29 ++++++++++++++++++++++++++++-
42823  src/hb-ot-tag.c  | 21 +++++++++++++++++++--
42824  src/hb-unicode.c | 19 ++++++++++++++++++-
42825  src/hb-unicode.h | 19 ++++++++++++++++++-
42826  4 files changed, 83 insertions(+), 5 deletions(-)
42827
42828 commit ee1b322100a6bd575b999904592abbd9fed5587f
42829 Author: Behdad Esfahbod <behdad@behdad.org>
42830 Date:   Fri May 21 12:55:57 2010 +0100
42831
42832     Fix feature mask setting
42833
42834  src/hb-ot-shape.cc | 6 +++---
42835  1 file changed, 3 insertions(+), 3 deletions(-)
42836
42837 commit b490fa343322f1b5abaf880abc073287c1f34132
42838 Author: Behdad Esfahbod <behdad@behdad.org>
42839 Date:   Fri May 21 11:15:07 2010 +0100
42840
42841     Add hb_ot_tag_to_script()
42842
42843  src/hb-ot-tag.c | 14 ++++++++++++++
42844  src/hb-ot-tag.h |  3 +++
42845  2 files changed, 17 insertions(+)
42846
42847 commit 50355309047765558ef8f5d60aefed42a7f954cc
42848 Author: Behdad Esfahbod <behdad@behdad.org>
42849 Date:   Fri May 21 10:33:23 2010 +0100
42850
42851     Add Python wrapper from Martin Hosken
42852
42853  contrib/python/lib/harfbuzz.pyx   | 306
42854  ++++++++++++++++++++++++++++++++++++++
42855  contrib/python/runpy              |   2 +
42856  contrib/python/scripts/hbtestfont |  35 +++++
42857  contrib/python/setup.py           |  24 +++
42858  4 files changed, 367 insertions(+)
42859
42860 commit 280af1bddb958ff97cf7ce12fe7ec2b6352e61d0
42861 Author: Behdad Esfahbod <behdad@behdad.org>
42862 Date:   Thu May 20 18:33:35 2010 +0100
42863
42864     Let hb_face_get_table() return NULL if table not found
42865
42866  src/hb-font.cc              | 2 +-
42867  src/hb-font.h               | 1 +
42868  src/hb-open-type-private.hh | 3 +++
42869  3 files changed, 5 insertions(+), 1 deletion(-)
42870
42871 commit 1cdbfd944eecb58587461f57f037e47a44f39990
42872 Author: Behdad Esfahbod <behdad@behdad.org>
42873 Date:   Thu May 20 17:47:28 2010 +0100
42874
42875     Fix alternate, again
42876
42877  src/hb-ot-layout-gsub-private.hh | 6 +++---
42878  1 file changed, 3 insertions(+), 3 deletions(-)
42879
42880 commit fdca3d51603bd6bef6a4b0ee4a560f7dcd2f1d37
42881 Author: Behdad Esfahbod <behdad@behdad.org>
42882 Date:   Thu May 20 17:46:20 2010 +0100
42883
42884     Fix alternate off-by-one
42885
42886  src/hb-ot-layout-gsub-private.hh | 2 +-
42887  1 file changed, 1 insertion(+), 1 deletion(-)
42888
42889 commit b634beb39e0a4fef7167a8af646f6b2d8cafe69b
42890 Author: Behdad Esfahbod <behdad@behdad.org>
42891 Date:   Thu May 20 17:44:52 2010 +0100
42892
42893     Fix delta scale, again...
42894
42895  src/hb-ot-layout-common-private.hh |  8 ++++++++
42896  src/hb-ot-layout-gdef-private.hh   |  3 +--
42897  src/hb-ot-layout-gpos-private.hh   | 12 ++++++------
42898  src/hb-ot-layout-private.hh        |  2 +-
42899  4 files changed, 16 insertions(+), 9 deletions(-)
42900
42901 commit 40335d4533ac2b08121c9dc6003f3ebc5b44a67b
42902 Author: Behdad Esfahbod <behdad@behdad.org>
42903 Date:   Thu May 20 17:35:14 2010 +0100
42904
42905     Remove unused operator
42906
42907  src/hb-ot-layout-common-private.hh | 2 --
42908  1 file changed, 2 deletions(-)
42909
42910 commit f7acd8df5146155b51d6f50aeb04f54f3030c1c3
42911 Author: Behdad Esfahbod <behdad@behdad.org>
42912 Date:   Thu May 20 17:26:35 2010 +0100
42913
42914     Do alternate glyph selection!
42915
42916     Kinda hand-wavy right now.  Not tested.
42917
42918  src/hb-ot-layout-gpos-private.hh     | 12 +++++++-----
42919  src/hb-ot-layout-gsub-private.hh     | 20 +++++++++-----------
42920  src/hb-ot-layout-gsubgpos-private.hh |  1 +
42921  src/hb-private.h                     | 19 ++++++++++++++++++-
42922  4 files changed, 35 insertions(+), 17 deletions(-)
42923
42924 commit 750a2294553d252e28875b605fe61fd9d6696e0f
42925 Author: Behdad Esfahbod <behdad@behdad.org>
42926 Date:   Thu May 20 16:23:27 2010 +0100
42927
42928     get_table() is allowed to return NULL.  Use that to simplify code
42929
42930  src/hb-font.cc | 2 +-
42931  src/hb-ft.cc   | 6 +++---
42932  2 files changed, 4 insertions(+), 4 deletions(-)
42933
42934 commit 99d9ef785f108df76f80a307eaa2784685ea86ba
42935 Author: Behdad Esfahbod <behdad@behdad.org>
42936 Date:   Thu May 20 15:47:49 2010 +0100
42937
42938     Write hb_face_create_for_data() in terms of
42939     hb_face_create_for_tables()
42940
42941     Fixes lack of head_table initialization in create_for_tables() also.
42942
42943  src/hb-font.cc | 35 ++++++++++++-----------------------
42944  1 file changed, 12 insertions(+), 23 deletions(-)
42945
42946 commit 6774463883978b00b4d8c719ed75edfc4537c77f
42947 Author: Behdad Esfahbod <behdad@behdad.org>
42948 Date:   Thu May 20 15:40:12 2010 +0100
42949
42950     Apply user features to ranges!
42951
42952  src/hb-ot-shape.cc | 23 ++++++++++++++++++++++-
42953  1 file changed, 22 insertions(+), 1 deletion(-)
42954
42955 commit 9b6023338530a2dbb8214eb4391ef3e8372f3892
42956 Author: Behdad Esfahbod <behdad@behdad.org>
42957 Date:   Thu May 20 15:31:12 2010 +0100
42958
42959     Add _hb_bit_storage()
42960
42961  src/hb-private.h | 35 ++++++++++++++++++++++-------------
42962  1 file changed, 22 insertions(+), 13 deletions(-)
42963
42964 commit 6b1b957f6d2955cbe4fa97e2659e033b3eaaf4d2
42965 Author: Behdad Esfahbod <behdad@behdad.org>
42966 Date:   Thu May 20 15:14:44 2010 +0100
42967
42968     Add lookup_map
42969
42970  src/hb-ot-shape.cc | 48 +++++++++++++++++++++++++++++++++---------------
42971  1 file changed, 33 insertions(+), 15 deletions(-)
42972
42973 commit 60010a0c4d8efae5c61a0c9cf10cfe2c1860f41e
42974 Author: Behdad Esfahbod <behdad@behdad.org>
42975 Date:   Thu May 20 14:05:02 2010 +0100
42976
42977     Update always-apply mask from 0xFFFF to 1
42978
42979     We plan to use the first bit to be always on.
42980
42981  src/hb-ot-shape.cc | 4 ++--
42982  1 file changed, 2 insertions(+), 2 deletions(-)
42983
42984 commit 009aad567863c05ee2ec4a3ee76fe0ee79c767bb
42985 Author: Behdad Esfahbod <behdad@behdad.org>
42986 Date:   Thu May 20 14:00:57 2010 +0100
42987
42988     Invert the mask logic
42989
42990     Before, the mask in the buffer was inverted.  That is, a 0 bit meant
42991     feature should be applied and 1 meant not applied, whereas in the
42992     lookups, the logic was positive.
42993
42994     Now both are in sync.  When calling hb_buffer_add_glyph() manually,
42995     the mask should be 1 instead of 0.
42996
42997  src/hb-buffer.cc                 | 2 +-
42998  src/hb-ot-layout-gpos-private.hh | 2 +-
42999  src/hb-ot-layout-gsub-private.hh | 4 ++--
43000  3 files changed, 4 insertions(+), 4 deletions(-)
43001
43002 commit 7f411dbfd9f8d5360c948531ff9f6c3998d1d897
43003 Author: Behdad Esfahbod <behdad@behdad.org>
43004 Date:   Thu May 20 13:40:18 2010 +0100
43005
43006     Apply user features
43007
43008     No ranges yet
43009
43010  src/hb-ot-shape.cc | 8 ++++++++
43011  1 file changed, 8 insertions(+)
43012
43013 commit 0db299ccad346d9ea5573ea8408b78d9997bd379
43014 Author: Behdad Esfahbod <behdad@behdad.org>
43015 Date:   Thu May 20 13:30:09 2010 +0100
43016
43017     Change hb_feature_t to keep tag/int instead of string
43018
43019  src/hb-shape.h | 4 ++--
43020  1 file changed, 2 insertions(+), 2 deletions(-)
43021
43022 commit 0a4399ca228d244e646abdb3487da0f13b228889
43023 Author: Behdad Esfahbod <behdad@behdad.org>
43024 Date:   Wed May 19 15:45:06 2010 -0400
43025
43026     Fix scale issues
43027
43028     hb_font_set_scale() now sets the value to be used to represent a unit
43029     pixel.  For example, if rendering a 10px font with a 26.6
43030     representation,
43031     you would set scale to (10 << 6).  For 10px in 16.16 you would set
43032     it to
43033     (10 << 16).  This space should be the same space that the
43034     get_glyph_metrics
43035     and get_kerning callbacks work in.
43036
43037  src/hb-common.h                  |  1 -
43038  src/hb-font-private.hh           |  8 +++-----
43039  src/hb-font.cc                   | 12 ++++++------
43040  src/hb-font.h                    | 12 +++---------
43041  src/hb-ft.cc                     |  4 ++--
43042  src/hb-ot-layout-gdef-private.hh |  6 +++---
43043  src/hb-ot-layout-gpos-private.hh | 37
43044  +++++++++++++++++--------------------
43045  src/hb-ot-layout-gsub-private.hh |  2 +-
43046  src/hb-ot-layout-private.hh      | 20 +++++++++++---------
43047  src/hb-ot-layout.cc              | 31 +++++++++++++++----------------
43048  src/hb-private.h                 |  4 ----
43049  11 files changed, 61 insertions(+), 76 deletions(-)
43050
43051 commit cf5585cfa6cac6fdf627a99941299e76af5ae0f7
43052 Author: Behdad Esfahbod <behdad@behdad.org>
43053 Date:   Wed May 19 12:03:35 2010 -0400
43054
43055     Add 'head' table
43056
43057  src/Makefile.am             |   1 +
43058  src/hb-font-private.hh      |   5 ++
43059  src/hb-font.cc              |   9 ++++
43060  src/hb-open-type-private.hh |   2 +-
43061  src/hb-ot-head-private.hh   | 128
43062  ++++++++++++++++++++++++++++++++++++++++++++
43063  5 files changed, 144 insertions(+), 1 deletion(-)
43064
43065 commit e29caf3f943b2b6f4997f469f7274252c82f465e
43066 Author: Behdad Esfahbod <behdad@behdad.org>
43067 Date:   Wed May 19 11:47:17 2010 -0400
43068
43069     Add LONGDATETIME
43070
43071  src/hb-open-type-private.hh | 15 +++++++++++++++
43072  1 file changed, 15 insertions(+)
43073
43074 commit f415755fdf011d3fa3b9aad04c38f2255dd7acf8
43075 Author: Behdad Esfahbod <behdad@behdad.org>
43076 Date:   Mon May 17 15:14:14 2010 -0400
43077
43078     Minor
43079
43080  src/hb-ot-layout.cc | 52
43081  +++++++++++++++++++++++++++-------------------------
43082  1 file changed, 27 insertions(+), 25 deletions(-)
43083
43084 commit 73af7756dc6d3961f176854246e5722baff101fb
43085 Author: Behdad Esfahbod <behdad@behdad.org>
43086 Date:   Fri May 14 23:38:08 2010 -0400
43087
43088     Indent
43089
43090  src/hb-ot-layout-gsub-private.hh | 12 ++++++------
43091  1 file changed, 6 insertions(+), 6 deletions(-)
43092
43093 commit 3567b87cce541dfb0af7caf024ec67c9d3c09214
43094 Author: Behdad Esfahbod <behdad@behdad.org>
43095 Date:   Fri May 14 23:28:44 2010 -0400
43096
43097     Add an inline version of hb_buffer_ensure()
43098
43099  src/hb-buffer.cc | 117
43100  ++++++++++++++++++++++++++++++-------------------------
43101  1 file changed, 63 insertions(+), 54 deletions(-)
43102
43103 commit a6a79df5fe2ed2cd307e7a991346faee164e70d9
43104 Author: Behdad Esfahbod <behdad@behdad.org>
43105 Date:   Fri May 14 23:20:16 2010 -0400
43106
43107     Handle malloc failture in the buffer
43108
43109  src/hb-buffer-private.hh |  5 ++--
43110  src/hb-buffer.cc         | 71
43111  +++++++++++++++++++++++++++++-------------------
43112  src/hb-buffer.h          |  2 +-
43113  3 files changed, 47 insertions(+), 31 deletions(-)
43114
43115 commit ca54a12658510f9aa0b2db82f20a8fac230d6bb6
43116 Author: Behdad Esfahbod <behdad@behdad.org>
43117 Date:   Fri May 14 22:25:42 2010 -0400
43118
43119     Minor
43120
43121  src/hb-shape.cc | 60
43122  +++++++++++++++++++++++++--------------------------------
43123  1 file changed, 26 insertions(+), 34 deletions(-)
43124
43125 commit 910a33fe8457a8e13f7eb77fc92fa59c31f5e8fd
43126 Author: Behdad Esfahbod <behdad@behdad.org>
43127 Date:   Fri May 14 22:13:38 2010 -0400
43128
43129     Update buffer docs
43130
43131  src/hb-buffer-private.hh | 13 +++++++------
43132  src/hb-buffer.cc         | 16 ++++++++--------
43133  2 files changed, 15 insertions(+), 14 deletions(-)
43134
43135 commit 36b73c80df91e96492357c6da945e081e9046a93
43136 Author: Behdad Esfahbod <behdad@behdad.org>
43137 Date:   Fri May 14 22:10:39 2010 -0400
43138
43139     Shortening buffer accessors: rename buffer->in_pos to buffer->i
43140
43141  src/hb-buffer-private.hh             |  2 +-
43142  src/hb-buffer.cc                     | 52 ++++++++++----------
43143  src/hb-ot-layout-gpos-private.hh     | 94
43144  ++++++++++++++++++------------------
43145  src/hb-ot-layout-gsub-private.hh     | 48 +++++++++---------
43146  src/hb-ot-layout-gsubgpos-private.hh | 46 +++++++++---------
43147  src/hb-shape.cc                      | 40 +++++++--------
43148  6 files changed, 141 insertions(+), 141 deletions(-)
43149
43150 commit 29427c5c51ac70aca53ed523fa5ddb3de4355fb0
43151 Author: Behdad Esfahbod <behdad@behdad.org>
43152 Date:   Fri May 14 22:08:22 2010 -0400
43153
43154     Shortening buffer accessors: rename buffer->out_length to
43155     buffer->out_len
43156
43157  src/hb-buffer-private.hh             |  2 +-
43158  src/hb-buffer.cc                     | 52
43159  ++++++++++++++++++------------------
43160  src/hb-ot-layout-gsub-private.hh     |  2 +-
43161  src/hb-ot-layout-gsubgpos-private.hh |  6 ++---
43162  4 files changed, 31 insertions(+), 31 deletions(-)
43163
43164 commit 6960350be97f24e97140391025b56369c393a3df
43165 Author: Behdad Esfahbod <behdad@behdad.org>
43166 Date:   Fri May 14 22:07:46 2010 -0400
43167
43168     Shortening buffer accessors: rename buffer->in_length to buffer->len
43169
43170  src/hb-buffer-private.hh             |  2 +-
43171  src/hb-buffer.cc                     | 26 +++++++++++++-------------
43172  src/hb-ot-layout-gpos-private.hh     |  8 ++++----
43173  src/hb-ot-layout-gsub-private.hh     |  8 ++++----
43174  src/hb-ot-layout-gsubgpos-private.hh |  8 ++++----
43175  src/hb-shape.cc                      | 12 ++++++------
43176  6 files changed, 32 insertions(+), 32 deletions(-)
43177
43178 commit 1b621823f3e31b48c80cc8b0691dfa873ba086cd
43179 Author: Behdad Esfahbod <behdad@behdad.org>
43180 Date:   Fri May 14 22:05:53 2010 -0400
43181
43182     Shortening buffer accessors: rename buffer->positions to buffer->pos
43183
43184  src/hb-buffer-private.hh         |  4 ++--
43185  src/hb-buffer.cc                 | 32 ++++++++++++++++----------------
43186  src/hb-ot-layout-gpos-private.hh | 26 +++++++++++++-------------
43187  src/hb-shape.cc                  | 10 +++++-----
43188  4 files changed, 36 insertions(+), 36 deletions(-)
43189
43190 commit 9d5e26df0877aa5b187764ba09bd7bf221e92968
43191 Author: Behdad Esfahbod <behdad@behdad.org>
43192 Date:   Fri May 14 22:03:11 2010 -0400
43193
43194     Shortening buffer accessors: rename buffer->out_string to
43195     buffer->out_info
43196
43197  src/hb-buffer-private.hh             |  2 +-
43198  src/hb-buffer.cc                     | 56
43199  ++++++++++++++++++------------------
43200  src/hb-ot-layout-gsubgpos-private.hh |  4 +--
43201  3 files changed, 31 insertions(+), 31 deletions(-)
43202
43203 commit 7e7007a1c9bf2c07a8369752126ece8fa6164248
43204 Author: Behdad Esfahbod <behdad@behdad.org>
43205 Date:   Fri May 14 22:02:37 2010 -0400
43206
43207     Shortening buffer accessors: rename buffer->in_string to buffer->info
43208
43209  src/hb-buffer-private.hh             |  2 +-
43210  src/hb-buffer.cc                     | 82
43211  ++++++++++++++++++------------------
43212  src/hb-ot-layout-gpos-private.hh     | 58 ++++++++++++-------------
43213  src/hb-ot-layout-gsub-private.hh     | 30 ++++++-------
43214  src/hb-ot-layout-gsubgpos-private.hh | 26 ++++++------
43215  src/hb-shape.cc                      | 18 ++++----
43216  6 files changed, 108 insertions(+), 108 deletions(-)
43217
43218 commit 8e6b6bb2932946ebc7b01c3abf575b654c741e20
43219 Author: Behdad Esfahbod <behdad@behdad.org>
43220 Date:   Fri May 14 21:58:22 2010 -0400
43221
43222     Merge buffer->out_pos and buffer->out_length
43223
43224  src/hb-buffer-private.hh             |  1 -
43225  src/hb-buffer.cc                     | 48
43226  +++++++++++++++---------------------
43227  src/hb-ot-layout-gsub-private.hh     |  2 +-
43228  src/hb-ot-layout-gsubgpos-private.hh |  6 ++---
43229  4 files changed, 24 insertions(+), 33 deletions(-)
43230
43231 commit 22f668eb9ad5f62d9fcd2e0c826ea78977687e5c
43232 Author: Behdad Esfahbod <behdad@behdad.org>
43233 Date:   Fri May 14 21:41:04 2010 -0400
43234
43235     Remove the unused BUFFER macro
43236
43237  src/hb-buffer-private.hh             | 6 ------
43238  src/hb-ot-layout-gpos-private.hh     | 6 ------
43239  src/hb-ot-layout-gsub-private.hh     | 6 ------
43240  src/hb-ot-layout-gsubgpos-private.hh | 5 -----
43241  4 files changed, 23 deletions(-)
43242
43243 commit 7e53ebe478597778c25c197ff9f0cb379f1d0043
43244 Author: Behdad Esfahbod <behdad@behdad.org>
43245 Date:   Fri May 14 21:38:13 2010 -0400
43246
43247     Remove the IN_CURGLYPH() macro
43248
43249  src/hb-buffer-private.hh             |  3 ---
43250  src/hb-ot-layout-gpos-private.hh     | 24 ++++++++++++------------
43251  src/hb-ot-layout-gsub-private.hh     | 16 ++++++++--------
43252  src/hb-ot-layout-gsubgpos-private.hh | 16 ++++++++--------
43253  src/hb-shape.cc                      | 14 +++++++-------
43254  5 files changed, 35 insertions(+), 38 deletions(-)
43255
43256 commit d784da1923ff2ca093f8b0210449731d376b7513
43257 Author: Behdad Esfahbod <behdad@behdad.org>
43258 Date:   Fri May 14 21:37:18 2010 -0400
43259
43260     Remove the IN_CURINFO() macro
43261
43262  src/hb-buffer-private.hh             | 1 -
43263  src/hb-ot-layout-gpos-private.hh     | 2 +-
43264  src/hb-ot-layout-gsub-private.hh     | 4 ++--
43265  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
43266  4 files changed, 4 insertions(+), 5 deletions(-)
43267
43268 commit 281f59b4fb16f7c73767eb042a91f70f4c109b3a
43269 Author: Behdad Esfahbod <behdad@behdad.org>
43270 Date:   Fri May 14 21:34:22 2010 -0400
43271
43272     Remove IN_INFO() and IN_NEXTGLYPH() macros
43273
43274  src/hb-buffer-private.hh             |  2 --
43275  src/hb-ot-layout-gpos-private.hh     | 10 +++++-----
43276  src/hb-ot-layout-gsub-private.hh     |  2 +-
43277  src/hb-ot-layout-gsubgpos-private.hh |  4 ++--
43278  src/hb-shape.cc                      |  4 ++--
43279  5 files changed, 10 insertions(+), 12 deletions(-)
43280
43281 commit 6e489cdf7623ac627d06d59a80ecea03ca97dc1b
43282 Author: Behdad Esfahbod <behdad@behdad.org>
43283 Date:   Fri May 14 21:07:35 2010 -0400
43284
43285     Remove the IN_GLYPH() macro
43286
43287  src/hb-buffer-private.hh             |  1 -
43288  src/hb-ot-layout-gpos-private.hh     | 12 ++++++------
43289  src/hb-ot-layout-gsub-private.hh     |  2 +-
43290  src/hb-ot-layout-gsubgpos-private.hh |  4 ++--
43291  src/hb-shape.cc                      |  2 +-
43292  5 files changed, 10 insertions(+), 11 deletions(-)
43293
43294 commit 01feb74c78a3a302fa3472a0be7b2a1d52fd1ba3
43295 Author: Behdad Esfahbod <behdad@behdad.org>
43296 Date:   Fri May 14 21:00:08 2010 -0400
43297
43298     Remove the IN_CLUSTER() macro
43299
43300  src/hb-buffer-private.hh | 1 -
43301  src/hb-shape.cc          | 2 +-
43302  2 files changed, 1 insertion(+), 2 deletions(-)
43303
43304 commit d63a1e089acad9ab9f80addd936d36b6d38fb46a
43305 Author: Behdad Esfahbod <behdad@behdad.org>
43306 Date:   Fri May 14 20:30:07 2010 -0400
43307
43308     Remove the IN_MASK() macro
43309
43310  src/hb-buffer-private.hh         | 1 -
43311  src/hb-ot-layout-gpos-private.hh | 2 +-
43312  src/hb-ot-layout-gsub-private.hh | 4 ++--
43313  3 files changed, 3 insertions(+), 4 deletions(-)
43314
43315 commit 89e2834dabd2d17f2823c51fe3a7fcadeaba7a59
43316 Author: Behdad Esfahbod <behdad@behdad.org>
43317 Date:   Fri May 14 20:25:55 2010 -0400
43318
43319     Remove the IN_LIGID() macro
43320
43321  src/hb-buffer-private.hh         | 1 -
43322  src/hb-ot-layout-gpos-private.hh | 4 ++--
43323  src/hb-ot-layout-gsub-private.hh | 2 +-
43324  3 files changed, 3 insertions(+), 4 deletions(-)
43325
43326 commit 4a871041f4718834afa312ed17cdd157603468b7
43327 Author: Behdad Esfahbod <behdad@behdad.org>
43328 Date:   Fri May 14 20:25:04 2010 -0400
43329
43330     Remove IN_COMPONENT() macro
43331
43332  src/hb-buffer-private.hh         | 1 -
43333  src/hb-ot-layout-gpos-private.hh | 8 ++++----
43334  src/hb-ot-layout-gsub-private.hh | 2 +-
43335  3 files changed, 5 insertions(+), 6 deletions(-)
43336
43337 commit 27da6dd89a359f7ef340c646c4cb79373782261d
43338 Author: Behdad Esfahbod <behdad@behdad.org>
43339 Date:   Fri May 14 20:17:50 2010 -0400
43340
43341     Remove OUT_GLYPH() and OUT_INFO() macros
43342
43343  src/hb-buffer-private.hh             | 2 --
43344  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
43345  2 files changed, 2 insertions(+), 4 deletions(-)
43346
43347 commit cc6ae7ff91eeb93bef153f331ed02b500062f90e
43348 Author: Behdad Esfahbod <behdad@behdad.org>
43349 Date:   Fri May 14 20:09:48 2010 -0400
43350
43351     Fix lookahead matching.  Oops!
43352
43353  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
43354  1 file changed, 1 insertion(+), 1 deletion(-)
43355
43356 commit 3109375b849f340b4807724218010c53dea58082
43357 Author: Behdad Esfahbod <behdad@behdad.org>
43358 Date:   Fri May 14 19:55:27 2010 -0400
43359
43360     Remove POSITION() and CURPOSITION() macros
43361
43362  src/hb-buffer-private.hh         |  2 --
43363  src/hb-ot-layout-gpos-private.hh | 54
43364  ++++++++++++++++++++--------------------
43365  src/hb-shape.cc                  | 10 ++++----
43366  3 files changed, 32 insertions(+), 34 deletions(-)
43367
43368 commit d7cfb3b2d1dd2e9fdae2b3e540bbe313660895e8
43369 Author: Behdad Esfahbod <behdad@behdad.org>
43370 Date:   Thu May 13 14:18:49 2010 -0400
43371
43372     s/\<context\>/c/g
43373
43374  src/hb-open-file-private.hh          |  28 +--
43375  src/hb-open-type-private.hh          | 100 ++++----
43376  src/hb-ot-layout-common-private.hh   |  84 +++----
43377  src/hb-ot-layout-gdef-private.hh     |  98 ++++----
43378  src/hb-ot-layout-gpos-private.hh     | 460
43379  +++++++++++++++++------------------
43380  src/hb-ot-layout-gsub-private.hh     | 306 +++++++++++------------
43381  src/hb-ot-layout-gsubgpos-private.hh | 258 ++++++++++----------
43382  src/hb-ot-layout.cc                  |  24 +-
43383  8 files changed, 679 insertions(+), 679 deletions(-)
43384
43385 commit f679635893eebc13402c5ee51a6f106eed0c76be
43386 Author: Behdad Esfahbod <behdad@behdad.org>
43387 Date:   Thu May 13 13:34:17 2010 -0400
43388
43389     Don't use variable-length-arrays
43390
43391  src/hb-open-type-private.hh | 11 +++++++++--
43392  1 file changed, 9 insertions(+), 2 deletions(-)
43393
43394 commit 72071a8afaba2952fe42be093024ae9dbd37f233
43395 Author: Behdad Esfahbod <behdad@behdad.org>
43396 Date:   Thu May 13 13:22:24 2010 -0400
43397
43398     Add a few more buffer convenience methods
43399
43400  src/hb-buffer-private.hh         | 12 ++++++++++++
43401  src/hb-ot-layout-gsub-private.hh | 20 ++++++++++----------
43402  2 files changed, 22 insertions(+), 10 deletions(-)
43403
43404 commit 11a81612e51c598e857507c268312206423cbfca
43405 Author: Behdad Esfahbod <behdad@behdad.org>
43406 Date:   Thu May 13 00:01:40 2010 -0400
43407
43408     Minor
43409
43410  src/hb-unicode.c | 2 +-
43411  1 file changed, 1 insertion(+), 1 deletion(-)
43412
43413 commit 3f93518a634cb1852bf050877db23b9b9203ad03
43414 Author: Behdad Esfahbod <behdad@behdad.org>
43415 Date:   Wed May 12 23:48:40 2010 -0400
43416
43417     Improve check for internal symbols
43418
43419  src/check-internal-symbols.sh | 2 +-
43420  1 file changed, 1 insertion(+), 1 deletion(-)
43421
43422 commit 357d0f29c431b842179ee4b56c21bcc402178ce7
43423 Author: Behdad Esfahbod <behdad@behdad.org>
43424 Date:   Wed May 12 23:46:16 2010 -0400
43425
43426     Make HB_PRIVATE more useful
43427
43428     So we can apply it to class methods also.  Not sure if that works!
43429
43430  src/hb-blob-private.h    | 2 +-
43431  src/hb-font-private.hh   | 4 ++--
43432  src/hb-private.h         | 2 +-
43433  src/hb-unicode-private.h | 3 +--
43434  4 files changed, 5 insertions(+), 6 deletions(-)
43435
43436 commit 1d5e78013696b10751d8a35027619e81978e1312
43437 Author: Behdad Esfahbod <behdad@behdad.org>
43438 Date:   Wed May 12 23:43:00 2010 -0400
43439
43440     Add a few other buffer methods
43441
43442  src/hb-buffer-private.hh             | 11 +++++++----
43443  src/hb-buffer.cc                     |  7 -------
43444  src/hb-ot-layout-gsub-private.hh     | 10 +++++-----
43445  src/hb-ot-layout-gsubgpos-private.hh |  4 ++--
43446  4 files changed, 14 insertions(+), 18 deletions(-)
43447
43448 commit d0316a81f59a4e814b0af78797d915d7ce04d119
43449 Author: Behdad Esfahbod <behdad@behdad.org>
43450 Date:   Wed May 12 23:34:52 2010 -0400
43451
43452     Add buffer->swap()
43453
43454  src/hb-buffer-private.hh         | 68
43455  ++++++++++++++++++++++------------------
43456  src/hb-ot-layout-gsub-private.hh |  2 +-
43457  2 files changed, 38 insertions(+), 32 deletions(-)
43458
43459 commit 3b649a38b5772dd7aba7f07ff7698a7f427f421f
43460 Author: Behdad Esfahbod <behdad@behdad.org>
43461 Date:   Wed May 12 23:28:38 2010 -0400
43462
43463     Add check for internal symbols
43464
43465  src/Makefile.am               |  3 ++-
43466  src/check-internal-symbols.sh | 28 ++++++++++++++++++++++++++++
43467  2 files changed, 30 insertions(+), 1 deletion(-)
43468
43469 commit eee8598d75d3af692d9ececf7e8ac458e892ba9e
43470 Author: Behdad Esfahbod <behdad@behdad.org>
43471 Date:   Wed May 12 23:22:55 2010 -0400
43472
43473     Hide internal symbols
43474
43475  src/hb-ot-layout-private.hh | 4 ++--
43476  src/hb-private.h            | 8 ++++----
43477  2 files changed, 6 insertions(+), 6 deletions(-)
43478
43479 commit 8951fc2c82f2db4865da6d9e303fce419b6363bb
43480 Author: Behdad Esfahbod <behdad@behdad.org>
43481 Date:   Wed May 12 23:13:39 2010 -0400
43482
43483     Add buffer->allocate_lig_id()
43484
43485  src/hb-buffer-private.hh         | 5 ++---
43486  src/hb-buffer.cc                 | 6 ------
43487  src/hb-ot-layout-gsub-private.hh | 4 ++--
43488  3 files changed, 4 insertions(+), 11 deletions(-)
43489
43490 commit 1ce4dc95dbb28842085342aea4f9d12cbe9671a9
43491 Author: Behdad Esfahbod <behdad@behdad.org>
43492 Date:   Wed May 12 18:29:25 2010 -0400
43493
43494     Use bit tricks for HB_DIRECTION_IS_*
43495
43496     We already depend on the exact values of the direction enum
43497     in HB_DIRECTION_REVERSE(), so we may as well use that.
43498
43499  src/hb-common.h | 8 ++++----
43500  1 file changed, 4 insertions(+), 4 deletions(-)
43501
43502 commit 22da7fd94d6318c52df69d70470a85464ffc533d
43503 Author: Behdad Esfahbod <behdad@behdad.org>
43504 Date:   Wed May 12 18:23:21 2010 -0400
43505
43506     Rename a few files to be C++ sources
43507
43508     In anticipation for buffer revamp coming.
43509
43510  src/Makefile.am                                         | 16
43511  ++++++++--------
43512  src/{hb-buffer-private.h => hb-buffer-private.hh}       |  2 +-
43513  src/{hb-buffer.c => hb-buffer.cc}                       | 14
43514  +++++++-------
43515  src/hb-common.h                                         |  1 +
43516  src/{hb-font-private.h => hb-font-private.hh}           |  2 +-
43517  src/hb-font.cc                                          |  4 ++--
43518  src/{hb-ft.c => hb-ft.cc}                               |  8 ++++----
43519  src/hb-ot-layout-common-private.hh                      |  2 +-
43520  src/hb-ot-layout-gdef-private.hh                        |  2 +-
43521  src/hb-ot-layout-gsubgpos-private.hh                    |  2 +-
43522  src/{hb-ot-layout-private.h => hb-ot-layout-private.hh} |  2 +-
43523  src/hb-ot-layout.cc                                     |  2 +-
43524  src/{hb-ot-shape-private.h => hb-ot-shape-private.hh}   |  0
43525  src/{hb-ot-shape.c => hb-ot-shape.cc}                   |  4 ++--
43526  src/{hb-shape.c => hb-shape.cc}                         |  6 +++---
43527  15 files changed, 34 insertions(+), 33 deletions(-)
43528
43529 commit c3df649f258b334e93c7626a43cd8ebfbd5a610e
43530 Author: Behdad Esfahbod <behdad@behdad.org>
43531 Date:   Tue May 11 13:54:12 2010 -0400
43532
43533     Fix comment
43534
43535  src/hb-buffer-private.h | 3 +--
43536  1 file changed, 1 insertion(+), 2 deletions(-)
43537
43538 commit 281f08954a1d96d7807153c25073b8eb7630703b
43539 Author: Behdad Esfahbod <behdad@behdad.org>
43540 Date:   Tue May 11 11:37:58 2010 -0400
43541
43542     Remove obsolete friend
43543
43544  src/hb-ot-layout-gpos-private.hh | 1 -
43545  1 file changed, 1 deletion(-)
43546
43547 commit 70c9bfd5646a4a55a7f43c0cf0b5ac5993615d5b
43548 Author: Behdad Esfahbod <behdad@behdad.org>
43549 Date:   Tue May 11 00:23:50 2010 -0400
43550
43551     Simplify PairSet
43552
43553  src/hb-ot-layout-gpos-private.hh | 101
43554  +++++++++++++++++++++------------------
43555  1 file changed, 54 insertions(+), 47 deletions(-)
43556
43557 commit 97e7f8f305c47caf2968a9da3b8407825547286d
43558 Author: Behdad Esfahbod <behdad@behdad.org>
43559 Date:   Tue May 11 00:11:36 2010 -0400
43560
43561     Add CONST_FUNC annotation
43562
43563  src/hb-private.h | 2 +-
43564  1 file changed, 1 insertion(+), 1 deletion(-)
43565
43566 commit 494d28ad988e505c1c45cc35a7ec6b880cfec5fc
43567 Author: Behdad Esfahbod <behdad@behdad.org>
43568 Date:   Mon May 10 23:50:07 2010 -0400
43569
43570     Simplify likely() implementation
43571
43572     Shrinks .text by 1%!
43573
43574  src/hb-private.h | 10 +---------
43575  1 file changed, 1 insertion(+), 9 deletions(-)
43576
43577 commit 75651b20871047d3ec17f4221794b8ef5d60e14b
43578 Author: Behdad Esfahbod <behdad@behdad.org>
43579 Date:   Mon May 10 23:44:51 2010 -0400
43580
43581     Fix warnings
43582
43583  src/hb-open-type-private.hh | 2 +-
43584  1 file changed, 1 insertion(+), 1 deletion(-)
43585
43586 commit 4c20d8c057738b66150a88472714690e137884f8
43587 Author: Behdad Esfahbod <behdad@behdad.org>
43588 Date:   Mon May 10 23:27:54 2010 -0400
43589
43590     Sprinkle a few strategic likely()'s
43591
43592     Shrinks the code size by some 2% even.
43593
43594  src/hb-open-file-private.hh |  4 ++--
43595  src/hb-open-type-private.hh | 20 ++++++++++----------
43596  2 files changed, 12 insertions(+), 12 deletions(-)
43597
43598 commit 69cb28bc13d236a01acf40da62e345c7e83ccba7
43599 Author: Behdad Esfahbod <behdad@behdad.org>
43600 Date:   Mon May 10 23:13:08 2010 -0400
43601
43602     Remove a few likely()'s
43603
43604  src/hb-ot-layout-common-private.hh | 2 +-
43605  src/hb-ot-layout-gpos-private.hh   | 8 ++++----
43606  2 files changed, 5 insertions(+), 5 deletions(-)
43607
43608 commit 24552ecf92982fe561dc47d5102fcf1a7b337c70
43609 Author: Behdad Esfahbod <behdad@behdad.org>
43610 Date:   Mon May 10 23:08:41 2010 -0400
43611
43612     Remove excess sub_format sanitize
43613
43614  src/hb-ot-layout-gpos-private.hh | 1 -
43615  src/hb-ot-layout-gsub-private.hh | 1 -
43616  2 files changed, 2 deletions(-)
43617
43618 commit f7adc5e9be352ac31ad3ab847abb6fceb239aa12
43619 Author: Behdad Esfahbod <behdad@behdad.org>
43620 Date:   Mon May 10 22:41:50 2010 -0400
43621
43622     Shrink NullPool now that we have accurate size tracking
43623
43624  src/hb-open-type-private.hh | 2 +-
43625  1 file changed, 1 insertion(+), 1 deletion(-)
43626
43627 commit 3d44fb6f15177dc6518166e435597936b044acc1
43628 Author: Behdad Esfahbod <behdad@behdad.org>
43629 Date:   Mon May 10 22:22:54 2010 -0400
43630
43631     Fix warning
43632
43633  src/hb-ot-layout-common-private.hh | 2 +-
43634  1 file changed, 1 insertion(+), 1 deletion(-)
43635
43636 commit b5db4f1e4eefa266a71a28b5496f47ff9d1a81e8
43637 Author: Behdad Esfahbod <behdad@behdad.org>
43638 Date:   Mon May 10 22:22:22 2010 -0400
43639
43640     Clean up NO_INDEX
43641
43642  src/hb-open-file-private.hh        |  2 +-
43643  src/hb-open-type-private.hh        | 10 ++++++----
43644  src/hb-ot-layout-common-private.hh | 17 ++++-------------
43645  src/hb-ot-layout.cc                |  8 ++++----
43646  src/main.cc                        |  2 +-
43647  5 files changed, 16 insertions(+), 23 deletions(-)
43648
43649 commit fe9bc070e1d545b0df2ea548eebf5a1fc4c92ddc
43650 Author: Behdad Esfahbod <behdad@behdad.org>
43651 Date:   Mon May 10 21:39:24 2010 -0400
43652
43653     Fix awful confusion between lookup format and subtable format
43654
43655     As reported by John Daggett.
43656
43657  src/hb-ot-layout-gpos-private.hh | 14 +++++++-------
43658  src/hb-ot-layout-gsub-private.hh | 14 +++++++-------
43659  2 files changed, 14 insertions(+), 14 deletions(-)
43660
43661 commit 458ecbb60bb7e8e32aca62a562586d921d5396aa
43662 Author: Behdad Esfahbod <behdad@behdad.org>
43663 Date:   Mon May 10 21:11:35 2010 -0400
43664
43665     Fix tracing order
43666
43667  src/hb-open-type-private.hh          | 14 +++++---------
43668  src/hb-ot-layout-gsubgpos-private.hh |  3 +--
43669  2 files changed, 6 insertions(+), 11 deletions(-)
43670
43671 commit 48146e5612f6d272d6962f6829c6d64a31edef89
43672 Author: Behdad Esfahbod <behdad@behdad.org>
43673 Date:   Mon May 10 20:07:56 2010 -0400
43674
43675     Don't fail sanitize on NULL data
43676
43677  src/hb-open-type-private.hh | 5 +++++
43678  1 file changed, 5 insertions(+)
43679
43680 commit d2c2ca8faf62fc380d4717d286556139a62d2356
43681 Author: Behdad Esfahbod <behdad@behdad.org>
43682 Date:   Mon May 10 19:58:25 2010 -0400
43683
43684     Fix comment
43685
43686  src/hb-open-type-private.hh | 2 +-
43687  1 file changed, 1 insertion(+), 1 deletion(-)
43688
43689 commit b435ab7e29c388e3b100f729957319931625a3a8
43690 Author: Behdad Esfahbod <behdad@behdad.org>
43691 Date:   Mon May 10 19:51:57 2010 -0400
43692
43693     Fix accessing tables from NULL pointer
43694
43695  src/hb-font.cc              | 2 +-
43696  src/hb-open-type-private.hh | 5 +++++
43697  src/hb-ot-layout.cc         | 6 +++---
43698  3 files changed, 9 insertions(+), 4 deletions(-)
43699
43700 commit dacebcadae36b35531d635d81df2afb937677b7a
43701 Author: Behdad Esfahbod <behdad@behdad.org>
43702 Date:   Mon May 10 19:45:41 2010 -0400
43703
43704     Simplify unions
43705
43706  src/hb-open-file-private.hh          |  24 +++----
43707  src/hb-ot-layout-common-private.hh   |  24 +++----
43708  src/hb-ot-layout-gdef-private.hh     |  24 +++----
43709  src/hb-ot-layout-gpos-private.hh     | 120
43710  +++++++++++++++++------------------
43711  src/hb-ot-layout-gsub-private.hh     |  88 ++++++++++++-------------
43712  src/hb-ot-layout-gsubgpos-private.hh |  44 ++++++-------
43713  6 files changed, 163 insertions(+), 161 deletions(-)
43714
43715 commit fd671e02433bcbc1fd07901fa2d6065020f41ba8
43716 Author: Behdad Esfahbod <behdad@behdad.org>
43717 Date:   Mon May 10 19:02:32 2010 -0400
43718
43719     Remove unused macro
43720
43721  src/hb-open-type-private.hh | 1 -
43722  1 file changed, 1 deletion(-)
43723
43724 commit 0eb9fc6e37935707dba2bf4b3705de2161a08cb7
43725 Author: Behdad Esfahbod <behdad@behdad.org>
43726 Date:   Mon May 10 19:01:17 2010 -0400
43727
43728     Change DEFINE_SIZE_VAR to DEFINE_SIZE_ARRAY
43729
43730  src/hb-open-file-private.hh          |  4 ++--
43731  src/hb-open-type-private.hh          | 10 +++++-----
43732  src/hb-ot-layout-common-private.hh   | 27 +++++++++++++++------------
43733  src/hb-ot-layout-gdef-private.hh     | 10 +++++-----
43734  src/hb-ot-layout-gpos-private.hh     | 25 ++++++++++++-------------
43735  src/hb-ot-layout-gsub-private.hh     | 14 +++++++-------
43736  src/hb-ot-layout-gsubgpos-private.hh | 16 ++++++++--------
43737  7 files changed, 54 insertions(+), 52 deletions(-)
43738
43739 commit 596e471aa5053d955fb5d5b5923088c8814469b1
43740 Author: Behdad Esfahbod <behdad@behdad.org>
43741 Date:   Mon May 10 18:47:48 2010 -0400
43742
43743     Cleanup DEFINE_SIZE_VAR2
43744
43745  src/hb-open-type-private.hh          | 18 +++++++++++-------
43746  src/hb-ot-layout-common-private.hh   |  6 +++---
43747  src/hb-ot-layout-gdef-private.hh     |  4 ++--
43748  src/hb-ot-layout-gpos-private.hh     |  4 ++--
43749  src/hb-ot-layout-gsub-private.hh     |  2 +-
43750  src/hb-ot-layout-gsubgpos-private.hh |  4 ++--
43751  6 files changed, 21 insertions(+), 17 deletions(-)
43752
43753 commit 33afa4e2dc352f08cc094703e3f01d3ecd83b354
43754 Author: Behdad Esfahbod <behdad@behdad.org>
43755 Date:   Mon May 10 18:35:02 2010 -0400
43756
43757     Minor
43758
43759  src/hb-open-type-private.hh | 14 +++++++-------
43760  1 file changed, 7 insertions(+), 7 deletions(-)
43761
43762 commit b961518b9611471ff7060e97686e5625974847eb
43763 Author: Behdad Esfahbod <behdad@behdad.org>
43764 Date:   Mon May 10 18:20:54 2010 -0400
43765
43766     Simplify array access
43767
43768  src/hb-open-type-private.hh          | 29 ++++++++++-------------------
43769  src/hb-ot-layout-common-private.hh   |  8 ++++----
43770  src/hb-ot-layout-gsub-private.hh     |  6 +++---
43771  src/hb-ot-layout-gsubgpos-private.hh | 16 ++++++++--------
43772  4 files changed, 25 insertions(+), 34 deletions(-)
43773
43774 commit 54842374c2b291ef208c51ae1d853ec0403ccf84
43775 Author: Behdad Esfahbod <behdad@behdad.org>
43776 Date:   Mon May 10 18:13:32 2010 -0400
43777
43778     Fix check_struct to check min_size instead of sizeof
43779
43780  src/hb-open-type-private.hh | 2 +-
43781  1 file changed, 1 insertion(+), 1 deletion(-)
43782
43783 commit ed07422c33bbb52ff4d79e65986171e3f07697d8
43784 Author: Behdad Esfahbod <behdad@behdad.org>
43785 Date:   Mon May 10 18:08:46 2010 -0400
43786
43787     Further cleanup of sizeof
43788
43789  src/hb-open-type-private.hh          |  7 +++++--
43790  src/hb-ot-layout-common-private.hh   |  4 ++++
43791  src/hb-ot-layout-gdef-private.hh     |  4 ++++
43792  src/hb-ot-layout-gpos-private.hh     | 10 +++++++---
43793  src/hb-ot-layout-gsub-private.hh     |  4 +++-
43794  src/hb-ot-layout-gsubgpos-private.hh |  2 ++
43795  6 files changed, 25 insertions(+), 6 deletions(-)
43796
43797 commit a82ef7a893b773a17f7548375de9f588dfc83aba
43798 Author: Behdad Esfahbod <behdad@behdad.org>
43799 Date:   Mon May 10 17:55:03 2010 -0400
43800
43801     Remove CastP completely
43802
43803  src/hb-open-type-private.hh | 39 +++++++++++++++++----------------------
43804  1 file changed, 17 insertions(+), 22 deletions(-)
43805
43806 commit 40cbefe858192531ed64dd51d402f7ca7b8153a3
43807 Author: Behdad Esfahbod <behdad@behdad.org>
43808 Date:   Mon May 10 17:47:22 2010 -0400
43809
43810     Remove unnecessary casts
43811
43812  src/hb-open-type-private.hh          | 12 ++++++------
43813  src/hb-ot-layout-common-private.hh   |  2 +-
43814  src/hb-ot-layout-gpos-private.hh     | 34
43815  +++++++++++++++++-----------------
43816  src/hb-ot-layout-gsub-private.hh     |  4 ++--
43817  src/hb-ot-layout-gsubgpos-private.hh | 34
43818  +++++++++++++++++-----------------
43819  5 files changed, 43 insertions(+), 43 deletions(-)
43820
43821 commit 09766b1ec5ec55a61edbcd7a89ed3613cc92d4cb
43822 Author: Behdad Esfahbod <behdad@behdad.org>
43823 Date:   Mon May 10 17:36:03 2010 -0400
43824
43825     Make StructAtOffset take a pointer
43826
43827     Is safer.
43828
43829  src/hb-open-type-private.hh      | 26 +++++++++++++-------------
43830  src/hb-ot-layout-gpos-private.hh |  6 +++---
43831  src/hb-ot-layout-gsub-private.hh |  4 ++--
43832  3 files changed, 18 insertions(+), 18 deletions(-)
43833
43834 commit bea34c7cbb583cf7660776e95cab3171590b8427
43835 Author: Behdad Esfahbod <behdad@behdad.org>
43836 Date:   Mon May 10 17:28:16 2010 -0400
43837
43838     Further cleanup of DEFINE_SIZE
43839
43840  src/hb-open-file-private.hh          |  2 +-
43841  src/hb-open-type-private.hh          | 10 +++++-----
43842  src/hb-ot-layout-common-private.hh   | 16 ++++++++--------
43843  src/hb-ot-layout-gdef-private.hh     |  8 ++++----
43844  src/hb-ot-layout-gpos-private.hh     | 16 +++++-----------
43845  src/hb-ot-layout-gsub-private.hh     | 14 +++++++-------
43846  src/hb-ot-layout-gsubgpos-private.hh | 14 +++++++-------
43847  7 files changed, 37 insertions(+), 43 deletions(-)
43848
43849 commit 0abcc3b48cfd51a22695c9e988938b2f45cb19d8
43850 Author: Behdad Esfahbod <behdad@behdad.org>
43851 Date:   Mon May 10 17:04:20 2010 -0400
43852
43853     Cleanup
43854
43855  src/hb-open-type-private.hh | 18 ++++++++++--------
43856  1 file changed, 10 insertions(+), 8 deletions(-)
43857
43858 commit b3651231bf80bb7009214547a75ed90e21815c68
43859 Author: Behdad Esfahbod <behdad@behdad.org>
43860 Date:   Mon May 10 16:57:29 2010 -0400
43861
43862     Remove ASSERT_SIZE in favor of the safer DEFINE_SIZE_STATIC
43863
43864  src/hb-open-file-private.hh          |  3 ++-
43865  src/hb-open-type-private.hh          | 20 +++++++++++++---
43866  src/hb-ot-layout-common-private.hh   | 24 ++++++++++++--------
43867  src/hb-ot-layout-gdef-private.hh     | 22 +++++++++++-------
43868  src/hb-ot-layout-gpos-private.hh     | 44
43869  ++++++++++++++++++++----------------
43870  src/hb-ot-layout-gsub-private.hh     | 32 ++++++++++++++++----------
43871  src/hb-ot-layout-gsubgpos-private.hh | 27 ++++++++++++++--------
43872  src/hb-private.h                     |  2 --
43873  8 files changed, 109 insertions(+), 65 deletions(-)
43874
43875 commit 569da92bc6956f42d9b2d65c784e184fb6380efe
43876 Author: Behdad Esfahbod <behdad@behdad.org>
43877 Date:   Mon May 10 16:38:32 2010 -0400
43878
43879     Cleanup ASSERT_SIZE_VAR
43880
43881  src/hb-open-file-private.hh          |  9 ++++++---
43882  src/hb-open-type-private.hh          |  6 ++++--
43883  src/hb-ot-layout-common-private.hh   | 22 ++++++++++++----------
43884  src/hb-ot-layout-gdef-private.hh     |  3 ++-
43885  src/hb-ot-layout-gpos-private.hh     | 30 +++++++++++++++++++-----------
43886  src/hb-ot-layout-gsubgpos-private.hh | 10 ++++++----
43887  src/hb-private.h                     |  8 --------
43888  7 files changed, 49 insertions(+), 39 deletions(-)
43889
43890 commit 99bf03459ff2f00cf3fb7fa3c8b8336ec9fcca56
43891 Author: Behdad Esfahbod <behdad@behdad.org>
43892 Date:   Thu May 6 19:37:32 2010 -0400
43893
43894     Whitespace
43895
43896  src/hb-ot-layout-gpos-private.hh | 1 +
43897  1 file changed, 1 insertion(+)
43898
43899 commit 65f46b00333e20ab8a52a4b350747507541ec1db
43900 Author: Behdad Esfahbod <behdad@behdad.org>
43901 Date:   Thu May 6 19:35:19 2010 -0400
43902
43903     Simplify DEFINE_NULL_DATA
43904
43905     Using ::min_size.
43906
43907  src/hb-open-type-private.hh        | 6 +++---
43908  src/hb-ot-layout-common-private.hh | 9 +++++----
43909  2 files changed, 8 insertions(+), 7 deletions(-)
43910
43911 commit e45d3f86f9a5f3d29ca35a282de7f98e702878f9
43912 Author: Behdad Esfahbod <behdad@behdad.org>
43913 Date:   Thu May 6 19:33:31 2010 -0400
43914
43915     Start cleaning up get_size()
43916
43917     So we know when the size is static and when dynamic.
43918
43919  src/hb-open-file-private.hh          |  7 +++---
43920  src/hb-open-type-private.hh          | 42
43921  +++++++++++++++++++++++++-----------
43922  src/hb-ot-layout-common-private.hh   | 14 ++++++------
43923  src/hb-ot-layout-gpos-private.hh     | 17 ++++++---------
43924  src/hb-ot-layout-gsubgpos-private.hh | 19 ++++++++--------
43925  5 files changed, 55 insertions(+), 44 deletions(-)
43926
43927 commit b157617644d1e38f680163889d1dc2e2f64d9ba3
43928 Author: Behdad Esfahbod <behdad@behdad.org>
43929 Date:   Thu May 6 14:48:27 2010 -0400
43930
43931     Remove the last of SANITIZE macros: SANITIZE_SELF
43932
43933  src/hb-open-file-private.hh          |  4 ++--
43934  src/hb-open-type-private.hh          | 21 ++++++++++++---------
43935  src/hb-ot-layout-common-private.hh   | 16 ++++++++--------
43936  src/hb-ot-layout-gdef-private.hh     |  6 +++---
43937  src/hb-ot-layout-gpos-private.hh     | 26 +++++++++++++-------------
43938  src/hb-ot-layout-gsubgpos-private.hh |  6 +++---
43939  6 files changed, 41 insertions(+), 38 deletions(-)
43940
43941 commit 4f252fedc7136c66a9d7fbcb2978581986da6227
43942 Author: Behdad Esfahbod <behdad@behdad.org>
43943 Date:   Thu May 6 13:30:23 2010 -0400
43944
43945     Remove SANITIZE macro
43946
43947  src/hb-open-file-private.hh          |  4 ++--
43948  src/hb-open-type-private.hh          |  6 ++----
43949  src/hb-ot-layout-common-private.hh   | 18 +++++++++---------
43950  src/hb-ot-layout-gdef-private.hh     |  6 +++---
43951  src/hb-ot-layout-gpos-private.hh     | 18 +++++++++---------
43952  src/hb-ot-layout-gsub-private.hh     | 26 +++++++++++++-------------
43953  src/hb-ot-layout-gsubgpos-private.hh | 22 +++++++++++-----------
43954  7 files changed, 49 insertions(+), 51 deletions(-)
43955
43956 commit c2ddfd2d268385257c77c09a9abeacf4230d5377
43957 Author: Behdad Esfahbod <behdad@behdad.org>
43958 Date:   Thu May 6 13:06:15 2010 -0400
43959
43960     Cleanup Value casts
43961
43962  src/hb-ot-layout-gpos-private.hh | 34 +++++++++++++++++++++-------------
43963  1 file changed, 21 insertions(+), 13 deletions(-)
43964
43965 commit 41a93d2c1ff175ef06328a99983577459c2d34b0
43966 Author: Behdad Esfahbod <behdad@behdad.org>
43967 Date:   Thu May 6 12:55:14 2010 -0400
43968
43969     Remove SANITIZE_WITH_BASE
43970
43971  src/hb-open-file-private.hh          |  2 +-
43972  src/hb-open-type-private.hh          |  2 -
43973  src/hb-ot-layout-common-private.hh   |  6 +--
43974  src/hb-ot-layout-gdef-private.hh     | 24 +++++-----
43975  src/hb-ot-layout-gpos-private.hh     | 90
43976  ++++++++++++++++++------------------
43977  src/hb-ot-layout-gsub-private.hh     | 31 ++++++-------
43978  src/hb-ot-layout-gsubgpos-private.hh | 44 +++++++++---------
43979  7 files changed, 98 insertions(+), 101 deletions(-)
43980
43981 commit f5fab0c71837371cce32dc3e9edca1ccb8d44e29
43982 Author: Behdad Esfahbod <behdad@behdad.org>
43983 Date:   Thu May 6 10:26:52 2010 -0400
43984
43985     Remove SANITIZE_MEM
43986
43987  src/hb-open-type-private.hh          | 4 +---
43988  src/hb-ot-layout-common-private.hh   | 2 +-
43989  src/hb-ot-layout-gpos-private.hh     | 2 +-
43990  src/hb-ot-layout-gsubgpos-private.hh | 6 +++---
43991  4 files changed, 6 insertions(+), 8 deletions(-)
43992
43993 commit 4ad2cc5dec6b0639da2b1846282bdd99d06d5ff1
43994 Author: Behdad Esfahbod <behdad@behdad.org>
43995 Date:   Thu May 6 09:24:24 2010 -0400
43996
43997     Rename check to check_range
43998
43999  src/hb-open-type-private.hh | 8 ++++----
44000  1 file changed, 4 insertions(+), 4 deletions(-)
44001
44002 commit 1cd1e117d060d38e314618b627d7663cb01ed584
44003 Author: Behdad Esfahbod <behdad@behdad.org>
44004 Date:   Wed May 5 20:15:14 2010 -0400
44005
44006     Remove SANITIZE_ARRAY
44007
44008  src/hb-open-file-private.hh          |  2 +-
44009  src/hb-open-type-private.hh          | 16 +++++++---------
44010  src/hb-ot-layout-gpos-private.hh     |  8 ++++----
44011  src/hb-ot-layout-gsubgpos-private.hh |  4 ++--
44012  4 files changed, 14 insertions(+), 16 deletions(-)
44013
44014 commit 583d7f9586ce69754f1354aa3895e6d732a0c2ce
44015 Author: Behdad Esfahbod <behdad@behdad.org>
44016 Date:   Wed May 5 01:49:22 2010 -0400
44017
44018     Cosmetic
44019
44020  src/hb-open-file-private.hh          |  3 ++-
44021  src/hb-open-type-private.hh          |  6 ++++--
44022  src/hb-ot-layout-common-private.hh   | 15 ++++++++++-----
44023  src/hb-ot-layout-gpos-private.hh     |  5 ++---
44024  src/hb-ot-layout-gsub-private.hh     |  3 ++-
44025  src/hb-ot-layout-gsubgpos-private.hh |  9 +++++----
44026  6 files changed, 25 insertions(+), 16 deletions(-)
44027
44028 commit 705e215268aa95c2bc6af8af9b48b72b690ec1f7
44029 Author: Behdad Esfahbod <behdad@behdad.org>
44030 Date:   Wed May 5 01:40:25 2010 -0400
44031
44032     Minor
44033
44034  src/hb-open-type-private.hh          | 4 ++--
44035  src/hb-ot-layout-gpos-private.hh     | 2 +-
44036  src/hb-ot-layout-gsub-private.hh     | 2 +-
44037  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
44038  4 files changed, 5 insertions(+), 5 deletions(-)
44039
44040 commit b18eafd0f62f854d15276c78f99843aecd47acad
44041 Author: Behdad Esfahbod <behdad@behdad.org>
44042 Date:   Wed May 5 01:39:26 2010 -0400
44043
44044     Minor
44045
44046  src/hb-open-type-private.hh | 2 +-
44047  1 file changed, 1 insertion(+), 1 deletion(-)
44048
44049 commit 4169710911450e0f9bc045fe279bfc8ba9e8457c
44050 Author: Behdad Esfahbod <behdad@behdad.org>
44051 Date:   Wed May 5 01:37:58 2010 -0400
44052
44053     Simplify chaining
44054
44055  src/hb-ot-layout-gsubgpos-private.hh | 61
44056  +++++++++++++++---------------------
44057  1 file changed, 25 insertions(+), 36 deletions(-)
44058
44059 commit 1911b9d21b2b7b6b8219ce6c888540e3a60aa9c3
44060 Author: Behdad Esfahbod <behdad@behdad.org>
44061 Date:   Wed May 5 01:32:04 2010 -0400
44062
44063     Remove APPLY_ARG_DEF and APPLY_ARG
44064
44065  src/hb-ot-layout-gpos-private.hh     | 92
44066  ++++++++++++++++++------------------
44067  src/hb-ot-layout-gsub-private.hh     | 88
44068  +++++++++++++++++-----------------
44069  src/hb-ot-layout-gsubgpos-private.hh | 89
44070  ++++++++++++++++------------------
44071  3 files changed, 132 insertions(+), 137 deletions(-)
44072
44073 commit 6c42cddfe53a1c664081862bb9a3e1c38d05a823
44074 Author: Behdad Esfahbod <behdad@behdad.org>
44075 Date:   Wed May 5 01:30:48 2010 -0400
44076
44077     Port apply to use hb_trace_t
44078
44079  src/hb-ot-layout-gpos-private.hh     |  9 ++++-----
44080  src/hb-ot-layout-gsub-private.hh     | 11 +++++------
44081  src/hb-ot-layout-gsubgpos-private.hh | 13 +++++--------
44082  3 files changed, 14 insertions(+), 19 deletions(-)
44083
44084 commit 969c9705ae0c64577c3f69f5300fec975f952e1f
44085 Author: Behdad Esfahbod <behdad@behdad.org>
44086 Date:   Wed May 5 01:23:44 2010 -0400
44087
44088     Move context_length into apply_context
44089
44090  src/hb-ot-layout-gpos-private.hh     |  9 ++---
44091  src/hb-ot-layout-gsub-private.hh     |  9 ++---
44092  src/hb-ot-layout-gsubgpos-private.hh | 70
44093  ++++++++++++++++++++----------------
44094  3 files changed, 50 insertions(+), 38 deletions(-)
44095
44096 commit 94a23aaeca39c662614037ef887412249bdc8d49
44097 Author: Behdad Esfahbod <behdad@behdad.org>
44098 Date:   Wed May 5 01:13:09 2010 -0400
44099
44100     Move buffer into apply_context
44101
44102  src/hb-buffer-private.h              | 30 +++++++++--------
44103  src/hb-ot-layout-gpos-private.hh     | 64
44104  ++++++++++++++++++++----------------
44105  src/hb-ot-layout-gsub-private.hh     | 45 ++++++++++++++-----------
44106  src/hb-ot-layout-gsubgpos-private.hh | 49 ++++++++++++++-------------
44107  4 files changed, 106 insertions(+), 82 deletions(-)
44108
44109 commit 63493f956dca519df49da0a6badc3cb0a1b92779
44110 Author: Behdad Esfahbod <behdad@behdad.org>
44111 Date:   Wed May 5 01:01:05 2010 -0400
44112
44113     Move layout_context into apply_context
44114
44115  src/hb-ot-layout-gpos-private.hh     | 105
44116  ++++++++++++++++++-----------------
44117  src/hb-ot-layout-gsub-private.hh     |  47 ++++++++--------
44118  src/hb-ot-layout-gsubgpos-private.hh |  11 ++--
44119  3 files changed, 82 insertions(+), 81 deletions(-)
44120
44121 commit fff9aa263d1daf7c5117cf383fafa5043d5eb5af
44122 Author: Behdad Esfahbod <behdad@behdad.org>
44123 Date:   Wed May 5 00:32:21 2010 -0400
44124
44125     Minor
44126
44127  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++------
44128  1 file changed, 6 insertions(+), 6 deletions(-)
44129
44130 commit 27e302dc8e794ff6bf878bc76e17d336d510849e
44131 Author: Behdad Esfahbod <behdad@behdad.org>
44132 Date:   Wed May 5 00:26:16 2010 -0400
44133
44134     I keep changing my mind about this
44135
44136  src/hb-open-type-private.hh | 30 ++++++++++--------------------
44137  1 file changed, 10 insertions(+), 20 deletions(-)
44138
44139 commit 39840474afd2cda9ff576c08aff9c87095496c27
44140 Author: Behdad Esfahbod <behdad@behdad.org>
44141 Date:   Wed May 5 00:23:19 2010 -0400
44142
44143     Remove SANITIZE_ARG_DEF and SANITIZE_ARG
44144
44145  src/hb-open-file-private.hh          |  16 ++---
44146  src/hb-open-type-private.hh          |  59 +++++++--------
44147  src/hb-ot-layout-common-private.hh   |  42 +++++------
44148  src/hb-ot-layout-gdef-private.hh     |  28 ++++----
44149  src/hb-ot-layout-gpos-private.hh     | 136
44150  +++++++++++++++++------------------
44151  src/hb-ot-layout-gsub-private.hh     |  72 +++++++++----------
44152  src/hb-ot-layout-gsubgpos-private.hh |  46 ++++++------
44153  7 files changed, 197 insertions(+), 202 deletions(-)
44154
44155 commit b261e2ad5c5a065599ce1dbc4ba437caa2cee1e9
44156 Author: Behdad Esfahbod <behdad@behdad.org>
44157 Date:   Wed May 5 00:20:16 2010 -0400
44158
44159     Remove trace from sanitize_shallow()
44160
44161  src/hb-open-type-private.hh | 1 -
44162  1 file changed, 1 deletion(-)
44163
44164 commit dfc8cbe85479dde1ffdc6b2e73f4907331d77a19
44165 Author: Behdad Esfahbod <behdad@behdad.org>
44166 Date:   Wed May 5 00:19:46 2010 -0400
44167
44168     Add hb_trace_t
44169
44170  src/hb-open-type-private.hh | 33 +++++++++++++++++++--------------
44171  1 file changed, 19 insertions(+), 14 deletions(-)
44172
44173 commit 20e3dd5d292b65f70d2eae63b8d8713a1c889d47
44174 Author: Behdad Esfahbod <behdad@behdad.org>
44175 Date:   Tue May 4 23:21:57 2010 -0400
44176
44177     Make sanitize_depth variable automatic and not passed through
44178     function args
44179
44180  src/hb-open-type-private.hh | 72
44181  +++++++++++++++++++++++++++------------------
44182  1 file changed, 43 insertions(+), 29 deletions(-)
44183
44184 commit 4a446ac35136eff23d55f47bdd7b40095ad707ab
44185 Author: Behdad Esfahbod <behdad@behdad.org>
44186 Date:   Tue May 4 22:46:21 2010 -0400
44187
44188     Use function template for pass-thru argument
44189
44190  src/hb-open-type-private.hh      | 26 ++++++--------------------
44191  src/hb-ot-layout-gpos-private.hh |  6 +++---
44192  2 files changed, 9 insertions(+), 23 deletions(-)
44193
44194 commit 98daaf183d6dbf2b68959da608cd9876ba55d7aa
44195 Author: Behdad Esfahbod <behdad@behdad.org>
44196 Date:   Tue May 4 22:42:49 2010 -0400
44197
44198     Make _hb_sanitize_*() methods of the context object
44199
44200  src/hb-open-type-private.hh | 190
44201  +++++++++++++++++++++++---------------------
44202  1 file changed, 98 insertions(+), 92 deletions(-)
44203
44204 commit bb029af943faa9905e652d58856998687e60c31d
44205 Author: Behdad Esfahbod <behdad@behdad.org>
44206 Date:   Tue May 4 15:28:52 2010 -0400
44207
44208     Remove SANITIZE_THIS
44209
44210  src/hb-open-file-private.hh          |  2 +-
44211  src/hb-open-type-private.hh          |  3 +-
44212  src/hb-ot-layout-common-private.hh   |  4 +--
44213  src/hb-ot-layout-gdef-private.hh     | 25 ++++++++--------
44214  src/hb-ot-layout-gpos-private.hh     | 55
44215  ++++++++++++++++++++----------------
44216  src/hb-ot-layout-gsub-private.hh     | 29 ++++++++++---------
44217  src/hb-ot-layout-gsubgpos-private.hh | 42 +++++++++++++--------------
44218  7 files changed, 85 insertions(+), 75 deletions(-)
44219
44220 commit 2226fc93d1427b8830bfb892fe1b25b488ea36dc
44221 Author: Behdad Esfahbod <behdad@behdad.org>
44222 Date:   Tue May 4 15:12:17 2010 -0400
44223
44224     Rename SANITIZE_BASE to SANITIZE_WITH_BASE
44225
44226  src/hb-open-type-private.hh        | 11 +++++++----
44227  src/hb-ot-layout-common-private.hh |  3 ++-
44228  src/hb-ot-layout-gpos-private.hh   | 15 ++++++++-------
44229  3 files changed, 17 insertions(+), 12 deletions(-)
44230
44231 commit 89da1346ec3a8dec8a368df46d61ca75356e22fa
44232 Author: Behdad Esfahbod <behdad@behdad.org>
44233 Date:   Tue May 4 15:01:45 2010 -0400
44234
44235     Remove SANITIZE_OBJ
44236
44237  src/hb-open-type-private.hh | 3 +--
44238  1 file changed, 1 insertion(+), 2 deletions(-)
44239
44240 commit 4d4cce96266b777a01cec03e8766dc8c0b159351
44241 Author: Behdad Esfahbod <behdad@behdad.org>
44242 Date:   Tue May 4 14:57:55 2010 -0400
44243
44244     Remove SANITIZE_THIS2
44245
44246  src/hb-open-type-private.hh          |  2 --
44247  src/hb-ot-layout-common-private.hh   |  3 ++-
44248  src/hb-ot-layout-gdef-private.hh     | 10 ++++++----
44249  src/hb-ot-layout-gpos-private.hh     |  9 ++++++---
44250  src/hb-ot-layout-gsub-private.hh     | 11 +++++++----
44251  src/hb-ot-layout-gsubgpos-private.hh | 14 +++++++++-----
44252  6 files changed, 30 insertions(+), 19 deletions(-)
44253
44254 commit 26bfcb64e473c40e439d6efbe974781dada28eca
44255 Author: Behdad Esfahbod <behdad@behdad.org>
44256 Date:   Tue May 4 14:49:45 2010 -0400
44257
44258     Cosmetic
44259
44260  src/hb-ot-layout-gdef-private.hh     | 5 ++---
44261  src/hb-ot-layout-gsubgpos-private.hh | 7 +++----
44262  2 files changed, 5 insertions(+), 7 deletions(-)
44263
44264 commit be74284673a1944e0f1884e861c3fe8f9855172c
44265 Author: Behdad Esfahbod <behdad@behdad.org>
44266 Date:   Tue May 4 14:47:05 2010 -0400
44267
44268     Remove SANITIZE_THIS3
44269
44270  src/hb-open-type-private.hh          |  1 -
44271  src/hb-ot-layout-gpos-private.hh     | 21 +++++++++++++++------
44272  src/hb-ot-layout-gsubgpos-private.hh |  8 ++++++--
44273  3 files changed, 21 insertions(+), 9 deletions(-)
44274
44275 commit fbab9f9bd8ba59e7e5811f33c1dda198f95cf05a
44276 Author: Behdad Esfahbod <behdad@behdad.org>
44277 Date:   Tue May 4 14:42:10 2010 -0400
44278
44279     Remove SANITIZE_BASE2
44280
44281  src/hb-open-type-private.hh      | 1 -
44282  src/hb-ot-layout-gpos-private.hh | 3 ++-
44283  2 files changed, 2 insertions(+), 2 deletions(-)
44284
44285 commit 73c7dbf7f5433c0cdd467ef32402f52867e9798e
44286 Author: Behdad Esfahbod <behdad@behdad.org>
44287 Date:   Tue May 4 14:40:55 2010 -0400
44288
44289     Remove SANITIZE2
44290
44291  src/hb-open-type-private.hh      | 1 -
44292  src/hb-ot-layout-gsub-private.hh | 2 +-
44293  2 files changed, 1 insertion(+), 2 deletions(-)
44294
44295 commit c9f14687a30866181feb57ee2736a147ec9f25a1
44296 Author: Behdad Esfahbod <behdad@behdad.org>
44297 Date:   Tue May 4 14:38:08 2010 -0400
44298
44299     Remove the NEUTER macro, move code to a method
44300
44301  src/hb-open-type-private.hh | 21 +++++++++++++--------
44302  1 file changed, 13 insertions(+), 8 deletions(-)
44303
44304 commit 30fa2821c277df99a14089749313dfe2b541e2d0
44305 Author: Behdad Esfahbod <behdad@behdad.org>
44306 Date:   Tue May 4 14:28:18 2010 -0400
44307
44308     Make internal method private
44309
44310  src/hb-open-type-private.hh | 12 +++++++-----
44311  1 file changed, 7 insertions(+), 5 deletions(-)
44312
44313 commit ce5694c79671bf75990923c1da17bb611e4e7d15
44314 Author: Behdad Esfahbod <behdad@behdad.org>
44315 Date:   Tue May 4 14:10:18 2010 -0400
44316
44317     [main] Recognize Apple SFNTs
44318
44319  src/hb-open-file-private.hh | 4 ++--
44320  src/main.cc                 | 6 ++++++
44321  2 files changed, 8 insertions(+), 2 deletions(-)
44322
44323 commit 710500a93ecc2a0c595045602aa367073485ff91
44324 Author: Behdad Esfahbod <behdad@behdad.org>
44325 Date:   Mon May 3 23:11:16 2010 -0400
44326
44327     Comment new SFNT tags
44328
44329  src/hb-open-file-private.hh | 10 +++++-----
44330  1 file changed, 5 insertions(+), 5 deletions(-)
44331
44332 commit 64d3fc8d0dada673245cc8c0b1c12cd849b30997
44333 Author: Behdad Esfahbod <behdad@behdad.org>
44334 Date:   Mon May 3 22:51:19 2010 -0400
44335
44336     Cosmetic: Rename HB_LIKELY/HB_UNLIKELY to likely/unlikely
44337
44338  src/hb-buffer.c                      | 14 ++++----
44339  src/hb-font.cc                       |  6 ++--
44340  src/hb-ft.c                          | 14 ++++----
44341  src/hb-language.c                    |  2 +-
44342  src/hb-object-private.h              | 10 +++---
44343  src/hb-open-file-private.hh          |  2 +-
44344  src/hb-open-type-private.hh          | 38 ++++++++++-----------
44345  src/hb-ot-layout-common-private.hh   | 16 ++++-----
44346  src/hb-ot-layout-gdef-private.hh     |  2 +-
44347  src/hb-ot-layout-gpos-private.hh     | 64
44348  ++++++++++++++++++------------------
44349  src/hb-ot-layout-gsub-private.hh     | 52 ++++++++++++++---------------
44350  src/hb-ot-layout-gsubgpos-private.hh | 40 +++++++++++-----------
44351  src/hb-ot-layout.cc                  | 12 +++----
44352  src/hb-ot-tag.c                      |  2 +-
44353  src/hb-private.h                     |  8 ++---
44354  src/hb-shape.c                       | 10 +++---
44355  src/hb-unicode.c                     |  2 +-
44356  17 files changed, 147 insertions(+), 147 deletions(-)
44357
44358 commit fa3b3d58443a7c22eca3f86243993ba2d4bd9f4a
44359 Author: Behdad Esfahbod <behdad@behdad.org>
44360 Date:   Mon May 3 22:47:22 2010 -0400
44361
44362     Mark a couple functions as inline
44363
44364  src/hb-open-type-private.hh | 4 ++--
44365  1 file changed, 2 insertions(+), 2 deletions(-)
44366
44367 commit 6b84198f9d471defb6f55d44d4f5423df70b2a10
44368 Merge: 631d10b eaf29ed
44369 Author: Behdad Esfahbod <behdad@behdad.org>
44370 Date:   Mon May 3 22:46:52 2010 -0400
44371
44372     Merge remote branch 'jrmuizel/master'
44373
44374 commit eaf29edb8fa49390e5f48b78105dfd173aff445b
44375 Author: Jeff Muizelaar <jmuizelaar@mozilla.com>
44376 Date:   Mon May 3 22:27:56 2010 -0400
44377
44378     HB_UNUSED is unneeded on static inline functions
44379
44380  src/hb-object-private.h     | 2 +-
44381  src/hb-open-type-private.hh | 6 +++---
44382  src/hb-private.h            | 4 ++--
44383  3 files changed, 6 insertions(+), 6 deletions(-)
44384
44385 commit 4ce578ed369f1526c91deedcf9e72537b3e4328f
44386 Author: Jeff Muizelaar <jmuizelaar@mozilla.com>
44387 Date:   Mon May 3 15:03:53 2010 -0400
44388
44389     Include the tags from the Apple specification for TrueType fonts
44390
44391  src/hb-open-file-private.hh | 8 ++++++++
44392  1 file changed, 8 insertions(+)
44393
44394 commit 631d10b728d9e1a02c7dddf505d4fae5e244c6e8
44395 Author: Behdad Esfahbod <behdad@behdad.org>
44396 Date:   Sun May 2 21:14:21 2010 -0400
44397
44398     Remove unused method
44399
44400  src/hb-open-file-private.hh | 5 -----
44401  1 file changed, 5 deletions(-)
44402
44403 commit f0abcd69408a3af65207cdf8847575ade4579bd4
44404 Author: Behdad Esfahbod <behdad@behdad.org>
44405 Date:   Sun May 2 18:14:25 2010 -0400
44406
44407     Whitespace
44408
44409  src/hb-open-type-private.hh | 9 ++++-----
44410  1 file changed, 4 insertions(+), 5 deletions(-)
44411
44412 commit a8d960bd26883ee937b04ca2a3c16a3644870356
44413 Author: Behdad Esfahbod <behdad@behdad.org>
44414 Date:   Thu Apr 29 14:31:56 2010 -0400
44415
44416     [GPOS] Speedup apply_value()
44417
44418  src/hb-ot-layout-gpos-private.hh | 7 ++++++-
44419  1 file changed, 6 insertions(+), 1 deletion(-)
44420
44421 commit 2cd1ea4411d0808559a942ff3fa4e637f9c9a9c8
44422 Author: Behdad Esfahbod <behdad@behdad.org>
44423 Date:   Thu Apr 29 14:15:32 2010 -0400
44424
44425     [ft] Disallow getting the entire font data with tag=0
44426
44427  src/hb-ft.c | 3 +++
44428  1 file changed, 3 insertions(+)
44429
44430 commit 33d13fdda99acaeffa9600737e8870278d053ebe
44431 Author: Behdad Esfahbod <behdad@behdad.org>
44432 Date:   Thu Apr 29 13:56:44 2010 -0400
44433
44434     Rename HB_GNUC_UNUSED -> HB_UNUSED
44435
44436  src/hb-buffer.c                      |  6 ++---
44437  src/hb-font.cc                       | 44
44438  ++++++++++++++++++------------------
44439  src/hb-ft.c                          | 16 ++++++-------
44440  src/hb-object-private.h              |  2 +-
44441  src/hb-open-type-private.hh          | 18 +++++++--------
44442  src/hb-ot-layout-gdef-private.hh     |  4 ++--
44443  src/hb-ot-layout-gpos-private.hh     |  4 ++--
44444  src/hb-ot-layout-gsubgpos-private.hh |  6 ++---
44445  src/hb-ot-layout.cc                  |  4 ++--
44446  src/hb-ot-shape.c                    |  2 +-
44447  src/hb-private.h                     | 16 ++++++-------
44448  src/hb-shape.c                       | 32 +++++++++++++-------------
44449  src/hb-unicode.c                     |  8 +++----
44450  13 files changed, 81 insertions(+), 81 deletions(-)
44451
44452 commit 7d3a126334f8e6f6441561c1bb592bd3fa7a2c5c
44453 Author: Behdad Esfahbod <behdad@behdad.org>
44454 Date:   Thu Apr 29 13:54:01 2010 -0400
44455
44456     Define HB_FUNC for portability to non-gcc
44457
44458  src/hb-open-type-private.hh          | 12 ++++++------
44459  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
44460  src/hb-private.h                     |  9 +++++++++
44461  3 files changed, 16 insertions(+), 7 deletions(-)
44462
44463 commit fa030175ca998b00cc42cbced6e98de323ec01ec
44464 Author: Behdad Esfahbod <behdad@behdad.org>
44465 Date:   Thu Apr 29 13:48:26 2010 -0400
44466
44467     [sanitize] Make debug code always available to the compiler
44468
44469     Such that we don't break debug build all the time.
44470
44471  src/hb-open-type-private.hh | 71
44472  ++++++++++++++++++++-------------------------
44473  1 file changed, 31 insertions(+), 40 deletions(-)
44474
44475 commit fde6f5bd682f5ad0cc5e2ec69fc831b0192bf90b
44476 Author: Behdad Esfahbod <behdad@behdad.org>
44477 Date:   Thu Apr 29 04:41:41 2010 -0400
44478
44479     Convert to uppercase in hb_ot_tag_from_language()
44480
44481  src/hb-ot-tag.c | 6 ++++--
44482  1 file changed, 4 insertions(+), 2 deletions(-)
44483
44484 commit 6f729b45b04243c42ad7201b67cda9d5e5c363f1
44485 Author: Behdad Esfahbod <behdad@behdad.org>
44486 Date:   Thu Apr 29 03:59:06 2010 -0400
44487
44488     More contour point use
44489
44490  src/hb-font.cc                   |  1 +
44491  src/hb-ot-layout-gdef-private.hh |  8 +++++---
44492  src/hb-ot-layout-gpos-private.hh | 13 +++++++++----
44493  3 files changed, 15 insertions(+), 7 deletions(-)
44494
44495 commit 3840b6b50503ba2c9a99f774284e0077baffa8a0
44496 Author: Behdad Esfahbod <behdad@behdad.org>
44497 Date:   Thu Apr 29 03:48:27 2010 -0400
44498
44499     [gdef] Fix delta scale
44500
44501  src/hb-ot-layout-gdef-private.hh | 2 +-
44502  1 file changed, 1 insertion(+), 1 deletion(-)
44503
44504 commit 4ac6cc284b2c1eb670c2a3659ec385ed729acac4
44505 Author: Behdad Esfahbod <behdad@behdad.org>
44506 Date:   Thu Apr 29 03:48:11 2010 -0400
44507
44508     [gdef] Fix rounding
44509
44510  src/hb-ot-layout-gdef-private.hh | 4 ++--
44511  1 file changed, 2 insertions(+), 2 deletions(-)
44512
44513 commit b52fbb1bab608bda76efb936f08344afaec600a1
44514 Author: Behdad Esfahbod <behdad@behdad.org>
44515 Date:   Thu Apr 29 03:47:00 2010 -0400
44516
44517     [gdef] Implement getting contour point
44518
44519  src/hb-ot-layout-gdef-private.hh | 5 ++++-
44520  1 file changed, 4 insertions(+), 1 deletion(-)
44521
44522 commit 4c5fbae011a33b9efef5aedd61c357fc0ded1113
44523 Author: Behdad Esfahbod <behdad@behdad.org>
44524 Date:   Thu Apr 29 03:39:39 2010 -0400
44525
44526     Make sure mirroring is done in original direction
44527
44528     Reported by Jonathan Kew.
44529
44530  src/hb-shape.c | 5 ++++-
44531  1 file changed, 4 insertions(+), 1 deletion(-)
44532
44533 commit ce23c9234b87513d6460fb89bad178fb8537e161
44534 Author: Behdad Esfahbod <behdad@behdad.org>
44535 Date:   Thu Apr 29 03:31:03 2010 -0400
44536
44537     Use BCP47 private-use tags for OpenType tag language string mapping
44538
44539  src/hb-ot-tag.c | 16 ++++++++--------
44540  1 file changed, 8 insertions(+), 8 deletions(-)
44541
44542 commit eaf1d9a46c4a320f3b0026c0a610f95a620d566f
44543 Author: Behdad Esfahbod <behdad@behdad.org>
44544 Date:   Thu Apr 29 03:11:32 2010 -0400
44545
44546     Minor
44547
44548  src/hb-ot-tag.c | 1 +
44549  1 file changed, 1 insertion(+)
44550
44551 commit 3a4784fe88a0f14147ccdd3633952c9c0f3ae8f3
44552 Author: Behdad Esfahbod <behdad@behdad.org>
44553 Date:   Thu Apr 29 02:58:38 2010 -0400
44554
44555     Fix bug in hb_language_from_string()
44556
44557     Reported by Jonathan Kew.
44558
44559  src/hb-language.c | 2 ++
44560  1 file changed, 2 insertions(+)
44561
44562 commit 602e4f8d5512cdf48c696ad64ad62ff97f6dbdcc
44563 Author: Behdad Esfahbod <behdad@behdad.org>
44564 Date:   Thu Apr 29 02:28:54 2010 -0400
44565
44566     Use const_cast
44567
44568  src/hb-open-type-private.hh | 3 +--
44569  1 file changed, 1 insertion(+), 2 deletions(-)
44570
44571 commit abff3580a5b229641086e0da097efee11d22ff81
44572 Author: Behdad Esfahbod <behdad@behdad.org>
44573 Date:   Thu Apr 29 02:27:20 2010 -0400
44574
44575     Add const
44576
44577  src/hb-object-private.h | 2 +-
44578  1 file changed, 1 insertion(+), 1 deletion(-)
44579
44580 commit 6617eada95928457a25e29f793f1a93c6b3edaec
44581 Author: Behdad Esfahbod <behdad@behdad.org>
44582 Date:   Thu Apr 29 02:25:30 2010 -0400
44583
44584     Rename apply_context -> context
44585
44586  src/hb-ot-layout-gpos-private.hh     | 22 +++++++++++-----------
44587  src/hb-ot-layout-gsub-private.hh     | 26 +++++++++++++-------------
44588  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++------
44589  3 files changed, 30 insertions(+), 30 deletions(-)
44590
44591 commit b4c7fab762935b9c182b3e2ac3415f29fc6a5558
44592 Author: Behdad Esfahbod <behdad@behdad.org>
44593 Date:   Thu Apr 29 02:24:25 2010 -0400
44594
44595     Rename
44596
44597  src/hb-ot-layout-gpos-private.hh     | 98
44598  ++++++++++++++++++------------------
44599  src/hb-ot-layout-gsub-private.hh     | 46 ++++++++---------
44600  src/hb-ot-layout-gsubgpos-private.hh | 12 ++---
44601  3 files changed, 78 insertions(+), 78 deletions(-)
44602
44603 commit 1376fb7bf9ef07970f0ba13dc64d6a8ab8252762
44604 Author: Behdad Esfahbod <behdad@behdad.org>
44605 Date:   Thu Apr 29 02:19:21 2010 -0400
44606
44607     [apply] Use a context object to reduce number of parameters passed
44608     around
44609
44610  src/hb-open-type-private.hh          |  5 ++---
44611  src/hb-ot-layout-gpos-private.hh     | 26 ++++++++++++++-----------
44612  src/hb-ot-layout-gsub-private.hh     | 37
44613  +++++++++++++++++++-----------------
44614  src/hb-ot-layout-gsubgpos-private.hh | 29 +++++++++++++++-------------
44615  4 files changed, 53 insertions(+), 44 deletions(-)
44616
44617 commit 173fde7087c0db3e99409f1119530477c14072f5
44618 Author: Behdad Esfahbod <behdad@behdad.org>
44619 Date:   Thu Apr 29 01:47:30 2010 -0400
44620
44621     Further simplify tracing
44622
44623  src/hb-open-type-private.hh          | 31 +++++++++++++++----------------
44624  src/hb-ot-layout-gpos-private.hh     |  9 +++++----
44625  src/hb-ot-layout-gsub-private.hh     | 11 ++++++-----
44626  src/hb-ot-layout-gsubgpos-private.hh |  8 --------
44627  4 files changed, 26 insertions(+), 33 deletions(-)
44628
44629 commit bc200457430c083914a64bf4b056153506749610
44630 Author: Behdad Esfahbod <behdad@behdad.org>
44631 Date:   Thu Apr 29 01:40:26 2010 -0400
44632
44633     Simplify trace code
44634
44635  src/hb-open-type-private.hh          | 41 +++++++++---------------------
44636  src/hb-ot-layout-gsubgpos-private.hh | 25 +++++--------------
44637  src/hb-private.h                     | 48
44638  +++++++++++++++++++++++++-----------
44639  3 files changed, 51 insertions(+), 63 deletions(-)
44640
44641 commit 807c5b03a2251a3c29a520852639421783101b55
44642 Author: Behdad Esfahbod <behdad@behdad.org>
44643 Date:   Wed Apr 28 20:25:22 2010 -0400
44644
44645     [sanitize] Make debug code always available to the compiler
44646
44647     Such that we don't break debug build all the time.
44648
44649  src/hb-open-type-private.hh          | 31 ++++++++++++++++++++-----------
44650  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
44651  2 files changed, 21 insertions(+), 12 deletions(-)
44652
44653 commit 74e313c016704e1d9157c2763691c4151f049dfc
44654 Author: Behdad Esfahbod <behdad@behdad.org>
44655 Date:   Wed Apr 28 15:15:09 2010 -0400
44656
44657     [gsubgpos] Make debug code always available to the compiler
44658
44659     Such that we don't break debug build all the time.
44660
44661  src/hb-ot-layout-gsubgpos-private.hh | 52
44662  ++++++++++++++++++------------------
44663  1 file changed, 26 insertions(+), 26 deletions(-)
44664
44665 commit 41011a6ed7c4891b20c0eddbb6d4ad9c820cfddb
44666 Author: Behdad Esfahbod <behdad@behdad.org>
44667 Date:   Wed Apr 28 13:33:09 2010 -0400
44668
44669     Fix compiler warning about value unused
44670
44671  src/hb-object-private.h | 2 +-
44672  1 file changed, 1 insertion(+), 1 deletion(-)
44673
44674 commit 863df68e894b7644dcd12da88aa22f73edf829dc
44675 Author: Behdad Esfahbod <behdad@behdad.org>
44676 Date:   Wed Apr 28 13:29:55 2010 -0400
44677
44678     [object] Make debug code always available to the compiler
44679
44680     Such that we don't break debug build all the time.
44681
44682  src/hb-object-private.h | 42 +++++++++++++++++++++++++++---------------
44683  1 file changed, 27 insertions(+), 15 deletions(-)
44684
44685 commit 1d52151a19ed8ec776276aac5cc6ce3769e0d947
44686 Author: Behdad Esfahbod <behdad@behdad.org>
44687 Date:   Wed Apr 28 13:18:41 2010 -0400
44688
44689     Minor
44690
44691  src/hb-private.h | 8 +++++---
44692  1 file changed, 5 insertions(+), 3 deletions(-)
44693
44694 commit 444fffb1ab378cb3022e2a8e9f90d20a00c82f6a
44695 Author: Behdad Esfahbod <behdad@behdad.org>
44696 Date:   Wed Apr 28 13:16:38 2010 -0400
44697
44698     [blob] Make debug code always available to the compiler
44699
44700     Such that we don't break debug build all the time.
44701
44702  src/hb-blob.c | 78
44703  ++++++++++++++++++++++++-----------------------------------
44704  1 file changed, 32 insertions(+), 46 deletions(-)
44705
44706 commit ba51b25c7ba568aeced17f016eceba987569c5d9
44707 Author: Behdad Esfahbod <behdad@behdad.org>
44708 Date:   Wed Apr 28 13:10:36 2010 -0400
44709
44710     Fix build.  Ouch!
44711
44712  src/hb-object-private.h | 2 +-
44713  1 file changed, 1 insertion(+), 1 deletion(-)
44714
44715 commit a92f0fda7fee9d60b399b8865541bf73e6e30141
44716 Author: Behdad Esfahbod <behdad@behdad.org>
44717 Date:   Wed Apr 28 13:09:40 2010 -0400
44718
44719     Fix debug build
44720
44721  src/hb-open-type-private.hh          | 4 ++--
44722  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
44723  2 files changed, 3 insertions(+), 3 deletions(-)
44724
44725 commit c165f25410f817d248ad5d07e1827d33efd1b0a0
44726 Author: Behdad Esfahbod <behdad@behdad.org>
44727 Date:   Tue Apr 27 23:28:10 2010 -0400
44728
44729     [object] Actually handle malloc() failure
44730
44731     Caught by John Daggett.
44732
44733  src/hb-object-private.h | 10 ++++++----
44734  1 file changed, 6 insertions(+), 4 deletions(-)
44735
44736 commit caff7db93d205e32a535d49e51a3cad70f91dfdd
44737 Author: Behdad Esfahbod <behdad@behdad.org>
44738 Date:   Mon Apr 26 10:07:35 2010 -0400
44739
44740     Fix Device::get_size() calculation
44741
44742  src/hb-ot-layout-common-private.hh | 8 ++++++--
44743  1 file changed, 6 insertions(+), 2 deletions(-)
44744
44745 commit 66d6eb30eb0b8d61e00f86ea0c7829abaddb52fa
44746 Author: Behdad Esfahbod <behdad@behdad.org>
44747 Date:   Sun Apr 25 23:01:45 2010 -0400
44748
44749     Rename Var to Obj
44750
44751  src/hb-open-type-private.hh | 8 ++++----
44752  1 file changed, 4 insertions(+), 4 deletions(-)
44753
44754 commit 690b9194619589c32ffc0c092e45262ae7776e79
44755 Author: Behdad Esfahbod <behdad@behdad.org>
44756 Date:   Sun Apr 25 22:51:05 2010 -0400
44757
44758     Remove use of flexible arrays
44759
44760     Also remove wrong ASSERT_SIZE that would trigger only when not using
44761     flexible arrays (which was the case on win32, but not with gcc).
44762
44763  configure.ac                | 2 --
44764  src/hb-open-file-private.hh | 1 -
44765  src/hb-private.h            | 4 ----
44766  3 files changed, 7 deletions(-)
44767
44768 commit 1cebfbb0636b13dc5dc6a4b8b7acbb7da28129d2
44769 Author: Behdad Esfahbod <behdad@behdad.org>
44770 Date:   Fri Apr 23 20:49:18 2010 -0400
44771
44772     Cleanup hb_face_create_for_data()
44773
44774  src/Makefile.am       |  1 +
44775  src/hb-blob-private.h | 57 +++++++++++++++++++++++++++++++
44776  src/hb-blob.c         | 20 ++---------
44777  src/hb-font-private.h |  3 --
44778  src/hb-font.cc        | 92
44779  +++++++++++++++++++++++++++++++++++----------------
44780  5 files changed, 123 insertions(+), 50 deletions(-)
44781
44782 commit d6b3c83a90f60bedb4049750ffb351161710980d
44783 Author: Behdad Esfahbod <behdad@behdad.org>
44784 Date:   Fri Apr 23 19:59:53 2010 -0400
44785
44786     Allow get_table() to return NULL
44787
44788  src/hb-font.cc | 6 +++++-
44789  src/hb-ft.c    | 2 +-
44790  2 files changed, 6 insertions(+), 2 deletions(-)
44791
44792 commit ad3653751b1e4a03f7058200cb83f64db46722d5
44793 Author: Behdad Esfahbod <behdad@behdad.org>
44794 Date:   Fri Apr 23 19:43:40 2010 -0400
44795
44796     Typo
44797
44798  src/hb-open-type-private.hh | 2 +-
44799  1 file changed, 1 insertion(+), 1 deletion(-)
44800
44801 commit 990443e5f282ad61de00dcf1ebff9cf1d5bc2d70
44802 Author: Behdad Esfahbod <behdad@behdad.org>
44803 Date:   Fri Apr 23 17:53:32 2010 -0400
44804
44805     Remove lock_instance()
44806
44807  src/hb-font.cc              | 2 +-
44808  src/hb-open-type-private.hh | 4 ----
44809  src/hb-ot-layout.cc         | 6 +++---
44810  3 files changed, 4 insertions(+), 8 deletions(-)
44811
44812 commit 187454c595559ce48d072fee6bccb51f3de283d4
44813 Author: Behdad Esfahbod <behdad@behdad.org>
44814 Date:   Fri Apr 23 16:35:01 2010 -0400
44815
44816     Add different casts from pointer and ref to avoid bugs
44817
44818  src/hb-open-type-private.hh      | 22 +++++++++++++++-------
44819  src/hb-ot-layout-gpos-private.hh |  8 ++++----
44820  src/hb-ot-layout-gsub-private.hh | 12 ++++++------
44821  src/main.cc                      |  6 +++---
44822  4 files changed, 28 insertions(+), 20 deletions(-)
44823
44824 commit efb324a46ff64adb4ec8612b4089e8daff1e6d8e
44825 Author: Behdad Esfahbod <behdad@behdad.org>
44826 Date:   Fri Apr 23 16:22:54 2010 -0400
44827
44828     Remove GET_FOR_DATA macros
44829
44830     The major-version check is now handled by sanitize.  If major
44831     doesn't match, we reject and fall back to the Null object.
44832
44833  src/hb-open-file-private.hh          |  4 ----
44834  src/hb-open-type-private.hh          | 23 ++---------------------
44835  src/hb-ot-layout-gdef-private.hh     |  2 --
44836  src/hb-ot-layout-gpos-private.hh     |  3 ---
44837  src/hb-ot-layout-gsub-private.hh     |  3 ---
44838  src/hb-ot-layout-gsubgpos-private.hh |  2 --
44839  src/main.cc                          |  6 +++---
44840  7 files changed, 5 insertions(+), 38 deletions(-)
44841
44842 commit f1aaa2a43654c28405ffd393de2cb127437c99a5
44843 Author: Behdad Esfahbod <behdad@behdad.org>
44844 Date:   Fri Apr 23 15:19:50 2010 -0400
44845
44846     Add TODO
44847
44848  src/hb-ft.c                        |  2 --
44849  src/hb-ft.h                        |  1 +
44850  src/hb-open-file-private.hh        |  2 +-
44851  src/hb-open-type-private.hh        |  2 ++
44852  src/hb-ot-layout-common-private.hh | 12 ++++++------
44853  5 files changed, 10 insertions(+), 9 deletions(-)
44854
44855 commit 33d4d4325e15e332105ea8f361bab79ee542f0f8
44856 Author: Behdad Esfahbod <behdad@behdad.org>
44857 Date:   Fri Apr 23 14:56:55 2010 -0400
44858
44859     Zero glyph metrics before calling user callback
44860
44861  src/hb-font.cc | 6 +++---
44862  1 file changed, 3 insertions(+), 3 deletions(-)
44863
44864 commit 4206e9511a222c0c50cc9b4fe72ec421983bba2c
44865 Author: Behdad Esfahbod <behdad@behdad.org>
44866 Date:   Fri Apr 23 14:44:55 2010 -0400
44867
44868     More warning fixes
44869
44870  src/hb-ot-layout.cc |  4 ++--
44871  src/hb-ot-shape.c   |  9 ++++-----
44872  src/hb-shape.c      | 32 ++++++++++++++++----------------
44873  3 files changed, 22 insertions(+), 23 deletions(-)
44874
44875 commit ef66ebeabc6c234004bd9e9bb67eb5c9711f4a1e
44876 Author: Behdad Esfahbod <behdad@behdad.org>
44877 Date:   Fri Apr 23 14:40:36 2010 -0400
44878
44879     Remove unused parameter
44880
44881  src/hb-open-file-private.hh | 6 +++---
44882  1 file changed, 3 insertions(+), 3 deletions(-)
44883
44884 commit 1d720192b193f48b44be0385eda3c2c5d5cd28ad
44885 Author: Behdad Esfahbod <behdad@behdad.org>
44886 Date:   Fri Apr 23 14:39:10 2010 -0400
44887
44888     Fix compile warnings (HB_GNUC_UNUSED)
44889
44890  src/hb-buffer.c             |  6 +++---
44891  src/hb-font.cc              | 31 ++++++++++++++++++++++---------
44892  src/hb-ft.c                 | 29 +++++++++++++++++++++--------
44893  src/hb-open-type-private.hh |  2 +-
44894  src/hb-unicode.c            |  8 ++++----
44895  5 files changed, 51 insertions(+), 25 deletions(-)
44896
44897 commit 8dfdca599c0a3ba5255131002910bca3b381acac
44898 Author: Behdad Esfahbod <behdad@behdad.org>
44899 Date:   Fri Apr 23 14:07:34 2010 -0400
44900
44901     No need to keep blob in sanitize context
44902
44903  src/hb-open-type-private.hh | 13 +++++--------
44904  1 file changed, 5 insertions(+), 8 deletions(-)
44905
44906 commit 254933c397f1ce9796f59689a25f9fc2e58df4ea
44907 Author: Behdad Esfahbod <behdad@behdad.org>
44908 Date:   Fri Apr 23 13:57:10 2010 -0400
44909
44910     When sanitizing, delay making writable
44911
44912     Before, as soon as we needed to make an edit, we tried to make
44913     the blob
44914     writable inplace.  That grows code unnecessarily though.  We can
44915     simply
44916     fail, make writable, then start again.  That's indeed what the
44917     fallback
44918     was doing anyway.
44919
44920  src/hb-open-type-private.hh | 11 +++++++----
44921  1 file changed, 7 insertions(+), 4 deletions(-)
44922
44923 commit 71e735e915c85536ee4d3035576f7426e8cd19dd
44924 Author: Behdad Esfahbod <behdad@behdad.org>
44925 Date:   Fri Apr 23 13:48:06 2010 -0400
44926
44927     [blob] Fallback to copying if mprotect() fails
44928
44929  src/hb-blob.c | 5 +++--
44930  1 file changed, 3 insertions(+), 2 deletions(-)
44931
44932 commit 1aa4666b914da7747fc58a8f6f2d913c94e3b8da
44933 Author: Behdad Esfahbod <behdad@behdad.org>
44934 Date:   Fri Apr 23 13:32:03 2010 -0400
44935
44936     Cleanup OpenTypeFontFile
44937
44938  src/hb-open-file-private.hh | 44
44939  ++++++++++++++++++++++++++------------------
44940  src/main.cc                 |  2 +-
44941  2 files changed, 27 insertions(+), 19 deletions(-)
44942
44943 commit ae4190cafe927649f8ff8be6a0082478d1298fda
44944 Author: Behdad Esfahbod <behdad@behdad.org>
44945 Date:   Fri Apr 23 12:33:02 2010 -0400
44946
44947     Properly define separate structs for TTCHeader and TTCHeaderVersion1
44948
44949  src/hb-open-file-private.hh | 71
44950  +++++++++++++++++++++++++++++++++++----------
44951  1 file changed, 55 insertions(+), 16 deletions(-)
44952
44953 commit a065f471b3bc23d33ef75217308efeaed4ffd033
44954 Author: Behdad Esfahbod <behdad@behdad.org>
44955 Date:   Thu Apr 22 20:15:11 2010 -0400
44956
44957     Cleanup Extension lookups
44958
44959     Two things:
44960
44961     1. Allow nested Extension lookups.  The offset is always positive, so
44962     it can't loop circularly.
44963
44964     2. Move the check for all Extension subtables having the same lookup
44965     type to the correct place.  Before it wasn't really working.
44966
44967  src/hb-ot-layout-gpos-private.hh | 29 +-------------------
44968  src/hb-ot-layout-gsub-private.hh | 57
44969  ++++++++++++++++++++++------------------
44970  2 files changed, 33 insertions(+), 53 deletions(-)
44971
44972 commit a0bb49c5830f8a7f25d573ec57b79df2620ddba7
44973 Author: Behdad Esfahbod <behdad@behdad.org>
44974 Date:   Thu Apr 22 18:47:03 2010 -0400
44975
44976     Add comment re bsearch effect on sanitize
44977
44978  src/hb-open-file-private.hh        | 2 +-
44979  src/hb-ot-layout-common-private.hh | 8 ++++----
44980  2 files changed, 5 insertions(+), 5 deletions(-)
44981
44982 commit d632ec4000b3079150e6424e88a3ab7509f7445c
44983 Author: Behdad Esfahbod <behdad@behdad.org>
44984 Date:   Thu Apr 22 18:33:12 2010 -0400
44985
44986     Cosmetic
44987
44988  src/hb-open-type-private.hh          | 6 +++---
44989  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
44990  2 files changed, 4 insertions(+), 4 deletions(-)
44991
44992 commit a3263aa773ad7a914496792466c69047048b093c
44993 Author: Behdad Esfahbod <behdad@behdad.org>
44994 Date:   Thu Apr 22 18:29:09 2010 -0400
44995
44996     Convert the last set of cast macros to templates
44997
44998  src/hb-open-file-private.hh          |  4 +--
44999  src/hb-open-type-private.hh          | 53
45000  +++++++++++++++++++++++-------------
45001  src/hb-ot-layout-gpos-private.hh     | 16 +++++------
45002  src/hb-ot-layout-gsub-private.hh     | 14 +++++-----
45003  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++----
45004  5 files changed, 57 insertions(+), 42 deletions(-)
45005
45006 commit c38188a1912f72d9ef90ae1bcbdbba7ecce63371
45007 Author: Behdad Esfahbod <behdad@behdad.org>
45008 Date:   Thu Apr 22 16:52:09 2010 -0400
45009
45010     Remove unused macro
45011
45012  src/hb-open-type-private.hh | 1 -
45013  1 file changed, 1 deletion(-)
45014
45015 commit 3b2c2df41b90f2a1d9e33b3dc15a92cff58a689a
45016 Author: Behdad Esfahbod <behdad@behdad.org>
45017 Date:   Thu Apr 22 16:51:42 2010 -0400
45018
45019     Cleanup Extension sanitize()
45020
45021  src/hb-ot-layout-common-private.hh   | 20 +++-----------------
45022  src/hb-ot-layout-gpos-private.hh     | 20 +++++++++++++-------
45023  src/hb-ot-layout-gsub-private.hh     | 20 +++++++++++++-------
45024  src/hb-ot-layout-gsubgpos-private.hh | 13 ++++---------
45025  4 files changed, 33 insertions(+), 40 deletions(-)
45026
45027 commit 1856184b93760a1a54fb1a3c54281bb252df7ce6
45028 Author: Behdad Esfahbod <behdad@behdad.org>
45029 Date:   Thu Apr 22 14:15:11 2010 -0400
45030
45031     Fail sanitize on major version mismatch
45032
45033     We handle major-version differences via get_for_data(), so sanitize
45034     should never see a major version mismatch.
45035
45036  src/hb-open-file-private.hh          | 4 ++--
45037  src/hb-ot-layout-gdef-private.hh     | 2 +-
45038  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
45039  3 files changed, 4 insertions(+), 4 deletions(-)
45040
45041 commit df3f505dcfeefc8cd395900b116767d22549f756
45042 Author: Behdad Esfahbod <behdad@behdad.org>
45043 Date:   Thu Apr 22 14:11:33 2010 -0400
45044
45045     More sanitize cleanup
45046
45047  src/hb-open-file-private.hh | 24 ++----------------------
45048  src/main.cc                 |  4 ++--
45049  2 files changed, 4 insertions(+), 24 deletions(-)
45050
45051 commit 278a91f0cd802ac817c2603429bae1fa4a350ea0
45052 Author: Behdad Esfahbod <behdad@behdad.org>
45053 Date:   Thu Apr 22 13:59:39 2010 -0400
45054
45055     Minor cleanup of sanitize
45056
45057     Done with an audit of all sanitize()
45058
45059  src/hb-ot-layout-gpos-private.hh | 18 +++++++++---------
45060  1 file changed, 9 insertions(+), 9 deletions(-)
45061
45062 commit 9ac7dc73bc24b6dafb94df5de9cbf8fa0c82d5bc
45063 Author: Behdad Esfahbod <behdad@behdad.org>
45064 Date:   Thu Apr 22 13:50:22 2010 -0400
45065
45066     Check for (impossible) overflow
45067
45068  src/hb-ot-layout-gpos-private.hh | 1 +
45069  1 file changed, 1 insertion(+)
45070
45071 commit 9fc8684fd85ef6ec82b3b54323761bbdd4c3d891
45072 Author: Behdad Esfahbod <behdad@behdad.org>
45073 Date:   Thu Apr 22 13:37:58 2010 -0400
45074
45075     Cleanup ContextFormat3 sanitize
45076
45077  src/hb-ot-layout-gsubgpos-private.hh | 5 +++--
45078  1 file changed, 3 insertions(+), 2 deletions(-)
45079
45080 commit e77302c61f1f1620d1f438a997575fa6ee5c172e
45081 Author: Behdad Esfahbod <behdad@behdad.org>
45082 Date:   Thu Apr 22 13:34:00 2010 -0400
45083
45084     Add comment
45085
45086  src/hb-ot-layout-common-private.hh | 4 +++-
45087  1 file changed, 3 insertions(+), 1 deletion(-)
45088
45089 commit 7c469c3ca4ed4e45c50eff70df59b1a4780bae5b
45090 Author: Behdad Esfahbod <behdad@behdad.org>
45091 Date:   Thu Apr 22 13:26:21 2010 -0400
45092
45093     Minor
45094
45095  src/hb-ot-layout-common-private.hh | 2 +-
45096  1 file changed, 1 insertion(+), 1 deletion(-)
45097
45098 commit dc228048a813e43356373505168d3822deea5d72
45099 Author: Behdad Esfahbod <behdad@behdad.org>
45100 Date:   Thu Apr 22 13:22:41 2010 -0400
45101
45102     Remove integrity check in Tag sanitize
45103
45104     Serves no useful purpose.
45105
45106  src/hb-open-type-private.hh        | 9 ---------
45107  src/hb-ot-layout-common-private.hh | 2 +-
45108  2 files changed, 1 insertion(+), 10 deletions(-)
45109
45110 commit 8015a8c762dc7be36998d529b7a3af59e3d14d87
45111 Author: Behdad Esfahbod <behdad@behdad.org>
45112 Date:   Thu Apr 22 11:06:30 2010 -0400
45113
45114     Don't sanitize raw table data
45115
45116     That part is performed by individual table sanitize.
45117
45118  src/hb-open-file-private.hh | 15 +++++++++------
45119  1 file changed, 9 insertions(+), 6 deletions(-)
45120
45121 commit c293581e962b7982622e7d607fa3909b40da718e
45122 Author: Behdad Esfahbod <behdad@behdad.org>
45123 Date:   Thu Apr 22 11:15:46 2010 -0400
45124
45125     Add coment
45126
45127  src/hb-open-type-private.hh | 1 +
45128  1 file changed, 1 insertion(+)
45129
45130 commit 1faa76c6e848c6b0e360d9ddcf567533b87f8f31
45131 Author: Behdad Esfahbod <behdad@behdad.org>
45132 Date:   Thu Apr 22 10:54:26 2010 -0400
45133
45134     Remove unnecessary casts
45135
45136  src/hb-open-type-private.hh | 8 ++++----
45137  1 file changed, 4 insertions(+), 4 deletions(-)
45138
45139 commit 079dc40112d3908ff7b7028ea3019bfe82bf606d
45140 Author: Behdad Esfahbod <behdad@behdad.org>
45141 Date:   Thu Apr 22 10:47:12 2010 -0400
45142
45143     Avoid overflow in TableDirectory sanitize
45144
45145  src/hb-open-file-private.hh | 2 +-
45146  1 file changed, 1 insertion(+), 1 deletion(-)
45147
45148 commit fb5904ec935d925a423401bc975ffaa22022ce1b
45149 Author: Behdad Esfahbod <behdad@behdad.org>
45150 Date:   Thu Apr 22 10:43:30 2010 -0400
45151
45152     Make casts more explicit
45153
45154  src/hb-ot-layout-gpos-private.hh | 4 ++--
45155  src/hb-ot-layout-gsub-private.hh | 4 ++--
45156  2 files changed, 4 insertions(+), 4 deletions(-)
45157
45158 commit 565c80bd2960366ace2d10dd71beaaf2a80213c8
45159 Author: Behdad Esfahbod <behdad@behdad.org>
45160 Date:   Thu Apr 22 10:26:35 2010 -0400
45161
45162     Make sure semicolon is expected after DEFINE_NULL_DATA()
45163
45164  src/hb-open-type-private.hh | 5 +++--
45165  1 file changed, 3 insertions(+), 2 deletions(-)
45166
45167 commit bb1e16335e537231246f44740f73cc23c0707364
45168 Author: Behdad Esfahbod <behdad@behdad.org>
45169 Date:   Thu Apr 22 01:01:35 2010 -0400
45170
45171     Improve Subst/Pos SubTable access and sanitize
45172
45173  src/hb-ot-layout-gpos-private.hh | 4 ++--
45174  src/hb-ot-layout-gsub-private.hh | 4 ++--
45175  2 files changed, 4 insertions(+), 4 deletions(-)
45176
45177 commit 81f2af40f9afd5bb9695018e6baddcd4aa3361c1
45178 Author: Behdad Esfahbod <behdad@behdad.org>
45179 Date:   Thu Apr 22 00:58:49 2010 -0400
45180
45181     Simplify Extension offset now that our int types have no alignment
45182
45183  src/hb-ot-layout-gsubgpos-private.hh | 9 +++------
45184  1 file changed, 3 insertions(+), 6 deletions(-)
45185
45186 commit 19828ad42d8117563412aae3c70887aa117805a9
45187 Author: Behdad Esfahbod <behdad@behdad.org>
45188 Date:   Thu Apr 22 00:49:16 2010 -0400
45189
45190     Sanitize shallow in Lookup since the generic SubLookup has no methods
45191
45192  src/hb-ot-layout-common-private.hh | 2 +-
45193  1 file changed, 1 insertion(+), 1 deletion(-)
45194
45195 commit e5546a4352c54311ac4a9ef138b187378155ebe1
45196 Author: Behdad Esfahbod <behdad@behdad.org>
45197 Date:   Thu Apr 22 00:45:42 2010 -0400
45198
45199     Watch for overflow in Array sanitize
45200
45201  src/hb-open-type-private.hh        | 21 +++++++++++++++------
45202  src/hb-ot-layout-common-private.hh |  2 +-
45203  2 files changed, 16 insertions(+), 7 deletions(-)
45204
45205 commit 4f5f1c34dda1e0629bfa6d7b0ffa2e1ce003b7c7
45206 Author: Behdad Esfahbod <behdad@behdad.org>
45207 Date:   Thu Apr 22 00:27:39 2010 -0400
45208
45209     Rename const_sub_array to sub_array since all consts are implicit now
45210
45211  src/hb-open-type-private.hh        | 2 +-
45212  src/hb-ot-layout-common-private.hh | 4 ++--
45213  src/hb-ot-layout-gdef-private.hh   | 4 ++--
45214  3 files changed, 5 insertions(+), 5 deletions(-)
45215
45216 commit 0795b784dd1009976c185482a376df250167e73b
45217 Author: Behdad Esfahbod <behdad@behdad.org>
45218 Date:   Thu Apr 22 00:23:14 2010 -0400
45219
45220     Cosmetic
45221
45222  src/hb-ot-layout-common-private.hh | 6 +++---
45223  1 file changed, 3 insertions(+), 3 deletions(-)
45224
45225 commit 2d98d3bbaa0ddadcb08b5a8f437b18c211c50768
45226 Author: Behdad Esfahbod <behdad@behdad.org>
45227 Date:   Thu Apr 22 00:19:30 2010 -0400
45228
45229     Simplify Lookup sanitize
45230
45231  src/hb-ot-layout-common-private.hh | 2 +-
45232  1 file changed, 1 insertion(+), 1 deletion(-)
45233
45234 commit c755cb3e3ac55156d0d2ec05adea7a650b97cc41
45235 Author: Behdad Esfahbod <behdad@behdad.org>
45236 Date:   Thu Apr 22 00:11:43 2010 -0400
45237
45238     Change header comment
45239
45240  README                               | 2 +-
45241  src/hb-blob.c                        | 2 +-
45242  src/hb-blob.h                        | 2 +-
45243  src/hb-buffer-private.h              | 2 +-
45244  src/hb-buffer.c                      | 2 +-
45245  src/hb-buffer.h                      | 2 +-
45246  src/hb-common.h                      | 2 +-
45247  src/hb-font-private.h                | 2 +-
45248  src/hb-font.cc                       | 2 +-
45249  src/hb-font.h                        | 2 +-
45250  src/hb-ft.c                          | 2 +-
45251  src/hb-ft.h                          | 2 +-
45252  src/hb-glib.c                        | 2 +-
45253  src/hb-glib.h                        | 2 +-
45254  src/hb-icu.c                         | 2 +-
45255  src/hb-icu.h                         | 2 +-
45256  src/hb-language.c                    | 2 +-
45257  src/hb-language.h                    | 2 +-
45258  src/hb-object-private.h              | 2 +-
45259  src/hb-open-file-private.hh          | 2 +-
45260  src/hb-open-type-private.hh          | 2 +-
45261  src/hb-ot-layout-common-private.hh   | 2 +-
45262  src/hb-ot-layout-gdef-private.hh     | 2 +-
45263  src/hb-ot-layout-gpos-private.hh     | 2 +-
45264  src/hb-ot-layout-gsub-private.hh     | 2 +-
45265  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
45266  src/hb-ot-layout-private.h           | 2 +-
45267  src/hb-ot-layout.cc                  | 2 +-
45268  src/hb-ot-layout.h                   | 2 +-
45269  src/hb-ot-shape-private.h            | 2 +-
45270  src/hb-ot-shape.c                    | 2 +-
45271  src/hb-ot-tag.c                      | 2 +-
45272  src/hb-ot-tag.h                      | 2 +-
45273  src/hb-ot.h                          | 2 +-
45274  src/hb-private.h                     | 2 +-
45275  src/hb-shape.c                       | 2 +-
45276  src/hb-shape.h                       | 2 +-
45277  src/hb-unicode-private.h             | 2 +-
45278  src/hb-unicode.c                     | 2 +-
45279  src/hb-unicode.h                     | 2 +-
45280  src/hb.h                             | 2 +-
45281  src/main.cc                          | 2 +-
45282  42 files changed, 42 insertions(+), 42 deletions(-)
45283
45284 commit 243d20e011e251462a07947275e0e98cc19c7e9b
45285 Author: Behdad Esfahbod <behdad@behdad.org>
45286 Date:   Wed Apr 21 23:57:01 2010 -0400
45287
45288     More cast simplification
45289
45290  src/hb-open-type-private.hh | 6 +++---
45291  1 file changed, 3 insertions(+), 3 deletions(-)
45292
45293 commit 0dfcc13a4668cdd2c2ebdd5f4a7540a51222cf2f
45294 Author: Behdad Esfahbod <behdad@behdad.org>
45295 Date:   Wed Apr 21 23:41:26 2010 -0400
45296
45297     Rename ConstCharP to CharP (overloaded now)
45298
45299  src/hb-open-file-private.hh          | 10 +++++-----
45300  src/hb-open-type-private.hh          | 24 ++++++++++++------------
45301  src/hb-ot-layout-gpos-private.hh     | 12 ++++++------
45302  src/hb-ot-layout-gsub-private.hh     |  4 ++--
45303  src/hb-ot-layout-gsubgpos-private.hh | 14 +++++++-------
45304  5 files changed, 32 insertions(+), 32 deletions(-)
45305
45306 commit 62c0fd75737a69721dbf29e773405a4c529f8b6d
45307 Author: Behdad Esfahbod <behdad@behdad.org>
45308 Date:   Wed Apr 21 23:30:48 2010 -0400
45309
45310     Cleanup de-const-casting during sanitize
45311
45312  src/hb-open-file-private.hh        |  2 +-
45313  src/hb-open-type-private.hh        | 29 ++++++++++++++---------------
45314  src/hb-ot-layout-common-private.hh |  4 ++--
45315  src/hb-ot-layout-gpos-private.hh   | 12 ++++++------
45316  4 files changed, 23 insertions(+), 24 deletions(-)
45317
45318 commit dd155870567cfb9647b2e71593ace8b2705d7cff
45319 Author: Behdad Esfahbod <behdad@behdad.org>
45320 Date:   Wed Apr 21 23:13:33 2010 -0400
45321
45322     Add more comments
45323
45324  src/hb-open-type-private.hh | 1 +
45325  1 file changed, 1 insertion(+)
45326
45327 commit c85c3620675f38ffdca59134aeec2641485f40ca
45328 Author: Behdad Esfahbod <behdad@behdad.org>
45329 Date:   Wed Apr 21 23:12:54 2010 -0400
45330
45331     Add comment
45332
45333  src/hb-open-type-private.hh | 1 +
45334  1 file changed, 1 insertion(+)
45335
45336 commit 2467c669c2aee4de2a6621a9d06cba0262376d41
45337 Author: Behdad Esfahbod <behdad@behdad.org>
45338 Date:   Wed Apr 21 23:11:45 2010 -0400
45339
45340     Add comment
45341
45342  src/hb-open-type-private.hh | 1 +
45343  1 file changed, 1 insertion(+)
45344
45345 commit 29c3f5e1b6212c775a7b911becd44ba093b7b0eb
45346 Author: Behdad Esfahbod <behdad@behdad.org>
45347 Date:   Wed Apr 21 23:01:00 2010 -0400
45348
45349     Improve comment
45350
45351  src/hb-open-type-private.hh | 2 +-
45352  1 file changed, 1 insertion(+), 1 deletion(-)
45353
45354 commit 01c01618e98283611628cd54d5ba4bf122f24cd9
45355 Author: Behdad Esfahbod <behdad@behdad.org>
45356 Date:   Wed Apr 21 22:49:56 2010 -0400
45357
45358     Further simplify IntType struct defs
45359
45360  src/hb-open-type-private.hh | 21 ++++++++++++---------
45361  1 file changed, 12 insertions(+), 9 deletions(-)
45362
45363 commit 2cb08458f674301cde9d962c13911035a251f7c5
45364 Author: Behdad Esfahbod <behdad@behdad.org>
45365 Date:   Wed Apr 21 22:37:31 2010 -0400
45366
45367     Rename const_array() to array() (overloaded)
45368
45369  src/hb-open-type-private.hh          | 12 ++++++------
45370  src/hb-ot-layout-common-private.hh   |  4 ++--
45371  src/hb-ot-layout-gsub-private.hh     |  6 +++---
45372  src/hb-ot-layout-gsubgpos-private.hh | 16 ++++++++--------
45373  4 files changed, 19 insertions(+), 19 deletions(-)
45374
45375 commit 2e2f43edf2f49f4047e28b1ce2ea95938536de9c
45376 Author: Behdad Esfahbod <behdad@behdad.org>
45377 Date:   Wed Apr 21 22:30:36 2010 -0400
45378
45379     Remove ArrayAfter, use StructAfter in place
45380
45381  src/hb-open-type-private.hh | 21 ++++++---------------
45382  1 file changed, 6 insertions(+), 15 deletions(-)
45383
45384 commit e961c86c579fd98ee604342a9c70c4e7f8d4f220
45385 Author: Behdad Esfahbod <behdad@behdad.org>
45386 Date:   Wed Apr 21 15:56:11 2010 -0400
45387
45388     Convert NEXT() and ARRAY_AFTER() macros to templates
45389
45390  src/hb-open-type-private.hh          | 40
45391  ++++++++++++++++++++++++++----------
45392  src/hb-ot-layout-common-private.hh   |  4 ++--
45393  src/hb-ot-layout-gsub-private.hh     |  8 ++++----
45394  src/hb-ot-layout-gsubgpos-private.hh | 24 +++++++++++-----------
45395  4 files changed, 47 insertions(+), 29 deletions(-)
45396
45397 commit 198facdc55756cb48cdfb8ba7fa50916fac54ec3
45398 Author: Behdad Esfahbod <behdad@behdad.org>
45399 Date:   Wed Apr 21 13:35:36 2010 -0400
45400
45401     Use templates for const char * casts
45402
45403  src/hb-open-file-private.hh          | 12 ++++-----
45404  src/hb-open-type-private.hh          | 48
45405  ++++++++++++++++++------------------
45406  src/hb-ot-layout-common-private.hh   |  2 +-
45407  src/hb-ot-layout-gpos-private.hh     | 32 ++++++++++++------------
45408  src/hb-ot-layout-gsub-private.hh     |  4 +--
45409  src/hb-ot-layout-gsubgpos-private.hh | 14 +++++------
45410  6 files changed, 56 insertions(+), 56 deletions(-)
45411
45412 commit 1922ffe7013c46014803a9f18c42e193a25b1968
45413 Author: Behdad Esfahbod <behdad@behdad.org>
45414 Date:   Wed Apr 21 04:19:51 2010 -0400
45415
45416     Const correctness
45417
45418  src/hb-ot-layout-gsub-private.hh     |  4 ++--
45419  src/hb-ot-layout-gsubgpos-private.hh | 30 +++++++++++++++---------------
45420  2 files changed, 17 insertions(+), 17 deletions(-)
45421
45422 commit e032ed9f75d4a0f365649a25706871bbb5ae6651
45423 Author: Behdad Esfahbod <behdad@behdad.org>
45424 Date:   Wed Apr 21 03:11:46 2010 -0400
45425
45426     Use templates for defining int typess
45427
45428  src/hb-open-type-private.hh | 66
45429  ++++++++++++++++++++++++++++++---------------
45430  src/hb-private.h            | 10 ++-----
45431  2 files changed, 46 insertions(+), 30 deletions(-)
45432
45433 commit 2c9fd2adce5a6a9dcd62c874bd64613ea68d8d9b
45434 Author: Behdad Esfahbod <behdad@behdad.org>
45435 Date:   Wed Apr 21 02:15:39 2010 -0400
45436
45437     Remove unused macro
45438
45439  src/hb-open-type-private.hh | 15 ---------------
45440  1 file changed, 15 deletions(-)
45441
45442 commit 7a52f281178867379adb6e6c6fb0022102f75d17
45443 Author: Behdad Esfahbod <behdad@behdad.org>
45444 Date:   Wed Apr 21 02:14:44 2010 -0400
45445
45446     Rename macros
45447
45448  src/hb-open-type-private.hh |  6 +++---
45449  src/hb-private.h            | 30 +++++++++++++++---------------
45450  2 files changed, 18 insertions(+), 18 deletions(-)
45451
45452 commit ffff7dc44cb2a35a60f92831165e9d3c3a61ce19
45453 Author: Behdad Esfahbod <behdad@behdad.org>
45454 Date:   Wed Apr 21 02:13:55 2010 -0400
45455
45456     Minor
45457
45458  src/hb-private.h | 12 ++++++------
45459  1 file changed, 6 insertions(+), 6 deletions(-)
45460
45461 commit f60f2166c48d07f556ff83f04e95181946eb03df
45462 Author: Behdad Esfahbod <behdad@behdad.org>
45463 Date:   Wed Apr 21 02:12:45 2010 -0400
45464
45465     Move macros around
45466
45467  src/hb-private.h | 122
45468  ++++++++++++++++++++++++++++---------------------------
45469  1 file changed, 62 insertions(+), 60 deletions(-)
45470
45471 commit 649a4344ca363da3d44cdd908350449ec40ed0f9
45472 Author: Behdad Esfahbod <behdad@behdad.org>
45473 Date:   Wed Apr 21 02:11:59 2010 -0400
45474
45475     Remove unused macros
45476
45477  src/hb-private.h | 7 -------
45478  1 file changed, 7 deletions(-)
45479
45480 commit eba8b4f644701cc6b78b0fcb4e932dce15561598
45481 Author: Behdad Esfahbod <behdad@behdad.org>
45482 Date:   Mon Mar 29 00:04:12 2010 -0400
45483
45484     GNOME Bug 613015 - [HB] Does not sanitize Device tables referenced
45485     from ValueRecords
45486
45487  src/hb-ot-layout-gpos-private.hh | 47
45488  ++++++++++++++++++++++++++++++----------
45489  1 file changed, 36 insertions(+), 11 deletions(-)
45490
45491 commit 673a4efcbc72a62105a24d9b0b54047417160f7d
45492 Author: Behdad Esfahbod <behdad@behdad.org>
45493 Date:   Wed Apr 21 02:02:57 2010 -0400
45494
45495     WIP
45496
45497  src/hb-ot-layout-gpos-private.hh | 102
45498  +++++++++++++++++++++++++++++++--------
45499  1 file changed, 81 insertions(+), 21 deletions(-)
45500
45501 commit 40d73bc68dd828cf68f90fde0f9499a6ce9fbb19
45502 Author: Behdad Esfahbod <behdad@behdad.org>
45503 Date:   Wed Apr 21 00:49:40 2010 -0400
45504
45505     Improve comments
45506
45507  src/hb-open-type-private.hh | 22 ++++++++++++++--------
45508  1 file changed, 14 insertions(+), 8 deletions(-)
45509
45510 commit 394bad41a76f90e441e327cef76efb99997e9ae0
45511 Author: Behdad Esfahbod <behdad@behdad.org>
45512 Date:   Wed Apr 21 00:40:50 2010 -0400
45513
45514     Remove stale TODO item
45515
45516  src/hb-open-type-private.hh | 1 -
45517  1 file changed, 1 deletion(-)
45518
45519 commit 9d3677899f90abdc7fb3e3d854db654a8707a84b
45520 Author: Behdad Esfahbod <behdad@behdad.org>
45521 Date:   Wed Apr 21 00:32:47 2010 -0400
45522
45523     Use a function template instead of struct template for Null
45524
45525  src/hb-open-type-private.hh | 24 ++++++++++--------------
45526  1 file changed, 10 insertions(+), 14 deletions(-)
45527
45528 commit ffd321afd91429c5de7ab03d71ef1030044f53cb
45529 Author: Behdad Esfahbod <behdad@behdad.org>
45530 Date:   Wed Apr 21 00:14:12 2010 -0400
45531
45532     Simplify Tag struct
45533
45534  src/hb-open-file-private.hh        | 3 ++-
45535  src/hb-open-type-private.hh        | 6 +-----
45536  src/hb-ot-layout-common-private.hh | 3 ++-
45537  3 files changed, 5 insertions(+), 7 deletions(-)
45538
45539 commit 00e23fcc6fd0eee5c582251bf3de6a2703fbbd3e
45540 Author: Behdad Esfahbod <behdad@behdad.org>
45541 Date:   Tue Apr 20 23:50:45 2010 -0400
45542
45543     Cosmetic
45544
45545  src/hb-open-type-private.hh        | 8 ++++----
45546  src/hb-ot-layout-common-private.hh | 6 +++---
45547  2 files changed, 7 insertions(+), 7 deletions(-)
45548
45549 commit a87072db5d41e25b2e31191545298bca4838c65c
45550 Author: Behdad Esfahbod <behdad@behdad.org>
45551 Date:   Tue Apr 20 15:52:47 2010 -0400
45552
45553     Fix Class operator return type
45554
45555  src/hb-ot-layout-common-private.hh | 2 +-
45556  1 file changed, 1 insertion(+), 1 deletion(-)
45557
45558 commit f9b37727985191c9b4aedb0e9835736027e59260
45559 Author: Behdad Esfahbod <behdad@behdad.org>
45560 Date:   Tue Apr 20 15:51:53 2010 -0400
45561
45562     Add couple consts to operators
45563
45564  src/hb-open-type-private.hh | 6 +++---
45565  1 file changed, 3 insertions(+), 3 deletions(-)
45566
45567 commit 53d237ec6352d7c6fab3b2805b48154a25506beb
45568 Author: Behdad Esfahbod <behdad@behdad.org>
45569 Date:   Tue Apr 20 15:25:27 2010 -0400
45570
45571     Remove ASSERT_SIZE_DATA
45572
45573  src/hb-open-type-private.hh        | 4 ----
45574  src/hb-ot-layout-common-private.hh | 9 ++++++---
45575  2 files changed, 6 insertions(+), 7 deletions(-)
45576
45577 commit 06558d2a745b8f3af11a8d6dce956ae52187a7e5
45578 Author: Behdad Esfahbod <behdad@behdad.org>
45579 Date:   Mon Apr 19 02:34:10 2010 -0400
45580
45581     Round instead of trunc
45582
45583  src/hb-ot-layout-gpos-private.hh | 20 ++++++++++----------
45584  src/hb-private.h                 |  2 +-
45585  2 files changed, 11 insertions(+), 11 deletions(-)
45586
45587 commit 0e206de98621ed8a55824b42e9e6bf320f4c6cc8
45588 Author: Behdad Esfahbod <behdad@behdad.org>
45589 Date:   Mon Apr 19 02:29:04 2010 -0400
45590
45591     Fix warnings
45592
45593  src/hb-open-type-private.hh          | 2 +-
45594  src/hb-ot-layout-gdef-private.hh     | 2 +-
45595  src/hb-ot-layout-gpos-private.hh     | 4 ++--
45596  src/hb-ot-layout-gsubgpos-private.hh | 6 +++---
45597  4 files changed, 7 insertions(+), 7 deletions(-)
45598
45599 commit d5943407a4251cb947fbfc130c0facb2f6216bd6
45600 Author: Behdad Esfahbod <behdad@behdad.org>
45601 Date:   Mon Apr 19 02:27:56 2010 -0400
45602
45603     Fix debug build
45604
45605  src/hb-open-type-private.hh          | 2 +-
45606  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
45607  2 files changed, 2 insertions(+), 2 deletions(-)
45608
45609 commit 12b27ed91de0192deee4e9feffcaf4aca4c78113
45610 Author: Behdad Esfahbod <behdad@behdad.org>
45611 Date:   Sat Mar 27 17:00:19 2010 -0400
45612
45613     Fix leak when duplicating blob
45614
45615  src/hb-blob.c | 6 ++++--
45616  1 file changed, 4 insertions(+), 2 deletions(-)
45617
45618 commit 4b8487d83e0c10076a6c573cb3487790ce366607
45619 Author: Behdad Esfahbod <behdad@behdad.org>
45620 Date:   Tue Mar 16 03:46:17 2010 -0400
45621
45622     Fix the mystery bug!
45623
45624     A couple bugs joined forces to exhibit the mystery behavior of
45625     crashes / infinite loops on OS X / wrong kerning / invalid memory
45626     access.  Pooh!
45627
45628     The bugs were involved:
45629
45630       - Wrong pointer math with ValueRecord in PairPosFormat1
45631
45632       - Fallout from avoiding flex arrays, code not correctly updated
45633         to remove sizeof() usage.
45634
45635     We strictly never use sizeof() directly now.  And the PairPos code
45636     is cleaned up.  Should fix them all.  Bugs are:
45637
45638       Bug 605655 - Pango 1.26.2 introduces kerning bug
45639       Bug 611229 - Pango reads from uninitialized memory
45640       Bug 593240 - (pangoosx) Crash / infinite loop with Mac OS X
45641
45642     We were also doing wrong math converting Device adjustments to
45643     hb_position_t.  Fallout from FreeType days.  Should shift 16, not
45644     6.  Fixed that too.
45645
45646     There's still another bug: we don't sanitize Device records
45647     referenced from value records.  Fixing that also.
45648
45649  src/hb-open-file-private.hh          |  4 +++-
45650  src/hb-open-type-private.hh          | 11 ++++++-----
45651  src/hb-ot-layout-common-private.hh   | 10 ++++++++--
45652  src/hb-ot-layout-gpos-private.hh     | 37
45653  ++++++++++++++++++++----------------
45654  src/hb-ot-layout-gsubgpos-private.hh | 15 ++++++++-------
45655  5 files changed, 46 insertions(+), 31 deletions(-)
45656
45657 commit 9b39755d104603d1163738f77637cc1923d4055b
45658 Author: Behdad Esfahbod <behdad@behdad.org>
45659 Date:   Thu Apr 15 14:00:25 2010 -0400
45660
45661     Typo
45662
45663  src/hb-open-type-private.hh | 4 ++--
45664  1 file changed, 2 insertions(+), 2 deletions(-)
45665
45666 commit f85ec1c7da36d2c2c9b1c94a988563697dcc79c9
45667 Author: Behdad Esfahbod <behdad@behdad.org>
45668 Date:   Wed Mar 10 04:14:40 2010 -0500
45669
45670     Cosmetic
45671
45672  src/hb-open-type-private.hh | 2 +-
45673  1 file changed, 1 insertion(+), 1 deletion(-)
45674
45675 commit e48ed72230a83499dabbd02af2ac63340220a353
45676 Author: Behdad Esfahbod <behdad@behdad.org>
45677 Date:   Mon Mar 1 22:33:45 2010 -0500
45678
45679     [ft] Check stream->read instead of stream->base
45680
45681     The former is more robust.  See discussion on freetype-devel.
45682
45683  src/hb-ft.c | 5 +++--
45684  1 file changed, 3 insertions(+), 2 deletions(-)
45685
45686 commit 917c227500305aee543981ad24a39f868c5ca0b7
45687 Author: Behdad Esfahbod <behdad@behdad.org>
45688 Date:   Tue Feb 23 16:47:51 2010 -0500
45689
45690     Make blob unlocking 64bit-safe
45691
45692     GNOME Bug 604128 - Applications crash when displaying Hebrew
45693     characters
45694
45695  src/hb-blob.c | 14 +++++++-------
45696  1 file changed, 7 insertions(+), 7 deletions(-)
45697
45698 commit ecd2e996d2137fef30011a41dd57ea45f9a796de
45699 Author: Behdad Esfahbod <behdad@behdad.org>
45700 Date:   Tue Feb 23 02:42:00 2010 -0500
45701
45702     Improve the alignment for NullPool
45703
45704  src/hb-open-type-private.hh | 2 +-
45705  1 file changed, 1 insertion(+), 1 deletion(-)
45706
45707 commit bc7830e4259755ce7549025c6f5bf750e78c2ff1
45708 Author: Behdad Esfahbod <behdad@behdad.org>
45709 Date:   Wed Feb 17 15:14:57 2010 -0500
45710
45711     Use __attribute__((unused)) only with gcc 4 and later
45712
45713     See discussion at:
45714     https://bugzilla.gnome.org/show_bug.cgi?id=610183
45715
45716  src/hb-private.h | 7 +++++--
45717  1 file changed, 5 insertions(+), 2 deletions(-)
45718
45719 commit 555d11273ee4c30e84eda3a78ffadb3ee7da65d0
45720 Author: Behdad Esfahbod <behdad@behdad.org>
45721 Date:   Tue Jan 26 12:58:59 2010 -0500
45722
45723     [GDEF] Fix bug in building synthetic GDEF
45724
45725  src/hb-ot-layout.cc | 5 +++--
45726  src/hb-ot-layout.h  | 1 -
45727  2 files changed, 3 insertions(+), 3 deletions(-)
45728
45729 commit 70834d89c30a56fcd78825fbc28fc9c6bec31124
45730 Author: Behdad Esfahbod <behdad@behdad.org>
45731 Date:   Tue Jan 26 12:17:37 2010 -0500
45732
45733     [TODO] Add kern/GPOS interaction
45734
45735  TODO | 3 +++
45736  1 file changed, 3 insertions(+)
45737
45738 commit cd11a98fa1426e9dbc4b61e702913b23a4794ae2
45739 Author: Behdad Esfahbod <behdad@behdad.org>
45740 Date:   Sun Dec 20 23:05:02 2009 +0100
45741
45742     Fix compile with older FreeType
45743
45744  configure.ac | 7 +++++++
45745  src/hb-ft.c  | 2 ++
45746  2 files changed, 9 insertions(+)
45747
45748 commit 7f7448a354c43650348b4e91b4e40ecf18718d66
45749 Author: Behdad Esfahbod <behdad@behdad.org>
45750 Date:   Sun Dec 20 21:42:14 2009 +0100
45751
45752     Indent
45753
45754  src/hb-ot-layout-gpos-private.hh | 4 ++--
45755  1 file changed, 2 insertions(+), 2 deletions(-)
45756
45757 commit e70f45eb522bcb41388cc218b79bbd6aaecf8050
45758 Author: Behdad Esfahbod <behdad@behdad.org>
45759 Date:   Sun Dec 20 21:26:24 2009 +0100
45760
45761     Revert "Fallback to 'kern' if no GPOS applied"
45762
45763     This reverts commit d740c8f78bcbe80a8bcd8a9468830a406da37cc0.
45764
45765     The change is wrong.  If there is a GPOS table, we should not use
45766     'kern'.
45767
45768  src/hb-ot-shape.c | 4 ++--
45769  1 file changed, 2 insertions(+), 2 deletions(-)
45770
45771 commit d740c8f78bcbe80a8bcd8a9468830a406da37cc0
45772 Author: Behdad Esfahbod <behdad@behdad.org>
45773 Date:   Sun Dec 20 21:23:56 2009 +0100
45774
45775     Fallback to 'kern' if no GPOS applied
45776
45777  src/hb-ot-shape.c | 4 ++--
45778  1 file changed, 2 insertions(+), 2 deletions(-)
45779
45780 commit 2f78c17197892b2bdc2f64caeb1c1c806ef44545
45781 Author: Behdad Esfahbod <behdad@behdad.org>
45782 Date:   Sun Dec 20 21:03:11 2009 +0100
45783
45784     Remove glibism!
45785
45786  src/hb-ot-shape-private.h | 4 ++--
45787  src/hb-ot-shape.c         | 4 ++--
45788  src/hb-shape.c            | 4 ++--
45789  3 files changed, 6 insertions(+), 6 deletions(-)
45790
45791 commit 907e67da13b5ed719362702138703fe2f90e790d
45792 Author: Behdad Esfahbod <behdad@behdad.org>
45793 Date:   Sun Dec 20 20:59:51 2009 +0100
45794
45795     Oops, add file.
45796
45797  src/hb-ot-shape-private.h | 53
45798  +++++++++++++++++++++++++++++++++++++++++++++++
45799  1 file changed, 53 insertions(+)
45800
45801 commit 2014b8d110231b13e524008282ece7451f1ae9e7
45802 Author: Behdad Esfahbod <behdad@behdad.org>
45803 Date:   Sun Dec 20 20:58:26 2009 +0100
45804
45805     Hook OpenType shaping up
45806
45807     Default features only for now.
45808
45809  src/Makefile.am     |   2 +
45810  src/hb-ot-layout.cc |  28 +++++++++
45811  src/hb-ot-layout.h  |   7 +++
45812  src/hb-ot-shape.c   | 165
45813  ++++++++++++++++++++++++++++++++++++++++++++++++++++
45814  src/hb-shape.c      |   8 +--
45815  5 files changed, 206 insertions(+), 4 deletions(-)
45816
45817 commit 196610ba4c7071c2b802d0fc921a63cbc0753114
45818 Author: Behdad Esfahbod <behdad@behdad.org>
45819 Date:   Sun Dec 20 19:01:14 2009 +0100
45820
45821     Pass features down
45822
45823  src/hb-shape.c | 49 +++++++++++++++++++++++++++++++++----------------
45824  1 file changed, 33 insertions(+), 16 deletions(-)
45825
45826 commit 51f141a7f38a73f671b23f58cadf97a72c43b625
45827 Author: Behdad Esfahbod <behdad@behdad.org>
45828 Date:   Sun Dec 20 18:22:28 2009 +0100
45829
45830     Avoid overflow
45831
45832  src/hb-shape.c | 2 ++
45833  1 file changed, 2 insertions(+)
45834
45835 commit 26d7a75752631b2596a5bcb7e645b34cc3d139ab
45836 Author: Behdad Esfahbod <behdad@behdad.org>
45837 Date:   Sun Dec 20 17:58:25 2009 +0100
45838
45839     Refactor hb_shape a bit
45840
45841  src/hb-shape.c | 87
45842  +++++++++++++++++++++++++++++++++++++++++++++++++---------
45843  1 file changed, 74 insertions(+), 13 deletions(-)
45844
45845 commit 001fc2d2aa22f14302739fe4ca45f7535855e0fb
45846 Author: Behdad Esfahbod <behdad@behdad.org>
45847 Date:   Sun Dec 20 17:24:05 2009 +0100
45848
45849     Add TrueType kern support
45850
45851  src/hb-shape.c | 74
45852  +++++++++++++++++++++++++++++++++++++---------------------
45853  1 file changed, 48 insertions(+), 26 deletions(-)
45854
45855 commit 2c1b85cf66e5ecb7521b6018b76f0e161fb68967
45856 Author: Behdad Esfahbod <behdad@behdad.org>
45857 Date:   Sun Dec 20 16:29:17 2009 +0100
45858
45859     Direct unicode->get_mirroring directly
45860
45861  src/hb-shape.c | 4 ++--
45862  1 file changed, 2 insertions(+), 2 deletions(-)
45863
45864 commit 6a2ef5aa5459def232708af30ef8a484906b868b
45865 Author: Behdad Esfahbod <behdad@behdad.org>
45866 Date:   Sun Dec 20 16:28:01 2009 +0100
45867
45868     Do mirroring
45869
45870  src/hb-shape.c | 18 +++++++++++++++++-
45871  1 file changed, 17 insertions(+), 1 deletion(-)
45872
45873 commit 0465e69832393cc1ed36508ec5d597fbab64877a
45874 Author: Behdad Esfahbod <behdad@behdad.org>
45875 Date:   Sun Dec 20 16:25:18 2009 +0100
45876
45877     Protect against NULL funcs
45878
45879  src/hb-buffer.c | 3 +++
45880  src/hb-font.cc  | 3 +++
45881  2 files changed, 6 insertions(+)
45882
45883 commit 5ceefa1d8dbd310570ea8d1c47107fe8d3dc96d9
45884 Author: Behdad Esfahbod <behdad@behdad.org>
45885 Date:   Sun Dec 20 15:29:16 2009 +0100
45886
45887     Add hb_unicode_get_*() functions
45888
45889  src/hb-unicode.c | 37 +++++++++++++++++++++++++++++++++++++
45890  src/hb-unicode.h | 21 +++++++++++++++++++++
45891  2 files changed, 58 insertions(+)
45892
45893 commit b8a53e44ce05911ce98b7cff34dee165e19d87ba
45894 Author: Behdad Esfahbod <behdad@behdad.org>
45895 Date:   Sun Dec 20 14:56:25 2009 +0100
45896
45897     We'll have to link to libstdc++ if linking to ICU, so disable test
45898     for now
45899
45900     We have to get rid of the ICU in main lib.  Still thinking about
45901     best way
45902     to do it.
45903
45904  src/Makefile.am | 9 ++++++---
45905  1 file changed, 6 insertions(+), 3 deletions(-)
45906
45907 commit 314905d7548d5be58354546d660754b807b6efb2
45908 Author: Behdad Esfahbod <behdad@behdad.org>
45909 Date:   Sun Dec 20 14:50:42 2009 +0100
45910
45911     Explicitly track whether the buffer has positions
45912
45913  src/hb-buffer-private.h |  3 ++-
45914  src/hb-buffer.c         | 27 ++++++++++++++-------------
45915  2 files changed, 16 insertions(+), 14 deletions(-)
45916
45917 commit 314b460d8a02ed4b2789ff527cf6c9bc19769114
45918 Author: Behdad Esfahbod <behdad@behdad.org>
45919 Date:   Sun Dec 20 13:58:50 2009 +0100
45920
45921     Add HB_DIRECTION_IS_FORWARD/BACKWARD
45922
45923  src/hb-common.h | 2 ++
45924  src/hb-shape.c  | 3 +--
45925  2 files changed, 3 insertions(+), 2 deletions(-)
45926
45927 commit bdd0ff5290bae4db65c3fdf95c5728031f13ca84
45928 Author: Behdad Esfahbod <behdad@behdad.org>
45929 Date:   Tue Dec 15 04:07:40 2009 -0500
45930
45931     Make main.cc compile without glib
45932
45933  src/main.cc | 18 ++++++++++++++++--
45934  1 file changed, 16 insertions(+), 2 deletions(-)
45935
45936 commit 8a7d16808200f4fa02d6d12a8b8492bdedeb2c24
45937 Author: Behdad Esfahbod <behdad@behdad.org>
45938 Date:   Tue Dec 15 03:53:45 2009 -0500
45939
45940     Distribute autogen.sh
45941
45942  Makefile.am | 3 +++
45943  1 file changed, 3 insertions(+)
45944
45945 commit 807b8aa486753474e05e09f4fcca8ac94021b97c
45946 Author: Behdad Esfahbod <behdad@behdad.org>
45947 Date:   Thu Nov 19 20:28:03 2009 -0500
45948
45949     Another C++ strictness fix
45950
45951     Pango Bug 602408 - Invalid C++ code breaks compile with Sun C++
45952     Compiler
45953     (Error: A union member cannot have a user-defined assignment operator)
45954
45955     According to the bug:
45956
45957     C++ Programming Language by Bjarne Stroustrup: Chapter 10.4.12 forbids
45958     explicitly using of union members with constructors, destructors
45959     or assignment
45960     operations.
45961
45962     So we use a set() method instead of the assignment operator.  Ugly,
45963     but hey,
45964     that's life.
45965
45966  src/hb-open-type-private.hh        | 8 ++++----
45967  src/hb-ot-layout-common-private.hh | 2 +-
45968  2 files changed, 5 insertions(+), 5 deletions(-)
45969
45970 commit 8b9b866d3e495c186f0530fcf4e00ffcdc170d3f
45971 Author: Behdad Esfahbod <behdad@behdad.org>
45972 Date:   Thu Nov 19 20:27:57 2009 -0500
45973
45974     Fix warning
45975
45976  src/hb-ot-layout-gdef-private.hh | 2 +-
45977  1 file changed, 1 insertion(+), 1 deletion(-)
45978
45979 commit c65b26acf28bd1a5b346fd8f6f28bec1f7d17a2a
45980 Author: Behdad Esfahbod <behdad@behdad.org>
45981 Date:   Wed Nov 18 11:27:33 2009 -0500
45982
45983     Use autoconf FLEXIBLE_ARRAY_MEMBER when available
45984
45985  configure.ac                     |  2 ++
45986  src/hb-ot-layout-gpos-private.hh |  4 ++--
45987  src/hb-private.h                 | 13 ++++++++++---
45988  3 files changed, 14 insertions(+), 5 deletions(-)
45989
45990 commit d33f674cb793af40f1612df3660b138383f2de95
45991 Author: Behdad Esfahbod <behdad@behdad.org>
45992 Date:   Wed Nov 18 09:47:44 2009 -0500
45993
45994     Add Mongolian variation selectors
45995
45996  src/hb-shape.c | 5 +++--
45997  1 file changed, 3 insertions(+), 2 deletions(-)
45998
45999 commit d6387757de2c27867d6f57c4ee7c4ef436b3a74f
46000 Author: Behdad Esfahbod <behdad@behdad.org>
46001 Date:   Wed Nov 11 17:15:03 2009 -0500
46002
46003     Fix sanitize
46004
46005  src/hb-ot-layout-common-private.hh | 2 +-
46006  1 file changed, 1 insertion(+), 1 deletion(-)
46007
46008 commit 636f017e387d46d4083c9f9ee57647a94dc5dc6d
46009 Author: Behdad Esfahbod <behdad@behdad.org>
46010 Date:   Tue Nov 10 12:56:35 2009 -0500
46011
46012     Remove obsolete TODO item
46013
46014  src/hb-open-file-private.hh | 2 --
46015  1 file changed, 2 deletions(-)
46016
46017 commit bf2b25dd8591e92f3944c763641b613a70c379a7
46018 Author: Behdad Esfahbod <behdad@behdad.org>
46019 Date:   Fri Nov 6 19:52:47 2009 -0500
46020
46021     Remove done item
46022
46023  src/hb-shape.c | 1 -
46024  1 file changed, 1 deletion(-)
46025
46026 commit 4a8605315901e0ff1e6e09437a92dd5ac39164cc
46027 Author: Behdad Esfahbod <behdad@behdad.org>
46028 Date:   Fri Nov 6 19:52:01 2009 -0500
46029
46030     Reverse buffer at the end if RTL
46031
46032  src/hb-shape.c | 12 ++++++++----
46033  1 file changed, 8 insertions(+), 4 deletions(-)
46034
46035 commit ff44f88df2c46920f3ec2384ef321a4c7bb0f6ef
46036 Author: Behdad Esfahbod <behdad@behdad.org>
46037 Date:   Fri Nov 6 19:48:16 2009 -0500
46038
46039     Handle shaping in non-native direction
46040
46041  src/hb-buffer-private.h  |   1 +
46042  src/hb-buffer.c          |  42 +++++++++++++++++--
46043  src/hb-buffer.h          |  10 ++---
46044  src/hb-common.h          |  11 +++++
46045  src/hb-shape.c           |  38 +++++++++++++++--
46046  src/hb-unicode-private.h |   5 +++
46047  src/hb-unicode.c         | 103
46048  +++++++++++++++++++++++++++++++++++++++++++++++
46049  7 files changed, 196 insertions(+), 14 deletions(-)
46050
46051 commit b4b4272c8d19ba3e0cb8f12b3b7d1590349e3d14
46052 Author: Behdad Esfahbod <behdad@behdad.org>
46053 Date:   Fri Nov 6 17:46:33 2009 -0500
46054
46055     Oops, wrong change
46056
46057  src/hb-ot-layout.h | 2 +-
46058  1 file changed, 1 insertion(+), 1 deletion(-)
46059
46060 commit 52ea47767c7c35650ebddfba6ddc8203a3e33d3a
46061 Author: Behdad Esfahbod <behdad@behdad.org>
46062 Date:   Fri Nov 6 17:45:38 2009 -0500
46063
46064     Change order of font and face for API consistency
46065
46066  src/hb-ot-layout.cc | 14 +++++++-------
46067  src/hb-ot-layout.h  | 14 +++++++-------
46068  2 files changed, 14 insertions(+), 14 deletions(-)
46069
46070 commit f4f1fc970b3e37d9903cbf5e05bbd38be4df3047
46071 Author: Behdad Esfahbod <behdad@behdad.org>
46072 Date:   Fri Nov 6 17:42:38 2009 -0500
46073
46074     Remove debug info that crept in
46075
46076  src/hb-ot-layout.cc | 2 --
46077  1 file changed, 2 deletions(-)
46078
46079 commit aa196d6026b496ec70be3d3588cc8cd2b8ccdb36
46080 Author: Behdad Esfahbod <behdad@behdad.org>
46081 Date:   Fri Nov 6 17:23:31 2009 -0500
46082
46083     [GSUB] More ligature/component fixing
46084
46085     We can only reuse the ligid if it belongs to a previous ligature,
46086     not a
46087     component!
46088
46089  src/hb-ot-layout-gsub-private.hh | 4 ++--
46090  1 file changed, 2 insertions(+), 2 deletions(-)
46091
46092 commit 25e7ef704633447f109b148620336c42d6fb310e
46093 Author: Behdad Esfahbod <behdad@behdad.org>
46094 Date:   Fri Nov 6 17:21:01 2009 -0500
46095
46096     Add _hb_buffer_add_output_glyphs() that takes codepoint_t*
46097
46098  src/hb-buffer-private.h          | 10 ++++++++-
46099  src/hb-buffer.c                  | 45
46100  ++++++++++++++++++++++++++++++++++++++--
46101  src/hb-ot-layout-gsub-private.hh | 16 +++++++-------
46102  3 files changed, 60 insertions(+), 11 deletions(-)
46103
46104 commit 9db8ad75317d589807e7725455f49cafece58d5d
46105 Author: Behdad Esfahbod <behdad@behdad.org>
46106 Date:   Fri Nov 6 16:47:31 2009 -0500
46107
46108     Add hb_ot_layout_position_finish()
46109
46110     We expect buffer to be setup with default positions before GPOS.
46111
46112  src/hb-buffer-private.h          |  6 +----
46113  src/hb-buffer.h                  | 11 +--------
46114  src/hb-ot-layout-gpos-private.hh |  8 +++----
46115  src/hb-ot-layout.cc              | 52
46116  ++++++++++++++++++++++++++++++++++++++++
46117  src/hb-ot-layout.h               | 16 +++++++++----
46118  5 files changed, 69 insertions(+), 24 deletions(-)
46119
46120 commit edb54e9aeca25f4120a69ed3d5562cbb68fdb348
46121 Author: Behdad Esfahbod <behdad@behdad.org>
46122 Date:   Fri Nov 6 15:19:22 2009 -0500
46123
46124     Fix FT_Face finalizer call
46125
46126  src/hb-ft.c | 2 +-
46127  1 file changed, 1 insertion(+), 1 deletion(-)
46128
46129 commit 3d14528b8b2e7da425a9df7057fc9fb326d8298c
46130 Author: Behdad Esfahbod <behdad@behdad.org>
46131 Date:   Fri Nov 6 15:13:17 2009 -0500
46132
46133     Rename hb_buffer_get_len() to hb_buffer_get_length()
46134
46135  src/hb-buffer.c | 2 +-
46136  src/hb-buffer.h | 2 +-
46137  2 files changed, 2 insertions(+), 2 deletions(-)
46138
46139 commit 1ff7775051559a8ca442be3938450c7ed3817806
46140 Author: Behdad Esfahbod <behdad@behdad.org>
46141 Date:   Fri Nov 6 13:52:57 2009 -0500
46142
46143     Minor.
46144
46145  src/hb-shape.c | 6 +++++-
46146  1 file changed, 5 insertions(+), 1 deletion(-)
46147
46148 commit 3648bdf5b221adfe01ad99714de420b49964921e
46149 Author: Behdad Esfahbod <behdad@behdad.org>
46150 Date:   Thu Nov 5 20:17:53 2009 -0500
46151
46152     Fix FT_Face generic finalizer
46153
46154  src/hb-ft.c | 10 ++++++++--
46155  1 file changed, 8 insertions(+), 2 deletions(-)
46156
46157 commit 5a11c875d8c95d480e6f32b57e969ee34ca1940d
46158 Author: Behdad Esfahbod <behdad@behdad.org>
46159 Date:   Thu Nov 5 20:08:17 2009 -0500
46160
46161     Cosmetic
46162
46163  src/hb-blob.c | 10 ++++++----
46164  1 file changed, 6 insertions(+), 4 deletions(-)
46165
46166 commit 44533e773f75b9a1171d884fcbe91a2f3879e2d8
46167 Author: Behdad Esfahbod <behdad@behdad.org>
46168 Date:   Thu Nov 5 19:58:02 2009 -0500
46169
46170     Fix warning
46171
46172  src/hb-object-private.h | 2 +-
46173  1 file changed, 1 insertion(+), 1 deletion(-)
46174
46175 commit bcc0406a525ca3fe597aec5f2a97e5c50965d49c
46176 Author: Behdad Esfahbod <behdad@behdad.org>
46177 Date:   Thu Nov 5 19:54:23 2009 -0500
46178
46179     include errno.h
46180
46181  src/hb-blob.c | 1 +
46182  1 file changed, 1 insertion(+)
46183
46184 commit 799b3c375ad0e1293fd37a0e3a0d422a3166dcd8
46185 Author: Behdad Esfahbod <behdad@behdad.org>
46186 Date:   Thu Nov 5 19:37:58 2009 -0500
46187
46188     Add debugging to object lifecycle
46189
46190  src/hb-object-private.h | 18 ++++++++++++++++++
46191  1 file changed, 18 insertions(+)
46192
46193 commit 25edb940ab050545f47a06648e73c192fa213548
46194 Author: Behdad Esfahbod <behdad@behdad.org>
46195 Date:   Thu Nov 5 19:20:06 2009 -0500
46196
46197     Cosmetic
46198
46199  src/hb-ft.c | 2 +-
46200  1 file changed, 1 insertion(+), 1 deletion(-)
46201
46202 commit 850dc5bb551409bb9bf6113ec2199bb3fb905e43
46203 Author: Behdad Esfahbod <behdad@behdad.org>
46204 Date:   Thu Nov 5 18:26:52 2009 -0500
46205
46206     Return 0 from get_glyph_nil
46207
46208  src/hb-font.cc | 2 +-
46209  1 file changed, 1 insertion(+), 1 deletion(-)
46210
46211 commit 85555a953376ee68a8fcc64485e74d44a353577b
46212 Author: Behdad Esfahbod <behdad@behdad.org>
46213 Date:   Thu Nov 5 18:25:56 2009 -0500
46214
46215     Initialize font->klass
46216
46217  src/hb-font.cc | 2 ++
46218  1 file changed, 2 insertions(+)
46219
46220 commit bcd26bd7b1c96057bf154d7d50a61018d40f0d29
46221 Author: Behdad Esfahbod <behdad@behdad.org>
46222 Date:   Thu Nov 5 18:03:26 2009 -0500
46223
46224     Add TODO item
46225
46226  src/hb-ft.c | 1 +
46227  1 file changed, 1 insertion(+)
46228
46229 commit f4281e0a92a40746fa630fb15b877adaf3ff15b1
46230 Author: Behdad Esfahbod <behdad@behdad.org>
46231 Date:   Thu Nov 5 17:58:41 2009 -0500
46232
46233     Fix ref counting
46234
46235  src/hb-ft.c | 16 ++++++++--------
46236  1 file changed, 8 insertions(+), 8 deletions(-)
46237
46238 commit 6358ff45ae8cfc0b58b4976619319e3dde43add2
46239 Author: Behdad Esfahbod <behdad@behdad.org>
46240 Date:   Thu Nov 5 17:39:16 2009 -0500
46241
46242     Add hb_ft_face_create_cached
46243
46244  src/hb-ft.c | 16 ++++++++++++++++
46245  src/hb-ft.h |  3 +++
46246  2 files changed, 19 insertions(+)
46247
46248 commit 2027f74b286cabe3c60c275170c4f4b437a30f55
46249 Author: Behdad Esfahbod <behdad@behdad.org>
46250 Date:   Thu Nov 5 16:34:47 2009 -0500
46251
46252     Add default positioning to hb-shape
46253
46254  src/hb-shape.c | 28 ++++++++++++++++++++++++----
46255  1 file changed, 24 insertions(+), 4 deletions(-)
46256
46257 commit c3f9f7e59d865f8664862b7ca99d9a3a9221e456
46258 Author: Behdad Esfahbod <behdad@behdad.org>
46259 Date:   Thu Nov 5 16:16:14 2009 -0500
46260
46261     Fix MarkMark issue with ligid and components
46262
46263  src/hb-ot-layout-gpos-private.hh | 11 ++++++-----
46264  src/hb-ot-layout-gsub-private.hh |  6 +-----
46265  2 files changed, 7 insertions(+), 10 deletions(-)
46266
46267 commit d0351314cd29fbdf0efb5c7f89a569648f7a7fc7
46268 Author: Behdad Esfahbod <behdad@behdad.org>
46269 Date:   Thu Nov 5 16:16:06 2009 -0500
46270
46271     Include stdio.h if debugging
46272
46273  src/hb-blob.c                        | 4 ++++
46274  src/hb-open-type-private.hh          | 1 +
46275  src/hb-ot-layout-gsubgpos-private.hh | 1 +
46276  3 files changed, 6 insertions(+)
46277
46278 commit 2e336692913405976392bf505028481a5caa53b4
46279 Author: Behdad Esfahbod <behdad@behdad.org>
46280 Date:   Thu Nov 5 13:55:41 2009 -0500
46281
46282     Add hb_font_get_*
46283
46284  src/hb-font.cc | 35 +++++++++++++++++++++++++++++++++++
46285  src/hb-font.h  | 18 ++++++++++++++++++
46286  src/hb-shape.c |  2 +-
46287  3 files changed, 54 insertions(+), 1 deletion(-)
46288
46289 commit 9bef3611f07b45ba8199a4a339c72f49d266216a
46290 Author: Behdad Esfahbod <behdad@behdad.org>
46291 Date:   Thu Nov 5 12:20:11 2009 -0500
46292
46293     Rename [xy]_pos to [xy]_offset since we don't accumulate positions
46294
46295  src/hb-buffer-private.h          |  4 ++--
46296  src/hb-buffer.h                  |  4 ++--
46297  src/hb-font.h                    |  4 ++--
46298  src/hb-ft.c                      | 10 +++++-----
46299  src/hb-ot-layout-gpos-private.hh | 40
46300  ++++++++++++----------------------------
46301  src/hb-shape.c                   | 14 +++++++-------
46302  src/hb-shape.h                   |  4 ++--
46303  7 files changed, 32 insertions(+), 48 deletions(-)
46304
46305 commit 2daa47e9cdbfb027f76765301b3a78950e92eb09
46306 Author: Behdad Esfahbod <behdad@behdad.org>
46307 Date:   Thu Nov 5 12:08:34 2009 -0500
46308
46309     Cosmetic
46310
46311  src/hb-shape.c | 2 +-
46312  1 file changed, 1 insertion(+), 1 deletion(-)
46313
46314 commit 2f50d873680ce0a43b6ec79df1ac946b91f31e63
46315 Author: Behdad Esfahbod <behdad@behdad.org>
46316 Date:   Wed Nov 4 21:07:03 2009 -0500
46317
46318     Start filling hb_shape() in
46319
46320  src/hb-buffer-private.h |  1 +
46321  src/hb-shape.c          | 40 +++++++++++++++++++++++++++++++++++++++-
46322  2 files changed, 40 insertions(+), 1 deletion(-)
46323
46324 commit ae070b7d39d03bd8bc1244f687b24db505f4af3f
46325 Author: Behdad Esfahbod <behdad@behdad.org>
46326 Date:   Wed Nov 4 20:29:54 2009 -0500
46327
46328     Add script and language to buffer
46329
46330  TODO                    |  1 -
46331  src/hb-buffer-private.h |  6 +++---
46332  src/hb-buffer.c         | 26 ++++++++++++++++++++++++++
46333  src/hb-buffer.h         | 15 ++++++++++++++-
46334  4 files changed, 43 insertions(+), 5 deletions(-)
46335
46336 commit 8a3511ac6c795226699c2b36e03401ecdf88f5f8
46337 Author: Behdad Esfahbod <behdad@behdad.org>
46338 Date:   Wed Nov 4 19:45:39 2009 -0500
46339
46340     Add hb_language_t as well as language/script conversion to OT tags
46341
46342  src/Makefile.am     |   4 +
46343  src/hb-language.c   | 113 +++++++++
46344  src/hb-language.h   |  44 ++++
46345  src/hb-ot-layout.cc |   6 +-
46346  src/hb-ot-layout.h  |   4 +-
46347  src/hb-ot-tag.c     | 662
46348  ++++++++++++++++++++++++++++++++++++++++++++++++++++
46349  src/hb-ot-tag.h     |  49 ++++
46350  src/hb-ot.h         |   1 +
46351  src/hb-private.h    |   3 +
46352  src/hb.h            |   1 +
46353  10 files changed, 882 insertions(+), 5 deletions(-)
46354
46355 commit 4591753ad4b5ec0224e3f1befdfe4fc5f6075562
46356 Author: Behdad Esfahbod <behdad@behdad.org>
46357 Date:   Wed Nov 4 18:15:59 2009 -0500
46358
46359     Define ARRAY_LENGTH
46360
46361  src/hb-private.h | 15 ++++++++-------
46362  1 file changed, 8 insertions(+), 7 deletions(-)
46363
46364 commit 214ac7c1ff51b397d227832526f882e824cb9ea3
46365 Author: Behdad Esfahbod <behdad@behdad.org>
46366 Date:   Wed Nov 4 18:12:32 2009 -0500
46367
46368     Another one
46369
46370  src/hb-unicode.h | 2 +-
46371  1 file changed, 1 insertion(+), 1 deletion(-)
46372
46373 commit 1e91434569a9e9535ef021ca52b60b2e2af75d19
46374 Author: Behdad Esfahbod <behdad@behdad.org>
46375 Date:   Wed Nov 4 18:12:09 2009 -0500
46376
46377     Minor
46378
46379  src/hb-open-type-private.hh | 2 +-
46380  1 file changed, 1 insertion(+), 1 deletion(-)
46381
46382 commit 48de3730cdf91b9f6473509e22260a902ccec992
46383 Author: Behdad Esfahbod <behdad@behdad.org>
46384 Date:   Wed Nov 4 16:59:50 2009 -0500
46385
46386     Fix previous commit, ouch!
46387
46388  src/hb-open-type-private.hh        | 12 ++++++++++++
46389  src/hb-ot-layout-common-private.hh | 12 ++++--------
46390  src/hb-ot-layout-gdef-private.hh   | 12 ++++--------
46391  3 files changed, 20 insertions(+), 16 deletions(-)
46392
46393 commit e21899bc3593aa0d3adf64cee21c5de2ea219783
46394 Author: Behdad Esfahbod <behdad@behdad.org>
46395 Date:   Wed Nov 4 16:36:14 2009 -0500
46396
46397     Fix array query API
46398
46399     The array query APIs now all do:
46400
46401       - Return the total number of items
46402       - Take a start_offset, such that individual items can be fetched
46403       - The _count IN/OUT variable always has number of items written
46404         into the array upon return of the function
46405
46406  TODO                                 |  1 -
46407  src/hb-ot-layout-common-private.hh   | 59 ++++++++++++++-----------
46408  src/hb-ot-layout-gdef-private.hh     | 84
46409  +++++++++++++++++++++---------------
46410  src/hb-ot-layout-gsubgpos-private.hh | 14 +++---
46411  src/hb-ot-layout.cc                  | 40 ++++++++++-------
46412  src/hb-ot-layout.h                   | 24 +++++++----
46413  6 files changed, 131 insertions(+), 91 deletions(-)
46414
46415 commit 3b59306b858d31d97be0ea8c64461de1d0d03572
46416 Author: Behdad Esfahbod <behdad@behdad.org>
46417 Date:   Wed Nov 4 15:48:32 2009 -0500
46418
46419     Finish FT glue.  Rough and untested
46420
46421  src/hb-font.cc |   2 +-
46422  src/hb-font.h  |   2 +-
46423  src/hb-ft.c    | 114
46424  ++++++++++++++++++++++++++++++---------------------------
46425  3 files changed, 63 insertions(+), 55 deletions(-)
46426
46427 commit f8be443aecd54b479470e6559b1dfbc8f33c5f55
46428 Author: Behdad Esfahbod <behdad@behdad.org>
46429 Date:   Tue Nov 3 20:28:27 2009 -0500
46430
46431     Add TODO item
46432
46433  TODO | 1 +
46434  1 file changed, 1 insertion(+)
46435
46436 commit 7951279b4a52b48f13631e7838dbc180c7249ea4
46437 Author: Behdad Esfahbod <behdad@behdad.org>
46438 Date:   Tue Nov 3 20:27:05 2009 -0500
46439
46440     Implement nil font functions
46441
46442  TODO                             |  1 +
46443  src/hb-font-private.h            |  8 ++---
46444  src/hb-font.cc                   | 72
46445  +++++++++++++++++++++++++++++++++++++---
46446  src/hb-font.h                    |  9 +++--
46447  src/hb-ot-layout-gpos-private.hh |  7 ++--
46448  src/hb-ot-layout-gsub-private.hh |  2 +-
46449  src/hb-private.h                 | 18 +++++-----
46450  7 files changed, 91 insertions(+), 26 deletions(-)
46451
46452 commit 8fb3d1aa4e613cdf965a83bd650c668884c58ad8
46453 Author: Behdad Esfahbod <behdad@behdad.org>
46454 Date:   Tue Nov 3 18:34:20 2009 -0500
46455
46456     Start ft glue
46457
46458  TODO                  |   3 -
46459  src/Makefile.am       |  16 ++++-
46460  src/hb-font-private.h |   4 +-
46461  src/hb-font.cc        |  17 ++++-
46462  src/hb-font.h         |   6 +-
46463  src/hb-ft.c           | 192
46464  ++++++++++++++++++++++++++++++++++++++++++++++++++
46465  src/hb-ft.h           |  52 ++++++++++++++
46466  src/hb-glib.h         |   2 -
46467  src/hb-icu.h          |   2 -
46468  src/hb.h              |   4 +-
46469  10 files changed, 281 insertions(+), 17 deletions(-)
46470
46471 commit d94647e2cd187bf4a4c8fb1c0c15c3d23c1293ac
46472 Author: Behdad Esfahbod <behdad@behdad.org>
46473 Date:   Tue Nov 3 16:35:10 2009 -0500
46474
46475     Add ICU glue
46476
46477  configure.ac    |   8 +-
46478  src/Makefile.am |  23 +++++-
46479  src/hb-icu.c    | 221
46480  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
46481  src/hb-icu.h    |  41 +++++++++++
46482  4 files changed, 288 insertions(+), 5 deletions(-)
46483
46484 commit b7dd4b945b4ec384526439b365a25739bf9cd2df
46485 Author: Behdad Esfahbod <behdad@behdad.org>
46486 Date:   Tue Nov 3 15:21:15 2009 -0500
46487
46488     Fix hb_be_uint16()
46489
46490  src/hb-private.h | 2 +-
46491  1 file changed, 1 insertion(+), 1 deletion(-)
46492
46493 commit cd7555eef27cb18857c0c06d2afdaf3a354a3c15
46494 Author: Behdad Esfahbod <behdad@behdad.org>
46495 Date:   Tue Nov 3 15:16:10 2009 -0500
46496
46497     Namespace MSVC defines in public header
46498
46499  src/hb-common.h | 8 ++++----
46500  1 file changed, 4 insertions(+), 4 deletions(-)
46501
46502 commit 5ebabecef382c3e8b0a2a5657b2c01f7ff37d796
46503 Author: Behdad Esfahbod <behdad@behdad.org>
46504 Date:   Tue Nov 3 15:15:07 2009 -0500
46505
46506     Move unicode_funcs to buffer
46507
46508  TODO                    |  1 -
46509  src/hb-buffer-private.h | 12 +++++++++++-
46510  src/hb-buffer.c         | 47
46511  ++++++++++++++++++++++++++++++++++++++---------
46512  src/hb-buffer.h         | 10 ++++++++++
46513  src/hb-font-private.h   |  3 ---
46514  src/hb-font.cc          | 17 -----------------
46515  src/hb-font.h           |  9 ++++-----
46516  7 files changed, 63 insertions(+), 36 deletions(-)
46517
46518 commit d5a8e46099e363d928b54de104126b1b34ba401c
46519 Author: Behdad Esfahbod <behdad@behdad.org>
46520 Date:   Tue Nov 3 15:14:40 2009 -0500
46521
46522     [Makefile] Install hb-unicode.h
46523
46524     Separate OT headers also.
46525
46526  src/Makefile.am | 27 ++++++++++++++++-----------
46527  1 file changed, 16 insertions(+), 11 deletions(-)
46528
46529 commit 63d7a41dd0704a7e89bd2872ad096f470f51866a
46530 Author: Behdad Esfahbod <behdad@behdad.org>
46531 Date:   Tue Nov 3 15:14:08 2009 -0500
46532
46533     [TODO] Add item for fixing buffer error handling
46534
46535  TODO | 1 +
46536  1 file changed, 1 insertion(+)
46537
46538 commit 21d0fce3d5364c91e5582bd530210f03e054d1a4
46539 Author: Behdad Esfahbod <behdad@behdad.org>
46540 Date:   Tue Nov 3 14:28:32 2009 -0500
46541
46542     Add check for not linking to libstdc++
46543
46544  TODO                   |  3 +--
46545  src/Makefile.am        |  4 ++++
46546  src/check-libstdc++.sh | 28 ++++++++++++++++++++++++++++
46547  3 files changed, 33 insertions(+), 2 deletions(-)
46548
46549 commit ca95ce460adf2ca6901595d4a6107fd000d90151
46550 Author: Behdad Esfahbod <behdad@behdad.org>
46551 Date:   Tue Nov 3 14:18:33 2009 -0500
46552
46553     Use the C linker, not C++ linker
46554
46555     Such that we don't link to libstdc++.
46556
46557  src/Makefile.am | 2 ++
46558  1 file changed, 2 insertions(+)
46559
46560 commit eb4ebda2d10637b966f42a4ed5cfaec46082a050
46561 Author: Behdad Esfahbod <behdad@behdad.org>
46562 Date:   Tue Nov 3 14:09:32 2009 -0500
46563
46564     [configure] Fix check for FreeType
46565
46566  configure.ac | 2 +-
46567  1 file changed, 1 insertion(+), 1 deletion(-)
46568
46569 commit cb0e99a5a76136c128faba1c27d7e7eac2f219ee
46570 Author: Behdad Esfahbod <behdad@behdad.org>
46571 Date:   Tue Nov 3 14:09:10 2009 -0500
46572
46573     [TODO] Remove obsolete item
46574
46575  TODO | 2 --
46576  1 file changed, 2 deletions(-)
46577
46578 commit 3a59ec37c5576b711c7c36dcfa2a63f6c00a3f5c
46579 Author: Behdad Esfahbod <behdad@behdad.org>
46580 Date:   Tue Nov 3 11:36:06 2009 -0500
46581
46582     Add bunch of TODO items
46583
46584  TODO | 15 ++++++++++++---
46585  1 file changed, 12 insertions(+), 3 deletions(-)
46586
46587 commit ffbe0a853d5e7defa85d0eef53814c22d1ecb412
46588 Author: Behdad Esfahbod <behdad@behdad.org>
46589 Date:   Tue Nov 3 10:52:45 2009 -0500
46590
46591     More MSVC fixes from Jonathan Kew
46592
46593  src/hb-common.h  | 7 ++++++-
46594  src/hb-private.h | 5 +++++
46595  2 files changed, 11 insertions(+), 1 deletion(-)
46596
46597 commit d3480ba37fbb5d4be75b094060f5b2f1ce98fb53
46598 Author: Behdad Esfahbod <behdad@behdad.org>
46599 Date:   Tue Nov 3 10:47:29 2009 -0500
46600
46601     Don't use zero-sized arrays
46602
46603     It's not part of the standard and MSVC doesn't like it.  It makes
46604     the code
46605     a lot less elegant than it used to be, but I think it should work now.
46606
46607  src/hb-open-file-private.hh          |  4 +-
46608  src/hb-open-type-private.hh          | 36 +++++++++++------
46609  src/hb-ot-layout-common-private.hh   | 33 ++++++++--------
46610  src/hb-ot-layout-gdef-private.hh     | 14 +++----
46611  src/hb-ot-layout-gpos-private.hh     | 76
46612  ++++++++++++++----------------------
46613  src/hb-ot-layout-gsub-private.hh     | 44 ++++++++-------------
46614  src/hb-ot-layout-gsubgpos-private.hh | 47 +++++++++++-----------
46615  src/hb-private.h                     |  5 +++
46616  8 files changed, 122 insertions(+), 137 deletions(-)
46617
46618 commit 6bec81aa3a58b8be255568b2ea63b7854e1b0ea7
46619 Author: Behdad Esfahbod <behdad@behdad.org>
46620 Date:   Mon Nov 2 19:17:36 2009 -0500
46621
46622     Cosmetic
46623
46624  src/hb-ot-layout-common-private.hh | 2 +-
46625  1 file changed, 1 insertion(+), 1 deletion(-)
46626
46627 commit f94cf6b969281cf8a7f701ff26ea4f134ff9746e
46628 Author: Behdad Esfahbod <behdad@behdad.org>
46629 Date:   Mon Nov 2 18:55:19 2009 -0500
46630
46631     Another try at build without glib
46632
46633  configure.ac | 8 ++++++--
46634  1 file changed, 6 insertions(+), 2 deletions(-)
46635
46636 commit 2f3e69f3cb7e571cc62b0840d0b3f2072b29345a
46637 Author: Behdad Esfahbod <behdad@behdad.org>
46638 Date:   Mon Nov 2 18:53:15 2009 -0500
46639
46640     Fix build without glib, again
46641
46642  src/Makefile.am | 4 ++--
46643  1 file changed, 2 insertions(+), 2 deletions(-)
46644
46645 commit d03f81865914b40e941bf680557c0d8f98e30ad5
46646 Author: Behdad Esfahbod <behdad@behdad.org>
46647 Date:   Mon Nov 2 18:52:21 2009 -0500
46648
46649     Disable configure cache
46650
46651  autogen.sh | 1 -
46652  1 file changed, 1 deletion(-)
46653
46654 commit a6451aa626fa5850d7c3b716bd52126995154e27
46655 Author: Behdad Esfahbod <behdad@behdad.org>
46656 Date:   Mon Nov 2 18:35:12 2009 -0500
46657
46658     We don't really use gthread directly
46659
46660  configure.ac | 2 +-
46661  1 file changed, 1 insertion(+), 1 deletion(-)
46662
46663 commit 63a792a811e0ad69d05e8805d4f347bd533db4c3
46664 Author: Behdad Esfahbod <behdad@behdad.org>
46665 Date:   Mon Nov 2 18:33:52 2009 -0500
46666
46667     Update Makefile to build without glib
46668
46669  src/Makefile.am | 12 +++++++++---
46670  src/hb-glib.c   |  2 ++
46671  2 files changed, 11 insertions(+), 3 deletions(-)
46672
46673 commit 68a2c771e2b923461a552bf3673e9e8245e1bfea
46674 Author: Behdad Esfahbod <behdad@behdad.org>
46675 Date:   Mon Nov 2 18:31:53 2009 -0500
46676
46677     Build without glib
46678
46679     Thready-safety disabled in that case, until we add support for
46680     pthread, etc.
46681     Fun...
46682
46683  src/hb-private.h | 19 +++++++++++++++++--
46684  1 file changed, 17 insertions(+), 2 deletions(-)
46685
46686 commit cc4c096a7e08ae96b3030fe27f871ce5b797f370
46687 Author: Behdad Esfahbod <behdad@behdad.org>
46688 Date:   Mon Nov 2 18:13:17 2009 -0500
46689
46690     MSVC has no stdint.h
46691
46692  src/hb-common.h | 13 +++++++++++++
46693  1 file changed, 13 insertions(+)
46694
46695 commit 9a204c7ab57ca0a866c72e1431c54a8883b15605
46696 Author: Behdad Esfahbod <behdad@behdad.org>
46697 Date:   Mon Nov 2 18:11:55 2009 -0500
46698
46699     Remove use of GINT16_FROM_BE
46700
46701  src/hb-private.h | 10 ++--------
46702  1 file changed, 2 insertions(+), 8 deletions(-)
46703
46704 commit 1f0ceeb8cf2fad0a0dfd338ce1472470a81789d4
46705 Author: Behdad Esfahbod <behdad@behdad.org>
46706 Date:   Mon Nov 2 16:28:39 2009 -0500
46707
46708     Install library
46709
46710  autogen.sh      | 2 +-
46711  src/Makefile.am | 5 ++---
46712  2 files changed, 3 insertions(+), 4 deletions(-)
46713
46714 commit 5932f8f7c3b73ade3752020351fa8b6a9a3bf500
46715 Author: Behdad Esfahbod <behdad@behdad.org>
46716 Date:   Mon Nov 2 16:38:41 2009 -0500
46717
46718     Generate ChangeLog
46719
46720  Makefile.am | 39 +++++++++++++++++++++++++++++++++++++++
46721  1 file changed, 39 insertions(+)
46722
46723 commit 29aa40018301a4f138cd5e73463079c7704bf3ac
46724 Author: Behdad Esfahbod <behdad@behdad.org>
46725 Date:   Mon Nov 2 16:28:39 2009 -0500
46726
46727     Add build system
46728
46729  AUTHORS                |   0
46730  src/COPYING => COPYING |   0
46731  Makefile.am            |   3 +
46732  NEWS                   |   0
46733  src/README => README   |   0
46734  src/TODO => TODO       |   0
46735  autogen.sh             | 189
46736  +++++++++++++++++++++++++++++++++++++++++++++++++
46737  configure.ac           |  40 +++++++++++
46738  git.mk                 | 184
46739  +++++++++++++++++++++++++++++++++++++++++++++++
46740  harfbuzz.pc.in         |  11 +++
46741  src/.gitignore         |   1 -
46742  src/Makefile.ng        |  11 ---
46743  12 files changed, 427 insertions(+), 12 deletions(-)
46744
46745 commit c09ed9801ead002d6f8e507ce664b83707b202e9
46746 Author: Behdad Esfahbod <behdad@behdad.org>
46747 Date:   Thu Oct 29 03:08:42 2009 -0400
46748
46749     [HB] Add glyph_metrics typedef
46750
46751  src/hb-font.h | 9 +++++++++
46752  1 file changed, 9 insertions(+)
46753
46754 commit 91b1e03e0312be2a7a165308239b40449e3ab360
46755 Author: Behdad Esfahbod <behdad@behdad.org>
46756 Date:   Thu Oct 29 03:05:18 2009 -0400
46757
46758     [HB] Add point_index to get_contour_point()
46759
46760     Pointed out by Keith Stribley on HarfBuzz list.
46761
46762  src/hb-font.h | 1 +
46763  1 file changed, 1 insertion(+)
46764
46765 commit aa87d951739f6beacb66daa235cd033fdcfcadd7
46766 Author: Behdad Esfahbod <behdad@behdad.org>
46767 Date:   Thu Oct 29 03:00:44 2009 -0400
46768
46769     [HB] Fix lookup_flag ignoring
46770
46771     Reported by Keith Stribley on HarfBuzz list.
46772
46773  src/hb-ot-layout-common-private.hh | 1 +
46774  src/hb-ot-layout.cc                | 2 +-
46775  2 files changed, 2 insertions(+), 1 deletion(-)
46776
46777 commit 52e9a71d578c5171bbb0f4bfc1b70841c3270328
46778 Author: Behdad Esfahbod <behdad@behdad.org>
46779 Date:   Mon Sep 21 13:58:56 2009 -0400
46780
46781     [HB] Add comment
46782
46783  src/hb-ot-layout-gsubgpos-private.hh | 5 +++++
46784  1 file changed, 5 insertions(+)
46785
46786 commit f9c0a2dad09cd168fb28cdee09b4303f307ea56d
46787 Author: Behdad Esfahbod <behdad@behdad.org>
46788 Date:   Mon Sep 21 13:43:54 2009 -0400
46789
46790     [HB] Fix apply_lookup() loop
46791
46792     Part of Bug 595539 - Regressions in rendering certain Thai sequences
46793     with
46794     OpenType font
46795
46796  src/hb-ot-layout-gsubgpos-private.hh | 3 ++-
46797  1 file changed, 2 insertions(+), 1 deletion(-)
46798
46799 commit c0ab43c05833e8fc06d770a89370bec58a627e74
46800 Author: Behdad Esfahbod <behdad@behdad.org>
46801 Date:   Mon Sep 21 13:40:38 2009 -0400
46802
46803     [HB] Fix bug in chain_context_lookup() invocations
46804
46805     Part of Bug 595539 - Regressions in rendering certain Thai sequences
46806     with
46807     OpenType font
46808
46809  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
46810  1 file changed, 2 insertions(+), 2 deletions(-)
46811
46812 commit e6bd4e93bd5722249ab977dfa98bdc8eb765318c
46813 Author: Behdad Esfahbod <behdad@behdad.org>
46814 Date:   Sun Aug 30 21:02:28 2009 -0400
46815
46816     [HB] Add TODO item
46817
46818  src/TODO | 1 +
46819  1 file changed, 1 insertion(+)
46820
46821 commit 3e2401f6c53d2b047954d75c37aef5e5e7cdc51a
46822 Author: Behdad Esfahbod <behdad@behdad.org>
46823 Date:   Fri Aug 28 17:17:11 2009 -0400
46824
46825     [HB] Rename DEBUG to TRACE where appropriate
46826
46827  src/hb-open-file-private.hh          |  8 ++--
46828  src/hb-open-type-private.hh          | 50 ++++++++++----------
46829  src/hb-ot-layout-common-private.hh   | 32 ++++++-------
46830  src/hb-ot-layout-gdef-private.hh     | 20 ++++----
46831  src/hb-ot-layout-gpos-private.hh     | 92
46832  ++++++++++++++++++------------------
46833  src/hb-ot-layout-gsub-private.hh     | 72 ++++++++++++++--------------
46834  src/hb-ot-layout-gsubgpos-private.hh | 78 +++++++++++++++---------------
46835  7 files changed, 176 insertions(+), 176 deletions(-)
46836
46837 commit 0535b50f436f3dac85e6df1761957f86c2bd7213
46838 Author: Behdad Esfahbod <behdad@behdad.org>
46839 Date:   Fri Aug 28 17:14:33 2009 -0400
46840
46841     [HB] Add GSUB/GPOS tracing
46842
46843  src/hb-ot-layout-gpos-private.hh     | 29 ++++++++++++++++++---
46844  src/hb-ot-layout-gsub-private.hh     | 28 ++++++++++++++++++---
46845  src/hb-ot-layout-gsubgpos-private.hh | 49
46846  ++++++++++++++++++++++++++++++++++--
46847  3 files changed, 98 insertions(+), 8 deletions(-)
46848
46849 commit 95e202403ffa543c817f45cca21fbc116eb8e807
46850 Author: Behdad Esfahbod <behdad@behdad.org>
46851 Date:   Fri Aug 28 16:31:20 2009 -0400
46852
46853     [HB] Allow enabling different debug facilities individually
46854
46855  src/hb-blob.c               | 28 ++++++++++++++++------------
46856  src/hb-open-type-private.hh | 32 ++++++++++++++++++--------------
46857  2 files changed, 34 insertions(+), 26 deletions(-)
46858
46859 commit 37006bd1bd107ac1a1c1b131579e9c494ba3a20f
46860 Author: Behdad Esfahbod <behdad@behdad.org>
46861 Date:   Fri Aug 28 09:46:14 2009 -0400
46862
46863     Fix stupid array growing bug
46864
46865  src/hb-ot-layout.cc | 5 ++++-
46866  1 file changed, 4 insertions(+), 1 deletion(-)
46867
46868 commit 9897749113f76dc26a83bfae8de62e55d384fcad
46869 Author: Behdad Esfahbod <behdad@behdad.org>
46870 Date:   Thu Aug 27 01:32:17 2009 -0400
46871
46872     [HB] Simplify counting
46873
46874  src/hb-ot-layout.cc | 9 +++++----
46875  1 file changed, 5 insertions(+), 4 deletions(-)
46876
46877 commit 81a5c4df94e7c6066314d5fe75bbaf24483bc022
46878 Author: Behdad Esfahbod <behdad@behdad.org>
46879 Date:   Thu Aug 27 00:21:04 2009 -0400
46880
46881     [HB] Indent
46882
46883  src/hb-blob.c | 4 ++--
46884  1 file changed, 2 insertions(+), 2 deletions(-)
46885
46886 commit c91facd83b5dc3b9aed75617c7c35585ff18889f
46887 Author: Behdad Esfahbod <behdad@behdad.org>
46888 Date:   Wed Aug 26 18:53:43 2009 -0400
46889
46890     [HB] Bug 593231 - < c99 compiler dislikes ValueRecord
46891
46892  src/hb-ot-layout-gpos-private.hh | 4 +++-
46893  1 file changed, 3 insertions(+), 1 deletion(-)
46894
46895 commit f0c7540c4e217a7354072365a7301453d1e25b80
46896 Author: Behdad Esfahbod <behdad@behdad.org>
46897 Date:   Thu Aug 20 14:01:37 2009 -0400
46898
46899     Bug 592484 -  invalid write in HB
46900
46901     Fix off-by-one.
46902
46903  src/hb-ot-layout.cc | 4 ++--
46904  1 file changed, 2 insertions(+), 2 deletions(-)
46905
46906 commit b614b004723ead60849dd37e7ba2faee67cebd93
46907 Author: Behdad Esfahbod <behdad@behdad.org>
46908 Date:   Thu Aug 20 13:07:50 2009 -0400
46909
46910     [HB][glib] Make glib unicode funcs static
46911
46912  src/hb-glib.c | 36 +++++++++++++++++-------------------
46913  1 file changed, 17 insertions(+), 19 deletions(-)
46914
46915 commit 8b5346130425c7c101f6ff2432874ba2fd372edc
46916 Author: Behdad Esfahbod <behdad@behdad.org>
46917 Date:   Wed Aug 19 18:16:50 2009 -0400
46918
46919     [HB] Fix more casts
46920
46921  src/hb-open-type-private.hh | 10 +++++-----
46922  1 file changed, 5 insertions(+), 5 deletions(-)
46923
46924 commit 9d2e02db74deb3b3b92beab96f112cc387c8bd88
46925 Author: Behdad Esfahbod <behdad@behdad.org>
46926 Date:   Wed Aug 19 18:07:36 2009 -0400
46927
46928     [HB] Rename CAIRO_ in macro prefix to HB_
46929
46930     Hiss!
46931
46932  src/hb-private.h | 6 +++---
46933  1 file changed, 3 insertions(+), 3 deletions(-)
46934
46935 commit 388ad037ff399c23c5e24bbcede27e0e35bed07e
46936 Author: Behdad Esfahbod <behdad@behdad.org>
46937 Date:   Wed Aug 19 16:45:41 2009 -0400
46938
46939     [HB] Remove HB_MEMORY_MODE_READONLY_NEVER_DUPLICATE
46940
46941     Unlike the rest of the memory-mode enum, this one didn't only
46942     describe the access mode of the input memory region.  Remove it.
46943
46944     If someone wants to inhibit duplicating, they can lock the blob
46945     and throw away the key.
46946
46947     Based on mailing list discussion with Carl Worth.
46948
46949  src/hb-blob.c | 51 +++++++++++++++++++++++++--------------------------
46950  src/hb-blob.h |  1 -
46951  2 files changed, 25 insertions(+), 27 deletions(-)
46952
46953 commit 977eeb714454630bd045bb11f58ff6397f10b143
46954 Author: Behdad Esfahbod <behdad@behdad.org>
46955 Date:   Wed Aug 19 16:17:24 2009 -0400
46956
46957     [HB] s/writeable/writable/g
46958
46959  src/hb-blob.c               | 38 +++++++++++++++++++-------------------
46960  src/hb-blob.h               | 10 +++++-----
46961  src/hb-open-type-private.hh |  6 +++---
46962  3 files changed, 27 insertions(+), 27 deletions(-)
46963
46964 commit 2f5931e404cb56e31d24b2eb7ff0a849fb077b55
46965 Author: Behdad Esfahbod <behdad@behdad.org>
46966 Date:   Wed Aug 19 16:07:40 2009 -0400
46967
46968     [HB] Hide lig_id and component members of hb_glyph_info_t
46969
46970  src/hb-buffer.h | 5 ++---
46971  1 file changed, 2 insertions(+), 3 deletions(-)
46972
46973 commit 6b600dd6199104cff01b3fa43d2abb52ae4319ea
46974 Author: Behdad Esfahbod <behdad@behdad.org>
46975 Date:   Wed Aug 19 14:45:24 2009 -0400
46976
46977     [HB] Fix typo
46978
46979  src/hb-font.h | 2 +-
46980  1 file changed, 1 insertion(+), 1 deletion(-)
46981
46982 commit 32c65a5ca3bde673bf2aa8fca911dd32914d3122
46983 Author: Behdad Esfahbod <behdad@behdad.org>
46984 Date:   Tue Aug 18 18:37:36 2009 -0400
46985
46986     [HB] Add font funcs prototypes
46987
46988  src/hb-font-private.h |  2 --
46989  src/hb-font.cc        | 14 ++++++--------
46990  src/hb-font.h         | 23 ++++++++++++++++-------
46991  3 files changed, 22 insertions(+), 17 deletions(-)
46992
46993 commit 8f034d5849627ee95a5889fa34c9ba294fff13ca
46994 Author: Behdad Esfahbod <behdad@behdad.org>
46995 Date:   Tue Aug 18 16:41:59 2009 -0400
46996
46997     Fix a few other pedantic warnings
46998
46999  src/hb-ot-layout-common-private.hh | 2 +-
47000  src/hb-ot-layout-gdef-private.hh   | 2 +-
47001  src/hb-ot-layout-gpos-private.hh   | 4 ++--
47002  src/hb-ot-layout-gsub-private.hh   | 2 +-
47003  4 files changed, 5 insertions(+), 5 deletions(-)
47004
47005 commit 864e2560b627f1e73be3b0635e02f00844cb67c3
47006 Author: Behdad Esfahbod <behdad@behdad.org>
47007 Date:   Tue Aug 18 16:38:48 2009 -0400
47008
47009     [HB] Fix pedantic warnings
47010
47011  src/hb-blob.h           |  2 +-
47012  src/hb-buffer-private.h | 18 +++++++++---------
47013  src/hb-buffer.h         |  6 +++---
47014  3 files changed, 13 insertions(+), 13 deletions(-)
47015
47016 commit 3e09722214d9bbcc9014409342072c79d0c4447f
47017 Author: Behdad Esfahbod <behdad@behdad.org>
47018 Date:   Tue Aug 18 16:32:31 2009 -0400
47019
47020     [HB] Fix more wrong method signatures
47021
47022  src/hb-ot-layout-common-private.hh | 2 +-
47023  1 file changed, 1 insertion(+), 1 deletion(-)
47024
47025 commit 822e99fe9ae920df41a0bd3f1125495c2ea96b45
47026 Author: Behdad Esfahbod <behdad@behdad.org>
47027 Date:   Tue Aug 18 16:27:48 2009 -0400
47028
47029     [HB] Fix wrong method signature
47030
47031  src/hb-ot-layout-common-private.hh | 4 ++--
47032  1 file changed, 2 insertions(+), 2 deletions(-)
47033
47034 commit 4ff2a58952f010c6252f06e5f404d6840d257250
47035 Author: Behdad Esfahbod <behdad@behdad.org>
47036 Date:   Tue Aug 18 15:49:23 2009 -0400
47037
47038     Bug 592194 -  Fix missing _SC_PAGE_SIZE macro
47039
47040     Autoconfiscate a simple call to mprotect() even more.
47041
47042  src/hb-blob.c | 94
47043  ++++++++++++++++++++++++++++++++++++++---------------------
47044  1 file changed, 60 insertions(+), 34 deletions(-)
47045
47046 commit 3c69bd46e27069fac0bfdefdecf5492c17eb01df
47047 Author: Behdad Esfahbod <behdad@behdad.org>
47048 Date:   Mon Aug 17 16:48:13 2009 -0400
47049
47050     [HB] Avoid int overflow in GPOS
47051
47052     Bug 592036 - integer overflow bug causes misrendering of Nepali
47053     characters
47054
47055  src/hb-ot-layout-gpos-private.hh | 20 ++++++++++----------
47056  src/hb-private.h                 |  3 +++
47057  2 files changed, 13 insertions(+), 10 deletions(-)
47058
47059 commit b2b18ef43c5bac6a5bb8412da7c9a37f815d4deb
47060 Author: Behdad Esfahbod <behdad@behdad.org>
47061 Date:   Fri Aug 14 19:37:18 2009 -0400
47062
47063     [HB] Simplify loop
47064
47065  src/hb-ot-layout-gpos-private.hh | 31 ++++++++++++++-----------------
47066  1 file changed, 14 insertions(+), 17 deletions(-)
47067
47068 commit b41f210d12d8df48e645823463343f7e14b0ddd0
47069 Author: Behdad Esfahbod <behdad@behdad.org>
47070 Date:   Fri Aug 14 19:33:24 2009 -0400
47071
47072     [HB] Merge mark positionin code between three types of lookups
47073
47074  src/hb-ot-layout-gpos-private.hh | 95
47075  ++++++++++++----------------------------
47076  1 file changed, 29 insertions(+), 66 deletions(-)
47077
47078 commit cd33cb9ed84308da72bd7c64b9355dc2410c63ec
47079 Author: Behdad Esfahbod <behdad@behdad.org>
47080 Date:   Fri Aug 14 18:42:42 2009 -0400
47081
47082     [HB] More minor shuffling
47083
47084  src/hb-open-type-private.hh        | 3 ---
47085  src/hb-ot-layout-common-private.hh | 5 +++++
47086  2 files changed, 5 insertions(+), 3 deletions(-)
47087
47088 commit 80e2aa2e1bfa2c8ecedcfa4cce8cadeb15792ac3
47089 Author: Behdad Esfahbod <behdad@behdad.org>
47090 Date:   Fri Aug 14 18:40:56 2009 -0400
47091
47092     [HB] Move code around
47093
47094  src/hb-open-type-private.hh        | 21 +++++++++++++++++++++
47095  src/hb-ot-layout-common-private.hh | 19 -------------------
47096  2 files changed, 21 insertions(+), 19 deletions(-)
47097
47098 commit 3564ee5216004d45d30b0ded61184cf8dde5dd89
47099 Author: Behdad Esfahbod <behdad@behdad.org>
47100 Date:   Fri Aug 14 18:32:56 2009 -0400
47101
47102     [HB] Correctly sanitize LigatureAttach
47103
47104  src/hb-open-type-private.hh        | 14 ++++++++++----
47105  src/hb-ot-layout-common-private.hh |  4 ++++
47106  src/hb-ot-layout-gdef-private.hh   |  4 ++--
47107  src/hb-ot-layout-gpos-private.hh   |  6 +++---
47108  4 files changed, 19 insertions(+), 9 deletions(-)
47109
47110 commit cb71a2fb76c6ddee050f775eb299ee44230c3ac9
47111 Author: Behdad Esfahbod <behdad@behdad.org>
47112 Date:   Fri Aug 14 18:14:03 2009 -0400
47113
47114     [HB] Simplify MarkBase and MarkLig too
47115
47116  src/hb-ot-layout-gpos-private.hh | 127
47117  +++++++++++++++------------------------
47118  1 file changed, 48 insertions(+), 79 deletions(-)
47119
47120 commit dfa54f4440960c39d37ef02fff4c0d9eb315d4b4
47121 Author: Behdad Esfahbod <behdad@behdad.org>
47122 Date:   Fri Aug 14 17:53:31 2009 -0400
47123
47124     [HB] Simplify MarkMark
47125
47126  src/hb-ot-layout-gpos-private.hh | 29 ++++++++++++++++-------------
47127  1 file changed, 16 insertions(+), 13 deletions(-)
47128
47129 commit 815a73e4202ca17677f12e862b70ca8724cf2f57
47130 Author: Behdad Esfahbod <behdad@behdad.org>
47131 Date:   Fri Aug 14 17:31:16 2009 -0400
47132
47133     [HB] Fix possible int overflows during sanitize
47134
47135  src/TODO                         |  1 -
47136  src/hb-open-type-private.hh      | 22 ++++++++++++++++++++++
47137  src/hb-ot-layout-gpos-private.hh | 15 ++++++++-------
47138  3 files changed, 30 insertions(+), 8 deletions(-)
47139
47140 commit ae728e51e94d18d731b7c8dc524da1a4f427d63b
47141 Author: Behdad Esfahbod <behdad@behdad.org>
47142 Date:   Fri Aug 14 16:41:00 2009 -0400
47143
47144     [HB] Debug output for SANITIZE_MEM()
47145
47146  src/hb-open-type-private.hh | 34 +++++++++++++++++++++++-----------
47147  1 file changed, 23 insertions(+), 11 deletions(-)
47148
47149 commit 41895506cb6a41b1a833866f8822261ea449ea0b
47150 Author: Behdad Esfahbod <behdad@behdad.org>
47151 Date:   Fri Aug 14 16:25:33 2009 -0400
47152
47153     [HB] Use inline function for SANITIZE_MEM()
47154
47155  src/hb-open-type-private.hh | 33 ++++++++++++++++++++-------------
47156  1 file changed, 20 insertions(+), 13 deletions(-)
47157
47158 commit 95528131b5ab9fc9e265ace715832135ebd457a4
47159 Author: Behdad Esfahbod <behdad@behdad.org>
47160 Date:   Fri Aug 14 16:17:32 2009 -0400
47161
47162     [HB] Use SANITIZE_THIS() when applicable
47163
47164  src/hb-open-type-private.hh | 6 +++---
47165  1 file changed, 3 insertions(+), 3 deletions(-)
47166
47167 commit 5769538abfe153c503da4801649493e57a9854c2
47168 Author: Behdad Esfahbod <behdad@behdad.org>
47169 Date:   Fri Aug 14 16:12:22 2009 -0400
47170
47171     [HB] Add note about auditing sanitize code for overflows
47172
47173  src/TODO                         | 1 +
47174  src/hb-ot-layout-gpos-private.hh | 2 +-
47175  2 files changed, 2 insertions(+), 1 deletion(-)
47176
47177 commit 15232e26f4a89dab1b6de35ad9d3d16e75bf93d0
47178 Author: Behdad Esfahbod <behdad@behdad.org>
47179 Date:   Thu Aug 13 17:13:25 2009 -0400
47180
47181     [HB] Add empty hb_shape() API
47182
47183  src/Makefile.am |  2 ++
47184  src/hb-shape.c  | 40 ++++++++++++++++++++++++++++++++++++++++
47185  src/hb-shape.h  | 53
47186  +++++++++++++++++++++++++++++++++++++++++++++++++++++
47187  3 files changed, 95 insertions(+)
47188
47189 commit 2866d2974b6768e93cc7d473d14c5a8abae5f7fd
47190 Author: Behdad Esfahbod <behdad@behdad.org>
47191 Date:   Thu Aug 13 11:47:08 2009 -0400
47192
47193     [HB] Bitfield packing *is* very delicate
47194
47195     Fix the second instance.
47196
47197  src/hb-buffer.h | 2 +-
47198  1 file changed, 1 insertion(+), 1 deletion(-)
47199
47200 commit ec90ee23b29aab187c3fa209970aa97434c84b1b
47201 Author: Behdad Esfahbod <behdad@behdad.org>
47202 Date:   Thu Aug 13 05:25:23 2009 -0400
47203
47204     Bug 591511 – hh-blob.c does not compile using mingw on windows
47205
47206     Check for sys/mman.h, not mprotect().
47207
47208  src/hb-blob.c | 8 ++++----
47209  1 file changed, 4 insertions(+), 4 deletions(-)
47210
47211 commit 12eae6d55d468ff2fbe2bc12bec188d313c671f9
47212 Author: Behdad Esfahbod <behdad@behdad.org>
47213 Date:   Thu Aug 13 05:20:46 2009 -0400
47214
47215     [HB] Fix buffer sizing issue with mingw gcc
47216
47217     Bit field packing is a delicate field.  Issue reported in comment
47218     3 here:
47219     http://bugzilla.gnome.org/show_bug.cgi?id=591511
47220
47221  src/hb-buffer-private.h | 14 +++++++-------
47222  1 file changed, 7 insertions(+), 7 deletions(-)
47223
47224 commit 6936706cd77f96961a1239d0c9dc8ede64d7f06d
47225 Author: Behdad Esfahbod <behdad@behdad.org>
47226 Date:   Wed Aug 12 19:45:50 2009 -0400
47227
47228     Bug 591413 – needs to link with libstdc++
47229
47230     Enforce -fno-exceptions better.
47231
47232  src/Makefile.am | 2 +-
47233  1 file changed, 1 insertion(+), 1 deletion(-)
47234
47235 commit c486ea9c3582710474c1085c21c1dc5e2700adc3
47236 Author: Behdad Esfahbod <behdad@behdad.org>
47237 Date:   Wed Aug 12 19:36:29 2009 -0400
47238
47239     Bug 591511 – hb-blob.c does not compile using mingw on windows
47240
47241     Only call mprotect() when available.  For optimal performance, a win32
47242     way to make memory writeable needs to be added.
47243
47244  src/hb-blob.c | 8 ++++++++
47245  1 file changed, 8 insertions(+)
47246
47247 commit a579584594f1ca4781f1c5b92ad78513c0b37480
47248 Author: Behdad Esfahbod <behdad@behdad.org>
47249 Date:   Wed Aug 12 19:23:16 2009 -0400
47250
47251     [HB] Add comment
47252
47253  src/hb-buffer-private.h | 2 +-
47254  1 file changed, 1 insertion(+), 1 deletion(-)
47255
47256 commit b6e66ee102eb5b64d945e5a73ab63fe8cac5edcb
47257 Author: Behdad Esfahbod <behdad@behdad.org>
47258 Date:   Wed Aug 12 16:50:28 2009 -0400
47259
47260     [HB] Always clear positions if dirty, before returning to user
47261
47262  src/hb-buffer.c | 4 ++--
47263  1 file changed, 2 insertions(+), 2 deletions(-)
47264
47265 commit e4679d9fae43f3219c476c5b9e411d1f5d0d5bae
47266 Author: Behdad Esfahbod <behdad@behdad.org>
47267 Date:   Wed Aug 12 16:47:27 2009 -0400
47268
47269     [HB] Fix _hb_buffer_next() when positioning
47270
47271     We were copying glyphs to output.  This should not happen when in
47272     GPOS.  Back then it was fine, then some optimizations broke then
47273     assumption.
47274
47275  src/hb-buffer-private.h |  1 +
47276  src/hb-buffer.c         | 12 ++++++++++++
47277  2 files changed, 13 insertions(+)
47278
47279 commit 5ccf1ba339d6ffb4469f1c4f20d8d8d00012c857
47280 Author: Behdad Esfahbod <behdad@behdad.org>
47281 Date:   Wed Aug 12 15:55:23 2009 -0400
47282
47283     [HB] Fixed signedness warnings
47284
47285  src/hb-open-type-private.hh | 4 ++--
47286  1 file changed, 2 insertions(+), 2 deletions(-)
47287
47288 commit f71329147bd3087588cfeafd6feff45f29d1ca7a
47289 Author: Behdad Esfahbod <behdad@behdad.org>
47290 Date:   Wed Aug 12 15:48:44 2009 -0400
47291
47292     [HB] Ouch.  Fix compilation.
47293
47294  src/hb-ot-layout-gpos-private.hh | 2 +-
47295  1 file changed, 1 insertion(+), 1 deletion(-)
47296
47297 commit 0532ed160c678b5404b20594fd2ca9a640bf6a0a
47298 Author: Behdad Esfahbod <behdad@behdad.org>
47299 Date:   Wed Aug 12 15:40:04 2009 -0400
47300
47301     [HB] Fix invalid access / overflow on x86-64
47302
47303     Bug 591557 – [HB] crash scrolling the evolution message list
47304     Bug 591576 – crashed with SIGSEGV at pango
47305
47306  src/hb-ot-layout-gpos-private.hh | 21 ++++++++++++---------
47307  src/hb-ot-layout-gsub-private.hh |  2 --
47308  2 files changed, 12 insertions(+), 11 deletions(-)
47309
47310 commit 8d70312c7b899131c3aafa7a43527ef3ced33bfe
47311 Author: Behdad Esfahbod <behdad@behdad.org>
47312 Date:   Mon Aug 10 23:50:51 2009 -0400
47313
47314     [HB] Add hb_font_funcs_make_immutable()
47315
47316  src/hb-font-private.h |  4 ++++
47317  src/hb-font.cc        | 17 +++++++++++++++--
47318  src/hb-font.h         |  3 +++
47319  3 files changed, 22 insertions(+), 2 deletions(-)
47320
47321 commit 3284d05da27c338d94f0da99df66d924cd9d6717
47322 Author: Behdad Esfahbod <behdad@behdad.org>
47323 Date:   Mon Aug 10 23:45:57 2009 -0400
47324
47325     [HB] Add missing initializer
47326
47327  src/hb-font.cc | 4 +++-
47328  1 file changed, 3 insertions(+), 1 deletion(-)
47329
47330 commit 081819ea8b98c0a4b4dffe8d4aca3512f9798719
47331 Author: Behdad Esfahbod <behdad@behdad.org>
47332 Date:   Mon Aug 10 23:40:28 2009 -0400
47333
47334     [OT] Hookup glib unicode funcs
47335
47336  src/hb-buffer.c     | 14 +++++++-------
47337  src/hb-glib.c       |  4 +++-
47338  src/hb-glib.h       |  4 ++--
47339  src/hb-ot-layout.cc | 10 +++++-----
47340  src/hb-private.h    |  2 +-
47341  5 files changed, 18 insertions(+), 16 deletions(-)
47342
47343 commit 49f261df2aa753e8b09e97f7835e6a827f92970a
47344 Author: Behdad Esfahbod <behdad@behdad.org>
47345 Date:   Mon Aug 10 23:35:05 2009 -0400
47346
47347     [HB] Add hb-glib
47348
47349  src/Makefile.am          |  4 +++-
47350  src/hb-glib.c            | 56
47351  ++++++++++++++++++++++++++++++++++++++++++++++++
47352  src/hb-glib.h            | 41 +++++++++++++++++++++++++++++++++++
47353  src/hb-unicode-private.h |  2 +-
47354  src/hb-unicode.c         | 10 ++++-----
47355  src/hb-unicode.h         |  6 +++---
47356  6 files changed, 109 insertions(+), 10 deletions(-)
47357
47358 commit eb27ec0cef0d92740875ab5035b53acc639e5fae
47359 Author: Behdad Esfahbod <behdad@behdad.org>
47360 Date:   Mon Aug 10 23:25:28 2009 -0400
47361
47362     [HB] Add hb_unicode_funcs_make_immutable()
47363
47364  src/hb-unicode-private.h |  2 ++
47365  src/hb-unicode.c         | 22 +++++++++++++++++-----
47366  src/hb-unicode.h         |  2 ++
47367  3 files changed, 21 insertions(+), 5 deletions(-)
47368
47369 commit af9e104028b7cdc1fbba0eb1d86cfa4d5258657f
47370 Author: Behdad Esfahbod <behdad@behdad.org>
47371 Date:   Mon Aug 10 23:21:33 2009 -0400
47372
47373     [HB] Use nil unicode funcs in nil face
47374
47375  src/hb-font.cc           | 7 ++++---
47376  src/hb-unicode-private.h | 3 +++
47377  src/hb-unicode.c         | 2 +-
47378  3 files changed, 8 insertions(+), 4 deletions(-)
47379
47380 commit 48910f8f0034c54b4e11cef3d08aa40e52c06b28
47381 Author: Behdad Esfahbod <behdad@behdad.org>
47382 Date:   Mon Aug 10 23:05:05 2009 -0400
47383
47384     [HB] Initialize unicode funcs to nil getters
47385
47386  src/hb-unicode.c | 29 +++++++++++++++++++----------
47387  1 file changed, 19 insertions(+), 10 deletions(-)
47388
47389 commit 04cc0a29ee1472c318c36efcd19b9c1a6657d9ea
47390 Author: Behdad Esfahbod <behdad@behdad.org>
47391 Date:   Mon Aug 10 22:58:56 2009 -0400
47392
47393     [HB] Flesh out Unicode funcs
47394
47395  src/hb-object-private.h  |  2 +-
47396  src/hb-unicode-private.h | 12 ++++-----
47397  src/hb-unicode.c         | 67
47398  ++++++++++++++++++++++++++++++++++++++++++------
47399  src/hb-unicode.h         |  3 ---
47400  4 files changed, 65 insertions(+), 19 deletions(-)
47401
47402 commit 299f08961ffcea27e8def4f0743d0c86ef8dadf1
47403 Author: Behdad Esfahbod <behdad@behdad.org>
47404 Date:   Mon Aug 10 22:47:57 2009 -0400
47405
47406     [HB] Implement buffer UTF-X input
47407
47408  src/hb-buffer.c | 110
47409  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
47410  src/hb-buffer.h |  12 +++----
47411  2 files changed, 116 insertions(+), 6 deletions(-)
47412
47413 commit 1b7b97f28ac192006ca5b6d1cc9fbc80fa2bdb55
47414 Author: Behdad Esfahbod <behdad@behdad.org>
47415 Date:   Mon Aug 10 21:10:37 2009 -0400
47416
47417     [HB] Add buffer UTF-X API
47418
47419  src/hb-buffer.h | 21 +++++++++++++++++++++
47420  1 file changed, 21 insertions(+)
47421
47422 commit fbaf8ffa098bd2b6fb4f4bc2d04b360a319c4af5
47423 Author: Behdad Esfahbod <behdad@behdad.org>
47424 Date:   Mon Aug 10 20:59:25 2009 -0400
47425
47426     [HB] Add hb_buffer_reverse()
47427
47428  src/hb-buffer.c | 32 +++++++++++++++++++++++++++++---
47429  src/hb-buffer.h |  7 +++++++
47430  2 files changed, 36 insertions(+), 3 deletions(-)
47431
47432 commit cbe5a4e08e6c2ccfdf98e630d48ec9da69374516
47433 Author: Behdad Esfahbod <behdad@behdad.org>
47434 Date:   Mon Aug 10 20:24:49 2009 -0400
47435
47436     [HB] Reuse the positions array as alt string array
47437
47438  src/hb-buffer-private.h |  1 -
47439  src/hb-buffer.c         | 28 +++++++++-------------------
47440  2 files changed, 9 insertions(+), 20 deletions(-)
47441
47442 commit 5c44188455ca1b696aa24b20c3a83877dfae2fb2
47443 Author: Behdad Esfahbod <behdad@behdad.org>
47444 Date:   Mon Aug 10 20:05:16 2009 -0400
47445
47446     [HB] Start adding Unicode funcs
47447
47448  src/Makefile.am          |   3 +
47449  src/hb-font-private.h    |  29 ++-----
47450  src/hb-font.cc           | 163 ++++++++++-------------------------
47451  src/hb-font.h            | 140 ++++++++++--------------------
47452  src/hb-unicode-private.h |  54 ++++++++++++
47453  src/hb-unicode.c         |  89 +++++++++++++++++++
47454  src/hb-unicode.h         | 220
47455  +++++++++++++++++++++++++++++++++++++++++++++++
47456  7 files changed, 463 insertions(+), 235 deletions(-)
47457
47458 commit 20b035dad41247076815a2bbb0346d63058b322f
47459 Author: Behdad Esfahbod <behdad@behdad.org>
47460 Date:   Mon Aug 10 19:00:36 2009 -0400
47461
47462     [HB] Put C++ inline's back
47463
47464     Apparetly in C++, inline means a totally different thing.
47465
47466  src/hb-open-file-private.hh          | 14 +++++++-------
47467  src/hb-open-type-private.hh          | 16 ++++++++--------
47468  src/hb-ot-layout-common-private.hh   | 12 ++++++------
47469  src/hb-ot-layout-gdef-private.hh     |  4 ++--
47470  src/hb-ot-layout-gpos-private.hh     | 12 ++++++------
47471  src/hb-ot-layout-gsub-private.hh     | 12 ++++++------
47472  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++------
47473  7 files changed, 41 insertions(+), 41 deletions(-)
47474
47475 commit a62f776d8e7e3e57d28ee71b34abab0a5b8471eb
47476 Author: Behdad Esfahbod <behdad@behdad.org>
47477 Date:   Mon Aug 10 13:57:02 2009 -0400
47478
47479     [HB] Don't override CXX compiler
47480
47481     Just add couple of options to it (still assuming gcc)
47482
47483  src/Makefile.am | 3 ++-
47484  1 file changed, 2 insertions(+), 1 deletion(-)
47485
47486 commit 6bdab706ecb41c1305e85d041a586e86c54d0ab7
47487 Author: Behdad Esfahbod <behdad@behdad.org>
47488 Date:   Mon Aug 10 09:35:11 2009 -0400
47489
47490     [HB] Indent
47491
47492  src/hb-ot-layout.h | 8 ++++----
47493  1 file changed, 4 insertions(+), 4 deletions(-)
47494
47495 commit 797724904a3ab294f8390d4ff80c299d8213a5c6
47496 Author: Behdad Esfahbod <behdad@behdad.org>
47497 Date:   Sun Aug 9 22:25:17 2009 -0400
47498
47499     [HB] Remove unused code
47500
47501  src/hb-ot-layout-gdef-private.hh | 10 ----------
47502  1 file changed, 10 deletions(-)
47503
47504 commit 284899ccbe79fda7405ab09d3092fc25fd89e810
47505 Author: Behdad Esfahbod <behdad@behdad.org>
47506 Date:   Sun Aug 9 22:10:39 2009 -0400
47507
47508     [HB] Add a NEXT() macro
47509
47510  src/hb-open-type-private.hh          |  2 ++
47511  src/hb-ot-layout-common-private.hh   |  4 ++--
47512  src/hb-ot-layout-gsub-private.hh     |  8 ++++----
47513  src/hb-ot-layout-gsubgpos-private.hh | 24 ++++++++++++------------
47514  4 files changed, 20 insertions(+), 18 deletions(-)
47515
47516 commit 918572fc870dfd7596155ce700247a5bb024fb1a
47517 Author: Behdad Esfahbod <behdad@behdad.org>
47518 Date:   Sun Aug 9 18:31:47 2009 -0400
47519
47520     [HB] Remove done TODO item
47521
47522  src/TODO | 1 -
47523  1 file changed, 1 deletion(-)
47524
47525 commit 67cb8111f209de26b3afa46e9fb7e4d01c9ecad4
47526 Author: Behdad Esfahbod <behdad@behdad.org>
47527 Date:   Sun Aug 9 13:05:08 2009 -0400
47528
47529     [HB] Print mark sets in main.cc
47530
47531  src/main.cc | 2 ++
47532  1 file changed, 2 insertions(+)
47533
47534 commit 17878255fa88e76cd503461fc1ade2ed365cebd2
47535 Author: Behdad Esfahbod <behdad@behdad.org>
47536 Date:   Sat Aug 8 16:57:27 2009 -0400
47537
47538     [HB] Remove hb_ot_layout_table_find_feature()
47539
47540     That function doesn't make much sense as multiple features in the
47541     table may
47542     have the same tag.
47543
47544  src/hb-ot-layout.cc | 16 ----------------
47545  src/hb-ot-layout.h  |  6 ------
47546  2 files changed, 22 deletions(-)
47547
47548 commit 468769b8f5332940278244e744ec2bd5a5dc5ee9
47549 Author: Behdad Esfahbod <behdad@behdad.org>
47550 Date:   Sat Aug 8 16:53:23 2009 -0400
47551
47552     [HB] Rename hb_ot_layout_feature_mask_t to hb_mask_t
47553
47554  src/TODO                         |  1 -
47555  src/hb-buffer-private.h          |  4 ++--
47556  src/hb-buffer.c                  | 12 ++++++------
47557  src/hb-buffer.h                  |  4 ++--
47558  src/hb-common.h                  |  1 +
47559  src/hb-ot-layout-gpos-private.hh | 12 ++++++------
47560  src/hb-ot-layout-gsub-private.hh | 14 +++++++-------
47561  src/hb-ot-layout.cc              | 18 +++++++++---------
47562  src/hb-ot-layout.h               | 34 +++++++++-------------------------
47563  9 files changed, 42 insertions(+), 58 deletions(-)
47564
47565 commit 7f96b39a9d5a81ba77e0c3dea8fe2cdb9957c4c7
47566 Author: Behdad Esfahbod <behdad@behdad.org>
47567 Date:   Sat Aug 8 16:37:22 2009 -0400
47568
47569     [HB] Fix bug introduced recently
47570
47571  src/hb-open-type-private.hh | 4 ++--
47572  1 file changed, 2 insertions(+), 2 deletions(-)
47573
47574 commit bff3c0fde5da04a70d1f7aeeb9fa2a75fe5c07f6
47575 Author: Behdad Esfahbod <behdad@behdad.org>
47576 Date:   Fri Aug 7 19:46:30 2009 -0400
47577
47578     [HB] Remove clumsy macros and improve API
47579
47580  src/TODO                             |   2 -
47581  src/hb-open-file-private.hh          |  41 ++++++++--
47582  src/hb-open-type-private.hh          | 104 +------------------------
47583  src/hb-ot-layout-common-private.hh   | 103 ++++++++++++++++++------
47584  src/hb-ot-layout-gsubgpos-private.hh |  35 +++++++--
47585  src/hb-ot-layout.cc                  | 146
47586  ++++++++++++-----------------------
47587  src/hb-ot-layout.h                   | 101 ++++++++++--------------
47588  7 files changed, 240 insertions(+), 292 deletions(-)
47589
47590 commit d0b657379bbe63602953412d6bc944b2a0f430eb
47591 Author: Behdad Esfahbod <behdad@behdad.org>
47592 Date:   Thu Aug 6 18:34:47 2009 -0400
47593
47594     [HB] Fix various XXX issues
47595
47596  src/hb-open-type-private.hh      | 13 ++++++++++---
47597  src/hb-ot-layout-gdef-private.hh |  5 ++---
47598  2 files changed, 12 insertions(+), 6 deletions(-)
47599
47600 commit 82199868fb036b63799af761762225d45d36f575
47601 Author: Behdad Esfahbod <behdad@behdad.org>
47602 Date:   Thu Aug 6 18:28:45 2009 -0400
47603
47604     [HB] Remove unused var
47605
47606  src/hb-ot-layout-private.h | 2 --
47607  1 file changed, 2 deletions(-)
47608
47609 commit 07e69226cbd4167741fd868a3125487bbabb99dc
47610 Author: Behdad Esfahbod <behdad@behdad.org>
47611 Date:   Thu Aug 6 18:28:00 2009 -0400
47612
47613     [HB] Remove another stale XXX
47614
47615  src/hb-ot-layout.cc | 2 --
47616  1 file changed, 2 deletions(-)
47617
47618 commit e605c367c5627e7ab05af9cb59247a89290e598a
47619 Author: Behdad Esfahbod <behdad@behdad.org>
47620 Date:   Thu Aug 6 18:27:28 2009 -0400
47621
47622     [HB] Rebrand XXX as TODO
47623
47624  src/hb-open-file-private.hh | 4 ++--
47625  1 file changed, 2 insertions(+), 2 deletions(-)
47626
47627 commit c5a13048e21fcfcfd3b74f800e8d521e6245b451
47628 Author: Behdad Esfahbod <behdad@behdad.org>
47629 Date:   Thu Aug 6 18:26:38 2009 -0400
47630
47631     [HB] Remove stale XXX
47632
47633  src/hb-blob.c | 2 --
47634  1 file changed, 2 deletions(-)
47635
47636 commit 9e826ea2832f0444bcef9075b445d481a58a09c2
47637 Author: Behdad Esfahbod <behdad@behdad.org>
47638 Date:   Thu Aug 6 18:24:55 2009 -0400
47639
47640     [HB] Fix unaligned access
47641
47642  src/hb-open-type-private.hh | 20 +++++++++++++++++---
47643  src/hb-private.h            | 22 ++++++++++++++++++++++
47644  2 files changed, 39 insertions(+), 3 deletions(-)
47645
47646 commit 71a8344a5eeaa34e31d53138cf3bbe30b819f83c
47647 Author: Behdad Esfahbod <behdad@behdad.org>
47648 Date:   Thu Aug 6 14:28:18 2009 -0400
47649
47650     [HB] Remove a few 'inline's, though the compiler mostly ignores them
47651
47652  src/hb-open-file-private.hh          |  1 -
47653  src/hb-open-type-private.hh          | 16 ++++++++--------
47654  src/hb-ot-layout-gsubgpos-private.hh |  6 +++---
47655  3 files changed, 11 insertions(+), 12 deletions(-)
47656
47657 commit 7f3d5c8166e5205e9d9bf8b4b2f31d44387a8006
47658 Author: Behdad Esfahbod <behdad@behdad.org>
47659 Date:   Thu Aug 6 13:33:51 2009 -0400
47660
47661     [HB] Fix blob to use a actual mutex
47662
47663  src/hb-blob.c           | 125
47664  +++++++++++++++++++++++++++++++++++-------------
47665  src/hb-object-private.h |   4 +-
47666  src/hb-private.h        |  20 +++++---
47667  3 files changed, 106 insertions(+), 43 deletions(-)
47668
47669 commit a794ebf4be9896393f4badf02905a4007981a588
47670 Author: Behdad Esfahbod <behdad@behdad.org>
47671 Date:   Thu Aug 6 12:32:35 2009 -0400
47672
47673     [HB] Use glib again
47674
47675  src/Makefile.am         |  5 +++--
47676  src/hb-blob.c           |  4 ++--
47677  src/hb-object-private.h | 19 ++++++-------------
47678  src/hb-private.h        | 45
47679  ++++++++++++++++++++++++++-------------------
47680  4 files changed, 37 insertions(+), 36 deletions(-)
47681
47682 commit 9b76a290a94f2603f3cb9498ae976125347cf54b
47683 Author: Behdad Esfahbod <behdad@behdad.org>
47684 Date:   Thu Aug 6 10:27:38 2009 -0400
47685
47686     [HB] Improve debug output
47687
47688  src/hb-open-type-private.hh | 7 ++++---
47689  1 file changed, 4 insertions(+), 3 deletions(-)
47690
47691 commit 9faee63034d3965735bd6362c0beeca1613bd771
47692 Author: Behdad Esfahbod <behdad@behdad.org>
47693 Date:   Thu Aug 6 10:24:49 2009 -0400
47694
47695     [HB] Minor
47696
47697  src/hb-private.h | 2 +-
47698  1 file changed, 1 insertion(+), 1 deletion(-)
47699
47700 commit f72059ee6946d9b4812b794f662ee83c7e25fe53
47701 Author: Behdad Esfahbod <behdad@behdad.org>
47702 Date:   Wed Aug 5 15:35:02 2009 -0400
47703
47704     [HB] Add a few TODO items
47705
47706  src/TODO | 8 +++++---
47707  1 file changed, 5 insertions(+), 3 deletions(-)
47708
47709 commit 0d77ab8a73f57c9fca4c6f9301dae394d79526e3
47710 Author: Behdad Esfahbod <behdad@behdad.org>
47711 Date:   Wed Aug 5 15:27:42 2009 -0400
47712
47713     [HB] Improve debug output
47714
47715  src/hb-open-type-private.hh | 8 ++++++++
47716  1 file changed, 8 insertions(+)
47717
47718 commit 268cac4c9ef8cb592cfb8507273332165b8d3ad3
47719 Author: Behdad Esfahbod <behdad@behdad.org>
47720 Date:   Wed Aug 5 15:21:48 2009 -0400
47721
47722     [HB] Fix blob unlock
47723
47724  src/hb-blob.c | 2 +-
47725  1 file changed, 1 insertion(+), 1 deletion(-)
47726
47727 commit 7acb389569cf99c6bae9db31a8ed7c7007fbb566
47728 Author: Behdad Esfahbod <behdad@behdad.org>
47729 Date:   Wed Aug 5 15:20:34 2009 -0400
47730
47731     [HB] Improve debug output and fix mprotect bug
47732
47733  src/hb-blob.c               | 57
47734  ++++++++++++++++++++++++++++++++++++++-------
47735  src/hb-open-type-private.hh | 30 +++++++++++-------------
47736  src/hb-private.h            |  3 ++-
47737  3 files changed, 65 insertions(+), 25 deletions(-)
47738
47739 commit ec9f8db0d3cad146801b7dc5c59e517de3b6fa34
47740 Author: Behdad Esfahbod <behdad@behdad.org>
47741 Date:   Wed Aug 5 14:52:03 2009 -0400
47742
47743     [HB] Minor
47744
47745  src/hb-private.h | 3 +++
47746  1 file changed, 3 insertions(+)
47747
47748 commit d341881d9a0f835f691b121480046081ad162918
47749 Author: Behdad Esfahbod <behdad@behdad.org>
47750 Date:   Wed Aug 5 14:49:25 2009 -0400
47751
47752     [HB] Fix build of main.cc
47753
47754  src/Makefile.am | 8 ++++----
47755  1 file changed, 4 insertions(+), 4 deletions(-)
47756
47757 commit 8f3be25e7ec88ea451ee8097bf32e5f729f4fef9
47758 Author: Behdad Esfahbod <behdad@behdad.org>
47759 Date:   Tue Aug 4 23:43:40 2009 -0400
47760
47761     [HB] turn debugging off
47762
47763  src/hb-private.h | 2 +-
47764  1 file changed, 1 insertion(+), 1 deletion(-)
47765
47766 commit 62ed5850d9e0e0d0231889470d58e815420c21e5
47767 Author: Behdad Esfahbod <behdad@behdad.org>
47768 Date:   Tue Aug 4 23:30:32 2009 -0400
47769
47770     [HB] Fix another sanitize() bug;  hopefully it's the last one
47771
47772  src/hb-ot-layout-common-private.hh | 2 +-
47773  1 file changed, 1 insertion(+), 1 deletion(-)
47774
47775 commit 90482b68178b687c0f0a3f82cd6a36b2c0bb9384
47776 Author: Behdad Esfahbod <behdad@behdad.org>
47777 Date:   Tue Aug 4 23:24:35 2009 -0400
47778
47779     [HB] Fix a couple other sanitize() bugs
47780
47781  src/hb-ot-layout-gpos-private.hh | 4 ++--
47782  src/hb-ot-layout-gsub-private.hh | 4 ++--
47783  2 files changed, 4 insertions(+), 4 deletions(-)
47784
47785 commit 4f3ad9115a4161fc23fa559c26082440196217ec
47786 Author: Behdad Esfahbod <behdad@behdad.org>
47787 Date:   Tue Aug 4 23:01:23 2009 -0400
47788
47789     [HB] More debugging output
47790
47791  src/hb-open-type-private.hh | 45
47792  ++++++++++++++++++++++++++++++++++++++++-----
47793  1 file changed, 40 insertions(+), 5 deletions(-)
47794
47795 commit 8cd6fa28d1b77100491519b8dedb2e113508bf59
47796 Author: Behdad Esfahbod <behdad@behdad.org>
47797 Date:   Tue Aug 4 22:55:44 2009 -0400
47798
47799     [HB] Fix fatal Sanitizer bug
47800
47801  src/hb-open-type-private.hh | 2 +-
47802  1 file changed, 1 insertion(+), 1 deletion(-)
47803
47804 commit 2870ac5e5d5d87646a4b273a9805fb3fcf280f97
47805 Author: Behdad Esfahbod <behdad@behdad.org>
47806 Date:   Tue Aug 4 22:43:47 2009 -0400
47807
47808     [HB] Add missing sanitize
47809
47810  src/hb-open-file-private.hh | 1 +
47811  1 file changed, 1 insertion(+)
47812
47813 commit b28815c1f6e46d38471cacbc31248ca6fda8c4d1
47814 Author: Behdad Esfahbod <behdad@behdad.org>
47815 Date:   Tue Aug 4 22:35:36 2009 -0400
47816
47817     [HB] Add sanitize debugging facilities
47818
47819  src/hb-open-file-private.hh          |  4 ++++
47820  src/hb-open-type-private.hh          | 43
47821  +++++++++++++++++++++++++++++++-----
47822  src/hb-ot-layout-common-private.hh   | 17 ++++++++++++++
47823  src/hb-ot-layout-gdef-private.hh     | 10 +++++++++
47824  src/hb-ot-layout-gpos-private.hh     | 28 +++++++++++++++++++++++
47825  src/hb-ot-layout-gsub-private.hh     | 18 +++++++++++++++
47826  src/hb-ot-layout-gsubgpos-private.hh | 16 ++++++++++++++
47827  src/hb-private.h                     |  6 ++++-
47828  8 files changed, 136 insertions(+), 6 deletions(-)
47829
47830 commit 7edb430f9182723b7b720708c56088cec1200a70
47831 Author: Behdad Esfahbod <behdad@behdad.org>
47832 Date:   Tue Aug 4 22:06:57 2009 -0400
47833
47834     [HB] Rename open-types to open-type; beauty
47835
47836  src/Makefile.am                                           | 2 +-
47837  src/hb-open-file-private.hh                               | 2 +-
47838  src/{hb-open-types-private.hh => hb-open-type-private.hh} | 0
47839  src/hb-ot-layout-common-private.hh                        | 2 +-
47840  4 files changed, 3 insertions(+), 3 deletions(-)
47841
47842 commit f4b58d3fc2956a9d1b6178588d809c781f7a5c0c
47843 Author: Behdad Esfahbod <behdad@behdad.org>
47844 Date:   Tue Aug 4 21:47:29 2009 -0400
47845
47846     [HB] Save edit even if not writeable
47847
47848  src/hb-open-types-private.hh | 6 ++----
47849  1 file changed, 2 insertions(+), 4 deletions(-)
47850
47851 commit 9bd629ccd064e739789e504c41ad875eed93abba
47852 Author: Behdad Esfahbod <behdad@behdad.org>
47853 Date:   Tue Aug 4 21:42:23 2009 -0400
47854
47855     [HB] Fix warnings
47856
47857  src/hb-open-file-private.hh      | 1 +
47858  src/hb-open-types-private.hh     | 5 +++++
47859  src/hb-ot-layout-gsub-private.hh | 3 +--
47860  3 files changed, 7 insertions(+), 2 deletions(-)
47861
47862 commit 5ff4e13143c227fa57854c987b5a98e610f89361
47863 Author: Behdad Esfahbod <behdad@behdad.org>
47864 Date:   Tue Aug 4 21:35:32 2009 -0400
47865
47866     [HB] Avoid infinite recusion in Extension sanitize()
47867
47868  src/hb-ot-layout-gpos-private.hh | 1 +
47869  src/hb-ot-layout-gsub-private.hh | 1 +
47870  2 files changed, 2 insertions(+)
47871
47872 commit d60bb8ca2ae6edf29b2227b56c57f0d16879370b
47873 Author: Behdad Esfahbod <behdad@behdad.org>
47874 Date:   Tue Aug 4 21:32:57 2009 -0400
47875
47876     [HB] Hook Sanitizer up.  Hell's breaking loose right now
47877
47878  src/hb-font.cc               |  7 ++-----
47879  src/hb-open-types-private.hh |  2 +-
47880  src/hb-ot-layout.cc          | 12 ++++++------
47881  3 files changed, 9 insertions(+), 12 deletions(-)
47882
47883 commit 679f41fe61242aa8d7f45b64bdb66395aa530fe2
47884 Author: Behdad Esfahbod <behdad@behdad.org>
47885 Date:   Tue Aug 4 21:32:06 2009 -0400
47886
47887     [HB] Fix leak
47888
47889  src/hb-ot-layout.cc | 2 ++
47890  1 file changed, 2 insertions(+)
47891
47892 commit 4e8a0602bb0b3cbf7f26cc38790e37cdec7b0b37
47893 Author: Behdad Esfahbod <behdad@behdad.org>
47894 Date:   Tue Aug 4 20:52:47 2009 -0400
47895
47896     [HB] Add Sanitizer
47897
47898  src/hb-open-types-private.hh | 58
47899  ++++++++++++++++++++++++++++++++++++++++----
47900  1 file changed, 53 insertions(+), 5 deletions(-)
47901
47902 commit 2765d333e523a13dbd932fa33f3b39a5cf83f0f7
47903 Author: Behdad Esfahbod <behdad@behdad.org>
47904 Date:   Tue Aug 4 20:50:18 2009 -0400
47905
47906     [HB] Add XXX
47907
47908  src/hb-open-file-private.hh | 3 +++
47909  1 file changed, 3 insertions(+)
47910
47911 commit a328d66e6a8122f7d4d71941449d4d0136203e08
47912 Author: Behdad Esfahbod <behdad@behdad.org>
47913 Date:   Tue Aug 4 20:27:05 2009 -0400
47914
47915     [HB] Minor cleanup
47916
47917  src/hb-ot-layout-gdef-private.hh     | 2 +-
47918  src/hb-ot-layout-gpos-private.hh     | 2 +-
47919  src/hb-ot-layout-gsub-private.hh     | 2 +-
47920  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
47921  4 files changed, 5 insertions(+), 5 deletions(-)
47922
47923 commit 577c1116493d785d3455626612f97dabb383abf0
47924 Author: Behdad Esfahbod <behdad@behdad.org>
47925 Date:   Tue Aug 4 19:31:02 2009 -0400
47926
47927     [HB] Shuffle code around
47928
47929  src/hb-open-types-private.hh | 127
47930  ++++++++++++++++++++++---------------------
47931  1 file changed, 65 insertions(+), 62 deletions(-)
47932
47933 commit b1e187fc6365f5355c652a61494a5e9f6acf51b4
47934 Author: Behdad Esfahbod <behdad@behdad.org>
47935 Date:   Tue Aug 4 15:28:49 2009 -0400
47936
47937     [HB] More sanitize infrastructure
47938
47939  src/hb-open-types-private.hh | 29 ++++++++++++++++++++++++++++-
47940  1 file changed, 28 insertions(+), 1 deletion(-)
47941
47942 commit b508e5ccd528f3f0f49f545bd5f30a525d5abd5a
47943 Author: Behdad Esfahbod <behdad@behdad.org>
47944 Date:   Tue Aug 4 15:07:24 2009 -0400
47945
47946     [HB] open-file sanitize()
47947
47948  src/hb-open-file-private.hh  | 46
47949  ++++++++++++++++++++++++++++++++++++++++----
47950  src/hb-open-types-private.hh | 13 +++++++++++++
47951  2 files changed, 55 insertions(+), 4 deletions(-)
47952
47953 commit 738c54d9caa3affc4b434e56bfb810ff6dc9b0b3
47954 Author: Behdad Esfahbod <behdad@behdad.org>
47955 Date:   Tue Aug 4 14:42:46 2009 -0400
47956
47957     [HB] Tag sanitize()
47958
47959  src/hb-open-types-private.hh       | 8 ++++++++
47960  src/hb-ot-layout-common-private.hh | 6 +-----
47961  2 files changed, 9 insertions(+), 5 deletions(-)
47962
47963 commit e49a84c9e37c08808880e74e94c8160731ababa1
47964 Author: Behdad Esfahbod <behdad@behdad.org>
47965 Date:   Tue Aug 4 14:33:23 2009 -0400
47966
47967     [HB] GDEF sanitize()
47968
47969  src/hb-ot-layout-gdef-private.hh     | 54
47970  ++++++++++++++++++++++++++++++++++++
47971  src/hb-ot-layout-gpos-private.hh     |  2 +-
47972  src/hb-ot-layout-gsub-private.hh     |  2 +-
47973  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
47974  4 files changed, 57 insertions(+), 3 deletions(-)
47975
47976 commit 18939487d04dba86880b0af8e89cf2cc44a431f5
47977 Author: Behdad Esfahbod <behdad@behdad.org>
47978 Date:   Tue Aug 4 14:27:56 2009 -0400
47979
47980     [HB] Fix Extension sanitize()
47981
47982  src/hb-ot-layout-gpos-private.hh     | 3 ++-
47983  src/hb-ot-layout-gsub-private.hh     | 3 ++-
47984  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
47985  3 files changed, 5 insertions(+), 3 deletions(-)
47986
47987 commit f2be750981be58a723831e69b1670275851d4be9
47988 Author: Behdad Esfahbod <behdad@behdad.org>
47989 Date:   Tue Aug 4 14:12:46 2009 -0400
47990
47991     [HB] Remove stale TODO
47992
47993  src/hb-ot-layout.cc | 2 --
47994  1 file changed, 2 deletions(-)
47995
47996 commit ac26e2a838d1266bb5f39c43245eb2a52c5e072d
47997 Author: Behdad Esfahbod <behdad@behdad.org>
47998 Date:   Tue Aug 4 14:10:39 2009 -0400
47999
48000     [HB] Hookup NEUTER()
48001
48002  src/hb-open-types-private.hh | 6 +++---
48003  1 file changed, 3 insertions(+), 3 deletions(-)
48004
48005 commit 15164d9258a74122a4db748d35532bd72c47cec2
48006 Author: Behdad Esfahbod <behdad@behdad.org>
48007 Date:   Tue Aug 4 13:57:41 2009 -0400
48008
48009     [HB] Fix mix warnings
48010
48011  src/Makefile.am                    |  2 +-
48012  src/hb-font.cc                     | 15 +++------------
48013  src/hb-open-types-private.hh       |  2 +-
48014  src/hb-ot-layout-common-private.hh |  6 +++---
48015  src/hb-ot-layout-gdef-private.hh   |  2 +-
48016  src/hb-ot-layout-gpos-private.hh   |  9 ++++-----
48017  src/hb-ot-layout.cc                |  2 +-
48018  src/main.cc                        |  4 +---
48019  8 files changed, 15 insertions(+), 27 deletions(-)
48020
48021 commit 42b778f89e0818fe06910ce04e2203485823da09
48022 Author: Behdad Esfahbod <behdad@behdad.org>
48023 Date:   Tue Aug 4 13:30:49 2009 -0400
48024
48025     [HB] GPOS sanitize()
48026
48027  src/hb-open-types-private.hh     |  22 ++++-
48028  src/hb-ot-layout-gpos-private.hh | 195
48029  ++++++++++++++++++++++++++++++++++++++-
48030  src/hb-ot-layout-gsub-private.hh |   2 -
48031  3 files changed, 213 insertions(+), 6 deletions(-)
48032
48033 commit dc9c4d93cd0f3ac991f32df08c1c17fc389054c0
48034 Author: Behdad Esfahbod <behdad@behdad.org>
48035 Date:   Tue Aug 4 12:26:26 2009 -0400
48036
48037     [HB] Sanitize DeviceTable
48038
48039  src/hb-open-types-private.hh       |  8 ++++----
48040  src/hb-ot-layout-common-private.hh | 17 ++++++++++++++---
48041  src/hb-ot-layout-gsub-private.hh   |  2 +-
48042  3 files changed, 19 insertions(+), 8 deletions(-)
48043
48044 commit ad3a3cd4955661c591b20af1f2c493432f0bebf0
48045 Author: Behdad Esfahbod <behdad@behdad.org>
48046 Date:   Tue Aug 4 12:13:52 2009 -0400
48047
48048     [HB] More casts
48049
48050  src/hb-ot-layout-gsub-private.hh | 2 +-
48051  1 file changed, 1 insertion(+), 1 deletion(-)
48052
48053 commit 95639fccc1ef18eadeb737e8b611d1d1f1315fc2
48054 Author: Behdad Esfahbod <behdad@behdad.org>
48055 Date:   Tue Aug 4 12:05:24 2009 -0400
48056
48057     [HB] Fix couple of bugs
48058
48059  src/hb-open-types-private.hh | 6 +++---
48060  1 file changed, 3 insertions(+), 3 deletions(-)
48061
48062 commit 2b5a59c277f4c5bf7aac9a9005054763e322e02d
48063 Author: Behdad Esfahbod <behdad@behdad.org>
48064 Date:   Tue Aug 4 11:38:50 2009 -0400
48065
48066     [HB] More cast cleanup
48067
48068  src/hb-open-types-private.hh         | 23 ++++++++-----
48069  src/hb-ot-layout-common-private.hh   |  7 ++--
48070  src/hb-ot-layout-gsub-private.hh     | 27 ++++++---------
48071  src/hb-ot-layout-gsubgpos-private.hh | 64
48072  +++++++++++++-----------------------
48073  4 files changed, 50 insertions(+), 71 deletions(-)
48074
48075 commit 196598bbccff08415ff5192314cba044df258cad
48076 Author: Behdad Esfahbod <behdad@behdad.org>
48077 Date:   Tue Aug 4 11:04:32 2009 -0400
48078
48079     [Hb] Use reinterpret casts instead of direct casts to char *
48080
48081  src/hb-open-file-private.hh          |  4 ++--
48082  src/hb-open-types-private.hh         | 19 +++++++++++-----
48083  src/hb-ot-layout-common-private.hh   |  8 +++----
48084  src/hb-ot-layout-gpos-private.hh     | 12 +++++-----
48085  src/hb-ot-layout-gsub-private.hh     | 20 ++++++++--------
48086  src/hb-ot-layout-gsubgpos-private.hh | 44
48087  ++++++++++++++++++------------------
48088  6 files changed, 57 insertions(+), 50 deletions(-)
48089
48090 commit 92b5dd8e71e1bdeaa6e86a53f167683a3f5f4289
48091 Author: Behdad Esfahbod <behdad@behdad.org>
48092 Date:   Tue Aug 4 10:41:32 2009 -0400
48093
48094     [HB] Merge more templates
48095
48096  src/hb-open-types-private.hh | 167
48097  ++++++++++++++-----------------------------
48098  1 file changed, 55 insertions(+), 112 deletions(-)
48099
48100 commit e6ab2c59ba2d37942ac5fcbfe61d38b7e359ac8c
48101 Author: Behdad Esfahbod <behdad@behdad.org>
48102 Date:   Tue Aug 4 10:23:01 2009 -0400
48103
48104     [HB] Simplify indirect sanitize()
48105
48106  src/hb-open-types-private.hh       | 52
48107  ++++++++++++++++++--------------------
48108  src/hb-ot-layout-common-private.hh | 11 +-------
48109  2 files changed, 26 insertions(+), 37 deletions(-)
48110
48111 commit 29d8644a315ebe6976f15db2fe96069376d9b8cd
48112 Author: Behdad Esfahbod <behdad@behdad.org>
48113 Date:   Tue Aug 4 02:27:37 2009 -0400
48114
48115     [HB] Finish GSUB sanitize()
48116
48117  src/hb-ot-layout-gsub-private.hh | 21 ++++++++++++++++++++-
48118  1 file changed, 20 insertions(+), 1 deletion(-)
48119
48120 commit cf086adca1b7b5a361a248808f9a847e513d3630
48121 Author: Behdad Esfahbod <behdad@behdad.org>
48122 Date:   Tue Aug 4 02:14:24 2009 -0400
48123
48124     [HB] Add comment
48125
48126  src/hb-ot-layout-common-private.hh | 6 ++++--
48127  1 file changed, 4 insertions(+), 2 deletions(-)
48128
48129 commit a97ce570ab693190350886e4e80942851c4d5727
48130 Author: Behdad Esfahbod <behdad@behdad.org>
48131 Date:   Tue Aug 4 02:10:48 2009 -0400
48132
48133     [HB] Optimize sanitize()
48134
48135  src/hb-open-types-private.hh | 7 ++++++-
48136  1 file changed, 6 insertions(+), 1 deletion(-)
48137
48138 commit cd3827ee567612c5500206b62840702fc956e0f5
48139 Author: Behdad Esfahbod <behdad@behdad.org>
48140 Date:   Tue Aug 4 02:09:34 2009 -0400
48141
48142     [HB] More sanitize()
48143
48144  src/hb-open-file-private.hh          |  2 +-
48145  src/hb-open-types-private.hh         | 12 ++++---
48146  src/hb-ot-layout-common-private.hh   | 64
48147  +++++++++++++++++++++++++++++++-----
48148  src/hb-ot-layout-gdef-private.hh     |  2 +-
48149  src/hb-ot-layout-gsubgpos-private.hh | 15 +++++++--
48150  5 files changed, 79 insertions(+), 16 deletions(-)
48151
48152 commit 70de50c11ed7037b20eb6814ff60f6e32a9944e4
48153 Author: Behdad Esfahbod <behdad@behdad.org>
48154 Date:   Tue Aug 4 00:58:28 2009 -0400
48155
48156     [HB] Start sanitize()
48157
48158  src/hb-open-types-private.hh         | 105 ++++++++++++++++++++++++++++-
48159  src/hb-ot-layout-common-private.hh   |  48 +++++++++++++-
48160  src/hb-ot-layout-gsub-private.hh     | 125
48161  ++++++++++++++++++++++++++++++++++-
48162  src/hb-ot-layout-gsubgpos-private.hh | 104 +++++++++++++++++++++++++++++
48163  4 files changed, 376 insertions(+), 6 deletions(-)
48164
48165 commit 5fc22e647c8a2bf6d3cb59185e351ac625e7e322
48166 Author: Behdad Esfahbod <behdad@behdad.org>
48167 Date:   Mon Aug 3 22:43:02 2009 -0400
48168
48169     [HB] Remove use of typeof()
48170
48171  src/hb-blob.c           |  4 ++--
48172  src/hb-buffer.c         |  2 +-
48173  src/hb-font.cc          | 14 +++++++-------
48174  src/hb-object-private.h |  4 ++--
48175  4 files changed, 12 insertions(+), 12 deletions(-)
48176
48177 commit 70e0f2a75ec1559f2f70ada837ce4bc4baca49e3
48178 Author: Behdad Esfahbod <behdad@behdad.org>
48179 Date:   Mon Aug 3 22:01:47 2009 -0400
48180
48181     [HB] Make it all work again
48182
48183  src/hb-font.cc             | 23 ++++++++++++---------
48184  src/hb-ot-layout-private.h |  9 +++++---
48185  src/hb-ot-layout.cc        | 51
48186  +++++++++++++++++++++++-----------------------
48187  3 files changed, 44 insertions(+), 39 deletions(-)
48188
48189 commit 23c86aa0009324433e78fcd0c47f2c0ff14b1949
48190 Author: Behdad Esfahbod <behdad@behdad.org>
48191 Date:   Mon Aug 3 21:40:20 2009 -0400
48192
48193     [HB] Use face_t directly instead of ot_layout_t
48194
48195  src/TODO                             |   1 +
48196  src/hb-font-private.h                |   4 +
48197  src/hb-font.cc                       |  74 +++++++++---
48198  src/hb-font.h                        |   3 +
48199  src/hb-object-private.h              |  36 +++---
48200  src/hb-ot-layout-gdef-private.hh     |   2 +
48201  src/hb-ot-layout-gpos-private.hh     |  14 +--
48202  src/hb-ot-layout-gsub-private.hh     |  32 ++---
48203  src/hb-ot-layout-gsubgpos-private.hh |   8 +-
48204  src/hb-ot-layout-private.h           |  40 ++++---
48205  src/hb-ot-layout.cc                  | 220
48206  +++++++++++++++--------------------
48207  11 files changed, 237 insertions(+), 197 deletions(-)
48208
48209 commit fc6c94002dd5478cf9fbdaff12d8374a786c85e1
48210 Author: Behdad Esfahbod <behdad@behdad.org>
48211 Date:   Mon Aug 3 21:27:08 2009 -0400
48212
48213     [HB] Simplify sub-blob support
48214
48215  src/hb-blob.c | 172
48216  ++++++++++++++++++++++------------------------------------
48217  src/hb-blob.h |  14 +++--
48218  2 files changed, 74 insertions(+), 112 deletions(-)
48219
48220 commit a26442437ae9f11674e0d68cd5cbf395ade7695d
48221 Author: Behdad Esfahbod <behdad@behdad.org>
48222 Date:   Mon Aug 3 17:53:29 2009 -0400
48223
48224     [HB] Add sub-blobs
48225
48226  src/hb-blob.c | 162
48227  +++++++++++++++++++++++++++++++++++++++++++++++++---------
48228  src/hb-blob.h |  12 ++++-
48229  2 files changed, 147 insertions(+), 27 deletions(-)
48230
48231 commit b28e21b90c4105a0c2e17009b748777294614664
48232 Author: Behdad Esfahbod <behdad@behdad.org>
48233 Date:   Sun Aug 2 20:06:48 2009 -0400
48234
48235     [HB] Rename hb-font.c to hb-font.cc
48236
48237  src/Makefile.am               | 2 +-
48238  src/{hb-font.c => hb-font.cc} | 0
48239  2 files changed, 1 insertion(+), 1 deletion(-)
48240
48241 commit 5f5b24f99f52bbc922e238b65c06061ba07c8548
48242 Author: Behdad Esfahbod <behdad@behdad.org>
48243 Date:   Sun Aug 2 20:03:12 2009 -0400
48244
48245     [OT] Rename C++ header files from *.h to *.hh
48246
48247  src/Makefile.am                                            | 14
48248  +++++++-------
48249  src/{hb-open-file-private.h => hb-open-file-private.hh}    |  8 ++++----
48250  src/{hb-open-types-private.h => hb-open-types-private.hh}  |  6 +++---
48251  ...out-common-private.h => hb-ot-layout-common-private.hh} |  8 ++++----
48252  ...-layout-gdef-private.h => hb-ot-layout-gdef-private.hh} |  8 ++++----
48253  ...-layout-gpos-private.h => hb-ot-layout-gpos-private.hh} |  8 ++++----
48254  ...-layout-gsub-private.h => hb-ot-layout-gsub-private.hh} |  8 ++++----
48255  ...gsubgpos-private.h => hb-ot-layout-gsubgpos-private.hh} |  8 ++++----
48256  src/hb-ot-layout.cc                                        |  8 ++++----
48257  src/main.cc                                                |  6 +++---
48258  10 files changed, 41 insertions(+), 41 deletions(-)
48259
48260 commit 2098a021a826e76ee27d5db74e32738d7d1c3d30
48261 Author: Behdad Esfahbod <behdad@behdad.org>
48262 Date:   Sun Aug 2 19:57:00 2009 -0400
48263
48264     [HB] Move OT file handling out of ot-layout
48265
48266  src/Makefile.am                                    |   3 +-
48267  src/hb-open-file-private.h                         | 145
48268  +++++++++++++++++++++
48269  ...yout-open-private.h => hb-open-types-private.h} | 117
48270  +----------------
48271  src/hb-ot-layout-common-private.h                  |   4 +-
48272  src/hb-ot-layout.cc                                |   2 +-
48273  src/main.cc                                        |   4 +-
48274  6 files changed, 157 insertions(+), 118 deletions(-)
48275
48276 commit 0ead481a5a8623103565fd7d924666e7342278dd
48277 Author: Behdad Esfahbod <behdad@behdad.org>
48278 Date:   Sun Aug 2 17:41:36 2009 -0400
48279
48280     [HB] Port ot-layout to new public API
48281
48282  src/TODO                            |   1 +
48283  src/hb-common.h                     |   1 +
48284  src/hb-font.c                       |   9 +
48285  src/hb-font.h                       |   3 +
48286  src/hb-ot-layout-gdef-private.h     |  32 ++--
48287  src/hb-ot-layout-gpos-private.h     | 106 ++++++------
48288  src/hb-ot-layout-gsub-private.h     |  50 +++---
48289  src/hb-ot-layout-gsubgpos-private.h |  12 +-
48290  src/hb-ot-layout-private.h          |  36 +++-
48291  src/hb-ot-layout.cc                 | 334
48292  ++++++++++++++++++++----------------
48293  src/hb-ot-layout.h                  | 207 ++++++++++------------
48294  11 files changed, 415 insertions(+), 376 deletions(-)
48295
48296 commit 678bed433371d90536976a2d57195c1e1867f766
48297 Author: Behdad Esfahbod <behdad@behdad.org>
48298 Date:   Sun Aug 2 15:35:31 2009 -0400
48299
48300     [HB] Add top-level header files
48301
48302  src/Makefile.am |  2 ++
48303  src/hb-ot.h     | 34 ++++++++++++++++++++++++++++++++++
48304  src/hb.h        | 35 +++++++++++++++++++++++++++++++++++
48305  3 files changed, 71 insertions(+)
48306
48307 commit 2c80296aa5991ad67483889147f5c84fefe54af2
48308 Author: Behdad Esfahbod <behdad@behdad.org>
48309 Date:   Sun Aug 2 15:20:22 2009 -0400
48310
48311     [HB] Add XXX marks
48312
48313  src/hb-ot-layout-private.h | 2 ++
48314  src/hb-ot-layout.cc        | 7 ++-----
48315  2 files changed, 4 insertions(+), 5 deletions(-)
48316
48317 commit c46f8efd6ddd981b5724b2600ac98a80193385be
48318 Author: Behdad Esfahbod <behdad@behdad.org>
48319 Date:   Sat Aug 1 23:06:27 2009 -0400
48320
48321     [HB] Rename _duplicate to _copy
48322
48323     To be in line with cairo
48324
48325  src/hb-font.c | 4 ++--
48326  src/hb-font.h | 4 ++--
48327  2 files changed, 4 insertions(+), 4 deletions(-)
48328
48329 commit f1ebe44985e2192844cf1747a4e36ed81e715ce6
48330 Author: Behdad Esfahbod <behdad@behdad.org>
48331 Date:   Sat Aug 1 22:55:11 2009 -0400
48332
48333     [HB] Cleanup TODO
48334
48335  src/TODO | 10 +---------
48336  1 file changed, 1 insertion(+), 9 deletions(-)
48337
48338 commit f1322e52d557726baa010be8d35a594748e8fa1a
48339 Author: Behdad Esfahbod <behdad@behdad.org>
48340 Date:   Sat Aug 1 22:53:04 2009 -0400
48341
48342     [HB] Cleanup public buffer structs
48343
48344  src/hb-buffer-private.h         | 46
48345  +++++++++++++++++++++++++++++++-------
48346  src/hb-buffer.c                 | 49
48347  +++++++++++++++++++++--------------------
48348  src/hb-buffer.h                 | 35 ++++++++++++++---------------
48349  src/hb-ot-layout-gpos-private.h |  8 +++----
48350  src/hb-ot-layout-private.h      |  5 +++--
48351  src/hb-ot-layout.cc             | 20 ++++++++---------
48352  6 files changed, 97 insertions(+), 66 deletions(-)
48353
48354 commit 6d5bb18e93d2a53350b342869a3ec8f25f0396c2
48355 Author: Behdad Esfahbod <behdad@behdad.org>
48356 Date:   Sat Aug 1 22:25:04 2009 -0400
48357
48358     [OT] Match struct with HB's
48359
48360  src/hb-buffer.c     |  6 +++---
48361  src/hb-buffer.h     |  2 +-
48362  src/hb-ot-layout.cc | 12 ++++++------
48363  3 files changed, 10 insertions(+), 10 deletions(-)
48364
48365 commit 11fbb5487d9900a019440ef8235f35c9f525decb
48366 Author: Behdad Esfahbod <behdad@behdad.org>
48367 Date:   Sat Aug 1 22:19:06 2009 -0400
48368
48369     [HB] Port buffert to new object API
48370
48371  src/hb-buffer-private.h | 24 +++++++++++++++---
48372  src/hb-buffer.c         | 65
48373  +++++++++++++++++++++++++++++++++++++------------
48374  src/hb-buffer.h         | 53 +++++++++++++++++++++++++---------------
48375  3 files changed, 104 insertions(+), 38 deletions(-)
48376
48377 commit 0cc7bc59ea6e8f38bf1e196c558cca9862ac3302
48378 Author: Behdad Esfahbod <behdad@behdad.org>
48379 Date:   Sat Aug 1 21:38:39 2009 -0400
48380
48381     [HB] Move typedef's around
48382
48383  src/hb-blob.h   |  2 ++
48384  src/hb-common.h |  9 ---------
48385  src/hb-font.h   | 10 ++++++++++
48386  3 files changed, 12 insertions(+), 9 deletions(-)
48387
48388 commit a12dd324a3859496a95602d426aee34ce6c5c8a6
48389 Author: Behdad Esfahbod <behdad@behdad.org>
48390 Date:   Sat Aug 1 21:36:15 2009 -0400
48391
48392     [HB] Add get_reference_count()
48393
48394  src/hb-blob.c           |  6 ++++++
48395  src/hb-blob.h           |  3 +++
48396  src/hb-font.c           | 24 ++++++++++++++++++++++++
48397  src/hb-font.h           | 12 ++++++++++++
48398  src/hb-object-private.h |  7 +++++++
48399  5 files changed, 52 insertions(+)
48400
48401 commit baec684fde2303edb16341bfcf1022cd72acf129
48402 Author: Behdad Esfahbod <behdad@behdad.org>
48403 Date:   Sat Aug 1 21:06:11 2009 -0400
48404
48405     [HB] Remove glib dependency
48406
48407  src/Makefile.am  |  7 ++-----
48408  src/hb-buffer.c  |  2 +-
48409  src/hb-private.h | 30 ++++++++++++++++++------------
48410  src/main.cc      |  1 +
48411  4 files changed, 22 insertions(+), 18 deletions(-)
48412
48413 commit df66028781a7609a515980e64396e6f1044d764a
48414 Author: Behdad Esfahbod <behdad@behdad.org>
48415 Date:   Sat Aug 1 20:46:02 2009 -0400
48416
48417     [HB] Assorted compiler macros
48418
48419  src/hb-ot-layout-open-private.h |  4 +-
48420  src/hb-private.h                | 88
48421  +++++++++++++++++++++++++++++++----------
48422  2 files changed, 70 insertions(+), 22 deletions(-)
48423
48424 commit ba8d94ce3360bfaf2c530d01f2af69237018a531
48425 Author: Behdad Esfahbod <behdad@behdad.org>
48426 Date:   Sat Aug 1 20:29:22 2009 -0400
48427
48428     [HB] Simplify object creation
48429
48430  src/Makefile.am                                    |  2 +-
48431  src/hb-blob.c                                      |  6 +---
48432  src/hb-font-private.h                              |  1 -
48433  src/hb-font.c                                      | 37
48434  +++++++---------------
48435  src/{hb-refcount-private.h => hb-object-private.h} | 14 ++++++--
48436  src/hb-private.h                                   |  2 ++
48437  6 files changed, 27 insertions(+), 35 deletions(-)
48438
48439 commit c62b503770325819f249885dfc9d4683a69c9efd
48440 Author: Behdad Esfahbod <behdad@behdad.org>
48441 Date:   Sat Aug 1 19:54:49 2009 -0400
48442
48443     [HB] Add abstract font and face API
48444
48445     Not used yet.
48446
48447  src/Makefile.am           |   3 +
48448  src/hb-blob.c             |   6 +-
48449  src/hb-font-private.h     | 108 +++++++++++++++
48450  src/hb-font.c             | 331
48451  ++++++++++++++++++++++++++++++++++++++++++++++
48452  src/hb-font.h             | 182 +++++++++++++++++++++++++
48453  src/hb-refcount-private.h |  14 +-
48454  6 files changed, 636 insertions(+), 8 deletions(-)
48455
48456 commit 35a7383c6138fd705560f0d4bb30659cbd1ab64c
48457 Author: Behdad Esfahbod <behdad@behdad.org>
48458 Date:   Sat Aug 1 19:30:31 2009 -0400
48459
48460     [HB] Simplify refcounting functions
48461
48462  src/hb-blob.c             | 32 ++++++++++----------------------
48463  src/hb-common.h           |  2 ++
48464  src/hb-private.h          |  2 ++
48465  src/hb-refcount-private.h | 31 ++++++++++++++++++++++++++++++-
48466  4 files changed, 44 insertions(+), 23 deletions(-)
48467
48468 commit 23af767a4475fecc1fe9fe9108f12c05c89bc8c9
48469 Author: Behdad Esfahbod <behdad@behdad.org>
48470 Date:   Sat Aug 1 19:10:41 2009 -0400
48471
48472     [HB] Fix for dfont's with multiple faces
48473
48474  src/hb-ot-layout-open-private.h | 6 ++++--
48475  1 file changed, 4 insertions(+), 2 deletions(-)
48476
48477 commit e97a95f2ea2770689bbf076d3c3ac404f273271e
48478 Author: Behdad Esfahbod <behdad@behdad.org>
48479 Date:   Sat Aug 1 19:05:44 2009 -0400
48480
48481     [HB] Use calloc instead of malloc where feasible
48482
48483  src/hb-blob.c   | 8 +++++---
48484  src/hb-buffer.c | 4 ++--
48485  2 files changed, 7 insertions(+), 5 deletions(-)
48486
48487 commit 0090dc0f67b553d2f6eaaedc289c0956ade09ef6
48488 Author: Behdad Esfahbod <behdad@behdad.org>
48489 Date:   Thu Jul 30 16:28:45 2009 -0400
48490
48491     [HB] Remove hinting setting and use ppem==0 to mean "no hinting"
48492
48493  src/hb-blob.h                   |  3 ---
48494  src/hb-common.h                 |  9 +++++++++
48495  src/hb-ot-layout-gpos-private.h | 36 ++++++++++++++++++++++++------------
48496  src/hb-ot-layout-private.h      |  2 --
48497  src/hb-ot-layout.cc             |  7 -------
48498  src/hb-ot-layout.h              |  4 ----
48499  6 files changed, 33 insertions(+), 28 deletions(-)
48500
48501 commit f0954d1e08ae288eda9904e17108fc73f48c0b98
48502 Author: Behdad Esfahbod <behdad@behdad.org>
48503 Date:   Thu Jul 30 15:33:57 2009 -0400
48504
48505     [HB] Add a "blob" manager
48506
48507  src/Makefile.am           |   5 +-
48508  src/hb-blob.c             | 181
48509  ++++++++++++++++++++++++++++++++++++++++++++++
48510  src/hb-blob.h             |  74 +++++++++++++++++++
48511  src/hb-private.h          |   2 +
48512  src/hb-refcount-private.h |  54 ++++++++++++++
48513  5 files changed, 315 insertions(+), 1 deletion(-)
48514
48515 commit 02a370697d25b986dbf1d5c38f46a89a4833b495
48516 Author: Behdad Esfahbod <behdad@behdad.org>
48517 Date:   Wed Jul 29 18:41:25 2009 -0400
48518
48519     [HB] Move direction to buffer
48520
48521  src/hb-buffer.c                 |  9 +++++++++
48522  src/hb-buffer.h                 | 14 ++++++++++++++
48523  src/hb-ot-layout-gpos-private.h |  2 +-
48524  src/hb-ot-layout-private.h      |  1 -
48525  src/hb-ot-layout.cc             |  7 -------
48526  src/hb-ot-layout.h              |  5 -----
48527  6 files changed, 24 insertions(+), 14 deletions(-)
48528
48529 commit 7cda6fa24c26887c5543d0657b07aad466452cb3
48530 Author: Behdad Esfahbod <behdad@behdad.org>
48531 Date:   Wed Jul 29 18:37:57 2009 -0400
48532
48533     [HB] Rename internal vars
48534
48535  src/hb-ot-layout-gsubgpos-private.h | 56
48536  ++++++++++++++++++-------------------
48537  1 file changed, 28 insertions(+), 28 deletions(-)
48538
48539 commit b196e6f2743d631ef181f1116370be3055063d36
48540 Author: Behdad Esfahbod <behdad@behdad.org>
48541 Date:   Tue Jul 28 15:50:42 2009 -0400
48542
48543     [HB] Fix buffer enlargement.  Ouch
48544
48545  src/hb-buffer.c | 2 +-
48546  1 file changed, 1 insertion(+), 1 deletion(-)
48547
48548 commit f9cd1014f8f4d0394b5e0e9eefc1e2af13c59cab
48549 Author: Behdad Esfahbod <behdad@behdad.org>
48550 Date:   Tue Jul 28 15:43:34 2009 -0400
48551
48552     Apply patch from Jonathan Kew
48553
48554  src/hb-buffer.c     | 75
48555  ++++++++++++++++++++++++++++-------------------------
48556  src/hb-buffer.h     |  6 ++++-
48557  src/hb-ot-layout.cc | 31 ++++++++++++++++++++++
48558  src/hb-ot-layout.h  | 15 +++++++++++
48559  src/hb-private.h    |  2 +-
48560  5 files changed, 91 insertions(+), 38 deletions(-)
48561
48562 commit 2ebb89d63dd27e800f2b6cbf624924601105f48a
48563 Author: Behdad Esfahbod <behdad@behdad.org>
48564 Date:   Sat Jul 25 19:09:01 2009 -0400
48565
48566     Revert "XX"
48567
48568     This reverts commit c939f6aff405ca7b10b1f1538f46148bff719fcb.
48569
48570  src/Makefile.am                     |   2 -
48571  src/hb-buffer.c                     |   9 ---
48572  src/hb-buffer.h                     |  14 -----
48573  src/hb-common.h                     |   3 -
48574  src/hb-ot-layout-gdef-private.h     |  32 +++++------
48575  src/hb-ot-layout-gpos-private.h     | 108
48576  ++++++++++++++++++------------------
48577  src/hb-ot-layout-gsub-private.h     |  46 +++++++--------
48578  src/hb-ot-layout-gsubgpos-private.h |  68 +++++++++++------------
48579  src/hb-ot-layout-private.h          |  28 ++++------
48580  src/hb-ot-layout.cc                 |  30 ++++++++++
48581  src/hb-ot-layout.h                  |   5 ++
48582  src/hb-private.h                    |  16 ------
48583  12 files changed, 174 insertions(+), 187 deletions(-)
48584
48585 commit 55520d2af172f5f6617b909e80cbd7d898f2bc15
48586 Author: Behdad Esfahbod <behdad@behdad.org>
48587 Date:   Wed Jun 10 23:26:51 2009 -0400
48588
48589     XX
48590
48591  src/Makefile.am                     |   2 +
48592  src/hb-buffer.c                     |   9 +++
48593  src/hb-buffer.h                     |  14 +++++
48594  src/hb-common.h                     |   3 +
48595  src/hb-ot-layout-gdef-private.h     |  32 +++++------
48596  src/hb-ot-layout-gpos-private.h     | 108
48597  ++++++++++++++++++------------------
48598  src/hb-ot-layout-gsub-private.h     |  46 +++++++--------
48599  src/hb-ot-layout-gsubgpos-private.h |  68 +++++++++++------------
48600  src/hb-ot-layout-private.h          |  28 ++++++----
48601  src/hb-ot-layout.cc                 |  30 ----------
48602  src/hb-ot-layout.h                  |   5 --
48603  src/hb-private.h                    |  16 ++++++
48604  12 files changed, 187 insertions(+), 174 deletions(-)
48605
48606 commit f53d434b9151c4ec43c148734b49bb165e522cc9
48607 Author: Behdad Esfahbod <behdad@behdad.org>
48608 Date:   Sat May 30 22:17:32 2009 -0400
48609
48610     [GPOS] Advance buffer cursor in SinglePos lookups.  Ouch!
48611
48612  src/hb-ot-layout-gpos-private.h | 4 ++++
48613  1 file changed, 4 insertions(+)
48614
48615 commit e35bbd570a5d914f86f1ea83941ee4328f268059
48616 Author: Behdad Esfahbod <behdad@behdad.org>
48617 Date:   Sat May 30 12:02:46 2009 -0400
48618
48619     [HB] Improve buffer.  Don't dup out buffer unless out is longer
48620     than in
48621
48622     That is, we work in-place even for ligatures now.
48623
48624  src/hb-buffer.c | 156
48625  ++++++++++++++++++++++++--------------------------------
48626  src/hb-buffer.h |   7 ++-
48627  2 files changed, 71 insertions(+), 92 deletions(-)
48628
48629 commit 6734ed4b6b2ce382917bf644aaf1acfa993f00ad
48630 Author: Behdad Esfahbod <behdad@behdad.org>
48631 Date:   Wed May 27 18:16:55 2009 -0400
48632
48633     [GPOS] Fix property checking
48634
48635  src/hb-ot-layout-gpos-private.h | 6 +++---
48636  1 file changed, 3 insertions(+), 3 deletions(-)
48637
48638 commit cc83ae12484108586fba6586bd9008971338b322
48639 Author: Behdad Esfahbod <behdad@behdad.org>
48640 Date:   Wed May 27 00:17:37 2009 -0400
48641
48642     [GPOS] Add vertical TODO
48643
48644  src/hb-ot-layout-gpos-private.h | 2 ++
48645  1 file changed, 2 insertions(+)
48646
48647 commit b69d38e7eaea544ba6c1876cdc6ddac61a698dd3
48648 Author: Behdad Esfahbod <behdad@behdad.org>
48649 Date:   Tue May 26 22:29:02 2009 -0400
48650
48651     [HB] Remove useless include
48652
48653  src/hb-ot-layout-private.h | 3 ---
48654  1 file changed, 3 deletions(-)
48655
48656 commit 6c8108cb583292a679b05844ab613b7f4587adc6
48657 Author: Behdad Esfahbod <behdad@behdad.org>
48658 Date:   Tue May 26 22:26:08 2009 -0400
48659
48660     [GPOS] Remove unused variables
48661
48662  src/hb-ot-layout-gpos-private.h | 3 +--
48663  1 file changed, 1 insertion(+), 2 deletions(-)
48664
48665 commit 09c292e3b688a67fbae67b645d1e6ffcf8d8eb6e
48666 Author: Behdad Esfahbod <behdad@behdad.org>
48667 Date:   Tue May 26 19:48:16 2009 -0400
48668
48669     [HB] Fix glyph properties
48670
48671  src/hb-ot-layout-common-private.h | 6 +++---
48672  src/hb-ot-layout-open-private.h   | 2 +-
48673  src/hb-ot-layout.cc               | 2 +-
48674  3 files changed, 5 insertions(+), 5 deletions(-)
48675
48676 commit 64e33f008ff9cc807fdfdc4553ad3fe01bb0615f
48677 Author: Behdad Esfahbod <behdad@behdad.org>
48678 Date:   Tue May 26 18:57:56 2009 -0400
48679
48680     [GPOS] Fix PairPos signedness
48681
48682  src/hb-ot-layout-gpos-private.h | 11 ++++-------
48683  1 file changed, 4 insertions(+), 7 deletions(-)
48684
48685 commit 80ea5bd10e72561a7627a5196621a6d7eccd91b7
48686 Author: Behdad Esfahbod <behdad@behdad.org>
48687 Date:   Tue May 26 17:58:37 2009 -0400
48688
48689     [GPOS] Fix mark matching
48690
48691  src/hb-ot-layout-gpos-private.h | 44
48692  +++++++++++++++++++----------------------
48693  1 file changed, 20 insertions(+), 24 deletions(-)
48694
48695 commit 4189b92aaa41e4a1756c561cc6e08b0ed024afda
48696 Author: Behdad Esfahbod <behdad@behdad.org>
48697 Date:   Tue May 26 17:31:56 2009 -0400
48698
48699     [HB] When looking back/forward, skip marks only
48700
48701  src/TODO                            |  1 -
48702  src/hb-ot-layout-gpos-private.h     | 13 ++-----
48703  src/hb-ot-layout-gsub-private.h     | 38 +++++++++-----------
48704  src/hb-ot-layout-gsubgpos-private.h | 14 ++++----
48705  src/hb-ot-layout-private.h          |  6 ++++
48706  src/hb-ot-layout.cc                 | 69
48707  ++++++++++++++++++++++++-------------
48708  6 files changed, 76 insertions(+), 65 deletions(-)
48709
48710 commit 1246e41021ab1d782b4c97e5d81c4917a57e3ed4
48711 Author: Behdad Esfahbod <behdad@behdad.org>
48712 Date:   Tue May 26 15:58:34 2009 -0400
48713
48714     [GDEF] Support MarkFilteringSets
48715
48716  src/hb-ot-layout.cc | 59
48717  +++++++++++++++++++----------------------------------
48718  1 file changed, 21 insertions(+), 38 deletions(-)
48719
48720 commit 5130c35e93528bcf3095fee5baf3847589167a58
48721 Author: Behdad Esfahbod <behdad@behdad.org>
48722 Date:   Tue May 26 15:45:41 2009 -0400
48723
48724     [HB] Simplify MarkAttachmentType handling
48725
48726  src/hb-ot-layout-gpos-private.h |  6 +++---
48727  src/hb-ot-layout-gsub-private.h |  6 ++----
48728  src/hb-ot-layout.cc             | 18 ++++++++----------
48729  3 files changed, 13 insertions(+), 17 deletions(-)
48730
48731 commit e4b92b85a7750bd4271ad607b3c41f0184e89feb
48732 Author: Behdad Esfahbod <behdad@behdad.org>
48733 Date:   Tue May 26 15:38:53 2009 -0400
48734
48735     [HB] Support parsing MarkFilteringSets introduced in OpenType 1.6
48736
48737  src/hb-ot-layout-gdef-private.h | 55
48738  +++++++++++++++++++++++++++++++++++------
48739  src/hb-ot-layout-gpos-private.h |  1 +
48740  src/hb-ot-layout.cc             |  6 ++---
48741  3 files changed, 51 insertions(+), 11 deletions(-)
48742
48743 commit 515ce4ceb2ab0151d8dfc03ff0bfc7d110dd93b5
48744 Author: Behdad Esfahbod <behdad@behdad.org>
48745 Date:   Tue May 26 13:08:00 2009 -0400
48746
48747     [HB] More de-C++'ization
48748
48749  src/hb-ot-layout-gsubgpos-private.h | 24 ++++++++++++------------
48750  1 file changed, 12 insertions(+), 12 deletions(-)
48751
48752 commit d7df42d7ee586219475878d160f85ae5a188bd59
48753 Author: Behdad Esfahbod <behdad@behdad.org>
48754 Date:   Tue May 26 13:04:59 2009 -0400
48755
48756     [HB] Start MarkFilteringSet support
48757
48758  src/hb-ot-layout-common-private.h | 24 +++++++++++++++++++-----
48759  1 file changed, 19 insertions(+), 5 deletions(-)
48760
48761 commit 62964afcecd96038cfaa8bc2bc931f43ee83be7e
48762 Author: Behdad Esfahbod <behdad@behdad.org>
48763 Date:   Tue May 26 12:40:10 2009 -0400
48764
48765     [HB] Implement get_lig_carets()
48766
48767  src/hb-ot-layout-gdef-private.h | 57
48768  ++++++++++++++++++++++++++++++++---------
48769  src/hb-ot-layout.cc             | 17 +++++++++---
48770  src/hb-ot-layout.h              |  8 +++++-
48771  src/main.cc                     |  9 +------
48772  4 files changed, 66 insertions(+), 25 deletions(-)
48773
48774 commit 79420ad9caf2d5fc94c3693e8292edfa27060b2d
48775 Author: Behdad Esfahbod <behdad@behdad.org>
48776 Date:   Tue May 26 12:24:16 2009 -0400
48777
48778     [HB] Add get_attach_points()
48779
48780  src/Makefile.am                 |  2 +-
48781  src/hb-ot-layout-gdef-private.h | 35 +++++++++++++++++++++++++----------
48782  src/hb-ot-layout-gpos-private.h | 28 +++++++---------------------
48783  src/hb-ot-layout-gsub-private.h | 28 +++++++---------------------
48784  src/hb-ot-layout-open-private.h | 12 +++---------
48785  src/hb-ot-layout.cc             |  9 +++++++++
48786  src/hb-ot-layout.h              |  6 ++++++
48787  src/main.cc                     |  8 ++++----
48788  8 files changed, 62 insertions(+), 66 deletions(-)
48789
48790 commit 855720ca47bf5a7a44eb5b84dce9f7da6e7156bd
48791 Author: Behdad Esfahbod <behdad@behdad.org>
48792 Date:   Tue May 26 12:00:28 2009 -0400
48793
48794     [HB] Remove more macros
48795
48796  src/hb-ot-layout-gdef-private.h | 18 +++++++++---------
48797  1 file changed, 9 insertions(+), 9 deletions(-)
48798
48799 commit c968fc2dc87cf85b53f60a40db59d5ee7b992edf
48800 Author: Behdad Esfahbod <behdad@behdad.org>
48801 Date:   Mon May 25 04:04:24 2009 -0400
48802
48803     [HB] More buffer cleanup
48804
48805  src/hb-buffer-private.h             |  39 +++--------
48806  src/hb-buffer.c                     | 136
48807  ++++++++++++++++++------------------
48808  src/hb-buffer.h                     |  22 +++---
48809  src/hb-ot-layout-gpos-private.h     |  29 ++++----
48810  src/hb-ot-layout-gsub-private.h     |  10 +--
48811  src/hb-ot-layout-gsubgpos-private.h |   8 +--
48812  src/hb-ot-layout-private.h          |  13 ++--
48813  src/hb-ot-layout.cc                 |  16 ++---
48814  src/hb-private.h                    |  29 --------
48815  9 files changed, 125 insertions(+), 177 deletions(-)
48816
48817 commit 88a5f5a49b6809d88560791f9cf6b8f78f22a4ad
48818 Author: Behdad Esfahbod <behdad@behdad.org>
48819 Date:   Mon May 25 03:39:11 2009 -0400
48820
48821     [HB] Cleanup buffer
48822
48823  src/hb-buffer-private.h             |  2 +-
48824  src/hb-buffer.c                     | 26 ++++++++------
48825  src/hb-ot-layout-gsub-private.h     | 26 +++++---------
48826  src/hb-ot-layout-gsubgpos-private.h |  2 +-
48827  src/hb-ot-layout.cc                 | 71
48828  -------------------------------------
48829  5 files changed, 25 insertions(+), 102 deletions(-)
48830
48831 commit 347f0b8621d3adfec157e5634ff3defc818ea37f
48832 Author: Behdad Esfahbod <behdad@behdad.org>
48833 Date:   Mon May 25 03:30:31 2009 -0400
48834
48835     [HB] Clean more
48836
48837  src/hb-ot-layout-private.h | 10 ++++------
48838  src/hb-ot-layout.cc        |  8 ++++----
48839  2 files changed, 8 insertions(+), 10 deletions(-)
48840
48841 commit d9d2a07f4a8696666a12f5a206aa9cfb56dc2b35
48842 Author: Behdad Esfahbod <behdad@behdad.org>
48843 Date:   Mon May 25 03:24:19 2009 -0400
48844
48845     [HB] Remove one XXX, add another
48846
48847  src/hb-buffer.h            | 2 ++
48848  src/hb-ot-layout-private.h | 3 +--
48849  2 files changed, 3 insertions(+), 2 deletions(-)
48850
48851 commit 6c78683c042250a7b5a6fc6ebae4717b03fadf9e
48852 Author: Behdad Esfahbod <behdad@behdad.org>
48853 Date:   Mon May 25 03:22:19 2009 -0400
48854
48855     [HB] Update copyright years
48856
48857  src/hb-buffer-private.h    | 2 +-
48858  src/hb-buffer.h            | 2 +-
48859  src/hb-common.h            | 2 +-
48860  src/hb-ot-layout-private.h | 2 +-
48861  src/hb-ot-layout.h         | 2 +-
48862  src/hb-private.h           | 2 +-
48863  6 files changed, 6 insertions(+), 6 deletions(-)
48864
48865 commit 4497af0069a94c69fc1518b1db2c1282721b732a
48866 Author: Behdad Esfahbod <behdad@behdad.org>
48867 Date:   Mon May 25 03:20:18 2009 -0400
48868
48869     [HB] Would have helped if I actually knew C++ before using it...
48870
48871  src/hb-ot-layout-gsubgpos-private.h |  4 ++--
48872  src/hb-ot-layout-open-private.h     | 24 ++++++++++++------------
48873  2 files changed, 14 insertions(+), 14 deletions(-)
48874
48875 commit cc6c644ff2af5f6669b6ec100ff13e904872b21c
48876 Author: Behdad Esfahbod <behdad@behdad.org>
48877 Date:   Mon May 25 03:10:06 2009 -0400
48878
48879     [HB] More cleanup
48880
48881  src/hb-ot-layout-common-private.h | 4 ++--
48882  src/hb-ot-layout-open-private.h   | 9 +++++----
48883  2 files changed, 7 insertions(+), 6 deletions(-)
48884
48885 commit 20cc86b3592db33731de671f008d7d222776be49
48886 Author: Behdad Esfahbod <behdad@behdad.org>
48887 Date:   Mon May 25 02:41:49 2009 -0400
48888
48889     [HB] Simplify Tag
48890
48891  src/hb-ot-layout-open-private.h | 46
48892  ++++++++++++++++-------------------------
48893  1 file changed, 18 insertions(+), 28 deletions(-)
48894
48895 commit 3ec0092c5e2d48e8c4fc1618d3bee427adddb1e7
48896 Author: Behdad Esfahbod <behdad@behdad.org>
48897 Date:   Mon May 25 02:34:25 2009 -0400
48898
48899     [HB] Simplify more
48900
48901  src/hb-ot-layout-open-private.h | 31 ++++++++++---------------------
48902  1 file changed, 10 insertions(+), 21 deletions(-)
48903
48904 commit 6ad8d5f3c7028147b371137ae4bca6aae66b3489
48905 Author: Behdad Esfahbod <behdad@behdad.org>
48906 Date:   Mon May 25 02:27:29 2009 -0400
48907
48908     [HB] Simplify some basic things
48909
48910  src/hb-ot-layout-open-private.h | 90
48911  +++++++++++++++++++++++++++--------------
48912  src/main.cc                     |  8 ++--
48913  2 files changed, 64 insertions(+), 34 deletions(-)
48914
48915 commit f96ffd43bce0ac6d9c897933c9be0e51d543e570
48916 Author: Behdad Esfahbod <behdad@behdad.org>
48917 Date:   Sun May 24 15:01:16 2009 -0400
48918
48919     [HB] simplify macros
48920
48921  src/hb-buffer-private.h    | 4 ++--
48922  src/hb-buffer.h            | 4 ++--
48923  src/hb-common.h            | 8 ++++----
48924  src/hb-ot-layout-private.h | 4 ++--
48925  src/hb-ot-layout.h         | 4 ++--
48926  5 files changed, 12 insertions(+), 12 deletions(-)
48927
48928 commit 8e7b30782a12f3997b9a5a18e6b9d01f6bff8b46
48929 Author: Behdad Esfahbod <behdad@behdad.org>
48930 Date:   Sun May 24 14:27:24 2009 -0400
48931
48932     [HB] Update text files
48933
48934  src/COPYING |  7 -------
48935  src/README  | 13 ++-----------
48936  2 files changed, 2 insertions(+), 18 deletions(-)
48937
48938 commit fa7d47249496fe00ea1ab6943b385c8dd80e5ce6
48939 Author: Behdad Esfahbod <behdad@behdad.org>
48940 Date:   Sun May 24 14:24:35 2009 -0400
48941
48942     [HB] Remove stale makefile.msc too
48943
48944  src/makefile.msc | 19 -------------------
48945  1 file changed, 19 deletions(-)
48946
48947 commit da2c52abcd75d46929b34cad55c4fb2c8892bc08
48948 Author: Behdad Esfahbod <behdad@behdad.org>
48949 Date:   Sun May 24 14:22:22 2009 -0400
48950
48951     [HB] Remove old code!
48952
48953     Goodbye 16 thousand lines of ten-year old code!
48954
48955  src/harfbuzz-dump-main.c      |   97 -
48956  src/harfbuzz-dump.c           |  768 ------
48957  src/harfbuzz-dump.h           |   41 -
48958  src/harfbuzz-gdef-private.h   |  124 -
48959  src/harfbuzz-gdef.c           | 1160 --------
48960  src/harfbuzz-gdef.h           |  135 -
48961  src/harfbuzz-global.h         |   84 -
48962  src/harfbuzz-gpos-private.h   |  712 -----
48963  src/harfbuzz-gpos.c           | 6071
48964  -----------------------------------------
48965  src/harfbuzz-gpos.h           |  174 --
48966  src/harfbuzz-gsub-private.h   |  476 ----
48967  src/harfbuzz-gsub.c           | 4304 -----------------------------
48968  src/harfbuzz-gsub.h           |  140 -
48969  src/harfbuzz-impl.c           |   84 -
48970  src/harfbuzz-impl.h           |  126 -
48971  src/harfbuzz-open-private.h   |  102 -
48972  src/harfbuzz-open.c           | 1405 ----------
48973  src/harfbuzz-open.h           |  282 --
48974  src/harfbuzz-stream-private.h |   83 -
48975  src/harfbuzz-stream.c         |  257 --
48976  src/harfbuzz.c                |   31 -
48977  src/harfbuzz.h                |   35 -
48978  22 files changed, 16691 deletions(-)
48979
48980 commit e5372f1621602dcee4e14a4b22dc182c21502a50
48981 Author: Behdad Esfahbod <behdad@behdad.org>
48982 Date:   Sun May 24 14:21:27 2009 -0400
48983
48984     [HB] Remove stale TODO mark
48985
48986  src/hb-ot-layout-open-private.h | 1 -
48987  1 file changed, 1 deletion(-)
48988
48989 commit 96908b898476ca5d7da5f386b15be76f9e83d76e
48990 Author: Behdad Esfahbod <behdad@behdad.org>
48991 Date:   Sun May 24 12:30:40 2009 -0400
48992
48993     [HB] Add FixedVersion cast to int
48994
48995  src/hb-ot-layout-open-private.h | 2 ++
48996  1 file changed, 2 insertions(+)
48997
48998 commit 957740dd253475020a94a62ec5dfcd03e3358176
48999 Author: Behdad Esfahbod <behdad@behdad.org>
49000 Date:   Sun May 24 12:29:55 2009 -0400
49001
49002     [HB] Simplify tag
49003
49004  src/hb-ot-layout-open-private.h | 10 +++++-----
49005  1 file changed, 5 insertions(+), 5 deletions(-)
49006
49007 commit 87fcdcbe3644da10154688765db2d62eb9ac079a
49008 Author: Behdad Esfahbod <behdad@behdad.org>
49009 Date:   Sun May 24 01:03:24 2009 -0400
49010
49011     [HB] Remove unused data types
49012
49013  src/hb-ot-layout-gdef-private.h     |  2 +-
49014  src/hb-ot-layout-gsubgpos-private.h |  2 +-
49015  src/hb-ot-layout-open-private.h     | 54
49016  ++++---------------------------------
49017  3 files changed, 7 insertions(+), 51 deletions(-)
49018
49019 commit 5876bf1b73fcb56cc41b4d348248a4817f9688cb
49020 Author: Behdad Esfahbod <behdad@behdad.org>
49021 Date:   Sun May 24 00:53:28 2009 -0400
49022
49023     [HB] Simplify version check in GSUB/GPOS
49024
49025  src/hb-ot-layout-gpos-private.h | 5 ++++-
49026  src/hb-ot-layout-gsub-private.h | 5 ++++-
49027  2 files changed, 8 insertions(+), 2 deletions(-)
49028
49029 commit 212aba6189d7aaac0bab169b77ae6bdab16800a5
49030 Author: Behdad Esfahbod <behdad@behdad.org>
49031 Date:   Sun May 24 00:50:27 2009 -0400
49032
49033     [HB] Check for GDEF/GSUB/GPOS versions
49034
49035  src/hb-ot-layout-gdef-private.h     |  3 +--
49036  src/hb-ot-layout-gpos-private.h     |  3 +--
49037  src/hb-ot-layout-gsub-private.h     |  3 +--
49038  src/hb-ot-layout-gsubgpos-private.h |  5 ++---
49039  src/hb-ot-layout-open-private.h     | 11 ++++++++++-
49040  5 files changed, 15 insertions(+), 10 deletions(-)
49041
49042 commit a21b5062cc32c04eeee3c4b20d26c7e2b34133e9
49043 Author: Behdad Esfahbod <behdad@behdad.org>
49044 Date:   Sat May 23 22:39:42 2009 -0400
49045
49046     [HB] Minor
49047
49048  src/hb-ot-layout-gdef-private.h | 6 +++---
49049  src/hb-ot-layout-open-private.h | 4 ++--
49050  2 files changed, 5 insertions(+), 5 deletions(-)
49051
49052 commit a080b1cc2f66d6e109d431a1e09519d7cf53bb9a
49053 Author: Behdad Esfahbod <behdad@behdad.org>
49054 Date:   Sat May 23 18:50:44 2009 -0400
49055
49056     [HB] Add TODO items
49057
49058  src/TODO | 6 ++++++
49059  1 file changed, 6 insertions(+)
49060
49061 commit e4efdd80a8fa4edbcdec9cd84f35f5f4521943c2
49062 Author: Behdad Esfahbod <behdad@behdad.org>
49063 Date:   Fri May 22 18:54:24 2009 -0400
49064
49065     [GDEF] Add some get_carret_value() code
49066
49067  src/hb-ot-layout-gdef-private.h | 36 ++++++++++++++++++------------------
49068  1 file changed, 18 insertions(+), 18 deletions(-)
49069
49070 commit 9b006bc0322723d065271e4b0ea4f137f81101e1
49071 Author: Behdad Esfahbod <behdad@behdad.org>
49072 Date:   Fri May 22 18:29:45 2009 -0400
49073
49074     [GPOS] MarkLigPosFormat1
49075
49076     GPOS is complete now!  Yay!
49077
49078  src/hb-ot-layout-gpos-private.h | 128
49079  +++++++++++++++++++++++++++++-----------
49080  1 file changed, 92 insertions(+), 36 deletions(-)
49081
49082 commit 923923feb248250626c637c11a886804011197b0
49083 Author: Behdad Esfahbod <behdad@behdad.org>
49084 Date:   Fri May 22 17:58:09 2009 -0400
49085
49086     [HB] Remove apply_subtables() again
49087
49088  src/hb-ot-layout-gpos-private.h | 31 +++++++++++--------------------
49089  src/hb-ot-layout-gsub-private.h | 33 ++++++++++++---------------------
49090  2 files changed, 23 insertions(+), 41 deletions(-)
49091
49092 commit d468f9af5b9fdc2713b0b86f28129e4190ee5053
49093 Author: Behdad Esfahbod <behdad@behdad.org>
49094 Date:   Thu May 21 22:31:33 2009 -0400
49095
49096     [HB] Share Extension lookup code between GSUB and GPOS
49097
49098  src/hb-ot-layout-gpos-private.h     | 64 +++++-----------------------
49099  src/hb-ot-layout-gsub-private.h     | 83
49100  +++++++------------------------------
49101  src/hb-ot-layout-gsubgpos-private.h | 52 +++++++++++++++++++++++
49102  3 files changed, 77 insertions(+), 122 deletions(-)
49103
49104 commit 498f1909e0f7a32484b2058622c4a018cbfc1334
49105 Author: Behdad Esfahbod <behdad@behdad.org>
49106 Date:   Thu May 21 15:51:04 2009 -0400
49107
49108     [GPOS] Remove printf.  MarkMarkPos1 is working
49109
49110     The "bug" was in the font.
49111
49112  src/hb-ot-layout-gpos-private.h | 1 -
49113  1 file changed, 1 deletion(-)
49114
49115 commit c7d457aa3ae7138630f52ca7263f663a3ea284c0
49116 Author: Behdad Esfahbod <behdad@behdad.org>
49117 Date:   Thu May 21 12:46:29 2009 -0400
49118
49119     [HB] Ouch.  Add files.
49120
49121  src/hb-common.h  | 13 +++++-----
49122  src/hb-private.h | 74
49123  ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
49124  2 files changed, 78 insertions(+), 9 deletions(-)
49125
49126 commit fe550f4dd815285e9de8c3cbff810b0a1c7b377f
49127 Author: Behdad Esfahbod <behdad@behdad.org>
49128 Date:   Thu May 21 08:27:07 2009 -0400
49129
49130     [GPOS] MarkMarkPosFormat1
49131
49132     Still not quite working.
49133
49134  src/TODO                        |   4 +-
49135  src/hb-ot-layout-gpos-private.h | 105
49136  +++++++++++++++++++++++++++++-----------
49137  2 files changed, 79 insertions(+), 30 deletions(-)
49138
49139 commit 357ccde36bba01a405d59b7da061fc5048cdc7b4
49140 Author: Behdad Esfahbod <behdad@behdad.org>
49141 Date:   Thu May 21 06:32:01 2009 -0400
49142
49143     [GPOS] MarkBasePosFormat1
49144
49145  src/TODO                        |  1 +
49146  src/hb-ot-layout-gpos-private.h | 62
49147  +++++++++++++++++++++++++++++++++++++----
49148  2 files changed, 58 insertions(+), 5 deletions(-)
49149
49150 commit 377bfc5860ae018f54e4a2dd737b4b000383ab54
49151 Author: Behdad Esfahbod <behdad@behdad.org>
49152 Date:   Thu May 21 04:58:24 2009 -0400
49153
49154     [GPOS] Implement MarkArray interface
49155
49156  src/hb-ot-layout-gpos-private.h | 5 +++--
49157  1 file changed, 3 insertions(+), 2 deletions(-)
49158
49159 commit c18ec2b1d7b8c7abe6ebf4b53c9ec75d5c9bb255
49160 Author: Behdad Esfahbod <behdad@behdad.org>
49161 Date:   Thu May 21 04:54:01 2009 -0400
49162
49163     [GPOS] Implement Device support in AnchorFormat3
49164
49165  src/hb-ot-layout-gpos-private.h | 11 ++++++++---
49166  1 file changed, 8 insertions(+), 3 deletions(-)
49167
49168 commit fca6a0d158b847181dcf67a13f34499177df899b
49169 Author: Behdad Esfahbod <behdad@behdad.org>
49170 Date:   Thu May 21 04:49:04 2009 -0400
49171
49172     [GPOS] Remove apply_value() return value
49173
49174  src/hb-ot-layout-gpos-private.h | 75
49175  +++++++++++++++++++----------------------
49176  1 file changed, 34 insertions(+), 41 deletions(-)
49177
49178 commit fb3b5ccfefc4c38c9184d432703e81f73e1f5bc7
49179 Author: Behdad Esfahbod <behdad@behdad.org>
49180 Date:   Thu May 21 04:47:05 2009 -0400
49181
49182     [GPOS] Start MarkBasePosFormat1
49183
49184  src/TODO                        |  1 +
49185  src/hb-ot-layout-gpos-private.h | 38
49186  +++++++++++++++++---------------------
49187  2 files changed, 18 insertions(+), 21 deletions(-)
49188
49189 commit ee8776d9e009a7fb8e1f3c1f9cf3ad42d9746a16
49190 Author: Behdad Esfahbod <behdad@behdad.org>
49191 Date:   Wed May 20 15:46:12 2009 -0400
49192
49193     [HB] Add TODO item
49194
49195  src/hb-ot-layout-gpos-private.h | 1 +
49196  src/hb-ot-layout-gsub-private.h | 1 +
49197  2 files changed, 2 insertions(+)
49198
49199 commit c6456ca5cfc35095378dcf29f8edc33ece9c3ea1
49200 Author: Behdad Esfahbod <behdad@behdad.org>
49201 Date:   Wed May 20 06:15:23 2009 -0400
49202
49203     [HB] Add TODO item
49204
49205  src/TODO | 1 +
49206  1 file changed, 1 insertion(+)
49207
49208 commit 3015c4175179a1816aad2a4950da9a3b8baf2578
49209 Author: Behdad Esfahbod <behdad@behdad.org>
49210 Date:   Wed May 20 06:01:16 2009 -0400
49211
49212     [HB] Remove last dependence on the old code base!
49213
49214  src/hb-buffer-private.h         | 88
49215  ++++++++++++++++++++---------------------
49216  src/hb-buffer.c                 | 47 +++++++++++-----------
49217  src/hb-ot-layout-gpos-private.h | 11 ++----
49218  src/hb-ot-layout-gsub-private.h | 12 +++---
49219  src/hb-ot-layout.cc             | 16 ++++----
49220  5 files changed, 85 insertions(+), 89 deletions(-)
49221
49222 commit 5c0adce1ccc739415c4b26ff13ffd2d77ea4bc6c
49223 Author: Behdad Esfahbod <behdad@behdad.org>
49224 Date:   Wed May 20 05:42:12 2009 -0400
49225
49226     [HB] Rename harfbuzz-buffer to hb-buffer
49227
49228  src/Makefile.am                                        | 5 +++--
49229  src/{harfbuzz-buffer-private.h => hb-buffer-private.h} | 8 ++++----
49230  src/{harfbuzz-buffer.c => hb-buffer.c}                 | 6 ++----
49231  src/{harfbuzz-buffer.h => hb-buffer.h}                 | 8 ++++----
49232  src/hb-ot-layout-gsubgpos-private.h                    | 2 +-
49233  src/hb-ot-layout-private.h                             | 2 +-
49234  src/hb-ot-layout.cc                                    | 5 +++--
49235  src/hb-ot-layout.h                                     | 2 +-
49236  8 files changed, 19 insertions(+), 19 deletions(-)
49237
49238 commit b857b49c82782d29d6d189f1a9f4a84d39cd84ea
49239 Author: Behdad Esfahbod <behdad@behdad.org>
49240 Date:   Wed May 20 05:35:14 2009 -0400
49241
49242     [HB] Remove all references to the old code!
49243
49244  src/Makefile.am            |  76 +++++++---------------
49245  src/harfbuzz-buffer.c      | 154
49246  +++++++++++++++++++--------------------------
49247  src/harfbuzz-buffer.h      |  80 +++++++++++------------
49248  src/hb-ot-layout-private.h |   6 +-
49249  src/hb-ot-layout.cc        |  17 ++---
49250  src/hb-ot-layout.h         |   1 +
49251  6 files changed, 137 insertions(+), 197 deletions(-)
49252
49253 commit e1593a6e620ee6a8184487185d1c95e0d1820ba5
49254 Author: Behdad Esfahbod <behdad@behdad.org>
49255 Date:   Wed May 20 04:51:30 2009 -0400
49256
49257     [GPOS] Finally it's working, up to Cursive
49258
49259     Wow, IranNastaliq renders perfectly again!
49260
49261  src/hb-ot-layout.cc | 24 ++++++++++++++++++++++++
49262  src/hb-ot-layout.h  | 12 ++++++++++++
49263  2 files changed, 36 insertions(+)
49264
49265 commit 0f7e6b2cead0c7d527ef68ededb27e0afd71d819
49266 Author: Behdad Esfahbod <behdad@behdad.org>
49267 Date:   Wed May 20 04:16:35 2009 -0400
49268
49269     [GPOS] Fix more brokenness
49270
49271  src/Makefile.am                 |  2 +-
49272  src/hb-ot-layout-gpos-private.h | 37
49273  ++++++++++++++++++++-----------------
49274  src/hb-ot-layout.cc             |  7 +++++++
49275  src/hb-ot-layout.h              |  5 +++++
49276  4 files changed, 33 insertions(+), 18 deletions(-)
49277
49278 commit ff05d257dd43221b7c8ebead188e78495daa8eda
49279 Author: Behdad Esfahbod <behdad@behdad.org>
49280 Date:   Wed May 20 03:53:00 2009 -0400
49281
49282     [HB] Move lookup types enum into subtable class
49283
49284  src/hb-ot-layout-gpos-private.h | 66
49285  ++++++++++++++++++++---------------------
49286  src/hb-ot-layout-gsub-private.h | 44 +++++++++++++--------------
49287  2 files changed, 55 insertions(+), 55 deletions(-)
49288
49289 commit 263bbef7670b59aa88ef9ba910579dfa51226524
49290 Author: Behdad Esfahbod <behdad@behdad.org>
49291 Date:   Wed May 20 00:00:09 2009 -0400
49292
49293     [GDEF] Simplify Device access
49294
49295  src/hb-ot-layout-gdef-private.h | 12 +++---------
49296  1 file changed, 3 insertions(+), 9 deletions(-)
49297
49298 commit 60d77cf05fddc5304b4b1fc19cdedba15cbee1e9
49299 Author: Behdad Esfahbod <behdad@behdad.org>
49300 Date:   Tue May 19 23:58:54 2009 -0400
49301
49302     [HB] Indentation
49303
49304  src/hb-ot-layout-common-private.h   | 170
49305  +++++++++++++++++-------------------
49306  src/hb-ot-layout-gdef-private.h     |  65 +++++++-------
49307  src/hb-ot-layout-gsubgpos-private.h | 150 +++++++++++++++++--------------
49308  src/hb-ot-layout-open-private.h     | 159
49309  ++++++++++++++++-----------------
49310  src/hb-ot-layout-private.h          |   9 +-
49311  5 files changed, 288 insertions(+), 265 deletions(-)
49312
49313 commit 90de3dfff9e82dae20b7517642511aebaf736b74
49314 Author: Behdad Esfahbod <behdad@behdad.org>
49315 Date:   Tue May 19 23:43:04 2009 -0400
49316
49317     [HB] Remove unused methods
49318
49319  src/hb-ot-layout-common-private.h | 6 ------
49320  1 file changed, 6 deletions(-)
49321
49322 commit 4c44d830d79431fcb143df2b5a29cdc8e8fccef3
49323 Author: Behdad Esfahbod <behdad@behdad.org>
49324 Date:   Tue May 19 23:42:30 2009 -0400
49325
49326     [HB] Indentation
49327
49328  src/hb-ot-layout-gpos-private.h | 253
49329  +++++++++++++++++++++-----------------
49330  src/hb-ot-layout-gsub-private.h | 262
49331  ++++++++++++++++++++++------------------
49332  2 files changed, 284 insertions(+), 231 deletions(-)
49333
49334 commit d18fd8e3f7185f531fa4c4988d3f5d5c5282b8eb
49335 Author: Behdad Esfahbod <behdad@behdad.org>
49336 Date:   Tue May 19 23:25:41 2009 -0400
49337
49338     [GPOS] CursivePosFormat1
49339
49340  src/hb-ot-layout-gpos-private.h | 174
49341  ++++++++++++++++++++++++++++++++++++++--
49342  src/hb-ot-layout-private.h      |   2 +-
49343  2 files changed, 169 insertions(+), 7 deletions(-)
49344
49345 commit 70632add333e4ab38f8f485bb87b25116128cf92
49346 Author: Behdad Esfahbod <behdad@behdad.org>
49347 Date:   Tue May 19 22:30:09 2009 -0400
49348
49349     [GSUB] PairPosFormat2
49350
49351  src/hb-ot-layout-gpos-private.h | 43
49352  ++++++++++++++++++++++++++++++++++++-----
49353  1 file changed, 38 insertions(+), 5 deletions(-)
49354
49355 commit b24ecbadf44d56fd3286d1d3ff6928151ccec9bd
49356 Author: Behdad Esfahbod <behdad@behdad.org>
49357 Date:   Tue May 19 22:16:04 2009 -0400
49358
49359     [GPOS] PairPosFormat1
49360
49361  src/hb-ot-layout-gpos-private.h | 91
49362  +++++++++++++++++++++++++++++++++--------
49363  1 file changed, 73 insertions(+), 18 deletions(-)
49364
49365 commit 056c7ec1aea1eca60a3b20b583b8a8072be9d758
49366 Author: Behdad Esfahbod <behdad@behdad.org>
49367 Date:   Mon May 18 19:47:52 2009 -0400
49368
49369     [GPOS] Start filling apply() functions in
49370
49371  src/harfbuzz-buffer-private.h     |   1 +
49372  src/harfbuzz-buffer.c             |   3 -
49373  src/hb-ot-layout-common-private.h |  35 ++++++-----
49374  src/hb-ot-layout-gpos-private.h   | 127
49375  ++++++++++++++++++++++++++++----------
49376  4 files changed, 116 insertions(+), 50 deletions(-)
49377
49378 commit 4fa77d3c4305a76b956de8c1a9b83a961d035a80
49379 Author: Behdad Esfahbod <behdad@behdad.org>
49380 Date:   Mon May 18 18:44:54 2009 -0400
49381
49382     [HB] Use enums
49383
49384  src/hb-ot-layout-common-private.h | 14 ++++++++------
49385  src/hb-ot-layout-gdef-private.h   | 22 +++++++++++++---------
49386  2 files changed, 21 insertions(+), 15 deletions(-)
49387
49388 commit 6b54c5d0446b514fbb6521e7e9e614d153435f0e
49389 Author: Behdad Esfahbod <behdad@behdad.org>
49390 Date:   Mon May 18 18:30:25 2009 -0400
49391
49392     [HB] More reference cast simplification
49393
49394  src/hb-ot-layout-gsub-private.h     |  8 ++++----
49395  src/hb-ot-layout-gsubgpos-private.h | 28 ++++++++++++++--------------
49396  src/hb-ot-layout-open-private.h     |  2 +-
49397  3 files changed, 19 insertions(+), 19 deletions(-)
49398
49399 commit eb0dfc830e09405492f494c85380e133ac5d0ea3
49400 Author: Behdad Esfahbod <behdad@behdad.org>
49401 Date:   Mon May 18 18:22:44 2009 -0400
49402
49403     [HB] Rename LOOKUP_ARGS to APPLY_ARGS
49404
49405  src/hb-ot-layout-gpos-private.h     | 88
49406  ++++++++++++++++++------------------
49407  src/hb-ot-layout-gsub-private.h     | 84
49408  +++++++++++++++++-----------------
49409  src/hb-ot-layout-gsubgpos-private.h | 90
49410  ++++++++++++++++++-------------------
49411  3 files changed, 131 insertions(+), 131 deletions(-)
49412
49413 commit 2a8e6accdf798a78ff180dcb593140592d62b872
49414 Author: Behdad Esfahbod <behdad@behdad.org>
49415 Date:   Mon May 18 18:21:44 2009 -0400
49416
49417     [HB] Internally rename position() and substitute() to apply()
49418
49419  src/hb-ot-layout-gpos-private.h | 110
49420  ++++++++++++++++++++--------------------
49421  src/hb-ot-layout-gsub-private.h | 104
49422  ++++++++++++++++++-------------------
49423  2 files changed, 107 insertions(+), 107 deletions(-)
49424
49425 commit f6c8a6eacf27fd1c509d07c85985f0367c5e475f
49426 Author: Behdad Esfahbod <behdad@behdad.org>
49427 Date:   Mon May 18 18:01:19 2009 -0400
49428
49429     [HB] Simplify casts
49430
49431  src/hb-ot-layout-gdef-private.h |  2 +-
49432  src/hb-ot-layout-gpos-private.h |  6 +++---
49433  src/hb-ot-layout-gsub-private.h |  6 +++---
49434  src/hb-ot-layout-open-private.h | 10 +++++-----
49435  4 files changed, 12 insertions(+), 12 deletions(-)
49436
49437 commit 9c42f05a5ccbb48a9367b80ecdf3679e88088fcf
49438 Author: Behdad Esfahbod <behdad@behdad.org>
49439 Date:   Mon May 18 17:43:49 2009 -0400
49440
49441     Switch Pango to new, defunt, GPOS
49442
49443  src/hb-ot-layout-gpos-private.h | 22 +++++++++++++++-------
49444  src/hb-ot-layout.cc             | 13 +++++++++++++
49445  src/hb-ot-layout.h              |  5 +++++
49446  3 files changed, 33 insertions(+), 7 deletions(-)
49447
49448 commit 5e5eb0573f7ea2ce2cf037fef0df70a4351e82c0
49449 Author: Behdad Esfahbod <behdad@behdad.org>
49450 Date:   Mon May 18 17:09:33 2009 -0400
49451
49452     [HB] Start GPOS!
49453
49454  src/hb-ot-layout-gpos-private.h | 915
49455  ++++++++++++++++++++++++++++++++++++++++
49456  src/hb-ot-layout-gsub-private.h |   2 -
49457  src/hb-ot-layout-private.h      |  15 +-
49458  src/hb-ot-layout.cc             |   5 +-
49459  src/hb-ot-layout.h              |   8 +-
49460  5 files changed, 936 insertions(+), 9 deletions(-)
49461
49462 commit 64e67f7599deeec98b104f8b70d0d321cf96799d
49463 Author: Behdad Esfahbod <behdad@behdad.org>
49464 Date:   Mon May 18 15:32:40 2009 -0400
49465
49466     [GSUB] Minor
49467
49468  src/hb-ot-layout-gsub-private.h | 16 ++++++----------
49469  1 file changed, 6 insertions(+), 10 deletions(-)
49470
49471 commit d79cae0b4eef8c2694ada791bb8e427c1202875e
49472 Author: Behdad Esfahbod <behdad@behdad.org>
49473 Date:   Mon May 18 13:50:15 2009 -0400
49474
49475     [HB] Minor
49476
49477  src/hb-ot-layout-gsub-private.h | 22 +++++++++++-----------
49478  1 file changed, 11 insertions(+), 11 deletions(-)
49479
49480 commit 8533bb985e6af2b656d7c45620d8f11f36330b85
49481 Author: Behdad Esfahbod <behdad@behdad.org>
49482 Date:   Mon May 18 06:00:12 2009 -0400
49483
49484     [GSUB] Protect against mismatching Extension subtable types
49485
49486  src/hb-ot-layout-gsub-private.h | 9 ++++++---
49487  1 file changed, 6 insertions(+), 3 deletions(-)
49488
49489 commit 969afd706e9b52adc79f6210c0088b2c6bbae9bc
49490 Author: Behdad Esfahbod <behdad@behdad.org>
49491 Date:   Mon May 18 05:47:47 2009 -0400
49492
49493     [GSUB] Implement ReverseChainSingleSubst
49494
49495     GSUB is done!
49496
49497  src/hb-ot-layout-gsub-private.h     | 55
49498  +++++++++++++++++++++++++++----------
49499  src/hb-ot-layout-gsubgpos-private.h | 43 +++++++++--------------------
49500  2 files changed, 54 insertions(+), 44 deletions(-)
49501
49502 commit 4acaffd786a11b5bd7d41b39fc65625fd8cd5077
49503 Author: Behdad Esfahbod <behdad@behdad.org>
49504 Date:   Mon May 18 05:29:29 2009 -0400
49505
49506     [HB] Don't use G_LIKELY!
49507
49508  src/hb-ot-layout-gsub-private.h     | 12 ++++++------
49509  src/hb-ot-layout-gsubgpos-private.h | 12 ++++++------
49510  src/hb-ot-layout-open-private.h     |  4 ++--
49511  src/hb-ot-layout.cc                 |  6 +++---
49512  4 files changed, 17 insertions(+), 17 deletions(-)
49513
49514 commit 3dcb12f171ebbf44461e6ce6439d286c9520dd88
49515 Author: Behdad Esfahbod <behdad@behdad.org>
49516 Date:   Mon May 18 05:22:32 2009 -0400
49517
49518     [GSUB] Oops, fix Extension check
49519
49520  src/hb-ot-layout-gsub-private.h | 3 +--
49521  1 file changed, 1 insertion(+), 2 deletions(-)
49522
49523 commit 2e8fb6c38dbc01cb77b384c0ae0212514dfbb588
49524 Author: Behdad Esfahbod <behdad@behdad.org>
49525 Date:   Mon May 18 04:37:37 2009 -0400
49526
49527     [HB] Tweak some constants and fix Coverage
49528
49529  src/hb-ot-layout-common-private.h   | 11 ++++++-----
49530  src/hb-ot-layout-gsubgpos-private.h |  2 ++
49531  src/hb-ot-layout-open-private.h     |  6 +++---
49532  3 files changed, 11 insertions(+), 8 deletions(-)
49533
49534 commit d6aae5f5cad54fc5dac8b0ff10a3921ebda533d4
49535 Author: Behdad Esfahbod <behdad@behdad.org>
49536 Date:   Mon May 18 04:25:22 2009 -0400
49537
49538     [HB] Cleanup TODOs
49539
49540  src/hb-ot-layout-gsub-private.h | 12 ++++++------
49541  src/hb-ot-layout-open-private.h |  2 +-
49542  src/hb-ot-layout.cc             |  4 ++--
49543  3 files changed, 9 insertions(+), 9 deletions(-)
49544
49545 commit 122f21fb9a3a0b914575929a3be11884f1ae00c0
49546 Author: Behdad Esfahbod <behdad@behdad.org>
49547 Date:   Mon May 18 04:21:53 2009 -0400
49548
49549     [GSUB] Fix context_length handling in Ligature too
49550
49551  src/hb-ot-layout-gsub-private.h     | 9 ++++-----
49552  src/hb-ot-layout-gsubgpos-private.h | 5 +++--
49553  2 files changed, 7 insertions(+), 7 deletions(-)
49554
49555 commit 47958dea214fd55725bf04aa13d233870255fb03
49556 Author: Behdad Esfahbod <behdad@behdad.org>
49557 Date:   Mon May 18 04:17:47 2009 -0400
49558
49559     [HB] Minor cleanup
49560
49561  src/hb-ot-layout-gsubgpos-private.h | 10 ++++------
49562  1 file changed, 4 insertions(+), 6 deletions(-)
49563
49564 commit e73a0c2a903112ce9a35b95e14e10ab8ea2dc337
49565 Author: Behdad Esfahbod <behdad@behdad.org>
49566 Date:   Mon May 18 04:15:25 2009 -0400
49567
49568     [HB] Correctly skip glyphs when applying (Chain)Context lookups
49569
49570  src/hb-ot-layout-gsubgpos-private.h | 14 +++++++++++---
49571  1 file changed, 11 insertions(+), 3 deletions(-)
49572
49573 commit 7cff75babd64cd49dd2b3faaa15193d12c098f42
49574 Author: Behdad Esfahbod <behdad@behdad.org>
49575 Date:   Mon May 18 04:09:05 2009 -0400
49576
49577     [HB] Fix context_length checking
49578
49579  src/hb-ot-layout-gsubgpos-private.h | 23 +++++++++++++----------
49580  src/hb-ot-layout-open-private.h     |  2 +-
49581  2 files changed, 14 insertions(+), 11 deletions(-)
49582
49583 commit d0ba0557007798db2c60ddd0b7a5a0624cd1698d
49584 Author: Behdad Esfahbod <behdad@behdad.org>
49585 Date:   Mon May 18 03:56:39 2009 -0400
49586
49587     [HB] ChainContext complete
49588
49589     IranNastaliq renders perfectly again!
49590
49591  src/hb-ot-layout-gsubgpos-private.h | 63
49592  +++++++++++++++++++++++++++----------
49593  1 file changed, 46 insertions(+), 17 deletions(-)
49594
49595 commit e072c24e79f0e7c1e078a87c782ab5dd8f21dcda
49596 Author: Behdad Esfahbod <behdad@behdad.org>
49597 Date:   Mon May 18 03:47:31 2009 -0400
49598
49599     [HB] Implement backtrack matching
49600
49601  src/hb-ot-layout-gsubgpos-private.h | 61
49602  +++++++++++++++++++++++++++----------
49603  1 file changed, 45 insertions(+), 16 deletions(-)
49604
49605 commit 02e1e5c63fa4f896053fa3c21e495239e1e9caa2
49606 Author: Behdad Esfahbod <behdad@behdad.org>
49607 Date:   Mon May 18 02:47:57 2009 -0400
49608
49609     [HB] One more step to go, for fully working GSUB and ChainContext
49610
49611  src/hb-ot-layout-gsubgpos-private.h | 107
49612  ++++++++++++++++++++----------------
49613  1 file changed, 61 insertions(+), 46 deletions(-)
49614
49615 commit f14c2b7acfba75b8a6880f41ceec758f9a56abce
49616 Author: Behdad Esfahbod <behdad@behdad.org>
49617 Date:   Mon May 18 02:36:18 2009 -0400
49618
49619     [HB] Further modularize Context matching
49620
49621  src/hb-ot-layout-gsubgpos-private.h | 92
49622  +++++++++++++++++++++++++------------
49623  1 file changed, 63 insertions(+), 29 deletions(-)
49624
49625 commit 13ed4405c558e445b052360f1ed8ee27ecf48e6e
49626 Author: Behdad Esfahbod <behdad@behdad.org>
49627 Date:   Mon May 18 02:14:37 2009 -0400
49628
49629     [HB] A step closer to working ChainContext
49630
49631  src/hb-ot-layout-gsubgpos-private.h | 36
49632  ++++++++++++++++++++++++++----------
49633  1 file changed, 26 insertions(+), 10 deletions(-)
49634
49635 commit e8cbaaf6d538036ff9b880b018db402e0895ed01
49636 Author: Behdad Esfahbod <behdad@behdad.org>
49637 Date:   Mon May 18 02:03:58 2009 -0400
49638
49639     [HB] Add HeadlessArrayTo<>
49640
49641  src/hb-ot-layout-gsub-private.h     | 10 ++++------
49642  src/hb-ot-layout-gsubgpos-private.h |  5 ++---
49643  src/hb-ot-layout-open-private.h     | 19 +++++++++++++++++++
49644  3 files changed, 25 insertions(+), 9 deletions(-)
49645
49646 commit dcb6b60254951a2831c03f3196962d229f7e556c
49647 Author: Behdad Esfahbod <behdad@behdad.org>
49648 Date:   Mon May 18 01:49:57 2009 -0400
49649
49650     [HB] More template goodness
49651
49652  src/hb-ot-layout-gsubgpos-private.h | 37
49653  +++++++++++++++----------------------
49654  1 file changed, 15 insertions(+), 22 deletions(-)
49655
49656 commit aa3d7adca5c821c91a2a1b5380fd6b3d19656ab1
49657 Author: Behdad Esfahbod <behdad@behdad.org>
49658 Date:   Sun May 17 23:17:56 2009 -0400
49659
49660     [HB] More churning towards ChainContext lookups
49661
49662  src/hb-ot-layout-common-private.h   |   6 +-
49663  src/hb-ot-layout-gsub-private.h     |  15 +++-
49664  src/hb-ot-layout-gsubgpos-private.h | 174
49665  ++++++++++++++++++++++--------------
49666  3 files changed, 125 insertions(+), 70 deletions(-)
49667
49668 commit 48f16ed96ac7041b511d9e0864623d2aa09c6da3
49669 Author: Behdad Esfahbod <behdad@behdad.org>
49670 Date:   Sun May 17 22:11:30 2009 -0400
49671
49672     [HB] Towards sharing Context and ChainContext code
49673
49674  src/hb-ot-layout-gsubgpos-private.h | 220
49675  ++++++++++++++++--------------------
49676  1 file changed, 99 insertions(+), 121 deletions(-)
49677
49678 commit 6cf2a52593cb4b23e3efe5e16228e3172bdcdd05
49679 Author: Behdad Esfahbod <behdad@behdad.org>
49680 Date:   Sun May 17 21:11:49 2009 -0400
49681
49682     [HB] Add check to avoid infinite recursion
49683
49684  src/hb-ot-layout-gsub-private.h | 12 ++++++++----
49685  1 file changed, 8 insertions(+), 4 deletions(-)
49686
49687 commit 887c4b44165eeb8ac7fb09bc4474d11720b94a9e
49688 Author: Behdad Esfahbod <behdad@behdad.org>
49689 Date:   Sun May 17 21:06:08 2009 -0400
49690
49691     [HB] Cosmetic
49692
49693  src/hb-ot-layout-gsub-private.h | 4 ++--
49694  1 file changed, 2 insertions(+), 2 deletions(-)
49695
49696 commit ca5290f4994e1b2db4dac03f7a22b7071441ba06
49697 Author: Behdad Esfahbod <behdad@behdad.org>
49698 Date:   Sun May 17 20:48:27 2009 -0400
49699
49700     [HB] Start ChainContext and ReverseChainSingleSubst lookups
49701
49702  src/hb-ot-layout-gsub-private.h     | 269
49703  ++++++++----------------------------
49704  src/hb-ot-layout-gsubgpos-private.h | 214 +++++++++++++++++++++++++++-
49705  2 files changed, 268 insertions(+), 215 deletions(-)
49706
49707 commit 433f4aea741e39df079126769441b79ab64fd236
49708 Author: Behdad Esfahbod <behdad@behdad.org>
49709 Date:   Sun May 17 20:30:05 2009 -0400
49710
49711     [HB] Remove stale TODO
49712
49713  src/hb-ot-layout-private.h | 2 --
49714  1 file changed, 2 deletions(-)
49715
49716 commit 6f20f72e9c58ba23db2e31afa5d331acfea3d77e
49717 Author: Behdad Esfahbod <behdad@behdad.org>
49718 Date:   Sun May 17 20:28:01 2009 -0400
49719
49720     [HB] Split Layout-common tables into new files
49721
49722  src/hb-ot-layout-common-private.h   | 429
49723  ++++++++++++++++++++++++++++++++++++
49724  src/hb-ot-layout-gdef-private.h     |   3 +-
49725  src/hb-ot-layout-gsub-private.h     |   1 +
49726  src/hb-ot-layout-gsubgpos-private.h |   2 +
49727  src/hb-ot-layout-open-private.h     | 408
49728  ----------------------------------
49729  5 files changed, 434 insertions(+), 409 deletions(-)
49730
49731 commit f45107fe0904414f1266648a6c42849c494fe611
49732 Author: Behdad Esfahbod <behdad@behdad.org>
49733 Date:   Sun May 17 20:13:02 2009 -0400
49734
49735     [HB] More shuffling
49736
49737  src/hb-ot-layout-gsub-private.h     | 71
49738  +++++++++++++++++++++----------------
49739  src/hb-ot-layout-gsubgpos-private.h | 30 ++++++++++++++++
49740  src/hb-ot-layout-open-private.h     | 41 ---------------------
49741  3 files changed, 71 insertions(+), 71 deletions(-)
49742
49743 commit f8dc67b3c24dfc805da756a73cb217b36e16b4b8
49744 Author: Behdad Esfahbod <behdad@behdad.org>
49745 Date:   Sun May 17 19:47:54 2009 -0400
49746
49747     [HB] Cleanup format unions
49748
49749  src/hb-ot-layout-gdef-private.h     | 18 ++++----
49750  src/hb-ot-layout-gsub-private.h     | 87
49751  +++++++++++++++++++------------------
49752  src/hb-ot-layout-gsubgpos-private.h | 16 +++----
49753  src/hb-ot-layout-open-private.h     | 41 +++++++----------
49754  4 files changed, 77 insertions(+), 85 deletions(-)
49755
49756 commit da1097bc3b1995776c205707fd2b17603b804646
49757 Author: Behdad Esfahbod <behdad@behdad.org>
49758 Date:   Sun May 17 19:31:18 2009 -0400
49759
49760     [HB] Use four bytes for Null Tag, not 5
49761
49762  src/hb-ot-layout-open-private.h | 4 +++-
49763  1 file changed, 3 insertions(+), 1 deletion(-)
49764
49765 commit 19fc24f268b985d30971307ac2055622d11cb21f
49766 Author: Behdad Esfahbod <behdad@behdad.org>
49767 Date:   Sun May 17 09:45:32 2009 -0400
49768
49769     [HB] Couple size checks
49770
49771  src/hb-ot-layout-gsub-private.h     | 7 +++++--
49772  src/hb-ot-layout-gsubgpos-private.h | 4 ++--
49773  src/hb-ot-layout-open-private.h     | 4 ++--
49774  3 files changed, 9 insertions(+), 6 deletions(-)
49775
49776 commit ecf17e849db19599bbb816d0018380ebf979576b
49777 Author: Behdad Esfahbod <behdad@behdad.org>
49778 Date:   Sun May 17 09:34:41 2009 -0400
49779
49780     [HB] Propagate property of first glyph
49781
49782     This slightly grows code size.
49783
49784  src/hb-ot-layout-gsub-private.h     | 100
49785  +++++++++++++++++++-----------------
49786  src/hb-ot-layout-gsubgpos-private.h |   7 +--
49787  2 files changed, 56 insertions(+), 51 deletions(-)
49788
49789 commit eca8e33710cfce51454e64d974ff0c28b0eefa14
49790 Author: Behdad Esfahbod <behdad@behdad.org>
49791 Date:   Sun May 17 09:07:27 2009 -0400
49792
49793     [GSUB] Further optimize the main switch
49794
49795  src/hb-ot-layout-gsub-private.h | 31 +++++++++++++++++--------------
49796  1 file changed, 17 insertions(+), 14 deletions(-)
49797
49798 commit 13068232e7054748ae5ba0d961ee5a95b959e92e
49799 Author: Behdad Esfahbod <behdad@behdad.org>
49800 Date:   Sun May 17 08:59:01 2009 -0400
49801
49802     [HB] Unify first glyph property checking
49803
49804  src/hb-ot-layout-gsub-private.h     | 81
49805  ++++++++++++++++---------------------
49806  src/hb-ot-layout-gsubgpos-private.h | 12 ------
49807  2 files changed, 35 insertions(+), 58 deletions(-)
49808
49809 commit 66bf7ce4e3135535c110a917178b84c4a2b1d11f
49810 Author: Behdad Esfahbod <behdad@behdad.org>
49811 Date:   Sun May 17 08:28:42 2009 -0400
49812
49813     [HB] Move Context matching logic out of GSUB
49814
49815  src/hb-ot-layout-gdef-private.h     |   2 -
49816  src/hb-ot-layout-gsub-private.h     | 331
49817  +---------------------------------
49818  src/hb-ot-layout-gsubgpos-private.h | 347
49819  ++++++++++++++++++++++++++++++++++++
49820  3 files changed, 352 insertions(+), 328 deletions(-)
49821
49822 commit a1625528cd5ed94bc8f18903da3300e823ee5b54
49823 Author: Behdad Esfahbod <behdad@behdad.org>
49824 Date:   Sun May 17 07:52:11 2009 -0400
49825
49826     [GSUB] Unify ContextSubst matching
49827
49828  src/hb-ot-layout-gsub-private.h | 378
49829  ++++++++++++++++------------------------
49830  1 file changed, 154 insertions(+), 224 deletions(-)
49831
49832 commit c36238bea40e9e2b589028eb6de0710455b31585
49833 Author: Behdad Esfahbod <behdad@behdad.org>
49834 Date:   Sun May 17 07:39:34 2009 -0400
49835
49836     [HB] Renames
49837
49838  src/hb-ot-layout-gsub-private.h | 122
49839  ++++++++++++++++++++--------------------
49840  1 file changed, 61 insertions(+), 61 deletions(-)
49841
49842 commit 15c3e75b39797a153b6bc0598f87b27c4a487228
49843 Author: Behdad Esfahbod <behdad@behdad.org>
49844 Date:   Sun May 17 06:03:42 2009 -0400
49845
49846     [HB] Simplify buffer
49847
49848  src/harfbuzz-buffer-private.h   | 14 ++++++--------
49849  src/harfbuzz-buffer.c           | 35 ++++++++++++++++-------------------
49850  src/harfbuzz-gsub.c             |  6 +++---
49851  src/hb-ot-layout-gsub-private.h | 12 ++++++------
49852  4 files changed, 31 insertions(+), 36 deletions(-)
49853
49854 commit 36f78446cef8a7cbae000d5e742c9d13e1cc7f83
49855 Author: Behdad Esfahbod <behdad@behdad.org>
49856 Date:   Sun May 17 05:52:32 2009 -0400
49857
49858     [HB] Add TODO item
49859
49860  src/TODO              | 1 +
49861  src/harfbuzz-buffer.c | 2 +-
49862  2 files changed, 2 insertions(+), 1 deletion(-)
49863
49864 commit ee58aaebd296ea8237516754fd4e825d524b11b7
49865 Author: Behdad Esfahbod <behdad@behdad.org>
49866 Date:   Sun May 17 05:14:33 2009 -0400
49867
49868     [HB] Update copyright years
49869
49870  src/hb-ot-layout-gdef-private.h | 2 +-
49871  src/hb-ot-layout-open-private.h | 2 +-
49872  src/hb-ot-layout.cc             | 2 +-
49873  src/main.cc                     | 2 +-
49874  4 files changed, 4 insertions(+), 4 deletions(-)
49875
49876 commit f4c9514935cf97a58dcb3b1962ac3f3b5ba61264
49877 Author: Behdad Esfahbod <behdad@behdad.org>
49878 Date:   Sun May 17 04:59:56 2009 -0400
49879
49880     [HB] Simplify more arrays
49881
49882  src/hb-ot-layout-open-private.h | 241
49883  ++++++++++++++++------------------------
49884  src/hb-ot-layout.cc             |   8 +-
49885  2 files changed, 100 insertions(+), 149 deletions(-)
49886
49887 commit c9a7cbe9cb52264af9954e5ce9ac7a45d7e310cd
49888 Author: Behdad Esfahbod <behdad@behdad.org>
49889 Date:   Sun May 17 01:22:51 2009 -0400
49890
49891     [HB] Use ArrayOf<> in GSUB
49892
49893  src/hb-ot-layout-gdef-private.h |   3 +-
49894  src/hb-ot-layout-gsub-private.h | 157
49895  +++++++++++++---------------------------
49896  src/hb-ot-layout-open-private.h |   5 --
49897  3 files changed, 53 insertions(+), 112 deletions(-)
49898
49899 commit 5f810363acc3ad3cba631a68620e3d37e54c95c4
49900 Author: Behdad Esfahbod <behdad@behdad.org>
49901 Date:   Sun May 17 00:54:25 2009 -0400
49902
49903     [HB] Add ArrayOf<>
49904
49905  src/hb-ot-layout-gdef-private.h | 62 ++++++++-------------------------
49906  src/hb-ot-layout-open-private.h | 77
49907  ++++++++++++++++++++++++++++++-----------
49908  2 files changed, 71 insertions(+), 68 deletions(-)
49909
49910 commit 238c855fcd4f0ef97a94a8662d2a2f2bb5c21ecb
49911 Author: Behdad Esfahbod <behdad@behdad.org>
49912 Date:   Sun May 17 00:22:37 2009 -0400
49913
49914     [HB] Use OffsetTo<> for Coverage
49915
49916  src/hb-ot-layout-gdef-private.h |  1 +
49917  src/hb-ot-layout-gsub-private.h | 55
49918  ++++++++++++++++-------------------------
49919  src/hb-ot-layout-open-private.h | 10 +-------
49920  3 files changed, 23 insertions(+), 43 deletions(-)
49921
49922 commit 3d54bd1293069fc3d3bdeeea8ad45036f3ee65f3
49923 Author: Behdad Esfahbod <behdad@behdad.org>
49924 Date:   Sun May 17 00:15:51 2009 -0400
49925
49926     [HB] Use OffsetTo<> in more places
49927
49928  src/hb-ot-layout-gdef-private.h | 12 +++++-------
49929  src/hb-ot-layout-open-private.h |  4 ++++
49930  2 files changed, 9 insertions(+), 7 deletions(-)
49931
49932 commit 9e4d9d7b2721859172bc9c59c1aea27b01eb9c07
49933 Author: Behdad Esfahbod <behdad@behdad.org>
49934 Date:   Sun May 17 00:09:20 2009 -0400
49935
49936     [HB] Add OffsetTo template.
49937
49938  src/hb-ot-layout-gdef-private.h | 26 ++++++++++++++------------
49939  src/hb-ot-layout-gsub-private.h |  6 +++---
49940  src/hb-ot-layout-open-private.h | 27 ++++++++++++++++++---------
49941  3 files changed, 35 insertions(+), 24 deletions(-)
49942
49943 commit e07f89295b9b38d233dfd4acec1f6b4a3416f267
49944 Author: Behdad Esfahbod <behdad@behdad.org>
49945 Date:   Sat May 16 23:20:48 2009 -0400
49946
49947     [HB] Automate int-type size assertion
49948
49949  src/hb-ot-layout-open-private.h | 13 +++----------
49950  1 file changed, 3 insertions(+), 10 deletions(-)
49951
49952 commit 8b8358033184198ff638ee1379093717596e162d
49953 Author: Behdad Esfahbod <behdad@behdad.org>
49954 Date:   Sat May 16 22:48:14 2009 -0400
49955
49956     [HB] Use templates for Null objects
49957
49958     Also use a common pool for all nul-content ones.
49959
49960  src/hb-ot-layout-gdef-private.h |  12 ++--
49961  src/hb-ot-layout-gsub-private.h |  28 ++++----
49962  src/hb-ot-layout-open-private.h | 142
49963  +++++++++++++++++++++++-----------------
49964  src/hb-ot-layout.cc             |   8 +--
49965  4 files changed, 105 insertions(+), 85 deletions(-)
49966
49967 commit 6e13d4140158aff736647fc53d8c0ae3a02c2afc
49968 Author: Behdad Esfahbod <behdad@behdad.org>
49969 Date:   Sat May 16 20:15:16 2009 -0400
49970
49971     [HB] Remove obsolete comment
49972
49973  src/hb-ot-layout-gdef-private.h | 1 -
49974  1 file changed, 1 deletion(-)
49975
49976 commit 9f721cf380954d67415dbfd0404a983cdd75b7df
49977 Author: Behdad Esfahbod <behdad@behdad.org>
49978 Date:   Sat May 16 19:59:15 2009 -0400
49979
49980     [GSUB] Start ChainContextSubst
49981
49982  src/hb-ot-layout-gsub-private.h | 50
49983  ++++++++++++++++++++++++++++++++---------
49984  1 file changed, 39 insertions(+), 11 deletions(-)
49985
49986 commit 7fca9e5245d2d283e8b5354eb1ddf553a7ffc033
49987 Author: Behdad Esfahbod <behdad@behdad.org>
49988 Date:   Sat May 16 19:44:24 2009 -0400
49989
49990     [GSUB] Implement ContextSubstFormat3
49991
49992  src/hb-ot-layout-gsub-private.h | 62
49993  ++++++++++++++++++++++++++++++++++++++++-
49994  1 file changed, 61 insertions(+), 1 deletion(-)
49995
49996 commit 1ff926a5681b5d4bfce65351062cda9dc1ffeba2
49997 Author: Behdad Esfahbod <behdad@behdad.org>
49998 Date:   Fri May 15 20:25:37 2009 -0400
49999
50000     [GSUB] Implement ContextSubstFormat2
50001
50002  src/hb-ot-layout-gsub-private.h | 105
50003  +++++++++++++++++++++++++++++++++++++---
50004  1 file changed, 97 insertions(+), 8 deletions(-)
50005
50006 commit fc36d9453ed7edb0a570abc44d7caa87aafb0fcf
50007 Author: Behdad Esfahbod <behdad@behdad.org>
50008 Date:   Fri May 15 20:11:10 2009 -0400
50009
50010     [GSUB] Add GSUB::substitute_lookup()
50011
50012  src/hb-ot-layout-gsub-private.h | 7 +++++++
50013  src/hb-ot-layout.cc             | 5 +----
50014  2 files changed, 8 insertions(+), 4 deletions(-)
50015
50016 commit c43562b2a7587fa3f9ef4c1c4338e4eda77368b5
50017 Author: Behdad Esfahbod <behdad@behdad.org>
50018 Date:   Fri May 15 18:54:53 2009 -0400
50019
50020     [GSUB] Finish ContextSubstFormat1
50021
50022  src/hb-ot-layout-gsub-private.h | 77
50023  ++++++++++++++++++++++++++++++++---------
50024  src/hb-ot-layout-private.h      | 14 ++++++++
50025  src/hb-ot-layout.cc             | 13 -------
50026  3 files changed, 74 insertions(+), 30 deletions(-)
50027
50028 commit 5ee21896224e3a9835a9695037a94ccf1c35a217
50029 Author: Behdad Esfahbod <behdad@behdad.org>
50030 Date:   Fri May 15 13:28:56 2009 -0400
50031
50032     [HB] Fix typo
50033
50034  src/hb-ot-layout-open-private.h | 2 +-
50035  1 file changed, 1 insertion(+), 1 deletion(-)
50036
50037 commit 6b59c9b445b6d2454008c83a2c7d6a995ea5995e
50038 Author: Behdad Esfahbod <behdad@behdad.org>
50039 Date:   Fri May 15 01:00:36 2009 -0400
50040
50041     [HB] Add TODO item
50042
50043  src/TODO | 1 +
50044  1 file changed, 1 insertion(+)
50045
50046 commit c5419b6cf28822e07f1ef9b0394825e9cb01a445
50047 Author: Behdad Esfahbod <behdad@behdad.org>
50048 Date:   Fri May 8 21:17:56 2009 -0400
50049
50050     [HB] Remove DEFINE_NON_INSTANTIABLE
50051
50052  src/hb-ot-layout-gdef-private.h |  2 --
50053  src/hb-ot-layout-gsub-private.h |  3 ---
50054  src/hb-ot-layout-open-private.h | 18 +-----------------
50055  3 files changed, 1 insertion(+), 22 deletions(-)
50056
50057 commit 0dff25f0368c5f14ebb0a4af35f3bb6658740d57
50058 Author: Behdad Esfahbod <behdad@behdad.org>
50059 Date:   Fri May 8 21:12:18 2009 -0400
50060
50061     [HB] Remove get_size()
50062
50063  src/hb-ot-layout-gdef-private.h |  9 ------
50064  src/hb-ot-layout-gsub-private.h | 63
50065  -----------------------------------------
50066  src/hb-ot-layout-open-private.h | 42 ++-------------------------
50067  3 files changed, 3 insertions(+), 111 deletions(-)
50068
50069 commit 25c6c9a3f6c062ec639d9202a8b9844be64d6fc0
50070 Author: Behdad Esfahbod <behdad@behdad.org>
50071 Date:   Fri May 8 19:09:17 2009 -0400
50072
50073     [GSUB] ContextSubst format 1
50074
50075  src/hb-ot-layout-gsub-private.h | 52
50076  +++++++++++++++++++++++++++++++++++------
50077  1 file changed, 45 insertions(+), 7 deletions(-)
50078
50079 commit f70229510303109bd0f71423cdf13aa200066d17
50080 Author: Behdad Esfahbod <behdad@behdad.org>
50081 Date:   Fri May 8 18:45:53 2009 -0400
50082
50083     [GSUB] Shuffle
50084
50085  src/hb-ot-layout-gsub-private.h | 170
50086  ++++++++++++++++++++--------------------
50087  1 file changed, 86 insertions(+), 84 deletions(-)
50088
50089 commit a83e08f8728439ef75e3dfab2191ac913d8f907b
50090 Author: Behdad Esfahbod <behdad@behdad.org>
50091 Date:   Thu May 7 12:53:02 2009 -0400
50092
50093     [HarfBuzz] Start a TODO file
50094
50095  src/TODO | 1 +
50096  1 file changed, 1 insertion(+)
50097
50098 commit eed05b04ebc2cbb3fa699c99200db12a0081cefb
50099 Author: Behdad Esfahbod <behdad@behdad.org>
50100 Date:   Wed May 6 00:25:59 2009 -0400
50101
50102     [GSUB] minor
50103
50104  src/hb-ot-layout-open-private.h | 6 ++++--
50105  1 file changed, 4 insertions(+), 2 deletions(-)
50106
50107 commit cdb317bc4e188421cad997b448abb19223d39e96
50108 Author: Behdad Esfahbod <behdad@behdad.org>
50109 Date:   Wed May 6 00:12:29 2009 -0400
50110
50111     [GSUB] Towards Context subtitutes
50112
50113  src/hb-ot-layout-gsub-private.h | 137
50114  +++++++++++++++++++++++++++++++---------
50115  1 file changed, 108 insertions(+), 29 deletions(-)
50116
50117 commit c9c6a78aec2b16ac06dfca8cbfaf28a77a10bae2
50118 Author: Behdad Esfahbod <behdad@behdad.org>
50119 Date:   Tue May 5 16:22:02 2009 -0400
50120
50121     [GSUB] Minor refactoring
50122
50123  src/hb-ot-layout-gsub-private.h | 42
50124  ++++++++++++++++++++++-------------------
50125  1 file changed, 23 insertions(+), 19 deletions(-)
50126
50127 commit bb3899a579b00134b24df8891b69bf1621a8190f
50128 Author: Behdad Esfahbod <behdad@behdad.org>
50129 Date:   Tue May 5 13:25:13 2009 -0400
50130
50131     [GSUB] Implement ligature substitutions
50132
50133  src/Makefile.am                 |   2 +
50134  src/hb-ot-layout-gsub-private.h | 113
50135  ++++++++++++++++++++++++++++++++--------
50136  2 files changed, 93 insertions(+), 22 deletions(-)
50137
50138 commit 38b011a293181856463dd08d43e2106e5bf1d56e
50139 Author: Behdad Esfahbod <behdad@behdad.org>
50140 Date:   Mon May 4 20:21:57 2009 -0400
50141
50142     [GSUB] Hook new GSUB up in Pango
50143
50144  src/hb-ot-layout-gsub-private.h | 15 ++++++++++-----
50145  1 file changed, 10 insertions(+), 5 deletions(-)
50146
50147 commit a84e71ad11a72feff47ead16772a8c4bcf4f69d5
50148 Author: Behdad Esfahbod <behdad@behdad.org>
50149 Date:   Thu Apr 16 16:53:40 2009 -0400
50150
50151     [GSUB] Start Ligature subtable support
50152
50153  src/hb-ot-layout-gsub-private.h | 132
50154  +++++++++++++++++++++++++++++-----------
50155  src/hb-ot-layout.h              |   2 +-
50156  2 files changed, 96 insertions(+), 38 deletions(-)
50157
50158 commit 52886ca56b24a8335614b1df16a33dd4e2d7ae56
50159 Author: Behdad Esfahbod <behdad@behdad.org>
50160 Date:   Thu Apr 16 14:19:42 2009 -0400
50161
50162     [GSUB] Implement Alternate subtables
50163
50164  src/hb-ot-layout-gsub-private.h | 104
50165  ++++++++++++++++++++++++++++++++++++----
50166  src/hb-ot-layout-open-private.h |   2 +-
50167  2 files changed, 97 insertions(+), 9 deletions(-)
50168
50169 commit 4f27ce7e0213ac5ba356f0fd2ec0a175ffd002e6
50170 Author: Behdad Esfahbod <behdad@behdad.org>
50171 Date:   Thu Apr 16 13:40:13 2009 -0400
50172
50173     [GSUB] Implement Extension subtables
50174
50175  src/hb-ot-layout-gsub-private.h | 169
50176  +++++++++++++++++++++++++---------------
50177  1 file changed, 108 insertions(+), 61 deletions(-)
50178
50179 commit 83e61ff4702121d3418fe82a8fe7ef6bb63bb5d2
50180 Author: Behdad Esfahbod <behdad@behdad.org>
50181 Date:   Thu Apr 16 12:30:51 2009 -0400
50182
50183     [GSUB] Fix reverse lookup loop like we did in the old code before
50184
50185  src/hb-ot-layout-gsub-private.h | 2 +-
50186  1 file changed, 1 insertion(+), 1 deletion(-)
50187
50188 commit 5a0b791184cf6ef39eae0570e14aca21abc32845
50189 Author: Behdad Esfahbod <behdad@behdad.org>
50190 Date:   Thu Apr 16 04:45:30 2009 -0400
50191
50192     [harfbuzz/GSUB] towards a partially working GSUB
50193
50194  src/harfbuzz-buffer.c           |   2 +-
50195  src/harfbuzz-impl.h             |   2 +-
50196  src/harfbuzz.c                  |   1 -
50197  src/hb-ot-layout-gdef-private.h |   4 +-
50198  src/hb-ot-layout-gsub-private.h | 383
50199  +++++++++++++++++++++++++++++-----------
50200  src/hb-ot-layout-open-private.h |  31 +++-
50201  src/hb-ot-layout-private.h      |   6 +-
50202  src/hb-ot-layout.cc             |  94 +++++++---
50203  src/hb-ot-layout.h              |   2 -
50204  9 files changed, 381 insertions(+), 144 deletions(-)
50205
50206 commit 30bd763fa2fa4aceee51433ec9fc8dc28480b5d7
50207 Author: Behdad Esfahbod <behdad@behdad.org>
50208 Date:   Wed Apr 15 22:56:15 2009 -0400
50209
50210     Implement the first substitute()
50211
50212  src/harfbuzz-buffer-private.h   |  8 ++--
50213  src/harfbuzz-buffer.c           |  4 +-
50214  src/harfbuzz-buffer.h           |  2 +-
50215  src/harfbuzz-gdef-private.h     |  4 +-
50216  src/harfbuzz-gdef.c             |  6 +--
50217  src/harfbuzz-gdef.h             |  2 +-
50218  src/harfbuzz-gpos.c             |  8 ++--
50219  src/harfbuzz-gpos.h             |  2 +-
50220  src/harfbuzz-gsub.h             |  2 +-
50221  src/hb-ot-layout-gsub-private.h | 88
50222  +++++++++++++++++++++++++++++++++++++----
50223  src/hb-ot-layout-open-private.h |  2 +-
50224  src/hb-ot-layout-private.h      | 23 ++++++-----
50225  src/hb-ot-layout.cc             | 54 +++++++++++++++++--------
50226  src/hb-ot-layout.h              |  2 +-
50227  14 files changed, 151 insertions(+), 56 deletions(-)
50228
50229 commit ce48f03946bef895912019046bdbe62bb1301d0b
50230 Merge: 0e13bee 2d15e72
50231 Author: Behdad Esfahbod <behdad@behdad.org>
50232 Date:   Mon Nov 2 14:35:51 2009 -0500
50233
50234     Merge harfbuzz-ng
50235
50236 commit 0e13beeb93077750183a8242780158b88df81e26
50237 Author: Behdad Esfahbod <behdad@behdad.org>
50238 Date:   Fri Apr 17 17:03:39 2009 -0400
50239
50240     Use git.mk
50241
50242  src/Makefile.am | 2 ++
50243  1 file changed, 2 insertions(+)
50244
50245 commit 2d15e72c75931398db5e027e660f1320bb979117
50246 Author: Behdad Esfahbod <behdad@behdad.org>
50247 Date:   Wed Apr 15 19:50:16 2009 -0400
50248
50249     Give it a start at GSUB
50250
50251  src/hb-common.h                 |   5 +-
50252  src/hb-ot-layout-gdef-private.h |  24 ++++----
50253  src/hb-ot-layout-gsub-private.h | 120
50254  +++++++++++++++++++++++++++++++++++++++-
50255  src/hb-ot-layout-open-private.h |  51 ++++++++++-------
50256  src/hb-ot-layout-private.h      |   2 +-
50257  src/hb-ot-layout.cc             |  63 +++++++++++++++++++--
50258  src/hb-ot-layout.h              |  29 +++++++++-
50259  src/main.cc                     |   4 +-
50260  8 files changed, 253 insertions(+), 45 deletions(-)
50261
50262 commit 9d870f2a558f4e463e3ff953312202a8d144158b
50263 Author: Behdad Esfahbod <behdad@behdad.org>
50264 Date:   Thu Apr 9 13:30:26 2009 -0400
50265
50266     Bug 577952 – Error loading {GDEF,GSUB,GPOS} table 0x6EAD
50267
50268     Detect TrueType Collections by checking the font data header instead
50269     of checking for "face->num_faces >1".
50270
50271  src/harfbuzz-stream.c | 11 +++++++++--
50272  1 file changed, 9 insertions(+), 2 deletions(-)
50273
50274 commit d49caf1f77743550d83fc7feced1293ba34a4e99
50275 Author: Behdad Esfahbod <behdad@behdad.org>
50276 Date:   Mon Mar 2 15:16:11 2009 +0330
50277
50278     [opentype] Protect against illegal access for arrays of length zero
50279
50280  src/harfbuzz-gpos.c | 22 ++++++++++++++++++----
50281  src/harfbuzz-gsub.c |  6 ++++++
50282  2 files changed, 24 insertions(+), 4 deletions(-)
50283
50284 commit 66871797af194f9d2161faf8bfbc9684f09e207e
50285 Author: Behdad Esfahbod <behdad@behdad.org>
50286 Date:   Mon Mar 2 14:20:20 2009 +0330
50287
50288     [opentype] Use size_t instead of uint for malloc wrappers
50289
50290  src/harfbuzz-impl.c | 4 ++--
50291  src/harfbuzz-impl.h | 6 ++++--
50292  2 files changed, 6 insertions(+), 4 deletions(-)
50293
50294 commit 3664e59c52ed56486a3e38126c0c3abb78f42233
50295 Author: Behdad Esfahbod <behdad@behdad.org>
50296 Date:   Mon Mar 2 11:09:29 2009 +0330
50297
50298     Fix Bug 572529 – Poor -I ordering can break build
50299
50300  src/Makefile.am | 4 ++--
50301  1 file changed, 2 insertions(+), 2 deletions(-)
50302
50303 commit aca4d11388eedd532a73bd34747abb65c0ea9291
50304 Author: Behdad Esfahbod <behdad@gnome.org>
50305 Date:   Mon Feb 2 00:13:07 2009 +0000
50306
50307     Allocate all array rows in a single ALLOC call. Saves over 100
50308     alloc calls
50309
50310     2009-01-31  Behdad Esfahbod  <behdad@gnome.org>
50311
50312             * pango/opentype/harfbuzz-gpos.c (Load_Mark2Array),
50313             (Free_Mark2Array):
50314             Allocate all array rows in a single ALLOC call.  Saves over
50315             100
50316             alloc calls when loading DejaVu Sans,
50317
50318  src/harfbuzz-gpos.c | 59
50319  +++++++++++++++--------------------------------------
50320  1 file changed, 17 insertions(+), 42 deletions(-)
50321
50322 commit c561d69c721105b78bb06d1e3c5f21ca314d924a
50323 Author: Behdad Esfahbod <behdad@gnome.org>
50324 Date:   Thu Jan 29 09:20:08 2009 +0000
50325
50326     Remove ClassDef->Defined field. This is the comment accompanying it:
50327
50328     2009-01-29  Behdad Esfahbod  <behdad@gnome.org>
50329
50330             * pango/opentype/harfbuzz-open.h:
50331             * pango/opentype/harfbuzz-gdef.c (Make_ClassRange),
50332             (HB_GDEF_Build_ClassDefinition):
50333             * pango/opentype/harfbuzz-gpos.c (Load_PosClassRule),
50334             (Load_ChainPosClassRule):
50335             * pango/opentype/harfbuzz-gsub.c (Load_SubClassRule),
50336             (Load_ChainSubClassRule):
50337             * pango/opentype/harfbuzz-open.c (Load_ClassDef1),
50338             (Load_ClassDef2), (_HB_OPEN_Load_ClassDefinition),
50339             (_HB_OPEN_Load_EmptyClassDefinition),
50340             (_HB_OPEN_Free_ClassDefinition):
50341             Remove ClassDef->Defined field.  This is the comment
50342             accompanying it:
50343
50344               The `Defined' field is not defined in the OpenType
50345               specification
50346               but apparently needed for processing fonts like trado.ttf:
50347               This
50348               font refers to a class which contains not a single element.
50349               We
50350               map such classes to class 0.
50351
50352             The comment is correct that trado.ttf (MS Traditional
50353             Arabic) uses
50354             such classes.  However, in my testing I couldn't identify any
50355             problems with the font if the special handling is removed.
50356             I also
50357             processed as many fonts as I could get my hand on and
50358             trado.ttf was
50359             the only not-totally-broken font hitting the special-case
50360             code.
50361             DejaVu fonts hit it too, but I'm sure they do not require the
50362             special-handling code.  Most probably, that code introduces
50363             bugs
50364             in them.
50365
50366             The special-casing was consuming lots of memory.
50367             EIGHT MEGABYTES
50368             for loading DejaVu Sans!  While this could be complete
50369             fixed, I
50370             decided to remove the special-handling code altogether.
50371             I don't
50372             think it will make any real difference, and if it does,
50373             we'll fix
50374             fonts.  Such hacks will not be in harfbuzz-ng anyway.
50375
50376             Bug originally reported by nsf.
50377
50378  src/harfbuzz-gdef.c |  8 --------
50379  src/harfbuzz-gpos.c | 32 --------------------------------
50380  src/harfbuzz-gsub.c | 31 -------------------------------
50381  src/harfbuzz-open.c | 30 +++---------------------------
50382  src/harfbuzz-open.h |  8 --------
50383  5 files changed, 3 insertions(+), 106 deletions(-)
50384
50385 commit 9372edd6f020c92609853609dcb504c72551c9c3
50386 Author: Behdad Esfahbod <behdad@gnome.org>
50387 Date:   Thu Jan 29 09:19:56 2009 +0000
50388
50389     Use calloc(), instead of malloc()ing and memset()ing.
50390
50391     2009-01-29  Behdad Esfahbod  <behdad@gnome.org>
50392
50393             * pango/opentype/harfbuzz-impl.c (_hb_alloc): Use calloc(),
50394             instead of malloc()ing and memset()ing.
50395
50396  src/harfbuzz-impl.c | 4 +---
50397  1 file changed, 1 insertion(+), 3 deletions(-)
50398
50399 commit 94c21d26ba878b3168a21f2e76f02bc52e8fe6fd
50400 Author: Behdad Esfahbod <behdad@gnome.org>
50401 Date:   Thu Jan 29 09:19:43 2009 +0000
50402
50403     Remove old cruft.
50404
50405     2009-01-29  Behdad Esfahbod  <behdad@gnome.org>
50406
50407             * pango/opentype/harfbuzz-dump-main.c (main): Remove old
50408             cruft.
50409
50410  src/harfbuzz-dump-main.c | 144
50411  +----------------------------------------------
50412  1 file changed, 1 insertion(+), 143 deletions(-)
50413
50414 commit 0a47c4f78e8a9e81cd305f24ec92ea61ead7dd8d
50415 Author: Behdad Esfahbod <behdad@gnome.org>
50416 Date:   Thu Jan 29 09:19:20 2009 +0000
50417
50418     Allocate all array rows in a single ALLOC call. Saves over 2000 alloc
50419
50420     2009-01-29  Behdad Esfahbod  <behdad@gnome.org>
50421
50422             * pango/opentype/harfbuzz-gpos.c (Load_BaseArray),
50423             (Free_BaseArray):
50424             Allocate all array rows in a single ALLOC call.  Saves over
50425             2000
50426             alloc calls when loading DejaVu Sans!
50427
50428  src/harfbuzz-gpos.c | 57
50429  ++++++++++++++++-------------------------------------
50430  1 file changed, 17 insertions(+), 40 deletions(-)
50431
50432 commit 549be924bccd187f53791dfa27647981ac909545
50433 Author: Behdad Esfahbod <behdad@gnome.org>
50434 Date:   Fri Dec 26 02:31:47 2008 +0000
50435
50436     Bug 469049 – Fix all compiler warnings
50437
50438     2008-12-25  Behdad Esfahbod  <behdad@gnome.org>
50439
50440             Bug 469049 – Fix all compiler warnings
50441
50442             * pango-view/viewer-pangocairo.c (render_callback):
50443             * pango/fonts.c (append_field),
50444             (pango_font_description_to_string):
50445             * pango/opentype/harfbuzz-dump.c:
50446             * pango/pango-bidi-type.c
50447             (pango_log2vis_get_embedding_levels):
50448             * pango/pango-coverage.c (pango_coverage_set):
50449             * pango/pango-markup.c (span_parse_func):
50450             * pango/pango-renderer.c
50451             (pango_renderer_default_draw_error_underline):
50452             * pango/pango-utils.c (pango_scan_string):
50453             * pango/pangocairo-render.c
50454             (pango_cairo_renderer_draw_trapezoid),
50455             (draw_error_underline), (pango_cairo_renderer_class_init):
50456             Fix all the remaining warnings.
50457
50458  src/harfbuzz-dump.c | 3 +++
50459  1 file changed, 3 insertions(+)
50460
50461 commit 719f9eaa755396ff377da10c5eeced01d3456b1b
50462 Author: Behdad Esfahbod <behdad@gnome.org>
50463 Date:   Fri Dec 26 02:31:35 2008 +0000
50464
50465     Fix more warnings.
50466
50467     2008-12-25  Behdad Esfahbod  <behdad@gnome.org>
50468
50469             * pango/modules.c (pango_module_load), (script_info_free):
50470             * pango/opentype/harfbuzz-gpos.c (HB_Load_GPOS_Table):
50471             * pango/pango-bidi-type.c:
50472             * pango/pango-coverage.c (pango_coverage_ref),
50473             (pango_coverage_unref):
50474             * pango/pango-engine.c (pango_engine_shape_real_covers),
50475             (fallback_engine_shape), (fallback_engine_covers):
50476             * pango/pango-fontmap.c (pango_font_map_init):
50477             * pango/pango-ot-ruleset.c (pango_ot_ruleset_finalize),
50478             (pango_ot_ruleset_new):
50479             * pango/pangofc-decoder.c (pango_fc_decoder_init),
50480             (pango_fc_decoder_class_init):
50481             * pango/pangofc-font.c (pango_fc_font_find_shaper),
50482             (pango_fc_font_get_coverage):
50483             * pango/pangofc-fontmap.c (pango_fc_font_map_list_families),
50484             (pango_fc_make_pattern), (pango_fc_font_map_get_patterns),
50485             (get_first_font), (_pango_fc_font_map_get_coverage),
50486             (cleanup_font), (pango_fc_font_description_from_pattern),
50487             (pango_fc_face_list_sizes), (pango_fc_family_list_faces):
50488             * pango/pangoft2-fontmap.c
50489             (pango_ft2_font_map_get_resolution):
50490             * pango/pangoft2-render.c (pango_ft2_renderer_init),
50491             (pango_ft2_renderer_draw_trapezoid):
50492             * pango/pangoft2.c (pango_ft2_font_get_face),
50493             (pango_ft2_font_real_unlock_face),
50494             (pango_ft2_free_glyph_info_callback):
50495             Fix more warnings.
50496
50497  src/harfbuzz-gpos.c | 2 +-
50498  1 file changed, 1 insertion(+), 1 deletion(-)
50499
50500 commit 21f7d507f4b50e2743ab47954270f4c72d5a722a
50501 Author: Behdad Esfahbod <behdad@gnome.org>
50502 Date:   Wed Oct 15 03:45:29 2008 +0000
50503
50504     Bug 528272 – "Error loading GPOS table 5503" when using katakana
50505
50506     2008-10-14  Behdad Esfahbod  <behdad@gnome.org>
50507
50508             Bug 528272 – "Error loading GPOS table 5503" when using
50509             katakana
50510             characters
50511
50512             * pango/opentype/harfbuzz-gpos.c (Load_Mark2Array): Skip
50513             parsing
50514             null anchor tables.
50515
50516  src/harfbuzz-gpos.c | 7 +++++++
50517  1 file changed, 7 insertions(+)
50518
50519 commit a26c6ae70502b4d60c52a0648662b1619c688b9a
50520 Author: Behdad Esfahbod <behdad@gnome.org>
50521 Date:   Mon Sep 29 22:28:47 2008 +0000
50522
50523     Fix left-to-right positioning. Reported by Peter Hunter.
50524
50525     2008-09-29  Behdad Esfahbod  <behdad@gnome.org>
50526
50527             * pango/opentype/harfbuzz-gpos.c (Position_CursiveChain):
50528             Fix left-to-right positioning.  Reported by Peter Hunter.
50529
50530  src/harfbuzz-gpos.c | 2 +-
50531  1 file changed, 1 insertion(+), 1 deletion(-)
50532
50533 commit b6c06c56a33f1e1ec15e3b525ecafe8fadc679db
50534 Author: Behdad Esfahbod <behdad@gnome.org>
50535 Date:   Sun Jun 29 18:30:14 2008 +0000
50536
50537     Bug 540592 – Crash in HB_GSUB_Apply_String with Linux-Libertine font
50538
50539     2008-06-29  Behdad Esfahbod  <behdad@gnome.org>
50540
50541             Bug 540592 – Crash in HB_GSUB_Apply_String with
50542             Linux-Libertine font
50543
50544             * pango/opentype/harfbuzz-gsub.c (GSUB_Do_String_Lookup):
50545             Fix reverse
50546             loops for type 8 lookups.
50547
50548  src/harfbuzz-gsub.c | 2 +-
50549  1 file changed, 1 insertion(+), 1 deletion(-)
50550
50551 commit c44733596c6648e209c12349e18e35424edf3d59
50552 Author: Behdad Esfahbod <behdad@behdad.org>
50553 Date:   Mon Feb 18 21:14:23 2008 -0500
50554
50555     [hb-ot-layout] Add proper namespace to accessors
50556
50557  src/hb-ot-layout.cc | 165
50558  ++++++++++++++++++++++++++++++++++++++--------------
50559  src/hb-ot-layout.h  | 115 +++++++++++++++++++++++-------------
50560  2 files changed, 198 insertions(+), 82 deletions(-)
50561
50562 commit 57225672098ebdafb0c06ae091a1b55635daca29
50563 Author: Behdad Esfahbod <behdad@behdad.org>
50564 Date:   Mon Feb 18 20:58:39 2008 -0500
50565
50566     Fix typo, add TODOs
50567
50568  src/hb-ot-layout-open-private.h | 5 ++++-
50569  1 file changed, 4 insertions(+), 1 deletion(-)
50570
50571 commit 4a26ea408c87f0bb59deca9ff44008d138471aa3
50572 Author: Behdad Esfahbod <behdad@behdad.org>
50573 Date:   Mon Jan 28 07:40:10 2008 -0500
50574
50575     Finish script, language, and feature public API
50576
50577  src/hb-ot-layout-open-private.h |  22 ++++++---
50578  src/hb-ot-layout.cc             | 107
50579  +++++++++++++++++++++++++++++++---------
50580  src/hb-ot-layout.h              |  34 ++++++++++++-
50581  3 files changed, 132 insertions(+), 31 deletions(-)
50582
50583 commit 706ab25a4cb043d46e6088aa0a7184ee200276c9
50584 Author: Behdad Esfahbod <behdad@behdad.org>
50585 Date:   Mon Jan 28 05:58:50 2008 -0500
50586
50587     Add script and language public getter API
50588
50589  src/hb-ot-layout-open-private.h |  40 ++++++++-----
50590  src/hb-ot-layout.cc             | 127
50591  +++++++++++++++++++++++++++++++++++++++-
50592  src/hb-ot-layout.h              |  56 ++++++++++++++++++
50593  src/main.cc                     |   2 +-
50594  4 files changed, 207 insertions(+), 18 deletions(-)
50595
50596 commit 40a81314fa3eb7c701aea47b43f81bfad985f717
50597 Author: Behdad Esfahbod <behdad@behdad.org>
50598 Date:   Mon Jan 28 02:30:48 2008 -0500
50599
50600     Make main.cc compile again, which means finished getter API
50601
50602  src/hb-ot-layout-open-private.h | 117
50603  +++++++++++++++++++++++++++++-----------
50604  src/main.cc                     |  99 +++++++++++++++++++++++-----------
50605  2 files changed, 155 insertions(+), 61 deletions(-)
50606
50607 commit e50c3978d37b2c0d6ddd4ced6a6196f6857cd596
50608 Author: Behdad Esfahbod <behdad@behdad.org>
50609 Date:   Mon Jan 28 00:16:49 2008 -0500
50610
50611     Rename HB_OT_Layout to hb_ot_layout_t
50612
50613  src/hb-ot-layout-private.h |  8 ++++----
50614  src/hb-ot-layout.cc        | 34 +++++++++++++++++-----------------
50615  src/hb-ot-layout.h         | 33 +++++++++++++++------------------
50616  3 files changed, 36 insertions(+), 39 deletions(-)
50617
50618 commit dfa811965133bc4d1696fa5a0166e17ed4142c98
50619 Author: Behdad Esfahbod <behdad@behdad.org>
50620 Date:   Mon Jan 28 00:12:21 2008 -0500
50621
50622     Rename hb_ot_layout_create() to hb_ot_layout_create_for_data()
50623
50624  src/hb-ot-layout.cc | 4 ++--
50625  src/hb-ot-layout.h  | 4 ++--
50626  2 files changed, 4 insertions(+), 4 deletions(-)
50627
50628 commit 54e5aac5e2947d4e2864c6f2987e4d275da73100
50629 Author: Behdad Esfahbod <behdad@behdad.org>
50630 Date:   Sun Jan 27 21:19:51 2008 -0500
50631
50632     GDEF completely working now
50633
50634  src/hb-ot-layout-open-private.h | 11 ++++++++---
50635  src/hb-ot-layout-private.h      | 16 +++++++++-------
50636  src/hb-ot-layout.cc             | 19 +++++++++----------
50637  src/hb-private.h                |  7 +++++++
50638  src/main.cc                     | 12 ++++++------
50639  5 files changed, 39 insertions(+), 26 deletions(-)
50640
50641 commit 6f425b11799aa20dab553085f05744191b7318e2
50642 Author: Behdad Esfahbod <behdad@behdad.org>
50643 Date:   Thu Jan 24 19:38:56 2008 -0500
50644
50645     [GDEF] Finish internal API
50646
50647  src/hb-ot-layout-private.h | 15 +++++++-
50648  src/hb-ot-layout.cc        | 95
50649  ++++++++++++++++++++++------------------------
50650  src/hb-ot-layout.h         | 16 ++++----
50651  3 files changed, 66 insertions(+), 60 deletions(-)
50652
50653 commit 590d55cbb9e21ef74dfd88eee51fd0a763958cd2
50654 Author: Behdad Esfahbod <behdad@behdad.org>
50655 Date:   Thu Jan 24 19:13:50 2008 -0500
50656
50657     [GDEF] Finish public API
50658
50659  src/hb-common.h                 |  11 ++++
50660  src/hb-ot-layout-gdef-private.h |  28 +++++----
50661  src/hb-ot-layout-open-private.h |  25 ++++----
50662  src/hb-ot-layout-private.h      |  23 ++------
50663  src/hb-ot-layout.cc             | 123
50664  +++++++++++++++++++++++++++++++++++++---
50665  src/hb-ot-layout.h              |  29 ++++++----
50666  6 files changed, 176 insertions(+), 63 deletions(-)
50667
50668 commit aff831ed6787abe8e24a977e34d97ff2e0b7dc21
50669 Author: Behdad Esfahbod <behdad@behdad.org>
50670 Date:   Thu Jan 24 06:03:45 2008 -0500
50671
50672     Implement glyph properties
50673
50674  src/hb-ot-layout-gdef-private.h | 10 ++++-
50675  src/hb-ot-layout-private.h      | 16 +++++++-
50676  src/hb-ot-layout.cc             | 84
50677  +++++++++++++++++++++++++++++++++++++----
50678  src/hb-ot-layout.h              | 25 ++++++++----
50679  4 files changed, 117 insertions(+), 18 deletions(-)
50680
50681 commit ead428d7a0bf4dc84340a99f3959e5cc58123e99
50682 Author: Behdad Esfahbod <behdad@behdad.org>
50683 Date:   Thu Jan 24 03:54:09 2008 -0500
50684
50685     More public api
50686
50687  src/hb-ot-layout-open-private.h | 32 +++++++++++++++++++-------------
50688  src/hb-ot-layout-private.h      |  9 ++++++---
50689  src/hb-ot-layout.cc             | 21 ++++++++++++++-------
50690  src/hb-ot-layout.h              |  2 --
50691  4 files changed, 39 insertions(+), 25 deletions(-)
50692
50693 commit fd92a3dde32fd10df30c9eeb97641bc3c15b1e9b
50694 Author: Behdad Esfahbod <behdad@behdad.org>
50695 Date:   Thu Jan 24 03:11:09 2008 -0500
50696
50697     Starting public interface
50698
50699  src/{Makefile => Makefile.ng}   |  0
50700  src/hb-ot-layout-gdef-private.h | 17 ++++----
50701  src/hb-ot-layout-gsub-private.h |  3 +-
50702  src/hb-ot-layout-open-private.h | 92
50703  +++++++++++++++++++++++++++++------------
50704  src/hb-ot-layout-private.h      | 51 +++++++++++++++++++++++
50705  src/hb-ot-layout.cc             | 67 ++++++++++++++++++++++++++++++
50706  src/hb-ot-layout.h              | 35 ++++++++++++++--
50707  src/main.cc                     |  1 +
50708  8 files changed, 225 insertions(+), 41 deletions(-)
50709
50710 commit 7d6b95b000ec6cd8ca93113b2d81a049ad2f9bbe
50711 Author: Behdad Esfahbod <behdad@src.gnome.org>
50712 Date:   Thu Jan 24 04:42:24 2008 +0000
50713
50714     Remove unused macro
50715
50716  src/harfbuzz-impl.h | 2 --
50717  1 file changed, 2 deletions(-)
50718
50719 commit 7586089c6fa8185cad8387869d3703c637e5cbb1
50720 Author: Behdad Esfahbod <behdad@behdad.org>
50721 Date:   Wed Jan 23 18:02:28 2008 -0500
50722
50723     Minor
50724
50725  src/hb-ot-layout-gdef-private.h | 37 +++++++++++++++++++++++++------
50726  src/hb-ot-layout-gsub-private.h | 13 +++++++++++
50727  src/hb-ot-layout-open-private.h | 49
50728  ++++++++++++++++++++++++++++++++++-------
50729  src/hb-private.h                |  2 ++
50730  4 files changed, 86 insertions(+), 15 deletions(-)
50731
50732 commit aefaafe5bc4fc6d37a412c135b1079c287be7045
50733 Author: Behdad Esfahbod <behdad@behdad.org>
50734 Date:   Wed Jan 23 17:25:29 2008 -0500
50735
50736     Minor renaming
50737
50738  src/hb-ot-layout-gdef-private.h | 10 +++++-----
50739  src/hb-ot-layout-open-private.h | 16 +++++++---------
50740  src/main.cc                     |  4 ++--
50741  3 files changed, 14 insertions(+), 16 deletions(-)
50742
50743 commit a16ecbf0564a6e2576da22c12827f3c0719da549
50744 Author: Behdad Esfahbod <behdad@behdad.org>
50745 Date:   Wed Jan 23 17:01:55 2008 -0500
50746
50747     Initial gsub stub
50748
50749  src/hb-ot-layout-gdef-private.h |   4 +
50750  src/hb-ot-layout-gsub-private.h | 453
50751  ++++++++++++++++++++++++++++++++++++++++
50752  src/hb-ot-layout-open-private.h |   3 +
50753  src/main.cc                     |   1 +
50754  4 files changed, 461 insertions(+)
50755
50756 commit 64aef3a54999496fd1de4f5aa5b019e4c03b3836
50757 Author: Behdad Esfahbod <behdad@behdad.org>
50758 Date:   Wed Jan 23 16:14:38 2008 -0500
50759
50760     Add copyright notices.
50761
50762  src/hb-common.h                 | 26 ++++++++++++++++++++++++++
50763  src/hb-ot-layout-gdef-private.h | 26 ++++++++++++++++++++++++++
50764  src/hb-ot-layout-open-private.h | 26 ++++++++++++++++++++++++++
50765  src/hb-ot-layout.h              | 26 ++++++++++++++++++++++++++
50766  src/hb-private.h                | 26 ++++++++++++++++++++++++++
50767  src/main.cc                     | 26 ++++++++++++++++++++++++++
50768  6 files changed, 156 insertions(+)
50769
50770 commit 12360f7c159826ae72271b34486dee59d96aa8ca
50771 Author: Behdad Esfahbod <behdad@behdad.org>
50772 Date:   Wed Jan 23 15:50:38 2008 -0500
50773
50774     Minor cleanup, add LIKELY and UNLIKELY annotations
50775
50776  src/hb-ot-layout-gdef-private.h | 63
50777  +++++++++++++++++++++++------------------
50778  src/hb-ot-layout-open-private.h | 36 ++++++++---------------
50779  src/hb-private.h                | 15 ++++++++++
50780  3 files changed, 63 insertions(+), 51 deletions(-)
50781
50782 commit 8dd1c8b8d6797d899d0f5b0a8015886bf6520ca2
50783 Author: Behdad Esfahbod <behdad@behdad.org>
50784 Date:   Wed Jan 23 05:00:30 2008 -0500
50785
50786     Clean up file names, add namespace
50787
50788  src/harfbuzz-common.h                                      | 14
50789  --------------
50790  src/harfbuzz-gdef.h                                        | 11
50791  -----------
50792  src/hb-common.h                                            | 14
50793  ++++++++++++++
50794  ...harfbuzz-gdef-private.h => hb-ot-layout-gdef-private.h} |  8 ++++----
50795  ...harfbuzz-open-private.h => hb-ot-layout-open-private.h} | 10
50796  +++++-----
50797  src/{harfbuzz-open.h => hb-ot-layout.h}                    | 12
50798  ++++++------
50799  src/{harfbuzz-private.h => hb-private.h}                   |  6 +++---
50800  src/main.cc                                                |  4 ++--
50801  8 files changed, 34 insertions(+), 45 deletions(-)
50802
50803 commit 1f437e6f47fb6c15761021bd2078f31778f2179c
50804 Author: Behdad Esfahbod <behdad@behdad.org>
50805 Date:   Wed Jan 23 04:36:40 2008 -0500
50806
50807     Make all code NULL-free and assert-free
50808
50809  src/harfbuzz-gdef-private.h | 125 ++++++++++---------
50810  src/harfbuzz-open-private.h | 285
50811  +++++++++++++++++++++++---------------------
50812  src/main.cc                 |   8 +-
50813  3 files changed, 214 insertions(+), 204 deletions(-)
50814
50815 commit 600e5eb80f553ea8eb862e6784133574c74ca513
50816 Author: Behdad Esfahbod <behdad@behdad.org>
50817 Date:   Wed Jan 23 02:01:37 2008 -0500
50818
50819     Define get_for_data() factories
50820
50821  src/harfbuzz-gdef-private.h |  3 +++
50822  src/harfbuzz-open-private.h | 42
50823  +++++++++++++++++++++++++++++-------------
50824  src/main.cc                 | 10 ++++------
50825  3 files changed, 36 insertions(+), 19 deletions(-)
50826
50827 commit b9d7688fb3d45894901484b74095c4f11cab6196
50828 Author: Behdad Esfahbod <behdad@behdad.org>
50829 Date:   Wed Jan 23 01:38:10 2008 -0500
50830
50831     Finish and test GDEF
50832
50833  src/harfbuzz-gdef-private.h | 72
50834  ++++++++++++++++++++++++++++++++-------------
50835  src/harfbuzz-open-private.h | 23 ++++++++-------
50836  src/harfbuzz-open.h         |  4 +++
50837  src/main.cc                 | 10 +++++++
50838  4 files changed, 77 insertions(+), 32 deletions(-)
50839
50840 commit 303fe62824d4e99df554b6bfaacba05d068522fb
50841 Author: Behdad Esfahbod <behdad@behdad.org>
50842 Date:   Wed Jan 23 00:20:48 2008 -0500
50843
50844     Misc cleanup
50845
50846  src/Makefile                |  10 ++++-
50847  src/harfbuzz-gdef-private.h |  65 +++++++++++++++++++++-------
50848  src/harfbuzz-open-private.h | 102
50849  ++++++++++++++++++++++++++++++++++++++++----
50850  src/harfbuzz-private.h      |   6 +++
50851  src/main.cc                 |  12 +++---
50852  5 files changed, 163 insertions(+), 32 deletions(-)
50853
50854 commit 17843245fde4cc8cddc7da8ef30357d3d8778187
50855 Author: Behdad Esfahbod <behdad@gnome.org>
50856 Date:   Wed Jan 16 20:39:29 2008 +0000
50857
50858     Remove COPYING.GPL and COPYING.FTL that are no longer there.
50859
50860     2008-01-16  Behdad Esfahbod  <behdad@gnome.org>
50861
50862             * pango/opentype/Makefile.am: Remove COPYING.GPL and
50863             COPYING.FTL that
50864             are no longer there.
50865
50866  src/Makefile.am | 2 --
50867  1 file changed, 2 deletions(-)
50868
50869 commit a2a9a023f6472ba262f89e5327318996b8258d25
50870 Author: Behdad Esfahbod <behdad@gnome.org>
50871 Date:   Tue Jan 15 22:46:32 2008 +0000
50872
50873     HarfBuzz was relicensed to a more generous and simpler
50874     license. Adapt. See
50875
50876     2008-01-15  Behdad Esfahbod  <behdad@gnome.org>
50877
50878             * pango/opentype/*:
50879             HarfBuzz was relicensed to a more generous and simpler
50880             license.
50881             Adapt.  See pango/opentype/COPYING for the new license
50882             which is
50883             LGPL-compatible.
50884
50885  src/COPYING                   |  39 +++--
50886  src/COPYING.FTL               | 174 ---------------------
50887  src/COPYING.GPL               | 340
50888  ------------------------------------------
50889  src/harfbuzz-buffer-private.h |  32 ++--
50890  src/harfbuzz-buffer.c         |  27 +++-
50891  src/harfbuzz-buffer.h         |  32 ++--
50892  src/harfbuzz-dump-main.c      |  34 +++--
50893  src/harfbuzz-dump.c           |  34 +++--
50894  src/harfbuzz-dump.h           |  35 +++--
50895  src/harfbuzz-gdef-private.h   |  29 +++-
50896  src/harfbuzz-gdef.c           |  29 +++-
50897  src/harfbuzz-gdef.h           |  29 +++-
50898  src/harfbuzz-global.h         |  29 +++-
50899  src/harfbuzz-gpos-private.h   |  29 +++-
50900  src/harfbuzz-gpos.c           |  31 +++-
50901  src/harfbuzz-gpos.h           |  29 +++-
50902  src/harfbuzz-gsub-private.h   |  29 +++-
50903  src/harfbuzz-gsub.c           |  31 +++-
50904  src/harfbuzz-gsub.h           |  29 +++-
50905  src/harfbuzz-impl.c           |  31 +++-
50906  src/harfbuzz-impl.h           |  29 +++-
50907  src/harfbuzz-open-private.h   |  29 +++-
50908  src/harfbuzz-open.c           |  29 +++-
50909  src/harfbuzz-open.h           |  29 +++-
50910  src/harfbuzz-stream-private.h |  29 +++-
50911  src/harfbuzz-stream.c         |  31 +++-
50912  src/harfbuzz.c                |  28 +++-
50913  src/harfbuzz.h                |  29 +++-
50914  28 files changed, 564 insertions(+), 741 deletions(-)
50915
50916 commit 4ccedd22eaa6e47bd8bbf255627a8b55fbb44736
50917 Author: Behdad Esfahbod <behdad@gnome.org>
50918 Date:   Wed Dec 5 03:41:29 2007 +0000
50919
50920     Bug 501575 – Compile errors Patch from Jens Granseuer
50921
50922     2007-12-04  Behdad Esfahbod  <behdad@gnome.org>
50923
50924             Bug 501575 – Compile errors
50925             Patch from Jens Granseuer
50926
50927             * pango/opentype/harfbuzz-stream.c (_hb_font_goto_table):
50928             * pango/pango-utils.c (handle_alias_line):
50929             Fix C99ism.
50930
50931  src/harfbuzz-stream.c | 4 ++--
50932  1 file changed, 2 insertions(+), 2 deletions(-)
50933
50934 commit cd55cfa2b0a1fe35d5a4ad1c8feaa399d7fb7ab3
50935 Author: Behdad Esfahbod <behdad@src.gnome.org>
50936 Date:   Fri Nov 30 04:31:29 2007 +0000
50937
50938     Undo accidental change.
50939
50940  src/harfbuzz-impl.c | 2 --
50941  1 file changed, 2 deletions(-)
50942
50943 commit 3f05da638c8d7b13e7f860aeda1a6321e5ebd92e
50944 Author: Behdad Esfahbod <behdad@gnome.org>
50945 Date:   Fri Nov 30 04:29:58 2007 +0000
50946
50947     Bug 485536 – underline_position can be zero
50948
50949     2007-11-29  Behdad Esfahbod  <behdad@gnome.org>
50950
50951             Bug 485536 – underline_position can be zero
50952
50953             * pango/pango-utils.c (pango_cairo_quantize_line_geometry):
50954             Document that returned position may be zero.
50955
50956             * pango/pangocairo-win32font.c
50957             (pango_cairo_win32_font_create_metrics_for_context):
50958             * pango/pangofc-font.c (get_face_metrics):
50959             Handle case of underline_position==0 after rounding.
50960
50961  src/harfbuzz-impl.c | 2 ++
50962  1 file changed, 2 insertions(+)
50963
50964 commit e58278fedb67cbaac4bf4d6dfc33209cb22eec08
50965 Author: Behdad Esfahbod <behdad@gnome.org>
50966 Date:   Sat Nov 24 01:40:13 2007 +0000
50967
50968     Remove unused macro.
50969
50970     2007-11-23  Behdad Esfahbod  <behdad@gnome.org>
50971
50972             * pango/opentype/harfbuzz-impl.c: Remove unused macro.
50973
50974  src/harfbuzz-impl.c | 18 ------------------
50975  1 file changed, 18 deletions(-)
50976
50977 commit 3b047380aec4ccc707c4579327d54172c19820fd
50978 Author: Behdad Esfahbod <behdad@src.gnome.org>
50979 Date:   Sun Nov 18 22:34:08 2007 +0000
50980
50981     Minor
50982
50983  src/harfbuzz-dump-main.c |  4 +--
50984  src/harfbuzz-stream.c    | 89
50985  ++++++++++++++++++++++++------------------------
50986  2 files changed, 46 insertions(+), 47 deletions(-)
50987
50988 commit 10d6a25a26bdbab4ece4edf0e34ffd3d22410ebe
50989 Author: Behdad Esfahbod <behdad@src.gnome.org>
50990 Date:   Wed Nov 7 10:04:11 2007 +0000
50991
50992     Remove dead code.
50993
50994  src/harfbuzz-gdef.c | 88
50995  -----------------------------------------------------
50996  src/harfbuzz-gpos.h |  4 +--
50997  2 files changed, 1 insertion(+), 91 deletions(-)
50998
50999 commit 47d2c33e3d099fae79e199367de5011bc5c12273
51000 Author: Behdad Esfahbod <behdad@gnome.org>
51001 Date:   Wed Nov 7 09:59:18 2007 +0000
51002
51003     And some more.
51004
51005     2007-11-07  Behdad Esfahbod  <behdad@gnome.org>
51006
51007             * pango/opentype/*: And some more.
51008
51009  src/harfbuzz-buffer.h         |  8 ++---
51010  src/harfbuzz-dump-main.c      | 22 ++++++------
51011  src/harfbuzz-gdef.c           | 14 ++++----
51012  src/harfbuzz-gdef.h           |  4 +--
51013  src/harfbuzz-global.h         | 21 +++++------
51014  src/harfbuzz-gpos.c           | 82
51015  +++++++++++++++++++++----------------------
51016  src/harfbuzz-gpos.h           | 12 +++----
51017  src/harfbuzz-gsub.c           |  4 +--
51018  src/harfbuzz-gsub.h           |  4 +--
51019  src/harfbuzz-stream-private.h |  4 +--
51020  src/harfbuzz-stream.c         | 16 ++++-----
51021  11 files changed, 95 insertions(+), 96 deletions(-)
51022
51023 commit 78ef65ba08967fe1b5f97bcb27074bd635f4b898
51024 Author: Behdad Esfahbod <behdad@gnome.org>
51025 Date:   Wed Nov 7 08:06:01 2007 +0000
51026
51027     Some more cleanup and merging.
51028
51029     2007-11-07  Behdad Esfahbod  <behdad@gnome.org>
51030
51031             * pango/opentype/*: Some more cleanup and merging.
51032
51033  src/Makefile.am               |   6 +-
51034  src/harfbuzz-buffer-private.h |  33 ++++++
51035  src/harfbuzz-buffer.c         |   4 +-
51036  src/harfbuzz-dump-main.c      |   3 +-
51037  src/harfbuzz-gdef-private.h   |   9 +-
51038  src/harfbuzz-gdef.c           |  39 +++++++
51039  src/harfbuzz-global.h         |   2 +
51040  src/harfbuzz-gpos-private.h   |   1 +
51041  src/harfbuzz-gpos.c           |  32 +-----
51042  src/harfbuzz-gsub-private.h   |   1 +
51043  src/harfbuzz-gsub.c           |  33 +-----
51044  src/harfbuzz-impl.c           | 216
51045  ++------------------------------------
51046  src/harfbuzz-impl.h           | 100 +-----------------
51047  src/harfbuzz-open-private.h   |   4 +-
51048  src/harfbuzz-stream-private.h |  70 +++++++++++++
51049  src/harfbuzz-stream.c         | 234
51050  ++++++++++++++++++++++++++++++++++++++++++
51051  src/harfbuzz.c                |   1 +
51052  src/harfbuzz.h                |   3 +-
51053  18 files changed, 419 insertions(+), 372 deletions(-)
51054
51055 commit 5c9bd379950d914982bdb91d0f82b8036908db37
51056 Author: Behdad Esfahbod <behdad@src.gnome.org>
51057 Date:   Mon Oct 29 23:51:48 2007 +0000
51058
51059     Fix typo.
51060
51061  src/Makefile.am | 5 +++--
51062  1 file changed, 3 insertions(+), 2 deletions(-)
51063
51064 commit ef1f481752fa6e478f649e826c96927c98f21981
51065 Author: Behdad Esfahbod <behdad@gnome.org>
51066 Date:   Thu Oct 25 23:37:11 2007 +0000
51067
51068     Even more cleanup and more type renames.
51069
51070     2007-10-25  Behdad Esfahbod  <behdad@gnome.org>
51071
51072             * pango/opentype/*: Even more cleanup and more type renames.
51073
51074  src/harfbuzz-buffer.h |  3 +--
51075  src/harfbuzz-global.h |  6 ++++++
51076  src/harfbuzz-impl.c   | 16 ++++++++--------
51077  src/harfbuzz-impl.h   | 22 +++++++++++-----------
51078  src/harfbuzz-open.h   |  3 ---
51079  5 files changed, 26 insertions(+), 24 deletions(-)
51080
51081 commit 282c60a0eea0db784b0a094958bec35b5f3dc399
51082 Author: Behdad Esfahbod <behdad@gnome.org>
51083 Date:   Thu Oct 25 23:22:17 2007 +0000
51084
51085     More cleanup, remove redundant error types.
51086
51087     2007-10-25  Behdad Esfahbod  <behdad@gnome.org>
51088
51089             * pango/opentype/*: More cleanup, remove redundant error
51090             types.
51091
51092  src/harfbuzz-dump-main.c |   4 +-
51093  src/harfbuzz-dump.c      |  14 +++---
51094  src/harfbuzz-gdef.c      |  25 +++++-----
51095  src/harfbuzz-gdef.h      |   3 --
51096  src/harfbuzz-global.h    |  31 ++++++------
51097  src/harfbuzz-gpos.c      | 124
51098  +++++++++++++++++++++++------------------------
51099  src/harfbuzz-gpos.h      |   3 --
51100  src/harfbuzz-gsub.c      |  86 ++++++++++++++++----------------
51101  src/harfbuzz-gsub.h      |   3 --
51102  src/harfbuzz-impl.c      |  18 +++----
51103  src/harfbuzz-impl.h      |   2 +
51104  src/harfbuzz-open.c      |  24 ++++-----
51105  src/harfbuzz-open.h      |   6 +--
51106  13 files changed, 170 insertions(+), 173 deletions(-)
51107
51108 commit 4280ec4df45ae86c10c3cd24ddb9c05e47223d39
51109 Author: Behdad Esfahbod <behdad@gnome.org>
51110 Date:   Thu Oct 25 00:23:46 2007 +0000
51111
51112     Rename ftglue.c to harfbuzz-impl.c and more type renames and
51113     moving code
51114
51115     2007-10-24  Behdad Esfahbod  <behdad@gnome.org>
51116
51117             * pango/opentype/*: Rename ftglue.c to harfbuzz-impl.c
51118             and more
51119             type renames and moving code around.
51120
51121  src/Makefile.am                   |   3 +-
51122  src/ftglue.h                      | 151
51123  --------------------------------------
51124  src/harfbuzz-dump-main.c          |  48 ++----------
51125  src/harfbuzz-dump.c               |  30 ++++----
51126  src/harfbuzz-gdef.c               |  18 ++---
51127  src/harfbuzz-global.h             |  18 +++++
51128  src/harfbuzz-gpos-private.h       |   2 +-
51129  src/harfbuzz-gpos.c               |  90 +++++++++++------------
51130  src/harfbuzz-gsub-private.h       |   2 +-
51131  src/harfbuzz-gsub.c               |  64 ++++++++--------
51132  src/{ftglue.c => harfbuzz-impl.c} |  64 ++++++++--------
51133  src/harfbuzz-impl.h               | 114 ++++++++++++++++++++++++++--
51134  src/harfbuzz-open-private.h       |  14 ++--
51135  src/harfbuzz-open.c               |  32 ++++----
51136  src/harfbuzz-open.h               |  16 ----
51137  src/harfbuzz.c                    |   4 +-
51138  16 files changed, 289 insertions(+), 381 deletions(-)
51139
51140 commit 5716ae278a82d318ddbfeba01d0785d4efbe1454
51141 Author: Behdad Esfahbod <behdad@gnome.org>
51142 Date:   Wed Oct 24 22:44:47 2007 +0000
51143
51144     New header file harfbuzz-global.h. Rename FT_* int types to HB_*
51145     types.
51146
51147     2007-10-24  Behdad Esfahbod  <behdad@gnome.org>
51148
51149             * pango/opentype/*: New header file harfbuzz-global.h.  Rename
51150             FT_* int types to HB_* types.
51151
51152  src/Makefile.am               |   1 +
51153  src/ftglue.c                  |  30 +--
51154  src/ftglue.h                  |  26 +-
51155  src/harfbuzz-buffer-private.h |  26 +-
51156  src/harfbuzz-buffer.c         |  40 ++--
51157  src/harfbuzz-buffer.h         |  42 ++--
51158  src/harfbuzz-dump-main.c      |  24 +-
51159  src/harfbuzz-dump.c           |  14 +-
51160  src/harfbuzz-dump.h           |   4 +-
51161  src/harfbuzz-gdef-private.h   |  30 +--
51162  src/harfbuzz-gdef.c           | 104 ++++----
51163  src/harfbuzz-gdef.h           |  32 +--
51164  src/harfbuzz-global.h         |  34 +++
51165  src/harfbuzz-gpos-private.h   | 182 +++++++-------
51166  src/harfbuzz-gpos.c           | 540
51167  +++++++++++++++++++++---------------------
51168  src/harfbuzz-gpos.h           |  52 ++--
51169  src/harfbuzz-gsub-private.h   | 142 +++++------
51170  src/harfbuzz-gsub.c           | 432 ++++++++++++++++-----------------
51171  src/harfbuzz-gsub.h           |  50 ++--
51172  src/harfbuzz-impl.h           |   6 +-
51173  src/harfbuzz-open-private.h   |  26 +-
51174  src/harfbuzz-open.c           | 146 ++++++------
51175  src/harfbuzz-open.h           |  88 +++----
51176  src/harfbuzz.h                |   1 +
51177  24 files changed, 1056 insertions(+), 1016 deletions(-)
51178
51179 commit 2130d852c76cccb94350a4aea222359640ffa8a4
51180 Author: Behdad Esfahbod <behdad@gnome.org>
51181 Date:   Wed Oct 24 21:35:03 2007 +0000
51182
51183     Add commented-out dummy struct for Extension lookups.
51184
51185     2007-10-24  Behdad Esfahbod  <behdad@gnome.org>
51186
51187             * pango/opentype/harfbuzz-gpos-private.h:
51188             * pango/opentype/harfbuzz-gsub-private.h:
51189             Add commented-out dummy struct for Extension lookups.
51190
51191  src/harfbuzz-gpos-private.h | 13 +++++++++++++
51192  src/harfbuzz-gsub-private.h | 13 +++++++++++++
51193  2 files changed, 26 insertions(+)
51194
51195 commit 13b2b963848ada169c2fe3d3669fbc1c337f7fe7
51196 Author: Behdad Esfahbod <behdad@gnome.org>
51197 Date:   Sun Oct 21 18:17:02 2007 +0000
51198
51199     Bug 488840 – harfbuzz: protect against ligid overflow
51200
51201     2007-10-21  Behdad Esfahbod  <behdad@gnome.org>
51202
51203             Bug 488840 – harfbuzz: protect against ligid overflow
51204
51205             * pango/opentype/harfbuzz-buffer.c
51206             (_hb_buffer_allocate_ligid):
51207             Never return zero, even in case of overflow.
51208
51209             * pango/opentype/harfbuzz-impl.h: Define dummy HB_LIKELY() and
51210             HB_UNLIKELY(), to be filled later.
51211
51212  src/harfbuzz-buffer.c | 6 +++++-
51213  src/harfbuzz-impl.h   | 3 +++
51214  2 files changed, 8 insertions(+), 1 deletion(-)
51215
51216 commit 6b347138b597c41af24453f630336ba2fc033dc5
51217 Author: Behdad Esfahbod <behdad@gnome.org>
51218 Date:   Thu Oct 11 08:30:50 2007 +0000
51219
51220     Mark internal symbols as HB_INTERNAL and define that to static in
51221
51222     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
51223
51224             * pango/opentype/*: Mark internal symbols as HB_INTERNAL and
51225             define that to static in harfbuzz.c.
51226
51227             * pango/opentype/harfbuzz-buffer-internal.h: New file.
51228
51229  src/Makefile.am               |   1 +
51230  src/ftglue.c                  |  18 +++----
51231  src/ftglue.h                  |  20 ++++----
51232  src/harfbuzz-buffer-private.h |  60 +++++++++++++++++++++++
51233  src/harfbuzz-buffer.c         | 108
51234  +++++++++++++++++++++-------------------
51235  src/harfbuzz-buffer.h         |  38 +--------------
51236  src/harfbuzz-gdef-private.h   |  17 ++++---
51237  src/harfbuzz-gdef.c           |  20 ++++----
51238  src/harfbuzz-gpos-private.h   |  13 +++--
51239  src/harfbuzz-gpos.c           |  16 +++---
51240  src/harfbuzz-gsub-private.h   |  14 +++---
51241  src/harfbuzz-gsub.c           |  20 ++++----
51242  src/harfbuzz-impl.h           |  12 +++--
51243  src/harfbuzz-open-private.h   |  81 +++++++++++++++++-------------
51244  src/harfbuzz-open.c           | 111
51245  ++++++++++++++++++++++++------------------
51246  src/harfbuzz.c                |   1 +
51247  16 files changed, 315 insertions(+), 235 deletions(-)
51248
51249 commit 7cdfb61deefd8f43edb5eb79d45d38dbbbef9051
51250 Author: Behdad Esfahbod <behdad@gnome.org>
51251 Date:   Thu Oct 11 07:46:33 2007 +0000
51252
51253     Remove FTGLUE_API/APIDEF cruft.
51254
51255     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
51256
51257             * pango/opentype/ftglue.[ch]: Remove FTGLUE_API/APIDEF cruft.
51258
51259  src/ftglue.c | 16 ++++++++--------
51260  src/ftglue.h | 24 ++++++++----------------
51261  2 files changed, 16 insertions(+), 24 deletions(-)
51262
51263 commit 61ddbafaaad31ccacde54cad7e60a84abffc0a9f
51264 Author: Behdad Esfahbod <behdad@gnome.org>
51265 Date:   Thu Oct 11 07:45:26 2007 +0000
51266
51267     Build harfbuzz.c instead of individual source files, to let
51268     compiler go
51269
51270     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
51271
51272             * pango/opentype/Makefile.am: Build harfbuzz.c instead
51273             of individual
51274             source files, to let compiler go wild with optimizations!
51275
51276  src/Makefile.am | 9 +++++----
51277  1 file changed, 5 insertions(+), 4 deletions(-)
51278
51279 commit a219b3d003d6727c79dc51282d21e9ac48c44458
51280 Author: Behdad Esfahbod <behdad@gnome.org>
51281 Date:   Thu Oct 11 07:34:08 2007 +0000
51282
51283     Same here.
51284
51285     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
51286
51287             * pango/opentype/harfbuzz.c: Same here.
51288
51289  src/harfbuzz.c | 1 -
51290  1 file changed, 1 deletion(-)
51291
51292 commit 6567e16e3b14c08659342bbcc9f2735e71f9114e
51293 Author: Behdad Esfahbod <behdad@gnome.org>
51294 Date:   Thu Oct 11 07:33:19 2007 +0000
51295
51296     Don't include harfbuzz-dump.[ch] in libharfbuzz.a. Those are just
51297     used by
51298
51299     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
51300
51301             * pango/opentype/Makefile.am: Don't include harfbuzz-dump.[ch]
51302             in
51303             libharfbuzz.a.  Those are just used by the harfbuzz-dump tool.
51304
51305  src/Makefile.am | 4 ++--
51306  1 file changed, 2 insertions(+), 2 deletions(-)
51307
51308 commit 0b032549ba7581c879a0fc4e794b0e9a4723ae85
51309 Author: Behdad Esfahbod <behdad@gnome.org>
51310 Date:   Thu Oct 11 07:24:47 2007 +0000
51311
51312     Some more cleanup.
51313
51314     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
51315
51316             * pango/opentype/harfbuzz-buffer.c: Some more cleanup.
51317
51318  src/harfbuzz-buffer.c | 11 ++---------
51319  1 file changed, 2 insertions(+), 9 deletions(-)
51320
51321 commit 7a26864308bd1ca8d5f47d798411cac7239b7d38
51322 Author: Behdad Esfahbod <behdad@gnome.org>
51323 Date:   Thu Oct 11 07:21:31 2007 +0000
51324
51325     Move some code around.
51326
51327     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
51328
51329             * pango/opentype/harfbuzz-buffer.c: Move some code around.
51330
51331  src/harfbuzz-buffer.c | 91
51332  +++++++++++++++++++++++++++------------------------
51333  1 file changed, 48 insertions(+), 43 deletions(-)
51334
51335 commit 7a5405c8261573a0f29d28fb533e800d698f6129
51336 Author: Behdad Esfahbod <behdad@src.gnome.org>
51337 Date:   Thu Oct 11 07:15:16 2007 +0000
51338
51339     Minor.
51340
51341  src/harfbuzz-buffer.c | 2 +-
51342  1 file changed, 1 insertion(+), 1 deletion(-)
51343
51344 commit 986f4fd96892ebda550793941bb1daed862c4a34
51345 Author: Behdad Esfahbod <behdad@gnome.org>
51346 Date:   Thu Oct 11 07:12:49 2007 +0000
51347
51348     Rename buffer->inplace to buffer->separate_out with the inverted
51349     meaning,
51350
51351     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
51352
51353             * pango/opentype/harfbuzz-buffer.[ch]: Rename buffer->inplace
51354             to
51355             buffer->separate_out with the inverted meaning, such that
51356             buffer
51357             is initialization is memset(0).
51358
51359  src/harfbuzz-buffer.c | 34 +++++++++++++++++-----------------
51360  src/harfbuzz-buffer.h |  2 +-
51361  2 files changed, 18 insertions(+), 18 deletions(-)
51362
51363 commit 06003908ccf2473366816935dd1b144cde587be9
51364 Author: Behdad Esfahbod <behdad@gnome.org>
51365 Date:   Thu Oct 11 07:05:09 2007 +0000
51366
51367     Allocate buffer->positions lazily.
51368
51369     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
51370
51371             * pango/opentype/*: Allocate buffer->positions lazily.
51372
51373  src/harfbuzz-buffer.c | 25 +++++++++++++++++++++++--
51374  src/harfbuzz-buffer.h |  3 +++
51375  src/harfbuzz-gpos.c   | 13 ++++++++-----
51376  src/harfbuzz-gsub.c   |  5 +++--
51377  4 files changed, 37 insertions(+), 9 deletions(-)
51378
51379 commit fc3d6f575826704a0ae9ee9018323f6a3c422f4b
51380 Author: Behdad Esfahbod <behdad@gnome.org>
51381 Date:   Thu Oct 11 06:52:07 2007 +0000
51382
51383     Bug 485621 – Get rid of freetype memory allocator in harfbuzz
51384
51385     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
51386
51387             Bug 485621 – Get rid of freetype memory allocator in
51388             harfbuzz
51389
51390             * pango/opentype/*: Remove all occurences of FT_Memory.  Use
51391             malloc/realloc/free directly.
51392
51393             * pango/pango-ot*: Update to above.
51394
51395  src/ftglue.c                |  52 ++---
51396  src/ftglue.h                |  28 ++-
51397  src/harfbuzz-buffer.c       |  16 +-
51398  src/harfbuzz-buffer.h       |   4 +-
51399  src/harfbuzz-gdef.c         | 106 ++++------
51400  src/harfbuzz-gdef.h         |   6 +-
51401  src/harfbuzz-gpos-private.h |   1 -
51402  src/harfbuzz-gpos.c         | 462
51403  ++++++++++++++++++--------------------------
51404  src/harfbuzz-gpos.h         |   2 -
51405  src/harfbuzz-gsub-private.h |   1 -
51406  src/harfbuzz-gsub.c         | 312 +++++++++++-------------------
51407  src/harfbuzz-gsub.h         |   2 -
51408  src/harfbuzz-open-private.h |  25 ++-
51409  src/harfbuzz-open.c         | 127 ++++++------
51410  14 files changed, 441 insertions(+), 703 deletions(-)
51411
51412 commit a8abb8b994c3cd89808e8f7128a0c04b23eb3ede
51413 Author: Behdad Esfahbod <behdad@gnome.org>
51414 Date:   Thu Oct 11 00:07:58 2007 +0000
51415
51416     Bug 485559 – Boston Summit HarfBuzz optimizations
51417
51418     2007-10-10  Behdad Esfahbod  <behdad@gnome.org>
51419
51420             Bug 485559 – Boston Summit HarfBuzz optimizations
51421
51422             * pango/opentype/*: HarfBuzz hacking to:
51423
51424               - Rename last remaining FT_Err stuff to HB_Err.
51425
51426               - Fix a couple invalid table paths to be permissive so
51427                 fonts work better.  Particularly GDEF table for Nafees
51428                 Nastaliq is loaded and works great now.
51429
51430               - Optimize harfbuzz buffer to not copy/swap for simple
51431               one-to-one and "copy" GSUB operations.
51432
51433             * pango/pango-ot*: Update to FT_Err to HB_Err renaming.
51434
51435  src/ftglue.c                |  51 ++-
51436  src/ftglue.h                |  21 +-
51437  src/harfbuzz-buffer.c       | 190 +++++++--
51438  src/harfbuzz-buffer.h       |  26 +-
51439  src/harfbuzz-dump-main.c    |  14 +-
51440  src/harfbuzz-dump.c         |  15 +-
51441  src/harfbuzz-gdef-private.h |   4 +-
51442  src/harfbuzz-gdef.c         | 149 +++----
51443  src/harfbuzz-gdef.h         |  10 +-
51444  src/harfbuzz-gpos-private.h |   2 +-
51445  src/harfbuzz-gpos.c         | 810 ++++++++++++++++++--------------------
51446  src/harfbuzz-gpos.h         |  30 +-
51447  src/harfbuzz-gsub-private.h |   2 +-
51448  src/harfbuzz-gsub.c         | 919
51449  +++++++++++++++++++-------------------------
51450  src/harfbuzz-gsub.h         |  24 +-
51451  src/harfbuzz-impl.h         |  22 +-
51452  src/harfbuzz-open-private.h |  20 +-
51453  src/harfbuzz-open.c         | 238 ++++++------
51454  src/harfbuzz-open.h         |  13 +-
51455  19 files changed, 1253 insertions(+), 1307 deletions(-)
51456
51457 commit dd810b76bc554278d3a226cf89901d16992cf56d
51458 Author: Behdad Esfahbod <behdad@gnome.org>
51459 Date:   Wed Aug 29 08:46:50 2007 +0000
51460
51461     Bug 302952 – The placement of a diacritic marks for an arabic
51462     ligature
51463
51464     2007-08-29  Behdad Esfahbod  <behdad@gnome.org>
51465
51466             Bug 302952 – The placement of a diacritic marks for an
51467             arabic ligature
51468             is not correct
51469
51470             * pango/opentype/harfbuzz-buffer.c (hb_buffer_allocate_ligid):
51471             Don't
51472             use zero as allocated ligature id.  Zero means no ligature id.
51473
51474  src/harfbuzz-buffer.c | 2 +-
51475  1 file changed, 1 insertion(+), 1 deletion(-)
51476
51477 commit e90d19919434b90d79e67aaf199bddd991f8e5d8
51478 Author: Behdad Esfahbod <behdad@gnome.org>
51479 Date:   Tue Aug 21 08:03:26 2007 +0000
51480
51481     Bug 463430 – Gets stuck while "formatting message"
51482
51483     2007-08-21  Behdad Esfahbod  <behdad@gnome.org>
51484
51485             Bug 463430 – Gets stuck while "formatting message"
51486
51487             * pango/opentype/harfbuzz-gpos.c (Lookup_PairPos1),
51488             (Lookup_PairPos2), (Lookup_PairPos), (Do_ContextPos):
51489             * pango/opentype/harfbuzz-gsub.c (Do_ContextSubst):
51490             Change type of intermediate index variable from FT_UShort to
51491             FT_ULong as it was overlowing with more than 65536 glyphs.
51492
51493  src/harfbuzz-gpos.c | 15 ++++++++++-----
51494  src/harfbuzz-gsub.c |  2 +-
51495  2 files changed, 11 insertions(+), 6 deletions(-)
51496
51497 commit 13b86ee398905f96f57df001309312f6dfdfea9a
51498 Author: Behdad Esfahbod <behdad@gnome.org>
51499 Date:   Tue Aug 21 01:38:07 2007 +0000
51500
51501     Don't ignore error return value of
51502     hb_buffer_copy_output_glyph(). Patch
51503
51504     2007-08-20  Behdad Esfahbod  <behdad@gnome.org>
51505
51506             * pango/opentype/harfbuzz-gsub.c (GSUB_Do_String_Lookup):
51507             Don't
51508             ignore error return value of hb_buffer_copy_output_glyph().
51509             Patch
51510             sent to harfbuzz-list.
51511
51512  src/harfbuzz-gsub.c | 2 +-
51513  1 file changed, 1 insertion(+), 1 deletion(-)
51514
51515 commit 4c2556cb4c38a56c3a5087deb54aa6262ab3aff9
51516 Author: Behdad Esfahbod <behdad@behdad.org>
51517 Date:   Fri Jul 6 11:29:21 2007 -0400
51518
51519     [gdef] Initial implementation
51520
51521  src/harfbuzz-gdef-private.h | 144
51522  +++++++++++++++++++++++++++++++++++++++++++-
51523  1 file changed, 142 insertions(+), 2 deletions(-)
51524
51525 commit 5b2e947fd2b7c5ea49b2bef1e0190d99a525058c
51526 Author: Behdad Esfahbod <behdad@behdad.org>
51527 Date:   Fri Jul 6 02:03:26 2007 -0400
51528
51529     [open] small fixes, including not using unions for main structs
51530
51531  src/harfbuzz-open-private.h | 54
51532  ++++++++++++++++++++++++---------------------
51533  1 file changed, 29 insertions(+), 25 deletions(-)
51534
51535 commit 151df44346990728b5dd249db5740a9543ae33b9
51536 Author: Behdad Esfahbod <behdad@behdad.org>
51537 Date:   Thu Jul 5 17:22:07 2007 -0400
51538
51539     Improve stupid Makefile
51540
51541  src/Makefile | 2 ++
51542  1 file changed, 2 insertions(+)
51543
51544 commit 6c49bebc70a0118a803a5bc979f4436a82b48240
51545 Author: Behdad Esfahbod <behdad@gnome.org>
51546 Date:   Tue May 1 02:32:12 2007 +0000
51547
51548     Link freetype to harfbuzz-dump, for those systems that don't track
51549
51550     2007-04-30  Behdad Esfahbod  <behdad@gnome.org>
51551
51552             * pango/opentype/Makefile.am: Link freetype to harfbuzz-dump,
51553             for
51554             those systems that don't track dependencies automatically.
51555
51556  src/Makefile.am | 5 +++--
51557  1 file changed, 3 insertions(+), 2 deletions(-)
51558
51559 commit 7341a116916c8470f1211f0cb3c65b189b42ec9e
51560 Author: Behdad Esfahbod <behdad@gnome.org>
51561 Date:   Tue Apr 3 22:45:29 2007 +0000
51562
51563     Copy fixes from harfbuzz stable branch. Includes a leak fix, a kerning
51564
51565     2007-04-03  Behdad Esfahbod  <behdad@gnome.org>
51566
51567             * pango/opentype/harfbuzz-gdef.c (_HB_GDEF_Check_Property):
51568             * pango/opentype/harfbuzz-gpos.c (HB_Done_GPOS_Table),
51569             (Lookup_PairPos):
51570             * pango/opentype/harfbuzz-open.c (Get_Class1):
51571             Copy fixes from harfbuzz stable branch.  Includes a leak fix,
51572             a kerning fix, and an array out-of-bound access fix.
51573
51574  src/harfbuzz-gdef.c | 2 ++
51575  src/harfbuzz-gpos.c | 8 ++++++++
51576  src/harfbuzz-open.c | 2 +-
51577  3 files changed, 11 insertions(+), 1 deletion(-)
51578
51579 commit 999a6f05758c10a902354457ecbf6c943bfed514
51580 Author: Hans Breuer <hans@breuer.org>
51581 Date:   Sat Jan 13 21:31:41 2007 +0000
51582
51583     updated
51584
51585     2007-01-13  Hans Breuer  <hans@breuer.org>
51586
51587         * pango/makefile.msc pango/opentype/makefile.msc : updated
51588
51589  src/makefile.msc | 16 ++++++----------
51590  1 file changed, 6 insertions(+), 10 deletions(-)
51591
51592 commit 3c038d40da4bfe5037cc4e9de22bad08fa408465
51593 Author: Behdad Esfahbod <behdad@src.gnome.org>
51594 Date:   Tue Jan 9 03:32:12 2007 +0000
51595
51596     Remove .cvsignore files (moved to svn:ignore prop)
51597
51598  src/.cvsignore | 7 -------
51599  1 file changed, 7 deletions(-)
51600
51601 commit 5b3f7702a64fe0513d08a67bdb72704e46fd7cd4
51602 Author: Behdad Esfahbod <behdad@behdad.org>
51603 Date:   Thu Dec 28 06:42:37 2006 -0500
51604
51605     Add stub GDEF files
51606
51607  src/harfbuzz-gdef-private.h |  8 ++++++++
51608  src/harfbuzz-gdef.h         | 11 +++++++++++
51609  src/harfbuzz-open-private.h |  3 +--
51610  src/harfbuzz-private.h      |  6 ++++++
51611  src/main.cc                 |  1 +
51612  5 files changed, 27 insertions(+), 2 deletions(-)
51613
51614 commit b3395a7aa36ff1ba5a17f494fbf359ec317a7e69
51615 Author: Behdad Esfahbod <behdad@behdad.org>
51616 Date:   Thu Dec 28 06:31:18 2006 -0500
51617
51618     Don't shift down the mark attachment type
51619
51620  src/harfbuzz-open-private.h | 2 +-
51621  1 file changed, 1 insertion(+), 1 deletion(-)
51622
51623 commit 193b66d52ae2cb5ced7969e15b7f56dc1978ca8a
51624 Author: Behdad Esfahbod <behdad@behdad.org>
51625 Date:   Thu Dec 28 06:12:18 2006 -0500
51626
51627     Remove stale comment
51628
51629  src/harfbuzz-open-private.h | 10 ----------
51630  1 file changed, 10 deletions(-)
51631
51632 commit 12c4568c680ea2b9b98a16a8b7402ca185c90ef6
51633 Author: Behdad Esfahbod <behdad@behdad.org>
51634 Date:   Thu Dec 28 06:10:59 2006 -0500
51635
51636     Break and rename, in the layout of old HarfBuzz codebase
51637
51638  src/.gitignore                                  |   1 +
51639  src/Makefile                                    |   2 +-
51640  src/harfbuzz-common.h                           |  14 +++
51641  src/{harfbuzz-ng.cc => harfbuzz-open-private.h} | 117
51642  ++----------------------
51643  src/harfbuzz-open.h                             |  13 +++
51644  src/main.cc                                     |  98
51645  ++++++++++++++++++++
51646  6 files changed, 133 insertions(+), 112 deletions(-)
51647
51648 commit 3158d84b0dfe5032e7c56c03f2da97b8ab549d94
51649 Author: Behdad Esfahbod <behdad@behdad.org>
51650 Date:   Wed Dec 27 20:08:07 2006 -0500
51651
51652     Oops. s/OpenTypeFontFaceFile/OpenTypeFontFile/g
51653
51654  src/harfbuzz-ng.cc | 22 +++++++++++-----------
51655  1 file changed, 11 insertions(+), 11 deletions(-)
51656
51657 commit bf0f9dd61375c5afce8e6b1664d0df5f6c8b2494
51658 Author: Behdad Esfahbod <behdad@behdad.org>
51659 Date:   Wed Dec 27 20:06:42 2006 -0500
51660
51661     Use union for ClassDef
51662
51663  src/harfbuzz-ng.cc | 12 +++++++-----
51664  1 file changed, 7 insertions(+), 5 deletions(-)
51665
51666 commit c46196d09c4ea879bf45182e8a0d649d4c750c39
51667 Author: Behdad Esfahbod <behdad@behdad.org>
51668 Date:   Wed Dec 27 20:05:16 2006 -0500
51669
51670     Use union for Coverage
51671
51672  src/harfbuzz-ng.cc | 21 +++++++++++----------
51673  1 file changed, 11 insertions(+), 10 deletions(-)
51674
51675 commit 86f450243dbaa82f187cf2d36364e9a59c0e64c7
51676 Author: Behdad Esfahbod <behdad@behdad.org>
51677 Date:   Wed Dec 27 19:59:07 2006 -0500
51678
51679     Add GPOS stub
51680
51681  src/harfbuzz-ng.cc | 3 +++
51682  1 file changed, 3 insertions(+)
51683
51684 commit 133466177e104ddcd2501a88735670540252167c
51685 Author: Behdad Esfahbod <behdad@behdad.org>
51686 Date:   Wed Dec 27 19:58:32 2006 -0500
51687
51688     s/OpenTypeFont/OpenTypeFontFace/g
51689
51690  src/harfbuzz-ng.cc | 44 +++++++++++++++++++++++---------------------
51691  1 file changed, 23 insertions(+), 21 deletions(-)
51692
51693 commit 71d62baab0429cdf56ba4019fd2a205f08188503
51694 Author: Behdad Esfahbod <behdad@behdad.org>
51695 Date:   Wed Dec 27 01:29:24 2006 -0500
51696
51697     GSUBGPOSHeader
51698
51699  src/harfbuzz-ng.cc | 103
51700  ++++++++++++++++++++++++++++++++++++++++++++++++++---
51701  1 file changed, 98 insertions(+), 5 deletions(-)
51702
51703 commit eebabd8b2ec5296deba6b09d7755933da0a7d9dc
51704 Author: Behdad Esfahbod <behdad@behdad.org>
51705 Date:   Wed Dec 27 00:21:31 2006 -0500
51706
51707     Finished OpenType Common Table Formats
51708
51709  src/harfbuzz-ng.cc | 2 +-
51710  1 file changed, 1 insertion(+), 1 deletion(-)
51711
51712 commit 2b7374519766825971f9f4ff5b1cb49b74cfcaf8
51713 Author: Behdad Esfahbod <behdad@behdad.org>
51714 Date:   Tue Dec 26 20:55:37 2006 -0500
51715
51716     Device tables.
51717
51718  src/harfbuzz-ng.cc | 49 +++++++++++++++++++++++++++++++++++++++++++++----
51719  1 file changed, 45 insertions(+), 4 deletions(-)
51720
51721 commit eb32e374f4d6de8d428d36144f6eef93514820d2
51722 Author: Behdad Esfahbod <behdad@behdad.org>
51723 Date:   Tue Dec 26 20:00:33 2006 -0500
51724
51725     ClassDef
51726
51727  src/harfbuzz-ng.cc | 121
51728  ++++++++++++++++++++++++++++++++++++++++++-----------
51729  1 file changed, 97 insertions(+), 24 deletions(-)
51730
51731 commit 53502c6723dbf9cd3b6ba91b733678b3c7871715
51732 Author: Behdad Esfahbod <behdad@behdad.org>
51733 Date:   Tue Dec 26 19:29:08 2006 -0500
51734
51735     Rename CoverageFormat to Coverage
51736
51737  src/harfbuzz-ng.cc | 18 +++++++++++++-----
51738  1 file changed, 13 insertions(+), 5 deletions(-)
51739
51740 commit 0d6db2abcbe98456569ccf7934ba0a8b37c7f6f3
51741 Author: Behdad Esfahbod <behdad@behdad.org>
51742 Date:   Tue Dec 26 18:53:55 2006 -0500
51743
51744     Define more structs using DEFINE_INT_TYPE.
51745
51746  src/harfbuzz-ng.cc | 39 +++++++++++++++++++--------------------
51747  1 file changed, 19 insertions(+), 20 deletions(-)
51748
51749 commit 915931b74a30e8652fac5fec153d499485513f63
51750 Author: Behdad Esfahbod <behdad@behdad.org>
51751 Date:   Tue Dec 26 15:30:14 2006 -0500
51752
51753     s/DEFINE_NOT_INSTANTIABLE/DEFINE_NON_INSTANTIABLE/
51754
51755  src/harfbuzz-ng.cc | 6 +++---
51756  1 file changed, 3 insertions(+), 3 deletions(-)
51757
51758 commit 0c0d55330ef4090f3e4864538e83a4344caaf3ba
51759 Author: Behdad Esfahbod <behdad@behdad.org>
51760 Date:   Tue Dec 26 15:29:38 2006 -0500
51761
51762     Coverage.
51763
51764  src/harfbuzz-ng.cc | 91
51765  +++++++++++++++++++++++++++++++++++++++++++++++-------
51766  1 file changed, 79 insertions(+), 12 deletions(-)
51767
51768 commit 882e52f59196535495af8ca8069df32308ad52cf
51769 Author: Behdad Esfahbod <behdad@behdad.org>
51770 Date:   Mon Dec 25 10:28:31 2006 -0500
51771
51772     Rename to harfbuzz-ng.cc
51773
51774  src/Makefile                                | 2 +-
51775  src/{hb-types-private.cc => harfbuzz-ng.cc} | 0
51776  2 files changed, 1 insertion(+), 1 deletion(-)
51777
51778 commit f8ba99f6f322800a915428ffc3b5eaf1be2e6c21
51779 Author: Behdad Esfahbod <behdad@behdad.org>
51780 Date:   Mon Dec 25 09:58:02 2006 -0500
51781
51782     LookupFlags
51783
51784  src/hb-types-private.cc | 52
51785  ++++++++++++++++++++++++++++++++++++++++++++-----
51786  1 file changed, 47 insertions(+), 5 deletions(-)
51787
51788 commit 25ad92c8a68bf72464601a644ed57b9213126a78
51789 Author: Behdad Esfahbod <behdad@behdad.org>
51790 Date:   Mon Dec 25 09:35:06 2006 -0500
51791
51792     Implement Feature
51793
51794  src/hb-types-private.cc | 46
51795  ++++++++++++++++++++++++++++++++++++++++++----
51796  1 file changed, 42 insertions(+), 4 deletions(-)
51797
51798 commit befc022affd2386b3f46cd7d11e4262f6c8bce9f
51799 Author: Behdad Esfahbod <behdad@behdad.org>
51800 Date:   Mon Dec 25 09:14:52 2006 -0500
51801
51802     LangSys
51803
51804  src/hb-types-private.cc | 51
51805  ++++++++++++++++++++++++++++++++++++++++++-------
51806  1 file changed, 44 insertions(+), 7 deletions(-)
51807
51808 commit c81efca149b08832d5d96a944fb5f303f3d0ca42
51809 Author: Behdad Esfahbod <behdad@behdad.org>
51810 Date:   Mon Dec 25 06:22:08 2006 -0500
51811
51812     Use CamelCaseTags.
51813
51814  src/hb-types-private.cc | 29 ++++++++++++++---------------
51815  1 file changed, 14 insertions(+), 15 deletions(-)
51816
51817 commit 808dbe283c1ad66091f2cb67380888b7cf265c01
51818 Author: Behdad Esfahbod <behdad@behdad.org>
51819 Date:   Mon Dec 25 06:18:52 2006 -0500
51820
51821     Make types not instantiable
51822
51823  src/hb-types-private.cc | 104
51824  ++++++++++++++++++++++++++----------------------
51825  1 file changed, 57 insertions(+), 47 deletions(-)
51826
51827 commit b739c05ca4b7acfa45bd4b0812ecbb3747f726f0
51828 Author: Behdad Esfahbod <behdad@behdad.org>
51829 Date:   Mon Dec 25 05:39:20 2006 -0500
51830
51831     Add OpenTypeFontFile.
51832
51833  src/Makefile            |   2 +-
51834  src/hb-types-private.cc | 113
51835  +++++++++++++++++++++++++++++++++++++++++++++---
51836  2 files changed, 107 insertions(+), 8 deletions(-)
51837
51838 commit 8596944b7421f982960e825019fc0263442520cb
51839 Author: Behdad Esfahbod <behdad@behdad.org>
51840 Date:   Sat Dec 23 17:49:25 2006 -0500
51841
51842     Add Makefile
51843
51844  src/Makefile | 3 +++
51845  1 file changed, 3 insertions(+)
51846
51847 commit b6e62bc5db76ae342177b2b646c37f45eccad975
51848 Author: Behdad Esfahbod <behdad@behdad.org>
51849 Date:   Fri Dec 22 02:21:55 2006 -0500
51850
51851     After DEFINE_SCRIPT_ARRAY
51852
51853  src/hb-types-private.cc | 215
51854  +++++++++++++++++++++++++++++++-----------------
51855  1 file changed, 140 insertions(+), 75 deletions(-)
51856
51857 commit 01e4fcb032be601f272e62228881e2aabfb9d925
51858 Author: Behdad Esfahbod <behdad@behdad.org>
51859 Date:   Thu Dec 21 22:31:31 2006 -0500
51860
51861     Remove the annoying HB_ prefix.
51862
51863  src/hb-types-private.cc | 107
51864  +++++++++++++++++++++++-------------------------
51865  1 file changed, 52 insertions(+), 55 deletions(-)
51866
51867 commit 6b4ce01da121e12e1c78ad7eaedf469f35f3568d
51868 Author: Behdad Esfahbod <behdad@behdad.org>
51869 Date:   Thu Dec 21 22:31:10 2006 -0500
51870
51871     Second version.  Complete redesign, based on C++ classes to ensure
51872     endian
51873     correctness.
51874
51875  src/hb-types-private.cc | 300
51876  +++++++++++++++++++++++++++++++++---------------
51877  1 file changed, 205 insertions(+), 95 deletions(-)
51878
51879 commit f78e70c301311ffcfb007c7fc4125d71cbcff1e2
51880 Author: Behdad Esfahbod <behdad@behdad.org>
51881 Date:   Thu Dec 21 22:30:38 2006 -0500
51882
51883     First version.
51884
51885  src/hb-types-private.cc | 116
51886  ++++++++++++++++++++++++++++++++++++++++++++++++
51887  1 file changed, 116 insertions(+)
51888
51889 commit f726b20e56e8b1106dfde0bf8d575c73e83957c4
51890 Author: Behdad Esfahbod <behdad@gnome.org>
51891 Date:   Tue Jul 25 01:02:27 2006 +0000
51892
51893     Bug 347073 – Allow empty GPOS table
51894
51895     2006-07-24  Behdad Esfahbod  <behdad@gnome.org>
51896
51897             Bug 347073 – Allow empty GPOS table
51898
51899             * pango/opentype/harfbuzz-open.c (_HB_OPEN_Load_ScriptList):
51900             Don't
51901             err on empty GPOS/GSUB tables.
51902
51903  src/harfbuzz-open.c | 5 +++++
51904  1 file changed, 5 insertions(+)
51905
51906 commit 52481a5c55d466f41654dcdc67245d0ca8cefbcf
51907 Author: Behdad Esfahbod <behdad@gnome.org>
51908 Date:   Thu Jun 22 18:09:04 2006 +0000
51909
51910     Bug 345600 – cvs build error in pango/opentype/Makefile
51911
51912     2006-06-22  Behdad Esfahbod  <behdad@gnome.org>
51913
51914             Bug 345600 – cvs build error in pango/opentype/Makefile
51915
51916             * pango/opentype/Makefile.am: Rename variable SOURCES to
51917             MAINSOURCES.
51918             Some automake versions seem to use it or something.
51919
51920  src/Makefile.am | 4 ++--
51921  1 file changed, 2 insertions(+), 2 deletions(-)
51922
51923 commit ffb2d5c1e7af33644d0a4058befa4b8358c9a7bf
51924 Author: Behdad Esfahbod <behdad@gnome.org>
51925 Date:   Wed May 31 07:42:55 2006 +0000
51926
51927     Bug 341138 – Using TTC font, Gtk2 programs begin to eating big
51928     memory
51929
51930     2006-05-31  Behdad Esfahbod  <behdad@gnome.org>
51931
51932             Bug 341138 – Using TTC font, Gtk2 programs begin to eating
51933             big memory
51934             and have many cpu usage.
51935             Patch from Yong Li.
51936
51937             * pango/opentype/ftglue.c (_hb_ftglue_face_goto_table):
51938             TrueType table
51939             offsets are absolute, not relative.
51940
51941  src/ftglue.c | 2 +-
51942  1 file changed, 1 insertion(+), 1 deletion(-)
51943
51944 commit f8f7bd2451eeafb57f5c80c7b4e88a1e50b97c4f
51945 Author: Behdad Esfahbod <behdad@gnome.org>
51946 Date:   Wed May 31 07:23:02 2006 +0000
51947
51948     Bug 336153 – Mark to mark positioning (Lookup Type 6) isn't
51949     correct when
51950
51951     2006-05-31  Behdad Esfahbod  <behdad@gnome.org>
51952
51953             Bug 336153 – Mark to mark positioning (Lookup Type 6)
51954             isn't correct
51955             when using MarkAttchmentType
51956             Patch from Tin Myo Htet.
51957
51958             * pango/opentype/harfbuzz-gpos.c (Lookup_MarkMarkPos):
51959             Ignore marks
51960             of non-matchin attachment type.
51961
51962  src/harfbuzz-gpos.c | 37 ++++++++++++++++++++++---------------
51963  1 file changed, 22 insertions(+), 15 deletions(-)
51964
51965 commit d2a613187c1257371d62153b55c89336965e0754
51966 Author: Behdad Esfahbod <behdad@gnome.org>
51967 Date:   Wed Apr 12 18:47:50 2006 +0000
51968
51969     Fix loop variables. (coverity found bug.)
51970
51971     2006-04-12  Behdad Esfahbod  <behdad@gnome.org>
51972
51973             * pango/opentype/harfbuzz-gpos.c: Fix loop
51974             variables. (coverity
51975             found bug.)
51976
51977  src/harfbuzz-gpos.c | 6 +++---
51978  1 file changed, 3 insertions(+), 3 deletions(-)
51979
51980 commit 14022e826f63c48b689f9037645c9a3a3302d9b6
51981 Author: Behdad Esfahbod <behdad@gnome.org>
51982 Date:   Tue Apr 11 08:31:44 2006 +0000
51983
51984     Bug 337924 – cleanups for issues reported by various compilers Patch
51985
51986     2006-04-11  Behdad Esfahbod  <behdad@gnome.org>
51987
51988             Bug 337924 – cleanups for issues reported by various
51989             compilers
51990             Patch from Kjartan Maraas.
51991
51992             * examples/viewer-x.c (update):
51993             * modules/arabic/arabic-fc.c (fallback_shape),
51994             (arabic_engine_shape):
51995             * modules/basic/basic-fc.c (fallback_shape),
51996             (basic_engine_shape):
51997             * modules/basic/basic-x.c:
51998             * modules/hangul/hangul-fc.c:
51999             * modules/hebrew/hebrew-fc.c (hebrew_engine_shape):
52000             * modules/indic/indic-fc.c:
52001             * modules/khmer/khmer-fc.c:
52002             * modules/syriac/syriac-fc.c:
52003             * modules/thai/thai-fc.c:
52004             * modules/tibetan/tibetan-fc.c:
52005             * pango/break.c:
52006             * pango/modules.c:
52007             * pango/opentype/ftglue.c (_hb_ftglue_face_goto_table):
52008             * pango/pango-attributes.c (pango_attr_list_filter):
52009             * pango/pango-engine.c:
52010             * pango/pango-fontset.c:
52011             * pango/pango-layout.c (pango_layout_set_text),
52012             (pango_layout_xy_to_index), (pango_layout_get_cursor_pos):
52013             * pango/pango-markup.c (text_handler):
52014             * pango/pango-utils.c (read_alias_file):
52015             * pango/pangocairo-fcfont.c (G_DEFINE_TYPE_WITH_CODE):
52016             * pango/pangocairo-fcfontmap.c (G_DEFINE_TYPE_WITH_CODE):
52017             * pango/pangocairo-font.c
52018             (_pango_cairo_font_get_hex_box_info):
52019             * pango/pangox-fontmap.c (pango_x_make_matching_xlfd):
52020             * tests/dump-boundaries.c (fail):
52021             Remove unused variables.  Remove excess semicolon after
52022             DEFINE_TYPE
52023             macros.
52024
52025  src/ftglue.c | 2 --
52026  1 file changed, 2 deletions(-)
52027
52028 commit 59aafd07806a2f0d4f399eff13aec74557f60522
52029 Author: Behdad Esfahbod <behdad@gnome.org>
52030 Date:   Mon Apr 10 10:33:17 2006 +0000
52031
52032     Fix minor bugs reported by the Coverity scan report.
52033
52034     2006-04-10  Behdad Esfahbod  <behdad@gnome.org>
52035
52036             Fix minor bugs reported by the Coverity scan report.
52037
52038             * pango/opentype/harfbuzz-gdef.c
52039             (HB_GDEF_Build_ClassDefinition):
52040             * pango/opentype/harfbuzz-gpos.c (HB_GPOS_Query_Scripts),
52041             (HB_GPOS_Query_Languages), (HB_GPOS_Query_Features): Do
52042             not access
52043             structs before we check them for nullity.
52044
52045             * pango/pango-layout.c (pango_layout_index_to_line),
52046             (pango_layout_index_to_line_and_extents),
52047             (pango_layout_index_to_pos): Check for invalid iterators
52048             outside the
52049             loop, so we don't crash.
52050
52051             * pango/pango-layout.c (pango_layout_line_x_to_index): Set
52052             char_trailing instead of trailing in one of too many paths.
52053             Should
52054             have been a typo.
52055
52056             * pango/pangox.c (get_font_metrics_from_subfonts): Check
52057             for nullity
52058             somewhere.
52059
52060  src/harfbuzz-gdef.c | 3 ++-
52061  src/harfbuzz-gpos.c | 9 ++++++---
52062  2 files changed, 8 insertions(+), 4 deletions(-)
52063
52064 commit b31d6def96ff99e89ba42e09661992498bda460d
52065 Author: Behdad Esfahbod <behdad@gnome.org>
52066 Date:   Thu Apr 6 18:23:49 2006 +0000
52067
52068     Update from HarfBuzz. Lars Knoll fixed all the warnings.
52069
52070     2006-04-06  Behdad Esfahbod  <behdad@gnome.org>
52071
52072             * pango/opentype: Update from HarfBuzz.  Lars Knoll fixed
52073             all the
52074             warnings.
52075
52076  src/harfbuzz-dump.c |  94 ++++++++++++++++++++++++++++---------------
52077  src/harfbuzz-gpos.c |  80 ++++++++++++++++++++++--------------
52078  src/harfbuzz-gsub.c | 114
52079  +++++++++++++++++++++++++++++-----------------------
52080  src/harfbuzz-impl.h |   4 ++
52081  4 files changed, 179 insertions(+), 113 deletions(-)
52082
52083 commit ca57250bc9d9f92c88a2ea516e251b9cbfdebda0
52084 Author: Behdad Esfahbod <behdad@gnome.org>
52085 Date:   Mon Apr 3 20:13:17 2006 +0000
52086
52087     Make sure TTAG_GDEF and frineds are defined, needed for FreeType
52088     <= 2.1.7
52089
52090     2006-04-03  Behdad Esfahbod  <behdad@gnome.org>
52091
52092             * pango/opentype/harfbuzz-impl.h: Make sure TTAG_GDEF and
52093             frineds are
52094             defined, needed for FreeType <= 2.1.7 (pointed by Tim Janik).
52095
52096  src/harfbuzz-gdef.c |  3 ---
52097  src/harfbuzz-gpos.c |  3 ---
52098  src/harfbuzz-gsub.c |  3 ---
52099  src/harfbuzz-impl.h | 11 +++++++++++
52100  4 files changed, 11 insertions(+), 9 deletions(-)
52101
52102 commit f618288e00914b6606ec977d506c18e4abdd3ce4
52103 Author: Behdad Esfahbod <behdad@src.gnome.org>
52104 Date:   Fri Mar 31 13:19:29 2006 +0000
52105
52106     .
52107
52108  src/.cvsignore | 2 --
52109  1 file changed, 2 deletions(-)
52110
52111 commit 5f1f943b9e6d753722ceadba7eb7ce1f14526ea5
52112 Author: Behdad Esfahbod <behdad@src.gnome.org>
52113 Date:   Fri Mar 31 13:18:23 2006 +0000
52114
52115     .
52116
52117  src/.cvsignore | 1 +
52118  1 file changed, 1 insertion(+)
52119
52120 commit bce3e0b0d4ee521767d80c5c21704337bf5ac716
52121 Author: Behdad Esfahbod <behdad@src.gnome.org>
52122 Date:   Fri Mar 31 12:45:40 2006 +0000
52123
52124     Define NULL.
52125
52126  src/harfbuzz-impl.h | 6 +++++-
52127  1 file changed, 5 insertions(+), 1 deletion(-)
52128
52129 commit 9f8da38cd108590514b71756b752d98952a9221f
52130 Author: Behdad Esfahbod <behdad@gnome.org>
52131 Date:   Fri Mar 31 12:28:09 2006 +0000
52132
52133     Convert pango/opentype to the new project called HarfBuzz.
52134
52135     2006-03-31  Behdad Esfahbod  <behdad@gnome.org>
52136
52137             Convert pango/opentype to the new project called HarfBuzz.
52138
52139             * pango/opentype/*: Restructured.
52140
52141             * pango/pango-ot-*: Updated to use HarfBuzz symbol names.
52142
52143  src/COPYING                            |   15 +
52144  src/{FTL.TXT => COPYING.FTL}           |    0
52145  src/COPYING.GPL                        |  340 ++
52146  src/FT-license.txt                     |   28 -
52147  src/Makefile.am                        |   89 +-
52148  src/README                             |   44 +-
52149  src/ftglue.c                           |   88 +-
52150  src/ftglue.h                           |   68 +-
52151  src/ftxgdef.c                          | 1225 -------
52152  src/ftxgdef.h                          |  224 --
52153  src/ftxgpos.c                          | 6199
52154  -------------------------------
52155  src/ftxgpos.h                          |  838 -----
52156  src/ftxgsub.c                          | 4533 -----------------------
52157  src/ftxgsub.h                          |  594 ---
52158  src/ftxopen.c                          | 1552 --------
52159  src/ftxopen.h                          |  317 --
52160  src/ftxopenf.h                         |  166 -
52161  src/harfbuzz-buffer.c                  |  227 ++
52162  src/harfbuzz-buffer.h                  |  106 +
52163  src/{ottest.c => harfbuzz-dump-main.c} |   84 +-
52164  src/{disasm.c => harfbuzz-dump.c}      |  186 +-
52165  src/{disasm.h => harfbuzz-dump.h}      |   18 +-
52166  src/harfbuzz-gdef-private.h            |  101 +
52167  src/harfbuzz-gdef.c                    | 1228 +++++++
52168  src/harfbuzz-gdef.h                    |  127 +
52169  src/harfbuzz-gpos-private.h            |  683 ++++
52170  src/harfbuzz-gpos.c                    | 6269
52171  ++++++++++++++++++++++++++++++++
52172  src/harfbuzz-gpos.h                    |  168 +
52173  src/harfbuzz-gsub-private.h            |  448 +++
52174  src/harfbuzz-gsub.c                    | 4581 +++++++++++++++++++++++
52175  src/harfbuzz-gsub.h                    |  132 +
52176  src/harfbuzz-impl.h                    |   64 +
52177  src/harfbuzz-open-private.h            |   81 +
52178  src/harfbuzz-open.c                    | 1426 ++++++++
52179  src/harfbuzz-open.h                    |  285 ++
52180  src/harfbuzz.c                         |   19 +
52181  src/harfbuzz.h                         |   23 +
52182  src/otlbuffer.c                        |  238 --
52183  src/otlbuffer.h                        |  103 -
52184  39 files changed, 16582 insertions(+), 16335 deletions(-)
52185
52186 commit dd2a8d4d490df1d310e7553ba6c7c8de661f28a1
52187 Author: Behdad Esfahbod <behdad@gnome.org>
52188 Date:   Sat Mar 25 23:52:30 2006 +0000
52189
52190     Don't err on Table_Missing.
52191
52192     2006-03-25  Behdad Esfahbod  <behdad@gnome.org>
52193
52194             * pango/opentype/ottest.c: Don't err on Table_Missing.
52195
52196  src/ottest.c | 4 ++--
52197  1 file changed, 2 insertions(+), 2 deletions(-)
52198
52199 commit 434833b1b7b01d85a143f9ad4b04e7044dd72567
52200 Author: Behdad Esfahbod <behdad@gnome.org>
52201 Date:   Mon Mar 13 05:06:05 2006 +0000
52202
52203     === Released 1.12.0 ===
52204
52205     2006-03-13  Behdad Esfahbod  <behdad@gnome.org>
52206
52207             * === Released 1.12.0 ===
52208
52209             * configure.in: Version 1.12.0
52210
52211             * NEWS, README: Updated.
52212
52213  src/README | 4 ++--
52214  1 file changed, 2 insertions(+), 2 deletions(-)
52215
52216 commit 8228828e1e4c8dd6f9435fb718ad4394bba95655
52217 Author: Behdad Esfahbod <behdad@gnome.org>
52218 Date:   Mon Jan 30 22:37:48 2006 +0000
52219
52220     Handle GSUB Lookup type 8, and ReverseChainContextualSubst table. (bug
52221
52222     2006-01-30  Behdad Esfahbod  <behdad@gnome.org>
52223
52224             * pango/opentype/ftxgsub.c: Handle GSUB Lookup type 8,
52225             and ReverseChainContextualSubst table.  (bug #149696,
52226             patch from Aamir Wali)
52227
52228  src/ftxgsub.c  | 545
52229  ++++++++++++++++++++++++++++++++++++++++++++++-----------
52230  src/ftxgsub.h  |  47 +++--
52231  src/ftxopen.c  |   7 +
52232  src/ftxopenf.h |   5 +-
52233  4 files changed, 487 insertions(+), 117 deletions(-)
52234
52235 commit e040f681963d51eaadcd53a456100fde1a7addb6
52236 Author: Behdad Esfahbod <behdad@gnome.org>
52237 Date:   Sat Jan 28 20:29:18 2006 +0000
52238
52239     Removed.
52240
52241     2006-01-28  Behdad Esfahbod  <behdad@gnome.org>
52242
52243             * pango/opentype/pango-ot-*: Removed.
52244
52245             * pango/pango-ot-*: Added.
52246
52247             * pango/Makefile.am, pango/opentype/Makefile.am: Adjusted.
52248
52249  src/Makefile.am        |  30 +--
52250  src/pango-ot-buffer.c  | 339 ------------------------
52251  src/pango-ot-info.c    | 681
52252  -------------------------------------------------
52253  src/pango-ot-private.h | 105 --------
52254  src/pango-ot-ruleset.c | 225 ----------------
52255  5 files changed, 13 insertions(+), 1367 deletions(-)
52256
52257 commit f45689bc655eb723f11a2eb65a41303221b80397
52258 Author: Behdad Esfahbod <behdad@gnome.org>
52259 Date:   Wed Jan 25 19:33:58 2006 +0000
52260
52261     If major.minor of required and available glib versions are the
52262     same, add
52263
52264     2006-01-25  Behdad Esfahbod  <behdad@gnome.org>
52265
52266             * configure.in: If major.minor of required and available
52267             glib versions
52268             are the same, add -DG_DISABLE_DEPRECATED to GLIB_CFLAGS. (bug
52269             #328617)
52270
52271             * */Makefile.am: Remove hardcoded -DG_DISABLE_DEPRECATED.
52272
52273  src/Makefile.am | 1 -
52274  1 file changed, 1 deletion(-)
52275
52276 commit 6cc6c9a57c674787f278ea5b60705384fd72b4ad
52277 Author: Behdad Esfahbod <behdad@gnome.org>
52278 Date:   Sat Jan 14 07:00:13 2006 +0000
52279
52280     Make sure #include <config.h> is the first include in the file. (bug
52281
52282     2006-01-14  Behdad Esfahbod  <behdad@gnome.org>
52283
52284             * */*.c, */*/*.c: Make sure #include <config.h> is the
52285             first include
52286             in the file. (bug #158870, based on patch by Luis Menina)
52287
52288  src/disasm.c           | 2 ++
52289  src/ftglue.c           | 1 +
52290  src/ftxgdef.c          | 1 +
52291  src/ftxgpos.c          | 2 ++
52292  src/ftxgsub.c          | 2 ++
52293  src/ftxopen.c          | 2 ++
52294  src/otlbuffer.c        | 3 +++
52295  src/ottest.c           | 1 +
52296  src/pango-ot-buffer.c  | 2 ++
52297  src/pango-ot-info.c    | 2 ++
52298  src/pango-ot-ruleset.c | 2 ++
52299  11 files changed, 20 insertions(+)
52300
52301 commit ca07fcf6ef61c09825e67ca7e2574a90e4f5a9a0
52302 Author: Behdad Esfahbod <behdad@gnome.org>
52303 Date:   Thu Jan 5 16:14:49 2006 +0000
52304
52305     pango/Makefile.am, pango/fonts.c, pango/glyphstring.c,
52306
52307     2006-01-05  Behdad Esfahbod  <behdad@gnome.org>
52308
52309             * pango/Makefile.am,
52310             * pango/fonts.c,
52311             * pango/glyphstring.c,
52312             * pango/pango-attributes.c,
52313             * pango/pango-color.c,
52314             * pango/pango-impl-utils.h,
52315             * pango/pango-item.c,
52316             * pango/pango-layout.c,
52317             * pango/pango-tabs.c,
52318             * pango/pango-utils.c,
52319             * pango/pango-utils.h,
52320             * pango/pangoatsui-fontmap.c,
52321             * pango/pangocairo-font.c,
52322             * pango/pangocairo-fontmap.c,
52323             * pango/pangofc-fontmap.c,
52324             * pango/pangowin32-fontmap.c,
52325             * pango/pangox-fontmap.c,
52326             * pango/pangox.c,
52327             * pango/opentype/pango-ot-info.c,
52328             * pango/opentype/pango-ot-ruleset.c: Intern strings to avoid
52329             unnecessary strdups in the type system. (bug #325832,
52330             Matthias Clasen)
52331
52332  src/pango-ot-info.c    | 3 ++-
52333  src/pango-ot-ruleset.c | 3 ++-
52334  2 files changed, 4 insertions(+), 2 deletions(-)
52335
52336 commit 71524f1bc891bb4450507f769e5cc8f6f6cffa0c
52337 Author: Behdad Esfahbod <behdad@gnome.org>
52338 Date:   Tue Dec 27 09:55:48 2005 +0000
52339
52340     Use g_slice for PangoOTBuffer allocation. (bug #325026, Matthias
52341     Clasen)
52342
52343     2005-12-27  Behdad Esfahbod  <behdad@gnome.org>
52344
52345             * pango/opentype/pango-ot-buffer.c: Use g_slice for
52346             PangoOTBuffer
52347             allocation. (bug #325026, Matthias Clasen)
52348
52349  src/pango-ot-buffer.c | 4 ++--
52350  1 file changed, 2 insertions(+), 2 deletions(-)
52351
52352 commit b5baa43d3a972ebd3ef82ede14b54c185b723a71
52353 Author: Behdad Esfahbod <behdad@src.gnome.org>
52354 Date:   Fri Nov 25 09:22:02 2005 +0000
52355
52356     Tiny doc improvement.
52357
52358  src/pango-ot-info.c | 2 +-
52359  1 file changed, 1 insertion(+), 1 deletion(-)
52360
52361 commit 6f64314f7a031a5a5d6b7663c08b70c452961c89
52362 Author: Behdad Esfahbod <behdad@gnome.org>
52363 Date:   Wed Nov 23 19:48:10 2005 +0000
52364
52365     Fix typo in docs.
52366
52367     2005-11-23  Behdad Esfahbod  <behdad@gnome.org>
52368
52369             * pango/opentyp/pango-ot-buffer.c: Fix typo in docs.
52370
52371  src/pango-ot-buffer.c | 4 +++-
52372  1 file changed, 3 insertions(+), 1 deletion(-)
52373
52374 commit f2bcf72296b57c8cd7d5a08228c3aef6c8f97d2d
52375 Author: Behdad Esfahbod <behdad@gnome.org>
52376 Date:   Wed Nov 23 17:54:55 2005 +0000
52377
52378     Added "Since:" tags to all interfaces added after Pango 1.0. (#319116,
52379
52380     2005-11-23  Behdad Esfahbod  <behdad@gnome.org>
52381
52382             * pango/fonts.c pango/pango-attributes.c pango/pango-context.c
52383             pango/pango-glyph-item.c pango/pango-layout.c
52384             pango/pango-script.c pango/pango-utils.c pango/pangofc-font.c
52385             pango/pangoft2-fontmap.c pango/opentype/pango-ot-buffer.c
52386             pango/opentype/pango-ot-ruleset.c: Added "Since:" tags to all
52387             interfaces added after Pango 1.0. (#319116, Brian Cameron)
52388
52389  src/pango-ot-buffer.c  | 49
52390  +++++++++++++++++++++++++++++++++++++++++++++++++
52391  src/pango-ot-ruleset.c | 14 ++++++++++++++
52392  2 files changed, 63 insertions(+)
52393
52394 commit 682db81c23d2116072d8550657c914afb7c26d2b
52395 Author: Behdad Esfahbod <behdad@gnome.org>
52396 Date:   Wed Nov 23 15:19:48 2005 +0000
52397
52398     Protect against possible division by zeros (#316468, Steve Grubb)
52399
52400     2005-11-23  Behdad Esfahbod  <behdad@gnome.org>
52401
52402             Protect against possible division by zeros (#316468,
52403             Steve Grubb)
52404
52405             * pango/pango-context.c (update_metrics_from_items),
52406             pango/pango-fontset.c (pango_fontset_real_get_metrics):
52407             If count is
52408             zero, do not alter approximate_{char,digit}_width.
52409
52410             * pango/opentype/disasm.c: Err on invalid DeltaFormat.
52411
52412  src/disasm.c | 28 ++++++++++++++++++----------
52413  1 file changed, 18 insertions(+), 10 deletions(-)
52414
52415 commit e6e15352d154e1350340f8045759e5f7b0d86dc7
52416 Author: Behdad Esfahbod <behdad@gnome.org>
52417 Date:   Wed Nov 23 11:53:03 2005 +0000
52418
52419     Reworked basic shaper with OpenType support. (#101079, based on
52420     patch from
52421
52422     2005-11-23  Behdad Esfahbod  <behdad@gnome.org>
52423
52424             * modules/basic/basic-fc.c: Reworked basic shaper with
52425             OpenType
52426             support. (#101079, based on patch from Denis Jacquerye and
52427             Noah Levitt)
52428
52429             * modules/basic/basic-fc.c (basic_scripts): Added Unicode
52430             4.1 addition
52431             script PANGO_SCRIPT_GLAGOLITIC that is a "simple" script.
52432
52433             * modules/arabic/arabic-fc.c, modules/syriac/syriac-fc.c:
52434             Replace
52435             g_utf8_to_ucs4_fast() with g_utf8_strlen()!
52436
52437             * pango/opentype/pango-ot-ruleset.c
52438             (pango_ot_ruleset_add_feature):
52439             Remove reference in docs to pango_ot_ruleset_shape() that was
52440             removed long ago.
52441
52442  src/pango-ot-ruleset.c | 6 +++---
52443  1 file changed, 3 insertions(+), 3 deletions(-)
52444
52445 commit 612b6cf60928b356f4bbb59bc9d64886574322c3
52446 Author: Behdad Esfahbod <behdad@gnome.org>
52447 Date:   Thu Nov 17 06:28:11 2005 +0000
52448
52449     Part of #101079:
52450
52451     2005-11-17  Behdad Esfahbod  <behdad@gnome.org>
52452
52453             Part of #101079:
52454
52455             * pango/opentype/ftxopen.c (Load_Lookup): In extension
52456             subtables,
52457             offset is relative to the extension subtable, not the original
52458             table. (Greg Aumann)
52459
52460             * pango/opentype/ftxgpos.c (Load_BaseArray): When reading
52461             BaseAnchor,
52462             skip offsets that are zero.  Works around bug in Doulos
52463             SIL Regular.
52464
52465  src/ftxgpos.c | 6 ++++++
52466  src/ftxopen.c | 6 ++++--
52467  2 files changed, 10 insertions(+), 2 deletions(-)
52468
52469 commit 1b2c314b804da97b1d5e7adab64bdd4177702579
52470 Author: Behdad Esfahbod <behdad@gnome.org>
52471 Date:   Wed Nov 9 23:30:00 2005 +0000
52472
52473     Remove debug line that got in accidentally.
52474
52475     2005-11-09  Behdad Esfahbod  <behdad@gnome.org>
52476
52477             * pango/opentype/ftxgpos.c, pango/opentype/ftxopen.c:
52478             Remove debug
52479             line that got in accidentally.
52480
52481  src/ftxgpos.c | 1 -
52482  src/ftxopen.c | 1 -
52483  2 files changed, 2 deletions(-)
52484
52485 commit 9717127a5be037e26afe52332a8b07f13474557a
52486 Author: Behdad Esfahbod <behdad@gnome.org>
52487 Date:   Fri Nov 4 23:55:38 2005 +0000
52488
52489     Turn various gcc warnings off. Adding const, adding static, fully
52490
52491     2005-11-04  Behdad Esfahbod  <behdad@gnome.org>
52492
52493             * configure.in, examples/argcontext.c examples/cairoview.c,
52494             examples/renderdemo.c, examples/renderdemo.h
52495             examples/xftview.c,
52496             modules/basic/basic-x.c, modules/hangul/hangul-fc.c,
52497             modules/hebrew/hebrew-shaper.c,
52498             modules/hebrew/hebrew-shaper.h,
52499             modules/indic/indic-fc.c, modules/indic/mprefixups.c,
52500             modules/syriac/syriac-fc.c, pango/break.c pango/fonts.c,
52501             pango/modules.c, pango/pango-coverage.c pango/pango-engine.c,
52502             pango/pango-engine.h, pango/pango-fontmap.c,
52503             pango/pango-fontset.c, pango/pango-impl-utils.h,
52504             pango/pango-layout.c, pango/pango-layout.h,
52505             pango/pango-renderer.c, pango/pango-script.c,
52506             pango/pango-utils.c, pango/pangocairo-fc.h,
52507             pango/pangocairo-font.c, pango/pangocairo-fontmap.c,
52508             pango/pangocairo-private.h, pango/pangofc-decoder.c,
52509             pango/pangofc-font.c, pango/pangofc-fontmap.c
52510             pango/pangoft2.c,
52511             pango/pangox-fontcache.c, pango/pangox-fontmap.c
52512             pango/pangox.c,
52513             pango/pangoxft-font.c, pango/querymodules.c,
52514             pango/opentype/ftglue.c, pango/opentype/ftxgpos.c,
52515             pango/opentype/ftxopen.c, pango/opentype/pango-ot-buffer.c,
52516             pango/opentype/pango-ot-info.c,
52517             pango/opentype/pango-ot-ruleset.c, tests/dump-boundaries.c,
52518             tests/testboundaries.c, tests/testcolor.c tests/testiter.c,
52519             tests/testscript.c: Turn various gcc warnings off. Adding
52520             const,
52521             adding static, fully initializing structs, match signedness in
52522             comparisons. (#317804)
52523
52524             * tests/testscript.c, tools/gen-script-for-lang.c:
52525             (scripts_for_file): Pass error->message instead of error
52526             to fail(),
52527             which was wrong.
52528             (compare_lang): Fix typo comparing a and a instead of a and b.
52529
52530  src/ftglue.c           | 2 +-
52531  src/ftxgpos.c          | 4 ++++
52532  src/ftxopen.c          | 1 +
52533  src/pango-ot-buffer.c  | 4 ++--
52534  src/pango-ot-info.c    | 5 +++--
52535  src/pango-ot-ruleset.c | 5 +++--
52536  6 files changed, 14 insertions(+), 7 deletions(-)
52537
52538 commit c0505f3bb28feeba95b201e6464fb2fdac90194a
52539 Author: Behdad Esfahbod <behdad@gnome.org>
52540 Date:   Thu Nov 3 20:13:40 2005 +0000
52541
52542     Patches from #170414. Reviewed by Matthias Clasen.
52543
52544     2005-11-03  Behdad Esfahbod  <behdad@gnome.org>
52545
52546             Patches from #170414.  Reviewed by Matthias Clasen.
52547
52548             * pango/opentype/ftxgpos.c, pango/opentype/ftxgsub.c: Use
52549             call table
52550             to dispatch different lookup types.
52551
52552             * pango/opentype/pango-ot-buffer.c,
52553             pango/opentype/pango-ot-ruleset.c:
52554             Small cleanup.
52555
52556  src/ftxgpos.c          | 143
52557  ++++++++++++++++++++++++-------------------------
52558  src/ftxgsub.c          | 115 +++++++++++++++++++++------------------
52559  src/pango-ot-buffer.c  |   3 +-
52560  src/pango-ot-ruleset.c |  75 +++++++++-----------------
52561  4 files changed, 159 insertions(+), 177 deletions(-)
52562
52563 commit c6b22b9119ef54ea8d0d2f08b74fdeb024289d73
52564 Author: Behdad Esfahbod <pango@behdad.org>
52565 Date:   Mon Aug 29 10:06:40 2005 +0000
52566
52567     Generate valid XML output. Dump LookupFlag too.
52568
52569     2005-08-29  Behdad Esfahbod  <pango@behdad.org>
52570
52571             * pango/opentype/ottest.c, pango/opentype/disasm.c:
52572             Generate valid
52573             XML output.  Dump LookupFlag too.
52574
52575  src/disasm.c | 58
52576  ++++++++++++++++++++++++++++++----------------------------
52577  src/ottest.c | 23 ++++++++++++++---------
52578  2 files changed, 44 insertions(+), 37 deletions(-)
52579
52580 commit 1e3747ca5d1a6f607f8e56fb94e3daaf6ad623cb
52581 Author: Behdad Esfahbod <pango@behdad.org>
52582 Date:   Mon Aug 15 04:16:04 2005 +0000
52583
52584     Replace perror with perror_. Remove FT_BEGIN_STMNT and FT_END_STMNT.
52585
52586     2005-08-15  Behdad Esfahbod  <pango@behdad.org>
52587
52588             * pango/opentype/ftglue.h: Replace perror with perror_.
52589             Remove FT_BEGIN_STMNT and FT_END_STMNT. (#313477)
52590
52591  src/ftglue.h | 8 ++++----
52592  1 file changed, 4 insertions(+), 4 deletions(-)
52593
52594 commit 3c60250875fa9d04ca96dea35eba23fc70690ff5
52595 Author: Owen Taylor <otaylor@redhat.com>
52596 Date:   Tue Jul 26 18:33:27 2005 +0000
52597
52598     Skip lookups with lookup index out of range. (Patch from Behdad
52599     Esfahbod,
52600
52601     2005-07-26    Owen Taylor  <otaylor@redhat.com>
52602
52603             * pango/opentype/ftxgsub.c, pango/opentype/ftxgpos.c:
52604             Skip lookups
52605             with lookup index out of range. (Patch from Behdad Esfahbod,
52606             #171170)
52607
52608  src/ftxgpos.c | 30 ++++++++++++++++++++++++------
52609  src/ftxgsub.c | 30 ++++++++++++++++++++++++------
52610  2 files changed, 48 insertions(+), 12 deletions(-)
52611
52612 commit 91a3fa2e4bcdde8ae022d1264c783f133cd7e00d
52613 Author: Owen Taylor <otaylor@redhat.com>
52614 Date:   Fri Jul 22 18:03:58 2005 +0000
52615
52616     Remove an unecessary set of block2.
52617
52618     2005-07-22  Owen Taylor  <otaylor@redhat.com>
52619
52620             * pango/opentype/ftglue.c (ftglue_realloc): Remove
52621             an unecessary set of block2.
52622
52623  src/ftglue.c | 1 -
52624  1 file changed, 1 deletion(-)
52625
52626 commit ff7034787d79dcd1bec58a4e02602039313da00e
52627 Author: Owen Taylor <otaylor@redhat.com>
52628 Date:   Fri Jul 22 17:56:37 2005 +0000
52629
52630     Patch from David Turner. Review and testing by Behdad Esfahbod
52631
52632     2005-07-22  Owen Taylor  <otaylor@redhat.com>
52633
52634             Patch from David Turner. Review and testing by Behdad Esfahbod
52635
52636             * pango/opentype/ftglue.[ch] Makefile.am: Glue layer that
52637             provides
52638             implementation of the internal functions that the opentype
52639             code
52640             expects in terms of publically exported FreeType API.
52641
52642             * pango/opentype/ftxgdef.c pango/opentype/ftxgpos.c
52643             pango/opentype/ftxgsub.c pango/opentype/ftxopen.c
52644             pango/opentype/otlbuffer.c pango/opentype/pango-ot-info.c
52645             pango/opentype/pango-ot-ruleset.c: Remove includes of
52646             internal headers. Small changes to work with ftglue.[ch]
52647
52648             * pango/opentype/fterrcompat.h: Remove: no longer needed.
52649
52650             * pango/opentype/ftxgpos.c: Use FT_IS_SFNT(face) rather
52651             than poking at FT_MODULE_CLASS (face->driver)->module_name.
52652
52653             * pango/opentype/ftxopen.c (Free_FeatureList): Free
52654             fl->ApplyOrder. (Found by Behdad)
52655
52656  src/Makefile.am        |   3 +-
52657  src/fterrcompat.h      |  95 --------------
52658  src/ftglue.c           | 350
52659  +++++++++++++++++++++++++++++++++++++++++++++++++
52660  src/ftglue.h           | 156 ++++++++++++++++++++++
52661  src/ftxgdef.c          |   9 +-
52662  src/ftxgpos.c          |   9 +-
52663  src/ftxgsub.c          |  10 +-
52664  src/ftxopen.c          |   8 +-
52665  src/otlbuffer.c        |   4 +-
52666  src/pango-ot-info.c    |   6 +-
52667  src/pango-ot-ruleset.c |   2 -
52668  11 files changed, 520 insertions(+), 132 deletions(-)
52669
52670 commit 43dbec6f3a345ba0e4a43766610ed59622bbe4a0
52671 Author: Owen Taylor <otaylor@redhat.com>
52672 Date:   Thu Jul 21 18:15:45 2005 +0000
52673
52674     Fix up places where there is missing or incomplete Copyright and
52675     License
52676
52677     2005-07-21  Owen Taylor  <otaylor@redhat.com>
52678
52679             Fix up places where there is missing or incomplete
52680             Copyright and License information (Reported by William N. Ray)
52681
52682             * pango/opentype/fterrcompat.h: Mark as FreeType/GPL licensed.
52683
52684             * pango/opentype/FT-license.txt: Make this the dual-licensing
52685             description that covers the FreeType code (FreeType's
52686             LICENSE.TXT) rather than the FTL.
52687
52688             * pango/opentype/FTL.TXT: Move the FTL (referenced from
52689             FT-license.txt) to here.
52690
52691             * modules/basic/basic-common.h modules/hebrew/hebrew-shaper.h
52692             modules/thai/thai-charprop.c modules/thai/thai-shaper.h
52693             tools/gen-script-for-lang.c tests/testcolor.c:
52694             Add LGPL header and copyright information.
52695
52696             * modules/indic/indic-ot.[ch]
52697             modules/indic/indic-ot-class-tables.c
52698             modules/thai/thai-ot.[ch]: Add LGPL header.
52699
52700             * modules/thai/thai-shaper.c modules/thai/thai-charprop.h:
52701             Minor fixes to copyright information.
52702
52703             * modules/arabic/arabic-ot.c: Add Freetype license
52704             boilerplate.
52705
52706  src/FT-license.txt | 179
52707  +++++++----------------------------------------------
52708  src/FTL.TXT        | 174
52709  +++++++++++++++++++++++++++++++++++++++++++++++++++
52710  src/fterrcompat.h  |  10 ++-
52711  3 files changed, 204 insertions(+), 159 deletions(-)
52712
52713 commit c55850d36d208c7aae8f6ed5c9e1e7927b988d6c
52714 Author: Owen Taylor <otaylor@redhat.com>
52715 Date:   Tue Jun 14 19:54:19 2005 +0000
52716
52717     Chain up from finalize. (#307547, Paolo Borelli)
52718
52719     2005-06-14  Owen Taylor  <otaylor@redhat.com>
52720
52721             * pango/opentype/pango-ot-info.c (pango_ot_info_finalize)
52722             pango/opentype/pango-ot-ruleset.c (pango_ot_ruleset_finalize):
52723             Chain up from finalize. (#307547, Paolo Borelli)
52724
52725             * pango/opentype/pango-ot-info.c (pango_ot_info_finalizer):
52726             make accidentally public function static.
52727
52728  src/pango-ot-info.c    | 4 +++-
52729  src/pango-ot-ruleset.c | 2 ++
52730  2 files changed, 5 insertions(+), 1 deletion(-)
52731
52732 commit 44ff46a364fb7981804eb45329c4999b415711f9
52733 Author: Tor Lillqvist <tml@novell.com>
52734 Date:   Tue Apr 12 01:27:21 2005 +0000
52735
52736     Rename LDADDS to libpango_ot_la_LIBADD to actually make libpango-ot.la
52737
52738     2005-04-12  Tor Lillqvist  <tml@novell.com>
52739
52740         * pango/opentype/Makefile.am: Rename LDADDS to
52741         libpango_ot_la_LIBADD to actually make libpango-ot.la link with
52742         it.
52743
52744         * pango/pangowin32.def: Rename get_scale_factor to
52745         get_metrics_factor here, too. (#300222, Ivan Wong)
52746
52747  src/Makefile.am | 12 ++++++------
52748  1 file changed, 6 insertions(+), 6 deletions(-)
52749
52750 commit 0c349a032e5a52a9d0dcc8204f761b7cb28bfa6b
52751 Author: Owen Taylor <otaylor@redhat.com>
52752 Date:   Thu Mar 3 19:38:02 2005 +0000
52753
52754     For all binary searches, handle the case where the number of items
52755     is 0.
52756
52757     2005-03-03  Owen Taylor  <otaylor@redhat.com>
52758
52759             * pango/opentype/ftxopen.c (Coverage_Index1, Coverage_Index2,
52760             Get_Class2): For all binary searches, handle the case where
52761             the number of items is 0. (#162977, Nick Lamb)
52762
52763             * pango/opentype/ftxgdef.c (TT_GDEF_Build_ClassDefinition):
52764             Handle the case where glyph_count == 0 properly. Fix a problem
52765             with cleanups on memory allocation failure.
52766             (Get_New_Count, Add_Glyph_Property): Avoid reading off the
52767             end of the ClassRangeRecord array.
52768
52769  src/ftxgdef.c | 60
52770  +++++++++++++++++++++++++++++++++++------------------------
52771  src/ftxopen.c | 15 +++++++++++++++
52772  2 files changed, 51 insertions(+), 24 deletions(-)
52773
52774 commit 03838daaa9d485bffcb7bc46453a9a4c32a1f32f
52775 Author: Owen Taylor <otaylor@redhat.com>
52776 Date:   Mon Nov 22 23:37:19 2004 +0000
52777
52778     Set G_LOG_DOMAIN.
52779
52780     Mon Nov 22 18:30:14 2004  Owen Taylor  <otaylor@redhat.com>
52781
52782             * pango/opentype/Makefile.am pango/Makefile.am
52783             modules/*/Makefile.am: Set G_LOG_DOMAIN.
52784
52785  src/Makefile.am | 1 +
52786  1 file changed, 1 insertion(+)
52787
52788 commit 346d3b3cac253d2db41205151c185bf2fd9dda16
52789 Author: Owen Taylor <otaylor@redhat.com>
52790 Date:   Wed Sep 22 18:14:55 2004 +0000
52791
52792     Cleanups from 'sparse', #149922, Kjartan Maraas
52793
52794     Wed Sep 22 14:07:47 2004  Owen Taylor  <otaylor@redhat.com>
52795
52796             Cleanups from 'sparse', #149922, Kjartan Maraas
52797
52798             * pango/pango-utils.c (read_config): () => (void) in
52799             definition.
52800
52801             * pango/pangofc-fontmap.c (pango_fc_font_map_list_families):
52802             Initialize *n_families, not n_families.
52803
52804             * pango/pangofc-fontmap.c pango/pangoft2.c opentype/ftxgdef.c
52805             opentype/ftxgpos.c opentype/ftxgsub.c: : Fix various 0/NULL
52806             confusion.
52807
52808  src/ftxgdef.c | 2 +-
52809  src/ftxgpos.c | 6 +++---
52810  src/ftxgsub.c | 2 +-
52811  3 files changed, 5 insertions(+), 5 deletions(-)
52812
52813 commit 8b654dfb5ad6137ee9c5a48f5abe04bf7d28d8cd
52814 Author: Owen Taylor <otaylor@redhat.com>
52815 Date:   Tue Sep 14 13:45:41 2004 +0000
52816
52817     === Released 1.6.0 ===
52818
52819     Mon Sep 13 17:38:58 2004  Owen Taylor  <otaylor@redhat.com>
52820
52821             * === Released 1.6.0 ===
52822
52823             * configure.in: Update versions for 1.6.0
52824
52825             * NEWS: Update.
52826
52827             * README: Minor tweak.
52828
52829             * pango/fonts.c pango/pango-context.c pango/pango-types.h
52830             pango/pango-utils.c pango/pangoft2.c pango/pango-layout.c
52831             pango/opentype/pango-ot-buffer.c: Add a bunch of missing
52832             Since: 1.6.
52833
52834  src/pango-ot-buffer.c | 2 ++
52835  1 file changed, 2 insertions(+)
52836
52837 commit d41089a5b691967fdd622f47c8397a80af104396
52838 Author: Owen Taylor <otaylor@redhat.com>
52839 Date:   Fri Jul 30 21:23:04 2004 +0000
52840
52841     Finish extending properties flags from FT_UShort =>
52842     FT_UInt. (OTLBuffer
52843
52844     Fri Jul 30 17:17:05 2004  Owen Taylor  <otaylor@redhat.com>
52845
52846             * pango/opentype/ftxgpos.[ch] pango/opentype/ftxgsub.[ch]
52847             pango/opentype/ftxopen.[ch]: Finish extending properties
52848             flags from FT_UShort => FT_UInt. (OTLBuffer was already
52849             using an FT_UInt)
52850
52851  src/ftxgpos.c | 8 ++++----
52852  src/ftxgpos.h | 2 +-
52853  src/ftxgsub.c | 8 ++++----
52854  src/ftxgsub.h | 2 +-
52855  src/ftxopen.c | 2 +-
52856  src/ftxopen.h | 2 +-
52857  6 files changed, 12 insertions(+), 12 deletions(-)
52858
52859 commit f42d5eca291dcdfb27d7fbf88391d6d381b8e9c4
52860 Author: Owen Taylor <otaylor@redhat.com>
52861 Date:   Tue Jul 27 17:20:01 2004 +0000
52862
52863     Save the order in which features were added and use that when applying
52864
52865     Tue Jul 27 12:38:05 2004  Owen Taylor  <otaylor@redhat.com>
52866
52867             * pango/opentype/ftxopen.[ch] pango/opentype/ftxgsub.c
52868             pango/opentype/ftxpos.c: Save the order in which
52869             features were added and use that when applying features.
52870             (Patch from Soheil Hassas Yeganeh, #122330)
52871
52872  src/ftxgpos.c | 41 ++++++++++++++++++++++++-----------------
52873  src/ftxgsub.c | 34 +++++++++++++++++++++-------------
52874  src/ftxopen.c | 14 +++++++++++---
52875  src/ftxopen.h |  2 ++
52876  4 files changed, 58 insertions(+), 33 deletions(-)
52877
52878 commit ae2daa972d74c5ecfe1d2f0057ce12682ad30b00
52879 Author: Behdad Esfahbod <behdad@src.gnome.org>
52880 Date:   Tue Jul 27 13:12:19 2004 +0000
52881
52882     Remove the unused parameter from the IN_CURITEM() and IN_CURGLYPH
52883     macros.
52884
52885
52886         * pango/opentype/ftxgpos.c: Remove the unused parameter
52887         from the IN_CURITEM() and IN_CURGLYPH macros.
52888
52889  src/ftxgpos.c | 68
52890  +++++++++++++++++++++++++++++------------------------------
52891  src/ftxgsub.c |  2 +-
52892  2 files changed, 35 insertions(+), 35 deletions(-)
52893
52894 commit 7d5435ea8cb345c79029b8a12d1bddbed28b1997
52895 Author: Behdad Esfahbod <behdad@src.gnome.org>
52896 Date:   Tue Jul 27 10:43:58 2004 +0000
52897
52898     Fix bug to copy glyph from in_string, not out_string.
52899
52900
52901         * pango/opentype/otlbuffer.c (otl_buffer_copy_output_glyph):
52902         Fix bug to copy glyph from in_string, not out_string.
52903
52904  src/otlbuffer.c | 4 ++--
52905  1 file changed, 2 insertions(+), 2 deletions(-)
52906
52907 commit 2ea2a55bdf7ef1caebcd0c5922b0f542ed8bb5bf
52908 Author: Owen Taylor <otaylor@redhat.com>
52909 Date:   Mon Jul 26 23:14:53 2004 +0000
52910
52911     Fix allocation and indexing in NewGlyphClasses array. (#130661,
52912     Masatake
52913
52914     Mon Jul 26 19:11:46 2004  Owen Taylor  <otaylor@redhat.com>
52915
52916             * pango/opentype/ftxgdef.c: Fix allocation and indexing
52917             in NewGlyphClasses array. (#130661, Masatake YAMATO)
52918
52919  src/ftxgdef.c | 14 +++++++-------
52920  1 file changed, 7 insertions(+), 7 deletions(-)
52921
52922 commit 5d42695e5ed89f73fbc665792ebec82c29ae04ae
52923 Author: Owen Taylor <otaylor@redhat.com>
52924 Date:   Mon Jul 26 19:25:45 2004 +0000
52925
52926     Remove the unused parameter from the IN_CURITEM() and IN_CURGLYPH
52927     macros.
52928
52929     Mon Jul 26 15:24:11 2004  Owen Taylor  <otaylor@redhat.com>
52930
52931             * pango/opentype/ftxgsub.c (ADD_Glyph): Remove the
52932             unused parameter from the IN_CURITEM() and IN_CURGLYPH
52933             macros.
52934
52935  src/ftxgsub.c | 56
52936  ++++++++++++++++++++++++++++----------------------------
52937  1 file changed, 28 insertions(+), 28 deletions(-)
52938
52939 commit a00c4ea5626526980139b122977e367b8434d24a
52940 Author: Owen Taylor <otaylor@redhat.com>
52941 Date:   Mon Jul 26 19:23:06 2004 +0000
52942
52943     Add missing macro to make the last change actually compile.
52944
52945     Mon Jul 26 15:21:23 2004  Owen Taylor  <otaylor@redhat.com>
52946
52947             * pango/opentype/ftxgsub.c: Add missing macro to make the
52948             last change actually compile.
52949
52950  src/ftxgsub.c | 2 ++
52951  1 file changed, 2 insertions(+)
52952
52953 commit ed3e1f278d3ebfd224f0b57388502d4bb9fb1441
52954 Author: Owen Taylor <otaylor@redhat.com>
52955 Date:   Mon Jul 26 19:20:27 2004 +0000
52956
52957     Match backtrack context against the output glyphs not the input glyphs
52958
52959     Mon Jul 26 15:16:07 2004  Owen Taylor  <otaylor@redhat.com>
52960
52961             * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst[123]):
52962             Match backtrack context against the output glyphs not
52963             the input glyphs (#145174, Aamir Wali)
52964
52965  src/ftxgsub.c | 24 ++++++++++++------------
52966  1 file changed, 12 insertions(+), 12 deletions(-)
52967
52968 commit 78282cda004a88b2aadb2786dd3897884e22ed0b
52969 Author: Owen Taylor <otaylor@redhat.com>
52970 Date:   Mon Jul 26 18:59:02 2004 +0000
52971
52972     Make Check_Property() take a OTL_GlyphItem, add a gproperties field to
52973
52974     Mon Jul 26 14:49:22 2004  Owen Taylor  <otaylor@redhat.com>
52975
52976             * ftxgdef.[ch] otlbuffer.[ch]: Make Check_Property() take a
52977             OTL_GlyphItem, add a gproperties field to OTLGlyphItem,
52978             and use that to cache the properties for a glyph.
52979
52980             * ftxgsub.c ftxgdef.c: Adapt to Check_Property() changes.
52981
52982             * otlbuffer.[ch] ftxgsub.c: Add otl_buffer_copy_output_glyph()
52983             to use when we are copying an unmodified glyph from input
52984             to output that preserves the cached properties.
52985
52986  src/ftxgdef.c   | 16 ++++++++++------
52987  src/ftxgpos.c   | 52 +++++++++++++++++++++++++++-------------------------
52988  src/ftxgsub.c   | 54
52989  ++++++++++++++++++++++++++++--------------------------
52990  src/ftxopenf.h  |  2 +-
52991  src/otlbuffer.c | 21 +++++++++++++++++++--
52992  src/otlbuffer.h |  6 ++++++
52993  6 files changed, 91 insertions(+), 60 deletions(-)
52994
52995 commit 81b62af42313fb60db523374cd8c6901829f5c4e
52996 Author: Owen Taylor <otaylor@redhat.com>
52997 Date:   Mon Jul 19 21:13:23 2004 +0000
52998
52999     Add support for ChainContextSubstFormat3.
53000
53001     Mon Jul 19 17:09:11 2004  Owen Taylor  <otaylor@redhat.com>
53002
53003             * pango/opentype/disasm.c: Add support for
53004             ChainContextSubstFormat3.
53005
53006  src/disasm.c | 16 +++++++++++++++-
53007  1 file changed, 15 insertions(+), 1 deletion(-)
53008
53009 commit d4f773ef92fdbaa7e61e6577db5e9b2846a100a4
53010 Author: Owen Taylor <otaylor@redhat.com>
53011 Date:   Mon Jul 19 20:37:22 2004 +0000
53012
53013     Fix pervasive buffer overruns when skipping glyphs when matching
53014     contexts.
53015
53016     Mon Jul 19 16:29:45 2004  Owen Taylor  <otaylor@redhat.com>
53017
53018             * pango/opentype/ftxgsub.c pango/opentype/ftxgpos.c:
53019             Fix pervasive buffer overruns when skipping glyphs
53020             when matching contexts. (#118592, Kailash C. Chowksey)
53021
53022  src/ftxgpos.c | 259 ++++++++++++++++++----------------------
53023  src/ftxgsub.c | 376
53024  ++++++++++++++++++++++++++--------------------------------
53025  2 files changed, 284 insertions(+), 351 deletions(-)
53026
53027 commit 99848cfafee8e598ef533f254cdb99fbae4c9364
53028 Author: Owen Taylor <otaylor@redhat.com>
53029 Date:   Wed Jun 23 20:33:35 2004 +0000
53030
53031     #143693, Sayamindu Dasgupta
53032
53033     Wed Jun 23 16:13:53 2004  Owen Taylor  <otaylor@redhat.com>
53034
53035             #143693, Sayamindu Dasgupta
53036
53037             * pango/opentype/pango-ot-buffer.c
53038             (pango_ot_buffer_set_zero_width_marks)
53039             pango/opentype/pango-ot-private.h:
53040             Allow setting for whether marks should be given zero width,
53041             defaulting to FALSE.
53042
53043             * modules/arabic/arabic-fc.c (arabic_engine_shape): Turn
53044             on zero-width-marks setting.
53045
53046  src/pango-ot-buffer.c  | 22 +++++++++++++++++++++-
53047  src/pango-ot-private.h |  5 +++--
53048  2 files changed, 24 insertions(+), 3 deletions(-)
53049
53050 commit 68d4cedb8726fa239f56d62060d8fee7e09cb8be
53051 Author: Owen Taylor <otaylor@redhat.com>
53052 Date:   Mon Jun 21 18:04:02 2004 +0000
53053
53054     Use the gcc-3.3 strict-aliasing compatible macros from fterrcompat.h
53055
53056     Mon Jun 21 13:55:17 2004  Owen Taylor  <otaylor@redhat.com>
53057
53058             * pango/opentype/otlbuffer.c: Use the gcc-3.3
53059             strict-aliasing compatible macros from fterrcompat.h
53060             (#140495, reported by Stanislav Brabec)
53061
53062  src/otlbuffer.c | 22 ++++++++++++++--------
53063  1 file changed, 14 insertions(+), 8 deletions(-)
53064
53065 commit b327765176dff81047f942ac56a1d206344e6039
53066 Author: Theppitak Karoonboonyanan <tkaroonb@src.gnome.org>
53067 Date:   Fri May 28 16:41:36 2004 +0000
53068
53069     Negate y offset according to different conventions between
53070
53071         * pango/opentype/pango-ot-buffer.c (apply_gpos_ltr): Negate
53072         y offset
53073         according to different conventions between PangoGlyphString
53074         and OTL
53075         (#142544)
53076
53077  src/pango-ot-buffer.c | 2 +-
53078  1 file changed, 1 insertion(+), 1 deletion(-)
53079
53080 commit 068763b547d791e28b892bcaee810f3d60a83018
53081 Author: Owen Taylor <otaylor@redhat.com>
53082 Date:   Thu May 27 21:55:50 2004 +0000
53083
53084     Revert error return changes from last commit.
53085
53086     Thu May 27 17:54:24 2004  Owen Taylor  <otaylor@redhat.com>
53087
53088             * pango/opentype/otlbuffer.c: Revert error return changes
53089             from last commit.
53090
53091  src/otlbuffer.c | 16 ++++++----------
53092  1 file changed, 6 insertions(+), 10 deletions(-)
53093
53094 commit ef07481025c5bbb9769b9f908d9dc78f44161bbb
53095 Author: Owen Taylor <otaylor@redhat.com>
53096 Date:   Thu May 27 21:03:42 2004 +0000
53097
53098     Free buffer->positions, clean up error returns that were returning
53099
53100     Thu May 27 16:57:30 2004  Owen Taylor  <otaylor@redhat.com>
53101
53102             * pango/opentype/otlbuffer.c: Free buffer->positions,
53103             clean up error returns that were returning uninitialized
53104             values. (#139239, Behdad Esfahbod)
53105
53106  src/otlbuffer.c | 21 +++++++++++++--------
53107  1 file changed, 13 insertions(+), 8 deletions(-)
53108
53109 commit de568e7e6200c7a49bae1f78ac63858b8df01173
53110 Author: Owen Taylor <otaylor@redhat.com>
53111 Date:   Tue Mar 16 19:23:43 2004 +0000
53112
53113     === Released 1.4.0 ===
53114
53115     Tue Mar 16 11:24:46 2004  Owen Taylor  <otaylor@redhat.com>
53116
53117             * === Released 1.4.0 ===
53118
53119             * configure.in: Version 1.4.0, interface ago 0. Require
53120             glib-2.4.0.
53121
53122             * NEWS: Updates.
53123
53124             * README: Some updates; include details about the FreeType
53125             license of the OpenType code.
53126
53127  src/FT-license.txt | 77
53128  +++++++++++++++++++++++++++++-------------------------
53129  1 file changed, 42 insertions(+), 35 deletions(-)
53130
53131 commit 8b3554b3afe7c125b1a53171b01ac87de9c486fe
53132 Author: Hans Breuer <hans@breuer.org>
53133 Date:   Wed Mar 3 22:35:19 2004 +0000
53134
53135     if PANGO_MODULE_PREFIX is defined include the basic backend shaper
53136     (should
53137
53138     2004-03-03  Hans Breuer  <hans@breuer.org>
53139
53140         * pango/module-defs-win32.c.win32 : if PANGO_MODULE_PREFIX is
53141         defined include the basic backend shaper (should have been
53142         commited at 2003-12-12, too)
53143
53144         * pango/makefile.msc : generate correct type for PangoFontMask
53145         (bug #135892, John Ehresman)
53146         * pango/opentype/makefile.msc : updated
53147
53148         * pango/pango.def pango/pangoft2.def : more updatd externals
53149
53150  src/makefile.msc | 6 ++++--
53151  1 file changed, 4 insertions(+), 2 deletions(-)
53152
53153 commit a7e096c5de3ec5319bf9333c9ace0732d97c52c3
53154 Author: Owen Taylor <otaylor@redhat.com>
53155 Date:   Sun Feb 29 15:44:50 2004 +0000
53156
53157     Rework opentype interfaces and other changes to make GPOS work
53158     for Arabic.
53159
53160     Sun Feb 29 09:25:13 2004  Owen Taylor  <otaylor@redhat.com>
53161
53162             Rework opentype interfaces and other changes to make GPOS
53163             work for Arabic. (Most of #117282, #121060)
53164
53165             * pango/opentype/otlbuffer.[ch]: OTL_Buffer that
53166             acts as a replacement for the separate GSUB and
53167             GPOS string structures and hides many of the internal
53168             details.
53169
53170             * pango/opentype/ftxgsub.[ch] pango/opentype/ftxgpos.[ch]:
53171             Adapt to OTL_Buffer.
53172
53173             * pango/opentype/ftxgpos.c: Redo handling of cursive
53174             chains so that it actually works.
53175
53176             * pango/pango-ot.h pango/opentype/pango-ot-buffer.c:
53177             Pango wrapper around OTL_Buffer.
53178
53179             * pango/pango-ot.h pango/pango-ot-ruleset.c
53180             pango/pango-ot-buffer.c:
53181             Split pango_ot_ruleset_shape() into
53182             pango_ot_ruleset_substitute(),
53183             pango_ot_ruleset_position(), make them act on
53184             PangoOTBuffer, add a separate pango_ot_buffer_output()
53185             which does the default positioning and writes to a
53186             PangoGlyphString.
53187
53188             * modules/arabic/arabic-fc.c modules/indic/indic-fc.c
53189             modules/indic/mprefixups.[ch]: Adapt to new OpenType
53190             interfaces; add GPOS features for Arabic.
53191
53192             * pango/opentype/pango-ot-info.c: Don't derive class
53193             information
53194             from Unicode properties for Arabic presentation forms,
53195             let the shaping process derive the properties.
53196
53197  src/Makefile.am        |   3 +
53198  src/ftxgdef.c          |   4 +-
53199  src/ftxgpos.c          | 573 ++++++++++++++++-----------------------
53200  src/ftxgpos.h          |  23 +-
53201  src/ftxgsub.c          | 719
53202  +++++++++++--------------------------------------
53203  src/ftxgsub.h          |  40 +--
53204  src/ftxopen.h          |   1 +
53205  src/otlbuffer.c        | 213 +++++++++++++++
53206  src/otlbuffer.h        |  97 +++++++
53207  src/ottest.c           |   2 +
53208  src/pango-ot-buffer.c  | 265 ++++++++++++++++++
53209  src/pango-ot-info.c    |  27 +-
53210  src/pango-ot-private.h |   8 +
53211  src/pango-ot-ruleset.c | 148 +++-------
53212  14 files changed, 1039 insertions(+), 1084 deletions(-)
53213
53214 commit d670ddf99192dd4999775a9215a818ae63fa3416
53215 Author: Owen Taylor <otaylor@redhat.com>
53216 Date:   Sat Feb 21 14:53:12 2004 +0000
53217
53218     Sign convention for y offsets is opposite between PangoGlyphString
53219     and FT
53220
53221     Sat Feb 21 09:49:23 2004  Owen Taylor  <otaylor@redhat.com>
53222
53223             * pango/opentype/pango-ot-ruleset.c (pango_ot_ruleset_shape):
53224             Sign convention for y offsets is opposite between
53225             PangoGlyphString and FT code. (#132591)
53226
53227  src/pango-ot-ruleset.c | 2 +-
53228  1 file changed, 1 insertion(+), 1 deletion(-)
53229
53230 commit b9b3c131c2b57c12a77124a52512fb19a1255f8e
53231 Author: Owen Taylor <otaylor@redhat.com>
53232 Date:   Fri Feb 13 16:11:40 2004 +0000
53233
53234     Memory leak fixes from Masatake YAMATO, #130652
53235
53236     Fri Feb 13 10:54:18 2004  Owen Taylor  <otaylor@redhat.com>
53237
53238             Memory leak fixes from Masatake YAMATO, #130652
53239
53240             * pango/opentype/ftxgdef.c (TT_Done_GDEF_Table):
53241             Free the gdef table as well as the contained data.
53242
53243             * pango/opentype/ftxgdef.c (TT_GDEF_Build_ClassDefinition):
53244             Set gcd->loaded, so that the contents get freed later.
53245
53246  src/ftxgdef.c | 4 ++++
53247  1 file changed, 4 insertions(+)
53248
53249 commit 926b8f322989298e43c8bac85f23e3525470a669
53250 Author: Owen Taylor <otaylor@redhat.com>
53251 Date:   Mon Jan 26 19:23:35 2004 +0000
53252
53253     Suport CFF fonts as well. (#131202, Manjunath Sripadarao)
53254
53255     Mon Jan 26 14:20:34 2004  Owen Taylor  <otaylor@redhat.com>
53256
53257             * pango/opentype/pango-ot-info.c (is_truetype): Suport
53258             CFF fonts as well. (#131202, Manjunath Sripadarao)
53259
53260  src/pango-ot-info.c | 3 ++-
53261  1 file changed, 2 insertions(+), 1 deletion(-)
53262
53263 commit 945e479a3a35769e5e7c792fdcf306892523a5f9
53264 Author: Hans Breuer <hans@breuer.org>
53265 Date:   Sat Dec 13 14:31:50 2003 +0000
53266
53267     moved pango_fc_* to the latter where they live on *nix too.
53268
53269     2003-12-13  Hans Breuer  <hans@breuer.org>
53270
53271         * pango/pango.def pangoft2.def : moved pango_fc_*
53272         to the latter where they live on *nix too.
53273
53274         * pango/makefile.msc : make it build again (including
53275         the Ft2 backend)
53276
53277         * pango/module-defs-fc.c.win32 : if PANGO_MODULE_PREFIX is defined
53278         include the basic backend shaper
53279
53280         * pango/pangowin32.c (pango_win32_render_layout) :
53281         initialize iter before first usage to avoid immediate crashing
53282
53283         * pango/opentype/makefile.msc
53284                 pango/modules/makefile.msc : finally build with mscv, too.
53285         [completely untested cause I'm not able to type, write or read
53286         any of these languages]
53287
53288         * modules/modules.def : follow module function renaming/changes
53289
53290         * modules/basic/basic-win32.c : register the right engine, i.e.
53291         make it compile
53292
53293  src/makefile.msc | 21 +++++++++++++++++++++
53294  1 file changed, 21 insertions(+)
53295
53296 commit ba0ccd5cfcb514cdc45373158343138b7b190f9d
53297 Author: Owen Taylor <otaylor@redhat.com>
53298 Date:   Sat Nov 1 15:02:17 2003 +0000
53299
53300     Switch over to recommended Freetype system of include ft2build.h then
53301
53302     Sat Nov  1 09:32:15 2003  Owen Taylor  <otaylor@redhat.com>
53303
53304             * pango/pango-ot.h pango/pangofc-font.h
53305             modules/indic/indic-ot.h
53306             pango/pangoft2.c pango/opentype/pango-ot-info.c
53307             pango/opentype/pango-ot-ruleset.c pango/opentype/ottest.c
53308             pango/opentype/ftxopen.[ch] pango/opentype/ftxgdef.c
53309             pango/opentype/ftxgsub.c pango/opentype/ftxgpos.c:
53310             Switch over to recommended Freetype system of
53311             include ft2build.h then #include FT_FREETYPE_H.
53312             Fixes ftmodule.h problem with current Freetype CVS.
53313             (#125548)
53314
53315  src/ftxgdef.c          | 14 +++++++-------
53316  src/ftxgpos.c          | 17 ++++++++---------
53317  src/ftxgsub.c          | 13 ++++++-------
53318  src/ftxopen.c          | 10 +++++-----
53319  src/ftxopen.h          |  3 ++-
53320  src/ottest.c           |  1 -
53321  src/pango-ot-info.c    |  4 ++--
53322  src/pango-ot-private.h |  2 --
53323  src/pango-ot-ruleset.c |  4 ++--
53324  9 files changed, 32 insertions(+), 36 deletions(-)
53325
53326 commit 558171a7a3666999c679719ad0bfbdf7c6a52289
53327 Author: Owen Taylor <otaylor@redhat.com>
53328 Date:   Mon Sep 15 22:04:55 2003 +0000
53329
53330     Fix gcc-3.3 versions of macros to have the right return value.
53331
53332     Mon Sep 15 17:16:59 2003  Owen Taylor  <otaylor@redhat.com>
53333
53334             * pango/opentype/fterrcompat.h: Fix gcc-3.3 versions of
53335             macros to have the right return value.
53336
53337  src/fterrcompat.h | 44 ++++++++++++++++++++++++++------------------
53338  1 file changed, 26 insertions(+), 18 deletions(-)
53339
53340 commit c99259bf7e08ccdc4130d4983e8d186021ea8e1a
53341 Author: Owen Taylor <otaylor@redhat.com>
53342 Date:   Mon Aug 25 14:30:12 2003 +0000
53343
53344     pango/opentype/ftxgsub.c (Lookup_ChainContextSubst3) Fix problems
53345     where
53346
53347     Mon Aug 25 10:17:21 2003  Owen Taylor  <otaylor@redhat.com>
53348
53349             * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst3)
53350             * pango/opentype/ftxgpos.c (Lookup_ChainContextPos3):
53351             Fix problems where the coverage wasn't being checked
53352             for the first input glyph. (#118639, Kailash C. Chowksey)
53353
53354  src/ftxgpos.c | 7 +++----
53355  src/ftxgsub.c | 7 +++----
53356  2 files changed, 6 insertions(+), 8 deletions(-)
53357
53358 commit bcf81bcc80c6235dfbc7eeaa34ed21ea329c7a3d
53359 Author: Owen Taylor <otaylor@redhat.com>
53360 Date:   Fri Aug 22 22:52:08 2003 +0000
53361
53362     Add some macro definitions for gcc-3.3 that suppress the bogus
53363
53364     Fri Aug 22 18:09:52 2003  Owen Taylor  <otaylor@redhat.com>
53365
53366             * pango/opentype/fterrcompat.h: Add some macro definitions
53367             for gcc-3.3 that suppress the bogus strict-aliasing
53368             warnings.
53369
53370             * pango/pango-utils.c (read_config_file): Use
53371             g_hash_table_new_full() to simplify code and fix
53372             gcc-3.3 warnings.
53373
53374             * pango/pangox-fontmap.c (pango_x_real_get_coverage_win)
53375             * pango/querymodules.c (query_module): Suppress gcc-3.3
53376             warnings.
53377
53378             * pango/modules.c (pango_find_map): Fix warning from
53379             missing declaration of pango_module_get_type().
53380
53381             * pango/pango-context.c/pango-engine.c: Fix name confusion
53382             for pango_get_fallback_shaper().
53383
53384  src/fterrcompat.h | 36 ++++++++++++++++++++++++++++++++++--
53385  1 file changed, 34 insertions(+), 2 deletions(-)
53386
53387 commit 46d379596d7292a3b2e51f35fc8044b366d413a3
53388 Author: Owen Taylor <otaylor@redhat.com>
53389 Date:   Tue Jul 29 14:21:54 2003 +0000
53390
53391     Rewrite handling of IGNORE_SPECIAL_MARKS to be properly "ignore
53392     marks of
53393
53394     Tue Jul 29 09:58:13 2003  Owen Taylor  <otaylor@redhat.com>
53395
53396             * pango/opentype/ftxgdef.c (Check_Property): Rewrite
53397             handling of IGNORE_SPECIAL_MARKS to be properly
53398             "ignore marks of attachment type different than
53399             specified. (#118456, Kailash C. Chowksey)
53400
53401  src/ftxgdef.c | 37 ++++++++++++++++++++++++++++---------
53402  1 file changed, 28 insertions(+), 9 deletions(-)
53403
53404 commit 8247acad79c1a4154e9337aed453eb3e4d23063d
53405 Author: Owen Taylor <otaylor@redhat.com>
53406 Date:   Mon Jul 28 22:28:37 2003 +0000
53407
53408     Revert back out the FreeType patch preventing ligatures of
53409     not-originally
53410
53411     Sat Jul 26 09:41:22 2003  Owen Taylor  <otaylor@redhat.com>
53412
53413             * pango/opentype/ftxgsub.c (Lookup_LigatureSubst):
53414             Revert back out the FreeType patch preventing
53415             ligatures of not-originally adjacent glyphs;
53416             it doesn't work for all scripts. (#118472,
53417             Kailash C. Chowksey)
53418
53419  src/ftxgsub.c | 31 +++----------------------------
53420  1 file changed, 3 insertions(+), 28 deletions(-)
53421
53422 commit 825e6d7e86cac310161648601b09291fa05d5ba5
53423 Author: Owen Taylor <otaylor@redhat.com>
53424 Date:   Sun Jul 27 02:40:31 2003 +0000
53425
53426     Check for lookahead glyphs in the right place. (Patch from #116860)
53427
53428     Sat Jul 26 22:30:59 2003  Owen Taylor  <otaylor@redhat.com>
53429
53430             * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst{1,2,3}):
53431             Check for lookahead glyphs in the right place. (Patch
53432             from #116860)
53433
53434             * pango/opentype/ftxgpos.c (Lookup_ChainContextPos{1,2,3}):
53435             Same fix here.
53436
53437  src/ftxgpos.c | 6 +++---
53438  src/ftxgsub.c | 6 +++---
53439  2 files changed, 6 insertions(+), 6 deletions(-)
53440
53441 commit 03a0fe09c711b81c7eb4065fd4700b8cfd2c977a
53442 Author: Owen Taylor <otaylor@redhat.com>
53443 Date:   Sun Jul 27 02:19:52 2003 +0000
53444
53445     Fix return value to only contain TTO_Err_Not_Covered if *no* lookups
53446
53447     Sat Jul 26 22:12:46 2003  Owen Taylor  <otaylor@redhat.com>
53448
53449             * pango/opentype/ftxgsub.c (Do_String_Lookup,
53450             TT_GSUB_Apply_String): Fix return value to only
53451             contain TTO_Err_Not_Covered if *no* lookups
53452             matched. Fix memory leaks on error in Apply_String().
53453
53454  src/ftxgsub.c | 120
53455  ++++++++++++++++++++++++++++++++++++----------------------
53456  1 file changed, 75 insertions(+), 45 deletions(-)
53457
53458 commit e10ea2afd9a5868d4ec1ff3a2b99bcd64ce45816
53459 Author: Owen Taylor <otaylor@redhat.com>
53460 Date:   Sun Jul 27 01:10:15 2003 +0000
53461
53462     Fix confusion between boolean and FT_Error return. (GSUB equivalent
53463     of fix
53464
53465     Sat Jul 26 21:06:26 2003  Owen Taylor  <otaylor@redhat.com>
53466
53467             * pango/opentype/ftxgsub.c (Load_EmptyOrClassDefinition):
53468             Fix confusion between boolean and FT_Error return.
53469             (GSUB equivalent of fix for #108358)
53470
53471  src/ftxgsub.c | 5 +++--
53472  1 file changed, 3 insertions(+), 2 deletions(-)
53473
53474 commit a7305ab2624cbc08160dc11587ba3dc4e17781c2
53475 Author: Owen Taylor <otaylor@redhat.com>
53476 Date:   Sat Jul 26 15:02:13 2003 +0000
53477
53478     Move allocation afer initial checks, fixing memory leak.
53479
53480     Sat Jul 26 10:52:20 2003  Owen Taylor  <otaylor@redhat.com>
53481
53482             * pango/opentype/ftxgpos.c (Lookup_ContextPos2):
53483             * pango/opentype/ftxgsub.c (Lookup_ContextSubst2): Move
53484             allocation afer initial checks, fixing memory leak.
53485
53486             * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst2):
53487             Fix some more error return memory leaks that weren't
53488             fixed in the Qt changes.
53489
53490  src/ftxgpos.c |  8 ++++----
53491  src/ftxgsub.c | 12 ++++++------
53492  2 files changed, 10 insertions(+), 10 deletions(-)
53493
53494 commit f40b7c15e0bc4b71e706602c4e062f72d8f0fcdd
53495 Author: Owen Taylor <otaylor@redhat.com>
53496 Date:   Sat Jul 26 14:50:23 2003 +0000
53497
53498     Fix various memory leaks from error returns that should have been
53499     jumps to
53500
53501     Sat Jul 26 10:43:20 2003  Owen Taylor  <otaylor@redhat.com>
53502
53503             * pango/opentype/ftxgsub.c pango/opentype/ftxgpos.c:
53504             Fix various memory leaks from error returns that should
53505             have been jumps to cleanup blocks. (From Qt, Lars Knoll)
53506
53507  src/ftxgpos.c | 8 ++++----
53508  src/ftxgsub.c | 4 ++--
53509  2 files changed, 6 insertions(+), 6 deletions(-)
53510
53511 commit 256d21970733483833b9cf31d5e0fa7ae853e944
53512 Author: Owen Taylor <otaylor@redhat.com>
53513 Date:   Sat Jul 26 14:35:29 2003 +0000
53514
53515     Fix additional places where TTO_Err_Not_Covered wasn't considered a
53516
53517     Sat Jul 26 10:30:24 2003  Owen Taylor  <otaylor@redhat.com>
53518
53519             * pango/opentype/ftxgpos.c: Fix additional places where
53520             TTO_Err_Not_Covered wasn't considered a successful return
53521             from Get_Class. (From Qt, Lars Knoll)
53522
53523  src/ftxgpos.c | 8 ++++----
53524  1 file changed, 4 insertions(+), 4 deletions(-)
53525
53526 commit 374960681e2e36d0e4032623d8cb92a7910baf71
53527 Author: Owen Taylor <otaylor@redhat.com>
53528 Date:   Sat Jul 26 13:50:23 2003 +0000
53529
53530     If applying a ligature lookup makes adjacent two glyphs that were not
53531
53532     Sat Jul 26 09:41:22 2003  Owen Taylor  <otaylor@redhat.com>
53533
53534             * pango/opentype/ftxgsub.c (Lookup_LigatureSubst):
53535             If applying a ligature lookup makes adjacent two glyphs
53536             that were not originally adjacent, avoid making
53537             subsequent ligatures between those glyphs.
53538             (From FreeType, Werner Lemberg, 2001-08-22, 2001-08-23)
53539
53540  src/ftxgsub.c | 31 ++++++++++++++++++++++++++++---
53541  1 file changed, 28 insertions(+), 3 deletions(-)
53542
53543 commit b682482df77608d67eca8a050db5b36f44953c13
53544 Author: Owen Taylor <otaylor@redhat.com>
53545 Date:   Sat Jul 26 13:20:52 2003 +0000
53546
53547     Fix some FreeType1 variable declarations that snuck in from the last
53548
53549     Sat Jul 26 09:16:57 2003  Owen Taylor  <otaylor@redhat.com>
53550
53551             * pango/opentype/ftxgpos.c pango/opentype/ftxopen.c:
53552             Fix some FreeType1 variable declarations that snuck
53553             in from the last commits (Christophe Fergeau,
53554             118363)
53555
53556  src/ftxgpos.c | 6 +++---
53557  src/ftxopen.c | 2 +-
53558  2 files changed, 4 insertions(+), 4 deletions(-)
53559
53560 commit 06c12109de061c357f46dcec82c4bee7160afede
53561 Author: Owen Taylor <otaylor@redhat.com>
53562 Date:   Sat Jul 26 03:45:44 2003 +0000
53563
53564     OpenType-1.4 update: backtrack information is stored with the
53565     item closest
53566
53567     Fri Jul 25 23:38:07 2003  Owen Taylor  <otaylor@redhat.com>
53568
53569             * pango/opentype/ftxgpos.c pango/opentype/ftxgsub.c:
53570             OpenType-1.4 update: backtrack information is stored with the
53571             item closest to the input first (From FreeType,
53572             Werner Lemberg, 2002-09-26)
53573
53574  src/ftxgpos.c | 26 ++++++++++++++++++--------
53575  src/ftxgsub.c | 24 +++++++++++++++++-------
53576  2 files changed, 35 insertions(+), 15 deletions(-)
53577
53578 commit 15a69e4a12739e7392f2a38d6f7bfdd96c0dc3ba
53579 Author: Owen Taylor <otaylor@redhat.com>
53580 Date:   Sat Jul 26 03:14:23 2003 +0000
53581
53582     Update of GPOS and GSUB support to OpenType 1.3 (From FreeType, Werner
53583
53584     Fri Jul 25 23:07:06 2003  Owen Taylor  <otaylor@redhat.com>
53585
53586             Update of GPOS and GSUB support to OpenType 1.3
53587             (From FreeType, Werner Lemberg, 2001-08-08)
53588
53589             * pango/opentype/ftxopen.h: Add RIGHT_TO_LEFT LookupFlag
53590
53591             * pango/opentype/ftxgpos.c (GPOS_Instance): Add 'first'
53592             member to mark the beginning of a chain of cursive
53593             connections.
53594
53595             * pango/opentype/ftxgpos.c (Do_String_Lookup): If the
53596             RIGHT_TO_FLAG flag is set, shift cursive chain up so
53597             last glyph is on the baseline.
53598
53599  src/ftxgpos.c | 25 ++++++++++++++++++++++++-
53600  src/ftxopen.h |  8 ++++++--
53601  2 files changed, 30 insertions(+), 3 deletions(-)
53602
53603 commit 6f74f18b77402f3adf5bfbae26e8f44de6543b4e
53604 Author: Owen Taylor <otaylor@redhat.com>
53605 Date:   Sat Jul 26 03:03:40 2003 +0000
53606
53607     Add GPOS_LOOKUP_EXTENSION, GSUB_LOOKUP_EXTENSION, which allow lookup
53608
53609     Fri Jul 25 22:59:13 2003  Owen Taylor  <otaylor@redhat.com>
53610
53611             * pango/opentype/ftx{gpos,gsub}.h pango/opentype/ftxgdef.c:
53612             Add GPOS_LOOKUP_EXTENSION, GSUB_LOOKUP_EXTENSION, which
53613             allow lookup information to be stored at 32-bit offets
53614             via a double indirection. (From FreeType, Werner Lemberg,
53615             2001-08-08)
53616
53617  src/ftxgpos.h | 17 +++++++++--------
53618  src/ftxgsub.h |  1 +
53619  src/ftxopen.c | 19 +++++++++++++++++++
53620  3 files changed, 29 insertions(+), 8 deletions(-)
53621
53622 commit 375781c4546b5cfc453b99551ddf715bb162ffb9
53623 Author: Owen Taylor <otaylor@redhat.com>
53624 Date:   Sat Jul 26 02:44:19 2003 +0000
53625
53626     Fix a couple of places where TTO_Err_Not_Covered wasn't considered a
53627
53628     Fri Jul 25 22:25:48 2003  Owen Taylor  <otaylor@redhat.com>
53629
53630             * pango/opentype/ftxgsub.c (Lookup_ContextSubst2,
53631             Lookup_ChainContextSubst2): Fix a couple of
53632             places where TTO_Err_Not_Covered wasn't considered
53633             a successful return from Get_Class -- it means
53634             use class index 0. (From FreeType, Werner Lemberg,
53635             2001-08-06)
53636
53637  src/ftxgsub.c | 4 ++--
53638  1 file changed, 2 insertions(+), 2 deletions(-)
53639
53640 commit 378e1889cd294cb77313ba7fdab3e52959bf2c40
53641 Author: Owen Taylor <otaylor@redhat.com>
53642 Date:   Sat Jul 26 02:10:42 2003 +0000
53643
53644     Improvements to OpenType-dumping code, based on changes in Qt by Lars
53645
53646     Fri Jul 25 20:12:00 2003  Owen Taylor  <otaylor@redhat.com>
53647
53648             Improvements to OpenType-dumping code, based on
53649             changes in Qt by Lars Knoll.
53650
53651             * pango/opentype/ottest.c: Tweak the debugging output,
53652             suppress some warnings.
53653
53654             * pango/opentype/disasm.c: Add support for
53655             GSUB Context/Chain GPOS MarkBase lookups, improve
53656             output in various ways.
53657
53658  src/disasm.c | 242
53659  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
53660  src/ottest.c |  12 +--
53661  2 files changed, 241 insertions(+), 13 deletions(-)
53662
53663 commit 07bad0e77c42b5f2535e3b018bf9074d2f4ecc7c
53664 Author: Owen Taylor <otaylor@redhat.com>
53665 Date:   Thu Jul 24 21:05:29 2003 +0000
53666
53667     Fix uses of g_assert() around statements with side effects. (#115498,
53668
53669     Thu Jul 24 17:04:21 2003  Owen Taylor  <otaylor@redhat.com>
53670
53671             * pango/opentype/pango-ot-ruleset.c (pango_ot_ruleset_shape):
53672             Fix uses of g_assert() around statements with side effects.
53673             (#115498, patch from David Cuthbert)
53674
53675  src/pango-ot-ruleset.c | 14 +++++++++-----
53676  1 file changed, 9 insertions(+), 5 deletions(-)
53677
53678 commit f91deef2c9473da5c3cb5e120f2d4fbf0d638166
53679 Author: Owen Taylor <otaylor@redhat.com>
53680 Date:   Wed Apr 16 21:48:29 2003 +0000
53681
53682     More careful handling of face->charmap; if is NULL, try to set
53683     a unicode
53684
53685     Wed Apr 16 03:46:42 2003  Owen Taylor  <otaylor@redhat.com>
53686
53687             * pango/opentype/pango-ot-info.c (synthesize_class_def):
53688             More careful handling of face->charmap; if is NULL,
53689             try to set a unicode charmap, if that doesn't succeed,
53690             return. (Hopefully fixes #106550)
53691
53692  src/pango-ot-info.c | 26 ++++++++++++++++++++++++--
53693  1 file changed, 24 insertions(+), 2 deletions(-)
53694
53695 commit 587b3940f3ce71e8e1c9950086923d4eb78d62db
53696 Author: Owen Taylor <otaylor@redhat.com>
53697 Date:   Wed Apr 16 03:58:17 2003 +0000
53698
53699     When loading in Load_Chain{Sub,Pos}ClassRule, the limit we have only
53700
53701     Tue Apr 15 11:49:39 2003  Owen Taylor  <otaylor@redhat.com>
53702
53703             * pango/opentype/ftxg{sub/pos}.c: When loading
53704             in Load_Chain{Sub,Pos}ClassRule, the limit we
53705             have only applies to the input ClassDef table.
53706             Fixes problem with Arial Unicode. Much help from
53707             Noah Levitt in tracing this down.
53708
53709  src/ftxgpos.c | 7 ++++---
53710  src/ftxgsub.c | 7 ++++---
53711  2 files changed, 8 insertions(+), 6 deletions(-)
53712
53713 commit 0d7567f8eaa1f8d0ec9cb89218ce3a1475d258ac
53714 Author: Owen Taylor <otaylor@redhat.com>
53715 Date:   Tue Apr 15 23:01:19 2003 +0000
53716
53717     Fix mispelled constant from last commit.
53718
53719     Tue Apr 15 06:57:02 2003  Owen Taylor  <otaylor@redhat.com>
53720
53721             * pango/opentype/ftxgpos.c: Fix mispelled constant
53722             from last commit.
53723
53724  src/ftxgpos.c | 2 +-
53725  1 file changed, 1 insertion(+), 1 deletion(-)
53726
53727 commit 73cd600798a9a7225b2ac8241ea371d48cf7baf3
53728 Author: Owen Taylor <otaylor@redhat.com>
53729 Date:   Tue Apr 15 22:15:41 2003 +0000
53730
53731     Fix confusion between boolean and FT_Error return. (#108358,
53732     Noah Levitt)
53733
53734     Tue Apr 15 06:03:39 2003  Owen Taylor  <otaylor@redhat.com>
53735
53736             * pango/opentype/ftxgpos.c: Fix confusion between
53737             boolean and FT_Error return. (#108358, Noah Levitt)
53738
53739             * pango/opentype/ftxopen.c (Get_Class1): index is
53740             allowed to be NULL. (#108358, Noah Levitt)
53741
53742  src/ftxgpos.c | 5 +++--
53743  src/ftxopen.c | 3 ++-
53744  2 files changed, 5 insertions(+), 3 deletions(-)
53745
53746 commit 462bd0be608c3d14e5b4c01099b02b3948a52369
53747 Author: Owen Taylor <otaylor@redhat.com>
53748 Date:   Tue Apr 15 21:05:53 2003 +0000
53749
53750     Fix infinite loop in the case where the charmap contains a character >
53751
53752     Tue Apr 15 05:00:39 2003  Owen Taylor  <otaylor@redhat.com>
53753
53754             * pango/opentype/pango-ot-info.c (synthesize_class_def):
53755             Fix infinite loop in the case where the charmap contains
53756             a character > 65535. (#106550, Morten Welinder.)
53757
53758  src/pango-ot-info.c | 14 +++++++-------
53759  1 file changed, 7 insertions(+), 7 deletions(-)
53760
53761 commit 312e1c1cf9f2c1e2137b9aaa5181a541447923cb
53762 Author: James Henstridge <james@daa.com.au>
53763 Date:   Tue Mar 11 12:31:16 2003 +0000
53764
53765     make similar changes to the ones on glib head (call gtk-docize, etc).
53766
53767     2003-03-11  James Henstridge  <james@daa.com.au>
53768
53769         * autogen.sh: make similar changes to the ones on glib head (call
53770         gtk-docize, etc).
53771
53772         * configure.in: move some calculations into M4 macros, rather than
53773         calculating them when configure runs.
53774         Use AC_HELP_STRING where appropriate.
53775         Replace gtk-doc checks with a call to GTK_DOC_CHECK.
53776         Replace AC_OUTPUT_COMMANDS() call with a number of calls to
53777         AC_CONFIG_COMMANDS (once per created file).
53778         Get rid of the "chmod +x pango-config" bit, because there is no
53779         pango-config anymore.
53780
53781         * Makefile.am: get rid of custom distcheck rule, and set
53782         DISTCHECK_CONFIGURE_FLAGS, which is equivalent.
53783         Use += to select which .pc files to install.
53784
53785         * pango/Makefile.am: Add rules to rebuild module-defs* files, and
53786         remove them on clean.
53787         Reorder so that rules related to each individual library are next
53788         to each other.
53789         Use BUILT_SOURCES for built sources.
53790
53791         * pango/opentype/Makefile.am: don't use STRIP_BEGIN/STRIP_END.
53792
53793         * modules/*/Makefile.am: simplify module makefiles through use of
53794         +=, and regularise them a bit (fixed a few bugs in the process).
53795
53796         * docs/Makefile.am: remove common rules, and instead include
53797         gtk-doc.make.
53798
53799         * examples/Makefile.am: add pango.modules to CLEANFILES.
53800
53801         * tests/Makefile.am: remove temporary files on clean.
53802
53803  src/Makefile.am | 11 +++++------
53804  1 file changed, 5 insertions(+), 6 deletions(-)
53805
53806 commit 1aad15fd0c007c9075f2f7f4c4cacf576d726eea
53807 Author: Owen Taylor <otaylor@redhat.com>
53808 Date:   Mon Feb 17 22:04:29 2003 +0000
53809
53810     Add an --enable-debug configure argument defaulting to 'yes'
53811     for unstable
53812
53813     Mon Feb 17 13:06:39 2003  Owen Taylor  <otaylor@redhat.com>
53814
53815             * configure.in **/Makefile.am: Add an --enable-debug
53816             configure argument defaulting to 'yes' for unstable
53817             releases and 'minimum' for stable releases.
53818             For minimum, -DG_DISABLE_CAST_CHECKS.
53819
53820             * pango/pangofc-fontmap.cI pango/pangoft2-fontmap.c
53821             pango/pangoxft-fontmap.c: Add caching of fontsets
53822             (#104495, initial patch and review by Soeren Sandmann)
53823
53824             * pango/pangofc-fontmap.cI pango/pangoft2-fontmap.c
53825             pango/pangoxft-fontmap.c pango/pangoft2-private.h
53826             pango/pangoxft-private.h: Remove cache of recently freed
53827             fonts; not necessary now that we cache fontsets.
53828
53829             * pango/pangofc-fontmap.cI (pango_fc_pattern_set_free):
53830             Rename from pango_fc_font_set_free to reflect
53831             what it actually does.
53832
53833             * pango/pangofc-fontmap.cI pango/pangoft-fontmap.c
53834             pango/pangoxft-fontmap.c: Combine clear-the-cache
53835             functions; we didn't need separate clear-the-font-cache
53836             and clear-the-pattern-cache functions.
53837
53838  src/Makefile.am | 1 +
53839  1 file changed, 1 insertion(+)
53840
53841 commit 5febce1ffc956ea44526d50be7cf14c69c66cb34
53842 Author: Owen Taylor <otaylor@redhat.com>
53843 Date:   Wed Feb 12 22:12:55 2003 +0000
53844
53845     Up the FreeType version requirement to 2.0.9. (2.2.1 had a compilation
53846
53847     Wed Feb 12 16:59:23 2003  Owen Taylor  <otaylor@redhat.com>
53848
53849             * configure.in pango/opentype/fterrcompat.h README:
53850             Up the FreeType version requirement to 2.0.9.
53851             (2.2.1 had a compilation failure with older versions,
53852             this catches it more cleanly, and removes some unneeded
53853             checks. #105302, problem reported by Will Partain.)
53854
53855  src/fterrcompat.h | 4 ----
53856  1 file changed, 4 deletions(-)
53857
53858 commit 54e85cc0cf3700d2c4af5396d79bd0e40df8f0da
53859 Author: Owen Taylor <otaylor@redhat.com>
53860 Date:   Sat Jan 11 00:16:26 2003 +0000
53861
53862     Export TT_New_GDEF_Table to create an empty GDEF table.
53863
53864     Fri Jan 10 18:56:36 2003  Owen Taylor  <otaylor@redhat.com>
53865
53866             * pango/opentype/ftxgdef.c: Export TT_New_GDEF_Table
53867             to create an empty GDEF table.
53868
53869             * pango/opentype/pango-ot-info.c: If the font doesn't
53870             have a class definition table, synthesize one using
53871             the charmap and the unicode properties of characters
53872             in the charmap. (Needed to make things work with various
53873             old Arabic fonts, such as the KACST fonts)
53874
53875  src/ftxgdef.c       |  46 +++++++++++++++-------
53876  src/ftxgdef.h       |   4 ++
53877  src/pango-ot-info.c | 108
53878  ++++++++++++++++++++++++++++++++++++++++++++++++++++
53879  3 files changed, 144 insertions(+), 14 deletions(-)
53880
53881 commit db6bb4b034d4d8d546fc9bdc4ad28b16bb7f1bb7
53882 Author: Matthias Clasen <matthiasc@src.gnome.org>
53883 Date:   Thu Nov 28 23:53:18 2002 +0000
53884
53885     Add docs.
53886
53887         * docs/tmpl/xft-fonts.sgml:
53888         * docs/tmpl/freetype-fonts.sgml: Add docs.
53889
53890         * pango/pangoxft-fontmap.c (pango_xft_substitute_changed):
53891         * pango/pangoft2-fontmap.c
53892         (pango_ft2_font_map_set_default_substitute):
53893         Fix doc typos.
53894
53895  src/pango-ot-info.c | 4 +++-
53896  1 file changed, 3 insertions(+), 1 deletion(-)
53897
53898 commit 226d9b67db852eb29ad37ec8121b79f3ea6f0b73
53899 Author: Sebastian Wilhelmi <wilhelmi@ira.uka.de>
53900 Date:   Tue Nov 26 13:37:10 2002 +0000
53901
53902     Do not add GLIB_CFLAGS to CFLAGS.
53903
53904
53905     2002-11-26  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
53906
53907         * configure.in: Do not add GLIB_CFLAGS to CFLAGS.
53908
53909         * docs/Makefile.am, examples/Makefile.am,
53910         modules/arabic/Makefile.am, modules/basic/Makefile.am,
53911         modules/hangul/Makefile.am, modules/hebrew/Makefile.am,
53912         modules/indic/Makefile.am, modules/tamil/Makefile.am,
53913         modules/thai/Makefile.am, pango/Makefile.am,
53914         pango/mini-fribidi/Makefile.am, pango/opentype/Makefile.am:
53915         Instead add $(GLIB_CFLAGS) directly to INCLUDES (GTKDOC_CFLAGS for
53916         docs/Makefile.am). Also some cosmetic line wrapping and
53917         reindentation.
53918
53919  src/Makefile.am | 5 +++--
53920  1 file changed, 3 insertions(+), 2 deletions(-)
53921
53922 commit 80634a30b9abdf575320bc6fdacdba4e1ea3903d
53923 Author: Manish Singh <yosh@gimp.org>
53924 Date:   Mon Oct 14 22:50:48 2002 +0000
53925
53926     Get rid of unnecessary casts for g_object_{ref,unref}
53927
53928     Mon Oct 14 15:39:41 2002  Manish Singh  <yosh@gimp.org>
53929
53930             * pango/pango-context.c pango/pango-layout.c pango/pangoft2.c
53931             pango/pangowin32-fontmap.c pango/pangowin32.c
53932             pango/pangox-fontmap.c
53933             pango/pangox.c pango/pangoxft-font.c pango/pangoxft-fontmap.c
53934             pango/testfonts.c pango/opentype/pango-ot-ruleset.c:
53935             Get rid of unnecessary casts for g_object_{ref,unref}
53936
53937  src/pango-ot-ruleset.c | 4 ++--
53938  1 file changed, 2 insertions(+), 2 deletions(-)
53939
53940 commit 741993e0b15b4df86d76fa8df5055bd764c42c71
53941 Author: Owen Taylor <otaylor@redhat.com>
53942 Date:   Sun Sep 29 19:06:58 2002 +0000
53943
53944     ligatures can be also used in MarkBasePos lookups. (2001-03-17 Werner
53945
53946     Sun Sep 29 14:55:36 2002  Owen Taylor  <otaylor@redhat.com>
53947
53948             * pango/opentype/ftxgpos.c: ligatures can be also used in
53949             MarkBasePos lookups. (2001-03-17  Werner Lemberg)
53950
53951  src/ftxgpos.c | 13 ++++++++++---
53952  1 file changed, 10 insertions(+), 3 deletions(-)
53953
53954 commit a35dc445e86ab433fe9f3937c95f2c1f18f58110
53955 Author: Owen Taylor <otaylor@redhat.com>
53956 Date:   Sun Sep 29 19:05:01 2002 +0000
53957
53958     Start of merges from freetype1 of OpenType fixes.
53959
53960     Sun Sep 29 14:51:25 2002  Owen Taylor  <otaylor@redhat.com>
53961
53962             Start of merges from freetype1 of OpenType fixes.
53963
53964             (2001-03-17  Werner Lemberg)
53965
53966             * pango/opentype/ftxgdef.c pango/opentype/ftxgpos.c
53967             pango/opentype/ftxg\sub.c:
53968             More fixes for special marks.
53969
53970  src/ftxgdef.c | 13 ++++++++-----
53971  src/ftxgpos.c |  6 +++---
53972  src/ftxgsub.c |  4 ++--
53973  3 files changed, 13 insertions(+), 10 deletions(-)
53974
53975 commit 5c53f14f371b349da65dfa3a848b17ab89ce3ba8
53976 Author: Tor Lillqvist <tml@iki.fi>
53977 Date:   Mon Sep 23 21:45:31 2002 +0000
53978
53979     Remove. Not used. (A static library is built here. Exported entries
53980     are in
53981
53982     2002-09-24  Tor Lillqvist  <tml@iki.fi>
53983
53984         * pango/opentype/pango-ot.def: Remove. Not used. (A static library
53985         is built here. Exported entries are in ../pangoft2.def.)
53986
53987         * pango/opentype/Makefile.am (EXTRA_DIST): Remove from here, too.
53988
53989  src/Makefile.am  |  3 +--
53990  src/pango-ot.def | 50 --------------------------------------------------
53991  2 files changed, 1 insertion(+), 52 deletions(-)
53992
53993 commit 35e4593ccd9ea5ed78f1e6f32f04b3a13cee0145
53994 Author: Tor Lillqvist <tml@iki.fi>
53995 Date:   Mon Sep 23 21:19:30 2002 +0000
53996
53997     pango/makefile.mingw.in pango/mini-fribidi/makefile.mingw Remove. Not
53998
53999     2002-09-23  Tor Lillqvist  <tml@iki.fi>
54000
54001         * pango/makefile.mingw.in
54002         * pango/mini-fribidi/makefile.mingw
54003         * pango/opentype/makefile.mingw.in: Remove. Not maintained.
54004
54005         * pango/Makefile.am (EXTRA_DIST)
54006         * pango/mini-fribidi/Makefile.am (EXTRA_DIST)
54007         * pango/opentype/Makefile.am (EXTRA_DIST): Remove
54008         makefile.mingw(.in) from here, too.
54009
54010         * configure.in (AC_OUTPUT): Don't try to output above removed
54011         files.
54012
54013  src/Makefile.am       |  3 +--
54014  src/makefile.mingw.in | 43 -------------------------------------------
54015  2 files changed, 1 insertion(+), 45 deletions(-)
54016
54017 commit fb279cb0bf676bb1d225e6a296282523d839074d
54018 Author: Eric Mader <emader@src.gnome.org>
54019 Date:   Mon Sep 9 18:11:55 2002 +0000
54020
54021     Correctly handle back, new_advance.
54022
54023  src/pango-ot-ruleset.c | 25 ++++++++++++++++---------
54024  1 file changed, 16 insertions(+), 9 deletions(-)
54025
54026 commit c880e814a50100577811a8a51bc06b4275c55a7e
54027 Author: Eric Mader <emader@src.gnome.org>
54028 Date:   Fri Sep 6 22:45:23 2002 +0000
54029
54030     Don't fail when reading an empty script.
54031
54032  src/ftxopen.c | 36 +++++++++++++++++++++++++-----------
54033  src/ftxopen.h |  1 +
54034  2 files changed, 26 insertions(+), 11 deletions(-)
54035
54036 commit 441e7d0292bf1a06396daac80fcbad23976a824d
54037 Author: Owen Taylor <otaylor@redhat.com>
54038 Date:   Wed Aug 7 17:01:52 2002 +0000
54039
54040     Offset to MarkAttachClassDef is offset to table, not offset to
54041     offset to
54042
54043     Wed Aug  7 12:32:39 2002  Owen Taylor  <otaylor@redhat.com>
54044
54045             * pango/opentype/ftxgsub.c (TT_Load_GSUB_Table):
54046             Offset to MarkAttachClassDef is offset to table,
54047             not offset to offset to table.
54048
54049             * pango/opentype/ftxopen.c (Get_Device): Handle
54050             NULL device tables which we represent with
54051             d->DeltaValue == NULL.
54052
54053  src/ftxgsub.c | 13 -------------
54054  src/ftxopen.c |  2 +-
54055  2 files changed, 1 insertion(+), 14 deletions(-)
54056
54057 commit 48a16fa8090b67b046b2bb686ff4f6f038a2b8e8
54058 Author: Owen Taylor <otaylor@src.gnome.org>
54059 Date:   Tue Jun 4 00:20:51 2002 +0000
54060
54061     on Jun  3 18:56:09 2002  Owen Taylor  <otaylor@redhat.com>
54062
54063             Xft2 and fontconfig conversion, based largely on a patch
54064             from Keith Packard.
54065
54066             * configure.in acconfig.h: Add checks for fontconfig, switch
54067             Xft checks to switch for Xft2 using pkg-config.
54068
54069             * pangoxft.pc.in pangoxft.pc.in
54070             modules/{arabic,basic,hebrew,indic,tamil}/Makefile.am
54071             pango/Makefile.am: Reflect new Xft/fontconfig dependencies.
54072
54073             * pango/pangoxft-private.h pango/pangoxft-fontmap.c
54074             modules/arabic/arabic-xft.c modules/indic/indic-xft.c:
54075             Switch over to using Xft2 and fontconfig.
54076
54077             * pango/pangoft2.c pango/pangoft2-fontmap.c
54078             pango/pangoft2-private.h
54079             pango/pango/Makefile.am: Remove usage of mini-xft in
54080             favor of fontconfig.
54081
54082             * pango/pango-ot.h pango/opentype/pango-ot-info.c
54083             pango/pangoxft.h
54084             modules/arabic/arabic-{xft,ft2}.c modules/indic/indic-xft.c:
54085             Attach OpenType information directly to the FT_Face
54086             structure using FT_Generic.
54087
54088             * modules/tamil/Makefile.am modules/tamil/tamil-xft.c
54089             configure.in: Remove this module, no longer needed.
54090
54091             * pango/pangoxft-font.c (pango_xft_real_render): Coalesce
54092             calls to Xft rendering functions.
54093
54094  src/pango-ot-info.c | 29 +++++++++++++++++++++++------
54095  1 file changed, 23 insertions(+), 6 deletions(-)
54096
54097 commit 9df9af0b3615dc6a52d784233a3410a9080d9369
54098 Author: Owen Taylor <otaylor@redhat.com>
54099 Date:   Fri May 10 18:44:47 2002 +0000
54100
54101     Fix acess outside of a loaded frame and some memory leaks on failure.
54102
54103     Fri May 10 14:41:27 2002  Owen Taylor  <otaylor@redhat.com>
54104
54105             * pango/opentype/ftxgdef.c (TT_Load_GDEF_Table): Fix acess
54106             outside of a loaded frame and some memory leaks
54107             on failure.
54108
54109  src/ftxgdef.c | 12 ++++++++++--
54110  1 file changed, 10 insertions(+), 2 deletions(-)
54111
54112 commit a63dbbbeeb91ebf4ded2fc788f5810a3bd1e14fe
54113 Author: Eric Mader <mader@jtcsv.com>
54114 Date:   Tue May 7 20:39:14 2002 +0000
54115
54116     Add modules modules/indic/indic-xft.c, indic-ot.c, indic-ot.h,
54117
54118     Mon May 06 15:07:39 2002 Eric Mader <mader@jtcsv.com>
54119         * Add modules modules/indic/indic-xft.c, indic-ot.c, indic-ot.h,
54120         indic-ot-class-tables.c
54121
54122         * pango/opentype/ftxgdef.c: Compute full offset for mark
54123         attachment class table
54124
54125         * pango/opentype/ftxgpos.c: Only return TTO_Err_Not_Covered if
54126         nothing matches
54127
54128         * pango/opentype/pango-ot-ruleset.c: enable GPOS processing
54129
54130  src/ftxgdef.c          | 10 ++++++++--
54131  src/ftxgpos.c          | 33 ++++++++++++++-------------------
54132  src/pango-ot-ruleset.c | 35 ++++++++++++++++++++++++++++++++++-
54133  3 files changed, 56 insertions(+), 22 deletions(-)
54134
54135 commit cf00f8217c9dfcf50febbb06fad245d489a0abe6
54136 Author: Owen Taylor <otaylor@redhat.com>
54137 Date:   Tue Apr 23 20:20:29 2002 +0000
54138
54139     Add compatibility defines for changes in FreeType 2.1.0.
54140
54141     Tue Apr 23 16:15:07 2002  Owen Taylor  <otaylor@redhat.com>
54142
54143             * pango/opentype/fterrcompat.h: Add compatibility
54144             defines for changes in FreeType 2.1.0.
54145
54146  src/fterrcompat.h | 39 +++++++++++++++++++++++++++++++++++++--
54147  1 file changed, 37 insertions(+), 2 deletions(-)
54148
54149 commit 6b1b04e3736fdca774052ac3cfbe9f027548c29d
54150 Author: Owen Taylor <otaylor@redhat.com>
54151 Date:   Fri Mar 15 06:46:05 2002 +0000
54152
54153     In Load_ChainContextSubst2, handle the case where an empty class
54154
54155     Fri Mar 15 01:35:56 2002  Owen Taylor  <otaylor@redhat.com>
54156
54157         * pango/opentype/ftxgsub.c pango/opentype/ftxopen.c
54158         pango/opentype/ftxopenf.h: In Load_ChainContextSubst2,
54159         handle the case where an empty class definition
54160         is represented by an offset of 0.
54161
54162         * pango/opentype/ftxgpos.c: Same for Load_ChainContextPos2.
54163
54164         * pango/opentype/{ftxopen.c,ftxgpos.c,ftxgsub.c,ftgdef.c}:
54165         Fix pervasive bug where on cleanups on failure of loading
54166         an array element, all array elements were freed, not
54167         just the ones that had been succesfully loaded.
54168
54169  src/ftxgdef.c  |  24 +++---
54170  src/ftxgpos.c  | 259
54171  ++++++++++++++++++++++++++++++++++++---------------------
54172  src/ftxgsub.c  | 159 ++++++++++++++++++++---------------
54173  src/ftxopen.c  |  53 ++++++++----
54174  src/ftxopenf.h |   2 +
54175  5 files changed, 306 insertions(+), 191 deletions(-)
54176
54177 commit 6050933f336f43453e35246525cfec362bd23acb
54178 Author: Owen Taylor <otaylor@redhat.com>
54179 Date:   Fri Mar 15 04:22:14 2002 +0000
54180
54181     Uncomment GPOS parts.
54182
54183     Thu Mar 14 23:05:18 2002  Owen Taylor  <otaylor@redhat.com>
54184
54185             * pango/opentype/ftxopen.c: Uncomment GPOS parts.
54186
54187             * pango/opentype/disasm.c: Start adding some GPOS
54188             dumping.
54189
54190  src/disasm.c  | 146
54191  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
54192  src/ftxopen.c |  20 ++++----
54193  2 files changed, 154 insertions(+), 12 deletions(-)
54194
54195 commit 973bd60a2526666f68138255b8536d1eaee3c2c2
54196 Author: Sebastian Wilhelmi <wilhelmi@src.gnome.org>
54197 Date:   Thu Dec 13 17:44:46 2001 +0000
54198
54199     Resuming aborted commit
54200
54201
54202     Resuming aborted commit
54203
54204  src/Makefile.am | 1 +
54205  1 file changed, 1 insertion(+)
54206
54207 commit 6926ca94255e5d52d99d0d64d126165fc725432d
54208 Author: Matthias Clasen <matthiasc@src.gnome.org>
54209 Date:   Tue Oct 30 22:09:20 2001 +0000
54210
54211     Remove declarations of unimplemented functions
54212
54213             * docs/pango-sections.txt, pango/pango-ot.h: Remove
54214             declarations
54215             of unimplemented functions pango_ot_ruleset_set_glyph_loader
54216             and
54217             pango_ot_ruleset_set_alternate_func and the related typedefs
54218             PangoOTGlyphLoader and PangoOTAlternateFunc.
54219
54220             * pango/opentype/pango-ot-info.c,
54221             pango/opentype/pango-ot-ruleset.c: Documentation updates.
54222
54223  src/pango-ot-info.c    | 76
54224  ++++++++++++++++++++++++++++++++++++++++++++++++++
54225  src/pango-ot-ruleset.c | 27 ++++++++++++++++++
54226  2 files changed, 103 insertions(+)
54227
54228 commit 87a475c09f6b9b391bca37de47a303a62a397b83
54229 Author: Havoc Pennington <hp@redhat.com>
54230 Date:   Wed Sep 19 21:20:36 2001 +0000
54231
54232     header to abstract the difference between FreeType 2.0.3 and 2.0.4
54233     error
54234
54235     2001-09-19  Havoc Pennington  <hp@redhat.com>
54236
54237         * pango/opentype/fterrcompat.h: header to abstract the difference
54238         between FreeType 2.0.3 and 2.0.4 error codes, based on the
54239         configure check.
54240
54241         * configure.in: check for the tterrors.h header in FreeType 2.0.3,
54242         and define HAVE_FREETYPE_2_0_3 if we have it
54243
54244  src/Makefile.am     |  1 +
54245  src/fterrcompat.h   | 16 ++++++++++++++++
54246  src/ftxgdef.c       |  3 ++-
54247  src/ftxgpos.c       |  3 ++-
54248  src/ftxgsub.c       |  3 ++-
54249  src/ftxopen.c       |  3 ++-
54250  src/pango-ot-info.c |  2 +-
54251  7 files changed, 26 insertions(+), 5 deletions(-)
54252
54253 commit 9c37226efe2489b4cf9618ec98f581c998aaf9e4
54254 Author: Owen Taylor <otaylor@redhat.com>
54255 Date:   Tue Sep 18 20:05:20 2001 +0000
54256
54257     Up to 0.19.
54258
54259     Tue Sep 18 15:47:08 2001  Owen Taylor  <otaylor@redhat.com>
54260
54261         * configure.in (PANGO_MINOR_VERSION): Up to 0.19.
54262
54263         * pango/pango-font.h pango/pango-fontmap.[ch] pango/fonts.c
54264         pango/pangoxft-fontmap.c pango/pangoft-fontmap.c
54265         pango/pango-context.[ch]
54266         pango/pangox-fontmap.c: Add new PangoFontFace and PangoFontFamily
54267         object types, and change the font listing API to list faces and
54268         families, instead of face names and font descriptions.
54269
54270         * pango/pango-font.h pango/fonts.c: Make PangoFontDescription
54271         an opaque heap-allocated structure, add accessors and
54272         convenience functions.
54273
54274         * pango/pango-font.h pango/pango-private.h: Make PangoFontMetrics
54275         heap allocated, protect the structure definition with
54276         #ifdef PANGO_ENABLE_BACKEND, and add getters for the fields.
54277
54278         * pango/pango-attributes.[ch] ( pango_attr_iterator_get_font):
54279         instead of providing a base font description and one to fill
54280         in, provide a single font description to modify based on
54281         the attributes.
54282
54283         * pango/pango-attributes.[ch]: Fix PangoAttrFontDesc to have
54284         a PangoFontDescription by reference, not by value.
54285
54286         * pango/pango-utils.[ch]: make pango_parse_style() and friends
54287         take pointers to individual enumerations instead of to a
54288         PangoFontDescription structure.
54289
54290         * pango/*.c: Fix for the PangoFontDescription and PangoFontMetrics
54291         changes.
54292
54293             * pango/pango-{break,engine,indic,ot,xft}.h pango/Makefile.am
54294         pango/opentype/Makefile.am: Protect portions with
54295         PANGO_ENABLE_ENGINE to shrink the public API.
54296
54297         * modules/*/Makefile.am: -DPANGO_ENABLE_ENGINE.
54298
54299         * pango/{pangox.h,pangox-private.h} modules/basic/basic-x.c: Move
54300         pango_x_font_get_unknown_glyph() into public header since it is
54301         used from modules.
54302
54303         * pango/pango-{context,font,fontmap,modules.utils}.h
54304         pango/Makefile.am:
54305         Protect portions with PANGO_ENABLE_BACKEND to shrink the
54306         public API.
54307
54308         * pango/*.h: Use G_BEGIN/END_DECLS
54309
54310         * examples/viewer-qt.[cc,h]: Fix for changes to font listing API,
54311         PangoFontDescription.
54312
54313         * pango/pango-indic.h modules/indic/*: Since we install this
54314         header fix it up to Pango conventions, namespece
54315         ZERO_WIDTH_JOINER, ZERO_WIDTH_NON_JOINER.
54316
54317         * docs/pango-sections.txt: Updated.
54318
54319  src/Makefile.am | 1 +
54320  1 file changed, 1 insertion(+)
54321
54322 commit 7dd0838863f65a8ff2e27d12679c9a289a76aec1
54323 Author: Darin Adler <darin@src.gnome.org>
54324 Date:   Thu Jul 12 16:34:40 2001 +0000
54325
54326     Remove stray semicolon.
54327
54328         * modules/arabic/arabic-x.c: (arabic_engine_shape): Remove stray
54329         semicolon.
54330
54331         * modules/arabic/arconv.h:
54332         * modules/arabic/arconv.c: (shape), (doublelig), (arabic_reshape):
54333         Use long* instead of int* for parameter to match what's passed in.
54334
54335         * modules/indic/bengali-x.c: Add missing <string.h> include.
54336         (pango_indic_make_ligs): Use local variable that was added but not
54337         ever used.
54338         (pango_indic_engine_shape): Remove unused locals.
54339
54340         * modules/indic/devanagari-x.c: Add missing <string.h> include.
54341         (pango_indic_engine_shape): Remove unused local.
54342
54343         * modules/indic/gujarati-x.c: Add missing <string.h> include.
54344         (pango_indic_engine_shape): Remove unused local
54345
54346         * modules/tamil/tamil-x.c: (tamil_engine_shape): Initialize a
54347         variable to quiet the compiler's unused warning.
54348
54349         * pango/.cvsignore: Ignore more generated files.
54350
54351         * pango/opentype/ftxgpos.c: (Get_Anchor): Add code to set up the
54352         ap variable. The old code would just use the uninitialized value.
54353
54354         * pango/opentype/ftxopen.c: (Load_Coverage): Remove unused local.
54355
54356         * pango/opentype/pango-ot-ruleset.c: (pango_ot_ruleset_shape):
54357         Remove unused local.
54358
54359         * pango/pango-attributes.c: (pango_attr_list_get_type),
54360         (pango_color_get_type): Add needed function type casts (just
54361         warnings under gcc, but could be errors in other compilers).
54362
54363         * pango/pangoxft-font.c: (pango_xft_font_get_metrics),
54364         (pango_xft_font_get_coverage), (pango_xft_get_shaper_map),
54365         (pango_xft_font_find_shaper): Switch from lang char* to
54366         PangoLanguage*. The code was still compiling, but would not have
54367         worked.
54368
54369  src/ftxgpos.c          | 2 ++
54370  src/ftxopen.c          | 1 -
54371  src/pango-ot-ruleset.c | 1 -
54372  3 files changed, 2 insertions(+), 2 deletions(-)
54373
54374 commit 68f8a64307441bd3b3d45971ac4dc93f63dedfe8
54375 Author: Owen Taylor <otaylor@redhat.com>
54376 Date:   Fri May 18 16:04:40 2001 +0000
54377
54378     Use ISO C99 varargs when available.
54379
54380     Fri May 18 11:30:57 2001  Owen Taylor  <otaylor@redhat.com>
54381
54382         * pango/opentype/disasm.c: Use ISO C99 varargs when
54383         available.
54384
54385     Thu May 17 11:16:23 2001  Owen Taylor  <otaylor@redhat.com>
54386
54387         * pango/mapping.c: Fixup docs, remove some FIXMEs that are
54388         no longer applicable.
54389
54390         * pango/pango-layout.c: Move by graphemes, not characters.
54391
54392         * pango/pango-layout.c (pango_layout_line_x_to_index):
54393         Position at the closest grapheme boundary, not at character
54394         boundaries.
54395
54396         * pango/pango-layout.c (pango_layout_line_index_to_x):
54397         Return positions of grapheme boundaries, not character
54398         boundaries.
54399
54400  src/Makefile.am | 2 ++
54401  src/disasm.c    | 5 +++++
54402  2 files changed, 7 insertions(+)
54403
54404 commit 89eb36ebc6591025c063cb98f0e1b3badde73e9e
54405 Author: Owen Taylor <otaylor@redhat.com>
54406 Date:   Tue Apr 24 15:47:22 2001 +0000
54407
54408     Remove excess call to DONE_Stream left over from conversion from FT1.
54409
54410     Tue Apr 24 11:45:55 2001  Owen Taylor  <otaylor@redhat.com>
54411
54412         * pango/opentype/ftxgdef.c (TT_Load_GDEF_Table): Remove
54413         excess call to DONE_Stream left over from conversion
54414         from FT1. (reported by Michael Jansson)
54415
54416  src/ftxgdef.c | 1 -
54417  1 file changed, 1 deletion(-)
54418
54419 commit c61a730aaebec751831f8423894de5f4b539d0ec
54420 Author: Owen Taylor <otaylor@redhat.com>
54421 Date:   Tue Apr 3 19:07:36 2001 +0000
54422
54423     Release 0.14
54424
54425     Tue Apr  3 15:05:19 2001  Owen Taylor  <otaylor@redhat.com>
54426
54427         * Release 0.14
54428
54429         * NEWS: updated.
54430
54431             * pango/pango/opentype/Makefile.am: make dist fixes.
54432
54433         * configure.in (PANGO_MINOR_VERSION): Up to 0.14
54434
54435  src/Makefile.am | 10 ++++++++--
54436  1 file changed, 8 insertions(+), 2 deletions(-)
54437
54438 commit 405b878923ed219617c6f643a9aec06175223d16
54439 Author: Tor Lillqvist <tml@iki.fi>
54440 Date:   Thu Dec 21 19:55:23 2000 +0000
54441
54442     Only a script engine here.
54443
54444     2000-12-21  Tor Lillqvist  <tml@iki.fi>
54445
54446         * modules/basic/basic-win32.c (script_engine_load): Only a script
54447         engine here.
54448
54449         * pango/makefile.mingw.in: Add the built pango-enum-types.[ch].
54450
54451         * pango/pango.def
54452         * pango/pangoft2.def: Update.
54453
54454         * pango/opentype/pango-ot.def
54455         * pango/opentype/makefile.mingw.in: New files.
54456
54457         * pango/opentype/Makefile.am (EXTRA_DIST): Add them.
54458
54459         * configure.in (included_modules): Generate
54460         pango/opentype/makefile.mingw.
54461
54462  src/Makefile.am       |  4 +++-
54463  src/makefile.mingw.in | 43 +++++++++++++++++++++++++++++++++++++++++++
54464  src/pango-ot.def      | 50
54465  ++++++++++++++++++++++++++++++++++++++++++++++++++
54466  3 files changed, 96 insertions(+), 1 deletion(-)
54467
54468 commit 80a15829135065e16ce5b129c715d10d14b829ba
54469 Author: Owen Taylor <otaylor@redhat.com>
54470 Date:   Wed Dec 20 04:41:36 2000 +0000
54471
54472     Since Xft may only be available statically without shlib deps,
54473     check for
54474
54475     Tue Dec 19 22:47:16 2000  Owen Taylor  <otaylor@redhat.com>
54476
54477         * configure.in pango-config.in pangoxft.pc.in
54478         modules/basic/Makefile.am: Since Xft may only be available
54479         statically without shlib deps, check for FreeType libs explicitly
54480         and include them when linking, otherwise things won't work. Also,
54481         define FREETYPE_CFLAGS from freetype-config --cflags.
54482
54483         * modules/basic/basic-xft.c pango/pangoxft-font{,map}.c: Fool
54484         Xft into not converting glyph indices by loading the
54485         face unencoded then calling FT_Set_Charmap ourselves.
54486
54487         * pango/Makefile.am pango/pango-ot.h pango/opentype/* :Add start
54488         of opentype handling - most of the actually meat of the code here
54489         is the OpenType layout code from FreeType 1 ported to freetype2
54490         and adapted slighlty for our purposes.  Also, includes a
54491         incomplete OpenType-table-dumping code useful for figuring
54492         out what is going on.
54493
54494         * pango/pangoxft.h pango/pangoxft-font.h: Add calls for
54495         getting FT_Face and PangoOTInfo from PangoXftFont.
54496
54497         * modules/arabic/{Makefile.am,arabic-ot.[ch],arabic-xft.c}:
54498         Initial support for rendering Arabic with OpenType fonts.
54499
54500  src/.cvsignore         |    8 +
54501  src/FT-license.txt     |  158 ++
54502  src/Makefile.am        |   39 +
54503  src/README             |   36 +
54504  src/disasm.c           |  317 +++
54505  src/disasm.h           |   26 +
54506  src/ftxgdef.c          | 1155 +++++++++
54507  src/ftxgdef.h          |  220 ++
54508  src/ftxgpos.c          | 6222
54509  ++++++++++++++++++++++++++++++++++++++++++++++++
54510  src/ftxgpos.h          |  858 +++++++
54511  src/ftxgsub.c          | 4531 +++++++++++++++++++++++++++++++++++
54512  src/ftxgsub.h          |  612 +++++
54513  src/ftxopen.c          | 1467 ++++++++++++
54514  src/ftxopen.h          |  308 +++
54515  src/ftxopenf.h         |  161 ++
54516  src/ottest.c           |  265 +++
54517  src/pango-ot-info.c    |  438 ++++
54518  src/pango-ot-private.h |   98 +
54519  src/pango-ot-ruleset.c |  232 ++
54520  19 files changed, 17151 insertions(+)