014604b96919dd826e41e804c92a02e39f379ff2
[platform/upstream/harfbuzz.git] / ChangeLog
1 commit ac064a2db2b7a010d99527e183145286215aea81
2 Author: Behdad Esfahbod <behdad@behdad.org>
3 Date:   Wed Nov 21 01:14:19 2012 -0500
4
5     Rename hb_set_population() to hb_set_get_population()
6
7  src/hb-set.cc |    2 +-
8  src/hb-set.h  |    2 +-
9  2 files changed, 2 insertions(+), 2 deletions(-)
10
11 commit 16c914c2a6efeb6999054333985b1f711e33cf94
12 Author: Behdad Esfahbod <behdad@behdad.org>
13 Date:   Wed Nov 21 01:04:15 2012 -0500
14
15     [Indic] One more try at unbreaking Khmer fonts
16
17     See comments and discussion on the list.
18
19  src/hb-ot-shape-complex-private.hh |   16 ++++++++++------
20  1 files changed, 10 insertions(+), 6 deletions(-)
21
22 commit e8cfdd7fa8d0fb66e0a261f3547e5824897e5131
23 Author: Behdad Esfahbod <behdad@behdad.org>
24 Date:   Fri Nov 16 19:07:06 2012 -0800
25
26     Start implementing collect_glyphs() operation
27
28     Not functional yet.
29
30  src/hb-ot-layout-gsub-table.hh       |  185
31  ++++++++++++++++++++++++++++++++++
32  src/hb-ot-layout-gsubgpos-private.hh |   57 +++++++++++
33  src/hb-ot-layout.cc                  |   29 ++++++
34  src/hb-ot-layout.h                   |    4 +-
35  4 files changed, 272 insertions(+), 3 deletions(-)
36
37 commit 7d52e6601f0e695690cd168a288466746cf25300
38 Author: Behdad Esfahbod <behdad@behdad.org>
39 Date:   Fri Nov 16 18:49:54 2012 -0800
40
41     Whitespace
42
43  src/hb-coretext.cc                   |   32 ++++------
44  src/hb-icu-le.cc                     |    2 +-
45  src/hb-old.cc                        |   10 ++--
46  src/hb-open-file-private.hh          |    2 +-
47  src/hb-open-type-private.hh          |    2 +-
48  src/hb-ot-head-table.hh              |    2 +-
49  src/hb-ot-hhea-table.hh              |    2 +-
50  src/hb-ot-hmtx-table.hh              |    2 +-
51  src/hb-ot-layout-common-private.hh   |    2 +-
52  src/hb-ot-layout-gdef-table.hh       |    2 +-
53  src/hb-ot-layout-gpos-table.hh       |    2 +-
54  src/hb-ot-layout-gsub-table.hh       |    2 +-
55  src/hb-ot-layout-gsubgpos-private.hh |    2 +-
56  src/hb-ot-maxp-table.hh              |    2 +-
57  src/hb-ot-name-table.hh              |    2 +-
58  src/hb-ot-shape-complex-default.cc   |  109
59  +++++++++++++++++-----------------
60  src/hb-tt-font.cc                    |    2 +-
61  17 files changed, 87 insertions(+), 92 deletions(-)
62
63 commit 51bb498b7b07bff4a447405b72f09b68d07a3e95
64 Author: Behdad Esfahbod <behdad@behdad.org>
65 Date:   Fri Nov 16 14:08:05 2012 -0800
66
67     Minor
68
69  src/hb-ot-shape.cc |    1 +
70  1 files changed, 1 insertions(+), 0 deletions(-)
71
72 commit 89ca8eeb83fedde06727d386369a0a39d410f12b
73 Author: Behdad Esfahbod <behdad@behdad.org>
74 Date:   Fri Nov 16 13:53:40 2012 -0800
75
76     Implement hb_ot_layout_get_glyphs_in_class()
77
78  src/hb-ot-layout-common-private.hh |   24 ++++++++++++++++++++++++
79  src/hb-ot-layout-gdef-table.hh     |    2 ++
80  src/hb-ot-layout.cc                |    8 ++++++++
81  src/hb-ot-layout.h                 |    5 ++---
82  4 files changed, 36 insertions(+), 3 deletions(-)
83
84 commit 5a08ecf9200a6ac9b4ebb7ec5c13dcb42d8820ce
85 Author: Behdad Esfahbod <behdad@behdad.org>
86 Date:   Fri Nov 16 13:34:29 2012 -0800
87
88     Implement hb_ot_layout_get_glyph_class()
89
90  src/hb-ot-layout-gdef-table.hh       |   10 +++++-----
91  src/hb-ot-layout-gpos-table.hh       |    8 ++++----
92  src/hb-ot-layout-gsub-table.hh       |    2 +-
93  src/hb-ot-layout-gsubgpos-private.hh |   10 +++++-----
94  src/hb-ot-layout-private.hh          |   10 +++++++++-
95  src/hb-ot-layout.cc                  |    6 ++++++
96  src/hb-ot-layout.h                   |   14 ++++++--------
97  src/hb-ot-shape.cc                   |    4 ++--
98  8 files changed, 38 insertions(+), 26 deletions(-)
99
100 commit f9edd5d56bd219625f5b16b23eac53b4c4a8b194
101 Author: Behdad Esfahbod <behdad@behdad.org>
102 Date:   Fri Nov 16 13:23:37 2012 -0800
103
104     Implement hb_shape_plan_get_shaper()
105
106     Untested.
107
108  src/hb-shape-plan-private.hh |    1 +
109  src/hb-shape-plan.cc         |    7 +++++++
110  src/hb-shape-plan.h          |    4 +---
111  3 files changed, 9 insertions(+), 3 deletions(-)
112
113 commit 43b653150081a2f9dc6b7481229ac4cd952575dc
114 Author: Behdad Esfahbod <behdad@behdad.org>
115 Date:   Fri Nov 16 13:12:35 2012 -0800
116
117     [Indic] Another try to unbreak Sinhala split matras
118
119     Just read the comments...
120
121  src/hb-ot-shape-complex-indic.cc                   |   43
122  ++++++++++++++++----
123  .../indic/script-sinhala/misc/MANIFEST             |    1 +
124  .../indic/script-sinhala/misc/split-matras.txt     |    4 ++
125  3 files changed, 40 insertions(+), 8 deletions(-)
126
127 commit 977f1740ace730dcdff8221a17f2a592c2ec7c74
128 Author: Behdad Esfahbod <behdad@behdad.org>
129 Date:   Fri Nov 16 13:10:07 2012 -0800
130
131     Unbreak tests
132
133  src/hb-ot-layout.h  |   14 +++++++-------
134  src/hb-shape-plan.h |    2 +-
135  2 files changed, 8 insertions(+), 8 deletions(-)
136
137 commit eba312c8d1b2bbe8cb9b6414e843e78d2c521aa4
138 Author: Behdad Esfahbod <behdad@behdad.org>
139 Date:   Fri Nov 16 12:39:23 2012 -0800
140
141     Plumbing to get shape plan and font into complex decompose function
142
143     So we can handle Sinhala split matras smartly...  Coming soon.
144
145  src/hb-ot-shape-complex-default.cc   |    6 ++--
146  src/hb-ot-shape-complex-indic.cc     |   14 ++++----
147  src/hb-ot-shape-complex-private.hh   |   16 +++++-----
148  src/hb-ot-shape-normalize-private.hh |   22 ++++++++++++-
149  src/hb-ot-shape-normalize.cc         |   56
150  +++++++++++++--------------------
151  src/hb-ot-shape.cc                   |    2 +-
152  6 files changed, 61 insertions(+), 55 deletions(-)
153
154 commit 3f82f8ff07a9d16a7c047129658c1bbedfdb5436
155 Author: Behdad Esfahbod <behdad@behdad.org>
156 Date:   Thu Nov 15 18:45:31 2012 -0800
157
158     Rename hb_buffer_guess_properties() to
159     hb_buffer_guess_segment_properties()
160
161  src/hb-buffer-private.hh |    2 +-
162  src/hb-buffer.cc         |    6 +++---
163  src/hb-buffer.h          |    2 +-
164  src/hb-fallback-shape.cc |    2 +-
165  src/hb-ot-shape.cc       |    2 +-
166  src/hb-shape.cc          |    2 +-
167  6 files changed, 8 insertions(+), 8 deletions(-)
168
169 commit f30641038ba96e83950729b1bd9d86d2e98e46c5
170 Author: Behdad Esfahbod <behdad@behdad.org>
171 Date:   Thu Nov 15 18:39:46 2012 -0800
172
173     Bunch of independent changes (ouch)
174
175     API additions:
176
177         hb_segment_properties_t
178         HB_SEGMENT_PROPERTIES_DEFAULT
179         hb_segment_properties_equal()
180         hb_segment_properties_hash()
181
182         hb_buffer_set_segment_properties()
183         hb_buffer_get_segment_properties()
184
185         hb_ot_layout_glyph_class_t
186
187         hb_shape_plan_t
188         hb_shape_plan_create()
189         hb_shape_plan_create_cached()
190         hb_shape_plan_get_empty()
191         hb_shape_plan_reference()
192         hb_shape_plan_destroy()
193         hb_shape_plan_set_user_data()
194         hb_shape_plan_get_user_data()
195         hb_shape_plan_execute()
196
197         hb_ot_shape_plan_collect_lookups()
198
199     API changes:
200
201         Rename hb_ot_layout_feature_get_lookup_indexes() to
202         hb_ot_layout_feature_get_lookups().
203
204     New header file:
205
206         hb-shape-plan.h
207
208     And a bunch of prototyped but not implemented stuff.  Coming soon.
209     (Tests fail because of the prototypes right now.)
210
211  src/Makefile.am              |    2 +-
212  src/hb-buffer-private.hh     |   37 --------------
213  src/hb-buffer.cc             |   45 +++++++++++++++++-
214  src/hb-buffer.h              |   47 ++++++++++++++++--
215  src/hb-ot-layout-private.hh  |    8 ---
216  src/hb-ot-layout.cc          |   12 ++--
217  src/hb-ot-layout.h           |  108
218  +++++++++++++++++++++++++++++++++++++++--
219  src/hb-ot-map-private.hh     |    2 +-
220  src/hb-ot-map.cc             |   15 +++---
221  src/hb-ot-shape-private.hh   |   11 ++++-
222  src/hb-ot-shape.cc           |   52 ++++++++++++++------
223  src/hb-ot.h                  |    1 +
224  src/hb-shape-plan-private.hh |    3 +-
225  src/hb-shape-plan.cc         |   23 +++++++--
226  src/hb-shape-plan.h          |   50 +++++++++++++-------
227  src/hb-shaper-private.hh     |    2 -
228  src/hb-shaper.cc             |    2 +-
229  src/hb.h                     |    1 +
230  18 files changed, 304 insertions(+), 117 deletions(-)
231
232 commit 75da37dcb17aacc0be6bb006683a84aa31155938
233 Author: Behdad Esfahbod <behdad@behdad.org>
234 Date:   Thu Nov 15 18:39:23 2012 -0800
235
236     Minor
237
238  util/hb-ot-shape-closure.cc |   24 ++++++++++++------------
239  1 files changed, 12 insertions(+), 12 deletions(-)
240
241 commit e05a999495e6575f7cebd7f35db087d964f11ef6
242 Author: Behdad Esfahbod <behdad@behdad.org>
243 Date:   Thu Nov 15 16:23:21 2012 -0800
244
245     Add hb_face_[sg]et_glyph_count()
246
247  src/hb-font-private.hh |    9 +++++++++
248  src/hb-font.cc         |   29 ++++++++++++++++++++++++++++-
249  src/hb-font.h          |    7 +++++++
250  3 files changed, 44 insertions(+), 1 deletions(-)
251
252 commit aec89de5641fbe1c3031d63dd5f40ec99bf2a538
253 Author: Behdad Esfahbod <behdad@behdad.org>
254 Date:   Thu Nov 15 16:15:42 2012 -0800
255
256     Add / modify set API a bit
257
258  src/hb-ot-shape.cc          |    2 +-
259  src/hb-set-private.hh       |   35 ++++++++++++++++-
260  src/hb-set.cc               |   86
261  +++++++++++++++++++++++++++++--------------
262  src/hb-set.h                |   55 ++++++++++++++++++---------
263  util/hb-ot-shape-closure.cc |    2 +-
264  5 files changed, 128 insertions(+), 52 deletions(-)
265
266 commit c54599ad269380c7aa28d885fcfd660fc2c10a7b
267 Author: Behdad Esfahbod <behdad@behdad.org>
268 Date:   Thu Nov 15 16:14:23 2012 -0800
269
270     Minor
271
272  src/hb-buffer.cc |    2 +-
273  src/hb-buffer.h  |    8 +++-----
274  2 files changed, 4 insertions(+), 6 deletions(-)
275
276 commit d1aa143ca434fe272de21d2002768c83387b583b
277 Author: Behdad Esfahbod <behdad@behdad.org>
278 Date:   Thu Nov 15 15:38:08 2012 -0800
279
280     [Thai] Remove U+0E2C from "AC" consonants
281
282     WinXP doesn't include it.
283
284  src/hb-ot-shape-complex-thai.cc |    2 +-
285  1 files changed, 1 insertions(+), 1 deletions(-)
286
287 commit 362a990b2246f5448ecb9d600761f710aea7d42d
288 Author: Behdad Esfahbod <behdad@behdad.org>
289 Date:   Thu Nov 15 14:57:31 2012 -0800
290
291     Rename hb_ot_layout_would_substitute_lookup() and
292     hb_ot_layout_substitute_closure_lookup()
293
294     To match upcoming API.
295
296  src/hb-ot-layout-private.hh      |    2 +-
297  src/hb-ot-layout.cc              |    8 ++++----
298  src/hb-ot-layout.h               |    4 ++--
299  src/hb-ot-map.cc                 |    2 +-
300  src/hb-ot-shape-complex-indic.cc |    2 +-
301  src/test-would-substitute.cc     |    2 +-
302  6 files changed, 10 insertions(+), 10 deletions(-)
303
304 commit a4bef84e375b090c1bc7e4221b8e0ee435dfcbba
305 Author: Behdad Esfahbod <behdad@behdad.org>
306 Date:   Thu Nov 15 13:29:51 2012 -0800
307
308     [util] Make hb-shape err if output-format is not understood
309
310     And list supported formats.
311
312  util/hb-shape.cc |    6 ++++++
313  1 files changed, 6 insertions(+), 0 deletions(-)
314
315 commit 3cec819d39e45470d03085bb6fa132882cc85943
316 Author: Behdad Esfahbod <behdad@behdad.org>
317 Date:   Thu Nov 15 13:15:39 2012 -0800
318
319     Make the OT shaper default, even if CoreText or Uniscribe is enabled
320
321  src/hb-shaper-list.hh |   15 ++++++++-------
322  1 files changed, 8 insertions(+), 7 deletions(-)
323
324 commit 072ae7a982bf640804eee0b41525e7c328806bf5
325 Author: Behdad Esfahbod <behdad@behdad.org>
326 Date:   Thu Nov 15 13:14:12 2012 -0800
327
328     Add hb_buffer_serialize_list_formats()
329
330  src/hb-buffer.cc |    6 ++++++
331  src/hb-buffer.h  |    3 +++
332  2 files changed, 9 insertions(+), 0 deletions(-)
333
334 commit f9edf1672511c3bcc3796cc79578ffea43b2bda1
335 Author: Behdad Esfahbod <behdad@behdad.org>
336 Date:   Thu Nov 15 12:14:09 2012 -0800
337
338     Add buffer serialization / deserialization API
339
340     Two output formats for now: TEXT, and JSON.  For example:
341
342       hb-shape --output-format=json
343
344     Deserialization API is added, but not implemented yet.
345
346  src/hb-buffer.cc |  222
347  ++++++++++++++++++++++++++++++++++++++++++++++++++++++
348  src/hb-buffer.h  |   42 ++++++++++
349  util/hb-shape.cc |   21 +++++-
350  util/options.cc  |   57 ++++----------
351  util/options.hh  |    7 +-
352  5 files changed, 304 insertions(+), 45 deletions(-)
353
354 commit fd0de881f4fc004da6f36d50a91d0e62f8eb4d8c
355 Author: Behdad Esfahbod <behdad@behdad.org>
356 Date:   Thu Nov 15 10:47:14 2012 -0800
357
358     Avoid C++ undefined behavior
359
360     https://bugzilla.mozilla.org/show_bug.cgi?id=810823
361
362  src/hb-open-type-private.hh |    4 ++--
363  1 files changed, 2 insertions(+), 2 deletions(-)
364
365 commit f41dc2d35b23220d59d38990bb66f1cbd66a55b3
366 Author: Behdad Esfahbod <behdad@behdad.org>
367 Date:   Thu Nov 15 10:36:43 2012 -0800
368
369     Fix undefined behavior in Indic dottedcircle
370
371     Chromium Issue 158998:      Conditional jump in harfbuzz-ng
372     http://code.google.com/p/chromium/issues/detail?id=158998
373
374  src/hb-ot-shape-complex-indic.cc |    2 +-
375  1 files changed, 1 insertions(+), 1 deletions(-)
376
377 commit 1eb3e94fe99a072ce422e60ac4d4d89ef489b08a
378 Author: Behdad Esfahbod <behdad@behdad.org>
379 Date:   Wed Nov 14 17:25:03 2012 -0800
380
381     [Thai] Implement PUA-based fallback shaping
382
383     As explained here:
384
385       http://linux.thai.net/~thep/th-otf/shaping.html
386
387     Our output now matches Uniscribe for old fonts (eg. XP Tahoma) with no
388     Thai GSUB table.
389
390  src/hb-ot-shape-complex-thai.cc |  217
391  +++++++++++++++++++++++++++++++++++++++
392  1 files changed, 217 insertions(+), 0 deletions(-)
393
394 commit 851784f8372004e0a40b698c0cdc2d7db8629aa2
395 Author: Behdad Esfahbod <behdad@behdad.org>
396 Date:   Wed Nov 14 16:24:05 2012 -0800
397
398     Improve shaper selection
399
400  src/hb-ot-map-private.hh           |    8 ++++----
401  src/hb-ot-map.cc                   |    6 ++++--
402  src/hb-ot-shape-complex-indic.cc   |    2 +-
403  src/hb-ot-shape-complex-private.hh |   13 ++++++++-----
404  src/hb-ot-shape-complex-thai.cc    |   24 ++++++++++++++++++++++--
405  5 files changed, 39 insertions(+), 14 deletions(-)
406
407 commit f3584d3a3a627e38dfd7769975a670db340d2a48
408 Author: Behdad Esfahbod <behdad@behdad.org>
409 Date:   Wed Nov 14 15:55:17 2012 -0800
410
411     Add test cases for Thai PUA shaping
412
413  .../in-tree/shaper-thai/script-thai/misc/MANIFEST  |    1 +
414  .../shaper-thai/script-thai/misc/pua-shaping.txt   |   11 +++++++++++
415  2 files changed, 12 insertions(+), 0 deletions(-)
416
417 commit 43f04a7456419153cb03e610a825056a47824780
418 Author: Behdad Esfahbod <behdad@behdad.org>
419 Date:   Wed Nov 14 15:51:54 2012 -0800
420
421     Move Thai shaper into a separate file
422
423  src/Makefile.am                    |    3 +-
424  src/hb-ot-shape-complex-default.cc |  225 ++++++++++++++++++++++++
425  src/hb-ot-shape-complex-misc.cc    |  339
426  ------------------------------------
427  src/hb-ot-shape-complex-thai.cc    |  141 +++++++++++++++
428  4 files changed, 368 insertions(+), 340 deletions(-)
429
430 commit ba82325b7a6311b787ae47f41a56964e2f2cba9f
431 Author: Behdad Esfahbod <behdad@behdad.org>
432 Date:   Wed Nov 14 15:36:53 2012 -0800
433
434     Add note re 'Phags-pa letter U+A872, which is Joining_Type=L
435
436  src/hb-ot-shape-complex-arabic.cc |    1 +
437  1 files changed, 1 insertions(+), 0 deletions(-)
438
439 commit d469fadce8290c7dda559c5927dd19df65f91c1a
440 Author: Behdad Esfahbod <behdad@behdad.org>
441 Date:   Wed Nov 14 15:07:36 2012 -0800
442
443     [Indic] Exchange abort() for assert()
444
445  src/hb-ot-shape-complex-indic.cc |    7 ++++---
446  1 files changed, 4 insertions(+), 3 deletions(-)
447
448 commit 0f80a89de99293ddbf0b8b815fe360677d057e38
449 Author: Behdad Esfahbod <behdad@behdad.org>
450 Date:   Wed Nov 14 15:05:19 2012 -0800
451
452     Don't route Kharoshthi through the Indic shaper
453
454     It's a simple, right-to-left, script.
455
456  src/hb-ot-shape-complex-private.hh |    2 +-
457  1 files changed, 1 insertions(+), 1 deletions(-)
458
459 commit e67072bb179a5c17db04075de74215597fb43c82
460 Author: Behdad Esfahbod <behdad@behdad.org>
461 Date:   Wed Nov 14 15:00:53 2012 -0800
462
463     [Indic] Handle overstruck matra position
464
465  src/hb-ot-shape-complex-indic-private.hh |    6 +++---
466  1 files changed, 3 insertions(+), 3 deletions(-)
467
468 commit 7e99e4f0740e47efda5882604954cb7d12700a4b
469 Author: Behdad Esfahbod <behdad@behdad.org>
470 Date:   Wed Nov 14 14:09:46 2012 -0800
471
472     Reposition Lao marks
473
474     Lao marks are center-aligned, unlike Thai ones.
475
476  src/hb-ot-shape-fallback.cc |    4 ++--
477  1 files changed, 2 insertions(+), 2 deletions(-)
478
479 commit 865745b5b87236651f5663cae3461db9cb505eed
480 Author: Behdad Esfahbod <behdad@behdad.org>
481 Date:   Wed Nov 14 13:48:26 2012 -0800
482
483     Don't do fallback positioning for Indic and Thai shapers
484
485  src/hb-ot-shape-complex-arabic.cc  |    1 +
486  src/hb-ot-shape-complex-indic.cc   |    1 +
487  src/hb-ot-shape-complex-misc.cc    |    2 ++
488  src/hb-ot-shape-complex-private.hh |    1 +
489  src/hb-ot-shape.cc                 |   20 +++++---------------
490  5 files changed, 10 insertions(+), 15 deletions(-)
491
492 commit 981748cb2e9b48b77177b19ec1f972cab7afda89
493 Author: Behdad Esfahbod <behdad@behdad.org>
494 Date:   Wed Nov 14 13:38:16 2012 -0800
495
496     [Indic] If Khmer fonts have a 'liga' feature, use generic shaper
497
498     Seems to produce more coherent results than trying the Indic shaper on
499     them.  I'm looking at you, Kh-* fonts...
500
501  src/hb-ot-shape-complex-private.hh |   21 +++++++++++++++++----
502  1 files changed, 17 insertions(+), 4 deletions(-)
503
504 commit 6b19fa48621dbf36d471d5005f6ae20df350954f
505 Author: Behdad Esfahbod <behdad@behdad.org>
506 Date:   Wed Nov 14 11:38:50 2012 -0800
507
508     Adjust diff rule for the new hb-shape output format
509
510  test/shaping/hb_test_tools.py |    2 +-
511  1 files changed, 1 insertions(+), 1 deletions(-)
512
513 commit dde5506fd963e3cec27c3389bb1fc092f86d1e06
514 Author: Behdad Esfahbod <behdad@behdad.org>
515 Date:   Wed Nov 14 11:37:04 2012 -0800
516
517     [Indic] Don't move virama with left matra
518
519     This is important for the Sinhala U+0DDA split matra since it
520     decomposes
521     to U+0DD9,U+0DCA where U+0DD9 is a left matra and U+0DCA is the
522     virama.
523     We don't want to move the virama with the left matra.
524     TEST: U+0D9A,U+0DDA
525
526     Note that we were already doing this in the Uniscribe bug
527     compatibility
528     mode.  We now do it all the time.
529
530  src/hb-ot-shape-complex-indic.cc |    8 ++++++--
531  1 files changed, 6 insertions(+), 2 deletions(-)
532
533 commit 82c4d9880a2cd321f6426888511c5f0318f96ad5
534 Author: Behdad Esfahbod <behdad@behdad.org>
535 Date:   Wed Nov 14 10:56:02 2012 -0800
536
537     Add Sinhala test case for split matra U+0DDA
538
539  .../indic/script-sinhala/misc/misc.txt             |    1 +
540  1 files changed, 1 insertions(+), 0 deletions(-)
541
542 commit d04b12853167d756a8cccaf4154f0fd894bce6de
543 Author: Behdad Esfahbod <behdad@behdad.org>
544 Date:   Wed Nov 14 10:53:10 2012 -0800
545
546     Fix test
547
548  test/api/test-buffer.c |    2 +-
549  1 files changed, 1 insertions(+), 1 deletions(-)
550
551 commit 92f9bfed42f720c1fd78e795845542661aaf4f8a
552 Author: Behdad Esfahbod <behdad@behdad.org>
553 Date:   Tue Nov 13 16:50:45 2012 -0800
554
555     Minor
556
557  src/hb-buffer.h |   26 ++++++++++++++------------
558  1 files changed, 14 insertions(+), 12 deletions(-)
559
560 commit 66ac2ff32e24f0d5658ca172147613081a133847
561 Author: Behdad Esfahbod <behdad@behdad.org>
562 Date:   Tue Nov 13 16:26:32 2012 -0800
563
564     API change: Remove "mask" from hb_buffer_add()
565
566     I don't expect anybody using hb_buffer_add(), so this shouldn't break
567     anyone's code.
568
569  src/hb-buffer-private.hh |    1 -
570  src/hb-buffer.cc         |    8 +++-----
571  src/hb-buffer.h          |    1 -
572  3 files changed, 3 insertions(+), 7 deletions(-)
573
574 commit 407f80d62589774f845ef1a6a0a7d841b09d57c6
575 Author: Behdad Esfahbod <behdad@behdad.org>
576 Date:   Tue Nov 13 15:33:27 2012 -0800
577
578     [util] Add --bot / --eot / --preserve-default-ignorables
579
580  util/options.cc |    3 +++
581  util/options.hh |   12 ++++++++++++
582  2 files changed, 15 insertions(+), 0 deletions(-)
583
584 commit 78d41d8d69142ae95928b51215c0c0c5e3f5b3f0
585 Author: Behdad Esfahbod <behdad@behdad.org>
586 Date:   Tue Nov 13 15:15:09 2012 -0800
587
588     Minor
589
590  util/options.cc |    2 +-
591  1 files changed, 1 insertions(+), 1 deletions(-)
592
593 commit 321f73c16efa0730c96e001d65268f4927a0f735
594 Author: Behdad Esfahbod <behdad@behdad.org>
595 Date:   Tue Nov 13 15:12:24 2012 -0800
596
597     [util] Add --text-before and --text-after to hb-shape / hb-view
598
599     Use with Arabic, for example, to see the effect on joining.
600
601  util/hb-ot-shape-closure.cc |    4 +++-
602  util/main-font-text.hh      |    2 +-
603  util/options.cc             |    2 ++
604  util/options.hh             |   18 ++++++++++++++++--
605  util/shape-consumer.hh      |    6 ++++--
606  5 files changed, 26 insertions(+), 6 deletions(-)
607
608 commit e13f8d280bafc6a6b6e31e2eee587660b8333c56
609 Author: Behdad Esfahbod <behdad@behdad.org>
610 Date:   Tue Nov 13 15:12:06 2012 -0800
611
612     Fix UTF-8 backward iteration
613
614     Ouch!
615
616  src/hb-utf-private.hh |    4 ++--
617  1 files changed, 2 insertions(+), 2 deletions(-)
618
619 commit 5669a6cf418f3a8b9281c36e9d662d843be80433
620 Author: Behdad Esfahbod <behdad@behdad.org>
621 Date:   Tue Nov 13 15:11:51 2012 -0800
622
623     [Arabic] Fix post-context handling
624
625     Ouch!
626
627  src/hb-ot-shape-complex-arabic.cc |    2 +-
628  1 files changed, 1 insertions(+), 1 deletions(-)
629
630 commit 0c7df2222862122ebbdc8665a21d6771ef5e0252
631 Author: Behdad Esfahbod <behdad@behdad.org>
632 Date:   Tue Nov 13 14:42:35 2012 -0800
633
634     Add buffer flags
635
636     New API:
637
638         hb_buffer_flags_t
639
640         HB_BUFFER_FLAGS_DEFAULT
641         HB_BUFFER_FLAG_BOT
642         HB_BUFFER_FLAG_EOT
643         HB_BUFFER_FLAG_PRESERVE_DEFAULT_IGNORABLES
644
645         hb_buffer_set_flags()
646         hb_buffer_get_flags()
647
648     We use the BOT flag to decide whether to insert dottedcircle if the
649     first char in the buffer is a combining mark.
650
651     The PRESERVE_DEFAULT_IGNORABLES flag prevents removal of characters
652     like
653     ZWNJ/ZWJ/...
654
655  src/hb-buffer-private.hh          |    1 +
656  src/hb-buffer.cc                  |   18 ++++++++++++++++
657  src/hb-buffer.h                   |   13 ++++++++++++
658  src/hb-ot-shape-complex-arabic.cc |   40
659  +++++++++++++++++++-----------------
660  src/hb-ot-shape.cc                |    9 +++++--
661  test/api/test-buffer.c            |    9 ++++++++
662  6 files changed, 68 insertions(+), 22 deletions(-)
663
664 commit 1c7e55511a870f2689680ca8f977e00879f3b3e3
665 Author: Behdad Esfahbod <behdad@behdad.org>
666 Date:   Tue Nov 13 14:42:22 2012 -0800
667
668     Minor fix
669
670     Ouch
671
672  src/hb-shape.cc |    2 +-
673  1 files changed, 1 insertions(+), 1 deletions(-)
674
675 commit c8d4f8b0fe56ce909e3ca07f8a30cb4fb940868b
676 Author: Behdad Esfahbod <behdad@behdad.org>
677 Date:   Tue Nov 13 14:10:19 2012 -0800
678
679     Minor
680
681  test/api/test-object.c |    2 +-
682  1 files changed, 1 insertions(+), 1 deletions(-)
683
684 commit 82ecaff736e245e117d70b6ec1497508c6eb08d2
685 Author: Behdad Esfahbod <behdad@behdad.org>
686 Date:   Tue Nov 13 13:57:52 2012 -0800
687
688     Add hb_buffer_clear()
689
690     Which is like _reset(), but does NOT clear unicode-funcs.
691
692  src/hb-buffer-private.hh |    1 +
693  src/hb-buffer.cc         |   15 +++++++++++++++
694  src/hb-buffer.h          |    4 ++++
695  test/api/test-buffer.c   |   22 +++++++++++++++++++++-
696  4 files changed, 41 insertions(+), 1 deletions(-)
697
698 commit da43a92b04929e93356ae393803ef101154d2267
699 Author: Behdad Esfahbod <behdad@behdad.org>
700 Date:   Tue Nov 13 13:48:26 2012 -0800
701
702     0.9.6
703
704  NEWS         |   28 ++++++++++++++++++++++++++++
705  configure.ac |    2 +-
706  2 files changed, 29 insertions(+), 1 deletions(-)
707
708 commit 0736915b8ed789a209205fec762997af3a8af89c
709 Author: Behdad Esfahbod <behdad@behdad.org>
710 Date:   Tue Nov 13 12:35:35 2012 -0800
711
712     [Indic] Decompose Sinhala split matras the way old HarfBuzz /
713     Pango did
714
715     Had to do some refactoring to make this happen...
716
717     Under uniscribe bug compatibility mode, we still plit them
718     Uniscrie-style, but Jonathan and I convinced ourselves that there
719     is no
720     harm doing this the Unicode way.  This change makes that happen, and
721     unbreaks free Sinhala fonts.
722
723  src/hb-ot-shape-complex-arabic.cc    |    2 +
724  src/hb-ot-shape-complex-indic.cc     |   74 +++++++++-
725  src/hb-ot-shape-complex-misc.cc      |  133 ++++++++++++++++-
726  src/hb-ot-shape-complex-private.hh   |   28 +++-
727  src/hb-ot-shape-normalize-private.hh |    6 +-
728  src/hb-ot-shape-normalize.cc         |  278
729  +++++++++-------------------------
730  src/hb-ot-shape.cc                   |    5 +-
731  7 files changed, 312 insertions(+), 214 deletions(-)
732
733 commit c8149ca85ed97112778590bc9f090f3ee0254100
734 Author: Behdad Esfahbod <behdad@behdad.org>
735 Date:   Tue Nov 13 11:07:20 2012 -0800
736
737     [hb-shape] Adjust postioning output format
738
739     1. If there is any offset (x or y), print out both x and y offsets.
740
741     2. Always print out the advance in the major direction of the buffer.
742     Ie. even for zero-advance glyphs, print a "+0".  This is more
743     intuitive.
744
745  util/options.cc |   13 +++++++------
746  1 files changed, 7 insertions(+), 6 deletions(-)
747
748 commit 6fd5335622087e87739684f581aa9f88635ff970
749 Author: Behdad Esfahbod <behdad@behdad.org>
750 Date:   Mon Nov 12 18:42:18 2012 -0800
751
752     [Indic] Update auto-generated Indic machine to reflect previous commit
753
754  src/hb-ot-shape-complex-indic-machine.hh | 1126
755  +++++++++++++++---------------
756  1 files changed, 567 insertions(+), 559 deletions(-)
757
758 commit 9cac1338c4bc3e9034cbfa104291ed0329debefe
759 Author: Behdad Esfahbod <behdad@behdad.org>
760 Date:   Mon Nov 12 18:41:22 2012 -0800
761
762     [Indic] Allow Consonant_Medial's after Consonant's
763
764     Mostly affects Myanmar, but also Tai Tham, Javanese, and Cham.  The
765     latter three are untested (no fonts!).
766
767  src/hb-ot-shape-complex-indic-machine.rl |    3 ++-
768  src/hb-ot-shape-complex-indic-private.hh |    7 ++++---
769  2 files changed, 6 insertions(+), 4 deletions(-)
770
771 commit d187099cbab8e75f870a2bc9c23b6a1cf226905e
772 Author: Behdad Esfahbod <behdad@behdad.org>
773 Date:   Mon Nov 12 18:38:06 2012 -0800
774
775     [Indic] Categorize Myanmar "tone marks" as nuktas
776
777  src/hb-ot-shape-complex-indic-private.hh |    2 +-
778  1 files changed, 1 insertions(+), 1 deletions(-)
779
780 commit 8173f23f3f16972c2e8e0a120724533100acfda2
781 Author: Behdad Esfahbod <behdad@behdad.org>
782 Date:   Mon Nov 12 18:37:20 2012 -0800
783
784     [Indic] Add config for Myanmar
785
786  src/hb-ot-shape-complex-indic.cc |    2 ++
787  1 files changed, 2 insertions(+), 0 deletions(-)
788
789 commit 9e92978c8aa3d3cdab4d20c81698c56adbb3dbdd
790 Author: Behdad Esfahbod <behdad@behdad.org>
791 Date:   Mon Nov 12 18:36:10 2012 -0800
792
793     [Indic] Route "new" Myanmar tag through the Indic shaper
794
795     Windows 8 adds a Myanmar shaper using the 'mym2' tag.  Route that
796     through the Indic shaper.  It's still very broken, but at least this
797     does NOT break old-style Myanmar shaping using the generic shaper.
798
799  src/hb-ot-shape-complex-private.hh |   14 +++++++-------
800  1 files changed, 7 insertions(+), 7 deletions(-)
801
802 commit 5ab3855f8106158ee7e68797e8c35e63e9216e5d
803 Author: Behdad Esfahbod <behdad@behdad.org>
804 Date:   Mon Nov 12 18:27:42 2012 -0800
805
806     Choose shaper based on chosen OT script tag
807
808     For Arabic and Indic shapers, if the font doesn't have a script system
809     for the script, use default shaper.
810
811     Make an exception for Arabic script since we have fallback logic for
812     that one.
813
814  src/hb-ot-map-private.hh           |    4 ++++
815  src/hb-ot-shape-complex-private.hh |   11 +++++++++--
816  2 files changed, 13 insertions(+), 2 deletions(-)
817
818 commit 9b37b4c5800b158f61602d2aba8a01349e24d251
819 Author: Behdad Esfahbod <behdad@behdad.org>
820 Date:   Mon Nov 12 18:23:38 2012 -0800
821
822     Make planner available to complex shaper choosing logic
823
824  src/hb-ot-shape-complex-private.hh |    4 ++--
825  src/hb-ot-shape.cc                 |    2 +-
826  2 files changed, 3 insertions(+), 3 deletions(-)
827
828 commit 6fddf2d7397411bba8a23ac535e8b851495d3105
829 Author: Behdad Esfahbod <behdad@behdad.org>
830 Date:   Mon Nov 12 17:57:24 2012 -0800
831
832     Refactoring ot-map building to make chosen script available earlier
833
834  src/hb-ot-map-private.hh   |   13 +++++++---
835  src/hb-ot-map.cc           |   51
836  +++++++++++++++++++++++++-------------------
837  src/hb-ot-shape-private.hh |    4 +-
838  3 files changed, 40 insertions(+), 28 deletions(-)
839
840 commit f17ed8116e7b6429af3fa60bb43d5f4fac66eae3
841 Author: Behdad Esfahbod <behdad@behdad.org>
842 Date:   Mon Nov 12 17:48:26 2012 -0800
843
844     Minor TODO
845
846  TODO |    2 ++
847  1 files changed, 2 insertions(+), 0 deletions(-)
848
849 commit de796a6fb98f4deda276caa82266b7c830978e0b
850 Author: Behdad Esfahbod <behdad@behdad.org>
851 Date:   Mon Nov 12 17:27:51 2012 -0800
852
853     Add "new" Myanmar OT Script tag
854
855     Windows 8 added support for Myanmar shaping using the "mym2"
856     script tag,
857     even though Windows never supported the old "mymr" tag.
858
859  src/hb-ot-tag.cc       |    2 ++
860  test/api/test-ot-tag.c |    1 +
861  2 files changed, 3 insertions(+), 0 deletions(-)
862
863 commit 27f52dc3f6bbb97594a44f27b180aed73d9e5608
864 Author: Behdad Esfahbod <behdad@behdad.org>
865 Date:   Mon Nov 12 16:54:03 2012 -0800
866
867     Add Myanmar tests from UTN#11
868
869  .../south-east-asian/script-myanmar/misc/MANIFEST  |    1 +
870  .../south-east-asian/script-myanmar/misc/utn11.txt |   34
871  ++++++++++++++++++++
872  2 files changed, 35 insertions(+), 0 deletions(-)
873
874 commit e9334ce97bb7f1de87fb211bb5a8168033629b14
875 Author: Behdad Esfahbod <behdad@behdad.org>
876 Date:   Mon Nov 12 14:57:02 2012 -0800
877
878     Break build when ragel is needed and missing
879
880  src/Makefile.am |    2 +-
881  1 files changed, 1 insertions(+), 1 deletions(-)
882
883 commit dba186711e3f5e723f917b7104e849c4c525d3b8
884 Author: Behdad Esfahbod <behdad@behdad.org>
885 Date:   Mon Nov 12 14:48:33 2012 -0800
886
887     [Indic] Make more room in the table
888
889     To be used in upcoming commits.
890
891  src/hb-ot-shape-complex-indic-private.hh |   10 +++++-----
892  1 files changed, 5 insertions(+), 5 deletions(-)
893
894 commit c4be9917438c45b972ec76dc68409014110f0837
895 Author: Behdad Esfahbod <behdad@behdad.org>
896 Date:   Mon Nov 12 14:27:33 2012 -0800
897
898     Typo
899
900  src/hb-ot-shape-complex-indic.cc |    2 +-
901  1 files changed, 1 insertions(+), 1 deletions(-)
902
903 commit 56be677781736bbedc80df6f6aaa2b5f0bc4041c
904 Author: Behdad Esfahbod <behdad@behdad.org>
905 Date:   Mon Nov 12 14:09:40 2012 -0800
906
907     [Indic] Port 'pref' logic to look into font tables
908
909     ...instead of using a hardcoded list of Ra characters.
910
911  src/hb-ot-shape-complex-indic.cc |    7 ++++---
912  1 files changed, 4 insertions(+), 3 deletions(-)
913
914 commit f2c0f59043c93c225274fc0c8177077d16c89d61
915 Author: Behdad Esfahbod <behdad@behdad.org>
916 Date:   Mon Nov 12 14:02:02 2012 -0800
917
918     [Indic] Port reph handling logic to look into font features
919
920     ...instead of using a hardcoded list of Ra characters.
921
922  src/hb-ot-shape-complex-indic.cc |   48
923  +++++++++++++++++++++++--------------
924  1 files changed, 30 insertions(+), 18 deletions(-)
925
926 commit 43149afbc0007ea075a7017c0e56056c3c0f3614
927 Author: Behdad Esfahbod <behdad@behdad.org>
928 Date:   Mon Nov 12 13:34:17 2012 -0800
929
930     Route MEETEI_MAYEK through the Indic shaper
931
932     Since it has a couple of left-"matras".
933
934  src/hb-ot-shape-complex-private.hh |    5 ++---
935  1 files changed, 2 insertions(+), 3 deletions(-)
936
937 commit d0905c3400085f9c0901c558ba1b81b5039510e4
938 Author: Behdad Esfahbod <behdad@behdad.org>
939 Date:   Mon Nov 12 13:02:20 2012 -0800
940
941     Minor
942
943  src/hb-ot-head-table.hh |    2 +-
944  1 files changed, 1 insertions(+), 1 deletions(-)
945
946 commit 365f27ab5ba025bf1be6a882ed213c695cbfed7e
947 Author: Behdad Esfahbod <behdad@behdad.org>
948 Date:   Mon Nov 12 11:16:57 2012 -0800
949
950     Work around older compilers
951
952     As reported on the list:
953
954     I am seeing a similar problem building harfbuzz 0.9.5 with Apple gcc
955     4.0.1 on OS X 10.5 Leopard:
956
957     hb-ot-layout-common-private.hh:406: error: 'struct
958     OT::CoverageFormat1::Iter' is private
959     hb-ot-layout-common-private.hh:646: error: within this context
960     hb-ot-layout-common-private.hh:500: error: 'struct
961     OT::CoverageFormat2::Iter' is private
962     hb-ot-layout-common-private.hh:647: error: within this context
963     make[4]: *** [libharfbuzz_la-hb-ot-layout.lo] Error 1
964
965     Also reported as happening with MSVC 2005.
966
967  src/hb-ot-layout-common-private.hh |    6 ++++++
968  1 files changed, 6 insertions(+), 0 deletions(-)
969
970 commit 6b389ddc3623d042ded4731f4d62dc354002fdd0
971 Author: Behdad Esfahbod <behdad@behdad.org>
972 Date:   Mon Nov 12 11:02:56 2012 -0800
973
974     [Indic] Don't apply 'liga'
975
976     Uniscribe doesn't.  And some fonts abuse this feature to get Indic
977     shaping working in non-complex applications like Adobe's apps.
978
979     No change in numbers:
980
981     BENGALI: 353897 out of 354188 tests passed. 291 failed (0.0821598%)
982     DEVANAGARI: 707337 out of 707394 tests passed. 57 failed (0.00805774%)
983     GUJARATI: 366440 out of 366457 tests passed. 17 failed (0.00463902%)
984     GURMUKHI: 60704 out of 60747 tests passed. 43 failed (0.0707854%)
985     KANNADA: 951046 out of 951913 tests passed. 867 failed (0.0910798%)
986     KHMER: 299074 out of 299124 tests passed. 50 failed (0.0167155%)
987     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
988     MALAYALAM: 1048011 out of 1048334 tests passed. 323 failed
989     (0.0308108%)
990     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
991     SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
992     TAMIL: 1091754 out of 1091754 tests passed. 0 failed (0%)
993     TELUGU: 970557 out of 970573 tests passed. 16 failed (0.00164851%)
994     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
995
996  src/hb-ot-shape-complex-indic.cc |    2 ++
997  1 files changed, 2 insertions(+), 0 deletions(-)
998
999 commit d05ac7dc3f2949e85f1fe996315b31b7aae370fe
1000 Author: Behdad Esfahbod <behdad@behdad.org>
1001 Date:   Mon Nov 12 10:26:50 2012 -0800
1002
1003     Fix hb-ft glyph name for broken fonts that return empty glyph names
1004
1005  src/hb-ft.cc |    2 +-
1006  1 files changed, 1 insertions(+), 1 deletions(-)
1007
1008 commit 3bc22eb7b843c77706bb13fc332009097f247813
1009 Author: Behdad Esfahbod <behdad@behdad.org>
1010 Date:   Mon Nov 12 10:07:28 2012 -0800
1011
1012     Minor
1013
1014  util/options.cc |    2 +-
1015  1 files changed, 1 insertions(+), 1 deletions(-)
1016
1017 commit 4899801155cc0fef7a8aa58c33ac2d30ba34bcc3
1018 Author: Behdad Esfahbod <behdad@behdad.org>
1019 Date:   Thu Nov 8 15:08:26 2012 -0800
1020
1021     U+A872 PHAGS-PA SUPERFIXED LETTER RA is "Right"-Joining
1022
1023  src/hb-ot-shape-complex-arabic.cc |    3 +++
1024  1 files changed, 3 insertions(+), 0 deletions(-)
1025
1026 commit 22a685836a59d1c02914761c02d3852810b83ec5
1027 Author: Behdad Esfahbod <behdad@behdad.org>
1028 Date:   Mon Nov 5 15:20:10 2012 -0800
1029
1030     Adjust Mongolian shaping
1031
1032     For U+1880..U+1886 Uniscribe thinks they are non-joining.
1033     For U+1887 Uniscribe thinks it's joining, but looks wrong to me.
1034     For now, match Uniscribe.
1035
1036  src/hb-ot-shape-complex-arabic.cc |    3 +++
1037  1 files changed, 3 insertions(+), 0 deletions(-)
1038
1039 commit e6b86c8519f894bf7fe18d5c143276521fcacece
1040 Author: Behdad Esfahbod <behdad@behdad.org>
1041 Date:   Mon Nov 5 15:18:49 2012 -0800
1042
1043     Add test for non-joining Mongolian letters
1044
1045     For U+1880..U+1886 Uniscribe thinks they are non-joining.
1046     For U+1887 Uniscribe thinks it's joining, but looks wrong to me.
1047
1048  .../shaper-arabic/script-mongolian/misc/MANIFEST   |    1 +
1049  .../script-mongolian/misc/non-joining.txt          |    8 ++++++++
1050  2 files changed, 9 insertions(+), 0 deletions(-)
1051
1052 commit c26a52fbe62e5ba4d0e1e2ba13bfb6ceb3f773dc
1053 Author: Behdad Esfahbod <behdad@behdad.org>
1054 Date:   Sun Nov 4 16:48:45 2012 -0800
1055
1056     Minor
1057
1058  src/hb-ot-shape-fallback.cc |    2 +-
1059  1 files changed, 1 insertions(+), 1 deletions(-)
1060
1061 commit f60d3ed35d94f1adcfd73ca05d03d7e81fb5de03
1062 Author: Behdad Esfahbod <behdad@behdad.org>
1063 Date:   Sun Nov 4 16:44:47 2012 -0800
1064
1065     Minor
1066
1067  src/hb-set-private.hh |    2 +-
1068  1 files changed, 1 insertions(+), 1 deletions(-)
1069
1070 commit f5e55754f962184d2fb7dcab837cdba56e8c7731
1071 Author: Behdad Esfahbod <behdad@behdad.org>
1072 Date:   Fri Nov 2 13:53:18 2012 -0700
1073
1074     Add Tifinagh test data
1075
1076  test/shaping/texts/in-tree/shaper-default/MANIFEST |    2 ++
1077  .../shaper-default/script-tifinagh/MANIFEST        |    1 +
1078  .../shaper-default/script-tifinagh/misc/MANIFEST   |    1 +
1079  .../shaper-default/script-tifinagh/misc/misc.txt   |   11 +++++++++++
1080  4 files changed, 15 insertions(+), 0 deletions(-)
1081
1082 commit 10a33296e674ee84b9ed2df25cf373de7d020b8d
1083 Author: Behdad Esfahbod <behdad@behdad.org>
1084 Date:   Fri Nov 2 13:38:55 2012 -0700
1085
1086     Minor
1087
1088  src/hb-ot-tag.cc |    2 ++
1089  1 files changed, 2 insertions(+), 0 deletions(-)
1090
1091 commit c21498afd857e78230f761ee5c9e73adece89dd0
1092 Author: Behdad Esfahbod <behdad@behdad.org>
1093 Date:   Fri Nov 2 10:21:26 2012 -0700
1094
1095     Add Mongolian and 'Phags-pa joining test cases
1096
1097  test/shaping/texts/in-tree/shaper-arabic/MANIFEST  |    1 +
1098  .../shaper-arabic/script-mongolian/misc/misc.txt   |    3 +++
1099  .../in-tree/shaper-arabic/script-phags-pa/MANIFEST |    1 +
1100  .../shaper-arabic/script-phags-pa/misc/MANIFEST    |    1 +
1101  .../shaper-arabic/script-phags-pa/misc/misc.txt    |   14 ++++++++++++++
1102  5 files changed, 20 insertions(+), 0 deletions(-)
1103
1104 commit 3ba7bc14ea652d27639f34109e51a497a678a54a
1105 Author: Behdad Esfahbod <behdad@behdad.org>
1106 Date:   Thu Nov 1 20:05:04 2012 -0700
1107
1108     Implement 'Phags-pa shaping
1109
1110     Through the Arabic shaper.  It's similar to Mongolian.
1111
1112  src/hb-ot-shape-complex-arabic.cc  |   15 ++++++++++++---
1113  src/hb-ot-shape-complex-private.hh |    4 +---
1114  2 files changed, 13 insertions(+), 6 deletions(-)
1115
1116 commit 431bef2e16c7888ca3960f5797432d3a20903550
1117 Author: Behdad Esfahbod <behdad@behdad.org>
1118 Date:   Thu Nov 1 16:26:01 2012 -0700
1119
1120     Minor build fix
1121
1122  test/api/Makefile.am |   10 +++++++++-
1123  1 files changed, 9 insertions(+), 1 deletions(-)
1124
1125 commit da70111ab234e8b740ce6fb1789a1809fbec0c44
1126 Author: Behdad Esfahbod <behdad@behdad.org>
1127 Date:   Wed Oct 31 13:45:30 2012 -0700
1128
1129     Don't clear buffer pre-context if no new context is being provided
1130
1131     Patch from Jonathan Kew.
1132
1133     Part of fixing:
1134
1135     Mozilla Bug 801410 - avoid inserting dotted-circle for run-initial
1136     Unicode combining characters in "simple" scripts such as Latin
1137
1138     https://bugzilla.mozilla.org/show_bug.cgi?id=801410
1139
1140  src/hb-buffer.cc |    9 ++++++++-
1141  1 files changed, 8 insertions(+), 1 deletions(-)
1142
1143 commit 0bc7a38463bfb37f12efeb1b8cb2024cf4a347bc
1144 Author: Behdad Esfahbod <behdad@behdad.org>
1145 Date:   Mon Oct 29 22:02:45 2012 -0700
1146
1147     [OT] Fix ReverseChainingSubst
1148
1149     We should make it clear that we don't want output buffer in this case,
1150     otherwise buffer->backtrack_len() would be wrong.
1151
1152  src/hb-buffer-private.hh       |    1 +
1153  src/hb-buffer.cc               |   13 +++++++++++++
1154  src/hb-ot-layout-gsub-table.hh |    1 +
1155  3 files changed, 15 insertions(+), 0 deletions(-)
1156
1157 commit 2616689d159024d2b1cb1e68f9936b2129bf9be6
1158 Author: Behdad Esfahbod <behdad@behdad.org>
1159 Date:   Mon Oct 29 21:51:56 2012 -0700
1160
1161     More tracing fixups
1162
1163  src/hb-ot-layout-gsubgpos-private.hh |   13 +++++++------
1164  1 files changed, 7 insertions(+), 6 deletions(-)
1165
1166 commit 937f8d3871863b8b1ed1d8900cf41999d92ba30f
1167 Author: Behdad Esfahbod <behdad@behdad.org>
1168 Date:   Mon Oct 29 21:49:33 2012 -0700
1169
1170     [Arabic] Enable dlig and mset for Arabic
1171
1172     That's what the spec says, and what Uniscribe does.
1173
1174  src/hb-ot-shape-complex-arabic.cc |    3 ++-
1175  1 files changed, 2 insertions(+), 1 deletions(-)
1176
1177 commit 911ed096980630fd4a37bf2024036daae13a6056
1178 Author: Behdad Esfahbod <behdad@behdad.org>
1179 Date:   Mon Oct 29 19:42:19 2012 -0700
1180
1181     Ignore gid0 in test results
1182
1183  test/shaping/hb_test_tools.py |    1 +
1184  1 files changed, 1 insertions(+), 0 deletions(-)
1185
1186 commit bc513add7999baf32f126ceebbd318105ee66985
1187 Author: Behdad Esfahbod <behdad@behdad.org>
1188 Date:   Mon Oct 29 19:03:55 2012 -0700
1189
1190     Add missing TRACE_RETURN
1191
1192  src/hb-ot-layout-gsubgpos-private.hh |    2 +-
1193  1 files changed, 1 insertions(+), 1 deletions(-)
1194
1195 commit 10b88d89ef1efcfddbbfabd3669399b472c8a900
1196 Author: Behdad Esfahbod <behdad@behdad.org>
1197 Date:   Mon Oct 29 18:18:24 2012 -0700
1198
1199     Add Ethiopic test case
1200
1201     This sequence: U+120B,U+135F,U+120B with the Nyala font from Win7
1202     exposes a GPOS bug in Uniscribe, in that the positioned mark is
1203     wrongly
1204     moved as a result a following kern.
1205
1206     This is the one "failure" in the Ethiopic test suite :-).
1207
1208     ETHIOPIC: 118900 out of 118901 tests passed. 1 failed (0.000841036%)
1209
1210  .../shaper-default/script-ethiopic/MANIFEST        |    1 +
1211  .../shaper-default/script-ethiopic/misc/MANIFEST   |    1 +
1212  .../shaper-default/script-ethiopic/misc/misc.txt   |    1 +
1213  3 files changed, 3 insertions(+), 0 deletions(-)
1214
1215 commit 88d3c98e309e14c3115825d1d8d40d0b3eec2d97
1216 Author: Behdad Esfahbod <behdad@behdad.org>
1217 Date:   Mon Oct 29 16:27:02 2012 -0700
1218
1219     [Indic] Position pre-base reordering Ra after Chillus in Malayalam
1220
1221     The logic for pre-base reordering follows the left matra logic.
1222     We had an exception for Malayalam/Tamil in the left matra
1223     repositioning
1224     which was not reflected in pre-base reordering.
1225
1226     Malayalam failures down from 337 to 323.
1227
1228     BENGALI: 353996 out of 354285 tests passed. 289 failed (0.0815727%)
1229     DEVANAGARI: 707339 out of 707394 tests passed. 55 failed (0.00777502%)
1230     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
1231     GURMUKHI: 60769 out of 60809 tests passed. 40 failed (0.0657797%)
1232     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
1233     KHMER: 299106 out of 299124 tests passed. 18 failed (0.00601757%)
1234     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
1235     MALAYALAM: 1048011 out of 1048334 tests passed. 323 failed
1236     (0.0308108%)
1237     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
1238     SINHALA: 271726 out of 271847 tests passed. 121 failed (0.0445103%)
1239     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
1240     TELUGU: 970558 out of 970573 tests passed. 15 failed (0.00154548%)
1241     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
1242
1243  src/hb-ot-shape-complex-indic.cc |   35
1244  +++++++++++++++++++++--------------
1245  1 files changed, 21 insertions(+), 14 deletions(-)
1246
1247 commit 21bf796954678d02f136709cade43adef6f8f42b
1248 Author: Behdad Esfahbod <behdad@behdad.org>
1249 Date:   Mon Oct 29 14:21:09 2012 -0700
1250
1251     Add missed file
1252
1253  src/hb-ucdn/COPYING |   13 +++++++++++++
1254  1 files changed, 13 insertions(+), 0 deletions(-)
1255
1256 commit 01013a0f5c58d5d54a37e5b4d6692e0bbd4baf80
1257 Author: Behdad Esfahbod <behdad@behdad.org>
1258 Date:   Mon Oct 29 10:56:04 2012 -0700
1259
1260     Include config.h.in in tree
1261
1262     I typically don't like including generating files in tree.
1263     But like to
1264     make an exception for this, since this forms the canonical list of
1265     options one would need to go through when building with alternative
1266     build systems.
1267
1268  Makefile.am |    1 -
1269  config.h.in |  160
1270  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1271  2 files changed, 160 insertions(+), 1 deletions(-)
1272
1273 commit 02ed52169ad3bb48f4989f721b0c6572e064a712
1274 Author: Behdad Esfahbod <behdad@behdad.org>
1275 Date:   Sun Oct 28 21:26:19 2012 -0700
1276
1277     Improve license information
1278
1279  COPYING                   |    2 ++
1280  src/hb-icu-le/COPYING     |    2 ++
1281  src/hb-icu-le/Makefile.am |    2 +-
1282  src/hb-ucdn/Makefile.am   |    2 +-
1283  src/hb-ucdn/README        |    7 +++++++
1284  5 files changed, 13 insertions(+), 2 deletions(-)
1285
1286 commit 4c1d9244617e472464722e64d2cdbc1f9e8827f6
1287 Author: Behdad Esfahbod <behdad@behdad.org>
1288 Date:   Sun Oct 28 20:27:25 2012 -0700
1289
1290     Minor
1291
1292  src/hb-icu-le.cc |    2 +-
1293  1 files changed, 1 insertions(+), 1 deletions(-)
1294
1295 commit 38b015e57ffa75d3b078a368c23685beb7c3f946
1296 Author: Behdad Esfahbod <behdad@behdad.org>
1297 Date:   Sun Oct 28 20:11:47 2012 -0700
1298
1299     Fix hb_buffer_set_length(buffer, 0)
1300
1301     Was causing invalid realloc()s.
1302
1303  src/hb-buffer.cc |    2 +-
1304  1 files changed, 1 insertions(+), 1 deletions(-)
1305
1306 commit b7115b63be72e109b51f538ba581aed1017b2d55
1307 Author: Behdad Esfahbod <behdad@behdad.org>
1308 Date:   Sun Oct 28 20:11:42 2012 -0700
1309
1310     Add XXX
1311
1312  src/hb-icu-le.cc |    1 +
1313  1 files changed, 1 insertions(+), 0 deletions(-)
1314
1315 commit 71ee1f24503cd066ffc1a36cc5dd9a3c1d1a6dfd
1316 Author: Behdad Esfahbod <behdad@behdad.org>
1317 Date:   Sun Oct 28 19:18:11 2012 -0700
1318
1319     Port to ICU LayoutEngine C API
1320
1321     Incidentally, this makes it not crash with icu-le-hb anymore...
1322     I'm not smart / stupid enough to spend two more days debugging C++
1323     linking issues, and this is ABI-stable at least.
1324
1325  src/hb-icu-le.cc |   31 ++++++++++++++++---------------
1326  1 files changed, 16 insertions(+), 15 deletions(-)
1327
1328 commit 0144f05e57088b30ac894cdae8b04b265d4dfbe7
1329 Author: Behdad Esfahbod <behdad@behdad.org>
1330 Date:   Fri Oct 26 13:48:06 2012 -0700
1331
1332     Remove unused members
1333
1334  src/hb-icu-le/PortableFontInstance.h |    3 ---
1335  1 files changed, 0 insertions(+), 3 deletions(-)
1336
1337 commit cf3afd8979b1db76d437f428cbd51cb363e0d18e
1338 Author: Behdad Esfahbod <behdad@behdad.org>
1339 Date:   Thu Oct 25 16:32:54 2012 -0700
1340
1341     Rename and revamp is_zero_width() to be is_default_ignorable()
1342
1343     That's really the logic desired.  Except that MONGOLIAN VOWEL
1344     SEPARATOR
1345     is not default_ignorable but it really should be.  Reported to
1346     Unicode.
1347
1348     Based on suggestion from Konstantin Ritt.
1349
1350  src/hb-fallback-shape.cc   |    2 +-
1351  src/hb-ot-shape-private.hh |    4 +-
1352  src/hb-ot-shape.cc         |    2 +-
1353  src/hb-unicode-private.hh  |   90
1354  ++++++++++++++++++++++++++++---------------
1355  4 files changed, 62 insertions(+), 36 deletions(-)
1356
1357 commit a724139e641bf1592b1ff786a75a9de2ea8163cf
1358 Author: Behdad Esfahbod <behdad@behdad.org>
1359 Date:   Wed Oct 24 14:02:15 2012 -0700
1360
1361     Update TODO
1362
1363  TODO |   14 ++++++++++----
1364  1 files changed, 10 insertions(+), 4 deletions(-)
1365
1366 commit 13c058472913b7b6d689f9022226079da65420b0
1367 Author: Behdad Esfahbod <behdad@behdad.org>
1368 Date:   Sun Oct 14 18:37:09 2012 -0500
1369
1370     0.9.5
1371
1372  NEWS         |   23 +++++++++++++++++++++++
1373  configure.ac |    2 +-
1374  2 files changed, 24 insertions(+), 1 deletions(-)
1375
1376 commit fecdfa95daf4916695f23e7dab89ab363be11b89
1377 Author: Behdad Esfahbod <behdad@behdad.org>
1378 Date:   Sun Oct 7 17:19:58 2012 -0400
1379
1380     Fixup hb_ot_shape_closure()
1381
1382     Broke it when merged cmap mapping and normalizer.  Ouch!
1383
1384  src/hb-ot-shape.cc |    2 +-
1385  1 files changed, 1 insertions(+), 1 deletions(-)
1386
1387 commit 2d1dcb3ce3354c2d5e2b4d1d291beb8d23cdea22
1388 Author: Behdad Esfahbod <behdad@behdad.org>
1389 Date:   Sun Oct 7 17:13:46 2012 -0400
1390
1391     Mark debug message functions static
1392
1393  src/hb-private.hh |    6 +++---
1394  1 files changed, 3 insertions(+), 3 deletions(-)
1395
1396 commit 9947bd6daffb5ec76b67536575e7617ba4f10b1e
1397 Author: Behdad Esfahbod <behdad@behdad.org>
1398 Date:   Tue Oct 2 20:44:43 2012 -0400
1399
1400     Update UCDN to upstream commit
1401     3f159c87824230b59af56e40e2db32caf6afa51a
1402
1403     - Unicode 6.2.0 goodness,
1404     - Unassigned codepoints now have correct properties.  Passes test
1405     suite.
1406
1407  src/hb-ucdn/unicodedata_db.h | 1966
1408  ++++++++++++++++++++++--------------------
1409  1 files changed, 1036 insertions(+), 930 deletions(-)
1410
1411 commit 32dbfcf763d1ae497d3c95de986a83441331678f
1412 Author: Behdad Esfahbod <behdad@behdad.org>
1413 Date:   Tue Oct 2 17:42:13 2012 -0400
1414
1415     Fix visibility of UCDN symbols
1416
1417  src/hb-ucdn.cc     |    2 --
1418  src/hb-ucdn/ucdn.h |   19 +++++++++++++++++++
1419  2 files changed, 19 insertions(+), 2 deletions(-)
1420
1421 commit 3f33f0d1f2603f22e86adffe3c3836136ba5e5fd
1422 Author: Behdad Esfahbod <behdad@behdad.org>
1423 Date:   Tue Oct 2 16:03:18 2012 -0400
1424
1425     Import UCDN into source tree
1426
1427     https://github.com/grigorig/ucdn
1428
1429  configure.ac                 |   11 +-
1430  src/Makefile.am              |    7 +
1431  src/hb-ucdn.cc               |  207 ++
1432  src/hb-ucdn/Makefile.am      |   18 +
1433  src/hb-ucdn/README           |   33 +
1434  src/hb-ucdn/ucdn.c           |  282 +++
1435  src/hb-ucdn/ucdn.h           |  290 +++
1436  src/hb-ucdn/unicodedata_db.h | 4648
1437  ++++++++++++++++++++++++++++++++++++++++++
1438  src/hb-unicode.cc            |    3 +
1439  9 files changed, 5498 insertions(+), 1 deletions(-)
1440
1441 commit 0e292eb2a2abbac152eeea2060e58b7a66449745
1442 Author: Behdad Esfahbod <behdad@behdad.org>
1443 Date:   Tue Oct 2 14:59:00 2012 -0400
1444
1445     Remove Glib thread-safety support
1446
1447     Now that we have pthread detection in configure, we don't need Glib
1448     anymore.  Glib will only be a Unicode data provider.
1449
1450  configure.ac             |    8 ++++----
1451  src/hb-atomic-private.hh |   13 -------------
1452  src/hb-mutex-private.hh  |   20 --------------------
1453  3 files changed, 4 insertions(+), 37 deletions(-)
1454
1455 commit 66efe896483c58f3ef9bd218c02bb7ea604f68ee
1456 Author: Behdad Esfahbod <behdad@behdad.org>
1457 Date:   Tue Oct 2 14:55:32 2012 -0400
1458
1459     Check for pthreads
1460
1461  configure.ac    |    7 +++++++
1462  src/Makefile.am |    5 +++++
1463  2 files changed, 12 insertions(+), 0 deletions(-)
1464
1465 commit 10a8162dddb8b39ae130fe5bb7d1819471fa7e06
1466 Author: Behdad Esfahbod <behdad@behdad.org>
1467 Date:   Tue Oct 2 14:46:34 2012 -0400
1468
1469     Add ax_pthread.m4
1470
1471  m4/ax_pthread.m4 |  309
1472  ++++++++++++++++++++++++++++++++++++++++++++++++++++++
1473  1 files changed, 309 insertions(+), 0 deletions(-)
1474
1475 commit 8ac34bc6ff1d0646503a45659b1846d8cf9c0603
1476 Author: Behdad Esfahbod <behdad@behdad.org>
1477 Date:   Tue Oct 2 14:46:04 2012 -0400
1478
1479     Add pkg.m4 to git repo
1480
1481  m4/pkg.m4 |  157
1482  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1483  1 files changed, 157 insertions(+), 0 deletions(-)
1484
1485 commit c7afac0aa6e51e6a49ebf13f72537398698c9e49
1486 Author: Behdad Esfahbod <behdad@behdad.org>
1487 Date:   Tue Oct 2 14:44:47 2012 -0400
1488
1489     Add AC_CONFIG_MACRODIR
1490
1491  Makefile.am  |    2 ++
1492  configure.ac |    2 ++
1493  2 files changed, 4 insertions(+), 0 deletions(-)
1494
1495 commit f2eb3fa9dca8d21fae20c9b9dddad3245df74a05
1496 Author: Behdad Esfahbod <behdad@behdad.org>
1497 Date:   Tue Sep 25 21:35:35 2012 -0400
1498
1499     [OT] Only insert dottedcircle if at the beginning of paragraph
1500
1501     If the first char in the run is a combining mark, but there is text
1502     before the run, don't insert dottedcircle.
1503
1504     Part of addressing:
1505     https://bugzilla.redhat.com/show_bug.cgi?id=858736
1506
1507  src/hb-ot-shape.cc |    6 ++----
1508  1 files changed, 2 insertions(+), 4 deletions(-)
1509
1510 commit bdc2fc8294da7f374701aafe9f5a82d60633946f
1511 Author: Behdad Esfahbod <behdad@behdad.org>
1512 Date:   Tue Sep 25 21:32:35 2012 -0400
1513
1514     [Arabic] Respect Arabic joining from neighboring context
1515
1516     Now we respect Arabic joining across runs.
1517
1518  src/hb-ot-shape-complex-arabic.cc |   31 +++++++++++++++++++++++++++++--
1519  1 files changed, 29 insertions(+), 2 deletions(-)
1520
1521 commit 05207a79e0ae1769c5feaebe3fd99bdf9cfcf834
1522 Author: Behdad Esfahbod <behdad@behdad.org>
1523 Date:   Tue Sep 25 17:44:53 2012 -0400
1524
1525     [buffer] Save pre/post textual context
1526
1527     To be used for a variety of purposes.  We save up to five characters
1528     in each direction.  No public API changes, everything is taken care
1529     of already.  All clients need to do is to call hb_buffer_add_utf* with
1530     the full text + segment info (or at least some context) instead of
1531     just passing in the segment.
1532
1533     Various operations (hb_buffer_reset, hb_buffer_set_length,
1534     hb_buffer_add*) automatically reset the relevant contexts.
1535
1536  src/hb-buffer-private.hh |   13 ++++++++++++-
1537  src/hb-buffer.cc         |   44
1538  ++++++++++++++++++++++++++++++++++++++++----
1539  src/hb-buffer.h          |    2 +-
1540  3 files changed, 53 insertions(+), 6 deletions(-)
1541
1542 commit 89ac39dbbe028e6379f64392f2e590e3f1fdd847
1543 Author: Behdad Esfahbod <behdad@behdad.org>
1544 Date:   Tue Sep 25 13:59:24 2012 -0400
1545
1546     Add hb_utf_prev()
1547
1548  src/hb-utf-private.hh |   71
1549  +++++++++++++++++++++++++++++++++++++++++++++++-
1550  1 files changed, 69 insertions(+), 2 deletions(-)
1551
1552 commit 70ea4ac6887c7057113d714a98e55738b6196562
1553 Author: Behdad Esfahbod <behdad@behdad.org>
1554 Date:   Tue Sep 25 12:30:16 2012 -0400
1555
1556     Slightly optimize UTF-8 parsing
1557
1558  src/hb-utf-private.hh |    4 ++--
1559  1 files changed, 2 insertions(+), 2 deletions(-)
1560
1561 commit 4445e5e2ecc257a5d0fa2f2715bb7181a47346da
1562 Author: Behdad Esfahbod <behdad@behdad.org>
1563 Date:   Tue Sep 25 12:26:12 2012 -0400
1564
1565     [buffer] Cleanup / optimize UTF-16 parsing a bit
1566
1567  src/hb-utf-private.hh |   12 +++++++-----
1568  1 files changed, 7 insertions(+), 5 deletions(-)
1569
1570 commit 1f66c3c1a0eb869c0d85a015235313177e0cec62
1571 Author: Behdad Esfahbod <behdad@behdad.org>
1572 Date:   Tue Sep 25 11:42:16 2012 -0400
1573
1574     Add hb_utf_strlen()
1575
1576     Speeds up UTF-8 parsing by calling strlen().
1577
1578  src/hb-buffer.cc      |   13 ++-----------
1579  src/hb-utf-private.hh |   22 ++++++++++++++++++++++
1580  2 files changed, 24 insertions(+), 11 deletions(-)
1581
1582 commit 7f19ae7b9f806a2e35206b2ad41651c5f80b2537
1583 Author: Behdad Esfahbod <behdad@behdad.org>
1584 Date:   Tue Sep 25 11:22:28 2012 -0400
1585
1586     [buffer] Templatize UTF handling
1587
1588     Also move UTF routines into a separate file, to be reused from shapers
1589     that need it.
1590
1591  src/Makefile.am       |    1 +
1592  src/hb-buffer.cc      |  157
1593  +++++++++++++------------------------------------
1594  src/hb-utf-private.hh |  113 +++++++++++++++++++++++++++++++++++
1595  3 files changed, 155 insertions(+), 116 deletions(-)
1596
1597 commit 0e0a4da9b7677a09e00d27313236e1f333864dd6
1598 Author: Behdad Esfahbod <behdad@behdad.org>
1599 Date:   Tue Sep 25 11:09:04 2012 -0400
1600
1601     [buffer] Towards template'izing different UTF adders
1602
1603  src/hb-buffer.cc |   11 ++++++++++-
1604  1 files changed, 10 insertions(+), 1 deletions(-)
1605
1606 commit 7d37280600c157f3c4eae8746e99511702a58e8f
1607 Author: Behdad Esfahbod <behdad@behdad.org>
1608 Date:   Tue Sep 25 11:04:41 2012 -0400
1609
1610     Minor
1611
1612  src/hb-buffer.cc |    2 +-
1613  1 files changed, 1 insertions(+), 1 deletions(-)
1614
1615 commit 54d5da4ee9d902ff36473cec558137eef8f23825
1616 Author: Behdad Esfahbod <behdad@behdad.org>
1617 Date:   Tue Sep 25 10:50:41 2012 -0400
1618
1619     Remove unused indic.cc
1620
1621  src/Makefile.am |    6 +-----
1622  src/indic.cc    |   51
1623  ---------------------------------------------------
1624  2 files changed, 1 insertions(+), 56 deletions(-)
1625
1626 commit fab7a71f110ed646745d54b23284537c50058c21
1627 Author: Behdad Esfahbod <behdad@behdad.org>
1628 Date:   Mon Sep 24 21:51:13 2012 -0400
1629
1630     [Indic] Import ragel-generated Indic machine in git
1631
1632     I don't expect ragel to be creating too much noise in its generated
1633     output, and including this in-tree helps users right now.  We can
1634     revisit this later if it proved to be too much trouble.
1635
1636  autogen.sh                               |    6 -
1637  src/Makefile.am                          |    1 -
1638  src/hb-ot-shape-complex-indic-machine.hh | 1314
1639  ++++++++++++++++++++++++++++++
1640  3 files changed, 1314 insertions(+), 7 deletions(-)
1641
1642 commit 20a840c7cd08069720050782b4533cde505df09a
1643 Author: Behdad Esfahbod <behdad@behdad.org>
1644 Date:   Mon Sep 24 20:23:00 2012 -0400
1645
1646     Use a C++ linker on Windows
1647
1648     On Windows we don't care whether or not we link to libstdc++.
1649     Seems to fix build with mingw32 on msys, as reported by Werner.
1650
1651  src/Makefile.am |    6 ++++--
1652  1 files changed, 4 insertions(+), 2 deletions(-)
1653
1654 commit eb7669a38072b66eef3bd905a93c4815bef3f0e5
1655 Author: Behdad Esfahbod <behdad@behdad.org>
1656 Date:   Tue Sep 18 19:42:06 2012 -0400
1657
1658     Better autofoo
1659
1660  src/Makefile.am |    5 +----
1661  1 files changed, 1 insertions(+), 4 deletions(-)
1662
1663 commit d00f7d83750258eff915a3826700c4819e63e481
1664 Author: Behdad Esfahbod <behdad@behdad.org>
1665 Date:   Mon Sep 17 20:59:09 2012 -0400
1666
1667     Fix dependencies
1668
1669  src/Makefile.am |    5 ++++-
1670  1 files changed, 4 insertions(+), 1 deletions(-)
1671
1672 commit 811eefe225d20b20f1de20c6e62a0ebd6d89102a
1673 Author: Behdad Esfahbod <behdad@behdad.org>
1674 Date:   Mon Sep 10 09:56:27 2012 -0400
1675
1676     Return NULL, not false
1677
1678     Oh well...
1679
1680  src/hb-open-type-private.hh |    2 +-
1681  1 files changed, 1 insertions(+), 1 deletions(-)
1682
1683 commit 166b5cf7ec2d37fb54a909c437ccdec1edaf37aa
1684 Author: Behdad Esfahbod <behdad@behdad.org>
1685 Date:   Fri Sep 7 14:55:07 2012 -0400
1686
1687     [Indic] Find syllables before any features are applied
1688
1689     With FreeSerif, it seems that the 'ccmp' feature does ligature
1690     substituttions.  That was then causing syllable match failures.
1691     We now
1692     find syllables before any features have been applied.
1693
1694     Test sequence: U+0D9A,U+0DCA,U+200D,U+0DBB,U+0DCF
1695
1696  src/hb-ot-shape-complex-indic-machine.rl           |    4 +-
1697  src/hb-ot-shape-complex-indic.cc                   |   56
1698  ++++++++++++++------
1699  .../indic/script-sinhala/misc/misc.txt             |    1 +
1700  3 files changed, 43 insertions(+), 18 deletions(-)
1701
1702 commit 96fdc04e5c6daafce3d45e7508418e4db94df44c
1703 Author: Behdad Esfahbod <behdad@behdad.org>
1704 Date:   Thu Sep 6 22:26:16 2012 -0400
1705
1706     Add hb_buffer_[sg]et_content_type
1707
1708     And hb_buffer_content_type_t and enum values.
1709
1710  TODO                     |    1 +
1711  src/hb-buffer-private.hh |    2 ++
1712  src/hb-buffer.cc         |   34 ++++++++++++++++++++++++++++++++++
1713  src/hb-buffer.h          |   14 ++++++++++++++
1714  src/hb-shape.cc          |    5 +++++
1715  5 files changed, 56 insertions(+), 0 deletions(-)
1716
1717 commit e30ebd2794b37bd8ec716a258d5cb017fb1dfadc
1718 Author: Behdad Esfahbod <behdad@behdad.org>
1719 Date:   Thu Sep 6 22:09:06 2012 -0400
1720
1721     Add hb_feature_to/from_string()
1722
1723  TODO             |    4 +-
1724  src/hb-common.cc |    9 +++
1725  src/hb-common.h  |    6 ++-
1726  src/hb-shape.cc  |  168
1727  ++++++++++++++++++++++++++++++++++++++++++++++++++++++
1728  src/hb-shape.h   |   13 ++++
1729  util/options.cc  |  132 +-----------------------------------------
1730  6 files changed, 201 insertions(+), 131 deletions(-)
1731
1732 commit f67917161bbe317a33d6407fbc62ebffcafe7154
1733 Author: Behdad Esfahbod <behdad@behdad.org>
1734 Date:   Thu Sep 6 17:22:31 2012 -0400
1735
1736     [OT] Do per-ligature-component fallback mark positioning
1737
1738     With this in place, you can remove GDEF/GSUB/GPOS tables from Arabic
1739     fonts and still get per-component marks positioned on
1740     oh-yeah-fallback-formed LAM-ALEF ligatures with marks in between
1741     the LAM
1742     and ALEF.
1743
1744     Now *that*'s pretty cool, if a bit anachronistic...
1745
1746  src/hb-ot-shape-fallback.cc |   43
1747  ++++++++++++++++++++++++++++++++++++-------
1748  1 files changed, 36 insertions(+), 7 deletions(-)
1749
1750 commit 525c6855783a018d52867b9ece2ee90868ff1f91
1751 Author: Behdad Esfahbod <behdad@behdad.org>
1752 Date:   Thu Sep 6 16:02:07 2012 -0400
1753
1754     [OT] Make fallback mark positioning more robust
1755
1756     ...with clusters spanning multiple base characters.
1757
1758  src/hb-ot-shape-fallback.cc |   11 +++++++++--
1759  1 files changed, 9 insertions(+), 2 deletions(-)
1760
1761 commit 5d502443f5a07cbd0aa860dd71a0fa4ea8b6ff9f
1762 Author: Behdad Esfahbod <behdad@behdad.org>
1763 Date:   Thu Sep 6 15:29:29 2012 -0400
1764
1765     [old] Clear offset array
1766
1767  src/hb-old.cc |    3 +++
1768  1 files changed, 3 insertions(+), 0 deletions(-)
1769
1770 commit 9433c218b4853442dd9ad53d0588a837a33dbf1e
1771 Author: Behdad Esfahbod <behdad@behdad.org>
1772 Date:   Thu Sep 6 14:27:15 2012 -0400
1773
1774     [OT] Simplify fallback positioning condition
1775
1776  src/hb-ot-shape-fallback.cc |    3 +--
1777  1 files changed, 1 insertions(+), 2 deletions(-)
1778
1779 commit 028a1706f898bfcee0d14acfba47ebe1de09f0c4
1780 Author: Behdad Esfahbod <behdad@behdad.org>
1781 Date:   Thu Sep 6 14:25:48 2012 -0400
1782
1783     Refactor common macro
1784
1785  src/hb-ot-shape-fallback.cc  |    5 +----
1786  src/hb-ot-shape-normalize.cc |    5 +----
1787  src/hb-ot-shape.cc           |    5 +----
1788  src/hb-unicode-private.hh    |    9 +++++++++
1789  4 files changed, 12 insertions(+), 12 deletions(-)
1790
1791 commit 07cfbe21b511056d5c3c75cbfe84e4e982c3e8fb
1792 Author: Behdad Esfahbod <behdad@behdad.org>
1793 Date:   Thu Sep 6 01:16:39 2012 -0400
1794
1795     [OT] Streamline Arabic fallback shaping table
1796
1797  src/gen-arabic-table.py                    |    6 +-
1798  src/hb-ot-shape-complex-arabic-fallback.hh |    2 +-
1799  src/hb-ot-shape-complex-arabic-table.hh    |  266
1800  ++++++++++++++--------------
1801  3 files changed, 137 insertions(+), 137 deletions(-)
1802
1803 commit 82f6b6f388b801a1483854cb56a2cadbb94e0f2b
1804 Author: Behdad Esfahbod <behdad@behdad.org>
1805 Date:   Thu Sep 6 01:12:50 2012 -0400
1806
1807     Minor
1808
1809  src/hb-ot-shape-complex-arabic-fallback.hh |   13 +++++++------
1810  1 files changed, 7 insertions(+), 6 deletions(-)
1811
1812 commit fabd3113a98c5f4114f48920fa7ea38bd65a8d32
1813 Author: Behdad Esfahbod <behdad@behdad.org>
1814 Date:   Wed Sep 5 22:19:28 2012 -0400
1815
1816     [OT] Port Arabic fallback shaping to synthetic GSUB
1817
1818     All of init/medi/fina/isol and rlig implemented.
1819
1820     Let there be dragons... â»¯
1821
1822  src/Makefile.am                            |    1 +
1823  src/hb-open-type-private.hh                |   69 +++++---
1824  src/hb-ot-layout-common-private.hh         |    9 +-
1825  src/hb-ot-layout-gsub-table.hh             |   11 +-
1826  src/hb-ot-map-private.hh                   |    6 +
1827  src/hb-ot-map.cc                           |    1 +
1828  src/hb-ot-shape-complex-arabic-fallback.hh |  252
1829  ++++++++++++++++++++++++++++
1830  src/hb-ot-shape-complex-arabic.cc          |  158 +++++-------------
1831  src/hb-ot-shape.cc                         |    7 +-
1832  src/hb-private.hh                          |   11 +-
1833  10 files changed, 369 insertions(+), 156 deletions(-)
1834
1835 commit f0b8ed1b6dd9f1d2b9084c101a6fc5dee0cc22a8
1836 Author: Behdad Esfahbod <behdad@behdad.org>
1837 Date:   Wed Sep 5 17:32:57 2012 -0400
1838
1839     [Indic] Allow "H,ZWJ,M"
1840
1841     Uniscribe accepts a Halant,ZWJ before matras.  Allow that.
1842
1843     BENGALI down from 295 to 291
1844     DEVANAGARI down from 69 to 57
1845     GUJARATI down from 19 to 17
1846     KANNADA down from 871 to 867
1847     MALAYALAM down from 340 to 337
1848     TELUGU down from 20 to 16
1849
1850     Currently at:
1851
1852     BENGALI: 353897 out of 354188 tests passed. 291 failed (0.0821598%)
1853     DEVANAGARI: 707337 out of 707394 tests passed. 57 failed (0.00805774%)
1854     GUJARATI: 366440 out of 366457 tests passed. 17 failed (0.00463902%)
1855     GURMUKHI: 60704 out of 60747 tests passed. 43 failed (0.0707854%)
1856     KANNADA: 951046 out of 951913 tests passed. 867 failed (0.0910798%)
1857     KHMER: 299077 out of 299124 tests passed. 47 failed (0.0157125%)
1858     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
1859     MALAYALAM: 1047997 out of 1048334 tests passed. 337 failed
1860     (0.0321462%)
1861     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
1862     SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
1863     TAMIL: 1091754 out of 1091754 tests passed. 0 failed (0%)
1864     TELUGU: 970557 out of 970573 tests passed. 16 failed (0.00164851%)
1865     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
1866
1867  src/hb-ot-shape-complex-indic-machine.rl |    2 +-
1868  1 files changed, 1 insertions(+), 1 deletions(-)
1869
1870 commit 4ed717ef61813fa16cf74f2874848e9feb81568f
1871 Author: Behdad Esfahbod <behdad@behdad.org>
1872 Date:   Wed Sep 5 17:21:17 2012 -0400
1873
1874     [Indic] Relax grammar
1875
1876     Now that we insert dotted-circle, tests break more easily when
1877     our indic
1878     machine breaks.
1879
1880     In particular, a few Devanagari tests were having sequences like
1881     "C,H,ZWJ,N", and because of the ZWJ the Nukta does NOT get reordered
1882     to
1883     before the Halant as the grammar used to expect...  Fixup.
1884
1885     Another case is as simple as "C,ZWJ,SM".
1886
1887     Fixes 10 out of 79 failures:
1888
1889     DEVANAGARI: 707325 out of 707394 tests passed. 69 failed (0.00975411%)
1890
1891  src/hb-ot-shape-complex-indic-machine.rl |    4 ++--
1892  1 files changed, 2 insertions(+), 2 deletions(-)
1893
1894 commit aa7141efe49991a1160489106984e95163fe2ab8
1895 Author: Behdad Esfahbod <behdad@behdad.org>
1896 Date:   Wed Sep 5 15:54:21 2012 -0400
1897
1898     [Indic] Fix Khmer syllable-final coeng-consonant
1899
1900     Brings down Khmer failures from 162 to 47.
1901
1902     KHMER: 299077 out of 299124 tests passed. 47 failed (0.0157125%)
1903
1904     Also rebaselined some of the test files that had only-inherited lines.
1905     Removing those, the stats are:
1906
1907     BENGALI: 353893 out of 354188 tests passed. 295 failed (0.0832891%)
1908     DEVANAGARI: 707315 out of 707394 tests passed. 79 failed (0.0111678%)
1909     GUJARATI: 366438 out of 366457 tests passed. 19 failed (0.00518478%)
1910     GURMUKHI: 60704 out of 60747 tests passed. 43 failed (0.0707854%)
1911     KANNADA: 951042 out of 951913 tests passed. 871 failed (0.0915%)
1912     KHMER: 299077 out of 299124 tests passed. 47 failed (0.0157125%)
1913     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
1914     MALAYALAM: 1047994 out of 1048334 tests passed. 340 failed
1915     (0.0324324%)
1916     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
1917     SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
1918     TAMIL: 1091754 out of 1091754 tests passed. 0 failed (0%)
1919     TELUGU: 970553 out of 970573 tests passed. 20 failed (0.00206064%)
1920     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
1921
1922     Still some regressions, but some of the more egregious cases are
1923     addressed.
1924
1925  src/hb-ot-shape-complex-indic-machine.rl |    2 +-
1926  1 files changed, 1 insertions(+), 1 deletions(-)
1927
1928 commit efb8d3eb713bca7cbfca41380a012bdb4d380e5c
1929 Author: Behdad Esfahbod <behdad@behdad.org>
1930 Date:   Wed Sep 5 15:50:47 2012 -0400
1931
1932     Fixup test failure reporting
1933
1934     After we implemented dotted-circle, we were still ignoring any tests
1935     that had dottedcircle in it for any of the shapers.  That meant
1936     that if
1937     we wrongly outputted dottedcircle, the test was being ignored.  Ouch!
1938
1939     Fixing that shows regressions across the board.  Most are Uniscribe
1940     bugs: NOT inserting dotted-circle when it should.  Some are arou
1941     machine bugs.  This is in fact a nice way to catch Indic-machine
1942     deficiencies and when I fix the regressions, our clusters should be
1943     much closer to Uniscribe.  For now, we regressed from:
1944
1945     BENGALI: 353997 out of 354285 tests passed. 288 failed (0.0812905%)
1946     DEVANAGARI: 707339 out of 707394 tests passed. 55 failed (0.00777502%)
1947     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
1948     GURMUKHI: 60769 out of 60809 tests passed. 40 failed (0.0657797%)
1949     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
1950     KHMER: 299106 out of 299124 tests passed. 18 failed (0.00601757%)
1951     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
1952     MALAYALAM: 1048104 out of 1048416 tests passed. 312 failed
1953     (0.0297592%)
1954     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
1955     SINHALA: 271747 out of 271847 tests passed. 100 failed (0.0367854%)
1956     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
1957     TELUGU: 970558 out of 970573 tests passed. 15 failed (0.00154548%)
1958     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
1959
1960     To:
1961
1962     BENGALI: 353990 out of 354285 tests passed. 295 failed (0.0832663%)
1963     DEVANAGARI: 707315 out of 707394 tests passed. 79 failed (0.0111678%)
1964     GUJARATI: 366447 out of 366506 tests passed. 59 failed (0.016098%)
1965     GURMUKHI: 60707 out of 60809 tests passed. 102 failed (0.167738%)
1966     KANNADA: 951042 out of 951913 tests passed. 871 failed (0.0915%)
1967     KHMER: 298962 out of 299124 tests passed. 162 failed (0.0541581%)
1968     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
1969     MALAYALAM: 1048074 out of 1048416 tests passed. 342 failed
1970     (0.0326206%)
1971     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
1972     SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
1973     TAMIL: 1091835 out of 1091837 tests passed. 2 failed (0.000183178%)
1974     TELUGU: 970553 out of 970573 tests passed. 20 failed (0.00206064%)
1975     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
1976
1977     Investigating.
1978
1979  test/shaping/hb_test_tools.py |    8 +++++---
1980  1 files changed, 5 insertions(+), 3 deletions(-)
1981
1982 commit 27bd55bd2ca599d501f10c2fae81861137517e46
1983 Author: Behdad Esfahbod <behdad@behdad.org>
1984 Date:   Wed Sep 5 15:11:14 2012 -0400
1985
1986     [Indic] Tamil does not have half-forms either
1987
1988     The Win7 Tamil font does not realy on this behavior, but the WinXP
1989     version does.  Handle Tamil like Malayalam: Matras always move to
1990     before base.
1991
1992     WinXP Tamil failures went down from 168964 (15.4752%) to 167
1993     (0.0152953%) (two orders of magnitude reduction!).
1994
1995     Included in this is a minor fixup that actually fixed a few tests
1996     with non-Tamil too.  Numbers at:
1997
1998     BENGALI: 353997 out of 354285 tests passed. 288 failed (0.0812905%)
1999     DEVANAGARI: 707339 out of 707394 tests passed. 55 failed (0.00777502%)
2000     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
2001     GURMUKHI: 60769 out of 60809 tests passed. 40 failed (0.0657797%)
2002     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
2003     KHMER: 299106 out of 299124 tests passed. 18 failed (0.00601757%)
2004     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
2005     MALAYALAM: 1048104 out of 1048416 tests passed. 312 failed
2006     (0.0297592%)
2007     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
2008     SINHALA: 271747 out of 271847 tests passed. 100 failed (0.0367854%)
2009     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
2010     TELUGU: 970558 out of 970573 tests passed. 15 failed (0.00154548%)
2011     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
2012
2013  src/hb-ot-shape-complex-indic.cc |   10 +++++-----
2014  1 files changed, 5 insertions(+), 5 deletions(-)
2015
2016 commit 87b75d0a4aa03fe7a03e3bf7baf8ece131aec1bb
2017 Author: Behdad Esfahbod <behdad@behdad.org>
2018 Date:   Tue Sep 4 23:06:38 2012 -0400
2019
2020     [OT] Allow adding features with fallback implementation
2021
2022  src/hb-ot-map-private.hh |    7 ++++---
2023  src/hb-ot-map.cc         |    6 ++++--
2024  2 files changed, 8 insertions(+), 5 deletions(-)
2025
2026 commit 1d3947a6bda6986c9c7d993589053051c119cc81
2027 Author: Behdad Esfahbod <behdad@behdad.org>
2028 Date:   Tue Sep 4 22:42:17 2012 -0400
2029
2030     Minor
2031
2032  src/hb-ot-layout-gpos-table.hh |    2 +-
2033  src/hb-ot-layout-gsub-table.hh |    2 +-
2034  2 files changed, 2 insertions(+), 2 deletions(-)
2035
2036 commit b3b89b66586897a69b410ef02e7434691de84ae6
2037 Author: Behdad Esfahbod <behdad@behdad.org>
2038 Date:   Tue Sep 4 21:13:17 2012 -0400
2039
2040     [OT] Add SubstLookup serialize API
2041
2042  src/hb-ot-layout-common-private.hh |    2 +-
2043  src/hb-ot-layout-gsub-table.hh     |   65
2044  +++++++++++++++++++++++++++++++++++-
2045  2 files changed, 65 insertions(+), 2 deletions(-)
2046
2047 commit 715e03bc21d6adaa8e1f647235843839dc47dad1
2048 Author: Behdad Esfahbod <behdad@behdad.org>
2049 Date:   Tue Sep 4 20:10:17 2012 -0400
2050
2051     Minor
2052
2053  src/hb-open-type-private.hh |    7 ++-----
2054  1 files changed, 2 insertions(+), 5 deletions(-)
2055
2056 commit 652d1e0d64e47313ead2fc8318d1236f0e0d80ca
2057 Author: Behdad Esfahbod <behdad@behdad.org>
2058 Date:   Tue Sep 4 20:00:44 2012 -0400
2059
2060     [OT] Start adding Lookup-level serialize API
2061
2062  src/hb-ot-layout-common-private.hh |   20 +++++++++++++++++++-
2063  1 files changed, 19 insertions(+), 1 deletions(-)
2064
2065 commit a930c68e9c50aade78c1eb0eef075c9c117e4ef6
2066 Author: Behdad Esfahbod <behdad@behdad.org>
2067 Date:   Tue Sep 4 18:17:57 2012 -0400
2068
2069     [OT] More serialize.  Implements all basic GSUB subtables
2070
2071  src/hb-open-type-private.hh        |   53 +++++++++++++++-
2072  src/hb-ot-layout-common-private.hh |    8 ++-
2073  src/hb-ot-layout-gsub-table.hh     |  125
2074  ++++++++++++++++++++++++++++--------
2075  3 files changed, 156 insertions(+), 30 deletions(-)
2076
2077 commit 1b38b4e817d871b9549be65af6030bd0eea7f775
2078 Author: Behdad Esfahbod <behdad@behdad.org>
2079 Date:   Tue Sep 4 18:17:21 2012 -0400
2080
2081     Minor
2082
2083  src/hb-ot-layout-gsub-table.hh |    4 ++--
2084  1 files changed, 2 insertions(+), 2 deletions(-)
2085
2086 commit f7e81ce0b882aa942ae33c787e741c5e8e5a0173
2087 Author: Behdad Esfahbod <behdad@behdad.org>
2088 Date:   Tue Sep 4 15:32:37 2012 -0400
2089
2090     0.9.4
2091
2092  NEWS         |   18 ++++++++++++++++++
2093  configure.ac |    2 +-
2094  2 files changed, 19 insertions(+), 1 deletions(-)
2095
2096 commit 2bd9fe359839a653f7caae534bf768af1735f155
2097 Author: Behdad Esfahbod <behdad@behdad.org>
2098 Date:   Tue Sep 4 15:15:19 2012 -0400
2099
2100     Refactor
2101
2102  src/hb-ot-layout-gpos-table.hh       |    7 ++-----
2103  src/hb-ot-layout-gsub-table.hh       |   16 +++++-----------
2104  src/hb-ot-layout-gsubgpos-private.hh |   13 +++----------
2105  src/hb-ot-layout.cc                  |   23 +++++++++++++++++------
2106  src/hb-ot-shape-complex-arabic.cc    |    4 +---
2107  5 files changed, 28 insertions(+), 35 deletions(-)
2108
2109 commit a5ddd9e31cd7906c4b559aa5b2fafdae4b9c8935
2110 Author: Behdad Esfahbod <behdad@behdad.org>
2111 Date:   Tue Sep 4 14:55:00 2012 -0400
2112
2113     [OT] Really fix possible NULL dereference this time
2114
2115  src/hb-ot-layout-gsubgpos-private.hh |    8 ++++----
2116  src/hb-ot-layout.cc                  |    6 +++---
2117  src/hb-ot-shape-complex-arabic.cc    |    4 +++-
2118  3 files changed, 10 insertions(+), 8 deletions(-)
2119
2120 commit 29416833584d7831ece84aaeada6f5ebba7828c0
2121 Author: Behdad Esfahbod <behdad@behdad.org>
2122 Date:   Mon Sep 3 23:31:14 2012 -0400
2123
2124     [OT] Implement serialize() for AlternateSubst
2125
2126  src/hb-ot-layout-gsub-table.hh |   33 +++++++++++++++++++++++++++++++++
2127  1 files changed, 33 insertions(+), 0 deletions(-)
2128
2129 commit 1f07e3382a1608b054cbf88b89fef74f6c485434
2130 Author: Behdad Esfahbod <behdad@behdad.org>
2131 Date:   Mon Sep 3 23:28:34 2012 -0400
2132
2133     [OT] Implement serialize() for MultiSubst
2134
2135  src/hb-open-type-private.hh    |   10 +++++++++
2136  src/hb-ot-layout-gsub-table.hh |   43
2137  ++++++++++++++++++++++++++++++++++++++++
2138  2 files changed, 53 insertions(+), 0 deletions(-)
2139
2140 commit 4912030dfba740c822e200d33cbb5c6dbbeaf79e
2141 Author: Behdad Esfahbod <behdad@behdad.org>
2142 Date:   Mon Sep 3 20:58:03 2012 -0400
2143
2144     Minor
2145
2146  src/hb-open-type-private.hh    |    4 ++--
2147  src/hb-ot-layout-gsub-table.hh |    4 ++--
2148  2 files changed, 4 insertions(+), 4 deletions(-)
2149
2150 commit f8fa2b5cf67b02d74514dec7885d03de73ec7349
2151 Author: Behdad Esfahbod <behdad@behdad.org>
2152 Date:   Mon Sep 3 20:19:46 2012 -0400
2153
2154     Fix possible NULL dereference
2155
2156     As reported by Kenichi Ishibashi.
2157
2158  src/hb-ot-layout-gsubgpos-private.hh |    2 +-
2159  1 files changed, 1 insertions(+), 1 deletions(-)
2160
2161 commit 4b312fb288faa383a2c5bd3be0428f0e58e02699
2162 Author: Behdad Esfahbod <behdad@behdad.org>
2163 Date:   Sat Sep 1 21:56:06 2012 -0400
2164
2165     [OT] Remove serialize alignment
2166
2167     Will reintroduce in a different way when we actually need it.
2168
2169  src/hb-open-type-private.hh |   24 +++++++++++-------------
2170  1 files changed, 11 insertions(+), 13 deletions(-)
2171
2172 commit c61be03d6df122f18eebda3b29e42c9e768d45b9
2173 Author: Behdad Esfahbod <behdad@behdad.org>
2174 Date:   Sat Sep 1 21:43:38 2012 -0400
2175
2176     [OT] A bit more serialize
2177
2178  src/hb-open-type-private.hh        |   14 +++++++++++
2179  src/hb-ot-layout-common-private.hh |    2 +-
2180  src/hb-ot-layout-gsub-table.hh     |   43
2181  ++++++++++++++++++++++++++++++++++-
2182  3 files changed, 56 insertions(+), 3 deletions(-)
2183
2184 commit abcc5ac1fde1c493e4055dd2f27b8aade7713156
2185 Author: Behdad Esfahbod <behdad@behdad.org>
2186 Date:   Sat Sep 1 21:30:17 2012 -0400
2187
2188     [OT] Improve serialize syntax
2189
2190     For some definition of improvement...
2191
2192  src/hb-open-type-private.hh    |    6 ++++--
2193  src/hb-ot-layout-gsub-table.hh |    3 +--
2194  2 files changed, 5 insertions(+), 4 deletions(-)
2195
2196 commit bc5be24014371ceb811b9ffd37062ede63d87bb1
2197 Author: Behdad Esfahbod <behdad@behdad.org>
2198 Date:   Sat Sep 1 20:48:22 2012 -0400
2199
2200     [OT] Restart work on serialize()
2201
2202  src/hb-open-type-private.hh        |   39 +++++++++++++++++-----
2203  src/hb-ot-layout-common-private.hh |   61
2204  +++++++++++++++++------------------
2205  src/hb-ot-layout-gsub-table.hh     |   13 ++++++++
2206  3 files changed, 73 insertions(+), 40 deletions(-)
2207
2208 commit 6912e476dd92639c3ddf07ca51c8d4a262c8b3a5
2209 Author: Behdad Esfahbod <behdad@behdad.org>
2210 Date:   Sat Sep 1 20:38:45 2012 -0400
2211
2212     [OT] Insert dotted-circle for run-initial marks
2213
2214     Unfortunately if the font has GPOS and 'mark' feature does
2215     not position mark on dotted-circle, our inserted dotted-circle
2216     will not get the mark repositioned to itself.  Uniscribe cheats
2217     here.
2218
2219     If there is no GPOS however, the fallback positioning kicks in
2220     and sorts this out.
2221
2222     I'm not willing to address the first case.
2223
2224  src/hb-ot-shape.cc |   32 ++++++++++++++++++++++++++++++++
2225  1 files changed, 32 insertions(+), 0 deletions(-)
2226
2227 commit 1d581ec384bc1780995e32e1c44103af57596eda
2228 Author: Behdad Esfahbod <behdad@behdad.org>
2229 Date:   Sat Sep 1 20:06:26 2012 -0400
2230
2231     [OT] Fallback-position ccc=0 Thai / Lao marks
2232
2233     Not perfect, but so is fallback positioning in 2012...
2234
2235  src/hb-ot-shape-fallback.cc |   56
2236  +++++++++++++++++++++++++++++++++++-------
2237  1 files changed, 46 insertions(+), 10 deletions(-)
2238
2239 commit 3992b5ec4cb43d114d87ff7ee2b992bcf819c9cd
2240 Author: Behdad Esfahbod <behdad@behdad.org>
2241 Date:   Sat Sep 1 19:20:41 2012 -0400
2242
2243     Move code around
2244
2245  src/hb-ot-shape-fallback-private.hh |    5 ++++
2246  src/hb-ot-shape-fallback.cc         |   46
2247  +++++++++++++++++++++++-----------
2248  src/hb-ot-shape-private.hh          |    6 ++++
2249  src/hb-ot-shape.cc                  |    4 +++
2250  4 files changed, 46 insertions(+), 15 deletions(-)
2251
2252 commit b85800f9de8976a7418ef9df467d3080c6ab0199
2253 Author: Behdad Esfahbod <behdad@behdad.org>
2254 Date:   Fri Aug 31 18:12:01 2012 -0400
2255
2256     [Indic] Implement dotted-circle insertion for broken clusters
2257
2258     No panic, we reeally insert dotted circle when it's absolutely broken.
2259
2260     Fixes most of the dotted-circle cases against Uniscribe. (for
2261     Devanagari
2262     fixes 80% of them, for Khmer 70%; the rest look like Uniscribe being
2263     really bogus...)
2264
2265     I had to make a decision.  Apparently Uniscribe adds one dotted circle
2266     to each broken character.  I tried that, but that goes wrong
2267     easily with
2268     split matras.  So I made it add only one dotted circle to an entire
2269     broken syllable tail.  As in: "if there was a dotted circle here, this
2270     would have formed a correct cluster."  That works better for split
2271     stuff, and I like it more.
2272
2273  src/hb-buffer-private.hh                 |    1 +
2274  src/hb-buffer.cc                         |   10 ++++
2275  src/hb-ot-shape-complex-indic-machine.rl |    4 +-
2276  src/hb-ot-shape-complex-indic-private.hh |    2 +-
2277  src/hb-ot-shape-complex-indic.cc         |   67
2278  +++++++++++++++++++++++++++---
2279  src/hb-ot-shape-normalize-private.hh     |    1 +
2280  src/hb-ot-shape-normalize.cc             |   11 +++--
2281  7 files changed, 83 insertions(+), 13 deletions(-)
2282
2283 commit 327d14ef188396006d54af976506ab6f8bb2869a
2284 Author: Behdad Esfahbod <behdad@behdad.org>
2285 Date:   Fri Aug 31 16:49:34 2012 -0400
2286
2287     [Indic] Start adding dotted-circle instrastructure
2288
2289  src/hb-ot-shape-complex-indic-machine.rl |   19 ++++++------
2290  src/hb-ot-shape-complex-indic.cc         |   46
2291  +++++++++++++++++++++++++++--
2292  2 files changed, 51 insertions(+), 14 deletions(-)
2293
2294 commit 1be368e96fb7de8c77bf992874e0d5bd6b272ebe
2295 Author: Behdad Esfahbod <behdad@behdad.org>
2296 Date:   Fri Aug 31 16:29:17 2012 -0400
2297
2298     Minor
2299
2300  src/hb-buffer-private.hh |   16 +++++++++++++++-
2301  src/hb-buffer.cc         |   15 ---------------
2302  2 files changed, 15 insertions(+), 16 deletions(-)
2303
2304 commit 784f29d061a2939562eca0c4943feb01174aee00
2305 Author: Behdad Esfahbod <behdad@behdad.org>
2306 Date:   Fri Aug 31 14:06:26 2012 -0400
2307
2308     Minor
2309
2310  src/hb-ot-shape.cc |   12 ++++++++----
2311  1 files changed, 8 insertions(+), 4 deletions(-)
2312
2313 commit 5a7f18767a87a3f07269d0814f984a98f86ab852
2314 Author: Behdad Esfahbod <behdad@behdad.org>
2315 Date:   Thu Aug 30 22:53:29 2012 -0400
2316
2317     [OT] Better fallback-position Thai / Lao ccc!=0 marks
2318
2319  src/hb-ot-shape-fallback.cc |    8 ++++----
2320  1 files changed, 4 insertions(+), 4 deletions(-)
2321
2322 commit 9f2348de58f0f85593027378169bc03c4dd64e59
2323 Author: Behdad Esfahbod <behdad@behdad.org>
2324 Date:   Wed Aug 29 21:08:59 2012 -0400
2325
2326     [OT] Add serialize() for Coverage
2327
2328  src/hb-open-type-private.hh        |   34 ++++++++++++++++---
2329  src/hb-ot-layout-common-private.hh |   62
2330  ++++++++++++++++++++++++++++++++++++
2331  2 files changed, 90 insertions(+), 6 deletions(-)
2332
2333 commit e901b954c6ec44ac3ae7fb3c326e6e7a40718e4b
2334 Author: Behdad Esfahbod <behdad@behdad.org>
2335 Date:   Wed Aug 29 20:26:08 2012 -0400
2336
2337     [OT] Start adding serialize() API
2338
2339  src/hb-open-type-private.hh |   77
2340  +++++++++++++++++++++++++++++++++++++++++++
2341  1 files changed, 77 insertions(+), 0 deletions(-)
2342
2343 commit 965c280de09b49d711cb78d629da321c802084de
2344 Author: Behdad Esfahbod <behdad@behdad.org>
2345 Date:   Wed Aug 29 13:59:16 2012 -0400
2346
2347     Add HB_BUFFER_ASSERT_VAR
2348
2349     To be used in places we access buffer vars...
2350
2351  src/hb-buffer-private.hh |    3 +++
2352  src/hb-buffer.cc         |   16 ++++++++++++++++
2353  2 files changed, 19 insertions(+), 0 deletions(-)
2354
2355 commit 0ccf9b64736559a230425fd131c9eb8aa3048221
2356 Author: Behdad Esfahbod <behdad@behdad.org>
2357 Date:   Wed Aug 29 11:53:26 2012 -0400
2358
2359     Move code around
2360
2361  src/hb-ot-shape.cc |   21 ++++++++++-----------
2362  1 files changed, 10 insertions(+), 11 deletions(-)
2363
2364 commit 2fcbbdb41a322f54b61d9ce983ab54434504c5ed
2365 Author: Behdad Esfahbod <behdad@behdad.org>
2366 Date:   Wed Aug 29 11:11:54 2012 -0400
2367
2368     Port Arabic fallback ligating to share code with GSUB
2369
2370     This will eventually allow us to skip marks, as well as (fallback)
2371     attach marks to ligature components of fallback-shaped Arabic.
2372     That would be pretty cool.  I kludged GDEF props in, so mark-skipping
2373     works, but the produced ligature id/components will be cleared later
2374     by substitute_start() et al.
2375
2376     Perhaps using a synthetic table for Arabic fallback shaping was
2377     a better
2378     idea.  The current approach has way too many layering violations...
2379
2380  src/hb-ot-layout-gsubgpos-private.hh |    4 ++
2381  src/hb-ot-shape-complex-arabic.cc    |   72
2382  +++++++++++++++++++++++-----------
2383  src/hb-ot-shape.cc                   |    4 +-
2384  3 files changed, 56 insertions(+), 24 deletions(-)
2385
2386 commit 5e399a8a45bddb49e06e2ca39df1ed04398c0aff
2387 Author: Behdad Esfahbod <behdad@behdad.org>
2388 Date:   Wed Aug 29 10:40:49 2012 -0400
2389
2390     Minor
2391
2392  src/hb-ot-layout-gsub-table.hh       |    1 -
2393  src/hb-ot-layout-gsubgpos-private.hh |    1 -
2394  2 files changed, 0 insertions(+), 2 deletions(-)
2395
2396 commit a177d027d1d0ad9539e30ed75d8652e0e8da20ff
2397 Author: Behdad Esfahbod <behdad@behdad.org>
2398 Date:   Tue Aug 28 23:18:22 2012 -0400
2399
2400     [GSUB] Move ligation logic over
2401
2402  src/hb-ot-layout-gsub-table.hh       |   78
2403  ++++-----------------------------
2404  src/hb-ot-layout-gsubgpos-private.hh |   80
2405  ++++++++++++++++++++++++++++++++++
2406  2 files changed, 89 insertions(+), 69 deletions(-)
2407
2408 commit 191fa885d9e0a2dce92dd8727cddd18495e62409
2409 Author: Behdad Esfahbod <behdad@behdad.org>
2410 Date:   Tue Aug 28 22:58:55 2012 -0400
2411
2412     [GSUB] Merge Ligature and context input matching
2413
2414     Looks better now...
2415
2416  TODO                                 |    4 --
2417  src/hb-ot-layout-gsub-table.hh       |   71
2418  ++++++---------------------------
2419  src/hb-ot-layout-gsubgpos-private.hh |   29 +++++++++++++-
2420  3 files changed, 40 insertions(+), 64 deletions(-)
2421
2422 commit 93814ca7dc2a7251f861c1c47ba155ba6e6bdf19
2423 Author: Behdad Esfahbod <behdad@behdad.org>
2424 Date:   Tue Aug 28 22:24:51 2012 -0400
2425
2426     Start converging Ligature and match_input
2427
2428  src/hb-ot-layout-gsub-table.hh       |   58
2429  ++++++++++++++++---------------
2430  src/hb-ot-layout-gsubgpos-private.hh |   62
2431  ++++++++++++++++++++++++++--------
2432  2 files changed, 78 insertions(+), 42 deletions(-)
2433
2434 commit 2eef71737ea29ffadbb5a2be4a898b44f53f66ac
2435 Author: Behdad Esfahbod <behdad@behdad.org>
2436 Date:   Tue Aug 28 19:16:38 2012 -0400
2437
2438     [hb-icu-le] Add visbility
2439
2440  src/hb-icu-le/FontTableCache.h         |    6 ++++-
2441  src/hb-icu-le/PortableFontInstance.cpp |   39
2442  --------------------------------
2443  src/hb-icu-le/PortableFontInstance.h   |    7 ++++-
2444  src/hb-icu-le/cmaps.cpp                |    2 +-
2445  src/hb-icu-le/cmaps.h                  |    5 +++-
2446  src/hb-icu-le/letest.h                 |   14 +++++++++++
2447  src/hb-icu-le/sfnt.h                   |    6 ++++-
2448  7 files changed, 34 insertions(+), 45 deletions(-)
2449
2450 commit d59e28e49204ed609d8a1bf3c0f21ab5fc178337
2451 Author: Behdad Esfahbod <behdad@behdad.org>
2452 Date:   Tue Aug 28 19:08:36 2012 -0400
2453
2454     Minor
2455
2456  src/Makefile.am           |    6 +++++-
2457  src/check-libstdc++.sh    |    2 +-
2458  src/check-static-inits.sh |    4 ++--
2459  3 files changed, 8 insertions(+), 4 deletions(-)
2460
2461 commit af169d2813ff8075288cd4a7811f0715e4fea3da
2462 Author: Behdad Esfahbod <behdad@behdad.org>
2463 Date:   Tue Aug 28 19:08:22 2012 -0400
2464
2465     Minor
2466
2467  src/hb-icu-le/PortableFontInstance.h |    8 ++++----
2468  1 files changed, 4 insertions(+), 4 deletions(-)
2469
2470 commit 52ff2681d88886e2165ced397966ba29c2073583
2471 Author: Behdad Esfahbod <behdad@behdad.org>
2472 Date:   Tue Aug 28 18:03:35 2012 -0400
2473
2474     Use VisualStudio-style atomic intrinsics on mingw32
2475
2476  src/hb-atomic-private.hh |   25 ++++++++++++++++++-------
2477  1 files changed, 18 insertions(+), 7 deletions(-)
2478
2479 commit 7c8e844d92aa604fc4b396343721ea90eb83adb8
2480 Author: Behdad Esfahbod <behdad@behdad.org>
2481 Date:   Tue Aug 28 17:57:49 2012 -0400
2482
2483     Use namespace for OpenType tables
2484
2485     Avoids USHORT, SHORT, ULONG, LONG clashes with Windows API.
2486
2487  src/hb-font.cc                       |   12 ++--
2488  src/hb-open-file-private.hh          |    4 ++
2489  src/hb-open-type-private.hh          |    9 ++--
2490  src/hb-ot-head-table.hh              |    4 ++
2491  src/hb-ot-hhea-table.hh              |    5 ++
2492  src/hb-ot-hmtx-table.hh              |    6 ++
2493  src/hb-ot-layout-common-private.hh   |    5 ++
2494  src/hb-ot-layout-gdef-table.hh       |    4 ++
2495  src/hb-ot-layout-gpos-table.hh       |    4 ++
2496  src/hb-ot-layout-gsub-table.hh       |    4 ++
2497  src/hb-ot-layout-gsubgpos-private.hh |    4 ++
2498  src/hb-ot-layout-private.hh          |   12 +++-
2499  src/hb-ot-layout.cc                  |   91
2500  +++++++++++++++++-----------------
2501  src/hb-ot-maxp-table.hh              |    4 ++
2502  src/hb-ot-name-table.hh              |    4 ++
2503  src/hb-uniscribe.cc                  |    8 +--
2504  src/main.cc                          |    2 +
2505  17 files changed, 117 insertions(+), 65 deletions(-)
2506
2507 commit dc5df5af6b349c3d9e4ab876864d9dec8096401f
2508 Author: Behdad Esfahbod <behdad@behdad.org>
2509 Date:   Tue Aug 28 16:31:23 2012 -0400
2510
2511     Revert "Minor"
2512
2513     This reverts commit 3e0a03978b91994bb7fa7922593cbdfc50878dfc.
2514
2515     I know remember why that line is there :).
2516
2517  src/hb-ot-shape-complex-arabic.cc |    1 +
2518  1 files changed, 1 insertions(+), 0 deletions(-)
2519
2520 commit 3e0a03978b91994bb7fa7922593cbdfc50878dfc
2521 Author: Behdad Esfahbod <behdad@behdad.org>
2522 Date:   Mon Aug 27 17:10:02 2012 -0400
2523
2524     Minor
2525
2526  src/hb-ot-shape-complex-arabic.cc |    1 -
2527  1 files changed, 0 insertions(+), 1 deletions(-)
2528
2529 commit 667218a5b134728863a318c73070f4e323590bbd
2530 Author: Behdad Esfahbod <behdad@behdad.org>
2531 Date:   Mon Aug 27 17:00:44 2012 -0400
2532
2533     Minor
2534
2535  src/hb-ot-shape-fallback.cc |    4 +---
2536  1 files changed, 1 insertions(+), 3 deletions(-)
2537
2538 commit 30dd62251fcd04c2cbaa9b979d47ddbf62c6d460
2539 Author: Behdad Esfahbod <behdad@behdad.org>
2540 Date:   Mon Aug 27 16:54:34 2012 -0400
2541
2542     Only fallback-position glyphs if we have the ccc
2543
2544     Previously, ccc=0 Thai / Lao marks were being
2545     mispositioned.  Don't touch them.
2546
2547  src/hb-ot-shape-fallback.cc |    2 +-
2548  1 files changed, 1 insertions(+), 1 deletions(-)
2549
2550 commit e1ba62811a61afb046d349e578cd141363c7fb34
2551 Author: Behdad Esfahbod <behdad@behdad.org>
2552 Date:   Mon Aug 27 16:28:05 2012 -0400
2553
2554     Center unknown marks horizontally
2555
2556  src/hb-ot-shape-fallback.cc |    1 +
2557  1 files changed, 1 insertions(+), 0 deletions(-)
2558
2559 commit a4e75e4128751bb902117abc1a59dce4f2147672
2560 Author: Behdad Esfahbod <behdad@behdad.org>
2561 Date:   Mon Aug 27 15:54:15 2012 -0400
2562
2563     Minor
2564
2565  test/shaping/hb_test_tools.py |    2 +-
2566  1 files changed, 1 insertions(+), 1 deletions(-)
2567
2568 commit 23b0e9d7dc801e11640979af3c2b00649a519bb1
2569 Author: Behdad Esfahbod <behdad@behdad.org>
2570 Date:   Sun Aug 26 14:30:18 2012 -0400
2571
2572     [Indic] Fix switch
2573
2574     D'oh.  Was working by pure chance :)).
2575
2576  src/hb-ot-shape-complex-indic.cc |    2 +-
2577  1 files changed, 1 insertions(+), 1 deletions(-)
2578
2579 commit ae4d4e1de6b4512576080e95896383887b30982f
2580 Author: Behdad Esfahbod <behdad@behdad.org>
2581 Date:   Sun Aug 26 14:27:44 2012 -0400
2582
2583     Bug 53815 - CoreText backend doesn't link
2584
2585  configure.ac |    2 +-
2586  1 files changed, 1 insertions(+), 1 deletions(-)
2587
2588 commit ec0e46376a2afec4ff7606f95582b0ec49c2a44a
2589 Author: Behdad Esfahbod <behdad@behdad.org>
2590 Date:   Fri Aug 24 00:44:53 2012 -0400
2591
2592     Remove TODO items
2593
2594  TODO |    4 ----
2595  1 files changed, 0 insertions(+), 4 deletions(-)
2596
2597 commit 56e878ab875ff06d74702145e380e198be967bd6
2598 Author: Behdad Esfahbod <behdad@behdad.org>
2599 Date:   Fri Aug 24 00:41:51 2012 -0400
2600
2601     [graphite2] Cleanup scratch buffer allocation
2602
2603  src/hb-graphite2.cc |   77
2604  +++++++++++++++++++++++++++++----------------------
2605  1 files changed, 44 insertions(+), 33 deletions(-)
2606
2607 commit 2f7586c6229096143ca0a96712a27416ee0d3c85
2608 Author: Behdad Esfahbod <behdad@behdad.org>
2609 Date:   Thu Aug 23 23:59:55 2012 -0400
2610
2611     [icu-le] Implement icu layout engine shaper
2612
2613  configure.ac          |    2 +-
2614  src/hb-icu-le.cc      |  113
2615  ++++++++++++++++++++++++++++++++++++++++++++----
2616  src/hb-icu-le/cmaps.h |    1 -
2617  src/hb-shaper-list.hh |    4 ++
2618  4 files changed, 108 insertions(+), 12 deletions(-)
2619
2620 commit ba7f6c3797e5b440557bacd9b666bf09713dca76
2621 Author: Behdad Esfahbod <behdad@behdad.org>
2622 Date:   Thu Aug 23 21:52:44 2012 -0400
2623
2624     [icu-le] Hook up to hb_face_t
2625
2626  src/hb-icu-le.cc                       |   17 +++-
2627  src/hb-icu-le/FontTableCache.cpp       |   34 ++++----
2628  src/hb-icu-le/FontTableCache.h         |    9 ++-
2629  src/hb-icu-le/PortableFontInstance.cpp |  144
2630  +++-----------------------------
2631  src/hb-icu-le/PortableFontInstance.h   |   21 ++---
2632  src/hb-icu-le/README                   |    1 +
2633  6 files changed, 57 insertions(+), 169 deletions(-)
2634
2635 commit e96bb36995b2a5321b4d32bb11906e1701aaf115
2636 Author: Behdad Esfahbod <behdad@behdad.org>
2637 Date:   Thu Aug 23 21:37:51 2012 -0400
2638
2639     [icu-le] Actually use the FontTableCache
2640
2641  src/hb-icu-le/PortableFontInstance.cpp |   25 ++++++++-----------------
2642  1 files changed, 8 insertions(+), 17 deletions(-)
2643
2644 commit 7d242364ea647f655a7092bda25f9a10774c57f5
2645 Author: Behdad Esfahbod <behdad@behdad.org>
2646 Date:   Thu Aug 23 21:23:41 2012 -0400
2647
2648     [icu-le] Start adding a icu-layout-engine backend
2649
2650     Import PortableFontInstance and add shaper stub.
2651
2652  configure.ac                           |    9 +
2653  src/Makefile.am                        |    8 +
2654  src/hb-icu-le.cc                       |  111 ++++++++
2655  src/hb-icu-le/FontTableCache.cpp       |   91 +++++++
2656  src/hb-icu-le/FontTableCache.h         |   41 +++
2657  src/hb-icu-le/Makefile.am              |   25 ++
2658  src/hb-icu-le/PortableFontInstance.cpp |  436
2659  +++++++++++++++++++++++++++++++
2660  src/hb-icu-le/PortableFontInstance.h   |  117 +++++++++
2661  src/hb-icu-le/README                   |    2 +
2662  src/hb-icu-le/cmaps.cpp                |  200 ++++++++++++++
2663  src/hb-icu-le/cmaps.h                  |   85 ++++++
2664  src/hb-icu-le/letest.h                 |   49 ++++
2665  src/hb-icu-le/license.html             |   51 ++++
2666  src/hb-icu-le/sfnt.h                   |  449
2667  ++++++++++++++++++++++++++++++++
2668  14 files changed, 1674 insertions(+), 0 deletions(-)
2669
2670 commit b5584ee4be46b47e1678acf28426970a6d670b4f
2671 Author: Behdad Esfahbod <behdad@behdad.org>
2672 Date:   Thu Aug 23 16:26:07 2012 -0400
2673
2674     [Indic] For old-spec, match non-zero context
2675
2676     Fixes consonant-position with old-spec Malayalam.  Uniscribe seem
2677     to be
2678     doing this.  Fixes below-base La (eg. Pa,H,La) with AnjaliNewLipi.ttf.
2679     Doesn't regress new-spec or other scripts.
2680
2681  src/hb-ot-shape-complex-indic.cc |   10 ++++++----
2682  1 files changed, 6 insertions(+), 4 deletions(-)
2683
2684 commit d9b204d3d24cde165167714728bf380267903d6a
2685 Author: Behdad Esfahbod <behdad@behdad.org>
2686 Date:   Thu Aug 23 16:22:28 2012 -0400
2687
2688     [GSUB] Allow non-zero-context matching in would_apply()
2689
2690     To be used in the next patch.
2691
2692  src/hb-ot-layout-gsubgpos-private.hh |    6 ++++--
2693  src/hb-ot-layout-private.hh          |    3 ++-
2694  src/hb-ot-layout.cc                  |   14 ++++++++------
2695  src/hb-ot-layout.h                   |    7 ++++---
2696  src/hb-ot-map.cc                     |   12 ++----------
2697  src/hb-ot-shape-complex-indic.cc     |    2 +-
2698  src/test-would-substitute.cc         |    2 +-
2699  7 files changed, 22 insertions(+), 24 deletions(-)
2700
2701 commit 1f2bb172fe9a173ecfd61054f1fdd850943ef059
2702 Author: Behdad Esfahbod <behdad@behdad.org>
2703 Date:   Thu Aug 23 16:10:37 2012 -0400
2704
2705     Revert "[Indic/GSUB] Ignore context when matching would_apply()"
2706
2707     This reverts commit 24dd4e56743c6ce5e01cb710ca9e01b3e527af58.
2708
2709     Oops.  My bad.  The change _regressed_ Malayalam test suite, not
2710     improved it.  I'll redo it, differentiating between old-spec and
2711     new-spec cases.
2712
2713  src/hb-ot-layout-gsubgpos-private.hh |    8 +++-----
2714  1 files changed, 3 insertions(+), 5 deletions(-)
2715
2716 commit 24dd4e56743c6ce5e01cb710ca9e01b3e527af58
2717 Author: Behdad Esfahbod <behdad@behdad.org>
2718 Date:   Thu Aug 23 15:47:10 2012 -0400
2719
2720     [Indic/GSUB] Ignore context when matching would_apply()
2721
2722     The MS Indic specs say "...all classifications are determined
2723     ... using
2724     context-free substitutions."  However, testing shows that MS's
2725     Malayalam
2726     shapers (both old and new), "match" even if there is no zero-context
2727     rule.
2728     We follow.
2729
2730     Fixes below-base La (eg. Pa,H,La) with AnjaliNewLipi.ttf (old spec).
2731     Moreover, test suite Malayalam failures are down to 312 from 875!  No
2732     change in other scripts.
2733
2734     Current numbers:
2735
2736     BENGALI: 353996 out of 354285 tests passed. 289 failed (0.0815727%)
2737     DEVANAGARI: 707339 out of 707394 tests passed. 55 failed (0.00777502%)
2738     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
2739     GURMUKHI: 60769 out of 60809 tests passed. 40 failed (0.0657797%)
2740     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
2741     KHMER: 299106 out of 299124 tests passed. 18 failed (0.00601757%)
2742     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
2743     MALAYALAM: 1047541 out of 1048416 tests passed. 875 failed
2744     (0.0834592%)
2745     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
2746     SINHALA: 271726 out of 271847 tests passed. 121 failed (0.0445103%)
2747     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
2748     TELUGU: 970558 out of 970573 tests passed. 15 failed (0.00154548%)
2749     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
2750
2751  src/hb-ot-layout-gsubgpos-private.hh |    8 +++++---
2752  1 files changed, 5 insertions(+), 3 deletions(-)
2753
2754 commit 6732d62e78b13842ead9549c97bede25c73976cb
2755 Author: Behdad Esfahbod <behdad@behdad.org>
2756 Date:   Thu Aug 23 15:19:45 2012 -0400
2757
2758     [Indic] Implement pre-base reordering Ra for old-spec Malayalam
2759
2760     Fixes Pa,H,Ra sequence with AnjaliNewLipi.ttf.
2761
2762  src/hb-ot-shape-complex-indic.cc |    5 ++---
2763  1 files changed, 2 insertions(+), 3 deletions(-)
2764
2765 commit 80cd92326f8a3f48a7821e720e8ecb2072e73286
2766 Author: Behdad Esfahbod <behdad@behdad.org>
2767 Date:   Thu Aug 23 12:06:14 2012 -0400
2768
2769     [Indic] Only apply basic features per-syllable
2770
2771     Free up syllables and let features work across syllables for the
2772     presentation forms features and GPOS.
2773
2774     Fixed:
2775     - 1 GURMUKHI test (remains 40)
2776     - 12 KHMER tests (remains 18)
2777     - 11 SINHALA tests (remains 121)
2778
2779     Regresses:
2780     - 5 MALAYALAM tests (up to 312)
2781
2782     Current numbers:
2783
2784     BENGALI: 353996 out of 354285 tests passed. 289 failed (0.0815727%)
2785     DEVANAGARI: 707339 out of 707394 tests passed. 55 failed (0.00777502%)
2786     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
2787     GURMUKHI: 60769 out of 60809 tests passed. 40 failed (0.0657797%)
2788     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
2789     KHMER: 299106 out of 299124 tests passed. 18 failed (0.00601757%)
2790     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
2791     MALAYALAM: 1048104 out of 1048416 tests passed. 312 failed
2792     (0.0297592%)
2793     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
2794     SINHALA: 271726 out of 271847 tests passed. 121 failed (0.0445103%)
2795     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
2796     TELUGU: 970558 out of 970573 tests passed. 15 failed (0.00154548%)
2797     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
2798
2799  src/hb-ot-shape-complex-indic.cc |    4 ++++
2800  1 files changed, 4 insertions(+), 0 deletions(-)
2801
2802 commit df5d5c68f3a5cab17bf4a429802a1a1a834c3456
2803 Author: Behdad Esfahbod <behdad@behdad.org>
2804 Date:   Thu Aug 23 09:33:30 2012 -0400
2805
2806     Whitespace
2807
2808  src/hb-ot-layout-gpos-table.hh |   20 ++++++++++----------
2809  1 files changed, 10 insertions(+), 10 deletions(-)
2810
2811 commit 7fe00d15da20193ca94a8ead9aee60df24074a9e
2812 Author: Behdad Esfahbod <behdad@behdad.org>
2813 Date:   Sat Aug 18 13:59:46 2012 -0400
2814
2815     Release 0.9.3
2816
2817  NEWS         |   16 ++++++++++++++++
2818  configure.ac |    2 +-
2819  2 files changed, 17 insertions(+), 1 deletions(-)
2820
2821 commit 7068e534c4ef7ed2eb7ef8e1370fd4a449556ce8
2822 Author: Behdad Esfahbod <behdad@behdad.org>
2823 Date:   Sat Aug 18 13:56:10 2012 -0400
2824
2825     Fix ChangeLog generation rule
2826
2827  Makefile.am |    2 +-
2828  1 files changed, 1 insertions(+), 1 deletions(-)
2829
2830 commit 2f1747ed7d28148807ad07eb8e22db3ab5c54966
2831 Author: Behdad Esfahbod <behdad@behdad.org>
2832 Date:   Thu Aug 16 11:46:46 2012 -0400
2833
2834     Add comment
2835
2836  src/hb-ot-shape-complex-arabic.cc |    4 ++++
2837  1 files changed, 4 insertions(+), 0 deletions(-)
2838
2839 commit bd08d5d126aa878d1dbf7bfd4b1a764c170cd9ad
2840 Author: Behdad Esfahbod <behdad@behdad.org>
2841 Date:   Thu Aug 16 11:35:50 2012 -0400
2842
2843     [OT] Fix Arabic shaper OOB access
2844
2845     https://bugzilla.mozilla.org/show_bug.cgi?id=782908
2846
2847  src/hb-ot-shape-complex-arabic.cc |    2 +-
2848  1 files changed, 1 insertions(+), 1 deletions(-)
2849
2850 commit b161bfc4f6f2db0edea780b95b798ff7b559cf33
2851 Author: Behdad Esfahbod <behdad@behdad.org>
2852 Date:   Thu Aug 16 08:09:44 2012 -0400
2853
2854     [configure] Cleanup check for ICU
2855
2856     Check for upstream-provided 'icu-uc' pkgconfig package.
2857
2858  configure.ac |   21 +--------------------
2859  1 files changed, 1 insertions(+), 20 deletions(-)
2860
2861 commit daf0731865f91da960446928667d4095bde471ea
2862 Author: Behdad Esfahbod <behdad@behdad.org>
2863 Date:   Thu Aug 16 07:32:59 2012 -0400
2864
2865     [ICU] Fix includes
2866
2867     As reported by Steven Loomis, including uversion.h works everywhere.
2868
2869  src/hb-icu.cc |    6 ------
2870  1 files changed, 0 insertions(+), 6 deletions(-)
2871
2872 commit a67ba9c0fe6798a3500af9f4acee8d678f5144ee
2873 Author: Behdad Esfahbod <behdad@behdad.org>
2874 Date:   Wed Aug 15 18:52:17 2012 -0400
2875
2876     Whitespace
2877
2878  src/hb-old/Makefile.am |    4 ++--
2879  1 files changed, 2 insertions(+), 2 deletions(-)
2880
2881 commit 9fe76051f7003d6b6a10486c5595bf1a4dbf5fe6
2882 Author: Behdad Esfahbod <behdad@behdad.org>
2883 Date:   Wed Aug 15 17:24:28 2012 -0400
2884
2885     [NEWS] Fix date
2886
2887     Oops!
2888
2889  NEWS |    2 +-
2890  1 files changed, 1 insertions(+), 1 deletions(-)
2891
2892 commit 45c1383cc7315f89c23c0ed388b99e87224884e7
2893 Author: Behdad Esfahbod <behdad@behdad.org>
2894 Date:   Tue Aug 14 09:33:18 2012 -0400
2895
2896     Minor
2897
2898  src/hb-coretext.cc       |    8 ++++----
2899  src/hb-fallback-shape.cc |    8 ++++----
2900  src/hb-graphite2.cc      |    8 ++++----
2901  src/hb-uniscribe.cc      |    8 ++++----
2902  4 files changed, 16 insertions(+), 16 deletions(-)
2903
2904 commit 4ac4c6f2e12ddc8bf5e750671321458218b6e0c8
2905 Author: Behdad Esfahbod <behdad@behdad.org>
2906 Date:   Mon Aug 13 10:52:52 2012 -0400
2907
2908     Fix ICU build with older ICUs
2909
2910  src/hb-icu.cc |    7 ++++++-
2911  1 files changed, 6 insertions(+), 1 deletions(-)
2912
2913 commit 883cbf5ed79d2b60191f803a5ee3f3e4496f3441
2914 Author: Behdad Esfahbod <behdad@behdad.org>
2915 Date:   Sun Aug 12 17:11:27 2012 -0400
2916
2917     Minor
2918
2919  contrib/README |    2 ++
2920  1 files changed, 2 insertions(+), 0 deletions(-)
2921
2922 commit b7a4d37d0b162f2222b65d09b9271b8c636086f8
2923 Author: Behdad Esfahbod <behdad@behdad.org>
2924 Date:   Sat Aug 11 21:32:23 2012 -0400
2925
2926     minor
2927
2928  configure.ac |    2 ++
2929  1 files changed, 2 insertions(+), 0 deletions(-)
2930
2931 commit d5045a5f4017631a4660f985fe451c5a64c42ca0
2932 Author: Behdad Esfahbod <behdad@behdad.org>
2933 Date:   Sat Aug 11 21:26:25 2012 -0400
2934
2935     [ICU] Use new normalizer2 compose/decompose API
2936
2937     It's considerably faster than the fallback implementation we had
2938     previously!
2939
2940  src/hb-buffer.cc          |    9 ++---
2941  src/hb-glib.cc            |   26 ++++++---------
2942  src/hb-icu.cc             |   75
2943  ++++++++++++++++++++++++++++++++++++---------
2944  src/hb-unicode-private.hh |   13 +------
2945  src/hb-unicode.cc         |   35 ++++++++++++++++++++-
2946  src/hb-warning.cc         |    8 -----
2947  6 files changed, 110 insertions(+), 56 deletions(-)
2948
2949 commit 2b73a1f112c489c2553743c08dc03cd89f60cb2d
2950 Author: Behdad Esfahbod <behdad@behdad.org>
2951 Date:   Sat Aug 11 19:17:54 2012 -0400
2952
2953     Add TODO
2954
2955  TODO |    1 +
2956  1 files changed, 1 insertions(+), 0 deletions(-)
2957
2958 commit 9f9f04c2229227bb0712166e824157bbbf5cef80
2959 Author: Behdad Esfahbod <behdad@behdad.org>
2960 Date:   Sat Aug 11 18:34:13 2012 -0400
2961
2962     [OT] Unbreak Thai shaping and fallback Arabic shaping
2963
2964     The merger of normalizer and glyph-mapping broke shapers that
2965     modified text stream.  Unbreak them by adding a new preprocess_text
2966     shaping stage that happens before normalizing/cmap and disallow
2967     setup_mask modification of actual text.
2968
2969  src/hb-ot-shape-complex-arabic.cc  |   42
2970  ++++++++++++++++++++++++++---------
2971  src/hb-ot-shape-complex-indic.cc   |    1 +
2972  src/hb-ot-shape-complex-misc.cc    |   12 ++++++----
2973  src/hb-ot-shape-complex-private.hh |   15 ++++++++++--
2974  src/hb-ot-shape.cc                 |    3 ++
2975  5 files changed, 54 insertions(+), 19 deletions(-)
2976
2977 commit e9f28a38f54b98fa59f9159ccaaa3be6027e1378
2978 Author: Behdad Esfahbod <behdad@behdad.org>
2979 Date:   Sat Aug 11 18:20:28 2012 -0400
2980
2981     [OT] Add shape_plan to Arabic shaper
2982
2983  src/hb-ot-shape-complex-arabic.cc |   82
2984  ++++++++++++++++++++++++-------------
2985  1 files changed, 53 insertions(+), 29 deletions(-)
2986
2987 commit 344cc56698a8c84c4c1a05a71d829e5171aa3a60
2988 Author: Behdad Esfahbod <behdad@behdad.org>
2989 Date:   Sat Aug 11 17:36:23 2012 -0400
2990
2991     Add TODO
2992
2993  TODO |    4 ++++
2994  1 files changed, 4 insertions(+), 0 deletions(-)
2995
2996 commit daf13afb0801740dcc7900c4af190e24b80a05c0
2997 Author: Behdad Esfahbod <behdad@behdad.org>
2998 Date:   Fri Aug 10 16:38:44 2012 -0400
2999
3000     [OT] Implement fallback mark positioning for "double" combining marks
3001
3002  src/hb-ot-shape-fallback.cc |    9 ++++++++-
3003  1 files changed, 8 insertions(+), 1 deletions(-)
3004
3005 commit d345313104d9e3c8a8533ccdebd74e0648d0bee3
3006 Author: Behdad Esfahbod <behdad@behdad.org>
3007 Date:   Fri Aug 10 16:34:04 2012 -0400
3008
3009     [OT] Fix fallback mark positioning with left-to-right text
3010
3011     Ouch!
3012
3013  src/hb-ot-shape-fallback.cc |   13 +++++++++++--
3014  1 files changed, 11 insertions(+), 2 deletions(-)
3015
3016 commit e297ee4acd6f9d950f8542fc6ad71fd580b69284
3017 Author: Behdad Esfahbod <behdad@behdad.org>
3018 Date:   Fri Aug 10 14:49:37 2012 -0400
3019
3020     Bump version to 0.9.2
3021
3022     A *real* release this time, with NEWS, ChangeLog, etc.
3023
3024  AUTHORS      |    8 +++
3025  COPYING      |    9 +++-
3026  Makefile.am  |   13 +++---
3027  NEWS         |  136
3028  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3029  THANKS       |    7 +++
3030  configure.ac |    4 +-
3031  6 files changed, 165 insertions(+), 12 deletions(-)
3032
3033 commit 6efe1200b97cefe019857b0b5951a4a87deeb02b
3034 Author: Behdad Esfahbod <behdad@behdad.org>
3035 Date:   Fri Aug 10 13:49:32 2012 -0400
3036
3037     Bump version to 0.9.1
3038
3039  configure.ac |    2 +-
3040  1 files changed, 1 insertions(+), 1 deletions(-)
3041
3042 commit 206ab6057303273590a3d005660e075bdcee0f5f
3043 Author: Behdad Esfahbod <behdad@behdad.org>
3044 Date:   Fri Aug 10 09:06:30 2012 -0400
3045
3046     [test] Move around
3047
3048  .../in-tree/shaper-arabic/script-arabic/MANIFEST   |    2 +-
3049  .../shaper-arabic/script-arabic/crulp/MANIFEST     |    1 -
3050  .../script-arabic/crulp/ligatures/2grams.txt       |  601 --
3051  .../script-arabic/crulp/ligatures/3grams.txt       | 3415 -----------
3052  .../script-arabic/crulp/ligatures/4grams.txt       | 6316
3053  --------------------
3054  .../script-arabic/crulp/ligatures/5grams.txt       | 5029
3055  ----------------
3056  .../script-arabic/crulp/ligatures/6grams.txt       | 1542 -----
3057  .../script-arabic/crulp/ligatures/7grams.txt       |  354 --
3058  .../script-arabic/crulp/ligatures/8grams.txt       |   26 -
3059  .../script-arabic/crulp/ligatures/LICENSE          |    3 -
3060  .../script-arabic/crulp/ligatures/MANIFEST         |    7 -
3061  .../script-arabic/crulp/ligatures/README           |   16 -
3062  .../script-arabic/crulp/ligatures/SOURCES          |    4 -
3063  .../script-arabic/language-urdu/MANIFEST           |    1 +
3064  .../script-arabic/language-urdu/crulp/MANIFEST     |    1 +
3065  .../language-urdu/crulp/ligatures/2grams.txt       |  601 ++
3066  .../language-urdu/crulp/ligatures/3grams.txt       | 3415 +++++++++++
3067  .../language-urdu/crulp/ligatures/4grams.txt       | 6316
3068  ++++++++++++++++++++
3069  .../language-urdu/crulp/ligatures/5grams.txt       | 5029
3070  ++++++++++++++++
3071  .../language-urdu/crulp/ligatures/6grams.txt       | 1542 +++++
3072  .../language-urdu/crulp/ligatures/7grams.txt       |  354 ++
3073  .../language-urdu/crulp/ligatures/8grams.txt       |   26 +
3074  .../language-urdu/crulp/ligatures/LICENSE          |    3 +
3075  .../language-urdu/crulp/ligatures/MANIFEST         |    7 +
3076  .../language-urdu/crulp/ligatures/README           |   16 +
3077  .../language-urdu/crulp/ligatures/SOURCES          |    4 +
3078  26 files changed, 17316 insertions(+), 17315 deletions(-)
3079
3080 commit 7a484c601e0958533eb85a6902296733c39537fe
3081 Author: Behdad Esfahbod <behdad@behdad.org>
3082 Date:   Fri Aug 10 09:05:29 2012 -0400
3083
3084     [test] Add Urdu ligature sequences from CRULP
3085
3086  .../in-tree/shaper-arabic/script-arabic/MANIFEST   |    1 +
3087  .../shaper-arabic/script-arabic/crulp/MANIFEST     |    1 +
3088  .../script-arabic/crulp/ligatures/2grams.txt       |  601 ++
3089  .../script-arabic/crulp/ligatures/3grams.txt       | 3415 +++++++++++
3090  .../script-arabic/crulp/ligatures/4grams.txt       | 6316
3091  ++++++++++++++++++++
3092  .../script-arabic/crulp/ligatures/5grams.txt       | 5029
3093  ++++++++++++++++
3094  .../script-arabic/crulp/ligatures/6grams.txt       | 1542 +++++
3095  .../script-arabic/crulp/ligatures/7grams.txt       |  354 ++
3096  .../script-arabic/crulp/ligatures/8grams.txt       |   26 +
3097  .../script-arabic/crulp/ligatures/LICENSE          |    3 +
3098  .../script-arabic/crulp/ligatures/MANIFEST         |    7 +
3099  .../script-arabic/crulp/ligatures/README           |   16 +
3100  .../script-arabic/crulp/ligatures/SOURCES          |    4 +
3101  13 files changed, 17315 insertions(+), 0 deletions(-)
3102
3103 commit f4cb4762986a28634fa7de9b706f9d37859b881e
3104 Author: Behdad Esfahbod <behdad@behdad.org>
3105 Date:   Fri Aug 10 03:51:44 2012 -0400
3106
3107     [OT] Slightly adjust normalizer
3108
3109     The change is very subtle.  If we have a single-char cluster that
3110     decomposes to three or more characters, then try recomposition, in
3111     case the farther mark may compose with the base.
3112
3113  src/hb-ot-shape-normalize.cc |   81
3114  ++++++++++++++++++++++++++++--------------
3115  1 files changed, 54 insertions(+), 27 deletions(-)
3116
3117 commit 07d682806349aee81f53114778ce0beb23909ed7
3118 Author: Behdad Esfahbod <behdad@behdad.org>
3119 Date:   Fri Aug 10 03:28:50 2012 -0400
3120
3121     Minor
3122
3123  src/hb-ot-shape-normalize.cc |   25 ++++++++-----------------
3124  src/hb-ot-shape.cc           |    2 +-
3125  2 files changed, 9 insertions(+), 18 deletions(-)
3126
3127 commit b00321ea78793d9b3592b5173a9800e6322424fe
3128 Author: Behdad Esfahbod <behdad@behdad.org>
3129 Date:   Thu Aug 9 22:33:32 2012 -0400
3130
3131     [OT] Avoid calling get_glyph() twice
3132
3133     Essentially move the glyph mapping to normalization process.
3134     The effect on Devanagari is small (but observable).  Should be more
3135     observable in simple text, like ASCII.
3136
3137  src/hb-ot-shape-normalize-private.hh |    2 +
3138  src/hb-ot-shape-normalize.cc         |   76
3139  ++++++++++++++++++++++++----------
3140  src/hb-ot-shape.cc                   |   44 +++++++++----------
3141  3 files changed, 77 insertions(+), 45 deletions(-)
3142
3143 commit 12c0875eafa4bd92db650e5acca046d99594d1e6
3144 Author: Behdad Esfahbod <behdad@behdad.org>
3145 Date:   Thu Aug 9 22:00:53 2012 -0400
3146
3147     [OT] Remove redundant check
3148
3149  src/hb-ot-shape.cc |    5 +----
3150  1 files changed, 1 insertions(+), 4 deletions(-)
3151
3152 commit 5c60b70c89b4e0a6512d9fd1ab5394dd76feb742
3153 Author: Behdad Esfahbod <behdad@behdad.org>
3154 Date:   Thu Aug 9 21:58:07 2012 -0400
3155
3156     [OT] More code shuffling around
3157
3158     Preparing for merging map_glyphs() and normalize().
3159
3160  src/hb-ot-shape.cc |  167
3161  +++++++++++++++++++++++++++-------------------------
3162  1 files changed, 86 insertions(+), 81 deletions(-)
3163
3164 commit cd0c6e148f6d078b364370cb2f808b793b921be2
3165 Author: Behdad Esfahbod <behdad@behdad.org>
3166 Date:   Thu Aug 9 21:48:55 2012 -0400
3167
3168     Shuffle buffer variable allocations around
3169
3170     To room for more allocations, coming.
3171
3172  src/hb-ot-layout-private.hh              |    6 +++---
3173  src/hb-ot-shape-complex-arabic.cc        |    2 +-
3174  src/hb-ot-shape-complex-indic-private.hh |    4 ++--
3175  src/hb-ot-shape-complex-private.hh       |    5 ++---
3176  src/hb-ot-shape-private.hh               |    4 ++--
3177  5 files changed, 10 insertions(+), 11 deletions(-)
3178
3179 commit 8d1eef3f32fb539de2a72804fa3834acc18daab5
3180 Author: Behdad Esfahbod <behdad@behdad.org>
3181 Date:   Thu Aug 9 21:31:52 2012 -0400
3182
3183     Minor
3184
3185  src/hb-ot-shape-normalize.cc |   50
3186  ++++++++++++++++++++++++++----------------
3187  1 files changed, 31 insertions(+), 19 deletions(-)
3188
3189 commit 56c9e7c004e802ddcb8c704346026f1d7a812f9f
3190 Author: Behdad Esfahbod <behdad@behdad.org>
3191 Date:   Thu Aug 9 21:12:30 2012 -0400
3192
3193     Fill out combining class resetting for fallback shaping
3194     Thai/Lao/Tibetan
3195
3196  src/hb-ot-shape-fallback.cc |   38 +++++++++++++++++++++++++++++++++++++-
3197  src/hb-unicode-private.hh   |    7 ++++---
3198  src/hb-unicode.cc           |    2 +-
3199  3 files changed, 42 insertions(+), 5 deletions(-)
3200
3201 commit a321e1d51e0e7fa02738410e8d6e77c841bc6b13
3202 Author: Behdad Esfahbod <behdad@behdad.org>
3203 Date:   Thu Aug 9 18:30:34 2012 -0400
3204
3205     Revert "Reject lookups with no subTable"
3206
3207     This reverts commit 30ec9002d84e8b49290e782e6192069821ffa942.
3208
3209     See previous commit.
3210
3211  src/hb-ot-layout-common-private.hh |    1 -
3212  1 files changed, 0 insertions(+), 1 deletions(-)
3213
3214 commit 2eaf482b371034ce6ebfaedee98049b036fd3493
3215 Author: Behdad Esfahbod <behdad@behdad.org>
3216 Date:   Thu Aug 9 18:30:05 2012 -0400
3217
3218     Revert "[GSUB/GPOS] Reject Context/ChainContext lookups with zero
3219     input"
3220
3221     This reverts commit 0981068b75710397f08e0d2d776a0a2ea68d7117.
3222
3223     I was confused.  Even if we access coverage[0] unconditionally,
3224     we don't
3225     need bound checks since the array machinary already handles that.
3226
3227  src/hb-ot-layout-gsubgpos-private.hh |    2 --
3228  1 files changed, 0 insertions(+), 2 deletions(-)
3229
3230 commit a02d86484be870615297abfc7be9f94645434762
3231 Author: Behdad Esfahbod <behdad@behdad.org>
3232 Date:   Wed Aug 8 18:04:29 2012 -0400
3233
3234     Add check-exported-symbols.sh
3235
3236     And misc linking fixes.
3237
3238  src/Makefile.am                  |    1 +
3239  src/check-exported-symbols.sh    |   40
3240  ++++++++++++++++++++++++++++++++++++++
3241  src/check-internal-symbols.sh    |    2 +-
3242  src/hb-ot-shape-complex-indic.cc |    2 +-
3243  src/hb-ot-shape.cc               |    6 ++--
3244  5 files changed, 46 insertions(+), 5 deletions(-)
3245
3246 commit 4c8ac4f47e95d2b266b2f64e75c55af8233b6b91
3247 Author: Behdad Esfahbod <behdad@behdad.org>
3248 Date:   Wed Aug 8 17:44:19 2012 -0400
3249
3250     Misc minor fixes
3251
3252  src/check-internal-symbols.sh |   10 +--
3253  src/hb-font-private.hh        |   29 +++++++-
3254  src/hb-font.cc                |   63 +++++++---------
3255  src/hb-font.h                 |    2 +-
3256  src/hb-graphite2.cc           |    4 +-
3257  src/hb-old.cc                 |    2 +-
3258  src/hb-ot-layout.cc           |    6 +-
3259  src/hb-ot-shape-fallback.cc   |   10 +--
3260  src/hb-ot-shape.cc            |    2 +-
3261  src/hb-shape-plan.cc          |    2 +-
3262  src/hb-shape-plan.h           |    2 +-
3263  src/hb-tt-font.cc             |  166
3264  +----------------------------------------
3265  12 files changed, 72 insertions(+), 226 deletions(-)
3266
3267 commit 560d68af8168d1baff607b9616a3590af70fe9ec
3268 Author: Behdad Esfahbod <behdad@behdad.org>
3269 Date:   Wed Aug 8 17:16:01 2012 -0400
3270
3271     Use a export-file for Windows builds
3272
3273     Apparently even that doesn't make check-internal-symbols.sh happy with
3274     mingw32.  Going to disable that for DLLs again, but hopefully the
3275     export-file is doing *something*.
3276
3277  configure.ac    |   14 +++++++++++++-
3278  src/Makefile.am |   22 +++++++++++++++++++++-
3279  src/hb-buffer.h |    4 ++--
3280  3 files changed, 36 insertions(+), 4 deletions(-)
3281
3282 commit f8751cf8e0a16125d63a88da65fdbfa76a19453f
3283 Author: Behdad Esfahbod <behdad@behdad.org>
3284 Date:   Wed Aug 8 17:15:44 2012 -0400
3285
3286     [hb-old] speed-up build
3287
3288  src/hb-old/harfbuzz-external.h |    3 ++-
3289  1 files changed, 2 insertions(+), 1 deletions(-)
3290
3291 commit 5f4c52867ce67faa15f5d26b59c18c8d068e9261
3292 Author: Behdad Esfahbod <behdad@behdad.org>
3293 Date:   Wed Aug 8 16:53:37 2012 -0400
3294
3295     Minor
3296
3297  src/hb-ot-layout.h |    1 -
3298  1 files changed, 0 insertions(+), 1 deletions(-)
3299
3300 commit fe2b8a7777ab1c84980424ede713cb0d6701f987
3301 Author: Behdad Esfahbod <behdad@behdad.org>
3302 Date:   Wed Aug 8 15:27:14 2012 -0400
3303
3304     Minor
3305
3306  TODO |    4 ++--
3307  1 files changed, 2 insertions(+), 2 deletions(-)
3308
3309 commit 7e7d245b332306949a19c628bacd920717434769
3310 Author: Behdad Esfahbod <behdad@behdad.org>
3311 Date:   Wed Aug 8 15:23:48 2012 -0400
3312
3313     Make default_language threadsafe
3314
3315  src/hb-common.cc |   15 +++++----------
3316  1 files changed, 5 insertions(+), 10 deletions(-)
3317
3318 commit 06b192c458010c847362d809673209c87ea29949
3319 Author: Behdad Esfahbod <behdad@behdad.org>
3320 Date:   Wed Aug 8 15:23:45 2012 -0400
3321
3322     Minor
3323
3324  src/hb-common.h |    3 ++-
3325  1 files changed, 2 insertions(+), 1 deletions(-)
3326
3327 commit 37191ede7583fdb864db32a8f4d90956657926c7
3328 Author: Behdad Esfahbod <behdad@behdad.org>
3329 Date:   Wed Aug 8 14:59:09 2012 -0400
3330
3331     Minor
3332
3333  src/hb-common.h |    4 ++--
3334  src/hb-icu.h    |    1 -
3335  2 files changed, 2 insertions(+), 3 deletions(-)
3336
3337 commit 6d9a329a8a0f11f4b175e407de59c55924de1ef6
3338 Author: Behdad Esfahbod <behdad@behdad.org>
3339 Date:   Wed Aug 8 14:48:41 2012 -0400
3340
3341     Adjust a couple source checks
3342
3343  src/check-internal-symbols.sh |    4 ++--
3344  src/check-static-inits.sh     |   10 ++++++++--
3345  2 files changed, 10 insertions(+), 4 deletions(-)
3346
3347 commit 9c929abdcfef44c0193a2917b20981df37ade21c
3348 Author: Behdad Esfahbod <behdad@behdad.org>
3349 Date:   Wed Aug 8 14:33:37 2012 -0400
3350
3351     Minor renaming
3352
3353  src/Makefile.am                              |    4 +-
3354  src/hb-ot-shape-fallback-private.hh          |   39 ++++
3355  src/hb-ot-shape-fallback.cc                  |  276
3356  ++++++++++++++++++++++++++
3357  src/hb-ot-shape-position-fallback-private.hh |   39 ----
3358  src/hb-ot-shape-position-fallback.cc         |  276
3359  --------------------------
3360  src/hb-ot-shape.cc                           |    4 +-
3361  6 files changed, 319 insertions(+), 319 deletions(-)
3362
3363 commit 801298b590effd768607bb532dc83c73ba65d16b
3364 Author: Behdad Esfahbod <behdad@behdad.org>
3365 Date:   Wed Aug 8 14:26:36 2012 -0400
3366
3367     Fix cast
3368
3369     https://bugs.freedesktop.org/show_bug.cgi?id=53233
3370
3371  src/hb-buffer-private.hh |   10 ++++++----
3372  src/hb-shape-plan.cc     |    4 ++--
3373  2 files changed, 8 insertions(+), 6 deletions(-)
3374
3375 commit 21756934a15e31dc243e2b6d80adec5752477652
3376 Author: Behdad Esfahbod <behdad@behdad.org>
3377 Date:   Wed Aug 8 01:20:45 2012 -0400
3378
3379     [OT] Implement fallback positioning
3380
3381     Implemented for Arabic, Hebrew, and generic marks.
3382     Activated if no GPOS table present.
3383
3384  src/hb-font.h                        |    3 +-
3385  src/hb-ft.cc                         |    3 +-
3386  src/hb-old.cc                        |    2 +-
3387  src/hb-ot-shape-position-fallback.cc |  237
3388  +++++++++++++++++++++++++++++++++-
3389  src/hb-unicode-private.hh            |   81 ++++++++++++
3390  src/hb-unicode.cc                    |  107 ++++++----------
3391  6 files changed, 356 insertions(+), 77 deletions(-)
3392
3393 commit fb56e7628362a73e20f7f0b49fe31e802dc01f4f
3394 Author: Behdad Esfahbod <behdad@behdad.org>
3395 Date:   Tue Aug 7 23:44:47 2012 -0400
3396
3397     [hb-old] Fix warnings
3398
3399  src/hb-old/harfbuzz-shaper.cpp |    2 ++
3400  1 files changed, 2 insertions(+), 0 deletions(-)
3401
3402 commit affaf8a0e5aa38e5820455f789eebf916e02eb7b
3403 Author: Behdad Esfahbod <behdad@behdad.org>
3404 Date:   Tue Aug 7 22:41:38 2012 -0400
3405
3406     [OT] Start adding fallback positioning
3407
3408     Used when there is no GPOS.
3409
3410  src/Makefile.am                              |    2 +
3411  src/hb-ot-shape-position-fallback-private.hh |   39 +++++++++++++++++++++
3412  src/hb-ot-shape-position-fallback.cc         |   47
3413  ++++++++++++++++++++++++++
3414  src/hb-ot-shape.cc                           |   23 +++----------
3415  4 files changed, 93 insertions(+), 18 deletions(-)
3416
3417 commit 7e4920fd1577987bf6804f67765e22a84983e057
3418 Author: Behdad Esfahbod <behdad@behdad.org>
3419 Date:   Tue Aug 7 22:32:23 2012 -0400
3420
3421     Minor
3422
3423  src/hb-ot-shape.cc |    2 +-
3424  1 files changed, 1 insertions(+), 1 deletions(-)
3425
3426 commit 472f229a63f0d1bb21b02179ef430b7698df8f12
3427 Author: Behdad Esfahbod <behdad@behdad.org>
3428 Date:   Tue Aug 7 22:25:24 2012 -0400
3429
3430     [GSUB] Generalize would_apply()
3431
3432     Fixes logic also, where before we were always matching if
3433     glyphs_len==1
3434     and a ligature started with the glyph.
3435
3436  src/hb-ot-layout-gsub-table.hh       |   26 +++++++++++++++++++----
3437  src/hb-ot-layout-gsubgpos-private.hh |   37
3438  ++++++++++++++++-----------------
3439  src/hb-ot-layout.cc                  |    3 +-
3440  3 files changed, 40 insertions(+), 26 deletions(-)
3441
3442 commit 6f3a300138f659020c21c3e08b7981c78df5f332
3443 Author: Behdad Esfahbod <behdad@behdad.org>
3444 Date:   Tue Aug 7 22:13:25 2012 -0400
3445
3446     Add hb_font_glyph_from/to_string
3447
3448  src/hb-font-private.hh       |   43
3449  ++++++++++++++++++++++++++++++++++++++++++
3450  src/hb-font.cc               |   24 +++++++++++++++++++---
3451  src/hb-font.h                |   11 ++++++++++
3452  src/hb-private.hh            |   16 +++++++++++++++
3453  src/test-would-substitute.cc |   11 +++++++++-
3454  util/options.cc              |    2 +-
3455  6 files changed, 101 insertions(+), 6 deletions(-)
3456
3457 commit eb56f6ae96260c5b4bcd4e1dfb7ab733a230f3a8
3458 Author: Behdad Esfahbod <behdad@behdad.org>
3459 Date:   Tue Aug 7 21:44:25 2012 -0400
3460
3461     Minor
3462
3463  src/hb-mutex-private.hh |    1 +
3464  src/hb-uniscribe.cc     |    1 +
3465  src/hb-uniscribe.h      |    2 ++
3466  3 files changed, 4 insertions(+), 0 deletions(-)
3467
3468 commit f4e48adcdd4315ce09e755f87a0f801d88194f42
3469 Author: Behdad Esfahbod <behdad@behdad.org>
3470 Date:   Tue Aug 7 21:12:49 2012 -0400
3471
3472     [OT] Apply 'rclt' feature in horizontal mode
3473
3474     'rclt' is "Required Contextual Forms" being proposed by Microsoft.
3475     It's like 'calt', but supposedly always on.  We apply 'calt' anyway,
3476     and now apply this too.
3477
3478  src/hb-ot-shape.cc |    1 +
3479  1 files changed, 1 insertions(+), 0 deletions(-)
3480
3481 commit b1914b8bd08ecdea79930dda7e3bb2ae9e6134a1
3482 Author: Behdad Esfahbod <behdad@behdad.org>
3483 Date:   Tue Aug 7 16:57:48 2012 -0400
3484
3485     Fix warnings
3486
3487  src/hb-icu.cc |    6 +++---
3488  1 files changed, 3 insertions(+), 3 deletions(-)
3489
3490 commit 0f8881d6bbf6cd59938315eeff9b71cfc736aa4e
3491 Author: Behdad Esfahbod <behdad@behdad.org>
3492 Date:   Tue Aug 7 16:57:02 2012 -0400
3493
3494     More refactoring
3495
3496  src/hb-ot-shape-normalize.cc |  161
3497  ++++++++++++++++++++++++++++++++++++++++-
3498  src/hb-unicode-private.hh    |  164
3499  +-----------------------------------------
3500  2 files changed, 162 insertions(+), 163 deletions(-)
3501
3502 commit 428dfcab6634ff264570a0a5d715efb8048c3db5
3503 Author: Behdad Esfahbod <behdad@behdad.org>
3504 Date:   Tue Aug 7 16:51:48 2012 -0400
3505
3506     Minor refactoring
3507
3508  src/hb-ot-shape-normalize.cc |   27 +++++++++++++++++++++++----
3509  1 files changed, 23 insertions(+), 4 deletions(-)
3510
3511 commit 61f41849af6ff9edf8b55cf9610066d1bfb4a8df
3512 Author: Behdad Esfahbod <behdad@behdad.org>
3513 Date:   Tue Aug 7 16:45:27 2012 -0400
3514
3515     Add Hebrew presentation forms shaping
3516
3517     Lifted from https://bugzilla.mozilla.org/show_bug.cgi?id=728866
3518
3519  src/hb-unicode-private.hh |  121
3520  ++++++++++++++++++++++++++++++++++++++++++++-
3521  1 files changed, 120 insertions(+), 1 deletions(-)
3522
3523 commit 32d71dc13317b322e2c5de00d767b2cb15fddd8b
3524 Author: Behdad Esfahbod <behdad@behdad.org>
3525 Date:   Tue Aug 7 14:11:16 2012 -0400
3526
3527     [Graphite] Minor
3528
3529  src/hb-graphite2.cc |   60
3530  +++++++++++++++++++++++---------------------------
3531  1 files changed, 28 insertions(+), 32 deletions(-)
3532
3533 commit 030ac5022e8a43b9329c26e72527bafc582ef44b
3534 Author: Behdad Esfahbod <behdad@behdad.org>
3535 Date:   Tue Aug 7 13:01:12 2012 -0400
3536
3537     Remove enum trailing comma
3538
3539     ...again.
3540
3541  src/hb-ot-shape-normalize-private.hh |    2 +-
3542  1 files changed, 1 insertions(+), 1 deletions(-)
3543
3544 commit 368b4e7649f9bc8c6bebf7c7ff03c9b9ec425a25
3545 Author: Behdad Esfahbod <behdad@behdad.org>
3546 Date:   Mon Aug 6 23:06:04 2012 -0400
3547
3548     Minor
3549
3550  src/hb-font.cc |    6 ++++--
3551  1 files changed, 4 insertions(+), 2 deletions(-)
3552
3553 commit ade7459ea7c75b4f33f7cfa43dd5bdfa0c18d6d5
3554 Author: Behdad Esfahbod <behdad@behdad.org>
3555 Date:   Mon Aug 6 19:42:47 2012 -0700
3556
3557     [util] Fix leaks
3558
3559  src/hb-graphite2.cc |   18 ++++++++++++++----
3560  util/options.cc     |    2 +-
3561  util/options.hh     |    2 +-
3562  3 files changed, 16 insertions(+), 6 deletions(-)
3563
3564 commit 2fef993460dcfd94c92ab35413bdde18ad2b0ceb
3565 Author: Behdad Esfahbod <behdad@behdad.org>
3566 Date:   Mon Aug 6 19:35:04 2012 -0700
3567
3568     [Graphite] Fix graphite2 backend with RTL text
3569
3570     Patch from Martin Hosken.
3571
3572  src/hb-graphite2.cc |   33 ++++++++++++++++++---------------
3573  1 files changed, 18 insertions(+), 15 deletions(-)
3574
3575 commit e4992e13e19877a73ea05fc1d31005a262c685ad
3576 Author: Behdad Esfahbod <behdad@behdad.org>
3577 Date:   Mon Aug 6 19:25:39 2012 -0700
3578
3579     [Graphite] Port graphite2 backend to new shaper infrastructure
3580
3581  src/hb-graphite2.cc   |  234
3582  ++++++++++++++++++++++--------------------------
3583  src/hb-graphite2.h    |    2 +-
3584  src/hb-shaper-list.hh |    2 +-
3585  3 files changed, 109 insertions(+), 129 deletions(-)
3586
3587 commit 66591ececfba9791de06c814f5f30131e95e5fd2
3588 Author: Behdad Esfahbod <behdad@behdad.org>
3589 Date:   Mon Aug 6 17:07:19 2012 -0700
3590
3591     Remove unnecessary lifecycle bits
3592
3593     We already set recount to INVALID when destroying.
3594     This block was not necessary.
3595
3596  src/hb-font.cc |    3 ---
3597  1 files changed, 0 insertions(+), 3 deletions(-)
3598
3599 commit e3320ecc1b5a7eaccc7c9370b2d1b76850f054be
3600 Author: Behdad Esfahbod <behdad@behdad.org>
3601 Date:   Mon Aug 6 11:44:10 2012 -0700
3602
3603     Fix compiler warnings
3604
3605  configure.ac |   12 +++++++++---
3606  1 files changed, 9 insertions(+), 3 deletions(-)
3607
3608 commit 167b625d988b74572d6b2f646c285b666b650d49
3609 Author: Behdad Esfahbod <behdad@behdad.org>
3610 Date:   Sun Aug 5 21:16:26 2012 -0700
3611
3612     [Indic] Minor, move 'blwf' after 'half'
3613
3614     We don't apply them together anyway.  Should not make any difference
3615     right now.
3616
3617  src/hb-ot-shape-complex-indic.cc |    4 ++--
3618  1 files changed, 2 insertions(+), 2 deletions(-)
3619
3620 commit 048e3b596fb7fccd3fb5f48de98b6b67788f774a
3621 Author: Behdad Esfahbod <behdad@behdad.org>
3622 Date:   Sat Aug 4 18:04:57 2012 -0700
3623
3624     Speed up hb_set_digest_lowest_bits_t calcs
3625
3626  src/hb-set-private.hh |   10 +++++++---
3627  1 files changed, 7 insertions(+), 3 deletions(-)
3628
3629 commit 3d1b66a35e1ab3be19335705f310b278d76d66d2
3630 Author: Behdad Esfahbod <behdad@behdad.org>
3631 Date:   Sat Aug 4 17:42:28 2012 -0700
3632
3633     Speed up hb_set_digest_common_bits_t calcs
3634
3635  src/hb-set-private.hh |    6 +++---
3636  1 files changed, 3 insertions(+), 3 deletions(-)
3637
3638 commit bdc48a879a1900138d8caaa8d90fb9fe1e768d1d
3639 Author: Behdad Esfahbod <behdad@behdad.org>
3640 Date:   Sat Aug 4 17:08:38 2012 -0700
3641
3642     Enlarge glyph_name buffer
3643
3644     Lohit Devanagari has a glyph named:
3645     u0924_u094D.half_u0930_u094D.blwf.vatu
3646
3647  util/options.cc |    2 +-
3648  1 files changed, 1 insertions(+), 1 deletions(-)
3649
3650 commit 25326c2359b0a3e25222b94acd142bc36eff78a4
3651 Author: Behdad Esfahbod <behdad@behdad.org>
3652 Date:   Sat Aug 4 16:43:18 2012 -0700
3653
3654     Rewrite ARRAY_LENGTH as a template function
3655
3656     Such it wouldn't apply to pointers accidentally.
3657
3658  src/hb-ot-shape-complex-arabic-table.hh |    4 ++--
3659  src/hb-private.hh                       |    9 ++++++---
3660  2 files changed, 8 insertions(+), 5 deletions(-)
3661
3662 commit 8ba8042821e4581fe4e87419e58c823520441205
3663 Author: Behdad Esfahbod <behdad@behdad.org>
3664 Date:   Fri Aug 3 18:54:54 2012 -0700
3665
3666     [Indic] Fix consonant position font lookup logic
3667
3668     Oops.  I broken this badly and the test suite did not notice.  That
3669     worries me.  Have to investigate.
3670
3671  src/hb-ot-shape-complex-indic.cc |    6 +++---
3672  1 files changed, 3 insertions(+), 3 deletions(-)
3673
3674 commit abd0c05f1f7f0546593bb2f1c4d59db12cb32e46
3675 Author: Behdad Esfahbod <behdad@behdad.org>
3676 Date:   Fri Aug 3 18:45:05 2012 -0700
3677
3678     Minor
3679
3680  src/test-would-substitute.cc |    2 +-
3681  1 files changed, 1 insertions(+), 1 deletions(-)
3682
3683 commit 46ee108ef80f5d4675899862698a8c34d8fcfab5
3684 Author: Behdad Esfahbod <behdad@behdad.org>
3685 Date:   Fri Aug 3 18:21:13 2012 -0700
3686
3687     Fix leak
3688
3689  src/hb-shape-plan.cc |    2 ++
3690  1 files changed, 2 insertions(+), 0 deletions(-)
3691
3692 commit 71baea0062da4d7f143d62da38492a0813814e49
3693 Author: Behdad Esfahbod <behdad@behdad.org>
3694 Date:   Fri Aug 3 17:40:07 2012 -0700
3695
3696     [OT] Use general-category, not GDEF class, to decide to zero mark
3697     advances
3698
3699     At this point, the GDEF glyph synthesis looks pointless.  Not that I
3700     have many fonts without GDEF lying around.
3701
3702     As for mark advance zeroing when GPOS not available, that also
3703     is being
3704     replaced by proper fallback mark positioning soon.
3705
3706  src/hb-ot-shape.cc |    7 ++-----
3707  1 files changed, 2 insertions(+), 5 deletions(-)
3708
3709 commit 3a7e137a68ec8f723dc3afa89c918ca2df7ff6bf
3710 Author: Behdad Esfahbod <behdad@behdad.org>
3711 Date:   Fri Aug 3 17:23:40 2012 -0700
3712
3713     Dn't use gint
3714
3715  src/hb-glib.cc |    4 ++--
3716  src/hb-icu.cc  |    2 +-
3717  2 files changed, 3 insertions(+), 3 deletions(-)
3718
3719 commit 11b0e20ba42bf0b17133c3e1087732802bb4f230
3720 Author: Behdad Esfahbod <behdad@behdad.org>
3721 Date:   Thu Aug 2 14:21:40 2012 -0400
3722
3723     [Indic] Add per-script configuration tables
3724
3725     This concludes the Indic shape_plan work.  May do for Arabic also...
3726
3727  src/hb-ot-shape-complex-indic-private.hh |   16 +-
3728  src/hb-ot-shape-complex-indic.cc         |  309
3729  +++++++++++++++---------------
3730  2 files changed, 159 insertions(+), 166 deletions(-)
3731
3732 commit 85fc6c483f6d734febbe39270e84701a651f01f1
3733 Author: Behdad Esfahbod <behdad@behdad.org>
3734 Date:   Thu Aug 2 12:21:44 2012 -0400
3735
3736     [Indic] Move more stuff to the shape_plan
3737
3738     Almost done.  Need to add per-script static tables.
3739
3740  src/hb-ot-shape-complex-indic-machine.rl |    4 +-
3741  src/hb-ot-shape-complex-indic.cc         |  216
3742  ++++++++++++++++--------------
3743  2 files changed, 116 insertions(+), 104 deletions(-)
3744
3745 commit 914ffaa40fcca020f65bacdd709421e9047afd83
3746 Author: Behdad Esfahbod <behdad@behdad.org>
3747 Date:   Thu Aug 2 11:03:39 2012 -0400
3748
3749     [Indic] Move more repeated work into shape_plan
3750
3751  src/hb-ot-shape-complex-indic.cc |   63
3752  +++++++++++++++++++++++++------------
3753  1 files changed, 42 insertions(+), 21 deletions(-)
3754
3755 commit a8c6da90f4c6e8d27a3a1b758a55476776d9f750
3756 Author: Behdad Esfahbod <behdad@behdad.org>
3757 Date:   Thu Aug 2 10:46:34 2012 -0400
3758
3759     [OT] Add per-complex-shaper shape_plan data
3760
3761     Hookup some Indic data to it.  More to come.
3762
3763  src/hb-ot-shape-complex-arabic.cc  |    2 +
3764  src/hb-ot-shape-complex-indic.cc   |  128
3765  +++++++++++++++++++++---------------
3766  src/hb-ot-shape-complex-misc.cc    |    4 +
3767  src/hb-ot-shape-complex-private.hh |   16 ++++-
3768  src/hb-ot-shape-private.hh         |    1 +
3769  src/hb-ot-shape.cc                 |   23 +++++--
3770  6 files changed, 113 insertions(+), 61 deletions(-)
3771
3772 commit 8bb5deba9630d35878eb6edb4643ecfabf99f15f
3773 Author: Behdad Esfahbod <behdad@behdad.org>
3774 Date:   Thu Aug 2 10:07:58 2012 -0400
3775
3776     [OT] Pipe shape_plan down to pause_callbacks
3777
3778  src/hb-ot-map-private.hh                 |    8 ++--
3779  src/hb-ot-map.cc                         |   11 +++---
3780  src/hb-ot-shape-complex-indic-machine.rl |    4 +-
3781  src/hb-ot-shape-complex-indic.cc         |   50
3782  ++++++++++++++---------------
3783  src/hb-ot-shape-private.hh               |    6 +++
3784  src/hb-ot-shape.cc                       |   28 +++++++++-------
3785  6 files changed, 57 insertions(+), 50 deletions(-)
3786
3787 commit 3e38c0f2886c38d2f0a9d80a97a36edf2479d2c7
3788 Author: Behdad Esfahbod <behdad@behdad.org>
3789 Date:   Thu Aug 2 09:44:18 2012 -0400
3790
3791     More massaging
3792
3793  src/hb-ot-map-private.hh          |   20 ++++++++------------
3794  src/hb-ot-map.cc                  |   17 ++++++++---------
3795  src/hb-ot-shape-complex-arabic.cc |    8 ++++----
3796  src/hb-ot-shape-complex-indic.cc  |   18 +++++++-----------
3797  4 files changed, 27 insertions(+), 36 deletions(-)
3798
3799 commit 16c6a27b4bffc19026944c7bea9cf0a3a8ff1d8f
3800 Author: Behdad Esfahbod <behdad@behdad.org>
3801 Date:   Thu Aug 2 09:38:28 2012 -0400
3802
3803     [OT] Port complex_shaper to planner/plan
3804
3805  src/hb-ot-shape-complex-arabic.cc  |   17 ++++++++---------
3806  src/hb-ot-shape-complex-indic.cc   |   19 ++++++++-----------
3807  src/hb-ot-shape-complex-misc.cc    |   20 ++++++++------------
3808  src/hb-ot-shape-complex-private.hh |   32
3809  +++++++++++---------------------
3810  src/hb-ot-shape-private.hh         |   14 +++++++++++---
3811  src/hb-ot-shape.cc                 |    9 +++++----
3812  6 files changed, 51 insertions(+), 60 deletions(-)
3813
3814 commit 5393e3a62ba09fd7bcf3767b36225c8f49badb9d
3815 Author: Behdad Esfahbod <behdad@behdad.org>
3816 Date:   Thu Aug 2 09:24:35 2012 -0400
3817
3818     [OT] Minor refactoring
3819
3820  src/hb-ot-map.cc           |    4 ----
3821  src/hb-ot-shape-private.hh |   26 ++++++++++++++++++++++++++
3822  src/hb-ot-shape.cc         |   26 ++------------------------
3823  src/hb-shape-plan.cc       |    2 ++
3824  src/hb-shape.cc            |    2 --
3825  5 files changed, 30 insertions(+), 30 deletions(-)
3826
3827 commit 24eacf17c801c66a2d466e8ae02b73f501a26b25
3828 Author: Behdad Esfahbod <behdad@behdad.org>
3829 Date:   Thu Aug 2 08:42:11 2012 -0400
3830
3831     [Indic] Move consonant-position-setting into initial_reordering()
3832
3833  src/hb-ot-shape-complex-indic.cc |   65
3834  ++++++++++++++++++++-----------------
3835  1 files changed, 35 insertions(+), 30 deletions(-)
3836
3837 commit afbcc24be01a64bdb5c05c63880269145fa1d3c8
3838 Author: Behdad Esfahbod <behdad@behdad.org>
3839 Date:   Thu Aug 2 08:36:40 2012 -0400
3840
3841     [GSUB] Wire the font, not just the face, down to substitute()
3842
3843     We need the font for glyph lookup during GSUB pauses in Indic shaper.
3844     Could perhaps be avoided, but at this point, we don't mean to support
3845     separate substitute()/position() entry points (anymore), so there is
3846     no point in not providing the font to GSUB.
3847
3848  src/hb-ot-layout-gsub-table.hh       |   13 +++++--------
3849  src/hb-ot-layout-gsubgpos-private.hh |    7 ++-----
3850  src/hb-ot-layout-private.hh          |    6 +++---
3851  src/hb-ot-layout.cc                  |   18 +++++++++---------
3852  src/hb-ot-map-private.hh             |   15 ++++++---------
3853  src/hb-ot-map.cc                     |    8 ++++----
3854  src/hb-ot-shape-complex-indic.cc     |    8 ++++----
3855  src/hb-ot-shape.cc                   |    6 +++---
3856  8 files changed, 36 insertions(+), 45 deletions(-)
3857
3858 commit b0e6a26a10ccca70ebc88a9e158a89ccfab0add5
3859 Author: Behdad Esfahbod <behdad@behdad.org>
3860 Date:   Thu Aug 2 08:11:14 2012 -0400
3861
3862     [OT] Hide some API
3863
3864     It was impossible to meaningfully use them from the outside these
3865     days.
3866
3867  src/hb-ot-layout-private.hh |   40
3868  ++++++++++++++++++++++++++++++++--------
3869  src/hb-ot-layout.cc         |   20 --------------------
3870  src/hb-ot-layout.h          |   34 ----------------------------------
3871  src/hb-ot-map.cc            |    8 ++++----
3872  4 files changed, 36 insertions(+), 66 deletions(-)
3873
3874 commit 305246744ed178f116e01498b7f9d1af6950ca30
3875 Author: Behdad Esfahbod <behdad@behdad.org>
3876 Date:   Thu Aug 2 08:08:04 2012 -0400
3877
3878     Minor
3879
3880  src/hb-ot-layout-gsubgpos-private.hh |    2 +-
3881  1 files changed, 1 insertions(+), 1 deletions(-)
3882
3883 commit 8ef3d53255ae9fbb0e46c22909e50009d1e7eeb0
3884 Author: Behdad Esfahbod <behdad@behdad.org>
3885 Date:   Thu Aug 2 07:53:18 2012 -0400
3886
3887     [Indic] More refactoring of consonant position peeking in the font
3888
3889     To be moved to initial_reordering next...
3890
3891  src/hb-ot-shape-complex-indic.cc |   59
3892  ++++++++++++++++++++++++++-----------
3893  1 files changed, 41 insertions(+), 18 deletions(-)
3894
3895 commit 3eb6f81fd3f1e56679eec10d08f5e2303121753f
3896 Author: Behdad Esfahbod <behdad@behdad.org>
3897 Date:   Thu Aug 2 07:37:46 2012 -0400
3898
3899     [Indic] Refactor
3900
3901     Move all the logic that needs to eventually move into the indic table
3902     into hb-ot-shape-complex-indic-private.hh.
3903
3904  src/hb-ot-shape-complex-indic-private.hh |  210
3905  +++++++++++++++++++++++++++
3906  src/hb-ot-shape-complex-indic.cc         |  227
3907  +----------------------------
3908  2 files changed, 218 insertions(+), 219 deletions(-)
3909
3910 commit 3614ba242fc7d338761acdda365a134706035b6d
3911 Author: Behdad Esfahbod <behdad@behdad.org>
3912 Date:   Thu Aug 2 07:13:55 2012 -0400
3913
3914     [Indic] Rename
3915
3916  src/hb-ot-shape-complex-indic.cc |   40
3917  +++++++++++++++++++------------------
3918  1 files changed, 21 insertions(+), 19 deletions(-)
3919
3920 commit 610e5e8f713bb2a68939b72cb2b801a7aaede4f9
3921 Author: Behdad Esfahbod <behdad@behdad.org>
3922 Date:   Thu Aug 2 05:27:46 2012 -0400
3923
3924     [Indic] Streamline feature would_apply()
3925
3926     Comes with some 10% speedup for Devanagari even!
3927
3928  src/hb-ot-map-private.hh         |   85
3929  +++++++++++++++++++++++--------------
3930  src/hb-ot-map.cc                 |   18 ++++----
3931  src/hb-ot-shape-complex-indic.cc |   85
3932  +++++++++++++++++++++----------------
3933  3 files changed, 110 insertions(+), 78 deletions(-)
3934
3935 commit 1d002048d5afcd45abbb09fdf0419f13b2e2265c
3936 Author: Behdad Esfahbod <behdad@behdad.org>
3937 Date:   Thu Aug 2 05:01:11 2012 -0400
3938
3939     [Indic] Minor
3940
3941  src/hb-ot-shape-complex-indic-private.hh |   16 -------
3942  src/hb-ot-shape-complex-indic.cc         |   64
3943  ++++++++++++++++++++----------
3944  2 files changed, 43 insertions(+), 37 deletions(-)
3945
3946 commit 6f7611375521c6d285a9aa763f2ea5cb44cd0d39
3947 Author: Behdad Esfahbod <behdad@behdad.org>
3948 Date:   Thu Aug 2 04:00:31 2012 -0400
3949
3950     [GSUB/GPOS] Check array size before accessing digests
3951
3952  src/hb-ot-layout-private.hh |    3 +++
3953  src/hb-ot-layout.cc         |   32 ++++++++++++++++----------------
3954  2 files changed, 19 insertions(+), 16 deletions(-)
3955
3956 commit 22148b8c4af3ed296d96e969cdd47bac97b32307
3957 Author: Behdad Esfahbod <behdad@behdad.org>
3958 Date:   Thu Aug 2 03:51:51 2012 -0400
3959
3960     Use Coverage digests in would_apply
3961
3962  src/hb-ot-layout-gsub-table.hh       |    1 +
3963  src/hb-ot-layout-gsubgpos-private.hh |    6 +++++-
3964  src/hb-ot-layout.cc                  |    4 ++--
3965  3 files changed, 8 insertions(+), 3 deletions(-)
3966
3967 commit 6c459c8fef85bc44f45d7b58c28a34abfb2c33fc
3968 Author: Behdad Esfahbod <behdad@behdad.org>
3969 Date:   Thu Aug 2 03:45:53 2012 -0400
3970
3971     Minor
3972
3973  src/hb-ot-layout-gpos-table.hh       |    2 +-
3974  src/hb-ot-layout-gsub-table.hh       |    4 ++--
3975  src/hb-ot-layout-gsubgpos-private.hh |    4 ++--
3976  3 files changed, 5 insertions(+), 5 deletions(-)
3977
3978 commit e2b8d75fa6e847ecf5c040f4e1e16a565c5d8aaf
3979 Author: Behdad Esfahbod <behdad@behdad.org>
3980 Date:   Wed Aug 1 22:17:48 2012 -0400
3981
3982     Use wider set digests on 64-bit archs
3983
3984  src/hb-set-private.hh |    6 +++---
3985  1 files changed, 3 insertions(+), 3 deletions(-)
3986
3987 commit 0120ce9679aab3ac936aeb18f6709529eef000a4
3988 Author: Behdad Esfahbod <behdad@behdad.org>
3989 Date:   Wed Aug 1 21:56:35 2012 -0400
3990
3991     [GSUB/GPOS] Remove unused get_coverage() methods
3992
3993  src/hb-ot-layout-gpos-table.hh |   11 -----------
3994  src/hb-ot-layout-gsub-table.hh |   11 -----------
3995  2 files changed, 0 insertions(+), 22 deletions(-)
3996
3997 commit 1336ecdf8e4e9879b96b26ecfbf5c9ba6c49e2b9
3998 Author: Behdad Esfahbod <behdad@behdad.org>
3999 Date:   Wed Aug 1 21:46:36 2012 -0400
4000
4001     [GSUB/GPOS] Use Coverage digests as gatekeeper
4002
4003     Gives me a good 10% speedup for the Devanagari test case.  Less so
4004     for less lookup-intensive tests.
4005
4006     For the Devanagari test case, the false positive rate of the GSUB
4007     digest
4008     is 4%.
4009
4010  src/hb-ot-layout-gpos-table.hh       |   30 ++++++++--------------------
4011  src/hb-ot-layout-gsub-table.hh       |   35
4012  +++++++++++----------------------
4013  src/hb-ot-layout-gsubgpos-private.hh |    8 +++++-
4014  src/hb-ot-layout-private.hh          |    4 +++
4015  src/hb-ot-layout.cc                  |   29 ++++++++++++++++++++++++---
4016  5 files changed, 56 insertions(+), 50 deletions(-)
4017
4018 commit a878c58a8fc1500986d713b2bcedfeb90a0087b0
4019 Author: Behdad Esfahbod <behdad@behdad.org>
4020 Date:   Wed Aug 1 21:18:54 2012 -0400
4021
4022     [GSUB/GPOS] Add add_coverage()
4023
4024  src/hb-ot-layout-gpos-table.hh |   18 ++++++++++++++++++
4025  src/hb-ot-layout-gsub-table.hh |   18 ++++++++++++++++++
4026  2 files changed, 36 insertions(+), 0 deletions(-)
4027
4028 commit 60a3035ac5ec8227e4cc0e6708732bb139c9e0b8
4029 Author: Behdad Esfahbod <behdad@behdad.org>
4030 Date:   Wed Aug 1 21:06:27 2012 -0400
4031
4032     Add hb_set_digest_t
4033
4034     Implement two set digests, and one that combines the two.
4035
4036  src/hb-set-private.hh |   95
4037  +++++++++++++++++++++++++++++++++++++++++++++++++
4038  1 files changed, 95 insertions(+), 0 deletions(-)
4039
4040 commit c8accf1dd2d92cc4f714393eb0ea46f69bb182a6
4041 Author: Behdad Esfahbod <behdad@behdad.org>
4042 Date:   Wed Aug 1 21:05:57 2012 -0400
4043
4044     [OT] Templatize Coverage::add_coverage()
4045
4046  src/hb-ot-layout-common-private.hh |   12 ++++++++----
4047  1 files changed, 8 insertions(+), 4 deletions(-)
4048
4049 commit 8fbfda920e0b3bb4ab7afb732826026964b79be9
4050 Author: Behdad Esfahbod <behdad@behdad.org>
4051 Date:   Wed Aug 1 19:03:46 2012 -0400
4052
4053     Inline font getters
4054
4055  src/hb-fallback-shape.cc          |   21 ++--
4056  src/hb-font-private.hh            |  204
4057  +++++++++++++++++++++++++++++++++++++
4058  src/hb-font.cc                    |  129 ++++--------------------
4059  src/hb-graphite2.cc               |    6 +-
4060  src/hb-old.cc                     |   10 +-
4061  src/hb-ot-layout-gdef-table.hh    |    2 +-
4062  src/hb-ot-layout-gpos-table.hh    |    2 +-
4063  src/hb-ot-shape-complex-arabic.cc |    4 +-
4064  src/hb-ot-shape-complex-indic.cc  |    6 +-
4065  src/hb-ot-shape-normalize.cc      |   12 +-
4066  src/hb-ot-shape.cc                |   47 ++++-----
4067  11 files changed, 277 insertions(+), 166 deletions(-)
4068
4069 commit 6adf417bc15d4524e280b284e3accd1ae647662e
4070 Author: Behdad Esfahbod <behdad@behdad.org>
4071 Date:   Wed Aug 1 18:07:42 2012 -0400
4072
4073     Use a lookup table for modified_combining_class
4074
4075  src/hb-unicode-private.hh |   10 ++-
4076  src/hb-unicode.cc         |  213
4077  +++++++++++++++++++++++++++++++--------------
4078  src/hb-unicode.h          |    4 +
4079  3 files changed, 157 insertions(+), 70 deletions(-)
4080
4081 commit 208f70f0553d73d2908b21b9552298029482a8b9
4082 Author: Behdad Esfahbod <behdad@behdad.org>
4083 Date:   Wed Aug 1 17:13:10 2012 -0400
4084
4085     Inline Unicode callbacks internally
4086
4087  src/hb-buffer.cc                |    2 +-
4088  src/hb-fallback-shape.cc        |    2 +-
4089  src/hb-old.cc                   |    2 +-
4090  src/hb-ot-shape-complex-misc.cc |    2 +-
4091  src/hb-ot-shape-normalize.cc    |   13 ++---
4092  src/hb-ot-shape-private.hh      |    6 +-
4093  src/hb-ot-shape.cc              |    4 +-
4094  src/hb-unicode-private.hh       |  112
4095  +++++++++++++++++++-------------------
4096  src/hb-unicode.cc               |    5 +-
4097  9 files changed, 73 insertions(+), 75 deletions(-)
4098
4099 commit 7470315a3e782aa6192bbe64f7a3944266fb1521
4100 Author: Behdad Esfahbod <behdad@behdad.org>
4101 Date:   Wed Aug 1 17:01:59 2012 -0400
4102
4103     Move unicode accessors around
4104
4105  src/hb-unicode-private.hh |   73
4106  ++++++++++++++++++++++++++++++++++++++++++++-
4107  src/hb-unicode.cc         |   65 ++++------------------------------------
4108  2 files changed, 78 insertions(+), 60 deletions(-)
4109
4110 commit 21fdcee00125b6e1c09f0bed3064d16ccd3a7a5d
4111 Author: Behdad Esfahbod <behdad@behdad.org>
4112 Date:   Wed Aug 1 16:23:44 2012 -0400
4113
4114     Add hb_unicode_combining_class_t
4115
4116  src/hb-common.h           |   38 +-------------
4117  src/hb-glib.cc            |    4 +-
4118  src/hb-icu.cc             |    4 +-
4119  src/hb-unicode-private.hh |    2 +-
4120  src/hb-unicode.cc         |   11 ++--
4121  src/hb-unicode.h          |  124
4122  ++++++++++++++++++++++++++++++++++++++++++++-
4123  6 files changed, 134 insertions(+), 49 deletions(-)
4124
4125 commit 84186a64004e5dcd2ce98b564d0e0a09aa5d68b2
4126 Author: Behdad Esfahbod <behdad@behdad.org>
4127 Date:   Wed Aug 1 13:32:39 2012 -0400
4128
4129     Add commentary on the compatibility decomposition in the normalizer
4130
4131  src/hb-ot-shape-normalize.cc |   18 +++++++++++++++---
4132  1 files changed, 15 insertions(+), 3 deletions(-)
4133
4134 commit 0834d952017a04c6f4599e574cb75ecf3ca27d3b
4135 Author: Behdad Esfahbod <behdad@behdad.org>
4136 Date:   Wed Aug 1 00:21:09 2012 -0400
4137
4138     [hb-old] Adjust mark positioning parameters
4139
4140     Fallback mark positioning works now...  With hb-ft and hb-view /
4141     hb-shape at least.
4142
4143  src/hb-old.cc                  |   10 +++++-----
4144  src/hb-old/harfbuzz-shaper.cpp |    1 +
4145  2 files changed, 6 insertions(+), 5 deletions(-)
4146
4147 commit 4ca743dfb8e09f9fa525061c7f1144d55f72effb
4148 Author: Behdad Esfahbod <behdad@behdad.org>
4149 Date:   Wed Aug 1 00:03:41 2012 -0400
4150
4151     [old] Implement fontMetrics
4152
4153  src/hb-old.cc |   11 ++++++++++-
4154  1 files changed, 10 insertions(+), 1 deletions(-)
4155
4156 commit 1e7d860613032e40a3f90e2caa2ee5ac44ab8c8c
4157 Author: Behdad Esfahbod <behdad@behdad.org>
4158 Date:   Tue Jul 31 23:41:06 2012 -0400
4159
4160     [GPOS] Adjust mark advance-width zeroing logic
4161
4162     If there is no GPOS, zero mark advances.
4163
4164     If there *is* GPOS and the shaper requests so, zero mark advances for
4165     attached marks.
4166
4167     Fixes regression with Tibetan, where the font has GPOS, and marks a
4168     glyph as mark where it shouldn't get zero advance.
4169
4170  src/hb-ot-layout-gpos-table.hh     |   14 ++++++++------
4171  src/hb-ot-layout.cc                |    4 ++--
4172  src/hb-ot-layout.h                 |    3 ++-
4173  src/hb-ot-shape-complex-arabic.cc  |    2 +-
4174  src/hb-ot-shape-complex-indic.cc   |    2 +-
4175  src/hb-ot-shape-complex-misc.cc    |    4 ++--
4176  src/hb-ot-shape-complex-private.hh |    2 +-
4177  src/hb-ot-shape.cc                 |    6 ++----
4178  8 files changed, 19 insertions(+), 18 deletions(-)
4179
4180 commit a8842e4a448efb30f3f2f3c628d6dc4824829726
4181 Author: Behdad Esfahbod <behdad@behdad.org>
4182 Date:   Tue Jul 31 23:10:11 2012 -0400
4183
4184     Remove some TODO items
4185
4186  TODO            |   27 ---------------------------
4187  src/hb-shape.cc |    2 ++
4188  2 files changed, 2 insertions(+), 27 deletions(-)
4189
4190 commit 2bc3b9a616cedbc56ff4a915f9e3439ff3a6bf13
4191 Author: Behdad Esfahbod <behdad@behdad.org>
4192 Date:   Tue Jul 31 23:08:25 2012 -0400
4193
4194     [OT] Zero mark advances if the shaper desires so
4195
4196     Enabled for all shapers except for Indic.
4197
4198  src/hb-ot-shape-complex-arabic.cc  |    1 +
4199  src/hb-ot-shape-complex-indic.cc   |    1 +
4200  src/hb-ot-shape-complex-misc.cc    |    2 ++
4201  src/hb-ot-shape-complex-private.hh |    2 ++
4202  src/hb-ot-shape.cc                 |   15 +++++++++++++++
4203  5 files changed, 21 insertions(+), 0 deletions(-)
4204
4205 commit 5fecd8b0355894ceda14b3d3c654f20c3d5e77f4
4206 Author: Behdad Esfahbod <behdad@behdad.org>
4207 Date:   Tue Jul 31 22:48:38 2012 -0400
4208
4209     [OT] Synthesize glyph classes
4210
4211  TODO               |    2 --
4212  src/hb-ot-shape.cc |   20 ++++++++++++++++++--
4213  2 files changed, 18 insertions(+), 4 deletions(-)
4214
4215 commit 03b09214c073ce37eeb8af5218942c85b2d393df
4216 Author: Behdad Esfahbod <behdad@behdad.org>
4217 Date:   Tue Jul 31 22:43:58 2012 -0400
4218
4219     [GSUB] Minor
4220
4221  src/hb-ot-layout-gsub-table.hh |    5 ++++-
4222  1 files changed, 4 insertions(+), 1 deletions(-)
4223
4224 commit f0fc1df8fc949739b68d55948741016081b69c3a
4225 Author: Behdad Esfahbod <behdad@behdad.org>
4226 Date:   Tue Jul 31 22:43:32 2012 -0400
4227
4228     [hb-old] Implement getGlyphMetrics()
4229
4230     Still working on it.
4231
4232  src/hb-old.cc |   13 ++++++++++++-
4233  1 files changed, 12 insertions(+), 1 deletions(-)
4234
4235 commit 378d279bbf692195c4654e312dae854ab3be04cf
4236 Author: Behdad Esfahbod <behdad@behdad.org>
4237 Date:   Tue Jul 31 21:36:16 2012 -0400
4238
4239     Implement Unicode compatibility decompositions
4240
4241     Based on patch from Philip Withnall.
4242     https://bugs.freedesktop.org/show_bug.cgi?id=41095
4243
4244  src/hb-glib.cc               |   30 +++++++++++++++++++++++
4245  src/hb-icu.cc                |   36 +++++++++++++++++++++++++++-
4246  src/hb-ot-shape-normalize.cc |   53
4247  +++++++++++++++++++++++++++--------------
4248  src/hb-unicode-private.hh    |    1 +
4249  src/hb-unicode.cc            |   27 ++++++++++++++++++++-
4250  src/hb-unicode.h             |   37 ++++++++++++++++++++++++++++-
4251  test/api/hb-test.h           |    1 +
4252  test/api/test-unicode.c      |   50
4253  +++++++++++++++++++++++++++++++++++++++
4254  8 files changed, 214 insertions(+), 21 deletions(-)
4255
4256 commit 321ec29cc270e7e66a529696b70b2caac553c95f
4257 Author: Behdad Esfahbod <behdad@behdad.org>
4258 Date:   Tue Jul 31 21:10:16 2012 -0400
4259
4260     Remove unused function
4261
4262  src/hb-ot-shape-complex-indic.cc |    7 -------
4263  1 files changed, 0 insertions(+), 7 deletions(-)
4264
4265 commit 69cc492dc120847ed00cae65ec958593ebf550c5
4266 Author: Behdad Esfahbod <behdad@behdad.org>
4267 Date:   Tue Jul 31 14:51:36 2012 -0400
4268
4269     [buffer] Minor
4270
4271  src/hb-buffer-private.hh |    3 ++-
4272  src/hb-buffer.cc         |   24 ++++++++++++------------
4273  2 files changed, 14 insertions(+), 13 deletions(-)
4274
4275 commit 693918ef8541014a5ef7dfb91c6ea0ae36d9c368
4276 Author: Behdad Esfahbod <behdad@behdad.org>
4277 Date:   Mon Jul 30 21:08:51 2012 -0400
4278
4279     [OT] Streamline complex shaper enumeration
4280
4281     Add a shaper class struct.
4282
4283  src/hb-ot-shape-complex-arabic.cc    |   37 +++----
4284  src/hb-ot-shape-complex-indic.cc     |   47 ++++++---
4285  src/hb-ot-shape-complex-misc.cc      |   67 ++++++--------
4286  src/hb-ot-shape-complex-private.hh   |  179
4287  ++++++++++------------------------
4288  src/hb-ot-shape-normalize-private.hh |    4 +-
4289  src/hb-ot-shape-private.hh           |    2 +-
4290  src/hb-ot-shape.cc                   |   16 ++-
4291  7 files changed, 143 insertions(+), 209 deletions(-)
4292
4293 commit c2e42c3db691515f3a458eb4c71fe1e6439d5620
4294 Author: Behdad Esfahbod <behdad@behdad.org>
4295 Date:   Mon Jul 30 19:54:50 2012 -0400
4296
4297     Minor
4298
4299  src/hb-ot-layout-gpos-table.hh       |    2 +-
4300  src/hb-ot-layout-gsub-table.hh       |    4 ++--
4301  src/hb-ot-layout-gsubgpos-private.hh |    8 ++++----
4302  src/hb-ot-layout-private.hh          |    4 ++--
4303  4 files changed, 9 insertions(+), 9 deletions(-)
4304
4305 commit 03f67bc012f42131b36083a23efc78e1b04b828c
4306 Author: Behdad Esfahbod <behdad@behdad.org>
4307 Date:   Mon Jul 30 19:47:53 2012 -0400
4308
4309     More refactoring glyph class access
4310
4311  src/hb-ot-layout-gpos-table.hh       |    2 +-
4312  src/hb-ot-layout-gsub-table.hh       |    2 +-
4313  src/hb-ot-layout-gsubgpos-private.hh |  154
4314  ++++++++++++++++------------------
4315  3 files changed, 76 insertions(+), 82 deletions(-)
4316
4317 commit 300c7307eb7943ba7416b672345506be1e27c6ba
4318 Author: Behdad Esfahbod <behdad@behdad.org>
4319 Date:   Mon Jul 30 19:37:44 2012 -0400
4320
4321     [OT] Don't crash if no GDEF available
4322
4323  src/hb-ot-layout-gsubgpos-private.hh |    8 +++++---
4324  1 files changed, 5 insertions(+), 3 deletions(-)
4325
4326 commit 3dcbdc2125c04c173f29f04922fc031929893f4e
4327 Author: Behdad Esfahbod <behdad@behdad.org>
4328 Date:   Mon Jul 30 19:31:17 2012 -0400
4329
4330     Minor
4331
4332  src/hb-ot-layout.cc |   15 +++++----------
4333  1 files changed, 5 insertions(+), 10 deletions(-)
4334
4335 commit 05bd1b63426e07d1df7a1b40bf845dc94ab995a8
4336 Author: Behdad Esfahbod <behdad@behdad.org>
4337 Date:   Mon Jul 30 19:30:01 2012 -0400
4338
4339     [GSUB/GPOS] Move glyph props matching around
4340
4341  src/hb-ot-layout-gpos-table.hh       |   11 ++--
4342  src/hb-ot-layout-gsub-table.hh       |   18 ++++--
4343  src/hb-ot-layout-gsubgpos-private.hh |   99
4344  ++++++++++++++++++++++++++++----
4345  src/hb-ot-layout-private.hh          |   12 ----
4346  src/hb-ot-layout.cc                  |  104
4347  +++-------------------------------
4348  src/hb-ot-layout.h                   |   12 +++-
4349  src/hb-ot-shape.cc                   |   10 ++--
4350  7 files changed, 127 insertions(+), 139 deletions(-)
4351
4352 commit 2fca1426ca06cabbe8f027f2dc9dee9c27560c76
4353 Author: Behdad Esfahbod <behdad@behdad.org>
4354 Date:   Mon Jul 30 18:46:41 2012 -0400
4355
4356     [GSUB] Don't erase glyph classes if GDEF does not have glyph classes
4357
4358  src/hb-ot-layout-gsubgpos-private.hh |    5 ++++-
4359  1 files changed, 4 insertions(+), 1 deletions(-)
4360
4361 commit fd42257f8c45ff8e036e1c3eb1a788a101be7ead
4362 Author: Behdad Esfahbod <behdad@behdad.org>
4363 Date:   Mon Jul 30 18:40:27 2012 -0400
4364
4365     Minor
4366
4367  src/hb-ot-layout.cc |   29 +++++------------------------
4368  1 files changed, 5 insertions(+), 24 deletions(-)
4369
4370 commit 7fbbf86efe675e4c038dfc5985c24bbc544620cd
4371 Author: Behdad Esfahbod <behdad@behdad.org>
4372 Date:   Mon Jul 30 18:36:42 2012 -0400
4373
4374     [GSUB] Minor
4375
4376  src/hb-ot-layout-gsub-table.hh       |    2 +-
4377  src/hb-ot-layout-gsubgpos-private.hh |    6 ++++++
4378  2 files changed, 7 insertions(+), 1 deletions(-)
4379
4380 commit 713914d3203109a8e9213f5a1d3b384730703ce9
4381 Author: Behdad Esfahbod <behdad@behdad.org>
4382 Date:   Mon Jul 30 17:54:38 2012 -0400
4383
4384     [Uniscribe] Clean up a bit
4385
4386  src/hb-uniscribe.cc |   17 +++++------------
4387  1 files changed, 5 insertions(+), 12 deletions(-)
4388
4389 commit 301168dae77a63ee25adfb26ce2b54a708f83791
4390 Author: Behdad Esfahbod <behdad@behdad.org>
4391 Date:   Mon Jul 30 17:48:04 2012 -0400
4392
4393     [CoreText] Port to shape_plan infrastructure
4394
4395  src/hb-coretext.cc |  161
4396  ++++++++++++++++++++++++++--------------------------
4397  1 files changed, 80 insertions(+), 81 deletions(-)
4398
4399 commit 6cdfd14bb19d60ac3d6b20ff611408432254f273
4400 Author: Behdad Esfahbod <behdad@behdad.org>
4401 Date:   Mon Jul 30 17:22:17 2012 -0400
4402
4403     Fix build on Mac
4404
4405  src/hb-ot-layout-gsub-table.hh |    4 ++--
4406  1 files changed, 2 insertions(+), 2 deletions(-)
4407
4408 commit 7e34601dededd521bcef15111e39293df3d0d13d
4409 Author: Behdad Esfahbod <behdad@behdad.org>
4410 Date:   Mon Jul 30 14:53:41 2012 -0400
4411
4412     Unbreak Hangul jamo composition
4413
4414     When we removed the separate Hangul shaper, the specific normalization
4415     preference of Hangul was lost.  Fix that.  Also, the Thai shaper was
4416     copied from Hangul, so had the fully-composed normalization behavior,
4417     which was unnecessary.  So, fix that too.
4418
4419  src/hb-ot-shape-complex-arabic.cc  |    2 +-
4420  src/hb-ot-shape-complex-indic.cc   |    4 +---
4421  src/hb-ot-shape-complex-misc.cc    |   12 +++++++++---
4422  src/hb-ot-shape-complex-private.hh |    9 ++++-----
4423  src/hb-ot-shape.cc                 |    4 +++-
4424  5 files changed, 18 insertions(+), 13 deletions(-)
4425
4426 commit 7afb14407e59dfeaa79c33aca1ffa60e7982e349
4427 Author: Behdad Esfahbod <behdad@behdad.org>
4428 Date:   Mon Jul 30 13:54:46 2012 -0400
4429
4430     [Indic] Recategorize Telugu length marks
4431
4432     Fixes 8 more Telugu tests.  Failures at 15 (0.00154548%).
4433
4434  src/hb-unicode.cc |    8 ++++++++
4435  src/indic.cc      |   11 ++++++++---
4436  2 files changed, 16 insertions(+), 3 deletions(-)
4437
4438 commit 70b3dc327232b20051b36397aa2b196ab8c62397
4439 Author: Behdad Esfahbod <behdad@behdad.org>
4440 Date:   Mon Jul 30 12:40:18 2012 -0400
4441
4442     Add Hebrew test
4443
4444  .../script-hebrew/misc/diacritics.txt              |    1 +
4445  1 files changed, 1 insertions(+), 0 deletions(-)
4446
4447 commit f2377155e35c15919af4d7db21b6edc6783146b6
4448 Author: Behdad Esfahbod <behdad@behdad.org>
4449 Date:   Mon Jul 30 10:50:57 2012 -0400
4450
4451     [hb-old] Fix misc leaks
4452
4453     Backport (forward-port?!) from upstream:
4454
4455     commit 3ab7b37bdebf0f8773493a1fee910b151c4de30f
4456     Author: Behdad Esfahbod <behdad@behdad.org>
4457     Date:   Mon Jul 30 10:50:22 2012 -0400
4458
4459         Fix misc leaks
4460
4461         https://bugs.freedesktop.org/show_bug.cgi?id=31992
4462         https://bugs.freedesktop.org/show_bug.cgi?id=31993
4463         https://bugs.freedesktop.org/show_bug.cgi?id=31994
4464         https://bugs.freedesktop.org/show_bug.cgi?id=31995
4465
4466  src/hb-old/harfbuzz-arabic.c  |   12 +++++++++---
4467  src/hb-old/harfbuzz-gpos.c    |    6 +++---
4468  src/hb-old/harfbuzz-gsub.c    |    6 +++---
4469  src/hb-old/harfbuzz-tibetan.c |    1 +
4470  4 files changed, 16 insertions(+), 9 deletions(-)
4471
4472 commit 3f4764bb56bb7e42ba8859f1905810bd2f998838
4473 Author: Behdad Esfahbod <behdad@behdad.org>
4474 Date:   Mon Jul 30 10:06:42 2012 -0400
4475
4476     Don't lock user_data set during destruction if empty
4477
4478  src/hb-private.hh |    5 +++++
4479  1 files changed, 5 insertions(+), 0 deletions(-)
4480
4481 commit 4ba647eecf0f70917ac4229af1f2dd3c62fcb7d5
4482 Author: Behdad Esfahbod <behdad@behdad.org>
4483 Date:   Mon Jul 30 09:53:06 2012 -0400
4484
4485     Fix leak
4486
4487  src/hb-ot-shape.cc |    2 ++
4488  1 files changed, 2 insertions(+), 0 deletions(-)
4489
4490 commit f860366456d9e59b139a940da6d89c3c4fb9e96e
4491 Author: Behdad Esfahbod <behdad@behdad.org>
4492 Date:   Mon Jul 30 02:38:39 2012 -0400
4493
4494     [OT] Gain back some lost speed
4495
4496  src/hb-ot-layout-private.hh        |   27 +++++++++++++++-
4497  src/hb-ot-layout.cc                |   63
4498  ++++++++++++++++++++++++++++++++---
4499  src/hb-ot-map-private.hh           |   26 +++------------
4500  src/hb-ot-map.cc                   |   35 ++++++++++++++------
4501  src/hb-ot-shape-complex-indic.cc   |    2 +-
4502  src/hb-ot-shape-complex-private.hh |    5 ---
4503  6 files changed, 114 insertions(+), 44 deletions(-)
4504
4505 commit 11f4c87d01924cac43bf40044f67838440e19e42
4506 Author: Behdad Esfahbod <behdad@behdad.org>
4507 Date:   Mon Jul 30 02:36:46 2012 -0400
4508
4509     [OT] Remove hb_ot_layout_ensure()
4510
4511     I didn't like it from the beginning.
4512
4513  src/hb-ot-layout.cc |    9 +++++----
4514  src/hb-ot-layout.h  |    5 -----
4515  2 files changed, 5 insertions(+), 9 deletions(-)
4516
4517 commit 578e42182b9b9cf15b4c5426fae36e224160cbd7
4518 Author: Behdad Esfahbod <behdad@behdad.org>
4519 Date:   Mon Jul 30 02:35:07 2012 -0400
4520
4521     Minor
4522
4523  src/hb-ot-layout-private.hh |    2 --
4524  src/hb-ot-layout.cc         |    1 -
4525  2 files changed, 0 insertions(+), 3 deletions(-)
4526
4527 commit a973b5ce86051e8ef0d20df362db1a50488842ab
4528 Author: Behdad Esfahbod <behdad@behdad.org>
4529 Date:   Mon Jul 30 01:46:34 2012 -0400
4530
4531     [GSUB] Further adjustments to mark-attachment vs ligation interaction
4532
4533     The d1d69ec52e75a78575b620a1c456d528b6078170 change broke Kannada
4534     badly,
4535     since it was ligating consonants, pushing matra out, and then ligating
4536     with the matra.  Adjust for that.  See comments.
4537
4538  src/hb-ot-layout-gsub-table.hh                     |   11 ++++++++---
4539  .../indic/script-kannada/misc/misc.txt             |    1 +
4540  2 files changed, 9 insertions(+), 3 deletions(-)
4541
4542 commit 0aef425e25e2c58445157057f17ef18f695c5240
4543 Author: Behdad Esfahbod <behdad@behdad.org>
4544 Date:   Mon Jul 30 00:55:15 2012 -0400
4545
4546     [GSUB] Minor
4547
4548  src/hb-ot-layout-gpos-table.hh |   15 ++++++---------
4549  1 files changed, 6 insertions(+), 9 deletions(-)
4550
4551 commit d1d69ec52e75a78575b620a1c456d528b6078170
4552 Author: Behdad Esfahbod <behdad@behdad.org>
4553 Date:   Mon Jul 30 00:51:47 2012 -0400
4554
4555     [GSUB] Don't ligate glyphs attached to different components of
4556     ligatures
4557
4558     This concludes the mark-attachment vs ligating interaction fixes
4559     (for now).
4560
4561  src/hb-ot-layout-gsub-table.hh |   24 ++++++++++++++++++++++++
4562  1 files changed, 24 insertions(+), 0 deletions(-)
4563
4564 commit 4751dec8be05883483fd5f6b474ebd22583ae566
4565 Author: Behdad Esfahbod <behdad@behdad.org>
4566 Date:   Mon Jul 30 00:42:07 2012 -0400
4567
4568     Minor
4569
4570  src/hb-ot-layout-private.hh |   20 ++++++++++----------
4571  1 files changed, 10 insertions(+), 10 deletions(-)
4572
4573 commit f24bcfbed1f3b4f4f6311246bd870f73ad6ba750
4574 Author: Behdad Esfahbod <behdad@behdad.org>
4575 Date:   Mon Jul 30 00:39:00 2012 -0400
4576
4577     Minor
4578
4579  src/hb-ot-layout-gsub-table.hh |    2 +-
4580  1 files changed, 1 insertions(+), 1 deletions(-)
4581
4582 commit fe20c0f84f5ff518dc471bf22ac5a83ef079eb69
4583 Author: Behdad Esfahbod <behdad@behdad.org>
4584 Date:   Mon Jul 30 00:00:59 2012 -0400
4585
4586     [GSUB] Fix mark component stuff when ligatures form ligatures!
4587
4588     See comments.
4589
4590     Fixes https://bugzilla.gnome.org/show_bug.cgi?id=437633
4591
4592  src/hb-ot-layout-gsub-table.hh       |  117
4593  ++++++++++++++++++++++------------
4594  src/hb-ot-layout-gsubgpos-private.hh |    8 --
4595  src/hb-ot-layout-private.hh          |    8 +--
4596  3 files changed, 79 insertions(+), 54 deletions(-)
4597
4598 commit 2ec3ba46a3c24469096e901750e38f6ee555479a
4599 Author: Behdad Esfahbod <behdad@behdad.org>
4600 Date:   Sun Jul 29 22:02:24 2012 -0400
4601
4602     [GSUB/GPOS] Minor
4603
4604     Start squeezing more out of lig_id/lig_comp.
4605
4606  src/hb-ot-layout-gsub-table.hh |    6 +++---
4607  src/hb-ot-layout-private.hh    |   35 +++++++++++++++++++++++++++++++----
4608  2 files changed, 34 insertions(+), 7 deletions(-)
4609
4610 commit ef6e9cec3399e4f63f4b662abd77cf6d4683e8a3
4611 Author: Behdad Esfahbod <behdad@behdad.org>
4612 Date:   Sun Jul 29 21:35:22 2012 -0400
4613
4614     Fixup bb0e4ba3e9c5a407fc5d73c914e429d24d336380
4615
4616  src/hb-shape-plan.cc |    2 +-
4617  1 files changed, 1 insertions(+), 1 deletions(-)
4618
4619 commit cb3d34063154bf164c61eeba41c6166b0bd304fb
4620 Author: Behdad Esfahbod <behdad@behdad.org>
4621 Date:   Sun Jul 29 20:37:38 2012 -0400
4622
4623     [GSUB] Don't set new lig_id on mark ligatures
4624
4625     If two marks form a ligature, retain their previous lig_id, such that
4626     the mark ligature can attach to ligature components...
4627
4628     Fixes https://bugzilla.gnome.org/show_bug.cgi?id=676343
4629
4630     In fact, I noticed that we should not let ligatures form between
4631     glyphs
4632     coming from different components of a previous ligature.  For example,
4633     if the sequence is: LAM,SHADDA,LAM,FATHA,HEH, the LAM,LAM,HEH form a
4634     ligature, putting SHADDA and FATHA next to eachother.  However,
4635     it would
4636     be wrong to ligate them.  Uniscribe has this bug also.
4637
4638  src/hb-ot-layout-gsub-table.hh |   18 ++++++++++++++----
4639  1 files changed, 14 insertions(+), 4 deletions(-)
4640
4641 commit 97a201becf936f62046914b568e5763e27ee936e
4642 Author: Behdad Esfahbod <behdad@behdad.org>
4643 Date:   Sun Jul 29 20:31:36 2012 -0400
4644
4645     Add Arabic tests for mark ligature component attachments
4646
4647  .../script-arabic/misc/diacritics/MANIFEST         |    1 +
4648  .../misc/diacritics/ligature-components.txt        |   18
4649  ++++++++++++++++++
4650  2 files changed, 19 insertions(+), 0 deletions(-)
4651
4652 commit a15b70a81a609f024083cb04f9819483f4d5cab7
4653 Author: Behdad Esfahbod <behdad@behdad.org>
4654 Date:   Sun Jul 29 20:09:22 2012 -0400
4655
4656     [hb-old] Fix cluster formation in RTL
4657
4658     Unlike Uniscribe, hb-old returns glyphs in logical order, so the logic
4659     does not need to duplicated for RTL.
4660
4661  src/hb-old.cc |   12 +++---------
4662  1 files changed, 3 insertions(+), 9 deletions(-)
4663
4664 commit 8a7e70ef65952fc16b8c1d5f1126c94d9d81e755
4665 Author: Behdad Esfahbod <behdad@behdad.org>
4666 Date:   Sun Jul 29 19:56:54 2012 -0400
4667
4668     [Minor]
4669
4670  src/test.cc |    2 +-
4671  1 files changed, 1 insertions(+), 1 deletions(-)
4672
4673 commit bb0e4ba3e9c5a407fc5d73c914e429d24d336380
4674 Author: Behdad Esfahbod <behdad@behdad.org>
4675 Date:   Sun Jul 29 17:34:14 2012 -0400
4676
4677     Minor
4678
4679  src/hb-shape-plan.cc         |    2 +-
4680  src/test-would-substitute.cc |    2 +-
4681  2 files changed, 2 insertions(+), 2 deletions(-)
4682
4683 commit a00ad60bc0fe74bf0e11d73da563239f3392f351
4684 Author: Behdad Esfahbod <behdad@behdad.org>
4685 Date:   Sat Jul 28 21:16:08 2012 -0400
4686
4687     [Uniscribe] Remove hb_uniscribe_font_ensure()
4688
4689     Wasn't a huge fan of putting the burden on the user.  Just remove
4690     it and
4691     do what we've got to do transparently.
4692
4693  src/hb-uniscribe.cc |    6 +++++-
4694  src/hb-uniscribe.h  |    4 ----
4695  2 files changed, 5 insertions(+), 5 deletions(-)
4696
4697 commit 5d874d566fe5d2cc4cfaf02c79b663d8a626ca1e
4698 Author: Behdad Esfahbod <behdad@behdad.org>
4699 Date:   Sat Jul 28 21:05:25 2012 -0400
4700
4701     [GPOS] Fix mark-to-mark positioning when one of the marks is
4702     a ligature
4703
4704     This commit: a3313e54008167e415b72c780ca7b9cda958d07e broke
4705     MarkMarkPos
4706     when one of the marks itself is a ligature.  That regressed 26 Tibetan
4707     tests (up from zero!).  Fix that.  Tibetan back to zero.
4708
4709  src/hb-ot-layout-gpos-table.hh                     |   27
4710  ++++++++++++++-----
4711  src/hb-ot-layout-private.hh                        |    5 ++-
4712  test/shaping/texts/in-tree/shaper-indic/MANIFEST   |    1 +
4713  .../indic/script-sinhala/misc/MANIFEST             |    1 +
4714  .../in-tree/shaper-indic/south-asian/MANIFEST      |    1 +
4715  .../south-asian/script-tibetan/MANIFEST            |    1 +
4716  .../south-asian/script-tibetan/misc/MANIFEST       |    1 +
4717  .../south-asian/script-tibetan/misc/misc.txt       |    1 +
4718  8 files changed, 29 insertions(+), 9 deletions(-)
4719
4720 commit 338fe662b50f9309bf0050dd99becb644874195b
4721 Author: Behdad Esfahbod <behdad@behdad.org>
4722 Date:   Sat Jul 28 18:53:01 2012 -0400
4723
4724     [GSUB] Minor
4725
4726  src/hb-ot-layout-gsub-table.hh |   33 ++++++++++++++++-----------------
4727  1 files changed, 16 insertions(+), 17 deletions(-)
4728
4729 commit e6f7479fe34fb4a7cada61d84c2ed70d1fd565c8
4730 Author: Behdad Esfahbod <behdad@behdad.org>
4731 Date:   Sat Jul 28 18:34:58 2012 -0400
4732
4733     [GSUB] Simplify would-apply
4734
4735  src/hb-ot-layout-gsub-table.hh       |   71
4736  +++-------------------------------
4737  src/hb-ot-layout-gsubgpos-private.hh |   24 ++---------
4738  2 files changed, 11 insertions(+), 84 deletions(-)
4739
4740 commit dadede012e4841f9fcb70d514fdc752f3ea4663d
4741 Author: Behdad Esfahbod <behdad@behdad.org>
4742 Date:   Sat Jul 28 18:03:20 2012 -0400
4743
4744     Minor
4745
4746  src/hb-ot-layout-common-private.hh |    7 +++----
4747  src/hb-ot-layout-gpos-table.hh     |    2 +-
4748  src/hb-ot-layout-gsub-table.hh     |    2 +-
4749  3 files changed, 5 insertions(+), 6 deletions(-)
4750
4751 commit 0b99429ead05ae32b3c210cb499af401b02770a9
4752 Author: Behdad Esfahbod <behdad@behdad.org>
4753 Date:   Sat Jul 28 17:31:01 2012 -0400
4754
4755     [GSUB/GPOS] Add get_coverage() and use it to speed up main loop
4756
4757     And use it to speed up the hotspot by checking coverage directly in
4758     the main loop, not 10 functions deep in.
4759
4760     Gives me a solid 20% boost with Indic test suite.  Less so for less
4761     lookup-intensive scenarios.
4762
4763     Remove the "fast_path" hack from before.
4764
4765  src/hb-ot-layout-gpos-table.hh       |  179
4766  +++++++++++++++++++++++++++++----
4767  src/hb-ot-layout-gsub-table.hh       |  166
4768  ++++++++++++++++++++++++++------
4769  src/hb-ot-layout-gsubgpos-private.hh |   26 +++++
4770  3 files changed, 321 insertions(+), 50 deletions(-)
4771
4772 commit 30ec9002d84e8b49290e782e6192069821ffa942
4773 Author: Behdad Esfahbod <behdad@behdad.org>
4774 Date:   Sat Jul 28 17:25:20 2012 -0400
4775
4776     Reject lookups with no subTable
4777
4778  src/hb-ot-layout-common-private.hh |    1 +
4779  1 files changed, 1 insertions(+), 0 deletions(-)
4780
4781 commit 0981068b75710397f08e0d2d776a0a2ea68d7117
4782 Author: Behdad Esfahbod <behdad@behdad.org>
4783 Date:   Sat Jul 28 17:01:59 2012 -0400
4784
4785     [GSUB/GPOS] Reject Context/ChainContext lookups with zero input
4786
4787  src/hb-ot-layout-gsubgpos-private.hh |    2 ++
4788  1 files changed, 2 insertions(+), 0 deletions(-)
4789
4790 commit 2f87cebe1062c7007021ebd05c1664e60da80825
4791 Author: Behdad Esfahbod <behdad@behdad.org>
4792 Date:   Fri Jul 27 04:02:38 2012 -0400
4793
4794     Implement shape_plan caching
4795
4796     Should give us some performance boost.
4797
4798  TODO                     |    4 ++
4799  src/hb-buffer-private.hh |   30 ++++++++++++++
4800  src/hb-font-private.hh   |    6 +++
4801  src/hb-font.cc           |   15 ++++++-
4802  src/hb-shape-plan.cc     |  100
4803  ++++++++++++++++++++++++++++++++++++++++++++++
4804  src/hb-shape-plan.h      |    7 +++
4805  src/hb-shape.cc          |    2 +-
4806  7 files changed, 162 insertions(+), 2 deletions(-)
4807
4808 commit e9eb9503e97044222f843daacfa47e26e51312b7
4809 Author: Behdad Esfahbod <behdad@behdad.org>
4810 Date:   Fri Jul 27 03:16:22 2012 -0400
4811
4812     Add default_shaper_list to shape_plan
4813
4814  src/hb-shape-plan-private.hh |    1 +
4815  src/hb-shape-plan.cc         |    2 ++
4816  2 files changed, 3 insertions(+), 0 deletions(-)
4817
4818 commit 3b7c4e270694ed962e2a2839e44f2a59c26b326c
4819 Author: Behdad Esfahbod <behdad@behdad.org>
4820 Date:   Fri Jul 27 03:12:23 2012 -0400
4821
4822     Don't fail choosing shaper on planning failure
4823
4824     Shapers have a chance to reject a font in face shaper_data creation.
4825     No need to allow failing during planning.
4826
4827  src/hb-shape-plan.cc |   17 ++++++-----------
4828  1 files changed, 6 insertions(+), 11 deletions(-)
4829
4830 commit cfe9882610489e1b917e09a74dfbf6bbba2e4a57
4831 Author: Behdad Esfahbod <behdad@behdad.org>
4832 Date:   Fri Jul 27 03:06:30 2012 -0400
4833
4834     Add hb_ot_layout_ensure() and hb_uniscribe_font_ensure()
4835
4836  src/hb-ot-layout.cc      |    7 +++++++
4837  src/hb-ot-layout.h       |    6 ++++++
4838  src/hb-shape-plan.cc     |   22 ++--------------------
4839  src/hb-shaper-private.hh |   18 ++++++++++++++++++
4840  src/hb-uniscribe.cc      |   11 +++++++++++
4841  src/hb-uniscribe.h       |    4 ++++
4842  6 files changed, 48 insertions(+), 20 deletions(-)
4843
4844 commit c5b668fb9239c912d2448280a7176e331ebc9181
4845 Author: Behdad Esfahbod <behdad@behdad.org>
4846 Date:   Fri Jul 27 02:49:39 2012 -0400
4847
4848     Choose one shaper per plan
4849
4850  src/hb-shape-plan-private.hh |    2 +-
4851  src/hb-shape-plan.cc         |   19 +++++++++----------
4852  2 files changed, 10 insertions(+), 11 deletions(-)
4853
4854 commit e82061e8db922f0ddbefd5a184ee2f9f967b9a05
4855 Author: Behdad Esfahbod <behdad@behdad.org>
4856 Date:   Fri Jul 27 02:29:32 2012 -0400
4857
4858     Move ot shaper completely to shape_plan
4859
4860  src/hb-ot-shape-private.hh |    6 --
4861  src/hb-ot-shape.cc         |  181
4862  ++++++++++++++++++++------------------------
4863  src/hb-uniscribe.cc        |    2 +-
4864  3 files changed, 84 insertions(+), 105 deletions(-)
4865
4866 commit ea278d3895fe0c92801d692cd71d8d9f1de7c048
4867 Author: Behdad Esfahbod <behdad@behdad.org>
4868 Date:   Fri Jul 27 02:12:28 2012 -0400
4869
4870     Partially switch ot shaper to shape_plan
4871
4872  src/hb-buffer-private.hh       |    1 +
4873  src/hb-buffer.cc               |    1 -
4874  src/hb-font-private.hh         |    2 --
4875  src/hb-font.cc                 |   22 ++++++++++++++--------
4876  src/hb-ot-layout-gpos-table.hh |    2 +-
4877  src/hb-ot-layout-gsub-table.hh |    4 ++--
4878  src/hb-ot-layout-private.hh    |    1 +
4879  src/hb-ot-layout.cc            |    9 ++++++---
4880  src/hb-ot-shape.cc             |    3 ++-
4881  src/hb-shape-plan.cc           |   11 +++++++++++
4882  src/hb-shaper-private.hh       |    3 ++-
4883  11 files changed, 40 insertions(+), 19 deletions(-)
4884
4885 commit b6b7ba1313bf686e6ed567183466104c90504a67
4886 Author: Behdad Esfahbod <behdad@behdad.org>
4887 Date:   Fri Jul 27 01:26:11 2012 -0400
4888
4889     Switch old and uniscribe backends to shape_plan
4890
4891  src/hb-old.cc                 |   80 ++-----------------------
4892  src/hb-shape.cc               |    5 ++
4893  src/hb-shaper-impl-private.hh |    3 +-
4894  src/hb-shaper-private.hh      |    4 -
4895  src/hb-uniscribe.cc           |  130
4896  ++++++++++++-----------------------------
4897  5 files changed, 48 insertions(+), 174 deletions(-)
4898
4899 commit c32c096a429da3e64896cf42ff5ab8c775d3c2ec
4900 Author: Behdad Esfahbod <behdad@behdad.org>
4901 Date:   Fri Jul 27 01:13:53 2012 -0400
4902
4903     Switch to shape_plan
4904
4905     Not optimized yet.  Eats babies.  And no shaper uses the shape_plan.
4906
4907  src/hb-shape-plan.cc |   37 +++++++++++++++++++++++++++++++++++--
4908  src/hb-shape-plan.h  |    8 ++++++++
4909  src/hb-shape.cc      |   27 ++++-----------------------
4910  3 files changed, 47 insertions(+), 25 deletions(-)
4911
4912 commit 5b95c148cc485f79fd7018bc4520b4cb5f728a18
4913 Author: Behdad Esfahbod <behdad@behdad.org>
4914 Date:   Thu Jul 26 23:46:53 2012 -0400
4915
4916     Start implementing shape_plan
4917
4918  src/hb-fallback-shape.cc     |    4 ++-
4919  src/hb-font-private.hh       |    4 ++
4920  src/hb-old.cc                |    4 ++-
4921  src/hb-ot-shape.cc           |    4 ++-
4922  src/hb-shape-plan-private.hh |    7 ++++
4923  src/hb-shape-plan.cc         |   76
4924  ++++++++++++++++++++++++++++++++++++++++-
4925  src/hb-shape.cc              |    4 ++
4926  src/hb-shaper-private.hh     |    4 +-
4927  src/hb-uniscribe.cc          |    4 ++-
4928  9 files changed, 103 insertions(+), 8 deletions(-)
4929
4930 commit bd26b4d21f59312805d294f46f15182adbcc47da
4931 Author: Behdad Esfahbod <behdad@behdad.org>
4932 Date:   Thu Jul 26 22:05:39 2012 -0400
4933
4934     Minor
4935
4936  src/Makefile.am              |    1 +
4937  src/hb-fallback-shape.cc     |    3 +-
4938  src/hb-old.cc                |    3 +-
4939  src/hb-ot-shape.cc           |    3 +-
4940  src/hb-shape-plan-private.hh |    2 +-
4941  src/hb-shape-plan.cc         |    2 +
4942  src/hb-shape.cc              |   98
4943  ++++----------------------------------
4944  src/hb-shaper-private.hh     |   16 +++++-
4945  src/hb-shaper.cc             |  109
4946  ++++++++++++++++++++++++++++++++++++++++++
4947  src/hb-uniscribe.cc          |    3 +-
4948  10 files changed, 145 insertions(+), 95 deletions(-)
4949
4950 commit 027857d0412477fb4427dcb8a8c45287c272e143
4951 Author: Behdad Esfahbod <behdad@behdad.org>
4952 Date:   Thu Jul 26 17:34:25 2012 -0400
4953
4954     Start adding a unified shaper access infrastructure
4955
4956     Add global shape_plan.  Unused so far.
4957
4958  src/Makefile.am                  |   15 ++-
4959  src/hb-coretext-private.hh       |   42 ---------
4960  src/hb-coretext.cc               |    6 +-
4961  src/hb-fallback-shape-private.hh |   41 ---------
4962  src/hb-fallback-shape.cc         |   62 ++++++++++++-
4963  src/hb-font-private.hh           |   12 +++
4964  src/hb-font.cc                   |   15 +++-
4965  src/hb-graphite2-private.hh      |   42 ---------
4966  src/hb-old-private.hh            |   40 --------
4967  src/hb-old.cc                    |  109 +++++++++++++++++-----
4968  src/hb-ot-shape-private.hh       |    8 --
4969  src/hb-ot-shape.cc               |   60 ++++++++++++-
4970  src/hb-shape-plan-private.hh     |   52 +++++++++++
4971  src/hb-shape-plan.cc             |   85 +++++++++++++++++
4972  src/hb-shape-plan.h              |   60 ++++++++++++
4973  src/hb-shape.cc                  |   48 +---------
4974  src/hb-shaper-impl-private.hh    |   44 +++++++++
4975  src/hb-shaper-list.hh            |   50 ++++++++++
4976  src/hb-shaper-private.hh         |   81 +++++++++++++++++
4977  src/hb-uniscribe-private.hh      |   42 ---------
4978  src/hb-uniscribe.cc              |  186
4979  ++++++++++++++++++++++++--------------
4980  21 files changed, 735 insertions(+), 365 deletions(-)
4981
4982 commit fa2dfcd560444d8c54b6349ee106134d3536f79b
4983 Author: Behdad Esfahbod <behdad@behdad.org>
4984 Date:   Thu Jul 26 16:06:16 2012 -0400
4985
4986     Fix visibility warnings with MinGW32
4987
4988  src/hb-old/harfbuzz-global.h |   17 +++++++++++------
4989  src/hb-old/harfbuzz-impl.h   |    6 +++++-
4990  2 files changed, 16 insertions(+), 7 deletions(-)
4991
4992 commit ac2085d4b391b0a72473ecac3dd6c22efe66833f
4993 Author: Jonathan Kew <jfkthame@gmail.com>
4994 Date:   Thu Jul 26 15:58:45 2012 -0400
4995
4996     [CoreText] Ensure cluster indices in output buffer are non-decreasing.
4997
4998     Does not provide Uniscribe-compatible results, but should at least
4999     avoid
5000     breaking hb-view due to out-of-order cluster values.
5001
5002     For RTL runs, ensure cluster values are non-increasing (instead of
5003     non-decreasing).
5004
5005  src/hb-coretext.cc |   37 +++++++++++++++++++++++++++++++++++++
5006  1 files changed, 37 insertions(+), 0 deletions(-)
5007
5008 commit 441d3bb7de311d54b9f0a5210344f9a96e97e153
5009 Author: Behdad Esfahbod <behdad@behdad.org>
5010 Date:   Thu Jul 26 12:01:12 2012 -0400
5011
5012     Minor
5013
5014  src/hb-coretext.cc |    4 ++--
5015  1 files changed, 2 insertions(+), 2 deletions(-)
5016
5017 commit 2e7f223054d310695bdb3498b2b2b5d17b6cce78
5018 Author: Behdad Esfahbod <behdad@behdad.org>
5019 Date:   Wed Jul 25 19:30:15 2012 -0400
5020
5021     [hb-old] Fix Arabic cursive positioning
5022
5023     Backporting from upstream:
5024
5025     commit b847f24ce855d24f6822bcd9c0006905e81b94d8
5026     Author: Behdad Esfahbod <behdad@behdad.org>
5027     Date:   Wed Jul 25 19:29:16 2012 -0400
5028
5029         [arabic] Fix Arabic cursive positioning
5030
5031         This was clearly broken in testing.  Who knows...  Fixes for me.
5032         Test with a Nastaleeq font, or with Arabic Typesetting.
5033
5034         Backporting from Chromium.
5035
5036  src/hb-old/harfbuzz-shaper.cpp |    2 +-
5037  1 files changed, 1 insertions(+), 1 deletions(-)
5038
5039 commit 9550a8c4e8b4e28be60d38c27d59253846ff9569
5040 Author: Behdad Esfahbod <behdad@behdad.org>
5041 Date:   Wed Jul 25 19:22:57 2012 -0400
5042
5043     [hb-old] Fixup not-enough-space handling
5044
5045  src/hb-old.cc |   15 ++++++++-------
5046  1 files changed, 8 insertions(+), 7 deletions(-)
5047
5048 commit 91e721ea8693205f4f738bca97a5055ee75cf463
5049 Author: Behdad Esfahbod <behdad@behdad.org>
5050 Date:   Wed Jul 25 19:20:34 2012 -0400
5051
5052     [hb-old] Fix clusters
5053
5054     Unlike its "documentation", hb-old's log_clusters are, well, indeed
5055     logical, not visual.  Fixup.  Adapted / copied from hb-uniscribe.
5056
5057  src/hb-old.cc                |   51
5058  ++++++++++++++++++++++++++++++++---------
5059  src/hb-old/harfbuzz-shaper.h |    1 +
5060  src/hb-uniscribe.cc          |    5 ++-
5061  3 files changed, 44 insertions(+), 13 deletions(-)
5062
5063 commit a3313e54008167e415b72c780ca7b9cda958d07e
5064 Author: Behdad Esfahbod <behdad@behdad.org>
5065 Date:   Wed Jul 25 18:37:51 2012 -0400
5066
5067     [GPOS] Fix MarkMarkPos applied to results of MultipleSubst
5068
5069     This was broken as a result of
5070     7b84c536c10ab90ed96a033d88e9ad232d46c5b8.
5071     As Khaled reported, MarkMark positioning was broken with glyphs
5072     resulting from a MultipleSubst.  Fixed.  Test with the ALLAH character
5073     in Amiri.
5074
5075  src/hb-ot-layout-gpos-table.hh |   10 +++++-----
5076  src/hb-ot-layout-private.hh    |   23 +++++++++++++++++++++--
5077  2 files changed, 26 insertions(+), 7 deletions(-)
5078
5079 commit 35bdab3cf1f0836807160e3ce93766c321b32e8c
5080 Author: Behdad Esfahbod <behdad@behdad.org>
5081 Date:   Wed Jul 25 11:59:52 2012 -0400
5082
5083     Minor
5084
5085  src/hb-unicode-private.hh |    2 +-
5086  1 files changed, 1 insertions(+), 1 deletions(-)
5087
5088 commit 8fe4c7405b922cf0f936a46a9baedf4885b05254
5089 Author: Behdad Esfahbod <behdad@behdad.org>
5090 Date:   Tue Jul 24 21:05:12 2012 -0400
5091
5092     [hb-old] Add HarfBuzz.old shaper
5093
5094     Choose using shaper name "old".
5095
5096  configure.ac           |    8 +
5097  src/Makefile.am        |   14 +-
5098  src/hb-old-private.hh  |   40 +++
5099  src/hb-old.cc          |  369 +++++++++++++++++++++++
5100  src/hb-old/.gitignore  |    7 -
5101  src/hb-old/Makefile.am |    2 +
5102  src/hb-old/Makefile.in |  762
5103  ------------------------------------------------
5104  src/hb-shape.cc        |    8 +-
5105  8 files changed, 436 insertions(+), 774 deletions(-)
5106
5107 commit 5e1987005eb1b9af7a4d3d9f90c5768d8cc80015
5108 Author: Behdad Esfahbod <behdad@behdad.org>
5109 Date:   Tue Jul 24 19:53:55 2012 -0400
5110
5111     [hb-old] Define Unicode funcs in terms of new HarfBuzz
5112
5113  src/hb-old/Makefile.am         |    4 +
5114  src/hb-old/Makefile.in         |  182
5115  +++++++++++++++++++++++++++++++++++-----
5116  src/hb-old/harfbuzz-external.h |  100 +++++++++++++---------
5117  3 files changed, 224 insertions(+), 62 deletions(-)
5118
5119 commit 4a31166b2853c1ec052844140e114158f47c2355
5120 Author: Behdad Esfahbod <behdad@behdad.org>
5121 Date:   Tue Jul 24 19:49:48 2012 -0400
5122
5123     [hb-old] Shovel out the line-breaking / word-segmentation stuff
5124
5125  src/hb-old/Makefile.am               |   10 +-
5126  src/hb-old/Makefile.in               |   13 +-
5127  src/hb-old/harfbuzz-external.h       |   66 ------
5128  src/hb-old/harfbuzz-indic.cpp        |   26 ---
5129  src/hb-old/harfbuzz-khmer.c          |   25 --
5130  src/hb-old/harfbuzz-myanmar.c        |   28 ---
5131  src/hb-old/harfbuzz-shaper-private.h |   12 -
5132  src/hb-old/harfbuzz-shaper.cpp       |  403
5133  +++-------------------------------
5134  src/hb-old/harfbuzz-shaper.h         |   31 ---
5135  src/hb-old/harfbuzz-thai.c           |  111 ----------
5136  src/hb-old/harfbuzz-tibetan.c        |   26 ---
5137  src/hb-old/harfbuzz.c                |   32 ---
5138  12 files changed, 33 insertions(+), 750 deletions(-)
5139
5140 commit 0bcbe88cf313117f739b98a11dbe698b75784e9d
5141 Author: Behdad Esfahbod <behdad@behdad.org>
5142 Date:   Tue Jul 24 19:38:24 2012 -0400
5143
5144     [hb-old] Add visibility attributes
5145
5146  src/hb-old/harfbuzz-global.h |   10 ++++++----
5147  src/hb-old/harfbuzz-impl.h   |    2 +-
5148  2 files changed, 7 insertions(+), 5 deletions(-)
5149
5150 commit 6a9d43c3178c920672a84382ca3797e3c478b2b0
5151 Author: Behdad Esfahbod <behdad@behdad.org>
5152 Date:   Tue Jul 24 19:21:22 2012 -0400
5153
5154     [hb-old] Remove unused header file
5155
5156  src/hb-old/harfbuzz-shape.h |  199
5157  -------------------------------------------
5158  1 files changed, 0 insertions(+), 199 deletions(-)
5159
5160 commit fb47209c5b3aa992faf18d1a3f78b9d7682cf62f
5161 Author: Behdad Esfahbod <behdad@behdad.org>
5162 Date:   Tue Jul 24 19:20:19 2012 -0400
5163
5164     [hb-old] Rename hb_buffer_* to HB_Buffer_*
5165
5166  src/hb-old/harfbuzz-buffer.c   |   22 +++++++++++-----------
5167  src/hb-old/harfbuzz-buffer.h   |    8 ++++----
5168  src/hb-old/harfbuzz-shaper.cpp |    8 ++++----
5169  3 files changed, 19 insertions(+), 19 deletions(-)
5170
5171 commit 1512a7357513b72e2a07dda706a176bb23d694e9
5172 Author: Behdad Esfahbod <behdad@behdad.org>
5173 Date:   Tue Jul 24 19:16:56 2012 -0400
5174
5175     [hb-old] Start adding HarfBuzz-old as a new backend
5176
5177  configure.ac                         |    1 +
5178  src/Makefile.am                      |    5 +
5179  src/hb-old/.gitignore                |    7 +
5180  src/hb-old/COPYING                   |   24 +
5181  src/hb-old/Makefile.am               |   56 +
5182  src/hb-old/Makefile.in               |  631 ++++
5183  src/hb-old/README                    |    7 +
5184  src/hb-old/harfbuzz-arabic.c         | 1144 +++++++
5185  src/hb-old/harfbuzz-buffer-private.h |  107 +
5186  src/hb-old/harfbuzz-buffer.c         |  383 +++
5187  src/hb-old/harfbuzz-buffer.h         |  102 +
5188  src/hb-old/harfbuzz-external.h       |  151 +
5189  src/hb-old/harfbuzz-gdef-private.h   |  135 +
5190  src/hb-old/harfbuzz-gdef.c           | 1163 +++++++
5191  src/hb-old/harfbuzz-gdef.h           |  140 +
5192  src/hb-old/harfbuzz-global.h         |  118 +
5193  src/hb-old/harfbuzz-gpos-private.h   |  729 ++++
5194  src/hb-old/harfbuzz-gpos.c           | 6094
5195  ++++++++++++++++++++++++++++++++++
5196  src/hb-old/harfbuzz-gpos.h           |  155 +
5197  src/hb-old/harfbuzz-greek.c          |  447 +++
5198  src/hb-old/harfbuzz-gsub-private.h   |  483 +++
5199  src/hb-old/harfbuzz-gsub.c           | 4329 ++++++++++++++++++++++++
5200  src/hb-old/harfbuzz-gsub.h           |  148 +
5201  src/hb-old/harfbuzz-hangul.c         |  268 ++
5202  src/hb-old/harfbuzz-hebrew.c         |  187 ++
5203  src/hb-old/harfbuzz-impl.c           |   84 +
5204  src/hb-old/harfbuzz-impl.h           |  131 +
5205  src/hb-old/harfbuzz-indic.cpp        | 1894 +++++++++++
5206  src/hb-old/harfbuzz-khmer.c          |  667 ++++
5207  src/hb-old/harfbuzz-myanmar.c        |  539 +++
5208  src/hb-old/harfbuzz-open-private.h   |  102 +
5209  src/hb-old/harfbuzz-open.c           | 1433 ++++++++
5210  src/hb-old/harfbuzz-open.h           |  288 ++
5211  src/hb-old/harfbuzz-shape.h          |  199 ++
5212  src/hb-old/harfbuzz-shaper-all.cpp   |   37 +
5213  src/hb-old/harfbuzz-shaper-private.h |  171 +
5214  src/hb-old/harfbuzz-shaper.cpp       | 1338 ++++++++
5215  src/hb-old/harfbuzz-shaper.h         |  294 ++
5216  src/hb-old/harfbuzz-stream-private.h |   81 +
5217  src/hb-old/harfbuzz-stream.c         |  114 +
5218  src/hb-old/harfbuzz-stream.h         |   51 +
5219  src/hb-old/harfbuzz-thai.c           |  111 +
5220  src/hb-old/harfbuzz-tibetan.c        |  274 ++
5221  src/hb-old/harfbuzz.c                |   32 +
5222  src/hb-old/harfbuzz.h                |   38 +
5223  45 files changed, 24892 insertions(+), 0 deletions(-)
5224
5225 commit 478fd0529b868b22905a9dedf331ac7cc9721723
5226 Author: Behdad Esfahbod <behdad@behdad.org>
5227 Date:   Tue Jul 24 17:09:01 2012 -0400
5228
5229     Minor
5230
5231  src/hb-unicode-private.hh |   27 ++++++++++++++-------------
5232  1 files changed, 14 insertions(+), 13 deletions(-)
5233
5234 commit 8979a7f6f2b44ade4c0198a31ae08561b35ce009
5235 Author: Behdad Esfahbod <behdad@behdad.org>
5236 Date:   Tue Jul 24 17:03:55 2012 -0400
5237
5238     [Mongolian] Remove Mongolian Vowel Separator at the end of shaping
5239
5240     Results match Uniscribe now.
5241
5242  src/hb-unicode-private.hh |    3 +++
5243  1 files changed, 3 insertions(+), 0 deletions(-)
5244
5245 commit aa6d849838d5231465ae1a25a4dd5ea1e9380ff9
5246 Author: Jonathan Kew <jfkthame@gmail.com>
5247 Date:   Tue Jul 24 15:52:32 2012 -0400
5248
5249     [CoreText] Add basic Core Text backend for comparison with our
5250     native shaping
5251
5252     Does not attempt to handle clusters in a Uniscribe- or
5253     HarfBuzz-compatible way;
5254     just returns the original string indexes that CT maintains. These
5255     may even be
5256     out-of-order in the case of reordrant glyphs.
5257
5258  configure.ac               |   12 ++
5259  src/Makefile.am            |    7 +
5260  src/hb-coretext-private.hh |   42 ++++++
5261  src/hb-coretext.cc         |  323
5262  ++++++++++++++++++++++++++++++++++++++++++++
5263  src/hb-coretext.h          |   43 ++++++
5264  src/hb-shape.cc            |    6 +
5265  6 files changed, 433 insertions(+), 0 deletions(-)
5266
5267 commit ec8d2494694275dfbbac2dd0d33ca2894b0463d6
5268 Author: Behdad Esfahbod <behdad@behdad.org>
5269 Date:   Tue Jul 24 15:40:37 2012 -0400
5270
5271     Make data members of various OpenType structs protected instead
5272     of private
5273
5274     Should fix warnings generated when building with
5275     -Wunused-private-field.
5276     Based on patch from Jonathan Kew.
5277
5278  src/hb-open-file-private.hh          |    8 +++---
5279  src/hb-ot-head-table.hh              |    2 +-
5280  src/hb-ot-hhea-table.hh              |    2 +-
5281  src/hb-ot-hmtx-table.hh              |    2 +-
5282  src/hb-ot-layout-common-private.hh   |   14 +++++----
5283  src/hb-ot-layout-gdef-table.hh       |   20 +++++++-------
5284  src/hb-ot-layout-gpos-table.hh       |   48
5285  +++++++++++++++++-----------------
5286  src/hb-ot-layout-gsub-table.hh       |   30 ++++++++++----------
5287  src/hb-ot-layout-gsubgpos-private.hh |   32 +++++++++++-----------
5288  src/hb-ot-maxp-table.hh              |    2 +-
5289  src/hb-ot-name-table.hh              |    2 +-
5290  11 files changed, 82 insertions(+), 80 deletions(-)
5291
5292 commit 97aa0b738a33b73a3f9763dd2950f2dd39f596ed
5293 Author: Behdad Esfahbod <behdad@behdad.org>
5294 Date:   Tue Jul 24 15:02:34 2012 -0400
5295
5296     Minor const correctness shuffling
5297
5298  src/hb-shape.cc |    6 +++---
5299  1 files changed, 3 insertions(+), 3 deletions(-)
5300
5301 commit 6411e74caf23af7b0545f1fe54d19a1c8da895e8
5302 Author: Behdad Esfahbod <behdad@behdad.org>
5303 Date:   Tue Jul 24 13:48:49 2012 -0400
5304
5305     [Indic] Reposition Gurmukhi top matras to after post
5306
5307     The font is forming a post-base consonant in some samples, and
5308     Uniscribe
5309     positions top matra on the post-base.  Do the same.
5310
5311     Gurmukhi failures down from 59 to 41 (0.0674242%).
5312
5313  src/hb-ot-shape-complex-indic.cc                   |    2 +-
5314  .../indic/script-gurmukhi/misc/misc.txt            |    1 +
5315  2 files changed, 2 insertions(+), 1 deletions(-)
5316
5317 commit c3f769ba09df319fa69d04f68c57444f95eceee6
5318 Author: Behdad Esfahbod <behdad@behdad.org>
5319 Date:   Tue Jul 24 13:26:32 2012 -0400
5320
5321     [Indic] Ignore Uniscribe output containing two zero-width space glyphs
5322
5323     Uniscribe is buggy and sometimes /eats/ a mark next to a non-joiner.
5324     Most of Malayalam failures where actually hitting this bug.
5325
5326     Ignore test output with two zero-width space glyphs.  This is a hack
5327     until we build up the test suite infrastructure better.
5328
5329     Bengali went down by 9, Devanagari by 2, Kannada by 130, Malayalm down
5330     from 1197 to 307, Sinhala down by 16, Telugu down by 26.  New stats:
5331
5332     BENGALI: 353996 out of 354285 tests passed. 289 failed (0.0815727%)
5333     DEVANAGARI: 693573 out of 693628 tests passed. 55 failed (0.00792932%)
5334     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
5335     GURMUKHI: 60750 out of 60809 tests passed. 59 failed (0.0970251%)
5336     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
5337     KHMER: 299094 out of 299124 tests passed. 30 failed (0.0100293%)
5338     MALAYALAM: 1048109 out of 1048416 tests passed. 307 failed
5339     (0.0292823%)
5340     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
5341     SINHALA: 271715 out of 271847 tests passed. 132 failed (0.0485567%)
5342     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
5343     TELUGU: 970550 out of 970573 tests passed. 23 failed (0.00236973%)
5344
5345  test/shaping/hb_test_tools.py                      |    1 +
5346  .../indic/script-malayalam/misc/misc.txt           |    2 ++
5347  2 files changed, 3 insertions(+), 0 deletions(-)
5348
5349 commit 65c43accdc4d2082282d5cedba8514b8df0c18a2
5350 Author: Behdad Esfahbod <behdad@behdad.org>
5351 Date:   Tue Jul 24 03:36:47 2012 -0400
5352
5353     [Indic] Better position left-matra in Malayalam
5354
5355     Just put it before base, which is what's expected.
5356
5357     Malayalam failures down from 1559 to 1197 (0.114172%).
5358
5359     BENGALI: 353988 out of 354285 tests passed. 297 failed (0.0838308%)
5360     DEVANAGARI: 693571 out of 693628 tests passed. 57 failed (0.00821766%)
5361     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
5362     GURMUKHI: 60750 out of 60809 tests passed. 59 failed (0.0970251%)
5363     KANNADA: 950956 out of 951913 tests passed. 957 failed (0.100534%)
5364     KHMER: 299094 out of 299124 tests passed. 30 failed (0.0100293%)
5365     MALAYALAM: 1047219 out of 1048416 tests passed. 1197 failed
5366     (0.114172%)
5367     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
5368     SINHALA: 271699 out of 271847 tests passed. 148 failed (0.0544424%)
5369     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
5370     TELUGU: 970524 out of 970573 tests passed. 49 failed (0.00504856%)
5371
5372  src/hb-ot-shape-complex-indic.cc                   |   41
5373  +++++++++++++------
5374  .../indic/script-malayalam/misc/misc.txt           |    1 +
5375  2 files changed, 29 insertions(+), 13 deletions(-)
5376
5377 commit 88f413b56f2858d149e2fc067685aeecaea779ca
5378 Author: Behdad Esfahbod <behdad@behdad.org>
5379 Date:   Tue Jul 24 03:04:36 2012 -0400
5380
5381     [Indic] Implement Reph+Ya-Phalaa interaction
5382
5383     The sequence Ra,H,Ya in Bengali is ambigious and Unicode encoded
5384     that to
5385     get Ya-Phalaa, one would place ZWJ before Halant.  Ie. a ZWJ,H
5386     sequence
5387     requests subjoining, while a H,ZWJ requests Half form.  Implement
5388     that.
5389
5390     Bengali failures go down from 377 to 297 (0.0838308%).
5391     Gujarati is down by 4 to 17 (0.0046384%).
5392     Kannada is down by 226 to 957 (0.100534%).
5393
5394     Current status:
5395
5396     BENGALI: 353988 out of 354285 tests passed. 297 failed (0.0838308%)
5397     DEVANAGARI: 693571 out of 693628 tests passed. 57 failed (0.00821766%)
5398     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
5399     GURMUKHI: 60750 out of 60809 tests passed. 59 failed (0.0970251%)
5400     KANNADA: 950956 out of 951913 tests passed. 957 failed (0.100534%)
5401     KHMER: 299094 out of 299124 tests passed. 30 failed (0.0100293%)
5402     MALAYALAM: 1046857 out of 1048416 tests passed. 1559 failed
5403     (0.148701%)
5404     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
5405     SINHALA: 271699 out of 271847 tests passed. 148 failed (0.0544424%)
5406     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
5407     TELUGU: 970524 out of 970573 tests passed. 49 failed (0.00504856%)
5408
5409  src/hb-ot-shape-complex-indic.cc                   |   10 ++++++++--
5410  .../indic/script-bengali/misc/reph.txt             |    4 ++++
5411  2 files changed, 12 insertions(+), 2 deletions(-)
5412
5413 commit dff0ece11d61978c04e839501f179a5c3077f340
5414 Author: Behdad Esfahbod <behdad@behdad.org>
5415 Date:   Tue Jul 24 02:30:38 2012 -0400
5416
5417     [Indic] Limit matras to 4 per syllable
5418
5419     Also limit joiners.
5420
5421     This limits our syllable length to a constant, and is
5422     closer to what Uniscribe does anyway.
5423
5424     Two Devanagari tests regressed, but who cares about tests with 20
5425     joiners in a row?!  Devanagari at 57 (0.00821766%) now.
5426
5427  src/hb-ot-shape-complex-indic-machine.rl |    4 ++--
5428  1 files changed, 2 insertions(+), 2 deletions(-)
5429
5430 commit 330b329c8905a37ca88c556dea82c70d74c77458
5431 Author: Behdad Esfahbod <behdad@behdad.org>
5432 Date:   Tue Jul 24 02:25:26 2012 -0400
5433
5434     [Indic] Unmark U+17D1 KHMER SIGN VIRIAM to NOT be a Virama
5435
5436     Fixes another 1 Khmer failure.  Down to 30 (0.0100293%) now.
5437
5438  src/hb-ot-shape-complex-indic.cc                   |    2 ++
5439  .../south-east-asian/script-khmer/misc/misc.txt    |    1 +
5440  2 files changed, 3 insertions(+), 0 deletions(-)
5441
5442 commit 6824a7194e01b77eddb95bd95a9b32e219140912
5443 Author: Behdad Esfahbod <behdad@behdad.org>
5444 Date:   Tue Jul 24 02:22:18 2012 -0400
5445
5446     [Indic] Recategorize Khmer various signs as top matras
5447
5448     Khmer failures down from 39 to 31 (0.0103636%).
5449
5450  src/hb-ot-shape-complex-indic.cc |   23 ++++++++++-------------
5451  1 files changed, 10 insertions(+), 13 deletions(-)
5452
5453 commit d90b8e841e0068a601c96ab184d18b0f48eec9d1
5454 Author: Behdad Esfahbod <behdad@behdad.org>
5455 Date:   Tue Jul 24 02:10:20 2012 -0400
5456
5457     [Indic] Reposition Khmer prebase-reordering Ra around split matras
5458
5459     In Khmer coeng model, a V,Ra can go *after* matras.  If it goes
5460     after a
5461     split matra, it should be reordered to *before* the left part of
5462     such matra.
5463
5464     Khmer failures down from 136 to 39 (0.0130381%).
5465
5466  src/hb-ot-shape-complex-indic.cc                   |   13 +++++++++++++
5467  .../south-east-asian/script-khmer/misc/misc.txt    |    4 ++++
5468  2 files changed, 17 insertions(+), 0 deletions(-)
5469
5470 commit 0afb84c12567ac35adac657bf8be29999b8c5a50
5471 Author: Behdad Esfahbod <behdad@behdad.org>
5472 Date:   Tue Jul 24 01:44:47 2012 -0400
5473
5474     [Indic] Fix minor bug in pre-base Ra positioning
5475
5476  src/hb-ot-shape-complex-indic.cc |    4 ++--
5477  1 files changed, 2 insertions(+), 2 deletions(-)
5478
5479 commit 7573799126e812a047daa5f64121ec959866b3c8
5480 Author: Behdad Esfahbod <behdad@behdad.org>
5481 Date:   Tue Jul 24 01:32:07 2012 -0400
5482
5483     [Indic] Position Khmer U+17CE
5484
5485     Fixes another 6 Khmer failures.  Now at 136 (0.0454661%).
5486
5487  src/hb-ot-shape-complex-indic.cc                   |    6 ++++++
5488  .../south-east-asian/script-khmer/misc/misc.txt    |    1 +
5489  2 files changed, 7 insertions(+), 0 deletions(-)
5490
5491 commit 8d00e8d0e7d10f823e6975fecaffb9d557b1a99a
5492 Author: Behdad Esfahbod <behdad@behdad.org>
5493 Date:   Tue Jul 24 01:04:18 2012 -0400
5494
5495     [Indic] Don't reposition Khmer Bindu
5496
5497     Khmer Bindu doesn't like to move to syllable end.  Leave it where it
5498     was.
5499
5500     Brings down Khmer failures from 510 to 142 (0.047572%).
5501
5502  src/hb-ot-shape-complex-indic.cc |    2 ++
5503  1 files changed, 2 insertions(+), 0 deletions(-)
5504
5505 commit 2278eefcdb3dd0d492b9d07176fbecc1f0516bb7
5506 Author: Behdad Esfahbod <behdad@behdad.org>
5507 Date:   Tue Jul 24 00:26:43 2012 -0400
5508
5509     [Indic] In Sinhala, form forced Reph even if no other consonant found
5510
5511     Fixes another 10 Sinhala failures.  Down to 148 (0.0544424%).
5512
5513  src/hb-ot-shape-complex-indic.cc                   |   10 +++++-----
5514  .../indic/script-sinhala/misc/misc.txt             |    1 +
5515  2 files changed, 6 insertions(+), 5 deletions(-)
5516
5517 commit 71fd5e80ad06c8e85a1112cc89e129d6cd03f82c
5518 Author: Behdad Esfahbod <behdad@behdad.org>
5519 Date:   Tue Jul 24 00:21:16 2012 -0400
5520
5521     [Indic] Further adjust base algorithm for Sinhala
5522
5523     Apparently if there is C,V,ZWJ,C, the first C will be base, but if
5524     it's C,ZWJ,V,C, the second one will be.
5525
5526     Note that Uniscribe implements this differently, by breaking
5527     syllable in
5528     the case of C,ZWJ,V,C and putting the first consonant in one syllable
5529     and the rest in the next syllable.
5530
5531     Sinhala failures down from 208 to 158 (0.0581209%).  No changes to
5532     Khmer.
5533
5534  src/hb-ot-shape-complex-indic.cc                   |   11 +++++++----
5535  .../indic/script-sinhala/misc/misc.txt             |    3 +++
5536  2 files changed, 10 insertions(+), 4 deletions(-)
5537
5538 commit 73d71cc527d28fd5519c5d965c272ea1fb149a0e
5539 Author: Behdad Esfahbod <behdad@behdad.org>
5540 Date:   Tue Jul 24 00:09:12 2012 -0400
5541
5542     [Indic] End Vowel-based syllable at ZWJ
5543
5544     One Devanagari test regressed, plus 10 Malayalam (at 1545 now).
5545
5546     Fixed 120 Sinhala failures.  Now at 208 (0.0765136%).
5547
5548  src/hb-ot-shape-complex-indic-machine.rl           |    2 +-
5549  .../indic/script-sinhala/misc/misc.txt             |    1 +
5550  2 files changed, 2 insertions(+), 1 deletions(-)
5551
5552 commit 34c215036f5fcdc7599b1ab0591b56dbb3811902
5553 Author: Behdad Esfahbod <behdad@behdad.org>
5554 Date:   Mon Jul 23 23:51:29 2012 -0400
5555
5556     [Indic] Improve Sinhala base algorithm and reph positioning
5557
5558     Sinhala does not have half forms.  And most (all?) consonants can be
5559     base, except when preceded by ZWJ, which would request a subjoined
5560     form.
5561     Hence switch the base algorithm to categorize with Khmer, start search
5562     at start, and stop at a ZWJ.
5563
5564     Also, mark all pos=base consonants after base to be subjoined.  Mark
5565     base itself to have pos=base.
5566
5567     Finally, adjust Sinhala's reph position to after-main.
5568
5569     Brings down Sinhala failures from 455 to 328 (0.120656%).
5570
5571  src/hb-ot-shape-complex-indic.cc                   |   18
5572  +++++++++++++++++-
5573  .../indic/script-sinhala/misc/misc.txt             |    1 +
5574  2 files changed, 18 insertions(+), 1 deletions(-)
5575
5576 commit 2ec934c6c25423e7af20d909a9c698a149808ea9
5577 Author: Behdad Esfahbod <behdad@behdad.org>
5578 Date:   Mon Jul 23 23:49:04 2012 -0400
5579
5580     [Indic] Change "unknown" position to end of syllable
5581
5582  src/hb-ot-shape-complex-indic-private.hh |    2 +-
5583  1 files changed, 1 insertions(+), 1 deletions(-)
5584
5585 commit b70021f7c81a0ed08475b14b07291f662cd9f905
5586 Author: Behdad Esfahbod <behdad@behdad.org>
5587 Date:   Mon Jul 23 20:18:17 2012 -0400
5588
5589     When removing zero-width marks, don't remove ligatures
5590
5591     If a mark ligated, it probably should NOT be removed.
5592
5593  src/hb-ot-shape.cc |    6 +++---
5594  1 files changed, 3 insertions(+), 3 deletions(-)
5595
5596 commit 49c5ec51444f27f33e1eb6aa1959c61b08fa89c0
5597 Author: Behdad Esfahbod <behdad@behdad.org>
5598 Date:   Mon Jul 23 20:14:13 2012 -0400
5599
5600     Minor refactoring
5601
5602  src/hb-ot-layout-gsubgpos-private.hh |   32
5603  -------------------------------
5604  src/hb-ot-layout-private.hh          |   35
5605  ++++++++++++++++++++++++++++++++++
5606  src/hb-ot-shape-complex-indic.cc     |    2 +-
5607  3 files changed, 36 insertions(+), 33 deletions(-)
5608
5609 commit c3e6fdc3791168cf2b4c9412e751f187d58faa42
5610 Author: Behdad Esfahbod <behdad@behdad.org>
5611 Date:   Mon Jul 23 20:11:42 2012 -0400
5612
5613     [Indic] Improve check on ligatures
5614
5615     Only skip actual ligatures, not marks in-between ligature components.
5616
5617  src/hb-ot-layout-gsubgpos-private.hh |    5 +++++
5618  src/hb-ot-shape-complex-indic.cc     |    2 +-
5619  2 files changed, 6 insertions(+), 1 deletions(-)
5620
5621 commit 771a8f50289e8fa458cfc3cd84f73a380ce98077
5622 Author: Behdad Esfahbod <behdad@behdad.org>
5623 Date:   Mon Jul 23 20:07:50 2012 -0400
5624
5625     [Indic] exclude ligatures when matching on Indic category
5626
5627     If, say, a H,ZWJ,C ligature was formed, we don't want the code
5628     to detec
5629     that as a Halant.  So, ignore ligatures when matching category in
5630     final_reordering.
5631
5632     Sinhala failures down from 514 to 455 (0.167374%).
5633
5634  src/hb-ot-shape-complex-indic.cc                   |   41
5635  ++++++++++---------
5636  .../indic/script-sinhala/misc/misc.txt             |    1 +
5637  2 files changed, 23 insertions(+), 19 deletions(-)
5638
5639 commit d1af9e82e5309158ed334ab8e21f3a3b64b9540f
5640 Author: Behdad Esfahbod <behdad@behdad.org>
5641 Date:   Mon Jul 23 19:55:35 2012 -0400
5642
5643     [GSUB/GPOS] Const correctness
5644
5645  src/hb-ot-layout-gsubgpos-private.hh |    4 ++--
5646  1 files changed, 2 insertions(+), 2 deletions(-)
5647
5648 commit baacd090df97610e3f6d1b2a110dc67b6c6f9f5c
5649 Author: Behdad Esfahbod <behdad@behdad.org>
5650 Date:   Mon Jul 23 19:51:48 2012 -0400
5651
5652     [Indic] Minor refactoring
5653
5654  src/hb-ot-shape-complex-indic.cc |   10 ++++++++--
5655  1 files changed, 8 insertions(+), 2 deletions(-)
5656
5657 commit c7c4de2fb9bba216e37875d79815eef55c0acc01
5658 Author: Behdad Esfahbod <behdad@behdad.org>
5659 Date:   Mon Jul 23 18:25:02 2012 -0400
5660
5661     [Indic] Remove syllable length check before sorting
5662
5663     We now limit syllable lengths in the machine.  No need to match here.
5664
5665  src/hb-ot-shape-complex-indic.cc |    2 --
5666  1 files changed, 0 insertions(+), 2 deletions(-)
5667
5668 commit 9fa052733eb93a3ce1205f63ff8f74cb295cbe99
5669 Author: Behdad Esfahbod <behdad@behdad.org>
5670 Date:   Mon Jul 23 18:19:17 2012 -0400
5671
5672     [Indic] Limit syllables to at most five consonants
5673
5674     Seems to be about what Uniscribe does.  Not exactly.  But close
5675     enough.
5676     More consonants will start a new cluster.
5677
5678     A few scripts went way down in failures.  In particular:
5679
5680       - Devanagari failures went down from 490 to 56.
5681       - Telugu went down from 113 to 49.
5682
5683     Other scripts went down slightly or didn't change.  New numbers:
5684
5685     BENGALI: 353908 out of 354285 tests passed. 377 failed (0.106412%)
5686     DEVANAGARI: 693572 out of 693628 tests passed. 56 failed (0.00807349%)
5687     GUJARATI: 366485 out of 366506 tests passed. 21 failed (0.00572978%)
5688     GURMUKHI: 60750 out of 60809 tests passed. 59 failed (0.0970251%)
5689     KANNADA: 950730 out of 951913 tests passed. 1183 failed (0.124276%)
5690     KHMER: 298613 out of 299124 tests passed. 511 failed (0.170832%)
5691     MALAYALAM: 1046881 out of 1048416 tests passed. 1535 failed
5692     (0.146411%)
5693     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
5694     SINHALA: 271333 out of 271847 tests passed. 514 failed (0.189077%)
5695     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
5696     TELUGU: 970524 out of 970573 tests passed. 49 failed (0.00504856%)
5697
5698     Some of the remaining Telugu and Devanagari issues seem to be
5699     Uniscribe
5700     eating Anusvara when placed before a non-joiner.  Ouch!
5701
5702  src/hb-ot-shape-complex-indic-machine.rl |    6 +++---
5703  1 files changed, 3 insertions(+), 3 deletions(-)
5704
5705 commit 093cd583263a5d427e3377b31585043fb55d2557
5706 Author: Behdad Esfahbod <behdad@behdad.org>
5707 Date:   Mon Jul 23 14:04:42 2012 -0400
5708
5709     [Thai] Fix SARA AM handling
5710
5711     Oops, thinko.
5712
5713  src/hb-ot-shape-complex-misc.cc |    6 +++---
5714  src/hb-private.hh               |    4 ++--
5715  2 files changed, 5 insertions(+), 5 deletions(-)
5716
5717 commit 42848453bf260b456b46a07f066e31b8c3aac2f1
5718 Author: Behdad Esfahbod <behdad@behdad.org>
5719 Date:   Mon Jul 23 13:52:07 2012 -0400
5720
5721     [Thai] Reorder U+0E3A THAI VOWEL SIGN PHINTHU
5722
5723     Uniscribe reorders U+0E3A to be after U+0E38 and U+0E39.  We do
5724     that by
5725     modifying the ccc for U+0E3A.
5726
5727     Fixes the two remaining Thai failures (see previous commit).
5728
5729  src/hb-ot-shape-complex-misc.cc                    |    7 +++++++
5730  src/hb-unicode.cc                                  |    6 ++++++
5731  .../in-tree/shaper-thai/script-thai/misc/MANIFEST  |    1 +
5732  .../shaper-thai/script-thai/misc/phinthu.txt       |   16
5733  ++++++++++++++++
5734  4 files changed, 30 insertions(+), 0 deletions(-)
5735
5736 commit 4a7f4f3e56f8f7640ae7337aa1b3324f31e0d4ab
5737 Author: Behdad Esfahbod <behdad@behdad.org>
5738 Date:   Mon Jul 23 13:15:33 2012 -0400
5739
5740     [Thai] Adjust SARA AM reordering to match Uniscribe
5741
5742     Adjust the list of marks before SARA AM that get the reordering
5743     treatment.  Also adjust cluster formation to match Uniscribe.
5744
5745     With Wikipedia test data, now I see:
5746
5747       - For Thai, with the Angsana New font from Win7, I see 54
5748       failures out
5749         of over 4M tests  (0.00129107%).  Of the 54, two are legitimate
5750         reordering issues (fix coming soon), and the other 52 are simply
5751         Uniscribe using a zero-width space char instead of an unknown
5752         character for missing glyphs.  No idea why.  The missing-glyph
5753         sequences include one that is a Thai character followed by
5754         an Arabic
5755         Sokun.  Someone confused it with Nikhahit I assume!
5756
5757       - For Lao, with the Dokchampa font from Win7, 33 tests fail out of
5758         54k (0.0615167%).  All seem to be insignificant mark positioning
5759         with two marks on a base.  Have to investigate.
5760
5761  src/hb-ot-shape-complex-misc.cc                    |   42
5762  ++++++++++++-------
5763  src/hb-private.hh                                  |    6 +++
5764  test/shaping/texts/in-tree/shaper-thai/MANIFEST    |    1 +
5765  .../texts/in-tree/shaper-thai/script-lao/MANIFEST  |    1 +
5766  .../in-tree/shaper-thai/script-lao/misc/MANIFEST   |    1 +
5767  .../shaper-thai/script-lao/misc/sara-am.txt        |   20 +++++++++
5768  .../shaper-thai/script-thai/misc/sara-am.txt       |   18 ++++++++-
5769  7 files changed, 72 insertions(+), 17 deletions(-)
5770
5771 commit 2cc933aff97916e5d0fe42883f40f0879f848e25
5772 Author: Behdad Esfahbod <behdad@behdad.org>
5773 Date:   Mon Jul 23 08:22:55 2012 -0400
5774
5775     [Indic] Fix cluster formation with left-matras and conjunct forms
5776
5777     Test case was: <U+0D15,U+0D4D,U+0D15,U+0D4A>.
5778
5779  src/hb-ot-shape-complex-indic.cc |    4 ++--
5780  1 files changed, 2 insertions(+), 2 deletions(-)
5781
5782 commit e6b01a878cd2e63cb675e7e0c6ac4d83a8c10f37
5783 Author: Behdad Esfahbod <behdad@behdad.org>
5784 Date:   Mon Jul 23 00:11:26 2012 -0400
5785
5786     [Indic] Further streamline cluster formation
5787
5788     This should address all possible cluster misformations that I had in
5789     mind.
5790
5791  src/hb-ot-shape-complex-indic.cc |   21 ++++++++++-----------
5792  1 files changed, 10 insertions(+), 11 deletions(-)
5793
5794 commit 7b2a7dadd6c616bbfe1d8358700cab9cee88e584
5795 Author: Behdad Esfahbod <behdad@behdad.org>
5796 Date:   Sun Jul 22 23:58:55 2012 -0400
5797
5798     [Indic] Merge clusters before sorting
5799
5800     This should fix any instabilities in cluster formation that we were
5801     speculating may happen with surrounding syllables.  Or most of it
5802     perhaps.
5803
5804  src/hb-ot-shape-complex-indic.cc |    4 ++++
5805  1 files changed, 4 insertions(+), 0 deletions(-)
5806
5807 commit abb3239ef92cc5dccb4638806d7ae9868b9ac9b3
5808 Author: Behdad Esfahbod <behdad@behdad.org>
5809 Date:   Sun Jul 22 23:55:19 2012 -0400
5810
5811     [Indic] Update clusters for left-matra even if matra didn't move
5812
5813     Fixes crashes reported with left matra under
5814     non-uniscribe-bug-compatibilty mode.
5815
5816  src/hb-ot-shape-complex-indic.cc |    9 ++++++++-
5817  1 files changed, 8 insertions(+), 1 deletions(-)
5818
5819 commit 60554f14d8dca208721f0da8b69d84b92819c54f
5820 Author: Behdad Esfahbod <behdad@behdad.org>
5821 Date:   Sun Jul 22 23:23:56 2012 -0400
5822
5823     [Indic] Merge in Malayalam tests
5824
5825     From:
5826     http://silpa.org.in/pub/tests/hb/ml/ml-harfbuzz-testdata.txt
5827
5828  .../indic/script-malayalam/misc/misc.txt           |   94
5829  ++++++++++----------
5830  1 files changed, 46 insertions(+), 48 deletions(-)
5831
5832 commit 5c7081770c7a611bbe79b451b7b86dec4fa6395d
5833 Author: Behdad Esfahbod <behdad@behdad.org>
5834 Date:   Sun Jul 22 23:20:27 2012 -0400
5835
5836     [Indic] Add extensive Sinhala tests
5837
5838     Generated by:
5839     http://git.savannah.gnu.org/cgit/sinhala.git/plain/utils/gen-unicode-sinhala.py
5840
5841  .../indic/script-sinhala/misc/extensive.txt        | 4390
5842  ++++++++++++++++++++
5843  1 files changed, 4390 insertions(+), 0 deletions(-)
5844
5845 commit 2efe4707b1b449962f6e161716477d9775456c46
5846 Author: Behdad Esfahbod <behdad@behdad.org>
5847 Date:   Sun Jul 22 23:17:59 2012 -0400
5848
5849     [Indic] Add Sinhala tests
5850
5851     Merge tests from:
5852     http://git.savannah.gnu.org/cgit/sinhala.git/plain/patches/icu-sinhala-rendering.txt
5853
5854  .../indic/script-sinhala/misc/misc.txt             |   26
5855  ++++++++++++++++++-
5856  1 files changed, 24 insertions(+), 2 deletions(-)
5857
5858 commit 3d4c111b7a13700b2f7a0b087eb3992283295f21
5859 Author: Behdad Esfahbod <behdad@behdad.org>
5860 Date:   Fri Jul 20 19:34:39 2012 -0400
5861
5862     Add a test case
5863
5864  .../indic/script-bengali/misc/misc.txt             |    1 +
5865  1 files changed, 1 insertions(+), 0 deletions(-)
5866
5867 commit 92a1ad7bef9efb456ab87bd63818cfbed7da3f6f
5868 Author: Behdad Esfahbod <behdad@behdad.org>
5869 Date:   Fri Jul 20 18:38:27 2012 -0400
5870
5871     [Indic] Stop searching for base if a post form is found before
5872     below form
5873
5874     Improves Bengali and Gurmukhi.  Malayalam regressed a bit.  We will
5875     deal
5876     with that later.
5877
5878  src/hb-ot-shape-complex-indic.cc |    5 ++++-
5879  1 files changed, 4 insertions(+), 1 deletions(-)
5880
5881 commit 4c450c703f8e4618c587bcd7ef46dcc1f2c7947b
5882 Author: Behdad Esfahbod <behdad@behdad.org>
5883 Date:   Fri Jul 20 18:13:04 2012 -0400
5884
5885     [Indic] Recompose Bengali Ya,Nukta
5886
5887     This is a bunch of hacks for now.
5888
5889     Improves Bengali a bit.
5890
5891  src/hb-ot-shape-complex-indic.cc |    4 ++--
5892  src/hb-unicode.cc                |    8 ++++++++
5893  2 files changed, 10 insertions(+), 2 deletions(-)
5894
5895 commit e9c0f152a38cb2e76650a3e43f7fdcda266af696
5896 Author: Behdad Esfahbod <behdad@behdad.org>
5897 Date:   Fri Jul 20 17:05:46 2012 -0400
5898
5899     [Uniscribe] Fix script fallback
5900
5901     Gurmukhi failures half now.  Others changed slightly.
5902
5903  src/hb-uniscribe.cc |   34 ++++++++++++++--------------------
5904  1 files changed, 14 insertions(+), 20 deletions(-)
5905
5906 commit 5791f329159c9863317e2b507514c29321be31a7
5907 Author: Behdad Esfahbod <behdad@behdad.org>
5908 Date:   Fri Jul 20 16:26:55 2012 -0400
5909
5910     [Indic] Allow a ZWNJ after SM's
5911
5912     Malayalam failures go way down.  Other scripts benefitted slightly
5913     too.
5914     Sinhala had one or two test regressions, but...
5915
5916  src/hb-ot-shape-complex-indic-machine.rl |    2 +-
5917  1 files changed, 1 insertions(+), 1 deletions(-)
5918
5919 commit 34ae336f3fae93ef9372881d545c817bce383041
5920 Author: Behdad Esfahbod <behdad@behdad.org>
5921 Date:   Fri Jul 20 16:17:28 2012 -0400
5922
5923     [Indic] Improve Reph AfterMain positioning
5924
5925     Fixes 20 out of 48 failing Oriya tests.  Failure rate down to
5926     0.066% now.
5927
5928  src/hb-ot-shape-complex-indic.cc |    3 +--
5929  1 files changed, 1 insertions(+), 2 deletions(-)
5930
5931 commit bdd080431a40bc941ece3230f338b94a46bd12a2
5932 Author: Behdad Esfahbod <behdad@behdad.org>
5933 Date:   Fri Jul 20 16:03:09 2012 -0400
5934
5935     [Indic] Reposition Oriya Candrabindu
5936
5937     Oriya failures down from 0.65% to 0.20%.
5938
5939  src/hb-ot-shape-complex-indic.cc                   |    1 +
5940  .../shaper-indic/indic/script-oriya/misc/MANIFEST  |    1 +
5941  .../shaper-indic/indic/script-oriya/misc/bindu.txt |    2 ++
5942  3 files changed, 4 insertions(+), 0 deletions(-)
5943
5944 commit 5f0eaaad129ff04d56b8756bebf19fbc242718c9
5945 Author: Behdad Esfahbod <behdad@behdad.org>
5946 Date:   Fri Jul 20 15:47:24 2012 -0400
5947
5948     [Indic] Fix base search in final_reordering
5949
5950     Fixes most Malayalam failures.  Down from 1.6% to 0.38% now.  Fixes a
5951     few more in other scripts too.
5952
5953  src/hb-ot-shape-complex-indic.cc |   12 ++++++++----
5954  1 files changed, 8 insertions(+), 4 deletions(-)
5955
5956 commit 81202bd860e4034c18d9f80c5a4f33d9f48463a3
5957 Author: Behdad Esfahbod <behdad@behdad.org>
5958 Date:   Fri Jul 20 15:10:02 2012 -0400
5959
5960     [Indic] Don't attach SM/VD to other characters
5961
5962  src/hb-ot-shape-complex-indic-private.hh |    3 ++
5963  src/hb-ot-shape-complex-indic.cc         |   38
5964  ++++++++++++++++-------------
5965  2 files changed, 24 insertions(+), 17 deletions(-)
5966
5967 commit efb4ad735691837a52447bedc1a66a87d0d9af51
5968 Author: Behdad Esfahbod <behdad@behdad.org>
5969 Date:   Fri Jul 20 14:27:38 2012 -0400
5970
5971     Fix compiler warnings
5972
5973     If x is not constant, we cannot ASSERT_STATIC on it.
5974
5975  src/hb-private.hh |    2 +-
5976  1 files changed, 1 insertions(+), 1 deletions(-)
5977
5978 commit f31d97e44eeb6fb141f3de928e27e033fc7b1f47
5979 Author: Behdad Esfahbod <behdad@behdad.org>
5980 Date:   Fri Jul 20 14:13:35 2012 -0400
5981
5982     [Indic] Form Telugu Reph out of Ra,Virama,ZWJ
5983
5984     Apparently this was approved in Feb 2012.  No font yet.
5985
5986  src/hb-ot-shape-complex-indic-private.hh |    2 +-
5987  src/hb-ot-shape-complex-indic.cc         |    4 ++--
5988  2 files changed, 3 insertions(+), 3 deletions(-)
5989
5990 commit 2e193b240ec85cab0d4e2f8a375c5a7f0ef99985
5991 Author: Behdad Esfahbod <behdad@behdad.org>
5992 Date:   Fri Jul 20 14:02:35 2012 -0400
5993
5994     [Indic] Don't split U+0AC9
5995
5996     Althought IndicMatraCategory.txt classifies it as Top_And_Right matra,
5997     it does not have Unicode decomposition, and Uniscribe does not do
5998     anything special about it either.
5999
6000     Gujarati failures down from 0.672% to 0.0130966%.
6001
6002  src/hb-unicode.cc |    2 +-
6003  1 files changed, 1 insertions(+), 1 deletions(-)
6004
6005 commit 30c3d5e9fc61b49c2c6ad4e744300edd6f3e0261
6006 Author: Behdad Esfahbod <behdad@behdad.org>
6007 Date:   Fri Jul 20 13:56:32 2012 -0400
6008
6009     [Indic] Simplify Uniscribe cluster emulation
6010
6011     Now that we break syllables on Halant,ZWNJ, this code can be
6012     simplified.
6013
6014  src/hb-ot-shape-complex-indic.cc |   11 ++---------
6015  1 files changed, 2 insertions(+), 9 deletions(-)
6016
6017 commit decf6ffca475fe01ff3151b7641f629f031137d2
6018 Author: Behdad Esfahbod <behdad@behdad.org>
6019 Date:   Fri Jul 20 13:51:31 2012 -0400
6020
6021     [Indic] Minor!
6022
6023  src/hb-ot-shape-complex-indic.cc |    2 +-
6024  1 files changed, 1 insertions(+), 1 deletions(-)
6025
6026 commit 9e4f94a72cea6d65a6a7ba5a47db92e00dbfbb91
6027 Author: Behdad Esfahbod <behdad@behdad.org>
6028 Date:   Fri Jul 20 13:48:03 2012 -0400
6029
6030     [Indic] Break syllables at Halant,ZWNJ
6031
6032     That's really what Uniscribe does, and explains a lot of pecularities
6033     of
6034     Halant,ZWNJ before the base.
6035
6036     Sent Telugu from 1% failures to 0.03%.  Improved Kannada and Malayalam
6037     slightly.  Fixed half of Bengali, and did NOT break anything!
6038
6039  src/hb-ot-shape-complex-indic-machine.rl |    5 +++--
6040  src/hb-ot-shape-complex-indic.cc         |    5 ++---
6041  2 files changed, 5 insertions(+), 5 deletions(-)
6042
6043 commit 2c372b80f6befad69e216e3f218b38640b8cc044
6044 Author: Behdad Esfahbod <behdad@behdad.org>
6045 Date:   Fri Jul 20 13:37:48 2012 -0400
6046
6047     [Indic] Better check for applying 'init'
6048
6049     Specifically, don't apply 'init' if previous char is a joiner.
6050
6051     Fixes some more of Bengali.
6052
6053  src/hb-ot-shape-complex-indic.cc |    9 +--------
6054  src/hb-private.hh                |    3 ++-
6055  2 files changed, 3 insertions(+), 9 deletions(-)
6056
6057 commit 34a7440b7c6c6e53394ddbdbedaad57b23f85105
6058 Author: Behdad Esfahbod <behdad@behdad.org>
6059 Date:   Fri Jul 20 12:32:59 2012 -0400
6060
6061     [GPOS] Don't zero mark advances
6062
6063     Fixes more of Telugu, Kannada, and Oriya.
6064
6065     May break things (outside Indic...), but we cannot think of any
6066     font relying
6067     on this immediately.
6068
6069  src/hb-ot-layout-gpos-table.hh |    4 ++--
6070  1 files changed, 2 insertions(+), 2 deletions(-)
6071
6072 commit 8ed248de77e5d2ed978e55c0ce1a11727bc9e34c
6073 Author: Behdad Esfahbod <behdad@behdad.org>
6074 Date:   Fri Jul 20 11:42:24 2012 -0400
6075
6076     [Indic] Minor
6077
6078  src/hb-ot-shape-complex-indic.cc |    5 +++--
6079  1 files changed, 3 insertions(+), 2 deletions(-)
6080
6081 commit d0e68dbd0b9fc9a42c4280d01c8ffd9c5015d550
6082 Author: Behdad Esfahbod <behdad@behdad.org>
6083 Date:   Fri Jul 20 11:25:41 2012 -0400
6084
6085     [Indic] Implement reph positioning step 5
6086
6087     Not tuned, just copied from step 2.  Fixes another 0.5% of Kannada
6088     failures.  1% to go.
6089
6090  src/hb-ot-shape-complex-indic.cc |   12 +++++++++++-
6091  1 files changed, 11 insertions(+), 1 deletions(-)
6092
6093 commit a9e45c32e4a0d6da33c52f8427aa694e57f52eb9
6094 Author: Behdad Esfahbod <behdad@behdad.org>
6095 Date:   Fri Jul 20 11:04:15 2012 -0400
6096
6097     [Indic] Don't let ZWNJ at the end of syllable affect base search
6098
6099     Fixes a few Devanagari, half of remaining Kannada failures,
6100     quarter for
6101     Telugu, and others slightly improved or unchanged.
6102
6103  src/hb-ot-shape-complex-indic.cc |    6 +++++-
6104  1 files changed, 5 insertions(+), 1 deletions(-)
6105
6106 commit 20b68e699f73e6ce046c0ec143d40b3d6d48e06b
6107 Author: Behdad Esfahbod <behdad@behdad.org>
6108 Date:   Fri Jul 20 10:47:46 2012 -0400
6109
6110     [Indic] Apply 'cjct' globally
6111
6112     Fixes 5 Devanagari failures, and no regressions.
6113
6114  src/hb-ot-shape-complex-indic.cc |   15 +++++++++------
6115  1 files changed, 9 insertions(+), 6 deletions(-)
6116
6117 commit 51e764de441072e7c9f67de23e8ed717b9b8957d
6118 Author: Behdad Esfahbod <behdad@behdad.org>
6119 Date:   Fri Jul 20 10:30:24 2012 -0400
6120
6121     [Indic] Unbreak old scriptures
6122
6123     Brings down failures with Lohit-Telugu from 57% to 1.40%.
6124
6125  src/hb-ot-shape-complex-indic.cc |    5 +++--
6126  1 files changed, 3 insertions(+), 2 deletions(-)
6127
6128 commit 900cf3d449bf36d4f8b1474590cae925fef48fc8
6129 Author: Behdad Esfahbod <behdad@behdad.org>
6130 Date:   Fri Jul 20 10:18:23 2012 -0400
6131
6132     Minor
6133
6134  src/hb-ot-shape-complex-indic.cc |    2 +-
6135  1 files changed, 1 insertions(+), 1 deletions(-)
6136
6137 commit 87cd63266e73af316b250573ef57388a0bcc9133
6138 Author: Behdad Esfahbod <behdad@behdad.org>
6139 Date:   Thu Jul 19 21:17:48 2012 -0400
6140
6141     [Indic] Recategorize some Kannada right matras
6142
6143     Kannada failures down from 3.5% to 2.93%.
6144
6145  src/hb-ot-shape-complex-indic.cc                   |    2 +-
6146  .../indic/script-kannada/misc/MANIFEST             |    1 +
6147  .../indic/script-kannada/misc/right-matras.txt     |    7 +++++++
6148  3 files changed, 9 insertions(+), 1 deletions(-)
6149
6150 commit 3604d64ced909ade91998d294a7b4b2ee14d47aa
6151 Author: Behdad Esfahbod <behdad@behdad.org>
6152 Date:   Thu Jul 19 21:13:04 2012 -0400
6153
6154     [Indic] Recategorize GURMUKHI ADDAK
6155
6156     It's not in IndicSyllabicCategory.txt.  Fixes most of Gurmukhi
6157     failures.
6158     Failures down from 7.7% to 0.222%!
6159
6160  src/hb-ot-shape-complex-indic.cc |    1 +
6161  1 files changed, 1 insertions(+), 0 deletions(-)
6162
6163 commit 89328581236a53ec16508b95db54c7e5315b178f
6164 Author: Behdad Esfahbod <behdad@behdad.org>
6165 Date:   Thu Jul 19 21:02:38 2012 -0400
6166
6167     Minor
6168
6169  src/hb-ot-layout-gsubgpos-private.hh |    4 ++--
6170  1 files changed, 2 insertions(+), 2 deletions(-)
6171
6172 commit 47ef931f13778b894090139a64238a5ab9ac1154
6173 Author: Behdad Esfahbod <behdad@behdad.org>
6174 Date:   Thu Jul 19 20:52:44 2012 -0400
6175
6176     [buffer] Make sure out_info = info during GPOS
6177
6178  src/hb-buffer.cc |    9 +++++++--
6179  1 files changed, 7 insertions(+), 2 deletions(-)
6180
6181 commit ae63cf206291befe3920adfe015e6cd0961580e5
6182 Author: Behdad Esfahbod <behdad@behdad.org>
6183 Date:   Thu Jul 19 20:45:41 2012 -0400
6184
6185     Print line number during return when tracing
6186
6187  src/hb-private.hh |    8 ++++----
6188  1 files changed, 4 insertions(+), 4 deletions(-)
6189
6190 commit 5249f3aee108b0f41770d137e63a625f594418e7
6191 Author: Behdad Esfahbod <behdad@behdad.org>
6192 Date:   Thu Jul 19 20:30:22 2012 -0400
6193
6194     [Indic] Unbreak Khmer
6195
6196     For Khmer, all consonants are subjoining.  No need to look in
6197     the font.
6198     We were looking in the wrong order anyway.
6199
6200  src/hb-ot-shape-complex-indic.cc |    4 +++-
6201  1 files changed, 3 insertions(+), 1 deletions(-)
6202
6203 commit e0475345d5d7db8dbc8b554beedfa2435c5d7fd1
6204 Author: Behdad Esfahbod <behdad@behdad.org>
6205 Date:   Thu Jul 19 20:24:14 2012 -0400
6206
6207     [Indic] Apply 'akhn' globally
6208
6209     Fixes 1.5% more failures for Telugu, 2% for Kannada.
6210     Breaks one test in Devanagari.
6211
6212  src/hb-ot-shape-complex-indic.cc |    8 ++++----
6213  1 files changed, 4 insertions(+), 4 deletions(-)
6214
6215 commit c87bcddb10752b407c0471ee5ac4de6f1b00b711
6216 Author: Behdad Esfahbod <behdad@behdad.org>
6217 Date:   Thu Jul 19 20:03:25 2012 -0400
6218
6219     [Indic] Add failing test for Kannada
6220
6221  .../indic/script-kannada/misc/misc.txt             |    1 +
6222  1 files changed, 1 insertions(+), 0 deletions(-)
6223
6224 commit fa247ebe524f92fa95d344ba912f704262879c13
6225 Author: Behdad Esfahbod <behdad@behdad.org>
6226 Date:   Thu Jul 19 19:52:19 2012 -0400
6227
6228     [Indic] Better position U+0CD5
6229
6230     Fixes another 5% of Kannada failures.
6231
6232  src/hb-ot-shape-complex-indic.cc |    4 ++--
6233  1 files changed, 2 insertions(+), 2 deletions(-)
6234
6235 commit f055442716ec7543ed156d4789955b19c11a5255
6236 Author: Behdad Esfahbod <behdad@behdad.org>
6237 Date:   Thu Jul 19 16:20:21 2012 -0400
6238
6239     [Indic] Lookup consonant position in the font
6240
6241     Fixes most failures of Oriya, and improves others a bit.
6242
6243  src/hb-ot-map-private.hh                 |   13 +++-
6244  src/hb-ot-shape-complex-indic-private.hh |  105
6245  ------------------------------
6246  src/hb-ot-shape-complex-indic.cc         |   63 +++++++++++++-----
6247  3 files changed, 54 insertions(+), 127 deletions(-)
6248
6249 commit 74d1d88781e91866a52e27f391e34df03b313442
6250 Author: Behdad Esfahbod <behdad@behdad.org>
6251 Date:   Thu Jul 19 16:14:23 2012 -0400
6252
6253     [GSUB] Fix would_apply() for LigatureSubst
6254
6255  src/hb-ot-layout-gsub-table.hh |    1 +
6256  1 files changed, 1 insertions(+), 0 deletions(-)
6257
6258 commit 787f7d1e9ba9ad038f24e5a1063d12c7d169ad37
6259 Author: Behdad Esfahbod <behdad@behdad.org>
6260 Date:   Thu Jul 19 15:29:13 2012 -0400
6261
6262     [TODO] Minor
6263
6264  TODO |    2 ++
6265  1 files changed, 2 insertions(+), 0 deletions(-)
6266
6267 commit be73a5f9368136ecbdb211b96516ad0c554c8201
6268 Author: Behdad Esfahbod <behdad@behdad.org>
6269 Date:   Thu Jul 19 14:59:15 2012 -0400
6270
6271     Add src/test-would-substitute tool
6272
6273  src/Makefile.am              |    6 ++-
6274  src/test-would-substitute.cc |   94 ++++++++++++++++++++++++++++++
6275  src/test.cc                  |  132
6276  ++++++++++++++++++++++++++++++++++++++++++
6277  3 files changed, 231 insertions(+), 1 deletions(-)
6278
6279 commit e72b360ac6381b549249b8836fa3e70b909d3437
6280 Author: Behdad Esfahbod <behdad@behdad.org>
6281 Date:   Thu Jul 19 14:35:23 2012 -0400
6282
6283     Refactor / finish would_apply() operation
6284
6285     Untested.
6286
6287  src/hb-ot-layout-gpos-table.hh       |    6 +-
6288  src/hb-ot-layout-gsub-table.hh       |  126 ++++++++----------
6289  src/hb-ot-layout-gsubgpos-private.hh |  233
6290  +++++++++++++++++++++++++++++++++-
6291  src/hb-ot-layout.cc                  |   11 ++
6292  src/hb-ot-layout.h                   |    7 +
6293  5 files changed, 308 insertions(+), 75 deletions(-)
6294
6295 commit 8c973ebf0f59abb5ee920edd5d64e23d8e47ad75
6296 Author: Behdad Esfahbod <behdad@behdad.org>
6297 Date:   Thu Jul 19 13:25:08 2012 -0400
6298
6299     [Indic] Implement per-script matra positioning
6300
6301     Following what the spec says.
6302
6303     Brings down Telugu failures from 40% to 3.75%, and Kannada failures
6304     from
6305     44% to 10%.  Does NOT affect other scripts' test results.
6306
6307  src/hb-ot-shape-complex-indic-private.hh |    2 +-
6308  src/hb-ot-shape-complex-indic.cc         |   40
6309  +++++++++++++++++++++++++++--
6310  src/hb-unicode.cc                        |    2 +-
6311  3 files changed, 39 insertions(+), 5 deletions(-)
6312
6313 commit 8bb32458f95f13f66688e0811cc91f1bfffb867d
6314 Author: Behdad Esfahbod <behdad@behdad.org>
6315 Date:   Thu Jul 19 12:59:06 2012 -0400
6316
6317     [Indic] More refactoring
6318
6319  src/hb-ot-shape-complex-indic-private.hh |    9 ++--
6320  src/hb-ot-shape-complex-indic.cc         |   65
6321  +++++++++++++++++++++++-------
6322  2 files changed, 54 insertions(+), 20 deletions(-)
6323
6324 commit 9ccc6382ba43760167c134c18c1c4ada4b8c3f22
6325 Author: Behdad Esfahbod <behdad@behdad.org>
6326 Date:   Thu Jul 19 12:32:16 2012 -0400
6327
6328     [Indic] Minor refactoring
6329
6330  src/hb-ot-shape-complex-indic.cc |  127
6331  +++++++++++++++++++++-----------------
6332  1 files changed, 71 insertions(+), 56 deletions(-)
6333
6334 commit f83aaa3133de5d807be267a100d6a200e8db9017
6335 Author: Behdad Esfahbod <behdad@behdad.org>
6336 Date:   Thu Jul 19 12:23:23 2012 -0400
6337
6338     [Indic] Minor
6339
6340  src/hb-ot-shape-complex-indic-private.hh |   42
6341  ++++++++++++++++++-----------
6342  1 files changed, 26 insertions(+), 16 deletions(-)
6343
6344 commit be8b9f5f715f6fb36b98bd33c3303f79cc068f8a
6345 Author: Behdad Esfahbod <behdad@behdad.org>
6346 Date:   Thu Jul 19 12:11:12 2012 -0400
6347
6348     [Indic] Start refactoring different matra positions per script
6349
6350  src/hb-ot-shape-complex-indic-private.hh |   36
6351  ++++++++++++++++++-----------
6352  src/hb-ot-shape-complex-indic.cc         |    4 +-
6353  2 files changed, 24 insertions(+), 16 deletions(-)
6354
6355 commit deeb540a74f8d394db273145b17bf385d14d01bb
6356 Author: Behdad Esfahbod <behdad@behdad.org>
6357 Date:   Thu Jul 19 11:30:48 2012 -0400
6358
6359     [test] Ignore tests with DOTTED CIRCLE in the output
6360
6361  test/shaping/hb_test_tools.py |    4 ++++
6362  1 files changed, 4 insertions(+), 0 deletions(-)
6363
6364 commit b01d9b3d90e892341ee4463f2eda4600850b97d8
6365 Author: Behdad Esfahbod <behdad@behdad.org>
6366 Date:   Thu Jul 19 11:25:49 2012 -0400
6367
6368     [Indic] Disallow decomposition of a couple characters
6369
6370     This is a hack for now.  Will be fixed when we do
6371     complex-shaper-driven
6372     normalization properly.
6373
6374     The results with or without decomposition are the same, but Uniscribe
6375     does not normalize, so this matches better.
6376
6377  src/hb-unicode.cc |    3 +++
6378  1 files changed, 3 insertions(+), 0 deletions(-)
6379
6380 commit 422ecd2d3c198a36d07d409341cb82ea57c7ad6b
6381 Author: Behdad Esfahbod <behdad@behdad.org>
6382 Date:   Wed Jul 18 23:25:58 2012 -0400
6383
6384     [Indic] Accept a forced Rakar sequence at the end of syllable
6385
6386     In Sinhala, Rakar is formed by Al-Lakuna,ZWJ,Ra.  If you put that
6387     at the
6388     end of a Consonant,Matra syllable, you get a dotted-circle from
6389     Uniscribe.  Apparently adding a ZWJ before the Al-Lakuna "fixes" that.
6390     And people have been encoding that sequence...  So, allow a forced
6391     "ZWJ,Virama,ZWJ,Ra" sequence at the of syllables.
6392
6393     Fixes some 100 or more of Sinhala failures.  Now at 622 only (0.23%).
6394
6395  src/hb-ot-shape-complex-indic-machine.rl           |    3 ++-
6396  .../indic/script-sinhala/misc/misc.txt             |    2 ++
6397  2 files changed, 4 insertions(+), 1 deletions(-)
6398
6399 commit 6fc1732003d71cf90d37247482772c3da884687f
6400 Author: Behdad Esfahbod <behdad@behdad.org>
6401 Date:   Wed Jul 18 17:49:19 2012 -0400
6402
6403     [Indic] Allow joiners on both sides of Halant at the same time
6404
6405     The sequence <ZWJ,Al-Lakuna,ZWJ> is used in Sinhala to explicitly ask
6406     for Rakar.  Fixes two-thousand Sinhala tests.  Not many left.
6407
6408  src/hb-ot-shape-complex-indic-machine.rl |    2 +-
6409  1 files changed, 1 insertions(+), 1 deletions(-)
6410
6411 commit 10cdc94eee2225f14c198c015256a5a0063eecad
6412 Author: Behdad Esfahbod <behdad@behdad.org>
6413 Date:   Wed Jul 18 17:42:34 2012 -0400
6414
6415     [Indic] In final reordering, find base, even if it disappeared
6416
6417     POS_BASE can disappear if base ligated backward.  Define base as last
6418     with position not after base.
6419
6420     Fixes a few hundred of Sinhala failures with Iskoola Pota.
6421
6422  src/hb-ot-shape-complex-indic.cc                   |    7 ++-----
6423  .../indic/script-sinhala/misc/misc.txt             |    1 +
6424  2 files changed, 3 insertions(+), 5 deletions(-)
6425
6426 commit 9c4d24a3a677a58ec59c7fb0f8b70b8aad30a032
6427 Author: Behdad Esfahbod <behdad@behdad.org>
6428 Date:   Wed Jul 18 17:29:10 2012 -0400
6429
6430     [Indic] Minor
6431
6432  src/hb-ot-shape-complex-indic.cc |    1 +
6433  1 files changed, 1 insertions(+), 0 deletions(-)
6434
6435 commit 3285e107c9a83aeb552e67f9460680ff6d167d88
6436 Author: Behdad Esfahbod <behdad@behdad.org>
6437 Date:   Wed Jul 18 17:22:14 2012 -0400
6438
6439     [Indic] Implement Sinhala "Al Lakuna" Reph behavior
6440
6441     In Sinhala, Reph is formed only explicitly, by the presence of a ZWJ.
6442
6443  src/hb-ot-shape-complex-indic-private.hh           |    2 ++
6444  src/hb-ot-shape-complex-indic.cc                   |    7 ++++++-
6445  .../indic/script-sinhala/misc/MANIFEST             |    1 +
6446  .../indic/script-sinhala/misc/reph.txt             |    3 +++
6447  4 files changed, 12 insertions(+), 1 deletions(-)
6448
6449 commit 91cade755534c42bb826a6aefcbca8a543d94387
6450 Author: Behdad Esfahbod <behdad@behdad.org>
6451 Date:   Wed Jul 18 16:50:41 2012 -0400
6452
6453     [Indic/Unicode] Decompose Sinhala split matras the way Uniscribe likes
6454
6455     Makes no visual difference.
6456
6457     Fixes most of the failures.  Down from 15% to 1.3%!
6458
6459  src/hb-unicode.cc |    8 ++++++++
6460  1 files changed, 8 insertions(+), 0 deletions(-)
6461
6462 commit d8942dcbb4e3249a2d78a6455c119294ed4390bc
6463 Author: Behdad Esfahbod <behdad@behdad.org>
6464 Date:   Wed Jul 18 16:34:10 2012 -0400
6465
6466     Apply Tibetan (global) features.
6467
6468     Fixes all Tibetan failures.  All 180k of them!
6469
6470     Merges back Hangul into the default shaper.
6471
6472  src/hb-ot-shape-complex-misc.cc    |   82
6473  ++++++++++++++++--------------------
6474  src/hb-ot-shape-complex-private.hh |    7 ---
6475  2 files changed, 37 insertions(+), 52 deletions(-)
6476
6477 commit 552d19b7a11f7dff888587fce4d56d9f8e47e819
6478 Author: Behdad Esfahbod <behdad@behdad.org>
6479 Date:   Wed Jul 18 16:00:49 2012 -0400
6480
6481     [Indic] Treat Register Shifters like Nukta
6482
6483     Really this time.
6484
6485     Fixes another 18 Khmer tests.
6486
6487  src/hb-ot-shape-complex-indic-machine.rl           |    2 +-
6488  src/hb-ot-shape-complex-indic.cc                   |    2 --
6489  .../south-east-asian/script-khmer/misc/misc.txt    |    1 +
6490  3 files changed, 2 insertions(+), 3 deletions(-)
6491
6492 commit e8cd81f76d159f3ecf808952dab24bc07782497a
6493 Author: Behdad Esfahbod <behdad@behdad.org>
6494 Date:   Wed Jul 18 16:00:20 2012 -0400
6495
6496     [Indic] Minor
6497
6498  src/hb-ot-shape-complex-indic.cc |    2 +-
6499  1 files changed, 1 insertions(+), 1 deletions(-)
6500
6501 commit 69f26bf39c824d6bf5b1c0d410380cc5462ad5ca
6502 Author: Behdad Esfahbod <behdad@behdad.org>
6503 Date:   Wed Jul 18 15:45:43 2012 -0400
6504
6505     [Indic] Fix Matra reordering when base is at end of syllable
6506
6507     For example: U+915,U+200c,U+93f
6508
6509     Fixes last Tamil failure!
6510
6511  src/hb-ot-shape-complex-indic.cc                   |    2 +-
6512  .../indic/script-devanagari/misc/misc.txt          |    1 +
6513  2 files changed, 2 insertions(+), 1 deletions(-)
6514
6515 commit d16ccc4ae7aa8be460881042413fa2637929fede
6516 Author: Behdad Esfahbod <behdad@behdad.org>
6517 Date:   Wed Jul 18 15:43:55 2012 -0400
6518
6519     Leave one extra item at the end of buffer allocation
6520
6521     Just in case, for the times we do out-of-bounds access.
6522
6523     jk
6524
6525  src/hb-buffer-private.hh |    2 +-
6526  1 files changed, 1 insertions(+), 1 deletions(-)
6527
6528 commit 075d671f1093d2e3c58f7f45568696030f1b3efd
6529 Author: Behdad Esfahbod <behdad@behdad.org>
6530 Date:   Wed Jul 18 15:41:53 2012 -0400
6531
6532     [Indic] Fix out-of-bounds array access
6533
6534  src/hb-ot-shape-complex-indic.cc |    6 ++++--
6535  1 files changed, 4 insertions(+), 2 deletions(-)
6536
6537 commit dcb527242b1eca4db1e190a7802f9cd132aaf46e
6538 Author: Behdad Esfahbod <behdad@behdad.org>
6539 Date:   Wed Jul 18 15:28:25 2012 -0400
6540
6541     [Indic] Allow joiners before matras
6542
6543     Fixes 1 more Devanagari test!
6544
6545  src/hb-ot-shape-complex-indic-machine.rl |    4 ++--
6546  1 files changed, 2 insertions(+), 2 deletions(-)
6547
6548 commit 391cc0331749e263bdfe83a8f5f6d76f2360ee7a
6549 Author: Behdad Esfahbod <behdad@behdad.org>
6550 Date:   Wed Jul 18 15:10:05 2012 -0400
6551
6552     [Indic] Allow halant group in Vowel and placeholder syllables
6553
6554     Fixes 2 out of 560 Devanagari failures.  AND:
6555     Fixes 1 out of 2 Tamil failures.
6556
6557  src/hb-ot-shape-complex-indic-machine.rl           |    7 ++++---
6558  .../indic/script-devanagari/misc/misc.txt          |    1 +
6559  2 files changed, 5 insertions(+), 3 deletions(-)
6560
6561 commit ca4e3d3eab7b738c2b8e2a81696a28bca1b81495
6562 Author: Behdad Esfahbod <behdad@behdad.org>
6563 Date:   Wed Jul 18 15:05:40 2012 -0400
6564
6565     [Indic] Streamline halant/joiner in grammar
6566
6567  src/hb-ot-shape-complex-indic-machine.rl |    6 +++---
6568  1 files changed, 3 insertions(+), 3 deletions(-)
6569
6570 commit 418d00dffddd95a1f27e9be15752d494c627d45e
6571 Author: Behdad Esfahbod <behdad@behdad.org>
6572 Date:   Wed Jul 18 14:57:28 2012 -0400
6573
6574     [Indic] Minor
6575
6576  src/hb-ot-shape-complex-indic-machine.rl           |    3 ++-
6577  .../indic/script-devanagari/misc/misc.txt          |    3 +++
6578  2 files changed, 5 insertions(+), 1 deletions(-)
6579
6580 commit 4c3691d2a32ca7e54a54f7c08098fd96fa7af39e
6581 Author: Behdad Esfahbod <behdad@behdad.org>
6582 Date:   Wed Jul 18 14:23:55 2012 -0400
6583
6584     [Indic] Hopefully minor!
6585
6586     Refactoring Indic machin.  No semantic change.
6587
6588  src/hb-ot-shape-complex-indic-machine.rl |   12 +++++++-----
6589  1 files changed, 7 insertions(+), 5 deletions(-)
6590
6591 commit e092c556fb1cf38be3cea1f4b75a0d879372dfa2
6592 Author: Behdad Esfahbod <behdad@behdad.org>
6593 Date:   Wed Jul 18 14:09:25 2012 -0400
6594
6595     [Indic] Minor
6596
6597  src/hb-ot-shape-complex-indic-private.hh |    4 ++--
6598  1 files changed, 2 insertions(+), 2 deletions(-)
6599
6600 commit 14dbdd9e39d3a869fd1521000c889c347433d22b
6601 Author: Behdad Esfahbod <behdad@behdad.org>
6602 Date:   Wed Jul 18 13:13:03 2012 -0400
6603
6604     [Indic] Unbreak Tamil
6605
6606     Tamil has only about 150 failures now!
6607
6608  src/hb-ot-shape-complex-indic.cc |   18 +++++++++++++++++-
6609  1 files changed, 17 insertions(+), 1 deletions(-)
6610
6611 commit db8981f1e0e8625714568c6d0f11f0b317b11d0a
6612 Author: Behdad Esfahbod <behdad@behdad.org>
6613 Date:   Tue Jul 17 18:17:30 2012 -0400
6614
6615     [Indic] Position Khmer Robat
6616
6617     It's a visual Repha.
6618
6619     Still not positioning logical Repha as occurs in Malayalam.
6620
6621     Another 200 Khmer failures fixed.  547 to go.  That's better than
6622     Devanagari!
6623
6624  src/hb-ot-shape-complex-indic-machine.rl |   36
6625  +++++++++++++++--------------
6626  src/hb-ot-shape-complex-indic-private.hh |    7 +++--
6627  src/hb-ot-shape-complex-indic.cc         |   13 ++++++++++
6628  3 files changed, 36 insertions(+), 20 deletions(-)
6629
6630 commit 25bc489498ef7d0beb8fe9ab663e3f0b2f52c9c2
6631 Author: Behdad Esfahbod <behdad@behdad.org>
6632 Date:   Tue Jul 17 17:53:03 2012 -0400
6633
6634     [Indic] Better categorize Register Shifters and Khmer Various signs
6635
6636     Down another 500 or so Khmer failures!
6637
6638  src/hb-ot-shape-complex-indic-machine.rl           |   14 +++++++-------
6639  src/hb-ot-shape-complex-indic-private.hh           |    2 +-
6640  src/hb-ot-shape-complex-indic.cc                   |    8 ++++----
6641  .../south-east-asian/script-khmer/misc/MANIFEST    |    2 ++
6642  .../script-khmer/misc/other-marks-invalid.txt      |    4 ++++
6643  .../script-khmer/misc/other-marks.txt              |    6 ++++++
6644  6 files changed, 24 insertions(+), 12 deletions(-)
6645
6646 commit 39b17837b4064d59c18cebb49c1c0b5b8cc0c117
6647 Author: Behdad Esfahbod <behdad@behdad.org>
6648 Date:   Tue Jul 17 17:09:29 2012 -0400
6649
6650     Add hb_buffer_normalize_glyphs() and hb-shape --normalize-glyphs
6651
6652     This reorders glyphs within the cluster to a nominal order.
6653     This should
6654     have no visible effect on the output, but helps with testing, for
6655     getting the same hb-shape output for visually-equal glyphs for each
6656     cluster.
6657
6658  src/hb-buffer.cc  |   76
6659  +++++++++++++++++++++++++++++++++++++++++++++++++++++
6660  src/hb-buffer.h   |   13 +++++++++
6661  src/hb-private.hh |   29 +++++++++++++++-----
6662  util/options.cc   |    1 +
6663  util/options.hh   |    7 ++++-
6664  5 files changed, 118 insertions(+), 8 deletions(-)
6665
6666 commit 25e302da9a712e6f1d63b0d243a8df0d326ddba3
6667 Author: Behdad Esfahbod <behdad@behdad.org>
6668 Date:   Tue Jul 17 14:25:14 2012 -0400
6669
6670     [Indic] Minor
6671
6672  src/hb-ot-shape-complex-indic.cc |    5 ++++-
6673  1 files changed, 4 insertions(+), 1 deletions(-)
6674
6675 commit 5d32690a3428fa86eb26fe5fcec943a10aa95881
6676 Author: Behdad Esfahbod <behdad@behdad.org>
6677 Date:   Tue Jul 17 14:23:28 2012 -0400
6678
6679     [Indic] For scripts without Half forms, always choose first consonant
6680     as base
6681
6682     In such scripts (ie. Khmer), a ZWJ/ZWNJ shouldn't stop the search for
6683     base.  So, instead just choose the first consonant as base directly.
6684
6685     Test sequence:
6686     U+1798,200c,U+17C9,U+17D2,U+179B,U+17C1,U+17C7
6687
6688  src/hb-ot-shape-complex-indic.cc |   59
6689  ++++++++++++++++++++++---------------
6690  1 files changed, 35 insertions(+), 24 deletions(-)
6691
6692 commit 34b57149065d96f7528aaccaa7654e956ce27e93
6693 Author: Behdad Esfahbod <behdad@behdad.org>
6694 Date:   Tue Jul 17 14:09:32 2012 -0400
6695
6696     [Indic] Treat Khmer Register Shifters more like Nuktas
6697
6698     Except that there may be a ZWNJ before a Register Shifter.
6699
6700  src/hb-ot-shape-complex-indic-machine.rl           |    2 +-
6701  .../south-east-asian/script-khmer/misc/misc.txt    |    2 ++
6702  2 files changed, 3 insertions(+), 1 deletions(-)
6703
6704 commit 11e2a601b19861b05dbb2051d2d078c3cfd75b29
6705 Author: Behdad Esfahbod <behdad@behdad.org>
6706 Date:   Tue Jul 17 14:02:28 2012 -0400
6707
6708     [Indic] Minor
6709
6710  src/hb-ot-shape-complex-indic-machine.rl |    4 ++--
6711  1 files changed, 2 insertions(+), 2 deletions(-)
6712
6713 commit 0201e0a4649ad5b607e50bcb9605e7a5b7143812
6714 Author: Behdad Esfahbod <behdad@behdad.org>
6715 Date:   Tue Jul 17 13:55:10 2012 -0400
6716
6717     [Indic] Apply 'cfar' for Khmer
6718
6719     Mark stuff after a pre-base reordering Ro 'cfar'.  Used in Khmer.
6720     This allows distinguishing the following cases with MS Khmer fonts:
6721
6722       U+1784,U+17D2,U+179A,U+17D2,U+1782
6723       U+1784,U+17D2,U+1782,U+17D2,U+179A
6724
6725  src/hb-ot-shape-complex-indic.cc                   |   16
6726  ++++++++++++++--
6727  .../south-east-asian/script-khmer/misc/misc.txt    |    2 ++
6728  2 files changed, 16 insertions(+), 2 deletions(-)
6729
6730 commit 55f70ebfb95083f515d9b0044a2a65ab11484bb5
6731 Author: Behdad Esfahbod <behdad@behdad.org>
6732 Date:   Tue Jul 17 12:50:13 2012 -0400
6733
6734     [Indic] Position final subjoined consonants (and vowels) after matras
6735
6736     In Khmer, a final subjoined consonant or independent vowel can occur
6737     after matras.  This final subjoined thing should NOT be reordered to
6738     before the matra even though it's subjoined.
6739
6740     Fixes another 1k of the Khmer failures.  Not much left really.
6741
6742  src/hb-ot-shape-complex-indic-private.hh           |    1 +
6743  src/hb-ot-shape-complex-indic.cc                   |   13 +++++++++++++
6744  .../south-east-asian/script-khmer/misc/misc.txt    |    2 ++
6745  3 files changed, 16 insertions(+), 0 deletions(-)
6746
6747 commit c50ed71e9a3df1844f564de66d54b46a696c1356
6748 Author: Behdad Esfahbod <behdad@behdad.org>
6749 Date:   Tue Jul 17 11:54:28 2012 -0400
6750
6751     [Indic] Recategorize Khmer coeng sign as a separate category OT_Coeng
6752
6753     Amend the syllable structure to allow a final subscripted consonant
6754     (Coeng+C) and a final subscripted independent vowel (Coeng+V).
6755     Fixes another 2k of Khmer failures.
6756
6757  src/hb-ot-shape-complex-indic-machine.rl           |    7 ++++---
6758  src/hb-ot-shape-complex-indic.cc                   |    6 +++++-
6759  .../south-east-asian/script-khmer/misc/misc.txt    |    1 +
6760  3 files changed, 10 insertions(+), 4 deletions(-)
6761
6762 commit deb521dee4fdca8c2124cfb39a205e6269d4a70d
6763 Author: Behdad Esfahbod <behdad@behdad.org>
6764 Date:   Tue Jul 17 11:37:32 2012 -0400
6765
6766     [Indic] Add a separate Coeng class
6767
6768     No characters recategorized yet.  No semantic change.
6769
6770  src/hb-ot-shape-complex-indic-machine.rl |    1 +
6771  src/hb-ot-shape-complex-indic-private.hh |    3 ++-
6772  src/hb-ot-shape-complex-indic.cc         |   26
6773  ++++++++++++++++----------
6774  3 files changed, 19 insertions(+), 11 deletions(-)
6775
6776 commit 74ccc6a1322f8c48c5f2a05f04821783c4b87a14
6777 Author: Behdad Esfahbod <behdad@behdad.org>
6778 Date:   Tue Jul 17 11:16:19 2012 -0400
6779
6780     [Indic] Move Halant with after-base consonants
6781
6782     Normally, we attach the Halant to the previous character and move it
6783     with it.  For after-base consonants however, the Halant "belongs"
6784     to the
6785     consonant after, so attach it so.
6786
6787     This fixes Bengali sequences involving post-base consonant Ya, which
6788     should ligate with the Halant to form Ya Phala, but previously a
6789     reordered matras was blocking the ligation.
6790
6791  src/hb-ot-shape-complex-indic.cc                   |   11 +++++++++++
6792  .../indic/script-bengali/misc/misc.txt             |    1 +
6793  2 files changed, 12 insertions(+), 0 deletions(-)
6794
6795 commit d5c4edcdd6df32f2f23aca44f14838b4baab4d7a
6796 Author: Behdad Esfahbod <behdad@behdad.org>
6797 Date:   Tue Jul 17 10:40:59 2012 -0400
6798
6799     [Indic] Apply presentation-forms features all at once
6800
6801     Seems like this is what Uniscribe is doing, and does not break
6802     any fonts
6803     we tested (with Devanagari, Malayalam, Khmer, and Bengali), while
6804     fixing
6805     some Ra Phala sequences for Bengali with Vrinda.  Fixes another 2% of
6806     Bengali failures (a couple more to go).
6807
6808  src/hb-ot-shape-complex-indic.cc                   |    6 +++---
6809  .../indic/script-bengali/misc/misc.txt             |    1 +
6810  2 files changed, 4 insertions(+), 3 deletions(-)
6811
6812 commit 559f70667891a3ceeffb36f40de38a4f85868945
6813 Author: Behdad Esfahbod <behdad@behdad.org>
6814 Date:   Mon Jul 16 22:43:17 2012 -0400
6815
6816     Fix MarkAttachmentType matching
6817
6818     Fixes issue reported by Khaled Hosny with his Hussaini Nastaleeq font
6819     and sequences like those added in the previous commit.
6820
6821  src/hb-ot-layout.cc |    2 +-
6822  1 files changed, 1 insertions(+), 1 deletions(-)
6823
6824 commit 6de103547e4a7fb34c833861713ea373cd912261
6825 Author: Behdad Esfahbod <behdad@behdad.org>
6826 Date:   Mon Jul 16 22:46:06 2012 -0400
6827
6828     [test/arabic] Add Arabic tests for mark skipping
6829
6830     Expose a bug with Khaled's Hussaini Nastaleeq font.
6831
6832  .../script-arabic/misc/diacritics/MANIFEST         |    1 +
6833  .../misc/diacritics/mark-skipping.txt              |   10 ++++++++++
6834  2 files changed, 11 insertions(+), 0 deletions(-)
6835
6836 commit ad4494759fa8bfd2497800c24fa414075ed1aa61
6837 Author: Behdad Esfahbod <behdad@behdad.org>
6838 Date:   Mon Jul 16 22:40:21 2012 -0400
6839
6840     Minor
6841
6842  src/hb-ot-layout.cc |    2 +-
6843  1 files changed, 1 insertions(+), 1 deletions(-)
6844
6845 commit af92b4cc90e4184d5bdd8037c551ed482700114f
6846 Author: Behdad Esfahbod <behdad@behdad.org>
6847 Date:   Mon Jul 16 20:31:24 2012 -0400
6848
6849     [Indic] Disable 'kern' in Uniscribe bug compatibility mode
6850
6851     Uniscribe does not apply 'kern' in the Indic module.  Some of
6852     the Khmer
6853     fonts they ship have small adjustments in the 'kern' table.  Disable
6854     'kern' in the Indic module under Uniscribe bug compatibility mode.
6855
6856     Fixes some 10% of the Khmer failures.  Remains under 3% (excluding
6857     dotted-circle ones).
6858
6859  src/hb-ot-shape-complex-indic.cc |    3 +++
6860  1 files changed, 3 insertions(+), 0 deletions(-)
6861
6862 commit d96838ef951ce6170eb2dc576ebcba2262cf7008
6863 Author: Behdad Esfahbod <behdad@behdad.org>
6864 Date:   Mon Jul 16 20:26:57 2012 -0400
6865
6866     Allow complex shapers overriding common features
6867
6868     In a new callback...  Currently unused by all complex shapers.
6869
6870  src/hb-ot-shape-complex-arabic.cc  |    6 ++++++
6871  src/hb-ot-shape-complex-indic.cc   |    6 ++++++
6872  src/hb-ot-shape-complex-misc.cc    |   18 ++++++++++++++++++
6873  src/hb-ot-shape-complex-private.hh |   30 ++++++++++++++++++++++++++++++
6874  src/hb-ot-shape.cc                 |    2 ++
6875  5 files changed, 62 insertions(+), 0 deletions(-)
6876
6877 commit df50b8474094f0563ccfdae12c4425a51b72add6
6878 Author: Behdad Esfahbod <behdad@behdad.org>
6879 Date:   Mon Jul 16 19:56:29 2012 -0400
6880
6881     [Indic] Categorize other Khmer marks
6882
6883     Mark them the same as the Register Shifters for now.  Need to rename
6884     that category to something more sensible after all is settled.
6885
6886     Fixes another percent of Khmer failures.  Down to under 3%!
6887
6888  src/hb-ot-shape-complex-indic.cc |    4 ++++
6889  1 files changed, 4 insertions(+), 0 deletions(-)
6890
6891 commit 8e7b5882fb4c1921c9d030d354a9b998115cdb8c
6892 Author: Behdad Esfahbod <behdad@behdad.org>
6893 Date:   Mon Jul 16 17:04:46 2012 -0400
6894
6895     [Indic] Recognize pre-base reordering Ra anywhere in the syllable
6896
6897     We were doing that only immediately after base.
6898
6899     Fixes another percent in the Khmer failures.  About three more
6900     to go...
6901
6902  src/hb-ot-shape-complex-indic.cc |   84
6903  +++++++++++++++++++++-----------------
6904  1 files changed, 46 insertions(+), 38 deletions(-)
6905
6906 commit 7d09c98a1fff97127e48eae48d380dc9fcff288e
6907 Author: Behdad Esfahbod <behdad@behdad.org>
6908 Date:   Mon Jul 16 16:45:22 2012 -0400
6909
6910     [Indic] Recognizer Register Shifter marks
6911
6912     Fixes another 6% of the Khmer failures.
6913
6914  src/hb-ot-shape-complex-indic-machine.rl |    3 ++-
6915  src/hb-ot-shape-complex-indic-private.hh |    5 +++--
6916  src/hb-ot-shape-complex-indic.cc         |    2 ++
6917  3 files changed, 7 insertions(+), 3 deletions(-)
6918
6919 commit 60da763dfac96a7931d6e6bdef8b9973bd5209ab
6920 Author: Behdad Esfahbod <behdad@behdad.org>
6921 Date:   Mon Jul 16 16:13:32 2012 -0400
6922
6923     [GSUB/GDEF] Guess glyph classes after substitution only if no GDEF
6924
6925     Brings down Khmer failures with Daun Penh font from 36% to 20%.
6926
6927  src/hb-ot-layout-gsubgpos-private.hh |   20 +++++++++++++-------
6928  1 files changed, 13 insertions(+), 7 deletions(-)
6929
6930 commit fcdc5f1c8849a7f38d9f34f64d60c6d95d7501f7
6931 Author: Behdad Esfahbod <behdad@behdad.org>
6932 Date:   Mon Jul 16 15:52:54 2012 -0400
6933
6934     [Indic] Categorize Khmer Ro
6935
6936     Khmer failures down from 58% to 36%.
6937
6938  src/hb-ot-shape-complex-indic-private.hh |    2 ++
6939  1 files changed, 2 insertions(+), 0 deletions(-)
6940
6941 commit 78818124b17691ec2c647142fdb9ae743aa03dee
6942 Author: Behdad Esfahbod <behdad@behdad.org>
6943 Date:   Mon Jul 16 15:49:08 2012 -0400
6944
6945     [Indic] Reoder pre-base reordering Ra
6946
6947     Brings down Malayalam failures from 14% down to 3%.
6948
6949  src/hb-ot-shape-complex-indic.cc |   42
6950  ++++++++++++++++++++++++++-----------
6951  1 files changed, 29 insertions(+), 13 deletions(-)
6952
6953 commit 1a1dbe9a2787f226f3e43063da8eb6633438b0a0
6954 Author: Behdad Esfahbod <behdad@behdad.org>
6955 Date:   Mon Jul 16 15:40:33 2012 -0400
6956
6957     [Indic] Rename
6958
6959  src/hb-ot-shape-complex-indic.cc |    8 ++++----
6960  1 files changed, 4 insertions(+), 4 deletions(-)
6961
6962 commit 46e645ec4b59f0a278347be11f40c7df700d5bb6
6963 Author: Behdad Esfahbod <behdad@behdad.org>
6964 Date:   Mon Jul 16 15:30:05 2012 -0400
6965
6966     [Indic] Start implementing pre-base reordering
6967
6968  src/hb-ot-shape-complex-indic.cc |   33 ++++++++++++++++++---------------
6969  1 files changed, 18 insertions(+), 15 deletions(-)
6970
6971 commit 921ce5b17daf06af8e17989a3e335b9f5df20483
6972 Author: Behdad Esfahbod <behdad@behdad.org>
6973 Date:   Mon Jul 16 15:26:56 2012 -0400
6974
6975     [Indic] Rename
6976
6977     No semantic change.
6978
6979  src/hb-ot-shape-complex-indic.cc |   26 +++++++++++++-------------
6980  1 files changed, 13 insertions(+), 13 deletions(-)
6981
6982 commit b504e060f008e95b1ba36c06600c9fea4f5d4808
6983 Author: Behdad Esfahbod <behdad@behdad.org>
6984 Date:   Mon Jul 16 15:21:12 2012 -0400
6985
6986     [Indic] Implement After-Main Reph positioning
6987
6988     Almost...
6989
6990  src/hb-ot-shape-complex-indic.cc |    8 +++++++-
6991  1 files changed, 7 insertions(+), 1 deletions(-)
6992
6993 commit 17d7de91d76406d3e92db37d9eef2fc615f06e68
6994 Author: Behdad Esfahbod <behdad@behdad.org>
6995 Date:   Mon Jul 16 15:20:15 2012 -0400
6996
6997     [Indic] Apply 'pref' to pre-base reodering Ra
6998
6999     No reordering yet.
7000
7001  src/hb-ot-shape-complex-indic.cc |   10 ++++++++++
7002  1 files changed, 10 insertions(+), 0 deletions(-)
7003
7004 commit 362d3db8d3527d0fef260a17d2466e92a4a25425
7005 Author: Behdad Esfahbod <behdad@behdad.org>
7006 Date:   Mon Jul 16 15:15:28 2012 -0400
7007
7008     [Indic] Minor
7009
7010     Should not be any semantic change.  In preparation for implementing
7011     pre-base reordering Ra.
7012
7013  src/hb-ot-shape-complex-indic.cc |    8 +-------
7014  1 files changed, 1 insertions(+), 7 deletions(-)
7015
7016 commit 70fe77bb9a25922bd34f206826d8731d901fb451
7017 Author: Behdad Esfahbod <behdad@behdad.org>
7018 Date:   Mon Jul 16 14:52:18 2012 -0400
7019
7020     Minor
7021
7022  src/hb-ot-shape-complex-indic.cc |   44
7023  +++++++++++++++++++-------------------
7024  1 files changed, 22 insertions(+), 22 deletions(-)
7025
7026 commit 2f903215c5da2330a37abe489a3f45f7c3fd5a09
7027 Author: Behdad Esfahbod <behdad@behdad.org>
7028 Date:   Mon Jul 16 13:54:43 2012 -0400
7029
7030     Minor
7031
7032  src/hb-ot-shape-complex-indic.cc |    2 +-
7033  1 files changed, 1 insertions(+), 1 deletions(-)
7034
7035 commit a3e04bee2c2fa648759a87e460db6b4f1b685586
7036 Author: Behdad Esfahbod <behdad@behdad.org>
7037 Date:   Mon Jul 16 13:47:19 2012 -0400
7038
7039     [Indic] Reorder virama only for old Indic spec
7040
7041  src/hb-ot-shape-complex-indic.cc |   15 +++++++++++++--
7042  1 files changed, 13 insertions(+), 2 deletions(-)
7043
7044 commit 0de771b72da6b342b015e3556190821547a4011d
7045 Author: Behdad Esfahbod <behdad@behdad.org>
7046 Date:   Mon Jul 16 13:39:36 2012 -0400
7047
7048     [Indic] Categorize Khmer consonants
7049
7050  src/hb-ot-shape-complex-indic.cc |    4 ++++
7051  1 files changed, 4 insertions(+), 0 deletions(-)
7052
7053 commit d487fff266258eb1af056e9704cfb09d04251ddc
7054 Author: Behdad Esfahbod <behdad@behdad.org>
7055 Date:   Mon Jul 16 13:25:17 2012 -0400
7056
7057     Split matras without a Unicode decomposition
7058
7059     This is a hack for now, to get us going with Khmer.  This will be
7060     refactored properly later to move the complex logic into complex
7061     shapers.
7062
7063  src/hb-unicode.cc |   22 ++++++++++++++++++++++
7064  1 files changed, 22 insertions(+), 0 deletions(-)
7065
7066 commit 8aa801a6fd1a737fa20b851edf7528bdd6635b8b
7067 Author: Behdad Esfahbod <behdad@behdad.org>
7068 Date:   Mon Jul 16 13:24:26 2012 -0400
7069
7070     [Indic] Adjust position for split matras
7071
7072     We are going to split matras without a Unicode decompositions in a way
7073     that the second half takes the codepoint of the whole matra.  So,
7074     position them where the second half is supposed to end up.
7075
7076  src/hb-ot-shape-complex-indic-private.hh |    6 +++---
7077  1 files changed, 3 insertions(+), 3 deletions(-)
7078
7079 commit 1feb8345a5fd92297eb6796e6dce633bafa0c76e
7080 Author: Behdad Esfahbod <behdad@behdad.org>
7081 Date:   Mon Jul 16 13:23:40 2012 -0400
7082
7083     [GSUB] Allow 1-to-1 ligature substitutions!
7084
7085     Apparently Uniscribe allows these, and they are used in some Khmer
7086     fonts
7087     shipped with Windows, namely, Daun Penh.
7088
7089  src/hb-ot-layout-gsub-table.hh |    2 +-
7090  1 files changed, 1 insertions(+), 1 deletions(-)
7091
7092 commit 29f106d7fba25e1464debd3a4831a7380d75c4c9
7093 Author: Behdad Esfahbod <behdad@behdad.org>
7094 Date:   Mon Jul 16 12:05:35 2012 -0400
7095
7096     [Indic] Apply Above Forms
7097
7098  src/hb-ot-shape-complex-indic.cc |    4 +++-
7099  1 files changed, 3 insertions(+), 1 deletions(-)
7100
7101 commit fa2bd9fb63d83b657373764d4b657084d8327fc9
7102 Author: Behdad Esfahbod <behdad@behdad.org>
7103 Date:   Sat Jul 14 12:15:54 2012 -0400
7104
7105     Further simplify atomic ops on Visual Studio
7106
7107  src/hb-atomic-private.hh |    5 -----
7108  1 files changed, 0 insertions(+), 5 deletions(-)
7109
7110 commit 0a492357016bc9a614d2a726f2006c10af68ca58
7111 Author: Behdad Esfahbod <behdad@behdad.org>
7112 Date:   Fri Jul 13 13:20:49 2012 -0400
7113
7114     Minor
7115
7116  src/hb-warning.cc |   29 +++++------------------------
7117  1 files changed, 5 insertions(+), 24 deletions(-)
7118
7119 commit 11c4ad439ef2b39a840f397a693b1ba643f52c21
7120 Author: Behdad Esfahbod <behdad@behdad.org>
7121 Date:   Fri Jul 13 11:29:31 2012 -0400
7122
7123     Add -Wcast-align
7124
7125  configure.ac    |    3 +++
7126  src/Makefile.am |    2 +-
7127  2 files changed, 4 insertions(+), 1 deletions(-)
7128
7129 commit a98d0ab18624501ee60551304f2715361ac643da
7130 Author: Behdad Esfahbod <behdad@behdad.org>
7131 Date:   Fri Jul 13 10:19:10 2012 -0400
7132
7133     Make sure HB_BEGIN_DECLS / HB_END_DECLS is only used in public headers
7134
7135     So we can use them to switch default visibility to internal if
7136     desired,
7137     and use these to make only declared symbols public.
7138
7139  src/check-c-linkage-decls.sh             |   10 +++++++++-
7140  src/hb-fallback-shape-private.hh         |    6 ------
7141  src/hb-ot-shape-complex-indic-machine.rl |    4 ----
7142  3 files changed, 9 insertions(+), 11 deletions(-)
7143
7144 commit 5c5bc96216c9ad58243eb3ed27b253e237f08ebe
7145 Author: Behdad Esfahbod <behdad@behdad.org>
7146 Date:   Fri Jul 13 10:15:37 2012 -0400
7147
7148     Allow overriding HB_BEGIN_DECLS / HB_END_DECLS
7149
7150  src/hb-common.h |    2 ++
7151  1 files changed, 2 insertions(+), 0 deletions(-)
7152
7153 commit ec5f5f0f8a1d5b3ff98452175bb4450a59897620
7154 Author: Behdad Esfahbod <behdad@behdad.org>
7155 Date:   Fri Jul 13 10:00:42 2012 -0400
7156
7157     Don't export inline methods
7158
7159  configure.ac |    3 +++
7160  1 files changed, 3 insertions(+), 0 deletions(-)
7161
7162 commit 50a4e78b530563917eb606ff3b96dcc9eed5b3ee
7163 Author: Behdad Esfahbod <behdad@behdad.org>
7164 Date:   Fri Jul 13 09:48:39 2012 -0400
7165
7166     Check for exported weak symbols
7167
7168     Ouch, all our C++ inline functions are being exported (weakly)
7169     already.
7170     Fix coming.
7171
7172  src/check-internal-symbols.sh |    8 +++++++-
7173  1 files changed, 7 insertions(+), 1 deletions(-)
7174
7175 commit b5aeb95afeb13a66177caada9f5d5ad4cddbd35f
7176 Author: Behdad Esfahbod <behdad@behdad.org>
7177 Date:   Fri Jul 13 09:45:54 2012 -0400
7178
7179     Make hb_in_range() static
7180
7181  src/hb-private.hh |    2 +-
7182  1 files changed, 1 insertions(+), 1 deletions(-)
7183
7184 commit 271c8f89075607c689938b4f5e60323d9a1acd70
7185 Author: Behdad Esfahbod <behdad@behdad.org>
7186 Date:   Fri Jul 13 09:32:30 2012 -0400
7187
7188     Minor
7189
7190  src/hb-ft.cc |    4 ++--
7191  1 files changed, 2 insertions(+), 2 deletions(-)
7192
7193 commit 391f1ff5d894b60bfe0f606be436ffe7e43f7455
7194 Author: Behdad Esfahbod <behdad@behdad.org>
7195 Date:   Fri Jul 13 09:04:07 2012 -0400
7196
7197     Fix _InterlockedCompareExchangePointer on x86
7198
7199  src/hb-atomic-private.hh |    6 ++++++
7200  1 files changed, 6 insertions(+), 0 deletions(-)
7201
7202 commit 2023e2b54d91924dddfd228ffdbb46021135b068
7203 Author: Behdad Esfahbod <behdad@behdad.org>
7204 Date:   Wed Jul 11 19:00:30 2012 -0400
7205
7206     [ft] Disable ppem setting
7207
7208     The calculations were wrong.
7209
7210     FreeType makes it really hard to set size and ppem independently.
7211     For now, disable it.  Need to come up with a fix later.
7212
7213  src/hb-ft.cc |    3 +++
7214  1 files changed, 3 insertions(+), 0 deletions(-)
7215
7216 commit cdf7444505a7ae49d20f9ba6776dea92c1fde2a6
7217 Author: Behdad Esfahbod <behdad@behdad.org>
7218 Date:   Wed Jul 11 18:52:39 2012 -0400
7219
7220     [ft] Use unfitted kerning if x_ppem is zero
7221
7222  src/hb-ft.cc |    5 +++--
7223  1 files changed, 3 insertions(+), 2 deletions(-)
7224
7225 commit 6d08c7f1b3601095f9a12630045331dd0fe75380
7226 Author: Behdad Esfahbod <behdad@behdad.org>
7227 Date:   Wed Jul 11 18:01:27 2012 -0400
7228
7229     Revert "Towards templatizing common Lookup types"
7230
7231     This reverts commit 727135f3a9938c1ebd5b9f5015a46c7ccc8573c5.
7232
7233     This is work-in-progress.  Didn't mean to push it out just yet.
7234
7235  src/hb-ot-layout-gpos-table.hh       |   16 ++++++----------
7236  src/hb-ot-layout-gsub-table.hh       |   24 ++++++++++--------------
7237  src/hb-ot-layout-gsubgpos-private.hh |   33
7238  ++-------------------------------
7239  3 files changed, 18 insertions(+), 55 deletions(-)
7240
7241 commit 552bf3a9f9651311084b7979805dbdc18c0335ca
7242 Author: Behdad Esfahbod <behdad@behdad.org>
7243 Date:   Wed Jul 11 16:44:51 2012 -0400
7244
7245     Bump WINNT version requested from 500 to 600
7246
7247     Since we use the OpenType versions of Uniscribe functions, we are
7248     relying on that version of the WINNT API.  Otherwise, usp10.h
7249     will hide
7250     those symbols.
7251
7252  src/hb-uniscribe.cc |    2 +-
7253  src/hb-uniscribe.h  |    2 +-
7254  2 files changed, 2 insertions(+), 2 deletions(-)
7255
7256 commit 9a5b421a64db1bb23d5c6ebbc3bf3f3a5513dc36
7257 Author: Behdad Esfahbod <behdad@behdad.org>
7258 Date:   Wed Jul 11 16:35:04 2012 -0400
7259
7260     Fix build with no Unicode funcs implementations provided
7261
7262  src/hb-unicode-private.hh |    1 +
7263  1 files changed, 1 insertions(+), 0 deletions(-)
7264
7265 commit 6efe1eca660135096f05987ac0ef9b635de6cdfd
7266 Author: Behdad Esfahbod <behdad@behdad.org>
7267 Date:   Wed Jul 11 15:30:08 2012 -0400
7268
7269     Update git.mk to upstream
7270
7271  git.mk |   58 ++++++++++++++++++++++++++++++++++++++--------------------
7272  1 files changed, 38 insertions(+), 20 deletions(-)
7273
7274 commit 727135f3a9938c1ebd5b9f5015a46c7ccc8573c5
7275 Author: Behdad Esfahbod <behdad@behdad.org>
7276 Date:   Tue Jul 3 22:15:35 2012 -0400
7277
7278     Towards templatizing common Lookup types
7279
7280  src/hb-ot-layout-gpos-table.hh       |   16 ++++++++++------
7281  src/hb-ot-layout-gsub-table.hh       |   24 ++++++++++++++----------
7282  src/hb-ot-layout-gsubgpos-private.hh |   33
7283  +++++++++++++++++++++++++++++++--
7284  3 files changed, 55 insertions(+), 18 deletions(-)
7285
7286 commit 1167c7bfc9e61f145e11da4881968293a4d3c0a9
7287 Author: Behdad Esfahbod <behdad@behdad.org>
7288 Date:   Tue Jul 3 11:38:46 2012 -0400
7289
7290     Minor
7291
7292  test/shaping/texts/in-tree/shaper-thai/MANIFEST    |    2 +-
7293  .../texts/in-tree/shaper-thai/misc/MANIFEST        |    1 -
7294  .../texts/in-tree/shaper-thai/misc/misc.txt        |    6 ------
7295  .../texts/in-tree/shaper-thai/script-thai/MANIFEST |    1 +
7296  .../in-tree/shaper-thai/script-thai/misc/MANIFEST  |    1 +
7297  .../shaper-thai/script-thai/misc/sara-am.txt       |    4 ++++
7298  6 files changed, 7 insertions(+), 8 deletions(-)
7299
7300 commit aa116582e69d18777448e7993078e5d6335ddfed
7301 Author: Behdad Esfahbod <behdad@behdad.org>
7302 Date:   Fri Jun 29 10:50:12 2012 -0400
7303
7304     Minor
7305
7306  .../indic/script-malayalam/misc/misc.txt           |    1 +
7307  1 files changed, 1 insertions(+), 0 deletions(-)
7308
7309 commit 1f13c7185f02ea18d4fadd2ea8ad444bea863c39
7310 Author: Behdad Esfahbod <behdad@behdad.org>
7311 Date:   Wed Jun 27 10:07:27 2012 -0400
7312
7313     Add TODO item
7314
7315  TODO |    2 ++
7316  1 files changed, 2 insertions(+), 0 deletions(-)
7317
7318 commit 12f5c0a222a2f0aebe63c0d367937a0ff985474a
7319 Author: Behdad Esfahbod <behdad@behdad.org>
7320 Date:   Tue Jun 26 11:16:13 2012 -0400
7321
7322     Fix check for Intel atomic ops
7323
7324  configure.ac             |    9 +++++----
7325  src/hb-atomic-private.hh |    2 +-
7326  2 files changed, 6 insertions(+), 5 deletions(-)
7327
7328 commit 6932a41fb61ffc2901c260587b1e98ed9c2a7ea1
7329 Author: Behdad Esfahbod <behdad@behdad.org>
7330 Date:   Tue Jun 26 10:46:31 2012 -0400
7331
7332     Use octal-escaped UTF-8 characters instead of plain text
7333
7334     https://bugs.freedesktop.org/show_bug.cgi?id=50970
7335
7336  src/hb-private.hh |   17 ++++++++++++-----
7337  1 files changed, 12 insertions(+), 5 deletions(-)
7338
7339 commit 8c0ea7bcb4409aaf8c96ad641f2db30003228ad0
7340 Author: Behdad Esfahbod <behdad@behdad.org>
7341 Date:   Sun Jun 24 13:20:56 2012 -0400
7342
7343     Disable introspection again
7344
7345     Until I figure out the build issues.  Sigh...
7346
7347  configure.ac    |    2 +-
7348  src/Makefile.am |   42 +++++++++++++++++++++---------------------
7349  2 files changed, 22 insertions(+), 22 deletions(-)
7350
7351 commit 8c5f5e6f5ec2b6a219fbdfc955f6299325a0adde
7352 Author: Behdad Esfahbod <behdad@behdad.org>
7353 Date:   Sun Jun 17 14:58:59 2012 -0400
7354
7355     Minor
7356
7357  configure.ac |    2 +-
7358  1 files changed, 1 insertions(+), 1 deletions(-)
7359
7360 commit 49f8e0cd9a5493ae26857c43bac0711cdf47c80d
7361 Author: Behdad Esfahbod <behdad@behdad.org>
7362 Date:   Sat Jun 16 15:40:03 2012 -0400
7363
7364     GStaticMutex is deprecated
7365
7366  src/hb-mutex-private.hh |    9 +++++++++
7367  1 files changed, 9 insertions(+), 0 deletions(-)
7368
7369 commit 5e113a4b7921ced6af2d53460a7a2f1d0185c02a
7370 Author: Behdad Esfahbod <behdad@behdad.org>
7371 Date:   Sat Jun 16 15:26:13 2012 -0400
7372
7373     g_thread_init() is deprecated
7374
7375  test/api/hb-test.h |    2 ++
7376  1 files changed, 2 insertions(+), 0 deletions(-)
7377
7378 commit 1bc1cb3603167f5da309336f7018c8b0608ac104
7379 Author: Behdad Esfahbod <behdad@behdad.org>
7380 Date:   Sat Jun 16 15:21:55 2012 -0400
7381
7382     Make source more digestable for gobject-introspection
7383
7384  src/hb-blob.cc            |    2 +-
7385  src/hb-blob.h             |    2 +-
7386  src/hb-buffer-private.hh  |    4 ++--
7387  src/hb-buffer.h           |    6 +++---
7388  src/hb-common.cc          |    2 +-
7389  src/hb-common.h           |    4 ++--
7390  src/hb-font-private.hh    |    6 +++---
7391  src/hb-font.cc            |    2 +-
7392  src/hb-font.h             |    8 ++++----
7393  src/hb-set-private.hh     |    2 +-
7394  src/hb-set.h              |    2 +-
7395  src/hb-shape.h            |    2 +-
7396  src/hb-unicode-private.hh |    2 +-
7397  src/hb-unicode.h          |    2 +-
7398  14 files changed, 23 insertions(+), 23 deletions(-)
7399
7400 commit 84d781e54cc75c81a06ba43fd7b1a74b8c7d9591
7401 Author: Behdad Esfahbod <behdad@behdad.org>
7402 Date:   Sat Jun 16 15:21:41 2012 -0400
7403
7404     Flesh out gobject-introspection stuff a bit
7405
7406  configure.ac    |    1 +
7407  src/Makefile.am |   23 +++++++++++++++++++++--
7408  2 files changed, 22 insertions(+), 2 deletions(-)
7409
7410 commit 49ee12ccd00870d4976339dc546c74eaf08a8fc0
7411 Author: Behdad Esfahbod <behdad@behdad.org>
7412 Date:   Sat Jun 16 14:53:51 2012 -0400
7413
7414     Add TODO item
7415
7416  TODO |    1 +
7417  1 files changed, 1 insertions(+), 0 deletions(-)
7418
7419 commit d3c8115d1ad09404b8970b98e6b5ab74510a35f6
7420 Author: Behdad Esfahbod <behdad@behdad.org>
7421 Date:   Tue Jun 12 09:52:57 2012 -0400
7422
7423     Minor
7424
7425  TODO |    2 ++
7426  1 files changed, 2 insertions(+), 0 deletions(-)
7427
7428 commit 2cf301968cb8c1150cead0ab909457cdd3ee2d01
7429 Author: Behdad Esfahbod <behdad@behdad.org>
7430 Date:   Sat Jun 9 14:58:01 2012 -0400
7431
7432     Add hb_object_lock/unlock()
7433
7434  src/hb-object-private.hh |   32 ++++++++++++++++++++++++++------
7435  1 files changed, 26 insertions(+), 6 deletions(-)
7436
7437 commit 6a5661f1e69c937083e8d976cb12429b99180d54
7438 Author: Behdad Esfahbod <behdad@behdad.org>
7439 Date:   Sat Jun 9 03:26:16 2012 -0400
7440
7441     Ugh
7442
7443  util/shape-consumer.hh |    2 --
7444  1 files changed, 0 insertions(+), 2 deletions(-)
7445
7446 commit f211d5c291b4c947cfd732e873627567173057e4
7447 Author: Behdad Esfahbod <behdad@behdad.org>
7448 Date:   Sat Jun 9 03:11:22 2012 -0400
7449
7450     More Oops!  Fix fast-path with sub-type==0
7451
7452  src/hb-ot-layout-gpos-table.hh |    2 +-
7453  src/hb-ot-layout-gsub-table.hh |    2 +-
7454  util/shape-consumer.hh         |    2 ++
7455  3 files changed, 4 insertions(+), 2 deletions(-)
7456
7457 commit b1de6aa1f33b228afe231c8209aef90a5fa1ee5d
7458 Author: Behdad Esfahbod <behdad@behdad.org>
7459 Date:   Sat Jun 9 03:07:59 2012 -0400
7460
7461     Oops!
7462
7463  src/hb-ot-layout-gpos-table.hh |    2 +-
7464  src/hb-ot-layout-gsub-table.hh |    2 +-
7465  2 files changed, 2 insertions(+), 2 deletions(-)
7466
7467 commit b12e2549cbcd4f1ef46e66c75533686ee560f59b
7468 Author: Behdad Esfahbod <behdad@behdad.org>
7469 Date:   Sat Jun 9 03:05:20 2012 -0400
7470
7471     Minor
7472
7473  src/hb-ot-layout-gsubgpos-private.hh |    4 ++--
7474  1 files changed, 2 insertions(+), 2 deletions(-)
7475
7476 commit faf0f20253d954cc4cfa4c967ece7573a5ddae3b
7477 Author: Behdad Esfahbod <behdad@behdad.org>
7478 Date:   Sat Jun 9 03:02:36 2012 -0400
7479
7480     Add sanitize() logic for fast-paths
7481
7482  src/hb-ot-layout-gpos-table.hh |   15 ++++++++++++---
7483  src/hb-ot-layout-gsub-table.hh |   20 ++++++++++++++------
7484  2 files changed, 26 insertions(+), 9 deletions(-)
7485
7486 commit 4e766ff28d1fb831ded20666799787478129c07c
7487 Author: Behdad Esfahbod <behdad@behdad.org>
7488 Date:   Sat Jun 9 02:53:57 2012 -0400
7489
7490     Add fast-path for GPOS too
7491
7492     Shaves another 3% for DejaVu Sans long Latin strings.
7493
7494  src/hb-ot-layout-gpos-table.hh |   16 ++++++++++++++--
7495  1 files changed, 14 insertions(+), 2 deletions(-)
7496
7497 commit 993c51915f503f74ee00eee646b67bf2e3f73596
7498 Author: Behdad Esfahbod <behdad@behdad.org>
7499 Date:   Sat Jun 9 02:48:16 2012 -0400
7500
7501     Add fast-path to GSUB to check coverage
7502
7503     Shaves a good 10% off DejaVu Sans with simple Latin text for me.
7504     Now, DejaVu is very ChainContext-intensive, but it's also a very
7505     popular font!
7506
7507  src/hb-ot-layout-gsub-table.hh |   18 ++++++++++++++++--
7508  1 files changed, 16 insertions(+), 2 deletions(-)
7509
7510 commit f19e0b0099ec73b8fedccacff4902403f5eabc42
7511 Author: Behdad Esfahbod <behdad@behdad.org>
7512 Date:   Sat Jun 9 02:26:57 2012 -0400
7513
7514     Match input before backtrack
7515
7516     Makes more sense, optimization-wise.
7517
7518  src/hb-ot-layout-gsubgpos-private.hh |    8 ++++----
7519  1 files changed, 4 insertions(+), 4 deletions(-)
7520
7521 commit 67bb9e8cea49a44be6996515e1c7d8cdc95a77e6
7522 Author: Behdad Esfahbod <behdad@behdad.org>
7523 Date:   Sat Jun 9 02:02:46 2012 -0400
7524
7525     Add set add_coverage() to Coverage()
7526
7527  src/hb-ot-layout-common-private.hh |   24 ++++++++++++++++++++++++
7528  src/hb-set-private.hh              |    5 +++++
7529  2 files changed, 29 insertions(+), 0 deletions(-)
7530
7531 commit 4952f0aa5b2f4368d9e3418252e0a1b9294cd5ee
7532 Author: Behdad Esfahbod <behdad@behdad.org>
7533 Date:   Sat Jun 9 01:39:11 2012 -0400
7534
7535     Minor
7536
7537  src/hb-ot-layout-gsub-table.hh |    2 ++
7538  1 files changed, 2 insertions(+), 0 deletions(-)
7539
7540 commit ad6a6f22401d6256e34521d0f52e91348c5ed4c9
7541 Author: Behdad Esfahbod <behdad@behdad.org>
7542 Date:   Sat Jun 9 01:21:02 2012 -0400
7543
7544     Minor
7545
7546  src/hb-ot-layout.cc |    2 +-
7547  1 files changed, 1 insertions(+), 1 deletions(-)
7548
7549 commit 46617a42133fbab151de4111a74dcbdc4e769c74
7550 Author: Behdad Esfahbod <behdad@behdad.org>
7551 Date:   Sat Jun 9 01:18:58 2012 -0400
7552
7553     Fix cache implementation
7554
7555  src/hb-cache-private.hh |    2 ++
7556  1 files changed, 2 insertions(+), 0 deletions(-)
7557
7558 commit ce47613889aa3ff9b0067d3e51ba63cfdb139adb
7559 Author: Behdad Esfahbod <behdad@behdad.org>
7560 Date:   Sat Jun 9 01:10:26 2012 -0400
7561
7562     Micro-optimize
7563
7564     I know...
7565
7566  src/hb-ot-layout-gsubgpos-private.hh |    3 +-
7567  src/hb-ot-layout.cc                  |   46
7568  ++++++++++++++++++++-------------
7569  2 files changed, 30 insertions(+), 19 deletions(-)
7570
7571 commit 70416de298b811ab6be53a1c67f0d2531d99cd46
7572 Author: Behdad Esfahbod <behdad@behdad.org>
7573 Date:   Sat Jun 9 00:56:41 2012 -0400
7574
7575     Minor
7576
7577  src/hb-open-type-private.hh |    2 --
7578  1 files changed, 0 insertions(+), 2 deletions(-)
7579
7580 commit 99159e52a3c9d5ae6c0fbdec64e7ed684fa70b61
7581 Author: Behdad Esfahbod <behdad@behdad.org>
7582 Date:   Sat Jun 9 00:50:40 2012 -0400
7583
7584     Use linear search for small counts
7585
7586     I see about 8% speedup with long strings with DejaVu Sans.
7587
7588  src/hb-open-type-private.hh |   19 ++++++++++++++-----
7589  1 files changed, 14 insertions(+), 5 deletions(-)
7590
7591 commit caf0412690542e58e23246dccc4b2fb83bd652ec
7592 Author: Behdad Esfahbod <behdad@behdad.org>
7593 Date:   Sat Jun 9 00:26:32 2012 -0400
7594
7595     Minor
7596
7597  src/hb-ot-layout-common-private.hh |    2 +-
7598  1 files changed, 1 insertions(+), 1 deletions(-)
7599
7600 commit 0f8fea71a66b1e01ee4398967db464393f478d42
7601 Author: Behdad Esfahbod <behdad@behdad.org>
7602 Date:   Sat Jun 9 00:24:38 2012 -0400
7603
7604     Minor.  Hide _hb_ot_layout_get_glyph_property()
7605
7606  src/hb-ot-layout-private.hh |    4 ----
7607  src/hb-ot-layout.cc         |    2 +-
7608  2 files changed, 1 insertions(+), 5 deletions(-)
7609
7610 commit 44b8ee0c90d7b1dd91e5848114141e3186534a0f
7611 Author: Behdad Esfahbod <behdad@behdad.org>
7612 Date:   Sat Jun 9 00:23:24 2012 -0400
7613
7614     Minor
7615
7616  src/hb-ot-layout-gpos-table.hh |    3 ++-
7617  src/hb-ot-layout.cc            |    2 +-
7618  2 files changed, 3 insertions(+), 2 deletions(-)
7619
7620 commit 7b84c536c10ab90ed96a033d88e9ad232d46c5b8
7621 Author: Behdad Esfahbod <behdad@behdad.org>
7622 Date:   Fri Jun 8 22:04:23 2012 -0400
7623
7624     In MarkBase attachment, only attach to first of a MultipleSubst
7625     sequence
7626
7627     This is apparently what Uniscribe does.  Test case is:
7628
7629       SEEN FATHA TEH ALEF
7630
7631     with Arabic Typesetting.  Originally reported by Khaled Hosny.
7632
7633  src/hb-ot-layout-gpos-table.hh       |    7 ++++++-
7634  src/hb-ot-layout-gsubgpos-private.hh |    8 ++++++++
7635  2 files changed, 14 insertions(+), 1 deletions(-)
7636
7637 commit ec57e0c5655ced5109c4638bf802772d336448fd
7638 Author: Behdad Esfahbod <behdad@behdad.org>
7639 Date:   Fri Jun 8 21:47:23 2012 -0400
7640
7641     Set lig_comp for MultipleSubst components
7642
7643     To be used for correct mark attachment to first component of a
7644     MultipleSubst output.  That's what Uniscribe does.
7645
7646  src/hb-ot-layout-gsub-table.hh |    4 +++-
7647  1 files changed, 3 insertions(+), 1 deletions(-)
7648
7649 commit e085fcf7ca302eb7802a032197c022819e7e7074
7650 Author: Behdad Esfahbod <behdad@behdad.org>
7651 Date:   Fri Jun 8 21:45:00 2012 -0400
7652
7653     Remove unused buffer->replace_glyphs_be16
7654
7655  src/hb-buffer-private.hh             |    3 ---
7656  src/hb-buffer.cc                     |   23 -----------------------
7657  src/hb-ot-layout-gsubgpos-private.hh |    8 --------
7658  3 files changed, 0 insertions(+), 34 deletions(-)
7659
7660 commit 3ec77d6ae0510dc2c0ec64382c4948bc6e109844
7661 Author: Behdad Esfahbod <behdad@behdad.org>
7662 Date:   Fri Jun 8 21:44:06 2012 -0400
7663
7664     Don't use replace_glyphs_be for MultipleSubst
7665
7666  src/hb-ot-layout-gsub-table.hh       |    5 ++++-
7667  src/hb-ot-layout-gsubgpos-private.hh |    7 ++++++-
7668  2 files changed, 10 insertions(+), 2 deletions(-)
7669
7670 commit 4b7192125ffd295091d6b3a0bdfca7011947c2ca
7671 Author: Behdad Esfahbod <behdad@behdad.org>
7672 Date:   Fri Jun 8 21:41:46 2012 -0400
7673
7674     Minor
7675
7676  src/hb-ot-layout-gsub-table.hh       |    3 ++-
7677  src/hb-ot-layout-gsubgpos-private.hh |    8 ++++++++
7678  2 files changed, 10 insertions(+), 1 deletions(-)
7679
7680 commit 4508789f4b5e0ece5620d35598aeeb7ecbe3e3aa
7681 Author: Behdad Esfahbod <behdad@behdad.org>
7682 Date:   Fri Jun 8 21:32:43 2012 -0400
7683
7684     Add test for static initializers and other C++ stuff
7685
7686  src/Makefile.am           |    3 ++-
7687  src/check-static-inits.sh |   33 +++++++++++++++++++++++++++++++++
7688  2 files changed, 35 insertions(+), 1 deletions(-)
7689
7690 commit 56bd259b9ac22dd98913c8ca2e2cf7b30b632373
7691 Author: Behdad Esfahbod <behdad@behdad.org>
7692 Date:   Fri Jun 8 21:29:18 2012 -0400
7693
7694     Minor
7695
7696  src/check-internal-symbols.sh |    2 +-
7697  1 files changed, 1 insertions(+), 1 deletions(-)
7698
7699 commit 4538b47bf08e73e7f5cce6337df5fe154233c168
7700 Author: Behdad Esfahbod <behdad@behdad.org>
7701 Date:   Fri Jun 8 21:01:45 2012 -0400
7702
7703     Remove done TODO items
7704
7705  TODO |    7 +------
7706  1 files changed, 1 insertions(+), 6 deletions(-)
7707
7708 commit bc8357ea7b4c0d7c715aae353176434fb9460205
7709 Author: Behdad Esfahbod <behdad@behdad.org>
7710 Date:   Fri Jun 8 21:01:20 2012 -0400
7711
7712     Merge clusters during normalization
7713
7714  src/hb-ot-shape-normalize.cc |   11 +++++++----
7715  1 files changed, 7 insertions(+), 4 deletions(-)
7716
7717 commit fe3dabc08df7501010564f8844bd4d11771cc6a4
7718 Author: Behdad Esfahbod <behdad@behdad.org>
7719 Date:   Fri Jun 8 20:56:05 2012 -0400
7720
7721     Minor
7722
7723  src/hb-buffer.cc |    4 ++--
7724  1 files changed, 2 insertions(+), 2 deletions(-)
7725
7726 commit e88e14421a33ca5bdfd76bc0b2f801fcb6e78911
7727 Author: Behdad Esfahbod <behdad@behdad.org>
7728 Date:   Fri Jun 8 20:55:21 2012 -0400
7729
7730     Use merge_clusters instead of open-coding
7731
7732  src/hb-buffer.cc |   16 ++++------------
7733  1 files changed, 4 insertions(+), 12 deletions(-)
7734
7735 commit 330a2af3ff0e12c01b3b451357b8bdc83b2e9b47
7736 Author: Behdad Esfahbod <behdad@behdad.org>
7737 Date:   Fri Jun 8 20:40:02 2012 -0400
7738
7739     Use merge_clusters when forming Unicode clusters
7740
7741  src/hb-ot-shape.cc |    4 +++-
7742  1 files changed, 3 insertions(+), 1 deletions(-)
7743
7744 commit bd300df9adf955c1e69b3783c1c061876940fb8b
7745 Author: Behdad Esfahbod <behdad@behdad.org>
7746 Date:   Fri Jun 8 20:35:18 2012 -0400
7747
7748     Minor
7749
7750  src/hb-object-private.hh |    2 +-
7751  1 files changed, 1 insertions(+), 1 deletions(-)
7752
7753 commit e51d2b6ed1c794ac28c5610bfd01dbc9fb383633
7754 Author: Behdad Esfahbod <behdad@behdad.org>
7755 Date:   Fri Jun 8 20:33:27 2012 -0400
7756
7757     Extend into main buffer if extension hit end of out-buffer merging
7758     clusters
7759
7760  src/hb-buffer.cc                |    5 +++++
7761  src/hb-ot-shape-complex-misc.cc |    9 ---------
7762  2 files changed, 5 insertions(+), 9 deletions(-)
7763
7764 commit 5ced012d9f58c51d557a835593c3277e35fe3b35
7765 Author: Behdad Esfahbod <behdad@behdad.org>
7766 Date:   Fri Jun 8 20:31:32 2012 -0400
7767
7768     Extend end when merging clusters in out-buffer
7769
7770  src/hb-buffer.cc |    4 ++++
7771  1 files changed, 4 insertions(+), 0 deletions(-)
7772
7773 commit 72c0a1878313e7232d554bc226f4c6dc01418a95
7774 Author: Behdad Esfahbod <behdad@behdad.org>
7775 Date:   Fri Jun 8 20:30:03 2012 -0400
7776
7777     Extend clusters backward in out-buffer
7778
7779  src/hb-buffer.cc                |    8 ++++++++
7780  src/hb-ot-shape-complex-misc.cc |    2 --
7781  2 files changed, 8 insertions(+), 2 deletions(-)
7782
7783 commit cd5891493df06fdb92e1ae526d29dee8df250235
7784 Author: Behdad Esfahbod <behdad@behdad.org>
7785 Date:   Fri Jun 8 20:27:53 2012 -0400
7786
7787     Extend clusters backwards, into the out-buffer too
7788
7789  src/hb-buffer.cc |    9 +++++++++
7790  1 files changed, 9 insertions(+), 0 deletions(-)
7791
7792 commit 77471e037122548bfc08cacea6fbb472831c34f3
7793 Author: Behdad Esfahbod <behdad@behdad.org>
7794 Date:   Fri Jun 8 20:21:02 2012 -0400
7795
7796     Clear output buffer before calling GSUB pause functions
7797
7798  src/hb-ot-map.cc |    3 +++
7799  1 files changed, 3 insertions(+), 0 deletions(-)
7800
7801 commit cafa6f372721fd6b0a7c0da68b9421d3e94931bc
7802 Author: Behdad Esfahbod <behdad@behdad.org>
7803 Date:   Fri Jun 8 20:17:10 2012 -0400
7804
7805     When merging clusters, extend the end
7806
7807  src/hb-buffer.cc |   20 ++++++++++++++------
7808  1 files changed, 14 insertions(+), 6 deletions(-)
7809
7810 commit 28ce5fa454b54f728044ee12a9dbe7d016783d4a
7811 Author: Behdad Esfahbod <behdad@behdad.org>
7812 Date:   Fri Jun 8 20:13:56 2012 -0400
7813
7814     Merge clusters when ligating
7815
7816  src/hb-ot-layout-gsub-table.hh |    1 +
7817  1 files changed, 1 insertions(+), 0 deletions(-)
7818
7819 commit 2bb1761ccb7d300744ced6427165f4ea75ddf96c
7820 Author: Behdad Esfahbod <behdad@behdad.org>
7821 Date:   Fri Jun 8 19:29:44 2012 -0400
7822
7823     Minor, use next_glyph()
7824
7825  src/hb-ot-layout-gsub-table.hh |    2 +-
7826  1 files changed, 1 insertions(+), 1 deletions(-)
7827
7828 commit 5f68f8675e5ccaee91f5a90d86bc3b022b9a54e4
7829 Author: Behdad Esfahbod <behdad@behdad.org>
7830 Date:   Fri Jun 8 19:23:43 2012 -0400
7831
7832     Minor
7833
7834  src/hb-ot-shape.cc |    1 +
7835  1 files changed, 1 insertions(+), 0 deletions(-)
7836
7837 commit 872969126756456a69bf958f3df6e56a26e57b0a
7838 Author: Behdad Esfahbod <behdad@behdad.org>
7839 Date:   Fri Jun 8 14:18:30 2012 -0400
7840
7841     Increase Uniscribe MAX_ITEMS
7842
7843  src/hb-uniscribe.cc |    2 +-
7844  1 files changed, 1 insertions(+), 1 deletions(-)
7845
7846 commit dbffa4c83d29c689ee4cd8a1c53e84521028c711
7847 Author: Behdad Esfahbod <behdad@behdad.org>
7848 Date:   Fri Jun 8 14:08:32 2012 -0400
7849
7850     Fix Uniscribe charset matching
7851
7852     Previously was failing to match fonts that didn't support
7853     CHARSET_ANSI.
7854
7855     There still remains a problem with the Uniscribe backend, in that if a
7856     font with the same family name is installed, and is newer, the native
7857     one is preferred over the font we provide.  Fixing it requires
7858     rewriting
7859     the name table with a unique family name...
7860
7861  src/hb-uniscribe.cc |    1 +
7862  1 files changed, 1 insertions(+), 0 deletions(-)
7863
7864 commit 82e8bd8628aeb37835fb019a71b6bdac87824b97
7865 Author: Behdad Esfahbod <behdad@behdad.org>
7866 Date:   Fri Jun 8 11:48:29 2012 -0400
7867
7868     Remove unused code
7869
7870  src/hb-uniscribe.cc |    4 +---
7871  1 files changed, 1 insertions(+), 3 deletions(-)
7872
7873 commit 6da9dbff21b47fb10794b8d6cb747393c9eab7dd
7874 Author: Behdad Esfahbod <behdad@behdad.org>
7875 Date:   Fri Jun 8 10:53:35 2012 -0400
7876
7877     Remove zero-width chars in the fallback shaper too
7878
7879  src/hb-fallback-shape.cc |   16 ++++++++++++----
7880  1 files changed, 12 insertions(+), 4 deletions(-)
7881
7882 commit 68b76121f83fc9b87dc84f03e8bef38d4332734d
7883 Author: Behdad Esfahbod <behdad@behdad.org>
7884 Date:   Fri Jun 8 10:43:49 2012 -0400
7885
7886     Fix regressions introduced by sed.  Ouch!
7887
7888     Introduced in 99c2695759a6af855d565f4994bbdf220570bb48.
7889     Broken mark-mark and mark-ligature stuff.
7890
7891  src/hb-ot-layout-gpos-table.hh       |    6 +++---
7892  src/hb-ot-layout-gsubgpos-private.hh |    2 +-
7893  2 files changed, 4 insertions(+), 4 deletions(-)
7894
7895 commit 0dd86f9f6849d82d60a99e66b6928795cfb2a3c7
7896 Author: Behdad Esfahbod <behdad@behdad.org>
7897 Date:   Fri Jun 8 10:23:03 2012 -0400
7898
7899     Whitespace
7900
7901  src/hb-uniscribe.cc |  144
7902  +++++++++++++++++++++++++-------------------------
7903  1 files changed, 72 insertions(+), 72 deletions(-)
7904
7905 commit 8e7beba7c3b3dea3cb3b7e280c5aab4f13b92d31
7906 Author: Behdad Esfahbod <behdad@behdad.org>
7907 Date:   Fri Jun 8 10:22:06 2012 -0400
7908
7909     Fix Uniscribe clusters with direction-overriden Arabic
7910
7911  src/hb-uniscribe.cc |    4 ++--
7912  1 files changed, 2 insertions(+), 2 deletions(-)
7913
7914 commit b069c3c31bfbbf160eb897c7474be9ea90ed4fc1
7915 Author: Behdad Esfahbod <behdad@behdad.org>
7916 Date:   Fri Jun 8 10:10:29 2012 -0400
7917
7918     Really fix override-direction in Uniscribe
7919
7920  src/hb-uniscribe.cc |   10 +++++++---
7921  1 files changed, 7 insertions(+), 3 deletions(-)
7922
7923 commit fcd6f5326166e993b8f5222efbaffe916da98f0a
7924 Author: Behdad Esfahbod <behdad@behdad.org>
7925 Date:   Fri Jun 8 09:59:43 2012 -0400
7926
7927     Unbreak Uniscribe
7928
7929     Oops.  hb_tag_t and OPENTYPE_TAG have different endianness.  Perhaps
7930     something to add API for in hb-uniscribe.h
7931
7932  src/hb-private.hh   |   12 +++++++++++-
7933  src/hb-uniscribe.cc |    8 ++++----
7934  2 files changed, 15 insertions(+), 5 deletions(-)
7935
7936 commit 29eac8f591fdb86f1c4fdc0a6ab63910ff286b84
7937 Author: Behdad Esfahbod <behdad@behdad.org>
7938 Date:   Fri Jun 8 09:26:17 2012 -0400
7939
7940     Override direction in Uniscribe backend
7941
7942     Matches OT backend now.
7943
7944  src/hb-uniscribe.cc |    2 +-
7945  1 files changed, 1 insertions(+), 1 deletions(-)
7946
7947 commit 1c1233e57686d77d89fe3ac1dc53de9ee60798c1
7948 Author: Behdad Esfahbod <behdad@behdad.org>
7949 Date:   Fri Jun 8 09:20:53 2012 -0400
7950
7951     Make Uniscribe backend respect selected script
7952
7953  src/hb-uniscribe.cc |   15 +++++++++++++--
7954  1 files changed, 13 insertions(+), 2 deletions(-)
7955
7956 commit 0bb0f5d41976ae27c5c7a51cbb82144b48315a4b
7957 Author: Behdad Esfahbod <behdad@behdad.org>
7958 Date:   Thu Jun 7 17:42:48 2012 -0400
7959
7960     Add note re _NullPool
7961
7962  src/hb-open-type-private.hh |    1 +
7963  1 files changed, 1 insertions(+), 0 deletions(-)
7964
7965 commit 2a3d911fe0ff5d6442659d3381d5b08c30ee2896
7966 Author: Behdad Esfahbod <behdad@behdad.org>
7967 Date:   Thu Jun 7 17:31:46 2012 -0400
7968
7969     Fix alignment-requirement missmatch
7970
7971     Detected by clang and lots of cmdline options.
7972
7973  src/hb-buffer-private.hh             |    2 +-
7974  src/hb-buffer.cc                     |    5 +++--
7975  src/hb-ot-layout-gsub-table.hh       |    4 ++--
7976  src/hb-ot-layout-gsubgpos-private.hh |    2 +-
7977  4 files changed, 7 insertions(+), 6 deletions(-)
7978
7979 commit 6095de1635441af16340c7b2c5a6b4c531ec242f
7980 Author: Behdad Esfahbod <behdad@behdad.org>
7981 Date:   Thu Jun 7 15:48:18 2012 -0400
7982
7983     Fix clang warning with NO_MT path
7984
7985  src/hb-shape.cc |    2 +-
7986  1 files changed, 1 insertions(+), 1 deletions(-)
7987
7988 commit a18280a8ce9128fc9d75f8a367ae8ce0886a9599
7989 Author: Behdad Esfahbod <behdad@behdad.org>
7990 Date:   Thu Jun 7 15:44:12 2012 -0400
7991
7992     Fix warnings produced by clang analyzer
7993
7994  src/hb-icu.cc          |    6 ++++--
7995  test/api/test-blob.c   |    2 +-
7996  test/api/test-buffer.c |    4 ++--
7997  util/helper-cairo.cc   |    2 +-
7998  4 files changed, 8 insertions(+), 6 deletions(-)
7999
8000 commit 7ec83051c05777c0e6e2eea6ef6c71effede9527
8001 Author: Behdad Esfahbod <behdad@behdad.org>
8002 Date:   Thu Jun 7 13:32:57 2012 -0400
8003
8004     Fix warnings
8005
8006  util/ansi-print.cc |   30 +++++++++++++-----------------
8007  1 files changed, 13 insertions(+), 17 deletions(-)
8008
8009 commit 73cb02de2dd28b09d4aa76230132248215cfe83d
8010 Author: Behdad Esfahbod <behdad@behdad.org>
8011 Date:   Wed Jun 6 11:29:25 2012 -0400
8012
8013     Minor
8014
8015  src/hb-private.hh |   26 +++++++++++++-------------
8016  1 files changed, 13 insertions(+), 13 deletions(-)
8017
8018 commit 79e2b4791fe95ede9a1e6b1c71ccc6e36c4fc0e5
8019 Author: Behdad Esfahbod <behdad@behdad.org>
8020 Date:   Wed Jun 6 11:27:17 2012 -0400
8021
8022     Fix ASSERT_POD on clang
8023
8024     As reported by bashi.  Not tested.
8025
8026  src/hb-private.hh |    8 ++++++--
8027  1 files changed, 6 insertions(+), 2 deletions(-)
8028
8029 commit 4282d2f3771d6510c27b62e54cc1254d6f2389b3
8030 Author: Behdad Esfahbod <behdad@behdad.org>
8031 Date:   Wed Jun 6 03:42:36 2012 -0400
8032
8033     Enabled ICU again
8034
8035  configure.ac |    1 -
8036  1 files changed, 0 insertions(+), 1 deletions(-)
8037
8038 commit 6220e5fc0dad728e67a92e838d3ac275d032f2c7
8039 Author: Behdad Esfahbod <behdad@behdad.org>
8040 Date:   Wed Jun 6 03:30:09 2012 -0400
8041
8042     Add ASSERT_POD for most objects
8043
8044  src/hb-blob.cc            |    1 +
8045  src/hb-buffer-private.hh  |    2 ++
8046  src/hb-font-private.hh    |    3 +++
8047  src/hb-object-private.hh  |    2 ++
8048  src/hb-private.hh         |    2 +-
8049  src/hb-set-private.hh     |    4 +++-
8050  src/hb-unicode-private.hh |    1 +
8051  7 files changed, 13 insertions(+), 2 deletions(-)
8052
8053 commit a00a63b5ef503fafa87e26b517732b2214e01719
8054 Author: Behdad Esfahbod <behdad@behdad.org>
8055 Date:   Wed Jun 6 03:07:01 2012 -0400
8056
8057     Add macros to check that types are POD
8058
8059  configure.ac                |    1 +
8060  src/hb-open-type-private.hh |   32 ++++++++++++++++++++------------
8061  src/hb-private.hh           |   24 ++++++++++++++++++++++++
8062  3 files changed, 45 insertions(+), 12 deletions(-)
8063
8064 commit 61eb60c129e865e92f6a5767a88c44a391f4d413
8065 Author: Behdad Esfahbod <behdad@behdad.org>
8066 Date:   Tue Jun 5 21:14:04 2012 -0400
8067
8068     Don't link to libstdc++
8069
8070     New try.
8071
8072  src/Makefile.am |    3 ++-
8073  1 files changed, 2 insertions(+), 1 deletions(-)
8074
8075 commit 81a4b9fd4eb8995c5930db1df3669db93661eb52
8076 Author: Behdad Esfahbod <behdad@behdad.org>
8077 Date:   Tue Jun 5 20:49:51 2012 -0400
8078
8079     Remove unused hb_static_mutex_t
8080
8081  src/hb-mutex-private.hh |   11 -----------
8082  1 files changed, 0 insertions(+), 11 deletions(-)
8083
8084 commit 4a3a9897b3698dd09c3e880b3ddd4db24c6fb460
8085 Author: Behdad Esfahbod <behdad@behdad.org>
8086 Date:   Tue Jun 5 20:39:07 2012 -0400
8087
8088     Disable Intel atomic ops on mingw32
8089
8090     Apparently the configure test is not enough...
8091
8092  src/hb-atomic-private.hh |    2 +-
8093  1 files changed, 1 insertions(+), 1 deletions(-)
8094
8095 commit 0594a2448440208efa0acac9a5d8d52d43108289
8096 Author: Behdad Esfahbod <behdad@behdad.org>
8097 Date:   Tue Jun 5 20:35:40 2012 -0400
8098
8099     Cleanup TRUE/FALSE vs true/false
8100
8101  src/hb-atomic-private.hh           |    4 +-
8102  src/hb-blob.cc                     |   28 ++++++++--------
8103  src/hb-buffer-private.hh           |    2 +-
8104  src/hb-buffer.cc                   |   38 ++++++++++++------------
8105  src/hb-buffer.h                    |    4 +-
8106  src/hb-fallback-shape.cc           |    2 +-
8107  src/hb-font.cc                     |   22 +++++++-------
8108  src/hb-ft.cc                       |   22 +++++++-------
8109  src/hb-glib.cc                     |   16 +++++-----
8110  src/hb-graphite2.cc                |    8 ++--
8111  src/hb-icu.cc                      |   30 +++++++++---------
8112  src/hb-ot-layout.cc                |   28 ++++++++--------
8113  src/hb-ot-shape-complex-private.hh |    2 +-
8114  src/hb-ot-shape-normalize.cc       |   16 +++++-----
8115  src/hb-ot-shape.cc                 |    4 +-
8116  src/hb-private.hh                  |   18 ++++-------
8117  src/hb-set.cc                      |    2 +-
8118  src/hb-set.h                       |    2 +-
8119  src/hb-shape.cc                    |    6 ++--
8120  src/hb-tt-font.cc                  |   12 ++++----
8121  src/hb-unicode.cc                  |    8 ++--
8122  src/hb-uniscribe.cc                |   18 +++++-----
8123  src/main.cc                        |    2 +-
8124  util/hb-shape.cc                   |    2 +-
8125  util/helper-cairo.cc               |   16 +++++-----
8126  util/main-font-text.hh             |    2 +-
8127  util/options.cc                    |   58
8128  ++++++++++++++++++------------------
8129  util/options.hh                    |    2 +-
8130  util/view-cairo.hh                 |    2 +-
8131  29 files changed, 185 insertions(+), 191 deletions(-)
8132
8133 commit e1ac38f8dd04c29d2d4140f5a492cdaf25d72901
8134 Author: Behdad Esfahbod <behdad@behdad.org>
8135 Date:   Tue Jun 5 20:31:49 2012 -0400
8136
8137     Fix inert buffer set_length() with zero
8138
8139     Oops!
8140
8141  src/hb-buffer.cc |    3 +++
8142  1 files changed, 3 insertions(+), 0 deletions(-)
8143
8144 commit 04bc1eebe7a304c0e6f86ab6814c65889f152602
8145 Author: Behdad Esfahbod <behdad@behdad.org>
8146 Date:   Tue Jun 5 20:16:56 2012 -0400
8147
8148     Add configure tests for Intel atomic intrinsics
8149
8150  configure.ac             |   17 +++++++++++++++++
8151  src/hb-atomic-private.hh |   12 ++++++------
8152  src/hb-mutex-private.hh  |    2 +-
8153  3 files changed, 24 insertions(+), 7 deletions(-)
8154
8155 commit 68c75b46977beb57e35082db26be712b3cd65678
8156 Author: Behdad Esfahbod <behdad@behdad.org>
8157 Date:   Tue Jun 5 19:55:46 2012 -0400
8158
8159     Shuffle
8160
8161  configure.ac |   16 ++++++++--------
8162  1 files changed, 8 insertions(+), 8 deletions(-)
8163
8164 commit f64b2ebf82c5f355cd95806478cd30c00b1a2731
8165 Author: Behdad Esfahbod <behdad@behdad.org>
8166 Date:   Tue Jun 5 19:23:29 2012 -0400
8167
8168     Remove last static initializer
8169
8170     We're free!  Lazy or immediate...
8171
8172  src/hb-ft.cc    |    2 +
8173  src/hb-shape.cc |  150
8174  +++++++++++++++++++++++++++++++++++++++---------------
8175  2 files changed, 110 insertions(+), 42 deletions(-)
8176
8177 commit 4a8a529068fc380298bb05b9d878bede3e9f4da1
8178 Author: Behdad Esfahbod <behdad@behdad.org>
8179 Date:   Tue Jun 5 19:17:02 2012 -0400
8180
8181     Make hb-view err if all shapers failed
8182
8183  util/view-cairo.hh |    2 +-
8184  1 files changed, 1 insertions(+), 1 deletions(-)
8185
8186 commit 04aed572f112b96a6033cd6c3df7bdba5e29e93c
8187 Author: Behdad Esfahbod <behdad@behdad.org>
8188 Date:   Tue Jun 5 18:30:19 2012 -0400
8189
8190     Make hb-ft static-initializer free
8191
8192  src/hb-common.cc |    5 ++---
8193  src/hb-ft.cc     |   38 +++++++++++++++++++++++++++-----------
8194  2 files changed, 29 insertions(+), 14 deletions(-)
8195
8196 commit be4560a3b5e8599cbe2b29a01a60c21c9e2b194f
8197 Author: Behdad Esfahbod <behdad@behdad.org>
8198 Date:   Tue Jun 5 18:14:03 2012 -0400
8199
8200     Undo default unicode-funcs to avoid static initializer again
8201
8202  src/hb-buffer.cc          |    2 +-
8203  src/hb-glib.cc            |   23 ++++++++++++-----------
8204  src/hb-icu.cc             |   24 +++++++++++++-----------
8205  src/hb-unicode-private.hh |   10 +++++-----
8206  src/hb-unicode.cc         |   26 ++++++++++++++------------
8207  5 files changed, 45 insertions(+), 40 deletions(-)
8208
8209 commit 093171cceca63e48e735bbf05a2c11b1b7e95ef1
8210 Author: Behdad Esfahbod <behdad@behdad.org>
8211 Date:   Tue Jun 5 18:00:45 2012 -0400
8212
8213     Implement lock-free hb_language_t
8214
8215     Another static-initialization down.  One more to go.
8216
8217  src/hb-common.cc |   66
8218  ++++++++++++++++++++++++++++++++++++++++++++---------
8219  1 files changed, 54 insertions(+), 12 deletions(-)
8220
8221 commit 6843ce01be0df501ef3149a2c1c54cdfb693195d
8222 Author: Behdad Esfahbod <behdad@behdad.org>
8223 Date:   Tue Jun 5 17:27:20 2012 -0400
8224
8225     Add atomic-pointer functions
8226
8227     Gonig to use these for lock-free linked-lists, to be used for
8228     hb_language_t among other things.
8229
8230  src/hb-atomic-private.hh |   21 +++++++++++++++++++++
8231  1 files changed, 21 insertions(+), 0 deletions(-)
8232
8233 commit cdafe3a7d8483ac586e2c16487e2a09164e0f65c
8234 Author: Behdad Esfahbod <behdad@behdad.org>
8235 Date:   Tue Jun 5 16:34:49 2012 -0400
8236
8237     Add gcc intrinsics implementations for atomic and mutex
8238
8239  configure.ac             |    4 +-
8240  src/hb-atomic-private.hh |   11 ++++++++-
8241  src/hb-mutex-private.hh  |   51
8242  +++++++++++++++++++++++++++++++++++++++------
8243  src/hb-object-private.hh |    4 ++-
8244  src/hb-warning.cc        |   14 ++++++------
8245  5 files changed, 65 insertions(+), 19 deletions(-)
8246
8247 commit d970d2899b36a2fbd002b224b8bd37b0906fdd5f
8248 Author: Behdad Esfahbod <behdad@behdad.org>
8249 Date:   Tue Jun 5 16:06:28 2012 -0400
8250
8251     Add gcc implementation for atomic ops
8252
8253  src/hb-atomic-private.hh |    9 +++++++--
8254  1 files changed, 7 insertions(+), 2 deletions(-)
8255
8256 commit 0e253e97af71e2a7ead153589f61fd579a247502
8257 Author: Behdad Esfahbod <behdad@behdad.org>
8258 Date:   Tue Jun 5 15:37:19 2012 -0400
8259
8260     Add a mutex to object header
8261
8262     Removes one more static-initialization.  A few more to go.
8263
8264  src/hb-common.cc         |   24 +++++++++---------------
8265  src/hb-mutex-private.hh  |   19 +++++++------------
8266  src/hb-object-private.hh |   36 ++++++++++++++++++++++--------------
8267  src/hb-private.hh        |   11 +++++------
8268  4 files changed, 43 insertions(+), 47 deletions(-)
8269
8270 commit a2b471df821b32625d127f83b2f90e6d6a967e7e
8271 Author: Behdad Esfahbod <behdad@behdad.org>
8272 Date:   Tue Jun 5 15:17:44 2012 -0400
8273
8274     Remove static initializers from indic
8275
8276  src/hb-ot-shape-complex-indic.cc |   50
8277  +++++++++++++++++++++++++++++--------
8278  1 files changed, 39 insertions(+), 11 deletions(-)
8279
8280 commit f06ab8a4262c759b4723614fd28f55ee77aa8466
8281 Author: Behdad Esfahbod <behdad@behdad.org>
8282 Date:   Tue Jun 5 12:31:51 2012 -0400
8283
8284     Better hide nil objects and make them const
8285
8286  src/hb-blob.cc            |   34 +++++++++++-----------
8287  src/hb-buffer.cc          |   39 ++++++++++++-------------
8288  src/hb-font.cc            |   70
8289  ++++++++++++++++++++++-----------------------
8290  src/hb-ft.cc              |   49 ++++++++++++++-----------------
8291  src/hb-glib.cc            |   25 ++++++++--------
8292  src/hb-icu.cc             |   25 ++++++++--------
8293  src/hb-set.cc             |   16 +++++-----
8294  src/hb-unicode-private.hh |   11 +++----
8295  src/hb-unicode.cc         |   34 +++++++++++-----------
8296  9 files changed, 146 insertions(+), 157 deletions(-)
8297
8298 commit bf93b636c4963cbc32d5fba7ace1053db6719192
8299 Author: Behdad Esfahbod <behdad@behdad.org>
8300 Date:   Tue Jun 5 14:17:32 2012 -0400
8301
8302     Remove constructor from hb_prealloced_array_t
8303
8304     This was causing all object types to be non-POD and have static
8305     initializers.  We don't need that!
8306
8307     Now, most nil objects just moved from .bss to .data.  Fixing for that
8308     coming soon.
8309
8310  src/hb-object-private.hh |    3 +++
8311  src/hb-private.hh        |    4 +++-
8312  src/hb-set-private.hh    |    1 +
8313  3 files changed, 7 insertions(+), 1 deletions(-)
8314
8315 commit 7037291aacb858f8090fd7d9028c196cc1a21703
8316 Author: Behdad Esfahbod <behdad@behdad.org>
8317 Date:   Tue Jun 5 13:30:11 2012 -0400
8318
8319     Check for atexit()
8320
8321  configure.ac |    2 +-
8322  1 files changed, 1 insertions(+), 1 deletions(-)
8323
8324 commit f1971a217424bd6db5c7072ba5cf197f318d4e47
8325 Author: Behdad Esfahbod <behdad@behdad.org>
8326 Date:   Tue Jun 5 13:04:20 2012 -0400
8327
8328     Fix warnings
8329
8330  src/indic.cc |    2 +-
8331  1 files changed, 1 insertions(+), 1 deletions(-)
8332
8333 commit b0a6e58bb3dda72dcce37d54d987591630a3db6c
8334 Author: Behdad Esfahbod <behdad@behdad.org>
8335 Date:   Mon Jun 4 10:21:22 2012 -0400
8336
8337     s/script-punjabi/script-gurmukhi/
8338
8339  .../texts/in-tree/shaper-indic/indic/MANIFEST      |    2 +-
8340  .../shaper-indic/indic/script-gurmukhi/MANIFEST    |    2 +
8341  .../indic/script-gurmukhi/misc/MANIFEST            |    1 +
8342  .../indic/script-gurmukhi/misc/misc.txt            |    1 +
8343  .../indic/script-gurmukhi/utrrs/LICENSE            |   19 +++
8344  .../indic/script-gurmukhi/utrrs/MANIFEST           |    3 +
8345  .../indic/script-gurmukhi/utrrs/README             |   13 ++
8346  .../indic/script-gurmukhi/utrrs/SOURCES            |    2 +
8347  .../IndicFontFeatureCodepoint-Consonants.txt       |   38 +++++
8348  .../IndicFontFeatureCodepoint-DependentVowels.txt  |    9 ++
8349  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 ++
8350  .../IndicFontFeatureCodepoint-GurmukhiSpecific.txt |    6 +
8351  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   10 ++
8352  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
8353  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    6 +
8354  .../indic/script-gurmukhi/utrrs/codepoint/MANIFEST |    7 +
8355  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   22 +++
8356  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |    2 +
8357  .../indic/script-gurmukhi/utrrs/gpos/MANIFEST      |    2 +
8358  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  152
8359  ++++++++++++++++++++
8360  .../indic/script-gurmukhi/utrrs/gsub/MANIFEST      |    1 +
8361  .../shaper-indic/indic/script-punjabi/MANIFEST     |    2 -
8362  .../indic/script-punjabi/misc/MANIFEST             |    1 -
8363  .../indic/script-punjabi/misc/misc.txt             |    1 -
8364  .../indic/script-punjabi/utrrs/LICENSE             |   19 ---
8365  .../indic/script-punjabi/utrrs/MANIFEST            |    3 -
8366  .../shaper-indic/indic/script-punjabi/utrrs/README |   13 --
8367  .../indic/script-punjabi/utrrs/SOURCES             |    2 -
8368  .../IndicFontFeatureCodepoint-Consonants.txt       |   38 -----
8369  .../IndicFontFeatureCodepoint-DependentVowels.txt  |    9 --
8370  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 --
8371  .../IndicFontFeatureCodepoint-GurmukhiSpecific.txt |    6 -
8372  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   10 --
8373  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 -
8374  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    6 -
8375  .../indic/script-punjabi/utrrs/codepoint/MANIFEST  |    7 -
8376  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   22 ---
8377  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |    2 -
8378  .../indic/script-punjabi/utrrs/gpos/MANIFEST       |    2 -
8379  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  152
8380  --------------------
8381  .../indic/script-punjabi/utrrs/gsub/MANIFEST       |    1 -
8382  41 files changed, 309 insertions(+), 309 deletions(-)
8383
8384 commit c1885483120d4b686b2fe95b217dce7248e040b1
8385 Author: Behdad Esfahbod <behdad@behdad.org>
8386 Date:   Mon Jun 4 08:56:00 2012 -0400
8387
8388     Add --verbose to hb-shape
8389
8390     Just turns all --show-* options on.
8391
8392  util/options.cc |   11 +++++++++++
8393  util/options.hh |    1 -
8394  2 files changed, 11 insertions(+), 1 deletions(-)
8395
8396 commit 9fc7a11469113d31d8095757c4fc038c3427d44a
8397 Author: Behdad Esfahbod <behdad@behdad.org>
8398 Date:   Mon Jun 4 08:28:19 2012 -0400
8399
8400     Remove comma at the end of enum
8401
8402     As reported by Jonathan Kew on the list.
8403
8404  src/hb-ot-shape-complex-indic.cc |    2 +-
8405  1 files changed, 1 insertions(+), 1 deletions(-)
8406
8407 commit 3b8fd9c48f4bde368bf2d465c148b9743a9216ee
8408 Author: Behdad Esfahbod <behdad@behdad.org>
8409 Date:   Sun Jun 3 15:54:19 2012 -0400
8410
8411     Remove const from ref_count.ref_count
8412
8413     According to Tom Hacohen this was breaking build with some compilers.
8414
8415     In file included from hb-buffer-private.hh:35:0,
8416                      from hb-ot-map-private.hh:32,
8417                      from hb-ot-shape-private.hh:32,
8418                      from hb-ot-shape.cc:29:
8419     hb-object-private.hh: In constructor
8420     '_hb_object_header_t::_hb_object_header_t()':
8421     hb-object-private.hh:97:8: error: uninitialized const member in
8422     'struct hb_reference_count_t'
8423     hb-object-private.hh:51:25: note: 'hb_reference_count_t::ref_count'
8424     should be initialized
8425     In file included from hb-ot-shape.cc:33:0:
8426     hb-set-private.hh: In constructor '_hb_set_t::_hb_set_t()':
8427     hb-set-private.hh:37:8: note: synthesized method
8428     '_hb_object_header_t::_hb_object_header_t()' first required here
8429     hb-ot-shape.cc: In function 'void
8430     hb_ot_shape_glyphs_closure(hb_font_t*, hb_buffer_t*, const
8431     hb_feature_t*, unsigned int, hb_set_t*)':
8432     hb-ot-shape.cc:521:12: note: synthesized method
8433     '_hb_set_t::_hb_set_t()' first required here
8434
8435  src/hb-object-private.hh |    2 +-
8436  1 files changed, 1 insertions(+), 1 deletions(-)
8437
8438 commit 70600dbf626808a30fb0fd8b7ae860e64d9ffe87
8439 Author: Behdad Esfahbod <behdad@behdad.org>
8440 Date:   Sun Jun 3 15:52:51 2012 -0400
8441
8442     Minor
8443
8444  src/hb-object-private.hh |   14 +++++++-------
8445  1 files changed, 7 insertions(+), 7 deletions(-)
8446
8447 commit ae62166519291057316a9d15cea3f1570fcb5eaf
8448 Author: Behdad Esfahbod <behdad@behdad.org>
8449 Date:   Sat Jun 2 12:21:19 2012 -0400
8450
8451     [util] Minor
8452
8453  util/options.cc        |    4 +---
8454  util/options.hh        |   26 ++++++++++++++------------
8455  util/shape-consumer.hh |    4 +++-
8456  3 files changed, 18 insertions(+), 16 deletions(-)
8457
8458 commit 5db0683a822f70c914468430cda6487cee740ae3
8459 Author: Behdad Esfahbod <behdad@behdad.org>
8460 Date:   Sat Jun 2 12:13:08 2012 -0400
8461
8462     [util] Make hb-shape continue shaping other lines if shapers failed
8463
8464  util/hb-ot-shape-closure.cc |    3 ++
8465  util/hb-shape.cc            |   36 ++++++++++++++++++++++++-----
8466  util/main-font-text.hh      |    2 +-
8467  util/options.cc             |   34 +++++++++++++++++++++------
8468  util/options.hh             |   33 ++++++++++++++-------------
8469  util/shape-consumer.hh      |   17 +++++++++++--
8470  util/view-cairo.cc          |   47 ++++++--------------------------------
8471  util/view-cairo.hh          |   52
8472  +++++++++++++++++++++++++++++++++++++-----
8473  8 files changed, 143 insertions(+), 81 deletions(-)
8474
8475 commit 96a9ef0c9fca8d58d8dc6baf6b262d96587abee0
8476 Author: Behdad Esfahbod <behdad@behdad.org>
8477 Date:   Fri Jun 1 13:46:26 2012 -0400
8478
8479     Remove tab character like other "zero-width" characters
8480
8481     Uniscribe does that, this make comparing results to Uniscribe
8482     easier.
8483
8484  src/hb-unicode-private.hh |    3 ++-
8485  1 files changed, 2 insertions(+), 1 deletions(-)
8486
8487 commit cd6a5493411fea30a04466128e1a37b4d89c6a72
8488 Author: Behdad Esfahbod <behdad@behdad.org>
8489 Date:   Fri Jun 1 13:45:25 2012 -0400
8490
8491     Remove unused variable
8492
8493  util/hb-ot-shape-closure.cc |    2 --
8494  1 files changed, 0 insertions(+), 2 deletions(-)
8495
8496 commit 0558d55bac7fb9279aac859b465e7c0e3ad97492
8497 Author: Behdad Esfahbod <behdad@behdad.org>
8498 Date:   Mon May 28 10:46:47 2012 -0400
8499
8500     Remove hb_atomic_int_set/get()
8501
8502     We never use them in fact...
8503
8504     I'm just adjusting these as I better understand the requirements of
8505     the code and the guarantees of each operation.
8506
8507  src/hb-atomic-private.hh |    8 --------
8508  src/hb-object-private.hh |   12 +++++-------
8509  2 files changed, 5 insertions(+), 15 deletions(-)
8510
8511 commit 4efdffec095e19ceeb4b319d60201e84ece30fd9
8512 Author: Behdad Esfahbod <behdad@behdad.org>
8513 Date:   Sun May 27 22:39:48 2012 -0400
8514
8515     Minor Malayalam test case
8516
8517     From https://bugs.freedesktop.org/show_bug.cgi?id=45166
8518
8519  .../indic/script-malayalam/misc/misc.txt           |    1 +
8520  1 files changed, 1 insertions(+), 0 deletions(-)
8521
8522 commit dfff5b3021016d3a472c100272fd8e2f52307860
8523 Author: Behdad Esfahbod <behdad@behdad.org>
8524 Date:   Sun May 27 22:07:04 2012 -0400
8525
8526     Add Myanmar test case
8527
8528  .../in-tree/shaper-indic/south-east-asian/MANIFEST |    1 +
8529  .../south-east-asian/script-myanmar/MANIFEST       |    1 +
8530  .../south-east-asian/script-myanmar/misc/MANIFEST  |    1 +
8531  .../south-east-asian/script-myanmar/misc/misc.txt  |    1 +
8532  4 files changed, 4 insertions(+), 0 deletions(-)
8533
8534 commit bce095524b3e69a47f8e88a2fb02d6ab537f9b0a
8535 Author: Behdad Esfahbod <behdad@behdad.org>
8536 Date:   Sun May 27 11:29:21 2012 -0400
8537
8538     Add hb_font_get_glyph_name() and hb_font_get_glyph_from_name()
8539
8540  TODO                        |    1 +
8541  src/hb-font-private.hh      |    2 +
8542  src/hb-font.cc              |   80
8543  +++++++++++++++++++++++++++++++++----------
8544  src/hb-font.h               |   28 +++++++++++++++
8545  src/hb-ft.cc                |   52 +++++++++++++++++++++++-----
8546  util/hb-ot-shape-closure.cc |    9 ++---
8547  util/options.cc             |   10 ++----
8548  7 files changed, 142 insertions(+), 40 deletions(-)
8549
8550 commit bc145658bdaeaeea0cdbd719e2756f09a2dbfb48
8551 Author: Behdad Esfahbod <behdad@behdad.org>
8552 Date:   Sun May 27 10:45:57 2012 -0400
8553
8554     Warn if no Unicode functions implementation is found
8555
8556  src/hb-unicode-private.hh |    1 +
8557  src/hb-warning.cc         |   13 +++++++++++++
8558  2 files changed, 14 insertions(+), 0 deletions(-)
8559
8560 commit a3547330fa88e30a138f6f17e60d9c7d1e316622
8561 Author: Behdad Esfahbod <behdad@behdad.org>
8562 Date:   Sun May 27 10:20:47 2012 -0400
8563
8564     Cleanup atomic ops on OS X
8565
8566  src/hb-atomic-private.hh |    7 +++----
8567  1 files changed, 3 insertions(+), 4 deletions(-)
8568
8569 commit e4b6d503c5575ddbf49249e3fef693d75ae75170
8570 Author: Behdad Esfahbod <behdad@behdad.org>
8571 Date:   Sun May 27 10:11:13 2012 -0400
8572
8573     Don't use atomic ops in hb_cache_t
8574
8575     We don't care about linearizability, so unprotected int read/write
8576     are enough, no need for expensive memory barriers.  It's a cache,
8577     that's all.
8578
8579  src/hb-cache-private.hh |    8 ++++----
8580  1 files changed, 4 insertions(+), 4 deletions(-)
8581
8582 commit 819faa05307aa192015f4b43d8103a35e87d6cc7
8583 Author: Behdad Esfahbod <behdad@behdad.org>
8584 Date:   Sun May 27 10:09:18 2012 -0400
8585
8586     Minor
8587
8588  src/hb-atomic-private.hh |    2 +-
8589  1 files changed, 1 insertions(+), 1 deletions(-)
8590
8591 commit 303d5850ec0516e198db241456b0cfc4899ef9c0
8592 Author: Behdad Esfahbod <behdad@behdad.org>
8593 Date:   Sun May 27 10:01:13 2012 -0400
8594
8595     Fix Windows atomic get/set
8596
8597     According to:
8598     http://msdn.microsoft.com/en-us/library/65tt87y8.aspx
8599
8600     MemoryBarrier() is the right macro to protect these, not
8601     _ReadBarrier()
8602     and/or _WriteBarrier().
8603
8604  src/hb-atomic-private.hh |    4 ++--
8605  1 files changed, 2 insertions(+), 2 deletions(-)
8606
8607 commit 8f8956a55fff95e5ad529d2f124c9528d1f4f81d
8608 Author: Behdad Esfahbod <behdad@behdad.org>
8609 Date:   Fri May 25 14:30:24 2012 -0400
8610
8611     [util] Add hidden --shaper that is equivalent of --shapers
8612
8613  util/helper-cairo.cc |    2 +-
8614  util/options.cc      |    6 +++++-
8615  2 files changed, 6 insertions(+), 2 deletions(-)
8616
8617 commit 29ce446d3161b7ea5874352e5f8eb33cd59338c3
8618 Author: Behdad Esfahbod <behdad@behdad.org>
8619 Date:   Fri May 25 14:17:54 2012 -0400
8620
8621     Add set iterator
8622
8623  src/hb-set-private.hh       |   26 +++++++++++++++++++++++---
8624  src/hb-set.cc               |    7 +++++++
8625  src/hb-set.h                |   11 +++++++++--
8626  util/hb-ot-shape-closure.cc |    8 +++++---
8627  4 files changed, 44 insertions(+), 8 deletions(-)
8628
8629 commit 62c3e111fce0ad34960871134c2eb6da572df303
8630 Author: Behdad Esfahbod <behdad@behdad.org>
8631 Date:   Fri May 25 13:48:00 2012 -0400
8632
8633     Add set symmetric difference
8634
8635  src/hb-set-private.hh |    5 +++++
8636  src/hb-set.cc         |    7 +++++++
8637  src/hb-set.h          |    6 ++++++
8638  3 files changed, 18 insertions(+), 0 deletions(-)
8639
8640 commit 27aba594c90b4444c35273a38f5fedc8e09d9a88
8641 Author: Behdad Esfahbod <behdad@behdad.org>
8642 Date:   Thu May 24 15:00:01 2012 -0400
8643
8644     Minor
8645
8646  src/hb-ot-shape-complex-indic-machine.rl |    2 +-
8647  src/hb-ot-shape-complex-indic.cc         |    2 +-
8648  2 files changed, 2 insertions(+), 2 deletions(-)
8649
8650 commit cde1c0114ba66a45d907e81a49bf625e0dc946b0
8651 Author: Behdad Esfahbod <behdad@behdad.org>
8652 Date:   Thu May 24 10:46:39 2012 -0400
8653
8654     Fix hb_atomic_int_set() implementation for HB_NO_MT
8655
8656     As pointed out by Jonathan Kew.
8657
8658  src/hb-atomic-private.hh |    2 +-
8659  1 files changed, 1 insertions(+), 1 deletions(-)
8660
8661 commit 3b9b7133bea787f787170beea073f185e36d2327
8662 Author: Behdad Esfahbod <behdad@behdad.org>
8663 Date:   Wed May 23 22:00:25 2012 -0400
8664
8665     Update TODO
8666
8667  TODO |   18 ++++++++++++++++--
8668  1 files changed, 16 insertions(+), 2 deletions(-)
8669
8670 commit ff3524c21aabf5d0d6014d1ce1b3e12ca5f0990f
8671 Author: Behdad Esfahbod <behdad@behdad.org>
8672 Date:   Wed May 23 21:50:43 2012 -0400
8673
8674     Add Arabic diacritics tests
8675
8676  .../shaper-arabic/script-arabic/misc/MANIFEST      |    2 +-
8677  .../script-arabic/misc/diacritics/MANIFEST         |    5 +
8678  .../script-arabic/misc/diacritics/lam-alef.txt     |   28 +
8679  .../misc/diacritics/language-arabic.txt            |  695
8680  ++++++++++++++++++++
8681  .../misc/diacritics/language-persian.txt           |   48 ++
8682  .../misc/diacritics/language-urdu.txt              |  188 ++++++
8683  .../misc/diacritics/ligature-diacritics.txt        |    1 +
8684  .../script-arabic/misc/ligature-diacritics.txt     |    1 -
8685  8 files changed, 966 insertions(+), 2 deletions(-)
8686
8687 commit ed2f1363a391add41f10cff18792003583a10257
8688 Author: Behdad Esfahbod <behdad@behdad.org>
8689 Date:   Tue May 22 22:12:22 2012 -0400
8690
8691     Fix substitution glyph class propagation
8692
8693     The old code was doing nothing.
8694
8695     Still got to find an example font+string that makes this matter, but
8696     need this for fixing synthetic GDEF anyway.
8697
8698  src/hb-ot-layout-gsub-table.hh       |   10 ++++------
8699  src/hb-ot-layout-gsubgpos-private.hh |   23 ++++++-----------------
8700  2 files changed, 10 insertions(+), 23 deletions(-)
8701
8702 commit a6de53664df9549a5dc93752647ea1d3bb336f7b
8703 Author: Behdad Esfahbod <behdad@behdad.org>
8704 Date:   Fri May 18 15:04:35 2012 -0400
8705
8706     Add CJK Compatibility Ideographs tests
8707
8708     From:
8709     http://people.mozilla.org/~jdaggett/tests/cjkcompat.html
8710
8711  test/shaping/texts/in-tree/shaper-default/MANIFEST |    3 +-
8712  .../in-tree/shaper-default/script-han/MANIFEST     |    1 +
8713  .../shaper-default/script-han/misc/MANIFEST        |    1 +
8714  .../shaper-default/script-han/misc/cjk-compat.txt  |    3 +
8715  .../shaper-default/script-hiragana/MANIFEST        |    1 +
8716  .../shaper-default/script-hiragana/misc/MANIFEST   |    2 +
8717  .../script-hiragana/misc/kazuraki-liga-lines.txt   |    8 +++
8718  .../script-hiragana/misc/kazuraki-liga.txt         |   53
8719  ++++++++++++++++++++
8720  .../shaper-default/script-japanese/MANIFEST        |    1 -
8721  .../shaper-default/script-japanese/misc/MANIFEST   |    2 -
8722  .../script-japanese/misc/kazuraki-liga-lines.txt   |    8 ---
8723  .../script-japanese/misc/kazuraki-liga.txt         |   53
8724  --------------------
8725  12 files changed, 71 insertions(+), 65 deletions(-)
8726
8727 commit 20fdb0f41d81b226e076a4830d4b0d03da31fc19
8728 Author: Behdad Esfahbod <behdad@behdad.org>
8729 Date:   Thu May 17 22:04:45 2012 -0400
8730
8731     Add a lock-free cache type for int->int functions
8732
8733     To be used for cmap and advance caching if desired.
8734
8735  TODO                    |    2 +
8736  src/Makefile.am         |    1 +
8737  src/hb-cache-private.hh |   72
8738  +++++++++++++++++++++++++++++++++++++++++++++++
8739  src/hb-font.cc          |    2 +
8740  4 files changed, 77 insertions(+), 0 deletions(-)
8741
8742 commit bd908b4f102b5ae18a3ad4a8b137994cf74b86ce
8743 Author: Behdad Esfahbod <behdad@behdad.org>
8744 Date:   Thu May 17 22:02:08 2012 -0400
8745
8746     Implement hb_atomic_int_set() for OS X
8747
8748  src/hb-atomic-private.hh |    2 ++
8749  1 files changed, 2 insertions(+), 0 deletions(-)
8750
8751 commit 022a05ae90f30bcddff413022e0cd801809b5390
8752 Author: Behdad Esfahbod <behdad@behdad.org>
8753 Date:   Thu May 17 21:53:24 2012 -0400
8754
8755     Minor
8756
8757  src/hb-atomic-private.hh |    4 +++-
8758  src/hb-mutex-private.hh  |    4 +++-
8759  2 files changed, 6 insertions(+), 2 deletions(-)
8760
8761 commit 22afd66a30d01b6771405e76777306f600807bea
8762 Author: Behdad Esfahbod <behdad@behdad.org>
8763 Date:   Thu May 17 21:23:49 2012 -0400
8764
8765     Add hb_atomic_int_set() again
8766
8767  src/hb-atomic-private.hh |    9 ++++++---
8768  1 files changed, 6 insertions(+), 3 deletions(-)
8769
8770 commit 4aa7258cb16176a89e1547fee8f86571fdd98307
8771 Author: Behdad Esfahbod <behdad@behdad.org>
8772 Date:   Thu May 17 21:01:04 2012 -0400
8773
8774     Fix type conflicts on Windows without glib
8775
8776  src/hb-tt-font.cc |    3 ++-
8777  1 files changed, 2 insertions(+), 1 deletions(-)
8778
8779 commit f039e79d5438a8fc4a3ec11a387bbfc0f6b83024
8780 Author: Behdad Esfahbod <behdad@behdad.org>
8781 Date:   Thu May 17 20:55:12 2012 -0400
8782
8783     Don't use min/max as function names
8784
8785     They can be macros on some systems.  Eg. mingw32.
8786
8787  src/hb-set-private.hh |    4 ++--
8788  src/hb-set.cc         |    4 ++--
8789  2 files changed, 4 insertions(+), 4 deletions(-)
8790
8791 commit 34961e3198e27fa37fd4cfdad12ef86a2e9e51c2
8792 Author: Behdad Esfahbod <behdad@behdad.org>
8793 Date:   Thu May 17 20:50:38 2012 -0400
8794
8795     Prefer native atomic/mutex ops to glib's
8796
8797  src/hb-atomic-private.hh |   29 ++++++++++++++++-------------
8798  src/hb-mutex-private.hh  |   24 ++++++++++++++----------
8799  2 files changed, 30 insertions(+), 23 deletions(-)
8800
8801 commit ec3ba4b96fc4f262db1ff9f906628c32f26c9b7d
8802 Author: Behdad Esfahbod <behdad@behdad.org>
8803 Date:   Thu May 17 20:30:46 2012 -0400
8804
8805     Move atomic ops into their own header
8806
8807  src/Makefile.am          |    1 +
8808  src/hb-atomic-private.hh |   78
8809  ++++++++++++++++++++++++++++++++++++++++++++++
8810  src/hb-mutex-private.hh  |    1 -
8811  src/hb-object-private.hh |   52 +-----------------------------
8812  src/hb-warning.cc        |    2 +-
8813  5 files changed, 82 insertions(+), 52 deletions(-)
8814
8815 commit de0878395be5c72d7058faac8f64715bdd42eb3b
8816 Author: Behdad Esfahbod <behdad@behdad.org>
8817 Date:   Thu May 17 20:15:49 2012 -0400
8818
8819     Update TODO
8820
8821  TODO |   12 ++++++++----
8822  1 files changed, 8 insertions(+), 4 deletions(-)
8823
8824 commit c87b317f0eb118e67134e8e419a6d65e0fa40d30
8825 Author: Behdad Esfahbod <behdad@behdad.org>
8826 Date:   Tue May 15 23:53:18 2012 -0400
8827
8828     [util] Add hb-ot-shape-closure tool
8829
8830     Computes all the glyphs that may be generated given a font and
8831     set of Unicode characters.
8832
8833     The order of the Unicode characters is irrelevant.
8834
8835     Sample output:
8836
8837     behdad:util 0$ ./hb-ot-shape-closure Doulos\ SIL\ Regular.ttf f
8838     f f_f
8839
8840     behdad:util 0$ ./hb-ot-shape-closure Doulos\ SIL\ Regular.ttf i
8841     i
8842
8843     behdad:util 0$ ./hb-ot-shape-closure Doulos\ SIL\ Regular.ttf fi
8844     f f_i f_f_i f_f i
8845
8846     behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf Ø¨
8847     uni0628 uni0628.init uni0628.medi uni0628.fina
8848
8849     behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf Ø§
8850     uni0627 uni0627.fina
8851
8852     behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf Ø¨Ø§
8853     uni0627 uni0627.fina uni0628 uni0628.init uni0628.medi uni0628.fina
8854
8855     behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf Ø¨Ø§
8856     --no-glyph-names
8857     5 6 133 134 135 136
8858
8859  configure.ac                |    2 +-
8860  util/Makefile.am            |   22 ++++++---
8861  util/hb-ot-shape-closure.cc |  112
8862  +++++++++++++++++++++++++++++++++++++++++++
8863  util/options.hh             |   12 +++++
8864  4 files changed, 140 insertions(+), 8 deletions(-)
8865
8866 commit 45675e589e6ef9f81b2a4199cf33e3e7778433a8
8867 Author: Behdad Esfahbod <behdad@behdad.org>
8868 Date:   Tue May 15 23:10:39 2012 -0400
8869
8870     [util] Refactor to accommodate for upcoming new tool
8871
8872  util/Makefile.am       |   10 +++--
8873  util/hb-shape.cc       |   70 ++++++++++++++++++-----------------------
8874  util/hb-view.cc        |    8 +++--
8875  util/hb-view.hh        |   80
8876  ------------------------------------------------
8877  util/main-font-text.hh |   80
8878  ++++++++++++++++++++++++++++++++++++++++++++++++
8879  util/shape-consumer.hh |   69 +++++++++++++++++++++++++++++++++++++++++
8880  6 files changed, 191 insertions(+), 126 deletions(-)
8881
8882 commit 1d6846db9ebf84561bb30a4e48c6c43184914099
8883 Author: Behdad Esfahbod <behdad@behdad.org>
8884 Date:   Sun May 13 18:09:29 2012 +0200
8885
8886     [Indic] Apply vatu feature after cjct
8887
8888     Testing with old Deva spec this reduces failures.
8889     Test sequence: U+0915,U+094D,U+0930.
8890
8891  src/hb-ot-shape-complex-indic.cc |    6 +++---
8892  1 files changed, 3 insertions(+), 3 deletions(-)
8893
8894 commit 8caf5dcd66550351c6038b9ae7ecc5254eed64ff
8895 Author: Behdad Esfahbod <behdad@behdad.org>
8896 Date:   Sun May 13 17:10:18 2012 +0200
8897
8898     Minor
8899
8900  util/ansi-print.cc |   67
8901  +++++++++++++++++++++++++--------------------------
8902  1 files changed, 33 insertions(+), 34 deletions(-)
8903
8904 commit 617f4ac46f1084859d2034c08760e31e52d3bec3
8905 Author: Behdad Esfahbod <behdad@behdad.org>
8906 Date:   Sun May 13 16:48:03 2012 +0200
8907
8908     Refactor
8909
8910  src/hb-ot-shape-complex-indic.cc |   44
8911  +++++++++++++++++++------------------
8912  1 files changed, 23 insertions(+), 21 deletions(-)
8913
8914 commit 5e4e21fce4b548b0b8a5951bc8f35a9f27428192
8915 Author: Behdad Esfahbod <behdad@behdad.org>
8916 Date:   Sun May 13 16:46:08 2012 +0200
8917
8918     Revert "[Indic] Refactoring"
8919
8920     This reverts commit 0831061efb78983b9c6e1e72574c977e56383c08.
8921
8922  src/hb-ot-shape-complex-indic.cc |   28 ++++++++--------------------
8923  1 files changed, 8 insertions(+), 20 deletions(-)
8924
8925 commit 3f18236a03880c0960f5990dc90685f6146951a6
8926 Author: Behdad Esfahbod <behdad@behdad.org>
8927 Date:   Sun May 13 16:20:10 2012 +0200
8928
8929     Fix more warnings
8930
8931  src/hb-ot-layout-common-private.hh |    2 +-
8932  src/hb-ot-layout-gsub-table.hh     |    2 +-
8933  src/hb-ot-shape-complex-indic.cc   |    8 ++++----
8934  3 files changed, 6 insertions(+), 6 deletions(-)
8935
8936 commit 9f377ed3210fe7d9f15e0c4f82020556f9a8f6f0
8937 Author: Behdad Esfahbod <behdad@behdad.org>
8938 Date:   Sun May 13 16:13:44 2012 +0200
8939
8940     Fix more unused-var warnings
8941
8942  src/hb-ot-shape-complex-arabic.cc |    7 +++++--
8943  src/hb-ot-shape-complex-indic.cc  |   25 ++++++++++++++++++-------
8944  src/hb-ot-shape-complex-misc.cc   |   21 +++++++++++++++------
8945  src/hb-ot-shape-normalize.cc      |   13 ++++++-------
8946  src/hb-set.cc                     |    2 +-
8947  5 files changed, 45 insertions(+), 23 deletions(-)
8948
8949 commit d993e72331c6c4c783b803e01e4d4a02c8e3eb77
8950 Author: Behdad Esfahbod <behdad@behdad.org>
8951 Date:   Sun May 13 16:04:36 2012 +0200
8952
8953     Fix hb_face_set_index()
8954
8955  src/hb-font.cc |    2 +-
8956  1 files changed, 1 insertions(+), 1 deletions(-)
8957
8958 commit 93345edcbea49bdf0e22f26b5b74a23e601dfab4
8959 Author: Behdad Esfahbod <behdad@behdad.org>
8960 Date:   Sun May 13 16:01:08 2012 +0200
8961
8962     Fix warnings
8963
8964  src/hb-fallback-shape.cc |    4 +-
8965  src/hb-private.hh        |   54
8966  +++++++++++++++++++++++-----------------------
8967  2 files changed, 29 insertions(+), 29 deletions(-)
8968
8969 commit eace47b173807d94b29a6490d0bc3c9f8f6168d1
8970 Author: Behdad Esfahbod <behdad@behdad.org>
8971 Date:   Sun May 13 15:54:43 2012 +0200
8972
8973     Minor
8974
8975  src/hb-ot-shape-complex-indic.cc |    2 +-
8976  1 files changed, 1 insertions(+), 1 deletions(-)
8977
8978 commit 99c2695759a6af855d565f4994bbdf220570bb48
8979 Author: Behdad Esfahbod <behdad@behdad.org>
8980 Date:   Sun May 13 15:45:18 2012 +0200
8981
8982     Add accessort to buffer for current info, current pos, and prev info
8983
8984  src/hb-buffer-private.hh             |    9 +++++++
8985  src/hb-ot-layout-gpos-table.hh       |   44
8986  +++++++++++++++++-----------------
8987  src/hb-ot-layout-gsub-table.hh       |   28 ++++++++++----------
8988  src/hb-ot-layout-gsubgpos-private.hh |   28 ++++++++++----------
8989  src/hb-ot-shape-complex-arabic.cc    |    4 +-
8990  src/hb-ot-shape-complex-misc.cc      |    5 ++-
8991  src/hb-ot-shape-normalize.cc         |   16 ++++++------
8992  src/hb-ot-shape.cc                   |    8 +++---
8993  8 files changed, 76 insertions(+), 66 deletions(-)
8994
8995 commit 6736f3c5b09af6a71935afc04248b033e171a9b2
8996 Author: Behdad Esfahbod <behdad@behdad.org>
8997 Date:   Sun May 13 15:21:06 2012 +0200
8998
8999     Minor
9000
9001  src/hb-ot-layout-gsubgpos-private.hh |    7 +++----
9002  1 files changed, 3 insertions(+), 4 deletions(-)
9003
9004 commit 5df809b655bb1318115651fd87d4555cdd9b41cb
9005 Author: Behdad Esfahbod <behdad@behdad.org>
9006 Date:   Sun May 13 15:17:51 2012 +0200
9007
9008     [GSUB/GPOS] Remove context_length
9009
9010     The spec doesn't say contextual matching should be done this way,
9011     and AOTS doesn't do it either.  It was inherited from old HarfBuzz.
9012     Remove it.
9013
9014  src/hb-ot-layout-common-private.hh   |    1 -
9015  src/hb-ot-layout-gpos-table.hh       |    3 ---
9016  src/hb-ot-layout-gsub-table.hh       |    6 ++----
9017  src/hb-ot-layout-gsubgpos-private.hh |   32
9018  +++++++++++---------------------
9019  4 files changed, 13 insertions(+), 29 deletions(-)
9020
9021 commit 28b9d502bb69a8045818d5f6113ded9c59a56bd7
9022 Author: Behdad Esfahbod <behdad@behdad.org>
9023 Date:   Sun May 13 15:04:00 2012 +0200
9024
9025     Minor
9026
9027  src/hb-ot-layout-gsubgpos-private.hh |   11 +++++------
9028  1 files changed, 5 insertions(+), 6 deletions(-)
9029
9030 commit 50f630c17ced1bd59b4da4f27728dcfbb876400a
9031 Author: Behdad Esfahbod <behdad@behdad.org>
9032 Date:   Sun May 13 13:03:44 2012 +0200
9033
9034     Remove ioctl checks
9035
9036     Ended up not using terminal size after all.
9037
9038  configure.ac       |    2 +-
9039  util/ansi-print.cc |   11 -----------
9040  2 files changed, 1 insertions(+), 12 deletions(-)
9041
9042 commit db0de7cd616e1e9d6fde6659e52a541477fb0148
9043 Author: Behdad Esfahbod <behdad@behdad.org>
9044 Date:   Sun May 13 13:02:38 2012 +0200
9045
9046     [util] Set ansi color only on color change
9047
9048  util/ansi-print.cc |   28 +++++++++++++++++++++++-----
9049  1 files changed, 23 insertions(+), 5 deletions(-)
9050
9051 commit 912c5ff80a255edb8145b9db69e2ed828f8eab5c
9052 Author: Behdad Esfahbod <behdad@behdad.org>
9053 Date:   Sun May 13 12:51:02 2012 +0200
9054
9055     Reduce default margin
9056
9057  util/options.hh |    2 +-
9058  1 files changed, 1 insertions(+), 1 deletions(-)
9059
9060 commit 52e7b1424a3613122e9ca30879298df42733acda
9061 Author: Behdad Esfahbod <behdad@behdad.org>
9062 Date:   Sun May 13 02:02:58 2012 +0200
9063
9064     [util] Make hb-view print out Unicode art if stdout is a terminal
9065
9066  configure.ac              |    4 +-
9067  util/Makefile.am          |    4 +
9068  util/ansi-print.cc        |  411
9069  +++++++++++++++++++++++++++++++++++++++++++++
9070  util/ansi-print.hh        |   39 +++++
9071  util/helper-cairo-ansi.cc |  102 +++++++++++
9072  util/helper-cairo-ansi.hh |   39 +++++
9073  util/helper-cairo.cc      |   70 ++++++++-
9074  util/options.hh           |    3 +
9075  8 files changed, 668 insertions(+), 4 deletions(-)
9076
9077 commit 8b2753ce2bea8a21ea757186d86dc4a55d8c8b0c
9078 Author: Behdad Esfahbod <behdad@behdad.org>
9079 Date:   Sun May 13 00:54:07 2012 +0200
9080
9081     Minor
9082
9083  TODO |    2 ++
9084  1 files changed, 2 insertions(+), 0 deletions(-)
9085
9086 commit 30874b4819a99cc84fa39e794266685e1b8735d2
9087 Author: Behdad Esfahbod <behdad@behdad.org>
9088 Date:   Sat May 12 15:54:27 2012 +0200
9089
9090     [util] Make tools default to stdin if no text is provided
9091
9092     One less argument to type in typical testing workflow!
9093
9094  util/hb-view.hh |    4 +++-
9095  util/options.cc |   12 +++++-------
9096  util/options.hh |    2 +-
9097  3 files changed, 9 insertions(+), 9 deletions(-)
9098
9099 commit 2097951110e33fe091ed9515ae77e2683c46c889
9100 Author: Behdad Esfahbod <behdad@behdad.org>
9101 Date:   Sat May 12 15:41:48 2012 +0200
9102
9103     [util] Change default font size of hb-view to 256
9104
9105     Most common usecase of hb-view is to test rendering of short words for
9106     testing / inspection.  Not having to type "--font-size 150" each time
9107     isn't such a bad idea...
9108
9109  util/options.hh |    4 ++--
9110  1 files changed, 2 insertions(+), 2 deletions(-)
9111
9112 commit 737dded2e08fcc19935db51c05201a987184d337
9113 Author: Behdad Esfahbod <behdad@behdad.org>
9114 Date:   Sat May 12 15:40:11 2012 +0200
9115
9116     Fix compiler warnings
9117
9118  src/hb-ot-shape-complex-indic.cc |    5 -----
9119  1 files changed, 0 insertions(+), 5 deletions(-)
9120
9121 commit f538fcb538f1decb4100ba89457eb83f2350d64b
9122 Author: Behdad Esfahbod <behdad@behdad.org>
9123 Date:   Sat May 12 15:34:40 2012 +0200
9124
9125     [test] Make tool usage easier by not requiring "--stdin"
9126
9127     Just default to it.  Added "--help" instead to get usage.
9128
9129  test/shaping/hb_test_tools.py |    9 ++++-----
9130  1 files changed, 4 insertions(+), 5 deletions(-)
9131
9132 commit a3273e30bb7ffd727ffc18af5716dfef705d3d94
9133 Author: Behdad Esfahbod <behdad@behdad.org>
9134 Date:   Sat May 12 13:34:18 2012 +0200
9135
9136     [Indic] Add more Malayalam tests
9137
9138  .../indic/script-malayalam/misc/misc.txt           |   38
9139  ++++++++++++++++++++
9140  1 files changed, 38 insertions(+), 0 deletions(-)
9141
9142 commit 7f852b644b8143492a02edfc853114aaa23446bd
9143 Author: Behdad Esfahbod <behdad@behdad.org>
9144 Date:   Fri May 11 23:10:31 2012 +0200
9145
9146     Fix compiler warnings
9147
9148  src/hb-ot-shape-complex-indic.cc   |    2 +-
9149  src/hb-ot-shape-complex-private.hh |    2 +-
9150  2 files changed, 2 insertions(+), 2 deletions(-)
9151
9152 commit f7e8dcfd4fc377e3d786b097beb656284240456d
9153 Author: Behdad Esfahbod <behdad@behdad.org>
9154 Date:   Fri May 11 22:00:06 2012 +0200
9155
9156     [Indic] Unbreak Devanagari
9157
9158     And this, concludes the HarfBuzz Massala Hackfest.
9159
9160     I like to specially thank Jonathan Kew for doing all the decription
9161     and
9162     letting me get commit points.
9163
9164  configure.ac                             |    2 +-
9165  src/hb-ot-shape-complex-indic-private.hh |    2 +-
9166  2 files changed, 2 insertions(+), 2 deletions(-)
9167
9168 commit 6a091df9b403b147ef78f3974610dedf4ce1e08a
9169 Author: Behdad Esfahbod <behdad@behdad.org>
9170 Date:   Fri May 11 21:42:27 2012 +0200
9171
9172     [Indic] Disambiguate sub vs post vs above matras
9173
9174     Bengali is at *just* above 5% now.
9175
9176  src/hb-ot-shape-complex-indic-private.hh |   31
9177  ++++++++++++++---------------
9178  src/hb-ot-shape-complex-indic.cc         |   12 +++++-----
9179  2 files changed, 21 insertions(+), 22 deletions(-)
9180
9181 commit 9d0d319a4a7e85d922e58fade0f40caae1c9f109
9182 Author: Behdad Esfahbod <behdad@behdad.org>
9183 Date:   Fri May 11 21:36:32 2012 +0200
9184
9185     [Indic] Position Bengali Reph before matras
9186
9187  src/hb-ot-shape-complex-indic.cc |   62
9188  ++++++++++++++++++++++----------------
9189  1 files changed, 36 insertions(+), 26 deletions(-)
9190
9191 commit f89367251109af235f4f0446c13c261a5a4a6f72
9192 Author: Behdad Esfahbod <behdad@behdad.org>
9193 Date:   Fri May 11 21:10:03 2012 +0200
9194
9195     [Indic] Start categorizing Reph per script
9196
9197  src/hb-ot-shape-complex-indic.cc |   41
9198  ++++++++++++++++++++++++++++++++-----
9199  1 files changed, 35 insertions(+), 6 deletions(-)
9200
9201 commit a913b024d84973556094fd64ce5f0b7106fcc3b5
9202 Author: Behdad Esfahbod <behdad@behdad.org>
9203 Date:   Fri May 11 20:59:26 2012 +0200
9204
9205     [Indic] Apply 'init' feature for Bengali
9206
9207     Error down from 20% to 7%.
9208
9209  src/hb-ot-shape-complex-indic.cc |   15 +++++++++++++++
9210  1 files changed, 15 insertions(+), 0 deletions(-)
9211
9212 commit eed903b1644e087178438959664a6a57bebc398b
9213 Author: Behdad Esfahbod <behdad@behdad.org>
9214 Date:   Fri May 11 20:50:53 2012 +0200
9215
9216     [Indic] Refactor for the arrival of 'init' feature
9217
9218     Yep, on Bengali now!
9219
9220  src/hb-ot-shape-complex-indic.cc |   52
9221  ++++++++++++++++++++++++++-----------
9222  1 files changed, 36 insertions(+), 16 deletions(-)
9223
9224 commit 18c06e189bd078affbb84c3bb5bb80687a227c5e
9225 Author: Behdad Esfahbod <behdad@behdad.org>
9226 Date:   Fri May 11 20:02:14 2012 +0200
9227
9228     [Indic] Add Uniscribe bug feature for dotted circle
9229
9230     For dotted-circle independent clusters, Uniscribe does no Reph shaping
9231     for the exact sequence Ra+Halant+25CC.  Which also is the only
9232     possible
9233     sequence with 25CC at the end.
9234
9235  src/hb-ot-shape-complex-indic-machine.rl |    4 +++-
9236  src/hb-ot-shape-complex-indic-private.hh |    3 ++-
9237  src/hb-ot-shape-complex-indic.cc         |   20 ++++++++++++++++----
9238  3 files changed, 21 insertions(+), 6 deletions(-)
9239
9240 commit 5b16de97bcc4b24da4c77ca6c1a42e814d8cdbd1
9241 Author: Behdad Esfahbod <behdad@behdad.org>
9242 Date:   Fri May 11 19:55:42 2012 +0200
9243
9244     [Indic] Add tests for dottedcircle
9245
9246  .../indic/script-devanagari/misc/MANIFEST          |    1 +
9247  .../indic/script-devanagari/misc/dottedcircle.txt  |    7 +++++++
9248  2 files changed, 8 insertions(+), 0 deletions(-)
9249
9250 commit 0831061efb78983b9c6e1e72574c977e56383c08
9251 Author: Behdad Esfahbod <behdad@behdad.org>
9252 Date:   Fri May 11 19:07:58 2012 +0200
9253
9254     [Indic] Refactoring
9255
9256  src/hb-ot-shape-complex-indic.cc |   26 ++++++++++++++++++--------
9257  1 files changed, 18 insertions(+), 8 deletions(-)
9258
9259 commit 7ea58db311bfb0d8f804d1e9f4a1f004bd45075a
9260 Author: Behdad Esfahbod <behdad@behdad.org>
9261 Date:   Fri May 11 18:58:57 2012 +0200
9262
9263     Minor
9264
9265  src/hb-ot-shape-complex-indic.cc |    6 +++---
9266  1 files changed, 3 insertions(+), 3 deletions(-)
9267
9268 commit 9c09928989316e2befe00d52ed66e055637ccd36
9269 Author: Behdad Esfahbod <behdad@behdad.org>
9270 Date:   Fri May 11 18:46:35 2012 +0200
9271
9272     [Indic] Allow multiple Consonants in Vowel/NBSP syllables
9273
9274     Uniscribe allows multiple Halant+Consonant after a Vowel.
9275     Tests:
9276     â†¦       * U+0905,U+094D,U+092B,U+094D,930,94d,930
9277
9278  src/hb-ot-shape-complex-indic-machine.rl |    6 +++---
9279  1 files changed, 3 insertions(+), 3 deletions(-)
9280
9281 commit 8c0aa486f31e9b6cbb31ce295573b53b0a214124
9282 Author: Behdad Esfahbod <behdad@behdad.org>
9283 Date:   Fri May 11 18:13:42 2012 +0200
9284
9285     [Indic] Allow two Nuktas per consonant
9286
9287     Uniscribe allows up to two nuktas per consonant and one per matra. It
9288     does so
9289     indepent of whether the consonant already has a nukta in it.  Tests:
9290
9291             * U+0916,U+093C,U+0941
9292             * U+0959,U+093C,U+0941
9293             * U+0916,U+093C,U+093C,U+0941
9294             * U+0959,U+093C,U+093C,U+0941
9295             * U+0916,U+093C,U+093C,U+093C,U+0941
9296             * U+0959,U+093C,U+093C,U+093C,U+0941
9297             * 915,93c,93c,,94d,U+0916,U+093C,U+093C,U+093e,93c,93c
9298
9299  src/hb-ot-shape-complex-indic-machine.rl |    7 ++++---
9300  1 files changed, 4 insertions(+), 3 deletions(-)
9301
9302 commit 3399a06e7033651ee926448737bdb18e553c1796
9303 Author: Behdad Esfahbod <behdad@behdad.org>
9304 Date:   Fri May 11 17:54:26 2012 +0200
9305
9306     [Indic] Fix U+0952 and similar classification to match Uniscribe
9307
9308     See comments.
9309
9310  src/hb-ot-shape-complex-indic-machine.rl |    1 +
9311  src/hb-ot-shape-complex-indic.cc         |   16 +++++++++++-----
9312  2 files changed, 12 insertions(+), 5 deletions(-)
9313
9314 commit 11aa3ef18dbc6ac9561bd119f5ca2c1aa1209c3a
9315 Author: Behdad Esfahbod <behdad@behdad.org>
9316 Date:   Fri May 11 17:30:48 2012 +0200
9317
9318     [Indic] Treat U+0951..U+0954 all similar to U+0952
9319
9320  src/hb-ot-shape-complex-indic.cc |    3 ++-
9321  1 files changed, 2 insertions(+), 1 deletions(-)
9322
9323 commit 5f131d3226131df440d7f36655e57f6effcae204
9324 Author: Behdad Esfahbod <behdad@behdad.org>
9325 Date:   Fri May 11 17:29:40 2012 +0200
9326
9327     [GSUB/GPOS/Indic] Apply GSUB/GPOS within syllables only
9328
9329     This does not apply to the context matchings.
9330
9331     This regresses tests right now.  And we are not sure whether this is
9332     the right thing to do for GPOS.  But we'll figure out.
9333
9334  src/hb-ot-layout-gsubgpos-private.hh |   18 ++++++++++++------
9335  1 files changed, 12 insertions(+), 6 deletions(-)
9336
9337 commit 8fd83aaf6e50c2c25002c51fee26d82847a61769
9338 Author: Behdad Esfahbod <behdad@behdad.org>
9339 Date:   Fri May 11 17:18:37 2012 +0200
9340
9341     [GSUB/GPOS] Fix wrong buffer access in backward skippy mask matching
9342
9343  src/hb-ot-layout-gsubgpos-private.hh |    2 +-
9344  1 files changed, 1 insertions(+), 1 deletions(-)
9345
9346 commit ff24d1081af08a887895975285d7e38f5d07bc37
9347 Author: Behdad Esfahbod <behdad@behdad.org>
9348 Date:   Fri May 11 17:07:08 2012 +0200
9349
9350     [Indic] Don't use syllable serial value 0
9351
9352  src/hb-ot-shape-complex-indic-machine.rl |    3 ++-
9353  1 files changed, 2 insertions(+), 1 deletions(-)
9354
9355 commit 892eb7878238d810a2a70f9dadbf958207bfeaa1
9356 Author: Behdad Esfahbod <behdad@behdad.org>
9357 Date:   Fri May 11 16:54:40 2012 +0200
9358
9359     [Indic] Implement Uniscribe Reph+Matra+Halant bug feature
9360
9361  src/hb-ot-shape-complex-indic.cc |   14 +++++++++-----
9362  1 files changed, 9 insertions(+), 5 deletions(-)
9363
9364 commit 67ea29af49bb08ee679914076808327992cf6676
9365 Author: Behdad Esfahbod <behdad@behdad.org>
9366 Date:   Fri May 11 16:51:23 2012 +0200
9367
9368     [Indic] Add example of different Uniscribe behavior
9369
9370  src/hb-ot-shape-complex-indic.cc |    5 ++++-
9371  1 files changed, 4 insertions(+), 1 deletions(-)
9372
9373 commit ebe29733d44fe0fa9fb30f946ab0dd7a40336a24
9374 Author: Behdad Esfahbod <behdad@behdad.org>
9375 Date:   Fri May 11 16:43:12 2012 +0200
9376
9377     [Indic] Add runtime Uniscribe bug compatibility mode!
9378
9379     Enable by setting envvar:
9380
9381       HB_OT_INDIC_OPTIONS=uniscribe-bug-compatible
9382
9383     Plus, LeftMatra+Halant "feature".
9384
9385  src/hb-ot-shape-complex-indic.cc |   44
9386  ++++++++++++++++++++++++++++---------
9387  1 files changed, 33 insertions(+), 11 deletions(-)
9388
9389 commit 616e692e2950d326b6c46aba5b5bead3cc29d315
9390 Author: Behdad Esfahbod <behdad@behdad.org>
9391 Date:   Fri May 11 16:25:02 2012 +0200
9392
9393     [Indic] Add #define UNISCRIBE_BUG_COMPATIBLE 1
9394
9395  src/hb-ot-shape-complex-indic.cc |    3 ++-
9396  1 files changed, 2 insertions(+), 1 deletions(-)
9397
9398 commit 6782bdae3be0357da1dadc7b806a43ceefa67a90
9399 Author: Behdad Esfahbod <behdad@behdad.org>
9400 Date:   Fri May 11 16:23:43 2012 +0200
9401
9402     [Indic] Fix Left Matra + Halant reordering
9403
9404     As can be seen in: U+092B,U+093F,U+094D
9405
9406  src/hb-ot-shape-complex-indic.cc |    6 ++++--
9407  1 files changed, 4 insertions(+), 2 deletions(-)
9408
9409 commit 3c2ea9481b1028e927e615a5434ebf8edcb5f891
9410 Author: Behdad Esfahbod <behdad@behdad.org>
9411 Date:   Fri May 11 16:23:38 2012 +0200
9412
9413     Minor
9414
9415  src/hb-ot-shape-complex-indic.cc |   73
9416  +++++++++++++++++++------------------
9417  1 files changed, 37 insertions(+), 36 deletions(-)
9418
9419 commit c071b99f150a9344a2056dfeba8c613f8a5602db
9420 Author: Behdad Esfahbod <behdad@behdad.org>
9421 Date:   Fri May 11 16:22:46 2012 +0200
9422
9423     [Indic] Add test for Left Matra with Halant
9424
9425     Uniscribe doesn't move the Halant, we do.  And do a broken job of
9426     it now.
9427
9428  .../script-devanagari/misc/tricky-reordering.txt   |    1 +
9429  1 files changed, 1 insertions(+), 0 deletions(-)
9430
9431 commit 203d71069c45048b6dd8fa22b61fd8f2c844b4f6
9432 Author: Behdad Esfahbod <behdad@behdad.org>
9433 Date:   Fri May 11 16:01:44 2012 +0200
9434
9435     [GSUB/GPOS] Check all glyph masks when matching input
9436
9437  src/hb-ot-layout-gsubgpos-private.hh |   18 ++++++++++++------
9438  1 files changed, 12 insertions(+), 6 deletions(-)
9439
9440 commit 668c6046c1b3af3bd316bda0cc8636f2a5e8df42
9441 Author: Behdad Esfahbod <behdad@behdad.org>
9442 Date:   Fri May 11 15:34:13 2012 +0200
9443
9444     [Indic] Apply Reph mask to all POS_REPH glyphs
9445
9446     Needed for upcoming changes to GSUB/GPOS mask matching.
9447
9448  src/hb-ot-shape-complex-indic.cc |    4 ++--
9449  1 files changed, 2 insertions(+), 2 deletions(-)
9450
9451 commit 4be46bade26faf13f7b4d447e9cc608e183955dc
9452 Author: Behdad Esfahbod <behdad@behdad.org>
9453 Date:   Fri May 11 14:39:01 2012 +0200
9454
9455     [Indic] Fix state machine to backtrack
9456
9457  src/hb-ot-shape-complex-indic-machine.rl |   42
9458  +++++++++++++----------------
9459  src/hb-private.hh                        |    2 +
9460  2 files changed, 21 insertions(+), 23 deletions(-)
9461
9462 commit cee7187447b76b22e1bb6136d137b35ac49c3a5d
9463 Author: Behdad Esfahbod <behdad@behdad.org>
9464 Date:   Fri May 11 11:41:39 2012 +0200
9465
9466     [Indic] Move syllable tracking from Indic to generic layer
9467
9468     This is to incorporate it into GSUB/GPOS processing.
9469
9470  src/hb-ot-layout-gpos-table.hh           |    1 +
9471  src/hb-ot-layout-gsub-table.hh           |    3 ++-
9472  src/hb-ot-layout-gsubgpos-private.hh     |    3 ---
9473  src/hb-ot-layout-private.hh              |    4 +---
9474  src/hb-ot-shape-complex-indic-machine.rl |    2 +-
9475  src/hb-ot-shape-complex-indic-private.hh |    1 -
9476  src/hb-ot-shape-complex-indic.cc         |    8 +++-----
9477  src/hb-ot-shape-complex-private.hh       |   13 ++++++++-----
9478  8 files changed, 16 insertions(+), 19 deletions(-)
9479
9480 commit 3bf27a9f0e92aa31b464bd3b9fdea5933c9ae8b1
9481 Author: Behdad Esfahbod <behdad@behdad.org>
9482 Date:   Fri May 11 11:17:23 2012 +0200
9483
9484     [Indic] Disable conjuncts when a ZWJ happens
9485
9486     Not that the code makes any difference since the presence of ZWJ
9487     itself
9488     causes the ligature to fail to match anyway.
9489
9490  src/hb-ot-shape-complex-indic.cc |    7 +------
9491  1 files changed, 1 insertions(+), 6 deletions(-)
9492
9493 commit c6d904d67db589dd6209928e56504f04f6a07756
9494 Author: Behdad Esfahbod <behdad@behdad.org>
9495 Date:   Fri May 11 11:07:40 2012 +0200
9496
9497     [Indic] Fix bitops typo!
9498
9499     Another 1000 down!
9500
9501  src/hb-ot-shape-complex-indic.cc |    4 ++--
9502  1 files changed, 2 insertions(+), 2 deletions(-)
9503
9504 commit 55fe2cf79b11d9a63ea33b3ee76bd0ebca345157
9505 Author: Behdad Esfahbod <behdad@behdad.org>
9506 Date:   Fri May 11 03:45:28 2012 +0200
9507
9508     Make APPLY debug output print current index and codepoint
9509
9510     Yay!
9511
9512  src/hb-ot-layout-gsubgpos-private.hh |    2 +-
9513  1 files changed, 1 insertions(+), 1 deletions(-)
9514
9515 commit 7bd2b04fea5649d77d796d58b7f4918fe0378ee5
9516 Author: Behdad Esfahbod <behdad@behdad.org>
9517 Date:   Fri May 11 03:40:58 2012 +0200
9518
9519     Minor
9520
9521  src/hb-object-private.hh |    8 +++++---
9522  1 files changed, 5 insertions(+), 3 deletions(-)
9523
9524 commit cf26510dbbd8d38486e6ba423800db6427ade332
9525 Author: Behdad Esfahbod <behdad@behdad.org>
9526 Date:   Fri May 11 03:35:08 2012 +0200
9527
9528     Some more...
9529
9530     Done.  I promise.
9531
9532  src/hb-object-private.hh |    1 +
9533  1 files changed, 1 insertions(+), 0 deletions(-)
9534
9535 commit 9659523ca32b0e254d0e5fe387d817208d9cb6bf
9536 Author: Behdad Esfahbod <behdad@behdad.org>
9537 Date:   Fri May 11 03:33:36 2012 +0200
9538
9539     More beauty in debug output!
9540
9541  src/hb-private.hh |   12 +++++++-----
9542  1 files changed, 7 insertions(+), 5 deletions(-)
9543
9544 commit cf26e88a5ab477295479f5b9450c2019b6430eaa
9545 Author: Behdad Esfahbod <behdad@behdad.org>
9546 Date:   Fri May 11 03:16:57 2012 +0200
9547
9548     Finish off debug output beautification
9549
9550  src/hb-open-type-private.hh |   58
9551  +++++++++++++++++++-----------------------
9552  1 files changed, 26 insertions(+), 32 deletions(-)
9553
9554 commit d7bba01a353efc7432c474dd8755a02db4abd2ae
9555 Author: Behdad Esfahbod <behdad@behdad.org>
9556 Date:   Fri May 11 02:46:26 2012 +0200
9557
9558     Only print class name in debug output if there's one available
9559
9560  src/hb-private.hh |   12 +++++++-----
9561  1 files changed, 7 insertions(+), 5 deletions(-)
9562
9563 commit 85f73fa8da1fbb864aef0f3a592b1d65e24d593d
9564 Author: Behdad Esfahbod <behdad@behdad.org>
9565 Date:   Fri May 11 02:40:42 2012 +0200
9566
9567     Only printout class name in tracing, if one is available
9568
9569     Makes debug output much more pleasant.
9570
9571  src/hb-private.hh |    8 ++++++--
9572  1 files changed, 6 insertions(+), 2 deletions(-)
9573
9574 commit 98619ce4fa650c593b030d06d2f89fec83a10015
9575 Author: Behdad Esfahbod <behdad@behdad.org>
9576 Date:   Fri May 11 02:34:06 2012 +0200
9577
9578     Minor
9579
9580  src/hb-ot-layout-gsubgpos-private.hh |    2 ++
9581  1 files changed, 2 insertions(+), 0 deletions(-)
9582
9583 commit acea183e986dd378c6f95120fe0feb0586a8ef36
9584 Author: Behdad Esfahbod <behdad@behdad.org>
9585 Date:   Fri May 11 02:33:11 2012 +0200
9586
9587     Add return annotation for APPLY
9588
9589  src/hb-ot-layout-gpos-table.hh       |  163
9590  ++++++++++++++--------------------
9591  src/hb-ot-layout-gsub-table.hh       |  114 ++++++++++--------------
9592  src/hb-ot-layout-gsubgpos-private.hh |   83 +++++++----------
9593  3 files changed, 151 insertions(+), 209 deletions(-)
9594
9595 commit 5ccfe8e2154ad0b58dabcc236bbe9478c17b02ab
9596 Author: Behdad Esfahbod <behdad@behdad.org>
9597 Date:   Fri May 11 02:19:41 2012 +0200
9598
9599     /Minor/
9600
9601  src/hb-private.hh |    2 +-
9602  1 files changed, 1 insertions(+), 1 deletions(-)
9603
9604 commit 0ab8c8621712d33e1e91dfdb4ad0b335e3d2a3fb
9605 Author: Behdad Esfahbod <behdad@behdad.org>
9606 Date:   Fri May 11 01:25:34 2012 +0200
9607
9608     Annotate SANITIZE return values
9609
9610     More to come, for APPLY, CLOSURE, etc.
9611
9612  src/hb-open-file-private.hh          |   23 +++--
9613  src/hb-open-type-private.hh          |   49 +++++-----
9614  src/hb-ot-head-table.hh              |    4 +-
9615  src/hb-ot-hhea-table.hh              |    4 +-
9616  src/hb-ot-hmtx-table.hh              |    4 +-
9617  src/hb-ot-layout-common-private.hh   |   51 ++++------
9618  src/hb-ot-layout-gdef-table.hh       |   48 +++++-----
9619  src/hb-ot-layout-gpos-table.hh       |  180
9620  +++++++++++++++-------------------
9621  src/hb-ot-layout-gsub-table.hh       |  101 +++++++++----------
9622  src/hb-ot-layout-gsubgpos-private.hh |   88 ++++++++---------
9623  src/hb-ot-maxp-table.hh              |    7 +-
9624  src/hb-ot-name-table.hh              |   17 ++--
9625  src/hb-private.hh                    |   39 ++++++--
9626  13 files changed, 299 insertions(+), 316 deletions(-)
9627
9628 commit 829e814ff358c5e700ba4df54932696801aa9f65
9629 Author: Behdad Esfahbod <behdad@behdad.org>
9630 Date:   Fri May 11 00:52:16 2012 +0200
9631
9632     Minor
9633
9634  src/hb-private.hh |   32 ++++++++++----------------------
9635  1 files changed, 10 insertions(+), 22 deletions(-)
9636
9637 commit 6eec6f406d2cc13dbca422e88492d3d498af02bf
9638 Author: Behdad Esfahbod <behdad@behdad.org>
9639 Date:   Fri May 11 00:50:38 2012 +0200
9640
9641     Code reshuffling
9642
9643  src/hb-private.hh |   36 +++++++++++++++++++++++++-----------
9644  1 files changed, 25 insertions(+), 11 deletions(-)
9645
9646 commit 1e08830b4fac3a60ae52349cab6e101d389d30cd
9647 Author: Behdad Esfahbod <behdad@behdad.org>
9648 Date:   Fri May 11 00:16:40 2012 +0200
9649
9650     Beautify debug output
9651
9652  src/hb-open-type-private.hh |   20 ++++++------
9653  src/hb-private.hh           |   74
9654  ++++++++++++++++++++++++++-----------------
9655  2 files changed, 55 insertions(+), 39 deletions(-)
9656
9657 commit 6f4553801729a06e506ffdde7b27c72780d4bb80
9658 Author: Behdad Esfahbod <behdad@behdad.org>
9659 Date:   Thu May 10 23:24:43 2012 +0200
9660
9661     More massaging trace messaging
9662
9663  src/hb-open-type-private.hh          |    2 +-
9664  src/hb-ot-layout-gsubgpos-private.hh |    4 ++--
9665  src/hb-private.hh                    |    4 ++--
9666  3 files changed, 5 insertions(+), 5 deletions(-)
9667
9668 commit b5fa37cb694b01a7df3a656710391c40dd3fcc04
9669 Author: Behdad Esfahbod <behdad@behdad.org>
9670 Date:   Thu May 10 23:09:48 2012 +0200
9671
9672     Minor
9673
9674  src/hb-set-private.hh |    2 +-
9675  1 files changed, 1 insertions(+), 1 deletions(-)
9676
9677 commit 208109703c929428c684ddcf9310b8ba780c4c31
9678 Author: Behdad Esfahbod <behdad@behdad.org>
9679 Date:   Thu May 10 23:06:58 2012 +0200
9680
9681     Better trace message support infrastructure
9682
9683     We have varargs in the trace interface now.  To be used soon...
9684
9685  src/hb-open-type-private.hh          |   17 ++++-----
9686  src/hb-ot-layout-gsubgpos-private.hh |    4 +-
9687  src/hb-private.hh                    |   64
9688  +++++++++++++++++++++++++---------
9689  3 files changed, 56 insertions(+), 29 deletions(-)
9690
9691 commit 02b2922fbf098c8282eb23dc2c54d5829cf67024
9692 Author: Behdad Esfahbod <behdad@behdad.org>
9693 Date:   Thu May 10 21:44:50 2012 +0200
9694
9695     [Indic] Towards better Reph positioning
9696
9697     Fixed for Deva cases with two full-form consonants.  Failures **way**
9698     down.
9699     Not much left to go :-).
9700
9701  src/hb-ot-shape-complex-indic.cc |  111
9702  +++++++++++++++++++++++++++-----------
9703  1 files changed, 80 insertions(+), 31 deletions(-)
9704
9705 commit 74e54cf446bb979e488685e8c09eeed6b9d03c24
9706 Author: Behdad Esfahbod <behdad@behdad.org>
9707 Date:   Thu May 10 21:20:37 2012 +0200
9708
9709     [Indic] Add Ra back for scripts without Reph
9710
9711     We now check that the 'rphp' table exists before forming Reph, so
9712     we don't need to comment out Ra for those scripts.
9713
9714  src/hb-ot-shape-complex-indic-private.hh |   10 +++++-----
9715  1 files changed, 5 insertions(+), 5 deletions(-)
9716
9717 commit 2b70df5cc008617453b12bafeaac50e6d61b3224
9718 Author: Behdad Esfahbod <behdad@behdad.org>
9719 Date:   Thu May 10 18:38:22 2012 +0200
9720
9721     [Indic] Add note re Uniscribe clusters
9722
9723  src/hb-ot-shape-complex-indic.cc |    4 ++++
9724  1 files changed, 4 insertions(+), 0 deletions(-)
9725
9726 commit 21d2803133c2c424ed37a9f3d17c7fc4963e5a60
9727 Author: Behdad Esfahbod <behdad@behdad.org>
9728 Date:   Thu May 10 18:34:34 2012 +0200
9729
9730     [Indic] Do clustering like Uniscribe does
9731
9732     Hindi Wikipedia failures down to 6639 (0.938381%)!
9733
9734  src/hb-ot-shape-complex-indic.cc |   24 ++++++++++++++++++++----
9735  1 files changed, 20 insertions(+), 4 deletions(-)
9736
9737 commit b20c9ebaf5176101fdfcffbe4714a2e619dd94b6
9738 Author: Behdad Esfahbod <behdad@behdad.org>
9739 Date:   Thu May 10 18:31:17 2012 +0200
9740
9741     [Indic] Add test for matra group
9742
9743     The spec says: "[{M}+[N]+[H]]", and that's what Uniscribe implements.
9744     We instead do: "{M+[N]+[H]}", which means we allow Nukta and Halant
9745     after all Matras, not just the last one.  It makes more sense.
9746
9747  .../indic/script-devanagari/misc/MANIFEST          |    1 +
9748  .../script-devanagari/misc/spec-deviations.txt     |    1 +
9749  2 files changed, 2 insertions(+), 0 deletions(-)
9750
9751 commit 8df5636968389ac7bf8620ccd091fd4872b0bbee
9752 Author: Behdad Esfahbod <behdad@behdad.org>
9753 Date:   Thu May 10 15:41:04 2012 +0200
9754
9755     [Indic] Reorder Reph to before the Halant after Matras
9756
9757     Uniscribe doesn't do it, but we want to do as it gives the Reph the
9758     opportunity to interact with the Matras.  Test with mangal for
9759     example.
9760     Sequence: <0930,094d,0915,094b,094d>
9761     In test suite already.
9762
9763  src/hb-ot-shape-complex-indic.cc |   12 ++++++++++++
9764  1 files changed, 12 insertions(+), 0 deletions(-)
9765
9766 commit daf3234bdc82c669302599a76d2b14f5e69989db
9767 Author: Behdad Esfahbod <behdad@behdad.org>
9768 Date:   Thu May 10 15:28:27 2012 +0200
9769
9770     [Indic] Don't clear the mask for Reph
9771
9772     This was removing the mandatory global 1 bit in the mask and hence
9773     disabling GPOS for Reph!
9774
9775  src/hb-ot-shape-complex-indic.cc |    2 +-
9776  1 files changed, 1 insertions(+), 1 deletions(-)
9777
9778 commit 7708ee23cbcc8c8edce13e73b6e549b77bd8c2d0
9779 Author: Behdad Esfahbod <behdad@behdad.org>
9780 Date:   Thu May 10 14:48:25 2012 +0200
9781
9782     [Indic] Improve Left Matra repositioning
9783
9784     Move its dependents too.
9785
9786  src/hb-ot-shape-complex-indic.cc |    2 +-
9787  1 files changed, 1 insertions(+), 1 deletions(-)
9788
9789 commit 61a58e26a5bda16851669404fc8206896e124740
9790 Author: Behdad Esfahbod <behdad@behdad.org>
9791 Date:   Thu May 10 14:43:53 2012 +0200
9792
9793     [Indic] Add tricky reordering test cases
9794
9795     In the case of Consonant,LeftMatra,Halant, Uniscribe leaves the Halant
9796     where it is, but we want to move it with the Matra as that makes more
9797     logical sense.
9798
9799  .../indic/script-devanagari/misc/MANIFEST          |    1 +
9800  .../script-devanagari/misc/tricky-reordering.txt   |    4 ++++
9801  2 files changed, 5 insertions(+), 0 deletions(-)
9802
9803 commit dbb105883c6e9b83e78dc8b10766cd56b98cd7e1
9804 Author: Behdad Esfahbod <behdad@behdad.org>
9805 Date:   Thu May 10 13:45:52 2012 +0200
9806
9807     [Indic] Do Reph repositioning in final reordering like the spec says
9808
9809     This introduced a failure, which we tracked down to a test case
9810     like this:
9811
9812       U+092E,U+094B,U+094D,U+0930
9813
9814     The final character is a Ra that should be put in a syllable of it's
9815     own.  And we do.  But it will interact with the Halant before it.  So
9816     now we finally are convinced that we have to limit features to
9817     syllable
9818     boundaries.  That's coming after lunch!
9819
9820  src/hb-ot-shape-complex-indic-private.hh |    2 -
9821  src/hb-ot-shape-complex-indic.cc         |  103
9822  ++++++++++++++++++-----------
9823  2 files changed, 64 insertions(+), 41 deletions(-)
9824
9825 commit 4705a7026900e51f6430f03a73c87f2df035df92
9826 Author: Behdad Esfahbod <behdad@behdad.org>
9827 Date:   Thu May 10 13:09:08 2012 +0200
9828
9829     Minor
9830
9831  src/hb-ot-shape-complex-indic.cc |    3 +++
9832  1 files changed, 3 insertions(+), 0 deletions(-)
9833
9834 commit 4ac9e98d9d2ea973dd612dc4063cf78496c643a0
9835 Author: Behdad Esfahbod <behdad@behdad.org>
9836 Date:   Thu May 10 12:53:53 2012 +0200
9837
9838     [Indic] Reorder left matras to be closer to base
9839
9840  src/hb-ot-shape-complex-indic-private.hh |    4 --
9841  src/hb-ot-shape-complex-indic.cc         |   50
9842  +++++++++++++++++++++++++++--
9843  2 files changed, 46 insertions(+), 8 deletions(-)
9844
9845 commit 1a1fa8c655a082fc1439608457ba717306cc83ca
9846 Author: Behdad Esfahbod <behdad@behdad.org>
9847 Date:   Thu May 10 12:20:21 2012 +0200
9848
9849     [Indic] Treat the standalone cluster case reusing the consonant logic
9850
9851  src/hb-ot-shape-complex-indic.cc |   12 ++++++------
9852  1 files changed, 6 insertions(+), 6 deletions(-)
9853
9854 commit 190eb31a16178269aecaf5d2ecc9012f956749f4
9855 Author: Behdad Esfahbod <behdad@behdad.org>
9856 Date:   Thu May 10 12:17:16 2012 +0200
9857
9858     [Indic] Minor
9859
9860  src/hb-ot-shape-complex-indic.cc |    2 +-
9861  1 files changed, 1 insertions(+), 1 deletions(-)
9862
9863 commit c5306b6861cfaa50af40e8ceb058791fa06d7981
9864 Author: Behdad Esfahbod <behdad@behdad.org>
9865 Date:   Thu May 10 12:07:33 2012 +0200
9866
9867     [Indic] Handle Vowel syllables
9868
9869     Reusing the consonant logic!
9870
9871  src/hb-ot-shape-complex-indic-private.hh |    3 +--
9872  src/hb-ot-shape-complex-indic.cc         |   11 ++++++-----
9873  2 files changed, 7 insertions(+), 7 deletions(-)
9874
9875 commit 6d8e0cb74c02f6bc09cd4abe9e4bc82062e1b517
9876 Author: Behdad Esfahbod <behdad@behdad.org>
9877 Date:   Thu May 10 11:41:51 2012 +0200
9878
9879     [Indic] Simplify Reph logic
9880
9881  src/hb-ot-shape-complex-indic.cc |   24 +++++-------------------
9882  1 files changed, 5 insertions(+), 19 deletions(-)
9883
9884 commit 3d25079f8d6be81b9b4b91d3a97016b8a572f571
9885 Author: Behdad Esfahbod <behdad@behdad.org>
9886 Date:   Thu May 10 11:37:42 2012 +0200
9887
9888     [Indic] Don't form Reph is Ra is the only consonant in the syllable
9889
9890  src/hb-ot-shape-complex-indic-private.hh |    2 +-
9891  src/hb-ot-shape-complex-indic.cc         |   10 ++++++++++
9892  2 files changed, 11 insertions(+), 1 deletions(-)
9893
9894 commit b99d63ae114fb58f129562b293a8a66543d499ad
9895 Author: Behdad Esfahbod <behdad@behdad.org>
9896 Date:   Thu May 10 11:32:52 2012 +0200
9897
9898     [Indic] Increase max syllable length
9899
9900     20 was way too low, one could hit a syllable with 7ish consonants
9901     with it.
9902
9903  src/hb-ot-shape-complex-indic.cc |    2 +-
9904  1 files changed, 1 insertions(+), 1 deletions(-)
9905
9906 commit a391ff50b9a7b6ac3e58d199ea726b20ee6839bb
9907 Author: Behdad Esfahbod <behdad@behdad.org>
9908 Date:   Thu May 10 11:31:20 2012 +0200
9909
9910     [Indic] Adjust base after sorting
9911
9912  src/hb-ot-shape-complex-indic.cc |   11 ++++++++++-
9913  1 files changed, 10 insertions(+), 1 deletions(-)
9914
9915 commit d3637edb248162970e202e9d0671540274192844
9916 Author: Behdad Esfahbod <behdad@behdad.org>
9917 Date:   Thu May 10 10:51:38 2012 +0200
9918
9919     [Indic] Don't return for long syllables.  Just not sort.
9920
9921  src/hb-ot-shape-complex-indic.cc |    6 ++----
9922  1 files changed, 2 insertions(+), 4 deletions(-)
9923
9924 commit dfa0cade7fce3791e47eaa7edcd23da76c7a0ed0
9925 Author: Behdad Esfahbod <behdad@behdad.org>
9926 Date:   Wed May 9 19:10:07 2012 +0200
9927
9928     Fix Uniscribe clusters with multiple items
9929
9930  src/hb-uniscribe.cc |    3 +++
9931  1 files changed, 3 insertions(+), 0 deletions(-)
9932
9933 commit 86e5dd386a7989701da476db89be268e4ac1e219
9934 Author: Behdad Esfahbod <behdad@behdad.org>
9935 Date:   Wed May 9 18:57:37 2012 +0200
9936
9937     [Indic] Don't give up syllable parsing upon junk
9938
9939  src/hb-ot-shape-complex-indic-machine.rl |    4 ++--
9940  1 files changed, 2 insertions(+), 2 deletions(-)
9941
9942 commit ef24cc8c8e2478a6352c340f4611a617646de4cc
9943 Author: Behdad Esfahbod <behdad@behdad.org>
9944 Date:   Wed May 9 17:56:03 2012 +0200
9945
9946     [Indic] Towards multi-cluster syllables and final reordering
9947
9948  src/hb-ot-shape-complex-arabic.cc        |    2 +-
9949  src/hb-ot-shape-complex-indic-machine.rl |   21 +++++++++----
9950  src/hb-ot-shape-complex-indic-private.hh |    1 +
9951  src/hb-ot-shape-complex-indic.cc         |   45
9952  ++++++++++++++++++++++--------
9953  src/hb-ot-shape-complex-private.hh       |    5 +--
9954  5 files changed, 51 insertions(+), 23 deletions(-)
9955
9956 commit a9844d41c6cb30d8a2d733130a0e72f51b6c81c1
9957 Author: Behdad Esfahbod <behdad@behdad.org>
9958 Date:   Wed May 9 17:53:13 2012 +0200
9959
9960     Combine lig_id and lig_comp into one byte, to free up one for Indic
9961
9962  src/hb-ot-layout-gpos-table.hh       |   14 ++++++++------
9963  src/hb-ot-layout-gsub-table.hh       |   11 ++++-------
9964  src/hb-ot-layout-gsubgpos-private.hh |   26 ++++++++++++++++++++++----
9965  3 files changed, 34 insertions(+), 17 deletions(-)
9966
9967 commit 92332e5116271a5d96e532005fe750e7552a6cbb
9968 Author: Behdad Esfahbod <behdad@behdad.org>
9969 Date:   Wed May 9 17:40:00 2012 +0200
9970
9971     Minor
9972
9973  src/hb-ot-shape-complex-indic.cc |   41
9974  +++++++++++++++++++------------------
9975  1 files changed, 21 insertions(+), 20 deletions(-)
9976
9977 commit dbccf87eef0d26838fa4bb3ae26410f6c4818836
9978 Author: Behdad Esfahbod <behdad@behdad.org>
9979 Date:   Wed May 9 17:24:39 2012 +0200
9980
9981     [Indic] Make room for more reordering positions
9982
9983  src/hb-ot-shape-complex-indic-private.hh |  213
9984  +++++++++++++++---------------
9985  src/hb-ot-shape-complex-indic.cc         |   12 +-
9986  2 files changed, 115 insertions(+), 110 deletions(-)
9987
9988 commit d4480ace7fdbe48aeaf77278c032b8b2ef2ebe8e
9989 Author: Behdad Esfahbod <behdad@behdad.org>
9990 Date:   Wed May 9 15:56:35 2012 +0200
9991
9992     [Indic] Improve matra vs consonant ordering
9993
9994     Another 1.5% down.
9995
9996  src/hb-ot-shape-complex-indic-private.hh |   32
9997  ++++++++++++++++++-----------
9998  src/hb-ot-shape-complex-indic.cc         |    6 ++--
9999  src/indic.cc                             |    2 +-
10000  3 files changed, 24 insertions(+), 16 deletions(-)
10001
10002 commit 33c92e769563ec2a6c1249b57d8cac742eea6f88
10003 Author: Behdad Esfahbod <behdad@behdad.org>
10004 Date:   Wed May 9 15:41:51 2012 +0200
10005
10006     [Indic] Categorize Anudatta
10007
10008  src/hb-ot-shape-complex-indic.cc |    9 +++++++--
10009  1 files changed, 7 insertions(+), 2 deletions(-)
10010
10011 commit 3943293a9942201d8fc8d59212fcc8cca5132e3d
10012 Author: Behdad Esfahbod <behdad@behdad.org>
10013 Date:   Wed May 9 15:27:56 2012 +0200
10014
10015     [Indic] Add joiner test cases for Devanagari
10016
10017  .../indic/script-devanagari/misc/MANIFEST          |    1 +
10018  .../indic/script-devanagari/misc/joiners.txt       |   19
10019  +++++++++++++++++++
10020  2 files changed, 20 insertions(+), 0 deletions(-)
10021
10022 commit 19d984edaa4f86c842345a9d4150597e045e1887
10023 Author: Behdad Esfahbod <behdad@behdad.org>
10024 Date:   Wed May 9 15:21:13 2012 +0200
10025
10026     [Indic] Make sure Reph jumps over all matras to the right
10027
10028     Another 12 thousand failures gone! (78 to go)
10029
10030  src/hb-ot-shape-complex-indic.cc |    2 +-
10031  1 files changed, 1 insertions(+), 1 deletions(-)
10032
10033 commit 9034641333d7bfb41a0784cce72e43591faea083
10034 Author: Behdad Esfahbod <behdad@behdad.org>
10035 Date:   Wed May 9 15:04:58 2012 +0200
10036
10037     [Indic] Keep Vedic signs at the right too
10038
10039  src/hb-ot-shape-complex-indic.cc |    3 ++-
10040  1 files changed, 2 insertions(+), 1 deletions(-)
10041
10042 commit d1deaa2f5bd028e8076265cba92cffa4fa2834ac
10043 Author: Behdad Esfahbod <behdad@behdad.org>
10044 Date:   Wed May 9 15:04:13 2012 +0200
10045
10046     Replace zerowidth invisible chars with a zero-advance space glyph
10047
10048     Like Uniscribe does.
10049
10050  src/hb-ot-shape-complex-arabic.cc  |    3 +-
10051  src/hb-ot-shape-complex-indic.cc   |   20 -----------------
10052  src/hb-ot-shape-complex-private.hh |    4 +-
10053  src/hb-ot-shape-normalize.cc       |   25 ++++++++--------------
10054  src/hb-ot-shape-private.hh         |   27 +++++++++++++++++++++++
10055  src/hb-ot-shape.cc                 |   41
10056  +++++++++++++++++++++++------------
10057  src/hb-unicode-private.hh          |   38
10058  +++++++++++++++++++++++++++++++++
10059  7 files changed, 105 insertions(+), 53 deletions(-)
10060
10061 commit 49e5da1591b8d28f01e7ff9caac9d9ac53668bba
10062 Author: Behdad Esfahbod <behdad@behdad.org>
10063 Date:   Wed May 9 13:23:27 2012 +0200
10064
10065     [indic] Keep the syllable modifier marks to the right
10066
10067     Shaping failures on Hindi Wikipedia go down from 25% to 14%!
10068
10069  src/hb-ot-shape-complex-indic.cc |    2 ++
10070  1 files changed, 2 insertions(+), 0 deletions(-)
10071
10072 commit 5b1260909350bffa3e3d06da346f9f86ce651dbb
10073 Author: Behdad Esfahbod <behdad@behdad.org>
10074 Date:   Wed May 9 12:37:27 2012 +0200
10075
10076     Minor
10077
10078  src/hb-ot-shape-complex-private.hh |    2 +-
10079  1 files changed, 1 insertions(+), 1 deletions(-)
10080
10081 commit 9ce939232bbce8f51e235195e3854d1e8bb961f8
10082 Author: Behdad Esfahbod <behdad@behdad.org>
10083 Date:   Wed May 9 12:03:09 2012 +0200
10084
10085     Minor
10086
10087  src/hb-ot-shape-complex-indic-private.hh |   14 +++++++-------
10088  1 files changed, 7 insertions(+), 7 deletions(-)
10089
10090 commit 76b3409de6887c1cdd5c679939497b1b56f4554b
10091 Author: Behdad Esfahbod <behdad@behdad.org>
10092 Date:   Wed May 9 11:43:43 2012 +0200
10093
10094     [indic] Better Reph matching
10095
10096  src/hb-ot-shape-complex-indic.cc |   21 +++++++++++++++------
10097  1 files changed, 15 insertions(+), 6 deletions(-)
10098
10099 commit df6d45c693c417bf311e6fa49f18a8558542e525
10100 Author: Behdad Esfahbod <behdad@behdad.org>
10101 Date:   Wed May 9 11:38:31 2012 +0200
10102
10103     Minor
10104
10105  src/hb-ot-shape-complex-indic.cc |    2 +-
10106  1 files changed, 1 insertions(+), 1 deletions(-)
10107
10108 commit 412b91889d9a1ae477e8b6907d0b9a76e78a6c91
10109 Author: Behdad Esfahbod <behdad@behdad.org>
10110 Date:   Wed May 9 11:07:18 2012 +0200
10111
10112     [indic] Apply Indic features in order
10113
10114  src/hb-ot-shape-complex-indic.cc |    8 ++++++--
10115  1 files changed, 6 insertions(+), 2 deletions(-)
10116
10117 commit 1ac075b227090a9ad930dcc1670236c176b27067
10118 Author: Behdad Esfahbod <behdad@behdad.org>
10119 Date:   Wed May 9 11:06:47 2012 +0200
10120
10121     [indic] Apply rakaar forms
10122
10123     Fixes 10% of the failures against all of Hindi Wikipedia!
10124
10125  src/hb-ot-shape-complex-indic.cc |    2 +-
10126  1 files changed, 1 insertions(+), 1 deletions(-)
10127
10128 commit 2214a03900d32710573a1b05c7665195b3129761
10129 Author: Behdad Esfahbod <behdad@behdad.org>
10130 Date:   Wed May 9 09:54:54 2012 +0200
10131
10132     Add hb-diff-ngrams
10133
10134  test/shaping/Makefile.am      |    1 +
10135  test/shaping/hb-diff-ngrams   |    5 +++
10136  test/shaping/hb_test_tools.py |   71
10137  ++++++++++++++++++++++++++++++++++++++---
10138  3 files changed, 72 insertions(+), 5 deletions(-)
10139
10140 commit 178e6dce01ad28c8708bad62ce0fb79c46e836dc
10141 Author: Behdad Esfahbod <behdad@behdad.org>
10142 Date:   Wed May 9 08:57:29 2012 +0200
10143
10144     Add N-gram generator
10145
10146  test/shaping/hb_test_tools.py |   72
10147  +++++++++++++++++++++++++++++++++++++++-
10148  1 files changed, 70 insertions(+), 2 deletions(-)
10149
10150 commit 98669ceb77657d60435f2cb2e3fc18272c0a2c6a
10151 Author: Behdad Esfahbod <behdad@behdad.org>
10152 Date:   Wed May 9 08:16:15 2012 +0200
10153
10154     Use groupby()
10155
10156  test/shaping/hb_test_tools.py |   26 ++++++++------------------
10157  1 files changed, 8 insertions(+), 18 deletions(-)
10158
10159 commit c438a14b62433db488b5c90854a4a3934adf3305
10160 Author: Behdad Esfahbod <behdad@behdad.org>
10161 Date:   Wed May 9 07:45:17 2012 +0200
10162
10163     Add hb-diff-stat
10164
10165  test/shaping/Makefile.am      |    1 +
10166  test/shaping/hb-diff-stat     |    5 +++++
10167  test/shaping/hb_test_tools.py |   22 ++++++++++++++++++++--
10168  3 files changed, 26 insertions(+), 2 deletions(-)
10169
10170 commit 1058d031e2046eb80331b0950eaff75c2bf608dc
10171 Author: Behdad Esfahbod <behdad@behdad.org>
10172 Date:   Wed May 9 07:30:07 2012 +0200
10173
10174     Make hb-diff-filter-failtures retain all test info for failed tests
10175
10176  test/shaping/hb_test_tools.py |   33 ++++++++++++++++++++++++++-------
10177  1 files changed, 26 insertions(+), 7 deletions(-)
10178
10179 commit f1eb008cc727370e1bd0dc32fdf301f62d9ff981
10180 Author: Behdad Esfahbod <behdad@behdad.org>
10181 Date:   Tue May 8 23:41:41 2012 +0200
10182
10183     Add hb-diff-colorize
10184
10185     Accepts --format=html now.
10186
10187  test/shaping/Makefile.am      |    1 +
10188  test/shaping/hb-diff          |    4 +-
10189  test/shaping/hb-diff-colorize |    7 ++
10190  test/shaping/hb_test_tools.py |  158
10191  +++++++++++++++++++++++++----------------
10192  4 files changed, 106 insertions(+), 64 deletions(-)
10193
10194 commit 9155e4ffe00c96a2c14e14a300004b1038ca3a9c
10195 Author: Behdad Esfahbod <behdad@behdad.org>
10196 Date:   Tue May 8 22:44:21 2012 +0200
10197
10198     Cleanup diff
10199
10200     Doesn't do --color anymore.  That will go into a new hb-diff-colorize
10201     tool.
10202
10203  test/shaping/hb-diff          |   10 +++-------
10204  test/shaping/hb_test_tools.py |   32 ++++++++++++++++++--------------
10205  2 files changed, 21 insertions(+), 21 deletions(-)
10206
10207 commit 7d22135b4c3f8fb70552302bf8239df9976dddda
10208 Author: Behdad Esfahbod <behdad@behdad.org>
10209 Date:   Tue May 8 19:38:49 2012 +0200
10210
10211     Make hb-diff faster
10212
10213  test/shaping/hb_test_tools.py |    6 ++++--
10214  1 files changed, 4 insertions(+), 2 deletions(-)
10215
10216 commit a93e238e05a2f70a6e664e5d04ba25bbd54493dc
10217 Author: Behdad Esfahbod <behdad@behdad.org>
10218 Date:   Tue May 8 18:55:29 2012 +0200
10219
10220     More tests
10221
10222  .../shaper-arabic/script-mongolian/misc/MANIFEST   |    1 +
10223  .../shaper-arabic/script-mongolian/misc/poem.txt   |    4 ++++
10224  .../indic/script-bengali/misc/MANIFEST             |    1 +
10225  .../indic/script-bengali/misc/reph.txt             |   10 ++++++++++
10226  4 files changed, 16 insertions(+), 0 deletions(-)
10227
10228 commit 1a2a4a0078dda834443edd421037a4bcbad18c5e
10229 Author: Behdad Esfahbod <behdad@behdad.org>
10230 Date:   Sat May 5 22:38:20 2012 +0200
10231
10232     Fix warning and build issues
10233
10234     As reported by Jonathan Kew on the list.
10235
10236  src/hb-set-private.hh |    2 +-
10237  src/main.cc           |    9 +++++----
10238  2 files changed, 6 insertions(+), 5 deletions(-)
10239
10240 commit a5e39fed85e069ba1afbf90408349ad99ceb0e1d
10241 Author: Behdad Esfahbod <behdad@behdad.org>
10242 Date:   Wed Apr 25 00:14:46 2012 -0400
10243
10244     Minor
10245
10246  src/hb-set-private.hh |    2 ++
10247  src/hb-set.cc         |    2 ++
10248  2 files changed, 4 insertions(+), 0 deletions(-)
10249
10250 commit 1827dc208c867e433a95237d1ed3fc7a73d1d9a7
10251 Author: Behdad Esfahbod <behdad@behdad.org>
10252 Date:   Tue Apr 24 16:56:37 2012 -0400
10253
10254     Add hb_ot_shape_glyphs_closure()
10255
10256     Experimental API for now.
10257
10258  src/hb-ot-map-private.hh |    7 ++++---
10259  src/hb-ot-shape.cc       |   35 +++++++++++++++++++++++++++++++++++
10260  src/hb-ot.h              |    8 ++++++++
10261  src/hb-set-private.hh    |    3 +++
10262  4 files changed, 50 insertions(+), 3 deletions(-)
10263
10264 commit bb09f0ec10216b11189b5e8584856adf0f14d1fc
10265 Author: Behdad Esfahbod <behdad@behdad.org>
10266 Date:   Tue Apr 24 16:02:12 2012 -0400
10267
10268     Minor
10269
10270  src/hb-unicode.cc |    2 --
10271  1 files changed, 0 insertions(+), 2 deletions(-)
10272
10273 commit 29a7e306e30e894f7a38daf73eca9fc772c58158
10274 Author: Behdad Esfahbod <behdad@behdad.org>
10275 Date:   Tue Apr 24 16:01:30 2012 -0400
10276
10277     Minor
10278
10279  src/hb-ot-shape-normalize.cc |    1 +
10280  1 files changed, 1 insertions(+), 0 deletions(-)
10281
10282 commit 585b107cdee7305920dacc83c9ee1f8eeff7afd1
10283 Author: Behdad Esfahbod <behdad@behdad.org>
10284 Date:   Tue Apr 24 16:00:50 2012 -0400
10285
10286     Add test caes for a minority language using Bengali
10287
10288     U+0985 BENGALI LETTER A followed by U+09D7 BENGALI AU LENGTH MARK.
10289     According to Bobby de Vos on the mailing list, this results in
10290     a dotted
10291     circle with most shaping engines, but is a legitimate sequence in this
10292     minority language.
10293
10294     We reached the consensus on the list to NOT implement dotted-circle
10295     in HarfBuzz.
10296
10297  .../indic/script-bengali/misc/misc.txt             |    1 +
10298  1 files changed, 1 insertions(+), 0 deletions(-)
10299
10300 commit 6c6ccaf575392f6e6bb9a15534026e4ea462705b
10301 Author: Behdad Esfahbod <behdad@behdad.org>
10302 Date:   Tue Apr 24 14:21:15 2012 -0400
10303
10304     Add a few more set operations
10305
10306     TODO: Tests for hb_set_t.
10307
10308  src/hb-set-private.hh |   54
10309  +++++++++++++++++++++++++++++++++++++++++++++++-
10310  src/hb-set.cc         |   55
10311  +++++++++++++++++++++++++++++++++++++++++++++++++
10312  src/hb-set.h          |   34 +++++++++++++++++++++++++++--
10313  3 files changed, 139 insertions(+), 4 deletions(-)
10314
10315 commit 5caece67ab9eee322bdcdf6f4b607eadde297e56
10316 Author: Behdad Esfahbod <behdad@behdad.org>
10317 Date:   Mon Apr 23 23:03:12 2012 -0400
10318
10319     Make closure() return void
10320
10321  src/hb-ot-layout-gsub-table.hh       |  142 ++++++++++++-----------------
10322  src/hb-ot-layout-gsubgpos-private.hh |  165
10323  +++++++++++++++++-----------------
10324  src/hb-ot-layout.cc                  |   10 +-
10325  src/hb-ot-layout.h                   |    8 +-
10326  src/hb-set-private.hh                |   20 ++---
10327  5 files changed, 157 insertions(+), 188 deletions(-)
10328
10329 commit 0b08adb3539f2ec29682456b89c69e89ff5e9c03
10330 Author: Behdad Esfahbod <behdad@behdad.org>
10331 Date:   Mon Apr 23 22:41:09 2012 -0400
10332
10333     Add hb_set_t
10334
10335  TODO                               |    2 +
10336  src/Makefile.am                    |    3 +
10337  src/hb-ot-layout-common-private.hh |    1 +
10338  src/hb-ot-layout-private.hh        |   47 --------------
10339  src/hb-ot-layout.h                 |    2 -
10340  src/hb-set-private.hh              |   95 ++++++++++++++++++++++++++++
10341  src/hb-set.cc                      |  120
10342  ++++++++++++++++++++++++++++++++++++
10343  src/hb-set.h                       |   91 +++++++++++++++++++++++++++
10344  src/hb.h                           |    1 +
10345  9 files changed, 313 insertions(+), 49 deletions(-)
10346
10347 commit 5b93e8d94fb4c2474816304ae3f52e1c704882de
10348 Author: Behdad Esfahbod <behdad@behdad.org>
10349 Date:   Mon Apr 23 22:26:13 2012 -0400
10350
10351     Update copyright headers
10352
10353  src/hb-ot-layout-common-private.hh   |    2 +-
10354  src/hb-ot-layout-gpos-table.hh       |    2 +-
10355  src/hb-ot-layout-gsub-table.hh       |    2 +-
10356  src/hb-ot-layout-gsubgpos-private.hh |    2 +-
10357  4 files changed, 4 insertions(+), 4 deletions(-)
10358
10359 commit 6a9be5bd3524dc3eb1e88d1063bde2e4d8b57011
10360 Author: Behdad Esfahbod <behdad@behdad.org>
10361 Date:   Mon Apr 23 22:23:17 2012 -0400
10362
10363     Rename hb_glyph_map_t to hb_set_t
10364
10365  src/hb-ot-layout-common-private.hh   |   16 ++++++++--------
10366  src/hb-ot-layout-gsubgpos-private.hh |   12 ++++++------
10367  src/hb-ot-layout-private.hh          |    2 +-
10368  src/hb-ot-layout.cc                  |    2 +-
10369  src/hb-ot-layout.h                   |    4 ++--
10370  src/hb-ot-map-private.hh             |    2 +-
10371  src/hb-ot-map.cc                     |    2 +-
10372  7 files changed, 20 insertions(+), 20 deletions(-)
10373
10374 commit a4385f0b0a6949e2ce49e6a147ad4beaa724f6c3
10375 Author: Behdad Esfahbod <behdad@behdad.org>
10376 Date:   Mon Apr 23 22:20:14 2012 -0400
10377
10378     Improve clustering
10379
10380  src/hb-ot-shape.cc |    5 ++---
10381  1 files changed, 2 insertions(+), 3 deletions(-)
10382
10383 commit 8e3715f8a16b315c1c7dd4b256e7f68a36c53e7c
10384 Author: Behdad Esfahbod <behdad@behdad.org>
10385 Date:   Mon Apr 23 22:18:54 2012 -0400
10386
10387     Minor
10388
10389  src/hb-buffer-private.hh          |    2 +-
10390  src/hb-buffer.cc                  |    2 +-
10391  src/hb-graphite2.cc               |    5 ++---
10392  src/hb-ot-shape-complex-arabic.cc |    4 ++--
10393  src/hb-ot-shape-complex-misc.cc   |    4 ++--
10394  5 files changed, 8 insertions(+), 9 deletions(-)
10395
10396 commit d2984a241e4819474d827b1dd5d4b6d76596b3a5
10397 Author: Behdad Esfahbod <behdad@behdad.org>
10398 Date:   Mon Apr 23 17:21:14 2012 -0400
10399
10400     Add map->substitute_closure()
10401
10402  src/hb-ot-map-private.hh |    3 +++
10403  src/hb-ot-map.cc         |   15 +++++++++++++++
10404  2 files changed, 18 insertions(+), 0 deletions(-)
10405
10406 commit 31081f7390e5130df72f89acc609ccab5dc77a48
10407 Author: Behdad Esfahbod <behdad@behdad.org>
10408 Date:   Mon Apr 23 16:54:58 2012 -0400
10409
10410     Implement closure() for Context and ChainContext lookups
10411
10412  src/hb-ot-layout-common-private.hh   |   54 ++++++
10413  src/hb-ot-layout-gsubgpos-private.hh |  347
10414  +++++++++++++++++++++++++++-------
10415  src/hb-ot-layout-private.hh          |   23 ++-
10416  3 files changed, 351 insertions(+), 73 deletions(-)
10417
10418 commit c64ddab3c34897cd520d4d73a054866e649e8793
10419 Author: Behdad Esfahbod <behdad@behdad.org>
10420 Date:   Mon Apr 23 15:28:35 2012 -0400
10421
10422     Flesh out closure() for GSUB
10423
10424     The GSUBGPOS part still missing.
10425
10426  src/hb-ot-layout-common-private.hh |   61 ++++++++++++++------
10427  src/hb-ot-layout-gsub-table.hh     |  112
10428  ++++++++++++++++++++++++++++--------
10429  src/hb-ot-layout-private.hh        |   34 +++++++++++
10430  src/hb-ot-layout.h                 |    2 +-
10431  4 files changed, 165 insertions(+), 44 deletions(-)
10432
10433 commit 0da132bde4d576a03095d6738507954f7f85103d
10434 Author: Behdad Esfahbod <behdad@behdad.org>
10435 Date:   Mon Apr 23 14:21:33 2012 -0400
10436
10437     Fix Coverage iters
10438
10439  src/hb-ot-layout-common-private.hh |   30 +++++++++++++++++++++---------
10440  1 files changed, 21 insertions(+), 9 deletions(-)
10441
10442 commit 3e32cd9570fd8b09901fb790b80365ae425f681a
10443 Author: Behdad Esfahbod <behdad@behdad.org>
10444 Date:   Mon Apr 23 13:20:52 2012 -0400
10445
10446     Minor
10447
10448  src/hb-ot-layout-gsubgpos-private.hh |    1 -
10449  src/hb-ot-layout.cc                  |    6 +++---
10450  src/hb-ot-layout.h                   |    8 ++++++++
10451  src/hb-private.hh                    |    4 +++-
10452  4 files changed, 14 insertions(+), 5 deletions(-)
10453
10454 commit 650ac00da3d2f988197393f34d40f0ba1a0fa093
10455 Author: Behdad Esfahbod <behdad@behdad.org>
10456 Date:   Mon Apr 23 13:17:09 2012 -0400
10457
10458     Minor refactoring
10459
10460  src/hb-ot-layout-gpos-table.hh       |   27 ++++++++++-------------
10461  src/hb-ot-layout-gsub-table.hh       |   39
10462  +++++++++++++++------------------
10463  src/hb-ot-layout-gsubgpos-private.hh |    8 +-----
10464  src/hb-ot-layout.cc                  |    6 +++-
10465  4 files changed, 36 insertions(+), 44 deletions(-)
10466
10467 commit f94b0aa64609654497ced9c00312c9643eb69053
10468 Author: Behdad Esfahbod <behdad@behdad.org>
10469 Date:   Mon Apr 23 13:04:38 2012 -0400
10470
10471     Add "closure" operation stubs to GSUB
10472
10473     Filling in.
10474
10475  src/hb-ot-layout-gsub-table.hh       |  179
10476  ++++++++++++++++++++++++++++++++++
10477  src/hb-ot-layout-gsubgpos-private.hh |  110 ++++++++++++++++++++-
10478  src/hb-ot-layout.cc                  |    8 ++
10479  3 files changed, 293 insertions(+), 4 deletions(-)
10480
10481 commit 7d50d502635d7c95e6bd091e7d4cc993f0853f76
10482 Author: Behdad Esfahbod <behdad@behdad.org>
10483 Date:   Mon Apr 23 13:02:14 2012 -0400
10484
10485     Add Coverage iterators
10486
10487  src/hb-ot-layout-common-private.hh |   59
10488  ++++++++++++++++++++++++++++++++++++
10489  1 files changed, 59 insertions(+), 0 deletions(-)
10490
10491 commit 3ed4634ec349fa9e943ad23718c04be4dd4bba62
10492 Author: Behdad Esfahbod <behdad@behdad.org>
10493 Date:   Thu Apr 19 22:34:06 2012 -0400
10494
10495     Add Indic inspection tool
10496
10497  src/Makefile.am                          |    7 +-
10498  src/hb-ot-shape-complex-indic-private.hh |  264
10499  ++++++++++++++++++++++++++++++
10500  src/hb-ot-shape-complex-indic.cc         |  229
10501  +--------------------------
10502  src/indic.cc                             |   46 +++++
10503  4 files changed, 317 insertions(+), 229 deletions(-)
10504
10505 commit a06411ecf93c7e5256e363eef3ef69554896dd55
10506 Author: Behdad Esfahbod <behdad@behdad.org>
10507 Date:   Thu Apr 19 22:28:25 2012 -0400
10508
10509     Minor matra renumbering
10510
10511     Should have no visible effect.
10512
10513  src/hb-ot-shape-complex-indic.cc |   30 +++++++++++++++++-------------
10514  1 files changed, 17 insertions(+), 13 deletions(-)
10515
10516 commit 36608941f3cc530fea57282fa175e4cc3b4c66c6
10517 Author: Behdad Esfahbod <behdad@behdad.org>
10518 Date:   Thu Apr 19 22:21:38 2012 -0400
10519
10520     Add GSUB "would_apply" API
10521
10522     To be used in the Indic shaper later.  Unused for now.
10523
10524  src/hb-ot-layout-gsub-table.hh |  140
10525  +++++++++++++++++++++++++++++++++++++++-
10526  1 files changed, 138 insertions(+), 2 deletions(-)
10527
10528 commit a0d4caeb91fa5e5f2090db4efc35c64ff9a64789
10529 Author: Behdad Esfahbod <behdad@behdad.org>
10530 Date:   Tue Apr 17 13:42:30 2012 -0400
10531
10532     Minor
10533
10534  TODO |    3 +++
10535  1 files changed, 3 insertions(+), 0 deletions(-)
10536
10537 commit a5e40542ab9508f0ba6f822f1262d93fccb71f45
10538 Author: Behdad Esfahbod <behdad@behdad.org>
10539 Date:   Tue Apr 17 12:37:19 2012 -0400
10540
10541     Make font immutable in hb_shape()
10542
10543  src/hb-shape.cc |    2 ++
10544  1 files changed, 2 insertions(+), 0 deletions(-)
10545
10546 commit 3cde23664fbbe9cd2ac1b8fd5eb2ea288309cc9c
10547 Author: Behdad Esfahbod <behdad@behdad.org>
10548 Date:   Tue Apr 17 11:44:49 2012 -0400
10549
10550     Minor note re Graphite
10551
10552  src/hb-graphite2.cc |    3 +++
10553  1 files changed, 3 insertions(+), 0 deletions(-)
10554
10555 commit 4dc2449d92308f8dd366142831c0b85bd30ea5a9
10556 Author: Behdad Esfahbod <behdad@behdad.org>
10557 Date:   Tue Apr 17 11:39:48 2012 -0400
10558
10559     Fix leak in graphite
10560
10561  src/hb-graphite2.cc |    1 +
10562  1 files changed, 1 insertions(+), 0 deletions(-)
10563
10564 commit 0290bbf8611aa881daed907f22256a431250c90a
10565 Author: Behdad Esfahbod <behdad@behdad.org>
10566 Date:   Tue Apr 17 10:28:21 2012 -0400
10567
10568     Add another Thai test
10569
10570  .../texts/in-tree/shaper-thai/misc/misc.txt        |    1 +
10571  1 files changed, 1 insertions(+), 0 deletions(-)
10572
10573 commit 9ceca3aeb14cc096f5f87660cf7351bc35073084
10574 Author: Behdad Esfahbod <behdad@behdad.org>
10575 Date:   Mon Apr 16 21:05:51 2012 -0400
10576
10577     Fix ragel regexp in vowel-based syllable
10578
10579     As reported by datao zhang on the mailing list.
10580
10581  src/hb-ot-shape-complex-indic-machine.rl |    2 +-
10582  1 files changed, 1 insertions(+), 1 deletions(-)
10583
10584 commit b870afcd1b436614af95db6dc297e54c8f03f0cd
10585 Author: Behdad Esfahbod <behdad@behdad.org>
10586 Date:   Mon Apr 16 21:05:11 2012 -0400
10587
10588     Rewrite ragel expression to better match the one on MS spec
10589
10590     https://www.microsoft.com/typography/otfntdev/devanot/shaping.aspx
10591
10592  src/hb-ot-shape-complex-indic-machine.rl |    2 +-
10593  1 files changed, 1 insertions(+), 1 deletions(-)
10594
10595 commit 95cefdf96efe43a44133aa8a186155cf4e63e2b7
10596 Author: Behdad Esfahbod <behdad@behdad.org>
10597 Date:   Mon Apr 16 18:08:20 2012 -0400
10598
10599     Add --utf8-clusters
10600
10601     Also fix cairo cluster generation.
10602
10603  util/hb-shape.cc     |    8 +++++---
10604  util/hb-view.hh      |    2 +-
10605  util/helper-cairo.cc |   22 +++++++++++++++++-----
10606  util/helper-cairo.hh |    3 ++-
10607  util/options.cc      |   19 ++++++++++++++-----
10608  util/options.hh      |   26 ++++++++++++++++----------
10609  util/view-cairo.cc   |    5 +++--
10610  util/view-cairo.hh   |    3 ++-
10611  8 files changed, 60 insertions(+), 28 deletions(-)
10612
10613 commit effb42e5c520128bdc2e29398ed801730c5c0f52
10614 Author: Behdad Esfahbod <behdad@behdad.org>
10615 Date:   Mon Apr 16 16:04:07 2012 -0400
10616
10617     Always use cairo_show_text_glyphs()
10618
10619     Better catches cluster errors.
10620
10621  util/view-cairo.cc |    2 +-
10622  1 files changed, 1 insertions(+), 1 deletions(-)
10623
10624 commit 799cfdd15ab369580b2283200c3aca6866214b59
10625 Author: Behdad Esfahbod <behdad@behdad.org>
10626 Date:   Mon Apr 16 16:00:36 2012 -0400
10627
10628     Make page progression be right to left for vertical text
10629
10630  util/view-cairo.cc |    8 ++++----
10631  1 files changed, 4 insertions(+), 4 deletions(-)
10632
10633 commit a5f1834f57ea3fb254f5c7d372747de316fcc8f1
10634 Author: Behdad Esfahbod <behdad@behdad.org>
10635 Date:   Mon Apr 16 15:55:13 2012 -0400
10636
10637     Apply 'liga' for vertical writing mode too
10638
10639     Apparently that's what Kazuraki uses to form vertical ligatures,
10640     which suggests that it's what Adobe does.
10641
10642  src/hb-ot-shape.cc |    2 +-
10643  1 files changed, 1 insertions(+), 1 deletions(-)
10644
10645 commit 4d85252bda25cddd1fbdd744687e449888f0b5fa
10646 Author: Behdad Esfahbod <behdad@behdad.org>
10647 Date:   Mon Apr 16 15:54:26 2012 -0400
10648
10649     Add Japanese test data from Adobe's Kazuraki font ligatures
10650
10651  test/shaping/texts/in-tree/shaper-default/MANIFEST |    1 +
10652  .../shaper-default/script-japanese/MANIFEST        |    1 +
10653  .../shaper-default/script-japanese/misc/MANIFEST   |    2 +
10654  .../script-japanese/misc/kazuraki-liga-lines.txt   |    8 +++
10655  .../script-japanese/misc/kazuraki-liga.txt         |   53
10656  ++++++++++++++++++++
10657  5 files changed, 65 insertions(+), 0 deletions(-)
10658
10659 commit e74616b8898b5f18d9bf82b9e81aefad056c1e36
10660 Author: Behdad Esfahbod <behdad@behdad.org>
10661 Date:   Sun Apr 15 14:12:13 2012 -0400
10662
10663     Add comment
10664
10665  src/hb-private.hh |    8 ++++++++
10666  1 files changed, 8 insertions(+), 0 deletions(-)
10667
10668 commit 683b503f30bba29d57a93d7e8ac7138c2e7f49f1
10669 Author: Behdad Esfahbod <behdad@behdad.org>
10670 Date:   Sat Apr 14 20:47:14 2012 -0400
10671
10672     Minor
10673
10674  src/hb-ot-shape-normalize.cc |   11 +++++++++--
10675  src/hb-ot-shape-private.hh   |    9 ---------
10676  src/hb-ot-shape.cc           |    9 ++++++++-
10677  3 files changed, 17 insertions(+), 12 deletions(-)
10678
10679 commit b9f199c8e38cc5ed0d73845568630f3bcbdd4374
10680 Author: Behdad Esfahbod <behdad@behdad.org>
10681 Date:   Sat Apr 14 20:23:58 2012 -0400
10682
10683     Move code around
10684
10685  src/hb-ot-shape-private.hh |   40 ---------------------------------------
10686  src/hb-ot-shape.cc         |   45
10687  ++++++++++++++++++++++++++++++++++++++++---
10688  2 files changed, 41 insertions(+), 44 deletions(-)
10689
10690 commit 38a83019e6a7f4aa47662fd557344f62ae001abe
10691 Author: Behdad Esfahbod <behdad@behdad.org>
10692 Date:   Sat Apr 14 19:40:18 2012 -0400
10693
10694     Minor
10695
10696  src/hb-common.h |    2 +-
10697  1 files changed, 1 insertions(+), 1 deletions(-)
10698
10699 commit d4adade217a61007dd2da5cd9eccf889f79a019a
10700 Author: Behdad Esfahbod <behdad@behdad.org>
10701 Date:   Sat Apr 14 19:23:17 2012 -0400
10702
10703     Add assert
10704
10705  src/hb-ot-shape.cc |    2 ++
10706  1 files changed, 2 insertions(+), 0 deletions(-)
10707
10708 commit fe28b997fbbeb2cfeab62ac453993ccffe3e6719
10709 Author: Behdad Esfahbod <behdad@behdad.org>
10710 Date:   Sat Apr 14 19:19:26 2012 -0400
10711
10712     Add HB_DIRECTION_IS_VALID
10713
10714  src/hb-common.h        |    1 +
10715  test/api/test-common.c |    7 +++++++
10716  2 files changed, 8 insertions(+), 0 deletions(-)
10717
10718 commit 5e88aa66822ba64324b4428c9ffbe06a43b4f310
10719 Author: Behdad Esfahbod <behdad@behdad.org>
10720 Date:   Sat Apr 14 18:51:50 2012 -0400
10721
10722     Remove public enum names again
10723
10724     As was reported to me, glib-mkenum does not understand named enums,
10725     so remove for now.
10726
10727  src/hb-blob.h               |    2 +-
10728  src/hb-common.h             |    6 +++---
10729  src/hb-ot-layout-private.hh |    2 +-
10730  3 files changed, 5 insertions(+), 5 deletions(-)
10731
10732 commit 08569c0eaab026c7122c0dc29922cf44011c4d10
10733 Author: Behdad Esfahbod <behdad@behdad.org>
10734 Date:   Sat Apr 14 18:47:07 2012 -0400
10735
10736     Minor
10737
10738  TODO |    2 ++
10739  1 files changed, 2 insertions(+), 0 deletions(-)
10740
10741 commit 4bf90f648313e35d21b427a956aa1fe762bae757
10742 Author: Behdad Esfahbod <behdad@behdad.org>
10743 Date:   Thu Apr 12 17:38:23 2012 -0400
10744
10745     Make HB_DIRECTION_INVALID be zero
10746
10747     This changes all the HB_DIRECTION_* enum member values, but is
10748     nicer, in preparation for making hb_segment_properties_t public.
10749
10750  src/hb-common.cc       |    7 ++++---
10751  src/hb-common.h        |   20 ++++++++++----------
10752  test/api/test-common.c |    9 +++++++--
10753  3 files changed, 21 insertions(+), 15 deletions(-)
10754
10755 commit d01402da9c756f90a84bfb1f964fd56caf2b35c3
10756 Author: Behdad Esfahbod <behdad@behdad.org>
10757 Date:   Thu Apr 12 17:38:02 2012 -0400
10758
10759     Minor
10760
10761  TODO |    6 +++++-
10762  1 files changed, 5 insertions(+), 1 deletions(-)
10763
10764 commit 69b84a8f6c789726815261c2e86692de7a65d6e8
10765 Author: Behdad Esfahbod <behdad@behdad.org>
10766 Date:   Thu Apr 12 15:50:40 2012 -0400
10767
10768     Fix hb-view surface size calc for vertical text
10769
10770     For some reason it doesn't quite work with IranianNastaliq, but
10771     that looks like a font issue.
10772
10773  util/helper-cairo.hh |    5 +++--
10774  util/options.hh      |    7 +++++++
10775  util/view-cairo.cc   |   31 +++++++++++++++++++++----------
10776  util/view-cairo.hh   |    1 +
10777  4 files changed, 32 insertions(+), 12 deletions(-)
10778
10779 commit 6bd9b479b8b2befbb0847282e93beade197c8038
10780 Author: Behdad Esfahbod <behdad@behdad.org>
10781 Date:   Thu Apr 12 14:53:53 2012 -0400
10782
10783     Hide backend-specific shape functions
10784
10785     Also remove shaper_options argument to hb_shape_full().  That was
10786     unused and for "future".  Let it go.
10787
10788     More shaper API coming in preparation for plan/planned API.
10789
10790  configure.ac                     |    6 ++--
10791  src/Makefile.am                  |   11 ++++----
10792  src/hb-fallback-shape-private.hh |    9 +++----
10793  src/hb-fallback-shape.cc         |    9 +++----
10794  src/hb-graphite2-private.hh      |   42 +++++++++++++++++++++++++++++++++
10795  src/hb-graphite2.cc              |    5 +--
10796  src/hb-graphite2.h               |    7 -----
10797  src/hb-ot-shape-private.hh       |    8 ++++-
10798  src/hb-ot-shape.cc               |   11 +++-----
10799  src/hb-ot-shape.h                |   48
10800  --------------------------------------
10801  src/hb-ot.h                      |    1 -
10802  src/hb-shape.cc                  |   24 +++++++------------
10803  src/hb-shape.h                   |    1 -
10804  src/hb-uniscribe-private.hh      |   42 +++++++++++++++++++++++++++++++++
10805  src/hb-uniscribe.cc              |    9 +++----
10806  src/hb-uniscribe.h               |    7 -----
10807  util/options.hh                  |    2 +-
10808  17 files changed, 126 insertions(+), 116 deletions(-)
10809
10810 commit c6035cf802c60f0526f421f39a55886061df94ee
10811 Author: Behdad Esfahbod <behdad@behdad.org>
10812 Date:   Thu Apr 12 13:23:59 2012 -0400
10813
10814     Add names to enums
10815
10816     gdb was showing <anonymous enum> instead of useful stuff, so name
10817     all our enums.
10818
10819  src/hb-blob.h                      |    2 +-
10820  src/hb-common.h                    |    6 +++---
10821  src/hb-ot-layout-common-private.hh |    2 +-
10822  src/hb-ot-layout-gdef-table.hh     |    2 +-
10823  src/hb-ot-layout-gpos-table.hh     |    5 ++---
10824  src/hb-ot-layout-gsub-table.hh     |    2 +-
10825  src/hb-ot-layout-private.hh        |    2 +-
10826  7 files changed, 10 insertions(+), 11 deletions(-)
10827
10828 commit d1c9eb458c843215da8df84b596bfae51fee135b
10829 Author: Behdad Esfahbod <behdad@behdad.org>
10830 Date:   Thu Apr 12 13:17:44 2012 -0400
10831
10832     Make it an error to include non-top-level headers
10833
10834     Users should #include <hb.h> (or hb-ft.h, hb-glib.h, etc), but
10835     never things like hb-shape.h directly.  This makes it easier to
10836     refactor headers later on without breaking compatibility.
10837
10838  src/hb-blob.h       |    4 ++++
10839  src/hb-buffer.h     |    4 ++++
10840  src/hb-common.h     |    4 ++++
10841  src/hb-font.h       |    4 ++++
10842  src/hb-ft.h         |    2 --
10843  src/hb-glib.h       |    1 +
10844  src/hb-gobject.h    |    1 +
10845  src/hb-graphite2.h  |    5 +++--
10846  src/hb-icu.h        |    1 +
10847  src/hb-ot-layout.h  |    8 +++++---
10848  src/hb-ot-shape.h   |    9 +++++----
10849  src/hb-ot-tag.h     |    6 +++++-
10850  src/hb-ot.h         |    2 ++
10851  src/hb-private.hh   |    5 ++++-
10852  src/hb-shape.h      |    4 ++++
10853  src/hb-unicode.h    |    4 ++++
10854  src/hb-uniscribe.h  |    3 +--
10855  src/hb-version.h.in |    4 ++++
10856  src/hb.h            |    2 ++
10857  19 files changed, 58 insertions(+), 15 deletions(-)
10858
10859 commit 323190c27b80cddc9b3c42d19f1f243e2acb2411
10860 Author: Behdad Esfahbod <behdad@behdad.org>
10861 Date:   Thu Apr 12 12:29:10 2012 -0400
10862
10863     Minor
10864
10865  src/hb-ft.cc |    2 ++
10866  1 files changed, 2 insertions(+), 0 deletions(-)
10867
10868 commit 0e3361464b00b76aa7375515163e0710a691db0c
10869 Author: Behdad Esfahbod <behdad@behdad.org>
10870 Date:   Thu Apr 12 10:06:52 2012 -0400
10871
10872     Fix bug with not setting Unicode props of the first character
10873
10874     Fixes Mongolian shaping issue:
10875     https://bugs.freedesktop.org/show_bug.cgi?id=45695
10876
10877  src/hb-ot-shape.cc |    2 +-
10878  1 files changed, 1 insertions(+), 1 deletions(-)
10879
10880 commit f9746b600a6e14dbe48aabfc17df8f12a5b46b11
10881 Author: Behdad Esfahbod <behdad@behdad.org>
10882 Date:   Thu Apr 12 09:59:26 2012 -0400
10883
10884     Minor
10885
10886  .../shaper-arabic/script-mongolian/misc/misc.txt   |    1 -
10887  1 files changed, 0 insertions(+), 1 deletions(-)
10888
10889 commit 7470b0ff805e4ff59d23d7a1808888fafdf550eb
10890 Author: Behdad Esfahbod <behdad@behdad.org>
10891 Date:   Thu Apr 12 09:44:27 2012 -0400
10892
10893     Add Mongolian test case
10894
10895  test/shaping/texts/in-tree/MANIFEST                |    1 +
10896  .../shaper-arabic/script-mongolian/misc/MANIFEST   |    1 +
10897  .../shaper-arabic/script-mongolian/misc/misc.txt   |    4 ++++
10898  test/shaping/texts/in-tree/shaper-thai/MANIFEST    |    1 +
10899  .../texts/in-tree/shaper-thai/misc/MANIFEST        |    1 +
10900  5 files changed, 8 insertions(+), 0 deletions(-)
10901
10902 commit c65662b71e6160f5adfb6226d97589ca457d98b9
10903 Author: Behdad Esfahbod <behdad@behdad.org>
10904 Date:   Thu Apr 12 09:31:55 2012 -0400
10905
10906     Fix left-matra positioning in Indic
10907
10908     Fixes 200 failures out of previous 4290 cases in the OO.o Indic
10909     dictionary (of ~16000 entries).
10910
10911  src/hb-ot-shape-complex-indic.cc |   12 ++++++------
10912  1 files changed, 6 insertions(+), 6 deletions(-)
10913
10914 commit 6d16403bfaa4d710d80c93298eca7211ecaa419f
10915 Author: Behdad Esfahbod <behdad@behdad.org>
10916 Date:   Wed Apr 11 22:04:42 2012 -0400
10917
10918     Adjust TODO
10919
10920  TODO |    2 +-
10921  1 files changed, 1 insertions(+), 1 deletions(-)
10922
10923 commit 029a82d81d8ffa1b6771d19018d592fec1dbc934
10924 Author: Behdad Esfahbod <behdad@behdad.org>
10925 Date:   Wed Apr 11 22:00:46 2012 -0400
10926
10927     [hangul] Apply *jmo features to all Hangul chars
10928
10929     This is what old HB does.  Morever, fixes rendering with Win8 malgun
10930     font.  The Win7 version doesn't compose with either Uniscribe nor HB,
10931     but Win8 version works as expected, like Uniscribe, with this change.
10932
10933     Lets call Hangul done for now.
10934
10935  src/hb-ot-shape-complex-misc.cc |    9 +++++++++
10936  1 files changed, 9 insertions(+), 0 deletions(-)
10937
10938 commit 3baae2440de69577d330209edb708e7d2bb2231d
10939 Author: Behdad Esfahbod <behdad@behdad.org>
10940 Date:   Wed Apr 11 21:54:37 2012 -0400
10941
10942     Update TODO
10943
10944  TODO |   28 +++++++++++++++-------------
10945  1 files changed, 15 insertions(+), 13 deletions(-)
10946
10947 commit a4976447cd1a1feffdecd0d501a2690716b1cf4b
10948 Author: Behdad Esfahbod <behdad@behdad.org>
10949 Date:   Wed Apr 11 17:48:40 2012 -0400
10950
10951     Add Hangul test
10952
10953  .../shaper-hangul/script-hangul/misc/misc.txt      |    1 +
10954  1 files changed, 1 insertions(+), 0 deletions(-)
10955
10956 commit e95d912b3b0af027c4384553f95236db822e5acc
10957 Author: Behdad Esfahbod <behdad@behdad.org>
10958 Date:   Wed Apr 11 17:33:02 2012 -0400
10959
10960     Fix diff tool
10961
10962  test/shaping/hb_test_tools.py |    4 ++--
10963  1 files changed, 2 insertions(+), 2 deletions(-)
10964
10965 commit 41ae674f6871f43d0a6e4ca67a747074d63ae576
10966 Author: Behdad Esfahbod <behdad@behdad.org>
10967 Date:   Wed Apr 11 17:11:05 2012 -0400
10968
10969     Don't create hb_apply_context_t per glyph!
10970
10971     I couldn't measure significant performance gains out of this; maybe
10972     about 5% (with one million Malayalam strings).  Still, not bad.
10973     But reminds me that optimizing this codebase without profiling first
10974     is simply not going to work.  Oh well...
10975
10976  src/hb-ot-layout-gpos-table.hh       |   24 ++++++------------------
10977  src/hb-ot-layout-gsub-table.hh       |   26 +++++++-------------------
10978  src/hb-ot-layout-gsubgpos-private.hh |   22 ++++++++++++++++++++++
10979  3 files changed, 35 insertions(+), 37 deletions(-)
10980
10981 commit 4a1e02ef7979d58fe0c726ee7c665b2420c42ddd
10982 Author: Behdad Esfahbod <behdad@behdad.org>
10983 Date:   Wed Apr 11 14:37:53 2012 -0400
10984
10985     Fix shape to presentation forms font check
10986
10987     As reported by Jonathan Kew on the list.
10988
10989  src/hb-ot-shape-complex-arabic.cc |    9 ++++++---
10990  1 files changed, 6 insertions(+), 3 deletions(-)
10991
10992 commit 6062f5f01436b4044be729890ed00b9b62737824
10993 Author: Behdad Esfahbod <behdad@behdad.org>
10994 Date:   Wed Apr 11 14:19:55 2012 -0400
10995
10996     Fix build with some compilers
10997
10998     As reported by Jonathan Kew on the list.
10999
11000  src/hb-ot-shape-complex-misc.cc |    7 ++++---
11001  1 files changed, 4 insertions(+), 3 deletions(-)
11002
11003 commit acd88e659fdb2fa1cbf7171f0a1c7fbc81b9f298
11004 Author: Behdad Esfahbod <behdad@behdad.org>
11005 Date:   Tue Apr 10 18:02:20 2012 -0400
11006
11007     In Arabic fallback shaping, check that the font has glyph for new char
11008
11009  src/hb-ot-shape-complex-arabic.cc  |   12 +++++++-----
11010  src/hb-ot-shape-complex-indic.cc   |    2 +-
11011  src/hb-ot-shape-complex-misc.cc    |    6 +++---
11012  src/hb-ot-shape-complex-private.hh |    7 ++++---
11013  src/hb-ot-shape.cc                 |    2 +-
11014  5 files changed, 16 insertions(+), 13 deletions(-)
11015
11016 commit 7752aa73e72301a46c64c533c1e423ff5987cc05
11017 Author: Behdad Esfahbod <behdad@behdad.org>
11018 Date:   Tue Apr 10 17:22:14 2012 -0400
11019
11020     Minor
11021
11022  src/hb-ot-shape-private.hh |    1 -
11023  src/hb-ot-shape.cc         |   10 ----------
11024  2 files changed, 0 insertions(+), 11 deletions(-)
11025
11026 commit 939c010211b063f78874a3b72b032c1ed9a13b87
11027 Author: Behdad Esfahbod <behdad@behdad.org>
11028 Date:   Tue Apr 10 17:20:05 2012 -0400
11029
11030     Implement Arabic fallback shaping mandatory ligatures
11031
11032  src/gen-arabic-table.py                 |   32
11033  +++++++++++++++++++++---------
11034  src/hb-ot-shape-complex-arabic-table.hh |   28 ++++++++++++++++++--------
11035  src/hb-ot-shape-complex-arabic.cc       |   31
11036  ++++++++++++++++++++++++++++++
11037  src/hb-ot-shape-complex-misc.cc         |    4 +-
11038  4 files changed, 74 insertions(+), 21 deletions(-)
11039
11040 commit b7d04eb606800100faa11100d2adf559e297a4ee
11041 Author: Behdad Esfahbod <behdad@behdad.org>
11042 Date:   Tue Apr 10 16:44:38 2012 -0400
11043
11044     Do Arabic fallback shaping
11045
11046  src/hb-ot-shape-complex-arabic.cc |   38
11047  ++++++++++++++++++++++++++++++++----
11048  1 files changed, 33 insertions(+), 5 deletions(-)
11049
11050 commit ae4a2b9365051c23c9a299cf76f3ab7e661999b1
11051 Author: Behdad Esfahbod <behdad@behdad.org>
11052 Date:   Tue Apr 10 16:25:08 2012 -0400
11053
11054     Generate fallback Arabic shaping table
11055
11056     Not hooked up yet.
11057
11058  src/Makefile.am                         |    6 +-
11059  src/gen-arabic-table.py                 |  220
11060  ++++++++++++++++++++++---------
11061  src/gen-indic-table.py                  |    4 +-
11062  src/hb-ot-shape-complex-arabic-table.hh |  205
11063  ++++++++++++++++++++++++++++-
11064  4 files changed, 367 insertions(+), 68 deletions(-)
11065
11066 commit 3b26f96ebe859570d14c6902afc23462bca40712
11067 Author: Behdad Esfahbod <behdad@behdad.org>
11068 Date:   Tue Apr 10 10:52:07 2012 -0400
11069
11070     Add Thai shaper that does SARA AM decomposition / reordering
11071
11072     That's not in the OpenType spec, but it's what MS and Adobe do.
11073
11074  src/hb-buffer.cc                   |    1 +
11075  src/hb-ot-shape-complex-misc.cc    |  104
11076  +++++++++++++++++++++++++++++++++++-
11077  src/hb-ot-shape-complex-private.hh |    8 +++
11078  3 files changed, 112 insertions(+), 1 deletions(-)
11079
11080 commit 0b6d2ac6a1d04877ae4542fc2a3b920185547053
11081 Author: Behdad Esfahbod <behdad@behdad.org>
11082 Date:   Tue Apr 10 10:52:03 2012 -0400
11083
11084     Minor
11085
11086  TODO |   10 ++++------
11087  1 files changed, 4 insertions(+), 6 deletions(-)
11088
11089 commit e099dd6592b4ea887696330f4718efb572494d93
11090 Author: Behdad Esfahbod <behdad@behdad.org>
11091 Date:   Tue Apr 10 10:47:33 2012 -0400
11092
11093     Add Thai test case for SARA AM decomposition
11094
11095  test/shaping/texts/in-tree/shaper-hangul/MANIFEST  |    1 +
11096  .../texts/in-tree/shaper-thai/misc/misc.txt        |    5 +++++
11097  2 files changed, 6 insertions(+), 0 deletions(-)
11098
11099 commit 4450dc9354b18cd68980b0891b24ea8efa4f38b6
11100 Author: Behdad Esfahbod <behdad@behdad.org>
11101 Date:   Sat Apr 7 22:07:23 2012 -0400
11102
11103     Move around
11104
11105  test/shaping/texts/in-tree/MANIFEST                |    1 +
11106  test/shaping/texts/in-tree/shaper-default/MANIFEST |    1 -
11107  .../in-tree/shaper-default/script-hangul/MANIFEST  |    1 -
11108  .../shaper-default/script-hangul/misc/MANIFEST     |    1 -
11109  .../shaper-default/script-hangul/misc/misc.txt     |    2 --
11110  .../in-tree/shaper-hangul/script-hangul/MANIFEST   |    1 +
11111  .../shaper-hangul/script-hangul/misc/MANIFEST      |    1 +
11112  .../shaper-hangul/script-hangul/misc/misc.txt      |    2 ++
11113  8 files changed, 5 insertions(+), 5 deletions(-)
11114
11115 commit d4cc44716c1e098f8abbc0e495404598026ef242
11116 Author: Behdad Esfahbod <behdad@behdad.org>
11117 Date:   Sat Apr 7 21:52:28 2012 -0400
11118
11119     Move code around, in prep for Thai/Lao shaper
11120
11121  src/hb-buffer-private.hh                 |    5 +++++
11122  src/hb-buffer.cc                         |   23 +++++++++++++++++++++++
11123  src/hb-ot-shape-complex-indic-machine.rl |   14 +-------------
11124  3 files changed, 29 insertions(+), 13 deletions(-)
11125
11126 commit c9a841f4452921c5361b8f5697bbff7736ce60cd
11127 Author: Behdad Esfahbod <behdad@behdad.org>
11128 Date:   Sat Apr 7 15:06:55 2012 -0400
11129
11130     Add simple Hangul shaper that recomposes Jamo when feasible
11131
11132     Previously, we were NOT actually recomposing Hangul Jamo.  We do now.
11133     The two lines in:
11134
11135     test/shaping/texts/in-tree/shaper-default/script-hangul/misc/misc.txt
11136
11137     Now render the same with the UnDotum.ttf font.  Previously the second
11138     linle was rendering boxes.
11139
11140     We can also start applying OpenType Jamo features later.  At this
11141     time,
11142     I have no idea how the 'ljmo', 'vjmo', 'tjmo' features are supposed to
11143     work.  Maybe someone can explain them to me?
11144
11145  src/hb-ot-shape-complex-misc.cc    |   16 ++++++++++++++++
11146  src/hb-ot-shape-complex-private.hh |   15 +++++++++++++--
11147  2 files changed, 29 insertions(+), 2 deletions(-)
11148
11149 commit 968318455304804dc53045e8ba0cd4d76800c02d
11150 Author: Behdad Esfahbod <behdad@behdad.org>
11151 Date:   Sat Apr 7 14:57:21 2012 -0400
11152
11153     Implement normalization mode
11154     HB_OT_SHAPE_NORMALIZATION_MODE_COMPOSED_FULL
11155
11156     In this mode we try composing CCC=0 with CCC=0 characters.  Useful for
11157     Hangul.
11158
11159  src/hb-ot-shape-normalize.cc |   21 +++++++++++++--------
11160  1 files changed, 13 insertions(+), 8 deletions(-)
11161
11162 commit bec2ac4fde1ba0dd6dba02adbb836ce569a5cf6f
11163 Author: Behdad Esfahbod <behdad@behdad.org>
11164 Date:   Sat Apr 7 14:51:17 2012 -0400
11165
11166     Bring normalization algorithm closer to the spec
11167
11168     No logical difference so far.
11169
11170  src/hb-ot-shape-normalize.cc |    3 ++-
11171  1 files changed, 2 insertions(+), 1 deletions(-)
11172
11173 commit e02d9257863b49e33ab5942971266349d3c548f6
11174 Author: Behdad Esfahbod <behdad@behdad.org>
11175 Date:   Sat Apr 7 14:49:13 2012 -0400
11176
11177     Flip logic around
11178
11179  src/hb-ot-shape-normalize.cc |   38
11180  +++++++++++++-------------------------
11181  1 files changed, 13 insertions(+), 25 deletions(-)
11182
11183 commit aaa25d5f458127f53f4b5ecdeb986ae91fabbad3
11184 Author: Behdad Esfahbod <behdad@behdad.org>
11185 Date:   Thu Apr 5 17:27:23 2012 -0400
11186
11187     Add Hangul test case
11188
11189     Composed, and decomposed, of the same text.
11190
11191  test/shaping/texts/in-tree/shaper-default/MANIFEST |    1 +
11192  .../in-tree/shaper-default/script-hangul/MANIFEST  |    1 +
11193  .../shaper-default/script-hangul/misc/MANIFEST     |    1 +
11194  .../shaper-default/script-hangul/misc/misc.txt     |    2 ++
11195  4 files changed, 5 insertions(+), 0 deletions(-)
11196
11197 commit 11138ccff71f442da1fcf64faa0e1d22e083e775
11198 Author: Behdad Esfahbod <behdad@behdad.org>
11199 Date:   Thu Apr 5 17:25:19 2012 -0400
11200
11201     Add normalize mode
11202
11203     In preparation for Hangul shaper.
11204
11205  src/Makefile.am                      |    1 +
11206  src/hb-ot-layout-common-private.hh   |    1 -
11207  src/hb-ot-shape-complex-arabic.cc    |    6 +-
11208  src/hb-ot-shape-complex-indic.cc     |    6 +-
11209  src/hb-ot-shape-complex-misc.cc      |    8 ++--
11210  src/hb-ot-shape-complex-private.hh   |   13 +++---
11211  src/hb-ot-shape-normalize-private.hh |   46 +++++++++++++++++++++
11212  src/hb-ot-shape-normalize.cc         |   73
11213  ++++++++++++++++-----------------
11214  src/hb-ot-shape-private.hh           |    7 +--
11215  src/hb-ot-shape.cc                   |    2 +-
11216  10 files changed, 102 insertions(+), 61 deletions(-)
11217
11218 commit 6769f21d579a354e32577ec57348e97d2cb1b438
11219 Author: Behdad Esfahbod <behdad@behdad.org>
11220 Date:   Thu Apr 5 16:46:46 2012 -0400
11221
11222     More moving code around
11223
11224  src/hb-ot-shape-normalize.cc |    2 +-
11225  src/hb-ot-shape-private.hh   |    8 --------
11226  src/hb-ot-shape.cc           |    2 +-
11227  src/hb-unicode-private.hh    |    8 ++++++++
11228  4 files changed, 10 insertions(+), 10 deletions(-)
11229
11230 commit 2db2a566826ed4763ce69629194ec656bd48b0bd
11231 Author: Behdad Esfahbod <behdad@behdad.org>
11232 Date:   Thu Apr 5 16:40:37 2012 -0400
11233
11234     Move code around
11235
11236  src/hb-ot-shape-private.hh |   53
11237  ------------------------------------------
11238  src/hb-unicode-private.hh  |    3 ++
11239  src/hb-unicode.cc          |   55
11240  ++++++++++++++++++++++++++++++++++++++++++++
11241  3 files changed, 58 insertions(+), 53 deletions(-)
11242
11243 commit cad3821f3d5b68d490b0728bd37bd57428ec809c
11244 Author: Behdad Esfahbod <behdad@behdad.org>
11245 Date:   Wed Mar 7 17:13:25 2012 -0500
11246
11247     More sorting by Unicode version
11248
11249     This is the most convenient way to browse scripts.
11250
11251  src/hb-common.cc                   |    2 +-
11252  src/hb-common.h                    |    2 +-
11253  src/hb-ot-shape-complex-private.hh |   94
11254  ++++++++++++++++++++++++++---------
11255  3 files changed, 72 insertions(+), 26 deletions(-)
11256
11257 commit 317b9504d7a4faa70dcf21e5c2aff4792dbd201a
11258 Author: Behdad Esfahbod <behdad@behdad.org>
11259 Date:   Wed Mar 7 16:51:29 2012 -0500
11260
11261     Minor
11262
11263  src/hb-ot-shape-complex-private.hh |   10 ++++++++--
11264  1 files changed, 8 insertions(+), 2 deletions(-)
11265
11266 commit fa2673c1ee954ddbbfbfca7cced7b839d7776fc0
11267 Author: Behdad Esfahbod <behdad@behdad.org>
11268 Date:   Wed Mar 7 15:52:02 2012 -0500
11269
11270     More Unicode script age annotation, and a couple more RTL scripts
11271
11272     Cross-checked with Mark Davis's spreadsheet at http://goo.gl/x9ilM
11273
11274  src/hb-common.cc |    8 ++++++++
11275  src/hb-common.h  |   52
11276  +++++++++++++++++++++++++++++-----------------------
11277  2 files changed, 37 insertions(+), 23 deletions(-)
11278
11279 commit 6d4016f1ba48d409800dc3281b93e5cd58c99d9f
11280 Author: Behdad Esfahbod <behdad@behdad.org>
11281 Date:   Wed Mar 7 15:33:14 2012 -0500
11282
11283     Make src tests pass again
11284
11285  src/gen-arabic-table.py                 |   11 ++++++-----
11286  src/gen-indic-table.py                  |    9 +++++----
11287  src/hb-ot-shape-complex-arabic-table.hh |    6 ++++++
11288  src/hb-ot-shape-complex-indic-table.hh  |    4 ++++
11289  4 files changed, 21 insertions(+), 9 deletions(-)
11290
11291 commit 7da435f08cc406080a5ee9b1ab5351db6a93acae
11292 Author: Behdad Esfahbod <behdad@behdad.org>
11293 Date:   Wed Mar 7 15:20:20 2012 -0500
11294
11295     Separate Unicode 3.1 and Unicode 3.2 additions
11296
11297  src/hb-common.h |   14 +++++++++-----
11298  1 files changed, 9 insertions(+), 5 deletions(-)
11299
11300 commit f91136cb528e298651c4a8a8a1d6dc54136e09ce
11301 Author: Behdad Esfahbod <behdad@behdad.org>
11302 Date:   Wed Mar 7 12:56:22 2012 -0500
11303
11304     Route three Unicode 6.1 scripts through Indic shaper
11305
11306  src/hb-ot-shape-complex-private.hh |    7 ++++++-
11307  1 files changed, 6 insertions(+), 1 deletions(-)
11308
11309 commit f32c0012ad794cd2df669dfc7b0438fafbe38b2d
11310 Author: Behdad Esfahbod <behdad@behdad.org>
11311 Date:   Wed Mar 7 12:53:34 2012 -0500
11312
11313     Add Unicode 6.1.0 scripts
11314
11315  src/hb-common.h |    9 +++++++++
11316  src/hb-glib.cc  |   11 ++++++++++-
11317  2 files changed, 19 insertions(+), 1 deletions(-)
11318
11319 commit 50e810cd0e55c25fddb0a2fd0861c51fbf65700e
11320 Author: Behdad Esfahbod <behdad@behdad.org>
11321 Date:   Wed Mar 7 12:49:08 2012 -0500
11322
11323     Lydian and Kharoshthi are right-to-left
11324
11325  src/hb-common.cc |    6 ++++++
11326  1 files changed, 6 insertions(+), 0 deletions(-)
11327
11328 commit a52835635e4a2a12715aff2febb561515a10cd5a
11329 Author: Behdad Esfahbod <behdad@behdad.org>
11330 Date:   Wed Mar 7 12:38:39 2012 -0500
11331
11332     Whitespace
11333
11334  src/hb-common.h |  194
11335  +++++++++++++++++++++++++++---------------------------
11336  1 files changed, 97 insertions(+), 97 deletions(-)
11337
11338 commit 183224684a45d7dcd7d28510d4383a7a7cb3dff3
11339 Author: Behdad Esfahbod <behdad@behdad.org>
11340 Date:   Wed Mar 7 12:21:28 2012 -0500
11341
11342     Use generic shaper for Buhid
11343
11344     As requested by Jonathan Kew.
11345
11346     We need to devise a better mechanism to choose which scripts to
11347     pass through the Indic shaper.  Moreover, currently we are storing
11348     data for some scripts in the Indic shaper that are not even going
11349     through that shaper.  Need to find a better way...
11350
11351  src/hb-ot-shape-complex-private.hh |    2 +-
11352  1 files changed, 1 insertions(+), 1 deletions(-)
11353
11354 commit cdc8b491a8e7cec5082ca2ad0346c1f41fdd5c92
11355 Author: Behdad Esfahbod <behdad@behdad.org>
11356 Date:   Wed Mar 7 12:08:33 2012 -0500
11357
11358     Update Indic table to Unicode 6.1 data
11359
11360  src/Makefile.am                         |   15 +++
11361  src/gen-indic-table.py                  |   20 ++--
11362  src/hb-ot-shape-complex-arabic-table.hh |   35 ------
11363  src/hb-ot-shape-complex-indic-table.hh  |  178
11364  +++++++++++++++++++------------
11365  4 files changed, 134 insertions(+), 114 deletions(-)
11366
11367 commit e3b2e077f549b04779c08a9fedb1f35b9f11075c
11368 Author: Behdad Esfahbod <behdad@behdad.org>
11369 Date:   Wed Mar 7 10:21:24 2012 -0500
11370
11371     Typo
11372
11373  src/hb-ot-shape-normalize.cc |    2 +-
11374  1 files changed, 1 insertions(+), 1 deletions(-)
11375
11376 commit c346671b6b9b05fa51b95c16212eb29ac69510fa
11377 Author: Behdad Esfahbod <behdad@behdad.org>
11378 Date:   Tue Mar 6 20:47:50 2012 -0500
11379
11380     Minor doc fixes
11381
11382  src/hb-ot-shape-normalize.cc |   10 ++++++----
11383  1 files changed, 6 insertions(+), 4 deletions(-)
11384
11385 commit 406044986a68676f3050f9350ccc448c615fc685
11386 Author: Behdad Esfahbod <behdad@behdad.org>
11387 Date:   Tue Mar 6 20:24:31 2012 -0500
11388
11389     Add Hebrew diacritics test cases
11390
11391     From:
11392     https://bugzilla.mozilla.org/show_bug.cgi?id=662055
11393
11394  test/shaping/texts/in-tree/shaper-default/MANIFEST |    1 +
11395  .../in-tree/shaper-default/script-hebrew/MANIFEST  |    1 +
11396  .../shaper-default/script-hebrew/misc/MANIFEST     |    1 +
11397  .../script-hebrew/misc/diacritics.txt              |   15 +++++++++++++++
11398  4 files changed, 18 insertions(+), 0 deletions(-)
11399
11400 commit 461b9b6347e4f58589f5be82c40a2df61da2c715
11401 Author: Behdad Esfahbod <behdad@behdad.org>
11402 Date:   Thu Mar 1 18:11:19 2012 -0800
11403
11404     Fix cluster formation in Indic
11405
11406     Makes number of failures against Uniscribe with hi_IN dictionary from
11407     OO.o to go down from 6334 to 4290.  Not bad for a one-line change!
11408
11409     Mozilla Bug 729626 - ASAN: heap-buffer-overflow HTML
11410
11411  src/hb-ot-shape-complex-indic-machine.rl |    2 +-
11412  1 files changed, 1 insertions(+), 1 deletions(-)
11413
11414 commit bc71ad4973842f25216b48842a46d6c9cbce6aa3
11415 Author: Behdad Esfahbod <behdad@behdad.org>
11416 Date:   Thu Mar 1 17:30:29 2012 -0800
11417
11418     Fix atomic-int op on Apple
11419
11420     The OSAtomicAdd32Barrier operator returns the new value, we want the
11421     old value.
11422
11423  src/hb-blob.cc           |    2 +-
11424  src/hb-object-private.hh |    2 +-
11425  2 files changed, 2 insertions(+), 2 deletions(-)
11426
11427 commit a1970d9afc15b2c6b7513b923019bb223bd95154
11428 Author: Behdad Esfahbod <behdad@behdad.org>
11429 Date:   Fri Feb 24 13:51:09 2012 -0500
11430
11431     Add support for atomic int and mutex on Apple systems
11432
11433     So, apparently there's no atomic int 'get' method on Apple.
11434     You have to
11435     add(0) to get.  And that's not const-friendly.  So switch inert-object
11436     checking to a non-atomic get.  This, however, is safe, and a
11437     negligible
11438     performance boost too.
11439
11440  src/hb-mutex-private.hh  |   14 +++++++++-----
11441  src/hb-object-private.hh |   15 ++++++++++-----
11442  2 files changed, 19 insertions(+), 10 deletions(-)
11443
11444 commit 8004429102d7d3a8c42e1cbfe231835de4d3d782
11445 Author: Behdad Esfahbod <behdad@behdad.org>
11446 Date:   Thu Feb 23 18:47:17 2012 -0500
11447
11448     Remove unused hb_atomic_int_set()
11449
11450     Apparently it can't be implemented on OS X.  We weren't using
11451     it anyway.
11452
11453  src/hb-object-private.hh |    4 ----
11454  1 files changed, 0 insertions(+), 4 deletions(-)
11455
11456 commit 45227c10e416894ba7f84fdf72d849cecdb9b898
11457 Author: Behdad Esfahbod <behdad@behdad.org>
11458 Date:   Thu Feb 23 19:47:43 2012 -0500
11459
11460     Add hb-warning.cc.  Oops!
11461
11462  src/hb-warning.cc |   53
11463  +++++++++++++++++++++++++++++++++++++++++++++++++++++
11464  1 files changed, 53 insertions(+), 0 deletions(-)
11465
11466 commit bd7ff1dec5b92ee59fa060e793f88499adcd8c11
11467 Author: Behdad Esfahbod <behdad@behdad.org>
11468 Date:   Thu Feb 23 15:06:16 2012 -0500
11469
11470     Allow disabling multi-threaded support
11471
11472     By defining HB_NO_MT.
11473
11474     Also, only warn once per missing MT feature support.
11475
11476     Mozilla Bug 666661 - gfx/harfbuzz/src/hb-prive.h - compiler warnings
11477     on mac
11478
11479  src/Makefile.am          |    1 +
11480  src/hb-mutex-private.hh  |    6 +++---
11481  src/hb-object-private.hh |   11 +++--------
11482  3 files changed, 7 insertions(+), 11 deletions(-)
11483
11484 commit 634c9e3423a9c23793400d1f56e98070e00b6056
11485 Author: Behdad Esfahbod <behdad@behdad.org>
11486 Date:   Wed Feb 22 16:43:21 2012 -0500
11487
11488     Minor
11489
11490  src/hb-ot-shape-private.hh |   69
11491  +++++++++++++++++++++++++-------------------
11492  1 files changed, 39 insertions(+), 30 deletions(-)
11493
11494 commit 514b6f88668da4eab85103c536dabe24b7bc457b
11495 Author: Behdad Esfahbod <behdad@behdad.org>
11496 Date:   Wed Feb 22 16:34:37 2012 -0500
11497
11498     Followup: Reorder Hebrew combining classes for better rendering
11499
11500     Patch from Jonathan Kew.
11501
11502     Bug 662055 - advanced Hebrew diacritics are shown correctly only in
11503     particular order.
11504
11505  src/hb-ot-shape-private.hh |   20 ++++++++++----------
11506  1 files changed, 10 insertions(+), 10 deletions(-)
11507
11508 commit 6e78607ea71e3e5306f88f227ddba76133d16ed0
11509 Author: Behdad Esfahbod <behdad@behdad.org>
11510 Date:   Wed Feb 22 16:31:15 2012 -0500
11511
11512     Reorder Hebrew combining classes for better rendering
11513
11514     Patch from Jonathan Kew.
11515
11516     Bug 662055 - advanced Hebrew diacritics are shown correctly only in
11517     particular order
11518
11519  src/hb-ot-shape-private.hh |   28 ++++++++++++++++++++++++++++
11520  1 files changed, 28 insertions(+), 0 deletions(-)
11521
11522 commit 7a70ca78e06c676befe1ae17199fff1f000f8188
11523 Author: Behdad Esfahbod <behdad@behdad.org>
11524 Date:   Tue Feb 21 11:31:47 2012 -0500
11525
11526     Add test case from https://bugzilla.mozilla.org/show_bug.cgi?id=714067
11527
11528  .../shaper-arabic/script-arabic/misc/MANIFEST      |    1 +
11529  .../script-arabic/misc/ligature-diacritics.txt     |    1 +
11530  2 files changed, 2 insertions(+), 0 deletions(-)
11531
11532 commit f51e167436a51b890ffe3f7f7920498fa287acd9
11533 Author: Behdad Esfahbod <behdad@behdad.org>
11534 Date:   Mon Jan 30 09:48:33 2012 -0500
11535
11536     Minor error handling
11537
11538  util/options.cc |    6 +++++-
11539  1 files changed, 5 insertions(+), 1 deletions(-)
11540
11541 commit bee74efbdebc4e46ce57daa8a88bcf06b13411fe
11542 Author: Behdad Esfahbod <behdad@behdad.org>
11543 Date:   Fri Jan 27 02:14:08 2012 -0500
11544
11545     Update git.mk to new upstream
11546
11547  git.mk |   44 +++++++++++++++++++++++++++++++++-----------
11548  1 files changed, 33 insertions(+), 11 deletions(-)
11549
11550 commit 134aa7bc7e3f9b9de76c9de2ed4b7344a7b323f9
11551 Author: Behdad Esfahbod <behdad@behdad.org>
11552 Date:   Fri Jan 27 02:09:40 2012 -0500
11553
11554     Make checks more OS X friendly
11555
11556  src/check-internal-symbols.sh |   21 +++++++++++++--------
11557  src/check-libstdc++.sh        |   21 +++++++++++++--------
11558  2 files changed, 26 insertions(+), 16 deletions(-)
11559
11560 commit 6152199368399bf98368ea3c794fa760b49756ba
11561 Author: Behdad Esfahbod <behdad@behdad.org>
11562 Date:   Fri Jan 27 01:57:59 2012 -0500
11563
11564     Fix check-header-guards on OS X
11565
11566  src/check-header-guards.sh |    2 +-
11567  1 files changed, 1 insertions(+), 1 deletions(-)
11568
11569 commit c62e41b6aad1fc56225d0e53d6d4abd0f005fe3b
11570 Author: Behdad Esfahbod <behdad@behdad.org>
11571 Date:   Fri Jan 27 02:20:58 2012 -0500
11572
11573     Minor
11574
11575  configure.ac |    8 ++++----
11576  1 files changed, 4 insertions(+), 4 deletions(-)
11577
11578 commit 1a5a91dc0d8bf4b72a2f22dc6300b06ad7000b79
11579 Author: Behdad Esfahbod <behdad@behdad.org>
11580 Date:   Sun Jan 22 19:57:00 2012 -0500
11581
11582     Add a few more tests
11583
11584  .../indic/script-devanagari/misc/misc.txt          |    3 +++
11585  .../south-east-asian/script-thai/misc/misc.txt     |    9 +++++++++
11586  2 files changed, 12 insertions(+), 0 deletions(-)
11587
11588 commit 1795f3a222a85cdf80c78a0e9181d23dd1673876
11589 Author: Behdad Esfahbod <behdad@behdad.org>
11590 Date:   Sun Jan 22 19:29:45 2012 -0500
11591
11592     Add a couple Thai test cases from Thep
11593
11594  .../in-tree/shaper-indic/south-east-asian/MANIFEST |    1 +
11595  .../south-east-asian/script-thai/MANIFEST          |    1 +
11596  .../south-east-asian/script-thai/misc/MANIFEST     |    1 +
11597  .../south-east-asian/script-thai/misc/misc.txt     |    2 ++
11598  4 files changed, 5 insertions(+), 0 deletions(-)
11599
11600 commit ec3f506682fc6e2d7d7455e49d6c82ac9dd0c660
11601 Author: Behdad Esfahbod <behdad@behdad.org>
11602 Date:   Sun Jan 22 19:10:55 2012 -0500
11603
11604     Add Devanagari test from Tom Hacohen
11605
11606  .../indic/script-devanagari/misc/misc.txt          |    1 +
11607  1 files changed, 1 insertions(+), 0 deletions(-)
11608
11609 commit 71be4ca3dd5eaaca31957e34fef11f6aeb4aebdf
11610 Author: Behdad Esfahbod <behdad@behdad.org>
11611 Date:   Sun Jan 22 16:26:49 2012 -0500
11612
11613     Also ignore "ChangeLog" in manifests
11614
11615  test/shaping/hb_test_tools.py |    2 +-
11616  1 files changed, 1 insertions(+), 1 deletions(-)
11617
11618 commit 3c9a39ecd65990f2c7b29bb741c6a538fa425531
11619 Author: Behdad Esfahbod <behdad@behdad.org>
11620 Date:   Sun Jan 22 16:21:19 2012 -0500
11621
11622     Remove newline
11623
11624  test/shaping/hb_test_tools.py |    2 ++
11625  1 files changed, 2 insertions(+), 0 deletions(-)
11626
11627 commit e4ccbfe276db5ed098ddcf78a7bb8f2da4263128
11628 Author: Behdad Esfahbod <behdad@behdad.org>
11629 Date:   Sun Jan 22 16:07:32 2012 -0500
11630
11631     Allow --color=html in hb-diff
11632
11633     Not that useful right now as we don't escape < and >.  Perhaps
11634     another tool can be added to convert the ANSI output to HTML.
11635
11636  test/shaping/hb-diff          |    2 +-
11637  test/shaping/hb_test_tools.py |   22 +++++++++++++++++-----
11638  2 files changed, 18 insertions(+), 6 deletions(-)
11639
11640 commit 71632c96daa4ba15e13f4d9e7f2c121d0162614e
11641 Author: Behdad Esfahbod <behdad@behdad.org>
11642 Date:   Sun Jan 22 15:31:44 2012 -0500
11643
11644     Fallback to Latin script if the font has no other usable scripts
11645
11646     Patch and description from Jonathan Kew:
11647
11648     It turns out that some legacy Thai fonts provide OpenType substitution
11649     features to implement mark positioning, but (incorrectly) put those
11650     features/lookups under the 'latn' script tag instead of using 'thai'
11651     (or
11652     possibly 'DFLT'). See
11653     https://bugzilla.mozilla.org/show_bug.cgi?id=719366 for an example and
11654     more detailed description.
11655
11656     Although this is really a font bug, I suggest that we could improve
11657     the
11658     rendering of such fonts by looking for the 'latn' as a fallback if
11659     neither the requested script nor "default" is found in
11660     hb_ot_layout_table_choose_script. Suggested patch against harfbuzz
11661     master is attached.
11662
11663     This does _not_ affect the other kind of legacy Thai font, where
11664     custom
11665     code to support vendor-specific PUA codepoints would be needed. I'm
11666     not
11667     keen to go down that path; IMO, such fonts should be ruthlessly
11668     stamped
11669     out in favour of standards-based solutions. :)
11670
11671     JK
11672
11673  src/hb-ot-layout.cc |    9 +++++++++
11674  1 files changed, 9 insertions(+), 0 deletions(-)
11675
11676 commit 8f80f93491be73f05eba908591c856339acda51e
11677 Author: Behdad Esfahbod <behdad@behdad.org>
11678 Date:   Sat Jan 21 20:03:25 2012 -0500
11679
11680     More shoveling around
11681
11682  test/shaping/hb-diff-filter-failures |    2 +-
11683  test/shaping/hb-manifest-read        |    2 +-
11684  test/shaping/hb_test_tools.py        |   27 ++++++++++++++++-----------
11685  3 files changed, 18 insertions(+), 13 deletions(-)
11686
11687 commit c78c6e9844a23144ce7fa29afbf57b74587bfcd0
11688 Author: Behdad Esfahbod <behdad@behdad.org>
11689 Date:   Sat Jan 21 19:55:16 2012 -0500
11690
11691     Cleanup
11692
11693  test/shaping/hb-manifest-read |    2 +-
11694  test/shaping/hb_test_tools.py |   13 ++++++++-----
11695  2 files changed, 9 insertions(+), 6 deletions(-)
11696
11697 commit ab94a9c542f7ec9143335b73493ccb75d4586a3a
11698 Author: Behdad Esfahbod <behdad@behdad.org>
11699 Date:   Sat Jan 21 19:43:58 2012 -0500
11700
11701     Distribute testing tools
11702
11703  test/shaping/Makefile.am |   24 ++++++++++++++++++++++++
11704  1 files changed, 24 insertions(+), 0 deletions(-)
11705
11706 commit 3e86feb54c94e46b60168fd2a4773183eb1354b4
11707 Author: Behdad Esfahbod <behdad@behdad.org>
11708 Date:   Sat Jan 21 19:40:30 2012 -0500
11709
11710     Speed up colorless diff
11711
11712  test/shaping/hb_test_tools.py |    6 ++++++
11713  1 files changed, 6 insertions(+), 0 deletions(-)
11714
11715 commit 1e58df603457cb4b57da78b5d4a8df66aa7d7be4
11716 Author: Behdad Esfahbod <behdad@behdad.org>
11717 Date:   Sat Jan 21 19:37:31 2012 -0500
11718
11719     Cleanup manifest code
11720
11721  test/shaping/hb_test_tools.py |   18 ++++++++++++------
11722  1 files changed, 12 insertions(+), 6 deletions(-)
11723
11724 commit 956d552e108eeb50bb3ad21588830af7a2f3862a
11725 Author: Behdad Esfahbod <behdad@behdad.org>
11726 Date:   Sat Jan 21 19:31:51 2012 -0500
11727
11728     Port hb-manifest-update to Python
11729
11730  test/shaping/hb-manifest-update |   23 +++--------------------
11731  test/shaping/hb_test_tools.py   |   38
11732  ++++++++++++++++++++++++++++++--------
11733  2 files changed, 33 insertions(+), 28 deletions(-)
11734
11735 commit 3a34e9e351ed0ee3eb27f9c0f154bc227f1226bf
11736 Author: Behdad Esfahbod <behdad@behdad.org>
11737 Date:   Sat Jan 21 19:15:41 2012 -0500
11738
11739     Ignore Broken Pipe errors
11740
11741  test/shaping/hb_test_tools.py |   76
11742  ++++++++++++++++++++++++++---------------
11743  1 files changed, 48 insertions(+), 28 deletions(-)
11744
11745 commit d5300241680844f5625f32792f7dd7181ed05f9b
11746 Author: Behdad Esfahbod <behdad@behdad.org>
11747 Date:   Sat Jan 21 19:07:22 2012 -0500
11748
11749     [util] Make clusters work with char offset instead of UTF-8 offset
11750
11751     This means the --features indices also refer to char position
11752     instead of byte position now.  Same for cluster values reported
11753     by hb-shape.
11754
11755     Will add an option for byte indices later.
11756
11757  util/options.cc |    7 +++++--
11758  util/options.hh |   12 ++++++++++++
11759  2 files changed, 17 insertions(+), 2 deletions(-)
11760
11761 commit 0f68f4a0b5ee78cbdb2a89a9a1a9125afe72ed2f
11762 Author: Behdad Esfahbod <behdad@behdad.org>
11763 Date:   Sat Jan 21 18:59:48 2012 -0500
11764
11765     Correctly print out Unicode strings
11766
11767  util/options.cc |    2 +-
11768  1 files changed, 1 insertions(+), 1 deletions(-)
11769
11770 commit f22089ac24f43ff048c2a0f1c1f604ae3a96be8b
11771 Author: Behdad Esfahbod <behdad@behdad.org>
11772 Date:   Fri Jan 20 21:21:47 2012 -0500
11773
11774     Misc fixes
11775
11776  test/shaping/hb-diff          |    8 ++++----
11777  test/shaping/hb_test_tools.py |    4 ++--
11778  2 files changed, 6 insertions(+), 6 deletions(-)
11779
11780 commit 96968bfae5ce61a0a098bf0e6acd2210a309a499
11781 Author: Behdad Esfahbod <behdad@behdad.org>
11782 Date:   Fri Jan 20 21:16:34 2012 -0500
11783
11784     Port hb-manifest-read to Python
11785
11786  test/shaping/hb-diff-filter-failures |    2 +-
11787  test/shaping/hb-manifest-read        |   37 ++-----------------------
11788  test/shaping/hb_test_tools.py        |   49
11789  ++++++++++++++++++++++++++++++---
11790  3 files changed, 48 insertions(+), 40 deletions(-)
11791
11792 commit a59ed46fa4f7b76605f8ce6e75783ead406468f5
11793 Author: Behdad Esfahbod <behdad@behdad.org>
11794 Date:   Fri Jan 20 20:56:32 2012 -0500
11795
11796     Add final residues from test-shape-complex
11797
11798  .../in-tree/shaper-arabic/script-nko/misc/MANIFEST |    1 +
11799  .../in-tree/shaper-arabic/script-nko/misc/misc.txt |    5 +++++
11800  test/shaping/texts/in-tree/shaper-default/MANIFEST |    1 +
11801  .../shaper-default/script-linear-b/MANIFEST        |    1 +
11802  .../shaper-default/script-linear-b/misc/MANIFEST   |    1 +
11803  .../shaper-default/script-linear-b/misc/misc.txt   |    1 +
11804  test/shaping/texts/in-tree/shaper-indic/MANIFEST   |    1 +
11805  .../in-tree/shaper-indic/south-east-asian/MANIFEST |    1 +
11806  .../south-east-asian/script-khmer/MANIFEST         |    1 +
11807  .../south-east-asian/script-khmer/misc/MANIFEST    |    1 +
11808  .../south-east-asian/script-khmer/misc/misc.txt    |    9 +++++++++
11809  11 files changed, 23 insertions(+), 0 deletions(-)
11810
11811 commit 820e0ed318d9b187a131baa9491d5d390ec33ef4
11812 Author: Behdad Esfahbod <behdad@behdad.org>
11813 Date:   Fri Jan 20 20:51:52 2012 -0500
11814
11815     Add Punjabi tests from test-shape-complex also
11816
11817  .../indic/script-punjabi/misc/MANIFEST             |    1 +
11818  .../indic/script-punjabi/misc/misc.txt             |    1 +
11819  2 files changed, 2 insertions(+), 0 deletions(-)
11820
11821 commit a7d71c105772fb612871b4cae59bdae47bbc8751
11822 Author: Behdad Esfahbod <behdad@behdad.org>
11823 Date:   Fri Jan 20 20:50:09 2012 -0500
11824
11825     Add Tamil test data from Muguntharaj Subramanian
11826
11827  .../shaper-indic/indic/script-tamil/misc/MANIFEST  |    1 +
11828  .../shaper-indic/indic/script-tamil/misc/misc.txt  |   43
11829  ++++++++++++++++++++
11830  2 files changed, 44 insertions(+), 0 deletions(-)
11831
11832 commit 5992a9941e7f19181df1e34e79e514ccedc3d284
11833 Author: Behdad Esfahbod <behdad@behdad.org>
11834 Date:   Fri Jan 20 20:48:14 2012 -0500
11835
11836     Import test data from late test-shape-complex
11837
11838  .../in-tree/shaper-arabic/script-arabic/MANIFEST   |    1 +
11839  .../in-tree/shaper-arabic/script-mandaic/MANIFEST  |    1 +
11840  .../shaper-arabic/script-mongolian/MANIFEST        |    1 +
11841  .../in-tree/shaper-arabic/script-nko/MANIFEST      |    1 +
11842  .../in-tree/shaper-arabic/script-syriac/MANIFEST   |    1 +
11843  .../shaper-indic/indic/script-assamese/MANIFEST    |    1 +
11844  .../shaper-indic/indic/script-bengali/MANIFEST     |    1 +
11845  .../indic/script-bengali/misc/MANIFEST             |    1 +
11846  .../indic/script-bengali/misc/misc.txt             |   48
11847  ++++++++++++++++++++
11848  .../shaper-indic/indic/script-devanagari/MANIFEST  |    1 +
11849  .../indic/script-devanagari/misc/MANIFEST          |    1 +
11850  .../indic/script-devanagari/misc/misc.txt          |   23 +++++++++
11851  .../shaper-indic/indic/script-gujarati/MANIFEST    |    1 +
11852  .../shaper-indic/indic/script-kannada/MANIFEST     |    1 +
11853  .../indic/script-kannada/misc/MANIFEST             |    1 +
11854  .../indic/script-kannada/misc/misc.txt             |   17 +++++++
11855  .../shaper-indic/indic/script-malayalam/MANIFEST   |    1 +
11856  .../indic/script-malayalam/misc/MANIFEST           |    1 +
11857  .../indic/script-malayalam/misc/misc.txt           |   22 +++++++++
11858  .../shaper-indic/indic/script-oriya/MANIFEST       |    1 +
11859  .../shaper-indic/indic/script-oriya/misc/MANIFEST  |    1 +
11860  .../shaper-indic/indic/script-oriya/misc/misc.txt  |   28 +++++++++++
11861  .../shaper-indic/indic/script-punjabi/MANIFEST     |    1 +
11862  .../shaper-indic/indic/script-sinhala/MANIFEST     |    1 +
11863  .../indic/script-sinhala/misc/MANIFEST             |    1 +
11864  .../indic/script-sinhala/misc/misc.txt             |    6 +++
11865  .../shaper-indic/indic/script-tamil/MANIFEST       |    1 +
11866  .../shaper-indic/indic/script-telugu/MANIFEST      |    1 +
11867  .../shaper-indic/indic/script-telugu/misc/MANIFEST |    1 +
11868  .../shaper-indic/indic/script-telugu/misc/misc.txt |   11 +++++
11869  30 files changed, 178 insertions(+), 0 deletions(-)
11870
11871 commit 46ac45647760984c6220f04ba4521038e628b169
11872 Author: Behdad Esfahbod <behdad@behdad.org>
11873 Date:   Fri Jan 20 19:32:17 2012 -0500
11874
11875     Fix Unicode encoding issue
11876
11877  test/shaping/hb_test_tools.py |    8 ++++----
11878  1 files changed, 4 insertions(+), 4 deletions(-)
11879
11880 commit ad34e39a4a320310b1edd9fc4d7e740373510c69
11881 Author: Behdad Esfahbod <behdad@behdad.org>
11882 Date:   Fri Jan 20 18:39:27 2012 -0500
11883
11884     Make test tools interactive
11885
11886     By bypassing readlines() buffering.
11887
11888  test/shaping/hb_test_tools.py |   33 +++++++++++++++++++++++++++------
11889  1 files changed, 27 insertions(+), 6 deletions(-)
11890
11891 commit 91540a7d97051a3d6e97fdcd1e98af23e0780cdd
11892 Author: Behdad Esfahbod <behdad@behdad.org>
11893 Date:   Fri Jan 20 18:27:52 2012 -0500
11894
11895     Move most testing logic into hb_test_tools.py
11896
11897     The actual utils are one-liners now.
11898
11899  test/shaping/hb-diff                 |   77 ++-------------
11900  test/shaping/hb-diff-filter-failures |   27 +-----
11901  test/shaping/hb-unicode-decode       |   18 +---
11902  test/shaping/hb-unicode-encode       |   21 +----
11903  test/shaping/hb-unicode-prettyname   |   53 +----------
11904  test/shaping/hb_test_tools.py        |  180
11905  ++++++++++++++++++++++++++++++++++
11906  6 files changed, 197 insertions(+), 179 deletions(-)
11907
11908 commit 66aa080033dcff07b8bb5e7b1f0e3511f067d6c1
11909 Author: Behdad Esfahbod <behdad@behdad.org>
11910 Date:   Fri Jan 20 17:36:10 2012 -0500
11911
11912     Remove test-shape-complex
11913
11914     New shaping testsuite and framework coming.
11915
11916  test/api/Makefile.am               |    6 -
11917  test/api/test-shape-complex.c      | 1237
11918  ------------------------------------
11919  test/shaping/hb-unicode-prettyname |    1 +
11920  3 files changed, 1 insertions(+), 1243 deletions(-)
11921
11922 commit ed459bfb63c58b59fc0dbe25021c396e8ef8683c
11923 Author: Behdad Esfahbod <behdad@behdad.org>
11924 Date:   Fri Jan 20 17:24:05 2012 -0500
11925
11926     Add hb-unicode-encode
11927
11928  test/shaping/hb-unicode-encode |   22 ++++++++++++++++++++++
11929  1 files changed, 22 insertions(+), 0 deletions(-)
11930
11931 commit d8134bc017ca3383e0978ddee57070eb3aab8964
11932 Author: Behdad Esfahbod <behdad@behdad.org>
11933 Date:   Fri Jan 20 17:18:59 2012 -0500
11934
11935     [hb-shape] Add parantheses around --show-text output
11936
11937  util/options.cc |    2 ++
11938  1 files changed, 2 insertions(+), 0 deletions(-)
11939
11940 commit b12c4d43614199f8910a06507603f6c431d9df67
11941 Author: Behdad Esfahbod <behdad@behdad.org>
11942 Date:   Fri Jan 20 17:17:44 2012 -0500
11943
11944     Add hb-diff-filter-failures
11945
11946  test/shaping/hb-diff-filter-failures |   28 ++++++++++++++++++++++++++++
11947  1 files changed, 28 insertions(+), 0 deletions(-)
11948
11949 commit d4bffbc55bf4c23ab5c7f46af613aeecc79ac515
11950 Author: Behdad Esfahbod <behdad@behdad.org>
11951 Date:   Fri Jan 20 17:16:35 2012 -0500
11952
11953     Move
11954
11955  test/shaping/texts/MANIFEST                        |    4 +-
11956  test/shaping/texts/in-tree/MANIFEST                |    3 +
11957  test/shaping/texts/in-tree/shaper-arabic/MANIFEST  |    5 +
11958  test/shaping/texts/in-tree/shaper-indic/MANIFEST   |    1 +
11959  .../texts/in-tree/shaper-indic/indic/MANIFEST      |   11 +
11960  .../shaper-indic/indic/script-assamese/MANIFEST    |    1 +
11961  .../indic/script-assamese/utrrs/LICENSE            |   19 +
11962  .../indic/script-assamese/utrrs/MANIFEST           |    3 +
11963  .../indic/script-assamese/utrrs/README             |   13 +
11964  .../indic/script-assamese/utrrs/SOURCES            |    2 +
11965  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    4 +
11966  .../IndicFontFeatureCodepoint-Consonants.txt       |   40 +
11967  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   10 +
11968  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
11969  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   11 +
11970  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
11971  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    6 +
11972  .../indic/script-assamese/utrrs/codepoint/MANIFEST |    7 +
11973  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   59 +
11974  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |  131 ++
11975  .../indic/script-assamese/utrrs/gpos/MANIFEST      |    2 +
11976  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  139 ++
11977  .../indic/script-assamese/utrrs/gsub/MANIFEST      |    1 +
11978  .../shaper-indic/indic/script-bengali/MANIFEST     |    1 +
11979  .../indic/script-bengali/utrrs/LICENSE             |   19 +
11980  .../indic/script-bengali/utrrs/MANIFEST            |    3 +
11981  .../shaper-indic/indic/script-bengali/utrrs/README |   13 +
11982  .../indic/script-bengali/utrrs/SOURCES             |    2 +
11983  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    1 +
11984  .../IndicFontFeatureCodepoint-Consonants.txt       |   36 +
11985  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   10 +
11986  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
11987  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   12 +
11988  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
11989  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    6 +
11990  .../indic/script-bengali/utrrs/codepoint/MANIFEST  |    7 +
11991  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   58 +
11992  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |  119 ++
11993  .../indic/script-bengali/utrrs/gpos/MANIFEST       |    2 +
11994  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  215 +++
11995  .../indic/script-bengali/utrrs/gsub/MANIFEST       |    1 +
11996  .../shaper-indic/indic/script-devanagari/MANIFEST  |    1 +
11997  .../indic/script-devanagari/utrrs/LICENSE          |   19 +
11998  .../indic/script-devanagari/utrrs/MANIFEST         |    3 +
11999  .../indic/script-devanagari/utrrs/README           |   13 +
12000  .../indic/script-devanagari/utrrs/SOURCES          |    2 +
12001  ...icFontFeatureCodepoint-AdditionalConsonants.txt |    8 +
12002  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    4 +
12003  .../IndicFontFeatureCodepoint-Consonants.txt       |   45 +
12004  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   14 +
12005  ...tFeatureCodepoint-DevnagariSpecificAddition.txt |    1 +
12006  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
12007  ...ndicFontFeatureCodepoint-GenericPunctuation.txt |    2 +
12008  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   16 +
12009  .../IndicFontFeatureCodepoint-VariousSigns.txt     |   10 +
12010  .../script-devanagari/utrrs/codepoint/MANIFEST     |    9 +
12011  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |  185 +++
12012  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |  185 +++
12013  .../indic/script-devanagari/utrrs/gpos/MANIFEST    |    2 +
12014  .../utrrs/gsub/IndicFontFeatureGSUB.txt            | 1367
12015  ++++++++++++++++++++
12016  .../indic/script-devanagari/utrrs/gsub/MANIFEST    |    1 +
12017  .../shaper-indic/indic/script-gujarati/MANIFEST    |    1 +
12018  .../indic/script-gujarati/utrrs/LICENSE            |   19 +
12019  .../indic/script-gujarati/utrrs/MANIFEST           |    3 +
12020  .../indic/script-gujarati/utrrs/README             |   13 +
12021  .../indic/script-gujarati/utrrs/SOURCES            |    2 +
12022  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    1 +
12023  .../IndicFontFeatureCodepoint-Consonants.txt       |   34 +
12024  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   12 +
12025  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
12026  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   13 +
12027  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
12028  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    7 +
12029  .../indic/script-gujarati/utrrs/codepoint/MANIFEST |    7 +
12030  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |  170 +++
12031  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |  170 +++
12032  .../indic/script-gujarati/utrrs/gpos/MANIFEST      |    2 +
12033  .../utrrs/gsub/IndicFontFeatureGSUB.txt            | 1156
12034  +++++++++++++++++
12035  .../indic/script-gujarati/utrrs/gsub/MANIFEST      |    1 +
12036  .../shaper-indic/indic/script-kannada/MANIFEST     |    1 +
12037  .../indic/script-kannada/utrrs/LICENSE             |   19 +
12038  .../indic/script-kannada/utrrs/MANIFEST            |    3 +
12039  .../shaper-indic/indic/script-kannada/utrrs/README |   13 +
12040  .../indic/script-kannada/utrrs/SOURCES             |    2 +
12041  ...icFontFeatureCodepoint-AdditionalConsonants.txt |    1 +
12042  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    4 +
12043  .../IndicFontFeatureCodepoint-Consonants.txt       |   40 +
12044  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   13 +
12045  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
12046  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   14 +
12047  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
12048  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    9 +
12049  .../indic/script-kannada/utrrs/codepoint/MANIFEST  |    8 +
12050  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |  188 +++
12051  .../indic/script-kannada/utrrs/gpos/MANIFEST       |    1 +
12052  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  306 +++++
12053  .../indic/script-kannada/utrrs/gsub/MANIFEST       |    1 +
12054  .../shaper-indic/indic/script-malayalam/MANIFEST   |    1 +
12055  .../indic/script-malayalam/utrrs/LICENSE           |   19 +
12056  .../indic/script-malayalam/utrrs/MANIFEST          |    2 +
12057  .../indic/script-malayalam/utrrs/README            |   13 +
12058  .../indic/script-malayalam/utrrs/SOURCES           |    2 +
12059  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    2 +
12060  .../IndicFontFeatureCodepoint-Consonants.txt       |   36 +
12061  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   12 +
12062  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
12063  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   14 +
12064  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
12065  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    4 +
12066  .../script-malayalam/utrrs/codepoint/MANIFEST      |    7 +
12067  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  254 ++++
12068  .../indic/script-malayalam/utrrs/gsub/MANIFEST     |    1 +
12069  .../shaper-indic/indic/script-oriya/MANIFEST       |    1 +
12070  .../shaper-indic/indic/script-oriya/utrrs/LICENSE  |   19 +
12071  .../shaper-indic/indic/script-oriya/utrrs/MANIFEST |    2 +
12072  .../shaper-indic/indic/script-oriya/utrrs/README   |   13 +
12073  .../shaper-indic/indic/script-oriya/utrrs/SOURCES  |    2 +
12074  ...icFontFeatureCodepoint-AdditionalConsonants.txt |    3 +
12075  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    2 +
12076  .../IndicFontFeatureCodepoint-Consonants.txt       |   34 +
12077  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   12 +
12078  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
12079  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   12 +
12080  .../IndicFontFeatureCodepoint-OriyaSpecific.txt    |    2 +
12081  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
12082  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    8 +
12083  .../indic/script-oriya/utrrs/codepoint/MANIFEST    |    9 +
12084  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  170 +++
12085  .../indic/script-oriya/utrrs/gsub/MANIFEST         |    1 +
12086  .../shaper-indic/indic/script-punjabi/MANIFEST     |    1 +
12087  .../indic/script-punjabi/utrrs/LICENSE             |   19 +
12088  .../indic/script-punjabi/utrrs/MANIFEST            |    3 +
12089  .../shaper-indic/indic/script-punjabi/utrrs/README |   13 +
12090  .../indic/script-punjabi/utrrs/SOURCES             |    2 +
12091  .../IndicFontFeatureCodepoint-Consonants.txt       |   38 +
12092  .../IndicFontFeatureCodepoint-DependentVowels.txt  |    9 +
12093  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
12094  .../IndicFontFeatureCodepoint-GurmukhiSpecific.txt |    6 +
12095  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   10 +
12096  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
12097  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    6 +
12098  .../indic/script-punjabi/utrrs/codepoint/MANIFEST  |    7 +
12099  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   22 +
12100  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |    2 +
12101  .../indic/script-punjabi/utrrs/gpos/MANIFEST       |    2 +
12102  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  152 +++
12103  .../indic/script-punjabi/utrrs/gsub/MANIFEST       |    1 +
12104  .../shaper-indic/indic/script-sinhala/MANIFEST     |    1 +
12105  .../indic/script-sinhala/utrrs/LICENSE             |   19 +
12106  .../indic/script-sinhala/utrrs/MANIFEST            |    3 +
12107  .../shaper-indic/indic/script-sinhala/utrrs/README |   13 +
12108  .../indic/script-sinhala/utrrs/SOURCES             |    2 +
12109  .../IndicFontFeatureCodepoint-Consonants.txt       |   41 +
12110  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   17 +
12111  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   18 +
12112  .../IndicFontFeatureCodepoint-Punctuation.txt      |    1 +
12113  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    3 +
12114  .../indic/script-sinhala/utrrs/codepoint/MANIFEST  |    5 +
12115  .../utrrs/gpos/IndicFontFeatureGPOS.txt            |  162 +++
12116  .../indic/script-sinhala/utrrs/gpos/MANIFEST       |    1 +
12117  .../utrrs/gsub/IndicFontFeatureGSUB-Conjunct.txt   |    1 +
12118  .../gsub/IndicFontFeatureGSUB-Rakaaraansaya.txt    |   41 +
12119  .../utrrs/gsub/IndicFontFeatureGSUB-Repaya.txt     |   42 +
12120  .../gsub/IndicFontFeatureGSUB-Special-Cases.txt    |    2 +
12121  .../gsub/IndicFontFeatureGSUB-TouchingLetters.txt  |    1 +
12122  .../utrrs/gsub/IndicFontFeatureGSUB-Yansaya.txt    |   41 +
12123  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |    1 +
12124  .../indic/script-sinhala/utrrs/gsub/MANIFEST       |    7 +
12125  .../shaper-indic/indic/script-tamil/MANIFEST       |    1 +
12126  .../shaper-indic/indic/script-tamil/utrrs/LICENSE  |   19 +
12127  .../shaper-indic/indic/script-tamil/utrrs/MANIFEST |    3 +
12128  .../shaper-indic/indic/script-tamil/utrrs/README   |   13 +
12129  .../shaper-indic/indic/script-tamil/utrrs/SOURCES  |    2 +
12130  .../IndicFontFeatureCodepoint-Consonants.txt       |   23 +
12131  .../IndicFontFeatureCodepoint-CurrencySymbols.txt  |    1 +
12132  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   11 +
12133  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
12134  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   12 +
12135  .../IndicFontFeatureCodepoint-Numerics.txt         |    3 +
12136  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
12137  .../IndicFontFeatureCodepoint-Symbols.txt          |    6 +
12138  .../IndicFontFeatureCodepoint-TamilSymbol.txt      |    1 +
12139  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    4 +
12140  .../indic/script-tamil/utrrs/codepoint/MANIFEST    |   10 +
12141  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   64 +
12142  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |   44 +
12143  .../indic/script-tamil/utrrs/gpos/MANIFEST         |    2 +
12144  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |    4 +
12145  .../indic/script-tamil/utrrs/gsub/MANIFEST         |    1 +
12146  .../shaper-indic/indic/script-telugu/MANIFEST      |    1 +
12147  .../shaper-indic/indic/script-telugu/utrrs/LICENSE |   19 +
12148  .../indic/script-telugu/utrrs/MANIFEST             |    3 +
12149  .../shaper-indic/indic/script-telugu/utrrs/README  |   13 +
12150  .../shaper-indic/indic/script-telugu/utrrs/SOURCES |    2 +
12151  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    2 +
12152  .../IndicFontFeatureCodepoint-Consonants.txt       |   38 +
12153  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   13 +
12154  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
12155  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   14 +
12156  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
12157  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    6 +
12158  .../indic/script-telugu/utrrs/codepoint/MANIFEST   |    7 +
12159  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |  385 ++++++
12160  .../indic/script-telugu/utrrs/gpos/MANIFEST        |    1 +
12161  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  287 ++++
12162  .../indic/script-telugu/utrrs/gsub/MANIFEST        |    1 +
12163  test/shaping/texts/shaper-arabic/MANIFEST          |    5 -
12164  test/shaping/texts/shaper-indic/MANIFEST           |    1 -
12165  test/shaping/texts/shaper-indic/indic/MANIFEST     |   11 -
12166  .../shaper-indic/indic/script-assamese/MANIFEST    |    1 -
12167  .../indic/script-assamese/utrrs/LICENSE            |   19 -
12168  .../indic/script-assamese/utrrs/MANIFEST           |    3 -
12169  .../indic/script-assamese/utrrs/README             |   13 -
12170  .../indic/script-assamese/utrrs/SOURCES            |    2 -
12171  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    4 -
12172  .../IndicFontFeatureCodepoint-Consonants.txt       |   40 -
12173  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   10 -
12174  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 -
12175  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   11 -
12176  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 -
12177  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    6 -
12178  .../indic/script-assamese/utrrs/codepoint/MANIFEST |    7 -
12179  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   59 -
12180  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |  131 --
12181  .../indic/script-assamese/utrrs/gpos/MANIFEST      |    2 -
12182  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  139 --
12183  .../indic/script-assamese/utrrs/gsub/MANIFEST      |    1 -
12184  .../shaper-indic/indic/script-bengali/MANIFEST     |    1 -
12185  .../indic/script-bengali/utrrs/LICENSE             |   19 -
12186  .../indic/script-bengali/utrrs/MANIFEST            |    3 -
12187  .../shaper-indic/indic/script-bengali/utrrs/README |   13 -
12188  .../indic/script-bengali/utrrs/SOURCES             |    2 -
12189  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    1 -
12190  .../IndicFontFeatureCodepoint-Consonants.txt       |   36 -
12191  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   10 -
12192  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 -
12193  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   12 -
12194  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 -
12195  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    6 -
12196  .../indic/script-bengali/utrrs/codepoint/MANIFEST  |    7 -
12197  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   58 -
12198  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |  119 --
12199  .../indic/script-bengali/utrrs/gpos/MANIFEST       |    2 -
12200  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  215 ---
12201  .../indic/script-bengali/utrrs/gsub/MANIFEST       |    1 -
12202  .../shaper-indic/indic/script-devanagari/MANIFEST  |    1 -
12203  .../indic/script-devanagari/utrrs/LICENSE          |   19 -
12204  .../indic/script-devanagari/utrrs/MANIFEST         |    3 -
12205  .../indic/script-devanagari/utrrs/README           |   13 -
12206  .../indic/script-devanagari/utrrs/SOURCES          |    2 -
12207  ...icFontFeatureCodepoint-AdditionalConsonants.txt |    8 -
12208  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    4 -
12209  .../IndicFontFeatureCodepoint-Consonants.txt       |   45 -
12210  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   14 -
12211  ...tFeatureCodepoint-DevnagariSpecificAddition.txt |    1 -
12212  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 -
12213  ...ndicFontFeatureCodepoint-GenericPunctuation.txt |    2 -
12214  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   16 -
12215  .../IndicFontFeatureCodepoint-VariousSigns.txt     |   10 -
12216  .../script-devanagari/utrrs/codepoint/MANIFEST     |    9 -
12217  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |  185 ---
12218  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |  185 ---
12219  .../indic/script-devanagari/utrrs/gpos/MANIFEST    |    2 -
12220  .../utrrs/gsub/IndicFontFeatureGSUB.txt            | 1367
12221  --------------------
12222  .../indic/script-devanagari/utrrs/gsub/MANIFEST    |    1 -
12223  .../shaper-indic/indic/script-gujarati/MANIFEST    |    1 -
12224  .../indic/script-gujarati/utrrs/LICENSE            |   19 -
12225  .../indic/script-gujarati/utrrs/MANIFEST           |    3 -
12226  .../indic/script-gujarati/utrrs/README             |   13 -
12227  .../indic/script-gujarati/utrrs/SOURCES            |    2 -
12228  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    1 -
12229  .../IndicFontFeatureCodepoint-Consonants.txt       |   34 -
12230  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   12 -
12231  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 -
12232  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   13 -
12233  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 -
12234  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    7 -
12235  .../indic/script-gujarati/utrrs/codepoint/MANIFEST |    7 -
12236  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |  170 ---
12237  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |  170 ---
12238  .../indic/script-gujarati/utrrs/gpos/MANIFEST      |    2 -
12239  .../utrrs/gsub/IndicFontFeatureGSUB.txt            | 1156
12240  -----------------
12241  .../indic/script-gujarati/utrrs/gsub/MANIFEST      |    1 -
12242  .../shaper-indic/indic/script-kannada/MANIFEST     |    1 -
12243  .../indic/script-kannada/utrrs/LICENSE             |   19 -
12244  .../indic/script-kannada/utrrs/MANIFEST            |    3 -
12245  .../shaper-indic/indic/script-kannada/utrrs/README |   13 -
12246  .../indic/script-kannada/utrrs/SOURCES             |    2 -
12247  ...icFontFeatureCodepoint-AdditionalConsonants.txt |    1 -
12248  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    4 -
12249  .../IndicFontFeatureCodepoint-Consonants.txt       |   40 -
12250  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   13 -
12251  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 -
12252  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   14 -
12253  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 -
12254  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    9 -
12255  .../indic/script-kannada/utrrs/codepoint/MANIFEST  |    8 -
12256  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |  188 ---
12257  .../indic/script-kannada/utrrs/gpos/MANIFEST       |    1 -
12258  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  306 -----
12259  .../indic/script-kannada/utrrs/gsub/MANIFEST       |    1 -
12260  .../shaper-indic/indic/script-malayalam/MANIFEST   |    1 -
12261  .../indic/script-malayalam/utrrs/LICENSE           |   19 -
12262  .../indic/script-malayalam/utrrs/MANIFEST          |    2 -
12263  .../indic/script-malayalam/utrrs/README            |   13 -
12264  .../indic/script-malayalam/utrrs/SOURCES           |    2 -
12265  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    2 -
12266  .../IndicFontFeatureCodepoint-Consonants.txt       |   36 -
12267  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   12 -
12268  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 -
12269  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   14 -
12270  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 -
12271  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    4 -
12272  .../script-malayalam/utrrs/codepoint/MANIFEST      |    7 -
12273  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  254 ----
12274  .../indic/script-malayalam/utrrs/gsub/MANIFEST     |    1 -
12275  .../texts/shaper-indic/indic/script-oriya/MANIFEST |    1 -
12276  .../shaper-indic/indic/script-oriya/utrrs/LICENSE  |   19 -
12277  .../shaper-indic/indic/script-oriya/utrrs/MANIFEST |    2 -
12278  .../shaper-indic/indic/script-oriya/utrrs/README   |   13 -
12279  .../shaper-indic/indic/script-oriya/utrrs/SOURCES  |    2 -
12280  ...icFontFeatureCodepoint-AdditionalConsonants.txt |    3 -
12281  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    2 -
12282  .../IndicFontFeatureCodepoint-Consonants.txt       |   34 -
12283  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   12 -
12284  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 -
12285  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   12 -
12286  .../IndicFontFeatureCodepoint-OriyaSpecific.txt    |    2 -
12287  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 -
12288  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    8 -
12289  .../indic/script-oriya/utrrs/codepoint/MANIFEST    |    9 -
12290  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  170 ---
12291  .../indic/script-oriya/utrrs/gsub/MANIFEST         |    1 -
12292  .../shaper-indic/indic/script-punjabi/MANIFEST     |    1 -
12293  .../indic/script-punjabi/utrrs/LICENSE             |   19 -
12294  .../indic/script-punjabi/utrrs/MANIFEST            |    3 -
12295  .../shaper-indic/indic/script-punjabi/utrrs/README |   13 -
12296  .../indic/script-punjabi/utrrs/SOURCES             |    2 -
12297  .../IndicFontFeatureCodepoint-Consonants.txt       |   38 -
12298  .../IndicFontFeatureCodepoint-DependentVowels.txt  |    9 -
12299  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 -
12300  .../IndicFontFeatureCodepoint-GurmukhiSpecific.txt |    6 -
12301  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   10 -
12302  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 -
12303  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    6 -
12304  .../indic/script-punjabi/utrrs/codepoint/MANIFEST  |    7 -
12305  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   22 -
12306  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |    2 -
12307  .../indic/script-punjabi/utrrs/gpos/MANIFEST       |    2 -
12308  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  152 ---
12309  .../indic/script-punjabi/utrrs/gsub/MANIFEST       |    1 -
12310  .../shaper-indic/indic/script-sinhala/MANIFEST     |    1 -
12311  .../indic/script-sinhala/utrrs/LICENSE             |   19 -
12312  .../indic/script-sinhala/utrrs/MANIFEST            |    3 -
12313  .../shaper-indic/indic/script-sinhala/utrrs/README |   13 -
12314  .../indic/script-sinhala/utrrs/SOURCES             |    2 -
12315  .../IndicFontFeatureCodepoint-Consonants.txt       |   41 -
12316  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   17 -
12317  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   18 -
12318  .../IndicFontFeatureCodepoint-Punctuation.txt      |    1 -
12319  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    3 -
12320  .../indic/script-sinhala/utrrs/codepoint/MANIFEST  |    5 -
12321  .../utrrs/gpos/IndicFontFeatureGPOS.txt            |  162 ---
12322  .../indic/script-sinhala/utrrs/gpos/MANIFEST       |    1 -
12323  .../utrrs/gsub/IndicFontFeatureGSUB-Conjunct.txt   |    1 -
12324  .../gsub/IndicFontFeatureGSUB-Rakaaraansaya.txt    |   41 -
12325  .../utrrs/gsub/IndicFontFeatureGSUB-Repaya.txt     |   42 -
12326  .../gsub/IndicFontFeatureGSUB-Special-Cases.txt    |    2 -
12327  .../gsub/IndicFontFeatureGSUB-TouchingLetters.txt  |    1 -
12328  .../utrrs/gsub/IndicFontFeatureGSUB-Yansaya.txt    |   41 -
12329  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |    1 -
12330  .../indic/script-sinhala/utrrs/gsub/MANIFEST       |    7 -
12331  .../texts/shaper-indic/indic/script-tamil/MANIFEST |    1 -
12332  .../shaper-indic/indic/script-tamil/utrrs/LICENSE  |   19 -
12333  .../shaper-indic/indic/script-tamil/utrrs/MANIFEST |    3 -
12334  .../shaper-indic/indic/script-tamil/utrrs/README   |   13 -
12335  .../shaper-indic/indic/script-tamil/utrrs/SOURCES  |    2 -
12336  .../IndicFontFeatureCodepoint-Consonants.txt       |   23 -
12337  .../IndicFontFeatureCodepoint-CurrencySymbols.txt  |    1 -
12338  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   11 -
12339  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 -
12340  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   12 -
12341  .../IndicFontFeatureCodepoint-Numerics.txt         |    3 -
12342  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 -
12343  .../IndicFontFeatureCodepoint-Symbols.txt          |    6 -
12344  .../IndicFontFeatureCodepoint-TamilSymbol.txt      |    1 -
12345  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    4 -
12346  .../indic/script-tamil/utrrs/codepoint/MANIFEST    |   10 -
12347  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   64 -
12348  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |   44 -
12349  .../indic/script-tamil/utrrs/gpos/MANIFEST         |    2 -
12350  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |    4 -
12351  .../indic/script-tamil/utrrs/gsub/MANIFEST         |    1 -
12352  .../shaper-indic/indic/script-telugu/MANIFEST      |    1 -
12353  .../shaper-indic/indic/script-telugu/utrrs/LICENSE |   19 -
12354  .../indic/script-telugu/utrrs/MANIFEST             |    3 -
12355  .../shaper-indic/indic/script-telugu/utrrs/README  |   13 -
12356  .../shaper-indic/indic/script-telugu/utrrs/SOURCES |    2 -
12357  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    2 -
12358  .../IndicFontFeatureCodepoint-Consonants.txt       |   38 -
12359  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   13 -
12360  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 -
12361  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   14 -
12362  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 -
12363  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    6 -
12364  .../indic/script-telugu/utrrs/codepoint/MANIFEST   |    7 -
12365  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |  385 ------
12366  .../indic/script-telugu/utrrs/gpos/MANIFEST        |    1 -
12367  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  287 ----
12368  .../indic/script-telugu/utrrs/gsub/MANIFEST        |    1 -
12369  410 files changed, 7601 insertions(+), 7600 deletions(-)
12370
12371 commit 45f640c98d752161e51eda63061d70fad9ab9f68
12372 Author: Behdad Esfahbod <behdad@behdad.org>
12373 Date:   Fri Jan 20 14:24:21 2012 -0500
12374
12375     Minor
12376
12377  test/shaping/hb-diff |   35 ++++++++++++++++++++---------------
12378  1 files changed, 20 insertions(+), 15 deletions(-)
12379
12380 commit 47ca766a9cbdfb304f60e23a4dee0a155075a277
12381 Author: Behdad Esfahbod <behdad@behdad.org>
12382 Date:   Fri Jan 20 14:21:53 2012 -0500
12383
12384     Minor
12385
12386  test/shaping/hb-unicode-decode     |    2 +-
12387  test/shaping/hb-unicode-prettyname |    5 ++---
12388  2 files changed, 3 insertions(+), 4 deletions(-)
12389
12390 commit 8f1db07894674b02c36ca9352e666b4618ee8832
12391 Author: Behdad Esfahbod <behdad@behdad.org>
12392 Date:   Fri Jan 20 13:57:57 2012 -0500
12393
12394     [test/shaping] Add some Indic test data for the new test suite
12395
12396     Imported from UTRRS.
12397
12398  test/shaping/texts/shaper-indic/indic/MANIFEST     |    2 +-
12399  .../shaper-indic/indic/script-assamese/MANIFEST    |    1 +
12400  .../indic/script-assamese/utrrs/LICENSE            |   19 +
12401  .../indic/script-assamese/utrrs/MANIFEST           |    3 +
12402  .../indic/script-assamese/utrrs/README             |   13 +
12403  .../indic/script-assamese/utrrs/SOURCES            |    2 +
12404  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    4 +
12405  .../IndicFontFeatureCodepoint-Consonants.txt       |   40 +
12406  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   10 +
12407  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
12408  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   11 +
12409  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
12410  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    6 +
12411  .../indic/script-assamese/utrrs/codepoint/MANIFEST |    7 +
12412  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   59 +
12413  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |  131 ++
12414  .../indic/script-assamese/utrrs/gpos/MANIFEST      |    2 +
12415  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  139 ++
12416  .../indic/script-assamese/utrrs/gsub/MANIFEST      |    1 +
12417  .../shaper-indic/indic/script-bengali/MANIFEST     |    1 +
12418  .../indic/script-bengali/utrrs/LICENSE             |   19 +
12419  .../indic/script-bengali/utrrs/MANIFEST            |    3 +
12420  .../shaper-indic/indic/script-bengali/utrrs/README |   13 +
12421  .../indic/script-bengali/utrrs/SOURCES             |    2 +
12422  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    1 +
12423  .../IndicFontFeatureCodepoint-Consonants.txt       |   36 +
12424  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   10 +
12425  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
12426  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   12 +
12427  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
12428  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    6 +
12429  .../indic/script-bengali/utrrs/codepoint/MANIFEST  |    7 +
12430  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   58 +
12431  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |  119 ++
12432  .../indic/script-bengali/utrrs/gpos/MANIFEST       |    2 +
12433  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  215 +++
12434  .../indic/script-bengali/utrrs/gsub/MANIFEST       |    1 +
12435  .../shaper-indic/indic/script-devanagari/MANIFEST  |    1 +
12436  .../indic/script-devanagari/utrrs/LICENSE          |   19 +
12437  .../indic/script-devanagari/utrrs/MANIFEST         |    3 +
12438  .../indic/script-devanagari/utrrs/README           |   13 +
12439  .../indic/script-devanagari/utrrs/SOURCES          |    2 +
12440  ...icFontFeatureCodepoint-AdditionalConsonants.txt |    8 +
12441  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    4 +
12442  .../IndicFontFeatureCodepoint-Consonants.txt       |   45 +
12443  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   14 +
12444  ...tFeatureCodepoint-DevnagariSpecificAddition.txt |    1 +
12445  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
12446  ...ndicFontFeatureCodepoint-GenericPunctuation.txt |    2 +
12447  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   16 +
12448  .../IndicFontFeatureCodepoint-VariousSigns.txt     |   10 +
12449  .../script-devanagari/utrrs/codepoint/MANIFEST     |    9 +
12450  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |  185 +++
12451  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |  185 +++
12452  .../indic/script-devanagari/utrrs/gpos/MANIFEST    |    2 +
12453  .../utrrs/gsub/IndicFontFeatureGSUB.txt            | 1367
12454  ++++++++++++++++++++
12455  .../indic/script-devanagari/utrrs/gsub/MANIFEST    |    1 +
12456  .../shaper-indic/indic/script-gujarati/MANIFEST    |    1 +
12457  .../indic/script-gujarati/utrrs/LICENSE            |   19 +
12458  .../indic/script-gujarati/utrrs/MANIFEST           |    3 +
12459  .../indic/script-gujarati/utrrs/README             |   13 +
12460  .../indic/script-gujarati/utrrs/SOURCES            |    2 +
12461  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    1 +
12462  .../IndicFontFeatureCodepoint-Consonants.txt       |   34 +
12463  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   12 +
12464  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
12465  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   13 +
12466  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
12467  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    7 +
12468  .../indic/script-gujarati/utrrs/codepoint/MANIFEST |    7 +
12469  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |  170 +++
12470  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |  170 +++
12471  .../indic/script-gujarati/utrrs/gpos/MANIFEST      |    2 +
12472  .../utrrs/gsub/IndicFontFeatureGSUB.txt            | 1156
12473  +++++++++++++++++
12474  .../indic/script-gujarati/utrrs/gsub/MANIFEST      |    1 +
12475  .../shaper-indic/indic/script-kannada/MANIFEST     |    1 +
12476  .../indic/script-kannada/utrrs/LICENSE             |   19 +
12477  .../indic/script-kannada/utrrs/MANIFEST            |    3 +
12478  .../shaper-indic/indic/script-kannada/utrrs/README |   13 +
12479  .../indic/script-kannada/utrrs/SOURCES             |    2 +
12480  ...icFontFeatureCodepoint-AdditionalConsonants.txt |    1 +
12481  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    4 +
12482  .../IndicFontFeatureCodepoint-Consonants.txt       |   40 +
12483  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   13 +
12484  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
12485  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   14 +
12486  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
12487  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    9 +
12488  .../indic/script-kannada/utrrs/codepoint/MANIFEST  |    8 +
12489  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |  188 +++
12490  .../indic/script-kannada/utrrs/gpos/MANIFEST       |    1 +
12491  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  306 +++++
12492  .../indic/script-kannada/utrrs/gsub/MANIFEST       |    1 +
12493  .../shaper-indic/indic/script-malayalam/MANIFEST   |    1 +
12494  .../indic/script-malayalam/utrrs/LICENSE           |   19 +
12495  .../indic/script-malayalam/utrrs/MANIFEST          |    2 +
12496  .../indic/script-malayalam/utrrs/README            |   13 +
12497  .../indic/script-malayalam/utrrs/SOURCES           |    2 +
12498  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    2 +
12499  .../IndicFontFeatureCodepoint-Consonants.txt       |   36 +
12500  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   12 +
12501  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
12502  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   14 +
12503  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
12504  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    4 +
12505  .../script-malayalam/utrrs/codepoint/MANIFEST      |    7 +
12506  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  254 ++++
12507  .../indic/script-malayalam/utrrs/gsub/MANIFEST     |    1 +
12508  .../texts/shaper-indic/indic/script-oriya/MANIFEST |    1 +
12509  .../shaper-indic/indic/script-oriya/utrrs/LICENSE  |   19 +
12510  .../shaper-indic/indic/script-oriya/utrrs/MANIFEST |    2 +
12511  .../shaper-indic/indic/script-oriya/utrrs/README   |   13 +
12512  .../shaper-indic/indic/script-oriya/utrrs/SOURCES  |    2 +
12513  ...icFontFeatureCodepoint-AdditionalConsonants.txt |    3 +
12514  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    2 +
12515  .../IndicFontFeatureCodepoint-Consonants.txt       |   34 +
12516  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   12 +
12517  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
12518  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   12 +
12519  .../IndicFontFeatureCodepoint-OriyaSpecific.txt    |    2 +
12520  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
12521  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    8 +
12522  .../indic/script-oriya/utrrs/codepoint/MANIFEST    |    9 +
12523  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  170 +++
12524  .../indic/script-oriya/utrrs/gsub/MANIFEST         |    1 +
12525  .../shaper-indic/indic/script-punjabi/MANIFEST     |    1 +
12526  .../indic/script-punjabi/utrrs/LICENSE             |   19 +
12527  .../indic/script-punjabi/utrrs/MANIFEST            |    3 +
12528  .../shaper-indic/indic/script-punjabi/utrrs/README |   13 +
12529  .../indic/script-punjabi/utrrs/SOURCES             |    2 +
12530  .../IndicFontFeatureCodepoint-Consonants.txt       |   38 +
12531  .../IndicFontFeatureCodepoint-DependentVowels.txt  |    9 +
12532  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
12533  .../IndicFontFeatureCodepoint-GurmukhiSpecific.txt |    6 +
12534  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   10 +
12535  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
12536  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    6 +
12537  .../indic/script-punjabi/utrrs/codepoint/MANIFEST  |    7 +
12538  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   22 +
12539  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |    2 +
12540  .../indic/script-punjabi/utrrs/gpos/MANIFEST       |    2 +
12541  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  152 +++
12542  .../indic/script-punjabi/utrrs/gsub/MANIFEST       |    1 +
12543  .../shaper-indic/indic/script-sinhala/MANIFEST     |    1 +
12544  .../indic/script-sinhala/utrrs/LICENSE             |   19 +
12545  .../indic/script-sinhala/utrrs/MANIFEST            |    3 +
12546  .../shaper-indic/indic/script-sinhala/utrrs/README |   13 +
12547  .../indic/script-sinhala/utrrs/SOURCES             |    2 +
12548  .../IndicFontFeatureCodepoint-Consonants.txt       |   41 +
12549  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   17 +
12550  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   18 +
12551  .../IndicFontFeatureCodepoint-Punctuation.txt      |    1 +
12552  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    3 +
12553  .../indic/script-sinhala/utrrs/codepoint/MANIFEST  |    5 +
12554  .../utrrs/gpos/IndicFontFeatureGPOS.txt            |  162 +++
12555  .../indic/script-sinhala/utrrs/gpos/MANIFEST       |    1 +
12556  .../utrrs/gsub/IndicFontFeatureGSUB-Conjunct.txt   |    1 +
12557  .../gsub/IndicFontFeatureGSUB-Rakaaraansaya.txt    |   41 +
12558  .../utrrs/gsub/IndicFontFeatureGSUB-Repaya.txt     |   42 +
12559  .../gsub/IndicFontFeatureGSUB-Special-Cases.txt    |    2 +
12560  .../gsub/IndicFontFeatureGSUB-TouchingLetters.txt  |    1 +
12561  .../utrrs/gsub/IndicFontFeatureGSUB-Yansaya.txt    |   41 +
12562  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |    1 +
12563  .../indic/script-sinhala/utrrs/gsub/MANIFEST       |    7 +
12564  .../texts/shaper-indic/indic/script-tamil/MANIFEST |    1 +
12565  .../shaper-indic/indic/script-tamil/utrrs/LICENSE  |   19 +
12566  .../shaper-indic/indic/script-tamil/utrrs/MANIFEST |    3 +
12567  .../shaper-indic/indic/script-tamil/utrrs/README   |   13 +
12568  .../shaper-indic/indic/script-tamil/utrrs/SOURCES  |    2 +
12569  .../IndicFontFeatureCodepoint-Consonants.txt       |   23 +
12570  .../IndicFontFeatureCodepoint-CurrencySymbols.txt  |    1 +
12571  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   11 +
12572  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
12573  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   12 +
12574  .../IndicFontFeatureCodepoint-Numerics.txt         |    3 +
12575  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
12576  .../IndicFontFeatureCodepoint-Symbols.txt          |    6 +
12577  .../IndicFontFeatureCodepoint-TamilSymbol.txt      |    1 +
12578  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    4 +
12579  .../indic/script-tamil/utrrs/codepoint/MANIFEST    |   10 +
12580  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   64 +
12581  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |   44 +
12582  .../indic/script-tamil/utrrs/gpos/MANIFEST         |    2 +
12583  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |    4 +
12584  .../indic/script-tamil/utrrs/gsub/MANIFEST         |    1 +
12585  .../shaper-indic/indic/script-telugu/MANIFEST      |    1 +
12586  .../shaper-indic/indic/script-telugu/utrrs/LICENSE |   19 +
12587  .../indic/script-telugu/utrrs/MANIFEST             |    3 +
12588  .../shaper-indic/indic/script-telugu/utrrs/README  |   13 +
12589  .../shaper-indic/indic/script-telugu/utrrs/SOURCES |    2 +
12590  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    2 +
12591  .../IndicFontFeatureCodepoint-Consonants.txt       |   38 +
12592  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   13 +
12593  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
12594  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   14 +
12595  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
12596  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    6 +
12597  .../indic/script-telugu/utrrs/codepoint/MANIFEST   |    7 +
12598  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |  385 ++++++
12599  .../indic/script-telugu/utrrs/gpos/MANIFEST        |    1 +
12600  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  287 ++++
12601  .../indic/script-telugu/utrrs/gsub/MANIFEST        |    1 +
12602  202 files changed, 7581 insertions(+), 1 deletions(-)
12603
12604 commit 11267aef364b1cc5683ce65aaf544b7f2a127fb3
12605 Author: Behdad Esfahbod <behdad@behdad.org>
12606 Date:   Fri Jan 20 13:57:14 2012 -0500
12607
12608     Fix
12609
12610  test/shaping/Makefile.am |    2 +-
12611  1 files changed, 1 insertions(+), 1 deletions(-)
12612
12613 commit 4e84ce48d5d41cf1bad2fb8774e5c66745b0e75e
12614 Author: Behdad Esfahbod <behdad@behdad.org>
12615 Date:   Fri Jan 20 13:50:55 2012 -0500
12616
12617     Move hb-diff to test/shaping/
12618
12619  test/shaping/hb-diff |   70
12620  ++++++++++++++++++++++++++++++++++++++++++++++++++
12621  util/Makefile.am     |    2 -
12622  util/hb-diff         |   70
12623  --------------------------------------------------
12624  3 files changed, 70 insertions(+), 72 deletions(-)
12625
12626 commit f868e1b84d2f73688d4d6558d44610b1ac75ec13
12627 Author: Behdad Esfahbod <behdad@behdad.org>
12628 Date:   Fri Jan 20 13:50:05 2012 -0500
12629
12630     Add hb-unicode-decode
12631
12632  test/shaping/hb-manifest-read    |   36
12633  ++++++++++++++++++++++++++++++++++++
12634  test/shaping/hb-manifest-update  |   22 ++++++++++++++++++++++
12635  test/shaping/hb-read-manifest    |   36
12636  ------------------------------------
12637  test/shaping/hb-unicode-decode   |   19 +++++++++++++++++++
12638  test/shaping/hb-update-manifests |   22 ----------------------
12639  5 files changed, 77 insertions(+), 58 deletions(-)
12640
12641 commit 9ab23ef4749b51e60464b9ef2a92739cdc2b36ba
12642 Author: Behdad Esfahbod <behdad@behdad.org>
12643 Date:   Fri Jan 20 13:49:56 2012 -0500
12644
12645     Minor
12646
12647  test/shaping/hb-unicode-prettyname |    5 +++++
12648  1 files changed, 5 insertions(+), 0 deletions(-)
12649
12650 commit c8d81db03335192f20f08ab8fabe9869fd7350a2
12651 Author: Behdad Esfahbod <behdad@behdad.org>
12652 Date:   Fri Jan 20 13:39:27 2012 -0500
12653
12654     Recognize more characters
12655
12656  test/shaping/hb-unicode-prettyname |    7 +++++++
12657  1 files changed, 7 insertions(+), 0 deletions(-)
12658
12659 commit 0016d4662d486fa32c2191df801a2792f44b273c
12660 Author: Behdad Esfahbod <behdad@behdad.org>
12661 Date:   Fri Jan 20 13:31:59 2012 -0500
12662
12663     [test] Make hb-unicode-prettyname take a --stdin option
12664
12665  test/shaping/hb-unicode-prettyname |   15 +++++++++------
12666  1 files changed, 9 insertions(+), 6 deletions(-)
12667
12668 commit ad8c6446f2e0d21d065203924467f6a2c418401e
12669 Author: Behdad Esfahbod <behdad@behdad.org>
12670 Date:   Thu Jan 19 20:28:31 2012 -0500
12671
12672     [test/shaping] Add hb-unicode-prettyname
12673
12674  test/shaping/hb-unicode-prettyname |   38
12675  ++++++++++++++++++++++++++++++++++++
12676  1 files changed, 38 insertions(+), 0 deletions(-)
12677
12678 commit e900869b0f373d25b72d966338beb6cbc53e6446
12679 Author: Behdad Esfahbod <behdad@behdad.org>
12680 Date:   Thu Jan 19 20:28:15 2012 -0500
12681
12682     [test/shaping] Add hb-read-manifest
12683
12684  test/shaping/hb-read-manifest |   36 ++++++++++++++++++++++++++++++++++++
12685  1 files changed, 36 insertions(+), 0 deletions(-)
12686
12687 commit a211cd3ffce3aa100e92d837384bbaa9decf6b09
12688 Author: Behdad Esfahbod <behdad@behdad.org>
12689 Date:   Thu Jan 19 20:27:53 2012 -0500
12690
12691     Ignore AUTHORS also
12692
12693  test/shaping/hb-update-manifests |    2 +-
12694  1 files changed, 1 insertions(+), 1 deletions(-)
12695
12696 commit c91c4fa47140c0d6191241a832fc534b1c1514ce
12697 Author: Behdad Esfahbod <behdad@behdad.org>
12698 Date:   Thu Jan 19 17:51:57 2012 -0500
12699
12700     [hb-shape] Change glyphstring brackets from </> to [/]
12701
12702     Sorry for the disruption but I need this to differentiate from the
12703     Unicode string.
12704
12705  util/options.cc |    4 ++--
12706  1 files changed, 2 insertions(+), 2 deletions(-)
12707
12708 commit 36fe87d1b4bf8317074a597501d1ee52c0bec38d
12709 Author: Behdad Esfahbod <behdad@behdad.org>
12710 Date:   Thu Jan 19 16:55:26 2012 -0500
12711
12712     More Indic tests from Pravin
12713
12714  test/api/test-shape-complex.c |   48
12715  +++++++++++++++++++++++++++++++++++++++++
12716  1 files changed, 48 insertions(+), 0 deletions(-)
12717
12718 commit a33e46cf7d9862856fd7ecb04e047cc58a9785c8
12719 Author: Behdad Esfahbod <behdad@behdad.org>
12720 Date:   Thu Jan 19 15:43:48 2012 -0500
12721
12722     [test/shaping] Add hb-update-manifests
12723
12724  test/shaping/Makefile.am                       |    6 ++----
12725  test/shaping/hb-update-manifests               |   22
12726  ++++++++++++++++++++++
12727  test/shaping/texts/shaper-indic/indic/MANIFEST |    1 +
12728  3 files changed, 25 insertions(+), 4 deletions(-)
12729
12730 commit d4de562adf691425b15e3e9c0eec035feaa60413
12731 Author: Behdad Esfahbod <behdad@behdad.org>
12732 Date:   Thu Jan 19 15:21:04 2012 -0500
12733
12734     Start adding new shaping test suite together
12735
12736  configure.ac                                   |    1 +
12737  test/Makefile.am                               |    2 +-
12738  test/shaping/Makefile.am                       |   10 ++++++++++
12739  test/shaping/texts/MANIFEST                    |    3 +++
12740  test/shaping/texts/shaper-arabic/MANIFEST      |    5 +++++
12741  test/shaping/texts/shaper-indic/MANIFEST       |    1 +
12742  test/shaping/texts/shaper-indic/indic/MANIFEST |   10 ++++++++++
12743  7 files changed, 31 insertions(+), 1 deletions(-)
12744
12745 commit 7a4a848db27d1605195f677c9c8632cde558aa05
12746 Author: Behdad Esfahbod <behdad@behdad.org>
12747 Date:   Thu Jan 19 15:15:21 2012 -0500
12748
12749     Minor
12750
12751  src/hb-ot-shape-complex-private.hh |    3 ++-
12752  1 files changed, 2 insertions(+), 1 deletions(-)
12753
12754 commit 4d6dafd47f4271549e528d2e8047d50562aef399
12755 Author: Behdad Esfahbod <behdad@behdad.org>
12756 Date:   Thu Jan 19 14:52:02 2012 -0500
12757
12758     Rename test/ to test/api/
12759
12760  configure.ac                  |    1 +
12761  test/Makefile.am              |  128 +-----
12762  test/api/Makefile.am          |  131 +++++
12763  test/api/hb-test.h            |  265 +++++++++
12764  test/api/test-blob.c          |  301 +++++++++++
12765  test/api/test-buffer.c        |  783 +++++++++++++++++++++++++++
12766  test/api/test-c.c             |   58 ++
12767  test/api/test-common.c        |  213 ++++++++
12768  test/api/test-cplusplus.cc    |   30 +
12769  test/api/test-font.c          |  502 +++++++++++++++++
12770  test/api/test-object.c        |  367 +++++++++++++
12771  test/api/test-ot-tag.c        |  241 +++++++++
12772  test/api/test-shape-complex.c | 1189
12773  +++++++++++++++++++++++++++++++++++++++++
12774  test/api/test-shape.c         |  165 ++++++
12775  test/api/test-unicode.c       |  887 ++++++++++++++++++++++++++++++
12776  test/api/test-version.c       |   80 +++
12777  test/hb-test.h                |  265 ---------
12778  test/test-blob.c              |  301 -----------
12779  test/test-buffer.c            |  783 ---------------------------
12780  test/test-c.c                 |   58 --
12781  test/test-common.c            |  213 --------
12782  test/test-cplusplus.cc        |   30 -
12783  test/test-font.c              |  502 -----------------
12784  test/test-object.c            |  367 -------------
12785  test/test-ot-tag.c            |  241 ---------
12786  test/test-shape-complex.c     | 1189
12787  -----------------------------------------
12788  test/test-shape.c             |  165 ------
12789  test/test-unicode.c           |  887 ------------------------------
12790  test/test-version.c           |   80 ---
12791  29 files changed, 5214 insertions(+), 5208 deletions(-)
12792
12793 commit 3b5c22c39b87155f315853fb0c40edcf14e99b54
12794 Author: Behdad Esfahbod <behdad@behdad.org>
12795 Date:   Thu Jan 19 14:28:11 2012 -0500
12796
12797     Remove src/test.cc
12798
12799     Not really useful.
12800
12801  src/Makefile.am |    6 +--
12802  src/test.cc     |  132
12803  -------------------------------------------------------
12804  2 files changed, 1 insertions(+), 137 deletions(-)
12805
12806 commit 4983feebbbb25e79201bf34035e4d58e61218758
12807 Author: Behdad Esfahbod <behdad@behdad.org>
12808 Date:   Thu Jan 19 13:54:52 2012 -0500
12809
12810     [hb-diff] Clean up
12811
12812  util/hb-diff |   41 ++++++++++++++++++++++++++---------------
12813  1 files changed, 26 insertions(+), 15 deletions(-)
12814
12815 commit cdc673d97c5ffedb386865a81f54a5cedcbad27c
12816 Author: Behdad Esfahbod <behdad@behdad.org>
12817 Date:   Thu Jan 19 12:46:18 2012 -0500
12818
12819     [hb-shape] Add --show-line-num
12820
12821     Ok, much more useful as a test suite driver now.
12822
12823  util/hb-shape.cc |   24 +++++-------------------
12824  util/options.cc  |   34 ++++++++++++++++++++++++++++++++++
12825  util/options.hh  |   25 ++++++++++++++++++++-----
12826  3 files changed, 59 insertions(+), 24 deletions(-)
12827
12828 commit cc4d9810d6318ca2e4de3b8d62f03b51cc21ee05
12829 Author: Behdad Esfahbod <behdad@behdad.org>
12830 Date:   Thu Jan 19 12:32:20 2012 -0500
12831
12832     [hb-shape] Add --show-text and --show-unicode options
12833
12834  util/hb-shape.cc |   19 ++++++++++++++++++-
12835  util/options.cc  |   26 +++++++++++++++++++++++---
12836  util/options.hh  |   12 +++++++++---
12837  3 files changed, 50 insertions(+), 7 deletions(-)
12838
12839 commit 27c36af411c7c4d75dd25d79fc76dd92c6bb9643
12840 Author: Behdad Esfahbod <behdad@behdad.org>
12841 Date:   Thu Jan 19 12:30:43 2012 -0500
12842
12843     Fix OOB in hb-shape
12844
12845  util/options.cc |    2 +-
12846  1 files changed, 1 insertions(+), 1 deletions(-)
12847
12848 commit 8d2781d69274672303e30522e222bd01c6b5e781
12849 Author: Behdad Esfahbod <behdad@behdad.org>
12850 Date:   Thu Jan 19 11:36:39 2012 -0500
12851
12852     [test] Add two Indic test cases from Bernard Massot
12853
12854  test/test-shape-complex.c |   16 ++++++++++++++++
12855  1 files changed, 16 insertions(+), 0 deletions(-)
12856
12857 commit 8750abaf8410005facbea8c886c592bead7f959b
12858 Author: Behdad Esfahbod <behdad@behdad.org>
12859 Date:   Wed Jan 18 22:47:44 2012 -0500
12860
12861     [util] Add --help-features
12862
12863     Patch from Khaled Hosny.
12864
12865  util/options.cc |   42 +++++++++++++++++++++++++++++++++++++++++-
12866  1 files changed, 41 insertions(+), 1 deletions(-)
12867
12868 commit 889caa52fa1bef61013ec1d127f84d7d5907ef1e
12869 Author: Behdad Esfahbod <behdad@behdad.org>
12870 Date:   Wed Jan 18 22:32:52 2012 -0500
12871
12872     [icu] Use U_FAILURE
12873
12874  src/hb-icu.cc |   10 +++++-----
12875  1 files changed, 5 insertions(+), 5 deletions(-)
12876
12877 commit 36a4f4a482456ee816dcb59befa0b0538ba487df
12878 Author: Behdad Esfahbod <behdad@behdad.org>
12879 Date:   Wed Jan 18 22:16:49 2012 -0500
12880
12881     Replace u_strlen() with u_countChar32()
12882
12883     The latter is what I meant.
12884
12885  src/hb-icu.cc |    8 +++-----
12886  1 files changed, 3 insertions(+), 5 deletions(-)
12887
12888 commit 055fb24d03ae518fa0aa6c2860a03f3cb6a5ef0d
12889 Author: Behdad Esfahbod <behdad@behdad.org>
12890 Date:   Wed Jan 18 21:58:34 2012 -0500
12891
12892     Add test for bug in ICU decompose
12893
12894     As reported by Kenichi Ishibashi on 2011-10-28.
12895
12896  test/test-unicode.c |    2 +-
12897  1 files changed, 1 insertions(+), 1 deletions(-)
12898
12899 commit c521e793bd6c1dafacb94253a45b9c70ab38525e
12900 Author: Behdad Esfahbod <behdad@behdad.org>
12901 Date:   Wed Jan 18 21:51:05 2012 -0500
12902
12903     Fix OOB in replace_glyph()
12904
12905     Patch from Kenichi Ishibashi.
12906
12907  src/hb-buffer.cc |    2 ++
12908  1 files changed, 2 insertions(+), 0 deletions(-)
12909
12910 commit 03408ce73d003ed4e58e3f8472f9445e72b86bee
12911 Author: Behdad Esfahbod <behdad@behdad.org>
12912 Date:   Wed Jan 18 21:28:34 2012 -0500
12913
12914     Fix more possible buffer overruns
12915
12916     I have this function, but can't clean up it to my satisfaction.
12917
12918  src/hb-ot-layout-gsubgpos-private.hh |    6 ++++--
12919  1 files changed, 4 insertions(+), 2 deletions(-)
12920
12921 commit 7d479900cd11bc88148cd601ee43bc5492ce5843
12922 Author: Behdad Esfahbod <behdad@behdad.org>
12923 Date:   Wed Jan 18 21:19:32 2012 -0500
12924
12925     Refactor the two remaining uses of _hb_ot_layout_skip_mark()
12926
12927  src/hb-ot-layout-gsub-table.hh       |    2 +-
12928  src/hb-ot-layout-gsubgpos-private.hh |    7 +++++--
12929  2 files changed, 6 insertions(+), 3 deletions(-)
12930
12931 commit 506ffeb8e77a668fa305139582d215c32e46bb03
12932 Author: Behdad Esfahbod <behdad@behdad.org>
12933 Date:   Wed Jan 18 16:07:53 2012 -0500
12934
12935     Further mark skippy fixes from Jonathan Kew
12936
12937     We should be in good shape now.
12938
12939  src/hb-ot-layout-gsubgpos-private.hh |    4 +++-
12940  1 files changed, 3 insertions(+), 1 deletions(-)
12941
12942 commit a4a48fe6d4f884a37e720430347d10dbe3562a79
12943 Author: Behdad Esfahbod <behdad@behdad.org>
12944 Date:   Tue Jan 17 18:08:41 2012 -0500
12945
12946     Fix mark skipping regression
12947
12948     Ouch!
12949
12950  src/hb-ot-layout-gsubgpos-private.hh |    2 +-
12951  1 files changed, 1 insertions(+), 1 deletions(-)
12952
12953 commit 4ab97311541225906f6b737a2b47de252224cc09
12954 Author: Behdad Esfahbod <behdad@behdad.org>
12955 Date:   Mon Jan 16 22:05:08 2012 -0500
12956
12957     Refactor mark skipping
12958
12959  src/hb-ot-layout-gpos-table.hh       |   95 ++++++++++----------------
12960  src/hb-ot-layout-gsub-table.hh       |   21 +++---
12961  src/hb-ot-layout-gsubgpos-private.hh |  125
12962  ++++++++++++++++++++++++++--------
12963  3 files changed, 143 insertions(+), 98 deletions(-)
12964
12965 commit 370f03e9c69d98d735eafb7e72b13b17f42cbaa9
12966 Author: Behdad Esfahbod <behdad@behdad.org>
12967 Date:   Mon Jan 16 17:03:55 2012 -0500
12968
12969     Minor
12970
12971  src/hb-ot-layout-gsub-table.hh       |    5 ++---
12972  src/hb-ot-layout-gsubgpos-private.hh |    6 ++----
12973  2 files changed, 4 insertions(+), 7 deletions(-)
12974
12975 commit 4d3aeb8cb2bc1ca7cdd03ba28ba8c334f12d4c03
12976 Author: Behdad Esfahbod <behdad@behdad.org>
12977 Date:   Mon Jan 16 16:43:26 2012 -0500
12978
12979     [GSUB/GPOS] Fix mark skip indexing issues
12980
12981     Mozilla bug 701637 and 714067 combined.
12982
12983     Patch from Jonathan Kew.
12984
12985  src/hb-ot-layout-gpos-table.hh       |   42
12986  ++++++++++++++++----------------
12987  src/hb-ot-layout-gsub-table.hh       |   21 ++++++++-------
12988  src/hb-ot-layout-gsubgpos-private.hh |   45
12989  ++++++++++++++++-----------------
12990  3 files changed, 54 insertions(+), 54 deletions(-)
12991
12992 commit e8eedf2687f05372bf5476e84139d01ba67c9f73
12993 Author: Behdad Esfahbod <behdad@behdad.org>
12994 Date:   Mon Jan 16 16:39:40 2012 -0500
12995
12996     Avoid enum trailing commas
12997
12998     Based on patch from Jonathan Kew.
12999
13000  src/hb-ot-shape-complex-indic.cc   |    4 ++--
13001  src/hb-ot-shape-complex-private.hh |    2 ++
13002  2 files changed, 4 insertions(+), 2 deletions(-)
13003
13004 commit 3d0ddd12801689b4093ffca97da4dd9ca669b64a
13005 Author: Behdad Esfahbod <behdad@behdad.org>
13006 Date:   Sun Jan 15 15:55:52 2012 -0500
13007
13008     Require glib >= 2.16 for the gobject option
13009
13010  configure.ac |    2 +-
13011  1 files changed, 1 insertions(+), 1 deletions(-)
13012
13013 commit 95ab82a992ab916046c2e6205db7cadeec88d206
13014 Author: Behdad Esfahbod <behdad@behdad.org>
13015 Date:   Sun Jan 15 14:56:56 2012 -0500
13016
13017     Disable gtk-doc macro
13018
13019     We don't have any docs yet.
13020
13021  configure.ac |    2 +-
13022  1 files changed, 1 insertions(+), 1 deletions(-)
13023
13024 commit 299ae0c3a367c84a835eadbd1276ca284d2720c0
13025 Author: Behdad Esfahbod <behdad@behdad.org>
13026 Date:   Sat Jan 14 21:29:45 2012 -0500
13027
13028     [icu] Remove glib-ism
13029
13030  src/hb-icu.cc |    4 ++--
13031  1 files changed, 2 insertions(+), 2 deletions(-)
13032
13033 commit a097043f9a81e6c20caf69a5dabdf9e00438d79b
13034 Author: Behdad Esfahbod <behdad@behdad.org>
13035 Date:   Sat Jan 14 17:55:51 2012 -0500
13036
13037     Allow space in one more place when parsing features
13038
13039  util/options.cc |    2 ++
13040  1 files changed, 2 insertions(+), 0 deletions(-)
13041
13042 commit af92135424b994062648f4fb7e26af0bd970a4b1
13043 Author: Behdad Esfahbod <behdad@behdad.org>
13044 Date:   Fri Oct 21 09:18:43 2011 -0700
13045
13046     Minor
13047
13048  src/hb-object-private.hh |    2 +-
13049  1 files changed, 1 insertions(+), 1 deletions(-)
13050
13051 commit 89d89646e8163b6c0874b9a3c14d4da974ea8219
13052 Author: Behdad Esfahbod <behdad@behdad.org>
13053 Date:   Mon Oct 17 11:50:54 2011 -0700
13054
13055     Fix intrin.h b0rkage with older MSVC
13056
13057     Reported by Jonathan Kew.
13058
13059  src/hb-object-private.hh |    6 +++++-
13060  1 files changed, 5 insertions(+), 1 deletions(-)
13061
13062 commit af913c5788e600e36d29f44fe4e77db84cf8c442
13063 Author: Behdad Esfahbod <behdad@behdad.org>
13064 Date:   Mon Oct 17 11:39:28 2011 -0700
13065
13066     Fix infinite loop in normalization code with variation selectors
13067
13068     Reported by Jonathan Kew.
13069
13070  src/hb-ot-shape-normalize.cc |    5 ++++-
13071  1 files changed, 4 insertions(+), 1 deletions(-)
13072
13073 commit fd528c17b7b5ac912f1ac980e1d9981f561c3b46
13074 Author: Behdad Esfahbod <behdad@behdad.org>
13075 Date:   Wed Oct 12 15:03:58 2011 -0400
13076
13077     [util] Add --list-shapers to hb-view and hb-shape
13078
13079  util/options.cc |   17 ++++++++++++++++-
13080  1 files changed, 16 insertions(+), 1 deletions(-)
13081
13082 commit a17554bfd51dc8a37b1674d1ede63e616618e0a6
13083 Author: Behdad Esfahbod <behdad@behdad.org>
13084 Date:   Wed Sep 28 16:57:34 2011 -0400
13085
13086     Make test-c.c actually use hb
13087
13088     This will make sure we test that C code can actually link to the
13089     library.
13090
13091  test/test-c.c |    2 +-
13092  1 files changed, 1 insertions(+), 1 deletions(-)
13093
13094 commit 55deff7595ef357d000fef83559c74c9f8acad00
13095 Author: Behdad Esfahbod <behdad@behdad.org>
13096 Date:   Wed Sep 28 16:20:09 2011 -0400
13097
13098     Add comments
13099
13100  src/hb-ot-shape-normalize.cc |    4 ++++
13101  1 files changed, 4 insertions(+), 0 deletions(-)
13102
13103 commit a240d5a0a3ccc71902e7a341b6d531995319999d
13104 Author: Behdad Esfahbod <behdad@behdad.org>
13105 Date:   Tue Sep 27 13:50:45 2011 -0400
13106
13107     Add TODO item
13108
13109  TODO |    2 ++
13110  1 files changed, 2 insertions(+), 0 deletions(-)
13111
13112 commit 52ebdff49d13f239efc886de935d47be9860f6e5
13113 Author: Behdad Esfahbod <behdad@behdad.org>
13114 Date:   Tue Sep 27 12:38:16 2011 -0400
13115
13116     Fix GSUB lookuptype 1 subtype 1 delta wrapping
13117
13118  src/hb-ot-layout-gsub-table.hh |    4 +++-
13119  1 files changed, 3 insertions(+), 1 deletions(-)
13120
13121 commit 5857720cd35078d1c3906c8b2db3190b5166b66f
13122 Author: Behdad Esfahbod <behdad@behdad.org>
13123 Date:   Tue Sep 27 12:36:26 2011 -0400
13124
13125     [util] s/%d/%u/ when printing glyph ids and clusters
13126
13127  util/options.cc |    6 +++---
13128  1 files changed, 3 insertions(+), 3 deletions(-)
13129
13130 commit b95324cdd217f44c40c5fd44898e659500f19511
13131 Author: Behdad Esfahbod <behdad@behdad.org>
13132 Date:   Wed Sep 21 16:50:39 2011 -0400
13133
13134     Minor
13135
13136  src/hb-blob.cc |    2 +-
13137  1 files changed, 1 insertions(+), 1 deletions(-)
13138
13139 commit 0cd33592ab4bb486ffc438ba0efdac2fa7a1bb7f
13140 Author: Behdad Esfahbod <behdad@behdad.org>
13141 Date:   Wed Sep 21 16:49:33 2011 -0400
13142
13143     Fix possible leaks
13144
13145  src/hb-font.cc |   16 +++++++++++++---
13146  1 files changed, 13 insertions(+), 3 deletions(-)
13147
13148 commit d3f3690b485e1d240fec4f204aef54e07853a244
13149 Author: Behdad Esfahbod <behdad@behdad.org>
13150 Date:   Wed Sep 21 16:41:43 2011 -0400
13151
13152     hb-shape: In --no-glyph-names, output glyph number directly
13153
13154     Ie. write "86" instead of "gid86".
13155
13156  util/options.cc |   11 +++++++----
13157  1 files changed, 7 insertions(+), 4 deletions(-)
13158
13159 commit 088c1e27c0fc0cdef999cf1f567e4d5eb2cfb2e4
13160 Author: Behdad Esfahbod <behdad@behdad.org>
13161 Date:   Tue Sep 20 14:43:55 2011 -0400
13162
13163     [util] Fix option parsing
13164
13165     Wow, who knew bool is one byte and I was using it as a 4byte int?!
13166
13167     C++ auto casts fails you in mysterious ways...
13168
13169  util/helper-cairo.cc |    2 +-
13170  util/options.cc      |    3 ++-
13171  util/options.hh      |   14 +++++++-------
13172  3 files changed, 10 insertions(+), 9 deletions(-)
13173
13174 commit d606daa4cca323c8977b2e52e6863dc0f1b72fa9
13175 Author: Behdad Esfahbod <behdad@behdad.org>
13176 Date:   Tue Sep 20 14:34:06 2011 -0400
13177
13178     Whitespace
13179
13180  src/gen-arabic-table.py |    2 +-
13181  src/gen-indic-table.py  |    2 +-
13182  2 files changed, 2 insertions(+), 2 deletions(-)
13183
13184 commit e700bce1189465a159a7c3c179f231be224f31cc
13185 Author: Behdad Esfahbod <behdad@behdad.org>
13186 Date:   Tue Sep 20 11:20:53 2011 -0400
13187
13188     [util] Add hb-diff
13189
13190     A diff program written in Python that is more suitable for comparing
13191     hb-shape output from different backends.  Main differences with stock
13192     diff:
13193
13194     1. It outputs one line's comparison at a time, as opposed to batching
13195     '+' lines and '-' lines.
13196
13197     2. It colors the part of the line that changed, taking word boundaries
13198     into consideration.
13199
13200     You can pipe the colored output to 'less -r'.
13201
13202  util/Makefile.am |    2 +
13203  util/hb-diff     |   59
13204  ++++++++++++++++++++++++++++++++++++++++++++++++++++++
13205  2 files changed, 61 insertions(+), 0 deletions(-)
13206
13207 commit 880c1f0e4ede65890592d28dfb38bb06f5b57500
13208 Author: Behdad Esfahbod <behdad@behdad.org>
13209 Date:   Mon Sep 19 23:10:22 2011 -0400
13210
13211     Rewrite ICU detection code with in-house macros
13212
13213     At least works for cross-compiling now...
13214
13215  configure.ac |   26 +++++++++++++++-----------
13216  1 files changed, 15 insertions(+), 11 deletions(-)
13217
13218 commit f83f0f4836691b04306c2ef80979f2e1d76a2f28
13219 Author: Behdad Esfahbod <behdad@behdad.org>
13220 Date:   Mon Sep 19 18:51:48 2011 -0400
13221
13222     [graphite] Add note about graphite shaker brokenness
13223
13224  src/hb-graphite2.cc |    8 ++++++++
13225  1 files changed, 8 insertions(+), 0 deletions(-)
13226
13227 commit 422558142aabb996d8ad1848df7ea4d5a8ade98a
13228 Author: Behdad Esfahbod <behdad@behdad.org>
13229 Date:   Mon Sep 19 17:57:02 2011 -0400
13230
13231     [util] Account for line-space in surface size
13232
13233  util/options.cc    |    2 +-
13234  util/options.hh    |    1 -
13235  util/view-cairo.cc |    2 +-
13236  3 files changed, 2 insertions(+), 3 deletions(-)
13237
13238 commit b5afd8f78e6b372f1bbed469329c1554adb20eea
13239 Author: Behdad Esfahbod <behdad@behdad.org>
13240 Date:   Mon Sep 19 16:56:21 2011 -0400
13241
13242     [util] Rename --output to --output_file, and --format to
13243     --output-format
13244
13245  util/options.cc |    4 ++--
13246  1 files changed, 2 insertions(+), 2 deletions(-)
13247
13248 commit 0a965eee880428a43ad7f9d1317c344666247dd7
13249 Author: Behdad Esfahbod <behdad@behdad.org>
13250 Date:   Mon Sep 19 16:53:47 2011 -0400
13251
13252     Minor
13253
13254  src/hb-ot-shape-complex-indic.cc |    4 ++++
13255  1 files changed, 4 insertions(+), 0 deletions(-)
13256
13257 commit 466393c2f04fb5b3dcb3e81ea9609905fa8c9648
13258 Author: Behdad Esfahbod <behdad@behdad.org>
13259 Date:   Mon Sep 19 16:50:18 2011 -0400
13260
13261     Really fix build this time
13262
13263  util/hb-view.hh |    1 -
13264  1 files changed, 0 insertions(+), 1 deletions(-)
13265
13266 commit fe1605db4f28ed75d5debe0db45a19aa77f0585f
13267 Author: Behdad Esfahbod <behdad@behdad.org>
13268 Date:   Mon Sep 19 16:49:03 2011 -0400
13269
13270     Fix dist
13271
13272  util/Makefile.am |    2 ++
13273  1 files changed, 2 insertions(+), 0 deletions(-)
13274
13275 commit 8b8b19056decaf09e4e0ccd9412ee1aeb30f4de7
13276 Author: Behdad Esfahbod <behdad@behdad.org>
13277 Date:   Mon Sep 19 16:41:17 2011 -0400
13278
13279     [util] Add hb-shape utility
13280
13281     Like hb-view, but prints out buffer contents.
13282
13283     The output format is kinda cryptic.  Suggestions welcome.
13284
13285  configure.ac         |    6 -
13286  util/Makefile.am     |   44 ++++--
13287  util/common.cc       |   43 ------
13288  util/common.hh       |   57 --------
13289  util/hb-shape.cc     |   78 ++++++++++
13290  util/hb-view.cc      |   44 +------
13291  util/hb-view.hh      |   79 +++++++++++
13292  util/helper-cairo.cc |  375
13293  +++++++++++++++++++++++++++++++++++++++++++++++++
13294  util/helper-cairo.hh |   79 +++++++++++
13295  util/options.cc      |   79 +++++++++++
13296  util/options.hh      |   53 +++++++-
13297  util/view-cairo.cc   |  381
13298  ++------------------------------------------------
13299  util/view-cairo.hh   |    8 +-
13300  13 files changed, 785 insertions(+), 541 deletions(-)
13301
13302 commit eb2d8be7a8ede0c0f5e346cf06516792f83f36f7
13303 Author: Behdad Esfahbod <behdad@behdad.org>
13304 Date:   Mon Sep 19 16:15:22 2011 -0400
13305
13306     Minor
13307
13308  TODO |    2 ++
13309  1 files changed, 2 insertions(+), 0 deletions(-)
13310
13311 commit f6496663c2f6849a944e41afcf9511f378477532
13312 Author: Behdad Esfahbod <behdad@behdad.org>
13313 Date:   Mon Sep 19 15:45:52 2011 -0400
13314
13315     [util] If no text is provided, simply call cairo_show_glyphs()
13316
13317  util/view-cairo.cc |   92
13318  +++++++++++++++++++++++++++++-----------------------
13319  1 files changed, 51 insertions(+), 41 deletions(-)
13320
13321 commit 5c299343118d1eaff32ffb2a5dac077cfff67dee
13322 Author: Behdad Esfahbod <behdad@behdad.org>
13323 Date:   Mon Sep 19 14:53:26 2011 -0400
13324
13325     [uniscribe] Various improvements
13326
13327  src/hb-uniscribe.cc |   30 +++++++++++++++++++-----------
13328  1 files changed, 19 insertions(+), 11 deletions(-)
13329
13330 commit 11e51993ab562d4c7460eb7c43d0e97404e628e7
13331 Author: Behdad Esfahbod <behdad@behdad.org>
13332 Date:   Mon Sep 19 09:58:55 2011 -0400
13333
13334     [util] Move font-size into view-options
13335
13336  util/options.cc    |    2 +-
13337  util/options.hh    |    7 +++----
13338  util/view-cairo.cc |    4 ++--
13339  3 files changed, 6 insertions(+), 7 deletions(-)
13340
13341 commit 0fe296019746689551d224a5f6fb7e0ebe1b91dc
13342 Author: Behdad Esfahbod <behdad@behdad.org>
13343 Date:   Sat Sep 17 09:59:58 2011 -0400
13344
13345     Fix Linux build when io.h is available
13346
13347     Bug 40953 - fail compile git: make[2]: *** [hb_view-options.o] Error 1
13348
13349  configure.ac    |    2 +-
13350  util/options.cc |    8 ++++----
13351  2 files changed, 5 insertions(+), 5 deletions(-)
13352
13353 commit d2b3ab9ecebbf46cb9dac1f09c17379c50ea4575
13354 Author: Behdad Esfahbod <behdad@behdad.org>
13355 Date:   Fri Sep 16 16:59:17 2011 -0400
13356
13357     Fix "[util] Fix hb-view crash with bogus font."
13358
13359  util/view-cairo.cc |    2 +-
13360  1 files changed, 1 insertions(+), 1 deletions(-)
13361
13362 commit da4a2a1426ee3aa9d9678ec12c9ba4dfcba0bcf8
13363 Author: Behdad Esfahbod <behdad@behdad.org>
13364 Date:   Fri Sep 16 16:56:34 2011 -0400
13365
13366     Cosmetic
13367
13368  util/view-cairo.cc |   31 +++++++++++++++++++++++--------
13369  1 files changed, 23 insertions(+), 8 deletions(-)
13370
13371 commit 4274ed7ab6fb03fbf8eaaa43ab06647dc0beed79
13372 Author: Behdad Esfahbod <behdad@behdad.org>
13373 Date:   Fri Sep 16 16:52:26 2011 -0400
13374
13375     [util] Fix hb-view crash with bogus font
13376
13377  util/view-cairo.cc |    8 +++++++-
13378  1 files changed, 7 insertions(+), 1 deletions(-)
13379
13380 commit 5ddd9cc499f2470eca239ae357a5c8a3626c0809
13381 Author: Behdad Esfahbod <behdad@behdad.org>
13382 Date:   Fri Sep 16 16:40:44 2011 -0400
13383
13384     Minor
13385
13386  src/hb-private.hh         |    2 +-
13387  src/hb-unicode-private.hh |    4 ++--
13388  src/test.cc               |    4 ++--
13389  util/common.hh            |    2 +-
13390  util/options.cc           |    8 ++++----
13391  5 files changed, 10 insertions(+), 10 deletions(-)
13392
13393 commit 652d64aa8d32d914bf3ee2f2c451de103fea8fa9
13394 Author: Behdad Esfahbod <behdad@behdad.org>
13395 Date:   Fri Sep 16 16:34:39 2011 -0400
13396
13397     TODO items
13398
13399  TODO |    6 ++++++
13400  1 files changed, 6 insertions(+), 0 deletions(-)
13401
13402 commit 947c9a778c0d4b428b58806f98c34ede59b7439c
13403 Author: Behdad Esfahbod <behdad@behdad.org>
13404 Date:   Fri Sep 16 16:33:18 2011 -0400
13405
13406     Minor
13407
13408  src/hb-ot-shape-normalize.cc |    4 ++--
13409  1 files changed, 2 insertions(+), 2 deletions(-)
13410
13411 commit d5476a30a10da5e54783c8dbf04340225a9a00d7
13412 Author: Behdad Esfahbod <behdad@behdad.org>
13413 Date:   Fri Sep 16 12:30:50 2011 -0400
13414
13415     Minor
13416
13417  src/hb-object-private.hh |   26 +++++++++++++++-----------
13418  1 files changed, 15 insertions(+), 11 deletions(-)
13419
13420 commit 55aeb0490454cc1ba93a42f307ed1230f59dee4b
13421 Author: Behdad Esfahbod <behdad@behdad.org>
13422 Date:   Fri Sep 16 02:08:36 2011 -0400
13423
13424     Fix reading text from stdin
13425
13426  util/options.cc    |   76
13427  ++++++++++++++++++++++++++++++++++------------------
13428  util/options.hh    |   16 +++++++----
13429  util/view-cairo.cc |    6 +++-
13430  3 files changed, 64 insertions(+), 34 deletions(-)
13431
13432 commit a75c1b125159f6cfb6b652a9ec40803f7c7e3f71
13433 Author: Behdad Esfahbod <behdad@behdad.org>
13434 Date:   Fri Sep 16 01:16:41 2011 -0400
13435
13436     Move code around
13437
13438  util/options.cc |   27 +++++++++++++++++++++++++--
13439  util/options.hh |   20 +-------------------
13440  2 files changed, 26 insertions(+), 21 deletions(-)
13441
13442 commit 7bf6ecd3bfb1ccf5d9ac6fe274efa74b46885fea
13443 Author: Behdad Esfahbod <behdad@behdad.org>
13444 Date:   Fri Sep 16 01:11:30 2011 -0400
13445
13446     Always shape at size=upem
13447
13448     Fixes bug with uniscribe not handling GIGANTIC sizes.
13449
13450  util/options.cc    |    2 +-
13451  util/view-cairo.cc |    8 ++++----
13452  util/view-cairo.hh |    2 +-
13453  3 files changed, 6 insertions(+), 6 deletions(-)
13454
13455 commit 674ee58d9bc9f825d769220d77f58513edae4558
13456 Author: Behdad Esfahbod <behdad@behdad.org>
13457 Date:   Fri Sep 16 00:54:05 2011 -0400
13458
13459     Minor
13460
13461  util/options.cc |    4 +---
13462  1 files changed, 1 insertions(+), 3 deletions(-)
13463
13464 commit 4451168e5d1ea26560899e9a9733b3a3f1853050
13465 Author: Behdad Esfahbod <behdad@behdad.org>
13466 Date:   Fri Sep 16 00:38:19 2011 -0400
13467
13468     Fix binary stdin/stdout io in Windows
13469
13470     Make --font-file accept "-" to mean stdin, and have it work
13471     in Windows too!
13472
13473  configure.ac    |    2 +-
13474  util/common.hh  |    5 ++++
13475  util/options.cc |   64
13476  +++++++++++++++++++++++++++++++++++++++++++++---------
13477  util/options.hh |   10 +++++++-
13478  4 files changed, 67 insertions(+), 14 deletions(-)
13479
13480 commit 639b5957d9c7b6d8bef6784e3467ccc055ddeea4
13481 Author: Behdad Esfahbod <behdad@behdad.org>
13482 Date:   Thu Sep 15 18:09:49 2011 -0400
13483
13484     Minor
13485
13486  util/options.cc |    5 +++--
13487  util/options.hh |    4 ++--
13488  2 files changed, 5 insertions(+), 4 deletions(-)
13489
13490 commit f7e2ef74f856ee13d6fd6cf3f1e04bc162203bc2
13491 Author: Behdad Esfahbod <behdad@behdad.org>
13492 Date:   Thu Sep 15 17:52:00 2011 -0400
13493
13494     [hb-view] Make print to stdout work in Windows
13495
13496     Apparently there's no equivalent to "/dev/stdout", so write using
13497     stdio to be able to output to stdout.
13498
13499  util/common.hh     |    1 +
13500  util/options.hh    |   31 ++++++++++++++++----
13501  util/view-cairo.cc |   79
13502  +++++++++++++++++++++++++++++++++++-----------------
13503  3 files changed, 78 insertions(+), 33 deletions(-)
13504
13505 commit 36b10f58cc70ce9570d17b30616f9cb27423e03b
13506 Author: Behdad Esfahbod <behdad@behdad.org>
13507 Date:   Thu Sep 15 16:29:51 2011 -0400
13508
13509     Minor
13510
13511  src/hb-ot-shape-normalize.cc |    7 +++++--
13512  1 files changed, 5 insertions(+), 2 deletions(-)
13513
13514 commit c4611cb66f8e3a133ec00e3ace62ef19d9b95b28
13515 Author: Behdad Esfahbod <behdad@behdad.org>
13516 Date:   Tue Sep 13 13:33:11 2011 -0400
13517
13518     Fix test
13519
13520  src/hb-graphite2.h |    1 +
13521  src/hb-ot-shape.h  |    1 +
13522  src/hb-uniscribe.h |    1 +
13523  3 files changed, 3 insertions(+), 0 deletions(-)
13524
13525 commit b9b10ad78b1f977494a3a42b58f8040fe16505a3
13526 Author: Behdad Esfahbod <behdad@behdad.org>
13527 Date:   Tue Sep 13 13:30:39 2011 -0400
13528
13529     [util] Refactor hb-view completely
13530
13531     Now we can use the same code to do other utils...
13532
13533  configure.ac       |    2 +
13534  util/Makefile.am   |    2 +
13535  util/common.cc     |    7 +-
13536  util/common.hh     |    2 +-
13537  util/hb-view.cc    |  244 ++++-------------------------
13538  util/options.cc    |  321 +++++++++++++++++++++++++++-----------
13539  util/options.hh    |  179 +++++++++++++++++++---
13540  util/view-cairo.cc |  440
13541  ++++++++++++++++++++++++++++++++++++++++++++++++++++
13542  util/view-cairo.hh |   63 ++++++++
13543  9 files changed, 927 insertions(+), 333 deletions(-)
13544
13545 commit bc4b07b05ea9e39eb9f966eb2c3e1c737efa77ff
13546 Author: Behdad Esfahbod <behdad@behdad.org>
13547 Date:   Thu Sep 8 17:08:32 2011 -0400
13548
13549     More reshuffling
13550
13551  util/hb-view.cc |    4 +-
13552  util/options.cc |   64
13553  +++++++++++++++++++++++++++++-------------------------
13554  util/options.hh |   13 ++++++-----
13555  3 files changed, 43 insertions(+), 38 deletions(-)
13556
13557 commit 516857eb51bbb79ff4adf44e3fefbf460f9ee8f8
13558 Author: Behdad Esfahbod <behdad@behdad.org>
13559 Date:   Thu Sep 8 16:50:24 2011 -0400
13560
13561     [util] Simplify more
13562
13563  util/options.hh |    9 +++------
13564  1 files changed, 3 insertions(+), 6 deletions(-)
13565
13566 commit 4f4b114a5592c2f5d128ee795f159b438ad97829
13567 Author: Behdad Esfahbod <behdad@behdad.org>
13568 Date:   Thu Sep 8 16:49:02 2011 -0400
13569
13570     [util] Move code around
13571
13572  util/hb-view.cc |    8 +-------
13573  util/options.hh |   14 ++++++++++++++
13574  2 files changed, 15 insertions(+), 7 deletions(-)
13575
13576 commit 46d86a73a103b061144018c3fe947b57548fc58f
13577 Author: Behdad Esfahbod <behdad@behdad.org>
13578 Date:   Thu Sep 8 16:43:15 2011 -0400
13579
13580     Minor
13581
13582     We now support using -1 for NUL-terminated strings.
13583
13584  util/hb-view.cc |    2 --
13585  1 files changed, 0 insertions(+), 2 deletions(-)
13586
13587 commit 90e312cb85df7a6dc350cb62138ab950790e3d15
13588 Author: Behdad Esfahbod <behdad@behdad.org>
13589 Date:   Thu Sep 8 16:42:37 2011 -0400
13590
13591     [util] Move code around
13592
13593  util/hb-view.cc |    5 -----
13594  util/options.hh |    4 ++++
13595  2 files changed, 4 insertions(+), 5 deletions(-)
13596
13597 commit 109cb382898f491eed733dba4ef5ba12de94aaf6
13598 Author: Behdad Esfahbod <behdad@behdad.org>
13599 Date:   Thu Sep 8 16:00:04 2011 -0400
13600
13601     [util] Further refactor option parsing
13602
13603  util/options.cc |   80
13604  ++++++++++++++++++++++++++++++++++++++++++++++---------
13605  util/options.hh |   20 +++++++++++---
13606  2 files changed, 83 insertions(+), 17 deletions(-)
13607
13608 commit bc187e5ac7433f5561b0e97e8c62172c73883f3f
13609 Author: Behdad Esfahbod <behdad@behdad.org>
13610 Date:   Thu Sep 8 13:35:17 2011 -0400
13611
13612     Refine Indic scripts, following Martin Hosken's recommendation
13613
13614  src/hb-ot-shape-complex-private.hh |   56
13615  ++++++++++++++++++++++--------------
13616  1 files changed, 34 insertions(+), 22 deletions(-)
13617
13618 commit 738d096a06822e63b3894bd817ecb90e5fb94f73
13619 Author: Behdad Esfahbod <behdad@behdad.org>
13620 Date:   Fri Sep 2 13:31:19 2011 -0400
13621
13622     Pass through unknown ISO 639-3 language tags to OpenType engine
13623
13624     In hb_ot_tag_from_language(), if first component of an unknown
13625     language is three letters long, use it directly as OpenType language
13626     tag (after case conversion and padding).
13627
13628  src/hb-ot-tag.cc   |    8 ++++++++
13629  test/test-ot-tag.c |    5 +++++
13630  2 files changed, 13 insertions(+), 0 deletions(-)
13631
13632 commit ea02cbf03c084b3ead6e9e4c9af07b3b47608d5b
13633 Author: Behdad Esfahbod <behdad@behdad.org>
13634 Date:   Fri Sep 2 12:39:20 2011 -0400
13635
13636     [graphite] Don't preload glyphs
13637
13638     Doesn't seem to be slower.
13639
13640  src/hb-graphite2.cc |    2 +-
13641  1 files changed, 1 insertions(+), 1 deletions(-)
13642
13643 commit 210a06f3d7bd2df55ebd1743da74f327c5a7a967
13644 Author: Behdad Esfahbod <behdad@behdad.org>
13645 Date:   Fri Aug 26 13:39:49 2011 +0200
13646
13647     Minor
13648
13649  src/hb-graphite2.h |   12 ++++++------
13650  src/hb-ot-shape.h  |    1 -
13651  src/hb-uniscribe.h |    1 -
13652  3 files changed, 6 insertions(+), 8 deletions(-)
13653
13654 commit 4a8d2e379a34b19bccc72bc3e2d9ace3fdd27733
13655 Author: Behdad Esfahbod <behdad@behdad.org>
13656 Date:   Fri Aug 26 09:40:54 2011 +0200
13657
13658     [graphite2] Chop a few more lines
13659
13660  src/hb-graphite2.cc |   13 ++++---------
13661  1 files changed, 4 insertions(+), 9 deletions(-)
13662
13663 commit 81ec289da799bd2f50da9382507c606d2c779ab9
13664 Author: Behdad Esfahbod <behdad@behdad.org>
13665 Date:   Fri Aug 26 09:33:06 2011 +0200
13666
13667     Minor
13668
13669  src/hb-graphite2.cc |   24 ++++++++++++------------
13670  1 files changed, 12 insertions(+), 12 deletions(-)
13671
13672 commit 3380de5abbaff535e1cf57ea7e5c2a7c4fdcfe66
13673 Author: Behdad Esfahbod <behdad@behdad.org>
13674 Date:   Fri Aug 26 09:30:49 2011 +0200
13675
13676     [graphite] Use buffer->replace_glyphs()
13677
13678  src/hb-graphite2.cc |    3 +--
13679  1 files changed, 1 insertions(+), 2 deletions(-)
13680
13681 commit 9ebe8c0286856d46430ae184ba7303bd34485883
13682 Author: Behdad Esfahbod <behdad@behdad.org>
13683 Date:   Fri Aug 26 09:29:42 2011 +0200
13684
13685     Add buffer->replace_glyphs()
13686
13687  src/hb-buffer-private.hh |    3 +++
13688  src/hb-buffer.cc         |   26 ++++++++++++++++++++++++++
13689  2 files changed, 29 insertions(+), 0 deletions(-)
13690
13691 commit a5edb1031c204464da4f852ba3d90e8cc20cd20e
13692 Author: Behdad Esfahbod <behdad@behdad.org>
13693 Date:   Fri Aug 26 09:27:13 2011 +0200
13694
13695     Minor
13696
13697  src/hb-graphite2.cc |    9 +++++----
13698  1 files changed, 5 insertions(+), 4 deletions(-)
13699
13700 commit 290e3ee51727df75d136ccfff79831b94d1583b6
13701 Author: Behdad Esfahbod <behdad@behdad.org>
13702 Date:   Fri Aug 26 09:25:04 2011 +0200
13703
13704     [graphite] Only pass the first part language tag to graphite
13705
13706     Still not sure about:
13707
13708     1) Case.  We pass lowercase for now.  Would be nice if graphite was
13709     uppercase 3letter like OpenType,
13710
13711     2) Padding.  IMO, tag padding is always with spaces, but Martin was
13712     talking about NUL bytes.
13713
13714  src/hb-graphite2.cc |    5 +++--
13715  1 files changed, 3 insertions(+), 2 deletions(-)
13716
13717 commit 4c9fe88d30036340fe592bcbc375049b84602b8b
13718 Author: Behdad Esfahbod <behdad@behdad.org>
13719 Date:   Fri Aug 26 09:18:53 2011 +0200
13720
13721     [API] Make all _from_string() functions take a len parameter
13722
13723     Can be -1 for NUL-terminated string.  This is useful for passing parts
13724     of a larger string to a function without having to copy or modify the
13725     string first.
13726
13727     Affected functions:
13728
13729         hb_tag_t hb_tag_from_string()
13730         hb_direction_from_string()
13731         hb_language_from_string()
13732         hb_script_from_string()
13733
13734  src/hb-common.cc    |   29 ++++++++++++------
13735  src/hb-common.h     |   12 +++++--
13736  src/hb-graphite2.cc |    2 +-
13737  src/hb-icu.cc       |    2 +-
13738  src/hb-ot-tag.cc    |    8 ++--
13739  test/test-buffer.c  |    4 +-
13740  test/test-common.c  |   79
13741  +++++++++++++++++++++++++++++---------------------
13742  test/test-ot-tag.c  |   22 +++++++-------
13743  util/hb-view.cc     |    6 ++--
13744  util/options.cc     |    5 +--
13745  10 files changed, 96 insertions(+), 73 deletions(-)
13746
13747 commit a499bdea5cc5097dec62eeafdef58d08ba534be0
13748 Author: Behdad Esfahbod <behdad@behdad.org>
13749 Date:   Thu Aug 25 22:46:21 2011 +0200
13750
13751     [graphite2] Bail if grface is NULL
13752
13753  src/hb-graphite2.cc |    1 +
13754  1 files changed, 1 insertions(+), 0 deletions(-)
13755
13756 commit 3007ffa9e53e6100a761c2363f50a2b19a0764fc
13757 Author: Behdad Esfahbod <behdad@behdad.org>
13758 Date:   Thu Aug 25 09:08:53 2011 +0200
13759
13760     Reorder combining-class to better suit Arabic shadda mark-mark
13761     positioning
13762
13763     As reported by Khaled on the list:
13764
13765     "After the introduction of canonical reordering of combining marks
13766     (commit 34c22f8), I'm no longer able to do mark/mark substitution or
13767     positioning for mark sequences that involve shadda as a first mark (or
13768     most interesting sequences at least).
13769
13770     "After some digging, it turned out that shadda have a ccc=33
13771     while most
13772     Arabic marks that combine with it have a lower ccc value, which
13773     results
13774     in the shadda being reordered after the other mark which,
13775     unsurprisingly, breaks my contextual substitution and mkmk anchors."
13776
13777     See:
13778
13779     http://unicode.org/faq/normalization.html#8
13780     http://unicode.org/faq/normalization.html#9
13781
13782  src/hb-ot-shape-private.hh |   18 +++++++++++++++++-
13783  1 files changed, 17 insertions(+), 1 deletions(-)
13784
13785 commit 74ef81a0b0f9adddfb42c3cb87f08f8156054519
13786 Author: Behdad Esfahbod <behdad@behdad.org>
13787 Date:   Wed Aug 24 19:16:13 2011 +0200
13788
13789     Fix make distcheck
13790
13791  src/Makefile.am              |   15 ++++++++-------
13792  src/hb-gobject-enums.cc.tmpl |    2 +-
13793  2 files changed, 9 insertions(+), 8 deletions(-)
13794
13795 commit 24bcdbcc0639ca9e9c0fde1a71cbbf1c3d2ef98d
13796 Author: Behdad Esfahbod <behdad@behdad.org>
13797 Date:   Wed Aug 24 19:13:15 2011 +0200
13798
13799     Add hb-ot-hmtx-table.hh
13800
13801     Oops!
13802
13803  src/hb-ot-hmtx-table.hh |   86
13804  +++++++++++++++++++++++++++++++++++++++++++++++
13805  1 files changed, 86 insertions(+), 0 deletions(-)
13806
13807 commit a3bd8a0e1862212a2d4141b973039bd000a3054f
13808 Author: Behdad Esfahbod <behdad@behdad.org>
13809 Date:   Wed Aug 24 03:22:49 2011 +0200
13810
13811     [graphite] Rewrite properly
13812
13813  src/hb-graphite2.cc |  633
13814  ++++++++++++++++++++++-----------------------------
13815  src/hb-uniscribe.cc |    2 +
13816  2 files changed, 273 insertions(+), 362 deletions(-)
13817
13818 commit 5072934c35bddc23d6bcb07a41010da51eb1b090
13819 Author: Behdad Esfahbod <behdad@behdad.org>
13820 Date:   Wed Aug 24 02:24:27 2011 +0200
13821
13822     Minor
13823
13824  src/hb-uniscribe.cc |   14 +++++++-------
13825  1 files changed, 7 insertions(+), 7 deletions(-)
13826
13827 commit 46377396accf6b43792ffba553dcd9847608aa86
13828 Author: Behdad Esfahbod <behdad@behdad.org>
13829 Date:   Wed Aug 24 02:12:05 2011 +0200
13830
13831     [configure] Fix graphite bits
13832
13833  configure.ac |    9 +++++----
13834  1 files changed, 5 insertions(+), 4 deletions(-)
13835
13836 commit 71388b3ee71c7d3b79f842db7588bd683691797c
13837 Author: Behdad Esfahbod <behdad@behdad.org>
13838 Date:   Wed Aug 24 02:09:04 2011 +0200
13839
13840     [uniscribe] Minor
13841
13842  src/hb-uniscribe.cc |   19 +++++++++----------
13843  1 files changed, 9 insertions(+), 10 deletions(-)
13844
13845 commit cd2b901027bd154e31aa509c0cb2d86633e36398
13846 Author: Behdad Esfahbod <behdad@behdad.org>
13847 Date:   Wed Aug 24 01:47:25 2011 +0200
13848
13849     [graphite] Minor
13850
13851  src/hb-graphite2.cc |   10 ++++------
13852  src/hb-shape.cc     |    1 -
13853  2 files changed, 4 insertions(+), 7 deletions(-)
13854
13855 commit 834af3b48a1aca3e53811d1eb4ca09b582b8e598
13856 Author: Behdad Esfahbod <behdad@behdad.org>
13857 Date:   Wed Aug 24 01:45:47 2011 +0200
13858
13859     [graphite] Remove hb_graphite2_feature_check()
13860
13861     I don't see how this function can be useful.
13862
13863  src/hb-graphite2.cc |   10 ----------
13864  src/hb-graphite2.h  |    2 --
13865  2 files changed, 0 insertions(+), 12 deletions(-)
13866
13867 commit 1f49cf32c96cb45a4d8ba2c210aeb7a8076b4762
13868 Author: Behdad Esfahbod <behdad@behdad.org>
13869 Date:   Wed Aug 24 01:29:25 2011 +0200
13870
13871     Add graphite2 integration from Martin Hosken
13872
13873     To be modified, a lot.
13874
13875  configure.ac                      |    9 +-
13876  contrib/python/lib/harfbuzz.pyx   |   20 +-
13877  contrib/python/runpy              |    2 -
13878  contrib/python/scripts/hbtestfont |    4 +-
13879  contrib/python/setup.py           |   18 ++-
13880  src/Makefile.am                   |    7 +
13881  src/hb-graphite2.cc               |  446
13882  +++++++++++++++++++++++++++++++++++++
13883  src/hb-graphite2.h                |   47 ++++
13884  src/hb-shape.cc                   |    7 +
13885  9 files changed, 542 insertions(+), 18 deletions(-)
13886
13887 commit 0e6d36d8a3f9f533cb6eb04408af62bfd1ad83da
13888 Author: Behdad Esfahbod <behdad@behdad.org>
13889 Date:   Wed Aug 24 01:31:29 2011 +0200
13890
13891     Minor
13892
13893  src/Makefile.am           |    2 +-
13894  src/hb-uniscribe-shape.cc |  454
13895  ---------------------------------------------
13896  src/hb-uniscribe.cc       |  454
13897  +++++++++++++++++++++++++++++++++++++++++++++
13898  3 files changed, 455 insertions(+), 455 deletions(-)
13899
13900 commit efde8113258b117ec0a7fbffe6d681442d045c41
13901 Author: Behdad Esfahbod <behdad@behdad.org>
13902 Date:   Tue Aug 23 00:04:57 2011 +0200
13903
13904     Add a constructor for hb_prealloced_array_t
13905
13906     Fixes build with MSVC.
13907
13908  src/hb-private.hh |    2 ++
13909  1 files changed, 2 insertions(+), 0 deletions(-)
13910
13911 commit d75333f166d21e9b9f2341c3bc8a9ef8a886f4b3
13912 Author: Behdad Esfahbod <behdad@behdad.org>
13913 Date:   Fri Aug 19 19:59:24 2011 +0200
13914
13915     Add gobject enum support, but disabled for now
13916
13917     need to figure out the naming.  The generated code doesn't have the
13918     right name.
13919
13920  configure.ac                 |    2 +
13921  src/Makefile.am              |   13 ++++++--
13922  src/hb-gobject-enums.cc.tmpl |   74
13923  ++++++++++++++++++++++++++++++++++++++++++
13924  src/hb-gobject-structs.cc    |   63 +++++++++++++++++++++++++++++++++++
13925  src/hb-gobject.cc            |   63 -----------------------------------
13926  5 files changed, 149 insertions(+), 66 deletions(-)
13927
13928 commit 7d235d272f4c9213f54c9c807fb8fba5068c45b0
13929 Author: Behdad Esfahbod <behdad@behdad.org>
13930 Date:   Wed Aug 17 23:55:29 2011 +0200
13931
13932     Flesh out tt funcs a bit
13933
13934  src/hb-tt-font.cc |   36 +++++++++++++++++++++++++++++++++++-
13935  1 files changed, 35 insertions(+), 1 deletions(-)
13936
13937 commit b9415e76d7b41da203b9ae85e38b6dc777481184
13938 Author: Behdad Esfahbod <behdad@behdad.org>
13939 Date:   Wed Aug 17 19:21:44 2011 +0200
13940
13941     [API] Add hb_font_set_funcs_data()
13942
13943  src/hb-font.cc |   15 +++++++++++++++
13944  src/hb-font.h  |    6 ++++++
13945  2 files changed, 21 insertions(+), 0 deletions(-)
13946
13947 commit e6c09cdf43201ff1b7f38e411ae1f9977e4f9271
13948 Author: Behdad Esfahbod <behdad@behdad.org>
13949 Date:   Wed Aug 17 19:07:59 2011 +0200
13950
13951     Remove the pre_allocate argument from hb_buffer_create()
13952
13953     For two reasons:
13954
13955     1. User can always call hb_buffer_pre_allocate() themselves, and
13956
13957     2. Now we do a pre_alloc in add_utfX anyway, so the total number of
13958     reallocs is limited to a small number (~3) anyway.  This just
13959     makes the
13960     API cleaner.
13961
13962  src/hb-buffer.cc          |    7 +------
13963  src/hb-buffer.h           |    2 +-
13964  src/test.cc               |    2 +-
13965  test/test-buffer.c        |    9 ++++-----
13966  test/test-object.c        |    4 ++--
13967  test/test-shape-complex.c |    2 +-
13968  test/test-shape.c         |    2 +-
13969  util/hb-view.cc           |    2 +-
13970  8 files changed, 12 insertions(+), 18 deletions(-)
13971
13972 commit 187bdeaa6c82fcb95fdd546da9c78b843e1dea0e
13973 Author: Behdad Esfahbod <behdad@behdad.org>
13974 Date:   Wed Aug 17 19:03:06 2011 +0200
13975
13976     Do (nothing for) hmtx sanitize
13977
13978  src/hb-ot-hhea-table.hh |    1 -
13979  src/hb-tt-font.cc       |    1 +
13980  2 files changed, 1 insertions(+), 1 deletions(-)
13981
13982 commit d6016e49108be183ab2dc9c226447d1db3a09b90
13983 Author: Behdad Esfahbod <behdad@behdad.org>
13984 Date:   Wed Aug 17 14:47:41 2011 +0200
13985
13986     Fix name-table sanitize
13987
13988  src/hb-ot-name-table.hh |    4 ++--
13989  1 files changed, 2 insertions(+), 2 deletions(-)
13990
13991 commit ae9877dea6a1aed3566d9b87a75ede84259deaca
13992 Author: Behdad Esfahbod <behdad@behdad.org>
13993 Date:   Wed Aug 17 14:43:45 2011 +0200
13994
13995     Add hhea-table support
13996
13997  src/Makefile.am                |    1 +
13998  src/hb-open-type-private.hh    |    6 +
13999  src/hb-ot-head-table.hh        |    2 +-
14000  src/hb-ot-hhea-table.hh        |   93 ++++++++++++++++++
14001  src/hb-ot-layout-gdef-table.hh |    2 +-
14002  src/hb-ot-layout-gpos-table.hh |    2 +-
14003  src/hb-ot-layout-gsub-table.hh |    2 +-
14004  src/hb-ot-maxp-table.hh        |    2 +-
14005  src/hb-ot-name-table.hh        |    3 +-
14006  src/hb-tt-font.cc              |  207
14007  ++++++++++++++++++++++++++++++++++++++++
14008  10 files changed, 314 insertions(+), 6 deletions(-)
14009
14010 commit 7a750ac33ec482e2c4856c19ea607f3563741c24
14011 Author: Behdad Esfahbod <behdad@behdad.org>
14012 Date:   Wed Aug 17 14:19:59 2011 +0200
14013
14014     Rename table files from eg maxp-private.hh to maxp-table.hh
14015
14016  src/Makefile.am                      |   12 +-
14017  src/hb-font.cc                       |    2 +-
14018  src/hb-ot-head-private.hh            |  143 ---
14019  src/hb-ot-head-table.hh              |  143 +++
14020  src/hb-ot-layout-gdef-private.hh     |  427 ---------
14021  src/hb-ot-layout-gdef-table.hh       |  427 +++++++++
14022  src/hb-ot-layout-gpos-private.hh     | 1633
14023  ----------------------------------
14024  src/hb-ot-layout-gpos-table.hh       | 1633
14025  ++++++++++++++++++++++++++++++++++
14026  src/hb-ot-layout-gsub-private.hh     |  943 --------------------
14027  src/hb-ot-layout-gsub-table.hh       |  943 ++++++++++++++++++++
14028  src/hb-ot-layout-gsubgpos-private.hh |    2 +-
14029  src/hb-ot-layout.cc                  |    8 +-
14030  src/hb-ot-maxp-private.hh            |   66 --
14031  src/hb-ot-maxp-table.hh              |   66 ++
14032  src/hb-ot-name-private.hh            |  128 ---
14033  src/hb-ot-name-table.hh              |  128 +++
14034  src/hb-uniscribe-shape.cc            |    2 +-
14035  src/main.cc                          |    2 +-
14036  18 files changed, 3354 insertions(+), 3354 deletions(-)
14037
14038 commit 0b7e4d9f20b3ed947d0c441ca59b43c4097cdb0e
14039 Author: Behdad Esfahbod <behdad@behdad.org>
14040 Date:   Mon Aug 15 20:41:59 2011 +0200
14041
14042     [ft] FT_Get_Advance() for advance-width callbacks
14043
14044     Using graphite2's comparerenderer suggests that this makes hb-ft 15
14045     times faster.  No caching layer needed anymore.
14046
14047  configure.ac   |    2 +-
14048  src/hb-ft.cc   |   19 +++++++++++++------
14049  util/common.hh |    4 +++-
14050  3 files changed, 17 insertions(+), 8 deletions(-)
14051
14052 commit 97796453aab56873809a15b5e316cba8acea7449
14053 Author: Behdad Esfahbod <behdad@behdad.org>
14054 Date:   Mon Aug 15 19:03:43 2011 +0200
14055
14056     Fix falloffs of the GOption conversion
14057
14058  util/options.cc |    8 ++++----
14059  util/options.hh |    4 ++--
14060  2 files changed, 6 insertions(+), 6 deletions(-)
14061
14062 commit 4e9ff1dd6ee3ea63fd91a76a91d9725a10a294a0
14063 Author: Behdad Esfahbod <behdad@behdad.org>
14064 Date:   Mon Aug 15 16:21:22 2011 +0200
14065
14066     Pre-allocate buffers when adding string
14067
14068     We do a conservative estimate of the number of characters, but still,
14069     this limits the number of buffer reallocs to a small constant.
14070
14071  src/hb-buffer.cc |    1 +
14072  1 files changed, 1 insertions(+), 0 deletions(-)
14073
14074 commit 553bc3de82cfda8d83db26a93205e0d39440cbd1
14075 Author: Behdad Esfahbod <behdad@behdad.org>
14076 Date:   Mon Aug 15 16:21:06 2011 +0200
14077
14078     Minor
14079
14080  src/hb-ft.cc |    2 +-
14081  1 files changed, 1 insertions(+), 1 deletions(-)
14082
14083 commit 254142bb67a5c520a304142301479eb5292592d1
14084 Author: Behdad Esfahbod <behdad@behdad.org>
14085 Date:   Mon Aug 15 16:15:44 2011 +0200
14086
14087     [ft] FT_Select_Charmap() when we create face
14088
14089  src/hb-ft.cc |    2 ++
14090  1 files changed, 2 insertions(+), 0 deletions(-)
14091
14092 commit a4cbd03dd17990783d8fd4c6be0c9c0d3d9cae5b
14093 Author: Behdad Esfahbod <behdad@behdad.org>
14094 Date:   Mon Aug 15 09:52:05 2011 +0200
14095
14096     Apply 'locl' with 'ccmp' in Arabic shaper
14097
14098     According to Peter Constable this is indeed what Uniscribe has been
14099     doing for years.
14100
14101     Mozilla Bug 667166 - wrong shape of letter when it comes at the end of
14102     word in the arabic version of Firefox 5.0
14103
14104  src/hb-ot-shape-complex-arabic.cc |    1 +
14105  1 files changed, 1 insertions(+), 0 deletions(-)
14106
14107 commit c214cff55ce539d004d069a484dac3988953cb11
14108 Author: Behdad Esfahbod <behdad@behdad.org>
14109 Date:   Sun Aug 14 15:17:16 2011 +0200
14110
14111     Start adding gobject-introspection support
14112
14113  configure.ac      |   13 +++++++++-
14114  src/Makefile.am   |   43 ++++++++++++++------------------
14115  src/hb-common.h   |    1 +
14116  src/hb-glib.cc    |    3 --
14117  src/hb-gobject.cc |   63
14118  +++++++++++++++++++++++++++++++++++++++++++++++++
14119  src/hb-gobject.h  |   68
14120  +++++++++++++++++++++++++++++++++++++++++++++++++++++
14121  6 files changed, 163 insertions(+), 28 deletions(-)
14122
14123 commit 9527fb200ffbbd839334e99b51d9671752d393db
14124 Author: Behdad Esfahbod <behdad@behdad.org>
14125 Date:   Sat Aug 13 19:03:48 2011 +0200
14126
14127     Fix missing return
14128
14129  src/hb-ft.cc |    2 ++
14130  1 files changed, 2 insertions(+), 0 deletions(-)
14131
14132 commit 77a328769545f6b2970d8491fe77fe98781961cf
14133 Author: Behdad Esfahbod <behdad@behdad.org>
14134 Date:   Sat Aug 13 17:16:45 2011 +0200
14135
14136     Minor
14137
14138  src/hb-common.h |    2 +-
14139  1 files changed, 1 insertions(+), 1 deletions(-)
14140
14141 commit 3bb300ee78a40f9ded21ab19283863b733aeb677
14142 Author: Behdad Esfahbod <behdad@behdad.org>
14143 Date:   Thu Aug 11 11:54:31 2011 +0200
14144
14145     Refactor hb-view code
14146
14147  util/Makefile.am |   26 ++++-
14148  util/common.cc   |   40 ++++++
14149  util/common.hh   |   49 +++++++
14150  util/hb-view.cc  |  387
14151  ++++--------------------------------------------------
14152  util/options.cc  |  318 ++++++++++++++++++++++++++++++++++++++++++++
14153  util/options.hh  |   86 ++++++++++++
14154  6 files changed, 541 insertions(+), 365 deletions(-)
14155
14156 commit d6660356dd81358033743f72d8a5fbf2fc70eaf7
14157 Author: Behdad Esfahbod <behdad@behdad.org>
14158 Date:   Wed Aug 10 22:08:36 2011 +0200
14159
14160     Add uniscribe font getters
14161
14162  src/hb-uniscribe-shape.cc |   24 +++++++++++++++++++++---
14163  src/hb-uniscribe.h        |    8 ++++++++
14164  2 files changed, 29 insertions(+), 3 deletions(-)
14165
14166 commit 01ec13a1d9ae380305b593e1c52cebb0e8327cb6
14167 Author: Behdad Esfahbod <behdad@behdad.org>
14168 Date:   Wed Aug 10 22:00:35 2011 +0200
14169
14170     Implement hb_ft_font_get_face
14171
14172  src/hb-ft.cc |   15 ++++++++++++++-
14173  src/hb-ft.h  |    2 ++
14174  2 files changed, 16 insertions(+), 1 deletions(-)
14175
14176 commit 36a4fe037df201f85b7a544eb30d75dc3585a1b6
14177 Author: Behdad Esfahbod <behdad@behdad.org>
14178 Date:   Wed Aug 10 21:54:22 2011 +0200
14179
14180     Fix charset conversion
14181
14182  util/hb-view.cc |    2 +-
14183  1 files changed, 1 insertions(+), 1 deletions(-)
14184
14185 commit 25c4830593064f023e296aa795b72ddcaa1c9322
14186 Author: Behdad Esfahbod <behdad@behdad.org>
14187 Date:   Wed Aug 10 16:28:38 2011 +0200
14188
14189     [util] Add hb-shape --shapers
14190
14191     If the specified shapers fail, hb-shape will fail immediately
14192
14193  util/hb-view.cc |   57
14194  +++++++++++++++++++++++++++++++-----------------------
14195  1 files changed, 33 insertions(+), 24 deletions(-)
14196
14197 commit 0501573deda3a8dcdfcea491392f554f21ed0154
14198 Author: Behdad Esfahbod <behdad@behdad.org>
14199 Date:   Wed Aug 10 16:25:56 2011 +0200
14200
14201     Fix const correctness in the API
14202
14203  src/hb-fallback-shape-private.hh |    2 +-
14204  src/hb-fallback-shape.cc         |    2 +-
14205  src/hb-ot-shape.cc               |    2 +-
14206  src/hb-ot-shape.h                |    2 +-
14207  src/hb-shape.cc                  |   14 +++++++-------
14208  src/hb-shape.h                   |   12 ++++++------
14209  src/hb-uniscribe-shape.cc        |    2 +-
14210  src/hb-uniscribe.h               |    2 +-
14211  8 files changed, 19 insertions(+), 19 deletions(-)
14212
14213 commit a21add6c0da067173d51792d716d6e38379f138f
14214 Author: Behdad Esfahbod <behdad@behdad.org>
14215 Date:   Wed Aug 10 16:07:49 2011 +0200
14216
14217     Reformat
14218
14219  util/hb-view.cc |   49 ++++++++++++++++++-------------------------------
14220  1 files changed, 18 insertions(+), 31 deletions(-)
14221
14222 commit 8df90c81187db58eee6b90426cd16c32feef6be3
14223 Author: Behdad Esfahbod <behdad@behdad.org>
14224 Date:   Wed Aug 10 15:26:41 2011 +0200
14225
14226     [util] Port hb-view to GOption
14227
14228  util/hb-view.cc |  267
14229  ++++++++++++++++++++++++++++++++-----------------------
14230  1 files changed, 156 insertions(+), 111 deletions(-)
14231
14232 commit 511a136f0c092880b19250a5df53bcf9f4b043ca
14233 Author: Behdad Esfahbod <behdad@behdad.org>
14234 Date:   Tue Aug 9 15:03:00 2011 +0200
14235
14236     Move hb-view into util/
14237
14238  Makefile.am      |    3 +-
14239  configure.ac     |    1 +
14240  src/Makefile.am  |   13 --
14241  src/hb-view.cc   |  568
14242  ------------------------------------------------------
14243  util/Makefile.am |   24 +++
14244  util/hb-view.cc  |  568
14245  ++++++++++++++++++++++++++++++++++++++++++++++++++++++
14246  6 files changed, 594 insertions(+), 583 deletions(-)
14247
14248 commit d753ac78da5619a0a545cdaf7a8e65787e996570
14249 Author: Behdad Esfahbod <behdad@behdad.org>
14250 Date:   Tue Aug 9 14:03:12 2011 +0200
14251
14252     [uniscribe] Remove zerowidth glyphs from output
14253
14254  src/hb-uniscribe-shape.cc |    7 +++++--
14255  1 files changed, 5 insertions(+), 2 deletions(-)
14256
14257 commit 217cc81cd9c3de30b2ef226983ec43c0f78b5c7d
14258 Author: Behdad Esfahbod <behdad@behdad.org>
14259 Date:   Tue Aug 9 14:00:44 2011 +0200
14260
14261     [test/shape-complex] Print cluster and position info in --verbose
14262
14263  test/test-shape-complex.c |   20 +++++++++++++++++---
14264  1 files changed, 17 insertions(+), 3 deletions(-)
14265
14266 commit 708403e7f3e4a5cf9b0d2bd764fb74b148af7adb
14267 Author: Behdad Esfahbod <behdad@behdad.org>
14268 Date:   Tue Aug 9 13:52:36 2011 +0200
14269
14270     Fix warnings with old glib
14271
14272  test/hb-test.h |    3 +--
14273  1 files changed, 1 insertions(+), 2 deletions(-)
14274
14275 commit ddd247b0c528cdb8bdf5f8063180abe884afa305
14276 Author: Behdad Esfahbod <behdad@behdad.org>
14277 Date:   Tue Aug 9 11:44:42 2011 +0200
14278
14279     Minor
14280
14281  src/test.cc |    3 +--
14282  1 files changed, 1 insertions(+), 2 deletions(-)
14283
14284 commit 1b8196c98638ba05ae0ebcb8ba7aa99ed9c08e0a
14285 Author: Behdad Esfahbod <behdad@behdad.org>
14286 Date:   Tue Aug 9 11:37:46 2011 +0200
14287
14288     Add fallback shaper
14289
14290  src/hb-fallback-shape.cc |   23 +++++++++++++++++++++--
14291  1 files changed, 21 insertions(+), 2 deletions(-)
14292
14293 commit 13a601fe99f237b08b7166448e386eaea0b77294
14294 Author: Behdad Esfahbod <behdad@behdad.org>
14295 Date:   Tue Aug 9 11:36:54 2011 +0200
14296
14297     [FT] Don't make font immutable
14298
14299  src/hb-ft.cc |    2 --
14300  1 files changed, 0 insertions(+), 2 deletions(-)
14301
14302 commit 38b2118724600521c6ad1e49df0667dcdf863634
14303 Author: Behdad Esfahbod <behdad@behdad.org>
14304 Date:   Tue Aug 9 10:51:24 2011 +0200
14305
14306     [API] Add hb_ft_font_set_funcs(), remove hb_ft_get_font_funcs()
14307
14308     Remove hb_ft_get_font_funcs() as it cannot be used by the user anyway.
14309
14310     Add hb_ft_font_set_funcs().  Which will make the font internally use
14311     FreeType.  That is, no need for the font to have created using the
14312     hb-ft API.  Just create using hb_face_create()/hb_font_create() and
14313     then call this on the font (after having set font scale).  This
14314     internally creates an FT_Face and attached to the font.
14315
14316  src/Makefile.am    |    4 +-
14317  src/hb-ft.cc       |   76
14318  +++++++++++++++++++++++++++++++++++++++++++++++++--
14319  src/hb-ft.h        |   10 +++++--
14320  src/test.cc        |    7 +++++
14321  test/Makefile.am   |    8 -----
14322  test/test-object.c |    9 ------
14323  6 files changed, 89 insertions(+), 25 deletions(-)
14324
14325 commit 255f176fdcd42ab94f9c3c54e2bffb55d0b1a8f5
14326 Author: Behdad Esfahbod <behdad@behdad.org>
14327 Date:   Tue Aug 9 08:35:07 2011 +0200
14328
14329     Minor
14330
14331  src/hb-uniscribe-shape.cc |    2 +-
14332  1 files changed, 1 insertions(+), 1 deletions(-)
14333
14334 commit a9057eb3f38018faa1ece53c4aaeeba798b41fd1
14335 Author: Behdad Esfahbod <behdad@behdad.org>
14336 Date:   Tue Aug 9 00:47:55 2011 +0200
14337
14338     [uniscribe] Unbreak
14339
14340  src/hb-uniscribe-shape.cc |    4 ++--
14341  1 files changed, 2 insertions(+), 2 deletions(-)
14342
14343 commit c0975e12315b7167b92411584d2f00a751bbc204
14344 Author: Behdad Esfahbod <behdad@behdad.org>
14345 Date:   Tue Aug 9 00:46:18 2011 +0200
14346
14347     Fix build again
14348
14349  test/Makefile.am |    3 +++
14350  1 files changed, 3 insertions(+), 0 deletions(-)
14351
14352 commit 33ccc77902660ed4b49184e5ec99f4fd0ef63175
14353 Author: Behdad Esfahbod <behdad@behdad.org>
14354 Date:   Tue Aug 9 00:43:24 2011 +0200
14355
14356     [API] Make set_user_data() functions take a replace parameter
14357
14358     We need this to set data on objects safely without worrying that some
14359     other thread unsets it by setting it at the same time.
14360
14361  src/hb-blob.cc            |    5 +++--
14362  src/hb-blob.h             |    3 ++-
14363  src/hb-buffer.cc          |    5 +++--
14364  src/hb-buffer.h           |    3 ++-
14365  src/hb-common.cc          |   13 ++++++++-----
14366  src/hb-font.cc            |   15 +++++++++------
14367  src/hb-font.h             |    9 ++++++---
14368  src/hb-object-private.hh  |   13 ++++++++-----
14369  src/hb-private.hh         |   16 +++++++++++-----
14370  src/hb-shape.cc           |    2 +-
14371  src/hb-unicode.cc         |    5 +++--
14372  src/hb-unicode.h          |    3 ++-
14373  src/hb-uniscribe-shape.cc |   18 ++++++++++++++----
14374  test/test-object.c        |   33 +++++++++++++++++----------------
14375  14 files changed, 89 insertions(+), 54 deletions(-)
14376
14377 commit 944b2ba1ce076385f985212bbdf2df96a8a995f0
14378 Author: Behdad Esfahbod <behdad@behdad.org>
14379 Date:   Tue Aug 9 00:23:58 2011 +0200
14380
14381     [buffer] Make API take signed int length
14382
14383     Since we already switched to accepting -1 as 'zero-terminated'.
14384
14385  src/hb-buffer.cc    |   12 ++++++------
14386  src/hb-buffer.h     |   12 ++++++------
14387  src/hb-ot-layout.cc |    2 --
14388  src/main.cc         |    1 -
14389  4 files changed, 12 insertions(+), 15 deletions(-)
14390
14391 commit de1e1cf9bccfd116d495804e230dc2e12b733a2d
14392 Author: Behdad Esfahbod <behdad@behdad.org>
14393 Date:   Tue Aug 9 00:19:38 2011 +0200
14394
14395     [FT] Adapt to new face API
14396
14397  src/hb-ft.cc |    3 +++
14398  1 files changed, 3 insertions(+), 0 deletions(-)
14399
14400 commit 458c89a85695220d43b69dbae36fc93e3fe78d89
14401 Author: Behdad Esfahbod <behdad@behdad.org>
14402 Date:   Tue Aug 9 00:19:19 2011 +0200
14403
14404     Minor
14405
14406  test/test-c.c |   10 +++++-----
14407  1 files changed, 5 insertions(+), 5 deletions(-)
14408
14409 commit bf3eef540f81fdeba1c36263d7d5b2ec4c5f07b1
14410 Author: Behdad Esfahbod <behdad@behdad.org>
14411 Date:   Tue Aug 9 00:13:24 2011 +0200
14412
14413     [uniscribe] Cleanup backend
14414
14415  TODO                      |    2 +
14416  src/hb-uniscribe-shape.cc |  161
14417  ++++++++++++++++++++++++++++++++++-----------
14418  2 files changed, 123 insertions(+), 40 deletions(-)
14419
14420 commit f1f848e2e46ac54ff08aca7cd83390af31c7c9ef
14421 Author: Behdad Esfahbod <behdad@behdad.org>
14422 Date:   Mon Aug 8 23:41:06 2011 +0200
14423
14424     Fix build
14425
14426  test/Makefile.am |    5 +++++
14427  1 files changed, 5 insertions(+), 0 deletions(-)
14428
14429 commit 3897335c7620c37e9a0224b0c42ade0dfdce4053
14430 Author: Behdad Esfahbod <behdad@behdad.org>
14431 Date:   Mon Aug 8 23:37:41 2011 +0200
14432
14433     [API] Sort out get_blob API
14434
14435     hb_face_get_blob() renamed to hb_face_reference_blob(), returns a
14436     reference now.
14437
14438     hb_face_[sg]et_index() added.
14439
14440     hb_face_set_upem() added.
14441
14442  src/hb-font-private.hh      |    3 +-
14443  src/hb-font.cc              |   67
14444  ++++++++++++++++++++++++++++++++++---------
14445  src/hb-font.h               |   17 +++++++++--
14446  src/hb-ft.cc                |    3 +-
14447  src/hb-ot-layout-private.hh |    9 ------
14448  src/hb-ot-layout.cc         |   21 -------------
14449  src/hb-uniscribe-shape.cc   |    3 +-
14450  7 files changed, 72 insertions(+), 51 deletions(-)
14451
14452 commit e715784be35f0846c0e084b7c53c7556ce933a45
14453 Author: Behdad Esfahbod <behdad@behdad.org>
14454 Date:   Mon Aug 8 21:42:02 2011 +0200
14455
14456     Rename get_table to reference_table in all API
14457
14458  src/hb-font-private.hh |    6 +++---
14459  src/hb-font.cc         |   20 ++++++++++----------
14460  src/hb-font.h          |    8 ++++----
14461  src/hb-ft.cc           |    4 ++--
14462  4 files changed, 19 insertions(+), 19 deletions(-)
14463
14464 commit 670c873499f7f03fdfc07b8a0567b041628c6ab0
14465 Author: Behdad Esfahbod <behdad@behdad.org>
14466 Date:   Mon Aug 8 21:36:24 2011 +0200
14467
14468     Fix shaper ordering logic
14469
14470  src/hb-shape.cc |   80
14471  +++++++++++++++++++++++-------------------------------
14472  1 files changed, 34 insertions(+), 46 deletions(-)
14473
14474 commit cc797e0d5368b2f5732d77eb3e3882283bd87cf7
14475 Author: Behdad Esfahbod <behdad@behdad.org>
14476 Date:   Mon Aug 8 03:49:30 2011 +0200
14477
14478     Minor
14479
14480  TODO            |    2 --
14481  src/hb-shape.cc |    2 ++
14482  2 files changed, 2 insertions(+), 2 deletions(-)
14483
14484 commit 826e22732dd8697600a1392f48af21b7b3ce6271
14485 Author: Behdad Esfahbod <behdad@behdad.org>
14486 Date:   Sun Aug 7 03:53:42 2011 -0400
14487
14488     [uniscribe] Fix blob lifecycles
14489
14490  src/hb-uniscribe-shape.cc |    3 ++-
14491  1 files changed, 2 insertions(+), 1 deletions(-)
14492
14493 commit ff199ba356f0eb5bc6252203eea18a1d1fd28934
14494 Author: Behdad Esfahbod <behdad@behdad.org>
14495 Date:   Sun Aug 7 03:43:46 2011 -0400
14496
14497     Fix shaper_list manipulation, aaaaaaaaaaaaargh
14498
14499  src/hb-shape.cc |   16 +++++++++-------
14500  1 files changed, 9 insertions(+), 7 deletions(-)
14501
14502 commit 206e32934592b915b1f3052aecf014c6ced729e1
14503 Author: Behdad Esfahbod <behdad@behdad.org>
14504 Date:   Sun Aug 7 01:10:55 2011 -0400
14505
14506     [test] test-object is not FreeType-specific, move it to the right
14507     place
14508
14509  test/Makefile.am |    8 +++-----
14510  1 files changed, 3 insertions(+), 5 deletions(-)
14511
14512 commit 577326b86af80cc137eea81f4cc1e30adf9232b1
14513 Author: Behdad Esfahbod <behdad@behdad.org>
14514 Date:   Sun Aug 7 01:04:40 2011 -0400
14515
14516     [uniscribe] Fix cluster calculation
14517
14518  src/hb-uniscribe-shape.cc |    6 +++++-
14519  1 files changed, 5 insertions(+), 1 deletions(-)
14520
14521 commit f6d83b2dcf120f9d6f0a28c6f5de2da7addf9089
14522 Author: Behdad Esfahbod <behdad@behdad.org>
14523 Date:   Sun Aug 7 00:59:58 2011 -0400
14524
14525     Minor
14526
14527  src/test.cc |    4 ++--
14528  1 files changed, 2 insertions(+), 2 deletions(-)
14529
14530 commit 2eb474afb4a09f4da8f14b444bd6066769010224
14531 Author: Behdad Esfahbod <behdad@behdad.org>
14532 Date:   Sun Aug 7 00:59:38 2011 -0400
14533
14534     [uniscribe] Fix shaper
14535
14536     It's kinda working finally!
14537
14538  src/hb-uniscribe-shape.cc |    9 ++++++---
14539  1 files changed, 6 insertions(+), 3 deletions(-)
14540
14541 commit f22e661147691ebc9d531aa28a850988e6503f9b
14542 Author: Behdad Esfahbod <behdad@behdad.org>
14543 Date:   Sun Aug 7 00:59:12 2011 -0400
14544
14545     [glib] Protect against invalid characters
14546
14547  src/hb-glib.cc |    8 ++++++--
14548  1 files changed, 6 insertions(+), 2 deletions(-)
14549
14550 commit 144cd49a0eb3ccc749325d0ee14b3ebf4367c971
14551 Author: Behdad Esfahbod <behdad@behdad.org>
14552 Date:   Sun Aug 7 00:51:50 2011 -0400
14553
14554     [buffer] Accept -1 for text_length and item_length
14555
14556     A -1 text_length means: zero-terminated string.
14557     A -1 item_length means: to the end of string.
14558
14559  src/hb-buffer.cc |   10 ++++++++++
14560  1 files changed, 10 insertions(+), 0 deletions(-)
14561
14562 commit e9c71fab30fd1d5b163c8a072f9e2d3eb8ba3a92
14563 Author: Behdad Esfahbod <behdad@behdad.org>
14564 Date:   Sun Aug 7 00:00:27 2011 -0400
14565
14566     Fix name-table lookup
14567
14568     Oops!
14569
14570  src/hb-ot-name-private.hh |    2 +-
14571  src/hb-uniscribe-shape.cc |    2 ++
14572  2 files changed, 3 insertions(+), 1 deletions(-)
14573
14574 commit 3fd2b5bece28c81e3e379352f09eee39d19ac372
14575 Author: Behdad Esfahbod <behdad@behdad.org>
14576 Date:   Sat Aug 6 22:59:54 2011 -0400
14577
14578     [uniscribe] Use font size directly
14579
14580  src/hb-uniscribe-shape.cc |    2 +-
14581  1 files changed, 1 insertions(+), 1 deletions(-)
14582
14583 commit 892eb2e462b40451b8f73879eab66310d884386a
14584 Author: Behdad Esfahbod <behdad@behdad.org>
14585 Date:   Sat Aug 6 22:06:52 2011 -0400
14586
14587     [uniscribe] Make font selection work
14588
14589     Not tested yet.
14590
14591  src/hb-ot-name-private.hh |   37 +++++++++++++++++++++++++++++++++++++
14592  src/hb-uniscribe-shape.cc |   30 +++++++++++++++++++++++-------
14593  src/test.cc               |    1 -
14594  3 files changed, 60 insertions(+), 8 deletions(-)
14595
14596 commit b492299eb3c398701557e452f6c2c9bd370fbbf3
14597 Author: Behdad Esfahbod <behdad@behdad.org>
14598 Date:   Fri Aug 5 20:34:50 2011 -0400
14599
14600     Start implementing the 'name' table
14601
14602  src/Makefile.am           |    3 +-
14603  src/hb-ot-name-private.hh |   91
14604  +++++++++++++++++++++++++++++++++++++++++++++
14605  src/hb-uniscribe-shape.cc |   12 +++--
14606  3 files changed, 100 insertions(+), 6 deletions(-)
14607
14608 commit 4538efacca84329a60ff69851de70027d9b4f567
14609 Author: Behdad Esfahbod <behdad@behdad.org>
14610 Date:   Fri Aug 5 20:11:06 2011 -0400
14611
14612     Skip tests by returning 77
14613
14614     automake test runner understands this.
14615
14616  src/check-internal-symbols.sh |    3 ++-
14617  src/check-libstdc++.sh        |    3 ++-
14618  2 files changed, 4 insertions(+), 2 deletions(-)
14619
14620 commit 54eb65538da0a6ab0389d09944c90e12a913157d
14621 Author: Behdad Esfahbod <behdad@behdad.org>
14622 Date:   Fri Aug 5 20:09:25 2011 -0400
14623
14624     Fix check on OS X sh
14625
14626  src/check-header-guards.sh |    2 +-
14627  1 files changed, 1 insertions(+), 1 deletions(-)
14628
14629 commit 9da554504e30a326fc57b28cdb0e57108bfa9555
14630 Author: Behdad Esfahbod <behdad@behdad.org>
14631 Date:   Fri Aug 5 19:48:49 2011 -0400
14632
14633     Add hb_shape_list_shapers()
14634
14635  src/hb-shape.cc   |   22 ++++++++++++++++++----
14636  src/hb-shape.h    |    3 +++
14637  test/Makefile.am  |    2 ++
14638  test/test-c.c     |    8 ++++++++
14639  test/test-shape.c |   15 +++++++++++++++
14640  5 files changed, 46 insertions(+), 4 deletions(-)
14641
14642 commit d7bf473ef222ab420456ff155ffaa09bacb3a394
14643 Author: Behdad Esfahbod <behdad@behdad.org>
14644 Date:   Fri Aug 5 18:18:21 2011 -0400
14645
14646     Minor
14647
14648  src/check-header-guards.sh  |    1 -
14649  src/hb-open-type-private.hh |   10 +++++-----
14650  2 files changed, 5 insertions(+), 6 deletions(-)
14651
14652 commit c62a8f10f3b9a4ac3ac6b686464ac734ebfa2f7f
14653 Author: Behdad Esfahbod <behdad@behdad.org>
14654 Date:   Fri Aug 5 18:02:30 2011 -0400
14655
14656     Free all static memory upon exit
14657
14658  src/hb-common.cc |    8 +++++---
14659  src/hb-shape.cc  |    4 ++--
14660  2 files changed, 7 insertions(+), 5 deletions(-)
14661
14662 commit c4d63ef744f79701458ab7af2055afb87ffe8de3
14663 Author: Behdad Esfahbod <behdad@behdad.org>
14664 Date:   Fri Aug 5 17:54:25 2011 -0400
14665
14666     Fix env parsing code
14667
14668     Also changed the separator to comma instead of colon.
14669
14670  src/hb-shape.cc |   34 +++++++++++++++++++++++++---------
14671  1 files changed, 25 insertions(+), 9 deletions(-)
14672
14673 commit 3931837bebd79c5eb1bd5b24ff12e2c8e7d3f24c
14674 Author: Behdad Esfahbod <behdad@behdad.org>
14675 Date:   Fri Aug 5 17:22:19 2011 -0400
14676
14677     Change hb_shape() API back to what it was, add hb_shape_full()
14678
14679     I disliked changing hb_shape() API, and disliked the fact that it was
14680     returning a bool now.  So, reverted.  Added new API for the extra
14681     functionality.
14682
14683  src/hb-view.cc |    2 +-
14684  1 files changed, 1 insertions(+), 1 deletions(-)
14685
14686 commit 3ca6c4ecc299295b6682fa2b6b9f83b213223bad
14687 Author: Behdad Esfahbod <behdad@behdad.org>
14688 Date:   Fri Aug 5 17:22:19 2011 -0400
14689
14690     Change hb_shape() API back to what it was, add hb_shape_full()
14691
14692     I disliked changing hb_shape() API, and disliked the fact that it was
14693     returning a bool now.  So, reverted.  Added new API for the extra
14694     functionality.
14695
14696  src/hb-shape.cc   |   21 +++++++++++++++------
14697  src/hb-shape.h    |   14 ++++++++++----
14698  src/test.cc       |    2 +-
14699  test/test-shape.c |    2 +-
14700  4 files changed, 27 insertions(+), 12 deletions(-)
14701
14702 commit 02aeca985b570763342c35e99af90025bfa088d5
14703 Author: Behdad Esfahbod <behdad@behdad.org>
14704 Date:   Thu Aug 4 22:31:05 2011 -0400
14705
14706     [API] Changes to main shape API
14707
14708     hb_shape() now accepts a shaper_options and a shaper_list argument.
14709     Both can be set to NULL to emulate previous API.  And in most
14710     situations
14711     they are expected to be set to NULL.
14712
14713     hb_shape() also returns a boolean for now.  If shaper_list is
14714     NULL, the
14715     return value can be ignored.
14716
14717     shaper_options is ignored for now, but otherwise it should be a
14718     NULL-terminated list of strings.
14719
14720     shaper_list is a NULL-terminated list of strings.  Currently
14721     recognized
14722     strings are "ot" for native OpenType Layout implementation,
14723     "uniscribe"
14724     for the Uniscribe backend, and "fallback" for the non-complex backend
14725     (that will be implemented shortly).  The fallback backend never fails.
14726
14727     The env var HB_SHAPER_LIST is also parsed and honored.  It's a
14728     colon-separated list of shaper names.  The fallback shaper is
14729     invoked if
14730     none of the env-listed shapers succeed.
14731
14732     New API hb_buffer_guess_properties() added.
14733
14734  TODO                             |    2 -
14735  configure.ac                     |    9 +++
14736  src/Makefile.am                  |   14 +++--
14737  src/hb-buffer-private.hh         |    1 +
14738  src/hb-buffer.cc                 |   35 ++++++++++
14739  src/hb-buffer.h                  |    3 +
14740  src/hb-fallback-shape-private.hh |   48 +++++++++++++
14741  src/hb-fallback-shape.cc         |   43 ++++++++++++
14742  src/hb-ot-shape.cc               |    9 ++-
14743  src/hb-ot-shape.h                |    5 +-
14744  src/hb-shape.cc                  |  135
14745  +++++++++++++++++++++++---------------
14746  src/hb-shape.h                   |   13 ++--
14747  src/hb-uniscribe-shape.cc        |   52 ++++++---------
14748  src/hb-uniscribe.h               |    5 +-
14749  src/hb-view.cc                   |    2 +-
14750  src/test.cc                      |    3 +-
14751  test/test-shape.c                |    2 +-
14752  17 files changed, 274 insertions(+), 107 deletions(-)
14753
14754 commit 57692adf1294a6db4627d0de7c671e4aa01d2a8f
14755 Author: Behdad Esfahbod <behdad@behdad.org>
14756 Date:   Thu Aug 4 20:49:16 2011 -0400
14757
14758     Make test.cc do something more useful
14759
14760     Hardcoded to the uniscribe backend for now.  Will fix soon.
14761
14762  src/test.cc |   38 ++++++++++++++++++++++++++++++++++----
14763  1 files changed, 34 insertions(+), 4 deletions(-)
14764
14765 commit c605bbbb6d4b2a98b1f40ca818760088d991f7d1
14766 Author: Behdad Esfahbod <behdad@behdad.org>
14767 Date:   Thu Aug 4 20:00:53 2011 -0400
14768
14769     Remove C++ guards from source files
14770
14771     Where causing issues for people with MSVC.
14772
14773  src/check-c-linkage-decls.sh            |    3 +--
14774  src/hb-blob.cc                          |    2 --
14775  src/hb-buffer-private.hh                |    2 --
14776  src/hb-buffer.cc                        |    2 --
14777  src/hb-common.cc                        |    2 --
14778  src/hb-font-private.hh                  |    2 --
14779  src/hb-font.cc                          |    2 --
14780  src/hb-ft.cc                            |    2 --
14781  src/hb-glib.cc                          |    2 --
14782  src/hb-icu.cc                           |    2 --
14783  src/hb-mutex-private.hh                 |    2 --
14784  src/hb-object-private.hh                |    4 ----
14785  src/hb-open-file-private.hh             |    2 --
14786  src/hb-open-type-private.hh             |    4 ----
14787  src/hb-ot-head-private.hh               |    2 --
14788  src/hb-ot-layout-common-private.hh      |    4 ----
14789  src/hb-ot-layout-gdef-private.hh        |    2 --
14790  src/hb-ot-layout-gpos-private.hh        |    4 ----
14791  src/hb-ot-layout-gsub-private.hh        |    4 ----
14792  src/hb-ot-layout-gsubgpos-private.hh    |    6 ------
14793  src/hb-ot-layout-private.hh             |    2 --
14794  src/hb-ot-layout.cc                     |    2 --
14795  src/hb-ot-map-private.hh                |    2 --
14796  src/hb-ot-map.cc                        |    2 --
14797  src/hb-ot-maxp-private.hh               |    2 --
14798  src/hb-ot-shape-complex-arabic-table.hh |    2 --
14799  src/hb-ot-shape-complex-arabic.cc       |    2 --
14800  src/hb-ot-shape-complex-indic-table.hh  |    2 --
14801  src/hb-ot-shape-complex-indic.cc        |    2 --
14802  src/hb-ot-shape-complex-misc.cc         |    2 --
14803  src/hb-ot-shape-complex-private.hh      |    2 --
14804  src/hb-ot-shape-normalize.cc            |    2 --
14805  src/hb-ot-shape-private.hh              |    2 --
14806  src/hb-ot-shape.cc                      |    2 --
14807  src/hb-ot-tag.cc                        |    2 --
14808  src/hb-private.hh                       |    8 --------
14809  src/hb-shape.cc                         |    2 --
14810  src/hb-unicode-private.hh               |    2 --
14811  src/hb-unicode.cc                       |    2 --
14812  src/hb-uniscribe-shape.cc               |    2 --
14813  src/hb-view.cc                          |    2 --
14814  src/main.cc                             |    2 --
14815  src/test.cc                             |    2 --
14816  43 files changed, 1 insertions(+), 106 deletions(-)
14817
14818 commit 8336186a52813b53e90b4399dc462d55750e2d37
14819 Author: Behdad Esfahbod <behdad@behdad.org>
14820 Date:   Thu Aug 4 19:49:05 2011 -0400
14821
14822     Zero map objects
14823
14824  src/hb-ot-map-private.hh |    4 ++++
14825  1 files changed, 4 insertions(+), 0 deletions(-)
14826
14827 commit ecd3b6e4ad253cf9d0dae1ed2da8ba6caed16b85
14828 Author: Behdad Esfahbod <behdad@behdad.org>
14829 Date:   Thu Aug 4 01:57:40 2011 -0400
14830
14831     More build fixes
14832
14833  configure.ac |    2 ++
14834  1 files changed, 2 insertions(+), 0 deletions(-)
14835
14836 commit c747f509bcc4e6a34ced04e9e79ed414a44437b1
14837 Author: Behdad Esfahbod <behdad@behdad.org>
14838 Date:   Thu Aug 4 01:51:30 2011 -0400
14839
14840     More out-of-tree build fixes
14841
14842  src/check-c-linkage-decls.sh |    3 +--
14843  src/check-header-guards.sh   |    8 ++++----
14844  2 files changed, 5 insertions(+), 6 deletions(-)
14845
14846 commit 0530ca9a180edc330ab801c535907cefa4a0c298
14847 Author: Behdad Esfahbod <behdad@behdad.org>
14848 Date:   Thu Aug 4 01:42:59 2011 -0400
14849
14850     Fix out-of-tree build
14851
14852  test/Makefile.am |    2 +-
14853  1 files changed, 1 insertions(+), 1 deletions(-)
14854
14855 commit ddbf4edc5d09a645351b1bd1722b068aba6a6dec
14856 Author: Behdad Esfahbod <behdad@behdad.org>
14857 Date:   Thu Aug 4 01:38:37 2011 -0400
14858
14859     Minor
14860
14861  configure.ac |    1 -
14862  1 files changed, 0 insertions(+), 1 deletions(-)
14863
14864 commit 20dde6101662fd9ebe5f613631ea468f4c0a995f
14865 Author: Behdad Esfahbod <behdad@behdad.org>
14866 Date:   Thu Aug 4 01:07:33 2011 -0400
14867
14868     Minor
14869
14870  src/hb-uniscribe.h |    6 +++---
14871  1 files changed, 3 insertions(+), 3 deletions(-)
14872
14873 commit 44b4f50d05fd51d8056a78e359fbb00fbcac43a0
14874 Author: Behdad Esfahbod <behdad@behdad.org>
14875 Date:   Thu Aug 4 00:52:20 2011 -0400
14876
14877     Fix typo
14878
14879  src/hb-private.hh |    2 +-
14880  1 files changed, 1 insertions(+), 1 deletions(-)
14881
14882 commit 0fbb2dc83132a89201ad8b56c6909610437d2da0
14883 Author: Behdad Esfahbod <behdad@behdad.org>
14884 Date:   Wed Aug 3 19:55:04 2011 -0400
14885
14886     Add draft experimental Uniscribe backend
14887
14888     Not complete yet, font selection doesn't work.  But hey it shapes!
14889
14890     This is not supposed to be a production backend, more like a testing
14891     backend.
14892
14893  configure.ac              |    9 ++
14894  src/Makefile.am           |   11 ++
14895  src/hb-private.hh         |    4 +-
14896  src/hb-uniscribe-shape.cc |  325
14897  +++++++++++++++++++++++++++++++++++++++++++++
14898  src/hb-uniscribe.h        |   46 +++++++
14899  5 files changed, 394 insertions(+), 1 deletions(-)
14900
14901 commit 0d7d4824b2edc7aeeb995077655a9a89b5c360a9
14902 Author: Behdad Esfahbod <behdad@behdad.org>
14903 Date:   Wed Aug 3 17:39:24 2011 -0400
14904
14905     Minor
14906
14907  configure.ac |   10 +++++-----
14908  1 files changed, 5 insertions(+), 5 deletions(-)
14909
14910 commit e62df43649e31b7815c272f01808b3f726c7d07d
14911 Author: Behdad Esfahbod <behdad@behdad.org>
14912 Date:   Wed Aug 3 17:38:54 2011 -0400
14913
14914     Add internal hb_buffer_t::get_scratch_buffer()
14915
14916  src/hb-buffer-private.hh |    2 ++
14917  src/hb-buffer.cc         |   10 ++++++++++
14918  2 files changed, 12 insertions(+), 0 deletions(-)
14919
14920 commit 71e7936fcadfd375a8bdc47987ef8b1b2b542df5
14921 Author: Behdad Esfahbod <behdad@behdad.org>
14922 Date:   Wed Aug 3 17:38:34 2011 -0400
14923
14924     Minor
14925
14926  TODO |    2 ++
14927  1 files changed, 2 insertions(+), 0 deletions(-)
14928
14929 commit bf8c57ba745c02370c38198adfdcd8075ba38b13
14930 Author: Behdad Esfahbod <behdad@behdad.org>
14931 Date:   Wed Aug 3 17:38:04 2011 -0400
14932
14933     [API] Add hb_face_get_blob()
14934
14935     Need to think more about it.
14936
14937  src/hb-font.cc |   10 ++++++++++
14938  src/hb-font.h  |    3 +++
14939  2 files changed, 13 insertions(+), 0 deletions(-)
14940
14941 commit 2118fdb9f584e6735e904638e48bae48314372fa
14942 Author: Behdad Esfahbod <behdad@behdad.org>
14943 Date:   Tue Aug 2 14:06:51 2011 -0400
14944
14945     Fix fallback shaping
14946
14947     Broke it a few commits ago.
14948
14949  src/hb-ot-shape.cc |    8 +++++---
14950  1 files changed, 5 insertions(+), 3 deletions(-)
14951
14952 commit 199abbd0f15bd295c3a56845c71b38dd20af1332
14953 Author: Behdad Esfahbod <behdad@behdad.org>
14954 Date:   Tue Aug 2 13:59:47 2011 -0400
14955
14956     Minor
14957
14958  test/test-unicode.c |    4 +++-
14959  1 files changed, 3 insertions(+), 1 deletions(-)
14960
14961 commit 4f052b93c0b17d92b9f0adddf64ef77518bf2ac4
14962 Author: Behdad Esfahbod <behdad@behdad.org>
14963 Date:   Tue Aug 2 13:44:24 2011 -0400
14964
14965     Fix build with glib but not freetype
14966
14967  test/Makefile.am |    7 +++----
14968  1 files changed, 3 insertions(+), 4 deletions(-)
14969
14970 commit c21be799daa85d5edb2d831ac985d3e43c8755ec
14971 Author: Behdad Esfahbod <behdad@behdad.org>
14972 Date:   Tue Aug 2 12:05:49 2011 -0400
14973
14974     Minor
14975
14976  test/Makefile.am |    3 ++-
14977  1 files changed, 2 insertions(+), 1 deletions(-)
14978
14979 commit e9c2341b1384c161bbab9871411af0bc9f6c3cf4
14980 Author: Behdad Esfahbod <behdad@behdad.org>
14981 Date:   Tue Aug 2 11:40:44 2011 -0400
14982
14983     Don't use icu-config when cross-compiling
14984
14985  configure.ac |   17 ++++++++++-------
14986  1 files changed, 10 insertions(+), 7 deletions(-)
14987
14988 commit 390dab49b6cf34f263b67d20a13f0752ada57bcc
14989 Author: Behdad Esfahbod <behdad@behdad.org>
14990 Date:   Tue Aug 2 11:29:55 2011 -0400
14991
14992     Unbreak icu-config results a bit
14993
14994  configure.ac |    1 +
14995  1 files changed, 1 insertions(+), 0 deletions(-)
14996
14997 commit b301478a69d961c724a4875b839a81fb458d1153
14998 Author: Behdad Esfahbod <behdad@behdad.org>
14999 Date:   Tue Aug 2 11:25:13 2011 -0400
15000
15001     Bug 39763 - autogen.sh should check pkg-config availability
15002
15003     (and revert change have_icu change I mistakenly pushed out)
15004
15005  autogen.sh   |   10 ++++++++--
15006  configure.ac |    1 -
15007  2 files changed, 8 insertions(+), 3 deletions(-)
15008
15009 commit f60271c0c2b0101e7b2725f9a9ad950c277a616c
15010 Author: Behdad Esfahbod <behdad@behdad.org>
15011 Date:   Tue Aug 2 09:56:30 2011 -0400
15012
15013     Add mingw32 support
15014
15015     With these changes, on Ubuntu I can do:
15016
15017     ./configure --host=i586-mingw32msvc  && make
15018
15019  configure.ac                |    1 +
15020  src/hb-mutex-private.hh     |    4 ++--
15021  src/hb-open-type-private.hh |    5 +++++
15022  src/hb-private.hh           |    6 +++++-
15023  src/main.cc                 |    1 +
15024  5 files changed, 14 insertions(+), 3 deletions(-)
15025
15026 commit 1264b23e4a4ae1c9831a3009e1c7ab8e65a5b434
15027 Author: Behdad Esfahbod <behdad@behdad.org>
15028 Date:   Mon Aug 1 16:39:32 2011 -0400
15029
15030     Bug 39702 - configure check for ragel
15031
15032  autogen.sh |   18 +++++++++++++-----
15033  1 files changed, 13 insertions(+), 5 deletions(-)
15034
15035 commit f5414cf0a220d6e6f3d4b6e8221cd583b4684187
15036 Author: Behdad Esfahbod <behdad@behdad.org>
15037 Date:   Mon Aug 1 16:34:16 2011 -0400
15038
15039     Use missing script for calling ragel
15040
15041  src/Makefile.am |    3 ++-
15042  1 files changed, 2 insertions(+), 1 deletions(-)
15043
15044 commit a91c58bf98258a34e5f7c1ad39a38db58fadc4b9
15045 Author: Behdad Esfahbod <behdad@behdad.org>
15046 Date:   Mon Aug 1 16:30:11 2011 -0400
15047
15048     [Indic] Disable CJCT-disabling logic
15049
15050     Read comment.
15051
15052  src/hb-ot-shape-complex-indic.cc |    7 ++++++-
15053  1 files changed, 6 insertions(+), 1 deletions(-)
15054
15055 commit 5e72071062c015237b79fbd0521341a63166a204
15056 Author: Behdad Esfahbod <behdad@behdad.org>
15057 Date:   Sun Jul 31 17:51:50 2011 -0400
15058
15059     [Indic] Stop looking for base upon seeing joiners
15060
15061     Not sure where this is documented, but I remember this being the
15062     desired
15063     behavior.
15064
15065     test-shape-complex failures are down from 48 to 46.  Meh.
15066
15067  src/hb-ot-shape-complex-indic.cc |   11 +++++++++--
15068  1 files changed, 9 insertions(+), 2 deletions(-)
15069
15070 commit 281683995a46ed37aeeb84061249758c59822457
15071 Author: Behdad Esfahbod <behdad@behdad.org>
15072 Date:   Sun Jul 31 16:00:35 2011 -0400
15073
15074     Cosmetic
15075
15076  src/hb-ot-shape-complex-indic.cc |   23 +++++++++++++++--------
15077  1 files changed, 15 insertions(+), 8 deletions(-)
15078
15079 commit 6b37bc80843e38ca7b62500f95fd70c08af68d62
15080 Author: Behdad Esfahbod <behdad@behdad.org>
15081 Date:   Sun Jul 31 15:57:00 2011 -0400
15082
15083     [Indic] Fix ZWJ/ZWNJ application
15084
15085     Not quite working just yet.  False alarm re 10 failures.  It was
15086     crashing.  Ouch!  Back to 48 failures.
15087
15088  src/hb-ot-shape-complex-indic.cc |   10 ++++++----
15089  1 files changed, 6 insertions(+), 4 deletions(-)
15090
15091 commit e7be05702447ae270d797398132c1930cd3a9b86
15092 Author: Behdad Esfahbod <behdad@behdad.org>
15093 Date:   Sun Jul 31 15:18:57 2011 -0400
15094
15095     [Indic] Add Final Reordering rules into comments
15096
15097     Not applied yet.
15098
15099  src/hb-ot-shape-complex-indic.cc |   86
15100  ++++++++++++++++++++++++++++++++++++-
15101  1 files changed, 83 insertions(+), 3 deletions(-)
15102
15103 commit cfd4382ec1af91640129551697de36fd42c0849a
15104 Author: Behdad Esfahbod <behdad@behdad.org>
15105 Date:   Sun Jul 31 15:07:11 2011 -0400
15106
15107     [Indic] Handle Reph when determining base consonant
15108
15109  src/hb-ot-shape-complex-indic.cc |   24 +++++++++++++++---------
15110  1 files changed, 15 insertions(+), 9 deletions(-)
15111
15112 commit 97158392a5899ddb739afaac925128f33f699bd7
15113 Author: Behdad Esfahbod <behdad@behdad.org>
15114 Date:   Sun Jul 31 15:01:28 2011 -0400
15115
15116     [Indic] Ra is a consonant too
15117
15118  src/hb-ot-shape-complex-indic.cc |    3 +--
15119  1 files changed, 1 insertions(+), 2 deletions(-)
15120
15121 commit 0d8f8a177c4bfd4dc642a353bab8d03674e839ac
15122 Author: Behdad Esfahbod <behdad@behdad.org>
15123 Date:   Sun Jul 31 14:57:59 2011 -0400
15124
15125     [Indic] Fix reph inhibition logic
15126
15127  src/hb-ot-shape-complex-indic.cc |    4 ++--
15128  1 files changed, 2 insertions(+), 2 deletions(-)
15129
15130 commit 9da0487cd452d780673e24329ce03e174a4ef83b
15131 Author: Behdad Esfahbod <behdad@behdad.org>
15132 Date:   Sun Jul 31 13:46:44 2011 -0400
15133
15134     [Indic] Support ZWJ/ZWNJ
15135
15136     Brings test-shape-complex failures down from 52 to 10!
15137
15138     I hereby declare harfbuzz-ng supporting Indic!
15139
15140  src/hb-ot-shape-complex-indic.cc |   57
15141  ++++++++++++++++++++++++++++++++------
15142  1 files changed, 48 insertions(+), 9 deletions(-)
15143
15144 commit 9ee27a928a989c71923cef82a9e9828f8e9ca051
15145 Author: Behdad Esfahbod <behdad@behdad.org>
15146 Date:   Sun Jul 31 11:10:14 2011 -0400
15147
15148     [Indic] Suppress reph formation upon joiners
15149
15150  src/hb-ot-shape-complex-indic.cc |    8 +++++++-
15151  1 files changed, 7 insertions(+), 1 deletions(-)
15152
15153 commit 8354e004e553856d7d743e0f0b4de4668484026a
15154 Author: Behdad Esfahbod <behdad@behdad.org>
15155 Date:   Sun Jul 31 02:24:51 2011 -0400
15156
15157     Un-Ra U+09F1.  According to the test suite this is correct.
15158
15159     But I'm not sure...  Down from 54 failures to 52.
15160
15161  src/hb-ot-shape-complex-indic.cc |    2 +-
15162  1 files changed, 1 insertions(+), 1 deletions(-)
15163
15164 commit 07cedd81f48907b2e372cd2e963716bbded9ce29
15165 Author: Behdad Esfahbod <behdad@behdad.org>
15166 Date:   Sat Jul 30 21:16:51 2011 -0400
15167
15168     Minor
15169
15170  test/test-shape-complex.c |   21 +++++++++++----------
15171  1 files changed, 11 insertions(+), 10 deletions(-)
15172
15173 commit ba7e85c104e68b4685c1b3b5c9a260fe0f6879df
15174 Author: Behdad Esfahbod <behdad@behdad.org>
15175 Date:   Sat Jul 30 21:11:53 2011 -0400
15176
15177     Cosmetic
15178
15179  src/hb-ot-shape-complex-indic.cc |    1 +
15180  1 files changed, 1 insertions(+), 0 deletions(-)
15181
15182 commit f5bc2725cb892264ba223e0a49f7fd2c622a0730
15183 Author: Behdad Esfahbod <behdad@behdad.org>
15184 Date:   Sat Jul 30 21:08:10 2011 -0400
15185
15186     [Indic] For old-style Indic tables, move Halant around
15187
15188     In old-style Indic OT standards, the post-base Halants are moved after
15189     their base.  Emulate that by moving first post-base Halant to
15190     post-last-consonant.
15191
15192     Brings test-shape-complex failures down from 88 to 54.  Getting there!
15193
15194  src/hb-ot-map-private.hh         |    3 +++
15195  src/hb-ot-shape-complex-indic.cc |   20 ++++++++++++++++++++
15196  2 files changed, 23 insertions(+), 0 deletions(-)
15197
15198 commit c47a31fb4793b825f4be57e9cb1b10db352b9512
15199 Author: Behdad Esfahbod <behdad@behdad.org>
15200 Date:   Sat Jul 30 20:57:01 2011 -0400
15201
15202     [OT] Save chosen script tag
15203
15204  src/hb-ot-layout.cc      |   20 ++++++++++++++++----
15205  src/hb-ot-layout.h       |    3 ++-
15206  src/hb-ot-map-private.hh |    1 +
15207  src/hb-ot-map.cc         |    2 +-
15208  4 files changed, 20 insertions(+), 6 deletions(-)
15209
15210 commit 3a9b14dfdfc278b432890e1537672a4ca141a3b0
15211 Author: Behdad Esfahbod <behdad@behdad.org>
15212 Date:   Sat Jul 30 20:23:55 2011 -0400
15213
15214     Minor
15215
15216  test/test-shape-complex.c |    8 ++++----
15217  1 files changed, 4 insertions(+), 4 deletions(-)
15218
15219 commit 8613193bbf28fe8951c900b68c4418a6fb929626
15220 Author: Behdad Esfahbod <behdad@behdad.org>
15221 Date:   Sat Jul 30 20:21:40 2011 -0400
15222
15223     [test] Fix problem with N'ko test direction
15224
15225     Old HarfBuzz test suite always shaped as left-to-right and hence
15226     had wrong
15227     0x14db, direction expected glyphstring for N'ko.  Doh!
15228
15229     Failures down from 92 to 88.
15230
15231  test/test-shape-complex.c |    8 ++++----
15232  1 files changed, 4 insertions(+), 4 deletions(-)
15233
15234 commit fd06bf56110e73826b3d5c73ac964e2609450d46
15235 Author: Behdad Esfahbod <behdad@behdad.org>
15236 Date:   Sat Jul 30 20:14:44 2011 -0400
15237
15238     [Indic] Handle initial Ra+Halant in scripts that support Reph
15239
15240     Brings test-shape-complex failures down from 104 to 92.  Way to go!
15241
15242  src/hb-ot-shape-complex-indic.cc |   10 ++++++++++
15243  1 files changed, 10 insertions(+), 0 deletions(-)
15244
15245 commit ee58f3bc75d2d071a71b94063bf12205a5871acb
15246 Author: Behdad Esfahbod <behdad@behdad.org>
15247 Date:   Sat Jul 30 19:15:53 2011 -0400
15248
15249     Minor
15250
15251  src/hb-ot-shape-complex-indic.cc |   23 ++++++++++++-----------
15252  1 files changed, 12 insertions(+), 11 deletions(-)
15253
15254 commit 352372ae5ea0998e40cf9fe43c22b6b610a5764e
15255 Author: Behdad Esfahbod <behdad@behdad.org>
15256 Date:   Sat Jul 30 19:04:02 2011 -0400
15257
15258     [Indic] Categorize Ra in scripts that have Reph
15259
15260     Is the categorization correct?  I don't know.
15261
15262  src/hb-ot-shape-complex-indic.cc |   31 ++++++++++++++++++++++++++++++-
15263  1 files changed, 30 insertions(+), 1 deletions(-)
15264
15265 commit 45d6f29f15f1d2323bcaa2498aed23ff0c8a1567
15266 Author: Behdad Esfahbod <behdad@behdad.org>
15267 Date:   Sat Jul 30 14:44:30 2011 -0400
15268
15269     [Indic] Reorder matras
15270
15271     Number of failing shape-complex tests goes from 125 down to 94.
15272
15273     Next: Add Ra handling and it's fair to say we kinda support Indic :).
15274
15275  src/hb-ot-shape-complex-indic.cc |   29 +++++++++++++++++++++++++++--
15276  src/hb-ot-shape-normalize.cc     |   26 ++++++++++----------------
15277  src/hb-private.hh                |   36
15278  ++++++++++++++++++++++++++++++------
15279  3 files changed, 67 insertions(+), 24 deletions(-)
15280
15281 commit 911bf32acad7f1cd161f666cb659990ade0925ad
15282 Author: Behdad Esfahbod <behdad@behdad.org>
15283 Date:   Sat Jul 30 11:16:00 2011 -0400
15284
15285     Bug 39686 - Add '-no-undefined' to libharfbuzz LDFLAGS
15286
15287  src/Makefile.am |    2 +-
15288  1 files changed, 1 insertions(+), 1 deletions(-)
15289
15290 commit 8f0b64fb6988f9502d2c5e39768a9af133d9a83f
15291 Author: Behdad Esfahbod <behdad@behdad.org>
15292 Date:   Fri Jul 29 17:02:48 2011 -0400
15293
15294     Minor
15295
15296  src/hb-ot-shape-complex-arabic.cc |    6 +++---
15297  src/hb-private.hh                 |    8 ++++++--
15298  2 files changed, 9 insertions(+), 5 deletions(-)
15299
15300 commit 743807a3ce1b2229e5307a8aea074a7544623d8d
15301 Author: Behdad Esfahbod <behdad@behdad.org>
15302 Date:   Fri Jul 29 16:37:02 2011 -0400
15303
15304     [Indic] Apply Indic features
15305
15306     Find the base consonant and apply basic Indic features accordingly.
15307     Nothing complete, but does something for now.  Specifically:
15308     no Ra handling right now, and no ZWJ/ZWNJ.
15309
15310     Number of failing shape-complex tests goes from 174 down to 125.
15311
15312     Next: reorder matras.
15313
15314  src/hb-ot-shape-complex-indic-machine.rl |   35 ++++--
15315  src/hb-ot-shape-complex-indic.cc         |  209
15316  +++++++++++++++++++++++++++---
15317  2 files changed, 212 insertions(+), 32 deletions(-)
15318
15319 commit 1a1b5013159369b343d0c32df02c9c419277aead
15320 Author: Behdad Esfahbod <behdad@behdad.org>
15321 Date:   Fri Jul 29 16:36:46 2011 -0400
15322
15323     Minor
15324
15325  test/test-shape-complex.c |    8 ++++++--
15326  1 files changed, 6 insertions(+), 2 deletions(-)
15327
15328 commit dd5546de15e63c0320b7db2bf42b0f15271f7915
15329 Author: Behdad Esfahbod <behdad@behdad.org>
15330 Date:   Fri Jul 29 16:27:31 2011 -0400
15331
15332     Minor
15333
15334  test/test-shape-complex.c |    2 +-
15335  1 files changed, 1 insertions(+), 1 deletions(-)
15336
15337 commit 9f9bcceca6321d5a5812f878de1de39901349a78
15338 Author: Behdad Esfahbod <behdad@behdad.org>
15339 Date:   Thu Jul 28 17:06:46 2011 -0400
15340
15341     Register buffer vars in Indic shaper
15342
15343  src/hb-ot-shape-complex-indic.cc |    6 ++++++
15344  src/hb-ot-shape.cc               |    2 ++
15345  2 files changed, 8 insertions(+), 0 deletions(-)
15346
15347 commit be09bf6b799cafc2ff54a28915b307ffe99661b6
15348 Author: Behdad Esfahbod <behdad@behdad.org>
15349 Date:   Thu Jul 28 17:03:43 2011 -0400
15350
15351     Oops.  This should have gone into the previous commit
15352
15353  src/hb-ot-layout-gsub-private.hh |    2 +-
15354  1 files changed, 1 insertions(+), 1 deletions(-)
15355
15356 commit b65c06025d2b54a44f716e030d4b10072c65bea8
15357 Author: Behdad Esfahbod <behdad@behdad.org>
15358 Date:   Thu Jul 28 16:48:43 2011 -0400
15359
15360     Formalize buffer var allocations
15361
15362  src/hb-buffer-private.hh           |   25 +++++---------
15363  src/hb-buffer.cc                   |   15 +++++----
15364  src/hb-ot-layout-gpos-private.hh   |   14 +++++---
15365  src/hb-ot-layout-gsub-private.hh   |    5 ++-
15366  src/hb-ot-shape-complex-arabic.cc  |    6 +++-
15367  src/hb-ot-shape-complex-indic.cc   |    4 +-
15368  src/hb-ot-shape-complex-private.hh |   10 +++++-
15369  src/hb-ot-shape.cc                 |   60
15370  +++++++++++++++++++++--------------
15371  src/hb-private.hh                  |    1 +
15372  9 files changed, 83 insertions(+), 57 deletions(-)
15373
15374 commit a9ad3d3460ba863a8d8f3766ccbeab288c3c6822
15375 Author: Behdad Esfahbod <behdad@behdad.org>
15376 Date:   Thu Jul 28 15:42:18 2011 -0400
15377
15378     Move more code around
15379
15380     Buffer var allocation coming into shape
15381
15382  src/hb-buffer-private.hh         |    1 +
15383  src/hb-buffer.cc                 |   35
15384  +++++++++++++++++++++++++++++++++++
15385  src/hb-ot-layout-gpos-private.hh |    7 +++++++
15386  src/hb-ot-layout-gsub-private.hh |   18 ++++++++++++++++++
15387  src/hb-ot-layout.cc              |    8 +++-----
15388  5 files changed, 64 insertions(+), 5 deletions(-)
15389
15390 commit cc06c243d8be3ebb1190281653d2dba504c16c0f
15391 Author: Behdad Esfahbod <behdad@behdad.org>
15392 Date:   Mon Jul 25 20:25:44 2011 -0400
15393
15394     Streamline debugging infrastructure even more
15395
15396  src/hb-blob.cc                       |   26 ++++----
15397  src/hb-object-private.hh             |    8 +-
15398  src/hb-open-type-private.hh          |   64 ++++++--------------
15399  src/hb-ot-layout-gsubgpos-private.hh |    2 +-
15400  src/hb-private.hh                    |  109
15401  ++++++++++++++++++++++++++++++---
15402  5 files changed, 136 insertions(+), 73 deletions(-)
15403
15404 commit 43ff203d8ea3e1b09e316e3aae1a4e5ec15bfdd2
15405 Author: Behdad Esfahbod <behdad@behdad.org>
15406 Date:   Mon Jul 25 17:35:24 2011 -0400
15407
15408     Use variadic macros for debugging
15409
15410     Looks *so* much nicer!
15411
15412  src/hb-blob.cc              |   26 +++++++-------
15413  src/hb-object-private.hh    |    8 ++--
15414  src/hb-open-type-private.hh |   75
15415  +++++++++++++++++++-----------------------
15416  src/hb-private.hh           |    7 +++-
15417  4 files changed, 56 insertions(+), 60 deletions(-)
15418
15419 commit decd4e3e16424dc311e9fb5b663170414a11556a
15420 Author: Behdad Esfahbod <behdad@behdad.org>
15421 Date:   Mon Jul 25 16:47:02 2011 -0400
15422
15423     Add sugar syntax for debug messages
15424
15425     Buffer debugging coming soon.
15426
15427  src/hb-blob.cc              |   35 ++++++++++++---------------------
15428  src/hb-object-private.hh    |    9 +++----
15429  src/hb-open-type-private.hh |   44
15430  +++++++++++++++++++++---------------------
15431  src/hb-private.hh           |    7 ++++-
15432  4 files changed, 44 insertions(+), 51 deletions(-)
15433
15434 commit 3a81b1db89beba91fb91791918b9fdd9f8fc9fa0
15435 Author: Behdad Esfahbod <behdad@behdad.org>
15436 Date:   Mon Jul 25 16:30:32 2011 -0400
15437
15438     Minor, fix leak from my previous refactorings
15439
15440  src/hb-buffer.cc |   14 +++++++-------
15441  1 files changed, 7 insertions(+), 7 deletions(-)
15442
15443 commit f4a579bc42fb811ff5c391a0e97b7d8656ef59b1
15444 Author: Behdad Esfahbod <behdad@behdad.org>
15445 Date:   Mon Jul 25 16:20:16 2011 -0400
15446
15447     Add internal API for buffer var allocation
15448
15449  src/hb-buffer-private.hh |   25 +++++++++++++++++++++++--
15450  src/hb-buffer.cc         |   22 ++++++++++++++++++++++
15451  2 files changed, 45 insertions(+), 2 deletions(-)
15452
15453 commit 651e8dd79ec8eaca5ab75a61e8ce961ff7bd26eb
15454 Author: Behdad Esfahbod <behdad@behdad.org>
15455 Date:   Mon Jul 25 14:54:08 2011 -0400
15456
15457     Start cleaning up buffer var allocation
15458
15459     I've messed up a lot of stuff recently, different parts of the
15460     shaping process are stumbling on eachother's toes because
15461     manually tracking what's in which buffer var is hard.  I'm
15462     going to add some internal API to track those such that mistakes
15463     are discovered as soon as they are introduced.
15464
15465  src/hb-ot-layout-gsubgpos-private.hh |    1 -
15466  src/hb-ot-layout.cc                  |    1 +
15467  src/hb-ot-shape.cc                   |   10 ----------
15468  3 files changed, 1 insertions(+), 11 deletions(-)
15469
15470 commit c86f932015bdf5803572b0904d343d3bc033e009
15471 Author: Behdad Esfahbod <behdad@behdad.org>
15472 Date:   Mon Jul 25 00:44:50 2011 -0400
15473
15474     Move code around
15475
15476  src/hb-ot-shape.cc |   85
15477  +++++++++++++++++++++++++--------------------------
15478  1 files changed, 42 insertions(+), 43 deletions(-)
15479
15480 commit 18c42850c9327ab4479ff150660a76d4ff6f3e9c
15481 Author: Behdad Esfahbod <behdad@behdad.org>
15482 Date:   Mon Jul 25 00:36:58 2011 -0400
15483
15484     Shrink space used for ligature ids
15485
15486     This frees 16bits in the glyph_info struct during the ot_layout
15487     process.
15488     We can use the freed space in the shapers now.
15489
15490  src/hb-ot-layout-gsubgpos-private.hh |    8 ++++----
15491  1 files changed, 4 insertions(+), 4 deletions(-)
15492
15493 commit d8787493c9aa420544096cef07c29a591a0c1a99
15494 Author: Behdad Esfahbod <behdad@behdad.org>
15495 Date:   Mon Jul 25 00:36:01 2011 -0400
15496
15497     Minor
15498
15499  src/hb-ot-layout-gsub-private.hh     |    6 ------
15500  src/hb-ot-layout-gsubgpos-private.hh |    7 +++++++
15501  2 files changed, 7 insertions(+), 6 deletions(-)
15502
15503 commit c311d852080b50ffc85e80168de62abb05a6be59
15504 Author: Behdad Esfahbod <behdad@behdad.org>
15505 Date:   Sat Jul 23 23:43:54 2011 -0400
15506
15507     Keep Unicode props updated as we go so we avoid a scan later
15508
15509  src/hb-ot-shape-normalize.cc |   54
15510  ++++++++++++++++++++---------------------
15511  1 files changed, 26 insertions(+), 28 deletions(-)
15512
15513 commit 5389ff4dbc46c76c9483e3c95f22524b60e21166
15514 Author: Behdad Esfahbod <behdad@behdad.org>
15515 Date:   Fri Jul 22 20:22:49 2011 -0400
15516
15517     Implement the Unicode Canonical Composition algorithm
15518
15519     Fallback normalization is complete and working now!
15520
15521  src/hb-ot-shape-normalize.cc |   49
15522  +++++++++++++++++++++++++++++++++++++++--
15523  1 files changed, 46 insertions(+), 3 deletions(-)
15524
15525 commit dcdc51cdc0ba9d9fb75f84dd5fa7a49aa0b24ea0
15526 Author: Behdad Esfahbod <behdad@behdad.org>
15527 Date:   Fri Jul 22 17:14:46 2011 -0400
15528
15529     Handle singleton decompositions
15530
15531  src/hb-ot-shape-normalize.cc |   12 +++++++-----
15532  1 files changed, 7 insertions(+), 5 deletions(-)
15533
15534 commit 34c22f816808d061a980cffca12de03beb437fa0
15535 Author: Behdad Esfahbod <behdad@behdad.org>
15536 Date:   Fri Jul 22 17:04:20 2011 -0400
15537
15538     Implement Unicode Canonical Reordering Algorithm
15539
15540  src/hb-ot-shape-normalize.cc |   80
15541  +++++++++++++++++++++++++++++++++++------
15542  src/hb-ot-shape-private.hh   |    2 +
15543  src/hb-ot-shape.cc           |    6 ++--
15544  3 files changed, 73 insertions(+), 15 deletions(-)
15545
15546 commit 4ff0d2d9dfc4f7e4880a4e964ca9872624508ea0
15547 Author: Behdad Esfahbod <behdad@behdad.org>
15548 Date:   Fri Jul 22 16:15:32 2011 -0400
15549
15550     Decomposition works now!
15551
15552  src/hb-ot-shape-normalize.cc |  109
15553  ++++++++++++++++++++++++++----------------
15554  src/hb-ot-shape.cc           |    3 +-
15555  2 files changed, 70 insertions(+), 42 deletions(-)
15556
15557 commit 468e9cb25c9bc14781b7013e447d763f93bf76a3
15558 Author: Behdad Esfahbod <behdad@behdad.org>
15559 Date:   Fri Jul 22 11:28:07 2011 -0400
15560
15561     Move buffer methods into the object
15562
15563  src/hb-buffer-private.hh             |  110 +++----
15564  src/hb-buffer.cc                     |  605
15565  +++++++++++++++++-----------------
15566  src/hb-ot-layout-gpos-private.hh     |   88 +++---
15567  src/hb-ot-layout-gsub-private.hh     |   58 ++--
15568  src/hb-ot-layout-gsubgpos-private.hh |   50 ++--
15569  src/hb-ot-shape-normalize.cc         |   16 +-
15570  src/hb-ot-shape.cc                   |   14 +-
15571  7 files changed, 456 insertions(+), 485 deletions(-)
15572
15573 commit 45412523dc295cb5ee12e096bfacb282cc925843
15574 Author: Behdad Esfahbod <behdad@behdad.org>
15575 Date:   Fri Jul 22 11:07:05 2011 -0400
15576
15577     More normalization kick
15578
15579  src/hb-ot-shape-normalize.cc |   54
15580  ++++++++++++++++++++++++++++--------------
15581  src/hb-ot-shape-private.hh   |    8 +++++-
15582  src/hb-ot-shape.cc           |   13 ++-------
15583  3 files changed, 46 insertions(+), 29 deletions(-)
15584
15585 commit 63c0ef4a0763e579c9c80887bbfbd2651de05067
15586 Author: Behdad Esfahbod <behdad@behdad.org>
15587 Date:   Thu Jul 21 20:58:42 2011 -0400
15588
15589     Fix decompose() implementations to work with non-starter
15590     non-composables
15591
15592     Add tests.
15593
15594  src/hb-glib.cc      |   10 +++++-----
15595  src/hb-icu.cc       |   20 +++++++++++++-------
15596  test/test-unicode.c |   11 ++++++++---
15597  3 files changed, 26 insertions(+), 15 deletions(-)
15598
15599 commit 5d90a342e319068716429bf7af76c3896b61a0e5
15600 Author: Behdad Esfahbod <behdad@behdad.org>
15601 Date:   Thu Jul 21 15:25:01 2011 -0400
15602
15603     Document normalization design
15604
15605  src/hb-ot-shape-normalize.cc |   78
15606  +++++++++++++++++++++++++++++++++--------
15607  src/hb-ot-shape-private.hh   |    2 +-
15608  src/hb-ot-shape.cc           |    6 ++-
15609  3 files changed, 67 insertions(+), 19 deletions(-)
15610
15611 commit 02cdf743c2ec345a44d4fcf865594b6ac13fccd0
15612 Author: Behdad Esfahbod <behdad@behdad.org>
15613 Date:   Thu Jul 21 12:23:12 2011 -0400
15614
15615     Add prefer_decomposed() complex-shaper callback
15616
15617     This allows the Indic shaper to request decomposed characters.
15618     This will
15619     handle split matra for free.  Other shapers prefer precomposed
15620     characters.
15621
15622  src/hb-ot-shape-complex-arabic.cc  |    6 ++++++
15623  src/hb-ot-shape-complex-indic.cc   |    7 +++++++
15624  src/hb-ot-shape-complex-misc.cc    |    6 ++++++
15625  src/hb-ot-shape-complex-private.hh |   31 +++++++++++++++++++++++++++++--
15626  4 files changed, 48 insertions(+), 2 deletions(-)
15627
15628 commit d6b9c6d20041b4f4fa11befc179aee757c41904d
15629 Author: Behdad Esfahbod <behdad@behdad.org>
15630 Date:   Thu Jul 21 12:16:45 2011 -0400
15631
15632     More kicking
15633
15634  src/hb-ot-shape-normalize.cc |   17 ++++++++++++++---
15635  1 files changed, 14 insertions(+), 3 deletions(-)
15636
15637 commit 192445aef2e50087049243ce54ce7059ec441ffa
15638 Author: Behdad Esfahbod <behdad@behdad.org>
15639 Date:   Thu Jul 21 12:13:04 2011 -0400
15640
15641     Remove intermittent_glyph()
15642
15643     Lets not worry about performance for now...
15644
15645  src/hb-ot-shape-normalize.cc |    3 ++-
15646  src/hb-ot-shape-private.hh   |    2 --
15647  2 files changed, 2 insertions(+), 3 deletions(-)
15648
15649 commit d63adfc7d09b26764d9166da97372b21257e7611
15650 Author: Behdad Esfahbod <behdad@behdad.org>
15651 Date:   Thu Jul 21 11:48:57 2011 -0400
15652
15653     No need to handle variation-selectors seperately, they are GC=Mn
15654
15655  src/hb-ot-shape.cc |    3 +--
15656  1 files changed, 1 insertions(+), 2 deletions(-)
15657
15658 commit aa7264123a088936f2043b45d4d41ca7413fabe5
15659 Author: Behdad Esfahbod <behdad@behdad.org>
15660 Date:   Thu Jul 21 11:34:59 2011 -0400
15661
15662     Only form clusters if we are reversing
15663
15664     This produces more accurate cluster mappings.  Cluster mappings are
15665     minimal now.  Combining marks get their own cluster value most of
15666     the time.
15667
15668  src/hb-ot-shape.cc |   45 ++++++++++++++++++++++-----------------------
15669  1 files changed, 22 insertions(+), 23 deletions(-)
15670
15671 commit 5c6f5982d78e2d7fadc2fbb8b4f3a4be9420c59a
15672 Author: Behdad Esfahbod <behdad@behdad.org>
15673 Date:   Thu Jul 21 11:31:08 2011 -0400
15674
15675     Towards normalization
15676
15677  src/hb-ot-shape-normalize.cc |   33 ++++++++++++++++++++++-----------
15678  src/hb-ot-shape-private.hh   |    3 ++-
15679  src/hb-ot-shape.cc           |    4 +++-
15680  3 files changed, 27 insertions(+), 13 deletions(-)
15681
15682 commit ad903e66b1cc4ec1b8160f93b3ab2b5e636f8d62
15683 Author: Behdad Esfahbod <behdad@behdad.org>
15684 Date:   Thu Jul 21 10:17:22 2011 -0400
15685
15686     s/COMBINING_MARK/SPACING_MARK/ here too.  Oops!
15687
15688  test/test-unicode.c |    2 +-
15689  1 files changed, 1 insertions(+), 1 deletions(-)
15690
15691 commit cf7f43ec3382cac2af11f5637c840500daabf889
15692 Author: Behdad Esfahbod <behdad@behdad.org>
15693 Date:   Thu Jul 21 01:12:26 2011 -0400
15694
15695     Remove stale comment
15696
15697  src/hb-ot-shape.cc |    1 -
15698  1 files changed, 0 insertions(+), 1 deletions(-)
15699
15700 commit 54d1a0d2b2c4ffe15494967122c6422ecb1fc80b
15701 Author: Behdad Esfahbod <behdad@behdad.org>
15702 Date:   Thu Jul 21 01:11:09 2011 -0400
15703
15704     Form clusters before ensuring native direciton
15705
15706     This is essential as ensure_native_direction uses cluster info that
15707     is set by form_clusters().
15708
15709  src/hb-ot-shape.cc |    4 ++--
15710  1 files changed, 2 insertions(+), 2 deletions(-)
15711
15712 commit 9111b21ef99d5e53348176f683261b0101eb427f
15713 Author: Behdad Esfahbod <behdad@behdad.org>
15714 Date:   Thu Jul 21 00:58:29 2011 -0400
15715
15716     Add _hb_buffer_output_glyph() and _hb_buffer_skip_glyph()
15717
15718  src/hb-buffer-private.hh |   10 ++++++++++
15719  src/hb-buffer.cc         |   19 ++++++++++++++++---
15720  src/hb-ot-shape.cc       |    2 +-
15721  3 files changed, 27 insertions(+), 4 deletions(-)
15722
15723 commit 655586fe5e1fadf2a2ef7826e61ee9a445ffa37a
15724 Author: Behdad Esfahbod <behdad@behdad.org>
15725 Date:   Thu Jul 21 00:51:18 2011 -0400
15726
15727     Towards normalization
15728
15729  src/Makefile.am              |    1 +
15730  src/hb-ot-shape-normalize.cc |   71
15731  ++++++++++++++++++++++++++++++++++++++++++
15732  src/hb-ot-shape-private.hh   |   12 +++++++
15733  src/hb-ot-shape.cc           |   10 +-----
15734  4 files changed, 86 insertions(+), 8 deletions(-)
15735
15736 commit 49741c86334d12fa08a5bfa2110ff3b9adcba1c7
15737 Author: Behdad Esfahbod <behdad@behdad.org>
15738 Date:   Thu Jul 21 00:35:37 2011 -0400
15739
15740     Include variation-selectors in cluster calculation
15741
15742  src/hb-ot-shape.cc |    3 ++-
15743  1 files changed, 2 insertions(+), 1 deletions(-)
15744
15745 commit dd89d958c139d85efb776fffaf314eead3952c78
15746 Author: Behdad Esfahbod <behdad@behdad.org>
15747 Date:   Thu Jul 21 00:28:57 2011 -0400
15748
15749     Fix cluster calculation for non-LTR text
15750
15751  TODO             |    6 ------
15752  src/hb-buffer.cc |    5 +++++
15753  2 files changed, 5 insertions(+), 6 deletions(-)
15754
15755 commit 4a68684654e645882095c1189477146287ce9437
15756 Author: Behdad Esfahbod <behdad@behdad.org>
15757 Date:   Thu Jul 21 00:14:01 2011 -0400
15758
15759     When forming clusters, participate all mark types
15760
15761  src/hb-ot-shape.cc |    6 ++++--
15762  1 files changed, 4 insertions(+), 2 deletions(-)
15763
15764 commit 5157e12a55f943b7fc5be7dce0b2ee1bcacca6ec
15765 Author: Behdad Esfahbod <behdad@behdad.org>
15766 Date:   Thu Jul 21 00:12:33 2011 -0400
15767
15768     Rename HB_UNICODE_GENERAL_CATEGORY_COMBINING_MARK to
15769     HB_UNICODE_GENERAL_CATEGORY_SPACING_MARK
15770
15771     Spacing_Mark is the current Unicode long-name for this property value.
15772     The previous name was wrongly carried from glib.
15773
15774  src/hb-common.h |    2 +-
15775  src/hb-icu.cc   |    2 +-
15776  2 files changed, 2 insertions(+), 2 deletions(-)
15777
15778 commit 7b08b0a7f2057937dfc3ab2ec191656bf2386463
15779 Author: Behdad Esfahbod <behdad@behdad.org>
15780 Date:   Wed Jul 20 23:59:07 2011 -0400
15781
15782     Minor
15783
15784  src/hb-ot-shape-complex-arabic.cc |    8 ++++----
15785  src/hb-private.hh                 |   19 +++++++++++++++++++
15786  2 files changed, 23 insertions(+), 4 deletions(-)
15787
15788 commit 498e1a9be673bb02c00aac3f12bb4c6993a85910
15789 Author: Behdad Esfahbod <behdad@behdad.org>
15790 Date:   Wed Jul 20 23:19:49 2011 -0400
15791
15792     [icu] Implement compose()/decompose()
15793
15794  src/hb-icu.cc       |   87
15795  +++++++++++++++++++++++++++++++++++++++++++++++++-
15796  test/test-unicode.c |    1 +
15797  2 files changed, 86 insertions(+), 2 deletions(-)
15798
15799 commit ffd4a436f7baccb68a0c3602f94ea0246e32844f
15800 Author: Behdad Esfahbod <behdad@behdad.org>
15801 Date:   Wed Jul 20 22:30:29 2011 -0400
15802
15803     Add tests for compose()/decompose()
15804
15805     Adjust glib fallback implementation.
15806
15807     The tests are not hooked up for ICU yet.
15808
15809  src/hb-glib.cc      |   17 +++++++++++-
15810  src/hb-unicode.cc   |    2 +-
15811  test/test-unicode.c |   66
15812  +++++++++++++++++++++++++++++++++++++++++++++++++++
15813  3 files changed, 82 insertions(+), 3 deletions(-)
15814
15815 commit fca0923b04aeff9369849da97d247a647611f346
15816 Author: Behdad Esfahbod <behdad@behdad.org>
15817 Date:   Wed Jul 20 22:16:13 2011 -0400
15818
15819     Minor
15820
15821  src/hb-icu.cc |   62
15822  ++++++++++++++++++++++++++++++++++----------------------
15823  1 files changed, 38 insertions(+), 24 deletions(-)
15824
15825 commit 26b6024962b254b624d4f22088b6c87745074743
15826 Author: Behdad Esfahbod <behdad@behdad.org>
15827 Date:   Wed Jul 20 21:58:14 2011 -0400
15828
15829     [glib] Use g_unicode_script_to/from_iso15924() if available
15830
15831  src/hb-glib.cc |   10 ++++++++++
15832  1 files changed, 10 insertions(+), 0 deletions(-)
15833
15834 commit 22fdc66712464bdb02e45eed49e4be57e79b442f
15835 Author: Behdad Esfahbod <behdad@behdad.org>
15836 Date:   Wed Jul 20 21:51:37 2011 -0400
15837
15838     [glib] Add compose() and decompose() implementations with fallback
15839
15840  src/hb-glib.cc    |  126
15841  +++++++++++++++++++++++++++++++++++++++++++----------
15842  src/hb-unicode.cc |    6 ++-
15843  2 files changed, 106 insertions(+), 26 deletions(-)
15844
15845 commit a54a5505a35eef5315a8e2e7a79502901e3eff5f
15846 Author: Behdad Esfahbod <behdad@behdad.org>
15847 Date:   Wed Jul 20 16:42:10 2011 -0400
15848
15849     Minor
15850
15851  src/hb-ot-shape-complex-indic.cc |    4 ++--
15852  1 files changed, 2 insertions(+), 2 deletions(-)
15853
15854 commit 23db8d5c92c96a34c716b68e1aa6819c5a20477a
15855 Author: Behdad Esfahbod <behdad@behdad.org>
15856 Date:   Tue Jul 12 12:02:26 2011 -0400
15857
15858     [test] Work around glib <= 2.30 API
15859
15860  test/hb-test.h |    4 ++++
15861  1 files changed, 4 insertions(+), 0 deletions(-)
15862
15863 commit 22989c5ffc8cce1ea05d729cdf33661c35a52334
15864 Author: Behdad Esfahbod <behdad@behdad.org>
15865 Date:   Tue Jul 12 11:54:58 2011 -0400
15866
15867     Distribute hb-ot-shape-complex-indic-machine.rl
15868
15869  src/Makefile.am |    1 +
15870  1 files changed, 1 insertions(+), 0 deletions(-)
15871
15872 commit f6fd3780e12b23ff7ed3743497c8996e71dcb064
15873 Author: Behdad Esfahbod <behdad@behdad.org>
15874 Date:   Fri Jul 8 00:22:40 2011 -0400
15875
15876     Let shapers decide when to apply ccmp and locl
15877
15878     Instead of always applying those two features before the complex
15879     shaper,
15880     let the complex shaper decide whether they should be applied first.
15881
15882     Also add stub for Indic's final_reordering().
15883
15884  src/hb-ot-shape-complex-arabic.cc |    2 ++
15885  src/hb-ot-shape-complex-indic.cc  |   16 ++++++++++++++++
15886  src/hb-ot-shape.cc                |    7 +------
15887  3 files changed, 19 insertions(+), 6 deletions(-)
15888
15889 commit c4641723fbf6532b2e80a662e15573b31276bc73
15890 Author: Behdad Esfahbod <behdad@behdad.org>
15891 Date:   Thu Jul 7 23:47:19 2011 -0400
15892
15893     [API] Add compose() and decompose() unicode funcs, rename other ones
15894
15895     Add compose() and decompose() unicode funcs.  These implement
15896     pair-wise canonical composition/decomposition.
15897
15898     The glib/icu implementations are lacking for now.  We are adding
15899     API for this to glib, but I cannot find any useful API in ICU.
15900     May end of implementing these in-house.
15901
15902     Changed all unicode_funcs callback names to remove the "_get" part.
15903     Eg, hb_unicode_get_script_func_t is now hb_unicode_script_func_t,
15904     and hb_unicode_get_script() is hb_unicode_script() now.
15905
15906  TODO                      |    4 ++-
15907  src/hb-glib.cc            |    6 +++-
15908  src/hb-icu.cc             |    6 +++-
15909  src/hb-ot-shape.cc        |    6 ++--
15910  src/hb-shape.cc           |    2 +-
15911  src/hb-unicode-private.hh |    8 +++--
15912  src/hb-unicode.cc         |   85
15913  ++++++++++++++++++++++++++++++++------------
15914  src/hb-unicode.h          |   70 ++++++++++++++++++++++++++----------
15915  test/test-unicode.c       |   21 ++++++-----
15916  9 files changed, 146 insertions(+), 62 deletions(-)
15917
15918 commit d05dded1676924e8894c90f7a7c3527b492bcdff
15919 Author: Behdad Esfahbod <behdad@behdad.org>
15920 Date:   Thu Jul 7 23:42:40 2011 -0400
15921
15922     More code generation through preprocessor
15923
15924  src/hb-ot-shape-complex-private.hh |   46
15925  ++++++++++++++++++++++-------------
15926  1 files changed, 29 insertions(+), 17 deletions(-)
15927
15928 commit 891c4755baae6cd59fad59d27fd8933e5f548a74
15929 Author: Behdad Esfahbod <behdad@behdad.org>
15930 Date:   Thu Jul 7 23:19:27 2011 -0400
15931
15932     Humm, undo some shuffling
15933
15934     In preparation for adding more advanced unicode funcs.
15935
15936  src/hb-ot-shape.cc        |    6 ++--
15937  src/hb-shape.cc           |    2 +-
15938  src/hb-unicode-private.hh |   36 ++++++++++++------------
15939  src/hb-unicode.cc         |   65
15940  +++++++++++++++++++++++++++++++++------------
15941  4 files changed, 70 insertions(+), 39 deletions(-)
15942
15943 commit 4b6317c4f426cfaf21e509dbf6ee6d4e0422cdac
15944 Author: Behdad Esfahbod <behdad@behdad.org>
15945 Date:   Thu Jul 7 23:14:42 2011 -0400
15946
15947     More code shuffling
15948
15949  src/hb-font-private.hh    |   16 +++---
15950  src/hb-font.cc            |    3 +-
15951  src/hb-unicode-private.hh |   42 +++++++-------
15952  src/hb-unicode.cc         |  140
15953  +++++++++++++++++----------------------------
15954  4 files changed, 82 insertions(+), 119 deletions(-)
15955
15956 commit 3361c9a323575309d9fd55fe076697a3e22073c0
15957 Author: Behdad Esfahbod <behdad@behdad.org>
15958 Date:   Thu Jul 7 22:35:17 2011 -0400
15959
15960     Minor
15961
15962  src/Makefile.am                    |    1 +
15963  src/hb-ot-shape-complex-misc.cc    |   51
15964  ++++++++++++++++++++++++++++++++++++
15965  src/hb-ot-shape-complex-private.hh |   12 +++++---
15966  3 files changed, 60 insertions(+), 4 deletions(-)
15967
15968 commit 76f76812ac7cca8ac6935952a2360d5e151480fa
15969 Author: Behdad Esfahbod <behdad@behdad.org>
15970 Date:   Thu Jul 7 22:25:25 2011 -0400
15971
15972     Shuffle code around, remove shape_plan from complex shapers
15973
15974  src/hb-ot-shape-complex-arabic.cc        |   36 ++++++++++++------------
15975  src/hb-ot-shape-complex-indic-machine.rl |   12 ++++----
15976  src/hb-ot-shape-complex-indic.cc         |   25 ++++++++---------
15977  src/hb-ot-shape-complex-private.hh       |   44
15978  +++++++++++++++++++----------
15979  src/hb-ot-shape-private.hh               |   13 +-------
15980  src/hb-ot-shape.cc                       |    4 +-
15981  6 files changed, 69 insertions(+), 65 deletions(-)
15982
15983 commit e88bff9b4d77dc86c04832163081effbff752216
15984 Author: Behdad Esfahbod <behdad@behdad.org>
15985 Date:   Thu Jul 7 22:03:02 2011 -0400
15986
15987     Minor, use function typedefs
15988
15989  src/hb-ot-shape-complex-private.hh |   10 ++++++----
15990  1 files changed, 6 insertions(+), 4 deletions(-)
15991
15992 commit 359dcaa0d33271025ca42a5f54ecbac7ae3b56d3
15993 Author: Behdad Esfahbod <behdad@behdad.org>
15994 Date:   Thu Jul 7 21:55:05 2011 -0400
15995
15996     Update copyright headers
15997
15998  src/hb-ot-map-private.hh           |    2 +-
15999  src/hb-ot-map.cc                   |    2 +-
16000  src/hb-ot-shape-complex-private.hh |    2 +-
16001  src/hb-ot-shape.cc                 |    2 +-
16002  4 files changed, 4 insertions(+), 4 deletions(-)
16003
16004 commit d8d0c480c85246a74d47dd5297019c7e39391ab0
16005 Author: Behdad Esfahbod <behdad@behdad.org>
16006 Date:   Thu Jul 7 21:22:08 2011 -0400
16007
16008     Refactor some code common to GSUB and GPOS
16009
16010  src/hb-ot-map-private.hh |   29 +++++++++++++++++-------
16011  src/hb-ot-map.cc         |   54
16012  ++++++++-------------------------------------
16013  2 files changed, 30 insertions(+), 53 deletions(-)
16014
16015 commit b70c96dbe41d6512b80fe3d966a1942e1ef64a4b
16016 Author: Behdad Esfahbod <behdad@behdad.org>
16017 Date:   Thu Jul 7 21:07:41 2011 -0400
16018
16019     Enable applying GSUB/GPOS features in multiple segments
16020
16021     Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=644184
16022     among others.
16023
16024     Shapers now can request segmented feature application by calling
16025     add_gsub_pause() or add_gpos_pause().  They can also provide a
16026     callback to be called at the pause.  Currently the Arabic shaper
16027     uses pauses to enforce certain feature application.  The Indic
16028     shaper can use the same facility to pause and do reordering in the
16029     callback.
16030
16031  src/hb-ot-map-private.hh          |   50 +++++++++++---
16032  src/hb-ot-map.cc                  |  132
16033  ++++++++++++++++++++++++++++++++-----
16034  src/hb-ot-shape-complex-arabic.cc |   24 ++++++-
16035  src/hb-private.hh                 |    5 ++
16036  4 files changed, 181 insertions(+), 30 deletions(-)
16037
16038 commit f6d7a9bb4c19e605f1f16d9ca40adefba138c37e
16039 Author: Behdad Esfahbod <behdad@behdad.org>
16040 Date:   Thu Jul 7 16:20:35 2011 -0400
16041
16042     Shuffle code around
16043
16044  src/hb-ot-map-private.hh |   68
16045  +++++++++++++++++++++++-----------------------
16046  1 files changed, 34 insertions(+), 34 deletions(-)
16047
16048 commit fc551edbf236d71a522ae7c2c9461aa71c5f7d66
16049 Author: Behdad Esfahbod <behdad@behdad.org>
16050 Date:   Thu Jul 7 16:09:38 2011 -0400
16051
16052     Add todo
16053
16054     I'm too lazy to fix the tests now.
16055
16056  test/test-shape.c |    1 +
16057  1 files changed, 1 insertions(+), 0 deletions(-)
16058
16059 commit 2e18c6dbdfbbfdec0490260bb7cb5213551b2188
16060 Author: Behdad Esfahbod <behdad@behdad.org>
16061 Date:   Wed Jul 6 16:05:45 2011 -0400
16062
16063     Fix reverse_range() position loop
16064
16065     Mozilla Bug 669175 - Slow rendering of text sometimes in this case,
16066     using direction: rtl
16067
16068  src/hb-buffer.cc |    7 +++++--
16069  1 files changed, 5 insertions(+), 2 deletions(-)
16070
16071 commit fa2befa46f215d8c33a54dfc57889928a628164c
16072 Author: Behdad Esfahbod <behdad@behdad.org>
16073 Date:   Mon Jul 4 17:18:57 2011 -0400
16074
16075     Minor
16076
16077  src/hb-view.cc |    2 +-
16078  1 files changed, 1 insertions(+), 1 deletions(-)
16079
16080 commit d69d5ceaa0ad30e8d4b9783507c59c6d4221de4f
16081 Author: Behdad Esfahbod <behdad@behdad.org>
16082 Date:   Mon Jul 4 12:56:38 2011 -0400
16083
16084     [Indic] Well, at least finding syllables works now :)
16085
16086     Still not much there.
16087
16088  src/hb-ot-shape-complex-indic-machine.rl |    4 +++-
16089  src/hb-ot-shape-complex-indic.cc         |    9 ++++++++-
16090  2 files changed, 11 insertions(+), 2 deletions(-)
16091
16092 commit 253a57fb5ab211f67140e6139d183e49483a9074
16093 Author: Behdad Esfahbod <behdad@behdad.org>
16094 Date:   Tue Jun 28 17:26:03 2011 -0400
16095
16096     [test-shape-complex] Remove the greek tests
16097
16098     They are outdated with respect to the DejaVu Sans I'm using.
16099     We need to add font version checking to the tests.
16100
16101  test/test-shape-complex.c |   17 -----------------
16102  1 files changed, 0 insertions(+), 17 deletions(-)
16103
16104 commit afa74bf90405fb121d3132982b87762c1686d80c
16105 Author: Behdad Esfahbod <behdad@behdad.org>
16106 Date:   Tue Jun 28 17:25:17 2011 -0400
16107
16108     [test-shape-complex] Print out expected and actual glyphstrings
16109     upon failure
16110
16111     One has to run the test with --verbose to see that right now.
16112
16113  test/test-shape-complex.c |   25 ++++++++++++++++++++++---
16114  1 files changed, 22 insertions(+), 3 deletions(-)
16115
16116 commit 42d453b0236f67239342df2003b7abce6e2c51ea
16117 Author: Behdad Esfahbod <behdad@behdad.org>
16118 Date:   Tue Jun 28 16:59:16 2011 -0400
16119
16120     [test] Name tests after their input string
16121
16122  test/Makefile.am          |    2 +-
16123  test/test-shape-complex.c |  150
16124  +++++++++++++++++++++++++++++---------------
16125  2 files changed, 100 insertions(+), 52 deletions(-)
16126
16127 commit 27413169782fdf79e278dd6552c8e194b3bc4eaa
16128 Author: Behdad Esfahbod <behdad@behdad.org>
16129 Date:   Tue Jun 28 16:21:31 2011 -0400
16130
16131     Minor
16132
16133     Towards a better test runner.
16134
16135  test/test-shape-complex.c |   10 +++++++++-
16136  1 files changed, 9 insertions(+), 1 deletions(-)
16137
16138 commit cc674cbf7fb9972975dc0499974e5e7fb4ae3c81
16139 Author: Behdad Esfahbod <behdad@behdad.org>
16140 Date:   Tue Jun 28 16:17:16 2011 -0400
16141
16142     Minor
16143
16144  test/test-shape-complex.c |    2 --
16145  1 files changed, 0 insertions(+), 2 deletions(-)
16146
16147 commit 20d8a3982ae320035edd6a04b402cefc9a5e5779
16148 Author: Behdad Esfahbod <behdad@behdad.org>
16149 Date:   Tue Jun 28 16:16:21 2011 -0400
16150
16151     [test] Remove disabled code
16152
16153     We'd add normalization and decomposition tests later.
16154
16155  test/test-shape-complex.c |   92
16156  ---------------------------------------------
16157  1 files changed, 0 insertions(+), 92 deletions(-)
16158
16159 commit 9704f0ca6c2defed52640da77506c80bc67b4f56
16160 Author: Behdad Esfahbod <behdad@behdad.org>
16161 Date:   Tue Jun 28 16:15:46 2011 -0400
16162
16163     [test] Restructure shape test data a bit
16164
16165  test/test-shape-complex.c |   75
16166  +++++++++++++++++++++++++-------------------
16167  1 files changed, 43 insertions(+), 32 deletions(-)
16168
16169 commit 4ec30aec3014be6effc09cbbc88dcd075f3826df
16170 Author: Behdad Esfahbod <behdad@behdad.org>
16171 Date:   Tue Jun 28 14:13:38 2011 -0400
16172
16173     [Indic] Optimize Indic table storage
16174
16175  src/hb-ot-shape-complex-indic.cc |    8 +++++---
16176  src/hb-private.hh                |    1 +
16177  2 files changed, 6 insertions(+), 3 deletions(-)
16178
16179 commit c4a59de6d8c1e581b5c155319232be9e805e5cba
16180 Author: Behdad Esfahbod <behdad@behdad.org>
16181 Date:   Tue Jun 28 14:03:29 2011 -0400
16182
16183     [Indic] Generate a single data table instead of multiple ones
16184
16185  src/gen-indic-table.py                 |   30 +++++++++------
16186  src/hb-ot-shape-complex-indic-table.hh |   62
16187  +++++++++++++++----------------
16188  2 files changed, 48 insertions(+), 44 deletions(-)
16189
16190 commit a346e923a99f920bbebc25b335db51fdfb1429ea
16191 Author: Behdad Esfahbod <behdad@behdad.org>
16192 Date:   Tue Jun 28 12:49:18 2011 -0400
16193
16194     [test] Add Indic tests from harfbuzz.old
16195
16196     Needs fonts to be put in test/fonts.  Tests are skipped otherwise.
16197     Run with --verbose for details.  Working on improving the test runner
16198     to make it easier to make sense of what's going on.
16199
16200  test/Makefile.am          |   11 +-
16201  test/hb-test.h            |   21 +
16202  test/test-shape-complex.c | 1179
16203  +++++++++++++++++++++++++++++++++++++++++++++
16204  3 files changed, 1209 insertions(+), 2 deletions(-)
16205
16206 commit 8fdba506f0f1c66b50f8f4b114d624cb956d03b7
16207 Author: Behdad Esfahbod <behdad@behdad.org>
16208 Date:   Fri Jun 24 20:45:55 2011 -0400
16209
16210     [Indic] Define indic_position_t
16211
16212  src/hb-ot-shape-complex-indic.cc |  239
16213  +++++++++++++++++++-------------------
16214  1 files changed, 122 insertions(+), 117 deletions(-)
16215
16216 commit 65988a145b4a52c37fd53c1473034f9e701f61d9
16217 Author: Behdad Esfahbod <behdad@behdad.org>
16218 Date:   Fri Jun 24 19:05:52 2011 -0400
16219
16220     [Indic] Add a table of consonant positions
16221
16222     Copied form HarfBuzz.old Indic data.  These are below and post
16223     consonants.  This is temporary.  Read the comment in the patch.
16224
16225  src/hb-ot-shape-complex-indic.cc |  106
16226  ++++++++++++++++++++++++++++++++++++++
16227  1 files changed, 106 insertions(+), 0 deletions(-)
16228
16229 commit c7fe56a1d5d3e969b6ec51cd9ecd471706a19568
16230 Author: Behdad Esfahbod <behdad@behdad.org>
16231 Date:   Fri Jun 24 19:05:34 2011 -0400
16232
16233     [Indic] Some of the basic features are global;  Mark them so
16234
16235  src/hb-ot-shape-complex-indic-machine.rl |    1 +
16236  src/hb-ot-shape-complex-indic.cc         |   48
16237  +++++++++++++++++++++---------
16238  2 files changed, 35 insertions(+), 14 deletions(-)
16239
16240 commit 867361c3ad39629a8d5b7dc48d558a1c19e37d43
16241 Author: Behdad Esfahbod <behdad@behdad.org>
16242 Date:   Fri Jun 17 18:35:46 2011 -0400
16243
16244     [indic] Add syllable recognition state machine
16245
16246     Using an incredible tool called Ragel.
16247
16248  src/Makefile.am                          |    5 ++
16249  src/hb-ot-shape-complex-indic-machine.rl |  105
16250  ++++++++++++++++++++++++++++++
16251  src/hb-ot-shape-complex-indic.cc         |   21 ++++--
16252  3 files changed, 125 insertions(+), 6 deletions(-)
16253
16254 commit 422e08dbb8e2c0c5664f1bdc7e159a673cfea8c5
16255 Author: Behdad Esfahbod <behdad@behdad.org>
16256 Date:   Wed Jun 15 17:22:48 2011 -0400
16257
16258     Better categorize Indic character classes
16259
16260     Matches OT types now.
16261
16262  src/hb-ot-shape-complex-indic.cc |   51
16263  +++++++++++++++++++++++--------------
16264  1 files changed, 32 insertions(+), 19 deletions(-)
16265
16266 commit 31f18abecb149f8888a72510f2660328dd6de16d
16267 Author: Behdad Esfahbod <behdad@behdad.org>
16268 Date:   Wed Jun 15 09:49:58 2011 -0400
16269
16270     Minor compiler warning fixes
16271
16272  src/hb-buffer-private.hh           |    8 ++++----
16273  src/hb-object-private.hh           |    4 ++--
16274  src/hb-open-type-private.hh        |    6 +++---
16275  src/hb-ot-layout-common-private.hh |    8 ++++----
16276  src/hb-ot-map.cc                   |   28 +++++++++++++++-------------
16277  src/hb-ot-shape-complex-arabic.cc  |    3 +--
16278  src/hb-view.cc                     |   11 ++++++-----
16279  test/test-object.c                 |   22 +++++++++++-----------
16280  test/test-unicode.c                |    4 ++--
16281  9 files changed, 48 insertions(+), 46 deletions(-)
16282
16283 commit e3693b72f0651985d4f619cde668611639dca885
16284 Author: Behdad Esfahbod <behdad@behdad.org>
16285 Date:   Wed Jun 15 09:33:52 2011 -0400
16286
16287     Change a couple strstr() to strchr()
16288
16289  src/hb-ot-tag.cc |    4 ++--
16290  1 files changed, 2 insertions(+), 2 deletions(-)
16291
16292 commit b9452bfc1696457e156e79037c863903da5454fc
16293 Author: Behdad Esfahbod <behdad@behdad.org>
16294 Date:   Tue Jun 14 14:47:07 2011 -0400
16295
16296     Fix compiler warnings with -pedantic
16297
16298  src/hb-blob.cc                   |   18 +++++++++---------
16299  src/hb-glib.cc                   |   20 ++++++++++----------
16300  src/hb-icu.cc                    |   20 ++++++++++----------
16301  src/hb-object-private.hh         |    2 +-
16302  src/hb-open-type-private.hh      |   14 +++++++-------
16303  src/hb-ot-layout-gdef-private.hh |    2 +-
16304  src/hb-ot-layout.cc              |    2 +-
16305  src/hb-ot-map-private.hh         |    2 +-
16306  src/hb-ot-shape-complex-indic.cc |    8 ++++----
16307  src/hb-ot-shape-private.hh       |    2 +-
16308  src/hb-ot-shape.cc               |    2 +-
16309  11 files changed, 46 insertions(+), 46 deletions(-)
16310
16311 commit 970e092dc23cbeb7897d4c7bb58c042209f518fb
16312 Author: Behdad Esfahbod <behdad@behdad.org>
16313 Date:   Tue Jun 14 14:35:44 2011 -0400
16314
16315     Remove extra semicolon
16316
16317  src/hb-private.hh |    2 +-
16318  1 files changed, 1 insertions(+), 1 deletions(-)
16319
16320 commit 81426808020e2b88f008480bd63519aa68c579a7
16321 Author: Behdad Esfahbod <behdad@behdad.org>
16322 Date:   Mon Jun 13 16:02:18 2011 -0400
16323
16324     Cosmetic
16325
16326  src/gen-indic-table.py                 |    9 +-
16327  src/hb-ot-shape-complex-indic-table.hh | 1038
16328  ++++++++++++++++----------------
16329  2 files changed, 524 insertions(+), 523 deletions(-)
16330
16331 commit 902ab866f2d2edc3a71c1203065e6ddf49e5b431
16332 Author: Behdad Esfahbod <behdad@behdad.org>
16333 Date:   Fri Jun 10 23:08:54 2011 -0400
16334
16335     GNOME Bug 652227 - Unconditional use of stdint.h
16336
16337  src/hb-common.h |   33 ++++++++++++++++++++++-----------
16338  1 files changed, 22 insertions(+), 11 deletions(-)
16339
16340 commit 20503ccd578c9983162857954e3236413469ed35
16341 Author: Behdad Esfahbod <behdad@behdad.org>
16342 Date:   Tue Jun 7 17:02:48 2011 -0400
16343
16344     More Indic data shuffling
16345
16346  src/hb-ot-shape-complex-indic.cc |   74
16347  +++++++++++++++++++++++++------------
16348  1 files changed, 50 insertions(+), 24 deletions(-)
16349
16350 commit 63b177e45c2405272da3fa6c26fe11ae37950bd0
16351 Author: Behdad Esfahbod <behdad@behdad.org>
16352 Date:   Tue Jun 7 15:51:40 2011 -0400
16353
16354     Minor
16355
16356  src/hb-ot-shape.cc |    1 +
16357  1 files changed, 1 insertions(+), 0 deletions(-)
16358
16359 commit b9ddbd55930228422e82b34a141ad1b6093f5376
16360 Author: Behdad Esfahbod <behdad@behdad.org>
16361 Date:   Thu Jun 2 17:43:12 2011 -0400
16362
16363     [Indic] Start an Indic shaper
16364
16365     Nothing functional in there yet.
16366
16367     So far, we're parsing IndicSyllabicCategory.txt and
16368     IndicMatraCategory.txt
16369     fils from Unicode Character Database and store them in an array to
16370     be used
16371     by the shaper.  Also hooked up the shaper, but it does not do anything
16372     right now.
16373
16374  src/Makefile.am                        |    3 +
16375  src/gen-indic-table.py                 |  201 ++++++++
16376  src/hb-ot-shape-complex-arabic.cc      |    4 +-
16377  src/hb-ot-shape-complex-indic-table.hh |  834
16378  ++++++++++++++++++++++++++++++++
16379  src/hb-ot-shape-complex-indic.cc       |  141 ++++++
16380  src/hb-ot-shape-complex-private.hh     |   58 ++-
16381  src/hb-ot-shape-private.hh             |    3 +-
16382  7 files changed, 1237 insertions(+), 7 deletions(-)
16383
16384 commit 697a65c5f5cda53bc68720886a253a019e8212a8
16385 Author: Behdad Esfahbod <behdad@behdad.org>
16386 Date:   Wed Jun 1 20:52:00 2011 -0400
16387
16388     Minor
16389
16390  src/gen-arabic-table.py                 |   21 +++++++++++++--------
16391  src/hb-ot-shape-complex-arabic-table.hh |    9 ++++-----
16392  2 files changed, 17 insertions(+), 13 deletions(-)
16393
16394 commit 9de1481f2bbbf2a174280b849628612f36a2f701
16395 Author: Behdad Esfahbod <behdad@behdad.org>
16396 Date:   Wed Jun 1 20:45:14 2011 -0400
16397
16398     Update to ArabicShaping-6.1.0d2.txt
16399
16400  src/hb-ot-shape-complex-arabic-table.hh |  307
16401  ++++++++++++++++++++-----------
16402  1 files changed, 197 insertions(+), 110 deletions(-)
16403
16404 commit 9d49433efba2217852f4e44f056465b451961c49
16405 Author: Behdad Esfahbod <behdad@behdad.org>
16406 Date:   Wed Jun 1 18:10:10 2011 -0400
16407
16408     Minor rename
16409
16410  src/Makefile.am                         |    2 +-
16411  src/gen-arabic-joining-table.py         |   83
16412  -------------------------------
16413  src/gen-arabic-table.py                 |   83
16414  +++++++++++++++++++++++++++++++
16415  src/hb-ot-shape-complex-arabic-table.hh |    2 +-
16416  4 files changed, 85 insertions(+), 85 deletions(-)
16417
16418 commit 0eafce56eed4c5166ee5b97b121a452ffd292a7a
16419 Author: Behdad Esfahbod <behdad@behdad.org>
16420 Date:   Wed Jun 1 12:44:30 2011 -0400
16421
16422     [TODO] New items
16423
16424  TODO |    4 ++++
16425  1 files changed, 4 insertions(+), 0 deletions(-)
16426
16427 commit 89a2bc9ba674e7e57fec1fd8ce7648a44f3aab63
16428 Author: Behdad Esfahbod <behdad@behdad.org>
16429 Date:   Tue May 31 15:18:13 2011 -0400
16430
16431     [Vertical] Apply vertical features
16432
16433     We apply all of vert, vrt2, vkrn, valt, and vpal.
16434
16435  TODO               |    7 -------
16436  src/hb-ot-shape.cc |   50
16437  +++++++++++++++++++++++++++++++++++++++++---------
16438  2 files changed, 41 insertions(+), 16 deletions(-)
16439
16440 commit 0c6a9767c812c00f2a6a02d9f43f4694e1f43815
16441 Author: Behdad Esfahbod <behdad@behdad.org>
16442 Date:   Tue May 31 12:59:17 2011 -0400
16443
16444     [hb-view] Add --face-index to choose a face in a TrueType Collection
16445
16446  src/hb-view.cc |    7 ++++++-
16447  1 files changed, 6 insertions(+), 1 deletions(-)
16448
16449 commit 4f28fbdd804fabeec57a98fe267d892ab58b3a6d
16450 Author: Behdad Esfahbod <behdad@behdad.org>
16451 Date:   Tue May 31 12:33:11 2011 -0400
16452
16453     Fix TTC header handling
16454
16455     Also change the Version type to avoid similar bugs in the future.
16456
16457     Reported by Grigori Goronzy.
16458
16459  src/hb-open-file-private.hh      |    6 +++---
16460  src/hb-open-type-private.hh      |    2 +-
16461  src/hb-ot-layout-gdef-private.hh |    6 +++---
16462  3 files changed, 7 insertions(+), 7 deletions(-)
16463
16464 commit 21deab2bdc58d8e9f1a3ba1f9c61c30a79e288a1
16465 Author: Behdad Esfahbod <behdad@behdad.org>
16466 Date:   Mon May 30 11:08:40 2011 -0400
16467
16468     Fixed inifinite loop introduced in 7403e055cd1463f
16469
16470     k is the index, not j.
16471
16472     Reported by Tom Hacohen.
16473
16474  src/hb-ot-layout-gpos-private.hh |    4 ++--
16475  1 files changed, 2 insertions(+), 2 deletions(-)
16476
16477 commit 51881a61ca96c3328e2d92927a5a61e60997a429
16478 Author: Behdad Esfahbod <behdad@behdad.org>
16479 Date:   Fri May 27 18:15:56 2011 -0400
16480
16481     Shrink code size
16482
16483  src/hb-ot-map-private.hh |   11 +----------
16484  src/hb-ot-map.cc         |   11 +++++++++++
16485  2 files changed, 12 insertions(+), 10 deletions(-)
16486
16487 commit 90645fb24bcbb78183576d3641a99560d87e49f2
16488 Author: Behdad Esfahbod <behdad@behdad.org>
16489 Date:   Fri May 27 18:13:31 2011 -0400
16490
16491     [OT] Separate map_builder from the actual map
16492
16493     Respectively, separate planner from the actual plan.
16494
16495  src/hb-ot-map-private.hh           |  121
16496  +++++++++++++++++++----------------
16497  src/hb-ot-map.cc                   |   33 +++++-----
16498  src/hb-ot-shape-complex-arabic.cc  |    6 +-
16499  src/hb-ot-shape-complex-private.hh |    8 +-
16500  src/hb-ot-shape-private.hh         |   22 +++++++
16501  src/hb-ot-shape.cc                 |   28 +++++----
16502  6 files changed, 127 insertions(+), 91 deletions(-)
16503
16504 commit 5560a19e2b3901437d8ee2e5905b4ac77073bfbe
16505 Author: Behdad Esfahbod <behdad@behdad.org>
16506 Date:   Fri May 27 17:49:16 2011 -0400
16507
16508     Minor
16509
16510  src/hb-view.cc |    2 +-
16511  1 files changed, 1 insertions(+), 1 deletions(-)
16512
16513 commit 1587c26fe94087040b4a5d682ec196f568e4a1a2
16514 Author: Behdad Esfahbod <behdad@behdad.org>
16515 Date:   Fri May 27 16:05:01 2011 -0400
16516
16517     [TODO] Add item
16518
16519  TODO |    2 ++
16520  1 files changed, 2 insertions(+), 0 deletions(-)
16521
16522 commit 5c9f14932d59e306fbc72f7daecb384a16da73d9
16523 Author: Behdad Esfahbod <behdad@behdad.org>
16524 Date:   Fri May 27 15:59:33 2011 -0400
16525
16526     Minor
16527
16528  Makefile.am |    2 ++
16529  1 files changed, 2 insertions(+), 0 deletions(-)
16530
16531 commit 5bc18195d55570ef01e4b24dd248f222f081b0a2
16532 Author: Behdad Esfahbod <behdad@behdad.org>
16533 Date:   Fri May 27 15:58:54 2011 -0400
16534
16535     Add check-includes.sh
16536
16537  src/Makefile.am               |    7 ++++++
16538  src/check-c-linkage-decls.sh  |    6 ++++-
16539  src/check-header-guards.sh    |    8 ++++++-
16540  src/check-includes.sh         |   42
16541  +++++++++++++++++++++++++++++++++++++++++
16542  src/check-internal-symbols.sh |    8 +++---
16543  src/check-libstdc++.sh        |    7 +++--
16544  src/hb-ot-shape.h             |    1 +
16545  7 files changed, 70 insertions(+), 9 deletions(-)
16546
16547 commit 3f12c434e20261f6d5c600e56575b7dfdd5b1470
16548 Author: Behdad Esfahbod <behdad@behdad.org>
16549 Date:   Fri May 27 04:58:11 2011 -0400
16550
16551     [configure] Generate sha256sum and GPG-sign it
16552
16553  Makefile.am |   29 ++++++++++++++++++++++++++++-
16554  1 files changed, 28 insertions(+), 1 deletions(-)
16555
16556 commit 75ba4073ca6f72c135927d9314197a605281b789
16557 Author: Behdad Esfahbod <behdad@behdad.org>
16558 Date:   Fri May 27 03:58:17 2011 -0400
16559
16560     [test] Rename valgrind-log to log-vaglring.txt
16561
16562  test/Makefile.am |    6 +++---
16563  1 files changed, 3 insertions(+), 3 deletions(-)
16564
16565 commit e3b0ba8e292e6a90666cfbbab6faf11ae11f9ddb
16566 Author: Behdad Esfahbod <behdad@behdad.org>
16567 Date:   Fri May 27 03:56:37 2011 -0400
16568
16569     Minor
16570
16571  harfbuzz.doap |    4 ++--
16572  1 files changed, 2 insertions(+), 2 deletions(-)
16573
16574 commit 595dc63eee926a0e0fee26f8225b5fbe00610fcb
16575 Author: Behdad Esfahbod <behdad@behdad.org>
16576 Date:   Fri May 27 04:14:12 2011 -0400
16577
16578     Bump version to 0.7.0 to open up for development
16579
16580  configure.ac |    2 +-
16581  1 files changed, 1 insertions(+), 1 deletions(-)
16582
16583 commit f24557604281356131618546332d7ee3a0c8abef
16584 Author: Behdad Esfahbod <behdad@behdad.org>
16585 Date:   Wed May 25 16:08:06 2011 -0400
16586
16587     Release 0.6.0.  First official tarball release!
16588
16589     There are no API guarantees just yet, but I *expect* that no
16590     incompatible API changes to happen before 1.0.0.
16591
16592     Update NEWS.
16593
16594  NEWS         |  262
16595  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
16596  configure.ac |    2 +-
16597  2 files changed, 263 insertions(+), 1 deletions(-)
16598
16599 commit 654f88fbc9bcb54f9bd2d5586236234e03424044
16600 Author: Behdad Esfahbod <behdad@behdad.org>
16601 Date:   Fri May 27 03:38:46 2011 -0400
16602
16603     [test-common] Test hb_direction_to_string()
16604
16605     Caught by "make check-symbols".
16606
16607  test/test-common.c |    6 ++++++
16608  1 files changed, 6 insertions(+), 0 deletions(-)
16609
16610 commit 18bced134fc3379c9124ba029e22ff3f6434ca0f
16611 Author: Behdad Esfahbod <behdad@behdad.org>
16612 Date:   Fri May 27 03:38:30 2011 -0400
16613
16614     [test] Rename test-symbols to check-symbols
16615
16616     Shows undocumented symbols.
16617
16618  test/Makefile.am |   37 +++++++++++++++++++++----------------
16619  1 files changed, 21 insertions(+), 16 deletions(-)
16620
16621 commit 376dafa6ed414e368e9dc1d5a2e0bfc8e55f410d
16622 Author: Behdad Esfahbod <behdad@behdad.org>
16623 Date:   Fri May 27 03:35:58 2011 -0400
16624
16625     Hide internal symbols
16626
16627  src/hb-ot-shape.cc |    4 ++--
16628  1 files changed, 2 insertions(+), 2 deletions(-)
16629
16630 commit 0e482ec6ba30b613f2d7ee97c61be458c5aebcd6
16631 Author: Behdad Esfahbod <behdad@behdad.org>
16632 Date:   Fri May 27 02:46:28 2011 -0400
16633
16634     [test/unicode] Fix double-free
16635
16636     Caught by "make check-valgrind".
16637
16638  test/Makefile.am    |    2 +-
16639  test/test-unicode.c |    2 --
16640  2 files changed, 1 insertions(+), 3 deletions(-)
16641
16642 commit 28b1bac5415774cf892c9cc0afcac1324c2093f5
16643 Author: Behdad Esfahbod <behdad@behdad.org>
16644 Date:   Fri May 27 02:44:29 2011 -0400
16645
16646     [test] Switch to automake-based test-runner
16647
16648     Adds check-valgrind among other modes.  We do not run under gtester by
16649     default anymore.
16650
16651  Makefile.am        |    2 +
16652  test/Makefile.am   |   48 ++++++++++++++++++++++++++--
16653  test/Makefile.decl |   90
16654  ----------------------------------------------------
16655  3 files changed, 47 insertions(+), 93 deletions(-)
16656
16657 commit adbc97ddde27cf609d95d3249f3ea8060a6e1d20
16658 Author: Behdad Esfahbod <behdad@behdad.org>
16659 Date:   Fri May 27 01:33:18 2011 -0400
16660
16661     [test] Add test-symbols that checks API symbol text coverage
16662
16663     We're not at 100% coverage yet, so do not enable the test by default.
16664
16665  test/Makefile.am |   21 +++++++++++++++++++++
16666  1 files changed, 21 insertions(+), 0 deletions(-)
16667
16668 commit 9313b9aa66a82fd3fa60d8417c22a5350e5a8791
16669 Author: Behdad Esfahbod <behdad@behdad.org>
16670 Date:   Fri May 27 01:00:55 2011 -0400
16671
16672     [test/version] Test hb-version.h
16673
16674  test/Makefile.am    |    1 +
16675  test/test-version.c |   80
16676  +++++++++++++++++++++++++++++++++++++++++++++++++++
16677  2 files changed, 81 insertions(+), 0 deletions(-)
16678
16679 commit 329c15714be90d3fc2d9054f80cb14fa325dc959
16680 Author: Behdad Esfahbod <behdad@behdad.org>
16681 Date:   Wed May 25 16:07:07 2011 -0400
16682
16683     Add libtool versioning
16684
16685     The versioning is automatic.  For now, soname-major is 0.  With
16686     the 1.0.0 release it will jump to 1 and stay there forever.
16687
16688  configure.ac    |   26 +++++++++++++++++++++-----
16689  src/Makefile.am |    1 +
16690  2 files changed, 22 insertions(+), 5 deletions(-)
16691
16692 commit 5b21eff8c4a00962d4315a47a65a143abe323299
16693 Author: Behdad Esfahbod <behdad@behdad.org>
16694 Date:   Wed May 25 14:49:35 2011 -0400
16695
16696     Update README, etc
16697
16698  COPYING      |    1 +
16699  README       |    8 +++-----
16700  configure.ac |    2 +-
16701  3 files changed, 5 insertions(+), 6 deletions(-)
16702
16703 commit 5bf56ea056b30fba8e07e82ec818c430cab8cafd
16704 Author: Behdad Esfahbod <behdad@behdad.org>
16705 Date:   Wed May 25 14:43:10 2011 -0400
16706
16707     [TODO] Add item
16708
16709  TODO              |    2 ++
16710  test/test-shape.c |    2 ++
16711  2 files changed, 4 insertions(+), 0 deletions(-)
16712
16713 commit 2d8ebcb9d089c2cfbefac71ca6350e2703ab13e3
16714 Author: Behdad Esfahbod <behdad@behdad.org>
16715 Date:   Wed May 25 11:27:33 2011 -0400
16716
16717     [API] One last font-funcs API change
16718
16719     Now that vertical text works correctly, I'm doing a last round
16720     modification of the font-funcs API to simplify.  Expect no more
16721     changes around here.
16722
16723  src/hb-font.cc    |  107
16724  +++++++++++++++++-----------------------------------
16725  src/hb-font.h     |   50 +++++++++++--------------
16726  src/hb-ft.cc      |   26 +++++-------
16727  test/test-font.c  |   27 ++++++-------
16728  test/test-shape.c |   21 +++++-----
16729  5 files changed, 91 insertions(+), 140 deletions(-)
16730
16731 commit d31691296f7d3051fcd345bf1325d17835484b50
16732 Author: Behdad Esfahbod <behdad@behdad.org>
16733 Date:   Wed May 25 11:01:32 2011 -0400
16734
16735     [test] Update to API changes
16736
16737  test/test-font.c  |   72
16738  ++++++++++++++++++++--------------------------------
16739  test/test-shape.c |   35 +++++++++++--------------
16740  2 files changed, 44 insertions(+), 63 deletions(-)
16741
16742 commit 7403e055cd1463f38215ad9faedd61c3e1b66ac5
16743 Author: Behdad Esfahbod <behdad@behdad.org>
16744 Date:   Tue May 24 21:04:15 2011 -0400
16745
16746     [Vertical] fix vertical gpos
16747
16748     Wow, it took me a few days to find the right fix!
16749
16750     We now set the advance for attached marks to zero, but we
16751     do this in the _finish() state of gpos, so it shouldn't
16752     regress with fonts like DejaVuSansMono that explicitly
16753     decrease the mark advance width to set it to zero.
16754
16755  src/hb-ot-layout-gpos-private.hh |  167
16756  ++++++++++++++++++++++----------------
16757  src/hb-ot-shape.cc               |    9 ++-
16758  2 files changed, 103 insertions(+), 73 deletions(-)
16759
16760 commit ff7cbd0219a7c260612c53b3bed343747d79ec4e
16761 Author: Behdad Esfahbod <behdad@behdad.org>
16762 Date:   Wed May 25 09:56:06 2011 -0400
16763
16764     [TODO] Update
16765
16766  TODO |   14 ++++++++++++--
16767  1 files changed, 12 insertions(+), 2 deletions(-)
16768
16769 commit 3b0bb855e011099f1a4c77ffc5214c658e280b2d
16770 Author: Behdad Esfahbod <behdad@behdad.org>
16771 Date:   Fri May 20 15:59:59 2011 -0400
16772
16773     [Vertical] GPOS x/y advance adjustments only apply in hori/vert
16774     respectively
16775
16776  src/hb-ot-layout-gpos-private.hh |   31 +++++++++++++++++++++----------
16777  1 files changed, 21 insertions(+), 10 deletions(-)
16778
16779 commit cc2086d67ce559878a5ce2b41d89a37eabac90b8
16780 Author: Behdad Esfahbod <behdad@behdad.org>
16781 Date:   Thu May 19 19:19:50 2011 -0400
16782
16783     [Vertical] Fix GPOS y-advance direction
16784
16785  src/hb-ot-layout-gpos-private.hh |    7 ++++---
16786  1 files changed, 4 insertions(+), 3 deletions(-)
16787
16788 commit 67d51ff96154c8909734046601e439dd8f6a86df
16789 Author: Behdad Esfahbod <behdad@behdad.org>
16790 Date:   Thu May 19 19:08:57 2011 -0400
16791
16792     [Vertical] Do fallback origin calculation
16793
16794  src/hb-font.cc |   32 +++++++++++++++++++++++++++-----
16795  1 files changed, 27 insertions(+), 5 deletions(-)
16796
16797 commit 60fbb36096e344e9af79409ce8cfe3f1f7b0d321
16798 Author: Behdad Esfahbod <behdad@behdad.org>
16799 Date:   Thu May 19 18:46:15 2011 -0400
16800
16801     [Vertical] GPOS is always done with horizontal origin
16802
16803  src/hb-font-private.hh           |    4 +-
16804  src/hb-font.cc                   |  187
16805  ++++++++++++++++++--------------------
16806  src/hb-font.h                    |   53 +++++------
16807  src/hb-ft.cc                     |   47 ++++------
16808  src/hb-ot-layout-gdef-private.hh |   18 ++--
16809  src/hb-ot-layout-gpos-private.hh |   23 ++---
16810  src/hb-ot-layout.h               |    2 +-
16811  src/hb-ot-shape.cc               |   15 +++
16812  8 files changed, 166 insertions(+), 183 deletions(-)
16813
16814 commit 8b38faeede41e64eb0f6ac2e12ce51dd7138d50a
16815 Author: Behdad Esfahbod <behdad@behdad.org>
16816 Date:   Thu May 19 13:08:00 2011 -0400
16817
16818     More vertical
16819
16820     Starting to get there, but not without yet another round of changes.
16821
16822     I think I know wheere to go now.
16823
16824  src/hb-font.cc     |   44 ++++++++++++++++++++++++++++++++------------
16825  src/hb-font.h      |   10 ++++++++++
16826  src/hb-ft.cc       |   14 ++++++++++++--
16827  src/hb-ot-shape.cc |    4 ++++
16828  4 files changed, 58 insertions(+), 14 deletions(-)
16829
16830 commit e609aeb1e24da6b7c812396cddb93ee3c95ef87a
16831 Author: Behdad Esfahbod <behdad@behdad.org>
16832 Date:   Wed May 18 10:17:02 2011 -0400
16833
16834     [hb-view] Add --annotate
16835
16836     Currently it only marks glyph origins.
16837
16838  src/hb-view.cc |   20 +++++++++++++++++++-
16839  1 files changed, 19 insertions(+), 1 deletions(-)
16840
16841 commit b8d76dd74e50d295918cc015e9d2a55e2bf6a461
16842 Author: Behdad Esfahbod <behdad@behdad.org>
16843 Date:   Tue May 17 23:31:00 2011 -0400
16844
16845     Vertical: Adjust origin in glyph_extents() and glyph_contour_point()
16846
16847     The base for vertical is almost ready now.
16848
16849  src/hb-font.cc |   12 ++++++++----
16850  1 files changed, 8 insertions(+), 4 deletions(-)
16851
16852 commit 190981851fe2bb6479b5c72451279f66fe4f6e23
16853 Author: Behdad Esfahbod <behdad@behdad.org>
16854 Date:   Tue May 17 23:27:22 2011 -0400
16855
16856     Cosmetic
16857
16858  src/hb-font.cc |  114
16859  ++++++++++++++++++++++++++++----------------------------
16860  src/hb-ft.cc   |   36 ++++++++---------
16861  2 files changed, 74 insertions(+), 76 deletions(-)
16862
16863 commit 2c3f51a11c176aa3fc12a9522325efaef2c79d35
16864 Author: Behdad Esfahbod <behdad@behdad.org>
16865 Date:   Tue May 17 23:23:27 2011 -0400
16866
16867     Minor
16868
16869  src/hb-font.cc |    4 ++--
16870  1 files changed, 2 insertions(+), 2 deletions(-)
16871
16872 commit 7e2c85de305be59e1a6afa7d2061e4b7dd00acf7
16873 Author: Behdad Esfahbod <behdad@behdad.org>
16874 Date:   Tue May 17 17:55:03 2011 -0400
16875
16876     [API] Vertical support, take 2
16877
16878     I like this API *much* better.  Implementation still incomplete, but
16879     horizontal works.
16880
16881  src/hb-font-private.hh           |    7 +-
16882  src/hb-font.cc                   |  185
16883  ++++++++++++++++++++++---------------
16884  src/hb-font.h                    |  109 ++++++++++++----------
16885  src/hb-ft.cc                     |   66 ++++++++------
16886  src/hb-ot-layout-gdef-private.hh |    2 +-
16887  src/hb-ot-layout-gpos-private.hh |    2 +-
16888  src/hb-ot-shape.cc               |    8 +-
16889  7 files changed, 218 insertions(+), 161 deletions(-)
16890
16891 commit 744970af4d884cc87ffa645804578fec8df674a9
16892 Author: Behdad Esfahbod <behdad@behdad.org>
16893 Date:   Mon May 16 18:15:37 2011 -0400
16894
16895     [API] Add support for vertical text
16896
16897     Design not final yet, and in fact I'm going to change it immediately,
16898     but this is an standalone change for itself.
16899
16900  src/hb-font-private.hh               |   35 ++--
16901  src/hb-font.cc                       |  387
16902  +++++++++++++++++++++++++---------
16903  src/hb-font.h                        |  164 +++++++++++----
16904  src/hb-ft.cc                         |  227 +++++++++++++-------
16905  src/hb-ot-layout-gdef-private.hh     |    2 +-
16906  src/hb-ot-layout-gpos-private.hh     |   35 ++--
16907  src/hb-ot-layout-gsub-private.hh     |    1 +
16908  src/hb-ot-layout-gsubgpos-private.hh |    1 +
16909  src/hb-ot-shape.cc                   |   14 +-
16910  src/hb-ot-tag.cc                     |    2 +-
16911  test/test-font.c                     |   61 +++---
16912  test/test-shape.c                    |   17 +-
16913  12 files changed, 650 insertions(+), 296 deletions(-)
16914
16915 commit 80dce8b7c8202766d52cc7666355446bbf5b0565
16916 Author: Behdad Esfahbod <behdad@behdad.org>
16917 Date:   Tue May 17 17:08:36 2011 -0400
16918
16919     Minor
16920
16921  TODO |    2 ++
16922  1 files changed, 2 insertions(+), 0 deletions(-)
16923
16924 commit 5be7d047f6bf54cc577e311b5426c463d2b9b131
16925 Author: Behdad Esfahbod <behdad@behdad.org>
16926 Date:   Tue May 17 15:05:34 2011 -0400
16927
16928     Check for mmap()
16929
16930     Apparently there exist systems with mprotect(), but not mmap()?
16931
16932  configure.ac     |    2 +-
16933  test/test-blob.c |    6 ++++--
16934  2 files changed, 5 insertions(+), 3 deletions(-)
16935
16936 commit 4053f3f788353448b41e541ee617aafbe1cac366
16937 Author: Behdad Esfahbod <behdad@behdad.org>
16938 Date:   Mon May 16 16:20:48 2011 -0400
16939
16940     Cosmetic
16941
16942  src/hb-font.h     |    8 ++++----
16943  test/test-shape.c |    6 +++---
16944  2 files changed, 7 insertions(+), 7 deletions(-)
16945
16946 commit 56d12e0356bee5a95b870dfbc2100b8caeb5d593
16947 Author: Behdad Esfahbod <behdad@behdad.org>
16948 Date:   Mon May 16 16:01:58 2011 -0400
16949
16950     Remove unnecessary TODO item
16951
16952  src/hb-ft.cc |    1 -
16953  1 files changed, 0 insertions(+), 1 deletions(-)
16954
16955 commit 1883af3796459cafe2d194064403b6b1152c584d
16956 Author: Behdad Esfahbod <behdad@behdad.org>
16957 Date:   Mon May 16 15:18:16 2011 -0400
16958
16959     [hb-view] Start work on vertical support
16960
16961  src/hb-view.cc |   10 ++++++----
16962  1 files changed, 6 insertions(+), 4 deletions(-)
16963
16964 commit 9aa6f96af5e5940ba5c9596c6ae377fea23c0ec0
16965 Author: Behdad Esfahbod <behdad@behdad.org>
16966 Date:   Mon May 16 15:08:31 2011 -0400
16967
16968     [hb-view] No need to allocate an extra glyph item at the end
16969
16970  src/hb-view.cc |    3 +--
16971  1 files changed, 1 insertions(+), 2 deletions(-)
16972
16973 commit a0359485c9997e3a211f7c00d40c09074d906c4f
16974 Author: Behdad Esfahbod <behdad@behdad.org>
16975 Date:   Mon May 16 15:07:48 2011 -0400
16976
16977     Minor
16978
16979  test/test-shape.c |    6 ++++++
16980  1 files changed, 6 insertions(+), 0 deletions(-)
16981
16982 commit 92de53ea450eaee077eb1730e6d7a487b20ac721
16983 Author: Behdad Esfahbod <behdad@behdad.org>
16984 Date:   Mon May 16 12:24:56 2011 -0400
16985
16986     [test/buffer] Add more tests for nil buffer
16987
16988  test/test-buffer.c |   38 ++++++++++++++++++++++++++++++++++++++
16989  1 files changed, 38 insertions(+), 0 deletions(-)
16990
16991 commit 065fb38c9a338ddb095f2ec9e034fcc5a02167bd
16992 Author: Behdad Esfahbod <behdad@behdad.org>
16993 Date:   Fri May 13 23:04:46 2011 -0400
16994
16995     [test/ot-tag] More tests
16996
16997  test/test-ot-tag.c |    9 +++++++++
16998  1 files changed, 9 insertions(+), 0 deletions(-)
16999
17000 commit 1a64f6e19a4b483e278c85e4941107be2f71b0a4
17001 Author: Behdad Esfahbod <behdad@behdad.org>
17002 Date:   Fri May 13 22:55:32 2011 -0400
17003
17004     [API] Add HB_LANGUAGE_INVALID
17005
17006  src/hb-common.cc   |    5 +++--
17007  src/hb-common.h    |    2 ++
17008  src/hb-ot-tag.cc   |    2 +-
17009  src/hb-shape.cc    |    2 +-
17010  test/test-common.c |    9 ++++++---
17011  5 files changed, 13 insertions(+), 7 deletions(-)
17012
17013 commit 40b5c2e86c633441040196d158e965ad95d6ad37
17014 Author: Behdad Esfahbod <behdad@behdad.org>
17015 Date:   Fri May 13 22:46:36 2011 -0400
17016
17017     [test/test-ot-tag] Test hb-ot-tag.h, fix many bugs
17018
17019     I'm in awe with how many bugs this test revealed.  All fixed.
17020
17021  src/hb-ot-tag.cc   |  153 +++++++++++++++++++++--------------
17022  test/Makefile.am   |    3 +
17023  test/test-ot-tag.c |  227
17024  ++++++++++++++++++++++++++++++++++++++++++++++++++++
17025  3 files changed, 320 insertions(+), 63 deletions(-)
17026
17027 commit 1368018b475c2a6dd5f625af99695ae2fcba1f05
17028 Author: Behdad Esfahbod <behdad@behdad.org>
17029 Date:   Fri May 13 20:25:38 2011 -0400
17030
17031     [TODO] Add items
17032
17033  TODO |    2 ++
17034  1 files changed, 2 insertions(+), 0 deletions(-)
17035
17036 commit 7fc5a30cb4fbe9a4633ab842b0a8cbbcc6f6bd1b
17037 Author: Behdad Esfahbod <behdad@behdad.org>
17038 Date:   Thu May 12 17:48:20 2011 -0400
17039
17040     [API] Add hb_face_make/is_immutable()
17041
17042  src/hb-font-private.hh |    2 ++
17043  src/hb-font.cc         |   18 ++++++++++++++++++
17044  src/hb-font.h          |    6 ++++++
17045  test/test-font.c       |    2 ++
17046  test/test-object.c     |    2 +-
17047  5 files changed, 29 insertions(+), 1 deletions(-)
17048
17049 commit 20c8b908ddf50a9814dfdd9fca595f258273cd4f
17050 Author: Behdad Esfahbod <behdad@behdad.org>
17051 Date:   Thu May 12 15:19:33 2011 -0400
17052
17053     Finish off previous change
17054
17055  src/hb-font.cc |    1 +
17056  1 files changed, 1 insertions(+), 0 deletions(-)
17057
17058 commit 0fd8c2f1be693616f19f2f1526369874763d6cf6
17059 Author: Behdad Esfahbod <behdad@behdad.org>
17060 Date:   Thu May 12 15:14:13 2011 -0400
17061
17062     [API] Make get_glyph() callback return a boolean
17063
17064     We need to know whether the glyph exists, so we can fallback to
17065     composing / decomposing.  Assuming that glyph==0 means "doesn't exist"
17066     wouldn't work for applications like Pango that want to use different
17067     "doesn't exist" glyph codes for different characters.  An explicit
17068     return value fixes that.
17069
17070  src/hb-font.cc     |   15 +++++++++------
17071  src/hb-font.h      |   12 +++++++-----
17072  src/hb-ft.cc       |   12 +++++++-----
17073  src/hb-ot-shape.cc |   13 +++++++++----
17074  test/test-font.c   |    5 ++++-
17075  test/test-shape.c  |   12 +++++++-----
17076  6 files changed, 43 insertions(+), 26 deletions(-)
17077
17078 commit 8e07f93ab4a3ef9adc7942727ef21f2f9a141d10
17079 Author: Behdad Esfahbod <behdad@behdad.org>
17080 Date:   Thu May 12 14:27:44 2011 -0400
17081
17082     [test/shape] Check shape output
17083
17084  test/test-shape.c |   23 +++++++++++++++++++----
17085  1 files changed, 19 insertions(+), 4 deletions(-)
17086
17087 commit 805af72405a2f653f08de392d7172291ffe8e902
17088 Author: Behdad Esfahbod <behdad@behdad.org>
17089 Date:   Thu May 12 12:39:40 2011 -0400
17090
17091     Rename get_kernings() arguments from first/second_glyph to
17092     left/right_glyph
17093
17094     Makes it clear that kerning is in visual order.
17095
17096  src/hb-font.cc |   10 +++++-----
17097  src/hb-font.h  |    4 ++--
17098  src/hb-ft.cc   |    6 +++---
17099  3 files changed, 10 insertions(+), 10 deletions(-)
17100
17101 commit 23d2432219a91c6328efa9e041b1ecf137752ac3
17102 Author: Behdad Esfahbod <behdad@behdad.org>
17103 Date:   Thu May 12 10:53:57 2011 -0400
17104
17105     [test] Add test-shape.c.  Oops
17106
17107  test/test-shape.c |  125
17108  +++++++++++++++++++++++++++++++++++++++++++++++++++++
17109  1 files changed, 125 insertions(+), 0 deletions(-)
17110
17111 commit c098c3acc8c48b4b6883c50c9a87e81dbe98ba24
17112 Author: Behdad Esfahbod <behdad@behdad.org>
17113 Date:   Thu May 12 10:49:30 2011 -0400
17114
17115     [test/blob] Use MAP_ANON instead of MAP_ANONYMOUS
17116
17117     More portable.
17118
17119  test/test-blob.c |    2 +-
17120  1 files changed, 1 insertions(+), 1 deletions(-)
17121
17122 commit 8329eb7c6ca39e162228733a2210e643b1a1019d
17123 Author: Behdad Esfahbod <behdad@behdad.org>
17124 Date:   Thu May 12 01:39:17 2011 -0400
17125
17126     [test/shape] Add simplest test for hb_shape()
17127
17128  test/Makefile.am |    1 +
17129  1 files changed, 1 insertions(+), 0 deletions(-)
17130
17131 commit df077fadd7828b609bdfe4dbcad52ef2448525c7
17132 Author: Behdad Esfahbod <behdad@behdad.org>
17133 Date:   Thu May 12 01:19:39 2011 -0400
17134
17135     [object] Make object inert during destruction
17136
17137     Such that user_data and other finalizers cannot resurrect object
17138
17139  src/hb-object-private.hh |    2 ++
17140  1 files changed, 2 insertions(+), 0 deletions(-)
17141
17142 commit ee8dd83bb4e0b1c2ca5928391e35e8bd1fca6121
17143 Author: Behdad Esfahbod <behdad@behdad.org>
17144 Date:   Thu May 12 01:02:03 2011 -0400
17145
17146     [TODO] Update
17147
17148  TODO |    6 ++++++
17149  1 files changed, 6 insertions(+), 0 deletions(-)
17150
17151 commit 52df150efeff4cf003cee65f8c91618f1a980bc8
17152 Author: Behdad Esfahbod <behdad@behdad.org>
17153 Date:   Thu May 12 00:46:57 2011 -0400
17154
17155     Fix font subclass chainup
17156
17157     Test passing now.
17158
17159  src/hb-font.cc |    6 +-----
17160  1 files changed, 1 insertions(+), 5 deletions(-)
17161
17162 commit f2c1dd4f746c36a44cf33d0257a3cd800107c286
17163 Author: Behdad Esfahbod <behdad@behdad.org>
17164 Date:   Thu May 12 00:35:12 2011 -0400
17165
17166     [test/font] Test font_funcs subclassing
17167
17168  test/test-font.c |  158
17169  ++++++++++++++++++++++++++++++++++++++++++++++++++++-
17170  1 files changed, 155 insertions(+), 3 deletions(-)
17171
17172 commit 14f1e81b77971204e9325e2a8b6f8b690fac20a7
17173 Author: Behdad Esfahbod <behdad@behdad.org>
17174 Date:   Thu May 12 00:18:28 2011 -0400
17175
17176     [test/font] Test empty funcs
17177
17178  test/test-font.c |   75
17179  ++++++++++++++++++++++++++++++++++++++++++++++++++++-
17180  1 files changed, 73 insertions(+), 2 deletions(-)
17181
17182 commit 2ca0b5ae1e65d3f43df3a4a2144a1451d8b485c4
17183 Author: Behdad Esfahbod <behdad@behdad.org>
17184 Date:   Wed May 11 23:57:36 2011 -0400
17185
17186     [test/font] Test more
17187
17188  test/test-font.c |   63
17189  ++++++++++++++++++++++++++++++++++++++++++++++-------
17190  1 files changed, 54 insertions(+), 9 deletions(-)
17191
17192 commit 7033518f756490e9cf00b96387fee6f2f7fae785
17193 Author: Behdad Esfahbod <behdad@behdad.org>
17194 Date:   Wed May 11 23:31:15 2011 -0400
17195
17196     [API] Pass face to get_table()
17197
17198  src/hb-font.cc   |    4 ++--
17199  src/hb-font.h    |    2 +-
17200  src/hb-ft.cc     |    2 +-
17201  test/test-font.c |    2 +-
17202  4 files changed, 5 insertions(+), 5 deletions(-)
17203
17204 commit b46782780690e26a8221e2d63dd224159aebe413
17205 Author: Behdad Esfahbod <behdad@behdad.org>
17206 Date:   Wed May 11 23:25:28 2011 -0400
17207
17208     [API] Remove const from font user_data
17209
17210  src/hb-font.cc |   20 ++++++++++----------
17211  src/hb-font.h  |   20 ++++++++++----------
17212  src/hb-ft.cc   |   20 ++++++++++----------
17213  3 files changed, 30 insertions(+), 30 deletions(-)
17214
17215 commit ea93e7b27ca04a1655d62bd1d18a32805994af44
17216 Author: Behdad Esfahbod <behdad@behdad.org>
17217 Date:   Wed May 11 23:22:55 2011 -0400
17218
17219     [test/font] More tests
17220
17221  test/test-font.c |   36 +++++++++++++++++++++++++++++++++---
17222  1 files changed, 33 insertions(+), 3 deletions(-)
17223
17224 commit cdb153175f8a1521cde112c65b173f548ca6ee5c
17225 Author: Behdad Esfahbod <behdad@behdad.org>
17226 Date:   Wed May 11 23:12:58 2011 -0400
17227
17228     [test/font] More tests
17229
17230  test/test-font.c |   44 ++++++++++++++++++++++++++++++++++++++++++++
17231  1 files changed, 44 insertions(+), 0 deletions(-)
17232
17233 commit 74d9fa3d9ac226ed72702884e721ef94ecc48e22
17234 Author: Behdad Esfahbod <behdad@behdad.org>
17235 Date:   Wed May 11 23:07:47 2011 -0400
17236
17237     [test/font] More get_empty() tests
17238
17239  test/test-font.c |    5 +++++
17240  1 files changed, 5 insertions(+), 0 deletions(-)
17241
17242 commit db9f4eb4e004fadae9d540522d1d21c3bbe659b0
17243 Author: Behdad Esfahbod <behdad@behdad.org>
17244 Date:   Wed May 11 23:06:02 2011 -0400
17245
17246     [test/font] Test get_face() / get_parent()
17247
17248  test/test-font.c |    4 ++++
17249  1 files changed, 4 insertions(+), 0 deletions(-)
17250
17251 commit 606923bb4304d5b9cf164745d657cba58949a80a
17252 Author: Behdad Esfahbod <behdad@behdad.org>
17253 Date:   Wed May 11 23:05:02 2011 -0400
17254
17255     [test/font] Add test_font_properties()
17256
17257  test/test-font.c |   85
17258  ++++++++++++++++++++++++++++++++++++++++++++++++++++++
17259  1 files changed, 85 insertions(+), 0 deletions(-)
17260
17261 commit da603e80386b41b360acb070a862b6ed87da57b8
17262 Author: Behdad Esfahbod <behdad@behdad.org>
17263 Date:   Wed May 11 22:52:35 2011 -0400
17264
17265     [test/font] Start adding tests for hb-font.h
17266
17267  test/Makefile.am    |    1 +
17268  test/test-buffer.c  |    2 +-
17269  test/test-font.c    |   69
17270  +++++++++++++++++++++++++++++++++++++++++++++++++++
17271  test/test-unicode.c |    1 +
17272  4 files changed, 72 insertions(+), 1 deletions(-)
17273
17274 commit 9a14688e40e926b9453fcb75891f27bff1e45c49
17275 Author: Behdad Esfahbod <behdad@behdad.org>
17276 Date:   Wed May 11 22:49:29 2011 -0400
17277
17278     [API] Rename hb_face_create_for_data() to hb_face_create()
17279
17280  src/hb-font.cc     |    4 ++--
17281  src/hb-font.h      |    4 ++--
17282  src/hb-ft.cc       |    2 +-
17283  src/test.cc        |    2 +-
17284  test/test-object.c |    4 ++--
17285  5 files changed, 8 insertions(+), 8 deletions(-)
17286
17287 commit 46d6a21cc8613519e6ce27b1925e29285cccb71d
17288 Author: Behdad Esfahbod <behdad@behdad.org>
17289 Date:   Wed May 11 22:33:13 2011 -0400
17290
17291     [API] Add hb_ot_layout_substitute_start/finish()
17292
17293  src/hb-ot-layout.cc |   13 +++++++++++++
17294  src/hb-ot-layout.h  |    8 ++++++++
17295  2 files changed, 21 insertions(+), 0 deletions(-)
17296
17297 commit c84d15f52e1183164502d45b476b54f8fe812e0f
17298 Author: Behdad Esfahbod <behdad@behdad.org>
17299 Date:   Wed May 11 22:23:15 2011 -0400
17300
17301     Remove unused hb_set_t
17302
17303  src/hb-private.hh |   48 ------------------------------------------------
17304  1 files changed, 0 insertions(+), 48 deletions(-)
17305
17306 commit 389a7c9e67549b1a9f7c538965e4647077f8e6ec
17307 Author: Behdad Esfahbod <behdad@behdad.org>
17308 Date:   Wed May 11 22:21:38 2011 -0400
17309
17310     Remove hb_static_threadsafe_set_t
17311
17312  src/hb-common.cc        |    5 +++--
17313  src/hb-mutex-private.hh |   42 ------------------------------------------
17314  2 files changed, 3 insertions(+), 44 deletions(-)
17315
17316 commit e06d4eda7bbdb3a1be1f1ce8d98b059a0730f14d
17317 Author: Behdad Esfahbod <behdad@behdad.org>
17318 Date:   Wed May 11 22:18:31 2011 -0400
17319
17320     Use constructor/destructor for hb_ot_shape_plan_t
17321
17322  src/hb-ot-shape-private.hh |    6 +++++-
17323  src/hb-ot-shape.cc         |    4 +---
17324  2 files changed, 6 insertions(+), 4 deletions(-)
17325
17326 commit a5e4e109460ea23fa5e64926a1676c6a02ab6ba2
17327 Author: Behdad Esfahbod <behdad@behdad.org>
17328 Date:   Wed May 11 22:00:56 2011 -0400
17329
17330     Minor
17331
17332  TODO |    2 +-
17333  1 files changed, 1 insertions(+), 1 deletions(-)
17334
17335 commit daa446f184fa27c9764ff7f8a2444d47cf34d986
17336 Author: Behdad Esfahbod <behdad@behdad.org>
17337 Date:   Wed May 11 21:31:25 2011 -0400
17338
17339     Fix compile with no mutex available
17340
17341  src/hb-mutex-private.hh |   10 +++++-----
17342  1 files changed, 5 insertions(+), 5 deletions(-)
17343
17344 commit 1e56c476c10577fe319fe553c5ced000bd740940
17345 Author: Behdad Esfahbod <behdad@behdad.org>
17346 Date:   Wed May 11 21:28:01 2011 -0400
17347
17348     Free static mutex'es
17349
17350  src/hb-mutex-private.hh |    1 +
17351  1 files changed, 1 insertions(+), 0 deletions(-)
17352
17353 commit 831886a9b4073cfe27f7e1db0e957cbd5913fd31
17354 Author: Behdad Esfahbod <behdad@behdad.org>
17355 Date:   Wed May 11 21:27:52 2011 -0400
17356
17357     Streamline mutex stuff
17358
17359  src/hb-mutex-private.hh |   61
17360  +++++++++++++++++++++++++++++-----------------
17361  src/hb-private.hh       |    8 ++++++
17362  2 files changed, 46 insertions(+), 23 deletions(-)
17363
17364 commit 438c4eee353ddf0de66171d84c6ef9b21cbdf8f6
17365 Author: Behdad Esfahbod <behdad@behdad.org>
17366 Date:   Wed May 11 21:14:34 2011 -0400
17367
17368     Remove unused hb_mutex_trylock()
17369
17370  src/hb-mutex-private.hh |    3 ---
17371  1 files changed, 0 insertions(+), 3 deletions(-)
17372
17373 commit b8477e1da2785708f3232f8f2577f602a5d320d1
17374 Author: Behdad Esfahbod <behdad@behdad.org>
17375 Date:   Wed May 11 21:12:44 2011 -0400
17376
17377     [test] Add tests for _get_empty() funcs
17378
17379  test/test-blob.c    |    1 +
17380  test/test-buffer.c  |    7 +++++++
17381  test/test-unicode.c |   10 ++++++++++
17382  3 files changed, 18 insertions(+), 0 deletions(-)
17383
17384 commit 3994be3ded40e5a3da0e187ad421b19a78865e02
17385 Author: Behdad Esfahbod <behdad@behdad.org>
17386 Date:   Wed May 11 21:08:31 2011 -0400
17387
17388     [TODO] Update
17389
17390  TODO |    4 ++--
17391  1 files changed, 2 insertions(+), 2 deletions(-)
17392
17393 commit 80a6833b032bc63b4e8c3da6489d3767af1168f3
17394 Author: Behdad Esfahbod <behdad@behdad.org>
17395 Date:   Wed May 11 18:14:44 2011 -0400
17396
17397     [API] Add hb_*_get_empty() for all objects
17398
17399  src/hb-buffer.cc   |    6 ++++++
17400  src/hb-buffer.h    |    3 +++
17401  src/hb-font.cc     |   18 ++++++++++++++++++
17402  src/hb-font.h      |    9 +++++++++
17403  src/hb-unicode.cc  |    6 ++++++
17404  src/hb-unicode.h   |    3 +++
17405  test/test-object.c |   36 +++++++++++++++++++++++++++++++++---
17406  7 files changed, 78 insertions(+), 3 deletions(-)
17407
17408 commit d3b30be378c1dec0259a626d9a408bb9ca1b71ac
17409 Author: Behdad Esfahbod <behdad@behdad.org>
17410 Date:   Wed May 11 18:06:12 2011 -0400
17411
17412     [API] Add HB_UNTAG()
17413
17414     Useful in C API only.
17415
17416  src/hb-common.h |    1 +
17417  1 files changed, 1 insertions(+), 0 deletions(-)
17418
17419 commit 3cc6e9dcb42551761c3a1a9d3c25b1f1bcdc2419
17420 Author: Behdad Esfahbod <behdad@behdad.org>
17421 Date:   Wed May 11 18:02:48 2011 -0400
17422
17423     Minor
17424
17425  src/test.cc |    9 ++++++---
17426  1 files changed, 6 insertions(+), 3 deletions(-)
17427
17428 commit 4101ca7dbbdf1438fa116fb8cad935501ac7cca8
17429 Author: Behdad Esfahbod <behdad@behdad.org>
17430 Date:   Wed May 11 14:30:56 2011 -0400
17431
17432     Plug more leaks
17433
17434     All good now.
17435
17436  src/hb-blob.cc              |    2 +-
17437  src/hb-open-type-private.hh |    8 ++++----
17438  2 files changed, 5 insertions(+), 5 deletions(-)
17439
17440 commit 6a7ac79e26e85f6781186cf708a12825c0857324
17441 Author: Behdad Esfahbod <behdad@behdad.org>
17442 Date:   Wed May 11 14:19:18 2011 -0400
17443
17444     Plug leaks
17445
17446  src/hb-ot-map-private.hh   |    7 +++++++
17447  src/hb-ot-shape-private.hh |    2 ++
17448  src/hb-ot-shape.cc         |    2 ++
17449  src/hb-private.hh          |   10 +++++++++-
17450  4 files changed, 20 insertions(+), 1 deletions(-)
17451
17452 commit 7aa12ebdff11a4ffbd04bf9b164586eb0c172e37
17453 Author: Behdad Esfahbod <behdad@behdad.org>
17454 Date:   Wed May 11 11:55:11 2011 -0400
17455
17456     [unicode] Simplify method setting
17457
17458  src/hb-unicode.cc   |    6 +-----
17459  test/test-unicode.c |    6 +++++-
17460  2 files changed, 6 insertions(+), 6 deletions(-)
17461
17462 commit d5bfd0272130a315d3b5e6cdcf9b7e6395879204
17463 Author: Behdad Esfahbod <behdad@behdad.org>
17464 Date:   Wed May 11 11:48:28 2011 -0400
17465
17466     Minor
17467
17468  src/Makefile.am |    2 +-
17469  1 files changed, 1 insertions(+), 1 deletions(-)
17470
17471 commit 6a4e7e1372ef9fde81b84ecc9c4d1f23d97396c1
17472 Author: Behdad Esfahbod <behdad@behdad.org>
17473 Date:   Wed May 11 10:31:33 2011 -0400
17474
17475     Add maxp table
17476
17477     Not used for anything right now.  Will use to get num_glyphs in
17478     the future.
17479
17480  src/Makefile.am           |    1 +
17481  src/hb-ot-head-private.hh |    1 -
17482  src/hb-ot-layout.cc       |    1 +
17483  src/hb-ot-maxp-private.hh |   68
17484  +++++++++++++++++++++++++++++++++++++++++++++
17485  4 files changed, 70 insertions(+), 1 deletions(-)
17486
17487 commit e0b0710ae52bcc8c6fbd87dfae83818faa5d5f5f
17488 Author: Behdad Esfahbod <behdad@behdad.org>
17489 Date:   Wed May 11 08:58:21 2011 -0400
17490
17491     Minor
17492
17493  TODO |    4 +++-
17494  1 files changed, 3 insertions(+), 1 deletions(-)
17495
17496 commit a513dbcf73ab1cc39a7c9653034904d0c6cd9fe9
17497 Author: Behdad Esfahbod <behdad@behdad.org>
17498 Date:   Wed May 11 00:24:34 2011 -0400
17499
17500     [API] Change signature of get_contour_point and get_kerning ffuncs
17501
17502     get_contour_point now takes glyph id before point_index.
17503
17504     get_kerning now takes a vector to fill-in.
17505
17506  src/hb-font.cc                   |   56
17507  ++++++++++++++++++++-----------------
17508  src/hb-font.h                    |   16 ++++++-----
17509  src/hb-ft.cc                     |   11 +++++---
17510  src/hb-ot-layout-gdef-private.hh |    2 +-
17511  src/hb-ot-layout-gpos-private.hh |    2 +-
17512  src/hb-ot-shape.cc               |   15 +++++++---
17513  6 files changed, 59 insertions(+), 43 deletions(-)
17514
17515 commit 63d646fb2933c2765ce526d321a498d0f7fae2f5
17516 Author: Behdad Esfahbod <behdad@behdad.org>
17517 Date:   Wed May 11 00:15:37 2011 -0400
17518
17519     [font] Do user-space conversion when chaining up to parent font
17520
17521  src/hb-font-private.hh |   28 ++++++++++++++++++++++++++++
17522  src/hb-font.cc         |   23 +++++++++++++++++------
17523  2 files changed, 45 insertions(+), 6 deletions(-)
17524
17525 commit b6f902a1a9c8b72b5d6a241a14a7bacfaea3a56a
17526 Author: Behdad Esfahbod <behdad@behdad.org>
17527 Date:   Wed May 11 00:04:15 2011 -0400
17528
17529     Minor
17530
17531  src/hb-font-private.hh           |    6 +++---
17532  src/hb-ot-layout-gdef-private.hh |    6 +++---
17533  src/hb-ot-layout-gpos-private.hh |   20 ++++++++++----------
17534  3 files changed, 16 insertions(+), 16 deletions(-)
17535
17536 commit abcfe9b59b4475eb02dd679aac4bc59616713b28
17537 Author: Behdad Esfahbod <behdad@behdad.org>
17538 Date:   Wed May 11 00:02:02 2011 -0400
17539
17540     Remove hb_ot_layout_context_t, simplify code
17541
17542  src/hb-font-private.hh               |   12 +++-
17543  src/hb-font.cc                       |    6 ++-
17544  src/hb-ot-layout-common-private.hh   |    8 +-
17545  src/hb-ot-layout-gdef-private.hh     |   34 +++++-----
17546  src/hb-ot-layout-gpos-private.hh     |  121
17547  +++++++++++++++++-----------------
17548  src/hb-ot-layout-gsub-private.hh     |   24 ++++----
17549  src/hb-ot-layout-gsubgpos-private.hh |   11 ++--
17550  src/hb-ot-layout-private.hh          |   13 ----
17551  src/hb-ot-layout.cc                  |   15 +----
17552  9 files changed, 118 insertions(+), 126 deletions(-)
17553
17554 commit 1ded6d8bbf93b7dabf2b1f620c07bd3236e7a60f
17555 Author: Behdad Esfahbod <behdad@behdad.org>
17556 Date:   Tue May 10 20:49:02 2011 -0400
17557
17558     Make default font-funcs chain-up to the parent
17559
17560  src/hb-font.cc |   44 +++++++++++++++++++++++++++++++++++++++-----
17561  src/hb-font.h  |   41 +++++++++++++++++++++--------------------
17562  2 files changed, 60 insertions(+), 25 deletions(-)
17563
17564 commit b9d975b931d6310f25fab5ac280f523cdc27bf94
17565 Author: Behdad Esfahbod <behdad@behdad.org>
17566 Date:   Tue May 10 20:41:13 2011 -0400
17567
17568     [API] Pass down closure user_data to font funcs
17569
17570  src/hb-font-private.hh |   30 ++++++--
17571  src/hb-font.cc         |  184
17572  ++++++++++++++++++++++++------------------------
17573  src/hb-font.h          |   42 +++++++----
17574  src/hb-ft.cc           |  103 ++++++++++++++-------------
17575  4 files changed, 198 insertions(+), 161 deletions(-)
17576
17577 commit 446df9cdb1fddb51819b731436fca54146d0bb23
17578 Author: Behdad Esfahbod <behdad@behdad.org>
17579 Date:   Tue May 10 20:14:44 2011 -0400
17580
17581     Whitespace
17582
17583  src/hb-unicode.h |   30 +++++++++++++++---------------
17584  1 files changed, 15 insertions(+), 15 deletions(-)
17585
17586 commit 686c2d165dfb284b74b78f6b902d04b585dcaef3
17587 Author: Behdad Esfahbod <behdad@behdad.org>
17588 Date:   Tue May 10 20:04:26 2011 -0400
17589
17590     [API] Remove font_funcs func getter functions
17591
17592  src/hb-font.cc |   32 --------------------------------
17593  src/hb-font.h  |   18 ------------------
17594  2 files changed, 0 insertions(+), 50 deletions(-)
17595
17596 commit defc45be6d75aba4a67fa7814b91b73bad953fe6
17597 Author: Behdad Esfahbod <behdad@behdad.org>
17598 Date:   Tue May 10 20:02:49 2011 -0400
17599
17600     [API] Add hb_font_create_sub_font() and hb_font_get_parent()
17601
17602     Not quite useful just yet.
17603
17604  src/hb-font-private.hh |    1 +
17605  src/hb-font.cc         |   41 ++++++++++++++++++++++++++++++++++++++---
17606  src/hb-font.h          |    5 +++++
17607  src/hb-unicode.h       |    2 +-
17608  4 files changed, 45 insertions(+), 4 deletions(-)
17609
17610 commit 11bb8fe7b3925bc9b019ad0c0218a231e581f152
17611 Author: Behdad Esfahbod <behdad@behdad.org>
17612 Date:   Tue May 10 19:57:00 2011 -0400
17613
17614     [font] Fix internal sign of x/y_scale
17615
17616     Should have been done as part of
17617     da975419884a535281745f30f4b32fee0bc8a7a1
17618
17619  src/hb-font-private.hh |    4 ++--
17620  1 files changed, 2 insertions(+), 2 deletions(-)
17621
17622 commit 85e6218e3306165d69ef44277459511d5b54b9ff
17623 Author: Behdad Esfahbod <behdad@behdad.org>
17624 Date:   Tue May 10 19:40:44 2011 -0400
17625
17626     [API] Remove broken-by-design hb_font_unset_funcs()
17627
17628  src/hb-font.cc |   22 ----------------------
17629  src/hb-font.h  |   16 ----------------
17630  2 files changed, 0 insertions(+), 38 deletions(-)
17631
17632 commit 74f1d896f2479500d65649cf3ec86dd201f0663a
17633 Author: Behdad Esfahbod <behdad@behdad.org>
17634 Date:   Tue May 10 19:39:32 2011 -0400
17635
17636     Add hb_font_make/is_immutable()
17637
17638  src/hb-font-private.hh |    2 ++
17639  src/hb-font.cc         |   26 +++++++++++++++++++++++---
17640  src/hb-font.h          |    6 ++++++
17641  test/test-object.c     |    2 +-
17642  4 files changed, 32 insertions(+), 4 deletions(-)
17643
17644 commit 8c7a100a4d0f3a257fb7563cb08ed4356c3af669
17645 Author: Behdad Esfahbod <behdad@behdad.org>
17646 Date:   Tue May 10 19:21:07 2011 -0400
17647
17648     Fix build without mutex
17649
17650  src/hb-mutex-private.hh |   12 ++++++------
17651  1 files changed, 6 insertions(+), 6 deletions(-)
17652
17653 commit 19d3035c40e73923bcad709dc5eefe31cb34d681
17654 Author: Behdad Esfahbod <behdad@behdad.org>
17655 Date:   Tue May 10 19:18:12 2011 -0400
17656
17657     Remove duplicate atomic_int implementation
17658
17659  src/hb-mutex-private.hh |   17 -----------------
17660  1 files changed, 0 insertions(+), 17 deletions(-)
17661
17662 commit 45bfa99034512e886d75b1d45a5a649647f4711f
17663 Author: Behdad Esfahbod <behdad@behdad.org>
17664 Date:   Tue May 10 19:12:49 2011 -0400
17665
17666     Fix set implementation to be truly threadsafe even with destroy()
17667     callbacks
17668
17669     The test/object test is passing again, instead of deadlocking.
17670
17671  src/hb-common.cc         |   26 ++++------
17672  src/hb-mutex-private.hh  |   47 +++++++------------
17673  src/hb-object-private.hh |    6 ++-
17674  src/hb-private.hh        |  117
17675  +++++++++++++++++++++++++++++++++++++--------
17676  4 files changed, 128 insertions(+), 68 deletions(-)
17677
17678 commit 0c2ec1d78bfa0166ffd4afc204c2668d4f456ed9
17679 Author: Behdad Esfahbod <behdad@behdad.org>
17680 Date:   Tue May 10 19:11:27 2011 -0400
17681
17682     [test] Always initialize gthread such that our mutex() stuff is tested
17683
17684     Now the test/object test deadlocks as expected.  Fix coming.
17685
17686  configure.ac     |    1 +
17687  test/Makefile.am |    4 ++--
17688  test/hb-test.h   |    1 +
17689  3 files changed, 4 insertions(+), 2 deletions(-)
17690
17691 commit 6a9093cc486c1899197cd7cc9a3eb907c2e756f7
17692 Author: Behdad Esfahbod <behdad@behdad.org>
17693 Date:   Tue May 10 19:00:07 2011 -0400
17694
17695     [test/object] Test user_data with destroy() callback that calls
17696     user_data
17697
17698     Exposes the non-atomicity of user_data opertaions at this time because
17699     we call finish() while still locked and modifying the object.
17700     In fact,
17701     I'm surprised that it doesn't deadlock.  It should.
17702
17703  test/test-object.c |   22 ++++++++++++++++++++++
17704  1 files changed, 22 insertions(+), 0 deletions(-)
17705
17706 commit abe636b8761e47ea60b193c7e72a044de224d172
17707 Author: Behdad Esfahbod <behdad@behdad.org>
17708 Date:   Tue May 10 17:55:40 2011 -0400
17709
17710     Add DOAP file
17711
17712  Makefile.am   |    6 +++++-
17713  harfbuzz.doap |   24 ++++++++++++++++++++++++
17714  2 files changed, 29 insertions(+), 1 deletions(-)
17715
17716 commit f82c18630471216a04e4e3ad42396da4e6d74cba
17717 Author: Behdad Esfahbod <behdad@behdad.org>
17718 Date:   Tue May 10 17:48:34 2011 -0400
17719
17720     [test/blob] Fix bug in test
17721
17722  test/test-blob.c |    3 ++-
17723  1 files changed, 2 insertions(+), 1 deletions(-)
17724
17725 commit 785d23acd0ce72d399f9c5021bebc854872648af
17726 Author: Behdad Esfahbod <behdad@behdad.org>
17727 Date:   Tue May 10 17:41:44 2011 -0400
17728
17729     [test/blob] Add create_sub_blob()
17730
17731  test/test-blob.c |   17 +++++++++++++++++
17732  1 files changed, 17 insertions(+), 0 deletions(-)
17733
17734 commit 0617b1558234673d3924f37541be01b04d36f05a
17735 Author: Behdad Esfahbod <behdad@behdad.org>
17736 Date:   Tue May 10 17:37:08 2011 -0400
17737
17738     [test] Test blob API
17739
17740  test/Makefile.am   |    1 +
17741  test/test-blob.c   |  280
17742  ++++++++++++++++++++++++++++++++++++++++++++++++++++
17743  test/test-buffer.c |  149 +++++++++++++++-------------
17744  3 files changed, 359 insertions(+), 71 deletions(-)
17745
17746 commit 1c9f8717eb12c37c219333cbb0d123e1d2da4896
17747 Author: Behdad Esfahbod <behdad@behdad.org>
17748 Date:   Fri May 6 22:28:26 2011 -0400
17749
17750     [API] Simplify blob API, remove lock
17751
17752  TODO                        |    2 -
17753  src/hb-blob.cc              |  206
17754  ++++++++++++++++++-------------------------
17755  src/hb-blob.h               |   19 ++--
17756  src/hb-font.cc              |    2 -
17757  src/hb-open-type-private.hh |   32 +++++--
17758  src/hb-ot-layout.cc         |    7 +--
17759  test/test-object.c          |    2 +-
17760  7 files changed, 118 insertions(+), 152 deletions(-)
17761
17762 commit 71cef14ac3de07e4fed0a2903b1f0f639406ec6c
17763 Author: Behdad Esfahbod <behdad@behdad.org>
17764 Date:   Fri May 6 19:30:59 2011 -0400
17765
17766     Add -Bsymbolic-functions to linker flags
17767
17768  configure.ac |    3 +++
17769  1 files changed, 3 insertions(+), 0 deletions(-)
17770
17771 commit ab428aeab724ca40341318b66640f992cd72d2fc
17772 Author: Behdad Esfahbod <behdad@behdad.org>
17773 Date:   Fri May 6 19:30:46 2011 -0400
17774
17775     [TODO] Update
17776
17777  TODO |    2 +-
17778  1 files changed, 1 insertions(+), 1 deletions(-)
17779
17780 commit a0f337a1cce1788dbf3147b459e7f615acbfe81b
17781 Author: Behdad Esfahbod <behdad@behdad.org>
17782 Date:   Fri May 6 19:20:52 2011 -0400
17783
17784     Remove unused hb_blob_try_writable_inplace()
17785
17786  src/hb-blob.cc |   20 --------------------
17787  src/hb-blob.h  |    3 ---
17788  2 files changed, 0 insertions(+), 23 deletions(-)
17789
17790 commit 08611d5194144bbf5d96a1110aeb812db06e0901
17791 Author: Behdad Esfahbod <behdad@behdad.org>
17792 Date:   Fri May 6 16:28:10 2011 -0400
17793
17794     Add note re deadlocks
17795
17796  src/hb-common.cc        |    1 +
17797  src/hb-mutex-private.hh |    4 ++++
17798  2 files changed, 5 insertions(+), 0 deletions(-)
17799
17800 commit 34fb5521a5fbb6b95ceff4bbac42a62628bc9f31
17801 Author: Behdad Esfahbod <behdad@behdad.org>
17802 Date:   Fri May 6 00:04:28 2011 -0400
17803
17804     [API] Add hb_language_get_default()
17805
17806     It uses locale information to detect default language.  It's used by
17807     hb_shape() whenever language is not set on the buffer.
17808
17809     Not sure how to properly test it in the test suite.  Tested by
17810     observing
17811     that with DejaVu Sans we select the proper local glyph version
17812     for U+431
17813     under Serbian locale.  See http://www.pango.org/ScriptGallery
17814
17815  src/hb-common.cc   |   21 +++++++++++++++++++++
17816  src/hb-common.h    |    3 +++
17817  src/hb-shape.cc    |    2 +-
17818  test/test-common.c |    5 +++++
17819  4 files changed, 30 insertions(+), 1 deletions(-)
17820
17821 commit c78f4485587cc1dee07e772c164a13fde9d2859f
17822 Author: Behdad Esfahbod <behdad@behdad.org>
17823 Date:   Thu May 5 21:31:04 2011 -0400
17824
17825     [API] Add version macros and functions
17826
17827     Step version up to 0.5.0.
17828
17829     Also, fix to pass "make distcheck"
17830
17831  configure.ac                 |   24 ++++++++++++----
17832  src/Makefile.am              |    9 ++++++
17833  src/check-c-linkage-decls.sh |    2 +-
17834  src/hb-common.cc             |   29 +++++++++++++++++++
17835  src/hb-version.h.in          |   62
17836  ++++++++++++++++++++++++++++++++++++++++++
17837  src/hb.h                     |    1 +
17838  test/Makefile.am             |    2 +
17839  7 files changed, 122 insertions(+), 7 deletions(-)
17840
17841 commit 9ff819f6571fd0d570f271162d7a30d97ee64148
17842 Author: Behdad Esfahbod <behdad@behdad.org>
17843 Date:   Thu May 5 19:47:59 2011 -0400
17844
17845     Add disable-static libtool flag
17846
17847     No one who builds harfbuzz static uses the autotools build system
17848     to do it.
17849
17850  configure.ac |    2 +-
17851  1 files changed, 1 insertions(+), 1 deletions(-)
17852
17853 commit 7ca7571ef91754274f6c84bbf988962d74a74098
17854 Author: Behdad Esfahbod <behdad@behdad.org>
17855 Date:   Thu May 5 19:47:12 2011 -0400
17856
17857     Remove win32-dll libtool flag
17858
17859     Since we're not win32-dll clean the way libtool docs define it.
17860
17861  configure.ac |    2 +-
17862  1 files changed, 1 insertions(+), 1 deletions(-)
17863
17864 commit 174e3fe89b72729c9c34c647544a2dc1bf63cd84
17865 Author: Behdad Esfahbod <behdad@behdad.org>
17866 Date:   Thu May 5 19:37:53 2011 -0400
17867
17868     Add AC_CANONICAL_HOST
17869
17870  configure.ac |   10 ++++++++++
17871  1 files changed, 10 insertions(+), 0 deletions(-)
17872
17873 commit e6a5b88c01420366a70e0c9ae1775fb3c930cb8b
17874 Author: Behdad Esfahbod <behdad@behdad.org>
17875 Date:   Thu May 5 16:24:42 2011 -0400
17876
17877     Fix build with older glib
17878
17879  configure.ac   |    2 +-
17880  test/hb-test.h |   55
17881  +++++++++++++++++++++++++++++++++----------------------
17882  2 files changed, 34 insertions(+), 23 deletions(-)
17883
17884 commit 3935af1c0d0f53a5fd6054e1ee219f3adda42dca
17885 Author: Behdad Esfahbod <behdad@behdad.org>
17886 Date:   Thu May 5 16:09:45 2011 -0400
17887
17888     [buffer] Remove wrong optimization
17889
17890     While the cluster fields of the glyph string are usually sorted, they
17891     wouldn't be in special cases (for example for non-native direction).
17892     Blindly using bsearch is plain wrong.  If we want to reintroduce this
17893     optimization we have to make sure we know the buffer clusters are
17894     monotonic and in which direction.  Not sure it's worth it though.
17895
17896  src/hb-buffer.cc |   16 +++-------------
17897  1 files changed, 3 insertions(+), 13 deletions(-)
17898
17899 commit 46df6828513d56cd60467e36cbe45aa06648f488
17900 Author: Behdad Esfahbod <behdad@behdad.org>
17901 Date:   Thu May 5 15:33:19 2011 -0400
17902
17903     Make user_data access threadsafe
17904
17905     For now, by taking a global user_data mutex.
17906
17907  src/hb-common.cc         |   25 +++++++++++++++++++++++--
17908  src/hb-object-private.hh |    2 --
17909  2 files changed, 23 insertions(+), 4 deletions(-)
17910
17911 commit 218e67b9eefa26e2e4fe43f99a84d082b185b1b0
17912 Author: Behdad Esfahbod <behdad@behdad.org>
17913 Date:   Thu May 5 15:28:37 2011 -0400
17914
17915     Shrink code
17916
17917  src/hb-common.cc         |   26 ++++++++++++++++++++++++++
17918  src/hb-object-private.hh |   21 ++++-----------------
17919  2 files changed, 30 insertions(+), 17 deletions(-)
17920
17921 commit b8d6183ebc4697a434776cf2aec7857d63a7d881
17922 Author: Behdad Esfahbod <behdad@behdad.org>
17923 Date:   Thu May 5 15:14:04 2011 -0400
17924
17925     Use threadsafe set implementation for hb_language lookups
17926
17927     Note that the static variable has to be a global static, as gcc
17928     implements local statics differently and that would require linking
17929     to libstdc++, which we don't want.
17930
17931  src/hb-common.cc |    6 ++++--
17932  1 files changed, 4 insertions(+), 2 deletions(-)
17933
17934 commit d37486d87b65c5abaaa2998fa5c9e48eedde0933
17935 Author: Behdad Esfahbod <behdad@behdad.org>
17936 Date:   Thu May 5 15:07:54 2011 -0400
17937
17938     Add hb_threadsafe_set_t
17939
17940  src/hb-mutex-private.hh |   54
17941  +++++++++++++++++++++++++++++++++++++++++++++++
17942  src/hb-private.hh       |    3 +-
17943  2 files changed, 55 insertions(+), 2 deletions(-)
17944
17945 commit b45f32ee4e599c515ce93e44315283d236b073bb
17946 Author: Behdad Esfahbod <behdad@behdad.org>
17947 Date:   Thu May 5 15:00:43 2011 -0400
17948
17949     Use hb_array_t for hb_language_t mapping
17950
17951  src/hb-common.cc         |   48
17952  +++++++++++++++++++++------------------------
17953  src/hb-object-private.hh |    4 +-
17954  src/hb-private.hh        |   19 ++++++++++++++---
17955  3 files changed, 39 insertions(+), 32 deletions(-)
17956
17957 commit 21d2c92fdf7307c7117f8948021f0dd7d5a5d2a3
17958 Author: Behdad Esfahbod <behdad@behdad.org>
17959 Date:   Thu May 5 14:47:53 2011 -0400
17960
17961     Move code around
17962
17963  src/hb-object-private.hh |   28 ++++++++++++++--------------
17964  1 files changed, 14 insertions(+), 14 deletions(-)
17965
17966 commit 448ea9bf63104d39f87fff66219034222fa632b8
17967 Author: Behdad Esfahbod <behdad@behdad.org>
17968 Date:   Thu May 5 14:39:24 2011 -0400
17969
17970     [TODO] Remove done items
17971
17972  TODO |    9 ---------
17973  1 files changed, 0 insertions(+), 9 deletions(-)
17974
17975 commit 265ac614ea6d26041c7d64739098b76a82bbc4f4
17976 Author: Behdad Esfahbod <behdad@behdad.org>
17977 Date:   Thu May 5 14:38:16 2011 -0400
17978
17979     Replace fixed-size lookup_maps array with hb_array_t
17980
17981  src/hb-ot-map-private.hh |   13 ++++-------
17982  src/hb-ot-map.cc         |   47
17983  ++++++++++++++++++++++++---------------------
17984  src/hb-private.hh        |    6 +---
17985  3 files changed, 32 insertions(+), 34 deletions(-)
17986
17987 commit 6843569d2c70c1771ce964e3d1a4cf91e14e7687
17988 Author: Behdad Esfahbod <behdad@behdad.org>
17989 Date:   Thu May 5 14:12:37 2011 -0400
17990
17991     Replace fixed-size feature_maps array with hb_array_t
17992
17993  src/hb-ot-map-private.hh |   10 +++-------
17994  src/hb-ot-map.cc         |   12 ++++++------
17995  src/hb-ot-shape.cc       |    2 +-
17996  src/hb-private.hh        |   42
17997  +++++++++++++++++++++++++++++-------------
17998  4 files changed, 39 insertions(+), 27 deletions(-)
17999
18000 commit 44b0a4d2fc62689fc56ef57f412b4bb1e439a614
18001 Author: Behdad Esfahbod <behdad@behdad.org>
18002 Date:   Thu May 5 13:42:19 2011 -0400
18003
18004     Replace fixed-size feature_infos array with hb_array_t
18005
18006  src/hb-ot-map-private.hh |    9 +++++----
18007  src/hb-ot-map.cc         |    9 +++++----
18008  src/hb-private.hh        |   12 ++++++++++++
18009  3 files changed, 22 insertions(+), 8 deletions(-)
18010
18011 commit b214ec3ac0ce6568e9226fd09661d52de11dca96
18012 Author: Behdad Esfahbod <behdad@behdad.org>
18013 Date:   Thu May 5 13:24:07 2011 -0400
18014
18015     Minor
18016
18017  src/hb-private.hh |    4 ++--
18018  1 files changed, 2 insertions(+), 2 deletions(-)
18019
18020 commit 811482bd650fb5652a9835471ae8ecf0fb185611
18021 Author: Behdad Esfahbod <behdad@behdad.org>
18022 Date:   Thu May 5 13:21:04 2011 -0400
18023
18024     Replace hb_map_t with hb_set_t which is more intuitive and flexible
18025
18026  src/hb-object-private.hh |   24 ++++++++++++++----------
18027  src/hb-private.hh        |   44
18028  +++++++++++++++++---------------------------
18029  test/test-object.c       |    4 ++++
18030  3 files changed, 35 insertions(+), 37 deletions(-)
18031
18032 commit 478a42536ff7ab777a7774fbfdb9c5e51334a14e
18033 Author: Behdad Esfahbod <behdad@behdad.org>
18034 Date:   Thu May 5 12:39:51 2011 -0400
18035
18036     Make array/map implementation more generic
18037
18038  src/hb-object-private.hh |    2 ++
18039  src/hb-private.hh        |   13 +++++++------
18040  2 files changed, 9 insertions(+), 6 deletions(-)
18041
18042 commit b81bd42951e1ce1569b29168015d3c5a2dacf773
18043 Author: Behdad Esfahbod <behdad@behdad.org>
18044 Date:   Thu May 5 00:21:16 2011 -0400
18045
18046     Make hb_mutex_*() macros take a pointer
18047
18048     More intuitive.
18049
18050  src/hb-blob.cc          |   28 ++++++++++++++--------------
18051  src/hb-mutex-private.hh |   32 ++++++++++++++++----------------
18052  2 files changed, 30 insertions(+), 30 deletions(-)
18053
18054 commit a4b1900913c91aa9db74c4fdfa7c691a5cdf02a8
18055 Author: Behdad Esfahbod <behdad@behdad.org>
18056 Date:   Thu May 5 00:17:43 2011 -0400
18057
18058     Add hb_static_mutex_t
18059
18060  src/hb-mutex-private.hh |    8 ++++++++
18061  1 files changed, 8 insertions(+), 0 deletions(-)
18062
18063 commit 56eb5ad6f94c32189ad219438db9a18683ca6846
18064 Author: Behdad Esfahbod <behdad@behdad.org>
18065 Date:   Wed May 4 19:27:37 2011 -0400
18066
18067     Move code around
18068
18069     Mutex (and Windows.h by extension) are fairly isolated now.
18070
18071  src/Makefile.am          |    8 ++--
18072  src/hb-blob-private.hh   |   60 --------------------------
18073  src/hb-blob.cc           |   24 ++++++++++-
18074  src/hb-font-private.hh   |    3 -
18075  src/hb-font.cc           |   12 +++--
18076  src/hb-mutex-private.hh  |  105
18077  ++++++++++++++++++++++++++++++++++++++++++++++
18078  src/hb-object-private.hh |   33 +-------------
18079  src/hb-unicode.cc        |    1 -
18080  8 files changed, 141 insertions(+), 105 deletions(-)
18081
18082 commit d292885893395dcb345dce1010e5c8628a715ef4
18083 Author: Behdad Esfahbod <behdad@behdad.org>
18084 Date:   Tue May 3 01:03:53 2011 -0400
18085
18086     [ft] Fix font->face handling
18087
18088     Don't use _cached()
18089
18090  src/hb-ft.cc |    7 +++++--
18091  1 files changed, 5 insertions(+), 2 deletions(-)
18092
18093 commit 2000179487b49e0d504ec127450dc6fcb5568cec
18094 Author: Behdad Esfahbod <behdad@behdad.org>
18095 Date:   Tue May 3 00:49:06 2011 -0400
18096
18097     Move Win32 thread-safety stuff to hb-object-private.h
18098
18099     The Win32 definitions for LONG, ULONG, etc conflicts with
18100     hb-open-type.h.  Avoid that by making sure hb-object-private.h
18101     and hb-open-type.h are not included in the same compilation unit.
18102
18103  src/hb-common.cc         |   54 -------------------------------------
18104  src/hb-object-private.hh |   66
18105  ++++++++++++++++++++++++++++++++++++++++++++++
18106  src/hb-private.hh        |   66
18107  ----------------------------------------------
18108  3 files changed, 66 insertions(+), 120 deletions(-)
18109
18110 commit 266b34418c9bbe23ccaf29cb354b58c465fa3b22
18111 Author: Behdad Esfahbod <behdad@behdad.org>
18112 Date:   Tue May 3 00:35:53 2011 -0400
18113
18114     Refactor to keep hb-object-private.h and hb-open-type.h separate
18115
18116     Needed to be able to include <Windows.h> from hb-object-private.h.
18117
18118  src/hb-font.cc              |   19 +++----------
18119  src/hb-ot-layout-private.hh |   60
18120  ++++++++++++++++++++++++------------------
18121  src/hb-ot-layout.cc         |   28 +++++++++++++++++---
18122  3 files changed, 63 insertions(+), 44 deletions(-)
18123
18124 commit d4141a44b97377a65e6d2a3e03b3709307af38c1
18125 Author: Behdad Esfahbod <behdad@behdad.org>
18126 Date:   Tue May 3 00:19:18 2011 -0400
18127
18128     [blob] Implement sub_blob() in terms of create()
18129
18130     Fixes problem with uninitialized sub_blob->mutex among other things.
18131
18132     Reported by Bradley Grainger.
18133
18134  src/hb-blob.cc |   12 +++++-------
18135  1 files changed, 5 insertions(+), 7 deletions(-)
18136
18137 commit fc52e9e44c2fe84d63f18dc0098720830f0b467d
18138 Author: Behdad Esfahbod <behdad@behdad.org>
18139 Date:   Tue May 3 00:09:16 2011 -0400
18140
18141     Implement win32 thread-safety stuff
18142
18143     Patch from Bradley Grainger.
18144
18145  src/hb-common.cc  |   54
18146  +++++++++++++++++++++++++++++++++++++++++++++++++++++
18147  src/hb-private.hh |   30 ++++++++++++++++++++++++----
18148  2 files changed, 79 insertions(+), 5 deletions(-)
18149
18150 commit f55272ecde857c116f97a3195f3abd1df3be4b86
18151 Author: Behdad Esfahbod <behdad@behdad.org>
18152 Date:   Mon May 2 20:57:28 2011 -0400
18153
18154     Add hb_mutex_free() and use it
18155
18156     Based on patch by Bradley Grainger.
18157
18158  src/hb-blob.cc    |    1 +
18159  src/hb-private.hh |   16 +++++++++-------
18160  2 files changed, 10 insertions(+), 7 deletions(-)
18161
18162 commit 8d5186484b28b5f629b523e067d7d5166eec557a
18163 Author: Behdad Esfahbod <behdad@behdad.org>
18164 Date:   Mon May 2 20:52:21 2011 -0400
18165
18166     Cosmetic
18167
18168  src/hb-private.hh |    2 +-
18169  1 files changed, 1 insertions(+), 1 deletions(-)
18170
18171 commit 72657e4ce757dcb055a8db7291b68f96f0d34bfb
18172 Author: Behdad Esfahbod <behdad@behdad.org>
18173 Date:   Mon May 2 20:46:32 2011 -0400
18174
18175     [API] Make hb_font_create() take a face and reference it
18176
18177  src/hb-font-private.hh           |    2 +
18178  src/hb-font.cc                   |   42
18179  +++++++++++++++++++++++--------------
18180  src/hb-font.h                    |   26 +++++++++++++----------
18181  src/hb-ft.cc                     |    7 +-----
18182  src/hb-ot-layout-gdef-private.hh |    2 +-
18183  src/hb-ot-layout-gpos-private.hh |    2 +-
18184  src/hb-ot-layout.cc              |   10 +++-----
18185  src/hb-ot-layout.h               |    2 -
18186  src/hb-ot-map-private.hh         |    2 +-
18187  src/hb-ot-shape.cc               |   23 ++++++++++----------
18188  src/hb-ot-shape.h                |    1 -
18189  src/hb-shape.cc                  |   18 +--------------
18190  src/hb-shape.h                   |    1 -
18191  src/hb-view.cc                   |    4 +--
18192  test/test-object.c               |    7 ++++-
18193  15 files changed, 70 insertions(+), 79 deletions(-)
18194
18195 commit cec6611c5ce84d69d910bf7e9ec1fdd594398f9f
18196 Author: Behdad Esfahbod <behdad@behdad.org>
18197 Date:   Mon May 2 20:18:58 2011 -0400
18198
18199     Protect NULL in a couple places
18200
18201  src/hb-font.cc |    6 +++---
18202  1 files changed, 3 insertions(+), 3 deletions(-)
18203
18204 commit 5a5030366e40baa8d96ca67b47a52ad5af143157
18205 Author: Behdad Esfahbod <behdad@behdad.org>
18206 Date:   Mon May 2 19:54:29 2011 -0400
18207
18208     Fix bug in array growth implementation
18209
18210     With this, test/object is now passing.  Yay!
18211
18212  src/hb-private.hh |   24 +++++++++++-------------
18213  1 files changed, 11 insertions(+), 13 deletions(-)
18214
18215 commit 16123e10700436df18d14e37371bb621b31ea5d1
18216 Author: Behdad Esfahbod <behdad@behdad.org>
18217 Date:   Mon May 2 19:54:17 2011 -0400
18218
18219     Fix bug in map implementation
18220
18221  src/hb-private.hh |    2 +-
18222  1 files changed, 1 insertions(+), 1 deletions(-)
18223
18224 commit 1cd5969f253528b1fc05a06c7a9f222baa29f68d
18225 Author: Behdad Esfahbod <behdad@behdad.org>
18226 Date:   Mon May 2 19:53:39 2011 -0400
18227
18228     [object] Fix bug in get_user_data() implementation
18229
18230  src/hb-object-private.hh |    7 ++++---
18231  1 files changed, 4 insertions(+), 3 deletions(-)
18232
18233 commit db99589529a22a2113bcef1680ab6d9b934f382e
18234 Author: Behdad Esfahbod <behdad@behdad.org>
18235 Date:   Mon May 2 19:52:47 2011 -0400
18236
18237     [test/object] Add test for object lifecycle stuff
18238
18239     Revealed many bugs in the (untested and known buggy) user_data
18240     support.
18241
18242  test/Makefile.am   |    4 +
18243  test/test-object.c |  316
18244  ++++++++++++++++++++++++++++++++++++++++++++++++++++
18245  2 files changed, 320 insertions(+), 0 deletions(-)
18246
18247 commit f74d6c81f14f117b3cecfb65f0d5df22849c9a07
18248 Author: Behdad Esfahbod <behdad@behdad.org>
18249 Date:   Mon May 2 19:52:32 2011 -0400
18250
18251     Cosmetic
18252
18253  test/test-unicode.c |   10 +++++-----
18254  1 files changed, 5 insertions(+), 5 deletions(-)
18255
18256 commit 4911062d5be0d937ee8f1a70cc93e05d162f45b3
18257 Author: Behdad Esfahbod <behdad@behdad.org>
18258 Date:   Mon May 2 19:36:39 2011 -0400
18259
18260     [API] Rename hb_blob_create_empty() to hb_blob_get_empty()
18261
18262  src/hb-blob.cc              |    2 +-
18263  src/hb-blob.h               |    2 +-
18264  src/hb-font.cc              |    2 +-
18265  src/hb-open-type-private.hh |    2 +-
18266  4 files changed, 4 insertions(+), 4 deletions(-)
18267
18268 commit 1ab1d3e38cdf8e7331efdbc4ef0c02ee9d5c8c04
18269 Author: Behdad Esfahbod <behdad@behdad.org>
18270 Date:   Mon May 2 19:35:53 2011 -0400
18271
18272     [face] Return nil face if blob is inert
18273
18274  src/hb-font.cc |    3 +++
18275  1 files changed, 3 insertions(+), 0 deletions(-)
18276
18277 commit e87867cb88280e3f3a38d829e359cb686168b2cb
18278 Author: Behdad Esfahbod <behdad@behdad.org>
18279 Date:   Mon May 2 19:35:05 2011 -0400
18280
18281     [buffer] Fail in _create() if we cannot pre-allocate the requested
18282     size
18283
18284  src/hb-buffer.cc |    8 +++++---
18285  1 files changed, 5 insertions(+), 3 deletions(-)
18286
18287 commit cd361ec9a1b2bfc271e5490dbfc0a870fd5c439a
18288 Author: Behdad Esfahbod <behdad@behdad.org>
18289 Date:   Mon May 2 16:54:05 2011 -0400
18290
18291     Cosmetic
18292
18293  test/test-unicode.c |    2 +-
18294  1 files changed, 1 insertions(+), 1 deletions(-)
18295
18296 commit c784c67a28f5b92d396eaa9529d57ef91a5cb9ac
18297 Author: Behdad Esfahbod <behdad@behdad.org>
18298 Date:   Mon May 2 15:59:57 2011 -0400
18299
18300     [unicode] Make _get_parent() return _nil object instead of NULL
18301
18302  src/hb-unicode.cc   |   29 ++++++++++++-----------------
18303  test/test-unicode.c |    2 +-
18304  2 files changed, 13 insertions(+), 18 deletions(-)
18305
18306 commit 07e22779abd089d5921bf2d19d4a3bf1bd0173c6
18307 Author: Behdad Esfahbod <behdad@behdad.org>
18308 Date:   Mon May 2 14:58:04 2011 -0400
18309
18310     [test/unicode] Add script roundtrip tests for glib and ICU
18311
18312  test/test-unicode.c |   70
18313  ++++++++++++++++++++++++++++++++++++++++++++++----
18314  1 files changed, 64 insertions(+), 6 deletions(-)
18315
18316 commit 7cda65935c73c277550f6ac12f6730e96d4852a7
18317 Author: Behdad Esfahbod <behdad@behdad.org>
18318 Date:   Mon May 2 14:33:53 2011 -0400
18319
18320     [test/unicode] Better test chainup
18321
18322  test/test-unicode.c |   54
18323  ++++++++++++++++++++++++++++++++++++++++++++++----
18324  1 files changed, 49 insertions(+), 5 deletions(-)
18325
18326 commit 250c59225ead28449deb11522dee3819480a19b4
18327 Author: Behdad Esfahbod <behdad@behdad.org>
18328 Date:   Mon May 2 14:21:30 2011 -0400
18329
18330     [test/unicode] Port the _custom test to test all property setters
18331
18332  test/test-unicode.c |  186
18333  ++++++++++++++++++++++++++++----------------------
18334  1 files changed, 104 insertions(+), 82 deletions(-)
18335
18336 commit e74b5b339ab0af53d893ec84a0955d5aa508fed3
18337 Author: Behdad Esfahbod <behdad@behdad.org>
18338 Date:   Mon May 2 14:03:55 2011 -0400
18339
18340     [test/unicode] Test Unicode 5.2+ but don't fail
18341
18342  test/test-unicode.c |   21 +++++++++++++++++++--
18343  1 files changed, 19 insertions(+), 2 deletions(-)
18344
18345 commit c763aa42b46eaee95359806cab56fa632ff3ad58
18346 Author: Behdad Esfahbod <behdad@behdad.org>
18347 Date:   Mon May 2 13:52:17 2011 -0400
18348
18349     [test/buffer] Clean up testing
18350
18351     Getting the hang of how to cleanly use gtest.
18352
18353  test/test-buffer.c |  154
18354  +++++++++++++++++++++++++++++-----------------------
18355  1 files changed, 85 insertions(+), 69 deletions(-)
18356
18357 commit 819e9d9e5310e67e8dcce9fa885f8a086a9b9ee8
18358 Author: Behdad Esfahbod <behdad@behdad.org>
18359 Date:   Mon May 2 12:38:54 2011 -0400
18360
18361     Minor
18362
18363  test/test-unicode.c |    5 ++++-
18364  1 files changed, 4 insertions(+), 1 deletions(-)
18365
18366 commit 03034acb8a9fdd33135bc3775a1f932da9ebdd42
18367 Author: Behdad Esfahbod <behdad@behdad.org>
18368 Date:   Mon May 2 12:37:45 2011 -0400
18369
18370     [icu] Make sure we return script UNKNOWN instead of INVALID
18371
18372  src/hb-icu.cc |    3 +++
18373  1 files changed, 3 insertions(+), 0 deletions(-)
18374
18375 commit d02985ec5a24c659a0a133cc6bc103f1d76bcb29
18376 Author: Behdad Esfahbod <behdad@behdad.org>
18377 Date:   Mon May 2 12:35:14 2011 -0400
18378
18379     ISO 15924 fixes
18380
18381     Update to http://unicode.org/iso15924
18382
18383     Fixes some of the test failures in test-unicode with ICU.  Still
18384     one more to fix before the test passes.
18385
18386  src/hb-common.cc |   10 ++++++++--
18387  src/hb-common.h  |    5 +++--
18388  src/hb-ot-tag.cc |    2 --
18389  3 files changed, 11 insertions(+), 6 deletions(-)
18390
18391 commit e8e29c725a72c2e991cd1c4422a020457e1684e9
18392 Author: Behdad Esfahbod <behdad@behdad.org>
18393 Date:   Mon May 2 12:06:18 2011 -0400
18394
18395     [test/unicode] Add log messages
18396
18397     Use with --verbose to see what's failing
18398
18399  test/test-unicode.c |    9 ++++++---
18400  1 files changed, 6 insertions(+), 3 deletions(-)
18401
18402 commit 208c2c31501f6eb2b81b6bf80fcf39f4646eb38b
18403 Author: Behdad Esfahbod <behdad@behdad.org>
18404 Date:   Sun May 1 20:04:01 2011 -0400
18405
18406     Minor
18407
18408  test/test-unicode.c |  478
18409  ++++++++++++++++++++++++++-------------------------
18410  1 files changed, 243 insertions(+), 235 deletions(-)
18411
18412 commit 60833efaf1310c3f18e150b61daaeb0074ae3d91
18413 Author: Behdad Esfahbod <behdad@behdad.org>
18414 Date:   Fri Apr 29 16:49:57 2011 -0400
18415
18416     [test/unicode] Add testing of all unicode properties
18417
18418     ICU fails for now.
18419
18420  test/hb-test.h      |    4 +-
18421  test/test-unicode.c |  432
18422  ++++++++++++++++++++++++++++++++++++++++++++++++---
18423  2 files changed, 416 insertions(+), 20 deletions(-)
18424
18425 commit da96ee072fa3544c3d36cf0b82ada11806789d70
18426 Author: Behdad Esfahbod <behdad@behdad.org>
18427 Date:   Fri Apr 29 12:17:09 2011 -0400
18428
18429     [test/unicode] Test is/make_immutable()
18430
18431  test/test-unicode.c |   46 ++++++++++++++++++++++++++++++----------------
18432  1 files changed, 30 insertions(+), 16 deletions(-)
18433
18434 commit 6af9cff5e17e82100b435c8d21aed0765296d58d
18435 Author: Behdad Esfahbod <behdad@behdad.org>
18436 Date:   Fri Apr 29 12:00:38 2011 -0400
18437
18438     [test/unicode] Use text fixture instead of static variables
18439
18440  src/hb-unicode-private.hh |    2 +-
18441  src/hb-unicode.h          |    2 +-
18442  test/test-buffer.c        |    2 +-
18443  test/test-c.c             |    1 +
18444  test/test-common.c        |    3 +-
18445  test/test-cplusplus.cc    |    1 +
18446  test/test-unicode.c       |  112
18447  +++++++++++++++++++++++++++------------------
18448  7 files changed, 74 insertions(+), 49 deletions(-)
18449
18450 commit 13db3d40bfc09c68f9761a71435b1840b9d34099
18451 Author: Behdad Esfahbod <behdad@behdad.org>
18452 Date:   Thu Apr 28 19:44:45 2011 -0400
18453
18454     [test/buffer] Add UTF-16 tests
18455
18456  test/test-buffer.c |   48
18457  ++++++++++++++++++++++++++++++++++++++++++++++--
18458  1 files changed, 46 insertions(+), 2 deletions(-)
18459
18460 commit 243673d601588a6f704ceafbff5dd5cdf66c47b7
18461 Author: Behdad Esfahbod <behdad@behdad.org>
18462 Date:   Thu Apr 28 19:37:51 2011 -0400
18463
18464     [test/buffer] Add more extensive UTF-8 test data from glib
18465
18466  src/hb-buffer.cc   |    2 +-
18467  test/test-buffer.c |  317
18468  +++++++++++++++++++++++++++++++++++++++++++++++++---
18469  2 files changed, 303 insertions(+), 16 deletions(-)
18470
18471 commit dfec67f958482e5c3bb01e06b08694cd4ded6f66
18472 Author: Behdad Esfahbod <behdad@behdad.org>
18473 Date:   Thu Apr 28 18:34:42 2011 -0400
18474
18475     [test/buffer] Add initial utf-8 tests
18476
18477  test/hb-test.h     |   25 ++++++++++++++++++++++++-
18478  test/test-buffer.c |   46 +++++++++++++++++++++++++++++++++++++++++++++-
18479  2 files changed, 69 insertions(+), 2 deletions(-)
18480
18481 commit aafe395ab550d3ba2fabc69155662e87d45e74a8
18482 Author: Behdad Esfahbod <behdad@behdad.org>
18483 Date:   Thu Apr 28 17:10:44 2011 -0400
18484
18485     Add test suite infrastructure
18486
18487     Wraps around glib for convenience and ease of use.
18488
18489  test/Makefile.am    |    1 +
18490  test/hb-test.h      |  132
18491  +++++++++++++++++++++++++++++++++++++++++++++++----
18492  test/test-buffer.c  |   29 +++++------
18493  test/test-common.c  |   14 +++---
18494  test/test-unicode.c |   32 ++++++------
18495  5 files changed, 160 insertions(+), 48 deletions(-)
18496
18497 commit c7ffe2ad5f6e97e26d14e2cc0d4098af8f5f36d0
18498 Author: Behdad Esfahbod <behdad@behdad.org>
18499 Date:   Thu Apr 28 16:03:29 2011 -0400
18500
18501     [API Remove hb_font_funcs_copy()
18502
18503     Will be adding font_funcs subclassing instead.
18504
18505  src/hb-font.cc |   13 -------------
18506  src/hb-font.h  |    3 ---
18507  2 files changed, 0 insertions(+), 16 deletions(-)
18508
18509 commit 30f34d08d445722320db711c3ddf41e66225752c
18510 Author: Behdad Esfahbod <behdad@behdad.org>
18511 Date:   Thu Apr 28 16:02:40 2011 -0400
18512
18513     [TODO] Remove finished items
18514
18515  TODO          |    2 --
18516  src/hb-font.h |   10 ----------
18517  2 files changed, 0 insertions(+), 12 deletions(-)
18518
18519 commit 080a0eb7d82d7195be72c16ece6e0a3ffed636b6
18520 Author: Behdad Esfahbod <behdad@behdad.org>
18521 Date:   Thu Apr 28 16:01:01 2011 -0400
18522
18523     Add _hb_unsigned_int_mul_overflows
18524
18525  src/hb-buffer.cc                 |    7 ++-----
18526  src/hb-open-type-private.hh      |    2 +-
18527  src/hb-ot-layout-gsub-private.hh |    2 +-
18528  src/hb-private.hh                |    9 ++++++++-
18529  4 files changed, 12 insertions(+), 8 deletions(-)
18530
18531 commit 1d39d6e42b3d7628512d675a84a831a0f58624eb
18532 Author: Behdad Esfahbod <behdad@behdad.org>
18533 Date:   Thu Apr 28 15:54:16 2011 -0400
18534
18535     Desable possibly lethal test on 64-bit machines
18536
18537  test/test-buffer.c |    9 ++++++---
18538  1 files changed, 6 insertions(+), 3 deletions(-)
18539
18540 commit 3264042873fd639f3ef8ff0acfad777a0a9f3355
18541 Author: Behdad Esfahbod <behdad@behdad.org>
18542 Date:   Thu Apr 28 14:24:16 2011 -0400
18543
18544     [test/buffer] Test pre_allocate() and allocation_successful()
18545
18546  src/hb-buffer.cc   |    3 ++-
18547  test/test-buffer.c |   26 +++++++++++++++++++++++++-
18548  2 files changed, 27 insertions(+), 2 deletions(-)
18549
18550 commit 123aa04f7b3241d6e43de2d472c4a1cbdb250ac7
18551 Author: Behdad Esfahbod <behdad@behdad.org>
18552 Date:   Thu Apr 28 12:58:28 2011 -0400
18553
18554     Fix possible but improbable overflow in hb_array_t
18555
18556  src/hb-private.hh |    2 +-
18557  1 files changed, 1 insertions(+), 1 deletions(-)
18558
18559 commit e0db4b868f9fdd8e680890f87dd4e13a1c27b7a1
18560 Author: Behdad Esfahbod <behdad@behdad.org>
18561 Date:   Thu Apr 28 12:56:49 2011 -0400
18562
18563     [buffer] More error handling
18564
18565     Should be all set now.
18566
18567  src/hb-buffer-private.hh |    2 +-
18568  src/hb-buffer.cc         |   60
18569  ++++++++++++++++++++++++++++++++-------------
18570  2 files changed, 43 insertions(+), 19 deletions(-)
18571
18572 commit 15c57e04bf05026ef424f8ae912d2f379301bf93
18573 Author: Behdad Esfahbod <behdad@behdad.org>
18574 Date:   Thu Apr 28 12:28:54 2011 -0400
18575
18576     [test/buffer] Add test pre_alloc(); hangs in the buffer code right now
18577
18578     Because the following loop overflows:
18579
18580       while (size > new_allocated)
18581           new_allocated += (new_allocated >> 1) + 32;
18582
18583  test/test-buffer.c |   33 ++++++++++++++++++++++++++-------
18584  1 files changed, 26 insertions(+), 7 deletions(-)
18585
18586 commit 1e5527e2d60ed3b4a5adf62b258415ec3aef41fb
18587 Author: Behdad Esfahbod <behdad@behdad.org>
18588 Date:   Thu Apr 28 12:15:24 2011 -0400
18589
18590     [test/buffer] Test reset(), set_length(), and set/get_unicode_data()
18591
18592  test/test-buffer.c |   66
18593  ++++++++++++++++++++++++++++++++++++++++++++++-----
18594  1 files changed, 59 insertions(+), 7 deletions(-)
18595
18596 commit db126b5448ec802285cf2b6f0e7da412d02dfb28
18597 Author: Behdad Esfahbod <behdad@behdad.org>
18598 Date:   Thu Apr 28 11:56:29 2011 -0400
18599
18600     [test/buffer] Test reverse() and reverse_clusters()
18601
18602  test/test-buffer.c |   61
18603  ++++++++++++++++++++++++++++++++++++++++++++++++---
18604  1 files changed, 57 insertions(+), 4 deletions(-)
18605
18606 commit 5fa849b77d49da2212825ebb1bea9145713b8449
18607 Author: Behdad Esfahbod <behdad@behdad.org>
18608 Date:   Wed Apr 27 21:46:01 2011 -0400
18609
18610     [API] Add _set/get_user_data() for all objects
18611
18612  src/hb-blob.cc    |   17 +++++++++++++++++
18613  src/hb-blob.h     |   12 ++++++++++++
18614  src/hb-buffer.cc  |   16 ++++++++++++++++
18615  src/hb-buffer.h   |   10 ++++++++++
18616  src/hb-font.cc    |   51
18617  +++++++++++++++++++++++++++++++++++++++++++++++++++
18618  src/hb-font.h     |   36 ++++++++++++++++++++++++++++++++++++
18619  src/hb-unicode.cc |   17 +++++++++++++++++
18620  src/hb-unicode.h  |   12 ++++++++++++
18621  8 files changed, 171 insertions(+), 0 deletions(-)
18622
18623 commit 852e08ec8fbfbce1d50e571d0bb0b52ef4d4cc58
18624 Author: Behdad Esfahbod <behdad@behdad.org>
18625 Date:   Wed Apr 27 21:45:51 2011 -0400
18626
18627     Move code around
18628
18629  src/hb-object-private.hh |  153
18630  ++++++++++------------------------------------
18631  src/hb-private.hh        |  136 +++++++++++++++++++++++++++++++++++++----
18632  2 files changed, 157 insertions(+), 132 deletions(-)
18633
18634 commit 29c67d3f70b081766a6c01353980f457f38aeb12
18635 Author: Behdad Esfahbod <behdad@behdad.org>
18636 Date:   Wed Apr 27 21:22:32 2011 -0400
18637
18638     Add initial implementation of user_data to objects
18639
18640  src/hb-common.h          |   11 ++-
18641  src/hb-object-private.hh |  186
18642  +++++++++++++++++++++++++++++++++++++++++++++-
18643  2 files changed, 193 insertions(+), 4 deletions(-)
18644
18645 commit 47e71d9661946a4ffb96026bf1d697d788414ab5
18646 Author: Behdad Esfahbod <behdad@behdad.org>
18647 Date:   Wed Apr 27 16:38:03 2011 -0400
18648
18649     [object] Remove unnecessary use of macros
18650
18651  TODO                     |    2 --
18652  src/hb-blob.cc           |   18 +++++++++---------
18653  src/hb-buffer.cc         |    6 +++---
18654  src/hb-font.cc           |   30 +++++++++++++++---------------
18655  src/hb-object-private.hh |    9 ---------
18656  src/hb-unicode.cc        |    8 ++++----
18657  6 files changed, 31 insertions(+), 42 deletions(-)
18658
18659 commit 8be1420f8fd0e5c53282245d6830efbee5c7409d
18660 Author: Behdad Esfahbod <behdad@behdad.org>
18661 Date:   Wed Apr 27 16:14:04 2011 -0400
18662
18663     [blob] Use HB_FUNC instead of __FUNCTION__
18664
18665  src/hb-blob.cc |   24 ++++++++++++------------
18666  1 files changed, 12 insertions(+), 12 deletions(-)
18667
18668 commit ae008b90cfc2028e878100f78b21d70f923a6044
18669 Author: Behdad Esfahbod <behdad@behdad.org>
18670 Date:   Wed Apr 27 16:12:12 2011 -0400
18671
18672     [object] Add tracing support back in
18673
18674  src/hb-object-private.hh |   38 ++++++++++++++++++++++++++------------
18675  1 files changed, 26 insertions(+), 12 deletions(-)
18676
18677 commit 5b7f38979fa90117861fe327477de1707f117a8c
18678 Author: Behdad Esfahbod <behdad@behdad.org>
18679 Date:   Wed Apr 27 15:10:12 2011 -0400
18680
18681     GNOME Bug 612402 - (hb-arm) HarfBuzz compilation fix for arm
18682
18683     With gcc on arm, request 8-bit structure alignment.
18684
18685  configure.ac |   10 +++++++++-
18686  1 files changed, 9 insertions(+), 1 deletions(-)
18687
18688 commit 39a840ae65327b173e6eb1bb291e235a8305d7a1
18689 Author: Behdad Esfahbod <behdad@behdad.org>
18690 Date:   Wed Apr 27 14:48:19 2011 -0400
18691
18692     [API] Add hb_direction_from/to_string()
18693
18694     And hb-view --direction argument.
18695
18696  TODO               |    1 -
18697  src/hb-common.cc   |   36 ++++++++++++++++++++++++++++++++++++
18698  src/hb-common.h    |    6 ++++++
18699  src/hb-view.cc     |   13 ++++++++++---
18700  test/test-common.c |   21 ++++++++++++++++++++-
18701  5 files changed, 72 insertions(+), 5 deletions(-)
18702
18703 commit f1425a549fef360c3750532de23604cd318999d8
18704 Author: Behdad Esfahbod <behdad@behdad.org>
18705 Date:   Wed Apr 27 12:15:06 2011 -0400
18706
18707     Rename hb-view.c and test.c to .cc files
18708
18709  src/Makefile.am |    4 +-
18710  src/hb-view.c   |  540
18711  -------------------------------------------------------
18712  src/hb-view.cc  |  540
18713  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
18714  src/test.c      |   94 ----------
18715  src/test.cc     |   97 ++++++++++
18716  5 files changed, 639 insertions(+), 636 deletions(-)
18717
18718 commit eb5796f58897ecfb9d76fd99915bf1a30669a0fa
18719 Author: Behdad Esfahbod <behdad@behdad.org>
18720 Date:   Wed Apr 27 12:14:53 2011 -0400
18721
18722     [TODO] Add hb-view items
18723
18724  TODO |   10 ++++++++++
18725  1 files changed, 10 insertions(+), 0 deletions(-)
18726
18727 commit 65e0063eae2f3adb25315b8bd7b0e7757aa960f3
18728 Author: Behdad Esfahbod <behdad@behdad.org>
18729 Date:   Wed Apr 27 09:33:58 2011 -0400
18730
18731     Make buffer size growth start from 32 instead of 8
18732
18733  src/hb-buffer.cc |    2 +-
18734  1 files changed, 1 insertions(+), 1 deletions(-)
18735
18736 commit d4bee9f813bb299b1c4aab7c33d588be2a7d354b
18737 Author: Behdad Esfahbod <behdad@behdad.org>
18738 Date:   Wed Apr 27 09:24:37 2011 -0400
18739
18740     [API] Add hb_unicode_funcs_get_default()
18741
18742  src/hb-buffer.cc          |    4 ++--
18743  src/hb-glib.cc            |    5 +++--
18744  src/hb-icu.cc             |    5 +++--
18745  src/hb-unicode-private.hh |   11 +++++++++++
18746  src/hb-unicode.cc         |    7 +++++++
18747  src/hb-unicode.h          |    8 ++++++++
18748  src/hb-view.c             |   13 ++++++-------
18749  test/test-unicode.c       |   11 ++++++++++-
18750  8 files changed, 50 insertions(+), 14 deletions(-)
18751
18752 commit 153142dac8dd9abaf164bb88af07c600c17fc3a1
18753 Author: Behdad Esfahbod <behdad@behdad.org>
18754 Date:   Wed Apr 27 01:49:03 2011 -0400
18755
18756     Replace simple macros with inline functions for better type safety
18757
18758     Now that we use C++ for all source code, lets benefit from it!
18759
18760     The hb_be_int16/32_get/put/eq() macros grow code size if replaced with
18761     inline functions, so leave them as is.
18762
18763  src/hb-open-type-private.hh |    4 ++--
18764  src/hb-private.hh           |   30 +++++++++++++++++++++---------
18765  2 files changed, 23 insertions(+), 11 deletions(-)
18766
18767 commit 40a9b8154f929947f4693bf90c64301afa407c3f
18768 Author: Behdad Esfahbod <behdad@behdad.org>
18769 Date:   Wed Apr 27 01:48:56 2011 -0400
18770
18771     Add TODO item
18772
18773  src/hb-object-private.hh |    1 +
18774  1 files changed, 1 insertions(+), 0 deletions(-)
18775
18776 commit ebdc83467c31574daa118fc18cd2ef2dc819b503
18777 Author: Behdad Esfahbod <behdad@behdad.org>
18778 Date:   Wed Apr 27 01:41:24 2011 -0400
18779
18780     Don't return in void function
18781
18782     Would have been nice if gcc had warned...
18783
18784  src/hb-private.hh |    2 +-
18785  1 files changed, 1 insertions(+), 1 deletions(-)
18786
18787 commit ec6f9c2fd03a49d1e91cbaefa5bdbbfb35dff92e
18788 Author: Behdad Esfahbod <behdad@behdad.org>
18789 Date:   Thu Apr 21 18:35:58 2011 -0400
18790
18791     Further simplify object handling
18792
18793  src/hb-object-private.hh |   53
18794  +++++++++++++++++++++++----------------------
18795  1 files changed, 27 insertions(+), 26 deletions(-)
18796
18797 commit fca368c4682624346a0aaee690e1ad6ed4c0b337
18798 Author: Behdad Esfahbod <behdad@behdad.org>
18799 Date:   Thu Apr 21 18:24:02 2011 -0400
18800
18801     Add hb_object_header_t which is the common part of all objects
18802
18803     Makes way for adding arbitrary user_data support.
18804
18805  src/hb-blob-private.hh    |    3 +-
18806  src/hb-blob.cc            |    2 +-
18807  src/hb-buffer-private.hh  |    9 ++--
18808  src/hb-buffer.cc          |    2 +-
18809  src/hb-font-private.hh    |    7 ++-
18810  src/hb-font.cc            |    7 ++-
18811  src/hb-ft.cc              |    3 +-
18812  src/hb-glib.cc            |    3 +-
18813  src/hb-icu.cc             |    3 +-
18814  src/hb-object-private.hh  |   95
18815  ++++++++++++++++++++++++--------------------
18816  src/hb-private.hh         |    5 +--
18817  src/hb-unicode-private.hh |    6 ++-
18818  src/hb-unicode.cc         |    3 +-
18819  13 files changed, 82 insertions(+), 66 deletions(-)
18820
18821 commit a9f24c802956d57180d71b83e96a0fb81197df4a
18822 Author: Behdad Esfahbod <behdad@behdad.org>
18823 Date:   Thu Apr 21 17:18:22 2011 -0400
18824
18825     Move hb_reference_count_t to hb-private.h
18826
18827  src/hb-object-private.hh |   17 -----------------
18828  src/hb-private.hh        |   20 ++++++++++++++++++++
18829  2 files changed, 20 insertions(+), 17 deletions(-)
18830
18831 commit 2409d5f8d7dd8b535ce5ea29e933f7db27d33793
18832 Author: Behdad Esfahbod <behdad@behdad.org>
18833 Date:   Thu Apr 21 17:14:28 2011 -0400
18834
18835     Update Copyright headers
18836
18837  COPYING                                 |   15 ++++++++-------
18838  src/hb-blob-private.hh                  |    2 +-
18839  src/hb-blob.cc                          |    2 +-
18840  src/hb-blob.h                           |    2 +-
18841  src/hb-buffer-private.hh                |    4 ++--
18842  src/hb-buffer.cc                        |    6 +++---
18843  src/hb-buffer.h                         |    6 +++---
18844  src/hb-common.cc                        |    4 +++-
18845  src/hb-common.h                         |    4 +++-
18846  src/hb-font-private.hh                  |    4 +++-
18847  src/hb-font.cc                          |    2 +-
18848  src/hb-font.h                           |    2 +-
18849  src/hb-ft.cc                            |    4 ++--
18850  src/hb-ft.h                             |    2 +-
18851  src/hb-glib.cc                          |    4 +++-
18852  src/hb-glib.h                           |    4 +++-
18853  src/hb-icu.cc                           |    6 ++++--
18854  src/hb-icu.h                            |    4 +++-
18855  src/hb-object-private.hh                |    6 ++++--
18856  src/hb-open-file-private.hh             |    2 +-
18857  src/hb-open-type-private.hh             |    2 +-
18858  src/hb-ot-head-private.hh               |    2 +-
18859  src/hb-ot-layout-common-private.hh      |    4 ++--
18860  src/hb-ot-layout-gdef-private.hh        |    4 ++--
18861  src/hb-ot-layout-gpos-private.hh        |    4 ++--
18862  src/hb-ot-layout-gsub-private.hh        |    4 ++--
18863  src/hb-ot-layout-gsubgpos-private.hh    |    4 ++--
18864  src/hb-ot-layout-private.hh             |    2 +-
18865  src/hb-ot-layout.cc                     |    6 +++---
18866  src/hb-ot-layout.h                      |    2 +-
18867  src/hb-ot-map-private.hh                |    4 ++--
18868  src/hb-ot-map.cc                        |    4 ++--
18869  src/hb-ot-shape-complex-arabic-table.hh |    2 +-
18870  src/hb-ot-shape-complex-arabic.cc       |    2 +-
18871  src/hb-ot-shape-complex-private.hh      |    2 +-
18872  src/hb-ot-shape-private.hh              |    2 +-
18873  src/hb-ot-shape.cc                      |    4 ++--
18874  src/hb-ot-shape.h                       |    2 +-
18875  src/hb-ot-tag.cc                        |    4 +++-
18876  src/hb-ot-tag.h                         |    2 +-
18877  src/hb-ot.h                             |    2 +-
18878  src/hb-private.hh                       |    4 +++-
18879  src/hb-shape.cc                         |    2 +-
18880  src/hb-shape.h                          |    2 +-
18881  src/hb-unicode-private.hh               |    4 ++--
18882  src/hb-unicode.cc                       |    4 ++--
18883  src/hb-unicode.h                        |    4 +++-
18884  src/hb-view.c                           |    4 ++--
18885  src/hb.h                                |    2 +-
18886  src/main.cc                             |    2 +-
18887  src/test.c                              |    2 +-
18888  test/hb-test.h                          |   17 ++++++++++++++++-
18889  test/test-buffer.c                      |    2 +-
18890  test/test-c.c                           |    2 +-
18891  test/test-common.c                      |    2 +-
18892  test/test-cplusplus.cc                  |    2 +-
18893  test/test-unicode.c                     |    2 +-
18894  57 files changed, 122 insertions(+), 84 deletions(-)
18895
18896 commit 08da7a3841ca7dfcb627314cae1c3a668b9c7236
18897 Author: Behdad Esfahbod <behdad@behdad.org>
18898 Date:   Thu Apr 21 16:59:10 2011 -0400
18899
18900     [hb-view] Accept numbers in feature tag name
18901
18902     Reported by Adam Twardoch.
18903
18904  src/hb-view.c |    6 +++---
18905  1 files changed, 3 insertions(+), 3 deletions(-)
18906
18907 commit 24229eb13268a422efffbcb28a094b726824c7f0
18908 Author: Behdad Esfahbod <behdad@behdad.org>
18909 Date:   Thu Apr 21 16:55:17 2011 -0400
18910
18911     Remove obsolete comment
18912
18913     Talking to Ryan Lortie, he thinks my comment doesn't make sense.
18914
18915     So I'm making the getter const.  Note that g_atomic_int_get()
18916     casts that away itself, so we don't need to worry about that
18917     (which kinda makes me uncomfortable actually).
18918
18919  src/hb-object-private.hh |   16 ++--------------
18920  1 files changed, 2 insertions(+), 14 deletions(-)
18921
18922 commit dcb7026f33cbcdf60e9b7fcdd44c64cc08702c74
18923 Author: Behdad Esfahbod <behdad@behdad.org>
18924 Date:   Thu Apr 21 16:34:22 2011 -0400
18925
18926     Add ASSERT_STATIC_EXPR macro
18927
18928     Unused right now.
18929
18930  src/hb-private.hh |    2 ++
18931  1 files changed, 2 insertions(+), 0 deletions(-)
18932
18933 commit 3e8bdbf9414291da5cf61213d5f4275c1ae23ae5
18934 Author: Behdad Esfahbod <behdad@behdad.org>
18935 Date:   Thu Apr 21 16:16:21 2011 -0400
18936
18937     Cleanup hb_refrence_count_t
18938
18939  src/hb-object-private.hh |   23 ++++++++++++++++++-----
18940  src/hb-private.hh        |    6 +++---
18941  2 files changed, 21 insertions(+), 8 deletions(-)
18942
18943 commit 783a7d69696bf0b1502ec9c1495e482e491c78e0
18944 Author: Behdad Esfahbod <behdad@behdad.org>
18945 Date:   Thu Apr 21 16:03:59 2011 -0400
18946
18947     [TODO] Remove finished items
18948
18949  TODO         |    6 +-----
18950  src/hb-ft.cc |    1 -
18951  2 files changed, 1 insertions(+), 6 deletions(-)
18952
18953 commit da975419884a535281745f30f4b32fee0bc8a7a1
18954 Author: Behdad Esfahbod <behdad@behdad.org>
18955 Date:   Thu Apr 21 15:08:01 2011 -0400
18956
18957     [API] Allow negative font x_scale/y_scale
18958
18959     I was reconsidering whether y should grow down, since all three/four
18960     times I've used this API I was tricked and got that wrong in my use.
18961     So I was very inclined to make y grow down instead of up.  However,
18962     considering that the font space has y up and it would be very
18963     confusing
18964     for callbacks to work against that, I decided that what I really want
18965     is for the user to be able to set y_scale to a negative number
18966     to imply
18967     that user-space y grows down.
18968
18969     Changing x_scale/y_scale from unsigned int to int allows that,
18970     and I've
18971     made pango to use that instead of negating glyph y_offset later.
18972     hb-ft
18973     however still has y group up.  I *guess* that's how FreeType works?
18974     I'm not sure, FreeType docs don't make this clear...
18975
18976     I'm happy with the resolution :-).
18977
18978  src/hb-font.cc                     |    8 ++++----
18979  src/hb-font.h                      |    8 ++++----
18980  src/hb-ot-layout-common-private.hh |    6 +-----
18981  src/hb-ot-layout-private.hh        |    2 +-
18982  4 files changed, 10 insertions(+), 14 deletions(-)
18983
18984 commit 4d559cddbb3b3a5c12c5167eba69598618a9f283
18985 Author: Behdad Esfahbod <behdad@behdad.org>
18986 Date:   Thu Apr 21 14:58:23 2011 -0400
18987
18988     [icu] Remove big script switch(), rely on reverse-lookup
18989
18990  src/hb-icu.cc |  137
18991  ++++-----------------------------------------------------
18992  1 files changed, 9 insertions(+), 128 deletions(-)
18993
18994 commit d18431b4cd8c1b14523733cd60a62b862f5b471f
18995 Author: Behdad Esfahbod <behdad@behdad.org>
18996 Date:   Wed Apr 20 18:59:10 2011 -0400
18997
18998     Move hb_reference_count_t from macros to inline methods
18999
19000  src/hb-object-private.hh |   25 +++++++++++--------------
19001  1 files changed, 11 insertions(+), 14 deletions(-)
19002
19003 commit c57d454accff66e5f2c58006e8fb40bc020b6182
19004 Author: Behdad Esfahbod <behdad@behdad.org>
19005 Date:   Wed Apr 20 18:50:27 2011 -0400
19006
19007     Rename all private sources and headers to C++ files
19008
19009     So we can liberally use the simple features of C++ that parts of the
19010     codebase is already using.
19011
19012  src/Makefile.am                         |   17 +-
19013  src/hb-blob-private.h                   |   59 ---
19014  src/hb-blob-private.hh                  |   59 +++
19015  src/hb-blob.cc                          |    4 +-
19016  src/hb-buffer-private.hh                |    2 +-
19017  src/hb-common.c                         |  222 ----------
19018  src/hb-common.cc                        |  222 ++++++++++
19019  src/hb-font-private.h                   |   97 -----
19020  src/hb-font-private.hh                  |   97 +++++
19021  src/hb-font.cc                          |    6 +-
19022  src/hb-ft.c                             |  262 ------------
19023  src/hb-ft.cc                            |  262 ++++++++++++
19024  src/hb-glib.cc                          |    2 +-
19025  src/hb-icu.cc                           |    2 +-
19026  src/hb-object-private.h                 |  134 ------
19027  src/hb-object-private.hh                |  132 ++++++
19028  src/hb-open-type-private.hh             |    2 +-
19029  src/hb-ot-layout-gdef-private.hh        |    2 +-
19030  src/hb-ot-layout-private.hh             |    4 +-
19031  src/hb-ot-shape-complex-arabic-table.h  |  674
19032  ------------------------------
19033  src/hb-ot-shape-complex-arabic-table.hh |  674
19034  ++++++++++++++++++++++++++++++
19035  src/hb-ot-shape-complex-arabic.cc       |    2 +-
19036  src/hb-ot-shape-complex-private.hh      |    2 +-
19037  src/hb-ot-shape-private.hh              |    2 +-
19038  src/hb-ot-tag.c                         |  677
19039  -------------------------------
19040  src/hb-ot-tag.cc                        |  677
19041  +++++++++++++++++++++++++++++++
19042  src/hb-private.h                        |  301 --------------
19043  src/hb-private.hh                       |  301 ++++++++++++++
19044  src/hb-shape.cc                         |    2 +-
19045  src/hb-unicode-private.hh               |    2 +-
19046  src/hb-unicode.cc                       |    2 +-
19047  src/hb-view.c                           |    6 +
19048  32 files changed, 2457 insertions(+), 2452 deletions(-)
19049
19050 commit f19f4f9b0965ad7473a0f3a1ffcdbf16930e35d4
19051 Author: Behdad Esfahbod <behdad@behdad.org>
19052 Date:   Wed Apr 20 18:25:56 2011 -0400
19053
19054     Rename hb-blob.c to hb-blob.cc in preparation of more changes
19055
19056  src/Makefile.am |    2 +-
19057  src/hb-blob.c   |  356
19058  -------------------------------------------------------
19059  src/hb-blob.cc  |  356
19060  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
19061  3 files changed, 357 insertions(+), 357 deletions(-)
19062
19063 commit 04744e73bad22d679986173b5f0d84dbbf49dd57
19064 Author: Behdad Esfahbod <behdad@behdad.org>
19065 Date:   Wed Apr 20 17:24:03 2011 -0400
19066
19067     [TODO] Remove done items
19068
19069  TODO |    6 ------
19070  1 files changed, 0 insertions(+), 6 deletions(-)
19071
19072 commit 9417c1c0d2b005eadf0c087ca695121a6200d0f7
19073 Author: Behdad Esfahbod <behdad@behdad.org>
19074 Date:   Wed Apr 20 17:21:23 2011 -0400
19075
19076     [API] Make hb_face_reference_table() return empty blob instead of NULL
19077
19078     The idea here is that:
19079
19080       - Like pretty much all other API in harfbuzz, user does not have to
19081         check for NULL.
19082
19083       - In any caller code, the case of missing table should be handled
19084         exactly the same way that a too-short table is handled.  Turning
19085         a non-existent talbe into a table of size 0 makes the user code
19086         safer.
19087
19088  src/hb-font.cc              |    2 ++
19089  src/hb-open-type-private.hh |    3 ---
19090  2 files changed, 2 insertions(+), 3 deletions(-)
19091
19092 commit c035812feb0d385a9e8c334631738e4915912c71
19093 Author: Behdad Esfahbod <behdad@behdad.org>
19094 Date:   Wed Apr 20 17:03:00 2011 -0400
19095
19096     [API] Rename hb_face_get_table() to hb_face_reference_table()
19097
19098     That correctly reflects the reference ownership transfer happening.
19099
19100  src/hb-font.cc      |    4 ++--
19101  src/hb-font.h       |    7 ++-----
19102  src/hb-ot-layout.cc |    6 +++---
19103  src/hb-shape.cc     |    2 +-
19104  4 files changed, 8 insertions(+), 11 deletions(-)
19105
19106 commit 2d7b61a4b0ed212ca414b3281c2eae3e3db19c13
19107 Author: Behdad Esfahbod <behdad@behdad.org>
19108 Date:   Wed Apr 20 16:40:56 2011 -0400
19109
19110     [TODO] Remove done items
19111
19112  TODO        |   10 ++--------
19113  src/hb-ft.h |    2 +-
19114  2 files changed, 3 insertions(+), 9 deletions(-)
19115
19116 commit af02933739e03a156b9f7761fd7a63e2a02d0df1
19117 Author: Behdad Esfahbod <behdad@behdad.org>
19118 Date:   Wed Apr 20 15:49:31 2011 -0400
19119
19120     [API] Remove hb_*_get_reference_count()
19121
19122     This was a bizzare piece of API that I inherited from cairo.  It has
19123     been wrong adding them to cairo in the first place.  Remove them
19124     before
19125     someone uses them!
19126
19127  src/hb-blob.c           |    6 ------
19128  src/hb-blob.h           |    3 ---
19129  src/hb-buffer.cc        |    6 ------
19130  src/hb-buffer.h         |    3 ---
19131  src/hb-font.cc          |   18 ------------------
19132  src/hb-font.h           |    9 ---------
19133  src/hb-object-private.h |    7 -------
19134  src/hb-unicode.cc       |    6 ------
19135  src/hb-unicode.h        |    3 ---
19136  test/test-unicode.c     |   24 ------------------------
19137  10 files changed, 0 insertions(+), 85 deletions(-)
19138
19139 commit 440a76b630a36a7336c93e8b05d988c6407b085e
19140 Author: Behdad Esfahbod <behdad@behdad.org>
19141 Date:   Wed Apr 20 14:20:00 2011 -0400
19142
19143     [OT] Fix script to ot-script-tag conversion
19144
19145  src/hb-ot-tag.c |    4 ++--
19146  1 files changed, 2 insertions(+), 2 deletions(-)
19147
19148 commit a3036a3e97b14c8eb1df208aed944207f9b6cc0b
19149 Author: Behdad Esfahbod <behdad@behdad.org>
19150 Date:   Wed Apr 20 14:13:23 2011 -0400
19151
19152     Minor
19153
19154  src/hb-view.c |    1 -
19155  1 files changed, 0 insertions(+), 1 deletions(-)
19156
19157 commit fb6291d9c9224bedf207bf0077ad9f0a2690f867
19158 Author: Behdad Esfahbod <behdad@behdad.org>
19159 Date:   Wed Apr 20 03:15:31 2011 -0400
19160
19161     [test] Add test for headers included from C and C++
19162
19163  test/Makefile.am       |   17 ++++++++++++++++
19164  test/test-c.c          |   49
19165  ++++++++++++++++++++++++++++++++++++++++++++++++
19166  test/test-cplusplus.cc |   29 ++++++++++++++++++++++++++++
19167  3 files changed, 95 insertions(+), 0 deletions(-)
19168
19169 commit 107a50581ccab7df7c390d5b927fdab1bbe8e713
19170 Author: Behdad Esfahbod <behdad@behdad.org>
19171 Date:   Wed Apr 20 03:04:56 2011 -0400
19172
19173     [test] Add todo items
19174
19175  test/test-unicode.c |    3 +++
19176  1 files changed, 3 insertions(+), 0 deletions(-)
19177
19178 commit 5668189c12c264e8d2caf0d12dac918363ef6f80
19179 Author: Behdad Esfahbod <behdad@behdad.org>
19180 Date:   Wed Apr 20 03:03:32 2011 -0400
19181
19182     [API] font: move user_data before destroy()
19183
19184     This is the common convention for language binding tools.
19185
19186  src/hb-font-private.h |    4 ++--
19187  src/hb-font.cc        |   30 +++++++++++++++---------------
19188  src/hb-font.h         |   12 ++++++------
19189  src/hb-ft.c           |    8 ++++----
19190  4 files changed, 27 insertions(+), 27 deletions(-)
19191
19192 commit e5847f75fb7bd25c5db6061d8e20d61fa469f9fe
19193 Author: Behdad Esfahbod <behdad@behdad.org>
19194 Date:   Wed Apr 20 02:59:28 2011 -0400
19195
19196     [API] blob: move user_data before destroy()
19197
19198     This is the common convention for language binding tools.
19199
19200  src/hb-blob-private.h |    2 +-
19201  src/hb-blob.c         |   16 ++++++++--------
19202  src/hb-blob.h         |    4 ++--
19203  3 files changed, 11 insertions(+), 11 deletions(-)
19204
19205 commit 1fd73b594d611624ccb73f614c61298debf48994
19206 Author: Behdad Esfahbod <behdad@behdad.org>
19207 Date:   Wed Apr 20 02:56:39 2011 -0400
19208
19209     [test] Rename test-types to test-common
19210
19211  test/Makefile.am   |    2 +-
19212  test/test-common.c |  166
19213  ++++++++++++++++++++++++++++++++++++++++++++++++++++
19214  test/test-types.c  |  166
19215  ----------------------------------------------------
19216  3 files changed, 167 insertions(+), 167 deletions(-)
19217
19218 commit f144a8ea840c6452c1fece2fd988b42a8ea7c5a6
19219 Author: Behdad Esfahbod <behdad@behdad.org>
19220 Date:   Wed Apr 20 02:54:42 2011 -0400
19221
19222     [icu] Add two-way script conversion functions
19223
19224     Also optimizes the common-direction script lookup.
19225
19226  src/hb-common.c   |    5 +-
19227  src/hb-icu.cc     |  205
19228  ++++++++++++++++++++++++++++------------------------
19229  src/hb-icu.h      |    9 +++
19230  test/test-types.c |    2 +-
19231  4 files changed, 124 insertions(+), 97 deletions(-)
19232
19233 commit 0809aadd4bbd5d0f256407def7cc10b79772a824
19234 Author: Behdad Esfahbod <behdad@behdad.org>
19235 Date:   Wed Apr 20 02:44:29 2011 -0400
19236
19237     [glib] Add two-way script conversion functions
19238
19239     Also optimizes the common-direction script lookup to be an array
19240     lookup.
19241
19242  src/hb-glib.cc |  270
19243  +++++++++++++++++++++++++++++---------------------------
19244  src/hb-glib.h  |    8 ++
19245  2 files changed, 148 insertions(+), 130 deletions(-)
19246
19247 commit 5c8c1b680c4fa23c8574b9aebd21113e276f57a3
19248 Author: Behdad Esfahbod <behdad@behdad.org>
19249 Date:   Wed Apr 20 02:29:22 2011 -0400
19250
19251     Remove verbose comments
19252
19253  src/hb-glib.cc |  194 ++++++++++++++++++++--------------------
19254  src/hb-icu.cc  |  266
19255  ++++++++++++++++++++++++++++----------------------------
19256  2 files changed, 230 insertions(+), 230 deletions(-)
19257
19258 commit fb194b8794898f51eb596fa4092c26606889d376
19259 Author: Behdad Esfahbod <behdad@behdad.org>
19260 Date:   Wed Apr 20 02:00:47 2011 -0400
19261
19262     unicode: Cleanup implementation
19263
19264  src/Makefile.am           |    8 +-
19265  src/hb-buffer-private.hh  |    2 +-
19266  src/hb-glib.c             |  230 ------------------------------------
19267  src/hb-glib.cc            |  231 ++++++++++++++++++++++++++++++++++++
19268  src/hb-icu.c              |  285
19269  ---------------------------------------------
19270  src/hb-icu.cc             |  285
19271  +++++++++++++++++++++++++++++++++++++++++++++
19272  src/hb-ot-shape.cc        |   14 +--
19273  src/hb-shape.cc           |    4 +-
19274  src/hb-unicode-private.h  |   77 ------------
19275  src/hb-unicode-private.hh |   96 +++++++++++++++
19276  src/hb-unicode.c          |  256 ----------------------------------------
19277  src/hb-unicode.cc         |  223 +++++++++++++++++++++++++++++++++++
19278  src/hb-unicode.h          |   57 +++++-----
19279  test/test-unicode.c       |   23 +++-
19280  14 files changed, 892 insertions(+), 899 deletions(-)
19281
19282 commit ecfb773829a5d98a4f5456a992f3e5ecd6731435
19283 Author: Behdad Esfahbod <behdad@behdad.org>
19284 Date:   Wed Apr 20 01:34:51 2011 -0400
19285
19286     Cosmetic
19287
19288  src/hb-unicode.h |   22 +++++++++-------------
19289  1 files changed, 9 insertions(+), 13 deletions(-)
19290
19291 commit 2fd0c577e322ccbf762927bc4600b3ea31db4c80
19292 Author: Ryan Lortie <desrt@desrt.ca>
19293 Date:   Wed Apr 20 00:19:20 2011 -0400
19294
19295     [API] unicode: rework virtual functions for subclassing
19296
19297     Unicode data providers can now be subclassed, including support for
19298     chain-up.  The interface should now be nicely bindable, as well.
19299
19300     Also fix glib unicode funcs that where broken after hb_script_t
19301     changes.  Nicely caught by the test-unicode.c added in this commit.
19302
19303  src/hb-glib.c            |  186 +++++++++++++++++++++++++++++++++++--
19304  src/hb-icu.c             |   45 +++++++--
19305  src/hb-ot-shape.cc       |    9 +-
19306  src/hb-shape.cc          |    2 +-
19307  src/hb-unicode-private.h |   17 ++++
19308  src/hb-unicode.c         |  231
19309  +++++++++++++++++++++++++---------------------
19310  src/hb-unicode.h         |   68 +++++++-------
19311  test/Makefile.am         |    1 +
19312  test/test-unicode.c      |  215
19313  ++++++++++++++++++++++++++++++++++++++++++
19314  9 files changed, 610 insertions(+), 164 deletions(-)
19315
19316 commit f85faee9b3cb841ea977403945e2c877ab32b97a
19317 Author: Behdad Esfahbod <behdad@behdad.org>
19318 Date:   Tue Apr 19 00:38:01 2011 -0400
19319
19320     [API] Rename hb_buffer_add_glyph() to hb_buffer_add()
19321
19322  src/hb-buffer.cc   |   10 +++++-----
19323  src/hb-buffer.h    |    8 ++++----
19324  test/test-buffer.c |    2 +-
19325  3 files changed, 10 insertions(+), 10 deletions(-)
19326
19327 commit aab0de50e23727b69fa8c3d4e05c50c114c62835
19328 Author: Behdad Esfahbod <behdad@behdad.org>
19329 Date:   Tue Apr 19 00:32:19 2011 -0400
19330
19331     [API] Add hb_buffer_allocation_successful()
19332
19333     Returns the error status of the buffer.
19334
19335  src/hb-buffer.cc   |    6 ++++++
19336  src/hb-buffer.h    |    6 ++++++
19337  test/test-buffer.c |    2 +-
19338  3 files changed, 13 insertions(+), 1 deletions(-)
19339
19340 commit 02a534b23f2d1e7475109563b9f61221ed020e8b
19341 Author: Ryan Lortie <desrt@desrt.ca>
19342 Date:   Fri Apr 15 18:34:45 2011 -0400
19343
19344     [API] Rename hb_buffer_ensure() to hb_buffer_pre_allocate()
19345
19346     The new name is self-documenting.
19347
19348  src/hb-buffer.cc |    4 ++--
19349  src/hb-buffer.h  |    4 ++--
19350  2 files changed, 4 insertions(+), 4 deletions(-)
19351
19352 commit 70566befc59cfa8b9c43ac682749c40ea783b1dd
19353 Author: Ryan Lortie <desrt@desrt.ca>
19354 Date:   Fri Apr 15 18:32:36 2011 -0400
19355
19356     [API} hb_buffer_get_glyph_{infos,positions}: Add length out parameter
19357
19358     Return the length, whenever we return an array.  Makes it easier
19359     on the
19360     language bindings.
19361
19362  src/hb-buffer.cc                 |   12 ++++++++++--
19363  src/hb-buffer.h                  |    6 ++++--
19364  src/hb-ot-layout-gpos-private.hh |    4 ++--
19365  src/hb-view.c                    |    4 ++--
19366  test/test-buffer.c               |    7 ++-----
19367  5 files changed, 20 insertions(+), 13 deletions(-)
19368
19369 commit 62879eebd9965179af8602ba29ac0a64a739b757
19370 Author: Behdad Esfahbod <behdad@behdad.org>
19371 Date:   Mon Apr 18 23:40:21 2011 -0400
19372
19373     [API] Use ISO 15924 tags for hb_script_t
19374
19375     This simplifies the code, reduces static data, and makes the design
19376     more extensible to future additions of new scripts.
19377
19378  src/hb-common.c                    |  411
19379  ++++--------------------------------
19380  src/hb-common.h                    |  199 +++++++++---------
19381  src/hb-ot-map.cc                   |    4 +-
19382  src/hb-ot-shape-complex-private.hh |    3 +-
19383  src/hb-ot-tag.c                    |  228 +++++++++-----------
19384  src/hb-ot-tag.h                    |    6 +-
19385  src/hb-shape.cc                    |    4 +-
19386  test/test-types.c                  |    2 +-
19387  8 files changed, 252 insertions(+), 605 deletions(-)
19388
19389 commit c0af193c8e25c4f11d23b8893e9ce1c2d2615bb2
19390 Author: Behdad Esfahbod <behdad@behdad.org>
19391 Date:   Fri Apr 15 19:26:24 2011 -0400
19392
19393     Change buffer default properties to invalid
19394
19395     This includes HB_DIRECTION_INVALID and HB_SCRIPT_INVALID.
19396
19397     The INVALID will cause a "guess whatever from the text" in hb_shape().
19398     While it's not ideal, it works better than the previous defaults at
19399     least (HB_DIRECTION_LTR and HB_SCRIPT_COMMON).
19400
19401  src/hb-buffer-private.hh |    9 +++------
19402  src/hb-buffer.cc         |   24 ++++++++++++++++--------
19403  src/hb-view.c            |    6 ++----
19404  test/test-buffer.c       |    4 ++--
19405  4 files changed, 23 insertions(+), 20 deletions(-)
19406
19407 commit 00bec2c969555e76c3f84650a1d3c45308e585ad
19408 Author: Behdad Esfahbod <behdad@behdad.org>
19409 Date:   Fri Apr 15 19:16:54 2011 -0400
19410
19411     Move enum types to hb-common.h
19412
19413  src/hb-common.c  |  406
19414  ++++++++++++++++++++++++++++++++++++++++++++++++++++++
19415  src/hb-common.h  |  170 +++++++++++++++++++++++
19416  src/hb-unicode.c |  406
19417  ------------------------------------------------------
19418  src/hb-unicode.h |  166 ----------------------
19419  4 files changed, 576 insertions(+), 572 deletions(-)
19420
19421 commit 5dd4609f4da5674966a0169d9fa533ac5bc9f464
19422 Author: Behdad Esfahbod <behdad@behdad.org>
19423 Date:   Fri Apr 15 19:16:34 2011 -0400
19424
19425     [TODO] Add new item
19426
19427  TODO |    1 +
19428  1 files changed, 1 insertions(+), 0 deletions(-)
19429
19430 commit b54cd07b2623b68171e00179a9dc3ecbea7aa6a1
19431 Author: Behdad Esfahbod <behdad@behdad.org>
19432 Date:   Fri Apr 15 19:12:01 2011 -0400
19433
19434     Mark internal buffer variables private
19435
19436  src/hb-buffer.h |    4 ++++
19437  1 files changed, 4 insertions(+), 0 deletions(-)
19438
19439 commit 0e8d35c0932ddc20ebf430f2fd82c087da698954
19440 Author: Behdad Esfahbod <behdad@behdad.org>
19441 Date:   Fri Apr 15 19:07:10 2011 -0400
19442
19443     Add hb_script_from_string()
19444
19445  src/hb-unicode.c |    6 ++++++
19446  src/hb-unicode.h |    4 ++++
19447  src/hb-view.c    |    2 +-
19448  3 files changed, 11 insertions(+), 1 deletions(-)
19449
19450 commit 8f0d7e0c3fd4b05c43ac449be4f374dc2dc56127
19451 Author: Behdad Esfahbod <behdad@behdad.org>
19452 Date:   Fri Apr 15 18:59:56 2011 -0400
19453
19454     Remove hb_buffer_clear_positions(), add hb_ot_layout_position_start()
19455
19456  src/hb-buffer-private.hh |    6 +++++-
19457  src/hb-buffer.cc         |   24 ++++++++++++------------
19458  src/hb-buffer.h          |    5 +----
19459  src/hb-ot-layout.cc      |    6 ++++++
19460  src/hb-ot-layout.h       |    4 ++++
19461  src/hb-ot-shape.cc       |    2 +-
19462  6 files changed, 29 insertions(+), 18 deletions(-)
19463
19464 commit 2fc56edff6d64f190271454ccb1b5fd347d4f172
19465 Author: Behdad Esfahbod <behdad@behdad.org>
19466 Date:   Fri Apr 15 18:35:08 2011 -0400
19467
19468     [API] Remove hb_buffer_clear()
19469
19470     One should use hb_buffer_reset() really.
19471
19472  src/hb-buffer.cc   |   16 +++++-----------
19473  src/hb-buffer.h    |    4 ----
19474  test/test-buffer.c |    4 ----
19475  3 files changed, 5 insertions(+), 19 deletions(-)
19476
19477 commit 7f5bdc80541cdc90aa1acafba5e9e0bd2df53ff4
19478 Author: Behdad Esfahbod <behdad@behdad.org>
19479 Date:   Fri Apr 15 18:34:55 2011 -0400
19480
19481     [TODO] Remove done items
19482
19483  TODO |    4 ----
19484  1 files changed, 0 insertions(+), 4 deletions(-)
19485
19486 commit 5814dfa3f5aa41bc3df06b78980d57d7bea0ba58
19487 Author: Behdad Esfahbod <behdad@behdad.org>
19488 Date:   Fri Apr 15 14:41:04 2011 -0400
19489
19490     Cosmetic
19491
19492  src/hb-ot-shape.cc |   14 +++++++-------
19493  src/hb-ot-shape.h  |    4 ++--
19494  src/hb-shape.cc    |   20 ++++++++++----------
19495  src/hb-shape.h     |   10 +++++-----
19496  4 files changed, 24 insertions(+), 24 deletions(-)
19497
19498 commit cfbfeb88a6ec059ea97a6624e63cfacc642b685a
19499 Author: Behdad Esfahbod <behdad@behdad.org>
19500 Date:   Fri Apr 15 12:40:40 2011 -0400
19501
19502     [TODO] Remove done items
19503
19504  TODO |    4 ----
19505  1 files changed, 0 insertions(+), 4 deletions(-)
19506
19507 commit 3cbdf70e0a92f1c24e16c0d4dcfbec4ac59a77a3
19508 Author: Behdad Esfahbod <behdad@behdad.org>
19509 Date:   Fri Apr 15 12:32:06 2011 -0400
19510
19511     Make hb_language_t typesafe
19512
19513  src/hb-common.c |   18 +++++++++++-------
19514  src/hb-common.h |    2 +-
19515  2 files changed, 12 insertions(+), 8 deletions(-)
19516
19517 commit 2f2f448af35c232d18888c0e57cb21c9796ba7a8
19518 Author: Behdad Esfahbod <behdad@behdad.org>
19519 Date:   Fri Apr 15 11:45:14 2011 -0400
19520
19521     [test] Add more TODO items
19522
19523  test/test-buffer.c |    2 ++
19524  1 files changed, 2 insertions(+), 0 deletions(-)
19525
19526 commit c910bec863215f918c659f58debbc7fe5264d7b6
19527 Author: Behdad Esfahbod <behdad@behdad.org>
19528 Date:   Wed Apr 13 15:49:06 2011 -0400
19529
19530     Add hb_buffer_reset() and hb_buffer_set_length()
19531
19532  src/hb-buffer.cc |   31 +++++++++++++++++++++++++++++++
19533  src/hb-buffer.h  |   15 ++++++++++++++-
19534  2 files changed, 45 insertions(+), 1 deletions(-)
19535
19536 commit 69ea23cb5d47dd1cfd3129f68375021ef79bf63b
19537 Author: Behdad Esfahbod <behdad@behdad.org>
19538 Date:   Wed Apr 13 15:02:40 2011 -0400
19539
19540     Minor
19541
19542  src/hb-buffer.cc |    2 +-
19543  1 files changed, 1 insertions(+), 1 deletions(-)
19544
19545 commit 7dea908cd582c8c25555015940065c69c1e7e65b
19546 Author: Behdad Esfahbod <behdad@behdad.org>
19547 Date:   Wed Apr 13 01:35:58 2011 -0400
19548
19549     [test] Add todo items
19550
19551  test/test-buffer.c |    5 ++++-
19552  1 files changed, 4 insertions(+), 1 deletions(-)
19553
19554 commit 07cbaac07d7f43437b171e9275430b5fb3097716
19555 Author: Behdad Esfahbod <behdad@behdad.org>
19556 Date:   Wed Apr 13 01:11:19 2011 -0400
19557
19558     [TODO] Add item re script iso15924 functions
19559
19560  TODO |    2 ++
19561  1 files changed, 2 insertions(+), 0 deletions(-)
19562
19563 commit d0f53fdbead15d9003b521b8ed47d02fd29a4c64
19564 Author: Behdad Esfahbod <behdad@behdad.org>
19565 Date:   Wed Apr 13 01:09:09 2011 -0400
19566
19567     [test] Test hb-buffer.h
19568
19569  test/Makefile.am   |    8 ++-
19570  test/test-buffer.c |  195
19571  ++++++++++++++++++++++++++++++++++++++++++++++++++++
19572  2 files changed, 202 insertions(+), 1 deletions(-)
19573
19574 commit 72d89404c2837d578f5305456c817130b6a15c73
19575 Author: Behdad Esfahbod <behdad@behdad.org>
19576 Date:   Wed Apr 13 01:07:42 2011 -0400
19577
19578     [TODO] Add item re hb_buffer_reset()
19579
19580  TODO |    2 ++
19581  1 files changed, 2 insertions(+), 0 deletions(-)
19582
19583 commit 5015c12dfb4de8525325178ae6def9e80fd83669
19584 Author: Behdad Esfahbod <behdad@behdad.org>
19585 Date:   Wed Apr 13 01:06:02 2011 -0400
19586
19587     [TODO] Add item re hb_buffer_resize()
19588
19589  TODO |    2 ++
19590  1 files changed, 2 insertions(+), 0 deletions(-)
19591
19592 commit 9329ec92078d0e2d7bb04f683e0c6a582aab92f7
19593 Author: Behdad Esfahbod <behdad@behdad.org>
19594 Date:   Wed Apr 13 00:06:23 2011 -0400
19595
19596     [TODO] Add API item
19597
19598  TODO |    2 ++
19599  1 files changed, 2 insertions(+), 0 deletions(-)
19600
19601 commit 4744379efc6063d94e15ff99381a7ab8b88ee567
19602 Author: Behdad Esfahbod <behdad@behdad.org>
19603 Date:   Mon Apr 11 19:47:33 2011 -0400
19604
19605     Minor
19606
19607  test/test-types.c |    2 +-
19608  1 files changed, 1 insertions(+), 1 deletions(-)
19609
19610 commit 9385caa8a693df0f06a511a71de9aa407637097c
19611 Author: Behdad Esfahbod <behdad@behdad.org>
19612 Date:   Mon Apr 11 19:43:51 2011 -0400
19613
19614     [test] Actually hook up hb_script_t tests
19615
19616     I really shall find a way to automate the test enumeration.  Otherwise
19617     it's too easy to add a test and wrongly hook it up.  Did it twice
19618     today.
19619
19620  test/test-types.c |    4 ++--
19621  1 files changed, 2 insertions(+), 2 deletions(-)
19622
19623 commit 8e4bb3cacc269ed32187aaaeaa166c64f41a0418
19624 Author: Behdad Esfahbod <behdad@behdad.org>
19625 Date:   Mon Apr 11 17:55:58 2011 -0400
19626
19627     Fold hb-language.[ch] into hb-common.[ch]
19628
19629  src/Makefile.am   |    2 -
19630  src/hb-buffer.h   |    1 -
19631  src/hb-common.c   |   92 ++++++++++++++++++++++++++++++++++++++++-
19632  src/hb-common.h   |   42 +++++++++++++------
19633  src/hb-language.c |  120
19634  -----------------------------------------------------
19635  src/hb-language.h |   46 --------------------
19636  src/hb-ot-tag.h   |    1 -
19637  src/hb.h          |    1 -
19638  8 files changed, 120 insertions(+), 185 deletions(-)
19639
19640 commit 09125576ca745b3393f3dc49071df891400bbdc9
19641 Author: Behdad Esfahbod <behdad@behdad.org>
19642 Date:   Mon Apr 11 17:49:33 2011 -0400
19643
19644     [test] Test hb_language_t
19645
19646  test/test-types.c |   26 +++++++++++++++++++++++++-
19647  1 files changed, 25 insertions(+), 1 deletions(-)
19648
19649 commit 316b7a1afb84a5dfeaed886a585669b4d549c9b7
19650 Author: Behdad Esfahbod <behdad@behdad.org>
19651 Date:   Mon Apr 11 17:49:10 2011 -0400
19652
19653     Make hb_language_from_string("") return NULL language
19654
19655  src/hb-language.c |    2 +-
19656  1 files changed, 1 insertions(+), 1 deletions(-)
19657
19658 commit db60c96f20426111ffa71e9802ef6e248f8b28d0
19659 Author: Behdad Esfahbod <behdad@behdad.org>
19660 Date:   Mon Apr 11 16:17:02 2011 -0400
19661
19662     [teset] Test hb_script_t
19663
19664  test/hb-test.h    |    8 ++++++++
19665  test/test-types.c |   35 ++++++++++++++++++++++++++++++++++-
19666  2 files changed, 42 insertions(+), 1 deletions(-)
19667
19668 commit 99b74760a4cddc798ab44b5ca897486bbb9c76d6
19669 Author: Behdad Esfahbod <behdad@behdad.org>
19670 Date:   Mon Apr 11 15:47:40 2011 -0400
19671
19672     Rename hb_category_t to hb_unicode_general_category_t
19673
19674  src/hb-glib.c                     |    2 +-
19675  src/hb-icu.c                      |   64
19676  ++++++++++++++++++------------------
19677  src/hb-ot-shape-complex-arabic.cc |    8 ++--
19678  src/hb-ot-shape-private.hh        |    2 +-
19679  src/hb-ot-shape.cc                |    2 +-
19680  src/hb-unicode.c                  |    4 +-
19681  src/hb-unicode.h                  |   66
19682  ++++++++++++++++++------------------
19683  7 files changed, 74 insertions(+), 74 deletions(-)
19684
19685 commit 4188096a7722f09ffa9319986c0286071da10a27
19686 Author: Behdad Esfahbod <behdad@behdad.org>
19687 Date:   Mon Apr 11 14:58:28 2011 -0400
19688
19689     Make HB_TAG_CHAR4 private
19690
19691     It's just sugar.
19692
19693  src/hb-common.h   |    5 +----
19694  src/hb-private.h  |    7 ++++++-
19695  test/test-types.c |    2 --
19696  3 files changed, 7 insertions(+), 7 deletions(-)
19697
19698 commit 7ff7401c9237cda661869c1cb196d685706ac4e9
19699 Author: Behdad Esfahbod <behdad@behdad.org>
19700 Date:   Mon Apr 11 13:27:30 2011 -0400
19701
19702     Make hb_tag_from_string(NULL) return HB_TAG_NONE
19703
19704  src/hb-common.c   |    3 +++
19705  test/test-types.c |    3 +++
19706  2 files changed, 6 insertions(+), 0 deletions(-)
19707
19708 commit 02f6e62d6cabc7808c188daef26a1fe7ac626b1f
19709 Author: Behdad Esfahbod <behdad@behdad.org>
19710 Date:   Mon Apr 11 13:27:21 2011 -0400
19711
19712     Build fix
19713
19714  test/Makefile.am |    4 ++--
19715  1 files changed, 2 insertions(+), 2 deletions(-)
19716
19717 commit db5227c40e5c35fe2ffb750f32b639cb44424a1d
19718 Author: Behdad Esfahbod <behdad@behdad.org>
19719 Date:   Mon Apr 11 13:16:08 2011 -0400
19720
19721     Move macros around
19722
19723  src/hb-ot-tag.c  |    6 ++----
19724  src/hb-private.h |    7 +++++++
19725  2 files changed, 9 insertions(+), 4 deletions(-)
19726
19727 commit 07233581c9d953708d3c020907c42b8b89472b89
19728 Author: Behdad Esfahbod <behdad@behdad.org>
19729 Date:   Mon Apr 11 13:12:37 2011 -0400
19730
19731     Rename HB_TAG_STR() to HB_TAG_CHAR4()
19732
19733     The problem with HB_TAG_STR() was that it expected a string of size 4
19734     exactly, and unlike hb_tag_from_string() it doesn't pad the tag with
19735     space characters.  So, the new name is more appropriate.
19736
19737  src/hb-common.c   |    2 +-
19738  src/hb-common.h   |    8 ++++----
19739  src/hb-ot-tag.c   |    2 +-
19740  test/test-types.c |    2 +-
19741  4 files changed, 7 insertions(+), 7 deletions(-)
19742
19743 commit 9faa980067f802f712c2adf8263152ed40c98088
19744 Author: Behdad Esfahbod <behdad@behdad.org>
19745 Date:   Mon Apr 11 12:46:49 2011 -0400
19746
19747     Add an in-tree test suite
19748
19749     Uses the glib testing framework.  Wrote unit tests for hb-common.h
19750     types.
19751
19752  Makefile.am        |    2 +-
19753  test/Makefile.am   |   18 +++++++++
19754  test/Makefile.decl |   90 +++++++++++++++++++++++++++++++++++++++++++
19755  test/hb-test.h     |   67 ++++++++++++++++++++++++++++++++
19756  test/test-types.c  |  108
19757  ++++++++++++++++++++++++++++++++++++++++++++++++++++
19758  5 files changed, 284 insertions(+), 1 deletions(-)
19759
19760 commit d77b76200efbaa0611691920f9f2018b1e8be340
19761 Author: Behdad Esfahbod <behdad@behdad.org>
19762 Date:   Mon Apr 11 12:29:52 2011 -0400
19763
19764     Add few more paratheses to the HB_TAG macro
19765
19766     Never hurts.
19767
19768  src/hb-common.h |    2 +-
19769  1 files changed, 1 insertions(+), 1 deletions(-)
19770
19771 commit b13640de6992de9ee9d07e3581c33b8181b70ff9
19772 Author: Behdad Esfahbod <behdad@behdad.org>
19773 Date:   Mon Apr 11 12:29:31 2011 -0400
19774
19775     A few more ASSERTs
19776
19777  src/hb-private.h |    3 +++
19778  1 files changed, 3 insertions(+), 0 deletions(-)
19779
19780 commit ae9eeaff9300f3bb7bed588c5478e8e5461b3df0
19781 Author: Behdad Esfahbod <behdad@behdad.org>
19782 Date:   Mon Apr 11 11:49:08 2011 -0400
19783
19784     Remove warning message from public header file
19785
19786     Since we now assert thos in hb-private.h, the int types cannot
19787     be wrong.
19788     (Except for when someone else includes hb-common.h in a very broken
19789     configuration, but that's not our problem!)
19790
19791     Plus, we don't use inline in the public headers, so remove that too.
19792
19793  src/hb-common.h  |    7 -------
19794  src/hb-private.h |    4 ++++
19795  2 files changed, 4 insertions(+), 7 deletions(-)
19796
19797 commit 6fd5364bdc3a2b459175377e9e16c86cff054232
19798 Author: Behdad Esfahbod <behdad@behdad.org>
19799 Date:   Mon Apr 11 11:47:14 2011 -0400
19800
19801     Assert int types
19802
19803  src/hb-private.h |   12 ++++++++++++
19804  1 files changed, 12 insertions(+), 0 deletions(-)
19805
19806 commit bbdeff59646e5502b9fc53ab1761b3f014ee276c
19807 Author: Behdad Esfahbod <behdad@behdad.org>
19808 Date:   Thu Apr 7 16:05:07 2011 -0400
19809
19810     Add test directory
19811
19812  configure.ac |    1 +
19813  1 files changed, 1 insertions(+), 0 deletions(-)
19814
19815 commit 4accc92afc702177ea53280d977cec839af3c12c
19816 Author: Behdad Esfahbod <behdad@behdad.org>
19817 Date:   Thu Apr 7 15:53:26 2011 -0400
19818
19819     Update TODO items
19820
19821  TODO |   31 ++++++++++++++++++++-----------
19822  1 files changed, 20 insertions(+), 11 deletions(-)
19823
19824 commit a71b9c8579d73aea4549f12524bbc2e89f43b5c5
19825 Author: Behdad Esfahbod <behdad@behdad.org>
19826 Date:   Wed Apr 6 14:04:56 2011 -0400
19827
19828     Disable 'cswh' by default except for Arabic shaper
19829
19830     That better matches OpenType spec.  Note that we enable it for all
19831     Arabic-shaper scripts.  Ie. we enable it by default for Syriac too,
19832     but the SyriacOT spec does not require it.  I think this is a more
19833     useful compromise than special-casing for Arabic script alone.
19834
19835  src/hb-ot-shape-complex-arabic.cc |    3 +++
19836  src/hb-ot-shape.cc                |    1 -
19837  2 files changed, 3 insertions(+), 1 deletions(-)
19838
19839 commit cab6f65bba560ac1651d9152f1ecf12eb88eca74
19840 Author: Behdad Esfahbod <behdad@behdad.org>
19841 Date:   Mon Apr 4 15:36:51 2011 -0400
19842
19843     [hb-view] setlocale (LC_ALL, "")
19844
19845     For now we don't use anything from the locale, but we should default
19846     to using $LANG, etc, if --language is not specified.  Right?
19847
19848  src/hb-view.c |    3 +++
19849  1 files changed, 3 insertions(+), 0 deletions(-)
19850
19851 commit fb9ca1bfabde7da0c274e7a1bd12bffaf7949c18
19852 Author: Behdad Esfahbod <behdad@behdad.org>
19853 Date:   Mon Apr 4 14:50:09 2011 -0400
19854
19855     [hb-view] Rewrite --features parsing, with range support
19856
19857     The --features parsing handles errors now.  More importantly, it
19858     allos limiting individual features to specific byte ranges.  The
19859     format is Python-esque.  Here is how it all works:
19860
19861       Syntax:   Value:  Start:  End:
19862
19863     Setting value:
19864       "kern"    1       0       âˆž     # Turn feature on
19865       "+kern"   1       0       âˆž     # Turn feature off
19866       "-kern"   0       0       âˆž     # Turn feature off
19867       "kern=0"  0       0       âˆž     # Turn feature off
19868       "kern=1"  1       0       âˆž     # Turn feature on
19869       "kern=2"  2       0       âˆž     # Choose 2nd alternate
19870
19871     Setting index:
19872       "kern[]"  1       0       âˆž     # Turn feature on
19873       "kern[:]" 1       0       âˆž     # Turn feature on
19874       "kern[5:]"        1       5       âˆž     # Turn feature on, partial
19875       "kern[:5]"        1       0       5       # Turn feature on, partial
19876       "kern[3:5]"       1       3       5       # Turn feature on, range
19877       "kern[3]" 1       3       3+1     # Turn feature on, single char
19878
19879     Mixing it all:
19880
19881       "kern[3:5]=0"     1       3       5       # Turn feature off
19882       for range
19883
19884  src/hb-view.c |  169
19885  ++++++++++++++++++++++++++++++++++++++++++++-------------
19886  1 files changed, 132 insertions(+), 37 deletions(-)
19887
19888 commit ccc6745afaa68ce7497a6cd02ce85986d3c863d0
19889 Author: Behdad Esfahbod <behdad@behdad.org>
19890 Date:   Mon Apr 4 14:49:50 2011 -0400
19891
19892     [hb-view] Use cached hb-ft face creation
19893
19894     Avoids recreating the face the second time we call draw().
19895
19896  src/hb-view.c |    2 +-
19897  1 files changed, 1 insertions(+), 1 deletions(-)
19898
19899 commit 1b4a2cc095d165dc573e0235f00fbbf2a5d3c2c5
19900 Author: Behdad Esfahbod <behdad@behdad.org>
19901 Date:   Mon Apr 4 14:45:28 2011 -0400
19902
19903     [hb-view] Add --debug
19904
19905     Frees all allocated memory before exiting.  Useful for valgrind run.
19906
19907  src/hb-view.c |   17 +++++++++++++++++
19908  1 files changed, 17 insertions(+), 0 deletions(-)
19909
19910 commit b2da26d1e32a012f7feaad7c7cced61e4fb269f1
19911 Author: Behdad Esfahbod <behdad@behdad.org>
19912 Date:   Fri Apr 1 15:48:43 2011 -0400
19913
19914     [hb-view] Support --features
19915
19916     Accepts values like:
19917
19918       --features="-mkmk,aalt=2,calt=1,+cswh"
19919
19920     A minus sign means "=0", a plus sign means "=1".  Default is "=1".
19921     A minus sign overrides an explicit value.
19922
19923  src/hb-view.c |   70
19924  +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
19925  1 files changed, 68 insertions(+), 2 deletions(-)
19926
19927 commit f48ff19b629070d13cee3c0eeeb06c98992f93c6
19928 Author: Behdad Esfahbod <behdad@behdad.org>
19929 Date:   Fri Apr 1 14:19:10 2011 -0400
19930
19931     Sort options for clarity
19932
19933  src/hb-view.c |   12 ++++++------
19934  1 files changed, 6 insertions(+), 6 deletions(-)
19935
19936 commit 5d91c3d547f78163b36aa7436d4388a836cca94a
19937 Author: Behdad Esfahbod <behdad@behdad.org>
19938 Date:   Wed Mar 16 17:36:32 2011 -0300
19939
19940     Add script to/from ISO 15924 tag support
19941
19942     Also adds --script support to hb-view.
19943
19944     If a script tag is not known to us, we pass the ISO 15924 tag around.
19945     Right now, the OT layer ignores that, but we can fix it to blindly
19946     convert that to an OT script tag.
19947
19948  src/hb-ot-tag.c  |    4 +
19949  src/hb-unicode.c |  273
19950  ++++++++++++++++++++++++++++++++++++++++++++++++++++++
19951  src/hb-unicode.h |    8 ++-
19952  src/hb-view.c    |   10 ++-
19953  4 files changed, 293 insertions(+), 2 deletions(-)
19954
19955 commit 3286fc0e9adc3f2874c9409e7fdb09e4d2b7dda1
19956 Author: Behdad Esfahbod <behdad@behdad.org>
19957 Date:   Wed Mar 16 14:53:32 2011 -0300
19958
19959     Let hb_shape() guess script and direction...
19960
19961     - Rename HB_SCRIPT_INVALID_CODE to HB_SCRIPT_INVALID
19962
19963     - Add HB_DIRECTION_INVALID
19964
19965     - Make hb_script_get_horizontal_direction() public
19966
19967     - Make hb_shape() guess script from buffer text (first non-common
19968       non-inherit script) if buffer script is set to HB_SCRIPT_INVALID
19969       (this
19970       is NOT the default.)
19971
19972     - Make hb_shape() guess direction from buffer script if buffer
19973     direction
19974     is set to HB_DIRECTION_INVALID (this is NOT the default.)
19975
19976     - Make hb-view.c set INVALID script and direction on the buffer.
19977
19978     The above changes are meant to make hb-view fairly useful for
19979     uni-script
19980     uni-direction text.  The guessing behavior however is NOT the
19981     default of
19982     hb_shape() and must be asked for explicitly.  This is intended,
19983     because
19984     the guess is not a suitable substitute to full-fledged bidi and script
19985     segmentation.  It's just a testing tool.
19986
19987  src/hb-common.h          |    3 +-
19988  src/hb-icu.c             |    2 +-
19989  src/hb-ot-shape.cc       |    3 +-
19990  src/hb-shape.cc          |   52
19991  ++++++++++++++++++++++++++++++++++++++++-----
19992  src/hb-unicode-private.h |    4 ---
19993  src/hb-unicode.c         |    2 +-
19994  src/hb-unicode.h         |    8 ++++++-
19995  src/hb-view.c            |    4 +-
19996  8 files changed, 61 insertions(+), 17 deletions(-)
19997
19998 commit b7b29684df67af7280b74ca4cf18f02ad6521bdc
19999 Author: Behdad Esfahbod <behdad@behdad.org>
20000 Date:   Wed Mar 2 01:01:03 2011 -0500
20001
20002     [hb-view] Handle write_to_png errors
20003
20004  src/hb-view.c |    9 ++++++++-
20005  1 files changed, 8 insertions(+), 1 deletions(-)
20006
20007 commit c2cb98c8185c5560cfd04de7ee7c64c9496b986c
20008 Author: Behdad Esfahbod <behdad@behdad.org>
20009 Date:   Tue Mar 1 23:18:09 2011 -0500
20010
20011     [hb-view] Link with -lm
20012
20013  src/Makefile.am |    2 +-
20014  1 files changed, 1 insertions(+), 1 deletions(-)
20015
20016 commit b5dd44e24669cd35affcd92788d39ff56cac94db
20017 Author: Behdad Esfahbod <behdad@behdad.org>
20018 Date:   Mon Feb 28 10:13:52 2011 -0800
20019
20020     Fix possible overflow
20021
20022  src/hb-buffer.cc |   12 ++++++++++--
20023  1 files changed, 10 insertions(+), 2 deletions(-)
20024
20025 commit a4b781e93a0bee0549611e129b3564d9804d9090
20026 Author: Behdad Esfahbod <behdad@behdad.org>
20027 Date:   Wed Feb 23 12:47:56 2011 -0500
20028
20029     Default background color shall either be white or transparent
20030
20031     Definitely not black!
20032
20033  src/hb-view.c |    2 +-
20034  1 files changed, 1 insertions(+), 1 deletions(-)
20035
20036 commit 5353bf439c150492708ef9337078cfd73b83627b
20037 Author: Behdad Esfahbod <behdad@behdad.org>
20038 Date:   Tue Feb 22 18:06:19 2011 -0500
20039
20040     Add initial hb-view tool
20041
20042     Currently doesn't handle script or direction.
20043
20044  configure.ac    |   18 +++
20045  src/Makefile.am |   14 +++
20046  src/hb-view.c   |  342
20047  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
20048  3 files changed, 374 insertions(+), 0 deletions(-)
20049
20050 commit 82438c6ad5f60b6afc75c48cef72e18bef532468
20051 Author: Bradley Grainger <bgrainger@logos.com>
20052 Date:   Tue Feb 15 18:37:29 2011 -0500
20053
20054     Fix #pragma message for MSVC.
20055
20056     __LOC__ was renamed to _HB__LOC__ in cd7555 but the corresponding
20057     change wasn't made in hb-private.h.
20058
20059  src/hb-private.h |    2 +-
20060  1 files changed, 1 insertions(+), 1 deletions(-)
20061
20062 commit ba9ab8d6d9c863662c4b44ace4a4d89e29e592f2
20063 Author: Behdad Esfahbod <behdad@behdad.org>
20064 Date:   Mon Jan 10 07:45:41 2011 -0500
20065
20066     Fix language extension matching
20067
20068  src/hb-ot-tag.c |    2 +-
20069  1 files changed, 1 insertions(+), 1 deletions(-)
20070
20071 commit a07874300a669ec0ea09a67df2a3ee8b0612d6b9
20072 Author: Behdad Esfahbod <behdad@behdad.org>
20073 Date:   Mon Jan 10 02:27:49 2011 -0500
20074
20075     Don't use the m4/ dir
20076
20077     We just require people to have libtool, pkg-config, etc installed
20078     when running autogen.sh
20079
20080  Makefile.am  |    2 --
20081  configure.ac |    1 -
20082  2 files changed, 0 insertions(+), 3 deletions(-)
20083
20084 commit 7bbe14bed8a886ea5b293c927c4bf937cbfc6f51
20085 Author: Behdad Esfahbod <behdad@behdad.org>
20086 Date:   Sun Jan 9 22:29:14 2011 -0500
20087
20088     Fix 'make distcheck'
20089
20090  src/Makefile.am |    7 ++++---
20091  1 files changed, 4 insertions(+), 3 deletions(-)
20092
20093 commit 2abe1264a580858bf7803af1701117a462375fb4
20094 Author: Javier Jardón <jjardon@gnome.org>
20095 Date:   Sun Jan 9 22:18:53 2011 -0500
20096
20097     Bug 31174 - Update autotools configuration
20098
20099  Makefile.am  |    2 +
20100  autogen.sh   |  188
20101  ++++------------------------------------------------------
20102  configure.ac |   22 +++++--
20103  3 files changed, 29 insertions(+), 183 deletions(-)
20104
20105 commit cc1a8a938b4c13e76b58825a9e1951c4134e634a
20106 Author: Behdad Esfahbod <behdad@behdad.org>
20107 Date:   Thu Jan 6 14:58:52 2011 -0500
20108
20109     Fix ChanContext backtrack matching with GPOS
20110
20111     Reported on mailing list by Keith Stribley and Khaled Hosny.
20112
20113  src/hb-buffer-private.hh             |    5 +++--
20114  src/hb-buffer.cc                     |    2 +-
20115  src/hb-ot-layout-gsubgpos-private.hh |    6 +++---
20116  3 files changed, 7 insertions(+), 6 deletions(-)
20117
20118 commit 1c3183027fe823cd673866ba29d169b69f8efba1
20119 Author: Behdad Esfahbod <behdad@behdad.org>
20120 Date:   Thu Jan 6 14:44:14 2011 -0500
20121
20122     Remove unused realloc
20123
20124     We always allocate and grow str and pos together.
20125
20126  src/hb-buffer.cc |    6 ------
20127  1 files changed, 0 insertions(+), 6 deletions(-)
20128
20129 commit 76691f0240d6de230e9b42280b54e91639464635
20130 Author: Behdad Esfahbod <behdad@behdad.org>
20131 Date:   Thu Jan 6 14:16:59 2011 -0500
20132
20133     Fix ICU detection
20134
20135  configure.ac |    2 +-
20136  1 files changed, 1 insertions(+), 1 deletions(-)
20137
20138 commit 756f794a1fce701092345a3f9afae039583fb55b
20139 Author: Behdad Esfahbod <behdad@behdad.org>
20140 Date:   Sun Dec 26 20:52:40 2010 -0500
20141
20142     Remove Graphite backend
20143
20144     It was unmaintained and the code has to be replaced to use the new
20145     grphite-ng code base.
20146
20147  configure.ac       |    6 -
20148  src/Makefile.am    |   14 ---
20149  src/hb-graphite.cc |  310
20150  ----------------------------------------------------
20151  src/hb-graphite.h  |   47 --------
20152  4 files changed, 0 insertions(+), 377 deletions(-)
20153
20154 commit f3d9d9879364609502d9d3a3a9f4647adb167d78
20155 Author: Behdad Esfahbod <behdad@behdad.org>
20156 Date:   Wed Dec 22 01:39:29 2010 -0500
20157
20158     Docs
20159
20160  src/hb-unicode.h |   60
20161  +++++++++++++++++++++++++++---------------------------
20162  1 files changed, 30 insertions(+), 30 deletions(-)
20163
20164 commit d86a5b3c5752abcc791724035ba4115958e6b5e2
20165 Author: Behdad Esfahbod <behdad@behdad.org>
20166 Date:   Tue Dec 21 18:36:25 2010 -0500
20167
20168     Bug 32274 - classic mongolian shaper
20169
20170     Add support for classic Mongolian script to the Arabic shaper.
20171
20172     Still work to be done around U+180E MONGOLIAN VOWEL SEPARATOR as it
20173     should not be included in the final glyph stream the same way that
20174     ZWNJ, etc should not appear in the final glyph stream.
20175
20176     But the joining part should be done.
20177
20178     There remains the question of how should the U+18A9 MONGOLIAN
20179     LETTER ALI
20180     GALI DAGALGA be handled as it has General Category NSM but a letter
20181     nonetheless.  For now, our generic logic makes this a joining
20182     T instead
20183     of joining D as other Mongolian letters are.
20184
20185  src/hb-ot-shape-complex-arabic.cc  |    8 ++++++++
20186  src/hb-ot-shape-complex-private.hh |    1 +
20187  2 files changed, 9 insertions(+), 0 deletions(-)
20188
20189 commit b0e7378fa9a4fc6fc74d9b3c27d927602eaacc5b
20190 Author: Behdad Esfahbod <behdad@behdad.org>
20191 Date:   Tue Dec 21 14:19:32 2010 -0500
20192
20193     Reroute Mandaic shaping through the Arabic shaper
20194
20195     We added Mandaic joining data to the Arabic shaper a while ago, but
20196     were not actually using the Arabic shaper for Mandaic.  Fixed.
20197
20198  src/hb-ot-shape-complex-private.hh |    1 +
20199  1 files changed, 1 insertions(+), 0 deletions(-)
20200
20201 commit 88e7f37488e4e8590619d815b975232a0c9d2ea0
20202 Author: Behdad Esfahbod <behdad@behdad.org>
20203 Date:   Tue Dec 21 14:18:24 2010 -0500
20204
20205     Annotate the Arabic joining table with block information
20206
20207  src/gen-arabic-joining-table.py        |   93
20208  ++++++++++++++++++++------------
20209  src/hb-ot-shape-complex-arabic-table.h |   24 +++++++-
20210  2 files changed, 80 insertions(+), 37 deletions(-)
20211
20212 commit 1482a39e56cd4151874e5c073540274349240a87
20213 Author: Behdad Esfahbod <behdad@behdad.org>
20214 Date:   Fri Dec 17 20:15:05 2010 -0500
20215
20216     Rename remaining metrics uses to extents
20217
20218  src/hb-font.h |    4 ++--
20219  1 files changed, 2 insertions(+), 2 deletions(-)
20220
20221 commit 22c537657cee1f47a4056a21e2cddfcbe6ab1c01
20222 Author: Behdad Esfahbod <behdad@behdad.org>
20223 Date:   Tue Dec 14 23:51:29 2010 -0500
20224
20225     Rename TableDirectory to TableRecord as per OpenType 1.6
20226
20227  src/hb-open-file-private.hh |   18 +++++++++---------
20228  1 files changed, 9 insertions(+), 9 deletions(-)
20229
20230 commit 33e8b86197239e667a887709104357bdc6566b7c
20231 Author: Behdad Esfahbod <behdad@behdad.org>
20232 Date:   Mon Dec 13 15:54:56 2010 -0500
20233
20234     Update 'head' table to OpenType 1.6
20235
20236  src/hb-ot-head-private.hh |    8 +++++++-
20237  1 files changed, 7 insertions(+), 1 deletions(-)
20238
20239 commit b7683335146bfe3a74d9419db92cd7a8019a9c10
20240 Author: Behdad Esfahbod <behdad@behdad.org>
20241 Date:   Mon Dec 13 14:22:35 2010 -0500
20242
20243     Disallow ligature substitutions replacing one glyph
20244
20245  src/hb-ot-layout-gsub-private.hh |    2 +-
20246  1 files changed, 1 insertions(+), 1 deletions(-)
20247
20248 commit 7eb875118dc31e9fb0e23c45985396a8bfe977e3
20249 Author: Behdad Esfahbod <behdad@behdad.org>
20250 Date:   Mon Dec 13 14:13:35 2010 -0500
20251
20252     Mozilla Bug 618592 - freeze on typekit
20253
20254     Fix apply_lookup() for zero-input broken fonts.
20255
20256  src/hb-ot-layout-gsubgpos-private.hh |    4 ++--
20257  1 files changed, 2 insertions(+), 2 deletions(-)
20258
20259 commit bbbbe80ec9bc45c5b685bc09c8f993e98496555c
20260 Author: Behdad Esfahbod <behdad@behdad.org>
20261 Date:   Tue Dec 7 16:22:02 2010 -0500
20262
20263     Rename original_direction to target_direction
20264
20265  src/hb-ot-shape-private.hh |    2 +-
20266  src/hb-ot-shape.cc         |    6 +++---
20267  2 files changed, 4 insertions(+), 4 deletions(-)
20268
20269 commit ee8aaf976a6eb42be49b63b4c51c7a0a338e0298
20270 Author: Behdad Esfahbod <behdad@behdad.org>
20271 Date:   Tue Dec 7 16:20:42 2010 -0500
20272
20273     Fix arabic shaping of LTR text
20274
20275     We should ensure-direction before doing any complex work.  The only
20276     exception is mirroring that needs to see the original / final
20277     direction,
20278     not the native.  Handle that.
20279
20280  src/hb-ot-shape.cc |    6 +++---
20281  1 files changed, 3 insertions(+), 3 deletions(-)
20282
20283 commit d1f1707adc03317760b0f75e04d0f3dd425e547f
20284 Author: Behdad Esfahbod <behdad@behdad.org>
20285 Date:   Tue Nov 30 00:57:15 2010 -0500
20286
20287     Bug 31965 - some GNU/Linux distributions lack icu.pc but have
20288     icu-config
20289
20290     Patch from suzuki toshiya.
20291
20292  configure.ac |   10 +++++++++-
20293  1 files changed, 9 insertions(+), 1 deletions(-)
20294
20295 commit 3c48982be6b2286088541ee55cac78b0f2b6e771
20296 Author: Behdad Esfahbod <behdad@behdad.org>
20297 Date:   Sun Nov 28 19:39:47 2010 -0500
20298
20299     Adjust pyx files to reflect change from int to hb_var_int_t
20300
20301     Patch from Thomas Hunger.
20302
20303  contrib/python/lib/harfbuzz.pyx |    7 +++++--
20304  1 files changed, 5 insertions(+), 2 deletions(-)
20305
20306 commit 4f9e4a40bc248aeb1364ed6f4aa7f392aa364497
20307 Author: Behdad Esfahbod <behdad@behdad.org>
20308 Date:   Mon Nov 22 11:30:32 2010 -0500
20309
20310     Fix failing checks
20311
20312  src/hb-ot-shape-complex-arabic-table.h |   37
20313  ++++++++++++++++++++++++++++++++
20314  1 files changed, 37 insertions(+), 0 deletions(-)
20315
20316 commit 9da26d6669e7f3b91ba37e71f6f8a6e2ea806688
20317 Author: Behdad Esfahbod <behdad@behdad.org>
20318 Date:   Mon Nov 22 11:03:18 2010 -0500
20319
20320     Remove email address from Copyright headers
20321
20322  COPYING      |    2 +-
20323  src/hb-ft.c  |    2 +-
20324  src/hb-icu.c |    2 +-
20325  3 files changed, 3 insertions(+), 3 deletions(-)
20326
20327 commit a45f00019242734fca742adeb2ed507305baeda6
20328 Author: Behdad Esfahbod <behdad@behdad.org>
20329 Date:   Thu Nov 18 13:58:32 2010 -0500
20330
20331     Clarify copyright notice
20332
20333  COPYING                 |   12 ++++++++++++
20334  README                  |    4 ++--
20335  src/hb-graphite.cc      |    4 ++--
20336  src/hb-object-private.h |    2 +-
20337  4 files changed, 17 insertions(+), 5 deletions(-)
20338
20339 commit 0884a8d9cd576f116400b3f7c8815e747c315d5e
20340 Author: Behdad Esfahbod <behdad@behdad.org>
20341 Date:   Wed Nov 17 16:58:21 2010 -0500
20342
20343     Move generated table to its own file
20344
20345  src/Makefile.am                        |    1 +
20346  src/hb-ot-shape-complex-arabic-table.h |  619
20347  +++++++++++++++++++++++++++++++
20348  src/hb-ot-shape-complex-arabic.cc      |  621
20349  +-------------------------------
20350  3 files changed, 621 insertions(+), 620 deletions(-)
20351
20352 commit 14d784116b08685425e4ddcb1c1f813dbe2b2986
20353 Author: Behdad Esfahbod <behdad@behdad.org>
20354 Date:   Wed Nov 17 16:52:58 2010 -0500
20355
20356     Update Arabic joining table to include Mandaic
20357
20358     Mandaic was added to Unicode 6.0, but the joining data was not
20359     updated.
20360     Draft ArabicShaping.txt from 6.1 includes the joining data for
20361     Mandaic.
20362     Use that.
20363
20364  src/gen-arabic-joining-table.py   |   45 ++++++++++----
20365  src/hb-ot-shape-complex-arabic.cc |  123
20366  +++++++++++++++++++++++++++++++------
20367  2 files changed, 137 insertions(+), 31 deletions(-)
20368
20369 commit 43bf2f7f1ec427c431e2ee2fd1a9345e7d5c9718
20370 Author: Behdad Esfahbod <behdad@behdad.org>
20371 Date:   Wed Nov 17 14:49:40 2010 -0500
20372
20373     Add OpenType script tags for Unicode 5.2 and Unicode 6.0 scripts
20374
20375     Based on tags proposed by Microsoft for inclusion in OpenType.
20376
20377  src/hb-ot-tag.c |   34 +++++++++++++++++-----------------
20378  1 files changed, 17 insertions(+), 17 deletions(-)
20379
20380 commit afab01cf7caca79cf6dfabe6827d1703be1a74f7
20381 Author: Behdad Esfahbod <behdad@behdad.org>
20382 Date:   Wed Nov 17 14:35:34 2010 -0500
20383
20384     Add Unicode 6.0 scripts
20385
20386  src/hb-icu.c     |    6 ++++++
20387  src/hb-ot-tag.c  |    7 ++++++-
20388  src/hb-unicode.c |    7 ++++++-
20389  src/hb-unicode.h |    7 ++++++-
20390  4 files changed, 24 insertions(+), 3 deletions(-)
20391
20392 commit f234b68d18d956f7e4eb4bf58d6dc408d9e5146e
20393 Author: Behdad Esfahbod <behdad@behdad.org>
20394 Date:   Wed Nov 17 14:25:44 2010 -0500
20395
20396     Change HB_SCRIPT_MEITEI_MAYEK to HB_SCRIPT_MEETEI_MAYEK
20397
20398     The new name matches the Unicode name.  Reported by Jonathan Kew.
20399
20400  src/hb-icu.c     |    2 +-
20401  src/hb-ot-tag.c  |    2 +-
20402  src/hb-unicode.h |    2 +-
20403  3 files changed, 3 insertions(+), 3 deletions(-)
20404
20405 commit 3ca9a6d1cffe950b325e1d522b20d4a645ae448e
20406 Author: Behdad Esfahbod <behdad@behdad.org>
20407 Date:   Wed Nov 17 13:08:47 2010 -0500
20408
20409     Add TODO item
20410
20411  TODO |    3 +++
20412  1 files changed, 3 insertions(+), 0 deletions(-)
20413
20414 commit 300cb41417d40473268e3b4089bed24e9e77a753
20415 Author: Behdad Esfahbod <behdad@behdad.org>
20416 Date:   Wed Nov 17 12:57:23 2010 -0500
20417
20418     Add XXX marks
20419
20420  src/hb-ot-layout-gsubgpos-private.hh |    4 +++-
20421  1 files changed, 3 insertions(+), 1 deletions(-)
20422
20423 commit ea00aee9f94ae8c6cf03d620254817d5e1f51d64
20424 Author: Behdad Esfahbod <behdad@behdad.org>
20425 Date:   Fri Nov 5 10:51:37 2010 -0400
20426
20427     Add TODO item
20428
20429  TODO |    2 ++
20430  1 files changed, 2 insertions(+), 0 deletions(-)
20431
20432 commit 3a852ae7fe6edfaadd75625d27515a3689503395
20433 Author: Behdad Esfahbod <behdad@behdad.org>
20434 Date:   Wed Nov 3 16:37:24 2010 -0400
20435
20436     Save general category and combining class in the buffer for reuse
20437
20438  src/hb-ot-layout-private.hh       |    3 ++-
20439  src/hb-ot-shape-complex-arabic.cc |   16 ++++++++++------
20440  src/hb-ot-shape-private.hh        |    6 ++++++
20441  src/hb-ot-shape.cc                |   26 +++++++++++++++++++++-----
20442  4 files changed, 39 insertions(+), 12 deletions(-)
20443
20444 commit a5ab682b9ba8224fc132624f93e6fef9973a68ca
20445 Author: Behdad Esfahbod <behdad@behdad.org>
20446 Date:   Wed Nov 3 15:50:36 2010 -0400
20447
20448     More "unreached code" warning fixes
20449
20450     Ugly :(.
20451
20452  src/hb-blob.c |   48 ++++++++++++++++++++++++------------------------
20453  1 files changed, 24 insertions(+), 24 deletions(-)
20454
20455 commit 4e22c7e94102c9f00c32b8cb6aaa832f83909149
20456 Author: Behdad Esfahbod <behdad@behdad.org>
20457 Date:   Wed Nov 3 15:47:12 2010 -0400
20458
20459     Add comment
20460
20461  src/hb-ot-layout-common-private.hh |    3 +++
20462  1 files changed, 3 insertions(+), 0 deletions(-)
20463
20464 commit 0342034d1cb577d34b42f7204da7fb930c12a464
20465 Author: Behdad Esfahbod <behdad@behdad.org>
20466 Date:   Wed Nov 3 15:40:07 2010 -0400
20467
20468     Pedantic
20469
20470  src/hb-ot-layout-gpos-private.hh |    2 +-
20471  1 files changed, 1 insertions(+), 1 deletions(-)
20472
20473 commit 4a2d844c2f12dc1b858ab4ddd737ded7c0852221
20474 Author: Behdad Esfahbod <behdad@behdad.org>
20475 Date:   Wed Nov 3 15:28:56 2010 -0400
20476
20477     Minor code shuffling
20478
20479  src/hb-ot-layout-private.hh |   21 ++------------
20480  src/hb-ot-layout.cc         |   61
20481  +++++++++++++++++++++++++++++++-----------
20482  2 files changed, 48 insertions(+), 34 deletions(-)
20483
20484 commit 11e3ec444a85fc72541823c2e98cc92c4ceb19af
20485 Author: Behdad Esfahbod <behdad@behdad.org>
20486 Date:   Wed Nov 3 15:11:04 2010 -0400
20487
20488     Fix a few more "unreachable code" warnings
20489
20490  src/hb-blob.c                        |    2 +-
20491  src/hb-object-private.h              |   12 ++--
20492  src/hb-open-type-private.hh          |   84
20493  ++++++++++++++++------------------
20494  src/hb-ot-layout-gsubgpos-private.hh |    2 +-
20495  src/hb-private.h                     |    3 +-
20496  5 files changed, 49 insertions(+), 54 deletions(-)
20497
20498 commit 2304856340782c72cb30873f7907191dc359e921
20499 Author: Behdad Esfahbod <behdad@behdad.org>
20500 Date:   Wed Nov 3 12:46:58 2010 -0400
20501
20502     Remove another couple lines of dead code
20503
20504  src/hb-ot-layout-gsubgpos-private.hh |    2 --
20505  1 files changed, 0 insertions(+), 2 deletions(-)
20506
20507 commit b8783c85ac5dd9ea8f5a66eacb92dfcfbf649a6d
20508 Author: Behdad Esfahbod <behdad@behdad.org>
20509 Date:   Wed Nov 3 11:50:21 2010 -0400
20510
20511     Fix unreachable-code warning
20512
20513  src/hb-ot-layout-gpos-private.hh |    8 ++++----
20514  1 files changed, 4 insertions(+), 4 deletions(-)
20515
20516 commit c2709119c8c610a0d4d71884a7d4fdba7cb65b72
20517 Author: Behdad Esfahbod <behdad@behdad.org>
20518 Date:   Wed Oct 27 23:18:51 2010 -0400
20519
20520     Move things around some more
20521
20522  src/hb-ot-layout-gpos-private.hh     |    8 ++++----
20523  src/hb-ot-layout-gsub-private.hh     |    4 ++--
20524  src/hb-ot-layout-gsubgpos-private.hh |    9 +++++++--
20525  src/hb-ot-layout-private.hh          |    7 +++----
20526  src/hb-ot-layout.cc                  |    6 +++---
20527  5 files changed, 19 insertions(+), 15 deletions(-)
20528
20529 commit 194d4566ec054db03fa31d369a9f1c6cf4941e74
20530 Author: Behdad Esfahbod <behdad@behdad.org>
20531 Date:   Wed Oct 27 23:09:10 2010 -0400
20532
20533     Move buffer var allocation local
20534
20535  src/hb-ot-layout-gpos-private.hh |   19 ++++++++++++++-----
20536  src/hb-ot-layout-private.hh      |    2 --
20537  2 files changed, 14 insertions(+), 7 deletions(-)
20538
20539 commit 1e7c1fcbc33599faefc32d4a28e5d8506d2c56fa
20540 Author: Behdad Esfahbod <behdad@behdad.org>
20541 Date:   Wed Oct 27 22:48:31 2010 -0400
20542
20543     Move code around
20544
20545  src/hb-ot-layout-gpos-private.hh |   59
20546  ++++++++++++++++++++++++++++++++++++++
20547  src/hb-ot-layout.cc              |   59
20548  +------------------------------------
20549  src/hb-ot-layout.h               |    4 +--
20550  src/hb-ot-shape.cc               |    2 +-
20551  4 files changed, 63 insertions(+), 61 deletions(-)
20552
20553 commit bf94b3ad22b2fe4730d4e64d673c63154fc5b5fe
20554 Author: Behdad Esfahbod <behdad@behdad.org>
20555 Date:   Wed Oct 27 22:37:59 2010 -0400
20556
20557     Move some more code around
20558
20559  src/hb-ot-layout-gdef-private.hh |   21 ++++++++++++++
20560  src/hb-ot-layout-private.hh      |   27 +++++++++++++++---
20561  src/hb-ot-layout.cc              |   56
20562  +++++--------------------------------
20563  3 files changed, 52 insertions(+), 52 deletions(-)
20564
20565 commit 6334658fe79d6acfb46a2a147721b78f92510ebb
20566 Author: Behdad Esfahbod <behdad@behdad.org>
20567 Date:   Wed Oct 27 22:11:32 2010 -0400
20568
20569     Simplify mark skipping logic
20570
20571  src/hb-ot-layout.cc |   17 +++--------------
20572  1 files changed, 3 insertions(+), 14 deletions(-)
20573
20574 commit 8c69e65abed961002d90024c92e18538c6516262
20575 Author: Behdad Esfahbod <behdad@behdad.org>
20576 Date:   Wed Oct 27 22:07:49 2010 -0400
20577
20578     Rename lookup_flags to lookup_props since it's more than just flags
20579
20580  src/hb-ot-layout-common-private.hh   |    6 ++++-
20581  src/hb-ot-layout-gpos-private.hh     |   14 ++++++------
20582  src/hb-ot-layout-gsub-private.hh     |    8 +++---
20583  src/hb-ot-layout-gsubgpos-private.hh |   10 ++++----
20584  src/hb-ot-layout-private.hh          |    4 +-
20585  src/hb-ot-layout.cc                  |   36
20586  +++++++++++++++++-----------------
20587  src/main.cc                          |    4 +-
20588  7 files changed, 43 insertions(+), 39 deletions(-)
20589
20590 commit 98370e89d1bff248737b482d129c2a4deb8bfd95
20591 Author: Behdad Esfahbod <behdad@behdad.org>
20592 Date:   Wed Oct 27 17:39:01 2010 -0400
20593
20594     WIP removing external synthesized GDEF support and implementing
20595     it internally
20596
20597  TODO                                 |    2 -
20598  src/hb-buffer-private.hh             |    4 -
20599  src/hb-buffer.cc                     |    3 -
20600  src/hb-ot-layout-common-private.hh   |    8 +-
20601  src/hb-ot-layout-gdef-private.hh     |    6 +-
20602  src/hb-ot-layout-gpos-private.hh     |    4 +-
20603  src/hb-ot-layout-gsub-private.hh     |   66 ++++++-----------
20604  src/hb-ot-layout-gsubgpos-private.hh |   29 +++++++-
20605  src/hb-ot-layout-private.hh          |   29 ++-----
20606  src/hb-ot-layout.cc                  |  138
20607  +++++-----------------------------
20608  src/hb-ot-layout.h                   |   26 -------
20609  src/hb-ot-shape.cc                   |   10 +++
20610  12 files changed, 98 insertions(+), 227 deletions(-)
20611
20612 commit 870e2d6eac01d004c72a925ea93e6823251d5fa2
20613 Author: Behdad Esfahbod <behdad@behdad.org>
20614 Date:   Wed Oct 27 17:37:20 2010 -0400
20615
20616     Remove unused function
20617
20618  src/hb-buffer-private.hh |   10 ----------
20619  src/hb-buffer.cc         |   27 ---------------------------
20620  2 files changed, 0 insertions(+), 37 deletions(-)
20621
20622 commit 1115890b90709fa5329a55d22f543020f3df9f6f
20623 Author: Behdad Esfahbod <behdad@behdad.org>
20624 Date:   Wed Oct 27 17:07:04 2010 -0400
20625
20626     More cleanup
20627
20628  src/hb-buffer-private.hh    |    5 +----
20629  src/hb-ot-layout-private.hh |    6 ++++++
20630  2 files changed, 7 insertions(+), 4 deletions(-)
20631
20632 commit dbf56b1d94910f04823e53e39ace1e5145bddc04
20633 Author: Behdad Esfahbod <behdad@behdad.org>
20634 Date:   Wed Oct 27 17:06:12 2010 -0400
20635
20636     More lig-id cleanup
20637
20638  src/hb-buffer-private.hh         |    4 ++--
20639  src/hb-buffer.cc                 |    2 +-
20640  src/hb-ot-layout-gsub-private.hh |    8 +++++++-
20641  3 files changed, 10 insertions(+), 4 deletions(-)
20642
20643 commit f6a23a0b9171958f76c1d0473b09fc08d2b3a0d0
20644 Author: Behdad Esfahbod <behdad@behdad.org>
20645 Date:   Wed Oct 27 17:01:03 2010 -0400
20646
20647     More removal of lig-id code from buffer
20648
20649  src/hb-buffer.cc |    4 ++--
20650  1 files changed, 2 insertions(+), 2 deletions(-)
20651
20652 commit dd2ffd282c059194fd87fb1664e2e0cdb56a87a0
20653 Author: Behdad Esfahbod <behdad@behdad.org>
20654 Date:   Wed Oct 27 16:57:01 2010 -0400
20655
20656     Minor renaming
20657
20658  src/hb-buffer-private.hh         |   41
20659  ++++++++++++++++++-------------------
20660  src/hb-buffer.cc                 |   20 +++++++++---------
20661  src/hb-ot-layout-gsub-private.hh |    8 +++---
20662  src/hb-ot-shape.cc               |    6 ++--
20663  4 files changed, 37 insertions(+), 38 deletions(-)
20664
20665 commit fe263272a2b26204bc39829a94d90ab537517f3f
20666 Author: Behdad Esfahbod <behdad@behdad.org>
20667 Date:   Wed Oct 27 16:51:02 2010 -0400
20668
20669     Move setting lig_id/component out of buffer and to the gsub code
20670
20671  src/hb-buffer-private.hh         |   30 ++++++---------------
20672  src/hb-buffer.cc                 |   52
20673  ++++++-------------------------------
20674  src/hb-ot-layout-gsub-private.hh |   27 +++++++++++--------
20675  3 files changed, 34 insertions(+), 75 deletions(-)
20676
20677 commit 2e2b2480c01c788ea702d78ca830c2bb659654a8
20678 Author: Behdad Esfahbod <behdad@behdad.org>
20679 Date:   Wed Oct 27 16:25:28 2010 -0400
20680
20681     Always allocate new ligature id
20682
20683     No practical point in reusing ligature ids.
20684
20685  src/hb-ot-layout-gsub-private.hh |    5 +----
20686  1 files changed, 1 insertions(+), 4 deletions(-)
20687
20688 commit bf07d5a29c61baf6fd683289c7764f487ad7e413
20689 Author: Behdad Esfahbod <behdad@behdad.org>
20690 Date:   Wed Oct 27 16:19:13 2010 -0400
20691
20692     Set component=0 for ligature glyph
20693
20694  src/hb-ot-layout-gsub-private.hh |    5 +++--
20695  1 files changed, 3 insertions(+), 2 deletions(-)
20696
20697 commit 37ab877149582c7ce7416425bb402340e3f948a2
20698 Author: Behdad Esfahbod <behdad@behdad.org>
20699 Date:   Wed Oct 27 15:38:06 2010 -0400
20700
20701     Remove comment
20702
20703  src/hb-buffer.cc |   20 --------------------
20704  1 files changed, 0 insertions(+), 20 deletions(-)
20705
20706 commit 88474c6fdaf35c56368694a5b164f4988a004d49
20707 Author: Behdad Esfahbod <behdad@behdad.org>
20708 Date:   Wed Oct 27 14:42:15 2010 -0400
20709
20710     Get rid of the OpenType-specific internal buffer representation
20711
20712     Add variant integers to buffer item types.  More cleanup coming.
20713
20714  TODO                              |    2 -
20715  src/hb-buffer-private.hh          |   35 +++++---------------
20716  src/hb-buffer.cc                  |   62
20717  ++++++++++++++++++------------------
20718  src/hb-buffer.h                   |    2 +-
20719  src/hb-ot-layout-gpos-private.hh  |   24 +++++++-------
20720  src/hb-ot-layout-gsub-private.hh  |    2 +-
20721  src/hb-ot-layout-private.hh       |    4 +-
20722  src/hb-ot-layout.cc               |   39 +++++++++++------------
20723  src/hb-ot-shape-complex-arabic.cc |    8 ++--
20724  9 files changed, 79 insertions(+), 99 deletions(-)
20725
20726 commit 6cb8c3493019e1497921666fc268cb81943f9f1f
20727 Author: Behdad Esfahbod <behdad@behdad.org>
20728 Date:   Wed Oct 27 14:27:03 2010 -0400
20729
20730     Add hb_var_int_t
20731
20732  src/hb-buffer.h |    6 +++---
20733  src/hb-common.h |   10 ++++++++++
20734  2 files changed, 13 insertions(+), 3 deletions(-)
20735
20736 commit f22802431a983bd4bc60a7653b1103973c3475cb
20737 Author: Behdad Esfahbod <behdad@behdad.org>
20738 Date:   Tue Nov 2 19:12:37 2010 -0400
20739
20740     Remove trailing comma
20741
20742  src/hb-ot-shape-complex-arabic.cc |    2 +-
20743  1 files changed, 1 insertions(+), 1 deletions(-)
20744
20745 commit 13528d0c78cadb1f67267c9a692558caef9fdaa6
20746 Author: Behdad Esfahbod <behdad@behdad.org>
20747 Date:   Wed Oct 27 14:09:27 2010 -0400
20748
20749     Supposedly implement vertical support in GPOS
20750
20751     Not tested at all.
20752
20753  src/hb-ot-layout-gpos-private.hh |   27 +++++++++++++++++++------
20754  src/hb-ot-layout.cc              |   39
20755  +++++++++++++++++++++++--------------
20756  2 files changed, 44 insertions(+), 22 deletions(-)
20757
20758 commit 9624de5b496846cd89ee4f7b07d38029aca70ce1
20759 Author: Behdad Esfahbod <behdad@behdad.org>
20760 Date:   Wed Oct 27 13:44:59 2010 -0400
20761
20762     Clarify cursive_chain (and change its sign)
20763
20764  src/hb-ot-layout-gpos-private.hh |    4 ++--
20765  src/hb-ot-layout.cc              |   13 +++++++------
20766  2 files changed, 9 insertions(+), 8 deletions(-)
20767
20768 commit d6c9eadb88240c40b3cb9a33f067e575cbc2f729
20769 Author: Behdad Esfahbod <behdad@behdad.org>
20770 Date:   Wed Oct 27 12:34:50 2010 -0400
20771
20772     Remove more pointless LONGTERMTODO items
20773
20774  src/hb-ot-layout-common-private.hh |    2 --
20775  1 files changed, 0 insertions(+), 2 deletions(-)
20776
20777 commit e204674fe340a57c48a9fe7e1ed02a9a08f4aca4
20778 Author: Behdad Esfahbod <behdad@behdad.org>
20779 Date:   Wed Oct 27 12:32:02 2010 -0400
20780
20781     Rename hb_ot_layout_get_lig_carets() to
20782     hb_ot_layout_get_ligature_carets()
20783
20784  src/hb-ot-layout.cc |   14 +++++++-------
20785  src/hb-ot-layout.h  |   14 +++++++-------
20786  2 files changed, 14 insertions(+), 14 deletions(-)
20787
20788 commit 3357d145f81cb7b746c910018fe3a0dfab00972c
20789 Author: Behdad Esfahbod <behdad@behdad.org>
20790 Date:   Wed Oct 27 12:30:46 2010 -0400
20791
20792     Implement vertical support in get_lig_carets()
20793
20794  src/hb-ot-layout-gdef-private.hh |   34
20795  ++++++++++++++++++----------------
20796  src/hb-ot-layout.cc              |    3 ++-
20797  src/hb-ot-layout.h               |    1 +
20798  3 files changed, 21 insertions(+), 17 deletions(-)
20799
20800 commit 8eeed7eddc789151cbffe62ed6bfd77612266bf1
20801 Author: Behdad Esfahbod <behdad@behdad.org>
20802 Date:   Wed Oct 27 12:07:49 2010 -0400
20803
20804     Remove LONGTERMTODO item that I'll never fix
20805
20806  src/hb-ot-layout-gsubgpos-private.hh |    6 ------
20807  1 files changed, 0 insertions(+), 6 deletions(-)
20808
20809 commit 184a5279c64f37bc2ceefbe2191bb64ca87f88d8
20810 Author: Behdad Esfahbod <behdad@behdad.org>
20811 Date:   Wed Oct 27 12:00:49 2010 -0400
20812
20813     Remove unused macro
20814
20815  src/hb-ot-layout-gpos-private.hh |    2 --
20816  1 files changed, 0 insertions(+), 2 deletions(-)
20817
20818 commit af5d02a269d55331300df1e382241893928d64e0
20819 Author: Behdad Esfahbod <behdad@behdad.org>
20820 Date:   Wed Oct 27 11:54:26 2010 -0400
20821
20822     Rewrite Cursive joining to act more like other pair lookups
20823
20824     Look forward for next character instead of joining to the last
20825     character.
20826
20827  src/hb-ot-layout-gpos-private.hh |   71
20828  ++++++++++++++++---------------------
20829  src/hb-ot-layout-private.hh      |   10 -----
20830  2 files changed, 31 insertions(+), 50 deletions(-)
20831
20832 commit ea22c749c7371cf66ca44f0bfe7030aef1926edd
20833 Author: Behdad Esfahbod <behdad@behdad.org>
20834 Date:   Wed Oct 27 11:09:48 2010 -0400
20835
20836     Fix Cursive positioning
20837
20838     Test case: "مرا" rendered using IranNastaliq.
20839
20840  src/hb-ot-layout-gpos-private.hh |  124
20841  +-------------------------------------
20842  1 files changed, 3 insertions(+), 121 deletions(-)
20843
20844 commit aefdb64689aab19df76590a36c4a04052a8bffdb
20845 Author: Behdad Esfahbod <behdad@behdad.org>
20846 Date:   Wed Oct 27 10:40:39 2010 -0400
20847
20848     Fix segfault with Arabic combining marks
20849
20850  src/hb-ot-shape-complex-arabic.cc |    4 +++-
20851  1 files changed, 3 insertions(+), 1 deletions(-)
20852
20853 commit 12b2d09a87adc1e1aac089cd2e09a68fb7129829
20854 Author: Behdad Esfahbod <behdad@behdad.org>
20855 Date:   Wed Oct 27 01:28:28 2010 -0400
20856
20857     Remove obsolete TODO item
20858
20859     We don't cache any metrics internally, so the correct way to add more
20860     glyph metrics items is to add new callbacks for them.  We already have
20861     separeate callbacks for advance vs extents.
20862
20863  TODO |    2 --
20864  1 files changed, 0 insertions(+), 2 deletions(-)
20865
20866 commit 248e3c2ba47889c247959e44166644872aed59ba
20867 Author: Behdad Esfahbod <behdad@behdad.org>
20868 Date:   Wed Oct 27 01:23:14 2010 -0400
20869
20870     Oops, remove extra mask setting that broke complex shaping
20871
20872  src/hb-ot-shape.cc |    2 --
20873  1 files changed, 0 insertions(+), 2 deletions(-)
20874
20875 commit 502f4cba3e0bcd625d31f8fd295b8b18e2d02a5a
20876 Author: Behdad Esfahbod <behdad@behdad.org>
20877 Date:   Wed Oct 27 01:13:56 2010 -0400
20878
20879     Divide get_metrics into get_advance and get_extents
20880
20881     Graphite module not updated.
20882     Bump version to 0.3.
20883
20884  configure.ac          |    2 +-
20885  src/hb-font-private.h |    3 +-
20886  src/hb-font.cc        |   96
20887  +++++++++++++++++++++++++++++++++---------------
20888  src/hb-font.h         |   61 +++++++++++++++++++------------
20889  src/hb-ft.c           |   72 ++++++++++++++++++++++--------------
20890  src/hb-ot-shape.cc    |    7 ++--
20891  6 files changed, 154 insertions(+), 87 deletions(-)
20892
20893 commit ec6c0e54d322d58cbc835feb58dcec7ede6ab744
20894 Author: Behdad Esfahbod <behdad@behdad.org>
20895 Date:   Tue Oct 26 11:28:14 2010 -0400
20896
20897     Fix blob leak
20898
20899  src/hb-font.cc |    2 +-
20900  1 files changed, 1 insertions(+), 1 deletions(-)
20901
20902 commit bd7378b2ef9793de4e7f57b920f29f48ac9d0c25
20903 Author: Behdad Esfahbod <behdad@behdad.org>
20904 Date:   Wed Oct 13 18:33:16 2010 -0400
20905
20906     Massage mask setting a bit more
20907
20908     Still finding the exact correct way the masks should be set.
20909
20910  src/hb-buffer-private.hh |   19 ++++++++++++++++---
20911  src/hb-buffer.cc         |    9 +++++++++
20912  src/hb-ot-shape.cc       |    6 ++++--
20913  3 files changed, 29 insertions(+), 5 deletions(-)
20914
20915 commit 961f9baa7bc3556f1e4e7135859cebe1351f73a4
20916 Author: Behdad Esfahbod <behdad@behdad.org>
20917 Date:   Wed Oct 13 17:17:00 2010 -0400
20918
20919     Oops, actually set global mask
20920
20921  src/hb-buffer.cc |    2 +-
20922  1 files changed, 1 insertions(+), 1 deletions(-)
20923
20924 commit 39dede9ffffe732f78cbd092ccb3b48d77ddd66d
20925 Author: Behdad Esfahbod <behdad@behdad.org>
20926 Date:   Wed Oct 13 15:54:06 2010 -0400
20927
20928     Make sure boolean features always use value=1
20929
20930     Previously boolean features turned on the entire feature mask.
20931     This is
20932     wrong if feature is Alternate and user has provided values bigger
20933     than one.
20934     Though, I don't think other engines support such corner cases.
20935
20936  src/hb-ot-map-private.hh          |   10 ++++++++--
20937  src/hb-ot-map.cc                  |    3 ++-
20938  src/hb-ot-shape-complex-arabic.cc |    2 +-
20939  src/hb-ot-shape.cc                |    2 +-
20940  4 files changed, 12 insertions(+), 5 deletions(-)
20941
20942 commit 3506b2e78db27e7835bd2c09c053a9807c9cac40
20943 Author: Behdad Esfahbod <behdad@behdad.org>
20944 Date:   Wed Oct 13 15:38:52 2010 -0400
20945
20946     Return early if mask is 0
20947
20948  src/hb-buffer.cc |    3 +++
20949  1 files changed, 3 insertions(+), 0 deletions(-)
20950
20951 commit 5c1c8c9c50ddbe66ea595afb245a208b7775b27c
20952 Author: Behdad Esfahbod <behdad@behdad.org>
20953 Date:   Wed Oct 13 15:36:38 2010 -0400
20954
20955     Make sure feature values don't leak out of their mask
20956
20957  src/hb-buffer.cc |    1 +
20958  1 files changed, 1 insertions(+), 0 deletions(-)
20959
20960 commit 852912fc2db06b6183a2dc87c45ec1b563063572
20961 Author: Behdad Esfahbod <behdad@behdad.org>
20962 Date:   Wed Oct 13 15:34:50 2010 -0400
20963
20964     Fix applying default-value for features
20965
20966     Previously if a default global feature was overrided by a non-global
20967     user feature, we were not setting any default mask for the feature,
20968     essentially disabling the feature by default.  Fix that.
20969
20970  TODO                     |    2 --
20971  src/hb-ot-map-private.hh |   10 ++++++----
20972  src/hb-ot-map.cc         |   13 +++++++------
20973  3 files changed, 13 insertions(+), 12 deletions(-)
20974
20975 commit 2989be4919242670c94825bded96db20a7b2035b
20976 Author: Behdad Esfahbod <behdad@behdad.org>
20977 Date:   Wed Oct 13 15:18:29 2010 -0400
20978
20979     Set user masks after complex masks
20980
20981  src/hb-ot-shape.cc |    4 ++--
20982  1 files changed, 2 insertions(+), 2 deletions(-)
20983
20984 commit a7820b7b15a809b4a1a4077147ceed7bea528483
20985 Author: Behdad Esfahbod <behdad@behdad.org>
20986 Date:   Wed Oct 13 14:20:48 2010 -0400
20987
20988     Add TODO item
20989
20990  TODO |    2 ++
20991  1 files changed, 2 insertions(+), 0 deletions(-)
20992
20993 commit 04a3023a66203d94b77f2d7a8d6bcdedf067e155
20994 Author: Behdad Esfahbod <behdad@behdad.org>
20995 Date:   Wed Oct 13 10:57:27 2010 -0400
20996
20997     Cleanup TODO
20998
20999     Looks like a roadmap now.
21000
21001  TODO |   72
21002  ++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------
21003  1 files changed, 59 insertions(+), 13 deletions(-)
21004
21005 commit 3111b8a0d5b38da57c0f6285aec2b92eb690188f
21006 Author: Behdad Esfahbod <behdad@behdad.org>
21007 Date:   Wed Oct 13 10:41:53 2010 -0400
21008
21009     Fix stupid bug, oops
21010
21011  src/hb-font.cc |    2 +-
21012  1 files changed, 1 insertions(+), 1 deletions(-)
21013
21014 commit 3703f88b74707113e782eb6ca9a77603561760d0
21015 Author: Behdad Esfahbod <behdad@behdad.org>
21016 Date:   Tue Oct 12 18:34:20 2010 -0400
21017
21018     Step the version up to 0.2 now that Arabic shaper is in
21019
21020  configure.ac |    2 +-
21021  1 files changed, 1 insertions(+), 1 deletions(-)
21022
21023 commit 758f68b860b44b5a04eb3dde5cb40b1b04cf634a
21024 Author: Behdad Esfahbod <behdad@behdad.org>
21025 Date:   Tue Oct 12 17:37:44 2010 -0400
21026
21027     Fix Arabic shaper
21028
21029     It's tested now.  It works!
21030
21031  src/hb-ot-shape-complex-arabic.cc |    7 ++++---
21032  1 files changed, 4 insertions(+), 3 deletions(-)
21033
21034 commit 13403bc67a01e0d4908fb964093fd02ddd11c580
21035 Author: Behdad Esfahbod <behdad@behdad.org>
21036 Date:   Tue Oct 12 17:23:54 2010 -0400
21037
21038     Hookup Arabic shaper!
21039
21040     Not tested yet.
21041
21042  src/hb-ot-shape-complex-arabic.cc  |    6 ++--
21043  src/hb-ot-shape-complex-private.hh |   37
21044  +++++++++++++++++++++--------------
21045  src/hb-ot-shape-private.hh         |   14 ++++++++++++-
21046  src/hb-ot-shape.cc                 |    3 +-
21047  4 files changed, 40 insertions(+), 20 deletions(-)
21048
21049 commit 57ac0ecb7843533b2e6e6d6c8a12b2a44437cc1c
21050 Author: Behdad Esfahbod <behdad@behdad.org>
21051 Date:   Tue Oct 12 17:07:02 2010 -0400
21052
21053     Merge clearing masks and setting global masks
21054
21055  src/hb-buffer-private.hh |   11 ++++++-----
21056  src/hb-buffer.cc         |    5 +++--
21057  src/hb-ot-map.cc         |    2 +-
21058  src/hb-ot-shape.cc       |    7 ++-----
21059  4 files changed, 12 insertions(+), 13 deletions(-)
21060
21061 commit fc96596b7c1c4e62491e951a3c256fb00dcde550
21062 Author: Behdad Esfahbod <behdad@behdad.org>
21063 Date:   Tue Oct 12 17:00:25 2010 -0400
21064
21065     Form clusters before setting masks
21066
21067  src/hb-ot-shape.cc |    4 ++--
21068  1 files changed, 2 insertions(+), 2 deletions(-)
21069
21070 commit 1e80782244cdb1dedae9d1e61079d0508e57ca72
21071 Author: Behdad Esfahbod <behdad@behdad.org>
21072 Date:   Tue Oct 12 17:00:07 2010 -0400
21073
21074     Clear masks before setting them up, not after!
21075
21076  src/hb-ot-shape.cc |    6 ++----
21077  1 files changed, 2 insertions(+), 4 deletions(-)
21078
21079 commit fd3d32d31cb6d74a9994b6850d539fd0b707d941
21080 Author: Behdad Esfahbod <behdad@behdad.org>
21081 Date:   Tue Oct 12 16:57:47 2010 -0400
21082
21083     Add hb_ot_shape_execute()
21084
21085     Not public yet.
21086
21087  src/hb-ot-shape-private.hh |    5 ++---
21088  src/hb-ot-shape.cc         |   19 ++++++++++++++-----
21089  2 files changed, 16 insertions(+), 8 deletions(-)
21090
21091 commit 49baa1f69efb0e3c62e45bd59dd88459a84bf390
21092 Author: Behdad Esfahbod <behdad@behdad.org>
21093 Date:   Tue Oct 12 16:50:36 2010 -0400
21094
21095     Add hb_ot_complex_shaper_t stuff and start hooking Arabic shaper up
21096
21097  src/Makefile.am                    |    3 +-
21098  src/hb-ot-map-private.hh           |    2 +-
21099  src/hb-ot-map.cc                   |    2 +-
21100  src/hb-ot-shape-arabic.cc          |  706
21101  -----------------------------------
21102  src/hb-ot-shape-complex-arabic.cc  |  715
21103  ++++++++++++++++++++++++++++++++++++
21104  src/hb-ot-shape-complex-private.hh |   88 +++++
21105  src/hb-ot-shape-private.hh         |   12 +-
21106  src/hb-ot-shape.cc                 |    8 +-
21107  8 files changed, 813 insertions(+), 723 deletions(-)
21108
21109 commit 605ed468f380f86d642031f6451447d270cb6de1
21110 Author: Behdad Esfahbod <behdad@behdad.org>
21111 Date:   Tue Oct 12 16:19:29 2010 -0400
21112
21113     Add hb_ot_shape_plan_t
21114
21115     This is the object that a separate plan/execute shaping API will
21116     use in
21117     between the two stages.
21118
21119  src/hb-ot-shape-private.hh |   12 ++++++++++--
21120  src/hb-ot-shape.cc         |   38 ++++++++++++++++++--------------------
21121  2 files changed, 28 insertions(+), 22 deletions(-)
21122
21123 commit 895fb5d364e7ae5d9d2e34b9f68b8651804369ef
21124 Author: Behdad Esfahbod <behdad@behdad.org>
21125 Date:   Tue Oct 12 16:00:21 2010 -0400
21126
21127     Refactor, in a different direction
21128
21129  src/hb-ot-map-private.hh   |   15 ++++++++-------
21130  src/hb-ot-map.cc           |   23 ++++++++++++-----------
21131  src/hb-ot-shape-private.hh |   13 +------------
21132  src/hb-ot-shape.cc         |   33 +++++++++++++++++----------------
21133  4 files changed, 38 insertions(+), 46 deletions(-)
21134
21135 commit d2ba016ca1ba7489537768b619980d5159b5870c
21136 Author: Behdad Esfahbod <behdad@behdad.org>
21137 Date:   Tue Oct 12 15:35:45 2010 -0400
21138
21139     More refactoring
21140
21141  src/hb-ot-map-private.hh   |   32 +++++---------------------------
21142  src/hb-ot-map.cc           |   32 +++++++++++++++++++++++++++++---
21143  src/hb-ot-shape-private.hh |   16 ++++++++++++++--
21144  src/hb-ot-shape.cc         |   43
21145  ++++++++++++++++++++++++++++---------------
21146  src/hb-ot-shape.h          |   10 +++++-----
21147  5 files changed, 81 insertions(+), 52 deletions(-)
21148
21149 commit 66e487dfbfdccd0c4be8cd11661d412ca27c3425
21150 Author: Behdad Esfahbod <behdad@behdad.org>
21151 Date:   Tue Oct 12 13:51:19 2010 -0400
21152
21153     Update Arabic shaping table to Unicode 6.0.0.
21154
21155  src/hb-ot-shape-arabic.cc |    8 ++++----
21156  1 files changed, 4 insertions(+), 4 deletions(-)
21157
21158 commit f4792d99eee0e8cd72b7cb01c96a09f16e2a72ce
21159 Author: Behdad Esfahbod <behdad@behdad.org>
21160 Date:   Tue Oct 12 12:32:18 2010 -0400
21161
21162     Fix infinite loop!
21163
21164     Untested code is indeed buggy code.
21165
21166     Mozilla bug #603352.
21167
21168  src/hb-ot-tag.c |    6 ++----
21169  1 files changed, 2 insertions(+), 4 deletions(-)
21170
21171 commit 993d1e786a32612b796dae8309ce402a4121bec7
21172 Author: Behdad Esfahbod <behdad@behdad.org>
21173 Date:   Tue Oct 12 11:17:30 2010 -0400
21174
21175     Fix missing negation in unreachable code!
21176
21177     Mozilla bug #603346
21178
21179  src/hb-open-type-private.hh |    5 ++---
21180  1 files changed, 2 insertions(+), 3 deletions(-)
21181
21182 commit 52601275d5e4000dada4f925fb78723eeeee7bd4
21183 Author: Behdad Esfahbod <behdad@behdad.org>
21184 Date:   Fri Oct 8 20:38:46 2010 -0400
21185
21186     More separation
21187
21188  src/hb-ot-shape.cc |   14 +++++---------
21189  1 files changed, 5 insertions(+), 9 deletions(-)
21190
21191 commit 6b7e6758626268ba1c7c266128e618ec73ae2c0f
21192 Author: Behdad Esfahbod <behdad@behdad.org>
21193 Date:   Fri Oct 8 20:30:04 2010 -0400
21194
21195     Minor
21196
21197  src/hb-ot-shape.cc |   22 +++++++++++-----------
21198  1 files changed, 11 insertions(+), 11 deletions(-)
21199
21200 commit aa9c450bb2d7c3c9e36ea32e3558250391a0582d
21201 Author: Behdad Esfahbod <behdad@behdad.org>
21202 Date:   Fri Oct 8 20:27:38 2010 -0400
21203
21204     Enable 'rtlm' mirroring
21205
21206  src/hb-ot-map-private.hh |    9 +++++----
21207  src/hb-ot-shape.cc       |   30 +++++++++++++++---------------
21208  2 files changed, 20 insertions(+), 19 deletions(-)
21209
21210 commit 36925f695d349a53d52ecc3a58f18240a6977463
21211 Author: Behdad Esfahbod <behdad@behdad.org>
21212 Date:   Fri Oct 8 20:20:32 2010 -0400
21213
21214     Rename hb_mask_allocator_t to hb_ot_map_t
21215
21216     hb_ot_plan_t may be a better name, donno.
21217
21218  src/hb-ot-map-private.hh   |    4 +-
21219  src/hb-ot-map.cc           |    2 +-
21220  src/hb-ot-shape-private.hh |    4 +-
21221  src/hb-ot-shape.cc         |   49
21222  +++++++++++++++++++------------------------
21223  4 files changed, 27 insertions(+), 32 deletions(-)
21224
21225 commit f5dd3be46b5c77a2c5b97b82a0b67ac9e851b898
21226 Author: Behdad Esfahbod <behdad@behdad.org>
21227 Date:   Fri Oct 8 20:16:23 2010 -0400
21228
21229     Improve checks
21230
21231  src/check-c-linkage-decls.sh |    2 +-
21232  src/check-header-guards.sh   |    2 +-
21233  2 files changed, 2 insertions(+), 2 deletions(-)
21234
21235 commit 5a2b0b3878cd9c62121bb4fd6344e102a9ee1825
21236 Author: Behdad Esfahbod <behdad@behdad.org>
21237 Date:   Fri Oct 8 20:14:57 2010 -0400
21238
21239     Add hb-ot-map.cc
21240
21241  src/Makefile.am          |    1 +
21242  src/hb-ot-map-private.hh |  129 +-----------------------------------
21243  src/hb-ot-map.cc         |  165
21244  ++++++++++++++++++++++++++++++++++++++++++++++
21245  3 files changed, 168 insertions(+), 127 deletions(-)
21246
21247 commit ecc4550ed7bc900a61081edfbcd0ad09cbf29b36
21248 Author: Behdad Esfahbod <behdad@behdad.org>
21249 Date:   Fri Oct 8 20:05:29 2010 -0400
21250
21251     Fix feature overriding
21252
21253  src/hb-ot-map-private.hh |    2 +-
21254  1 files changed, 1 insertions(+), 1 deletions(-)
21255
21256 commit 8f08c3275040870a645ef034a38d30c05c619f21
21257 Author: Behdad Esfahbod <behdad@behdad.org>
21258 Date:   Fri Oct 8 19:43:48 2010 -0400
21259
21260     Minor cleanup
21261
21262  src/hb-open-type-private.hh |    8 +----
21263  src/hb-ot-map-private.hh    |   61
21264  ++++++++++++-------------------------------
21265  src/hb-ot-tag.c             |   11 +++----
21266  src/hb-private.h            |    4 +++
21267  4 files changed, 28 insertions(+), 56 deletions(-)
21268
21269 commit a806762a314e83154793d96ee665e6668d6b56de
21270 Author: Behdad Esfahbod <behdad@behdad.org>
21271 Date:   Fri Oct 8 19:18:40 2010 -0400
21272
21273     Add hb-ot-shape-private.hh
21274
21275  src/Makefile.am            |    1 +
21276  src/hb-ot-shape-arabic.cc  |    2 +-
21277  src/hb-ot-shape-private.hh |   60
21278  ++++++++++++++++++++++++++++++++++++++++++++
21279  3 files changed, 62 insertions(+), 1 deletions(-)
21280
21281 commit 4924affe0f0adf75f2a0e2137a71206b0576d63f
21282 Author: Behdad Esfahbod <behdad@behdad.org>
21283 Date:   Fri Oct 8 19:18:16 2010 -0400
21284
21285     Add hb-ot-map-private.hh
21286
21287  src/Makefile.am          |    1 +
21288  src/hb-ot-map-private.hh |  307
21289  ++++++++++++++++++++++++++++++++++++++++++++++
21290  src/hb-ot-shape.cc       |  274 +----------------------------------------
21291  3 files changed, 315 insertions(+), 267 deletions(-)
21292
21293 commit a7c5046d6b676a32298b97403a49235f7f255161
21294 Author: Behdad Esfahbod <behdad@behdad.org>
21295 Date:   Fri Oct 8 18:47:47 2010 -0400
21296
21297     Add private hb_segment_properties_t
21298
21299  src/hb-buffer-private.hh |   14 ++++++++------
21300  1 files changed, 8 insertions(+), 6 deletions(-)
21301
21302 commit b897c607d91d569f4eaa681d1f5b3d9f3d2bb093
21303 Author: Behdad Esfahbod <behdad@behdad.org>
21304 Date:   Fri Oct 8 18:41:57 2010 -0400
21305
21306     Flip the OT bit-allocation vs gsub/gpos inside-out
21307
21308     We now build our entire attack plan before jumping in.
21309
21310  src/hb-ot-shape.cc |  333
21311  +++++++++++++++++++++++++++------------------------
21312  1 files changed, 176 insertions(+), 157 deletions(-)
21313
21314 commit e89b7d2a61b7f58e6c7cec00d5ce2246dee1e8a1
21315 Author: Behdad Esfahbod <behdad@behdad.org>
21316 Date:   Fri Oct 8 12:29:59 2010 -0400
21317
21318     Logically separate feature collection
21319
21320  src/hb-ot-shape.cc |   29 ++++++++++++++++++-----------
21321  1 files changed, 18 insertions(+), 11 deletions(-)
21322
21323 commit 5b88908f12ad1d828dd6075fb8fc0036c2d6af3a
21324 Author: Behdad Esfahbod <behdad@behdad.org>
21325 Date:   Fri Oct 8 12:23:01 2010 -0400
21326
21327     Minor
21328
21329  src/hb-ot-shape.cc |   18 ++++++------------
21330  1 files changed, 6 insertions(+), 12 deletions(-)
21331
21332 commit 5360ce0c5c33f921b3f9ad3f42529a19df5ad0fe
21333 Author: Behdad Esfahbod <behdad@behdad.org>
21334 Date:   Thu Oct 7 21:21:11 2010 -0400
21335
21336     Move some more code around
21337
21338  src/hb-ot-shape.cc |   27 +++++++++++++--------------
21339  1 files changed, 13 insertions(+), 14 deletions(-)
21340
21341 commit d9c726078828d50db62e05407a3f38f2e7607533
21342 Author: Behdad Esfahbod <behdad@behdad.org>
21343 Date:   Thu Oct 7 21:19:54 2010 -0400
21344
21345     Minor
21346
21347  src/hb-ot-shape.cc |   18 +++++++++---------
21348  1 files changed, 9 insertions(+), 9 deletions(-)
21349
21350 commit efe0d682e860ffd23a1d17c68c8273f17d51c1c9
21351 Author: Behdad Esfahbod <behdad@behdad.org>
21352 Date:   Thu Oct 7 21:12:46 2010 -0400
21353
21354     Simplify compiling lookups
21355
21356  src/hb-ot-shape.cc |   66
21357  +++++++++++++++++++++------------------------------
21358  1 files changed, 27 insertions(+), 39 deletions(-)
21359
21360 commit 476c94218b4f5b8e119e82b0e10b641e0c10bf56
21361 Author: Behdad Esfahbod <behdad@behdad.org>
21362 Date:   Thu Oct 7 17:47:33 2010 -0400
21363
21364     Rename
21365
21366  src/hb-ot-shape.cc |   18 ++++++++++--------
21367  1 files changed, 10 insertions(+), 8 deletions(-)
21368
21369 commit 34db6f031d7ac009f554386ef990bad44886b9ee
21370 Author: Behdad Esfahbod <behdad@behdad.org>
21371 Date:   Thu Oct 7 01:21:19 2010 -0400
21372
21373     Add XXX note
21374
21375  src/hb-buffer.cc |    1 +
21376  1 files changed, 1 insertions(+), 0 deletions(-)
21377
21378 commit 98aa3f65446496dc250d9b01d98cacfdf1157e06
21379 Author: Behdad Esfahbod <behdad@behdad.org>
21380 Date:   Wed Oct 6 00:23:36 2010 -0400
21381
21382     Call hb_ot_shape_setup_lookups_complex()
21383
21384  src/hb-ot-shape.cc |   10 +++++++++-
21385  1 files changed, 9 insertions(+), 1 deletions(-)
21386
21387 commit f1d07885dc358e79c237e824c94b3320c0a9c17d
21388 Author: Behdad Esfahbod <behdad@behdad.org>
21389 Date:   Wed Oct 6 00:21:37 2010 -0400
21390
21391     Rename setup_lookups()
21392
21393  src/hb-ot-shape.cc |   10 +++++-----
21394  1 files changed, 5 insertions(+), 5 deletions(-)
21395
21396 commit affc5abac7bdae51df85856a5478d34d96fda4fe
21397 Author: Behdad Esfahbod <behdad@behdad.org>
21398 Date:   Wed Oct 6 00:18:16 2010 -0400
21399
21400     Move table_tag to hb_ot_shape_context_t
21401
21402  src/hb-ot-shape.cc |   31 +++++++++++++++++--------------
21403  1 files changed, 17 insertions(+), 14 deletions(-)
21404
21405 commit 967240dd8b96802345ef273e75427066e91ea8fb
21406 Author: Behdad Esfahbod <behdad@behdad.org>
21407 Date:   Tue Oct 5 23:00:05 2010 -0400
21408
21409     Add internal hb_ot_shape_context_t
21410
21411  src/hb-ot-shape-arabic.cc |   26 ++----
21412  src/hb-ot-shape.cc        |  237
21413  +++++++++++++++++++--------------------------
21414  2 files changed, 108 insertions(+), 155 deletions(-)
21415
21416 commit 3eb936f1539475098f39be78654b9c39b86f0799
21417 Author: Behdad Esfahbod <behdad@behdad.org>
21418 Date:   Tue Oct 5 18:36:58 2010 -0400
21419
21420     Add Arabic/Syriac/N'ko shaping logic
21421
21422     Not hooked up just yet.
21423
21424  src/Makefile.am                 |    9 +
21425  src/gen-arabic-joining-table.py |   39 +++
21426  src/hb-ot-shape-arabic.cc       |  716
21427  +++++++++++++++++++++++++++++++++++++++
21428  3 files changed, 764 insertions(+), 0 deletions(-)
21429
21430 commit 0109816b50064a314389333ff64aaf22cb4b1e56
21431 Author: Behdad Esfahbod <behdad@behdad.org>
21432 Date:   Tue Oct 5 18:36:45 2010 -0400
21433
21434     Update build system
21435
21436  autogen.sh   |    3 ---
21437  configure.ac |    1 +
21438  2 files changed, 1 insertions(+), 3 deletions(-)
21439
21440 commit e81d7afe6e0e9dd26025f3243a11cf0b408a8046
21441 Author: Behdad Esfahbod <behdad@behdad.org>
21442 Date:   Mon Oct 4 18:18:48 2010 -0400
21443
21444     Add hb_face_get_upem()
21445
21446  src/hb-font.cc |    6 ++++++
21447  src/hb-font.h  |    3 +++
21448  2 files changed, 9 insertions(+), 0 deletions(-)
21449
21450 commit d47f79db92fa45d51cd5f7845db8a206f5ec122b
21451 Author: Behdad Esfahbod <behdad@behdad.org>
21452 Date:   Mon Oct 4 18:13:30 2010 -0400
21453
21454     Add TODO item
21455
21456  TODO |    2 ++
21457  1 files changed, 2 insertions(+), 0 deletions(-)
21458
21459 commit bd361945a89ea31e6c4525aa030e18744ea81fb3
21460 Author: Behdad Esfahbod <behdad@behdad.org>
21461 Date:   Mon Oct 4 17:22:57 2010 -0400
21462
21463     Add API comments
21464
21465  src/hb-font.h |   17 +++++++++++++++--
21466  1 files changed, 15 insertions(+), 2 deletions(-)
21467
21468 commit 645f6f265b5f6fb85b3c0f59ea874d58c86e3917
21469 Author: Behdad Esfahbod <behdad@behdad.org>
21470 Date:   Mon Oct 4 17:01:01 2010 -0400
21471
21472     Add is_mutable() functions
21473
21474     Correspond to the make_mutable() ones.
21475
21476  src/hb-font.cc   |    6 ++++++
21477  src/hb-font.h    |    2 ++
21478  src/hb-unicode.c |    6 ++++++
21479  src/hb-unicode.h |    2 ++
21480  4 files changed, 16 insertions(+), 0 deletions(-)
21481
21482 commit 19c0eab8cf96d00e168c4b11ec435019c1ed44f7
21483 Author: Behdad Esfahbod <behdad@behdad.org>
21484 Date:   Mon Oct 4 16:45:21 2010 -0400
21485
21486     Add getters for all setter APIs
21487
21488     One in particular is not a straight getter: hb_font_unset_funcs() is
21489     special because of the specific needs of the lifecycle management of
21490     the user_data object.
21491
21492  src/hb-font.cc   |   64
21493  ++++++++++++++++++++++++++++++++++++++++++++++++++++++
21494  src/hb-font.h    |   40 +++++++++++++++++++++++++++++++++
21495  src/hb-unicode.c |   32 +++++++++++++++++++++++++++
21496  src/hb-unicode.h |   31 +++++++++++++++++++++++++-
21497  4 files changed, 166 insertions(+), 1 deletions(-)
21498
21499 commit f0feb084b0fd1510474b25404d1dcc5686ee0538
21500 Author: Behdad Esfahbod <behdad@behdad.org>
21501 Date:   Sun Oct 3 19:09:39 2010 -0400
21502
21503     Minor
21504
21505  src/hb-ot-layout-private.hh |   12 +++++++-----
21506  1 files changed, 7 insertions(+), 5 deletions(-)
21507
21508 commit ac0c1663fa6e93a5a94c88fc7497bc11ca17f0a1
21509 Author: Behdad Esfahbod <behdad@behdad.org>
21510 Date:   Fri Oct 1 19:09:23 2010 -0400
21511
21512     Avoid div-by-zero, validate upem
21513
21514  src/hb-ot-head-private.hh   |    7 +++++++
21515  src/hb-ot-layout-private.hh |    6 +++---
21516  2 files changed, 10 insertions(+), 3 deletions(-)
21517
21518 commit 7f97d2cd904ea999c099c73c52187c5d65aeec67
21519 Author: Behdad Esfahbod <behdad@behdad.org>
21520 Date:   Fri Oct 1 18:58:50 2010 -0400
21521
21522     Pedantic
21523
21524  src/hb-open-type-private.hh        |   12 ++++++------
21525  src/hb-ot-layout-common-private.hh |    2 +-
21526  src/hb-ot-layout-gdef-private.hh   |   10 +++++-----
21527  src/hb-ot-layout-gpos-private.hh   |    6 +++---
21528  4 files changed, 15 insertions(+), 15 deletions(-)
21529
21530 commit 2841436926d6a406bd1f4a35c66a0e3c2fdbeca7
21531 Author: Behdad Esfahbod <behdad@behdad.org>
21532 Date:   Wed Sep 29 12:20:36 2010 -0400
21533
21534     Don't zero glyph advances in MarkToBase and similar lookups
21535
21536     See email thread "Should MarkToBase attachment zero the mark advance?"
21537     started by Jonathan Kew on 23 August 2010 for details.
21538
21539  src/hb-ot-layout-gpos-private.hh |    2 --
21540  1 files changed, 0 insertions(+), 2 deletions(-)
21541
21542 commit 36b3862009c00ad922d68810173a69ac59723365
21543 Author: Behdad Esfahbod <behdad@behdad.org>
21544 Date:   Wed Sep 29 12:10:24 2010 -0400
21545
21546     One fewer cmp() implementation...
21547
21548  src/hb-ot-layout-common-private.hh |    3 +--
21549  1 files changed, 1 insertions(+), 2 deletions(-)
21550
21551 commit 4e573715ae5f5ed486ad66382bb44c47a86591ff
21552 Author: Behdad Esfahbod <behdad@behdad.org>
21553 Date:   Tue Sep 28 16:23:58 2010 -0400
21554
21555     Improve cmp function parameter namings and casts
21556
21557     No semantic change.
21558
21559  src/hb-open-type-private.hh        |    6 +++---
21560  src/hb-ot-layout-common-private.hh |    6 +++---
21561  src/hb-ot-shape.cc                 |    8 ++++----
21562  3 files changed, 10 insertions(+), 10 deletions(-)
21563
21564 commit dca8aff24652c83c53efbb9d06e5e1c7ef1c2fa5
21565 Author: Behdad Esfahbod <behdad@behdad.org>
21566 Date:   Tue Sep 28 16:25:23 2010 -0400
21567
21568     Add comment re DejaVu Sans Mono having 'dflt' script
21569
21570  src/hb-ot-layout.cc |    3 ++-
21571  1 files changed, 2 insertions(+), 1 deletions(-)
21572
21573 commit 9dc45401c07cb40114067cafbe286c63a9598f3b
21574 Author: Behdad Esfahbod <behdad@behdad.org>
21575 Date:   Tue Sep 28 16:23:28 2010 -0400
21576
21577     Fix stupid bug in bsearch cmp function!
21578
21579  src/hb-ot-layout-common-private.hh |    2 +-
21580  1 files changed, 1 insertions(+), 1 deletions(-)
21581
21582 commit 6fca4c18c42bdcbc67ee8855499c51c7d6311eb2
21583 Author: Behdad Esfahbod <behdad@behdad.org>
21584 Date:   Thu Sep 23 10:28:51 2010 -0400
21585
21586     Add TODO iteam
21587
21588  TODO |    2 ++
21589  1 files changed, 2 insertions(+), 0 deletions(-)
21590
21591 commit f2a30bd605a57b99fce4b78e288c2ca62f7191ad
21592 Author: Behdad Esfahbod <behdad@behdad.org>
21593 Date:   Thu Sep 23 10:27:08 2010 -0400
21594
21595     Remove unimplemented method hb_font_get_funcs()
21596
21597     Got to add a suitable replacement.
21598
21599  src/hb-font.h |    3 ---
21600  1 files changed, 0 insertions(+), 3 deletions(-)
21601
21602 commit 7b9a38a112aa2421d97187a9b30619360edeabbe
21603 Author: Behdad Esfahbod <behdad@behdad.org>
21604 Date:   Wed Sep 22 17:42:59 2010 -0400
21605
21606     Add test.c using public API
21607
21608  src/Makefile.am |    6 +++-
21609  src/test.c      |   94
21610  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
21611  2 files changed, 99 insertions(+), 1 deletions(-)
21612
21613 commit 9ea7368fce3fa373d8d2925961ad211f5cf6ce70
21614 Author: Behdad Esfahbod <behdad@behdad.org>
21615 Date:   Wed Sep 22 17:38:44 2010 -0400
21616
21617     Fix hb_ot_layout leak
21618
21619  src/hb-ot-layout.cc |    2 ++
21620  1 files changed, 2 insertions(+), 0 deletions(-)
21621
21622 commit 8e577acae2e605547b6a1b9b3a941cb9e3c56a4c
21623 Author: Behdad Esfahbod <behdad@behdad.org>
21624 Date:   Wed Sep 22 17:37:02 2010 -0400
21625
21626     Fix blob refcounting with insane SFNT table directories
21627
21628  src/hb-font.cc |    4 +---
21629  1 files changed, 1 insertions(+), 3 deletions(-)
21630
21631 commit 75371bea4fbf50b8604d2698b4935c011648a6b6
21632 Author: Behdad Esfahbod <behdad@behdad.org>
21633 Date:   Wed Sep 22 17:12:10 2010 -0400
21634
21635     Add TODO item
21636
21637  TODO |    2 ++
21638  1 files changed, 2 insertions(+), 0 deletions(-)
21639
21640 commit 5bd1e95236320aed60fb29ca1e93b9595d4aeeec
21641 Author: Behdad Esfahbod <behdad@behdad.org>
21642 Date:   Wed Sep 22 16:46:18 2010 -0400
21643
21644     Speedup Device table delta computation for common cases
21645
21646  src/hb-ot-layout-common-private.hh |   25 +++++++++++++++++++++----
21647  1 files changed, 21 insertions(+), 4 deletions(-)
21648
21649 commit ed4acbde9c5e3323cc95037b500d1bf2878ed3ee
21650 Author: Behdad Esfahbod <behdad@behdad.org>
21651 Date:   Mon Aug 16 14:36:27 2010 -0400
21652
21653     Fix NULL dereference
21654
21655     Reported by Jonathan Kew.  Face table handling needs to be redone
21656     anyway, but fix this for now.
21657
21658  src/hb-ot-layout.cc |    6 +++---
21659  1 files changed, 3 insertions(+), 3 deletions(-)
21660
21661 commit 258305c2a5dd47bd2d83f12eaf9caa5b19ae5efb
21662 Author: Behdad Esfahbod <behdad@behdad.org>
21663 Date:   Fri Aug 13 14:10:02 2010 -0400
21664
21665     [GPOS] Fix div-by-zero
21666
21667     Patch by Jonathan Kew.  Mozilla bug #465728.
21668
21669  src/hb-ot-layout-gpos-private.hh |    2 +-
21670  1 files changed, 1 insertions(+), 1 deletions(-)
21671
21672 commit 2422c4b96d32037a5cdaef4c427ed1d25db5f647
21673 Author: Behdad Esfahbod <behdad@behdad.org>
21674 Date:   Fri Aug 13 14:00:34 2010 -0400
21675
21676     Add TODO
21677
21678  src/hb-ot-shape.cc |    2 +-
21679  1 files changed, 1 insertions(+), 1 deletions(-)
21680
21681 commit 27f0b092a13344e8791c496c77a3c1e5de4f887c
21682 Author: Behdad Esfahbod <behdad@behdad.org>
21683 Date:   Fri Jul 23 17:35:54 2010 -0400
21684
21685     Logically separate feature allocation from application
21686
21687  src/hb-ot-shape.cc |    8 ++++----
21688  1 files changed, 4 insertions(+), 4 deletions(-)
21689
21690 commit 6cf63132dc771e1bcd5627720daf4bd2ea0800a5
21691 Author: Behdad Esfahbod <behdad@behdad.org>
21692 Date:   Fri Jul 23 17:32:26 2010 -0400
21693
21694     Minor
21695
21696  src/hb-ot-shape.cc |    2 +-
21697  1 files changed, 1 insertions(+), 1 deletions(-)
21698
21699 commit 4e4ef24e46f273ad2bdda2f718223e05b37dd50f
21700 Author: Behdad Esfahbod <behdad@behdad.org>
21701 Date:   Fri Jul 23 17:22:11 2010 -0400
21702
21703     Towards separating bit allocation from shaping
21704
21705  src/hb-buffer-private.hh         |    9 +++++--
21706  src/hb-buffer.cc                 |   12 +++++-----
21707  src/hb-ot-layout-gpos-private.hh |    2 +-
21708  src/hb-ot-layout.cc              |    2 +-
21709  src/hb-ot-shape.cc               |   41
21710  ++++++++++++++-----------------------
21711  5 files changed, 30 insertions(+), 36 deletions(-)
21712
21713 commit da6cff3864d2ef4a061a29e5918359bafcd51f4c
21714 Author: Behdad Esfahbod <behdad@behdad.org>
21715 Date:   Fri Jul 23 15:40:58 2010 -0400
21716
21717     Add TODO items
21718
21719  TODO |    3 +++
21720  1 files changed, 3 insertions(+), 0 deletions(-)
21721
21722 commit acdba3f90b232fc12fcb200dca2584481b339118
21723 Author: Behdad Esfahbod <behdad@behdad.org>
21724 Date:   Fri Jul 23 15:11:18 2010 -0400
21725
21726     Prefer C linkage
21727
21728  src/Makefile.am                      |    1 +
21729  src/check-c-linkage-decls.sh         |   18 ++++++++++++++++++
21730  src/hb-blob-private.h                |    2 ++
21731  src/hb-blob.c                        |   18 ++++++++++++------
21732  src/hb-blob.h                        |    2 ++
21733  src/hb-buffer-private.hh             |    1 +
21734  src/hb-buffer.cc                     |    7 ++++++-
21735  src/hb-buffer.h                      |    1 +
21736  src/hb-common.c                      |    6 ++++++
21737  src/hb-common.h                      |   21 +++++++++++++--------
21738  src/hb-font-private.h                |    1 +
21739  src/hb-font.cc                       |    4 ++++
21740  src/hb-font.h                        |    1 +
21741  src/hb-ft.c                          |   10 ++++++++--
21742  src/hb-ft.h                          |    2 ++
21743  src/hb-glib.c                        |    6 ++++++
21744  src/hb-glib.h                        |    2 ++
21745  src/hb-graphite.cc                   |    6 ++++++
21746  src/hb-graphite.h                    |    3 ++-
21747  src/hb-icu.c                         |    6 ++++++
21748  src/hb-icu.h                         |    2 ++
21749  src/hb-language.c                    |    5 +++++
21750  src/hb-language.h                    |    2 ++
21751  src/hb-object-private.h              |    2 ++
21752  src/hb-open-file-private.hh          |    4 ++++
21753  src/hb-open-type-private.hh          |    5 +++++
21754  src/hb-ot-head-private.hh            |    5 +++++
21755  src/hb-ot-layout-common-private.hh   |    6 ++++++
21756  src/hb-ot-layout-gdef-private.hh     |    4 ++++
21757  src/hb-ot-layout-gpos-private.hh     |    6 ++++++
21758  src/hb-ot-layout-gsub-private.hh     |    7 ++++++-
21759  src/hb-ot-layout-gsubgpos-private.hh |   13 +++++++++++++
21760  src/hb-ot-layout-private.hh          |    3 ++-
21761  src/hb-ot-layout.cc                  |    5 +++++
21762  src/hb-ot-layout.h                   |    1 +
21763  src/hb-ot-shape.cc                   |    6 ++++++
21764  src/hb-ot-shape.h                    |    2 ++
21765  src/hb-ot-tag.c                      |    5 +++++
21766  src/hb-ot-tag.h                      |    2 ++
21767  src/hb-ot.h                          |    3 +++
21768  src/hb-private.h                     |    5 +++++
21769  src/hb-shape.cc                      |    5 +++++
21770  src/hb-shape.h                       |    1 +
21771  src/hb-unicode-private.h             |    1 +
21772  src/hb-unicode.c                     |    6 ++++++
21773  src/hb-unicode.h                     |    1 +
21774  src/hb.h                             |    3 +++
21775  src/main.cc                          |    6 ++++++
21776  48 files changed, 214 insertions(+), 20 deletions(-)
21777
21778 commit cc6d52279d10a2edcf0d86c3a18a79ff4f6d3858
21779 Author: Behdad Esfahbod <behdad@behdad.org>
21780 Date:   Fri Jul 23 15:00:13 2010 -0400
21781
21782     De-C++ where possible
21783
21784     Helps with avoiding many "extern C" declarations in source files.
21785
21786  src/Makefile.am                  |    4 +-
21787  src/check-header-guards.sh       |    2 +-
21788  src/hb-font-private.h            |   95 +++++++++++++++
21789  src/hb-font-private.hh           |   95 ---------------
21790  src/hb-font.cc                   |    2 +-
21791  src/hb-ft.c                      |  240
21792  ++++++++++++++++++++++++++++++++++++++
21793  src/hb-ft.cc                     |  240
21794  --------------------------------------
21795  src/hb-graphite.cc               |    2 +-
21796  src/hb-ot-layout-gdef-private.hh |    2 +-
21797  src/hb-ot-layout-private.hh      |    2 +-
21798  10 files changed, 342 insertions(+), 342 deletions(-)
21799
21800 commit 0dd200d28f51bf4062d8a377432c8977c80cb210
21801 Author: Behdad Esfahbod <behdad@behdad.org>
21802 Date:   Fri Jul 23 14:56:29 2010 -0400
21803
21804     Header dep cleanup
21805
21806  src/hb-font-private.hh      |    2 --
21807  src/hb-ot-layout-private.hh |    1 +
21808  2 files changed, 1 insertions(+), 2 deletions(-)
21809
21810 commit fb0d25246267851a1fc200ead28c56359a40047e
21811 Author: Behdad Esfahbod <behdad@behdad.org>
21812 Date:   Fri Jul 23 14:54:22 2010 -0400
21813
21814     dos2unix
21815
21816  src/hb-ot-head-private.hh |  256
21817  ++++++++++++++++++++++----------------------
21818  1 files changed, 128 insertions(+), 128 deletions(-)
21819
21820 commit 81408cd51ce575891e79e6483be187130f864c28
21821 Author: Behdad Esfahbod <behdad@behdad.org>
21822 Date:   Fri Jul 23 14:46:57 2010 -0400
21823
21824     Don't use "operator ="
21825
21826     Some compilers don't like operator = defined on members of union
21827     members
21828     either.  Reported by Ginn Chen for Sun Studio compilers.
21829
21830  src/hb-open-type-private.hh |    6 +++---
21831  1 files changed, 3 insertions(+), 3 deletions(-)
21832
21833 commit 39fe34d4c356516f0a92f42b13a168572829d24e
21834 Author: Behdad Esfahbod <behdad@behdad.org>
21835 Date:   Thu Jul 22 18:12:38 2010 -0400
21836
21837     Add TODO option
21838
21839  TODO |    2 ++
21840  1 files changed, 2 insertions(+), 0 deletions(-)
21841
21842 commit 243a96f41482edb83e4798358064bd3329dd278c
21843 Author: Behdad Esfahbod <behdad@behdad.org>
21844 Date:   Wed Jul 21 17:21:12 2010 -0400
21845
21846     Add arm build fix to TODO
21847
21848  TODO |    1 +
21849  1 files changed, 1 insertions(+), 0 deletions(-)
21850
21851 commit c407f05f99f9225916d3d0ae06eac8fbc8b55b97
21852 Author: Behdad Esfahbod <behdad@behdad.org>
21853 Date:   Wed Jul 21 17:20:44 2010 -0400
21854
21855     Remove fixed TODO item
21856
21857  TODO |    1 -
21858  1 files changed, 0 insertions(+), 1 deletions(-)
21859
21860 commit 4f801bd6586defdbf70162e0c7f8968d2b476df2
21861 Author: Behdad Esfahbod <behdad@behdad.org>
21862 Date:   Wed Jul 21 16:37:01 2010 -0400
21863
21864     Mozilla bug 580233 - check for zero-length record in hb sanitizer.
21865
21866     Patch / report by Jonathan Kew.
21867
21868  src/hb-open-type-private.hh |    2 +-
21869  1 files changed, 1 insertions(+), 1 deletions(-)
21870
21871 commit 17e9ff938b638fd1cb80c990ba13bd47562116b8
21872 Author: Behdad Esfahbod <behdad@behdad.org>
21873 Date:   Thu Jul 15 11:21:34 2010 -0700
21874
21875     Fix 64bit issues with debug prints
21876
21877  src/hb-blob.c               |   10 +++++-----
21878  src/hb-open-type-private.hh |    5 +++--
21879  2 files changed, 8 insertions(+), 7 deletions(-)
21880
21881 commit fd56ae49637b978ea3b36fab5b48f1a3cc99e90e
21882 Author: Behdad Esfahbod <behdad@behdad.org>
21883 Date:   Thu Jul 8 00:53:40 2010 -0400
21884
21885     Don't bother sorting, it's a safe font error if the array is not
21886     sorted
21887
21888  src/hb-open-type-private.hh        |   29 -----------------------------
21889  src/hb-ot-layout-common-private.hh |    7 -------
21890  2 files changed, 0 insertions(+), 36 deletions(-)
21891
21892 commit cc8a4abea68f2dba26feb5785f9e518e6853c744
21893 Author: Behdad Esfahbod <behdad@behdad.org>
21894 Date:   Thu Jul 8 00:40:04 2010 -0400
21895
21896     Use bsearch where applicable
21897
21898  src/hb-open-type-private.hh        |   49 ++++++++++++
21899  src/hb-ot-layout-common-private.hh |  145
21900  +++++++++++++-----------------------
21901  2 files changed, 100 insertions(+), 94 deletions(-)
21902
21903 commit 2f418f5709b2b8b3ef2f6056b9d8c13b66f0b74a
21904 Author: Behdad Esfahbod <behdad@behdad.org>
21905 Date:   Wed Jul 7 22:07:40 2010 -0400
21906
21907     Remove useless TODO
21908
21909  src/hb-open-file-private.hh |    1 -
21910  1 files changed, 0 insertions(+), 1 deletions(-)
21911
21912 commit da8edbb62204dc39f93d500ef85929e234e0bd19
21913 Author: Behdad Esfahbod <behdad@behdad.org>
21914 Date:   Wed Jun 9 07:15:39 2010 -0400
21915
21916     Fix header
21917
21918  src/hb-buffer-private.hh |    6 +++---
21919  1 files changed, 3 insertions(+), 3 deletions(-)
21920
21921 commit d05d13df02fbe76814694fe49cc01bbb41c3d0e7
21922 Author: Behdad Esfahbod <behdad@behdad.org>
21923 Date:   Wed Jun 9 07:15:03 2010 -0400
21924
21925     Add a test for header preprocessor guards
21926
21927  src/Makefile.am            |    4 +++-
21928  src/check-header-guards.sh |   20 ++++++++++++++++++++
21929  src/check-libstdc++.sh     |    1 -
21930  3 files changed, 23 insertions(+), 2 deletions(-)
21931
21932 commit 0f0cd9d361f1bb614aa3fd4616160d027062370e
21933 Author: Behdad Esfahbod <behdad@behdad.org>
21934 Date:   Wed Jun 9 06:32:56 2010 -0400
21935
21936     Fix header tags
21937
21938  src/hb-font-private.hh      |    6 +++---
21939  src/hb-object-private.h     |    6 +++---
21940  src/hb-open-type-private.hh |    4 ++--
21941  src/hb-ot-layout-private.hh |    6 +++---
21942  src/hb-ot-shape.h           |    2 +-
21943  5 files changed, 12 insertions(+), 12 deletions(-)
21944
21945 commit f2a1b411b1d48c3dfac0df8e78c848d9aa3bb047
21946 Author: Behdad Esfahbod <behdad@behdad.org>
21947 Date:   Thu Jun 3 11:37:51 2010 -0400
21948
21949     Followup fix for variation-selectors
21950
21951     Patch from Jonathan Kew
21952
21953  src/hb-ot-shape.cc |    3 ++-
21954  1 files changed, 2 insertions(+), 1 deletions(-)
21955
21956 commit a224b4d502d026fa642ee4098bf7bc0b4ba7ce27
21957 Author: Behdad Esfahbod <behdad@behdad.org>
21958 Date:   Wed Jun 2 22:24:54 2010 -0400
21959
21960     Fix skipping variation-selectors
21961
21962  src/hb-ot-shape.cc |   14 ++++++++------
21963  1 files changed, 8 insertions(+), 6 deletions(-)
21964
21965 commit 81a77b115db401f69e869690f24b9047370bdfde
21966 Author: Behdad Esfahbod <behdad@behdad.org>
21967 Date:   Tue Jun 1 23:03:54 2010 -0400
21968
21969     Make feature sorting stable
21970
21971  src/hb-ot-shape.cc |    4 +++-
21972  1 files changed, 3 insertions(+), 1 deletions(-)
21973
21974 commit fdc322a82047c4bda9fa3dab4338a0eac1c1bde7
21975 Author: Behdad Esfahbod <behdad@behdad.org>
21976 Date:   Fri May 28 20:55:52 2010 -0400
21977
21978     Minor
21979
21980  src/hb-ot-shape.cc |   38 +++++++++++++++++++++-----------------
21981  1 files changed, 21 insertions(+), 17 deletions(-)
21982
21983 commit f062ec6bb24b1c21d37b12adc7e944a5fe53526a
21984 Author: Behdad Esfahbod <behdad@behdad.org>
21985 Date:   Fri May 28 20:54:43 2010 -0400
21986
21987     Further simplify mask allocator
21988
21989  src/hb-ot-shape.cc |   23 +++++++----------------
21990  1 files changed, 7 insertions(+), 16 deletions(-)
21991
21992 commit 8af45fda475d075c5a285002463a00a0423d3926
21993 Author: Behdad Esfahbod <behdad@behdad.org>
21994 Date:   Fri May 28 20:41:20 2010 -0400
21995
21996     Fix global feature handling
21997
21998  src/hb-ot-shape.cc |    6 +++++-
21999  1 files changed, 5 insertions(+), 1 deletions(-)
22000
22001 commit e04685ee7be01695ec437fab50f919f1b7423c57
22002 Author: Behdad Esfahbod <behdad@behdad.org>
22003 Date:   Fri May 28 20:37:06 2010 -0400
22004
22005     Simplify mask allocation
22006
22007  src/hb-ot-shape.cc |   48
22008  ++++++++++++++++++++----------------------------
22009  1 files changed, 20 insertions(+), 28 deletions(-)
22010
22011 commit 0e235d0fc9bdeeaffa7215c21abc5d40767a10c7
22012 Author: Behdad Esfahbod <behdad@behdad.org>
22013 Date:   Fri May 28 20:21:47 2010 -0400
22014
22015     Towards a mask allocator
22016
22017  src/hb-ot-shape.cc |  291
22018  +++++++++++++++++++++++++++++++++-------------------
22019  1 files changed, 186 insertions(+), 105 deletions(-)
22020
22021 commit 81c5e8724b740c6e42ed3a45e0574c7c5f3ad8e6
22022 Author: Behdad Esfahbod <behdad@behdad.org>
22023 Date:   Fri May 28 18:31:16 2010 -0400
22024
22025     Allow disabling default features
22026
22027     Patch from Jonathan Kew
22028
22029  src/hb-buffer-private.hh |   18 +++--
22030  src/hb-buffer.cc         |   15 ++--
22031  src/hb-ot-shape.cc       |  196
22032  +++++++++++++++++++++++++++++++---------------
22033  3 files changed, 153 insertions(+), 76 deletions(-)
22034
22035 commit 2163afbf35044f59dbf449254e65b8c9feb6cdeb
22036 Author: Behdad Esfahbod <behdad@behdad.org>
22037 Date:   Thu May 27 14:04:15 2010 -0400
22038
22039     Add note about UTF-8 decoder
22040
22041  src/hb-buffer.cc |    2 ++
22042  1 files changed, 2 insertions(+), 0 deletions(-)
22043
22044 commit 226faa58f4e23eb655bebb0eff7206a3024c8d55
22045 Author: Behdad Esfahbod <behdad@behdad.org>
22046 Date:   Thu May 27 11:42:34 2010 -0400
22047
22048     Fix loop
22049
22050  src/hb-ot-tag.c |    4 ++--
22051  1 files changed, 2 insertions(+), 2 deletions(-)
22052
22053 commit 56bef5680cc76a67d16ca14ac69f0dda1a691968
22054 Author: Martin Hosken <martin_hosken@sil.org>
22055 Date:   Thu May 27 10:09:04 2010 +0100
22056
22057     Fixes to Python and Graphite from Martin
22058
22059  contrib/python/README             |   10 ++++
22060  contrib/python/lib/fontconfig.pyx |   47 +++++++++++++++++
22061  contrib/python/lib/harfbuzz.pyx   |  104
22062  ++-----------------------------------
22063  contrib/python/scripts/hbtestfont |  103
22064  ++++++++++++++++++++++++++++++++----
22065  contrib/python/setup.py           |    3 +-
22066  src/hb-graphite.cc                |    8 ++--
22067  6 files changed, 159 insertions(+), 116 deletions(-)
22068
22069 commit b485da0b719cb03cc33da57802c5151301664c2f
22070 Author: Behdad Esfahbod <behdad@behdad.org>
22071 Date:   Thu May 27 11:39:19 2010 -0400
22072
22073     Disable Graphite as it crashes all over the place...
22074
22075  src/hb-shape.cc |    2 +-
22076  1 files changed, 1 insertions(+), 1 deletions(-)
22077
22078 commit 93ac709b1f6b015371c29bf244a9ece62baedff0
22079 Author: Behdad Esfahbod <behdad@behdad.org>
22080 Date:   Wed May 26 16:22:00 2010 -0400
22081
22082     Cypriot is RTL
22083
22084  src/hb-unicode.c |    2 +-
22085  1 files changed, 1 insertions(+), 1 deletions(-)
22086
22087 commit 15c7379c16dbb9ee8ed1c0333ca7492532ce8423
22088 Author: Behdad Esfahbod <behdad@behdad.org>
22089 Date:   Wed May 26 10:48:10 2010 -0400
22090
22091     Revert "Merge remote branch 'martin/master'"
22092
22093     This reverts commit 80af2812fb3b231ddcb4608ec13c6038a681c818,
22094     reversing
22095     changes made to c442672ec2fb83ed41f3994b3aa4f92a097664ab.
22096
22097  contrib/python/README             |   10 ----
22098  contrib/python/lib/fontconfig.pyx |   47 -----------------
22099  contrib/python/lib/harfbuzz.pyx   |  104
22100  +++++++++++++++++++++++++++++++++++--
22101  contrib/python/scripts/hbtestfont |   98
22102  ++++-------------------------------
22103  contrib/python/setup.py           |    3 +-
22104  src/Makefile.am                   |    2 +-
22105  src/hb-graphite.cc                |    8 ++--
22106  src/hb-ot-shape.cc                |    2 +-
22107  src/hb-ot-tag.c                   |    1 -
22108  src/hb-ot.h                       |    2 +-
22109  src/hb-shape.cc                   |    2 +-
22110  11 files changed, 119 insertions(+), 160 deletions(-)
22111
22112 commit 80af2812fb3b231ddcb4608ec13c6038a681c818
22113 Merge: c442672 3109a86
22114 Author: Behdad Esfahbod <behdad@behdad.org>
22115 Date:   Mon May 24 18:14:24 2010 +0100
22116
22117     Merge remote branch 'martin/master'
22118
22119 commit c442672ec2fb83ed41f3994b3aa4f92a097664ab
22120 Author: Behdad Esfahbod <behdad@behdad.org>
22121 Date:   Mon May 24 18:02:32 2010 +0100
22122
22123     Fix struct initializers
22124
22125  src/hb-ft.cc  |   12 ++++++------
22126  src/hb-glib.c |   14 +++++++-------
22127  src/hb-icu.c  |   14 +++++++-------
22128  3 files changed, 20 insertions(+), 20 deletions(-)
22129
22130 commit f5ac9de259773a5f86809892e58166a485d70a3d
22131 Author: Behdad Esfahbod <behdad@behdad.org>
22132 Date:   Mon May 24 18:01:09 2010 +0100
22133
22134     Minor
22135
22136  src/hb-object-private.h |   24 +++++++++++++-----------
22137  1 files changed, 13 insertions(+), 11 deletions(-)
22138
22139 commit f97bf4f81257c97a46dff51be31b2ec214d6c270
22140 Author: Behdad Esfahbod <behdad@behdad.org>
22141 Date:   Mon May 24 17:50:19 2010 +0100
22142
22143     Make sure we initialize all callbacks upon creation
22144
22145     Also fixes issue with unicode callbacks never being set really.
22146
22147  src/hb-font.cc   |   18 +++++++-----------
22148  src/hb-unicode.c |    9 ++-------
22149  2 files changed, 9 insertions(+), 18 deletions(-)
22150
22151 commit bf36a1074ab23abeab0a7a6c47db26770dc1ab0a
22152 Author: Behdad Esfahbod <behdad@behdad.org>
22153 Date:   Mon May 24 17:46:21 2010 +0100
22154
22155     Move all callback functions in a vtable structs
22156
22157  src/hb-font-private.hh   |   10 ++++++----
22158  src/hb-font.cc           |   28 +++++++++++++++-------------
22159  src/hb-ot-shape.cc       |    4 ++--
22160  src/hb-unicode-private.h |   12 +++++++-----
22161  src/hb-unicode.c         |   32 +++++++++++++++++---------------
22162  5 files changed, 47 insertions(+), 39 deletions(-)
22163
22164 commit 3109a86add936ae4cc77541fc026c4fe2db4e328
22165 Author: Martin Hosken <martin_hosken@sil.org>
22166 Date:   Mon May 24 13:25:37 2010 +0100
22167
22168     hb-graphite now no longer has -ve advances within clusters. Fix
22169     infinite loop in tag_to_script(). python fixed to use tag_to_script
22170     and allow hbtestfont to be passed font files, where fontconfig knows
22171     about them.
22172
22173  contrib/python/lib/harfbuzz.pyx   |    4 ++--
22174  contrib/python/scripts/hbtestfont |    6 +++++-
22175  src/hb-graphite.cc                |    4 ++--
22176  src/hb-ot-tag.c                   |    1 +
22177  4 files changed, 10 insertions(+), 5 deletions(-)
22178
22179 commit e5bed0a37fe1b0576d08435179e455cb28eadcdb
22180 Author: Martin Hosken <martin_hosken@sil.org>
22181 Date:   Sat May 22 20:19:00 2010 +0100
22182
22183     Tidy up hbtestfont and add README
22184
22185  contrib/python/README             |   10 +++
22186  contrib/python/scripts/hbtestfont |  134
22187  ++++++++++++++++++------------------
22188  2 files changed, 77 insertions(+), 67 deletions(-)
22189
22190 commit 70ae332fe66510500d303b6fcc79537833b42f05
22191 Author: Martin Hosken <martin_hosken@sil.org>
22192 Date:   Sat May 22 19:58:00 2010 +0100
22193
22194     Add fontconfig to hbtestfont
22195
22196  contrib/python/lib/fontconfig.pyx |   47 +++++++++++++++++++++++++++
22197  contrib/python/scripts/hbtestfont |   64
22198  ++++++++++++++++++++++--------------
22199  contrib/python/setup.py           |    3 +-
22200  3 files changed, 88 insertions(+), 26 deletions(-)
22201
22202 commit 72631c9d06b131d82080f212908e7d0b0266b841
22203 Merge: 1432ab1 1094a29
22204 Author: Martin Hosken <martin_hosken@sil.org>
22205 Date:   Sat May 22 09:38:02 2010 +0100
22206
22207     Merge branch 'master' of git://git.freedesktop.org/~behdad/harfbuzz-ng
22208
22209 commit 1432ab15c163eb0b5be3de66a4cb3df15ad73500
22210 Author: Martin Hosken <martin_hosken@sil.org>
22211 Date:   Sat May 22 00:56:40 2010 +0100
22212
22213     Add graphical output to hbtestfont
22214
22215  contrib/python/lib/harfbuzz.pyx   |  100
22216  +------------------------------------
22217  contrib/python/scripts/hbtestfont |   62 ++++++++++++++++++++++-
22218  src/Makefile.am                   |    2 +-
22219  src/hb-ot-shape.cc                |    2 +-
22220  src/hb-ot.h                       |    2 +-
22221  src/hb-shape.cc                   |    2 +-
22222  6 files changed, 67 insertions(+), 103 deletions(-)
22223
22224 commit bbc7a99d01298f9be1ebaaceacbc9bc961e247e5
22225 Author: Behdad Esfahbod <behdad@behdad.org>
22226 Date:   Fri May 21 18:24:34 2010 +0100
22227
22228     Move mirroring around a bit
22229
22230  src/hb-ot-shape.cc |    8 ++++----
22231  1 files changed, 4 insertions(+), 4 deletions(-)
22232
22233 commit bd0987386b3a4dddf208ccf1a70ebfff6242ba73
22234 Author: Behdad Esfahbod <behdad@behdad.org>
22235 Date:   Fri May 21 18:06:35 2010 +0100
22236
22237     Add a few more standard features
22238
22239  src/hb-ot-shape.cc |   10 ++++++----
22240  1 files changed, 6 insertions(+), 4 deletions(-)
22241
22242 commit 75f3469ca6d626b08eb411984a2ba7fd48ca5b5f
22243 Author: Behdad Esfahbod <behdad@behdad.org>
22244 Date:   Fri May 21 17:59:04 2010 +0100
22245
22246     Add note
22247
22248  src/hb-ot-shape.cc |    1 +
22249  1 files changed, 1 insertions(+), 0 deletions(-)
22250
22251 commit 1094a294f6a44c47fc75867983f2b135a6442bab
22252 Author: Behdad Esfahbod <behdad@behdad.org>
22253 Date:   Fri May 21 17:58:20 2010 +0100
22254
22255     Add rtlm
22256
22257  src/hb-ot-shape.cc |   26 +++++++++++++++++++++-----
22258  1 files changed, 21 insertions(+), 5 deletions(-)
22259
22260 commit 074ea787493a37ae8f68d17be7820f13fff57520
22261 Author: Behdad Esfahbod <behdad@behdad.org>
22262 Date:   Fri May 21 17:53:10 2010 +0100
22263
22264     Add ltra, ltrm, and rtla features
22265
22266  src/hb-ot-shape.cc |   60
22267  +++++++++++++++++++++++++++++++++++++++++----------
22268  1 files changed, 48 insertions(+), 12 deletions(-)
22269
22270 commit 1ce7b87c4d8d1ab3ec1d5198351d71b7199f7c64
22271 Author: Behdad Esfahbod <behdad@behdad.org>
22272 Date:   Fri May 21 17:31:45 2010 +0100
22273
22274     Cleanup bitmask allocation
22275
22276  src/hb-buffer-private.hh |   16 ++++++++++++
22277  src/hb-buffer.cc         |   36 +++++++++++++++++++++++++++
22278  src/hb-ot-shape.cc       |   60
22279  ++++++++++++++++++++--------------------------
22280  3 files changed, 78 insertions(+), 34 deletions(-)
22281
22282 commit dd22a8f7bfd424a69286e90f79d2a23af6e89ec1
22283 Author: Behdad Esfahbod <behdad@behdad.org>
22284 Date:   Fri May 21 16:43:17 2010 +0100
22285
22286     Add note
22287
22288  src/hb-ot-layout-gsub-private.hh |    1 +
22289  1 files changed, 1 insertions(+), 0 deletions(-)
22290
22291 commit cbd1d6a63a5d696b7d6a5aba9ee7305ea228416a
22292 Author: Martin Hosken <martin_hosken@sil.org>
22293 Date:   Fri May 21 15:16:43 2010 +0100
22294
22295     Rename Grxxx to HbGrxxx
22296
22297  src/hb-graphite.cc |   26 +++++++++++++-------------
22298  1 files changed, 13 insertions(+), 13 deletions(-)
22299
22300 commit 0375bdd2027767ee7bebef1ed289b33dc64f430e
22301 Author: Martin Hosken <martin_hosken@sil.org>
22302 Date:   Fri May 21 15:01:37 2010 +0100
22303
22304     Rename classes from Grxxx to HbGrxxx
22305
22306  src/hb-graphite.cc |   22 +++++++++++-----------
22307  1 files changed, 11 insertions(+), 11 deletions(-)
22308
22309 commit a5a72e004bb7123445c2c3a94352d358fc80d904
22310 Author: Behdad Esfahbod <behdad@behdad.org>
22311 Date:   Fri May 21 15:12:52 2010 +0100
22312
22313     Add hb-ot-shape.h, oops.
22314
22315  src/hb-ot-shape.h |   44 ++++++++++++++++++++++++++++++++++++++++++++
22316  1 files changed, 44 insertions(+), 0 deletions(-)
22317
22318 commit aa62a402a72bdecad2a955dbfaf6e24cd2c00e55
22319 Author: Behdad Esfahbod <behdad@behdad.org>
22320 Date:   Fri May 21 14:42:11 2010 +0100
22321
22322     Fix Makefile to install hb-ot-shape.h
22323
22324  src/Makefile.am |    2 +-
22325  src/hb-ot.h     |    1 +
22326  2 files changed, 2 insertions(+), 1 deletions(-)
22327
22328 commit 9722b8f005a10fd16e841df4da3ccd80be66e296
22329 Author: Behdad Esfahbod <behdad@behdad.org>
22330 Date:   Fri May 21 14:37:47 2010 +0100
22331
22332     Simple renames
22333
22334  src/hb-ot-shape.cc |   36 ++++++++++++++++++------------------
22335  1 files changed, 18 insertions(+), 18 deletions(-)
22336
22337 commit 02f28550d785671cf92fd4239c5f913f7e71585f
22338 Author: Behdad Esfahbod <behdad@behdad.org>
22339 Date:   Fri May 21 14:37:28 2010 +0100
22340
22341     Graphite also forces us to link to libstdc++ currently
22342
22343  src/Makefile.am |    3 +++
22344  1 files changed, 3 insertions(+), 0 deletions(-)
22345
22346 commit ca663bb23c16f6a1f04efa6e10dad0e3e7c260a3
22347 Author: Behdad Esfahbod <behdad@behdad.org>
22348 Date:   Fri May 21 14:34:23 2010 +0100
22349
22350     Move main shaper code into hb_ot_shape()
22351
22352  src/hb-ot-shape-private.hh |   53 ----------
22353  src/hb-ot-shape.cc         |  225
22354  +++++++++++++++++++++++++++++++++++++++++---
22355  src/hb-shape.cc            |  209
22356  +----------------------------------------
22357  3 files changed, 214 insertions(+), 273 deletions(-)
22358
22359 commit 7acd232d36c2b2ed03823e6aa6bb2b814bf673b3
22360 Author: Behdad Esfahbod <behdad@behdad.org>
22361 Date:   Fri May 21 14:20:48 2010 +0100
22362
22363     Fix test failing
22364
22365  src/hb-graphite.cc |    2 +-
22366  1 files changed, 1 insertions(+), 1 deletions(-)
22367
22368 commit dd47924d88d86b83e7f3ab040de6e7136ac0ca09
22369 Author: Behdad Esfahbod <behdad@behdad.org>
22370 Date:   Fri May 21 14:18:08 2010 +0100
22371
22372     Fix warnings
22373
22374  src/hb-graphite.cc |   14 +++++---------
22375  1 files changed, 5 insertions(+), 9 deletions(-)
22376
22377 commit 305ba8671553cd955c20a54db622666c0bb02532
22378 Author: Behdad Esfahbod <behdad@behdad.org>
22379 Date:   Fri May 21 14:02:20 2010 +0100
22380
22381     Import Graphite shaping backend by Martin Hosken
22382
22383  configure.ac       |    6 +
22384  src/Makefile.am    |   11 ++
22385  src/hb-graphite.cc |  308
22386  ++++++++++++++++++++++++++++++++++++++++++++++++++++
22387  src/hb-graphite.h  |   46 ++++++++
22388  src/hb-shape.cc    |   15 +++
22389  5 files changed, 386 insertions(+), 0 deletions(-)
22390
22391 commit 3ba6818ba9be950e46902f0239f2451ec0e65d44
22392 Author: Behdad Esfahbod <behdad@behdad.org>
22393 Date:   Fri May 21 13:51:29 2010 +0100
22394
22395     Update the Python module
22396
22397  contrib/python/lib/harfbuzz.pyx |   40
22398  ++++++++++++++++++++------------------
22399  1 files changed, 21 insertions(+), 19 deletions(-)
22400
22401 commit 83f34677bcbc6bb194940407b0fcb23575650e3d
22402 Author: Behdad Esfahbod <behdad@behdad.org>
22403 Date:   Fri May 21 13:43:49 2010 +0100
22404
22405     Add hb_tag_from_string()
22406
22407  src/Makefile.am |    1 +
22408  src/hb-common.c |   41 +++++++++++++++++++++++++++++++++++++++++
22409  src/hb-common.h |    3 +++
22410  3 files changed, 45 insertions(+), 0 deletions(-)
22411
22412 commit 4a9a5c0b06e8aa5d15327242609a7c766d3e0e94
22413 Author: Behdad Esfahbod <behdad@behdad.org>
22414 Date:   Fri May 21 13:33:46 2010 +0100
22415
22416     Don't allocate bits for features not available
22417
22418  src/hb-ot-shape.cc |   10 ++++++----
22419  1 files changed, 6 insertions(+), 4 deletions(-)
22420
22421 commit e53d77142ac4ecbe38ab3235491fa93cb7ff16ab
22422 Author: Behdad Esfahbod <behdad@behdad.org>
22423 Date:   Fri May 21 13:32:38 2010 +0100
22424
22425     Speed up feature mask setting
22426
22427     Patch from Jonathan Kew.
22428
22429  src/hb-ot-shape.cc |   31 +++++++++++++++++++++++++------
22430  1 files changed, 25 insertions(+), 6 deletions(-)
22431
22432 commit 4fa67f34ecc65056ce60a572213fbdae66e0423b
22433 Author: Behdad Esfahbod <behdad@behdad.org>
22434 Date:   Fri May 21 13:29:12 2010 +0100
22435
22436     Add Unicode 5.2 scripts
22437
22438  src/hb-icu.c     |   29 ++++++++++++++++++++++++++++-
22439  src/hb-ot-tag.c  |   21 +++++++++++++++++++--
22440  src/hb-unicode.c |   19 ++++++++++++++++++-
22441  src/hb-unicode.h |   19 ++++++++++++++++++-
22442  4 files changed, 83 insertions(+), 5 deletions(-)
22443
22444 commit ee1b322100a6bd575b999904592abbd9fed5587f
22445 Author: Behdad Esfahbod <behdad@behdad.org>
22446 Date:   Fri May 21 12:55:57 2010 +0100
22447
22448     Fix feature mask setting
22449
22450  src/hb-ot-shape.cc |    6 +++---
22451  1 files changed, 3 insertions(+), 3 deletions(-)
22452
22453 commit b490fa343322f1b5abaf880abc073287c1f34132
22454 Author: Behdad Esfahbod <behdad@behdad.org>
22455 Date:   Fri May 21 11:15:07 2010 +0100
22456
22457     Add hb_ot_tag_to_script()
22458
22459  src/hb-ot-tag.c |   14 ++++++++++++++
22460  src/hb-ot-tag.h |    3 +++
22461  2 files changed, 17 insertions(+), 0 deletions(-)
22462
22463 commit 50355309047765558ef8f5d60aefed42a7f954cc
22464 Author: Behdad Esfahbod <behdad@behdad.org>
22465 Date:   Fri May 21 10:33:23 2010 +0100
22466
22467     Add Python wrapper from Martin Hosken
22468
22469  contrib/python/lib/harfbuzz.pyx   |  306
22470  +++++++++++++++++++++++++++++++++++++
22471  contrib/python/runpy              |    2 +
22472  contrib/python/scripts/hbtestfont |   35 +++++
22473  contrib/python/setup.py           |   24 +++
22474  4 files changed, 367 insertions(+), 0 deletions(-)
22475
22476 commit 280af1bddb958ff97cf7ce12fe7ec2b6352e61d0
22477 Author: Behdad Esfahbod <behdad@behdad.org>
22478 Date:   Thu May 20 18:33:35 2010 +0100
22479
22480     Let hb_face_get_table() return NULL if table not found
22481
22482  src/hb-font.cc              |    2 +-
22483  src/hb-font.h               |    1 +
22484  src/hb-open-type-private.hh |    3 +++
22485  3 files changed, 5 insertions(+), 1 deletions(-)
22486
22487 commit 1cdbfd944eecb58587461f57f037e47a44f39990
22488 Author: Behdad Esfahbod <behdad@behdad.org>
22489 Date:   Thu May 20 17:47:28 2010 +0100
22490
22491     Fix alternate, again
22492
22493  src/hb-ot-layout-gsub-private.hh |    6 +++---
22494  1 files changed, 3 insertions(+), 3 deletions(-)
22495
22496 commit fdca3d51603bd6bef6a4b0ee4a560f7dcd2f1d37
22497 Author: Behdad Esfahbod <behdad@behdad.org>
22498 Date:   Thu May 20 17:46:20 2010 +0100
22499
22500     Fix alternate off-by-one
22501
22502  src/hb-ot-layout-gsub-private.hh |    2 +-
22503  1 files changed, 1 insertions(+), 1 deletions(-)
22504
22505 commit b634beb39e0a4fef7167a8af646f6b2d8cafe69b
22506 Author: Behdad Esfahbod <behdad@behdad.org>
22507 Date:   Thu May 20 17:44:52 2010 +0100
22508
22509     Fix delta scale, again...
22510
22511  src/hb-ot-layout-common-private.hh |    8 ++++++++
22512  src/hb-ot-layout-gdef-private.hh   |    3 +--
22513  src/hb-ot-layout-gpos-private.hh   |   12 ++++++------
22514  src/hb-ot-layout-private.hh        |    2 +-
22515  4 files changed, 16 insertions(+), 9 deletions(-)
22516
22517 commit 40335d4533ac2b08121c9dc6003f3ebc5b44a67b
22518 Author: Behdad Esfahbod <behdad@behdad.org>
22519 Date:   Thu May 20 17:35:14 2010 +0100
22520
22521     Remove unused operator
22522
22523  src/hb-ot-layout-common-private.hh |    2 --
22524  1 files changed, 0 insertions(+), 2 deletions(-)
22525
22526 commit f7acd8df5146155b51d6f50aeb04f54f3030c1c3
22527 Author: Behdad Esfahbod <behdad@behdad.org>
22528 Date:   Thu May 20 17:26:35 2010 +0100
22529
22530     Do alternate glyph selection!
22531
22532     Kinda hand-wavy right now.  Not tested.
22533
22534  src/hb-ot-layout-gpos-private.hh     |   12 +++++++-----
22535  src/hb-ot-layout-gsub-private.hh     |   20 +++++++++-----------
22536  src/hb-ot-layout-gsubgpos-private.hh |    1 +
22537  src/hb-private.h                     |   19 ++++++++++++++++++-
22538  4 files changed, 35 insertions(+), 17 deletions(-)
22539
22540 commit 750a2294553d252e28875b605fe61fd9d6696e0f
22541 Author: Behdad Esfahbod <behdad@behdad.org>
22542 Date:   Thu May 20 16:23:27 2010 +0100
22543
22544     get_table() is allowed to return NULL.  Use that to simplify code
22545
22546  src/hb-font.cc |    2 +-
22547  src/hb-ft.cc   |    6 +++---
22548  2 files changed, 4 insertions(+), 4 deletions(-)
22549
22550 commit 99d9ef785f108df76f80a307eaa2784685ea86ba
22551 Author: Behdad Esfahbod <behdad@behdad.org>
22552 Date:   Thu May 20 15:47:49 2010 +0100
22553
22554     Write hb_face_create_for_data() in terms of
22555     hb_face_create_for_tables()
22556
22557     Fixes lack of head_table initialization in create_for_tables() also.
22558
22559  src/hb-font.cc |   35 ++++++++++++-----------------------
22560  1 files changed, 12 insertions(+), 23 deletions(-)
22561
22562 commit 6774463883978b00b4d8c719ed75edfc4537c77f
22563 Author: Behdad Esfahbod <behdad@behdad.org>
22564 Date:   Thu May 20 15:40:12 2010 +0100
22565
22566     Apply user features to ranges!
22567
22568  src/hb-ot-shape.cc |   23 ++++++++++++++++++++++-
22569  1 files changed, 22 insertions(+), 1 deletions(-)
22570
22571 commit 9b6023338530a2dbb8214eb4391ef3e8372f3892
22572 Author: Behdad Esfahbod <behdad@behdad.org>
22573 Date:   Thu May 20 15:31:12 2010 +0100
22574
22575     Add _hb_bit_storage()
22576
22577  src/hb-private.h |   35 ++++++++++++++++++++++-------------
22578  1 files changed, 22 insertions(+), 13 deletions(-)
22579
22580 commit 6b1b957f6d2955cbe4fa97e2659e033b3eaaf4d2
22581 Author: Behdad Esfahbod <behdad@behdad.org>
22582 Date:   Thu May 20 15:14:44 2010 +0100
22583
22584     Add lookup_map
22585
22586  src/hb-ot-shape.cc |   48
22587  +++++++++++++++++++++++++++++++++---------------
22588  1 files changed, 33 insertions(+), 15 deletions(-)
22589
22590 commit 60010a0c4d8efae5c61a0c9cf10cfe2c1860f41e
22591 Author: Behdad Esfahbod <behdad@behdad.org>
22592 Date:   Thu May 20 14:05:02 2010 +0100
22593
22594     Update always-apply mask from 0xFFFF to 1
22595
22596     We plan to use the first bit to be always on.
22597
22598  src/hb-ot-shape.cc |    4 ++--
22599  1 files changed, 2 insertions(+), 2 deletions(-)
22600
22601 commit 009aad567863c05ee2ec4a3ee76fe0ee79c767bb
22602 Author: Behdad Esfahbod <behdad@behdad.org>
22603 Date:   Thu May 20 14:00:57 2010 +0100
22604
22605     Invert the mask logic
22606
22607     Before, the mask in the buffer was inverted.  That is, a 0 bit meant
22608     feature should be applied and 1 meant not applied, whereas in the
22609     lookups, the logic was positive.
22610
22611     Now both are in sync.  When calling hb_buffer_add_glyph() manually,
22612     the mask should be 1 instead of 0.
22613
22614  src/hb-buffer.cc                 |    2 +-
22615  src/hb-ot-layout-gpos-private.hh |    2 +-
22616  src/hb-ot-layout-gsub-private.hh |    4 ++--
22617  3 files changed, 4 insertions(+), 4 deletions(-)
22618
22619 commit 7f411dbfd9f8d5360c948531ff9f6c3998d1d897
22620 Author: Behdad Esfahbod <behdad@behdad.org>
22621 Date:   Thu May 20 13:40:18 2010 +0100
22622
22623     Apply user features
22624
22625     No ranges yet
22626
22627  src/hb-ot-shape.cc |    8 ++++++++
22628  1 files changed, 8 insertions(+), 0 deletions(-)
22629
22630 commit 0db299ccad346d9ea5573ea8408b78d9997bd379
22631 Author: Behdad Esfahbod <behdad@behdad.org>
22632 Date:   Thu May 20 13:30:09 2010 +0100
22633
22634     Change hb_feature_t to keep tag/int instead of string
22635
22636  src/hb-shape.h |    4 ++--
22637  1 files changed, 2 insertions(+), 2 deletions(-)
22638
22639 commit 0a4399ca228d244e646abdb3487da0f13b228889
22640 Author: Behdad Esfahbod <behdad@behdad.org>
22641 Date:   Wed May 19 15:45:06 2010 -0400
22642
22643     Fix scale issues
22644
22645     hb_font_set_scale() now sets the value to be used to represent a unit
22646     pixel.  For example, if rendering a 10px font with a 26.6
22647     representation,
22648     you would set scale to (10 << 6).  For 10px in 16.16 you would set
22649     it to
22650     (10 << 16).  This space should be the same space that the
22651     get_glyph_metrics
22652     and get_kerning callbacks work in.
22653
22654  src/hb-common.h                  |    1 -
22655  src/hb-font-private.hh           |    8 +++-----
22656  src/hb-font.cc                   |   12 ++++++------
22657  src/hb-font.h                    |   12 +++---------
22658  src/hb-ft.cc                     |    4 ++--
22659  src/hb-ot-layout-gdef-private.hh |    6 +++---
22660  src/hb-ot-layout-gpos-private.hh |   37
22661  +++++++++++++++++--------------------
22662  src/hb-ot-layout-gsub-private.hh |    2 +-
22663  src/hb-ot-layout-private.hh      |   20 +++++++++++---------
22664  src/hb-ot-layout.cc              |   31 +++++++++++++++----------------
22665  src/hb-private.h                 |    4 ----
22666  11 files changed, 61 insertions(+), 76 deletions(-)
22667
22668 commit cf5585cfa6cac6fdf627a99941299e76af5ae0f7
22669 Author: Behdad Esfahbod <behdad@behdad.org>
22670 Date:   Wed May 19 12:03:35 2010 -0400
22671
22672     Add 'head' table
22673
22674  src/Makefile.am             |    1 +
22675  src/hb-font-private.hh      |    5 ++
22676  src/hb-font.cc              |    9 +++
22677  src/hb-open-type-private.hh |    2 +-
22678  src/hb-ot-head-private.hh   |  128
22679  +++++++++++++++++++++++++++++++++++++++++++
22680  5 files changed, 144 insertions(+), 1 deletions(-)
22681
22682 commit e29caf3f943b2b6f4997f469f7274252c82f465e
22683 Author: Behdad Esfahbod <behdad@behdad.org>
22684 Date:   Wed May 19 11:47:17 2010 -0400
22685
22686     Add LONGDATETIME
22687
22688  src/hb-open-type-private.hh |   15 +++++++++++++++
22689  1 files changed, 15 insertions(+), 0 deletions(-)
22690
22691 commit f415755fdf011d3fa3b9aad04c38f2255dd7acf8
22692 Author: Behdad Esfahbod <behdad@behdad.org>
22693 Date:   Mon May 17 15:14:14 2010 -0400
22694
22695     Minor
22696
22697  src/hb-ot-layout.cc |   52
22698  ++++++++++++++++++++++++++------------------------
22699  1 files changed, 27 insertions(+), 25 deletions(-)
22700
22701 commit 73af7756dc6d3961f176854246e5722baff101fb
22702 Author: Behdad Esfahbod <behdad@behdad.org>
22703 Date:   Fri May 14 23:38:08 2010 -0400
22704
22705     Indent
22706
22707  src/hb-ot-layout-gsub-private.hh |   12 ++++++------
22708  1 files changed, 6 insertions(+), 6 deletions(-)
22709
22710 commit 3567b87cce541dfb0af7caf024ec67c9d3c09214
22711 Author: Behdad Esfahbod <behdad@behdad.org>
22712 Date:   Fri May 14 23:28:44 2010 -0400
22713
22714     Add an inline version of hb_buffer_ensure()
22715
22716  src/hb-buffer.cc |  117
22717  +++++++++++++++++++++++++++++-------------------------
22718  1 files changed, 63 insertions(+), 54 deletions(-)
22719
22720 commit a6a79df5fe2ed2cd307e7a991346faee164e70d9
22721 Author: Behdad Esfahbod <behdad@behdad.org>
22722 Date:   Fri May 14 23:20:16 2010 -0400
22723
22724     Handle malloc failture in the buffer
22725
22726  src/hb-buffer-private.hh |    5 ++-
22727  src/hb-buffer.cc         |   71
22728  ++++++++++++++++++++++++++++------------------
22729  src/hb-buffer.h          |    2 +-
22730  3 files changed, 47 insertions(+), 31 deletions(-)
22731
22732 commit ca54a12658510f9aa0b2db82f20a8fac230d6bb6
22733 Author: Behdad Esfahbod <behdad@behdad.org>
22734 Date:   Fri May 14 22:25:42 2010 -0400
22735
22736     Minor
22737
22738  src/hb-shape.cc |   60
22739  +++++++++++++++++++++++-------------------------------
22740  1 files changed, 26 insertions(+), 34 deletions(-)
22741
22742 commit 910a33fe8457a8e13f7eb77fc92fa59c31f5e8fd
22743 Author: Behdad Esfahbod <behdad@behdad.org>
22744 Date:   Fri May 14 22:13:38 2010 -0400
22745
22746     Update buffer docs
22747
22748  src/hb-buffer-private.hh |   13 +++++++------
22749  src/hb-buffer.cc         |   16 ++++++++--------
22750  2 files changed, 15 insertions(+), 14 deletions(-)
22751
22752 commit 36b73c80df91e96492357c6da945e081e9046a93
22753 Author: Behdad Esfahbod <behdad@behdad.org>
22754 Date:   Fri May 14 22:10:39 2010 -0400
22755
22756     Shortening buffer accessors: rename buffer->in_pos to buffer->i
22757
22758  src/hb-buffer-private.hh             |    2 +-
22759  src/hb-buffer.cc                     |   52 +++++++++---------
22760  src/hb-ot-layout-gpos-private.hh     |   94
22761  +++++++++++++++++-----------------
22762  src/hb-ot-layout-gsub-private.hh     |   48 +++++++++---------
22763  src/hb-ot-layout-gsubgpos-private.hh |   46 ++++++++--------
22764  src/hb-shape.cc                      |   40 +++++++-------
22765  6 files changed, 141 insertions(+), 141 deletions(-)
22766
22767 commit 29427c5c51ac70aca53ed523fa5ddb3de4355fb0
22768 Author: Behdad Esfahbod <behdad@behdad.org>
22769 Date:   Fri May 14 22:08:22 2010 -0400
22770
22771     Shortening buffer accessors: rename buffer->out_length to
22772     buffer->out_len
22773
22774  src/hb-buffer-private.hh             |    2 +-
22775  src/hb-buffer.cc                     |   52
22776  +++++++++++++++++-----------------
22777  src/hb-ot-layout-gsub-private.hh     |    2 +-
22778  src/hb-ot-layout-gsubgpos-private.hh |    6 ++--
22779  4 files changed, 31 insertions(+), 31 deletions(-)
22780
22781 commit 6960350be97f24e97140391025b56369c393a3df
22782 Author: Behdad Esfahbod <behdad@behdad.org>
22783 Date:   Fri May 14 22:07:46 2010 -0400
22784
22785     Shortening buffer accessors: rename buffer->in_length to buffer->len
22786
22787  src/hb-buffer-private.hh             |    2 +-
22788  src/hb-buffer.cc                     |   26 +++++++++++++-------------
22789  src/hb-ot-layout-gpos-private.hh     |    8 ++++----
22790  src/hb-ot-layout-gsub-private.hh     |    8 ++++----
22791  src/hb-ot-layout-gsubgpos-private.hh |    8 ++++----
22792  src/hb-shape.cc                      |   12 ++++++------
22793  6 files changed, 32 insertions(+), 32 deletions(-)
22794
22795 commit 1b621823f3e31b48c80cc8b0691dfa873ba086cd
22796 Author: Behdad Esfahbod <behdad@behdad.org>
22797 Date:   Fri May 14 22:05:53 2010 -0400
22798
22799     Shortening buffer accessors: rename buffer->positions to buffer->pos
22800
22801  src/hb-buffer-private.hh         |    4 ++--
22802  src/hb-buffer.cc                 |   32 ++++++++++++++++----------------
22803  src/hb-ot-layout-gpos-private.hh |   26 +++++++++++++-------------
22804  src/hb-shape.cc                  |   10 +++++-----
22805  4 files changed, 36 insertions(+), 36 deletions(-)
22806
22807 commit 9d5e26df0877aa5b187764ba09bd7bf221e92968
22808 Author: Behdad Esfahbod <behdad@behdad.org>
22809 Date:   Fri May 14 22:03:11 2010 -0400
22810
22811     Shortening buffer accessors: rename buffer->out_string to
22812     buffer->out_info
22813
22814  src/hb-buffer-private.hh             |    2 +-
22815  src/hb-buffer.cc                     |   56
22816  +++++++++++++++++-----------------
22817  src/hb-ot-layout-gsubgpos-private.hh |    4 +-
22818  3 files changed, 31 insertions(+), 31 deletions(-)
22819
22820 commit 7e7007a1c9bf2c07a8369752126ece8fa6164248
22821 Author: Behdad Esfahbod <behdad@behdad.org>
22822 Date:   Fri May 14 22:02:37 2010 -0400
22823
22824     Shortening buffer accessors: rename buffer->in_string to buffer->info
22825
22826  src/hb-buffer-private.hh             |    2 +-
22827  src/hb-buffer.cc                     |   82
22828  +++++++++++++++++-----------------
22829  src/hb-ot-layout-gpos-private.hh     |   58 ++++++++++++------------
22830  src/hb-ot-layout-gsub-private.hh     |   30 ++++++------
22831  src/hb-ot-layout-gsubgpos-private.hh |   26 +++++-----
22832  src/hb-shape.cc                      |   18 ++++----
22833  6 files changed, 108 insertions(+), 108 deletions(-)
22834
22835 commit 8e6b6bb2932946ebc7b01c3abf575b654c741e20
22836 Author: Behdad Esfahbod <behdad@behdad.org>
22837 Date:   Fri May 14 21:58:22 2010 -0400
22838
22839     Merge buffer->out_pos and buffer->out_length
22840
22841  src/hb-buffer-private.hh             |    1 -
22842  src/hb-buffer.cc                     |   48
22843  ++++++++++++++-------------------
22844  src/hb-ot-layout-gsub-private.hh     |    2 +-
22845  src/hb-ot-layout-gsubgpos-private.hh |    6 ++--
22846  4 files changed, 24 insertions(+), 33 deletions(-)
22847
22848 commit 22f668eb9ad5f62d9fcd2e0c826ea78977687e5c
22849 Author: Behdad Esfahbod <behdad@behdad.org>
22850 Date:   Fri May 14 21:41:04 2010 -0400
22851
22852     Remove the unused BUFFER macro
22853
22854  src/hb-buffer-private.hh             |    6 ------
22855  src/hb-ot-layout-gpos-private.hh     |    6 ------
22856  src/hb-ot-layout-gsub-private.hh     |    6 ------
22857  src/hb-ot-layout-gsubgpos-private.hh |    5 -----
22858  4 files changed, 0 insertions(+), 23 deletions(-)
22859
22860 commit 7e53ebe478597778c25c197ff9f0cb379f1d0043
22861 Author: Behdad Esfahbod <behdad@behdad.org>
22862 Date:   Fri May 14 21:38:13 2010 -0400
22863
22864     Remove the IN_CURGLYPH() macro
22865
22866  src/hb-buffer-private.hh             |    3 ---
22867  src/hb-ot-layout-gpos-private.hh     |   24 ++++++++++++------------
22868  src/hb-ot-layout-gsub-private.hh     |   16 ++++++++--------
22869  src/hb-ot-layout-gsubgpos-private.hh |   16 ++++++++--------
22870  src/hb-shape.cc                      |   14 +++++++-------
22871  5 files changed, 35 insertions(+), 38 deletions(-)
22872
22873 commit d784da1923ff2ca093f8b0210449731d376b7513
22874 Author: Behdad Esfahbod <behdad@behdad.org>
22875 Date:   Fri May 14 21:37:18 2010 -0400
22876
22877     Remove the IN_CURINFO() macro
22878
22879  src/hb-buffer-private.hh             |    1 -
22880  src/hb-ot-layout-gpos-private.hh     |    2 +-
22881  src/hb-ot-layout-gsub-private.hh     |    4 ++--
22882  src/hb-ot-layout-gsubgpos-private.hh |    2 +-
22883  4 files changed, 4 insertions(+), 5 deletions(-)
22884
22885 commit 281f59b4fb16f7c73767eb042a91f70f4c109b3a
22886 Author: Behdad Esfahbod <behdad@behdad.org>
22887 Date:   Fri May 14 21:34:22 2010 -0400
22888
22889     Remove IN_INFO() and IN_NEXTGLYPH() macros
22890
22891  src/hb-buffer-private.hh             |    2 --
22892  src/hb-ot-layout-gpos-private.hh     |   10 +++++-----
22893  src/hb-ot-layout-gsub-private.hh     |    2 +-
22894  src/hb-ot-layout-gsubgpos-private.hh |    4 ++--
22895  src/hb-shape.cc                      |    4 ++--
22896  5 files changed, 10 insertions(+), 12 deletions(-)
22897
22898 commit 6e489cdf7623ac627d06d59a80ecea03ca97dc1b
22899 Author: Behdad Esfahbod <behdad@behdad.org>
22900 Date:   Fri May 14 21:07:35 2010 -0400
22901
22902     Remove the IN_GLYPH() macro
22903
22904  src/hb-buffer-private.hh             |    1 -
22905  src/hb-ot-layout-gpos-private.hh     |   12 ++++++------
22906  src/hb-ot-layout-gsub-private.hh     |    2 +-
22907  src/hb-ot-layout-gsubgpos-private.hh |    4 ++--
22908  src/hb-shape.cc                      |    2 +-
22909  5 files changed, 10 insertions(+), 11 deletions(-)
22910
22911 commit 01feb74c78a3a302fa3472a0be7b2a1d52fd1ba3
22912 Author: Behdad Esfahbod <behdad@behdad.org>
22913 Date:   Fri May 14 21:00:08 2010 -0400
22914
22915     Remove the IN_CLUSTER() macro
22916
22917  src/hb-buffer-private.hh |    1 -
22918  src/hb-shape.cc          |    2 +-
22919  2 files changed, 1 insertions(+), 2 deletions(-)
22920
22921 commit d63a1e089acad9ab9f80addd936d36b6d38fb46a
22922 Author: Behdad Esfahbod <behdad@behdad.org>
22923 Date:   Fri May 14 20:30:07 2010 -0400
22924
22925     Remove the IN_MASK() macro
22926
22927  src/hb-buffer-private.hh         |    1 -
22928  src/hb-ot-layout-gpos-private.hh |    2 +-
22929  src/hb-ot-layout-gsub-private.hh |    4 ++--
22930  3 files changed, 3 insertions(+), 4 deletions(-)
22931
22932 commit 89e2834dabd2d17f2823c51fe3a7fcadeaba7a59
22933 Author: Behdad Esfahbod <behdad@behdad.org>
22934 Date:   Fri May 14 20:25:55 2010 -0400
22935
22936     Remove the IN_LIGID() macro
22937
22938  src/hb-buffer-private.hh         |    1 -
22939  src/hb-ot-layout-gpos-private.hh |    4 ++--
22940  src/hb-ot-layout-gsub-private.hh |    2 +-
22941  3 files changed, 3 insertions(+), 4 deletions(-)
22942
22943 commit 4a871041f4718834afa312ed17cdd157603468b7
22944 Author: Behdad Esfahbod <behdad@behdad.org>
22945 Date:   Fri May 14 20:25:04 2010 -0400
22946
22947     Remove IN_COMPONENT() macro
22948
22949  src/hb-buffer-private.hh         |    1 -
22950  src/hb-ot-layout-gpos-private.hh |    8 ++++----
22951  src/hb-ot-layout-gsub-private.hh |    2 +-
22952  3 files changed, 5 insertions(+), 6 deletions(-)
22953
22954 commit 27da6dd89a359f7ef340c646c4cb79373782261d
22955 Author: Behdad Esfahbod <behdad@behdad.org>
22956 Date:   Fri May 14 20:17:50 2010 -0400
22957
22958     Remove OUT_GLYPH() and OUT_INFO() macros
22959
22960  src/hb-buffer-private.hh             |    2 --
22961  src/hb-ot-layout-gsubgpos-private.hh |    4 ++--
22962  2 files changed, 2 insertions(+), 4 deletions(-)
22963
22964 commit cc6ae7ff91eeb93bef153f331ed02b500062f90e
22965 Author: Behdad Esfahbod <behdad@behdad.org>
22966 Date:   Fri May 14 20:09:48 2010 -0400
22967
22968     Fix lookahead matching.  Oops!
22969
22970  src/hb-ot-layout-gsubgpos-private.hh |    2 +-
22971  1 files changed, 1 insertions(+), 1 deletions(-)
22972
22973 commit 3109375b849f340b4807724218010c53dea58082
22974 Author: Behdad Esfahbod <behdad@behdad.org>
22975 Date:   Fri May 14 19:55:27 2010 -0400
22976
22977     Remove POSITION() and CURPOSITION() macros
22978
22979  src/hb-buffer-private.hh         |    2 -
22980  src/hb-ot-layout-gpos-private.hh |   54
22981  +++++++++++++++++++-------------------
22982  src/hb-shape.cc                  |   10 +++---
22983  3 files changed, 32 insertions(+), 34 deletions(-)
22984
22985 commit d7cfb3b2d1dd2e9fdae2b3e540bbe313660895e8
22986 Author: Behdad Esfahbod <behdad@behdad.org>
22987 Date:   Thu May 13 14:18:49 2010 -0400
22988
22989     s/\<context\>/c/g
22990
22991  src/hb-open-file-private.hh          |   28 +-
22992  src/hb-open-type-private.hh          |  100 ++++----
22993  src/hb-ot-layout-common-private.hh   |   84 +++---
22994  src/hb-ot-layout-gdef-private.hh     |   98 ++++----
22995  src/hb-ot-layout-gpos-private.hh     |  460
22996  +++++++++++++++++-----------------
22997  src/hb-ot-layout-gsub-private.hh     |  306 +++++++++++-----------
22998  src/hb-ot-layout-gsubgpos-private.hh |  258 ++++++++++----------
22999  src/hb-ot-layout.cc                  |   24 +-
23000  8 files changed, 679 insertions(+), 679 deletions(-)
23001
23002 commit f679635893eebc13402c5ee51a6f106eed0c76be
23003 Author: Behdad Esfahbod <behdad@behdad.org>
23004 Date:   Thu May 13 13:34:17 2010 -0400
23005
23006     Don't use variable-length-arrays
23007
23008  src/hb-open-type-private.hh |   11 +++++++++--
23009  1 files changed, 9 insertions(+), 2 deletions(-)
23010
23011 commit 72071a8afaba2952fe42be093024ae9dbd37f233
23012 Author: Behdad Esfahbod <behdad@behdad.org>
23013 Date:   Thu May 13 13:22:24 2010 -0400
23014
23015     Add a few more buffer convenience methods
23016
23017  src/hb-buffer-private.hh         |   12 ++++++++++++
23018  src/hb-ot-layout-gsub-private.hh |   20 ++++++++++----------
23019  2 files changed, 22 insertions(+), 10 deletions(-)
23020
23021 commit 11a81612e51c598e857507c268312206423cbfca
23022 Author: Behdad Esfahbod <behdad@behdad.org>
23023 Date:   Thu May 13 00:01:40 2010 -0400
23024
23025     Minor
23026
23027  src/hb-unicode.c |    2 +-
23028  1 files changed, 1 insertions(+), 1 deletions(-)
23029
23030 commit 3f93518a634cb1852bf050877db23b9b9203ad03
23031 Author: Behdad Esfahbod <behdad@behdad.org>
23032 Date:   Wed May 12 23:48:40 2010 -0400
23033
23034     Improve check for internal symbols
23035
23036  src/check-internal-symbols.sh |    2 +-
23037  1 files changed, 1 insertions(+), 1 deletions(-)
23038
23039 commit 357d0f29c431b842179ee4b56c21bcc402178ce7
23040 Author: Behdad Esfahbod <behdad@behdad.org>
23041 Date:   Wed May 12 23:46:16 2010 -0400
23042
23043     Make HB_PRIVATE more useful
23044
23045     So we can apply it to class methods also.  Not sure if that works!
23046
23047  src/hb-blob-private.h    |    2 +-
23048  src/hb-font-private.hh   |    4 ++--
23049  src/hb-private.h         |    2 +-
23050  src/hb-unicode-private.h |    3 +--
23051  4 files changed, 5 insertions(+), 6 deletions(-)
23052
23053 commit 1d5e78013696b10751d8a35027619e81978e1312
23054 Author: Behdad Esfahbod <behdad@behdad.org>
23055 Date:   Wed May 12 23:43:00 2010 -0400
23056
23057     Add a few other buffer methods
23058
23059  src/hb-buffer-private.hh             |   11 +++++++----
23060  src/hb-buffer.cc                     |    7 -------
23061  src/hb-ot-layout-gsub-private.hh     |   10 +++++-----
23062  src/hb-ot-layout-gsubgpos-private.hh |    4 ++--
23063  4 files changed, 14 insertions(+), 18 deletions(-)
23064
23065 commit d0316a81f59a4e814b0af78797d915d7ce04d119
23066 Author: Behdad Esfahbod <behdad@behdad.org>
23067 Date:   Wed May 12 23:34:52 2010 -0400
23068
23069     Add buffer->swap()
23070
23071  src/hb-buffer-private.hh         |   68
23072  ++++++++++++++++++++-----------------
23073  src/hb-ot-layout-gsub-private.hh |    2 +-
23074  2 files changed, 38 insertions(+), 32 deletions(-)
23075
23076 commit 3b649a38b5772dd7aba7f07ff7698a7f427f421f
23077 Author: Behdad Esfahbod <behdad@behdad.org>
23078 Date:   Wed May 12 23:28:38 2010 -0400
23079
23080     Add check for internal symbols
23081
23082  src/Makefile.am               |    3 ++-
23083  src/check-internal-symbols.sh |   28 ++++++++++++++++++++++++++++
23084  2 files changed, 30 insertions(+), 1 deletions(-)
23085
23086 commit eee8598d75d3af692d9ececf7e8ac458e892ba9e
23087 Author: Behdad Esfahbod <behdad@behdad.org>
23088 Date:   Wed May 12 23:22:55 2010 -0400
23089
23090     Hide internal symbols
23091
23092  src/hb-ot-layout-private.hh |    4 ++--
23093  src/hb-private.h            |    8 ++++----
23094  2 files changed, 6 insertions(+), 6 deletions(-)
23095
23096 commit 8951fc2c82f2db4865da6d9e303fce419b6363bb
23097 Author: Behdad Esfahbod <behdad@behdad.org>
23098 Date:   Wed May 12 23:13:39 2010 -0400
23099
23100     Add buffer->allocate_lig_id()
23101
23102  src/hb-buffer-private.hh         |    5 ++---
23103  src/hb-buffer.cc                 |    6 ------
23104  src/hb-ot-layout-gsub-private.hh |    4 ++--
23105  3 files changed, 4 insertions(+), 11 deletions(-)
23106
23107 commit 1ce4dc95dbb28842085342aea4f9d12cbe9671a9
23108 Author: Behdad Esfahbod <behdad@behdad.org>
23109 Date:   Wed May 12 18:29:25 2010 -0400
23110
23111     Use bit tricks for HB_DIRECTION_IS_*
23112
23113     We already depend on the exact values of the direction enum
23114     in HB_DIRECTION_REVERSE(), so we may as well use that.
23115
23116  src/hb-common.h |    8 ++++----
23117  1 files changed, 4 insertions(+), 4 deletions(-)
23118
23119 commit 22da7fd94d6318c52df69d70470a85464ffc533d
23120 Author: Behdad Esfahbod <behdad@behdad.org>
23121 Date:   Wed May 12 18:23:21 2010 -0400
23122
23123     Rename a few files to be C++ sources
23124
23125     In anticipation for buffer revamp coming.
23126
23127  src/Makefile.am                      |   16 +-
23128  src/hb-buffer-private.h              |  155 --------
23129  src/hb-buffer-private.hh             |  155 ++++++++
23130  src/hb-buffer.c                      |  650
23131  ----------------------------------
23132  src/hb-buffer.cc                     |  650
23133  ++++++++++++++++++++++++++++++++++
23134  src/hb-common.h                      |    1 +
23135  src/hb-font-private.h                |   92 -----
23136  src/hb-font-private.hh               |   92 +++++
23137  src/hb-font.cc                       |    4 +-
23138  src/hb-ft.c                          |  240 -------------
23139  src/hb-ft.cc                         |  240 +++++++++++++
23140  src/hb-ot-layout-common-private.hh   |    2 +-
23141  src/hb-ot-layout-gdef-private.hh     |    2 +-
23142  src/hb-ot-layout-gsubgpos-private.hh |    2 +-
23143  src/hb-ot-layout-private.h           |  121 -------
23144  src/hb-ot-layout-private.hh          |  121 +++++++
23145  src/hb-ot-layout.cc                  |    2 +-
23146  src/hb-ot-shape-private.h            |   53 ---
23147  src/hb-ot-shape-private.hh           |   53 +++
23148  src/hb-ot-shape.c                    |  164 ---------
23149  src/hb-ot-shape.cc                   |  164 +++++++++
23150  src/hb-shape.c                       |  258 --------------
23151  src/hb-shape.cc                      |  258 ++++++++++++++
23152  23 files changed, 1748 insertions(+), 1747 deletions(-)
23153
23154 commit c3df649f258b334e93c7626a43cd8ebfbd5a610e
23155 Author: Behdad Esfahbod <behdad@behdad.org>
23156 Date:   Tue May 11 13:54:12 2010 -0400
23157
23158     Fix comment
23159
23160  src/hb-buffer-private.h |    3 +--
23161  1 files changed, 1 insertions(+), 2 deletions(-)
23162
23163 commit 281f08954a1d96d7807153c25073b8eb7630703b
23164 Author: Behdad Esfahbod <behdad@behdad.org>
23165 Date:   Tue May 11 11:37:58 2010 -0400
23166
23167     Remove obsolete friend
23168
23169  src/hb-ot-layout-gpos-private.hh |    1 -
23170  1 files changed, 0 insertions(+), 1 deletions(-)
23171
23172 commit 70c9bfd5646a4a55a7f43c0cf0b5ac5993615d5b
23173 Author: Behdad Esfahbod <behdad@behdad.org>
23174 Date:   Tue May 11 00:23:50 2010 -0400
23175
23176     Simplify PairSet
23177
23178  src/hb-ot-layout-gpos-private.hh |  101
23179  ++++++++++++++++++++------------------
23180  1 files changed, 54 insertions(+), 47 deletions(-)
23181
23182 commit 97e7f8f305c47caf2968a9da3b8407825547286d
23183 Author: Behdad Esfahbod <behdad@behdad.org>
23184 Date:   Tue May 11 00:11:36 2010 -0400
23185
23186     Add CONST_FUNC annotation
23187
23188  src/hb-private.h |    2 +-
23189  1 files changed, 1 insertions(+), 1 deletions(-)
23190
23191 commit 494d28ad988e505c1c45cc35a7ec6b880cfec5fc
23192 Author: Behdad Esfahbod <behdad@behdad.org>
23193 Date:   Mon May 10 23:50:07 2010 -0400
23194
23195     Simplify likely() implementation
23196
23197     Shrinks .text by 1%!
23198
23199  src/hb-private.h |   10 +---------
23200  1 files changed, 1 insertions(+), 9 deletions(-)
23201
23202 commit 75651b20871047d3ec17f4221794b8ef5d60e14b
23203 Author: Behdad Esfahbod <behdad@behdad.org>
23204 Date:   Mon May 10 23:44:51 2010 -0400
23205
23206     Fix warnings
23207
23208  src/hb-open-type-private.hh |    2 +-
23209  1 files changed, 1 insertions(+), 1 deletions(-)
23210
23211 commit 4c20d8c057738b66150a88472714690e137884f8
23212 Author: Behdad Esfahbod <behdad@behdad.org>
23213 Date:   Mon May 10 23:27:54 2010 -0400
23214
23215     Sprinkle a few strategic likely()'s
23216
23217     Shrinks the code size by some 2% even.
23218
23219  src/hb-open-file-private.hh |    4 ++--
23220  src/hb-open-type-private.hh |   20 ++++++++++----------
23221  2 files changed, 12 insertions(+), 12 deletions(-)
23222
23223 commit 69cb28bc13d236a01acf40da62e345c7e83ccba7
23224 Author: Behdad Esfahbod <behdad@behdad.org>
23225 Date:   Mon May 10 23:13:08 2010 -0400
23226
23227     Remove a few likely()'s
23228
23229  src/hb-ot-layout-common-private.hh |    2 +-
23230  src/hb-ot-layout-gpos-private.hh   |    8 ++++----
23231  2 files changed, 5 insertions(+), 5 deletions(-)
23232
23233 commit 24552ecf92982fe561dc47d5102fcf1a7b337c70
23234 Author: Behdad Esfahbod <behdad@behdad.org>
23235 Date:   Mon May 10 23:08:41 2010 -0400
23236
23237     Remove excess sub_format sanitize
23238
23239  src/hb-ot-layout-gpos-private.hh |    1 -
23240  src/hb-ot-layout-gsub-private.hh |    1 -
23241  2 files changed, 0 insertions(+), 2 deletions(-)
23242
23243 commit f7adc5e9be352ac31ad3ab847abb6fceb239aa12
23244 Author: Behdad Esfahbod <behdad@behdad.org>
23245 Date:   Mon May 10 22:41:50 2010 -0400
23246
23247     Shrink NullPool now that we have accurate size tracking
23248
23249  src/hb-open-type-private.hh |    2 +-
23250  1 files changed, 1 insertions(+), 1 deletions(-)
23251
23252 commit 3d44fb6f15177dc6518166e435597936b044acc1
23253 Author: Behdad Esfahbod <behdad@behdad.org>
23254 Date:   Mon May 10 22:22:54 2010 -0400
23255
23256     Fix warning
23257
23258  src/hb-ot-layout-common-private.hh |    2 +-
23259  1 files changed, 1 insertions(+), 1 deletions(-)
23260
23261 commit b5db4f1e4eefa266a71a28b5496f47ff9d1a81e8
23262 Author: Behdad Esfahbod <behdad@behdad.org>
23263 Date:   Mon May 10 22:22:22 2010 -0400
23264
23265     Clean up NO_INDEX
23266
23267  src/hb-open-file-private.hh        |    2 +-
23268  src/hb-open-type-private.hh        |   10 ++++++----
23269  src/hb-ot-layout-common-private.hh |   17 ++++-------------
23270  src/hb-ot-layout.cc                |    8 ++++----
23271  src/main.cc                        |    2 +-
23272  5 files changed, 16 insertions(+), 23 deletions(-)
23273
23274 commit fe9bc070e1d545b0df2ea548eebf5a1fc4c92ddc
23275 Author: Behdad Esfahbod <behdad@behdad.org>
23276 Date:   Mon May 10 21:39:24 2010 -0400
23277
23278     Fix awful confusion between lookup format and subtable format
23279
23280     As reported by John Daggett.
23281
23282  src/hb-ot-layout-gpos-private.hh |   14 +++++++-------
23283  src/hb-ot-layout-gsub-private.hh |   14 +++++++-------
23284  2 files changed, 14 insertions(+), 14 deletions(-)
23285
23286 commit 458ecbb60bb7e8e32aca62a562586d921d5396aa
23287 Author: Behdad Esfahbod <behdad@behdad.org>
23288 Date:   Mon May 10 21:11:35 2010 -0400
23289
23290     Fix tracing order
23291
23292  src/hb-open-type-private.hh          |   14 +++++---------
23293  src/hb-ot-layout-gsubgpos-private.hh |    3 +--
23294  2 files changed, 6 insertions(+), 11 deletions(-)
23295
23296 commit 48146e5612f6d272d6962f6829c6d64a31edef89
23297 Author: Behdad Esfahbod <behdad@behdad.org>
23298 Date:   Mon May 10 20:07:56 2010 -0400
23299
23300     Don't fail sanitize on NULL data
23301
23302  src/hb-open-type-private.hh |    5 +++++
23303  1 files changed, 5 insertions(+), 0 deletions(-)
23304
23305 commit d2c2ca8faf62fc380d4717d286556139a62d2356
23306 Author: Behdad Esfahbod <behdad@behdad.org>
23307 Date:   Mon May 10 19:58:25 2010 -0400
23308
23309     Fix comment
23310
23311  src/hb-open-type-private.hh |    2 +-
23312  1 files changed, 1 insertions(+), 1 deletions(-)
23313
23314 commit b435ab7e29c388e3b100f729957319931625a3a8
23315 Author: Behdad Esfahbod <behdad@behdad.org>
23316 Date:   Mon May 10 19:51:57 2010 -0400
23317
23318     Fix accessing tables from NULL pointer
23319
23320  src/hb-font.cc              |    2 +-
23321  src/hb-open-type-private.hh |    5 +++++
23322  src/hb-ot-layout.cc         |    6 +++---
23323  3 files changed, 9 insertions(+), 4 deletions(-)
23324
23325 commit dacebcadae36b35531d635d81df2afb937677b7a
23326 Author: Behdad Esfahbod <behdad@behdad.org>
23327 Date:   Mon May 10 19:45:41 2010 -0400
23328
23329     Simplify unions
23330
23331  src/hb-open-file-private.hh          |   24 ++++---
23332  src/hb-ot-layout-common-private.hh   |   24 ++++----
23333  src/hb-ot-layout-gdef-private.hh     |   24 ++++----
23334  src/hb-ot-layout-gpos-private.hh     |  120
23335  +++++++++++++++++-----------------
23336  src/hb-ot-layout-gsub-private.hh     |   88 ++++++++++++------------
23337  src/hb-ot-layout-gsubgpos-private.hh |   44 ++++++------
23338  6 files changed, 163 insertions(+), 161 deletions(-)
23339
23340 commit fd671e02433bcbc1fd07901fa2d6065020f41ba8
23341 Author: Behdad Esfahbod <behdad@behdad.org>
23342 Date:   Mon May 10 19:02:32 2010 -0400
23343
23344     Remove unused macro
23345
23346  src/hb-open-type-private.hh |    1 -
23347  1 files changed, 0 insertions(+), 1 deletions(-)
23348
23349 commit 0eb9fc6e37935707dba2bf4b3705de2161a08cb7
23350 Author: Behdad Esfahbod <behdad@behdad.org>
23351 Date:   Mon May 10 19:01:17 2010 -0400
23352
23353     Change DEFINE_SIZE_VAR to DEFINE_SIZE_ARRAY
23354
23355  src/hb-open-file-private.hh          |    4 ++--
23356  src/hb-open-type-private.hh          |   10 +++++-----
23357  src/hb-ot-layout-common-private.hh   |   27 +++++++++++++++------------
23358  src/hb-ot-layout-gdef-private.hh     |   10 +++++-----
23359  src/hb-ot-layout-gpos-private.hh     |   25 ++++++++++++-------------
23360  src/hb-ot-layout-gsub-private.hh     |   14 +++++++-------
23361  src/hb-ot-layout-gsubgpos-private.hh |   16 ++++++++--------
23362  7 files changed, 54 insertions(+), 52 deletions(-)
23363
23364 commit 596e471aa5053d955fb5d5b5923088c8814469b1
23365 Author: Behdad Esfahbod <behdad@behdad.org>
23366 Date:   Mon May 10 18:47:48 2010 -0400
23367
23368     Cleanup DEFINE_SIZE_VAR2
23369
23370  src/hb-open-type-private.hh          |   18 +++++++++++-------
23371  src/hb-ot-layout-common-private.hh   |    6 +++---
23372  src/hb-ot-layout-gdef-private.hh     |    4 ++--
23373  src/hb-ot-layout-gpos-private.hh     |    4 ++--
23374  src/hb-ot-layout-gsub-private.hh     |    2 +-
23375  src/hb-ot-layout-gsubgpos-private.hh |    4 ++--
23376  6 files changed, 21 insertions(+), 17 deletions(-)
23377
23378 commit 33afa4e2dc352f08cc094703e3f01d3ecd83b354
23379 Author: Behdad Esfahbod <behdad@behdad.org>
23380 Date:   Mon May 10 18:35:02 2010 -0400
23381
23382     Minor
23383
23384  src/hb-open-type-private.hh |   14 +++++++-------
23385  1 files changed, 7 insertions(+), 7 deletions(-)
23386
23387 commit b961518b9611471ff7060e97686e5625974847eb
23388 Author: Behdad Esfahbod <behdad@behdad.org>
23389 Date:   Mon May 10 18:20:54 2010 -0400
23390
23391     Simplify array access
23392
23393  src/hb-open-type-private.hh          |   29 ++++++++++-------------------
23394  src/hb-ot-layout-common-private.hh   |    8 ++++----
23395  src/hb-ot-layout-gsub-private.hh     |    6 +++---
23396  src/hb-ot-layout-gsubgpos-private.hh |   16 ++++++++--------
23397  4 files changed, 25 insertions(+), 34 deletions(-)
23398
23399 commit 54842374c2b291ef208c51ae1d853ec0403ccf84
23400 Author: Behdad Esfahbod <behdad@behdad.org>
23401 Date:   Mon May 10 18:13:32 2010 -0400
23402
23403     Fix check_struct to check min_size instead of sizeof
23404
23405  src/hb-open-type-private.hh |    2 +-
23406  1 files changed, 1 insertions(+), 1 deletions(-)
23407
23408 commit ed07422c33bbb52ff4d79e65986171e3f07697d8
23409 Author: Behdad Esfahbod <behdad@behdad.org>
23410 Date:   Mon May 10 18:08:46 2010 -0400
23411
23412     Further cleanup of sizeof
23413
23414  src/hb-open-type-private.hh          |    7 +++++--
23415  src/hb-ot-layout-common-private.hh   |    4 ++++
23416  src/hb-ot-layout-gdef-private.hh     |    4 ++++
23417  src/hb-ot-layout-gpos-private.hh     |   10 +++++++---
23418  src/hb-ot-layout-gsub-private.hh     |    4 +++-
23419  src/hb-ot-layout-gsubgpos-private.hh |    2 ++
23420  6 files changed, 25 insertions(+), 6 deletions(-)
23421
23422 commit a82ef7a893b773a17f7548375de9f588dfc83aba
23423 Author: Behdad Esfahbod <behdad@behdad.org>
23424 Date:   Mon May 10 17:55:03 2010 -0400
23425
23426     Remove CastP completely
23427
23428  src/hb-open-type-private.hh |   39
23429  +++++++++++++++++----------------------
23430  1 files changed, 17 insertions(+), 22 deletions(-)
23431
23432 commit 40cbefe858192531ed64dd51d402f7ca7b8153a3
23433 Author: Behdad Esfahbod <behdad@behdad.org>
23434 Date:   Mon May 10 17:47:22 2010 -0400
23435
23436     Remove unnecessary casts
23437
23438  src/hb-open-type-private.hh          |   12 ++++++------
23439  src/hb-ot-layout-common-private.hh   |    2 +-
23440  src/hb-ot-layout-gpos-private.hh     |   34
23441  +++++++++++++++++-----------------
23442  src/hb-ot-layout-gsub-private.hh     |    4 ++--
23443  src/hb-ot-layout-gsubgpos-private.hh |   34
23444  +++++++++++++++++-----------------
23445  5 files changed, 43 insertions(+), 43 deletions(-)
23446
23447 commit 09766b1ec5ec55a61edbcd7a89ed3613cc92d4cb
23448 Author: Behdad Esfahbod <behdad@behdad.org>
23449 Date:   Mon May 10 17:36:03 2010 -0400
23450
23451     Make StructAtOffset take a pointer
23452
23453     Is safer.
23454
23455  src/hb-open-type-private.hh      |   26 +++++++++++++-------------
23456  src/hb-ot-layout-gpos-private.hh |    6 +++---
23457  src/hb-ot-layout-gsub-private.hh |    4 ++--
23458  3 files changed, 18 insertions(+), 18 deletions(-)
23459
23460 commit bea34c7cbb583cf7660776e95cab3171590b8427
23461 Author: Behdad Esfahbod <behdad@behdad.org>
23462 Date:   Mon May 10 17:28:16 2010 -0400
23463
23464     Further cleanup of DEFINE_SIZE
23465
23466  src/hb-open-file-private.hh          |    2 +-
23467  src/hb-open-type-private.hh          |   10 +++++-----
23468  src/hb-ot-layout-common-private.hh   |   16 ++++++++--------
23469  src/hb-ot-layout-gdef-private.hh     |    8 ++++----
23470  src/hb-ot-layout-gpos-private.hh     |   16 +++++-----------
23471  src/hb-ot-layout-gsub-private.hh     |   14 +++++++-------
23472  src/hb-ot-layout-gsubgpos-private.hh |   14 +++++++-------
23473  7 files changed, 37 insertions(+), 43 deletions(-)
23474
23475 commit 0abcc3b48cfd51a22695c9e988938b2f45cb19d8
23476 Author: Behdad Esfahbod <behdad@behdad.org>
23477 Date:   Mon May 10 17:04:20 2010 -0400
23478
23479     Cleanup
23480
23481  src/hb-open-type-private.hh |   18 ++++++++++--------
23482  1 files changed, 10 insertions(+), 8 deletions(-)
23483
23484 commit b3651231bf80bb7009214547a75ed90e21815c68
23485 Author: Behdad Esfahbod <behdad@behdad.org>
23486 Date:   Mon May 10 16:57:29 2010 -0400
23487
23488     Remove ASSERT_SIZE in favor of the safer DEFINE_SIZE_STATIC
23489
23490  src/hb-open-file-private.hh          |    3 +-
23491  src/hb-open-type-private.hh          |   20 +++++++++++++--
23492  src/hb-ot-layout-common-private.hh   |   24 ++++++++++-------
23493  src/hb-ot-layout-gdef-private.hh     |   22 ++++++++++------
23494  src/hb-ot-layout-gpos-private.hh     |   44
23495  ++++++++++++++++++---------------
23496  src/hb-ot-layout-gsub-private.hh     |   32 +++++++++++++++---------
23497  src/hb-ot-layout-gsubgpos-private.hh |   27 ++++++++++++++-------
23498  src/hb-private.h                     |    2 -
23499  8 files changed, 109 insertions(+), 65 deletions(-)
23500
23501 commit 569da92bc6956f42d9b2d65c784e184fb6380efe
23502 Author: Behdad Esfahbod <behdad@behdad.org>
23503 Date:   Mon May 10 16:38:32 2010 -0400
23504
23505     Cleanup ASSERT_SIZE_VAR
23506
23507  src/hb-open-file-private.hh          |    9 ++++++---
23508  src/hb-open-type-private.hh          |    6 ++++--
23509  src/hb-ot-layout-common-private.hh   |   22 ++++++++++++----------
23510  src/hb-ot-layout-gdef-private.hh     |    3 ++-
23511  src/hb-ot-layout-gpos-private.hh     |   30
23512  +++++++++++++++++++-----------
23513  src/hb-ot-layout-gsubgpos-private.hh |   10 ++++++----
23514  src/hb-private.h                     |    8 --------
23515  7 files changed, 49 insertions(+), 39 deletions(-)
23516
23517 commit 99bf03459ff2f00cf3fb7fa3c8b8336ec9fcca56
23518 Author: Behdad Esfahbod <behdad@behdad.org>
23519 Date:   Thu May 6 19:37:32 2010 -0400
23520
23521     Whitespace
23522
23523  src/hb-ot-layout-gpos-private.hh |    1 +
23524  1 files changed, 1 insertions(+), 0 deletions(-)
23525
23526 commit 65f46b00333e20ab8a52a4b350747507541ec1db
23527 Author: Behdad Esfahbod <behdad@behdad.org>
23528 Date:   Thu May 6 19:35:19 2010 -0400
23529
23530     Simplify DEFINE_NULL_DATA
23531
23532     Using ::min_size.
23533
23534  src/hb-open-type-private.hh        |    6 +++---
23535  src/hb-ot-layout-common-private.hh |    9 +++++----
23536  2 files changed, 8 insertions(+), 7 deletions(-)
23537
23538 commit e45d3f86f9a5f3d29ca35a282de7f98e702878f9
23539 Author: Behdad Esfahbod <behdad@behdad.org>
23540 Date:   Thu May 6 19:33:31 2010 -0400
23541
23542     Start cleaning up get_size()
23543
23544     So we know when the size is static and when dynamic.
23545
23546  src/hb-open-file-private.hh          |    7 ++---
23547  src/hb-open-type-private.hh          |   42
23548  ++++++++++++++++++++++++---------
23549  src/hb-ot-layout-common-private.hh   |   14 +++++------
23550  src/hb-ot-layout-gpos-private.hh     |   17 +++++--------
23551  src/hb-ot-layout-gsubgpos-private.hh |   19 +++++++--------
23552  5 files changed, 55 insertions(+), 44 deletions(-)
23553
23554 commit b157617644d1e38f680163889d1dc2e2f64d9ba3
23555 Author: Behdad Esfahbod <behdad@behdad.org>
23556 Date:   Thu May 6 14:48:27 2010 -0400
23557
23558     Remove the last of SANITIZE macros: SANITIZE_SELF
23559
23560  src/hb-open-file-private.hh          |    4 ++--
23561  src/hb-open-type-private.hh          |   21 ++++++++++++---------
23562  src/hb-ot-layout-common-private.hh   |   16 ++++++++--------
23563  src/hb-ot-layout-gdef-private.hh     |    6 +++---
23564  src/hb-ot-layout-gpos-private.hh     |   26 +++++++++++++-------------
23565  src/hb-ot-layout-gsubgpos-private.hh |    6 +++---
23566  6 files changed, 41 insertions(+), 38 deletions(-)
23567
23568 commit 4f252fedc7136c66a9d7fbcb2978581986da6227
23569 Author: Behdad Esfahbod <behdad@behdad.org>
23570 Date:   Thu May 6 13:30:23 2010 -0400
23571
23572     Remove SANITIZE macro
23573
23574  src/hb-open-file-private.hh          |    4 ++--
23575  src/hb-open-type-private.hh          |    6 ++----
23576  src/hb-ot-layout-common-private.hh   |   18 +++++++++---------
23577  src/hb-ot-layout-gdef-private.hh     |    6 +++---
23578  src/hb-ot-layout-gpos-private.hh     |   18 +++++++++---------
23579  src/hb-ot-layout-gsub-private.hh     |   26 +++++++++++++-------------
23580  src/hb-ot-layout-gsubgpos-private.hh |   22 +++++++++++-----------
23581  7 files changed, 49 insertions(+), 51 deletions(-)
23582
23583 commit c2ddfd2d268385257c77c09a9abeacf4230d5377
23584 Author: Behdad Esfahbod <behdad@behdad.org>
23585 Date:   Thu May 6 13:06:15 2010 -0400
23586
23587     Cleanup Value casts
23588
23589  src/hb-ot-layout-gpos-private.hh |   34
23590  +++++++++++++++++++++-------------
23591  1 files changed, 21 insertions(+), 13 deletions(-)
23592
23593 commit 41a93d2c1ff175ef06328a99983577459c2d34b0
23594 Author: Behdad Esfahbod <behdad@behdad.org>
23595 Date:   Thu May 6 12:55:14 2010 -0400
23596
23597     Remove SANITIZE_WITH_BASE
23598
23599  src/hb-open-file-private.hh          |    2 +-
23600  src/hb-open-type-private.hh          |    2 -
23601  src/hb-ot-layout-common-private.hh   |    6 +-
23602  src/hb-ot-layout-gdef-private.hh     |   24 +++++-----
23603  src/hb-ot-layout-gpos-private.hh     |   90
23604  +++++++++++++++++-----------------
23605  src/hb-ot-layout-gsub-private.hh     |   31 ++++++------
23606  src/hb-ot-layout-gsubgpos-private.hh |   44 ++++++++--------
23607  7 files changed, 98 insertions(+), 101 deletions(-)
23608
23609 commit f5fab0c71837371cce32dc3e9edca1ccb8d44e29
23610 Author: Behdad Esfahbod <behdad@behdad.org>
23611 Date:   Thu May 6 10:26:52 2010 -0400
23612
23613     Remove SANITIZE_MEM
23614
23615  src/hb-open-type-private.hh          |    4 +---
23616  src/hb-ot-layout-common-private.hh   |    2 +-
23617  src/hb-ot-layout-gpos-private.hh     |    2 +-
23618  src/hb-ot-layout-gsubgpos-private.hh |    6 +++---
23619  4 files changed, 6 insertions(+), 8 deletions(-)
23620
23621 commit 4ad2cc5dec6b0639da2b1846282bdd99d06d5ff1
23622 Author: Behdad Esfahbod <behdad@behdad.org>
23623 Date:   Thu May 6 09:24:24 2010 -0400
23624
23625     Rename check to check_range
23626
23627  src/hb-open-type-private.hh |    8 ++++----
23628  1 files changed, 4 insertions(+), 4 deletions(-)
23629
23630 commit 1cd1e117d060d38e314618b627d7663cb01ed584
23631 Author: Behdad Esfahbod <behdad@behdad.org>
23632 Date:   Wed May 5 20:15:14 2010 -0400
23633
23634     Remove SANITIZE_ARRAY
23635
23636  src/hb-open-file-private.hh          |    2 +-
23637  src/hb-open-type-private.hh          |   16 +++++++---------
23638  src/hb-ot-layout-gpos-private.hh     |    8 ++++----
23639  src/hb-ot-layout-gsubgpos-private.hh |    4 ++--
23640  4 files changed, 14 insertions(+), 16 deletions(-)
23641
23642 commit 583d7f9586ce69754f1354aa3895e6d732a0c2ce
23643 Author: Behdad Esfahbod <behdad@behdad.org>
23644 Date:   Wed May 5 01:49:22 2010 -0400
23645
23646     Cosmetic
23647
23648  src/hb-open-file-private.hh          |    3 ++-
23649  src/hb-open-type-private.hh          |    6 ++++--
23650  src/hb-ot-layout-common-private.hh   |   15 ++++++++++-----
23651  src/hb-ot-layout-gpos-private.hh     |    5 ++---
23652  src/hb-ot-layout-gsub-private.hh     |    3 ++-
23653  src/hb-ot-layout-gsubgpos-private.hh |    9 +++++----
23654  6 files changed, 25 insertions(+), 16 deletions(-)
23655
23656 commit 705e215268aa95c2bc6af8af9b48b72b690ec1f7
23657 Author: Behdad Esfahbod <behdad@behdad.org>
23658 Date:   Wed May 5 01:40:25 2010 -0400
23659
23660     Minor
23661
23662  src/hb-open-type-private.hh          |    4 ++--
23663  src/hb-ot-layout-gpos-private.hh     |    2 +-
23664  src/hb-ot-layout-gsub-private.hh     |    2 +-
23665  src/hb-ot-layout-gsubgpos-private.hh |    2 +-
23666  4 files changed, 5 insertions(+), 5 deletions(-)
23667
23668 commit b18eafd0f62f854d15276c78f99843aecd47acad
23669 Author: Behdad Esfahbod <behdad@behdad.org>
23670 Date:   Wed May 5 01:39:26 2010 -0400
23671
23672     Minor
23673
23674  src/hb-open-type-private.hh |    2 +-
23675  1 files changed, 1 insertions(+), 1 deletions(-)
23676
23677 commit 4169710911450e0f9bc045fe279bfc8ba9e8457c
23678 Author: Behdad Esfahbod <behdad@behdad.org>
23679 Date:   Wed May 5 01:37:58 2010 -0400
23680
23681     Simplify chaining
23682
23683  src/hb-ot-layout-gsubgpos-private.hh |   61
23684  ++++++++++++++--------------------
23685  1 files changed, 25 insertions(+), 36 deletions(-)
23686
23687 commit 1911b9d21b2b7b6b8219ce6c888540e3a60aa9c3
23688 Author: Behdad Esfahbod <behdad@behdad.org>
23689 Date:   Wed May 5 01:32:04 2010 -0400
23690
23691     Remove APPLY_ARG_DEF and APPLY_ARG
23692
23693  src/hb-ot-layout-gpos-private.hh     |   92
23694  +++++++++++++++++-----------------
23695  src/hb-ot-layout-gsub-private.hh     |   88
23696  ++++++++++++++++----------------
23697  src/hb-ot-layout-gsubgpos-private.hh |   89
23698  +++++++++++++++-----------------
23699  3 files changed, 132 insertions(+), 137 deletions(-)
23700
23701 commit 6c42cddfe53a1c664081862bb9a3e1c38d05a823
23702 Author: Behdad Esfahbod <behdad@behdad.org>
23703 Date:   Wed May 5 01:30:48 2010 -0400
23704
23705     Port apply to use hb_trace_t
23706
23707  src/hb-ot-layout-gpos-private.hh     |    9 ++++-----
23708  src/hb-ot-layout-gsub-private.hh     |   11 +++++------
23709  src/hb-ot-layout-gsubgpos-private.hh |   13 +++++--------
23710  3 files changed, 14 insertions(+), 19 deletions(-)
23711
23712 commit 969c9705ae0c64577c3f69f5300fec975f952e1f
23713 Author: Behdad Esfahbod <behdad@behdad.org>
23714 Date:   Wed May 5 01:23:44 2010 -0400
23715
23716     Move context_length into apply_context
23717
23718  src/hb-ot-layout-gpos-private.hh     |    9 ++--
23719  src/hb-ot-layout-gsub-private.hh     |    9 ++--
23720  src/hb-ot-layout-gsubgpos-private.hh |   70
23721  +++++++++++++++++++--------------
23722  3 files changed, 50 insertions(+), 38 deletions(-)
23723
23724 commit 94a23aaeca39c662614037ef887412249bdc8d49
23725 Author: Behdad Esfahbod <behdad@behdad.org>
23726 Date:   Wed May 5 01:13:09 2010 -0400
23727
23728     Move buffer into apply_context
23729
23730  src/hb-buffer-private.h              |   30 +++++++++-------
23731  src/hb-ot-layout-gpos-private.hh     |   64
23732  +++++++++++++++++++---------------
23733  src/hb-ot-layout-gsub-private.hh     |   45 ++++++++++++++----------
23734  src/hb-ot-layout-gsubgpos-private.hh |   49 ++++++++++++++------------
23735  4 files changed, 106 insertions(+), 82 deletions(-)
23736
23737 commit 63493f956dca519df49da0a6badc3cb0a1b92779
23738 Author: Behdad Esfahbod <behdad@behdad.org>
23739 Date:   Wed May 5 01:01:05 2010 -0400
23740
23741     Move layout_context into apply_context
23742
23743  src/hb-ot-layout-gpos-private.hh     |  105
23744  +++++++++++++++++-----------------
23745  src/hb-ot-layout-gsub-private.hh     |   47 ++++++++-------
23746  src/hb-ot-layout-gsubgpos-private.hh |   11 ++--
23747  3 files changed, 82 insertions(+), 81 deletions(-)
23748
23749 commit fff9aa263d1daf7c5117cf383fafa5043d5eb5af
23750 Author: Behdad Esfahbod <behdad@behdad.org>
23751 Date:   Wed May 5 00:32:21 2010 -0400
23752
23753     Minor
23754
23755  src/hb-ot-layout-gsubgpos-private.hh |   12 ++++++------
23756  1 files changed, 6 insertions(+), 6 deletions(-)
23757
23758 commit 27e302dc8e794ff6bf878bc76e17d336d510849e
23759 Author: Behdad Esfahbod <behdad@behdad.org>
23760 Date:   Wed May 5 00:26:16 2010 -0400
23761
23762     I keep changing my mind about this
23763
23764  src/hb-open-type-private.hh |   30 ++++++++++--------------------
23765  1 files changed, 10 insertions(+), 20 deletions(-)
23766
23767 commit 39840474afd2cda9ff576c08aff9c87095496c27
23768 Author: Behdad Esfahbod <behdad@behdad.org>
23769 Date:   Wed May 5 00:23:19 2010 -0400
23770
23771     Remove SANITIZE_ARG_DEF and SANITIZE_ARG
23772
23773  src/hb-open-file-private.hh          |   16 ++--
23774  src/hb-open-type-private.hh          |   59 +++++++--------
23775  src/hb-ot-layout-common-private.hh   |   42 +++++-----
23776  src/hb-ot-layout-gdef-private.hh     |   28 ++++----
23777  src/hb-ot-layout-gpos-private.hh     |  136
23778  +++++++++++++++++-----------------
23779  src/hb-ot-layout-gsub-private.hh     |   72 +++++++++---------
23780  src/hb-ot-layout-gsubgpos-private.hh |   46 ++++++------
23781  7 files changed, 197 insertions(+), 202 deletions(-)
23782
23783 commit b261e2ad5c5a065599ce1dbc4ba437caa2cee1e9
23784 Author: Behdad Esfahbod <behdad@behdad.org>
23785 Date:   Wed May 5 00:20:16 2010 -0400
23786
23787     Remove trace from sanitize_shallow()
23788
23789  src/hb-open-type-private.hh |    1 -
23790  1 files changed, 0 insertions(+), 1 deletions(-)
23791
23792 commit dfc8cbe85479dde1ffdc6b2e73f4907331d77a19
23793 Author: Behdad Esfahbod <behdad@behdad.org>
23794 Date:   Wed May 5 00:19:46 2010 -0400
23795
23796     Add hb_trace_t
23797
23798  src/hb-open-type-private.hh |   33 +++++++++++++++++++--------------
23799  1 files changed, 19 insertions(+), 14 deletions(-)
23800
23801 commit 20e3dd5d292b65f70d2eae63b8d8713a1c889d47
23802 Author: Behdad Esfahbod <behdad@behdad.org>
23803 Date:   Tue May 4 23:21:57 2010 -0400
23804
23805     Make sanitize_depth variable automatic and not passed through
23806     function args
23807
23808  src/hb-open-type-private.hh |   72
23809  +++++++++++++++++++++++++-----------------
23810  1 files changed, 43 insertions(+), 29 deletions(-)
23811
23812 commit 4a446ac35136eff23d55f47bdd7b40095ad707ab
23813 Author: Behdad Esfahbod <behdad@behdad.org>
23814 Date:   Tue May 4 22:46:21 2010 -0400
23815
23816     Use function template for pass-thru argument
23817
23818  src/hb-open-type-private.hh      |   26 ++++++--------------------
23819  src/hb-ot-layout-gpos-private.hh |    6 +++---
23820  2 files changed, 9 insertions(+), 23 deletions(-)
23821
23822 commit 98daaf183d6dbf2b68959da608cd9876ba55d7aa
23823 Author: Behdad Esfahbod <behdad@behdad.org>
23824 Date:   Tue May 4 22:42:49 2010 -0400
23825
23826     Make _hb_sanitize_*() methods of the context object
23827
23828  src/hb-open-type-private.hh |  190
23829  ++++++++++++++++++++++---------------------
23830  1 files changed, 98 insertions(+), 92 deletions(-)
23831
23832 commit bb029af943faa9905e652d58856998687e60c31d
23833 Author: Behdad Esfahbod <behdad@behdad.org>
23834 Date:   Tue May 4 15:28:52 2010 -0400
23835
23836     Remove SANITIZE_THIS
23837
23838  src/hb-open-file-private.hh          |    2 +-
23839  src/hb-open-type-private.hh          |    3 +-
23840  src/hb-ot-layout-common-private.hh   |    4 +-
23841  src/hb-ot-layout-gdef-private.hh     |   25 ++++++++-------
23842  src/hb-ot-layout-gpos-private.hh     |   55
23843  ++++++++++++++++++---------------
23844  src/hb-ot-layout-gsub-private.hh     |   29 ++++++++++--------
23845  src/hb-ot-layout-gsubgpos-private.hh |   42 +++++++++++++-------------
23846  7 files changed, 85 insertions(+), 75 deletions(-)
23847
23848 commit 2226fc93d1427b8830bfb892fe1b25b488ea36dc
23849 Author: Behdad Esfahbod <behdad@behdad.org>
23850 Date:   Tue May 4 15:12:17 2010 -0400
23851
23852     Rename SANITIZE_BASE to SANITIZE_WITH_BASE
23853
23854  src/hb-open-type-private.hh        |   11 +++++++----
23855  src/hb-ot-layout-common-private.hh |    3 ++-
23856  src/hb-ot-layout-gpos-private.hh   |   15 ++++++++-------
23857  3 files changed, 17 insertions(+), 12 deletions(-)
23858
23859 commit 89da1346ec3a8dec8a368df46d61ca75356e22fa
23860 Author: Behdad Esfahbod <behdad@behdad.org>
23861 Date:   Tue May 4 15:01:45 2010 -0400
23862
23863     Remove SANITIZE_OBJ
23864
23865  src/hb-open-type-private.hh |    3 +--
23866  1 files changed, 1 insertions(+), 2 deletions(-)
23867
23868 commit 4d4cce96266b777a01cec03e8766dc8c0b159351
23869 Author: Behdad Esfahbod <behdad@behdad.org>
23870 Date:   Tue May 4 14:57:55 2010 -0400
23871
23872     Remove SANITIZE_THIS2
23873
23874  src/hb-open-type-private.hh          |    2 --
23875  src/hb-ot-layout-common-private.hh   |    3 ++-
23876  src/hb-ot-layout-gdef-private.hh     |   10 ++++++----
23877  src/hb-ot-layout-gpos-private.hh     |    9 ++++++---
23878  src/hb-ot-layout-gsub-private.hh     |   11 +++++++----
23879  src/hb-ot-layout-gsubgpos-private.hh |   14 +++++++++-----
23880  6 files changed, 30 insertions(+), 19 deletions(-)
23881
23882 commit 26bfcb64e473c40e439d6efbe974781dada28eca
23883 Author: Behdad Esfahbod <behdad@behdad.org>
23884 Date:   Tue May 4 14:49:45 2010 -0400
23885
23886     Cosmetic
23887
23888  src/hb-ot-layout-gdef-private.hh     |    5 ++---
23889  src/hb-ot-layout-gsubgpos-private.hh |    7 +++----
23890  2 files changed, 5 insertions(+), 7 deletions(-)
23891
23892 commit be74284673a1944e0f1884e861c3fe8f9855172c
23893 Author: Behdad Esfahbod <behdad@behdad.org>
23894 Date:   Tue May 4 14:47:05 2010 -0400
23895
23896     Remove SANITIZE_THIS3
23897
23898  src/hb-open-type-private.hh          |    1 -
23899  src/hb-ot-layout-gpos-private.hh     |   21 +++++++++++++++------
23900  src/hb-ot-layout-gsubgpos-private.hh |    8 ++++++--
23901  3 files changed, 21 insertions(+), 9 deletions(-)
23902
23903 commit fbab9f9bd8ba59e7e5811f33c1dda198f95cf05a
23904 Author: Behdad Esfahbod <behdad@behdad.org>
23905 Date:   Tue May 4 14:42:10 2010 -0400
23906
23907     Remove SANITIZE_BASE2
23908
23909  src/hb-open-type-private.hh      |    1 -
23910  src/hb-ot-layout-gpos-private.hh |    3 ++-
23911  2 files changed, 2 insertions(+), 2 deletions(-)
23912
23913 commit 73c7dbf7f5433c0cdd467ef32402f52867e9798e
23914 Author: Behdad Esfahbod <behdad@behdad.org>
23915 Date:   Tue May 4 14:40:55 2010 -0400
23916
23917     Remove SANITIZE2
23918
23919  src/hb-open-type-private.hh      |    1 -
23920  src/hb-ot-layout-gsub-private.hh |    2 +-
23921  2 files changed, 1 insertions(+), 2 deletions(-)
23922
23923 commit c9f14687a30866181feb57ee2736a147ec9f25a1
23924 Author: Behdad Esfahbod <behdad@behdad.org>
23925 Date:   Tue May 4 14:38:08 2010 -0400
23926
23927     Remove the NEUTER macro, move code to a method
23928
23929  src/hb-open-type-private.hh |   21 +++++++++++++--------
23930  1 files changed, 13 insertions(+), 8 deletions(-)
23931
23932 commit 30fa2821c277df99a14089749313dfe2b541e2d0
23933 Author: Behdad Esfahbod <behdad@behdad.org>
23934 Date:   Tue May 4 14:28:18 2010 -0400
23935
23936     Make internal method private
23937
23938  src/hb-open-type-private.hh |   12 +++++++-----
23939  1 files changed, 7 insertions(+), 5 deletions(-)
23940
23941 commit ce5694c79671bf75990923c1da17bb611e4e7d15
23942 Author: Behdad Esfahbod <behdad@behdad.org>
23943 Date:   Tue May 4 14:10:18 2010 -0400
23944
23945     [main] Recognize Apple SFNTs
23946
23947  src/hb-open-file-private.hh |    4 ++--
23948  src/main.cc                 |    6 ++++++
23949  2 files changed, 8 insertions(+), 2 deletions(-)
23950
23951 commit 710500a93ecc2a0c595045602aa367073485ff91
23952 Author: Behdad Esfahbod <behdad@behdad.org>
23953 Date:   Mon May 3 23:11:16 2010 -0400
23954
23955     Comment new SFNT tags
23956
23957  src/hb-open-file-private.hh |   10 +++++-----
23958  1 files changed, 5 insertions(+), 5 deletions(-)
23959
23960 commit 64d3fc8d0dada673245cc8c0b1c12cd849b30997
23961 Author: Behdad Esfahbod <behdad@behdad.org>
23962 Date:   Mon May 3 22:51:19 2010 -0400
23963
23964     Cosmetic: Rename HB_LIKELY/HB_UNLIKELY to likely/unlikely
23965
23966  src/hb-buffer.c                      |   14 ++++----
23967  src/hb-font.cc                       |    6 ++--
23968  src/hb-ft.c                          |   14 ++++----
23969  src/hb-language.c                    |    2 +-
23970  src/hb-object-private.h              |   10 +++---
23971  src/hb-open-file-private.hh          |    2 +-
23972  src/hb-open-type-private.hh          |   38 ++++++++++----------
23973  src/hb-ot-layout-common-private.hh   |   16 ++++----
23974  src/hb-ot-layout-gdef-private.hh     |    2 +-
23975  src/hb-ot-layout-gpos-private.hh     |   64
23976  +++++++++++++++++-----------------
23977  src/hb-ot-layout-gsub-private.hh     |   52 ++++++++++++++--------------
23978  src/hb-ot-layout-gsubgpos-private.hh |   40 ++++++++++----------
23979  src/hb-ot-layout.cc                  |   12 +++---
23980  src/hb-ot-tag.c                      |    2 +-
23981  src/hb-private.h                     |    8 ++--
23982  src/hb-shape.c                       |   10 +++---
23983  src/hb-unicode.c                     |    2 +-
23984  17 files changed, 147 insertions(+), 147 deletions(-)
23985
23986 commit fa3b3d58443a7c22eca3f86243993ba2d4bd9f4a
23987 Author: Behdad Esfahbod <behdad@behdad.org>
23988 Date:   Mon May 3 22:47:22 2010 -0400
23989
23990     Mark a couple functions as inline
23991
23992  src/hb-open-type-private.hh |    4 ++--
23993  1 files changed, 2 insertions(+), 2 deletions(-)
23994
23995 commit 6b84198f9d471defb6f55d44d4f5423df70b2a10
23996 Merge: 631d10b eaf29ed
23997 Author: Behdad Esfahbod <behdad@behdad.org>
23998 Date:   Mon May 3 22:46:52 2010 -0400
23999
24000     Merge remote branch 'jrmuizel/master'
24001
24002 commit eaf29edb8fa49390e5f48b78105dfd173aff445b
24003 Author: Jeff Muizelaar <jmuizelaar@mozilla.com>
24004 Date:   Mon May 3 22:27:56 2010 -0400
24005
24006     HB_UNUSED is unneeded on static inline functions
24007
24008  src/hb-object-private.h     |    2 +-
24009  src/hb-open-type-private.hh |    6 +++---
24010  src/hb-private.h            |    4 ++--
24011  3 files changed, 6 insertions(+), 6 deletions(-)
24012
24013 commit 4ce578ed369f1526c91deedcf9e72537b3e4328f
24014 Author: Jeff Muizelaar <jmuizelaar@mozilla.com>
24015 Date:   Mon May 3 15:03:53 2010 -0400
24016
24017     Include the tags from the Apple specification for TrueType fonts
24018
24019  src/hb-open-file-private.hh |    8 ++++++++
24020  1 files changed, 8 insertions(+), 0 deletions(-)
24021
24022 commit 631d10b728d9e1a02c7dddf505d4fae5e244c6e8
24023 Author: Behdad Esfahbod <behdad@behdad.org>
24024 Date:   Sun May 2 21:14:21 2010 -0400
24025
24026     Remove unused method
24027
24028  src/hb-open-file-private.hh |    5 -----
24029  1 files changed, 0 insertions(+), 5 deletions(-)
24030
24031 commit f0abcd69408a3af65207cdf8847575ade4579bd4
24032 Author: Behdad Esfahbod <behdad@behdad.org>
24033 Date:   Sun May 2 18:14:25 2010 -0400
24034
24035     Whitespace
24036
24037  src/hb-open-type-private.hh |    9 ++++-----
24038  1 files changed, 4 insertions(+), 5 deletions(-)
24039
24040 commit a8d960bd26883ee937b04ca2a3c16a3644870356
24041 Author: Behdad Esfahbod <behdad@behdad.org>
24042 Date:   Thu Apr 29 14:31:56 2010 -0400
24043
24044     [GPOS] Speedup apply_value()
24045
24046  src/hb-ot-layout-gpos-private.hh |    7 ++++++-
24047  1 files changed, 6 insertions(+), 1 deletions(-)
24048
24049 commit 2cd1ea4411d0808559a942ff3fa4e637f9c9a9c8
24050 Author: Behdad Esfahbod <behdad@behdad.org>
24051 Date:   Thu Apr 29 14:15:32 2010 -0400
24052
24053     [ft] Disallow getting the entire font data with tag=0
24054
24055  src/hb-ft.c |    3 +++
24056  1 files changed, 3 insertions(+), 0 deletions(-)
24057
24058 commit 33d13fdda99acaeffa9600737e8870278d053ebe
24059 Author: Behdad Esfahbod <behdad@behdad.org>
24060 Date:   Thu Apr 29 13:56:44 2010 -0400
24061
24062     Rename HB_GNUC_UNUSED -> HB_UNUSED
24063
24064  src/hb-buffer.c                      |    6 ++--
24065  src/hb-font.cc                       |   44
24066  +++++++++++++++++-----------------
24067  src/hb-ft.c                          |   16 ++++++------
24068  src/hb-object-private.h              |    2 +-
24069  src/hb-open-type-private.hh          |   18 +++++++-------
24070  src/hb-ot-layout-gdef-private.hh     |    4 +-
24071  src/hb-ot-layout-gpos-private.hh     |    4 +-
24072  src/hb-ot-layout-gsubgpos-private.hh |    6 ++--
24073  src/hb-ot-layout.cc                  |    4 +-
24074  src/hb-ot-shape.c                    |    2 +-
24075  src/hb-private.h                     |   16 ++++++------
24076  src/hb-shape.c                       |   32 ++++++++++++------------
24077  src/hb-unicode.c                     |    8 +++---
24078  13 files changed, 81 insertions(+), 81 deletions(-)
24079
24080 commit 7d3a126334f8e6f6441561c1bb592bd3fa7a2c5c
24081 Author: Behdad Esfahbod <behdad@behdad.org>
24082 Date:   Thu Apr 29 13:54:01 2010 -0400
24083
24084     Define HB_FUNC for portability to non-gcc
24085
24086  src/hb-open-type-private.hh          |   12 ++++++------
24087  src/hb-ot-layout-gsubgpos-private.hh |    2 +-
24088  src/hb-private.h                     |    9 +++++++++
24089  3 files changed, 16 insertions(+), 7 deletions(-)
24090
24091 commit fa030175ca998b00cc42cbced6e98de323ec01ec
24092 Author: Behdad Esfahbod <behdad@behdad.org>
24093 Date:   Thu Apr 29 13:48:26 2010 -0400
24094
24095     [sanitize] Make debug code always available to the compiler
24096
24097     Such that we don't break debug build all the time.
24098
24099  src/hb-open-type-private.hh |   71
24100  +++++++++++++++++++------------------------
24101  1 files changed, 31 insertions(+), 40 deletions(-)
24102
24103 commit fde6f5bd682f5ad0cc5e2ec69fc831b0192bf90b
24104 Author: Behdad Esfahbod <behdad@behdad.org>
24105 Date:   Thu Apr 29 04:41:41 2010 -0400
24106
24107     Convert to uppercase in hb_ot_tag_from_language()
24108
24109  src/hb-ot-tag.c |    6 ++++--
24110  1 files changed, 4 insertions(+), 2 deletions(-)
24111
24112 commit 6f729b45b04243c42ad7201b67cda9d5e5c363f1
24113 Author: Behdad Esfahbod <behdad@behdad.org>
24114 Date:   Thu Apr 29 03:59:06 2010 -0400
24115
24116     More contour point use
24117
24118  src/hb-font.cc                   |    1 +
24119  src/hb-ot-layout-gdef-private.hh |    8 +++++---
24120  src/hb-ot-layout-gpos-private.hh |   13 +++++++++----
24121  3 files changed, 15 insertions(+), 7 deletions(-)
24122
24123 commit 3840b6b50503ba2c9a99f774284e0077baffa8a0
24124 Author: Behdad Esfahbod <behdad@behdad.org>
24125 Date:   Thu Apr 29 03:48:27 2010 -0400
24126
24127     [gdef] Fix delta scale
24128
24129  src/hb-ot-layout-gdef-private.hh |    2 +-
24130  1 files changed, 1 insertions(+), 1 deletions(-)
24131
24132 commit 4ac6cc284b2c1eb670c2a3659ec385ed729acac4
24133 Author: Behdad Esfahbod <behdad@behdad.org>
24134 Date:   Thu Apr 29 03:48:11 2010 -0400
24135
24136     [gdef] Fix rounding
24137
24138  src/hb-ot-layout-gdef-private.hh |    4 ++--
24139  1 files changed, 2 insertions(+), 2 deletions(-)
24140
24141 commit b52fbb1bab608bda76efb936f08344afaec600a1
24142 Author: Behdad Esfahbod <behdad@behdad.org>
24143 Date:   Thu Apr 29 03:47:00 2010 -0400
24144
24145     [gdef] Implement getting contour point
24146
24147  src/hb-ot-layout-gdef-private.hh |    5 ++++-
24148  1 files changed, 4 insertions(+), 1 deletions(-)
24149
24150 commit 4c5fbae011a33b9efef5aedd61c357fc0ded1113
24151 Author: Behdad Esfahbod <behdad@behdad.org>
24152 Date:   Thu Apr 29 03:39:39 2010 -0400
24153
24154     Make sure mirroring is done in original direction
24155
24156     Reported by Jonathan Kew.
24157
24158  src/hb-shape.c |    5 ++++-
24159  1 files changed, 4 insertions(+), 1 deletions(-)
24160
24161 commit ce23c9234b87513d6460fb89bad178fb8537e161
24162 Author: Behdad Esfahbod <behdad@behdad.org>
24163 Date:   Thu Apr 29 03:31:03 2010 -0400
24164
24165     Use BCP47 private-use tags for OpenType tag language string mapping
24166
24167  src/hb-ot-tag.c |   16 ++++++++--------
24168  1 files changed, 8 insertions(+), 8 deletions(-)
24169
24170 commit eaf1d9a46c4a320f3b0026c0a610f95a620d566f
24171 Author: Behdad Esfahbod <behdad@behdad.org>
24172 Date:   Thu Apr 29 03:11:32 2010 -0400
24173
24174     Minor
24175
24176  src/hb-ot-tag.c |    1 +
24177  1 files changed, 1 insertions(+), 0 deletions(-)
24178
24179 commit 3a4784fe88a0f14147ccdd3633952c9c0f3ae8f3
24180 Author: Behdad Esfahbod <behdad@behdad.org>
24181 Date:   Thu Apr 29 02:58:38 2010 -0400
24182
24183     Fix bug in hb_language_from_string()
24184
24185     Reported by Jonathan Kew.
24186
24187  src/hb-language.c |    2 ++
24188  1 files changed, 2 insertions(+), 0 deletions(-)
24189
24190 commit 602e4f8d5512cdf48c696ad64ad62ff97f6dbdcc
24191 Author: Behdad Esfahbod <behdad@behdad.org>
24192 Date:   Thu Apr 29 02:28:54 2010 -0400
24193
24194     Use const_cast
24195
24196  src/hb-open-type-private.hh |    3 +--
24197  1 files changed, 1 insertions(+), 2 deletions(-)
24198
24199 commit abff3580a5b229641086e0da097efee11d22ff81
24200 Author: Behdad Esfahbod <behdad@behdad.org>
24201 Date:   Thu Apr 29 02:27:20 2010 -0400
24202
24203     Add const
24204
24205  src/hb-object-private.h |    2 +-
24206  1 files changed, 1 insertions(+), 1 deletions(-)
24207
24208 commit 6617eada95928457a25e29f793f1a93c6b3edaec
24209 Author: Behdad Esfahbod <behdad@behdad.org>
24210 Date:   Thu Apr 29 02:25:30 2010 -0400
24211
24212     Rename apply_context -> context
24213
24214  src/hb-ot-layout-gpos-private.hh     |   22 +++++++++++-----------
24215  src/hb-ot-layout-gsub-private.hh     |   26 +++++++++++++-------------
24216  src/hb-ot-layout-gsubgpos-private.hh |   12 ++++++------
24217  3 files changed, 30 insertions(+), 30 deletions(-)
24218
24219 commit b4c7fab762935b9c182b3e2ac3415f29fc6a5558
24220 Author: Behdad Esfahbod <behdad@behdad.org>
24221 Date:   Thu Apr 29 02:24:25 2010 -0400
24222
24223     Rename
24224
24225  src/hb-ot-layout-gpos-private.hh     |   98
24226  +++++++++++++++++-----------------
24227  src/hb-ot-layout-gsub-private.hh     |   46 ++++++++--------
24228  src/hb-ot-layout-gsubgpos-private.hh |   12 ++--
24229  3 files changed, 78 insertions(+), 78 deletions(-)
24230
24231 commit 1376fb7bf9ef07970f0ba13dc64d6a8ab8252762
24232 Author: Behdad Esfahbod <behdad@behdad.org>
24233 Date:   Thu Apr 29 02:19:21 2010 -0400
24234
24235     [apply] Use a context object to reduce number of parameters passed
24236     around
24237
24238  src/hb-open-type-private.hh          |    5 +--
24239  src/hb-ot-layout-gpos-private.hh     |   26 +++++++++++++----------
24240  src/hb-ot-layout-gsub-private.hh     |   37
24241  ++++++++++++++++++---------------
24242  src/hb-ot-layout-gsubgpos-private.hh |   29 ++++++++++++++------------
24243  4 files changed, 53 insertions(+), 44 deletions(-)
24244
24245 commit 173fde7087c0db3e99409f1119530477c14072f5
24246 Author: Behdad Esfahbod <behdad@behdad.org>
24247 Date:   Thu Apr 29 01:47:30 2010 -0400
24248
24249     Further simplify tracing
24250
24251  src/hb-open-type-private.hh          |   31
24252  +++++++++++++++----------------
24253  src/hb-ot-layout-gpos-private.hh     |    9 +++++----
24254  src/hb-ot-layout-gsub-private.hh     |   11 ++++++-----
24255  src/hb-ot-layout-gsubgpos-private.hh |    8 --------
24256  4 files changed, 26 insertions(+), 33 deletions(-)
24257
24258 commit bc200457430c083914a64bf4b056153506749610
24259 Author: Behdad Esfahbod <behdad@behdad.org>
24260 Date:   Thu Apr 29 01:40:26 2010 -0400
24261
24262     Simplify trace code
24263
24264  src/hb-open-type-private.hh          |   41 ++++++++---------------------
24265  src/hb-ot-layout-gsubgpos-private.hh |   25 ++++-------------
24266  src/hb-private.h                     |   48
24267  ++++++++++++++++++++++++----------
24268  3 files changed, 51 insertions(+), 63 deletions(-)
24269
24270 commit 807c5b03a2251a3c29a520852639421783101b55
24271 Author: Behdad Esfahbod <behdad@behdad.org>
24272 Date:   Wed Apr 28 20:25:22 2010 -0400
24273
24274     [sanitize] Make debug code always available to the compiler
24275
24276     Such that we don't break debug build all the time.
24277
24278  src/hb-open-type-private.hh          |   31
24279  ++++++++++++++++++++-----------
24280  src/hb-ot-layout-gsubgpos-private.hh |    2 +-
24281  2 files changed, 21 insertions(+), 12 deletions(-)
24282
24283 commit 74e313c016704e1d9157c2763691c4151f049dfc
24284 Author: Behdad Esfahbod <behdad@behdad.org>
24285 Date:   Wed Apr 28 15:15:09 2010 -0400
24286
24287     [gsubgpos] Make debug code always available to the compiler
24288
24289     Such that we don't break debug build all the time.
24290
24291  src/hb-ot-layout-gsubgpos-private.hh |   52
24292  +++++++++++++++++-----------------
24293  1 files changed, 26 insertions(+), 26 deletions(-)
24294
24295 commit 41011a6ed7c4891b20c0eddbb6d4ad9c820cfddb
24296 Author: Behdad Esfahbod <behdad@behdad.org>
24297 Date:   Wed Apr 28 13:33:09 2010 -0400
24298
24299     Fix compiler warning about value unused
24300
24301  src/hb-object-private.h |    2 +-
24302  1 files changed, 1 insertions(+), 1 deletions(-)
24303
24304 commit 863df68e894b7644dcd12da88aa22f73edf829dc
24305 Author: Behdad Esfahbod <behdad@behdad.org>
24306 Date:   Wed Apr 28 13:29:55 2010 -0400
24307
24308     [object] Make debug code always available to the compiler
24309
24310     Such that we don't break debug build all the time.
24311
24312  src/hb-object-private.h |   42 +++++++++++++++++++++++++++---------------
24313  1 files changed, 27 insertions(+), 15 deletions(-)
24314
24315 commit 1d52151a19ed8ec776276aac5cc6ce3769e0d947
24316 Author: Behdad Esfahbod <behdad@behdad.org>
24317 Date:   Wed Apr 28 13:18:41 2010 -0400
24318
24319     Minor
24320
24321  src/hb-private.h |    8 +++++---
24322  1 files changed, 5 insertions(+), 3 deletions(-)
24323
24324 commit 444fffb1ab378cb3022e2a8e9f90d20a00c82f6a
24325 Author: Behdad Esfahbod <behdad@behdad.org>
24326 Date:   Wed Apr 28 13:16:38 2010 -0400
24327
24328     [blob] Make debug code always available to the compiler
24329
24330     Such that we don't break debug build all the time.
24331
24332  src/hb-blob.c |   78
24333  +++++++++++++++++++++++---------------------------------
24334  1 files changed, 32 insertions(+), 46 deletions(-)
24335
24336 commit ba51b25c7ba568aeced17f016eceba987569c5d9
24337 Author: Behdad Esfahbod <behdad@behdad.org>
24338 Date:   Wed Apr 28 13:10:36 2010 -0400
24339
24340     Fix build.  Ouch!
24341
24342  src/hb-object-private.h |    2 +-
24343  1 files changed, 1 insertions(+), 1 deletions(-)
24344
24345 commit a92f0fda7fee9d60b399b8865541bf73e6e30141
24346 Author: Behdad Esfahbod <behdad@behdad.org>
24347 Date:   Wed Apr 28 13:09:40 2010 -0400
24348
24349     Fix debug build
24350
24351  src/hb-open-type-private.hh          |    4 ++--
24352  src/hb-ot-layout-gsubgpos-private.hh |    2 +-
24353  2 files changed, 3 insertions(+), 3 deletions(-)
24354
24355 commit c165f25410f817d248ad5d07e1827d33efd1b0a0
24356 Author: Behdad Esfahbod <behdad@behdad.org>
24357 Date:   Tue Apr 27 23:28:10 2010 -0400
24358
24359     [object] Actually handle malloc() failure
24360
24361     Caught by John Daggett.
24362
24363  src/hb-object-private.h |   10 ++++++----
24364  1 files changed, 6 insertions(+), 4 deletions(-)
24365
24366 commit caff7db93d205e32a535d49e51a3cad70f91dfdd
24367 Author: Behdad Esfahbod <behdad@behdad.org>
24368 Date:   Mon Apr 26 10:07:35 2010 -0400
24369
24370     Fix Device::get_size() calculation
24371
24372  src/hb-ot-layout-common-private.hh |    8 ++++++--
24373  1 files changed, 6 insertions(+), 2 deletions(-)
24374
24375 commit 66d6eb30eb0b8d61e00f86ea0c7829abaddb52fa
24376 Author: Behdad Esfahbod <behdad@behdad.org>
24377 Date:   Sun Apr 25 23:01:45 2010 -0400
24378
24379     Rename Var to Obj
24380
24381  src/hb-open-type-private.hh |    8 ++++----
24382  1 files changed, 4 insertions(+), 4 deletions(-)
24383
24384 commit 690b9194619589c32ffc0c092e45262ae7776e79
24385 Author: Behdad Esfahbod <behdad@behdad.org>
24386 Date:   Sun Apr 25 22:51:05 2010 -0400
24387
24388     Remove use of flexible arrays
24389
24390     Also remove wrong ASSERT_SIZE that would trigger only when not using
24391     flexible arrays (which was the case on win32, but not with gcc).
24392
24393  configure.ac                |    2 --
24394  src/hb-open-file-private.hh |    1 -
24395  src/hb-private.h            |    4 ----
24396  3 files changed, 0 insertions(+), 7 deletions(-)
24397
24398 commit 1cebfbb0636b13dc5dc6a4b8b7acbb7da28129d2
24399 Author: Behdad Esfahbod <behdad@behdad.org>
24400 Date:   Fri Apr 23 20:49:18 2010 -0400
24401
24402     Cleanup hb_face_create_for_data()
24403
24404  src/Makefile.am       |    1 +
24405  src/hb-blob-private.h |   57 ++++++++++++++++++++++++++++++
24406  src/hb-blob.c         |   20 +---------
24407  src/hb-font-private.h |    3 --
24408  src/hb-font.cc        |   92
24409  +++++++++++++++++++++++++++++++++---------------
24410  5 files changed, 123 insertions(+), 50 deletions(-)
24411
24412 commit d6b3c83a90f60bedb4049750ffb351161710980d
24413 Author: Behdad Esfahbod <behdad@behdad.org>
24414 Date:   Fri Apr 23 19:59:53 2010 -0400
24415
24416     Allow get_table() to return NULL
24417
24418  src/hb-font.cc |    6 +++++-
24419  src/hb-ft.c    |    2 +-
24420  2 files changed, 6 insertions(+), 2 deletions(-)
24421
24422 commit ad3653751b1e4a03f7058200cb83f64db46722d5
24423 Author: Behdad Esfahbod <behdad@behdad.org>
24424 Date:   Fri Apr 23 19:43:40 2010 -0400
24425
24426     Typo
24427
24428  src/hb-open-type-private.hh |    2 +-
24429  1 files changed, 1 insertions(+), 1 deletions(-)
24430
24431 commit 990443e5f282ad61de00dcf1ebff9cf1d5bc2d70
24432 Author: Behdad Esfahbod <behdad@behdad.org>
24433 Date:   Fri Apr 23 17:53:32 2010 -0400
24434
24435     Remove lock_instance()
24436
24437  src/hb-font.cc              |    2 +-
24438  src/hb-open-type-private.hh |    4 ----
24439  src/hb-ot-layout.cc         |    6 +++---
24440  3 files changed, 4 insertions(+), 8 deletions(-)
24441
24442 commit 187454c595559ce48d072fee6bccb51f3de283d4
24443 Author: Behdad Esfahbod <behdad@behdad.org>
24444 Date:   Fri Apr 23 16:35:01 2010 -0400
24445
24446     Add different casts from pointer and ref to avoid bugs
24447
24448  src/hb-open-type-private.hh      |   22 +++++++++++++++-------
24449  src/hb-ot-layout-gpos-private.hh |    8 ++++----
24450  src/hb-ot-layout-gsub-private.hh |   12 ++++++------
24451  src/main.cc                      |    6 +++---
24452  4 files changed, 28 insertions(+), 20 deletions(-)
24453
24454 commit efb324a46ff64adb4ec8612b4089e8daff1e6d8e
24455 Author: Behdad Esfahbod <behdad@behdad.org>
24456 Date:   Fri Apr 23 16:22:54 2010 -0400
24457
24458     Remove GET_FOR_DATA macros
24459
24460     The major-version check is now handled by sanitize.  If major
24461     doesn't match, we reject and fall back to the Null object.
24462
24463  src/hb-open-file-private.hh          |    4 ----
24464  src/hb-open-type-private.hh          |   23 ++---------------------
24465  src/hb-ot-layout-gdef-private.hh     |    2 --
24466  src/hb-ot-layout-gpos-private.hh     |    3 ---
24467  src/hb-ot-layout-gsub-private.hh     |    3 ---
24468  src/hb-ot-layout-gsubgpos-private.hh |    2 --
24469  src/main.cc                          |    6 +++---
24470  7 files changed, 5 insertions(+), 38 deletions(-)
24471
24472 commit f1aaa2a43654c28405ffd393de2cb127437c99a5
24473 Author: Behdad Esfahbod <behdad@behdad.org>
24474 Date:   Fri Apr 23 15:19:50 2010 -0400
24475
24476     Add TODO
24477
24478  src/hb-ft.c                        |    2 --
24479  src/hb-ft.h                        |    1 +
24480  src/hb-open-file-private.hh        |    2 +-
24481  src/hb-open-type-private.hh        |    2 ++
24482  src/hb-ot-layout-common-private.hh |   12 ++++++------
24483  5 files changed, 10 insertions(+), 9 deletions(-)
24484
24485 commit 33d4d4325e15e332105ea8f361bab79ee542f0f8
24486 Author: Behdad Esfahbod <behdad@behdad.org>
24487 Date:   Fri Apr 23 14:56:55 2010 -0400
24488
24489     Zero glyph metrics before calling user callback
24490
24491  src/hb-font.cc |    6 +++---
24492  1 files changed, 3 insertions(+), 3 deletions(-)
24493
24494 commit 4206e9511a222c0c50cc9b4fe72ec421983bba2c
24495 Author: Behdad Esfahbod <behdad@behdad.org>
24496 Date:   Fri Apr 23 14:44:55 2010 -0400
24497
24498     More warning fixes
24499
24500  src/hb-ot-layout.cc |    4 ++--
24501  src/hb-ot-shape.c   |    9 ++++-----
24502  src/hb-shape.c      |   32 ++++++++++++++++----------------
24503  3 files changed, 22 insertions(+), 23 deletions(-)
24504
24505 commit ef66ebeabc6c234004bd9e9bb67eb5c9711f4a1e
24506 Author: Behdad Esfahbod <behdad@behdad.org>
24507 Date:   Fri Apr 23 14:40:36 2010 -0400
24508
24509     Remove unused parameter
24510
24511  src/hb-open-file-private.hh |    6 +++---
24512  1 files changed, 3 insertions(+), 3 deletions(-)
24513
24514 commit 1d720192b193f48b44be0385eda3c2c5d5cd28ad
24515 Author: Behdad Esfahbod <behdad@behdad.org>
24516 Date:   Fri Apr 23 14:39:10 2010 -0400
24517
24518     Fix compile warnings (HB_GNUC_UNUSED)
24519
24520  src/hb-buffer.c             |    6 +++---
24521  src/hb-font.cc              |   31 ++++++++++++++++++++++---------
24522  src/hb-ft.c                 |   29 +++++++++++++++++++++--------
24523  src/hb-open-type-private.hh |    2 +-
24524  src/hb-unicode.c            |    8 ++++----
24525  5 files changed, 51 insertions(+), 25 deletions(-)
24526
24527 commit 8dfdca599c0a3ba5255131002910bca3b381acac
24528 Author: Behdad Esfahbod <behdad@behdad.org>
24529 Date:   Fri Apr 23 14:07:34 2010 -0400
24530
24531     No need to keep blob in sanitize context
24532
24533  src/hb-open-type-private.hh |   13 +++++--------
24534  1 files changed, 5 insertions(+), 8 deletions(-)
24535
24536 commit 254933c397f1ce9796f59689a25f9fc2e58df4ea
24537 Author: Behdad Esfahbod <behdad@behdad.org>
24538 Date:   Fri Apr 23 13:57:10 2010 -0400
24539
24540     When sanitizing, delay making writable
24541
24542     Before, as soon as we needed to make an edit, we tried to make
24543     the blob
24544     writable inplace.  That grows code unnecessarily though.  We can
24545     simply
24546     fail, make writable, then start again.  That's indeed what the
24547     fallback
24548     was doing anyway.
24549
24550  src/hb-open-type-private.hh |   11 +++++++----
24551  1 files changed, 7 insertions(+), 4 deletions(-)
24552
24553 commit 71e735e915c85536ee4d3035576f7426e8cd19dd
24554 Author: Behdad Esfahbod <behdad@behdad.org>
24555 Date:   Fri Apr 23 13:48:06 2010 -0400
24556
24557     [blob] Fallback to copying if mprotect() fails
24558
24559  src/hb-blob.c |    5 +++--
24560  1 files changed, 3 insertions(+), 2 deletions(-)
24561
24562 commit 1aa4666b914da7747fc58a8f6f2d913c94e3b8da
24563 Author: Behdad Esfahbod <behdad@behdad.org>
24564 Date:   Fri Apr 23 13:32:03 2010 -0400
24565
24566     Cleanup OpenTypeFontFile
24567
24568  src/hb-open-file-private.hh |   44
24569  +++++++++++++++++++++++++-----------------
24570  src/main.cc                 |    2 +-
24571  2 files changed, 27 insertions(+), 19 deletions(-)
24572
24573 commit ae4190cafe927649f8ff8be6a0082478d1298fda
24574 Author: Behdad Esfahbod <behdad@behdad.org>
24575 Date:   Fri Apr 23 12:33:02 2010 -0400
24576
24577     Properly define separate structs for TTCHeader and TTCHeaderVersion1
24578
24579  src/hb-open-file-private.hh |   71
24580  +++++++++++++++++++++++++++++++++----------
24581  1 files changed, 55 insertions(+), 16 deletions(-)
24582
24583 commit a065f471b3bc23d33ef75217308efeaed4ffd033
24584 Author: Behdad Esfahbod <behdad@behdad.org>
24585 Date:   Thu Apr 22 20:15:11 2010 -0400
24586
24587     Cleanup Extension lookups
24588
24589     Two things:
24590
24591     1. Allow nested Extension lookups.  The offset is always positive, so
24592     it can't loop circularly.
24593
24594     2. Move the check for all Extension subtables having the same lookup
24595     type to the correct place.  Before it wasn't really working.
24596
24597  src/hb-ot-layout-gpos-private.hh |   29 +------------------
24598  src/hb-ot-layout-gsub-private.hh |   57
24599  +++++++++++++++++++++----------------
24600  2 files changed, 33 insertions(+), 53 deletions(-)
24601
24602 commit a0bb49c5830f8a7f25d573ec57b79df2620ddba7
24603 Author: Behdad Esfahbod <behdad@behdad.org>
24604 Date:   Thu Apr 22 18:47:03 2010 -0400
24605
24606     Add comment re bsearch effect on sanitize
24607
24608  src/hb-open-file-private.hh        |    2 +-
24609  src/hb-ot-layout-common-private.hh |    8 ++++----
24610  2 files changed, 5 insertions(+), 5 deletions(-)
24611
24612 commit d632ec4000b3079150e6424e88a3ab7509f7445c
24613 Author: Behdad Esfahbod <behdad@behdad.org>
24614 Date:   Thu Apr 22 18:33:12 2010 -0400
24615
24616     Cosmetic
24617
24618  src/hb-open-type-private.hh          |    6 +++---
24619  src/hb-ot-layout-gsubgpos-private.hh |    2 +-
24620  2 files changed, 4 insertions(+), 4 deletions(-)
24621
24622 commit a3263aa773ad7a914496792466c69047048b093c
24623 Author: Behdad Esfahbod <behdad@behdad.org>
24624 Date:   Thu Apr 22 18:29:09 2010 -0400
24625
24626     Convert the last set of cast macros to templates
24627
24628  src/hb-open-file-private.hh          |    4 +-
24629  src/hb-open-type-private.hh          |   53
24630  +++++++++++++++++++++------------
24631  src/hb-ot-layout-gpos-private.hh     |   16 +++++-----
24632  src/hb-ot-layout-gsub-private.hh     |   14 ++++----
24633  src/hb-ot-layout-gsubgpos-private.hh |   12 ++++----
24634  5 files changed, 57 insertions(+), 42 deletions(-)
24635
24636 commit c38188a1912f72d9ef90ae1bcbdbba7ecce63371
24637 Author: Behdad Esfahbod <behdad@behdad.org>
24638 Date:   Thu Apr 22 16:52:09 2010 -0400
24639
24640     Remove unused macro
24641
24642  src/hb-open-type-private.hh |    1 -
24643  1 files changed, 0 insertions(+), 1 deletions(-)
24644
24645 commit 3b2c2df41b90f2a1d9e33b3dc15a92cff58a689a
24646 Author: Behdad Esfahbod <behdad@behdad.org>
24647 Date:   Thu Apr 22 16:51:42 2010 -0400
24648
24649     Cleanup Extension sanitize()
24650
24651  src/hb-ot-layout-common-private.hh   |   20 +++-----------------
24652  src/hb-ot-layout-gpos-private.hh     |   20 +++++++++++++-------
24653  src/hb-ot-layout-gsub-private.hh     |   20 +++++++++++++-------
24654  src/hb-ot-layout-gsubgpos-private.hh |   13 ++++---------
24655  4 files changed, 33 insertions(+), 40 deletions(-)
24656
24657 commit 1856184b93760a1a54fb1a3c54281bb252df7ce6
24658 Author: Behdad Esfahbod <behdad@behdad.org>
24659 Date:   Thu Apr 22 14:15:11 2010 -0400
24660
24661     Fail sanitize on major version mismatch
24662
24663     We handle major-version differences via get_for_data(), so sanitize
24664     should never see a major version mismatch.
24665
24666  src/hb-open-file-private.hh          |    4 ++--
24667  src/hb-ot-layout-gdef-private.hh     |    2 +-
24668  src/hb-ot-layout-gsubgpos-private.hh |    2 +-
24669  3 files changed, 4 insertions(+), 4 deletions(-)
24670
24671 commit df3f505dcfeefc8cd395900b116767d22549f756
24672 Author: Behdad Esfahbod <behdad@behdad.org>
24673 Date:   Thu Apr 22 14:11:33 2010 -0400
24674
24675     More sanitize cleanup
24676
24677  src/hb-open-file-private.hh |   24 ++----------------------
24678  src/main.cc                 |    4 ++--
24679  2 files changed, 4 insertions(+), 24 deletions(-)
24680
24681 commit 278a91f0cd802ac817c2603429bae1fa4a350ea0
24682 Author: Behdad Esfahbod <behdad@behdad.org>
24683 Date:   Thu Apr 22 13:59:39 2010 -0400
24684
24685     Minor cleanup of sanitize
24686
24687     Done with an audit of all sanitize()
24688
24689  src/hb-ot-layout-gpos-private.hh |   18 +++++++++---------
24690  1 files changed, 9 insertions(+), 9 deletions(-)
24691
24692 commit 9ac7dc73bc24b6dafb94df5de9cbf8fa0c82d5bc
24693 Author: Behdad Esfahbod <behdad@behdad.org>
24694 Date:   Thu Apr 22 13:50:22 2010 -0400
24695
24696     Check for (impossible) overflow
24697
24698  src/hb-ot-layout-gpos-private.hh |    1 +
24699  1 files changed, 1 insertions(+), 0 deletions(-)
24700
24701 commit 9fc8684fd85ef6ec82b3b54323761bbdd4c3d891
24702 Author: Behdad Esfahbod <behdad@behdad.org>
24703 Date:   Thu Apr 22 13:37:58 2010 -0400
24704
24705     Cleanup ContextFormat3 sanitize
24706
24707  src/hb-ot-layout-gsubgpos-private.hh |    5 +++--
24708  1 files changed, 3 insertions(+), 2 deletions(-)
24709
24710 commit e77302c61f1f1620d1f438a997575fa6ee5c172e
24711 Author: Behdad Esfahbod <behdad@behdad.org>
24712 Date:   Thu Apr 22 13:34:00 2010 -0400
24713
24714     Add comment
24715
24716  src/hb-ot-layout-common-private.hh |    4 +++-
24717  1 files changed, 3 insertions(+), 1 deletions(-)
24718
24719 commit 7c469c3ca4ed4e45c50eff70df59b1a4780bae5b
24720 Author: Behdad Esfahbod <behdad@behdad.org>
24721 Date:   Thu Apr 22 13:26:21 2010 -0400
24722
24723     Minor
24724
24725  src/hb-ot-layout-common-private.hh |    2 +-
24726  1 files changed, 1 insertions(+), 1 deletions(-)
24727
24728 commit dc228048a813e43356373505168d3822deea5d72
24729 Author: Behdad Esfahbod <behdad@behdad.org>
24730 Date:   Thu Apr 22 13:22:41 2010 -0400
24731
24732     Remove integrity check in Tag sanitize
24733
24734     Serves no useful purpose.
24735
24736  src/hb-open-type-private.hh        |    9 ---------
24737  src/hb-ot-layout-common-private.hh |    2 +-
24738  2 files changed, 1 insertions(+), 10 deletions(-)
24739
24740 commit 8015a8c762dc7be36998d529b7a3af59e3d14d87
24741 Author: Behdad Esfahbod <behdad@behdad.org>
24742 Date:   Thu Apr 22 11:06:30 2010 -0400
24743
24744     Don't sanitize raw table data
24745
24746     That part is performed by individual table sanitize.
24747
24748  src/hb-open-file-private.hh |   15 +++++++++------
24749  1 files changed, 9 insertions(+), 6 deletions(-)
24750
24751 commit c293581e962b7982622e7d607fa3909b40da718e
24752 Author: Behdad Esfahbod <behdad@behdad.org>
24753 Date:   Thu Apr 22 11:15:46 2010 -0400
24754
24755     Add coment
24756
24757  src/hb-open-type-private.hh |    1 +
24758  1 files changed, 1 insertions(+), 0 deletions(-)
24759
24760 commit 1faa76c6e848c6b0e360d9ddcf567533b87f8f31
24761 Author: Behdad Esfahbod <behdad@behdad.org>
24762 Date:   Thu Apr 22 10:54:26 2010 -0400
24763
24764     Remove unnecessary casts
24765
24766  src/hb-open-type-private.hh |    8 ++++----
24767  1 files changed, 4 insertions(+), 4 deletions(-)
24768
24769 commit 079dc40112d3908ff7b7028ea3019bfe82bf606d
24770 Author: Behdad Esfahbod <behdad@behdad.org>
24771 Date:   Thu Apr 22 10:47:12 2010 -0400
24772
24773     Avoid overflow in TableDirectory sanitize
24774
24775  src/hb-open-file-private.hh |    2 +-
24776  1 files changed, 1 insertions(+), 1 deletions(-)
24777
24778 commit fb5904ec935d925a423401bc975ffaa22022ce1b
24779 Author: Behdad Esfahbod <behdad@behdad.org>
24780 Date:   Thu Apr 22 10:43:30 2010 -0400
24781
24782     Make casts more explicit
24783
24784  src/hb-ot-layout-gpos-private.hh |    4 ++--
24785  src/hb-ot-layout-gsub-private.hh |    4 ++--
24786  2 files changed, 4 insertions(+), 4 deletions(-)
24787
24788 commit 565c80bd2960366ace2d10dd71beaaf2a80213c8
24789 Author: Behdad Esfahbod <behdad@behdad.org>
24790 Date:   Thu Apr 22 10:26:35 2010 -0400
24791
24792     Make sure semicolon is expected after DEFINE_NULL_DATA()
24793
24794  src/hb-open-type-private.hh |    5 +++--
24795  1 files changed, 3 insertions(+), 2 deletions(-)
24796
24797 commit bb1e16335e537231246f44740f73cc23c0707364
24798 Author: Behdad Esfahbod <behdad@behdad.org>
24799 Date:   Thu Apr 22 01:01:35 2010 -0400
24800
24801     Improve Subst/Pos SubTable access and sanitize
24802
24803  src/hb-ot-layout-gpos-private.hh |    4 ++--
24804  src/hb-ot-layout-gsub-private.hh |    4 ++--
24805  2 files changed, 4 insertions(+), 4 deletions(-)
24806
24807 commit 81f2af40f9afd5bb9695018e6baddcd4aa3361c1
24808 Author: Behdad Esfahbod <behdad@behdad.org>
24809 Date:   Thu Apr 22 00:58:49 2010 -0400
24810
24811     Simplify Extension offset now that our int types have no alignment
24812
24813  src/hb-ot-layout-gsubgpos-private.hh |    9 +++------
24814  1 files changed, 3 insertions(+), 6 deletions(-)
24815
24816 commit 19828ad42d8117563412aae3c70887aa117805a9
24817 Author: Behdad Esfahbod <behdad@behdad.org>
24818 Date:   Thu Apr 22 00:49:16 2010 -0400
24819
24820     Sanitize shallow in Lookup since the generic SubLookup has no methods
24821
24822  src/hb-ot-layout-common-private.hh |    2 +-
24823  1 files changed, 1 insertions(+), 1 deletions(-)
24824
24825 commit e5546a4352c54311ac4a9ef138b187378155ebe1
24826 Author: Behdad Esfahbod <behdad@behdad.org>
24827 Date:   Thu Apr 22 00:45:42 2010 -0400
24828
24829     Watch for overflow in Array sanitize
24830
24831  src/hb-open-type-private.hh        |   21 +++++++++++++++------
24832  src/hb-ot-layout-common-private.hh |    2 +-
24833  2 files changed, 16 insertions(+), 7 deletions(-)
24834
24835 commit 4f5f1c34dda1e0629bfa6d7b0ffa2e1ce003b7c7
24836 Author: Behdad Esfahbod <behdad@behdad.org>
24837 Date:   Thu Apr 22 00:27:39 2010 -0400
24838
24839     Rename const_sub_array to sub_array since all consts are implicit now
24840
24841  src/hb-open-type-private.hh        |    2 +-
24842  src/hb-ot-layout-common-private.hh |    4 ++--
24843  src/hb-ot-layout-gdef-private.hh   |    4 ++--
24844  3 files changed, 5 insertions(+), 5 deletions(-)
24845
24846 commit 0795b784dd1009976c185482a376df250167e73b
24847 Author: Behdad Esfahbod <behdad@behdad.org>
24848 Date:   Thu Apr 22 00:23:14 2010 -0400
24849
24850     Cosmetic
24851
24852  src/hb-ot-layout-common-private.hh |    6 +++---
24853  1 files changed, 3 insertions(+), 3 deletions(-)
24854
24855 commit 2d98d3bbaa0ddadcb08b5a8f437b18c211c50768
24856 Author: Behdad Esfahbod <behdad@behdad.org>
24857 Date:   Thu Apr 22 00:19:30 2010 -0400
24858
24859     Simplify Lookup sanitize
24860
24861  src/hb-ot-layout-common-private.hh |    2 +-
24862  1 files changed, 1 insertions(+), 1 deletions(-)
24863
24864 commit c755cb3e3ac55156d0d2ec05adea7a650b97cc41
24865 Author: Behdad Esfahbod <behdad@behdad.org>
24866 Date:   Thu Apr 22 00:11:43 2010 -0400
24867
24868     Change header comment
24869
24870  README                               |    2 +-
24871  src/hb-blob.c                        |    2 +-
24872  src/hb-blob.h                        |    2 +-
24873  src/hb-buffer-private.h              |    2 +-
24874  src/hb-buffer.c                      |    2 +-
24875  src/hb-buffer.h                      |    2 +-
24876  src/hb-common.h                      |    2 +-
24877  src/hb-font-private.h                |    2 +-
24878  src/hb-font.cc                       |    2 +-
24879  src/hb-font.h                        |    2 +-
24880  src/hb-ft.c                          |    2 +-
24881  src/hb-ft.h                          |    2 +-
24882  src/hb-glib.c                        |    2 +-
24883  src/hb-glib.h                        |    2 +-
24884  src/hb-icu.c                         |    2 +-
24885  src/hb-icu.h                         |    2 +-
24886  src/hb-language.c                    |    2 +-
24887  src/hb-language.h                    |    2 +-
24888  src/hb-object-private.h              |    2 +-
24889  src/hb-open-file-private.hh          |    2 +-
24890  src/hb-open-type-private.hh          |    2 +-
24891  src/hb-ot-layout-common-private.hh   |    2 +-
24892  src/hb-ot-layout-gdef-private.hh     |    2 +-
24893  src/hb-ot-layout-gpos-private.hh     |    2 +-
24894  src/hb-ot-layout-gsub-private.hh     |    2 +-
24895  src/hb-ot-layout-gsubgpos-private.hh |    2 +-
24896  src/hb-ot-layout-private.h           |    2 +-
24897  src/hb-ot-layout.cc                  |    2 +-
24898  src/hb-ot-layout.h                   |    2 +-
24899  src/hb-ot-shape-private.h            |    2 +-
24900  src/hb-ot-shape.c                    |    2 +-
24901  src/hb-ot-tag.c                      |    2 +-
24902  src/hb-ot-tag.h                      |    2 +-
24903  src/hb-ot.h                          |    2 +-
24904  src/hb-private.h                     |    2 +-
24905  src/hb-shape.c                       |    2 +-
24906  src/hb-shape.h                       |    2 +-
24907  src/hb-unicode-private.h             |    2 +-
24908  src/hb-unicode.c                     |    2 +-
24909  src/hb-unicode.h                     |    2 +-
24910  src/hb.h                             |    2 +-
24911  src/main.cc                          |    2 +-
24912  42 files changed, 42 insertions(+), 42 deletions(-)
24913
24914 commit 243d20e011e251462a07947275e0e98cc19c7e9b
24915 Author: Behdad Esfahbod <behdad@behdad.org>
24916 Date:   Wed Apr 21 23:57:01 2010 -0400
24917
24918     More cast simplification
24919
24920  src/hb-open-type-private.hh |    6 +++---
24921  1 files changed, 3 insertions(+), 3 deletions(-)
24922
24923 commit 0dfcc13a4668cdd2c2ebdd5f4a7540a51222cf2f
24924 Author: Behdad Esfahbod <behdad@behdad.org>
24925 Date:   Wed Apr 21 23:41:26 2010 -0400
24926
24927     Rename ConstCharP to CharP (overloaded now)
24928
24929  src/hb-open-file-private.hh          |   10 +++++-----
24930  src/hb-open-type-private.hh          |   24 ++++++++++++------------
24931  src/hb-ot-layout-gpos-private.hh     |   12 ++++++------
24932  src/hb-ot-layout-gsub-private.hh     |    4 ++--
24933  src/hb-ot-layout-gsubgpos-private.hh |   14 +++++++-------
24934  5 files changed, 32 insertions(+), 32 deletions(-)
24935
24936 commit 62c0fd75737a69721dbf29e773405a4c529f8b6d
24937 Author: Behdad Esfahbod <behdad@behdad.org>
24938 Date:   Wed Apr 21 23:30:48 2010 -0400
24939
24940     Cleanup de-const-casting during sanitize
24941
24942  src/hb-open-file-private.hh        |    2 +-
24943  src/hb-open-type-private.hh        |   29 ++++++++++++++---------------
24944  src/hb-ot-layout-common-private.hh |    4 ++--
24945  src/hb-ot-layout-gpos-private.hh   |   12 ++++++------
24946  4 files changed, 23 insertions(+), 24 deletions(-)
24947
24948 commit dd155870567cfb9647b2e71593ace8b2705d7cff
24949 Author: Behdad Esfahbod <behdad@behdad.org>
24950 Date:   Wed Apr 21 23:13:33 2010 -0400
24951
24952     Add more comments
24953
24954  src/hb-open-type-private.hh |    1 +
24955  1 files changed, 1 insertions(+), 0 deletions(-)
24956
24957 commit c85c3620675f38ffdca59134aeec2641485f40ca
24958 Author: Behdad Esfahbod <behdad@behdad.org>
24959 Date:   Wed Apr 21 23:12:54 2010 -0400
24960
24961     Add comment
24962
24963  src/hb-open-type-private.hh |    1 +
24964  1 files changed, 1 insertions(+), 0 deletions(-)
24965
24966 commit 2467c669c2aee4de2a6621a9d06cba0262376d41
24967 Author: Behdad Esfahbod <behdad@behdad.org>
24968 Date:   Wed Apr 21 23:11:45 2010 -0400
24969
24970     Add comment
24971
24972  src/hb-open-type-private.hh |    1 +
24973  1 files changed, 1 insertions(+), 0 deletions(-)
24974
24975 commit 29c3f5e1b6212c775a7b911becd44ba093b7b0eb
24976 Author: Behdad Esfahbod <behdad@behdad.org>
24977 Date:   Wed Apr 21 23:01:00 2010 -0400
24978
24979     Improve comment
24980
24981  src/hb-open-type-private.hh |    2 +-
24982  1 files changed, 1 insertions(+), 1 deletions(-)
24983
24984 commit 01c01618e98283611628cd54d5ba4bf122f24cd9
24985 Author: Behdad Esfahbod <behdad@behdad.org>
24986 Date:   Wed Apr 21 22:49:56 2010 -0400
24987
24988     Further simplify IntType struct defs
24989
24990  src/hb-open-type-private.hh |   21 ++++++++++++---------
24991  1 files changed, 12 insertions(+), 9 deletions(-)
24992
24993 commit 2cb08458f674301cde9d962c13911035a251f7c5
24994 Author: Behdad Esfahbod <behdad@behdad.org>
24995 Date:   Wed Apr 21 22:37:31 2010 -0400
24996
24997     Rename const_array() to array() (overloaded)
24998
24999  src/hb-open-type-private.hh          |   12 ++++++------
25000  src/hb-ot-layout-common-private.hh   |    4 ++--
25001  src/hb-ot-layout-gsub-private.hh     |    6 +++---
25002  src/hb-ot-layout-gsubgpos-private.hh |   16 ++++++++--------
25003  4 files changed, 19 insertions(+), 19 deletions(-)
25004
25005 commit 2e2f43edf2f49f4047e28b1ce2ea95938536de9c
25006 Author: Behdad Esfahbod <behdad@behdad.org>
25007 Date:   Wed Apr 21 22:30:36 2010 -0400
25008
25009     Remove ArrayAfter, use StructAfter in place
25010
25011  src/hb-open-type-private.hh |   21 ++++++---------------
25012  1 files changed, 6 insertions(+), 15 deletions(-)
25013
25014 commit e961c86c579fd98ee604342a9c70c4e7f8d4f220
25015 Author: Behdad Esfahbod <behdad@behdad.org>
25016 Date:   Wed Apr 21 15:56:11 2010 -0400
25017
25018     Convert NEXT() and ARRAY_AFTER() macros to templates
25019
25020  src/hb-open-type-private.hh          |   40
25021  ++++++++++++++++++++++++---------
25022  src/hb-ot-layout-common-private.hh   |    4 +-
25023  src/hb-ot-layout-gsub-private.hh     |    8 +++---
25024  src/hb-ot-layout-gsubgpos-private.hh |   24 ++++++++++----------
25025  4 files changed, 47 insertions(+), 29 deletions(-)
25026
25027 commit 198facdc55756cb48cdfb8ba7fa50916fac54ec3
25028 Author: Behdad Esfahbod <behdad@behdad.org>
25029 Date:   Wed Apr 21 13:35:36 2010 -0400
25030
25031     Use templates for const char * casts
25032
25033  src/hb-open-file-private.hh          |   12 ++++----
25034  src/hb-open-type-private.hh          |   48
25035  +++++++++++++++++-----------------
25036  src/hb-ot-layout-common-private.hh   |    2 +-
25037  src/hb-ot-layout-gpos-private.hh     |   32 +++++++++++-----------
25038  src/hb-ot-layout-gsub-private.hh     |    4 +-
25039  src/hb-ot-layout-gsubgpos-private.hh |   14 +++++-----
25040  6 files changed, 56 insertions(+), 56 deletions(-)
25041
25042 commit 1922ffe7013c46014803a9f18c42e193a25b1968
25043 Author: Behdad Esfahbod <behdad@behdad.org>
25044 Date:   Wed Apr 21 04:19:51 2010 -0400
25045
25046     Const correctness
25047
25048  src/hb-ot-layout-gsub-private.hh     |    4 ++--
25049  src/hb-ot-layout-gsubgpos-private.hh |   30
25050  +++++++++++++++---------------
25051  2 files changed, 17 insertions(+), 17 deletions(-)
25052
25053 commit e032ed9f75d4a0f365649a25706871bbb5ae6651
25054 Author: Behdad Esfahbod <behdad@behdad.org>
25055 Date:   Wed Apr 21 03:11:46 2010 -0400
25056
25057     Use templates for defining int typess
25058
25059  src/hb-open-type-private.hh |   66
25060  ++++++++++++++++++++++++++++--------------
25061  src/hb-private.h            |   10 +-----
25062  2 files changed, 46 insertions(+), 30 deletions(-)
25063
25064 commit 2c9fd2adce5a6a9dcd62c874bd64613ea68d8d9b
25065 Author: Behdad Esfahbod <behdad@behdad.org>
25066 Date:   Wed Apr 21 02:15:39 2010 -0400
25067
25068     Remove unused macro
25069
25070  src/hb-open-type-private.hh |   15 ---------------
25071  1 files changed, 0 insertions(+), 15 deletions(-)
25072
25073 commit 7a52f281178867379adb6e6c6fb0022102f75d17
25074 Author: Behdad Esfahbod <behdad@behdad.org>
25075 Date:   Wed Apr 21 02:14:44 2010 -0400
25076
25077     Rename macros
25078
25079  src/hb-open-type-private.hh |    6 +++---
25080  src/hb-private.h            |   30 +++++++++++++++---------------
25081  2 files changed, 18 insertions(+), 18 deletions(-)
25082
25083 commit ffff7dc44cb2a35a60f92831165e9d3c3a61ce19
25084 Author: Behdad Esfahbod <behdad@behdad.org>
25085 Date:   Wed Apr 21 02:13:55 2010 -0400
25086
25087     Minor
25088
25089  src/hb-private.h |   12 ++++++------
25090  1 files changed, 6 insertions(+), 6 deletions(-)
25091
25092 commit f60f2166c48d07f556ff83f04e95181946eb03df
25093 Author: Behdad Esfahbod <behdad@behdad.org>
25094 Date:   Wed Apr 21 02:12:45 2010 -0400
25095
25096     Move macros around
25097
25098  src/hb-private.h |  122
25099  +++++++++++++++++++++++++++--------------------------
25100  1 files changed, 62 insertions(+), 60 deletions(-)
25101
25102 commit 649a4344ca363da3d44cdd908350449ec40ed0f9
25103 Author: Behdad Esfahbod <behdad@behdad.org>
25104 Date:   Wed Apr 21 02:11:59 2010 -0400
25105
25106     Remove unused macros
25107
25108  src/hb-private.h |    7 -------
25109  1 files changed, 0 insertions(+), 7 deletions(-)
25110
25111 commit eba8b4f644701cc6b78b0fcb4e932dce15561598
25112 Author: Behdad Esfahbod <behdad@behdad.org>
25113 Date:   Mon Mar 29 00:04:12 2010 -0400
25114
25115     GNOME Bug 613015 - [HB] Does not sanitize Device tables referenced
25116     from ValueRecords
25117
25118  src/hb-ot-layout-gpos-private.hh |   47
25119  +++++++++++++++++++++++++++++---------
25120  1 files changed, 36 insertions(+), 11 deletions(-)
25121
25122 commit 673a4efcbc72a62105a24d9b0b54047417160f7d
25123 Author: Behdad Esfahbod <behdad@behdad.org>
25124 Date:   Wed Apr 21 02:02:57 2010 -0400
25125
25126     WIP
25127
25128  src/hb-ot-layout-gpos-private.hh |  102
25129  ++++++++++++++++++++++++++++++--------
25130  1 files changed, 81 insertions(+), 21 deletions(-)
25131
25132 commit 40d73bc68dd828cf68f90fde0f9499a6ce9fbb19
25133 Author: Behdad Esfahbod <behdad@behdad.org>
25134 Date:   Wed Apr 21 00:49:40 2010 -0400
25135
25136     Improve comments
25137
25138  src/hb-open-type-private.hh |   22 ++++++++++++++--------
25139  1 files changed, 14 insertions(+), 8 deletions(-)
25140
25141 commit 394bad41a76f90e441e327cef76efb99997e9ae0
25142 Author: Behdad Esfahbod <behdad@behdad.org>
25143 Date:   Wed Apr 21 00:40:50 2010 -0400
25144
25145     Remove stale TODO item
25146
25147  src/hb-open-type-private.hh |    1 -
25148  1 files changed, 0 insertions(+), 1 deletions(-)
25149
25150 commit 9d3677899f90abdc7fb3e3d854db654a8707a84b
25151 Author: Behdad Esfahbod <behdad@behdad.org>
25152 Date:   Wed Apr 21 00:32:47 2010 -0400
25153
25154     Use a function template instead of struct template for Null
25155
25156  src/hb-open-type-private.hh |   24 ++++++++++--------------
25157  1 files changed, 10 insertions(+), 14 deletions(-)
25158
25159 commit ffd321afd91429c5de7ab03d71ef1030044f53cb
25160 Author: Behdad Esfahbod <behdad@behdad.org>
25161 Date:   Wed Apr 21 00:14:12 2010 -0400
25162
25163     Simplify Tag struct
25164
25165  src/hb-open-file-private.hh        |    3 ++-
25166  src/hb-open-type-private.hh        |    6 +-----
25167  src/hb-ot-layout-common-private.hh |    3 ++-
25168  3 files changed, 5 insertions(+), 7 deletions(-)
25169
25170 commit 00e23fcc6fd0eee5c582251bf3de6a2703fbbd3e
25171 Author: Behdad Esfahbod <behdad@behdad.org>
25172 Date:   Tue Apr 20 23:50:45 2010 -0400
25173
25174     Cosmetic
25175
25176  src/hb-open-type-private.hh        |    8 ++++----
25177  src/hb-ot-layout-common-private.hh |    6 +++---
25178  2 files changed, 7 insertions(+), 7 deletions(-)
25179
25180 commit a87072db5d41e25b2e31191545298bca4838c65c
25181 Author: Behdad Esfahbod <behdad@behdad.org>
25182 Date:   Tue Apr 20 15:52:47 2010 -0400
25183
25184     Fix Class operator return type
25185
25186  src/hb-ot-layout-common-private.hh |    2 +-
25187  1 files changed, 1 insertions(+), 1 deletions(-)
25188
25189 commit f9b37727985191c9b4aedb0e9835736027e59260
25190 Author: Behdad Esfahbod <behdad@behdad.org>
25191 Date:   Tue Apr 20 15:51:53 2010 -0400
25192
25193     Add couple consts to operators
25194
25195  src/hb-open-type-private.hh |    6 +++---
25196  1 files changed, 3 insertions(+), 3 deletions(-)
25197
25198 commit 53d237ec6352d7c6fab3b2805b48154a25506beb
25199 Author: Behdad Esfahbod <behdad@behdad.org>
25200 Date:   Tue Apr 20 15:25:27 2010 -0400
25201
25202     Remove ASSERT_SIZE_DATA
25203
25204  src/hb-open-type-private.hh        |    4 ----
25205  src/hb-ot-layout-common-private.hh |    9 ++++++---
25206  2 files changed, 6 insertions(+), 7 deletions(-)
25207
25208 commit 06558d2a745b8f3af11a8d6dce956ae52187a7e5
25209 Author: Behdad Esfahbod <behdad@behdad.org>
25210 Date:   Mon Apr 19 02:34:10 2010 -0400
25211
25212     Round instead of trunc
25213
25214  src/hb-ot-layout-gpos-private.hh |   20 ++++++++++----------
25215  src/hb-private.h                 |    2 +-
25216  2 files changed, 11 insertions(+), 11 deletions(-)
25217
25218 commit 0e206de98621ed8a55824b42e9e6bf320f4c6cc8
25219 Author: Behdad Esfahbod <behdad@behdad.org>
25220 Date:   Mon Apr 19 02:29:04 2010 -0400
25221
25222     Fix warnings
25223
25224  src/hb-open-type-private.hh          |    2 +-
25225  src/hb-ot-layout-gdef-private.hh     |    2 +-
25226  src/hb-ot-layout-gpos-private.hh     |    4 ++--
25227  src/hb-ot-layout-gsubgpos-private.hh |    6 +++---
25228  4 files changed, 7 insertions(+), 7 deletions(-)
25229
25230 commit d5943407a4251cb947fbfc130c0facb2f6216bd6
25231 Author: Behdad Esfahbod <behdad@behdad.org>
25232 Date:   Mon Apr 19 02:27:56 2010 -0400
25233
25234     Fix debug build
25235
25236  src/hb-open-type-private.hh          |    2 +-
25237  src/hb-ot-layout-gsubgpos-private.hh |    2 +-
25238  2 files changed, 2 insertions(+), 2 deletions(-)
25239
25240 commit 12b27ed91de0192deee4e9feffcaf4aca4c78113
25241 Author: Behdad Esfahbod <behdad@behdad.org>
25242 Date:   Sat Mar 27 17:00:19 2010 -0400
25243
25244     Fix leak when duplicating blob
25245
25246  src/hb-blob.c |    6 ++++--
25247  1 files changed, 4 insertions(+), 2 deletions(-)
25248
25249 commit 4b8487d83e0c10076a6c573cb3487790ce366607
25250 Author: Behdad Esfahbod <behdad@behdad.org>
25251 Date:   Tue Mar 16 03:46:17 2010 -0400
25252
25253     Fix the mystery bug!
25254
25255     A couple bugs joined forces to exhibit the mystery behavior of
25256     crashes / infinite loops on OS X / wrong kerning / invalid memory
25257     access.  Pooh!
25258
25259     The bugs were involved:
25260
25261       - Wrong pointer math with ValueRecord in PairPosFormat1
25262
25263       - Fallout from avoiding flex arrays, code not correctly updated
25264         to remove sizeof() usage.
25265
25266     We strictly never use sizeof() directly now.  And the PairPos code
25267     is cleaned up.  Should fix them all.  Bugs are:
25268
25269       Bug 605655 - Pango 1.26.2 introduces kerning bug
25270       Bug 611229 - Pango reads from uninitialized memory
25271       Bug 593240 - (pangoosx) Crash / infinite loop with Mac OS X
25272
25273     We were also doing wrong math converting Device adjustments to
25274     hb_position_t.  Fallout from FreeType days.  Should shift 16, not
25275     6.  Fixed that too.
25276
25277     There's still another bug: we don't sanitize Device records
25278     referenced from value records.  Fixing that also.
25279
25280  src/hb-open-file-private.hh          |    4 ++-
25281  src/hb-open-type-private.hh          |   11 +++++----
25282  src/hb-ot-layout-common-private.hh   |   10 +++++++-
25283  src/hb-ot-layout-gpos-private.hh     |   37
25284  +++++++++++++++++++--------------
25285  src/hb-ot-layout-gsubgpos-private.hh |   15 +++++++------
25286  5 files changed, 46 insertions(+), 31 deletions(-)
25287
25288 commit 9b39755d104603d1163738f77637cc1923d4055b
25289 Author: Behdad Esfahbod <behdad@behdad.org>
25290 Date:   Thu Apr 15 14:00:25 2010 -0400
25291
25292     Typo
25293
25294  src/hb-open-type-private.hh |    4 ++--
25295  1 files changed, 2 insertions(+), 2 deletions(-)
25296
25297 commit f85ec1c7da36d2c2c9b1c94a988563697dcc79c9
25298 Author: Behdad Esfahbod <behdad@behdad.org>
25299 Date:   Wed Mar 10 04:14:40 2010 -0500
25300
25301     Cosmetic
25302
25303  src/hb-open-type-private.hh |    2 +-
25304  1 files changed, 1 insertions(+), 1 deletions(-)
25305
25306 commit e48ed72230a83499dabbd02af2ac63340220a353
25307 Author: Behdad Esfahbod <behdad@behdad.org>
25308 Date:   Mon Mar 1 22:33:45 2010 -0500
25309
25310     [ft] Check stream->read instead of stream->base
25311
25312     The former is more robust.  See discussion on freetype-devel.
25313
25314  src/hb-ft.c |    5 +++--
25315  1 files changed, 3 insertions(+), 2 deletions(-)
25316
25317 commit 917c227500305aee543981ad24a39f868c5ca0b7
25318 Author: Behdad Esfahbod <behdad@behdad.org>
25319 Date:   Tue Feb 23 16:47:51 2010 -0500
25320
25321     Make blob unlocking 64bit-safe
25322
25323     GNOME Bug 604128 - Applications crash when displaying Hebrew
25324     characters
25325
25326  src/hb-blob.c |   14 +++++++-------
25327  1 files changed, 7 insertions(+), 7 deletions(-)
25328
25329 commit ecd2e996d2137fef30011a41dd57ea45f9a796de
25330 Author: Behdad Esfahbod <behdad@behdad.org>
25331 Date:   Tue Feb 23 02:42:00 2010 -0500
25332
25333     Improve the alignment for NullPool
25334
25335  src/hb-open-type-private.hh |    2 +-
25336  1 files changed, 1 insertions(+), 1 deletions(-)
25337
25338 commit bc7830e4259755ce7549025c6f5bf750e78c2ff1
25339 Author: Behdad Esfahbod <behdad@behdad.org>
25340 Date:   Wed Feb 17 15:14:57 2010 -0500
25341
25342     Use __attribute__((unused)) only with gcc 4 and later
25343
25344     See discussion at:
25345     https://bugzilla.gnome.org/show_bug.cgi?id=610183
25346
25347  src/hb-private.h |    7 +++++--
25348  1 files changed, 5 insertions(+), 2 deletions(-)
25349
25350 commit 555d11273ee4c30e84eda3a78ffadb3ee7da65d0
25351 Author: Behdad Esfahbod <behdad@behdad.org>
25352 Date:   Tue Jan 26 12:58:59 2010 -0500
25353
25354     [GDEF] Fix bug in building synthetic GDEF
25355
25356  src/hb-ot-layout.cc |    5 +++--
25357  src/hb-ot-layout.h  |    1 -
25358  2 files changed, 3 insertions(+), 3 deletions(-)
25359
25360 commit 70834d89c30a56fcd78825fbc28fc9c6bec31124
25361 Author: Behdad Esfahbod <behdad@behdad.org>
25362 Date:   Tue Jan 26 12:17:37 2010 -0500
25363
25364     [TODO] Add kern/GPOS interaction
25365
25366  TODO |    3 +++
25367  1 files changed, 3 insertions(+), 0 deletions(-)
25368
25369 commit cd11a98fa1426e9dbc4b61e702913b23a4794ae2
25370 Author: Behdad Esfahbod <behdad@behdad.org>
25371 Date:   Sun Dec 20 23:05:02 2009 +0100
25372
25373     Fix compile with older FreeType
25374
25375  configure.ac |    7 +++++++
25376  src/hb-ft.c  |    2 ++
25377  2 files changed, 9 insertions(+), 0 deletions(-)
25378
25379 commit 7f7448a354c43650348b4e91b4e40ecf18718d66
25380 Author: Behdad Esfahbod <behdad@behdad.org>
25381 Date:   Sun Dec 20 21:42:14 2009 +0100
25382
25383     Indent
25384
25385  src/hb-ot-layout-gpos-private.hh |    4 ++--
25386  1 files changed, 2 insertions(+), 2 deletions(-)
25387
25388 commit e70f45eb522bcb41388cc218b79bbd6aaecf8050
25389 Author: Behdad Esfahbod <behdad@behdad.org>
25390 Date:   Sun Dec 20 21:26:24 2009 +0100
25391
25392     Revert "Fallback to 'kern' if no GPOS applied"
25393
25394     This reverts commit d740c8f78bcbe80a8bcd8a9468830a406da37cc0.
25395
25396     The change is wrong.  If there is a GPOS table, we should not use
25397     'kern'.
25398
25399  src/hb-ot-shape.c |    4 ++--
25400  1 files changed, 2 insertions(+), 2 deletions(-)
25401
25402 commit d740c8f78bcbe80a8bcd8a9468830a406da37cc0
25403 Author: Behdad Esfahbod <behdad@behdad.org>
25404 Date:   Sun Dec 20 21:23:56 2009 +0100
25405
25406     Fallback to 'kern' if no GPOS applied
25407
25408  src/hb-ot-shape.c |    4 ++--
25409  1 files changed, 2 insertions(+), 2 deletions(-)
25410
25411 commit 2f78c17197892b2bdc2f64caeb1c1c806ef44545
25412 Author: Behdad Esfahbod <behdad@behdad.org>
25413 Date:   Sun Dec 20 21:03:11 2009 +0100
25414
25415     Remove glibism!
25416
25417  src/hb-ot-shape-private.h |    4 ++--
25418  src/hb-ot-shape.c         |    4 ++--
25419  src/hb-shape.c            |    4 ++--
25420  3 files changed, 6 insertions(+), 6 deletions(-)
25421
25422 commit 907e67da13b5ed719362702138703fe2f90e790d
25423 Author: Behdad Esfahbod <behdad@behdad.org>
25424 Date:   Sun Dec 20 20:59:51 2009 +0100
25425
25426     Oops, add file.
25427
25428  src/hb-ot-shape-private.h |   53
25429  +++++++++++++++++++++++++++++++++++++++++++++
25430  1 files changed, 53 insertions(+), 0 deletions(-)
25431
25432 commit 2014b8d110231b13e524008282ece7451f1ae9e7
25433 Author: Behdad Esfahbod <behdad@behdad.org>
25434 Date:   Sun Dec 20 20:58:26 2009 +0100
25435
25436     Hook OpenType shaping up
25437
25438     Default features only for now.
25439
25440  src/Makefile.am     |    2 +
25441  src/hb-ot-layout.cc |   28 +++++++++
25442  src/hb-ot-layout.h  |    7 ++
25443  src/hb-ot-shape.c   |  165
25444  +++++++++++++++++++++++++++++++++++++++++++++++++++
25445  src/hb-shape.c      |    8 +-
25446  5 files changed, 206 insertions(+), 4 deletions(-)
25447
25448 commit 196610ba4c7071c2b802d0fc921a63cbc0753114
25449 Author: Behdad Esfahbod <behdad@behdad.org>
25450 Date:   Sun Dec 20 19:01:14 2009 +0100
25451
25452     Pass features down
25453
25454  src/hb-shape.c |   49 +++++++++++++++++++++++++++++++++----------------
25455  1 files changed, 33 insertions(+), 16 deletions(-)
25456
25457 commit 51f141a7f38a73f671b23f58cadf97a72c43b625
25458 Author: Behdad Esfahbod <behdad@behdad.org>
25459 Date:   Sun Dec 20 18:22:28 2009 +0100
25460
25461     Avoid overflow
25462
25463  src/hb-shape.c |    2 ++
25464  1 files changed, 2 insertions(+), 0 deletions(-)
25465
25466 commit 26d7a75752631b2596a5bcb7e645b34cc3d139ab
25467 Author: Behdad Esfahbod <behdad@behdad.org>
25468 Date:   Sun Dec 20 17:58:25 2009 +0100
25469
25470     Refactor hb_shape a bit
25471
25472  src/hb-shape.c |   87
25473  +++++++++++++++++++++++++++++++++++++++++++++++--------
25474  1 files changed, 74 insertions(+), 13 deletions(-)
25475
25476 commit 001fc2d2aa22f14302739fe4ca45f7535855e0fb
25477 Author: Behdad Esfahbod <behdad@behdad.org>
25478 Date:   Sun Dec 20 17:24:05 2009 +0100
25479
25480     Add TrueType kern support
25481
25482  src/hb-shape.c |   74
25483  ++++++++++++++++++++++++++++++++++++-------------------
25484  1 files changed, 48 insertions(+), 26 deletions(-)
25485
25486 commit 2c1b85cf66e5ecb7521b6018b76f0e161fb68967
25487 Author: Behdad Esfahbod <behdad@behdad.org>
25488 Date:   Sun Dec 20 16:29:17 2009 +0100
25489
25490     Direct unicode->get_mirroring directly
25491
25492  src/hb-shape.c |    4 ++--
25493  1 files changed, 2 insertions(+), 2 deletions(-)
25494
25495 commit 6a2ef5aa5459def232708af30ef8a484906b868b
25496 Author: Behdad Esfahbod <behdad@behdad.org>
25497 Date:   Sun Dec 20 16:28:01 2009 +0100
25498
25499     Do mirroring
25500
25501  src/hb-shape.c |   18 +++++++++++++++++-
25502  1 files changed, 17 insertions(+), 1 deletions(-)
25503
25504 commit 0465e69832393cc1ed36508ec5d597fbab64877a
25505 Author: Behdad Esfahbod <behdad@behdad.org>
25506 Date:   Sun Dec 20 16:25:18 2009 +0100
25507
25508     Protect against NULL funcs
25509
25510  src/hb-buffer.c |    3 +++
25511  src/hb-font.cc  |    3 +++
25512  2 files changed, 6 insertions(+), 0 deletions(-)
25513
25514 commit 5ceefa1d8dbd310570ea8d1c47107fe8d3dc96d9
25515 Author: Behdad Esfahbod <behdad@behdad.org>
25516 Date:   Sun Dec 20 15:29:16 2009 +0100
25517
25518     Add hb_unicode_get_*() functions
25519
25520  src/hb-unicode.c |   37 +++++++++++++++++++++++++++++++++++++
25521  src/hb-unicode.h |   21 +++++++++++++++++++++
25522  2 files changed, 58 insertions(+), 0 deletions(-)
25523
25524 commit b8a53e44ce05911ce98b7cff34dee165e19d87ba
25525 Author: Behdad Esfahbod <behdad@behdad.org>
25526 Date:   Sun Dec 20 14:56:25 2009 +0100
25527
25528     We'll have to link to libstdc++ if linking to ICU, so disable test
25529     for now
25530
25531     We have to get rid of the ICU in main lib.  Still thinking about
25532     best way
25533     to do it.
25534
25535  src/Makefile.am |    9 ++++++---
25536  1 files changed, 6 insertions(+), 3 deletions(-)
25537
25538 commit 314905d7548d5be58354546d660754b807b6efb2
25539 Author: Behdad Esfahbod <behdad@behdad.org>
25540 Date:   Sun Dec 20 14:50:42 2009 +0100
25541
25542     Explicitly track whether the buffer has positions
25543
25544  src/hb-buffer-private.h |    3 ++-
25545  src/hb-buffer.c         |   27 ++++++++++++++-------------
25546  2 files changed, 16 insertions(+), 14 deletions(-)
25547
25548 commit 314b460d8a02ed4b2789ff527cf6c9bc19769114
25549 Author: Behdad Esfahbod <behdad@behdad.org>
25550 Date:   Sun Dec 20 13:58:50 2009 +0100
25551
25552     Add HB_DIRECTION_IS_FORWARD/BACKWARD
25553
25554  src/hb-common.h |    2 ++
25555  src/hb-shape.c  |    3 +--
25556  2 files changed, 3 insertions(+), 2 deletions(-)
25557
25558 commit bdd0ff5290bae4db65c3fdf95c5728031f13ca84
25559 Author: Behdad Esfahbod <behdad@behdad.org>
25560 Date:   Tue Dec 15 04:07:40 2009 -0500
25561
25562     Make main.cc compile without glib
25563
25564  src/main.cc |   18 ++++++++++++++++--
25565  1 files changed, 16 insertions(+), 2 deletions(-)
25566
25567 commit 8a7d16808200f4fa02d6d12a8b8492bdedeb2c24
25568 Author: Behdad Esfahbod <behdad@behdad.org>
25569 Date:   Tue Dec 15 03:53:45 2009 -0500
25570
25571     Distribute autogen.sh
25572
25573  Makefile.am |    3 +++
25574  1 files changed, 3 insertions(+), 0 deletions(-)
25575
25576 commit 807b8aa486753474e05e09f4fcca8ac94021b97c
25577 Author: Behdad Esfahbod <behdad@behdad.org>
25578 Date:   Thu Nov 19 20:28:03 2009 -0500
25579
25580     Another C++ strictness fix
25581
25582     Pango Bug 602408 - Invalid C++ code breaks compile with Sun C++
25583     Compiler
25584     (Error: A union member cannot have a user-defined assignment operator)
25585
25586     According to the bug:
25587
25588     C++ Programming Language by Bjarne Stroustrup: Chapter 10.4.12 forbids
25589     explicitly using of union members with constructors, destructors
25590     or assignment
25591     operations.
25592
25593     So we use a set() method instead of the assignment operator.  Ugly,
25594     but hey,
25595     that's life.
25596
25597  src/hb-open-type-private.hh        |    8 ++++----
25598  src/hb-ot-layout-common-private.hh |    2 +-
25599  2 files changed, 5 insertions(+), 5 deletions(-)
25600
25601 commit 8b9b866d3e495c186f0530fcf4e00ffcdc170d3f
25602 Author: Behdad Esfahbod <behdad@behdad.org>
25603 Date:   Thu Nov 19 20:27:57 2009 -0500
25604
25605     Fix warning
25606
25607  src/hb-ot-layout-gdef-private.hh |    2 +-
25608  1 files changed, 1 insertions(+), 1 deletions(-)
25609
25610 commit c65b26acf28bd1a5b346fd8f6f28bec1f7d17a2a
25611 Author: Behdad Esfahbod <behdad@behdad.org>
25612 Date:   Wed Nov 18 11:27:33 2009 -0500
25613
25614     Use autoconf FLEXIBLE_ARRAY_MEMBER when available
25615
25616  configure.ac                     |    2 ++
25617  src/hb-ot-layout-gpos-private.hh |    4 ++--
25618  src/hb-private.h                 |   13 ++++++++++---
25619  3 files changed, 14 insertions(+), 5 deletions(-)
25620
25621 commit d33f674cb793af40f1612df3660b138383f2de95
25622 Author: Behdad Esfahbod <behdad@behdad.org>
25623 Date:   Wed Nov 18 09:47:44 2009 -0500
25624
25625     Add Mongolian variation selectors
25626
25627  src/hb-shape.c |    5 +++--
25628  1 files changed, 3 insertions(+), 2 deletions(-)
25629
25630 commit d6387757de2c27867d6f57c4ee7c4ef436b3a74f
25631 Author: Behdad Esfahbod <behdad@behdad.org>
25632 Date:   Wed Nov 11 17:15:03 2009 -0500
25633
25634     Fix sanitize
25635
25636  src/hb-ot-layout-common-private.hh |    2 +-
25637  1 files changed, 1 insertions(+), 1 deletions(-)
25638
25639 commit 636f017e387d46d4083c9f9ee57647a94dc5dc6d
25640 Author: Behdad Esfahbod <behdad@behdad.org>
25641 Date:   Tue Nov 10 12:56:35 2009 -0500
25642
25643     Remove obsolete TODO item
25644
25645  src/hb-open-file-private.hh |    2 --
25646  1 files changed, 0 insertions(+), 2 deletions(-)
25647
25648 commit bf2b25dd8591e92f3944c763641b613a70c379a7
25649 Author: Behdad Esfahbod <behdad@behdad.org>
25650 Date:   Fri Nov 6 19:52:47 2009 -0500
25651
25652     Remove done item
25653
25654  src/hb-shape.c |    1 -
25655  1 files changed, 0 insertions(+), 1 deletions(-)
25656
25657 commit 4a8605315901e0ff1e6e09437a92dd5ac39164cc
25658 Author: Behdad Esfahbod <behdad@behdad.org>
25659 Date:   Fri Nov 6 19:52:01 2009 -0500
25660
25661     Reverse buffer at the end if RTL
25662
25663  src/hb-shape.c |   12 ++++++++----
25664  1 files changed, 8 insertions(+), 4 deletions(-)
25665
25666 commit ff44f88df2c46920f3ec2384ef321a4c7bb0f6ef
25667 Author: Behdad Esfahbod <behdad@behdad.org>
25668 Date:   Fri Nov 6 19:48:16 2009 -0500
25669
25670     Handle shaping in non-native direction
25671
25672  src/hb-buffer-private.h  |    1 +
25673  src/hb-buffer.c          |   42 +++++++++++++++++--
25674  src/hb-buffer.h          |   10 +---
25675  src/hb-common.h          |   11 +++++
25676  src/hb-shape.c           |   38 ++++++++++++++++-
25677  src/hb-unicode-private.h |    5 ++
25678  src/hb-unicode.c         |  103
25679  ++++++++++++++++++++++++++++++++++++++++++++++
25680  7 files changed, 196 insertions(+), 14 deletions(-)
25681
25682 commit b4b4272c8d19ba3e0cb8f12b3b7d1590349e3d14
25683 Author: Behdad Esfahbod <behdad@behdad.org>
25684 Date:   Fri Nov 6 17:46:33 2009 -0500
25685
25686     Oops, wrong change
25687
25688  src/hb-ot-layout.h |    2 +-
25689  1 files changed, 1 insertions(+), 1 deletions(-)
25690
25691 commit 52ea47767c7c35650ebddfba6ddc8203a3e33d3a
25692 Author: Behdad Esfahbod <behdad@behdad.org>
25693 Date:   Fri Nov 6 17:45:38 2009 -0500
25694
25695     Change order of font and face for API consistency
25696
25697  src/hb-ot-layout.cc |   14 +++++++-------
25698  src/hb-ot-layout.h  |   14 +++++++-------
25699  2 files changed, 14 insertions(+), 14 deletions(-)
25700
25701 commit f4f1fc970b3e37d9903cbf5e05bbd38be4df3047
25702 Author: Behdad Esfahbod <behdad@behdad.org>
25703 Date:   Fri Nov 6 17:42:38 2009 -0500
25704
25705     Remove debug info that crept in
25706
25707  src/hb-ot-layout.cc |    2 --
25708  1 files changed, 0 insertions(+), 2 deletions(-)
25709
25710 commit aa196d6026b496ec70be3d3588cc8cd2b8ccdb36
25711 Author: Behdad Esfahbod <behdad@behdad.org>
25712 Date:   Fri Nov 6 17:23:31 2009 -0500
25713
25714     [GSUB] More ligature/component fixing
25715
25716     We can only reuse the ligid if it belongs to a previous ligature,
25717     not a
25718     component!
25719
25720  src/hb-ot-layout-gsub-private.hh |    4 ++--
25721  1 files changed, 2 insertions(+), 2 deletions(-)
25722
25723 commit 25e7ef704633447f109b148620336c42d6fb310e
25724 Author: Behdad Esfahbod <behdad@behdad.org>
25725 Date:   Fri Nov 6 17:21:01 2009 -0500
25726
25727     Add _hb_buffer_add_output_glyphs() that takes codepoint_t*
25728
25729  src/hb-buffer-private.h          |   10 +++++++-
25730  src/hb-buffer.c                  |   45
25731  ++++++++++++++++++++++++++++++++++++-
25732  src/hb-ot-layout-gsub-private.hh |   16 ++++++------
25733  3 files changed, 60 insertions(+), 11 deletions(-)
25734
25735 commit 9db8ad75317d589807e7725455f49cafece58d5d
25736 Author: Behdad Esfahbod <behdad@behdad.org>
25737 Date:   Fri Nov 6 16:47:31 2009 -0500
25738
25739     Add hb_ot_layout_position_finish()
25740
25741     We expect buffer to be setup with default positions before GPOS.
25742
25743  src/hb-buffer-private.h          |    6 +---
25744  src/hb-buffer.h                  |   11 +-------
25745  src/hb-ot-layout-gpos-private.hh |    8 +++---
25746  src/hb-ot-layout.cc              |   52
25747  ++++++++++++++++++++++++++++++++++++++
25748  src/hb-ot-layout.h               |   16 ++++++++---
25749  5 files changed, 69 insertions(+), 24 deletions(-)
25750
25751 commit edb54e9aeca25f4120a69ed3d5562cbb68fdb348
25752 Author: Behdad Esfahbod <behdad@behdad.org>
25753 Date:   Fri Nov 6 15:19:22 2009 -0500
25754
25755     Fix FT_Face finalizer call
25756
25757  src/hb-ft.c |    2 +-
25758  1 files changed, 1 insertions(+), 1 deletions(-)
25759
25760 commit 3d14528b8b2e7da425a9df7057fc9fb326d8298c
25761 Author: Behdad Esfahbod <behdad@behdad.org>
25762 Date:   Fri Nov 6 15:13:17 2009 -0500
25763
25764     Rename hb_buffer_get_len() to hb_buffer_get_length()
25765
25766  src/hb-buffer.c |    2 +-
25767  src/hb-buffer.h |    2 +-
25768  2 files changed, 2 insertions(+), 2 deletions(-)
25769
25770 commit 1ff7775051559a8ca442be3938450c7ed3817806
25771 Author: Behdad Esfahbod <behdad@behdad.org>
25772 Date:   Fri Nov 6 13:52:57 2009 -0500
25773
25774     Minor.
25775
25776  src/hb-shape.c |    6 +++++-
25777  1 files changed, 5 insertions(+), 1 deletions(-)
25778
25779 commit 3648bdf5b221adfe01ad99714de420b49964921e
25780 Author: Behdad Esfahbod <behdad@behdad.org>
25781 Date:   Thu Nov 5 20:17:53 2009 -0500
25782
25783     Fix FT_Face generic finalizer
25784
25785  src/hb-ft.c |   10 ++++++++--
25786  1 files changed, 8 insertions(+), 2 deletions(-)
25787
25788 commit 5a11c875d8c95d480e6f32b57e969ee34ca1940d
25789 Author: Behdad Esfahbod <behdad@behdad.org>
25790 Date:   Thu Nov 5 20:08:17 2009 -0500
25791
25792     Cosmetic
25793
25794  src/hb-blob.c |   10 ++++++----
25795  1 files changed, 6 insertions(+), 4 deletions(-)
25796
25797 commit 44533e773f75b9a1171d884fcbe91a2f3879e2d8
25798 Author: Behdad Esfahbod <behdad@behdad.org>
25799 Date:   Thu Nov 5 19:58:02 2009 -0500
25800
25801     Fix warning
25802
25803  src/hb-object-private.h |    2 +-
25804  1 files changed, 1 insertions(+), 1 deletions(-)
25805
25806 commit bcc0406a525ca3fe597aec5f2a97e5c50965d49c
25807 Author: Behdad Esfahbod <behdad@behdad.org>
25808 Date:   Thu Nov 5 19:54:23 2009 -0500
25809
25810     include errno.h
25811
25812  src/hb-blob.c |    1 +
25813  1 files changed, 1 insertions(+), 0 deletions(-)
25814
25815 commit 799b3c375ad0e1293fd37a0e3a0d422a3166dcd8
25816 Author: Behdad Esfahbod <behdad@behdad.org>
25817 Date:   Thu Nov 5 19:37:58 2009 -0500
25818
25819     Add debugging to object lifecycle
25820
25821  src/hb-object-private.h |   18 ++++++++++++++++++
25822  1 files changed, 18 insertions(+), 0 deletions(-)
25823
25824 commit 25edb940ab050545f47a06648e73c192fa213548
25825 Author: Behdad Esfahbod <behdad@behdad.org>
25826 Date:   Thu Nov 5 19:20:06 2009 -0500
25827
25828     Cosmetic
25829
25830  src/hb-ft.c |    2 +-
25831  1 files changed, 1 insertions(+), 1 deletions(-)
25832
25833 commit 850dc5bb551409bb9bf6113ec2199bb3fb905e43
25834 Author: Behdad Esfahbod <behdad@behdad.org>
25835 Date:   Thu Nov 5 18:26:52 2009 -0500
25836
25837     Return 0 from get_glyph_nil
25838
25839  src/hb-font.cc |    2 +-
25840  1 files changed, 1 insertions(+), 1 deletions(-)
25841
25842 commit 85555a953376ee68a8fcc64485e74d44a353577b
25843 Author: Behdad Esfahbod <behdad@behdad.org>
25844 Date:   Thu Nov 5 18:25:56 2009 -0500
25845
25846     Initialize font->klass
25847
25848  src/hb-font.cc |    2 ++
25849  1 files changed, 2 insertions(+), 0 deletions(-)
25850
25851 commit bcd26bd7b1c96057bf154d7d50a61018d40f0d29
25852 Author: Behdad Esfahbod <behdad@behdad.org>
25853 Date:   Thu Nov 5 18:03:26 2009 -0500
25854
25855     Add TODO item
25856
25857  src/hb-ft.c |    1 +
25858  1 files changed, 1 insertions(+), 0 deletions(-)
25859
25860 commit f4281e0a92a40746fa630fb15b877adaf3ff15b1
25861 Author: Behdad Esfahbod <behdad@behdad.org>
25862 Date:   Thu Nov 5 17:58:41 2009 -0500
25863
25864     Fix ref counting
25865
25866  src/hb-ft.c |   16 ++++++++--------
25867  1 files changed, 8 insertions(+), 8 deletions(-)
25868
25869 commit 6358ff45ae8cfc0b58b4976619319e3dde43add2
25870 Author: Behdad Esfahbod <behdad@behdad.org>
25871 Date:   Thu Nov 5 17:39:16 2009 -0500
25872
25873     Add hb_ft_face_create_cached
25874
25875  src/hb-ft.c |   16 ++++++++++++++++
25876  src/hb-ft.h |    3 +++
25877  2 files changed, 19 insertions(+), 0 deletions(-)
25878
25879 commit 2027f74b286cabe3c60c275170c4f4b437a30f55
25880 Author: Behdad Esfahbod <behdad@behdad.org>
25881 Date:   Thu Nov 5 16:34:47 2009 -0500
25882
25883     Add default positioning to hb-shape
25884
25885  src/hb-shape.c |   28 ++++++++++++++++++++++++----
25886  1 files changed, 24 insertions(+), 4 deletions(-)
25887
25888 commit c3f9f7e59d865f8664862b7ca99d9a3a9221e456
25889 Author: Behdad Esfahbod <behdad@behdad.org>
25890 Date:   Thu Nov 5 16:16:14 2009 -0500
25891
25892     Fix MarkMark issue with ligid and components
25893
25894  src/hb-ot-layout-gpos-private.hh |   11 ++++++-----
25895  src/hb-ot-layout-gsub-private.hh |    6 +-----
25896  2 files changed, 7 insertions(+), 10 deletions(-)
25897
25898 commit d0351314cd29fbdf0efb5c7f89a569648f7a7fc7
25899 Author: Behdad Esfahbod <behdad@behdad.org>
25900 Date:   Thu Nov 5 16:16:06 2009 -0500
25901
25902     Include stdio.h if debugging
25903
25904  src/hb-blob.c                        |    4 ++++
25905  src/hb-open-type-private.hh          |    1 +
25906  src/hb-ot-layout-gsubgpos-private.hh |    1 +
25907  3 files changed, 6 insertions(+), 0 deletions(-)
25908
25909 commit 2e336692913405976392bf505028481a5caa53b4
25910 Author: Behdad Esfahbod <behdad@behdad.org>
25911 Date:   Thu Nov 5 13:55:41 2009 -0500
25912
25913     Add hb_font_get_*
25914
25915  src/hb-font.cc |   35 +++++++++++++++++++++++++++++++++++
25916  src/hb-font.h  |   18 ++++++++++++++++++
25917  src/hb-shape.c |    2 +-
25918  3 files changed, 54 insertions(+), 1 deletions(-)
25919
25920 commit 9bef3611f07b45ba8199a4a339c72f49d266216a
25921 Author: Behdad Esfahbod <behdad@behdad.org>
25922 Date:   Thu Nov 5 12:20:11 2009 -0500
25923
25924     Rename [xy]_pos to [xy]_offset since we don't accumulate positions
25925
25926  src/hb-buffer-private.h          |    4 +-
25927  src/hb-buffer.h                  |    4 +-
25928  src/hb-font.h                    |    4 +-
25929  src/hb-ft.c                      |   10 ++++----
25930  src/hb-ot-layout-gpos-private.hh |   40
25931  +++++++++++--------------------------
25932  src/hb-shape.c                   |   14 ++++++------
25933  src/hb-shape.h                   |    4 +-
25934  7 files changed, 32 insertions(+), 48 deletions(-)
25935
25936 commit 2daa47e9cdbfb027f76765301b3a78950e92eb09
25937 Author: Behdad Esfahbod <behdad@behdad.org>
25938 Date:   Thu Nov 5 12:08:34 2009 -0500
25939
25940     Cosmetic
25941
25942  src/hb-shape.c |    2 +-
25943  1 files changed, 1 insertions(+), 1 deletions(-)
25944
25945 commit 2f50d873680ce0a43b6ec79df1ac946b91f31e63
25946 Author: Behdad Esfahbod <behdad@behdad.org>
25947 Date:   Wed Nov 4 21:07:03 2009 -0500
25948
25949     Start filling hb_shape() in
25950
25951  src/hb-buffer-private.h |    1 +
25952  src/hb-shape.c          |   40 +++++++++++++++++++++++++++++++++++++++-
25953  2 files changed, 40 insertions(+), 1 deletions(-)
25954
25955 commit ae070b7d39d03bd8bc1244f687b24db505f4af3f
25956 Author: Behdad Esfahbod <behdad@behdad.org>
25957 Date:   Wed Nov 4 20:29:54 2009 -0500
25958
25959     Add script and language to buffer
25960
25961  TODO                    |    1 -
25962  src/hb-buffer-private.h |    6 +++---
25963  src/hb-buffer.c         |   26 ++++++++++++++++++++++++++
25964  src/hb-buffer.h         |   15 ++++++++++++++-
25965  4 files changed, 43 insertions(+), 5 deletions(-)
25966
25967 commit 8a3511ac6c795226699c2b36e03401ecdf88f5f8
25968 Author: Behdad Esfahbod <behdad@behdad.org>
25969 Date:   Wed Nov 4 19:45:39 2009 -0500
25970
25971     Add hb_language_t as well as language/script conversion to OT tags
25972
25973  src/Makefile.am     |    4 +
25974  src/hb-language.c   |  113 +++++++++
25975  src/hb-language.h   |   44 ++++
25976  src/hb-ot-layout.cc |    6 +-
25977  src/hb-ot-layout.h  |    4 +-
25978  src/hb-ot-tag.c     |  662
25979  +++++++++++++++++++++++++++++++++++++++++++++++++++
25980  src/hb-ot-tag.h     |   49 ++++
25981  src/hb-ot.h         |    1 +
25982  src/hb-private.h    |    3 +
25983  src/hb.h            |    1 +
25984  10 files changed, 882 insertions(+), 5 deletions(-)
25985
25986 commit 4591753ad4b5ec0224e3f1befdfe4fc5f6075562
25987 Author: Behdad Esfahbod <behdad@behdad.org>
25988 Date:   Wed Nov 4 18:15:59 2009 -0500
25989
25990     Define ARRAY_LENGTH
25991
25992  src/hb-private.h |   15 ++++++++-------
25993  1 files changed, 8 insertions(+), 7 deletions(-)
25994
25995 commit 214ac7c1ff51b397d227832526f882e824cb9ea3
25996 Author: Behdad Esfahbod <behdad@behdad.org>
25997 Date:   Wed Nov 4 18:12:32 2009 -0500
25998
25999     Another one
26000
26001  src/hb-unicode.h |    2 +-
26002  1 files changed, 1 insertions(+), 1 deletions(-)
26003
26004 commit 1e91434569a9e9535ef021ca52b60b2e2af75d19
26005 Author: Behdad Esfahbod <behdad@behdad.org>
26006 Date:   Wed Nov 4 18:12:09 2009 -0500
26007
26008     Minor
26009
26010  src/hb-open-type-private.hh |    2 +-
26011  1 files changed, 1 insertions(+), 1 deletions(-)
26012
26013 commit 48de3730cdf91b9f6473509e22260a902ccec992
26014 Author: Behdad Esfahbod <behdad@behdad.org>
26015 Date:   Wed Nov 4 16:59:50 2009 -0500
26016
26017     Fix previous commit, ouch!
26018
26019  src/hb-open-type-private.hh        |   12 ++++++++++++
26020  src/hb-ot-layout-common-private.hh |   12 ++++--------
26021  src/hb-ot-layout-gdef-private.hh   |   12 ++++--------
26022  3 files changed, 20 insertions(+), 16 deletions(-)
26023
26024 commit e21899bc3593aa0d3adf64cee21c5de2ea219783
26025 Author: Behdad Esfahbod <behdad@behdad.org>
26026 Date:   Wed Nov 4 16:36:14 2009 -0500
26027
26028     Fix array query API
26029
26030     The array query APIs now all do:
26031
26032       - Return the total number of items
26033       - Take a start_offset, such that individual items can be fetched
26034       - The _count IN/OUT variable always has number of items written
26035         into the array upon return of the function
26036
26037  TODO                                 |    1 -
26038  src/hb-ot-layout-common-private.hh   |   59 ++++++++++++++----------
26039  src/hb-ot-layout-gdef-private.hh     |   84
26040  ++++++++++++++++++++--------------
26041  src/hb-ot-layout-gsubgpos-private.hh |   14 +++--
26042  src/hb-ot-layout.cc                  |   40 ++++++++++------
26043  src/hb-ot-layout.h                   |   24 ++++++---
26044  6 files changed, 131 insertions(+), 91 deletions(-)
26045
26046 commit 3b59306b858d31d97be0ea8c64461de1d0d03572
26047 Author: Behdad Esfahbod <behdad@behdad.org>
26048 Date:   Wed Nov 4 15:48:32 2009 -0500
26049
26050     Finish FT glue.  Rough and untested
26051
26052  src/hb-font.cc |    2 +-
26053  src/hb-font.h  |    2 +-
26054  src/hb-ft.c    |  114
26055  ++++++++++++++++++++++++++++++--------------------------
26056  3 files changed, 63 insertions(+), 55 deletions(-)
26057
26058 commit f8be443aecd54b479470e6559b1dfbc8f33c5f55
26059 Author: Behdad Esfahbod <behdad@behdad.org>
26060 Date:   Tue Nov 3 20:28:27 2009 -0500
26061
26062     Add TODO item
26063
26064  TODO |    1 +
26065  1 files changed, 1 insertions(+), 0 deletions(-)
26066
26067 commit 7951279b4a52b48f13631e7838dbc180c7249ea4
26068 Author: Behdad Esfahbod <behdad@behdad.org>
26069 Date:   Tue Nov 3 20:27:05 2009 -0500
26070
26071     Implement nil font functions
26072
26073  TODO                             |    1 +
26074  src/hb-font-private.h            |    8 ++--
26075  src/hb-font.cc                   |   72
26076  +++++++++++++++++++++++++++++++++++--
26077  src/hb-font.h                    |    9 ++---
26078  src/hb-ot-layout-gpos-private.hh |    7 ++--
26079  src/hb-ot-layout-gsub-private.hh |    2 +-
26080  src/hb-private.h                 |   18 +++++-----
26081  7 files changed, 91 insertions(+), 26 deletions(-)
26082
26083 commit 8fb3d1aa4e613cdf965a83bd650c668884c58ad8
26084 Author: Behdad Esfahbod <behdad@behdad.org>
26085 Date:   Tue Nov 3 18:34:20 2009 -0500
26086
26087     Start ft glue
26088
26089  TODO                  |    3 -
26090  src/Makefile.am       |   16 ++++-
26091  src/hb-font-private.h |    4 +-
26092  src/hb-font.cc        |   17 ++++-
26093  src/hb-font.h         |    6 +-
26094  src/hb-ft.c           |  192
26095  +++++++++++++++++++++++++++++++++++++++++++++++++
26096  src/hb-ft.h           |   52 +++++++++++++
26097  src/hb-glib.h         |    2 -
26098  src/hb-icu.h          |    2 -
26099  src/hb.h              |    4 +-
26100  10 files changed, 281 insertions(+), 17 deletions(-)
26101
26102 commit d94647e2cd187bf4a4c8fb1c0c15c3d23c1293ac
26103 Author: Behdad Esfahbod <behdad@behdad.org>
26104 Date:   Tue Nov 3 16:35:10 2009 -0500
26105
26106     Add ICU glue
26107
26108  configure.ac    |    8 ++-
26109  src/Makefile.am |   23 +++++-
26110  src/hb-icu.c    |  221
26111  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
26112  src/hb-icu.h    |   41 ++++++++++
26113  4 files changed, 288 insertions(+), 5 deletions(-)
26114
26115 commit b7dd4b945b4ec384526439b365a25739bf9cd2df
26116 Author: Behdad Esfahbod <behdad@behdad.org>
26117 Date:   Tue Nov 3 15:21:15 2009 -0500
26118
26119     Fix hb_be_uint16()
26120
26121  src/hb-private.h |    2 +-
26122  1 files changed, 1 insertions(+), 1 deletions(-)
26123
26124 commit cd7555eef27cb18857c0c06d2afdaf3a354a3c15
26125 Author: Behdad Esfahbod <behdad@behdad.org>
26126 Date:   Tue Nov 3 15:16:10 2009 -0500
26127
26128     Namespace MSVC defines in public header
26129
26130  src/hb-common.h |    8 ++++----
26131  1 files changed, 4 insertions(+), 4 deletions(-)
26132
26133 commit 5ebabecef382c3e8b0a2a5657b2c01f7ff37d796
26134 Author: Behdad Esfahbod <behdad@behdad.org>
26135 Date:   Tue Nov 3 15:15:07 2009 -0500
26136
26137     Move unicode_funcs to buffer
26138
26139  TODO                    |    1 -
26140  src/hb-buffer-private.h |   12 +++++++++++-
26141  src/hb-buffer.c         |   47
26142  ++++++++++++++++++++++++++++++++++++++---------
26143  src/hb-buffer.h         |   10 ++++++++++
26144  src/hb-font-private.h   |    3 ---
26145  src/hb-font.cc          |   17 -----------------
26146  src/hb-font.h           |    9 ++++-----
26147  7 files changed, 63 insertions(+), 36 deletions(-)
26148
26149 commit d5a8e46099e363d928b54de104126b1b34ba401c
26150 Author: Behdad Esfahbod <behdad@behdad.org>
26151 Date:   Tue Nov 3 15:14:40 2009 -0500
26152
26153     [Makefile] Install hb-unicode.h
26154
26155     Separate OT headers also.
26156
26157  src/Makefile.am |   27 ++++++++++++++++-----------
26158  1 files changed, 16 insertions(+), 11 deletions(-)
26159
26160 commit 63d7a41dd0704a7e89bd2872ad096f470f51866a
26161 Author: Behdad Esfahbod <behdad@behdad.org>
26162 Date:   Tue Nov 3 15:14:08 2009 -0500
26163
26164     [TODO] Add item for fixing buffer error handling
26165
26166  TODO |    1 +
26167  1 files changed, 1 insertions(+), 0 deletions(-)
26168
26169 commit 21d0fce3d5364c91e5582bd530210f03e054d1a4
26170 Author: Behdad Esfahbod <behdad@behdad.org>
26171 Date:   Tue Nov 3 14:28:32 2009 -0500
26172
26173     Add check for not linking to libstdc++
26174
26175  TODO                   |    3 +--
26176  src/Makefile.am        |    4 ++++
26177  src/check-libstdc++.sh |   28 ++++++++++++++++++++++++++++
26178  3 files changed, 33 insertions(+), 2 deletions(-)
26179
26180 commit ca95ce460adf2ca6901595d4a6107fd000d90151
26181 Author: Behdad Esfahbod <behdad@behdad.org>
26182 Date:   Tue Nov 3 14:18:33 2009 -0500
26183
26184     Use the C linker, not C++ linker
26185
26186     Such that we don't link to libstdc++.
26187
26188  src/Makefile.am |    2 ++
26189  1 files changed, 2 insertions(+), 0 deletions(-)
26190
26191 commit eb4ebda2d10637b966f42a4ed5cfaec46082a050
26192 Author: Behdad Esfahbod <behdad@behdad.org>
26193 Date:   Tue Nov 3 14:09:32 2009 -0500
26194
26195     [configure] Fix check for FreeType
26196
26197  configure.ac |    2 +-
26198  1 files changed, 1 insertions(+), 1 deletions(-)
26199
26200 commit cb0e99a5a76136c128faba1c27d7e7eac2f219ee
26201 Author: Behdad Esfahbod <behdad@behdad.org>
26202 Date:   Tue Nov 3 14:09:10 2009 -0500
26203
26204     [TODO] Remove obsolete item
26205
26206  TODO |    2 --
26207  1 files changed, 0 insertions(+), 2 deletions(-)
26208
26209 commit 3a59ec37c5576b711c7c36dcfa2a63f6c00a3f5c
26210 Author: Behdad Esfahbod <behdad@behdad.org>
26211 Date:   Tue Nov 3 11:36:06 2009 -0500
26212
26213     Add bunch of TODO items
26214
26215  TODO |   15 ++++++++++++---
26216  1 files changed, 12 insertions(+), 3 deletions(-)
26217
26218 commit ffbe0a853d5e7defa85d0eef53814c22d1ecb412
26219 Author: Behdad Esfahbod <behdad@behdad.org>
26220 Date:   Tue Nov 3 10:52:45 2009 -0500
26221
26222     More MSVC fixes from Jonathan Kew
26223
26224  src/hb-common.h  |    7 ++++++-
26225  src/hb-private.h |    5 +++++
26226  2 files changed, 11 insertions(+), 1 deletions(-)
26227
26228 commit d3480ba37fbb5d4be75b094060f5b2f1ce98fb53
26229 Author: Behdad Esfahbod <behdad@behdad.org>
26230 Date:   Tue Nov 3 10:47:29 2009 -0500
26231
26232     Don't use zero-sized arrays
26233
26234     It's not part of the standard and MSVC doesn't like it.  It makes
26235     the code
26236     a lot less elegant than it used to be, but I think it should work now.
26237
26238  src/hb-open-file-private.hh          |    4 +-
26239  src/hb-open-type-private.hh          |   36 ++++++++++------
26240  src/hb-ot-layout-common-private.hh   |   33 ++++++++-------
26241  src/hb-ot-layout-gdef-private.hh     |   14 +++----
26242  src/hb-ot-layout-gpos-private.hh     |   76
26243  +++++++++++++--------------------
26244  src/hb-ot-layout-gsub-private.hh     |   44 ++++++++------------
26245  src/hb-ot-layout-gsubgpos-private.hh |   47 ++++++++++-----------
26246  src/hb-private.h                     |    5 ++
26247  8 files changed, 122 insertions(+), 137 deletions(-)
26248
26249 commit 6bec81aa3a58b8be255568b2ea63b7854e1b0ea7
26250 Author: Behdad Esfahbod <behdad@behdad.org>
26251 Date:   Mon Nov 2 19:17:36 2009 -0500
26252
26253     Cosmetic
26254
26255  src/hb-ot-layout-common-private.hh |    2 +-
26256  1 files changed, 1 insertions(+), 1 deletions(-)
26257
26258 commit f94cf6b969281cf8a7f701ff26ea4f134ff9746e
26259 Author: Behdad Esfahbod <behdad@behdad.org>
26260 Date:   Mon Nov 2 18:55:19 2009 -0500
26261
26262     Another try at build without glib
26263
26264  configure.ac |    8 ++++++--
26265  1 files changed, 6 insertions(+), 2 deletions(-)
26266
26267 commit 2f3e69f3cb7e571cc62b0840d0b3f2072b29345a
26268 Author: Behdad Esfahbod <behdad@behdad.org>
26269 Date:   Mon Nov 2 18:53:15 2009 -0500
26270
26271     Fix build without glib, again
26272
26273  src/Makefile.am |    4 ++--
26274  1 files changed, 2 insertions(+), 2 deletions(-)
26275
26276 commit d03f81865914b40e941bf680557c0d8f98e30ad5
26277 Author: Behdad Esfahbod <behdad@behdad.org>
26278 Date:   Mon Nov 2 18:52:21 2009 -0500
26279
26280     Disable configure cache
26281
26282  autogen.sh |    1 -
26283  1 files changed, 0 insertions(+), 1 deletions(-)
26284
26285 commit a6451aa626fa5850d7c3b716bd52126995154e27
26286 Author: Behdad Esfahbod <behdad@behdad.org>
26287 Date:   Mon Nov 2 18:35:12 2009 -0500
26288
26289     We don't really use gthread directly
26290
26291  configure.ac |    2 +-
26292  1 files changed, 1 insertions(+), 1 deletions(-)
26293
26294 commit 63a792a811e0ad69d05e8805d4f347bd533db4c3
26295 Author: Behdad Esfahbod <behdad@behdad.org>
26296 Date:   Mon Nov 2 18:33:52 2009 -0500
26297
26298     Update Makefile to build without glib
26299
26300  src/Makefile.am |   12 +++++++++---
26301  src/hb-glib.c   |    2 ++
26302  2 files changed, 11 insertions(+), 3 deletions(-)
26303
26304 commit 68a2c771e2b923461a552bf3673e9e8245e1bfea
26305 Author: Behdad Esfahbod <behdad@behdad.org>
26306 Date:   Mon Nov 2 18:31:53 2009 -0500
26307
26308     Build without glib
26309
26310     Thready-safety disabled in that case, until we add support for
26311     pthread, etc.
26312     Fun...
26313
26314  src/hb-private.h |   19 +++++++++++++++++--
26315  1 files changed, 17 insertions(+), 2 deletions(-)
26316
26317 commit cc4c096a7e08ae96b3030fe27f871ce5b797f370
26318 Author: Behdad Esfahbod <behdad@behdad.org>
26319 Date:   Mon Nov 2 18:13:17 2009 -0500
26320
26321     MSVC has no stdint.h
26322
26323  src/hb-common.h |   13 +++++++++++++
26324  1 files changed, 13 insertions(+), 0 deletions(-)
26325
26326 commit 9a204c7ab57ca0a866c72e1431c54a8883b15605
26327 Author: Behdad Esfahbod <behdad@behdad.org>
26328 Date:   Mon Nov 2 18:11:55 2009 -0500
26329
26330     Remove use of GINT16_FROM_BE
26331
26332  src/hb-private.h |   10 ++--------
26333  1 files changed, 2 insertions(+), 8 deletions(-)
26334
26335 commit 1f0ceeb8cf2fad0a0dfd338ce1472470a81789d4
26336 Author: Behdad Esfahbod <behdad@behdad.org>
26337 Date:   Mon Nov 2 16:28:39 2009 -0500
26338
26339     Install library
26340
26341  autogen.sh      |    2 +-
26342  src/Makefile.am |    5 ++---
26343  2 files changed, 3 insertions(+), 4 deletions(-)
26344
26345 commit 5932f8f7c3b73ade3752020351fa8b6a9a3bf500
26346 Author: Behdad Esfahbod <behdad@behdad.org>
26347 Date:   Mon Nov 2 16:38:41 2009 -0500
26348
26349     Generate ChangeLog
26350
26351  Makefile.am |   39 +++++++++++++++++++++++++++++++++++++++
26352  1 files changed, 39 insertions(+), 0 deletions(-)
26353
26354 commit 29aa40018301a4f138cd5e73463079c7704bf3ac
26355 Author: Behdad Esfahbod <behdad@behdad.org>
26356 Date:   Mon Nov 2 16:28:39 2009 -0500
26357
26358     Add build system
26359
26360  COPYING         |   17 +++++
26361  Makefile.am     |    3 +
26362  README          |    9 +++
26363  TODO            |    6 ++
26364  autogen.sh      |  189
26365  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
26366  configure.ac    |   40 ++++++++++++
26367  git.mk          |  184
26368  +++++++++++++++++++++++++++++++++++++++++++++++++++++
26369  harfbuzz.pc.in  |   11 +++
26370  src/.gitignore  |    1 -
26371  src/COPYING     |   17 -----
26372  src/Makefile.ng |   11 ---
26373  src/README      |    9 ---
26374  src/TODO        |    6 --
26375  13 files changed, 459 insertions(+), 44 deletions(-)
26376
26377 commit c09ed9801ead002d6f8e507ce664b83707b202e9
26378 Author: Behdad Esfahbod <behdad@behdad.org>
26379 Date:   Thu Oct 29 03:08:42 2009 -0400
26380
26381     [HB] Add glyph_metrics typedef
26382
26383  src/hb-font.h |    9 +++++++++
26384  1 files changed, 9 insertions(+), 0 deletions(-)
26385
26386 commit 91b1e03e0312be2a7a165308239b40449e3ab360
26387 Author: Behdad Esfahbod <behdad@behdad.org>
26388 Date:   Thu Oct 29 03:05:18 2009 -0400
26389
26390     [HB] Add point_index to get_contour_point()
26391
26392     Pointed out by Keith Stribley on HarfBuzz list.
26393
26394  src/hb-font.h |    1 +
26395  1 files changed, 1 insertions(+), 0 deletions(-)
26396
26397 commit aa87d951739f6beacb66daa235cd033fdcfcadd7
26398 Author: Behdad Esfahbod <behdad@behdad.org>
26399 Date:   Thu Oct 29 03:00:44 2009 -0400
26400
26401     [HB] Fix lookup_flag ignoring
26402
26403     Reported by Keith Stribley on HarfBuzz list.
26404
26405  src/hb-ot-layout-common-private.hh |    1 +
26406  src/hb-ot-layout.cc                |    2 +-
26407  2 files changed, 2 insertions(+), 1 deletions(-)
26408
26409 commit 52e9a71d578c5171bbb0f4bfc1b70841c3270328
26410 Author: Behdad Esfahbod <behdad@behdad.org>
26411 Date:   Mon Sep 21 13:58:56 2009 -0400
26412
26413     [HB] Add comment
26414
26415  src/hb-ot-layout-gsubgpos-private.hh |    5 +++++
26416  1 files changed, 5 insertions(+), 0 deletions(-)
26417
26418 commit f9c0a2dad09cd168fb28cdee09b4303f307ea56d
26419 Author: Behdad Esfahbod <behdad@behdad.org>
26420 Date:   Mon Sep 21 13:43:54 2009 -0400
26421
26422     [HB] Fix apply_lookup() loop
26423
26424     Part of Bug 595539 - Regressions in rendering certain Thai sequences
26425     with
26426     OpenType font
26427
26428  src/hb-ot-layout-gsubgpos-private.hh |    3 ++-
26429  1 files changed, 2 insertions(+), 1 deletions(-)
26430
26431 commit c0ab43c05833e8fc06d770a89370bec58a627e74
26432 Author: Behdad Esfahbod <behdad@behdad.org>
26433 Date:   Mon Sep 21 13:40:38 2009 -0400
26434
26435     [HB] Fix bug in chain_context_lookup() invocations
26436
26437     Part of Bug 595539 - Regressions in rendering certain Thai sequences
26438     with
26439     OpenType font
26440
26441  src/hb-ot-layout-gsubgpos-private.hh |    4 ++--
26442  1 files changed, 2 insertions(+), 2 deletions(-)
26443
26444 commit e6bd4e93bd5722249ab977dfa98bdc8eb765318c
26445 Author: Behdad Esfahbod <behdad@behdad.org>
26446 Date:   Sun Aug 30 21:02:28 2009 -0400
26447
26448     [HB] Add TODO item
26449
26450  src/TODO |    1 +
26451  1 files changed, 1 insertions(+), 0 deletions(-)
26452
26453 commit 3e2401f6c53d2b047954d75c37aef5e5e7cdc51a
26454 Author: Behdad Esfahbod <behdad@behdad.org>
26455 Date:   Fri Aug 28 17:17:11 2009 -0400
26456
26457     [HB] Rename DEBUG to TRACE where appropriate
26458
26459  src/hb-open-file-private.hh          |    8 ++--
26460  src/hb-open-type-private.hh          |   50 +++++++++---------
26461  src/hb-ot-layout-common-private.hh   |   32 ++++++------
26462  src/hb-ot-layout-gdef-private.hh     |   20 ++++----
26463  src/hb-ot-layout-gpos-private.hh     |   92
26464  +++++++++++++++++-----------------
26465  src/hb-ot-layout-gsub-private.hh     |   72 +++++++++++++-------------
26466  src/hb-ot-layout-gsubgpos-private.hh |   78 ++++++++++++++--------------
26467  7 files changed, 176 insertions(+), 176 deletions(-)
26468
26469 commit 0535b50f436f3dac85e6df1761957f86c2bd7213
26470 Author: Behdad Esfahbod <behdad@behdad.org>
26471 Date:   Fri Aug 28 17:14:33 2009 -0400
26472
26473     [HB] Add GSUB/GPOS tracing
26474
26475  src/hb-ot-layout-gpos-private.hh     |   29 ++++++++++++++++++--
26476  src/hb-ot-layout-gsub-private.hh     |   28 +++++++++++++++++--
26477  src/hb-ot-layout-gsubgpos-private.hh |   49
26478  ++++++++++++++++++++++++++++++++-
26479  3 files changed, 98 insertions(+), 8 deletions(-)
26480
26481 commit 95e202403ffa543c817f45cca21fbc116eb8e807
26482 Author: Behdad Esfahbod <behdad@behdad.org>
26483 Date:   Fri Aug 28 16:31:20 2009 -0400
26484
26485     [HB] Allow enabling different debug facilities individually
26486
26487  src/hb-blob.c               |   28 ++++++++++++++++------------
26488  src/hb-open-type-private.hh |   32 ++++++++++++++++++--------------
26489  2 files changed, 34 insertions(+), 26 deletions(-)
26490
26491 commit 37006bd1bd107ac1a1c1b131579e9c494ba3a20f
26492 Author: Behdad Esfahbod <behdad@behdad.org>
26493 Date:   Fri Aug 28 09:46:14 2009 -0400
26494
26495     Fix stupid array growing bug
26496
26497  src/hb-ot-layout.cc |    5 ++++-
26498  1 files changed, 4 insertions(+), 1 deletions(-)
26499
26500 commit 9897749113f76dc26a83bfae8de62e55d384fcad
26501 Author: Behdad Esfahbod <behdad@behdad.org>
26502 Date:   Thu Aug 27 01:32:17 2009 -0400
26503
26504     [HB] Simplify counting
26505
26506  src/hb-ot-layout.cc |    9 +++++----
26507  1 files changed, 5 insertions(+), 4 deletions(-)
26508
26509 commit 81a5c4df94e7c6066314d5fe75bbaf24483bc022
26510 Author: Behdad Esfahbod <behdad@behdad.org>
26511 Date:   Thu Aug 27 00:21:04 2009 -0400
26512
26513     [HB] Indent
26514
26515  src/hb-blob.c |    4 ++--
26516  1 files changed, 2 insertions(+), 2 deletions(-)
26517
26518 commit c91facd83b5dc3b9aed75617c7c35585ff18889f
26519 Author: Behdad Esfahbod <behdad@behdad.org>
26520 Date:   Wed Aug 26 18:53:43 2009 -0400
26521
26522     [HB] Bug 593231 - < c99 compiler dislikes ValueRecord
26523
26524  src/hb-ot-layout-gpos-private.hh |    4 +++-
26525  1 files changed, 3 insertions(+), 1 deletions(-)
26526
26527 commit f0c7540c4e217a7354072365a7301453d1e25b80
26528 Author: Behdad Esfahbod <behdad@behdad.org>
26529 Date:   Thu Aug 20 14:01:37 2009 -0400
26530
26531     Bug 592484 -  invalid write in HB
26532
26533     Fix off-by-one.
26534
26535  src/hb-ot-layout.cc |    4 ++--
26536  1 files changed, 2 insertions(+), 2 deletions(-)
26537
26538 commit b614b004723ead60849dd37e7ba2faee67cebd93
26539 Author: Behdad Esfahbod <behdad@behdad.org>
26540 Date:   Thu Aug 20 13:07:50 2009 -0400
26541
26542     [HB][glib] Make glib unicode funcs static
26543
26544  src/hb-glib.c |   36 +++++++++++++++++-------------------
26545  1 files changed, 17 insertions(+), 19 deletions(-)
26546
26547 commit 8b5346130425c7c101f6ff2432874ba2fd372edc
26548 Author: Behdad Esfahbod <behdad@behdad.org>
26549 Date:   Wed Aug 19 18:16:50 2009 -0400
26550
26551     [HB] Fix more casts
26552
26553  src/hb-open-type-private.hh |   10 +++++-----
26554  1 files changed, 5 insertions(+), 5 deletions(-)
26555
26556 commit 9d2e02db74deb3b3b92beab96f112cc387c8bd88
26557 Author: Behdad Esfahbod <behdad@behdad.org>
26558 Date:   Wed Aug 19 18:07:36 2009 -0400
26559
26560     [HB] Rename CAIRO_ in macro prefix to HB_
26561
26562     Hiss!
26563
26564  src/hb-private.h |    6 +++---
26565  1 files changed, 3 insertions(+), 3 deletions(-)
26566
26567 commit 388ad037ff399c23c5e24bbcede27e0e35bed07e
26568 Author: Behdad Esfahbod <behdad@behdad.org>
26569 Date:   Wed Aug 19 16:45:41 2009 -0400
26570
26571     [HB] Remove HB_MEMORY_MODE_READONLY_NEVER_DUPLICATE
26572
26573     Unlike the rest of the memory-mode enum, this one didn't only
26574     describe the access mode of the input memory region.  Remove it.
26575
26576     If someone wants to inhibit duplicating, they can lock the blob
26577     and throw away the key.
26578
26579     Based on mailing list discussion with Carl Worth.
26580
26581  src/hb-blob.c |   51 +++++++++++++++++++++++++--------------------------
26582  src/hb-blob.h |    1 -
26583  2 files changed, 25 insertions(+), 27 deletions(-)
26584
26585 commit 977eeb714454630bd045bb11f58ff6397f10b143
26586 Author: Behdad Esfahbod <behdad@behdad.org>
26587 Date:   Wed Aug 19 16:17:24 2009 -0400
26588
26589     [HB] s/writeable/writable/g
26590
26591  src/hb-blob.c               |   38 +++++++++++++++++++-------------------
26592  src/hb-blob.h               |   10 +++++-----
26593  src/hb-open-type-private.hh |    6 +++---
26594  3 files changed, 27 insertions(+), 27 deletions(-)
26595
26596 commit 2f5931e404cb56e31d24b2eb7ff0a849fb077b55
26597 Author: Behdad Esfahbod <behdad@behdad.org>
26598 Date:   Wed Aug 19 16:07:40 2009 -0400
26599
26600     [HB] Hide lig_id and component members of hb_glyph_info_t
26601
26602  src/hb-buffer.h |    5 ++---
26603  1 files changed, 2 insertions(+), 3 deletions(-)
26604
26605 commit 6b600dd6199104cff01b3fa43d2abb52ae4319ea
26606 Author: Behdad Esfahbod <behdad@behdad.org>
26607 Date:   Wed Aug 19 14:45:24 2009 -0400
26608
26609     [HB] Fix typo
26610
26611  src/hb-font.h |    2 +-
26612  1 files changed, 1 insertions(+), 1 deletions(-)
26613
26614 commit 32c65a5ca3bde673bf2aa8fca911dd32914d3122
26615 Author: Behdad Esfahbod <behdad@behdad.org>
26616 Date:   Tue Aug 18 18:37:36 2009 -0400
26617
26618     [HB] Add font funcs prototypes
26619
26620  src/hb-font-private.h |    2 --
26621  src/hb-font.cc        |   14 ++++++--------
26622  src/hb-font.h         |   23 ++++++++++++++++-------
26623  3 files changed, 22 insertions(+), 17 deletions(-)
26624
26625 commit 8f034d5849627ee95a5889fa34c9ba294fff13ca
26626 Author: Behdad Esfahbod <behdad@behdad.org>
26627 Date:   Tue Aug 18 16:41:59 2009 -0400
26628
26629     Fix a few other pedantic warnings
26630
26631  src/hb-ot-layout-common-private.hh |    2 +-
26632  src/hb-ot-layout-gdef-private.hh   |    2 +-
26633  src/hb-ot-layout-gpos-private.hh   |    4 ++--
26634  src/hb-ot-layout-gsub-private.hh   |    2 +-
26635  4 files changed, 5 insertions(+), 5 deletions(-)
26636
26637 commit 864e2560b627f1e73be3b0635e02f00844cb67c3
26638 Author: Behdad Esfahbod <behdad@behdad.org>
26639 Date:   Tue Aug 18 16:38:48 2009 -0400
26640
26641     [HB] Fix pedantic warnings
26642
26643  src/hb-blob.h           |    2 +-
26644  src/hb-buffer-private.h |   18 +++++++++---------
26645  src/hb-buffer.h         |    6 +++---
26646  3 files changed, 13 insertions(+), 13 deletions(-)
26647
26648 commit 3e09722214d9bbcc9014409342072c79d0c4447f
26649 Author: Behdad Esfahbod <behdad@behdad.org>
26650 Date:   Tue Aug 18 16:32:31 2009 -0400
26651
26652     [HB] Fix more wrong method signatures
26653
26654  src/hb-ot-layout-common-private.hh |    2 +-
26655  1 files changed, 1 insertions(+), 1 deletions(-)
26656
26657 commit 822e99fe9ae920df41a0bd3f1125495c2ea96b45
26658 Author: Behdad Esfahbod <behdad@behdad.org>
26659 Date:   Tue Aug 18 16:27:48 2009 -0400
26660
26661     [HB] Fix wrong method signature
26662
26663  src/hb-ot-layout-common-private.hh |    4 ++--
26664  1 files changed, 2 insertions(+), 2 deletions(-)
26665
26666 commit 4ff2a58952f010c6252f06e5f404d6840d257250
26667 Author: Behdad Esfahbod <behdad@behdad.org>
26668 Date:   Tue Aug 18 15:49:23 2009 -0400
26669
26670     Bug 592194 -  Fix missing _SC_PAGE_SIZE macro
26671
26672     Autoconfiscate a simple call to mprotect() even more.
26673
26674  src/hb-blob.c |   94
26675  ++++++++++++++++++++++++++++++++++++--------------------
26676  1 files changed, 60 insertions(+), 34 deletions(-)
26677
26678 commit 3c69bd46e27069fac0bfdefdecf5492c17eb01df
26679 Author: Behdad Esfahbod <behdad@behdad.org>
26680 Date:   Mon Aug 17 16:48:13 2009 -0400
26681
26682     [HB] Avoid int overflow in GPOS
26683
26684     Bug 592036 - integer overflow bug causes misrendering of Nepali
26685     characters
26686
26687  src/hb-ot-layout-gpos-private.hh |   20 ++++++++++----------
26688  src/hb-private.h                 |    3 +++
26689  2 files changed, 13 insertions(+), 10 deletions(-)
26690
26691 commit b2b18ef43c5bac6a5bb8412da7c9a37f815d4deb
26692 Author: Behdad Esfahbod <behdad@behdad.org>
26693 Date:   Fri Aug 14 19:37:18 2009 -0400
26694
26695     [HB] Simplify loop
26696
26697  src/hb-ot-layout-gpos-private.hh |   31 ++++++++++++++-----------------
26698  1 files changed, 14 insertions(+), 17 deletions(-)
26699
26700 commit b41f210d12d8df48e645823463343f7e14b0ddd0
26701 Author: Behdad Esfahbod <behdad@behdad.org>
26702 Date:   Fri Aug 14 19:33:24 2009 -0400
26703
26704     [HB] Merge mark positionin code between three types of lookups
26705
26706  src/hb-ot-layout-gpos-private.hh |   95
26707  ++++++++++++--------------------------
26708  1 files changed, 29 insertions(+), 66 deletions(-)
26709
26710 commit cd33cb9ed84308da72bd7c64b9355dc2410c63ec
26711 Author: Behdad Esfahbod <behdad@behdad.org>
26712 Date:   Fri Aug 14 18:42:42 2009 -0400
26713
26714     [HB] More minor shuffling
26715
26716  src/hb-open-type-private.hh        |    3 ---
26717  src/hb-ot-layout-common-private.hh |    5 +++++
26718  2 files changed, 5 insertions(+), 3 deletions(-)
26719
26720 commit 80e2aa2e1bfa2c8ecedcfa4cce8cadeb15792ac3
26721 Author: Behdad Esfahbod <behdad@behdad.org>
26722 Date:   Fri Aug 14 18:40:56 2009 -0400
26723
26724     [HB] Move code around
26725
26726  src/hb-open-type-private.hh        |   21 +++++++++++++++++++++
26727  src/hb-ot-layout-common-private.hh |   19 -------------------
26728  2 files changed, 21 insertions(+), 19 deletions(-)
26729
26730 commit 3564ee5216004d45d30b0ded61184cf8dde5dd89
26731 Author: Behdad Esfahbod <behdad@behdad.org>
26732 Date:   Fri Aug 14 18:32:56 2009 -0400
26733
26734     [HB] Correctly sanitize LigatureAttach
26735
26736  src/hb-open-type-private.hh        |   14 ++++++++++----
26737  src/hb-ot-layout-common-private.hh |    4 ++++
26738  src/hb-ot-layout-gdef-private.hh   |    4 ++--
26739  src/hb-ot-layout-gpos-private.hh   |    6 +++---
26740  4 files changed, 19 insertions(+), 9 deletions(-)
26741
26742 commit cb71a2fb76c6ddee050f775eb299ee44230c3ac9
26743 Author: Behdad Esfahbod <behdad@behdad.org>
26744 Date:   Fri Aug 14 18:14:03 2009 -0400
26745
26746     [HB] Simplify MarkBase and MarkLig too
26747
26748  src/hb-ot-layout-gpos-private.hh |  127
26749  ++++++++++++++-----------------------
26750  1 files changed, 48 insertions(+), 79 deletions(-)
26751
26752 commit dfa54f4440960c39d37ef02fff4c0d9eb315d4b4
26753 Author: Behdad Esfahbod <behdad@behdad.org>
26754 Date:   Fri Aug 14 17:53:31 2009 -0400
26755
26756     [HB] Simplify MarkMark
26757
26758  src/hb-ot-layout-gpos-private.hh |   29 ++++++++++++++++-------------
26759  1 files changed, 16 insertions(+), 13 deletions(-)
26760
26761 commit 815a73e4202ca17677f12e862b70ca8724cf2f57
26762 Author: Behdad Esfahbod <behdad@behdad.org>
26763 Date:   Fri Aug 14 17:31:16 2009 -0400
26764
26765     [HB] Fix possible int overflows during sanitize
26766
26767  src/TODO                         |    1 -
26768  src/hb-open-type-private.hh      |   22 ++++++++++++++++++++++
26769  src/hb-ot-layout-gpos-private.hh |   15 ++++++++-------
26770  3 files changed, 30 insertions(+), 8 deletions(-)
26771
26772 commit ae728e51e94d18d731b7c8dc524da1a4f427d63b
26773 Author: Behdad Esfahbod <behdad@behdad.org>
26774 Date:   Fri Aug 14 16:41:00 2009 -0400
26775
26776     [HB] Debug output for SANITIZE_MEM()
26777
26778  src/hb-open-type-private.hh |   34 +++++++++++++++++++++++-----------
26779  1 files changed, 23 insertions(+), 11 deletions(-)
26780
26781 commit 41895506cb6a41b1a833866f8822261ea449ea0b
26782 Author: Behdad Esfahbod <behdad@behdad.org>
26783 Date:   Fri Aug 14 16:25:33 2009 -0400
26784
26785     [HB] Use inline function for SANITIZE_MEM()
26786
26787  src/hb-open-type-private.hh |   33 ++++++++++++++++++++-------------
26788  1 files changed, 20 insertions(+), 13 deletions(-)
26789
26790 commit 95528131b5ab9fc9e265ace715832135ebd457a4
26791 Author: Behdad Esfahbod <behdad@behdad.org>
26792 Date:   Fri Aug 14 16:17:32 2009 -0400
26793
26794     [HB] Use SANITIZE_THIS() when applicable
26795
26796  src/hb-open-type-private.hh |    6 +++---
26797  1 files changed, 3 insertions(+), 3 deletions(-)
26798
26799 commit 5769538abfe153c503da4801649493e57a9854c2
26800 Author: Behdad Esfahbod <behdad@behdad.org>
26801 Date:   Fri Aug 14 16:12:22 2009 -0400
26802
26803     [HB] Add note about auditing sanitize code for overflows
26804
26805  src/TODO                         |    1 +
26806  src/hb-ot-layout-gpos-private.hh |    2 +-
26807  2 files changed, 2 insertions(+), 1 deletions(-)
26808
26809 commit 15232e26f4a89dab1b6de35ad9d3d16e75bf93d0
26810 Author: Behdad Esfahbod <behdad@behdad.org>
26811 Date:   Thu Aug 13 17:13:25 2009 -0400
26812
26813     [HB] Add empty hb_shape() API
26814
26815  src/Makefile.am |    2 ++
26816  src/hb-shape.c  |   40 ++++++++++++++++++++++++++++++++++++++++
26817  src/hb-shape.h  |   53
26818  +++++++++++++++++++++++++++++++++++++++++++++++++++++
26819  3 files changed, 95 insertions(+), 0 deletions(-)
26820
26821 commit 2866d2974b6768e93cc7d473d14c5a8abae5f7fd
26822 Author: Behdad Esfahbod <behdad@behdad.org>
26823 Date:   Thu Aug 13 11:47:08 2009 -0400
26824
26825     [HB] Bitfield packing *is* very delicate
26826
26827     Fix the second instance.
26828
26829  src/hb-buffer.h |    2 +-
26830  1 files changed, 1 insertions(+), 1 deletions(-)
26831
26832 commit ec90ee23b29aab187c3fa209970aa97434c84b1b
26833 Author: Behdad Esfahbod <behdad@behdad.org>
26834 Date:   Thu Aug 13 05:25:23 2009 -0400
26835
26836     Bug 591511 â€“ hh-blob.c does not compile using mingw on windows
26837
26838     Check for sys/mman.h, not mprotect().
26839
26840  src/hb-blob.c |    8 ++++----
26841  1 files changed, 4 insertions(+), 4 deletions(-)
26842
26843 commit 12eae6d55d468ff2fbe2bc12bec188d313c671f9
26844 Author: Behdad Esfahbod <behdad@behdad.org>
26845 Date:   Thu Aug 13 05:20:46 2009 -0400
26846
26847     [HB] Fix buffer sizing issue with mingw gcc
26848
26849     Bit field packing is a delicate field.  Issue reported in comment
26850     3 here:
26851     http://bugzilla.gnome.org/show_bug.cgi?id=591511
26852
26853  src/hb-buffer-private.h |   14 +++++++-------
26854  1 files changed, 7 insertions(+), 7 deletions(-)
26855
26856 commit 6936706cd77f96961a1239d0c9dc8ede64d7f06d
26857 Author: Behdad Esfahbod <behdad@behdad.org>
26858 Date:   Wed Aug 12 19:45:50 2009 -0400
26859
26860     Bug 591413 â€“ needs to link with libstdc++
26861
26862     Enforce -fno-exceptions better.
26863
26864  src/Makefile.am |    2 +-
26865  1 files changed, 1 insertions(+), 1 deletions(-)
26866
26867 commit c486ea9c3582710474c1085c21c1dc5e2700adc3
26868 Author: Behdad Esfahbod <behdad@behdad.org>
26869 Date:   Wed Aug 12 19:36:29 2009 -0400
26870
26871     Bug 591511 â€“ hb-blob.c does not compile using mingw on windows
26872
26873     Only call mprotect() when available.  For optimal performance, a win32
26874     way to make memory writeable needs to be added.
26875
26876  src/hb-blob.c |    8 ++++++++
26877  1 files changed, 8 insertions(+), 0 deletions(-)
26878
26879 commit a579584594f1ca4781f1c5b92ad78513c0b37480
26880 Author: Behdad Esfahbod <behdad@behdad.org>
26881 Date:   Wed Aug 12 19:23:16 2009 -0400
26882
26883     [HB] Add comment
26884
26885  src/hb-buffer-private.h |    2 +-
26886  1 files changed, 1 insertions(+), 1 deletions(-)
26887
26888 commit b6e66ee102eb5b64d945e5a73ab63fe8cac5edcb
26889 Author: Behdad Esfahbod <behdad@behdad.org>
26890 Date:   Wed Aug 12 16:50:28 2009 -0400
26891
26892     [HB] Always clear positions if dirty, before returning to user
26893
26894  src/hb-buffer.c |    4 ++--
26895  1 files changed, 2 insertions(+), 2 deletions(-)
26896
26897 commit e4679d9fae43f3219c476c5b9e411d1f5d0d5bae
26898 Author: Behdad Esfahbod <behdad@behdad.org>
26899 Date:   Wed Aug 12 16:47:27 2009 -0400
26900
26901     [HB] Fix _hb_buffer_next() when positioning
26902
26903     We were copying glyphs to output.  This should not happen when in
26904     GPOS.  Back then it was fine, then some optimizations broke then
26905     assumption.
26906
26907  src/hb-buffer-private.h |    1 +
26908  src/hb-buffer.c         |   12 ++++++++++++
26909  2 files changed, 13 insertions(+), 0 deletions(-)
26910
26911 commit 5ccf1ba339d6ffb4469f1c4f20d8d8d00012c857
26912 Author: Behdad Esfahbod <behdad@behdad.org>
26913 Date:   Wed Aug 12 15:55:23 2009 -0400
26914
26915     [HB] Fixed signedness warnings
26916
26917  src/hb-open-type-private.hh |    4 ++--
26918  1 files changed, 2 insertions(+), 2 deletions(-)
26919
26920 commit f71329147bd3087588cfeafd6feff45f29d1ca7a
26921 Author: Behdad Esfahbod <behdad@behdad.org>
26922 Date:   Wed Aug 12 15:48:44 2009 -0400
26923
26924     [HB] Ouch.  Fix compilation.
26925
26926  src/hb-ot-layout-gpos-private.hh |    2 +-
26927  1 files changed, 1 insertions(+), 1 deletions(-)
26928
26929 commit 0532ed160c678b5404b20594fd2ca9a640bf6a0a
26930 Author: Behdad Esfahbod <behdad@behdad.org>
26931 Date:   Wed Aug 12 15:40:04 2009 -0400
26932
26933     [HB] Fix invalid access / overflow on x86-64
26934
26935     Bug 591557 â€“ [HB] crash scrolling the evolution message list
26936     Bug 591576 â€“ crashed with SIGSEGV at pango
26937
26938  src/hb-ot-layout-gpos-private.hh |   21 ++++++++++++---------
26939  src/hb-ot-layout-gsub-private.hh |    2 --
26940  2 files changed, 12 insertions(+), 11 deletions(-)
26941
26942 commit 8d70312c7b899131c3aafa7a43527ef3ced33bfe
26943 Author: Behdad Esfahbod <behdad@behdad.org>
26944 Date:   Mon Aug 10 23:50:51 2009 -0400
26945
26946     [HB] Add hb_font_funcs_make_immutable()
26947
26948  src/hb-font-private.h |    4 ++++
26949  src/hb-font.cc        |   17 +++++++++++++++--
26950  src/hb-font.h         |    3 +++
26951  3 files changed, 22 insertions(+), 2 deletions(-)
26952
26953 commit 3284d05da27c338d94f0da99df66d924cd9d6717
26954 Author: Behdad Esfahbod <behdad@behdad.org>
26955 Date:   Mon Aug 10 23:45:57 2009 -0400
26956
26957     [HB] Add missing initializer
26958
26959  src/hb-font.cc |    4 +++-
26960  1 files changed, 3 insertions(+), 1 deletions(-)
26961
26962 commit 081819ea8b98c0a4b4dffe8d4aca3512f9798719
26963 Author: Behdad Esfahbod <behdad@behdad.org>
26964 Date:   Mon Aug 10 23:40:28 2009 -0400
26965
26966     [OT] Hookup glib unicode funcs
26967
26968  src/hb-buffer.c     |   14 +++++++-------
26969  src/hb-glib.c       |    4 +++-
26970  src/hb-glib.h       |    4 ++--
26971  src/hb-ot-layout.cc |   10 +++++-----
26972  src/hb-private.h    |    2 +-
26973  5 files changed, 18 insertions(+), 16 deletions(-)
26974
26975 commit 49f261df2aa753e8b09e97f7835e6a827f92970a
26976 Author: Behdad Esfahbod <behdad@behdad.org>
26977 Date:   Mon Aug 10 23:35:05 2009 -0400
26978
26979     [HB] Add hb-glib
26980
26981  src/Makefile.am          |    4 ++-
26982  src/hb-glib.c            |   56
26983  ++++++++++++++++++++++++++++++++++++++++++++++
26984  src/hb-glib.h            |   41 +++++++++++++++++++++++++++++++++
26985  src/hb-unicode-private.h |    2 +-
26986  src/hb-unicode.c         |   10 ++++----
26987  src/hb-unicode.h         |    6 ++--
26988  6 files changed, 109 insertions(+), 10 deletions(-)
26989
26990 commit eb27ec0cef0d92740875ab5035b53acc639e5fae
26991 Author: Behdad Esfahbod <behdad@behdad.org>
26992 Date:   Mon Aug 10 23:25:28 2009 -0400
26993
26994     [HB] Add hb_unicode_funcs_make_immutable()
26995
26996  src/hb-unicode-private.h |    2 ++
26997  src/hb-unicode.c         |   22 +++++++++++++++++-----
26998  src/hb-unicode.h         |    2 ++
26999  3 files changed, 21 insertions(+), 5 deletions(-)
27000
27001 commit af9e104028b7cdc1fbba0eb1d86cfa4d5258657f
27002 Author: Behdad Esfahbod <behdad@behdad.org>
27003 Date:   Mon Aug 10 23:21:33 2009 -0400
27004
27005     [HB] Use nil unicode funcs in nil face
27006
27007  src/hb-font.cc           |    7 ++++---
27008  src/hb-unicode-private.h |    3 +++
27009  src/hb-unicode.c         |    2 +-
27010  3 files changed, 8 insertions(+), 4 deletions(-)
27011
27012 commit 48910f8f0034c54b4e11cef3d08aa40e52c06b28
27013 Author: Behdad Esfahbod <behdad@behdad.org>
27014 Date:   Mon Aug 10 23:05:05 2009 -0400
27015
27016     [HB] Initialize unicode funcs to nil getters
27017
27018  src/hb-unicode.c |   29 +++++++++++++++++++----------
27019  1 files changed, 19 insertions(+), 10 deletions(-)
27020
27021 commit 04cc0a29ee1472c318c36efcd19b9c1a6657d9ea
27022 Author: Behdad Esfahbod <behdad@behdad.org>
27023 Date:   Mon Aug 10 22:58:56 2009 -0400
27024
27025     [HB] Flesh out Unicode funcs
27026
27027  src/hb-object-private.h  |    2 +-
27028  src/hb-unicode-private.h |   12 +++-----
27029  src/hb-unicode.c         |   67
27030  ++++++++++++++++++++++++++++++++++++++++-----
27031  src/hb-unicode.h         |    3 --
27032  4 files changed, 65 insertions(+), 19 deletions(-)
27033
27034 commit 299f08961ffcea27e8def4f0743d0c86ef8dadf1
27035 Author: Behdad Esfahbod <behdad@behdad.org>
27036 Date:   Mon Aug 10 22:47:57 2009 -0400
27037
27038     [HB] Implement buffer UTF-X input
27039
27040  src/hb-buffer.c |  110
27041  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
27042  src/hb-buffer.h |   12 +++---
27043  2 files changed, 116 insertions(+), 6 deletions(-)
27044
27045 commit 1b7b97f28ac192006ca5b6d1cc9fbc80fa2bdb55
27046 Author: Behdad Esfahbod <behdad@behdad.org>
27047 Date:   Mon Aug 10 21:10:37 2009 -0400
27048
27049     [HB] Add buffer UTF-X API
27050
27051  src/hb-buffer.h |   21 +++++++++++++++++++++
27052  1 files changed, 21 insertions(+), 0 deletions(-)
27053
27054 commit fbaf8ffa098bd2b6fb4f4bc2d04b360a319c4af5
27055 Author: Behdad Esfahbod <behdad@behdad.org>
27056 Date:   Mon Aug 10 20:59:25 2009 -0400
27057
27058     [HB] Add hb_buffer_reverse()
27059
27060  src/hb-buffer.c |   32 +++++++++++++++++++++++++++++---
27061  src/hb-buffer.h |    7 +++++++
27062  2 files changed, 36 insertions(+), 3 deletions(-)
27063
27064 commit cbe5a4e08e6c2ccfdf98e630d48ec9da69374516
27065 Author: Behdad Esfahbod <behdad@behdad.org>
27066 Date:   Mon Aug 10 20:24:49 2009 -0400
27067
27068     [HB] Reuse the positions array as alt string array
27069
27070  src/hb-buffer-private.h |    1 -
27071  src/hb-buffer.c         |   28 +++++++++-------------------
27072  2 files changed, 9 insertions(+), 20 deletions(-)
27073
27074 commit 5c44188455ca1b696aa24b20c3a83877dfae2fb2
27075 Author: Behdad Esfahbod <behdad@behdad.org>
27076 Date:   Mon Aug 10 20:05:16 2009 -0400
27077
27078     [HB] Start adding Unicode funcs
27079
27080  src/Makefile.am          |    3 +
27081  src/hb-font-private.h    |   29 ++-----
27082  src/hb-font.cc           |  163 +++++++++-------------------------
27083  src/hb-font.h            |  140 ++++++++++-------------------
27084  src/hb-unicode-private.h |   54 +++++++++++
27085  src/hb-unicode.c         |   89 +++++++++++++++++++
27086  src/hb-unicode.h         |  220
27087  ++++++++++++++++++++++++++++++++++++++++++++++
27088  7 files changed, 463 insertions(+), 235 deletions(-)
27089
27090 commit 20b035dad41247076815a2bbb0346d63058b322f
27091 Author: Behdad Esfahbod <behdad@behdad.org>
27092 Date:   Mon Aug 10 19:00:36 2009 -0400
27093
27094     [HB] Put C++ inline's back
27095
27096     Apparetly in C++, inline means a totally different thing.
27097
27098  src/hb-open-file-private.hh          |   14 +++++++-------
27099  src/hb-open-type-private.hh          |   16 ++++++++--------
27100  src/hb-ot-layout-common-private.hh   |   12 ++++++------
27101  src/hb-ot-layout-gdef-private.hh     |    4 ++--
27102  src/hb-ot-layout-gpos-private.hh     |   12 ++++++------
27103  src/hb-ot-layout-gsub-private.hh     |   12 ++++++------
27104  src/hb-ot-layout-gsubgpos-private.hh |   12 ++++++------
27105  7 files changed, 41 insertions(+), 41 deletions(-)
27106
27107 commit a62f776d8e7e3e57d28ee71b34abab0a5b8471eb
27108 Author: Behdad Esfahbod <behdad@behdad.org>
27109 Date:   Mon Aug 10 13:57:02 2009 -0400
27110
27111     [HB] Don't override CXX compiler
27112
27113     Just add couple of options to it (still assuming gcc)
27114
27115  src/Makefile.am |    3 ++-
27116  1 files changed, 2 insertions(+), 1 deletions(-)
27117
27118 commit 6bdab706ecb41c1305e85d041a586e86c54d0ab7
27119 Author: Behdad Esfahbod <behdad@behdad.org>
27120 Date:   Mon Aug 10 09:35:11 2009 -0400
27121
27122     [HB] Indent
27123
27124  src/hb-ot-layout.h |    8 ++++----
27125  1 files changed, 4 insertions(+), 4 deletions(-)
27126
27127 commit 797724904a3ab294f8390d4ff80c299d8213a5c6
27128 Author: Behdad Esfahbod <behdad@behdad.org>
27129 Date:   Sun Aug 9 22:25:17 2009 -0400
27130
27131     [HB] Remove unused code
27132
27133  src/hb-ot-layout-gdef-private.hh |   10 ----------
27134  1 files changed, 0 insertions(+), 10 deletions(-)
27135
27136 commit 284899ccbe79fda7405ab09d3092fc25fd89e810
27137 Author: Behdad Esfahbod <behdad@behdad.org>
27138 Date:   Sun Aug 9 22:10:39 2009 -0400
27139
27140     [HB] Add a NEXT() macro
27141
27142  src/hb-open-type-private.hh          |    2 ++
27143  src/hb-ot-layout-common-private.hh   |    4 ++--
27144  src/hb-ot-layout-gsub-private.hh     |    8 ++++----
27145  src/hb-ot-layout-gsubgpos-private.hh |   24 ++++++++++++------------
27146  4 files changed, 20 insertions(+), 18 deletions(-)
27147
27148 commit 918572fc870dfd7596155ce700247a5bb024fb1a
27149 Author: Behdad Esfahbod <behdad@behdad.org>
27150 Date:   Sun Aug 9 18:31:47 2009 -0400
27151
27152     [HB] Remove done TODO item
27153
27154  src/TODO |    1 -
27155  1 files changed, 0 insertions(+), 1 deletions(-)
27156
27157 commit 67cb8111f209de26b3afa46e9fb7e4d01c9ecad4
27158 Author: Behdad Esfahbod <behdad@behdad.org>
27159 Date:   Sun Aug 9 13:05:08 2009 -0400
27160
27161     [HB] Print mark sets in main.cc
27162
27163  src/main.cc |    2 ++
27164  1 files changed, 2 insertions(+), 0 deletions(-)
27165
27166 commit 17878255fa88e76cd503461fc1ade2ed365cebd2
27167 Author: Behdad Esfahbod <behdad@behdad.org>
27168 Date:   Sat Aug 8 16:57:27 2009 -0400
27169
27170     [HB] Remove hb_ot_layout_table_find_feature()
27171
27172     That function doesn't make much sense as multiple features in the
27173     table may
27174     have the same tag.
27175
27176  src/hb-ot-layout.cc |   16 ----------------
27177  src/hb-ot-layout.h  |    6 ------
27178  2 files changed, 0 insertions(+), 22 deletions(-)
27179
27180 commit 468769b8f5332940278244e744ec2bd5a5dc5ee9
27181 Author: Behdad Esfahbod <behdad@behdad.org>
27182 Date:   Sat Aug 8 16:53:23 2009 -0400
27183
27184     [HB] Rename hb_ot_layout_feature_mask_t to hb_mask_t
27185
27186  src/TODO                         |    1 -
27187  src/hb-buffer-private.h          |    4 ++--
27188  src/hb-buffer.c                  |   12 ++++++------
27189  src/hb-buffer.h                  |    4 ++--
27190  src/hb-common.h                  |    1 +
27191  src/hb-ot-layout-gpos-private.hh |   12 ++++++------
27192  src/hb-ot-layout-gsub-private.hh |   14 +++++++-------
27193  src/hb-ot-layout.cc              |   18 +++++++++---------
27194  src/hb-ot-layout.h               |   34
27195  +++++++++-------------------------
27196  9 files changed, 42 insertions(+), 58 deletions(-)
27197
27198 commit 7f96b39a9d5a81ba77e0c3dea8fe2cdb9957c4c7
27199 Author: Behdad Esfahbod <behdad@behdad.org>
27200 Date:   Sat Aug 8 16:37:22 2009 -0400
27201
27202     [HB] Fix bug introduced recently
27203
27204  src/hb-open-type-private.hh |    4 ++--
27205  1 files changed, 2 insertions(+), 2 deletions(-)
27206
27207 commit bff3c0fde5da04a70d1f7aeeb9fa2a75fe5c07f6
27208 Author: Behdad Esfahbod <behdad@behdad.org>
27209 Date:   Fri Aug 7 19:46:30 2009 -0400
27210
27211     [HB] Remove clumsy macros and improve API
27212
27213  src/TODO                             |    2 -
27214  src/hb-open-file-private.hh          |   41 ++++++++--
27215  src/hb-open-type-private.hh          |  104 +-----------------------
27216  src/hb-ot-layout-common-private.hh   |  103 ++++++++++++++++++------
27217  src/hb-ot-layout-gsubgpos-private.hh |   35 +++++++--
27218  src/hb-ot-layout.cc                  |  146
27219  ++++++++++++----------------------
27220  src/hb-ot-layout.h                   |  101 ++++++++++--------------
27221  7 files changed, 240 insertions(+), 292 deletions(-)
27222
27223 commit d0b657379bbe63602953412d6bc944b2a0f430eb
27224 Author: Behdad Esfahbod <behdad@behdad.org>
27225 Date:   Thu Aug 6 18:34:47 2009 -0400
27226
27227     [HB] Fix various XXX issues
27228
27229  src/hb-open-type-private.hh      |   13 ++++++++++---
27230  src/hb-ot-layout-gdef-private.hh |    5 ++---
27231  2 files changed, 12 insertions(+), 6 deletions(-)
27232
27233 commit 82199868fb036b63799af761762225d45d36f575
27234 Author: Behdad Esfahbod <behdad@behdad.org>
27235 Date:   Thu Aug 6 18:28:45 2009 -0400
27236
27237     [HB] Remove unused var
27238
27239  src/hb-ot-layout-private.h |    2 --
27240  1 files changed, 0 insertions(+), 2 deletions(-)
27241
27242 commit 07e69226cbd4167741fd868a3125487bbabb99dc
27243 Author: Behdad Esfahbod <behdad@behdad.org>
27244 Date:   Thu Aug 6 18:28:00 2009 -0400
27245
27246     [HB] Remove another stale XXX
27247
27248  src/hb-ot-layout.cc |    2 --
27249  1 files changed, 0 insertions(+), 2 deletions(-)
27250
27251 commit e605c367c5627e7ab05af9cb59247a89290e598a
27252 Author: Behdad Esfahbod <behdad@behdad.org>
27253 Date:   Thu Aug 6 18:27:28 2009 -0400
27254
27255     [HB] Rebrand XXX as TODO
27256
27257  src/hb-open-file-private.hh |    4 ++--
27258  1 files changed, 2 insertions(+), 2 deletions(-)
27259
27260 commit c5a13048e21fcfcfd3b74f800e8d521e6245b451
27261 Author: Behdad Esfahbod <behdad@behdad.org>
27262 Date:   Thu Aug 6 18:26:38 2009 -0400
27263
27264     [HB] Remove stale XXX
27265
27266  src/hb-blob.c |    2 --
27267  1 files changed, 0 insertions(+), 2 deletions(-)
27268
27269 commit 9e826ea2832f0444bcef9075b445d481a58a09c2
27270 Author: Behdad Esfahbod <behdad@behdad.org>
27271 Date:   Thu Aug 6 18:24:55 2009 -0400
27272
27273     [HB] Fix unaligned access
27274
27275  src/hb-open-type-private.hh |   20 +++++++++++++++++---
27276  src/hb-private.h            |   22 ++++++++++++++++++++++
27277  2 files changed, 39 insertions(+), 3 deletions(-)
27278
27279 commit 71a8344a5eeaa34e31d53138cf3bbe30b819f83c
27280 Author: Behdad Esfahbod <behdad@behdad.org>
27281 Date:   Thu Aug 6 14:28:18 2009 -0400
27282
27283     [HB] Remove a few 'inline's, though the compiler mostly ignores them
27284
27285  src/hb-open-file-private.hh          |    1 -
27286  src/hb-open-type-private.hh          |   16 ++++++++--------
27287  src/hb-ot-layout-gsubgpos-private.hh |    6 +++---
27288  3 files changed, 11 insertions(+), 12 deletions(-)
27289
27290 commit 7f3d5c8166e5205e9d9bf8b4b2f31d44387a8006
27291 Author: Behdad Esfahbod <behdad@behdad.org>
27292 Date:   Thu Aug 6 13:33:51 2009 -0400
27293
27294     [HB] Fix blob to use a actual mutex
27295
27296  src/hb-blob.c           |  125
27297  ++++++++++++++++++++++++++++++++++-------------
27298  src/hb-object-private.h |    4 +-
27299  src/hb-private.h        |   20 +++++---
27300  3 files changed, 106 insertions(+), 43 deletions(-)
27301
27302 commit a794ebf4be9896393f4badf02905a4007981a588
27303 Author: Behdad Esfahbod <behdad@behdad.org>
27304 Date:   Thu Aug 6 12:32:35 2009 -0400
27305
27306     [HB] Use glib again
27307
27308  src/Makefile.am         |    5 +++--
27309  src/hb-blob.c           |    4 ++--
27310  src/hb-object-private.h |   19 ++++++-------------
27311  src/hb-private.h        |   45
27312  ++++++++++++++++++++++++++-------------------
27313  4 files changed, 37 insertions(+), 36 deletions(-)
27314
27315 commit 9b76a290a94f2603f3cb9498ae976125347cf54b
27316 Author: Behdad Esfahbod <behdad@behdad.org>
27317 Date:   Thu Aug 6 10:27:38 2009 -0400
27318
27319     [HB] Improve debug output
27320
27321  src/hb-open-type-private.hh |    7 ++++---
27322  1 files changed, 4 insertions(+), 3 deletions(-)
27323
27324 commit 9faee63034d3965735bd6362c0beeca1613bd771
27325 Author: Behdad Esfahbod <behdad@behdad.org>
27326 Date:   Thu Aug 6 10:24:49 2009 -0400
27327
27328     [HB] Minor
27329
27330  src/hb-private.h |    2 +-
27331  1 files changed, 1 insertions(+), 1 deletions(-)
27332
27333 commit f72059ee6946d9b4812b794f662ee83c7e25fe53
27334 Author: Behdad Esfahbod <behdad@behdad.org>
27335 Date:   Wed Aug 5 15:35:02 2009 -0400
27336
27337     [HB] Add a few TODO items
27338
27339  src/TODO |    8 +++++---
27340  1 files changed, 5 insertions(+), 3 deletions(-)
27341
27342 commit 0d77ab8a73f57c9fca4c6f9301dae394d79526e3
27343 Author: Behdad Esfahbod <behdad@behdad.org>
27344 Date:   Wed Aug 5 15:27:42 2009 -0400
27345
27346     [HB] Improve debug output
27347
27348  src/hb-open-type-private.hh |    8 ++++++++
27349  1 files changed, 8 insertions(+), 0 deletions(-)
27350
27351 commit 268cac4c9ef8cb592cfb8507273332165b8d3ad3
27352 Author: Behdad Esfahbod <behdad@behdad.org>
27353 Date:   Wed Aug 5 15:21:48 2009 -0400
27354
27355     [HB] Fix blob unlock
27356
27357  src/hb-blob.c |    2 +-
27358  1 files changed, 1 insertions(+), 1 deletions(-)
27359
27360 commit 7acb389569cf99c6bae9db31a8ed7c7007fbb566
27361 Author: Behdad Esfahbod <behdad@behdad.org>
27362 Date:   Wed Aug 5 15:20:34 2009 -0400
27363
27364     [HB] Improve debug output and fix mprotect bug
27365
27366  src/hb-blob.c               |   57
27367  +++++++++++++++++++++++++++++++++++++------
27368  src/hb-open-type-private.hh |   30 ++++++++++------------
27369  src/hb-private.h            |    3 +-
27370  3 files changed, 65 insertions(+), 25 deletions(-)
27371
27372 commit ec9f8db0d3cad146801b7dc5c59e517de3b6fa34
27373 Author: Behdad Esfahbod <behdad@behdad.org>
27374 Date:   Wed Aug 5 14:52:03 2009 -0400
27375
27376     [HB] Minor
27377
27378  src/hb-private.h |    3 +++
27379  1 files changed, 3 insertions(+), 0 deletions(-)
27380
27381 commit d341881d9a0f835f691b121480046081ad162918
27382 Author: Behdad Esfahbod <behdad@behdad.org>
27383 Date:   Wed Aug 5 14:49:25 2009 -0400
27384
27385     [HB] Fix build of main.cc
27386
27387  src/Makefile.am |    8 ++++----
27388  1 files changed, 4 insertions(+), 4 deletions(-)
27389
27390 commit 8f3be25e7ec88ea451ee8097bf32e5f729f4fef9
27391 Author: Behdad Esfahbod <behdad@behdad.org>
27392 Date:   Tue Aug 4 23:43:40 2009 -0400
27393
27394     [HB] turn debugging off
27395
27396  src/hb-private.h |    2 +-
27397  1 files changed, 1 insertions(+), 1 deletions(-)
27398
27399 commit 62ed5850d9e0e0d0231889470d58e815420c21e5
27400 Author: Behdad Esfahbod <behdad@behdad.org>
27401 Date:   Tue Aug 4 23:30:32 2009 -0400
27402
27403     [HB] Fix another sanitize() bug;  hopefully it's the last one
27404
27405  src/hb-ot-layout-common-private.hh |    2 +-
27406  1 files changed, 1 insertions(+), 1 deletions(-)
27407
27408 commit 90482b68178b687c0f0a3f82cd6a36b2c0bb9384
27409 Author: Behdad Esfahbod <behdad@behdad.org>
27410 Date:   Tue Aug 4 23:24:35 2009 -0400
27411
27412     [HB] Fix a couple other sanitize() bugs
27413
27414  src/hb-ot-layout-gpos-private.hh |    4 ++--
27415  src/hb-ot-layout-gsub-private.hh |    4 ++--
27416  2 files changed, 4 insertions(+), 4 deletions(-)
27417
27418 commit 4f3ad9115a4161fc23fa559c26082440196217ec
27419 Author: Behdad Esfahbod <behdad@behdad.org>
27420 Date:   Tue Aug 4 23:01:23 2009 -0400
27421
27422     [HB] More debugging output
27423
27424  src/hb-open-type-private.hh |   45
27425  ++++++++++++++++++++++++++++++++++++++----
27426  1 files changed, 40 insertions(+), 5 deletions(-)
27427
27428 commit 8cd6fa28d1b77100491519b8dedb2e113508bf59
27429 Author: Behdad Esfahbod <behdad@behdad.org>
27430 Date:   Tue Aug 4 22:55:44 2009 -0400
27431
27432     [HB] Fix fatal Sanitizer bug
27433
27434  src/hb-open-type-private.hh |    2 +-
27435  1 files changed, 1 insertions(+), 1 deletions(-)
27436
27437 commit 2870ac5e5d5d87646a4b273a9805fb3fcf280f97
27438 Author: Behdad Esfahbod <behdad@behdad.org>
27439 Date:   Tue Aug 4 22:43:47 2009 -0400
27440
27441     [HB] Add missing sanitize
27442
27443  src/hb-open-file-private.hh |    1 +
27444  1 files changed, 1 insertions(+), 0 deletions(-)
27445
27446 commit b28815c1f6e46d38471cacbc31248ca6fda8c4d1
27447 Author: Behdad Esfahbod <behdad@behdad.org>
27448 Date:   Tue Aug 4 22:35:36 2009 -0400
27449
27450     [HB] Add sanitize debugging facilities
27451
27452  src/hb-open-file-private.hh          |    4 +++
27453  src/hb-open-type-private.hh          |   43
27454  ++++++++++++++++++++++++++++++----
27455  src/hb-ot-layout-common-private.hh   |   17 +++++++++++++
27456  src/hb-ot-layout-gdef-private.hh     |   10 ++++++++
27457  src/hb-ot-layout-gpos-private.hh     |   28 ++++++++++++++++++++++
27458  src/hb-ot-layout-gsub-private.hh     |   18 ++++++++++++++
27459  src/hb-ot-layout-gsubgpos-private.hh |   16 ++++++++++++
27460  src/hb-private.h                     |    6 ++++-
27461  8 files changed, 136 insertions(+), 6 deletions(-)
27462
27463 commit 7edb430f9182723b7b720708c56088cec1200a70
27464 Author: Behdad Esfahbod <behdad@behdad.org>
27465 Date:   Tue Aug 4 22:06:57 2009 -0400
27466
27467     [HB] Rename open-types to open-type; beauty
27468
27469  src/Makefile.am                    |    2 +-
27470  src/hb-open-file-private.hh        |    2 +-
27471  src/hb-open-type-private.hh        |  565
27472  ++++++++++++++++++++++++++++++++++++
27473  src/hb-open-types-private.hh       |  565
27474  ------------------------------------
27475  src/hb-ot-layout-common-private.hh |    2 +-
27476  5 files changed, 568 insertions(+), 568 deletions(-)
27477
27478 commit f4b58d3fc2956a9d1b6178588d809c781f7a5c0c
27479 Author: Behdad Esfahbod <behdad@behdad.org>
27480 Date:   Tue Aug 4 21:47:29 2009 -0400
27481
27482     [HB] Save edit even if not writeable
27483
27484  src/hb-open-types-private.hh |    6 ++----
27485  1 files changed, 2 insertions(+), 4 deletions(-)
27486
27487 commit 9bd629ccd064e739789e504c41ad875eed93abba
27488 Author: Behdad Esfahbod <behdad@behdad.org>
27489 Date:   Tue Aug 4 21:42:23 2009 -0400
27490
27491     [HB] Fix warnings
27492
27493  src/hb-open-file-private.hh      |    1 +
27494  src/hb-open-types-private.hh     |    5 +++++
27495  src/hb-ot-layout-gsub-private.hh |    3 +--
27496  3 files changed, 7 insertions(+), 2 deletions(-)
27497
27498 commit 5ff4e13143c227fa57854c987b5a98e610f89361
27499 Author: Behdad Esfahbod <behdad@behdad.org>
27500 Date:   Tue Aug 4 21:35:32 2009 -0400
27501
27502     [HB] Avoid infinite recusion in Extension sanitize()
27503
27504  src/hb-ot-layout-gpos-private.hh |    1 +
27505  src/hb-ot-layout-gsub-private.hh |    1 +
27506  2 files changed, 2 insertions(+), 0 deletions(-)
27507
27508 commit d60bb8ca2ae6edf29b2227b56c57f0d16879370b
27509 Author: Behdad Esfahbod <behdad@behdad.org>
27510 Date:   Tue Aug 4 21:32:57 2009 -0400
27511
27512     [HB] Hook Sanitizer up.  Hell's breaking loose right now
27513
27514  src/hb-font.cc               |    7 ++-----
27515  src/hb-open-types-private.hh |    2 +-
27516  src/hb-ot-layout.cc          |   12 ++++++------
27517  3 files changed, 9 insertions(+), 12 deletions(-)
27518
27519 commit 679f41fe61242aa8d7f45b64bdb66395aa530fe2
27520 Author: Behdad Esfahbod <behdad@behdad.org>
27521 Date:   Tue Aug 4 21:32:06 2009 -0400
27522
27523     [HB] Fix leak
27524
27525  src/hb-ot-layout.cc |    2 ++
27526  1 files changed, 2 insertions(+), 0 deletions(-)
27527
27528 commit 4e8a0602bb0b3cbf7f26cc38790e37cdec7b0b37
27529 Author: Behdad Esfahbod <behdad@behdad.org>
27530 Date:   Tue Aug 4 20:52:47 2009 -0400
27531
27532     [HB] Add Sanitizer
27533
27534  src/hb-open-types-private.hh |   58
27535  ++++++++++++++++++++++++++++++++++++++---
27536  1 files changed, 53 insertions(+), 5 deletions(-)
27537
27538 commit 2765d333e523a13dbd932fa33f3b39a5cf83f0f7
27539 Author: Behdad Esfahbod <behdad@behdad.org>
27540 Date:   Tue Aug 4 20:50:18 2009 -0400
27541
27542     [HB] Add XXX
27543
27544  src/hb-open-file-private.hh |    3 +++
27545  1 files changed, 3 insertions(+), 0 deletions(-)
27546
27547 commit a328d66e6a8122f7d4d71941449d4d0136203e08
27548 Author: Behdad Esfahbod <behdad@behdad.org>
27549 Date:   Tue Aug 4 20:27:05 2009 -0400
27550
27551     [HB] Minor cleanup
27552
27553  src/hb-ot-layout-gdef-private.hh     |    2 +-
27554  src/hb-ot-layout-gpos-private.hh     |    2 +-
27555  src/hb-ot-layout-gsub-private.hh     |    2 +-
27556  src/hb-ot-layout-gsubgpos-private.hh |    4 ++--
27557  4 files changed, 5 insertions(+), 5 deletions(-)
27558
27559 commit 577c1116493d785d3455626612f97dabb383abf0
27560 Author: Behdad Esfahbod <behdad@behdad.org>
27561 Date:   Tue Aug 4 19:31:02 2009 -0400
27562
27563     [HB] Shuffle code around
27564
27565  src/hb-open-types-private.hh |  127
27566  +++++++++++++++++++++--------------------
27567  1 files changed, 65 insertions(+), 62 deletions(-)
27568
27569 commit b1e187fc6365f5355c652a61494a5e9f6acf51b4
27570 Author: Behdad Esfahbod <behdad@behdad.org>
27571 Date:   Tue Aug 4 15:28:49 2009 -0400
27572
27573     [HB] More sanitize infrastructure
27574
27575  src/hb-open-types-private.hh |   29 ++++++++++++++++++++++++++++-
27576  1 files changed, 28 insertions(+), 1 deletions(-)
27577
27578 commit b508e5ccd528f3f0f49f545bd5f30a525d5abd5a
27579 Author: Behdad Esfahbod <behdad@behdad.org>
27580 Date:   Tue Aug 4 15:07:24 2009 -0400
27581
27582     [HB] open-file sanitize()
27583
27584  src/hb-open-file-private.hh  |   46
27585  ++++++++++++++++++++++++++++++++++++++---
27586  src/hb-open-types-private.hh |   13 +++++++++++
27587  2 files changed, 55 insertions(+), 4 deletions(-)
27588
27589 commit 738c54d9caa3affc4b434e56bfb810ff6dc9b0b3
27590 Author: Behdad Esfahbod <behdad@behdad.org>
27591 Date:   Tue Aug 4 14:42:46 2009 -0400
27592
27593     [HB] Tag sanitize()
27594
27595  src/hb-open-types-private.hh       |    8 ++++++++
27596  src/hb-ot-layout-common-private.hh |    6 +-----
27597  2 files changed, 9 insertions(+), 5 deletions(-)
27598
27599 commit e49a84c9e37c08808880e74e94c8160731ababa1
27600 Author: Behdad Esfahbod <behdad@behdad.org>
27601 Date:   Tue Aug 4 14:33:23 2009 -0400
27602
27603     [HB] GDEF sanitize()
27604
27605  src/hb-ot-layout-gdef-private.hh     |   54
27606  ++++++++++++++++++++++++++++++++++
27607  src/hb-ot-layout-gpos-private.hh     |    2 +-
27608  src/hb-ot-layout-gsub-private.hh     |    2 +-
27609  src/hb-ot-layout-gsubgpos-private.hh |    2 +-
27610  4 files changed, 57 insertions(+), 3 deletions(-)
27611
27612 commit 18939487d04dba86880b0af8e89cf2cc44a431f5
27613 Author: Behdad Esfahbod <behdad@behdad.org>
27614 Date:   Tue Aug 4 14:27:56 2009 -0400
27615
27616     [HB] Fix Extension sanitize()
27617
27618  src/hb-ot-layout-gpos-private.hh     |    3 ++-
27619  src/hb-ot-layout-gsub-private.hh     |    3 ++-
27620  src/hb-ot-layout-gsubgpos-private.hh |    2 +-
27621  3 files changed, 5 insertions(+), 3 deletions(-)
27622
27623 commit f2be750981be58a723831e69b1670275851d4be9
27624 Author: Behdad Esfahbod <behdad@behdad.org>
27625 Date:   Tue Aug 4 14:12:46 2009 -0400
27626
27627     [HB] Remove stale TODO
27628
27629  src/hb-ot-layout.cc |    2 --
27630  1 files changed, 0 insertions(+), 2 deletions(-)
27631
27632 commit ac26e2a838d1266bb5f39c43245eb2a52c5e072d
27633 Author: Behdad Esfahbod <behdad@behdad.org>
27634 Date:   Tue Aug 4 14:10:39 2009 -0400
27635
27636     [HB] Hookup NEUTER()
27637
27638  src/hb-open-types-private.hh |    6 +++---
27639  1 files changed, 3 insertions(+), 3 deletions(-)
27640
27641 commit 15164d9258a74122a4db748d35532bd72c47cec2
27642 Author: Behdad Esfahbod <behdad@behdad.org>
27643 Date:   Tue Aug 4 13:57:41 2009 -0400
27644
27645     [HB] Fix mix warnings
27646
27647  src/Makefile.am                    |    2 +-
27648  src/hb-font.cc                     |   15 +++------------
27649  src/hb-open-types-private.hh       |    2 +-
27650  src/hb-ot-layout-common-private.hh |    6 +++---
27651  src/hb-ot-layout-gdef-private.hh   |    2 +-
27652  src/hb-ot-layout-gpos-private.hh   |    9 ++++-----
27653  src/hb-ot-layout.cc                |    2 +-
27654  src/main.cc                        |    4 +---
27655  8 files changed, 15 insertions(+), 27 deletions(-)
27656
27657 commit 42b778f89e0818fe06910ce04e2203485823da09
27658 Author: Behdad Esfahbod <behdad@behdad.org>
27659 Date:   Tue Aug 4 13:30:49 2009 -0400
27660
27661     [HB] GPOS sanitize()
27662
27663  src/hb-open-types-private.hh     |   22 ++++-
27664  src/hb-ot-layout-gpos-private.hh |  195
27665  +++++++++++++++++++++++++++++++++++++-
27666  src/hb-ot-layout-gsub-private.hh |    2 -
27667  3 files changed, 213 insertions(+), 6 deletions(-)
27668
27669 commit dc9c4d93cd0f3ac991f32df08c1c17fc389054c0
27670 Author: Behdad Esfahbod <behdad@behdad.org>
27671 Date:   Tue Aug 4 12:26:26 2009 -0400
27672
27673     [HB] Sanitize DeviceTable
27674
27675  src/hb-open-types-private.hh       |    8 ++++----
27676  src/hb-ot-layout-common-private.hh |   17 ++++++++++++++---
27677  src/hb-ot-layout-gsub-private.hh   |    2 +-
27678  3 files changed, 19 insertions(+), 8 deletions(-)
27679
27680 commit ad3a3cd4955661c591b20af1f2c493432f0bebf0
27681 Author: Behdad Esfahbod <behdad@behdad.org>
27682 Date:   Tue Aug 4 12:13:52 2009 -0400
27683
27684     [HB] More casts
27685
27686  src/hb-ot-layout-gsub-private.hh |    2 +-
27687  1 files changed, 1 insertions(+), 1 deletions(-)
27688
27689 commit 95639fccc1ef18eadeb737e8b611d1d1f1315fc2
27690 Author: Behdad Esfahbod <behdad@behdad.org>
27691 Date:   Tue Aug 4 12:05:24 2009 -0400
27692
27693     [HB] Fix couple of bugs
27694
27695  src/hb-open-types-private.hh |    6 +++---
27696  1 files changed, 3 insertions(+), 3 deletions(-)
27697
27698 commit 2b5a59c277f4c5bf7aac9a9005054763e322e02d
27699 Author: Behdad Esfahbod <behdad@behdad.org>
27700 Date:   Tue Aug 4 11:38:50 2009 -0400
27701
27702     [HB] More cast cleanup
27703
27704  src/hb-open-types-private.hh         |   23 +++++++-----
27705  src/hb-ot-layout-common-private.hh   |    7 ++--
27706  src/hb-ot-layout-gsub-private.hh     |   27 +++++---------
27707  src/hb-ot-layout-gsubgpos-private.hh |   64
27708  ++++++++++++---------------------
27709  4 files changed, 50 insertions(+), 71 deletions(-)
27710
27711 commit 196598bbccff08415ff5192314cba044df258cad
27712 Author: Behdad Esfahbod <behdad@behdad.org>
27713 Date:   Tue Aug 4 11:04:32 2009 -0400
27714
27715     [Hb] Use reinterpret casts instead of direct casts to char *
27716
27717  src/hb-open-file-private.hh          |    4 +-
27718  src/hb-open-types-private.hh         |   19 ++++++++++----
27719  src/hb-ot-layout-common-private.hh   |    8 +++---
27720  src/hb-ot-layout-gpos-private.hh     |   12 ++++----
27721  src/hb-ot-layout-gsub-private.hh     |   20 +++++++-------
27722  src/hb-ot-layout-gsubgpos-private.hh |   44
27723  +++++++++++++++++-----------------
27724  6 files changed, 57 insertions(+), 50 deletions(-)
27725
27726 commit 92b5dd8e71e1bdeaa6e86a53f167683a3f5f4289
27727 Author: Behdad Esfahbod <behdad@behdad.org>
27728 Date:   Tue Aug 4 10:41:32 2009 -0400
27729
27730     [HB] Merge more templates
27731
27732  src/hb-open-types-private.hh |  167
27733  ++++++++++++++----------------------------
27734  1 files changed, 55 insertions(+), 112 deletions(-)
27735
27736 commit e6ab2c59ba2d37942ac5fcbfe61d38b7e359ac8c
27737 Author: Behdad Esfahbod <behdad@behdad.org>
27738 Date:   Tue Aug 4 10:23:01 2009 -0400
27739
27740     [HB] Simplify indirect sanitize()
27741
27742  src/hb-open-types-private.hh       |   52
27743  +++++++++++++++++------------------
27744  src/hb-ot-layout-common-private.hh |   11 +-------
27745  2 files changed, 26 insertions(+), 37 deletions(-)
27746
27747 commit 29d8644a315ebe6976f15db2fe96069376d9b8cd
27748 Author: Behdad Esfahbod <behdad@behdad.org>
27749 Date:   Tue Aug 4 02:27:37 2009 -0400
27750
27751     [HB] Finish GSUB sanitize()
27752
27753  src/hb-ot-layout-gsub-private.hh |   21 ++++++++++++++++++++-
27754  1 files changed, 20 insertions(+), 1 deletions(-)
27755
27756 commit cf086adca1b7b5a361a248808f9a847e513d3630
27757 Author: Behdad Esfahbod <behdad@behdad.org>
27758 Date:   Tue Aug 4 02:14:24 2009 -0400
27759
27760     [HB] Add comment
27761
27762  src/hb-ot-layout-common-private.hh |    6 ++++--
27763  1 files changed, 4 insertions(+), 2 deletions(-)
27764
27765 commit a97ce570ab693190350886e4e80942851c4d5727
27766 Author: Behdad Esfahbod <behdad@behdad.org>
27767 Date:   Tue Aug 4 02:10:48 2009 -0400
27768
27769     [HB] Optimize sanitize()
27770
27771  src/hb-open-types-private.hh |    7 ++++++-
27772  1 files changed, 6 insertions(+), 1 deletions(-)
27773
27774 commit cd3827ee567612c5500206b62840702fc956e0f5
27775 Author: Behdad Esfahbod <behdad@behdad.org>
27776 Date:   Tue Aug 4 02:09:34 2009 -0400
27777
27778     [HB] More sanitize()
27779
27780  src/hb-open-file-private.hh          |    2 +-
27781  src/hb-open-types-private.hh         |   12 ++++--
27782  src/hb-ot-layout-common-private.hh   |   64
27783  +++++++++++++++++++++++++++++----
27784  src/hb-ot-layout-gdef-private.hh     |    2 +-
27785  src/hb-ot-layout-gsubgpos-private.hh |   15 +++++++-
27786  5 files changed, 79 insertions(+), 16 deletions(-)
27787
27788 commit 70de50c11ed7037b20eb6814ff60f6e32a9944e4
27789 Author: Behdad Esfahbod <behdad@behdad.org>
27790 Date:   Tue Aug 4 00:58:28 2009 -0400
27791
27792     [HB] Start sanitize()
27793
27794  src/hb-open-types-private.hh         |  105 +++++++++++++++++++++++++++-
27795  src/hb-ot-layout-common-private.hh   |   48 ++++++++++++-
27796  src/hb-ot-layout-gsub-private.hh     |  125
27797  +++++++++++++++++++++++++++++++++-
27798  src/hb-ot-layout-gsubgpos-private.hh |  104 ++++++++++++++++++++++++++++
27799  4 files changed, 376 insertions(+), 6 deletions(-)
27800
27801 commit 5fc22e647c8a2bf6d3cb59185e351ac625e7e322
27802 Author: Behdad Esfahbod <behdad@behdad.org>
27803 Date:   Mon Aug 3 22:43:02 2009 -0400
27804
27805     [HB] Remove use of typeof()
27806
27807  src/hb-blob.c           |    4 ++--
27808  src/hb-buffer.c         |    2 +-
27809  src/hb-font.cc          |   14 +++++++-------
27810  src/hb-object-private.h |    4 ++--
27811  4 files changed, 12 insertions(+), 12 deletions(-)
27812
27813 commit 70e0f2a75ec1559f2f70ada837ce4bc4baca49e3
27814 Author: Behdad Esfahbod <behdad@behdad.org>
27815 Date:   Mon Aug 3 22:01:47 2009 -0400
27816
27817     [HB] Make it all work again
27818
27819  src/hb-font.cc             |   23 +++++++++++--------
27820  src/hb-ot-layout-private.h |    9 +++++--
27821  src/hb-ot-layout.cc        |   51
27822  +++++++++++++++++++++----------------------
27823  3 files changed, 44 insertions(+), 39 deletions(-)
27824
27825 commit 23c86aa0009324433e78fcd0c47f2c0ff14b1949
27826 Author: Behdad Esfahbod <behdad@behdad.org>
27827 Date:   Mon Aug 3 21:40:20 2009 -0400
27828
27829     [HB] Use face_t directly instead of ot_layout_t
27830
27831  src/TODO                             |    1 +
27832  src/hb-font-private.h                |    4 +
27833  src/hb-font.cc                       |   74 +++++++++---
27834  src/hb-font.h                        |    3 +
27835  src/hb-object-private.h              |   36 ++++--
27836  src/hb-ot-layout-gdef-private.hh     |    2 +
27837  src/hb-ot-layout-gpos-private.hh     |   14 +-
27838  src/hb-ot-layout-gsub-private.hh     |   32 +++---
27839  src/hb-ot-layout-gsubgpos-private.hh |    8 +-
27840  src/hb-ot-layout-private.h           |   40 ++++---
27841  src/hb-ot-layout.cc                  |  220
27842  +++++++++++++++-------------------
27843  11 files changed, 237 insertions(+), 197 deletions(-)
27844
27845 commit fc6c94002dd5478cf9fbdaff12d8374a786c85e1
27846 Author: Behdad Esfahbod <behdad@behdad.org>
27847 Date:   Mon Aug 3 21:27:08 2009 -0400
27848
27849     [HB] Simplify sub-blob support
27850
27851  src/hb-blob.c |  172
27852  +++++++++++++++++++++-----------------------------------
27853  src/hb-blob.h |   14 +++--
27854  2 files changed, 74 insertions(+), 112 deletions(-)
27855
27856 commit a26442437ae9f11674e0d68cd5cbf395ade7695d
27857 Author: Behdad Esfahbod <behdad@behdad.org>
27858 Date:   Mon Aug 3 17:53:29 2009 -0400
27859
27860     [HB] Add sub-blobs
27861
27862  src/hb-blob.c |  162
27863  ++++++++++++++++++++++++++++++++++++++++++++++++---------
27864  src/hb-blob.h |   12 ++++-
27865  2 files changed, 147 insertions(+), 27 deletions(-)
27866
27867 commit b28e21b90c4105a0c2e17009b748777294614664
27868 Author: Behdad Esfahbod <behdad@behdad.org>
27869 Date:   Sun Aug 2 20:06:48 2009 -0400
27870
27871     [HB] Rename hb-font.c to hb-font.cc
27872
27873  src/Makefile.am |    2 +-
27874  src/hb-font.c   |  349
27875  -------------------------------------------------------
27876  src/hb-font.cc  |  349
27877  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
27878  3 files changed, 350 insertions(+), 350 deletions(-)
27879
27880 commit 5f5b24f99f52bbc922e238b65c06061ba07c8548
27881 Author: Behdad Esfahbod <behdad@behdad.org>
27882 Date:   Sun Aug 2 20:03:12 2009 -0400
27883
27884     [OT] Rename C++ header files from *.h to *.hh
27885
27886  src/Makefile.am                      |   14 +-
27887  src/hb-open-file-private.h           |  145 ----
27888  src/hb-open-file-private.hh          |  145 ++++
27889  src/hb-open-types-private.h          |  386 ----------
27890  src/hb-open-types-private.hh         |  386 ++++++++++
27891  src/hb-ot-layout-common-private.h    |  447 -----------
27892  src/hb-ot-layout-common-private.hh   |  447 +++++++++++
27893  src/hb-ot-layout-gdef-private.h      |  320 --------
27894  src/hb-ot-layout-gdef-private.hh     |  320 ++++++++
27895  src/hb-ot-layout-gpos-private.h      | 1355
27896  ----------------------------------
27897  src/hb-ot-layout-gpos-private.hh     | 1355
27898  ++++++++++++++++++++++++++++++++++
27899  src/hb-ot-layout-gsub-private.h      |  751 -------------------
27900  src/hb-ot-layout-gsub-private.hh     |  751 +++++++++++++++++++
27901  src/hb-ot-layout-gsubgpos-private.h  |  773 -------------------
27902  src/hb-ot-layout-gsubgpos-private.hh |  773 +++++++++++++++++++
27903  src/hb-ot-layout.cc                  |    8 +-
27904  src/main.cc                          |    6 +-
27905  17 files changed, 4191 insertions(+), 4191 deletions(-)
27906
27907 commit 2098a021a826e76ee27d5db74e32738d7d1c3d30
27908 Author: Behdad Esfahbod <behdad@behdad.org>
27909 Date:   Sun Aug 2 19:57:00 2009 -0400
27910
27911     [HB] Move OT file handling out of ot-layout
27912
27913  src/Makefile.am                   |    3 +-
27914  src/hb-open-file-private.h        |  145 +++++++++++
27915  src/hb-open-types-private.h       |  386 +++++++++++++++++++++++++++++
27916  src/hb-ot-layout-common-private.h |    4 +-
27917  src/hb-ot-layout-open-private.h   |  495
27918  -------------------------------------
27919  src/hb-ot-layout.cc               |    2 +-
27920  src/main.cc                       |    4 +-
27921  7 files changed, 539 insertions(+), 500 deletions(-)
27922
27923 commit 0ead481a5a8623103565fd7d924666e7342278dd
27924 Author: Behdad Esfahbod <behdad@behdad.org>
27925 Date:   Sun Aug 2 17:41:36 2009 -0400
27926
27927     [HB] Port ot-layout to new public API
27928
27929  src/TODO                            |    1 +
27930  src/hb-common.h                     |    1 +
27931  src/hb-font.c                       |    9 +
27932  src/hb-font.h                       |    3 +
27933  src/hb-ot-layout-gdef-private.h     |   32 ++--
27934  src/hb-ot-layout-gpos-private.h     |  106 ++++++------
27935  src/hb-ot-layout-gsub-private.h     |   50 +++---
27936  src/hb-ot-layout-gsubgpos-private.h |   12 +-
27937  src/hb-ot-layout-private.h          |   36 +++-
27938  src/hb-ot-layout.cc                 |  334
27939  +++++++++++++++++++----------------
27940  src/hb-ot-layout.h                  |  207 ++++++++++------------
27941  11 files changed, 415 insertions(+), 376 deletions(-)
27942
27943 commit 678bed433371d90536976a2d57195c1e1867f766
27944 Author: Behdad Esfahbod <behdad@behdad.org>
27945 Date:   Sun Aug 2 15:35:31 2009 -0400
27946
27947     [HB] Add top-level header files
27948
27949  src/Makefile.am |    2 ++
27950  src/hb-ot.h     |   34 ++++++++++++++++++++++++++++++++++
27951  src/hb.h        |   35 +++++++++++++++++++++++++++++++++++
27952  3 files changed, 71 insertions(+), 0 deletions(-)
27953
27954 commit 2c80296aa5991ad67483889147f5c84fefe54af2
27955 Author: Behdad Esfahbod <behdad@behdad.org>
27956 Date:   Sun Aug 2 15:20:22 2009 -0400
27957
27958     [HB] Add XXX marks
27959
27960  src/hb-ot-layout-private.h |    2 ++
27961  src/hb-ot-layout.cc        |    7 ++-----
27962  2 files changed, 4 insertions(+), 5 deletions(-)
27963
27964 commit c46f8efd6ddd981b5724b2600ac98a80193385be
27965 Author: Behdad Esfahbod <behdad@behdad.org>
27966 Date:   Sat Aug 1 23:06:27 2009 -0400
27967
27968     [HB] Rename _duplicate to _copy
27969
27970     To be in line with cairo
27971
27972  src/hb-font.c |    4 ++--
27973  src/hb-font.h |    4 ++--
27974  2 files changed, 4 insertions(+), 4 deletions(-)
27975
27976 commit f1ebe44985e2192844cf1747a4e36ed81e715ce6
27977 Author: Behdad Esfahbod <behdad@behdad.org>
27978 Date:   Sat Aug 1 22:55:11 2009 -0400
27979
27980     [HB] Cleanup TODO
27981
27982  src/TODO |   10 +---------
27983  1 files changed, 1 insertions(+), 9 deletions(-)
27984
27985 commit f1322e52d557726baa010be8d35a594748e8fa1a
27986 Author: Behdad Esfahbod <behdad@behdad.org>
27987 Date:   Sat Aug 1 22:53:04 2009 -0400
27988
27989     [HB] Cleanup public buffer structs
27990
27991  src/hb-buffer-private.h         |   46
27992  ++++++++++++++++++++++++++++++------
27993  src/hb-buffer.c                 |   49
27994  ++++++++++++++++++++-------------------
27995  src/hb-buffer.h                 |   35 +++++++++++++--------------
27996  src/hb-ot-layout-gpos-private.h |    8 +++---
27997  src/hb-ot-layout-private.h      |    5 ++-
27998  src/hb-ot-layout.cc             |   20 ++++++++--------
27999  6 files changed, 97 insertions(+), 66 deletions(-)
28000
28001 commit 6d5bb18e93d2a53350b342869a3ec8f25f0396c2
28002 Author: Behdad Esfahbod <behdad@behdad.org>
28003 Date:   Sat Aug 1 22:25:04 2009 -0400
28004
28005     [OT] Match struct with HB's
28006
28007  src/hb-buffer.c     |    6 +++---
28008  src/hb-buffer.h     |    2 +-
28009  src/hb-ot-layout.cc |   12 ++++++------
28010  3 files changed, 10 insertions(+), 10 deletions(-)
28011
28012 commit 11fbb5487d9900a019440ef8235f35c9f525decb
28013 Author: Behdad Esfahbod <behdad@behdad.org>
28014 Date:   Sat Aug 1 22:19:06 2009 -0400
28015
28016     [HB] Port buffert to new object API
28017
28018  src/hb-buffer-private.h |   24 +++++++++++++++--
28019  src/hb-buffer.c         |   65
28020  ++++++++++++++++++++++++++++++++++++-----------
28021  src/hb-buffer.h         |   53 ++++++++++++++++++++++++--------------
28022  3 files changed, 104 insertions(+), 38 deletions(-)
28023
28024 commit 0cc7bc59ea6e8f38bf1e196c558cca9862ac3302
28025 Author: Behdad Esfahbod <behdad@behdad.org>
28026 Date:   Sat Aug 1 21:38:39 2009 -0400
28027
28028     [HB] Move typedef's around
28029
28030  src/hb-blob.h   |    2 ++
28031  src/hb-common.h |    9 ---------
28032  src/hb-font.h   |   10 ++++++++++
28033  3 files changed, 12 insertions(+), 9 deletions(-)
28034
28035 commit a12dd324a3859496a95602d426aee34ce6c5c8a6
28036 Author: Behdad Esfahbod <behdad@behdad.org>
28037 Date:   Sat Aug 1 21:36:15 2009 -0400
28038
28039     [HB] Add get_reference_count()
28040
28041  src/hb-blob.c           |    6 ++++++
28042  src/hb-blob.h           |    3 +++
28043  src/hb-font.c           |   24 ++++++++++++++++++++++++
28044  src/hb-font.h           |   12 ++++++++++++
28045  src/hb-object-private.h |    7 +++++++
28046  5 files changed, 52 insertions(+), 0 deletions(-)
28047
28048 commit baec684fde2303edb16341bfcf1022cd72acf129
28049 Author: Behdad Esfahbod <behdad@behdad.org>
28050 Date:   Sat Aug 1 21:06:11 2009 -0400
28051
28052     [HB] Remove glib dependency
28053
28054  src/Makefile.am  |    7 ++-----
28055  src/hb-buffer.c  |    2 +-
28056  src/hb-private.h |   30 ++++++++++++++++++------------
28057  src/main.cc      |    1 +
28058  4 files changed, 22 insertions(+), 18 deletions(-)
28059
28060 commit df66028781a7609a515980e64396e6f1044d764a
28061 Author: Behdad Esfahbod <behdad@behdad.org>
28062 Date:   Sat Aug 1 20:46:02 2009 -0400
28063
28064     [HB] Assorted compiler macros
28065
28066  src/hb-ot-layout-open-private.h |    4 +-
28067  src/hb-private.h                |   88
28068  ++++++++++++++++++++++++++++++---------
28069  2 files changed, 70 insertions(+), 22 deletions(-)
28070
28071 commit ba8d94ce3360bfaf2c530d01f2af69237018a531
28072 Author: Behdad Esfahbod <behdad@behdad.org>
28073 Date:   Sat Aug 1 20:29:22 2009 -0400
28074
28075     [HB] Simplify object creation
28076
28077  src/Makefile.am           |    2 +-
28078  src/hb-blob.c             |    6 +--
28079  src/hb-font-private.h     |    1 -
28080  src/hb-font.c             |   37 +++++------------
28081  src/hb-object-private.h   |   97
28082  +++++++++++++++++++++++++++++++++++++++++++++
28083  src/hb-private.h          |    2 +
28084  src/hb-refcount-private.h |   87 ----------------------------------------
28085  7 files changed, 112 insertions(+), 120 deletions(-)
28086
28087 commit c62b503770325819f249885dfc9d4683a69c9efd
28088 Author: Behdad Esfahbod <behdad@behdad.org>
28089 Date:   Sat Aug 1 19:54:49 2009 -0400
28090
28091     [HB] Add abstract font and face API
28092
28093     Not used yet.
28094
28095  src/Makefile.am           |    3 +
28096  src/hb-blob.c             |    6 +-
28097  src/hb-font-private.h     |  108 +++++++++++++++
28098  src/hb-font.c             |  331
28099  +++++++++++++++++++++++++++++++++++++++++++++
28100  src/hb-font.h             |  182 +++++++++++++++++++++++++
28101  src/hb-refcount-private.h |   14 ++-
28102  6 files changed, 636 insertions(+), 8 deletions(-)
28103
28104 commit 35a7383c6138fd705560f0d4bb30659cbd1ab64c
28105 Author: Behdad Esfahbod <behdad@behdad.org>
28106 Date:   Sat Aug 1 19:30:31 2009 -0400
28107
28108     [HB] Simplify refcounting functions
28109
28110  src/hb-blob.c             |   32 ++++++++++----------------------
28111  src/hb-common.h           |    2 ++
28112  src/hb-private.h          |    2 ++
28113  src/hb-refcount-private.h |   31 ++++++++++++++++++++++++++++++-
28114  4 files changed, 44 insertions(+), 23 deletions(-)
28115
28116 commit 23af767a4475fecc1fe9fe9108f12c05c89bc8c9
28117 Author: Behdad Esfahbod <behdad@behdad.org>
28118 Date:   Sat Aug 1 19:10:41 2009 -0400
28119
28120     [HB] Fix for dfont's with multiple faces
28121
28122  src/hb-ot-layout-open-private.h |    6 ++++--
28123  1 files changed, 4 insertions(+), 2 deletions(-)
28124
28125 commit e97a95f2ea2770689bbf076d3c3ac404f273271e
28126 Author: Behdad Esfahbod <behdad@behdad.org>
28127 Date:   Sat Aug 1 19:05:44 2009 -0400
28128
28129     [HB] Use calloc instead of malloc where feasible
28130
28131  src/hb-blob.c   |    8 +++++---
28132  src/hb-buffer.c |    4 ++--
28133  2 files changed, 7 insertions(+), 5 deletions(-)
28134
28135 commit 0090dc0f67b553d2f6eaaedc289c0956ade09ef6
28136 Author: Behdad Esfahbod <behdad@behdad.org>
28137 Date:   Thu Jul 30 16:28:45 2009 -0400
28138
28139     [HB] Remove hinting setting and use ppem==0 to mean "no hinting"
28140
28141  src/hb-blob.h                   |    3 ---
28142  src/hb-common.h                 |    9 +++++++++
28143  src/hb-ot-layout-gpos-private.h |   36
28144  ++++++++++++++++++++++++------------
28145  src/hb-ot-layout-private.h      |    2 --
28146  src/hb-ot-layout.cc             |    7 -------
28147  src/hb-ot-layout.h              |    4 ----
28148  6 files changed, 33 insertions(+), 28 deletions(-)
28149
28150 commit f0954d1e08ae288eda9904e17108fc73f48c0b98
28151 Author: Behdad Esfahbod <behdad@behdad.org>
28152 Date:   Thu Jul 30 15:33:57 2009 -0400
28153
28154     [HB] Add a "blob" manager
28155
28156  src/Makefile.am           |    5 +-
28157  src/hb-blob.c             |  181
28158  +++++++++++++++++++++++++++++++++++++++++++++
28159  src/hb-blob.h             |   74 ++++++++++++++++++
28160  src/hb-private.h          |    2 +
28161  src/hb-refcount-private.h |   54 +++++++++++++
28162  5 files changed, 315 insertions(+), 1 deletions(-)
28163
28164 commit 02a370697d25b986dbf1d5c38f46a89a4833b495
28165 Author: Behdad Esfahbod <behdad@behdad.org>
28166 Date:   Wed Jul 29 18:41:25 2009 -0400
28167
28168     [HB] Move direction to buffer
28169
28170  src/hb-buffer.c                 |    9 +++++++++
28171  src/hb-buffer.h                 |   14 ++++++++++++++
28172  src/hb-ot-layout-gpos-private.h |    2 +-
28173  src/hb-ot-layout-private.h      |    1 -
28174  src/hb-ot-layout.cc             |    7 -------
28175  src/hb-ot-layout.h              |    5 -----
28176  6 files changed, 24 insertions(+), 14 deletions(-)
28177
28178 commit 7cda6fa24c26887c5543d0657b07aad466452cb3
28179 Author: Behdad Esfahbod <behdad@behdad.org>
28180 Date:   Wed Jul 29 18:37:57 2009 -0400
28181
28182     [HB] Rename internal vars
28183
28184  src/hb-ot-layout-gsubgpos-private.h |   56
28185  +++++++++++++++++-----------------
28186  1 files changed, 28 insertions(+), 28 deletions(-)
28187
28188 commit b196e6f2743d631ef181f1116370be3055063d36
28189 Author: Behdad Esfahbod <behdad@behdad.org>
28190 Date:   Tue Jul 28 15:50:42 2009 -0400
28191
28192     [HB] Fix buffer enlargement.  Ouch
28193
28194  src/hb-buffer.c |    2 +-
28195  1 files changed, 1 insertions(+), 1 deletions(-)
28196
28197 commit f9cd1014f8f4d0394b5e0e9eefc1e2af13c59cab
28198 Author: Behdad Esfahbod <behdad@behdad.org>
28199 Date:   Tue Jul 28 15:43:34 2009 -0400
28200
28201     Apply patch from Jonathan Kew
28202
28203  src/hb-buffer.c     |   75
28204  ++++++++++++++++++++++++++------------------------
28205  src/hb-buffer.h     |    6 +++-
28206  src/hb-ot-layout.cc |   31 +++++++++++++++++++++
28207  src/hb-ot-layout.h  |   15 ++++++++++
28208  src/hb-private.h    |    2 +-
28209  5 files changed, 91 insertions(+), 38 deletions(-)
28210
28211 commit 2ebb89d63dd27e800f2b6cbf624924601105f48a
28212 Author: Behdad Esfahbod <behdad@behdad.org>
28213 Date:   Sat Jul 25 19:09:01 2009 -0400
28214
28215     Revert "XX"
28216
28217     This reverts commit c939f6aff405ca7b10b1f1538f46148bff719fcb.
28218
28219  src/Makefile.am                     |    2 -
28220  src/hb-buffer.c                     |    9 ---
28221  src/hb-buffer.h                     |   14 -----
28222  src/hb-common.h                     |    3 -
28223  src/hb-ot-layout-gdef-private.h     |   32 +++++-----
28224  src/hb-ot-layout-gpos-private.h     |  108
28225  +++++++++++++++++-----------------
28226  src/hb-ot-layout-gsub-private.h     |   46 +++++++-------
28227  src/hb-ot-layout-gsubgpos-private.h |   68 +++++++++++-----------
28228  src/hb-ot-layout-private.h          |   28 ++++-----
28229  src/hb-ot-layout.cc                 |   30 ++++++++++
28230  src/hb-ot-layout.h                  |    5 ++
28231  src/hb-private.h                    |   16 -----
28232  12 files changed, 174 insertions(+), 187 deletions(-)
28233
28234 commit 55520d2af172f5f6617b909e80cbd7d898f2bc15
28235 Author: Behdad Esfahbod <behdad@behdad.org>
28236 Date:   Wed Jun 10 23:26:51 2009 -0400
28237
28238     XX
28239
28240  src/Makefile.am                     |    2 +
28241  src/hb-buffer.c                     |    9 +++
28242  src/hb-buffer.h                     |   14 +++++
28243  src/hb-common.h                     |    3 +
28244  src/hb-ot-layout-gdef-private.h     |   32 +++++-----
28245  src/hb-ot-layout-gpos-private.h     |  108
28246  +++++++++++++++++-----------------
28247  src/hb-ot-layout-gsub-private.h     |   46 +++++++-------
28248  src/hb-ot-layout-gsubgpos-private.h |   68 +++++++++++-----------
28249  src/hb-ot-layout-private.h          |   28 +++++----
28250  src/hb-ot-layout.cc                 |   30 ----------
28251  src/hb-ot-layout.h                  |    5 --
28252  src/hb-private.h                    |   16 +++++
28253  12 files changed, 187 insertions(+), 174 deletions(-)
28254
28255 commit f53d434b9151c4ec43c148734b49bb165e522cc9
28256 Author: Behdad Esfahbod <behdad@behdad.org>
28257 Date:   Sat May 30 22:17:32 2009 -0400
28258
28259     [GPOS] Advance buffer cursor in SinglePos lookups.  Ouch!
28260
28261  src/hb-ot-layout-gpos-private.h |    4 ++++
28262  1 files changed, 4 insertions(+), 0 deletions(-)
28263
28264 commit e35bbd570a5d914f86f1ea83941ee4328f268059
28265 Author: Behdad Esfahbod <behdad@behdad.org>
28266 Date:   Sat May 30 12:02:46 2009 -0400
28267
28268     [HB] Improve buffer.  Don't dup out buffer unless out is longer
28269     than in
28270
28271     That is, we work in-place even for ligatures now.
28272
28273  src/hb-buffer.c |  156
28274  ++++++++++++++++++++++++-------------------------------
28275  src/hb-buffer.h |    7 +--
28276  2 files changed, 71 insertions(+), 92 deletions(-)
28277
28278 commit 6734ed4b6b2ce382917bf644aaf1acfa993f00ad
28279 Author: Behdad Esfahbod <behdad@behdad.org>
28280 Date:   Wed May 27 18:16:55 2009 -0400
28281
28282     [GPOS] Fix property checking
28283
28284  src/hb-ot-layout-gpos-private.h |    6 +++---
28285  1 files changed, 3 insertions(+), 3 deletions(-)
28286
28287 commit cc83ae12484108586fba6586bd9008971338b322
28288 Author: Behdad Esfahbod <behdad@behdad.org>
28289 Date:   Wed May 27 00:17:37 2009 -0400
28290
28291     [GPOS] Add vertical TODO
28292
28293  src/hb-ot-layout-gpos-private.h |    2 ++
28294  1 files changed, 2 insertions(+), 0 deletions(-)
28295
28296 commit b69d38e7eaea544ba6c1876cdc6ddac61a698dd3
28297 Author: Behdad Esfahbod <behdad@behdad.org>
28298 Date:   Tue May 26 22:29:02 2009 -0400
28299
28300     [HB] Remove useless include
28301
28302  src/hb-ot-layout-private.h |    3 ---
28303  1 files changed, 0 insertions(+), 3 deletions(-)
28304
28305 commit 6c8108cb583292a679b05844ab613b7f4587adc6
28306 Author: Behdad Esfahbod <behdad@behdad.org>
28307 Date:   Tue May 26 22:26:08 2009 -0400
28308
28309     [GPOS] Remove unused variables
28310
28311  src/hb-ot-layout-gpos-private.h |    3 +--
28312  1 files changed, 1 insertions(+), 2 deletions(-)
28313
28314 commit 09c292e3b688a67fbae67b645d1e6ffcf8d8eb6e
28315 Author: Behdad Esfahbod <behdad@behdad.org>
28316 Date:   Tue May 26 19:48:16 2009 -0400
28317
28318     [HB] Fix glyph properties
28319
28320  src/hb-ot-layout-common-private.h |    6 +++---
28321  src/hb-ot-layout-open-private.h   |    2 +-
28322  src/hb-ot-layout.cc               |    2 +-
28323  3 files changed, 5 insertions(+), 5 deletions(-)
28324
28325 commit 64e33f008ff9cc807fdfdc4553ad3fe01bb0615f
28326 Author: Behdad Esfahbod <behdad@behdad.org>
28327 Date:   Tue May 26 18:57:56 2009 -0400
28328
28329     [GPOS] Fix PairPos signedness
28330
28331  src/hb-ot-layout-gpos-private.h |   11 ++++-------
28332  1 files changed, 4 insertions(+), 7 deletions(-)
28333
28334 commit 80ea5bd10e72561a7627a5196621a6d7eccd91b7
28335 Author: Behdad Esfahbod <behdad@behdad.org>
28336 Date:   Tue May 26 17:58:37 2009 -0400
28337
28338     [GPOS] Fix mark matching
28339
28340  src/hb-ot-layout-gpos-private.h |   44
28341  +++++++++++++++++---------------------
28342  1 files changed, 20 insertions(+), 24 deletions(-)
28343
28344 commit 4189b92aaa41e4a1756c561cc6e08b0ed024afda
28345 Author: Behdad Esfahbod <behdad@behdad.org>
28346 Date:   Tue May 26 17:31:56 2009 -0400
28347
28348     [HB] When looking back/forward, skip marks only
28349
28350  src/TODO                            |    1 -
28351  src/hb-ot-layout-gpos-private.h     |   13 +------
28352  src/hb-ot-layout-gsub-private.h     |   38 ++++++++-----------
28353  src/hb-ot-layout-gsubgpos-private.h |   14 ++++----
28354  src/hb-ot-layout-private.h          |    6 +++
28355  src/hb-ot-layout.cc                 |   69
28356  +++++++++++++++++++++++------------
28357  6 files changed, 76 insertions(+), 65 deletions(-)
28358
28359 commit 1246e41021ab1d782b4c97e5d81c4917a57e3ed4
28360 Author: Behdad Esfahbod <behdad@behdad.org>
28361 Date:   Tue May 26 15:58:34 2009 -0400
28362
28363     [GDEF] Support MarkFilteringSets
28364
28365  src/hb-ot-layout.cc |   59
28366  ++++++++++++++++++--------------------------------
28367  1 files changed, 21 insertions(+), 38 deletions(-)
28368
28369 commit 5130c35e93528bcf3095fee5baf3847589167a58
28370 Author: Behdad Esfahbod <behdad@behdad.org>
28371 Date:   Tue May 26 15:45:41 2009 -0400
28372
28373     [HB] Simplify MarkAttachmentType handling
28374
28375  src/hb-ot-layout-gpos-private.h |    6 +++---
28376  src/hb-ot-layout-gsub-private.h |    6 ++----
28377  src/hb-ot-layout.cc             |   18 ++++++++----------
28378  3 files changed, 13 insertions(+), 17 deletions(-)
28379
28380 commit e4b92b85a7750bd4271ad607b3c41f0184e89feb
28381 Author: Behdad Esfahbod <behdad@behdad.org>
28382 Date:   Tue May 26 15:38:53 2009 -0400
28383
28384     [HB] Support parsing MarkFilteringSets introduced in OpenType 1.6
28385
28386  src/hb-ot-layout-gdef-private.h |   55
28387  +++++++++++++++++++++++++++++++++-----
28388  src/hb-ot-layout-gpos-private.h |    1 +
28389  src/hb-ot-layout.cc             |    6 ++--
28390  3 files changed, 51 insertions(+), 11 deletions(-)
28391
28392 commit 515ce4ceb2ab0151d8dfc03ff0bfc7d110dd93b5
28393 Author: Behdad Esfahbod <behdad@behdad.org>
28394 Date:   Tue May 26 13:08:00 2009 -0400
28395
28396     [HB] More de-C++'ization
28397
28398  src/hb-ot-layout-gsubgpos-private.h |   24 ++++++++++++------------
28399  1 files changed, 12 insertions(+), 12 deletions(-)
28400
28401 commit d7df42d7ee586219475878d160f85ae5a188bd59
28402 Author: Behdad Esfahbod <behdad@behdad.org>
28403 Date:   Tue May 26 13:04:59 2009 -0400
28404
28405     [HB] Start MarkFilteringSet support
28406
28407  src/hb-ot-layout-common-private.h |   24 +++++++++++++++++++-----
28408  1 files changed, 19 insertions(+), 5 deletions(-)
28409
28410 commit 62964afcecd96038cfaa8bc2bc931f43ee83be7e
28411 Author: Behdad Esfahbod <behdad@behdad.org>
28412 Date:   Tue May 26 12:40:10 2009 -0400
28413
28414     [HB] Implement get_lig_carets()
28415
28416  src/hb-ot-layout-gdef-private.h |   57
28417  ++++++++++++++++++++++++++++++--------
28418  src/hb-ot-layout.cc             |   17 +++++++++---
28419  src/hb-ot-layout.h              |    8 +++++-
28420  src/main.cc                     |    9 +-----
28421  4 files changed, 66 insertions(+), 25 deletions(-)
28422
28423 commit 79420ad9caf2d5fc94c3693e8292edfa27060b2d
28424 Author: Behdad Esfahbod <behdad@behdad.org>
28425 Date:   Tue May 26 12:24:16 2009 -0400
28426
28427     [HB] Add get_attach_points()
28428
28429  src/Makefile.am                 |    2 +-
28430  src/hb-ot-layout-gdef-private.h |   35
28431  +++++++++++++++++++++++++----------
28432  src/hb-ot-layout-gpos-private.h |   28 +++++++---------------------
28433  src/hb-ot-layout-gsub-private.h |   28 +++++++---------------------
28434  src/hb-ot-layout-open-private.h |   12 +++---------
28435  src/hb-ot-layout.cc             |    9 +++++++++
28436  src/hb-ot-layout.h              |    6 ++++++
28437  src/main.cc                     |    8 ++++----
28438  8 files changed, 62 insertions(+), 66 deletions(-)
28439
28440 commit 855720ca47bf5a7a44eb5b84dce9f7da6e7156bd
28441 Author: Behdad Esfahbod <behdad@behdad.org>
28442 Date:   Tue May 26 12:00:28 2009 -0400
28443
28444     [HB] Remove more macros
28445
28446  src/hb-ot-layout-gdef-private.h |   18 +++++++++---------
28447  1 files changed, 9 insertions(+), 9 deletions(-)
28448
28449 commit c968fc2dc87cf85b53f60a40db59d5ee7b992edf
28450 Author: Behdad Esfahbod <behdad@behdad.org>
28451 Date:   Mon May 25 04:04:24 2009 -0400
28452
28453     [HB] More buffer cleanup
28454
28455  src/hb-buffer-private.h             |   39 +++--------
28456  src/hb-buffer.c                     |  136
28457  +++++++++++++++++-----------------
28458  src/hb-buffer.h                     |   22 +++---
28459  src/hb-ot-layout-gpos-private.h     |   29 ++++----
28460  src/hb-ot-layout-gsub-private.h     |   10 ++--
28461  src/hb-ot-layout-gsubgpos-private.h |    8 +-
28462  src/hb-ot-layout-private.h          |   13 +---
28463  src/hb-ot-layout.cc                 |   16 ++--
28464  src/hb-private.h                    |   29 --------
28465  9 files changed, 125 insertions(+), 177 deletions(-)
28466
28467 commit 88a5f5a49b6809d88560791f9cf6b8f78f22a4ad
28468 Author: Behdad Esfahbod <behdad@behdad.org>
28469 Date:   Mon May 25 03:39:11 2009 -0400
28470
28471     [HB] Cleanup buffer
28472
28473  src/hb-buffer-private.h             |    2 +-
28474  src/hb-buffer.c                     |   26 +++++++-----
28475  src/hb-ot-layout-gsub-private.h     |   26 ++++---------
28476  src/hb-ot-layout-gsubgpos-private.h |    2 +-
28477  src/hb-ot-layout.cc                 |   71
28478  -----------------------------------
28479  5 files changed, 25 insertions(+), 102 deletions(-)
28480
28481 commit 347f0b8621d3adfec157e5634ff3defc818ea37f
28482 Author: Behdad Esfahbod <behdad@behdad.org>
28483 Date:   Mon May 25 03:30:31 2009 -0400
28484
28485     [HB] Clean more
28486
28487  src/hb-ot-layout-private.h |   10 ++++------
28488  src/hb-ot-layout.cc        |    8 ++++----
28489  2 files changed, 8 insertions(+), 10 deletions(-)
28490
28491 commit d9d2a07f4a8696666a12f5a206aa9cfb56dc2b35
28492 Author: Behdad Esfahbod <behdad@behdad.org>
28493 Date:   Mon May 25 03:24:19 2009 -0400
28494
28495     [HB] Remove one XXX, add another
28496
28497  src/hb-buffer.h            |    2 ++
28498  src/hb-ot-layout-private.h |    3 +--
28499  2 files changed, 3 insertions(+), 2 deletions(-)
28500
28501 commit 6c78683c042250a7b5a6fc6ebae4717b03fadf9e
28502 Author: Behdad Esfahbod <behdad@behdad.org>
28503 Date:   Mon May 25 03:22:19 2009 -0400
28504
28505     [HB] Update copyright years
28506
28507  src/hb-buffer-private.h    |    2 +-
28508  src/hb-buffer.h            |    2 +-
28509  src/hb-common.h            |    2 +-
28510  src/hb-ot-layout-private.h |    2 +-
28511  src/hb-ot-layout.h         |    2 +-
28512  src/hb-private.h           |    2 +-
28513  6 files changed, 6 insertions(+), 6 deletions(-)
28514
28515 commit 4497af0069a94c69fc1518b1db2c1282721b732a
28516 Author: Behdad Esfahbod <behdad@behdad.org>
28517 Date:   Mon May 25 03:20:18 2009 -0400
28518
28519     [HB] Would have helped if I actually knew C++ before using it...
28520
28521  src/hb-ot-layout-gsubgpos-private.h |    4 ++--
28522  src/hb-ot-layout-open-private.h     |   24 ++++++++++++------------
28523  2 files changed, 14 insertions(+), 14 deletions(-)
28524
28525 commit cc6c644ff2af5f6669b6ec100ff13e904872b21c
28526 Author: Behdad Esfahbod <behdad@behdad.org>
28527 Date:   Mon May 25 03:10:06 2009 -0400
28528
28529     [HB] More cleanup
28530
28531  src/hb-ot-layout-common-private.h |    4 ++--
28532  src/hb-ot-layout-open-private.h   |    9 +++++----
28533  2 files changed, 7 insertions(+), 6 deletions(-)
28534
28535 commit 20cc86b3592db33731de671f008d7d222776be49
28536 Author: Behdad Esfahbod <behdad@behdad.org>
28537 Date:   Mon May 25 02:41:49 2009 -0400
28538
28539     [HB] Simplify Tag
28540
28541  src/hb-ot-layout-open-private.h |   46
28542  +++++++++++++++-----------------------
28543  1 files changed, 18 insertions(+), 28 deletions(-)
28544
28545 commit 3ec0092c5e2d48e8c4fc1618d3bee427adddb1e7
28546 Author: Behdad Esfahbod <behdad@behdad.org>
28547 Date:   Mon May 25 02:34:25 2009 -0400
28548
28549     [HB] Simplify more
28550
28551  src/hb-ot-layout-open-private.h |   31 ++++++++++---------------------
28552  1 files changed, 10 insertions(+), 21 deletions(-)
28553
28554 commit 6ad8d5f3c7028147b371137ae4bca6aae66b3489
28555 Author: Behdad Esfahbod <behdad@behdad.org>
28556 Date:   Mon May 25 02:27:29 2009 -0400
28557
28558     [HB] Simplify some basic things
28559
28560  src/hb-ot-layout-open-private.h |   90
28561  +++++++++++++++++++++++++-------------
28562  src/main.cc                     |    8 ++-
28563  2 files changed, 64 insertions(+), 34 deletions(-)
28564
28565 commit f96ffd43bce0ac6d9c897933c9be0e51d543e570
28566 Author: Behdad Esfahbod <behdad@behdad.org>
28567 Date:   Sun May 24 15:01:16 2009 -0400
28568
28569     [HB] simplify macros
28570
28571  src/hb-buffer-private.h    |    4 ++--
28572  src/hb-buffer.h            |    4 ++--
28573  src/hb-common.h            |    8 ++++----
28574  src/hb-ot-layout-private.h |    4 ++--
28575  src/hb-ot-layout.h         |    4 ++--
28576  5 files changed, 12 insertions(+), 12 deletions(-)
28577
28578 commit 8e7b30782a12f3997b9a5a18e6b9d01f6bff8b46
28579 Author: Behdad Esfahbod <behdad@behdad.org>
28580 Date:   Sun May 24 14:27:24 2009 -0400
28581
28582     [HB] Update text files
28583
28584  src/COPYING |    7 -------
28585  src/README  |   13 ++-----------
28586  2 files changed, 2 insertions(+), 18 deletions(-)
28587
28588 commit fa7d47249496fe00ea1ab6943b385c8dd80e5ce6
28589 Author: Behdad Esfahbod <behdad@behdad.org>
28590 Date:   Sun May 24 14:24:35 2009 -0400
28591
28592     [HB] Remove stale makefile.msc too
28593
28594  src/makefile.msc |   19 -------------------
28595  1 files changed, 0 insertions(+), 19 deletions(-)
28596
28597 commit da2c52abcd75d46929b34cad55c4fb2c8892bc08
28598 Author: Behdad Esfahbod <behdad@behdad.org>
28599 Date:   Sun May 24 14:22:22 2009 -0400
28600
28601     [HB] Remove old code!
28602
28603     Goodbye 16 thousand lines of ten-year old code!
28604
28605  src/harfbuzz-dump-main.c      |   97 -
28606  src/harfbuzz-dump.c           |  768 ------
28607  src/harfbuzz-dump.h           |   41 -
28608  src/harfbuzz-gdef-private.h   |  124 -
28609  src/harfbuzz-gdef.c           | 1160 --------
28610  src/harfbuzz-gdef.h           |  135 -
28611  src/harfbuzz-global.h         |   84 -
28612  src/harfbuzz-gpos-private.h   |  712 -----
28613  src/harfbuzz-gpos.c           | 6071
28614  -----------------------------------------
28615  src/harfbuzz-gpos.h           |  174 --
28616  src/harfbuzz-gsub-private.h   |  476 ----
28617  src/harfbuzz-gsub.c           | 4304 -----------------------------
28618  src/harfbuzz-gsub.h           |  140 -
28619  src/harfbuzz-impl.c           |   84 -
28620  src/harfbuzz-impl.h           |  126 -
28621  src/harfbuzz-open-private.h   |  102 -
28622  src/harfbuzz-open.c           | 1405 ----------
28623  src/harfbuzz-open.h           |  282 --
28624  src/harfbuzz-stream-private.h |   83 -
28625  src/harfbuzz-stream.c         |  257 --
28626  src/harfbuzz.c                |   31 -
28627  src/harfbuzz.h                |   35 -
28628  22 files changed, 0 insertions(+), 16691 deletions(-)
28629
28630 commit e5372f1621602dcee4e14a4b22dc182c21502a50
28631 Author: Behdad Esfahbod <behdad@behdad.org>
28632 Date:   Sun May 24 14:21:27 2009 -0400
28633
28634     [HB] Remove stale TODO mark
28635
28636  src/hb-ot-layout-open-private.h |    1 -
28637  1 files changed, 0 insertions(+), 1 deletions(-)
28638
28639 commit 96908b898476ca5d7da5f386b15be76f9e83d76e
28640 Author: Behdad Esfahbod <behdad@behdad.org>
28641 Date:   Sun May 24 12:30:40 2009 -0400
28642
28643     [HB] Add FixedVersion cast to int
28644
28645  src/hb-ot-layout-open-private.h |    2 ++
28646  1 files changed, 2 insertions(+), 0 deletions(-)
28647
28648 commit 957740dd253475020a94a62ec5dfcd03e3358176
28649 Author: Behdad Esfahbod <behdad@behdad.org>
28650 Date:   Sun May 24 12:29:55 2009 -0400
28651
28652     [HB] Simplify tag
28653
28654  src/hb-ot-layout-open-private.h |   10 +++++-----
28655  1 files changed, 5 insertions(+), 5 deletions(-)
28656
28657 commit 87fcdcbe3644da10154688765db2d62eb9ac079a
28658 Author: Behdad Esfahbod <behdad@behdad.org>
28659 Date:   Sun May 24 01:03:24 2009 -0400
28660
28661     [HB] Remove unused data types
28662
28663  src/hb-ot-layout-gdef-private.h     |    2 +-
28664  src/hb-ot-layout-gsubgpos-private.h |    2 +-
28665  src/hb-ot-layout-open-private.h     |   54
28666  +++-------------------------------
28667  3 files changed, 7 insertions(+), 51 deletions(-)
28668
28669 commit 5876bf1b73fcb56cc41b4d348248a4817f9688cb
28670 Author: Behdad Esfahbod <behdad@behdad.org>
28671 Date:   Sun May 24 00:53:28 2009 -0400
28672
28673     [HB] Simplify version check in GSUB/GPOS
28674
28675  src/hb-ot-layout-gpos-private.h |    5 ++++-
28676  src/hb-ot-layout-gsub-private.h |    5 ++++-
28677  2 files changed, 8 insertions(+), 2 deletions(-)
28678
28679 commit 212aba6189d7aaac0bab169b77ae6bdab16800a5
28680 Author: Behdad Esfahbod <behdad@behdad.org>
28681 Date:   Sun May 24 00:50:27 2009 -0400
28682
28683     [HB] Check for GDEF/GSUB/GPOS versions
28684
28685  src/hb-ot-layout-gdef-private.h     |    3 +--
28686  src/hb-ot-layout-gpos-private.h     |    3 +--
28687  src/hb-ot-layout-gsub-private.h     |    3 +--
28688  src/hb-ot-layout-gsubgpos-private.h |    5 ++---
28689  src/hb-ot-layout-open-private.h     |   11 ++++++++++-
28690  5 files changed, 15 insertions(+), 10 deletions(-)
28691
28692 commit a21b5062cc32c04eeee3c4b20d26c7e2b34133e9
28693 Author: Behdad Esfahbod <behdad@behdad.org>
28694 Date:   Sat May 23 22:39:42 2009 -0400
28695
28696     [HB] Minor
28697
28698  src/hb-ot-layout-gdef-private.h |    6 +++---
28699  src/hb-ot-layout-open-private.h |    4 ++--
28700  2 files changed, 5 insertions(+), 5 deletions(-)
28701
28702 commit a080b1cc2f66d6e109d431a1e09519d7cf53bb9a
28703 Author: Behdad Esfahbod <behdad@behdad.org>
28704 Date:   Sat May 23 18:50:44 2009 -0400
28705
28706     [HB] Add TODO items
28707
28708  src/TODO |    6 ++++++
28709  1 files changed, 6 insertions(+), 0 deletions(-)
28710
28711 commit e4efdd80a8fa4edbcdec9cd84f35f5f4521943c2
28712 Author: Behdad Esfahbod <behdad@behdad.org>
28713 Date:   Fri May 22 18:54:24 2009 -0400
28714
28715     [GDEF] Add some get_carret_value() code
28716
28717  src/hb-ot-layout-gdef-private.h |   36
28718  ++++++++++++++++++------------------
28719  1 files changed, 18 insertions(+), 18 deletions(-)
28720
28721 commit 9b006bc0322723d065271e4b0ea4f137f81101e1
28722 Author: Behdad Esfahbod <behdad@behdad.org>
28723 Date:   Fri May 22 18:29:45 2009 -0400
28724
28725     [GPOS] MarkLigPosFormat1
28726
28727     GPOS is complete now!  Yay!
28728
28729  src/hb-ot-layout-gpos-private.h |  128
28730  ++++++++++++++++++++++++++++-----------
28731  1 files changed, 92 insertions(+), 36 deletions(-)
28732
28733 commit 923923feb248250626c637c11a886804011197b0
28734 Author: Behdad Esfahbod <behdad@behdad.org>
28735 Date:   Fri May 22 17:58:09 2009 -0400
28736
28737     [HB] Remove apply_subtables() again
28738
28739  src/hb-ot-layout-gpos-private.h |   31 +++++++++++--------------------
28740  src/hb-ot-layout-gsub-private.h |   33 ++++++++++++---------------------
28741  2 files changed, 23 insertions(+), 41 deletions(-)
28742
28743 commit d468f9af5b9fdc2713b0b86f28129e4190ee5053
28744 Author: Behdad Esfahbod <behdad@behdad.org>
28745 Date:   Thu May 21 22:31:33 2009 -0400
28746
28747     [HB] Share Extension lookup code between GSUB and GPOS
28748
28749  src/hb-ot-layout-gpos-private.h     |   64 +++++----------------------
28750  src/hb-ot-layout-gsub-private.h     |   83
28751  ++++++-----------------------------
28752  src/hb-ot-layout-gsubgpos-private.h |   52 ++++++++++++++++++++++
28753  3 files changed, 77 insertions(+), 122 deletions(-)
28754
28755 commit 498f1909e0f7a32484b2058622c4a018cbfc1334
28756 Author: Behdad Esfahbod <behdad@behdad.org>
28757 Date:   Thu May 21 15:51:04 2009 -0400
28758
28759     [GPOS] Remove printf.  MarkMarkPos1 is working
28760
28761     The "bug" was in the font.
28762
28763  src/hb-ot-layout-gpos-private.h |    1 -
28764  1 files changed, 0 insertions(+), 1 deletions(-)
28765
28766 commit c7d457aa3ae7138630f52ca7263f663a3ea284c0
28767 Author: Behdad Esfahbod <behdad@behdad.org>
28768 Date:   Thu May 21 12:46:29 2009 -0400
28769
28770     [HB] Ouch.  Add files.
28771
28772  src/hb-common.h  |   13 ++++-----
28773  src/hb-private.h |   74
28774  ++++++++++++++++++++++++++++++++++++++++++++++++++++-
28775  2 files changed, 78 insertions(+), 9 deletions(-)
28776
28777 commit fe550f4dd815285e9de8c3cbff810b0a1c7b377f
28778 Author: Behdad Esfahbod <behdad@behdad.org>
28779 Date:   Thu May 21 08:27:07 2009 -0400
28780
28781     [GPOS] MarkMarkPosFormat1
28782
28783     Still not quite working.
28784
28785  src/TODO                        |    4 +-
28786  src/hb-ot-layout-gpos-private.h |  105
28787  ++++++++++++++++++++++++++++-----------
28788  2 files changed, 79 insertions(+), 30 deletions(-)
28789
28790 commit 357ccde36bba01a405d59b7da061fc5048cdc7b4
28791 Author: Behdad Esfahbod <behdad@behdad.org>
28792 Date:   Thu May 21 06:32:01 2009 -0400
28793
28794     [GPOS] MarkBasePosFormat1
28795
28796  src/TODO                        |    1 +
28797  src/hb-ot-layout-gpos-private.h |   62
28798  +++++++++++++++++++++++++++++++++++---
28799  2 files changed, 58 insertions(+), 5 deletions(-)
28800
28801 commit 377bfc5860ae018f54e4a2dd737b4b000383ab54
28802 Author: Behdad Esfahbod <behdad@behdad.org>
28803 Date:   Thu May 21 04:58:24 2009 -0400
28804
28805     [GPOS] Implement MarkArray interface
28806
28807  src/hb-ot-layout-gpos-private.h |    5 +++--
28808  1 files changed, 3 insertions(+), 2 deletions(-)
28809
28810 commit c18ec2b1d7b8c7abe6ebf4b53c9ec75d5c9bb255
28811 Author: Behdad Esfahbod <behdad@behdad.org>
28812 Date:   Thu May 21 04:54:01 2009 -0400
28813
28814     [GPOS] Implement Device support in AnchorFormat3
28815
28816  src/hb-ot-layout-gpos-private.h |   11 ++++++++---
28817  1 files changed, 8 insertions(+), 3 deletions(-)
28818
28819 commit fca6a0d158b847181dcf67a13f34499177df899b
28820 Author: Behdad Esfahbod <behdad@behdad.org>
28821 Date:   Thu May 21 04:49:04 2009 -0400
28822
28823     [GPOS] Remove apply_value() return value
28824
28825  src/hb-ot-layout-gpos-private.h |   75
28826  +++++++++++++++++---------------------
28827  1 files changed, 34 insertions(+), 41 deletions(-)
28828
28829 commit fb3b5ccfefc4c38c9184d432703e81f73e1f5bc7
28830 Author: Behdad Esfahbod <behdad@behdad.org>
28831 Date:   Thu May 21 04:47:05 2009 -0400
28832
28833     [GPOS] Start MarkBasePosFormat1
28834
28835  src/TODO                        |    1 +
28836  src/hb-ot-layout-gpos-private.h |   38
28837  +++++++++++++++++---------------------
28838  2 files changed, 18 insertions(+), 21 deletions(-)
28839
28840 commit ee8776d9e009a7fb8e1f3c1f9cf3ad42d9746a16
28841 Author: Behdad Esfahbod <behdad@behdad.org>
28842 Date:   Wed May 20 15:46:12 2009 -0400
28843
28844     [HB] Add TODO item
28845
28846  src/hb-ot-layout-gpos-private.h |    1 +
28847  src/hb-ot-layout-gsub-private.h |    1 +
28848  2 files changed, 2 insertions(+), 0 deletions(-)
28849
28850 commit c6456ca5cfc35095378dcf29f8edc33ece9c3ea1
28851 Author: Behdad Esfahbod <behdad@behdad.org>
28852 Date:   Wed May 20 06:15:23 2009 -0400
28853
28854     [HB] Add TODO item
28855
28856  src/TODO |    1 +
28857  1 files changed, 1 insertions(+), 0 deletions(-)
28858
28859 commit 3015c4175179a1816aad2a4950da9a3b8baf2578
28860 Author: Behdad Esfahbod <behdad@behdad.org>
28861 Date:   Wed May 20 06:01:16 2009 -0400
28862
28863     [HB] Remove last dependence on the old code base!
28864
28865  src/hb-buffer-private.h         |   88
28866  +++++++++++++++++++-------------------
28867  src/hb-buffer.c                 |   47 ++++++++++-----------
28868  src/hb-ot-layout-gpos-private.h |   11 ++---
28869  src/hb-ot-layout-gsub-private.h |   12 +++---
28870  src/hb-ot-layout.cc             |   16 ++++----
28871  5 files changed, 85 insertions(+), 89 deletions(-)
28872
28873 commit 5c0adce1ccc739415c4b26ff13ffd2d77ea4bc6c
28874 Author: Behdad Esfahbod <behdad@behdad.org>
28875 Date:   Wed May 20 05:42:12 2009 -0400
28876
28877     [HB] Rename harfbuzz-buffer to hb-buffer
28878
28879  src/Makefile.am                     |    5 +-
28880  src/harfbuzz-buffer-private.h       |  106 -----------
28881  src/harfbuzz-buffer.c               |  349
28882  -----------------------------------
28883  src/harfbuzz-buffer.h               |   94 ----------
28884  src/hb-buffer-private.h             |  106 +++++++++++
28885  src/hb-buffer.c                     |  347
28886  ++++++++++++++++++++++++++++++++++
28887  src/hb-buffer.h                     |   94 ++++++++++
28888  src/hb-ot-layout-gsubgpos-private.h |    2 +-
28889  src/hb-ot-layout-private.h          |    2 +-
28890  src/hb-ot-layout.cc                 |    5 +-
28891  src/hb-ot-layout.h                  |    2 +-
28892  11 files changed, 556 insertions(+), 556 deletions(-)
28893
28894 commit b857b49c82782d29d6d189f1a9f4a84d39cd84ea
28895 Author: Behdad Esfahbod <behdad@behdad.org>
28896 Date:   Wed May 20 05:35:14 2009 -0400
28897
28898     [HB] Remove all references to the old code!
28899
28900  src/Makefile.am            |   76 +++++++---------------
28901  src/harfbuzz-buffer.c      |  154
28902  ++++++++++++++++++--------------------------
28903  src/harfbuzz-buffer.h      |   80 +++++++++++-----------
28904  src/hb-ot-layout-private.h |    6 +-
28905  src/hb-ot-layout.cc        |   17 ++---
28906  src/hb-ot-layout.h         |    1 +
28907  6 files changed, 137 insertions(+), 197 deletions(-)
28908
28909 commit e1593a6e620ee6a8184487185d1c95e0d1820ba5
28910 Author: Behdad Esfahbod <behdad@behdad.org>
28911 Date:   Wed May 20 04:51:30 2009 -0400
28912
28913     [GPOS] Finally it's working, up to Cursive
28914
28915     Wow, IranNastaliq renders perfectly again!
28916
28917  src/hb-ot-layout.cc |   24 ++++++++++++++++++++++++
28918  src/hb-ot-layout.h  |   12 ++++++++++++
28919  2 files changed, 36 insertions(+), 0 deletions(-)
28920
28921 commit 0f7e6b2cead0c7d527ef68ededb27e0afd71d819
28922 Author: Behdad Esfahbod <behdad@behdad.org>
28923 Date:   Wed May 20 04:16:35 2009 -0400
28924
28925     [GPOS] Fix more brokenness
28926
28927  src/Makefile.am                 |    2 +-
28928  src/hb-ot-layout-gpos-private.h |   37
28929  ++++++++++++++++++++-----------------
28930  src/hb-ot-layout.cc             |    7 +++++++
28931  src/hb-ot-layout.h              |    5 +++++
28932  4 files changed, 33 insertions(+), 18 deletions(-)
28933
28934 commit ff05d257dd43221b7c8ebead188e78495daa8eda
28935 Author: Behdad Esfahbod <behdad@behdad.org>
28936 Date:   Wed May 20 03:53:00 2009 -0400
28937
28938     [HB] Move lookup types enum into subtable class
28939
28940  src/hb-ot-layout-gpos-private.h |   66
28941  +++++++++++++++++++-------------------
28942  src/hb-ot-layout-gsub-private.h |   44 +++++++++++++-------------
28943  2 files changed, 55 insertions(+), 55 deletions(-)
28944
28945 commit 263bbef7670b59aa88ef9ba910579dfa51226524
28946 Author: Behdad Esfahbod <behdad@behdad.org>
28947 Date:   Wed May 20 00:00:09 2009 -0400
28948
28949     [GDEF] Simplify Device access
28950
28951  src/hb-ot-layout-gdef-private.h |   12 +++---------
28952  1 files changed, 3 insertions(+), 9 deletions(-)
28953
28954 commit 60d77cf05fddc5304b4b1fc19cdedba15cbee1e9
28955 Author: Behdad Esfahbod <behdad@behdad.org>
28956 Date:   Tue May 19 23:58:54 2009 -0400
28957
28958     [HB] Indentation
28959
28960  src/hb-ot-layout-common-private.h   |  170
28961  +++++++++++++++++------------------
28962  src/hb-ot-layout-gdef-private.h     |   65 +++++++------
28963  src/hb-ot-layout-gsubgpos-private.h |  150
28964  +++++++++++++++++--------------
28965  src/hb-ot-layout-open-private.h     |  159
28966  +++++++++++++++++----------------
28967  src/hb-ot-layout-private.h          |    9 ++-
28968  5 files changed, 288 insertions(+), 265 deletions(-)
28969
28970 commit 90de3dfff9e82dae20b7517642511aebaf736b74
28971 Author: Behdad Esfahbod <behdad@behdad.org>
28972 Date:   Tue May 19 23:43:04 2009 -0400
28973
28974     [HB] Remove unused methods
28975
28976  src/hb-ot-layout-common-private.h |    6 ------
28977  1 files changed, 0 insertions(+), 6 deletions(-)
28978
28979 commit 4c44d830d79431fcb143df2b5a29cdc8e8fccef3
28980 Author: Behdad Esfahbod <behdad@behdad.org>
28981 Date:   Tue May 19 23:42:30 2009 -0400
28982
28983     [HB] Indentation
28984
28985  src/hb-ot-layout-gpos-private.h |  253
28986  +++++++++++++++++++++-----------------
28987  src/hb-ot-layout-gsub-private.h |  262
28988  +++++++++++++++++++++------------------
28989  2 files changed, 284 insertions(+), 231 deletions(-)
28990
28991 commit d18fd8e3f7185f531fa4c4988d3f5d5c5282b8eb
28992 Author: Behdad Esfahbod <behdad@behdad.org>
28993 Date:   Tue May 19 23:25:41 2009 -0400
28994
28995     [GPOS] CursivePosFormat1
28996
28997  src/hb-ot-layout-gpos-private.h |  174
28998  +++++++++++++++++++++++++++++++++++++--
28999  src/hb-ot-layout-private.h      |    2 +-
29000  2 files changed, 169 insertions(+), 7 deletions(-)
29001
29002 commit 70632add333e4ab38f8f485bb87b25116128cf92
29003 Author: Behdad Esfahbod <behdad@behdad.org>
29004 Date:   Tue May 19 22:30:09 2009 -0400
29005
29006     [GSUB] PairPosFormat2
29007
29008  src/hb-ot-layout-gpos-private.h |   43
29009  ++++++++++++++++++++++++++++++++++----
29010  1 files changed, 38 insertions(+), 5 deletions(-)
29011
29012 commit b24ecbadf44d56fd3286d1d3ff6928151ccec9bd
29013 Author: Behdad Esfahbod <behdad@behdad.org>
29014 Date:   Tue May 19 22:16:04 2009 -0400
29015
29016     [GPOS] PairPosFormat1
29017
29018  src/hb-ot-layout-gpos-private.h |   91
29019  +++++++++++++++++++++++++++++++--------
29020  1 files changed, 73 insertions(+), 18 deletions(-)
29021
29022 commit 056c7ec1aea1eca60a3b20b583b8a8072be9d758
29023 Author: Behdad Esfahbod <behdad@behdad.org>
29024 Date:   Mon May 18 19:47:52 2009 -0400
29025
29026     [GPOS] Start filling apply() functions in
29027
29028  src/harfbuzz-buffer-private.h     |    1 +
29029  src/harfbuzz-buffer.c             |    3 -
29030  src/hb-ot-layout-common-private.h |   35 ++++++----
29031  src/hb-ot-layout-gpos-private.h   |  127
29032  +++++++++++++++++++++++++++----------
29033  4 files changed, 116 insertions(+), 50 deletions(-)
29034
29035 commit 4fa77d3c4305a76b956de8c1a9b83a961d035a80
29036 Author: Behdad Esfahbod <behdad@behdad.org>
29037 Date:   Mon May 18 18:44:54 2009 -0400
29038
29039     [HB] Use enums
29040
29041  src/hb-ot-layout-common-private.h |   14 ++++++++------
29042  src/hb-ot-layout-gdef-private.h   |   22 +++++++++++++---------
29043  2 files changed, 21 insertions(+), 15 deletions(-)
29044
29045 commit 6b54c5d0446b514fbb6521e7e9e614d153435f0e
29046 Author: Behdad Esfahbod <behdad@behdad.org>
29047 Date:   Mon May 18 18:30:25 2009 -0400
29048
29049     [HB] More reference cast simplification
29050
29051  src/hb-ot-layout-gsub-private.h     |    8 ++++----
29052  src/hb-ot-layout-gsubgpos-private.h |   28 ++++++++++++++--------------
29053  src/hb-ot-layout-open-private.h     |    2 +-
29054  3 files changed, 19 insertions(+), 19 deletions(-)
29055
29056 commit eb0dfc830e09405492f494c85380e133ac5d0ea3
29057 Author: Behdad Esfahbod <behdad@behdad.org>
29058 Date:   Mon May 18 18:22:44 2009 -0400
29059
29060     [HB] Rename LOOKUP_ARGS to APPLY_ARGS
29061
29062  src/hb-ot-layout-gpos-private.h     |   88
29063  +++++++++++++++++-----------------
29064  src/hb-ot-layout-gsub-private.h     |   84
29065  ++++++++++++++++----------------
29066  src/hb-ot-layout-gsubgpos-private.h |   90
29067  +++++++++++++++++-----------------
29068  3 files changed, 131 insertions(+), 131 deletions(-)
29069
29070 commit 2a8e6accdf798a78ff180dcb593140592d62b872
29071 Author: Behdad Esfahbod <behdad@behdad.org>
29072 Date:   Mon May 18 18:21:44 2009 -0400
29073
29074     [HB] Internally rename position() and substitute() to apply()
29075
29076  src/hb-ot-layout-gpos-private.h |  110
29077  +++++++++++++++++++-------------------
29078  src/hb-ot-layout-gsub-private.h |  104
29079  ++++++++++++++++++------------------
29080  2 files changed, 107 insertions(+), 107 deletions(-)
29081
29082 commit f6c8a6eacf27fd1c509d07c85985f0367c5e475f
29083 Author: Behdad Esfahbod <behdad@behdad.org>
29084 Date:   Mon May 18 18:01:19 2009 -0400
29085
29086     [HB] Simplify casts
29087
29088  src/hb-ot-layout-gdef-private.h |    2 +-
29089  src/hb-ot-layout-gpos-private.h |    6 +++---
29090  src/hb-ot-layout-gsub-private.h |    6 +++---
29091  src/hb-ot-layout-open-private.h |   10 +++++-----
29092  4 files changed, 12 insertions(+), 12 deletions(-)
29093
29094 commit 9c42f05a5ccbb48a9367b80ecdf3679e88088fcf
29095 Author: Behdad Esfahbod <behdad@behdad.org>
29096 Date:   Mon May 18 17:43:49 2009 -0400
29097
29098     Switch Pango to new, defunt, GPOS
29099
29100  src/hb-ot-layout-gpos-private.h |   22 +++++++++++++++-------
29101  src/hb-ot-layout.cc             |   13 +++++++++++++
29102  src/hb-ot-layout.h              |    5 +++++
29103  3 files changed, 33 insertions(+), 7 deletions(-)
29104
29105 commit 5e5eb0573f7ea2ce2cf037fef0df70a4351e82c0
29106 Author: Behdad Esfahbod <behdad@behdad.org>
29107 Date:   Mon May 18 17:09:33 2009 -0400
29108
29109     [HB] Start GPOS!
29110
29111  src/hb-ot-layout-gpos-private.h |  915
29112  +++++++++++++++++++++++++++++++++++++++
29113  src/hb-ot-layout-gsub-private.h |    2 -
29114  src/hb-ot-layout-private.h      |   15 +-
29115  src/hb-ot-layout.cc             |    5 +-
29116  src/hb-ot-layout.h              |    8 +-
29117  5 files changed, 936 insertions(+), 9 deletions(-)
29118
29119 commit 64e67f7599deeec98b104f8b70d0d321cf96799d
29120 Author: Behdad Esfahbod <behdad@behdad.org>
29121 Date:   Mon May 18 15:32:40 2009 -0400
29122
29123     [GSUB] Minor
29124
29125  src/hb-ot-layout-gsub-private.h |   16 ++++++----------
29126  1 files changed, 6 insertions(+), 10 deletions(-)
29127
29128 commit d79cae0b4eef8c2694ada791bb8e427c1202875e
29129 Author: Behdad Esfahbod <behdad@behdad.org>
29130 Date:   Mon May 18 13:50:15 2009 -0400
29131
29132     [HB] Minor
29133
29134  src/hb-ot-layout-gsub-private.h |   22 +++++++++++-----------
29135  1 files changed, 11 insertions(+), 11 deletions(-)
29136
29137 commit 8533bb985e6af2b656d7c45620d8f11f36330b85
29138 Author: Behdad Esfahbod <behdad@behdad.org>
29139 Date:   Mon May 18 06:00:12 2009 -0400
29140
29141     [GSUB] Protect against mismatching Extension subtable types
29142
29143  src/hb-ot-layout-gsub-private.h |    9 ++++++---
29144  1 files changed, 6 insertions(+), 3 deletions(-)
29145
29146 commit 969afd706e9b52adc79f6210c0088b2c6bbae9bc
29147 Author: Behdad Esfahbod <behdad@behdad.org>
29148 Date:   Mon May 18 05:47:47 2009 -0400
29149
29150     [GSUB] Implement ReverseChainSingleSubst
29151
29152     GSUB is done!
29153
29154  src/hb-ot-layout-gsub-private.h     |   55
29155  ++++++++++++++++++++++++++---------
29156  src/hb-ot-layout-gsubgpos-private.h |   43 ++++++++-------------------
29157  2 files changed, 54 insertions(+), 44 deletions(-)
29158
29159 commit 4acaffd786a11b5bd7d41b39fc65625fd8cd5077
29160 Author: Behdad Esfahbod <behdad@behdad.org>
29161 Date:   Mon May 18 05:29:29 2009 -0400
29162
29163     [HB] Don't use G_LIKELY!
29164
29165  src/hb-ot-layout-gsub-private.h     |   12 ++++++------
29166  src/hb-ot-layout-gsubgpos-private.h |   12 ++++++------
29167  src/hb-ot-layout-open-private.h     |    4 ++--
29168  src/hb-ot-layout.cc                 |    6 +++---
29169  4 files changed, 17 insertions(+), 17 deletions(-)
29170
29171 commit 3dcb12f171ebbf44461e6ce6439d286c9520dd88
29172 Author: Behdad Esfahbod <behdad@behdad.org>
29173 Date:   Mon May 18 05:22:32 2009 -0400
29174
29175     [GSUB] Oops, fix Extension check
29176
29177  src/hb-ot-layout-gsub-private.h |    3 +--
29178  1 files changed, 1 insertions(+), 2 deletions(-)
29179
29180 commit 2e8fb6c38dbc01cb77b384c0ae0212514dfbb588
29181 Author: Behdad Esfahbod <behdad@behdad.org>
29182 Date:   Mon May 18 04:37:37 2009 -0400
29183
29184     [HB] Tweak some constants and fix Coverage
29185
29186  src/hb-ot-layout-common-private.h   |   11 ++++++-----
29187  src/hb-ot-layout-gsubgpos-private.h |    2 ++
29188  src/hb-ot-layout-open-private.h     |    6 +++---
29189  3 files changed, 11 insertions(+), 8 deletions(-)
29190
29191 commit d6aae5f5cad54fc5dac8b0ff10a3921ebda533d4
29192 Author: Behdad Esfahbod <behdad@behdad.org>
29193 Date:   Mon May 18 04:25:22 2009 -0400
29194
29195     [HB] Cleanup TODOs
29196
29197  src/hb-ot-layout-gsub-private.h |   12 ++++++------
29198  src/hb-ot-layout-open-private.h |    2 +-
29199  src/hb-ot-layout.cc             |    4 ++--
29200  3 files changed, 9 insertions(+), 9 deletions(-)
29201
29202 commit 122f21fb9a3a0b914575929a3be11884f1ae00c0
29203 Author: Behdad Esfahbod <behdad@behdad.org>
29204 Date:   Mon May 18 04:21:53 2009 -0400
29205
29206     [GSUB] Fix context_length handling in Ligature too
29207
29208  src/hb-ot-layout-gsub-private.h     |    9 ++++-----
29209  src/hb-ot-layout-gsubgpos-private.h |    5 +++--
29210  2 files changed, 7 insertions(+), 7 deletions(-)
29211
29212 commit 47958dea214fd55725bf04aa13d233870255fb03
29213 Author: Behdad Esfahbod <behdad@behdad.org>
29214 Date:   Mon May 18 04:17:47 2009 -0400
29215
29216     [HB] Minor cleanup
29217
29218  src/hb-ot-layout-gsubgpos-private.h |   10 ++++------
29219  1 files changed, 4 insertions(+), 6 deletions(-)
29220
29221 commit e73a0c2a903112ce9a35b95e14e10ab8ea2dc337
29222 Author: Behdad Esfahbod <behdad@behdad.org>
29223 Date:   Mon May 18 04:15:25 2009 -0400
29224
29225     [HB] Correctly skip glyphs when applying (Chain)Context lookups
29226
29227  src/hb-ot-layout-gsubgpos-private.h |   14 +++++++++++---
29228  1 files changed, 11 insertions(+), 3 deletions(-)
29229
29230 commit 7cff75babd64cd49dd2b3faaa15193d12c098f42
29231 Author: Behdad Esfahbod <behdad@behdad.org>
29232 Date:   Mon May 18 04:09:05 2009 -0400
29233
29234     [HB] Fix context_length checking
29235
29236  src/hb-ot-layout-gsubgpos-private.h |   23 +++++++++++++----------
29237  src/hb-ot-layout-open-private.h     |    2 +-
29238  2 files changed, 14 insertions(+), 11 deletions(-)
29239
29240 commit d0ba0557007798db2c60ddd0b7a5a0624cd1698d
29241 Author: Behdad Esfahbod <behdad@behdad.org>
29242 Date:   Mon May 18 03:56:39 2009 -0400
29243
29244     [HB] ChainContext complete
29245
29246     IranNastaliq renders perfectly again!
29247
29248  src/hb-ot-layout-gsubgpos-private.h |   63
29249  +++++++++++++++++++++++++---------
29250  1 files changed, 46 insertions(+), 17 deletions(-)
29251
29252 commit e072c24e79f0e7c1e078a87c782ab5dd8f21dcda
29253 Author: Behdad Esfahbod <behdad@behdad.org>
29254 Date:   Mon May 18 03:47:31 2009 -0400
29255
29256     [HB] Implement backtrack matching
29257
29258  src/hb-ot-layout-gsubgpos-private.h |   61
29259  +++++++++++++++++++++++++---------
29260  1 files changed, 45 insertions(+), 16 deletions(-)
29261
29262 commit 02e1e5c63fa4f896053fa3c21e495239e1e9caa2
29263 Author: Behdad Esfahbod <behdad@behdad.org>
29264 Date:   Mon May 18 02:47:57 2009 -0400
29265
29266     [HB] One more step to go, for fully working GSUB and ChainContext
29267
29268  src/hb-ot-layout-gsubgpos-private.h |  107
29269  ++++++++++++++++++++---------------
29270  1 files changed, 61 insertions(+), 46 deletions(-)
29271
29272 commit f14c2b7acfba75b8a6880f41ceec758f9a56abce
29273 Author: Behdad Esfahbod <behdad@behdad.org>
29274 Date:   Mon May 18 02:36:18 2009 -0400
29275
29276     [HB] Further modularize Context matching
29277
29278  src/hb-ot-layout-gsubgpos-private.h |   92
29279  ++++++++++++++++++++++++-----------
29280  1 files changed, 63 insertions(+), 29 deletions(-)
29281
29282 commit 13ed4405c558e445b052360f1ed8ee27ecf48e6e
29283 Author: Behdad Esfahbod <behdad@behdad.org>
29284 Date:   Mon May 18 02:14:37 2009 -0400
29285
29286     [HB] A step closer to working ChainContext
29287
29288  src/hb-ot-layout-gsubgpos-private.h |   36
29289  +++++++++++++++++++++++++---------
29290  1 files changed, 26 insertions(+), 10 deletions(-)
29291
29292 commit e8cbaaf6d538036ff9b880b018db402e0895ed01
29293 Author: Behdad Esfahbod <behdad@behdad.org>
29294 Date:   Mon May 18 02:03:58 2009 -0400
29295
29296     [HB] Add HeadlessArrayTo<>
29297
29298  src/hb-ot-layout-gsub-private.h     |   10 ++++------
29299  src/hb-ot-layout-gsubgpos-private.h |    5 ++---
29300  src/hb-ot-layout-open-private.h     |   19 +++++++++++++++++++
29301  3 files changed, 25 insertions(+), 9 deletions(-)
29302
29303 commit dcb6b60254951a2831c03f3196962d229f7e556c
29304 Author: Behdad Esfahbod <behdad@behdad.org>
29305 Date:   Mon May 18 01:49:57 2009 -0400
29306
29307     [HB] More template goodness
29308
29309  src/hb-ot-layout-gsubgpos-private.h |   37
29310  ++++++++++++++--------------------
29311  1 files changed, 15 insertions(+), 22 deletions(-)
29312
29313 commit aa3d7adca5c821c91a2a1b5380fd6b3d19656ab1
29314 Author: Behdad Esfahbod <behdad@behdad.org>
29315 Date:   Sun May 17 23:17:56 2009 -0400
29316
29317     [HB] More churning towards ChainContext lookups
29318
29319  src/hb-ot-layout-common-private.h   |    6 +-
29320  src/hb-ot-layout-gsub-private.h     |   15 +++-
29321  src/hb-ot-layout-gsubgpos-private.h |  174
29322  +++++++++++++++++++++-------------
29323  3 files changed, 125 insertions(+), 70 deletions(-)
29324
29325 commit 48f16ed96ac7041b511d9e0864623d2aa09c6da3
29326 Author: Behdad Esfahbod <behdad@behdad.org>
29327 Date:   Sun May 17 22:11:30 2009 -0400
29328
29329     [HB] Towards sharing Context and ChainContext code
29330
29331  src/hb-ot-layout-gsubgpos-private.h |  220
29332  ++++++++++++++++-------------------
29333  1 files changed, 99 insertions(+), 121 deletions(-)
29334
29335 commit 6cf2a52593cb4b23e3efe5e16228e3172bdcdd05
29336 Author: Behdad Esfahbod <behdad@behdad.org>
29337 Date:   Sun May 17 21:11:49 2009 -0400
29338
29339     [HB] Add check to avoid infinite recursion
29340
29341  src/hb-ot-layout-gsub-private.h |   12 ++++++++----
29342  1 files changed, 8 insertions(+), 4 deletions(-)
29343
29344 commit 887c4b44165eeb8ac7fb09bc4474d11720b94a9e
29345 Author: Behdad Esfahbod <behdad@behdad.org>
29346 Date:   Sun May 17 21:06:08 2009 -0400
29347
29348     [HB] Cosmetic
29349
29350  src/hb-ot-layout-gsub-private.h |    4 ++--
29351  1 files changed, 2 insertions(+), 2 deletions(-)
29352
29353 commit ca5290f4994e1b2db4dac03f7a22b7071441ba06
29354 Author: Behdad Esfahbod <behdad@behdad.org>
29355 Date:   Sun May 17 20:48:27 2009 -0400
29356
29357     [HB] Start ChainContext and ReverseChainSingleSubst lookups
29358
29359  src/hb-ot-layout-gsub-private.h     |  269
29360  ++++++++---------------------------
29361  src/hb-ot-layout-gsubgpos-private.h |  214 +++++++++++++++++++++++++++-
29362  2 files changed, 268 insertions(+), 215 deletions(-)
29363
29364 commit 433f4aea741e39df079126769441b79ab64fd236
29365 Author: Behdad Esfahbod <behdad@behdad.org>
29366 Date:   Sun May 17 20:30:05 2009 -0400
29367
29368     [HB] Remove stale TODO
29369
29370  src/hb-ot-layout-private.h |    2 --
29371  1 files changed, 0 insertions(+), 2 deletions(-)
29372
29373 commit 6f20f72e9c58ba23db2e31afa5d331acfea3d77e
29374 Author: Behdad Esfahbod <behdad@behdad.org>
29375 Date:   Sun May 17 20:28:01 2009 -0400
29376
29377     [HB] Split Layout-common tables into new files
29378
29379  src/hb-ot-layout-common-private.h   |  429
29380  +++++++++++++++++++++++++++++++++++
29381  src/hb-ot-layout-gdef-private.h     |    3 +-
29382  src/hb-ot-layout-gsub-private.h     |    1 +
29383  src/hb-ot-layout-gsubgpos-private.h |    2 +
29384  src/hb-ot-layout-open-private.h     |  408
29385  ---------------------------------
29386  5 files changed, 434 insertions(+), 409 deletions(-)
29387
29388 commit f45107fe0904414f1266648a6c42849c494fe611
29389 Author: Behdad Esfahbod <behdad@behdad.org>
29390 Date:   Sun May 17 20:13:02 2009 -0400
29391
29392     [HB] More shuffling
29393
29394  src/hb-ot-layout-gsub-private.h     |   71
29395  ++++++++++++++++++++---------------
29396  src/hb-ot-layout-gsubgpos-private.h |   30 +++++++++++++++
29397  src/hb-ot-layout-open-private.h     |   41 --------------------
29398  3 files changed, 71 insertions(+), 71 deletions(-)
29399
29400 commit f8dc67b3c24dfc805da756a73cb217b36e16b4b8
29401 Author: Behdad Esfahbod <behdad@behdad.org>
29402 Date:   Sun May 17 19:47:54 2009 -0400
29403
29404     [HB] Cleanup format unions
29405
29406  src/hb-ot-layout-gdef-private.h     |   18 ++++----
29407  src/hb-ot-layout-gsub-private.h     |   87
29408  ++++++++++++++++++-----------------
29409  src/hb-ot-layout-gsubgpos-private.h |   16 +++---
29410  src/hb-ot-layout-open-private.h     |   41 ++++++----------
29411  4 files changed, 77 insertions(+), 85 deletions(-)
29412
29413 commit da1097bc3b1995776c205707fd2b17603b804646
29414 Author: Behdad Esfahbod <behdad@behdad.org>
29415 Date:   Sun May 17 19:31:18 2009 -0400
29416
29417     [HB] Use four bytes for Null Tag, not 5
29418
29419  src/hb-ot-layout-open-private.h |    4 +++-
29420  1 files changed, 3 insertions(+), 1 deletions(-)
29421
29422 commit 19fc24f268b985d30971307ac2055622d11cb21f
29423 Author: Behdad Esfahbod <behdad@behdad.org>
29424 Date:   Sun May 17 09:45:32 2009 -0400
29425
29426     [HB] Couple size checks
29427
29428  src/hb-ot-layout-gsub-private.h     |    7 +++++--
29429  src/hb-ot-layout-gsubgpos-private.h |    4 ++--
29430  src/hb-ot-layout-open-private.h     |    4 ++--
29431  3 files changed, 9 insertions(+), 6 deletions(-)
29432
29433 commit ecf17e849db19599bbb816d0018380ebf979576b
29434 Author: Behdad Esfahbod <behdad@behdad.org>
29435 Date:   Sun May 17 09:34:41 2009 -0400
29436
29437     [HB] Propagate property of first glyph
29438
29439     This slightly grows code size.
29440
29441  src/hb-ot-layout-gsub-private.h     |  100
29442  ++++++++++++++++++-----------------
29443  src/hb-ot-layout-gsubgpos-private.h |    7 ++-
29444  2 files changed, 56 insertions(+), 51 deletions(-)
29445
29446 commit eca8e33710cfce51454e64d974ff0c28b0eefa14
29447 Author: Behdad Esfahbod <behdad@behdad.org>
29448 Date:   Sun May 17 09:07:27 2009 -0400
29449
29450     [GSUB] Further optimize the main switch
29451
29452  src/hb-ot-layout-gsub-private.h |   31 +++++++++++++++++--------------
29453  1 files changed, 17 insertions(+), 14 deletions(-)
29454
29455 commit 13068232e7054748ae5ba0d961ee5a95b959e92e
29456 Author: Behdad Esfahbod <behdad@behdad.org>
29457 Date:   Sun May 17 08:59:01 2009 -0400
29458
29459     [HB] Unify first glyph property checking
29460
29461  src/hb-ot-layout-gsub-private.h     |   81
29462  +++++++++++++++--------------------
29463  src/hb-ot-layout-gsubgpos-private.h |   12 -----
29464  2 files changed, 35 insertions(+), 58 deletions(-)
29465
29466 commit 66bf7ce4e3135535c110a917178b84c4a2b1d11f
29467 Author: Behdad Esfahbod <behdad@behdad.org>
29468 Date:   Sun May 17 08:28:42 2009 -0400
29469
29470     [HB] Move Context matching logic out of GSUB
29471
29472  src/hb-ot-layout-gdef-private.h     |    2 -
29473  src/hb-ot-layout-gsub-private.h     |  331
29474  +--------------------------------
29475  src/hb-ot-layout-gsubgpos-private.h |  347
29476  +++++++++++++++++++++++++++++++++++
29477  3 files changed, 352 insertions(+), 328 deletions(-)
29478
29479 commit a1625528cd5ed94bc8f18903da3300e823ee5b54
29480 Author: Behdad Esfahbod <behdad@behdad.org>
29481 Date:   Sun May 17 07:52:11 2009 -0400
29482
29483     [GSUB] Unify ContextSubst matching
29484
29485  src/hb-ot-layout-gsub-private.h |  378
29486  ++++++++++++++++-----------------------
29487  1 files changed, 154 insertions(+), 224 deletions(-)
29488
29489 commit c36238bea40e9e2b589028eb6de0710455b31585
29490 Author: Behdad Esfahbod <behdad@behdad.org>
29491 Date:   Sun May 17 07:39:34 2009 -0400
29492
29493     [HB] Renames
29494
29495  src/hb-ot-layout-gsub-private.h |  122
29496  +++++++++++++++++++-------------------
29497  1 files changed, 61 insertions(+), 61 deletions(-)
29498
29499 commit 15c3e75b39797a153b6bc0598f87b27c4a487228
29500 Author: Behdad Esfahbod <behdad@behdad.org>
29501 Date:   Sun May 17 06:03:42 2009 -0400
29502
29503     [HB] Simplify buffer
29504
29505  src/harfbuzz-buffer-private.h   |   14 ++++++--------
29506  src/harfbuzz-buffer.c           |   35
29507  ++++++++++++++++-------------------
29508  src/harfbuzz-gsub.c             |    6 +++---
29509  src/hb-ot-layout-gsub-private.h |   12 ++++++------
29510  4 files changed, 31 insertions(+), 36 deletions(-)
29511
29512 commit 36f78446cef8a7cbae000d5e742c9d13e1cc7f83
29513 Author: Behdad Esfahbod <behdad@behdad.org>
29514 Date:   Sun May 17 05:52:32 2009 -0400
29515
29516     [HB] Add TODO item
29517
29518  src/TODO              |    1 +
29519  src/harfbuzz-buffer.c |    2 +-
29520  2 files changed, 2 insertions(+), 1 deletions(-)
29521
29522 commit ee58aaebd296ea8237516754fd4e825d524b11b7
29523 Author: Behdad Esfahbod <behdad@behdad.org>
29524 Date:   Sun May 17 05:14:33 2009 -0400
29525
29526     [HB] Update copyright years
29527
29528  src/hb-ot-layout-gdef-private.h |    2 +-
29529  src/hb-ot-layout-open-private.h |    2 +-
29530  src/hb-ot-layout.cc             |    2 +-
29531  src/main.cc                     |    2 +-
29532  4 files changed, 4 insertions(+), 4 deletions(-)
29533
29534 commit f4c9514935cf97a58dcb3b1962ac3f3b5ba61264
29535 Author: Behdad Esfahbod <behdad@behdad.org>
29536 Date:   Sun May 17 04:59:56 2009 -0400
29537
29538     [HB] Simplify more arrays
29539
29540  src/hb-ot-layout-open-private.h |  241
29541  ++++++++++++++++-----------------------
29542  src/hb-ot-layout.cc             |    8 +-
29543  2 files changed, 100 insertions(+), 149 deletions(-)
29544
29545 commit c9a7cbe9cb52264af9954e5ce9ac7a45d7e310cd
29546 Author: Behdad Esfahbod <behdad@behdad.org>
29547 Date:   Sun May 17 01:22:51 2009 -0400
29548
29549     [HB] Use ArrayOf<> in GSUB
29550
29551  src/hb-ot-layout-gdef-private.h |    3 +-
29552  src/hb-ot-layout-gsub-private.h |  157
29553  +++++++++++++--------------------------
29554  src/hb-ot-layout-open-private.h |    5 -
29555  3 files changed, 53 insertions(+), 112 deletions(-)
29556
29557 commit 5f810363acc3ad3cba631a68620e3d37e54c95c4
29558 Author: Behdad Esfahbod <behdad@behdad.org>
29559 Date:   Sun May 17 00:54:25 2009 -0400
29560
29561     [HB] Add ArrayOf<>
29562
29563  src/hb-ot-layout-gdef-private.h |   62 +++++++------------------------
29564  src/hb-ot-layout-open-private.h |   77
29565  +++++++++++++++++++++++++++++----------
29566  2 files changed, 71 insertions(+), 68 deletions(-)
29567
29568 commit 238c855fcd4f0ef97a94a8662d2a2f2bb5c21ecb
29569 Author: Behdad Esfahbod <behdad@behdad.org>
29570 Date:   Sun May 17 00:22:37 2009 -0400
29571
29572     [HB] Use OffsetTo<> for Coverage
29573
29574  src/hb-ot-layout-gdef-private.h |    1 +
29575  src/hb-ot-layout-gsub-private.h |   55
29576  +++++++++++++++------------------------
29577  src/hb-ot-layout-open-private.h |   10 +------
29578  3 files changed, 23 insertions(+), 43 deletions(-)
29579
29580 commit 3d54bd1293069fc3d3bdeeea8ad45036f3ee65f3
29581 Author: Behdad Esfahbod <behdad@behdad.org>
29582 Date:   Sun May 17 00:15:51 2009 -0400
29583
29584     [HB] Use OffsetTo<> in more places
29585
29586  src/hb-ot-layout-gdef-private.h |   12 +++++-------
29587  src/hb-ot-layout-open-private.h |    4 ++++
29588  2 files changed, 9 insertions(+), 7 deletions(-)
29589
29590 commit 9e4d9d7b2721859172bc9c59c1aea27b01eb9c07
29591 Author: Behdad Esfahbod <behdad@behdad.org>
29592 Date:   Sun May 17 00:09:20 2009 -0400
29593
29594     [HB] Add OffsetTo template.
29595
29596  src/hb-ot-layout-gdef-private.h |   26 ++++++++++++++------------
29597  src/hb-ot-layout-gsub-private.h |    6 +++---
29598  src/hb-ot-layout-open-private.h |   27 ++++++++++++++++++---------
29599  3 files changed, 35 insertions(+), 24 deletions(-)
29600
29601 commit e07f89295b9b38d233dfd4acec1f6b4a3416f267
29602 Author: Behdad Esfahbod <behdad@behdad.org>
29603 Date:   Sat May 16 23:20:48 2009 -0400
29604
29605     [HB] Automate int-type size assertion
29606
29607  src/hb-ot-layout-open-private.h |   13 +++----------
29608  1 files changed, 3 insertions(+), 10 deletions(-)
29609
29610 commit 8b8358033184198ff638ee1379093717596e162d
29611 Author: Behdad Esfahbod <behdad@behdad.org>
29612 Date:   Sat May 16 22:48:14 2009 -0400
29613
29614     [HB] Use templates for Null objects
29615
29616     Also use a common pool for all nul-content ones.
29617
29618  src/hb-ot-layout-gdef-private.h |   12 ++--
29619  src/hb-ot-layout-gsub-private.h |   28 ++++----
29620  src/hb-ot-layout-open-private.h |  142
29621  ++++++++++++++++++++++----------------
29622  src/hb-ot-layout.cc             |    8 +-
29623  4 files changed, 105 insertions(+), 85 deletions(-)
29624
29625 commit 6e13d4140158aff736647fc53d8c0ae3a02c2afc
29626 Author: Behdad Esfahbod <behdad@behdad.org>
29627 Date:   Sat May 16 20:15:16 2009 -0400
29628
29629     [HB] Remove obsolete comment
29630
29631  src/hb-ot-layout-gdef-private.h |    1 -
29632  1 files changed, 0 insertions(+), 1 deletions(-)
29633
29634 commit 9f721cf380954d67415dbfd0404a983cdd75b7df
29635 Author: Behdad Esfahbod <behdad@behdad.org>
29636 Date:   Sat May 16 19:59:15 2009 -0400
29637
29638     [GSUB] Start ChainContextSubst
29639
29640  src/hb-ot-layout-gsub-private.h |   50
29641  ++++++++++++++++++++++++++++++--------
29642  1 files changed, 39 insertions(+), 11 deletions(-)
29643
29644 commit 7fca9e5245d2d283e8b5354eb1ddf553a7ffc033
29645 Author: Behdad Esfahbod <behdad@behdad.org>
29646 Date:   Sat May 16 19:44:24 2009 -0400
29647
29648     [GSUB] Implement ContextSubstFormat3
29649
29650  src/hb-ot-layout-gsub-private.h |   62
29651  ++++++++++++++++++++++++++++++++++++++-
29652  1 files changed, 61 insertions(+), 1 deletions(-)
29653
29654 commit 1ff926a5681b5d4bfce65351062cda9dc1ffeba2
29655 Author: Behdad Esfahbod <behdad@behdad.org>
29656 Date:   Fri May 15 20:25:37 2009 -0400
29657
29658     [GSUB] Implement ContextSubstFormat2
29659
29660  src/hb-ot-layout-gsub-private.h |  105
29661  ++++++++++++++++++++++++++++++++++++---
29662  1 files changed, 97 insertions(+), 8 deletions(-)
29663
29664 commit fc36d9453ed7edb0a570abc44d7caa87aafb0fcf
29665 Author: Behdad Esfahbod <behdad@behdad.org>
29666 Date:   Fri May 15 20:11:10 2009 -0400
29667
29668     [GSUB] Add GSUB::substitute_lookup()
29669
29670  src/hb-ot-layout-gsub-private.h |    7 +++++++
29671  src/hb-ot-layout.cc             |    5 +----
29672  2 files changed, 8 insertions(+), 4 deletions(-)
29673
29674 commit c43562b2a7587fa3f9ef4c1c4338e4eda77368b5
29675 Author: Behdad Esfahbod <behdad@behdad.org>
29676 Date:   Fri May 15 18:54:53 2009 -0400
29677
29678     [GSUB] Finish ContextSubstFormat1
29679
29680  src/hb-ot-layout-gsub-private.h |   77
29681  ++++++++++++++++++++++++++++++---------
29682  src/hb-ot-layout-private.h      |   14 +++++++
29683  src/hb-ot-layout.cc             |   13 -------
29684  3 files changed, 74 insertions(+), 30 deletions(-)
29685
29686 commit 5ee21896224e3a9835a9695037a94ccf1c35a217
29687 Author: Behdad Esfahbod <behdad@behdad.org>
29688 Date:   Fri May 15 13:28:56 2009 -0400
29689
29690     [HB] Fix typo
29691
29692  src/hb-ot-layout-open-private.h |    2 +-
29693  1 files changed, 1 insertions(+), 1 deletions(-)
29694
29695 commit 6b59c9b445b6d2454008c83a2c7d6a995ea5995e
29696 Author: Behdad Esfahbod <behdad@behdad.org>
29697 Date:   Fri May 15 01:00:36 2009 -0400
29698
29699     [HB] Add TODO item
29700
29701  src/TODO |    1 +
29702  1 files changed, 1 insertions(+), 0 deletions(-)
29703
29704 commit c5419b6cf28822e07f1ef9b0394825e9cb01a445
29705 Author: Behdad Esfahbod <behdad@behdad.org>
29706 Date:   Fri May 8 21:17:56 2009 -0400
29707
29708     [HB] Remove DEFINE_NON_INSTANTIABLE
29709
29710  src/hb-ot-layout-gdef-private.h |    2 --
29711  src/hb-ot-layout-gsub-private.h |    3 ---
29712  src/hb-ot-layout-open-private.h |   18 +-----------------
29713  3 files changed, 1 insertions(+), 22 deletions(-)
29714
29715 commit 0dff25f0368c5f14ebb0a4af35f3bb6658740d57
29716 Author: Behdad Esfahbod <behdad@behdad.org>
29717 Date:   Fri May 8 21:12:18 2009 -0400
29718
29719     [HB] Remove get_size()
29720
29721  src/hb-ot-layout-gdef-private.h |    9 -----
29722  src/hb-ot-layout-gsub-private.h |   63
29723  ---------------------------------------
29724  src/hb-ot-layout-open-private.h |   42 ++------------------------
29725  3 files changed, 3 insertions(+), 111 deletions(-)
29726
29727 commit 25c6c9a3f6c062ec639d9202a8b9844be64d6fc0
29728 Author: Behdad Esfahbod <behdad@behdad.org>
29729 Date:   Fri May 8 19:09:17 2009 -0400
29730
29731     [GSUB] ContextSubst format 1
29732
29733  src/hb-ot-layout-gsub-private.h |   52
29734  +++++++++++++++++++++++++++++++++-----
29735  1 files changed, 45 insertions(+), 7 deletions(-)
29736
29737 commit f70229510303109bd0f71423cdf13aa200066d17
29738 Author: Behdad Esfahbod <behdad@behdad.org>
29739 Date:   Fri May 8 18:45:53 2009 -0400
29740
29741     [GSUB] Shuffle
29742
29743  src/hb-ot-layout-gsub-private.h |  170
29744  ++++++++++++++++++++-------------------
29745  1 files changed, 86 insertions(+), 84 deletions(-)
29746
29747 commit a83e08f8728439ef75e3dfab2191ac913d8f907b
29748 Author: Behdad Esfahbod <behdad@behdad.org>
29749 Date:   Thu May 7 12:53:02 2009 -0400
29750
29751     [HarfBuzz] Start a TODO file
29752
29753  src/TODO |    1 +
29754  1 files changed, 1 insertions(+), 0 deletions(-)
29755
29756 commit eed05b04ebc2cbb3fa699c99200db12a0081cefb
29757 Author: Behdad Esfahbod <behdad@behdad.org>
29758 Date:   Wed May 6 00:25:59 2009 -0400
29759
29760     [GSUB] minor
29761
29762  src/hb-ot-layout-open-private.h |    6 ++++--
29763  1 files changed, 4 insertions(+), 2 deletions(-)
29764
29765 commit cdb317bc4e188421cad997b448abb19223d39e96
29766 Author: Behdad Esfahbod <behdad@behdad.org>
29767 Date:   Wed May 6 00:12:29 2009 -0400
29768
29769     [GSUB] Towards Context subtitutes
29770
29771  src/hb-ot-layout-gsub-private.h |  137
29772  ++++++++++++++++++++++++++++++--------
29773  1 files changed, 108 insertions(+), 29 deletions(-)
29774
29775 commit c9c6a78aec2b16ac06dfca8cbfaf28a77a10bae2
29776 Author: Behdad Esfahbod <behdad@behdad.org>
29777 Date:   Tue May 5 16:22:02 2009 -0400
29778
29779     [GSUB] Minor refactoring
29780
29781  src/hb-ot-layout-gsub-private.h |   42
29782  +++++++++++++++++++++-----------------
29783  1 files changed, 23 insertions(+), 19 deletions(-)
29784
29785 commit bb3899a579b00134b24df8891b69bf1621a8190f
29786 Author: Behdad Esfahbod <behdad@behdad.org>
29787 Date:   Tue May 5 13:25:13 2009 -0400
29788
29789     [GSUB] Implement ligature substitutions
29790
29791  src/Makefile.am                 |    2 +
29792  src/hb-ot-layout-gsub-private.h |  113
29793  +++++++++++++++++++++++++++++++--------
29794  2 files changed, 93 insertions(+), 22 deletions(-)
29795
29796 commit 38b011a293181856463dd08d43e2106e5bf1d56e
29797 Author: Behdad Esfahbod <behdad@behdad.org>
29798 Date:   Mon May 4 20:21:57 2009 -0400
29799
29800     [GSUB] Hook new GSUB up in Pango
29801
29802  src/hb-ot-layout-gsub-private.h |   15 ++++++++++-----
29803  1 files changed, 10 insertions(+), 5 deletions(-)
29804
29805 commit a84e71ad11a72feff47ead16772a8c4bcf4f69d5
29806 Author: Behdad Esfahbod <behdad@behdad.org>
29807 Date:   Thu Apr 16 16:53:40 2009 -0400
29808
29809     [GSUB] Start Ligature subtable support
29810
29811  src/hb-ot-layout-gsub-private.h |  132
29812  ++++++++++++++++++++++++++++-----------
29813  src/hb-ot-layout.h              |    2 +-
29814  2 files changed, 96 insertions(+), 38 deletions(-)
29815
29816 commit 52886ca56b24a8335614b1df16a33dd4e2d7ae56
29817 Author: Behdad Esfahbod <behdad@behdad.org>
29818 Date:   Thu Apr 16 14:19:42 2009 -0400
29819
29820     [GSUB] Implement Alternate subtables
29821
29822  src/hb-ot-layout-gsub-private.h |  104
29823  ++++++++++++++++++++++++++++++++++++---
29824  src/hb-ot-layout-open-private.h |    2 +-
29825  2 files changed, 97 insertions(+), 9 deletions(-)
29826
29827 commit 4f27ce7e0213ac5ba356f0fd2ec0a175ffd002e6
29828 Author: Behdad Esfahbod <behdad@behdad.org>
29829 Date:   Thu Apr 16 13:40:13 2009 -0400
29830
29831     [GSUB] Implement Extension subtables
29832
29833  src/hb-ot-layout-gsub-private.h |  169
29834  +++++++++++++++++++++++++--------------
29835  1 files changed, 108 insertions(+), 61 deletions(-)
29836
29837 commit 83e61ff4702121d3418fe82a8fe7ef6bb63bb5d2
29838 Author: Behdad Esfahbod <behdad@behdad.org>
29839 Date:   Thu Apr 16 12:30:51 2009 -0400
29840
29841     [GSUB] Fix reverse lookup loop like we did in the old code before
29842
29843  src/hb-ot-layout-gsub-private.h |    2 +-
29844  1 files changed, 1 insertions(+), 1 deletions(-)
29845
29846 commit 5a0b791184cf6ef39eae0570e14aca21abc32845
29847 Author: Behdad Esfahbod <behdad@behdad.org>
29848 Date:   Thu Apr 16 04:45:30 2009 -0400
29849
29850     [harfbuzz/GSUB] towards a partially working GSUB
29851
29852  src/harfbuzz-buffer.c           |    2 +-
29853  src/harfbuzz-impl.h             |    2 +-
29854  src/harfbuzz.c                  |    1 -
29855  src/hb-ot-layout-gdef-private.h |    4 +-
29856  src/hb-ot-layout-gsub-private.h |  383
29857  +++++++++++++++++++++++++++++----------
29858  src/hb-ot-layout-open-private.h |   31 +++-
29859  src/hb-ot-layout-private.h      |    6 +-
29860  src/hb-ot-layout.cc             |   94 +++++++---
29861  src/hb-ot-layout.h              |    2 -
29862  9 files changed, 381 insertions(+), 144 deletions(-)
29863
29864 commit 30bd763fa2fa4aceee51433ec9fc8dc28480b5d7
29865 Author: Behdad Esfahbod <behdad@behdad.org>
29866 Date:   Wed Apr 15 22:56:15 2009 -0400
29867
29868     Implement the first substitute()
29869
29870  src/harfbuzz-buffer-private.h   |    8 ++--
29871  src/harfbuzz-buffer.c           |    4 +-
29872  src/harfbuzz-buffer.h           |    2 +-
29873  src/harfbuzz-gdef-private.h     |    4 +-
29874  src/harfbuzz-gdef.c             |    6 +-
29875  src/harfbuzz-gdef.h             |    2 +-
29876  src/harfbuzz-gpos.c             |    8 ++--
29877  src/harfbuzz-gpos.h             |    2 +-
29878  src/harfbuzz-gsub.h             |    2 +-
29879  src/hb-ot-layout-gsub-private.h |   88
29880  +++++++++++++++++++++++++++++++++++----
29881  src/hb-ot-layout-open-private.h |    2 +-
29882  src/hb-ot-layout-private.h      |   23 ++++++----
29883  src/hb-ot-layout.cc             |   54 ++++++++++++++++-------
29884  src/hb-ot-layout.h              |    2 +-
29885  14 files changed, 151 insertions(+), 56 deletions(-)
29886
29887 commit ce48f03946bef895912019046bdbe62bb1301d0b
29888 Merge: 0e13bee 2d15e72
29889 Author: Behdad Esfahbod <behdad@behdad.org>
29890 Date:   Mon Nov 2 14:35:51 2009 -0500
29891
29892     Merge harfbuzz-ng
29893
29894 commit 0e13beeb93077750183a8242780158b88df81e26
29895 Author: Behdad Esfahbod <behdad@behdad.org>
29896 Date:   Fri Apr 17 17:03:39 2009 -0400
29897
29898     Use git.mk
29899
29900  src/Makefile.am |    2 ++
29901  1 files changed, 2 insertions(+), 0 deletions(-)
29902
29903 commit 2d15e72c75931398db5e027e660f1320bb979117
29904 Author: Behdad Esfahbod <behdad@behdad.org>
29905 Date:   Wed Apr 15 19:50:16 2009 -0400
29906
29907     Give it a start at GSUB
29908
29909  src/hb-common.h                 |    5 +-
29910  src/hb-ot-layout-gdef-private.h |   24 ++++----
29911  src/hb-ot-layout-gsub-private.h |  120
29912  ++++++++++++++++++++++++++++++++++++++-
29913  src/hb-ot-layout-open-private.h |   51 ++++++++++-------
29914  src/hb-ot-layout-private.h      |    2 +-
29915  src/hb-ot-layout.cc             |   63 +++++++++++++++++++-
29916  src/hb-ot-layout.h              |   29 ++++++++-
29917  src/main.cc                     |    4 +-
29918  8 files changed, 253 insertions(+), 45 deletions(-)
29919
29920 commit 9d870f2a558f4e463e3ff953312202a8d144158b
29921 Author: Behdad Esfahbod <behdad@behdad.org>
29922 Date:   Thu Apr 9 13:30:26 2009 -0400
29923
29924     Bug 577952 â€“ Error loading {GDEF,GSUB,GPOS} table 0x6EAD
29925
29926     Detect TrueType Collections by checking the font data header instead
29927     of checking for "face->num_faces >1".
29928
29929  src/harfbuzz-stream.c |   11 +++++++++--
29930  1 files changed, 9 insertions(+), 2 deletions(-)
29931
29932 commit d49caf1f77743550d83fc7feced1293ba34a4e99
29933 Author: Behdad Esfahbod <behdad@behdad.org>
29934 Date:   Mon Mar 2 15:16:11 2009 +0330
29935
29936     [opentype] Protect against illegal access for arrays of length zero
29937
29938  src/harfbuzz-gpos.c |   22 ++++++++++++++++++----
29939  src/harfbuzz-gsub.c |    6 ++++++
29940  2 files changed, 24 insertions(+), 4 deletions(-)
29941
29942 commit 66871797af194f9d2161faf8bfbc9684f09e207e
29943 Author: Behdad Esfahbod <behdad@behdad.org>
29944 Date:   Mon Mar 2 14:20:20 2009 +0330
29945
29946     [opentype] Use size_t instead of uint for malloc wrappers
29947
29948  src/harfbuzz-impl.c |    4 ++--
29949  src/harfbuzz-impl.h |    6 ++++--
29950  2 files changed, 6 insertions(+), 4 deletions(-)
29951
29952 commit 3664e59c52ed56486a3e38126c0c3abb78f42233
29953 Author: Behdad Esfahbod <behdad@behdad.org>
29954 Date:   Mon Mar 2 11:09:29 2009 +0330
29955
29956     Fix Bug 572529 â€“ Poor -I ordering can break build
29957
29958  src/Makefile.am |    4 ++--
29959  1 files changed, 2 insertions(+), 2 deletions(-)
29960
29961 commit aca4d11388eedd532a73bd34747abb65c0ea9291
29962 Author: Behdad Esfahbod <behdad@gnome.org>
29963 Date:   Mon Feb 2 00:13:07 2009 +0000
29964
29965     Allocate all array rows in a single ALLOC call. Saves over 100
29966     alloc calls
29967
29968     2009-01-31  Behdad Esfahbod  <behdad@gnome.org>
29969
29970             * pango/opentype/harfbuzz-gpos.c (Load_Mark2Array),
29971             (Free_Mark2Array):
29972             Allocate all array rows in a single ALLOC call.  Saves over
29973             100
29974             alloc calls when loading DejaVu Sans,
29975
29976  src/harfbuzz-gpos.c |   59
29977  ++++++++++++++------------------------------------
29978  1 files changed, 17 insertions(+), 42 deletions(-)
29979
29980 commit c561d69c721105b78bb06d1e3c5f21ca314d924a
29981 Author: Behdad Esfahbod <behdad@gnome.org>
29982 Date:   Thu Jan 29 09:20:08 2009 +0000
29983
29984     Remove ClassDef->Defined field. This is the comment accompanying it:
29985
29986     2009-01-29  Behdad Esfahbod  <behdad@gnome.org>
29987
29988             * pango/opentype/harfbuzz-open.h:
29989             * pango/opentype/harfbuzz-gdef.c (Make_ClassRange),
29990             (HB_GDEF_Build_ClassDefinition):
29991             * pango/opentype/harfbuzz-gpos.c (Load_PosClassRule),
29992             (Load_ChainPosClassRule):
29993             * pango/opentype/harfbuzz-gsub.c (Load_SubClassRule),
29994             (Load_ChainSubClassRule):
29995             * pango/opentype/harfbuzz-open.c (Load_ClassDef1),
29996             (Load_ClassDef2), (_HB_OPEN_Load_ClassDefinition),
29997             (_HB_OPEN_Load_EmptyClassDefinition),
29998             (_HB_OPEN_Free_ClassDefinition):
29999             Remove ClassDef->Defined field.  This is the comment
30000             accompanying it:
30001
30002               The `Defined' field is not defined in the OpenType
30003               specification
30004               but apparently needed for processing fonts like trado.ttf:
30005               This
30006               font refers to a class which contains not a single element.
30007               We
30008               map such classes to class 0.
30009
30010             The comment is correct that trado.ttf (MS Traditional
30011             Arabic) uses
30012             such classes.  However, in my testing I couldn't identify any
30013             problems with the font if the special handling is removed.
30014             I also
30015             processed as many fonts as I could get my hand on and
30016             trado.ttf was
30017             the only not-totally-broken font hitting the special-case
30018             code.
30019             DejaVu fonts hit it too, but I'm sure they do not require the
30020             special-handling code.  Most probably, that code introduces
30021             bugs
30022             in them.
30023
30024             The special-casing was consuming lots of memory.
30025             EIGHT MEGABYTES
30026             for loading DejaVu Sans!  While this could be complete
30027             fixed, I
30028             decided to remove the special-handling code altogether.
30029             I don't
30030             think it will make any real difference, and if it does,
30031             we'll fix
30032             fonts.  Such hacks will not be in harfbuzz-ng anyway.
30033
30034             Bug originally reported by nsf.
30035
30036  src/harfbuzz-gdef.c |    8 --------
30037  src/harfbuzz-gpos.c |   32 --------------------------------
30038  src/harfbuzz-gsub.c |   31 -------------------------------
30039  src/harfbuzz-open.c |   30 +++---------------------------
30040  src/harfbuzz-open.h |    8 --------
30041  5 files changed, 3 insertions(+), 106 deletions(-)
30042
30043 commit 9372edd6f020c92609853609dcb504c72551c9c3
30044 Author: Behdad Esfahbod <behdad@gnome.org>
30045 Date:   Thu Jan 29 09:19:56 2009 +0000
30046
30047     Use calloc(), instead of malloc()ing and memset()ing.
30048
30049     2009-01-29  Behdad Esfahbod  <behdad@gnome.org>
30050
30051             * pango/opentype/harfbuzz-impl.c (_hb_alloc): Use calloc(),
30052             instead of malloc()ing and memset()ing.
30053
30054  src/harfbuzz-impl.c |    4 +---
30055  1 files changed, 1 insertions(+), 3 deletions(-)
30056
30057 commit 94c21d26ba878b3168a21f2e76f02bc52e8fe6fd
30058 Author: Behdad Esfahbod <behdad@gnome.org>
30059 Date:   Thu Jan 29 09:19:43 2009 +0000
30060
30061     Remove old cruft.
30062
30063     2009-01-29  Behdad Esfahbod  <behdad@gnome.org>
30064
30065             * pango/opentype/harfbuzz-dump-main.c (main): Remove old
30066             cruft.
30067
30068  src/harfbuzz-dump-main.c |  144
30069  +---------------------------------------------
30070  1 files changed, 1 insertions(+), 143 deletions(-)
30071
30072 commit 0a47c4f78e8a9e81cd305f24ec92ea61ead7dd8d
30073 Author: Behdad Esfahbod <behdad@gnome.org>
30074 Date:   Thu Jan 29 09:19:20 2009 +0000
30075
30076     Allocate all array rows in a single ALLOC call. Saves over 2000 alloc
30077
30078     2009-01-29  Behdad Esfahbod  <behdad@gnome.org>
30079
30080             * pango/opentype/harfbuzz-gpos.c (Load_BaseArray),
30081             (Free_BaseArray):
30082             Allocate all array rows in a single ALLOC call.  Saves over
30083             2000
30084             alloc calls when loading DejaVu Sans!
30085
30086  src/harfbuzz-gpos.c |   57
30087  +++++++++++++++-----------------------------------
30088  1 files changed, 17 insertions(+), 40 deletions(-)
30089
30090 commit 549be924bccd187f53791dfa27647981ac909545
30091 Author: Behdad Esfahbod <behdad@gnome.org>
30092 Date:   Fri Dec 26 02:31:47 2008 +0000
30093
30094     Bug 469049 â€“ Fix all compiler warnings
30095
30096     2008-12-25  Behdad Esfahbod  <behdad@gnome.org>
30097
30098             Bug 469049 â€“ Fix all compiler warnings
30099
30100             * pango-view/viewer-pangocairo.c (render_callback):
30101             * pango/fonts.c (append_field),
30102             (pango_font_description_to_string):
30103             * pango/opentype/harfbuzz-dump.c:
30104             * pango/pango-bidi-type.c
30105             (pango_log2vis_get_embedding_levels):
30106             * pango/pango-coverage.c (pango_coverage_set):
30107             * pango/pango-markup.c (span_parse_func):
30108             * pango/pango-renderer.c
30109             (pango_renderer_default_draw_error_underline):
30110             * pango/pango-utils.c (pango_scan_string):
30111             * pango/pangocairo-render.c
30112             (pango_cairo_renderer_draw_trapezoid),
30113             (draw_error_underline), (pango_cairo_renderer_class_init):
30114             Fix all the remaining warnings.
30115
30116  src/harfbuzz-dump.c |    3 +++
30117  1 files changed, 3 insertions(+), 0 deletions(-)
30118
30119 commit 719f9eaa755396ff377da10c5eeced01d3456b1b
30120 Author: Behdad Esfahbod <behdad@gnome.org>
30121 Date:   Fri Dec 26 02:31:35 2008 +0000
30122
30123     Fix more warnings.
30124
30125     2008-12-25  Behdad Esfahbod  <behdad@gnome.org>
30126
30127             * pango/modules.c (pango_module_load), (script_info_free):
30128             * pango/opentype/harfbuzz-gpos.c (HB_Load_GPOS_Table):
30129             * pango/pango-bidi-type.c:
30130             * pango/pango-coverage.c (pango_coverage_ref),
30131             (pango_coverage_unref):
30132             * pango/pango-engine.c (pango_engine_shape_real_covers),
30133             (fallback_engine_shape), (fallback_engine_covers):
30134             * pango/pango-fontmap.c (pango_font_map_init):
30135             * pango/pango-ot-ruleset.c (pango_ot_ruleset_finalize),
30136             (pango_ot_ruleset_new):
30137             * pango/pangofc-decoder.c (pango_fc_decoder_init),
30138             (pango_fc_decoder_class_init):
30139             * pango/pangofc-font.c (pango_fc_font_find_shaper),
30140             (pango_fc_font_get_coverage):
30141             * pango/pangofc-fontmap.c (pango_fc_font_map_list_families),
30142             (pango_fc_make_pattern), (pango_fc_font_map_get_patterns),
30143             (get_first_font), (_pango_fc_font_map_get_coverage),
30144             (cleanup_font), (pango_fc_font_description_from_pattern),
30145             (pango_fc_face_list_sizes), (pango_fc_family_list_faces):
30146             * pango/pangoft2-fontmap.c
30147             (pango_ft2_font_map_get_resolution):
30148             * pango/pangoft2-render.c (pango_ft2_renderer_init),
30149             (pango_ft2_renderer_draw_trapezoid):
30150             * pango/pangoft2.c (pango_ft2_font_get_face),
30151             (pango_ft2_font_real_unlock_face),
30152             (pango_ft2_free_glyph_info_callback):
30153             Fix more warnings.
30154
30155  src/harfbuzz-gpos.c |    2 +-
30156  1 files changed, 1 insertions(+), 1 deletions(-)
30157
30158 commit 21f7d507f4b50e2743ab47954270f4c72d5a722a
30159 Author: Behdad Esfahbod <behdad@gnome.org>
30160 Date:   Wed Oct 15 03:45:29 2008 +0000
30161
30162     Bug 528272 â€“ "Error loading GPOS table 5503" when using katakana
30163
30164     2008-10-14  Behdad Esfahbod  <behdad@gnome.org>
30165
30166             Bug 528272 â€“ "Error loading GPOS table 5503" when using
30167             katakana
30168             characters
30169
30170             * pango/opentype/harfbuzz-gpos.c (Load_Mark2Array): Skip
30171             parsing
30172             null anchor tables.
30173
30174  src/harfbuzz-gpos.c |    7 +++++++
30175  1 files changed, 7 insertions(+), 0 deletions(-)
30176
30177 commit a26c6ae70502b4d60c52a0648662b1619c688b9a
30178 Author: Behdad Esfahbod <behdad@gnome.org>
30179 Date:   Mon Sep 29 22:28:47 2008 +0000
30180
30181     Fix left-to-right positioning. Reported by Peter Hunter.
30182
30183     2008-09-29  Behdad Esfahbod  <behdad@gnome.org>
30184
30185             * pango/opentype/harfbuzz-gpos.c (Position_CursiveChain):
30186             Fix left-to-right positioning.  Reported by Peter Hunter.
30187
30188  src/harfbuzz-gpos.c |    2 +-
30189  1 files changed, 1 insertions(+), 1 deletions(-)
30190
30191 commit b6c06c56a33f1e1ec15e3b525ecafe8fadc679db
30192 Author: Behdad Esfahbod <behdad@gnome.org>
30193 Date:   Sun Jun 29 18:30:14 2008 +0000
30194
30195     Bug 540592 â€“ Crash in HB_GSUB_Apply_String with Linux-Libertine font
30196
30197     2008-06-29  Behdad Esfahbod  <behdad@gnome.org>
30198
30199             Bug 540592 â€“ Crash in HB_GSUB_Apply_String with
30200             Linux-Libertine font
30201
30202             * pango/opentype/harfbuzz-gsub.c (GSUB_Do_String_Lookup):
30203             Fix reverse
30204             loops for type 8 lookups.
30205
30206  src/harfbuzz-gsub.c |    2 +-
30207  1 files changed, 1 insertions(+), 1 deletions(-)
30208
30209 commit c44733596c6648e209c12349e18e35424edf3d59
30210 Author: Behdad Esfahbod <behdad@behdad.org>
30211 Date:   Mon Feb 18 21:14:23 2008 -0500
30212
30213     [hb-ot-layout] Add proper namespace to accessors
30214
30215  src/hb-ot-layout.cc |  165
30216  +++++++++++++++++++++++++++++++++++++-------------
30217  src/hb-ot-layout.h  |  115 +++++++++++++++++++++++------------
30218  2 files changed, 198 insertions(+), 82 deletions(-)
30219
30220 commit 57225672098ebdafb0c06ae091a1b55635daca29
30221 Author: Behdad Esfahbod <behdad@behdad.org>
30222 Date:   Mon Feb 18 20:58:39 2008 -0500
30223
30224     Fix typo, add TODOs
30225
30226  src/hb-ot-layout-open-private.h |    5 ++++-
30227  1 files changed, 4 insertions(+), 1 deletions(-)
30228
30229 commit 4a26ea408c87f0bb59deca9ff44008d138471aa3
30230 Author: Behdad Esfahbod <behdad@behdad.org>
30231 Date:   Mon Jan 28 07:40:10 2008 -0500
30232
30233     Finish script, language, and feature public API
30234
30235  src/hb-ot-layout-open-private.h |   22 ++++++---
30236  src/hb-ot-layout.cc             |  107
30237  +++++++++++++++++++++++++++++++--------
30238  src/hb-ot-layout.h              |   34 ++++++++++++-
30239  3 files changed, 132 insertions(+), 31 deletions(-)
30240
30241 commit 706ab25a4cb043d46e6088aa0a7184ee200276c9
30242 Author: Behdad Esfahbod <behdad@behdad.org>
30243 Date:   Mon Jan 28 05:58:50 2008 -0500
30244
30245     Add script and language public getter API
30246
30247  src/hb-ot-layout-open-private.h |   40 ++++++++-----
30248  src/hb-ot-layout.cc             |  127
30249  ++++++++++++++++++++++++++++++++++++++-
30250  src/hb-ot-layout.h              |   56 +++++++++++++++++
30251  src/main.cc                     |    2 +-
30252  4 files changed, 207 insertions(+), 18 deletions(-)
30253
30254 commit 40a81314fa3eb7c701aea47b43f81bfad985f717
30255 Author: Behdad Esfahbod <behdad@behdad.org>
30256 Date:   Mon Jan 28 02:30:48 2008 -0500
30257
30258     Make main.cc compile again, which means finished getter API
30259
30260  src/hb-ot-layout-open-private.h |  117
30261  ++++++++++++++++++++++++++++----------
30262  src/main.cc                     |   99 +++++++++++++++++++++++----------
30263  2 files changed, 155 insertions(+), 61 deletions(-)
30264
30265 commit e50c3978d37b2c0d6ddd4ced6a6196f6857cd596
30266 Author: Behdad Esfahbod <behdad@behdad.org>
30267 Date:   Mon Jan 28 00:16:49 2008 -0500
30268
30269     Rename HB_OT_Layout to hb_ot_layout_t
30270
30271  src/hb-ot-layout-private.h |    8 ++++----
30272  src/hb-ot-layout.cc        |   34 +++++++++++++++++-----------------
30273  src/hb-ot-layout.h         |   33 +++++++++++++++------------------
30274  3 files changed, 36 insertions(+), 39 deletions(-)
30275
30276 commit dfa811965133bc4d1696fa5a0166e17ed4142c98
30277 Author: Behdad Esfahbod <behdad@behdad.org>
30278 Date:   Mon Jan 28 00:12:21 2008 -0500
30279
30280     Rename hb_ot_layout_create() to hb_ot_layout_create_for_data()
30281
30282  src/hb-ot-layout.cc |    4 ++--
30283  src/hb-ot-layout.h  |    4 ++--
30284  2 files changed, 4 insertions(+), 4 deletions(-)
30285
30286 commit 54e5aac5e2947d4e2864c6f2987e4d275da73100
30287 Author: Behdad Esfahbod <behdad@behdad.org>
30288 Date:   Sun Jan 27 21:19:51 2008 -0500
30289
30290     GDEF completely working now
30291
30292  src/hb-ot-layout-open-private.h |   11 ++++++++---
30293  src/hb-ot-layout-private.h      |   16 +++++++++-------
30294  src/hb-ot-layout.cc             |   19 +++++++++----------
30295  src/hb-private.h                |    7 +++++++
30296  src/main.cc                     |   12 ++++++------
30297  5 files changed, 39 insertions(+), 26 deletions(-)
30298
30299 commit 6f425b11799aa20dab553085f05744191b7318e2
30300 Author: Behdad Esfahbod <behdad@behdad.org>
30301 Date:   Thu Jan 24 19:38:56 2008 -0500
30302
30303     [GDEF] Finish internal API
30304
30305  src/hb-ot-layout-private.h |   15 ++++++-
30306  src/hb-ot-layout.cc        |   95
30307  +++++++++++++++++++++-----------------------
30308  src/hb-ot-layout.h         |   16 ++++----
30309  3 files changed, 66 insertions(+), 60 deletions(-)
30310
30311 commit 590d55cbb9e21ef74dfd88eee51fd0a763958cd2
30312 Author: Behdad Esfahbod <behdad@behdad.org>
30313 Date:   Thu Jan 24 19:13:50 2008 -0500
30314
30315     [GDEF] Finish public API
30316
30317  src/hb-common.h                 |   11 ++++
30318  src/hb-ot-layout-gdef-private.h |   28 ++++-----
30319  src/hb-ot-layout-open-private.h |   25 +++++---
30320  src/hb-ot-layout-private.h      |   23 ++------
30321  src/hb-ot-layout.cc             |  123
30322  ++++++++++++++++++++++++++++++++++++---
30323  src/hb-ot-layout.h              |   29 +++++----
30324  6 files changed, 176 insertions(+), 63 deletions(-)
30325
30326 commit aff831ed6787abe8e24a977e34d97ff2e0b7dc21
30327 Author: Behdad Esfahbod <behdad@behdad.org>
30328 Date:   Thu Jan 24 06:03:45 2008 -0500
30329
30330     Implement glyph properties
30331
30332  src/hb-ot-layout-gdef-private.h |   10 ++++-
30333  src/hb-ot-layout-private.h      |   16 ++++++-
30334  src/hb-ot-layout.cc             |   84
30335  +++++++++++++++++++++++++++++++++++---
30336  src/hb-ot-layout.h              |   25 ++++++++---
30337  4 files changed, 117 insertions(+), 18 deletions(-)
30338
30339 commit ead428d7a0bf4dc84340a99f3959e5cc58123e99
30340 Author: Behdad Esfahbod <behdad@behdad.org>
30341 Date:   Thu Jan 24 03:54:09 2008 -0500
30342
30343     More public api
30344
30345  src/hb-ot-layout-open-private.h |   32 +++++++++++++++++++-------------
30346  src/hb-ot-layout-private.h      |    9 ++++++---
30347  src/hb-ot-layout.cc             |   21 ++++++++++++++-------
30348  src/hb-ot-layout.h              |    2 --
30349  4 files changed, 39 insertions(+), 25 deletions(-)
30350
30351 commit fd92a3dde32fd10df30c9eeb97641bc3c15b1e9b
30352 Author: Behdad Esfahbod <behdad@behdad.org>
30353 Date:   Thu Jan 24 03:11:09 2008 -0500
30354
30355     Starting public interface
30356
30357  src/Makefile                    |   11 -----
30358  src/Makefile.ng                 |   11 +++++
30359  src/hb-ot-layout-gdef-private.h |   17 +++----
30360  src/hb-ot-layout-gsub-private.h |    3 +-
30361  src/hb-ot-layout-open-private.h |   92
30362  ++++++++++++++++++++++++++++-----------
30363  src/hb-ot-layout-private.h      |   51 +++++++++++++++++++++
30364  src/hb-ot-layout.cc             |   67 ++++++++++++++++++++++++++++
30365  src/hb-ot-layout.h              |   35 +++++++++++++-
30366  src/main.cc                     |    1 +
30367  9 files changed, 236 insertions(+), 52 deletions(-)
30368
30369 commit 7d6b95b000ec6cd8ca93113b2d81a049ad2f9bbe
30370 Author: Behdad Esfahbod <behdad@src.gnome.org>
30371 Date:   Thu Jan 24 04:42:24 2008 +0000
30372
30373     Remove unused macro
30374
30375  src/harfbuzz-impl.h |    2 --
30376  1 files changed, 0 insertions(+), 2 deletions(-)
30377
30378 commit 7586089c6fa8185cad8387869d3703c637e5cbb1
30379 Author: Behdad Esfahbod <behdad@behdad.org>
30380 Date:   Wed Jan 23 18:02:28 2008 -0500
30381
30382     Minor
30383
30384  src/hb-ot-layout-gdef-private.h |   37 +++++++++++++++++++++++-----
30385  src/hb-ot-layout-gsub-private.h |   13 ++++++++++
30386  src/hb-ot-layout-open-private.h |   49
30387  ++++++++++++++++++++++++++++++++------
30388  src/hb-private.h                |    2 +
30389  4 files changed, 86 insertions(+), 15 deletions(-)
30390
30391 commit aefaafe5bc4fc6d37a412c135b1079c287be7045
30392 Author: Behdad Esfahbod <behdad@behdad.org>
30393 Date:   Wed Jan 23 17:25:29 2008 -0500
30394
30395     Minor renaming
30396
30397  src/hb-ot-layout-gdef-private.h |   10 +++++-----
30398  src/hb-ot-layout-open-private.h |   16 +++++++---------
30399  src/main.cc                     |    4 ++--
30400  3 files changed, 14 insertions(+), 16 deletions(-)
30401
30402 commit a16ecbf0564a6e2576da22c12827f3c0719da549
30403 Author: Behdad Esfahbod <behdad@behdad.org>
30404 Date:   Wed Jan 23 17:01:55 2008 -0500
30405
30406     Initial gsub stub
30407
30408  src/hb-ot-layout-gdef-private.h |    4 +
30409  src/hb-ot-layout-gsub-private.h |  453
30410  +++++++++++++++++++++++++++++++++++++++
30411  src/hb-ot-layout-open-private.h |    3 +
30412  src/main.cc                     |    1 +
30413  4 files changed, 461 insertions(+), 0 deletions(-)
30414
30415 commit 64aef3a54999496fd1de4f5aa5b019e4c03b3836
30416 Author: Behdad Esfahbod <behdad@behdad.org>
30417 Date:   Wed Jan 23 16:14:38 2008 -0500
30418
30419     Add copyright notices.
30420
30421  src/hb-common.h                 |   26 ++++++++++++++++++++++++++
30422  src/hb-ot-layout-gdef-private.h |   26 ++++++++++++++++++++++++++
30423  src/hb-ot-layout-open-private.h |   26 ++++++++++++++++++++++++++
30424  src/hb-ot-layout.h              |   26 ++++++++++++++++++++++++++
30425  src/hb-private.h                |   26 ++++++++++++++++++++++++++
30426  src/main.cc                     |   26 ++++++++++++++++++++++++++
30427  6 files changed, 156 insertions(+), 0 deletions(-)
30428
30429 commit 12360f7c159826ae72271b34486dee59d96aa8ca
30430 Author: Behdad Esfahbod <behdad@behdad.org>
30431 Date:   Wed Jan 23 15:50:38 2008 -0500
30432
30433     Minor cleanup, add LIKELY and UNLIKELY annotations
30434
30435  src/hb-ot-layout-gdef-private.h |   63
30436  ++++++++++++++++++++++----------------
30437  src/hb-ot-layout-open-private.h |   36 +++++++---------------
30438  src/hb-private.h                |   15 +++++++++
30439  3 files changed, 63 insertions(+), 51 deletions(-)
30440
30441 commit 8dd1c8b8d6797d899d0f5b0a8015886bf6520ca2
30442 Author: Behdad Esfahbod <behdad@behdad.org>
30443 Date:   Wed Jan 23 05:00:30 2008 -0500
30444
30445     Clean up file names, add namespace
30446
30447  src/harfbuzz-common.h           |   14 -
30448  src/harfbuzz-gdef-private.h     |  213 -----------
30449  src/harfbuzz-gdef.h             |   11 -
30450  src/harfbuzz-open-private.h     |  804
30451  ---------------------------------------
30452  src/harfbuzz-open.h             |   17 -
30453  src/harfbuzz-private.h          |   12 -
30454  src/hb-common.h                 |   14 +
30455  src/hb-ot-layout-gdef-private.h |  213 +++++++++++
30456  src/hb-ot-layout-open-private.h |  804
30457  +++++++++++++++++++++++++++++++++++++++
30458  src/hb-ot-layout.h              |   17 +
30459  src/hb-private.h                |   12 +
30460  src/main.cc                     |    4 +-
30461  12 files changed, 1062 insertions(+), 1073 deletions(-)
30462
30463 commit 1f437e6f47fb6c15761021bd2078f31778f2179c
30464 Author: Behdad Esfahbod <behdad@behdad.org>
30465 Date:   Wed Jan 23 04:36:40 2008 -0500
30466
30467     Make all code NULL-free and assert-free
30468
30469  src/harfbuzz-gdef-private.h |  125 +++++++++----------
30470  src/harfbuzz-open-private.h |  285
30471  ++++++++++++++++++++++--------------------
30472  src/main.cc                 |    8 +-
30473  3 files changed, 214 insertions(+), 204 deletions(-)
30474
30475 commit 600e5eb80f553ea8eb862e6784133574c74ca513
30476 Author: Behdad Esfahbod <behdad@behdad.org>
30477 Date:   Wed Jan 23 02:01:37 2008 -0500
30478
30479     Define get_for_data() factories
30480
30481  src/harfbuzz-gdef-private.h |    3 +++
30482  src/harfbuzz-open-private.h |   42
30483  +++++++++++++++++++++++++++++-------------
30484  src/main.cc                 |   10 ++++------
30485  3 files changed, 36 insertions(+), 19 deletions(-)
30486
30487 commit b9d7688fb3d45894901484b74095c4f11cab6196
30488 Author: Behdad Esfahbod <behdad@behdad.org>
30489 Date:   Wed Jan 23 01:38:10 2008 -0500
30490
30491     Finish and test GDEF
30492
30493  src/harfbuzz-gdef-private.h |   72
30494  ++++++++++++++++++++++++++++++------------
30495  src/harfbuzz-open-private.h |   23 +++++++------
30496  src/harfbuzz-open.h         |    4 ++
30497  src/main.cc                 |   10 ++++++
30498  4 files changed, 77 insertions(+), 32 deletions(-)
30499
30500 commit 303fe62824d4e99df554b6bfaacba05d068522fb
30501 Author: Behdad Esfahbod <behdad@behdad.org>
30502 Date:   Wed Jan 23 00:20:48 2008 -0500
30503
30504     Misc cleanup
30505
30506  src/Makefile                |   10 +++-
30507  src/harfbuzz-gdef-private.h |   65 +++++++++++++++++++++------
30508  src/harfbuzz-open-private.h |  102
30509  +++++++++++++++++++++++++++++++++++++++----
30510  src/harfbuzz-private.h      |    6 +++
30511  src/main.cc                 |   12 +++---
30512  5 files changed, 163 insertions(+), 32 deletions(-)
30513
30514 commit 17843245fde4cc8cddc7da8ef30357d3d8778187
30515 Author: Behdad Esfahbod <behdad@gnome.org>
30516 Date:   Wed Jan 16 20:39:29 2008 +0000
30517
30518     Remove COPYING.GPL and COPYING.FTL that are no longer there.
30519
30520     2008-01-16  Behdad Esfahbod  <behdad@gnome.org>
30521
30522             * pango/opentype/Makefile.am: Remove COPYING.GPL and
30523             COPYING.FTL that
30524             are no longer there.
30525
30526  src/Makefile.am |    2 --
30527  1 files changed, 0 insertions(+), 2 deletions(-)
30528
30529 commit a2a9a023f6472ba262f89e5327318996b8258d25
30530 Author: Behdad Esfahbod <behdad@gnome.org>
30531 Date:   Tue Jan 15 22:46:32 2008 +0000
30532
30533     HarfBuzz was relicensed to a more generous and simpler
30534     license. Adapt. See
30535
30536     2008-01-15  Behdad Esfahbod  <behdad@gnome.org>
30537
30538             * pango/opentype/*:
30539             HarfBuzz was relicensed to a more generous and simpler
30540             license.
30541             Adapt.  See pango/opentype/COPYING for the new license
30542             which is
30543             LGPL-compatible.
30544
30545  src/COPYING                   |   39 +++--
30546  src/COPYING.FTL               |  174 ---------------------
30547  src/COPYING.GPL               |  340
30548  -----------------------------------------
30549  src/harfbuzz-buffer-private.h |   32 +++-
30550  src/harfbuzz-buffer.c         |   27 +++-
30551  src/harfbuzz-buffer.h         |   32 +++-
30552  src/harfbuzz-dump-main.c      |   34 +++--
30553  src/harfbuzz-dump.c           |   34 +++--
30554  src/harfbuzz-dump.h           |   35 +++--
30555  src/harfbuzz-gdef-private.h   |   29 +++-
30556  src/harfbuzz-gdef.c           |   29 +++-
30557  src/harfbuzz-gdef.h           |   29 +++-
30558  src/harfbuzz-global.h         |   29 +++-
30559  src/harfbuzz-gpos-private.h   |   29 +++-
30560  src/harfbuzz-gpos.c           |   31 +++-
30561  src/harfbuzz-gpos.h           |   29 +++-
30562  src/harfbuzz-gsub-private.h   |   29 +++-
30563  src/harfbuzz-gsub.c           |   31 +++-
30564  src/harfbuzz-gsub.h           |   29 +++-
30565  src/harfbuzz-impl.c           |   31 +++-
30566  src/harfbuzz-impl.h           |   29 +++-
30567  src/harfbuzz-open-private.h   |   29 +++-
30568  src/harfbuzz-open.c           |   29 +++-
30569  src/harfbuzz-open.h           |   29 +++-
30570  src/harfbuzz-stream-private.h |   29 +++-
30571  src/harfbuzz-stream.c         |   31 +++-
30572  src/harfbuzz.c                |   28 +++-
30573  src/harfbuzz.h                |   29 +++-
30574  28 files changed, 564 insertions(+), 741 deletions(-)
30575
30576 commit 4ccedd22eaa6e47bd8bbf255627a8b55fbb44736
30577 Author: Behdad Esfahbod <behdad@gnome.org>
30578 Date:   Wed Dec 5 03:41:29 2007 +0000
30579
30580     Bug 501575 â€“ Compile errors Patch from Jens Granseuer
30581
30582     2007-12-04  Behdad Esfahbod  <behdad@gnome.org>
30583
30584             Bug 501575 â€“ Compile errors
30585             Patch from Jens Granseuer
30586
30587             * pango/opentype/harfbuzz-stream.c (_hb_font_goto_table):
30588             * pango/pango-utils.c (handle_alias_line):
30589             Fix C99ism.
30590
30591  src/harfbuzz-stream.c |    4 ++--
30592  1 files changed, 2 insertions(+), 2 deletions(-)
30593
30594 commit cd55cfa2b0a1fe35d5a4ad1c8feaa399d7fb7ab3
30595 Author: Behdad Esfahbod <behdad@src.gnome.org>
30596 Date:   Fri Nov 30 04:31:29 2007 +0000
30597
30598     Undo accidental change.
30599
30600  src/harfbuzz-impl.c |    2 --
30601  1 files changed, 0 insertions(+), 2 deletions(-)
30602
30603 commit 3f05da638c8d7b13e7f860aeda1a6321e5ebd92e
30604 Author: Behdad Esfahbod <behdad@gnome.org>
30605 Date:   Fri Nov 30 04:29:58 2007 +0000
30606
30607     Bug 485536 â€“ underline_position can be zero
30608
30609     2007-11-29  Behdad Esfahbod  <behdad@gnome.org>
30610
30611             Bug 485536 â€“ underline_position can be zero
30612
30613             * pango/pango-utils.c (pango_cairo_quantize_line_geometry):
30614             Document that returned position may be zero.
30615
30616             * pango/pangocairo-win32font.c
30617             (pango_cairo_win32_font_create_metrics_for_context):
30618             * pango/pangofc-font.c (get_face_metrics):
30619             Handle case of underline_position==0 after rounding.
30620
30621  src/harfbuzz-impl.c |    2 ++
30622  1 files changed, 2 insertions(+), 0 deletions(-)
30623
30624 commit e58278fedb67cbaac4bf4d6dfc33209cb22eec08
30625 Author: Behdad Esfahbod <behdad@gnome.org>
30626 Date:   Sat Nov 24 01:40:13 2007 +0000
30627
30628     Remove unused macro.
30629
30630     2007-11-23  Behdad Esfahbod  <behdad@gnome.org>
30631
30632             * pango/opentype/harfbuzz-impl.c: Remove unused macro.
30633
30634  src/harfbuzz-impl.c |   18 ------------------
30635  1 files changed, 0 insertions(+), 18 deletions(-)
30636
30637 commit 3b047380aec4ccc707c4579327d54172c19820fd
30638 Author: Behdad Esfahbod <behdad@src.gnome.org>
30639 Date:   Sun Nov 18 22:34:08 2007 +0000
30640
30641     Minor
30642
30643  src/harfbuzz-dump-main.c |    4 +-
30644  src/harfbuzz-stream.c    |   89
30645  ++++++++++++++++++++++-----------------------
30646  2 files changed, 46 insertions(+), 47 deletions(-)
30647
30648 commit 10d6a25a26bdbab4ece4edf0e34ffd3d22410ebe
30649 Author: Behdad Esfahbod <behdad@src.gnome.org>
30650 Date:   Wed Nov 7 10:04:11 2007 +0000
30651
30652     Remove dead code.
30653
30654  src/harfbuzz-gdef.c |   88
30655  ---------------------------------------------------
30656  src/harfbuzz-gpos.h |    4 +--
30657  2 files changed, 1 insertions(+), 91 deletions(-)
30658
30659 commit 47d2c33e3d099fae79e199367de5011bc5c12273
30660 Author: Behdad Esfahbod <behdad@gnome.org>
30661 Date:   Wed Nov 7 09:59:18 2007 +0000
30662
30663     And some more.
30664
30665     2007-11-07  Behdad Esfahbod  <behdad@gnome.org>
30666
30667             * pango/opentype/*: And some more.
30668
30669  src/harfbuzz-buffer.h         |    8 ++--
30670  src/harfbuzz-dump-main.c      |   22 +++++-----
30671  src/harfbuzz-gdef.c           |   14 +++---
30672  src/harfbuzz-gdef.h           |    4 +-
30673  src/harfbuzz-global.h         |   21 +++++-----
30674  src/harfbuzz-gpos.c           |   82
30675  ++++++++++++++++++++---------------------
30676  src/harfbuzz-gpos.h           |   12 +++---
30677  src/harfbuzz-gsub.c           |    4 +-
30678  src/harfbuzz-gsub.h           |    4 +-
30679  src/harfbuzz-stream-private.h |    4 +-
30680  src/harfbuzz-stream.c         |   16 ++++----
30681  11 files changed, 95 insertions(+), 96 deletions(-)
30682
30683 commit 78ef65ba08967fe1b5f97bcb27074bd635f4b898
30684 Author: Behdad Esfahbod <behdad@gnome.org>
30685 Date:   Wed Nov 7 08:06:01 2007 +0000
30686
30687     Some more cleanup and merging.
30688
30689     2007-11-07  Behdad Esfahbod  <behdad@gnome.org>
30690
30691             * pango/opentype/*: Some more cleanup and merging.
30692
30693  src/Makefile.am               |    6 +-
30694  src/harfbuzz-buffer-private.h |   33 ++++++
30695  src/harfbuzz-buffer.c         |    4 +-
30696  src/harfbuzz-dump-main.c      |    3 +-
30697  src/harfbuzz-gdef-private.h   |    9 ++-
30698  src/harfbuzz-gdef.c           |   39 +++++++
30699  src/harfbuzz-global.h         |    2 +
30700  src/harfbuzz-gpos-private.h   |    1 +
30701  src/harfbuzz-gpos.c           |   32 +-----
30702  src/harfbuzz-gsub-private.h   |    1 +
30703  src/harfbuzz-gsub.c           |   33 +-----
30704  src/harfbuzz-impl.c           |  216
30705  ++------------------------------------
30706  src/harfbuzz-impl.h           |  100 +-----------------
30707  src/harfbuzz-open-private.h   |    4 +-
30708  src/harfbuzz-stream-private.h |   70 ++++++++++++
30709  src/harfbuzz-stream.c         |  234
30710  +++++++++++++++++++++++++++++++++++++++++
30711  src/harfbuzz.c                |    1 +
30712  src/harfbuzz.h                |    3 +-
30713  18 files changed, 419 insertions(+), 372 deletions(-)
30714
30715 commit 5c9bd379950d914982bdb91d0f82b8036908db37
30716 Author: Behdad Esfahbod <behdad@src.gnome.org>
30717 Date:   Mon Oct 29 23:51:48 2007 +0000
30718
30719     Fix typo.
30720
30721  src/Makefile.am |    5 +++--
30722  1 files changed, 3 insertions(+), 2 deletions(-)
30723
30724 commit ef1f481752fa6e478f649e826c96927c98f21981
30725 Author: Behdad Esfahbod <behdad@gnome.org>
30726 Date:   Thu Oct 25 23:37:11 2007 +0000
30727
30728     Even more cleanup and more type renames.
30729
30730     2007-10-25  Behdad Esfahbod  <behdad@gnome.org>
30731
30732             * pango/opentype/*: Even more cleanup and more type renames.
30733
30734  src/harfbuzz-buffer.h |    3 +--
30735  src/harfbuzz-global.h |    6 ++++++
30736  src/harfbuzz-impl.c   |   16 ++++++++--------
30737  src/harfbuzz-impl.h   |   22 +++++++++++-----------
30738  src/harfbuzz-open.h   |    3 ---
30739  5 files changed, 26 insertions(+), 24 deletions(-)
30740
30741 commit 282c60a0eea0db784b0a094958bec35b5f3dc399
30742 Author: Behdad Esfahbod <behdad@gnome.org>
30743 Date:   Thu Oct 25 23:22:17 2007 +0000
30744
30745     More cleanup, remove redundant error types.
30746
30747     2007-10-25  Behdad Esfahbod  <behdad@gnome.org>
30748
30749             * pango/opentype/*: More cleanup, remove redundant error
30750             types.
30751
30752  src/harfbuzz-dump-main.c |    4 +-
30753  src/harfbuzz-dump.c      |   14 +++---
30754  src/harfbuzz-gdef.c      |   25 +++++-----
30755  src/harfbuzz-gdef.h      |    3 -
30756  src/harfbuzz-global.h    |   31 ++++++-----
30757  src/harfbuzz-gpos.c      |  124
30758  +++++++++++++++++++++++-----------------------
30759  src/harfbuzz-gpos.h      |    3 -
30760  src/harfbuzz-gsub.c      |   86 ++++++++++++++++----------------
30761  src/harfbuzz-gsub.h      |    3 -
30762  src/harfbuzz-impl.c      |   18 +++---
30763  src/harfbuzz-impl.h      |    2 +
30764  src/harfbuzz-open.c      |   24 +++++-----
30765  src/harfbuzz-open.h      |    6 +-
30766  13 files changed, 170 insertions(+), 173 deletions(-)
30767
30768 commit 4280ec4df45ae86c10c3cd24ddb9c05e47223d39
30769 Author: Behdad Esfahbod <behdad@gnome.org>
30770 Date:   Thu Oct 25 00:23:46 2007 +0000
30771
30772     Rename ftglue.c to harfbuzz-impl.c and more type renames and
30773     moving code
30774
30775     2007-10-24  Behdad Esfahbod  <behdad@gnome.org>
30776
30777             * pango/opentype/*: Rename ftglue.c to harfbuzz-impl.c
30778             and more
30779             type renames and moving code around.
30780
30781  src/Makefile.am             |    3 +-
30782  src/ftglue.c                |  287
30783  -------------------------------------------
30784  src/ftglue.h                |  151 -----------------------
30785  src/harfbuzz-dump-main.c    |   48 +-------
30786  src/harfbuzz-dump.c         |   30 +++---
30787  src/harfbuzz-gdef.c         |   18 ++--
30788  src/harfbuzz-global.h       |   18 +++
30789  src/harfbuzz-gpos-private.h |    2 +-
30790  src/harfbuzz-gpos.c         |   90 +++++++-------
30791  src/harfbuzz-gsub-private.h |    2 +-
30792  src/harfbuzz-gsub.c         |   64 +++++-----
30793  src/harfbuzz-impl.c         |  283
30794  ++++++++++++++++++++++++++++++++++++++++++
30795  src/harfbuzz-impl.h         |  114 ++++++++++++++++-
30796  src/harfbuzz-open-private.h |   14 +-
30797  src/harfbuzz-open.c         |   32 +++---
30798  src/harfbuzz-open.h         |   16 ---
30799  src/harfbuzz.c              |    4 +-
30800  17 files changed, 542 insertions(+), 634 deletions(-)
30801
30802 commit 5716ae278a82d318ddbfeba01d0785d4efbe1454
30803 Author: Behdad Esfahbod <behdad@gnome.org>
30804 Date:   Wed Oct 24 22:44:47 2007 +0000
30805
30806     New header file harfbuzz-global.h. Rename FT_* int types to HB_*
30807     types.
30808
30809     2007-10-24  Behdad Esfahbod  <behdad@gnome.org>
30810
30811             * pango/opentype/*: New header file harfbuzz-global.h.  Rename
30812             FT_* int types to HB_* types.
30813
30814  src/Makefile.am               |    1 +
30815  src/ftglue.c                  |   30 ++--
30816  src/ftglue.h                  |   26 +-
30817  src/harfbuzz-buffer-private.h |   26 +-
30818  src/harfbuzz-buffer.c         |   40 ++--
30819  src/harfbuzz-buffer.h         |   42 ++--
30820  src/harfbuzz-dump-main.c      |   24 +-
30821  src/harfbuzz-dump.c           |   14 +-
30822  src/harfbuzz-dump.h           |    4 +-
30823  src/harfbuzz-gdef-private.h   |   30 ++--
30824  src/harfbuzz-gdef.c           |  104 ++++----
30825  src/harfbuzz-gdef.h           |   32 ++--
30826  src/harfbuzz-global.h         |   34 +++
30827  src/harfbuzz-gpos-private.h   |  182 +++++++-------
30828  src/harfbuzz-gpos.c           |  540
30829  ++++++++++++++++++++--------------------
30830  src/harfbuzz-gpos.h           |   52 ++--
30831  src/harfbuzz-gsub-private.h   |  142 ++++++------
30832  src/harfbuzz-gsub.c           |  432 ++++++++++++++++----------------
30833  src/harfbuzz-gsub.h           |   50 ++--
30834  src/harfbuzz-impl.h           |    6 +-
30835  src/harfbuzz-open-private.h   |   26 +-
30836  src/harfbuzz-open.c           |  146 ++++++------
30837  src/harfbuzz-open.h           |   88 ++++----
30838  src/harfbuzz.h                |    1 +
30839  24 files changed, 1056 insertions(+), 1016 deletions(-)
30840
30841 commit 2130d852c76cccb94350a4aea222359640ffa8a4
30842 Author: Behdad Esfahbod <behdad@gnome.org>
30843 Date:   Wed Oct 24 21:35:03 2007 +0000
30844
30845     Add commented-out dummy struct for Extension lookups.
30846
30847     2007-10-24  Behdad Esfahbod  <behdad@gnome.org>
30848
30849             * pango/opentype/harfbuzz-gpos-private.h:
30850             * pango/opentype/harfbuzz-gsub-private.h:
30851             Add commented-out dummy struct for Extension lookups.
30852
30853  src/harfbuzz-gpos-private.h |   13 +++++++++++++
30854  src/harfbuzz-gsub-private.h |   13 +++++++++++++
30855  2 files changed, 26 insertions(+), 0 deletions(-)
30856
30857 commit 13b2b963848ada169c2fe3d3669fbc1c337f7fe7
30858 Author: Behdad Esfahbod <behdad@gnome.org>
30859 Date:   Sun Oct 21 18:17:02 2007 +0000
30860
30861     Bug 488840 â€“ harfbuzz: protect against ligid overflow
30862
30863     2007-10-21  Behdad Esfahbod  <behdad@gnome.org>
30864
30865             Bug 488840 â€“ harfbuzz: protect against ligid overflow
30866
30867             * pango/opentype/harfbuzz-buffer.c
30868             (_hb_buffer_allocate_ligid):
30869             Never return zero, even in case of overflow.
30870
30871             * pango/opentype/harfbuzz-impl.h: Define dummy HB_LIKELY() and
30872             HB_UNLIKELY(), to be filled later.
30873
30874  src/harfbuzz-buffer.c |    6 +++++-
30875  src/harfbuzz-impl.h   |    3 +++
30876  2 files changed, 8 insertions(+), 1 deletions(-)
30877
30878 commit 6b347138b597c41af24453f630336ba2fc033dc5
30879 Author: Behdad Esfahbod <behdad@gnome.org>
30880 Date:   Thu Oct 11 08:30:50 2007 +0000
30881
30882     Mark internal symbols as HB_INTERNAL and define that to static in
30883
30884     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
30885
30886             * pango/opentype/*: Mark internal symbols as HB_INTERNAL and
30887             define that to static in harfbuzz.c.
30888
30889             * pango/opentype/harfbuzz-buffer-internal.h: New file.
30890
30891  src/Makefile.am               |    1 +
30892  src/ftglue.c                  |   18 +++---
30893  src/ftglue.h                  |   20 ++++---
30894  src/harfbuzz-buffer-private.h |   60 ++++++++++++++++++++++
30895  src/harfbuzz-buffer.c         |  108
30896  +++++++++++++++++++++-------------------
30897  src/harfbuzz-buffer.h         |   38 +--------------
30898  src/harfbuzz-gdef-private.h   |   17 ++++---
30899  src/harfbuzz-gdef.c           |   20 ++++---
30900  src/harfbuzz-gpos-private.h   |   13 +++--
30901  src/harfbuzz-gpos.c           |   16 +++---
30902  src/harfbuzz-gsub-private.h   |   14 +++--
30903  src/harfbuzz-gsub.c           |   20 ++++---
30904  src/harfbuzz-impl.h           |   12 +++--
30905  src/harfbuzz-open-private.h   |   81 +++++++++++++++++-------------
30906  src/harfbuzz-open.c           |  111
30907  +++++++++++++++++++++++-----------------
30908  src/harfbuzz.c                |    1 +
30909  16 files changed, 315 insertions(+), 235 deletions(-)
30910
30911 commit 7cdfb61deefd8f43edb5eb79d45d38dbbbef9051
30912 Author: Behdad Esfahbod <behdad@gnome.org>
30913 Date:   Thu Oct 11 07:46:33 2007 +0000
30914
30915     Remove FTGLUE_API/APIDEF cruft.
30916
30917     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
30918
30919             * pango/opentype/ftglue.[ch]: Remove FTGLUE_API/APIDEF cruft.
30920
30921  src/ftglue.c |   16 ++++++++--------
30922  src/ftglue.h |   24 ++++++++----------------
30923  2 files changed, 16 insertions(+), 24 deletions(-)
30924
30925 commit 61ddbafaaad31ccacde54cad7e60a84abffc0a9f
30926 Author: Behdad Esfahbod <behdad@gnome.org>
30927 Date:   Thu Oct 11 07:45:26 2007 +0000
30928
30929     Build harfbuzz.c instead of individual source files, to let
30930     compiler go
30931
30932     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
30933
30934             * pango/opentype/Makefile.am: Build harfbuzz.c instead
30935             of individual
30936             source files, to let compiler go wild with optimizations!
30937
30938  src/Makefile.am |    9 +++++----
30939  1 files changed, 5 insertions(+), 4 deletions(-)
30940
30941 commit a219b3d003d6727c79dc51282d21e9ac48c44458
30942 Author: Behdad Esfahbod <behdad@gnome.org>
30943 Date:   Thu Oct 11 07:34:08 2007 +0000
30944
30945     Same here.
30946
30947     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
30948
30949             * pango/opentype/harfbuzz.c: Same here.
30950
30951  src/harfbuzz.c |    1 -
30952  1 files changed, 0 insertions(+), 1 deletions(-)
30953
30954 commit 6567e16e3b14c08659342bbcc9f2735e71f9114e
30955 Author: Behdad Esfahbod <behdad@gnome.org>
30956 Date:   Thu Oct 11 07:33:19 2007 +0000
30957
30958     Don't include harfbuzz-dump.[ch] in libharfbuzz.a. Those are just
30959     used by
30960
30961     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
30962
30963             * pango/opentype/Makefile.am: Don't include harfbuzz-dump.[ch]
30964             in
30965             libharfbuzz.a.  Those are just used by the harfbuzz-dump tool.
30966
30967  src/Makefile.am |    4 ++--
30968  1 files changed, 2 insertions(+), 2 deletions(-)
30969
30970 commit 0b032549ba7581c879a0fc4e794b0e9a4723ae85
30971 Author: Behdad Esfahbod <behdad@gnome.org>
30972 Date:   Thu Oct 11 07:24:47 2007 +0000
30973
30974     Some more cleanup.
30975
30976     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
30977
30978             * pango/opentype/harfbuzz-buffer.c: Some more cleanup.
30979
30980  src/harfbuzz-buffer.c |   11 ++---------
30981  1 files changed, 2 insertions(+), 9 deletions(-)
30982
30983 commit 7a26864308bd1ca8d5f47d798411cac7239b7d38
30984 Author: Behdad Esfahbod <behdad@gnome.org>
30985 Date:   Thu Oct 11 07:21:31 2007 +0000
30986
30987     Move some code around.
30988
30989     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
30990
30991             * pango/opentype/harfbuzz-buffer.c: Move some code around.
30992
30993  src/harfbuzz-buffer.c |   91
30994  ++++++++++++++++++++++++++-----------------------
30995  1 files changed, 48 insertions(+), 43 deletions(-)
30996
30997 commit 7a5405c8261573a0f29d28fb533e800d698f6129
30998 Author: Behdad Esfahbod <behdad@src.gnome.org>
30999 Date:   Thu Oct 11 07:15:16 2007 +0000
31000
31001     Minor.
31002
31003  src/harfbuzz-buffer.c |    2 +-
31004  1 files changed, 1 insertions(+), 1 deletions(-)
31005
31006 commit 986f4fd96892ebda550793941bb1daed862c4a34
31007 Author: Behdad Esfahbod <behdad@gnome.org>
31008 Date:   Thu Oct 11 07:12:49 2007 +0000
31009
31010     Rename buffer->inplace to buffer->separate_out with the inverted
31011     meaning,
31012
31013     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
31014
31015             * pango/opentype/harfbuzz-buffer.[ch]: Rename buffer->inplace
31016             to
31017             buffer->separate_out with the inverted meaning, such that
31018             buffer
31019             is initialization is memset(0).
31020
31021  src/harfbuzz-buffer.c |   34 +++++++++++++++++-----------------
31022  src/harfbuzz-buffer.h |    2 +-
31023  2 files changed, 18 insertions(+), 18 deletions(-)
31024
31025 commit 06003908ccf2473366816935dd1b144cde587be9
31026 Author: Behdad Esfahbod <behdad@gnome.org>
31027 Date:   Thu Oct 11 07:05:09 2007 +0000
31028
31029     Allocate buffer->positions lazily.
31030
31031     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
31032
31033             * pango/opentype/*: Allocate buffer->positions lazily.
31034
31035  src/harfbuzz-buffer.c |   25 +++++++++++++++++++++++--
31036  src/harfbuzz-buffer.h |    3 +++
31037  src/harfbuzz-gpos.c   |   13 ++++++++-----
31038  src/harfbuzz-gsub.c   |    5 +++--
31039  4 files changed, 37 insertions(+), 9 deletions(-)
31040
31041 commit fc3d6f575826704a0ae9ee9018323f6a3c422f4b
31042 Author: Behdad Esfahbod <behdad@gnome.org>
31043 Date:   Thu Oct 11 06:52:07 2007 +0000
31044
31045     Bug 485621 â€“ Get rid of freetype memory allocator in harfbuzz
31046
31047     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
31048
31049             Bug 485621 â€“ Get rid of freetype memory allocator in
31050             harfbuzz
31051
31052             * pango/opentype/*: Remove all occurences of FT_Memory.  Use
31053             malloc/realloc/free directly.
31054
31055             * pango/pango-ot*: Update to above.
31056
31057  src/ftglue.c                |   52 ++----
31058  src/ftglue.h                |   28 ++--
31059  src/harfbuzz-buffer.c       |   16 +-
31060  src/harfbuzz-buffer.h       |    4 +-
31061  src/harfbuzz-gdef.c         |  106 ++++-------
31062  src/harfbuzz-gdef.h         |    6 +-
31063  src/harfbuzz-gpos-private.h |    1 -
31064  src/harfbuzz-gpos.c         |  462
31065  +++++++++++++++++--------------------------
31066  src/harfbuzz-gpos.h         |    2 -
31067  src/harfbuzz-gsub-private.h |    1 -
31068  src/harfbuzz-gsub.c         |  312 +++++++++++-------------------
31069  src/harfbuzz-gsub.h         |    2 -
31070  src/harfbuzz-open-private.h |   25 +--
31071  src/harfbuzz-open.c         |  127 ++++++-------
31072  14 files changed, 441 insertions(+), 703 deletions(-)
31073
31074 commit a8abb8b994c3cd89808e8f7128a0c04b23eb3ede
31075 Author: Behdad Esfahbod <behdad@gnome.org>
31076 Date:   Thu Oct 11 00:07:58 2007 +0000
31077
31078     Bug 485559 â€“ Boston Summit HarfBuzz optimizations
31079
31080     2007-10-10  Behdad Esfahbod  <behdad@gnome.org>
31081
31082             Bug 485559 â€“ Boston Summit HarfBuzz optimizations
31083
31084             * pango/opentype/*: HarfBuzz hacking to:
31085
31086               - Rename last remaining FT_Err stuff to HB_Err.
31087
31088               - Fix a couple invalid table paths to be permissive so
31089                 fonts work better.  Particularly GDEF table for Nafees
31090                 Nastaliq is loaded and works great now.
31091
31092               - Optimize harfbuzz buffer to not copy/swap for simple
31093               one-to-one and "copy" GSUB operations.
31094
31095             * pango/pango-ot*: Update to FT_Err to HB_Err renaming.
31096
31097  src/ftglue.c                |   51 ++-
31098  src/ftglue.h                |   21 +-
31099  src/harfbuzz-buffer.c       |  190 +++++++--
31100  src/harfbuzz-buffer.h       |   26 +-
31101  src/harfbuzz-dump-main.c    |   14 +-
31102  src/harfbuzz-dump.c         |   15 +-
31103  src/harfbuzz-gdef-private.h |    4 +-
31104  src/harfbuzz-gdef.c         |  149 ++++----
31105  src/harfbuzz-gdef.h         |   10 +-
31106  src/harfbuzz-gpos-private.h |    2 +-
31107  src/harfbuzz-gpos.c         |  810 +++++++++++++++++---------------------
31108  src/harfbuzz-gpos.h         |   30 +-
31109  src/harfbuzz-gsub-private.h |    2 +-
31110  src/harfbuzz-gsub.c         |  919
31111  ++++++++++++++++++-------------------------
31112  src/harfbuzz-gsub.h         |   24 +-
31113  src/harfbuzz-impl.h         |   22 +-
31114  src/harfbuzz-open-private.h |   20 +-
31115  src/harfbuzz-open.c         |  238 ++++++------
31116  src/harfbuzz-open.h         |   13 +-
31117  19 files changed, 1253 insertions(+), 1307 deletions(-)
31118
31119 commit dd810b76bc554278d3a226cf89901d16992cf56d
31120 Author: Behdad Esfahbod <behdad@gnome.org>
31121 Date:   Wed Aug 29 08:46:50 2007 +0000
31122
31123     Bug 302952 â€“ The placement of a diacritic marks for an arabic
31124     ligature
31125
31126     2007-08-29  Behdad Esfahbod  <behdad@gnome.org>
31127
31128             Bug 302952 â€“ The placement of a diacritic marks for an
31129             arabic ligature
31130             is not correct
31131
31132             * pango/opentype/harfbuzz-buffer.c (hb_buffer_allocate_ligid):
31133             Don't
31134             use zero as allocated ligature id.  Zero means no ligature id.
31135
31136  src/harfbuzz-buffer.c |    2 +-
31137  1 files changed, 1 insertions(+), 1 deletions(-)
31138
31139 commit e90d19919434b90d79e67aaf199bddd991f8e5d8
31140 Author: Behdad Esfahbod <behdad@gnome.org>
31141 Date:   Tue Aug 21 08:03:26 2007 +0000
31142
31143     Bug 463430 â€“ Gets stuck while "formatting message"
31144
31145     2007-08-21  Behdad Esfahbod  <behdad@gnome.org>
31146
31147             Bug 463430 â€“ Gets stuck while "formatting message"
31148
31149             * pango/opentype/harfbuzz-gpos.c (Lookup_PairPos1),
31150             (Lookup_PairPos2), (Lookup_PairPos), (Do_ContextPos):
31151             * pango/opentype/harfbuzz-gsub.c (Do_ContextSubst):
31152             Change type of intermediate index variable from FT_UShort to
31153             FT_ULong as it was overlowing with more than 65536 glyphs.
31154
31155  src/harfbuzz-gpos.c |   15 ++++++++++-----
31156  src/harfbuzz-gsub.c |    2 +-
31157  2 files changed, 11 insertions(+), 6 deletions(-)
31158
31159 commit 13b86ee398905f96f57df001309312f6dfdfea9a
31160 Author: Behdad Esfahbod <behdad@gnome.org>
31161 Date:   Tue Aug 21 01:38:07 2007 +0000
31162
31163     Don't ignore error return value of
31164     hb_buffer_copy_output_glyph(). Patch
31165
31166     2007-08-20  Behdad Esfahbod  <behdad@gnome.org>
31167
31168             * pango/opentype/harfbuzz-gsub.c (GSUB_Do_String_Lookup):
31169             Don't
31170             ignore error return value of hb_buffer_copy_output_glyph().
31171             Patch
31172             sent to harfbuzz-list.
31173
31174  src/harfbuzz-gsub.c |    2 +-
31175  1 files changed, 1 insertions(+), 1 deletions(-)
31176
31177 commit 4c2556cb4c38a56c3a5087deb54aa6262ab3aff9
31178 Author: Behdad Esfahbod <behdad@behdad.org>
31179 Date:   Fri Jul 6 11:29:21 2007 -0400
31180
31181     [gdef] Initial implementation
31182
31183  src/harfbuzz-gdef-private.h |  144
31184  ++++++++++++++++++++++++++++++++++++++++++-
31185  1 files changed, 142 insertions(+), 2 deletions(-)
31186
31187 commit 5b2e947fd2b7c5ea49b2bef1e0190d99a525058c
31188 Author: Behdad Esfahbod <behdad@behdad.org>
31189 Date:   Fri Jul 6 02:03:26 2007 -0400
31190
31191     [open] small fixes, including not using unions for main structs
31192
31193  src/harfbuzz-open-private.h |   54
31194  +++++++++++++++++++++++--------------------
31195  1 files changed, 29 insertions(+), 25 deletions(-)
31196
31197 commit 151df44346990728b5dd249db5740a9543ae33b9
31198 Author: Behdad Esfahbod <behdad@behdad.org>
31199 Date:   Thu Jul 5 17:22:07 2007 -0400
31200
31201     Improve stupid Makefile
31202
31203  src/Makefile |    2 ++
31204  1 files changed, 2 insertions(+), 0 deletions(-)
31205
31206 commit 6c49bebc70a0118a803a5bc979f4436a82b48240
31207 Author: Behdad Esfahbod <behdad@gnome.org>
31208 Date:   Tue May 1 02:32:12 2007 +0000
31209
31210     Link freetype to harfbuzz-dump, for those systems that don't track
31211
31212     2007-04-30  Behdad Esfahbod  <behdad@gnome.org>
31213
31214             * pango/opentype/Makefile.am: Link freetype to harfbuzz-dump,
31215             for
31216             those systems that don't track dependencies automatically.
31217
31218  src/Makefile.am |    5 +++--
31219  1 files changed, 3 insertions(+), 2 deletions(-)
31220
31221 commit 7341a116916c8470f1211f0cb3c65b189b42ec9e
31222 Author: Behdad Esfahbod <behdad@gnome.org>
31223 Date:   Tue Apr 3 22:45:29 2007 +0000
31224
31225     Copy fixes from harfbuzz stable branch. Includes a leak fix, a kerning
31226
31227     2007-04-03  Behdad Esfahbod  <behdad@gnome.org>
31228
31229             * pango/opentype/harfbuzz-gdef.c (_HB_GDEF_Check_Property):
31230             * pango/opentype/harfbuzz-gpos.c (HB_Done_GPOS_Table),
31231             (Lookup_PairPos):
31232             * pango/opentype/harfbuzz-open.c (Get_Class1):
31233             Copy fixes from harfbuzz stable branch.  Includes a leak fix,
31234             a kerning fix, and an array out-of-bound access fix.
31235
31236  src/harfbuzz-gdef.c |    2 ++
31237  src/harfbuzz-gpos.c |    8 ++++++++
31238  src/harfbuzz-open.c |    2 +-
31239  3 files changed, 11 insertions(+), 1 deletions(-)
31240
31241 commit 999a6f05758c10a902354457ecbf6c943bfed514
31242 Author: Hans Breuer <hans@breuer.org>
31243 Date:   Sat Jan 13 21:31:41 2007 +0000
31244
31245     updated
31246
31247     2007-01-13  Hans Breuer  <hans@breuer.org>
31248
31249         * pango/makefile.msc pango/opentype/makefile.msc : updated
31250
31251  src/makefile.msc |   16 ++++++----------
31252  1 files changed, 6 insertions(+), 10 deletions(-)
31253
31254 commit 3c038d40da4bfe5037cc4e9de22bad08fa408465
31255 Author: Behdad Esfahbod <behdad@src.gnome.org>
31256 Date:   Tue Jan 9 03:32:12 2007 +0000
31257
31258     Remove .cvsignore files (moved to svn:ignore prop)
31259
31260  src/.cvsignore |    7 -------
31261  1 files changed, 0 insertions(+), 7 deletions(-)
31262
31263 commit 5b3f7702a64fe0513d08a67bdb72704e46fd7cd4
31264 Author: Behdad Esfahbod <behdad@behdad.org>
31265 Date:   Thu Dec 28 06:42:37 2006 -0500
31266
31267     Add stub GDEF files
31268
31269  src/harfbuzz-gdef-private.h |    8 ++++++++
31270  src/harfbuzz-gdef.h         |   11 +++++++++++
31271  src/harfbuzz-open-private.h |    3 +--
31272  src/harfbuzz-private.h      |    6 ++++++
31273  src/main.cc                 |    1 +
31274  5 files changed, 27 insertions(+), 2 deletions(-)
31275
31276 commit b3395a7aa36ff1ba5a17f494fbf359ec317a7e69
31277 Author: Behdad Esfahbod <behdad@behdad.org>
31278 Date:   Thu Dec 28 06:31:18 2006 -0500
31279
31280     Don't shift down the mark attachment type
31281
31282  src/harfbuzz-open-private.h |    2 +-
31283  1 files changed, 1 insertions(+), 1 deletions(-)
31284
31285 commit 193b66d52ae2cb5ced7969e15b7f56dc1978ca8a
31286 Author: Behdad Esfahbod <behdad@behdad.org>
31287 Date:   Thu Dec 28 06:12:18 2006 -0500
31288
31289     Remove stale comment
31290
31291  src/harfbuzz-open-private.h |   10 ----------
31292  1 files changed, 0 insertions(+), 10 deletions(-)
31293
31294 commit 12c4568c680ea2b9b98a16a8b7402ca185c90ef6
31295 Author: Behdad Esfahbod <behdad@behdad.org>
31296 Date:   Thu Dec 28 06:10:59 2006 -0500
31297
31298     Break and rename, in the layout of old HarfBuzz codebase
31299
31300  src/.gitignore              |    1 +
31301  src/Makefile                |    2 +-
31302  src/harfbuzz-common.h       |   14 +
31303  src/harfbuzz-ng.cc          |  802
31304  -------------------------------------------
31305  src/harfbuzz-open-private.h |  697 +++++++++++++++++++++++++++++++++++++
31306  src/harfbuzz-open.h         |   13 +
31307  src/main.cc                 |   98 ++++++
31308  7 files changed, 824 insertions(+), 803 deletions(-)
31309
31310 commit 3158d84b0dfe5032e7c56c03f2da97b8ab549d94
31311 Author: Behdad Esfahbod <behdad@behdad.org>
31312 Date:   Wed Dec 27 20:08:07 2006 -0500
31313
31314     Oops. s/OpenTypeFontFaceFile/OpenTypeFontFile/g
31315
31316  src/harfbuzz-ng.cc |   22 +++++++++++-----------
31317  1 files changed, 11 insertions(+), 11 deletions(-)
31318
31319 commit bf0f9dd61375c5afce8e6b1664d0df5f6c8b2494
31320 Author: Behdad Esfahbod <behdad@behdad.org>
31321 Date:   Wed Dec 27 20:06:42 2006 -0500
31322
31323     Use union for ClassDef
31324
31325  src/harfbuzz-ng.cc |   12 +++++++-----
31326  1 files changed, 7 insertions(+), 5 deletions(-)
31327
31328 commit c46196d09c4ea879bf45182e8a0d649d4c750c39
31329 Author: Behdad Esfahbod <behdad@behdad.org>
31330 Date:   Wed Dec 27 20:05:16 2006 -0500
31331
31332     Use union for Coverage
31333
31334  src/harfbuzz-ng.cc |   21 +++++++++++----------
31335  1 files changed, 11 insertions(+), 10 deletions(-)
31336
31337 commit 86f450243dbaa82f187cf2d36364e9a59c0e64c7
31338 Author: Behdad Esfahbod <behdad@behdad.org>
31339 Date:   Wed Dec 27 19:59:07 2006 -0500
31340
31341     Add GPOS stub
31342
31343  src/harfbuzz-ng.cc |    3 +++
31344  1 files changed, 3 insertions(+), 0 deletions(-)
31345
31346 commit 133466177e104ddcd2501a88735670540252167c
31347 Author: Behdad Esfahbod <behdad@behdad.org>
31348 Date:   Wed Dec 27 19:58:32 2006 -0500
31349
31350     s/OpenTypeFont/OpenTypeFontFace/g
31351
31352  src/harfbuzz-ng.cc |   44 +++++++++++++++++++++++---------------------
31353  1 files changed, 23 insertions(+), 21 deletions(-)
31354
31355 commit 71d62baab0429cdf56ba4019fd2a205f08188503
31356 Author: Behdad Esfahbod <behdad@behdad.org>
31357 Date:   Wed Dec 27 01:29:24 2006 -0500
31358
31359     GSUBGPOSHeader
31360
31361  src/harfbuzz-ng.cc |  103
31362  +++++++++++++++++++++++++++++++++++++++++++++++++---
31363  1 files changed, 98 insertions(+), 5 deletions(-)
31364
31365 commit eebabd8b2ec5296deba6b09d7755933da0a7d9dc
31366 Author: Behdad Esfahbod <behdad@behdad.org>
31367 Date:   Wed Dec 27 00:21:31 2006 -0500
31368
31369     Finished OpenType Common Table Formats
31370
31371  src/harfbuzz-ng.cc |    2 +-
31372  1 files changed, 1 insertions(+), 1 deletions(-)
31373
31374 commit 2b7374519766825971f9f4ff5b1cb49b74cfcaf8
31375 Author: Behdad Esfahbod <behdad@behdad.org>
31376 Date:   Tue Dec 26 20:55:37 2006 -0500
31377
31378     Device tables.
31379
31380  src/harfbuzz-ng.cc |   49
31381  +++++++++++++++++++++++++++++++++++++++++++++----
31382  1 files changed, 45 insertions(+), 4 deletions(-)
31383
31384 commit eb32e374f4d6de8d428d36144f6eef93514820d2
31385 Author: Behdad Esfahbod <behdad@behdad.org>
31386 Date:   Tue Dec 26 20:00:33 2006 -0500
31387
31388     ClassDef
31389
31390  src/harfbuzz-ng.cc |  121
31391  +++++++++++++++++++++++++++++++++++++++++----------
31392  1 files changed, 97 insertions(+), 24 deletions(-)
31393
31394 commit 53502c6723dbf9cd3b6ba91b733678b3c7871715
31395 Author: Behdad Esfahbod <behdad@behdad.org>
31396 Date:   Tue Dec 26 19:29:08 2006 -0500
31397
31398     Rename CoverageFormat to Coverage
31399
31400  src/harfbuzz-ng.cc |   18 +++++++++++++-----
31401  1 files changed, 13 insertions(+), 5 deletions(-)
31402
31403 commit 0d6db2abcbe98456569ccf7934ba0a8b37c7f6f3
31404 Author: Behdad Esfahbod <behdad@behdad.org>
31405 Date:   Tue Dec 26 18:53:55 2006 -0500
31406
31407     Define more structs using DEFINE_INT_TYPE.
31408
31409  src/harfbuzz-ng.cc |   39 +++++++++++++++++++--------------------
31410  1 files changed, 19 insertions(+), 20 deletions(-)
31411
31412 commit 915931b74a30e8652fac5fec153d499485513f63
31413 Author: Behdad Esfahbod <behdad@behdad.org>
31414 Date:   Tue Dec 26 15:30:14 2006 -0500
31415
31416     s/DEFINE_NOT_INSTANTIABLE/DEFINE_NON_INSTANTIABLE/
31417
31418  src/harfbuzz-ng.cc |    6 +++---
31419  1 files changed, 3 insertions(+), 3 deletions(-)
31420
31421 commit 0c0d55330ef4090f3e4864538e83a4344caaf3ba
31422 Author: Behdad Esfahbod <behdad@behdad.org>
31423 Date:   Tue Dec 26 15:29:38 2006 -0500
31424
31425     Coverage.
31426
31427  src/harfbuzz-ng.cc |   91
31428  +++++++++++++++++++++++++++++++++++++++++++++-------
31429  1 files changed, 79 insertions(+), 12 deletions(-)
31430
31431 commit 882e52f59196535495af8ca8069df32308ad52cf
31432 Author: Behdad Esfahbod <behdad@behdad.org>
31433 Date:   Mon Dec 25 10:28:31 2006 -0500
31434
31435     Rename to harfbuzz-ng.cc
31436
31437  src/Makefile            |    2 +-
31438  src/harfbuzz-ng.cc      |  513
31439  +++++++++++++++++++++++++++++++++++++++++++++++
31440  src/hb-types-private.cc |  513
31441  -----------------------------------------------
31442  3 files changed, 514 insertions(+), 514 deletions(-)
31443
31444 commit f8ba99f6f322800a915428ffc3b5eaf1be2e6c21
31445 Author: Behdad Esfahbod <behdad@behdad.org>
31446 Date:   Mon Dec 25 09:58:02 2006 -0500
31447
31448     LookupFlags
31449
31450  src/hb-types-private.cc |   52
31451  ++++++++++++++++++++++++++++++++++++++++++----
31452  1 files changed, 47 insertions(+), 5 deletions(-)
31453
31454 commit 25ad92c8a68bf72464601a644ed57b9213126a78
31455 Author: Behdad Esfahbod <behdad@behdad.org>
31456 Date:   Mon Dec 25 09:35:06 2006 -0500
31457
31458     Implement Feature
31459
31460  src/hb-types-private.cc |   46
31461  ++++++++++++++++++++++++++++++++++++++++++----
31462  1 files changed, 42 insertions(+), 4 deletions(-)
31463
31464 commit befc022affd2386b3f46cd7d11e4262f6c8bce9f
31465 Author: Behdad Esfahbod <behdad@behdad.org>
31466 Date:   Mon Dec 25 09:14:52 2006 -0500
31467
31468     LangSys
31469
31470  src/hb-types-private.cc |   51
31471  ++++++++++++++++++++++++++++++++++++++++------
31472  1 files changed, 44 insertions(+), 7 deletions(-)
31473
31474 commit c81efca149b08832d5d96a944fb5f303f3d0ca42
31475 Author: Behdad Esfahbod <behdad@behdad.org>
31476 Date:   Mon Dec 25 06:22:08 2006 -0500
31477
31478     Use CamelCaseTags.
31479
31480  src/hb-types-private.cc |   29 ++++++++++++++---------------
31481  1 files changed, 14 insertions(+), 15 deletions(-)
31482
31483 commit 808dbe283c1ad66091f2cb67380888b7cf265c01
31484 Author: Behdad Esfahbod <behdad@behdad.org>
31485 Date:   Mon Dec 25 06:18:52 2006 -0500
31486
31487     Make types not instantiable
31488
31489  src/hb-types-private.cc |  104
31490  ++++++++++++++++++++++++++---------------------
31491  1 files changed, 57 insertions(+), 47 deletions(-)
31492
31493 commit b739c05ca4b7acfa45bd4b0812ecbb3747f726f0
31494 Author: Behdad Esfahbod <behdad@behdad.org>
31495 Date:   Mon Dec 25 05:39:20 2006 -0500
31496
31497     Add OpenTypeFontFile.
31498
31499  src/Makefile            |    2 +-
31500  src/hb-types-private.cc |  113
31501  ++++++++++++++++++++++++++++++++++++++++++++---
31502  2 files changed, 107 insertions(+), 8 deletions(-)
31503
31504 commit 8596944b7421f982960e825019fc0263442520cb
31505 Author: Behdad Esfahbod <behdad@behdad.org>
31506 Date:   Sat Dec 23 17:49:25 2006 -0500
31507
31508     Add Makefile
31509
31510  src/Makefile |    3 +++
31511  1 files changed, 3 insertions(+), 0 deletions(-)
31512
31513 commit b6e62bc5db76ae342177b2b646c37f45eccad975
31514 Author: Behdad Esfahbod <behdad@behdad.org>
31515 Date:   Fri Dec 22 02:21:55 2006 -0500
31516
31517     After DEFINE_SCRIPT_ARRAY
31518
31519  src/hb-types-private.cc |  215
31520  ++++++++++++++++++++++++++++++----------------
31521  1 files changed, 140 insertions(+), 75 deletions(-)
31522
31523 commit 01e4fcb032be601f272e62228881e2aabfb9d925
31524 Author: Behdad Esfahbod <behdad@behdad.org>
31525 Date:   Thu Dec 21 22:31:31 2006 -0500
31526
31527     Remove the annoying HB_ prefix.
31528
31529  src/hb-types-private.cc |  107
31530  +++++++++++++++++++++++------------------------
31531  1 files changed, 52 insertions(+), 55 deletions(-)
31532
31533 commit 6b4ce01da121e12e1c78ad7eaedf469f35f3568d
31534 Author: Behdad Esfahbod <behdad@behdad.org>
31535 Date:   Thu Dec 21 22:31:10 2006 -0500
31536
31537     Second version.  Complete redesign, based on C++ classes to ensure
31538     endian
31539     correctness.
31540
31541  src/hb-types-private.cc |  300
31542  ++++++++++++++++++++++++++++++++---------------
31543  1 files changed, 205 insertions(+), 95 deletions(-)
31544
31545 commit f78e70c301311ffcfb007c7fc4125d71cbcff1e2
31546 Author: Behdad Esfahbod <behdad@behdad.org>
31547 Date:   Thu Dec 21 22:30:38 2006 -0500
31548
31549     First version.
31550
31551  src/hb-types-private.cc |  116
31552  +++++++++++++++++++++++++++++++++++++++++++++++
31553  1 files changed, 116 insertions(+), 0 deletions(-)
31554
31555 commit f726b20e56e8b1106dfde0bf8d575c73e83957c4
31556 Author: Behdad Esfahbod <behdad@gnome.org>
31557 Date:   Tue Jul 25 01:02:27 2006 +0000
31558
31559     Bug 347073 â€“ Allow empty GPOS table
31560
31561     2006-07-24  Behdad Esfahbod  <behdad@gnome.org>
31562
31563             Bug 347073 â€“ Allow empty GPOS table
31564
31565             * pango/opentype/harfbuzz-open.c (_HB_OPEN_Load_ScriptList):
31566             Don't
31567             err on empty GPOS/GSUB tables.
31568
31569  src/harfbuzz-open.c |    5 +++++
31570  1 files changed, 5 insertions(+), 0 deletions(-)
31571
31572 commit 52481a5c55d466f41654dcdc67245d0ca8cefbcf
31573 Author: Behdad Esfahbod <behdad@gnome.org>
31574 Date:   Thu Jun 22 18:09:04 2006 +0000
31575
31576     Bug 345600 â€“ cvs build error in pango/opentype/Makefile
31577
31578     2006-06-22  Behdad Esfahbod  <behdad@gnome.org>
31579
31580             Bug 345600 â€“ cvs build error in pango/opentype/Makefile
31581
31582             * pango/opentype/Makefile.am: Rename variable SOURCES to
31583             MAINSOURCES.
31584             Some automake versions seem to use it or something.
31585
31586  src/Makefile.am |    4 ++--
31587  1 files changed, 2 insertions(+), 2 deletions(-)
31588
31589 commit ffb2d5c1e7af33644d0a4058befa4b8358c9a7bf
31590 Author: Behdad Esfahbod <behdad@gnome.org>
31591 Date:   Wed May 31 07:42:55 2006 +0000
31592
31593     Bug 341138 â€“ Using TTC font, Gtk2 programs begin to eating big
31594     memory
31595
31596     2006-05-31  Behdad Esfahbod  <behdad@gnome.org>
31597
31598             Bug 341138 â€“ Using TTC font, Gtk2 programs begin to eating
31599             big memory
31600             and have many cpu usage.
31601             Patch from Yong Li.
31602
31603             * pango/opentype/ftglue.c (_hb_ftglue_face_goto_table):
31604             TrueType table
31605             offsets are absolute, not relative.
31606
31607  src/ftglue.c |    2 +-
31608  1 files changed, 1 insertions(+), 1 deletions(-)
31609
31610 commit f8f7bd2451eeafb57f5c80c7b4e88a1e50b97c4f
31611 Author: Behdad Esfahbod <behdad@gnome.org>
31612 Date:   Wed May 31 07:23:02 2006 +0000
31613
31614     Bug 336153 â€“ Mark to mark positioning (Lookup Type 6) isn't
31615     correct when
31616
31617     2006-05-31  Behdad Esfahbod  <behdad@gnome.org>
31618
31619             Bug 336153 â€“ Mark to mark positioning (Lookup Type 6)
31620             isn't correct
31621             when using MarkAttchmentType
31622             Patch from Tin Myo Htet.
31623
31624             * pango/opentype/harfbuzz-gpos.c (Lookup_MarkMarkPos):
31625             Ignore marks
31626             of non-matchin attachment type.
31627
31628  src/harfbuzz-gpos.c |   37 ++++++++++++++++++++++---------------
31629  1 files changed, 22 insertions(+), 15 deletions(-)
31630
31631 commit d2a613187c1257371d62153b55c89336965e0754
31632 Author: Behdad Esfahbod <behdad@gnome.org>
31633 Date:   Wed Apr 12 18:47:50 2006 +0000
31634
31635     Fix loop variables. (coverity found bug.)
31636
31637     2006-04-12  Behdad Esfahbod  <behdad@gnome.org>
31638
31639             * pango/opentype/harfbuzz-gpos.c: Fix loop
31640             variables. (coverity
31641             found bug.)
31642
31643  src/harfbuzz-gpos.c |    6 +++---
31644  1 files changed, 3 insertions(+), 3 deletions(-)
31645
31646 commit 14022e826f63c48b689f9037645c9a3a3302d9b6
31647 Author: Behdad Esfahbod <behdad@gnome.org>
31648 Date:   Tue Apr 11 08:31:44 2006 +0000
31649
31650     Bug 337924 â€“ cleanups for issues reported by various compilers Patch
31651
31652     2006-04-11  Behdad Esfahbod  <behdad@gnome.org>
31653
31654             Bug 337924 â€“ cleanups for issues reported by various
31655             compilers
31656             Patch from Kjartan Maraas.
31657
31658             * examples/viewer-x.c (update):
31659             * modules/arabic/arabic-fc.c (fallback_shape),
31660             (arabic_engine_shape):
31661             * modules/basic/basic-fc.c (fallback_shape),
31662             (basic_engine_shape):
31663             * modules/basic/basic-x.c:
31664             * modules/hangul/hangul-fc.c:
31665             * modules/hebrew/hebrew-fc.c (hebrew_engine_shape):
31666             * modules/indic/indic-fc.c:
31667             * modules/khmer/khmer-fc.c:
31668             * modules/syriac/syriac-fc.c:
31669             * modules/thai/thai-fc.c:
31670             * modules/tibetan/tibetan-fc.c:
31671             * pango/break.c:
31672             * pango/modules.c:
31673             * pango/opentype/ftglue.c (_hb_ftglue_face_goto_table):
31674             * pango/pango-attributes.c (pango_attr_list_filter):
31675             * pango/pango-engine.c:
31676             * pango/pango-fontset.c:
31677             * pango/pango-layout.c (pango_layout_set_text),
31678             (pango_layout_xy_to_index), (pango_layout_get_cursor_pos):
31679             * pango/pango-markup.c (text_handler):
31680             * pango/pango-utils.c (read_alias_file):
31681             * pango/pangocairo-fcfont.c (G_DEFINE_TYPE_WITH_CODE):
31682             * pango/pangocairo-fcfontmap.c (G_DEFINE_TYPE_WITH_CODE):
31683             * pango/pangocairo-font.c
31684             (_pango_cairo_font_get_hex_box_info):
31685             * pango/pangox-fontmap.c (pango_x_make_matching_xlfd):
31686             * tests/dump-boundaries.c (fail):
31687             Remove unused variables.  Remove excess semicolon after
31688             DEFINE_TYPE
31689             macros.
31690
31691  src/ftglue.c |    2 --
31692  1 files changed, 0 insertions(+), 2 deletions(-)
31693
31694 commit 59aafd07806a2f0d4f399eff13aec74557f60522
31695 Author: Behdad Esfahbod <behdad@gnome.org>
31696 Date:   Mon Apr 10 10:33:17 2006 +0000
31697
31698     Fix minor bugs reported by the Coverity scan report.
31699
31700     2006-04-10  Behdad Esfahbod  <behdad@gnome.org>
31701
31702             Fix minor bugs reported by the Coverity scan report.
31703
31704             * pango/opentype/harfbuzz-gdef.c
31705             (HB_GDEF_Build_ClassDefinition):
31706             * pango/opentype/harfbuzz-gpos.c (HB_GPOS_Query_Scripts),
31707             (HB_GPOS_Query_Languages), (HB_GPOS_Query_Features): Do
31708             not access
31709             structs before we check them for nullity.
31710
31711             * pango/pango-layout.c (pango_layout_index_to_line),
31712             (pango_layout_index_to_line_and_extents),
31713             (pango_layout_index_to_pos): Check for invalid iterators
31714             outside the
31715             loop, so we don't crash.
31716
31717             * pango/pango-layout.c (pango_layout_line_x_to_index): Set
31718             char_trailing instead of trailing in one of too many paths.
31719             Should
31720             have been a typo.
31721
31722             * pango/pangox.c (get_font_metrics_from_subfonts): Check
31723             for nullity
31724             somewhere.
31725
31726  src/harfbuzz-gdef.c |    3 ++-
31727  src/harfbuzz-gpos.c |    9 ++++++---
31728  2 files changed, 8 insertions(+), 4 deletions(-)
31729
31730 commit b31d6def96ff99e89ba42e09661992498bda460d
31731 Author: Behdad Esfahbod <behdad@gnome.org>
31732 Date:   Thu Apr 6 18:23:49 2006 +0000
31733
31734     Update from HarfBuzz. Lars Knoll fixed all the warnings.
31735
31736     2006-04-06  Behdad Esfahbod  <behdad@gnome.org>
31737
31738             * pango/opentype: Update from HarfBuzz.  Lars Knoll fixed
31739             all the
31740             warnings.
31741
31742  src/harfbuzz-dump.c |   94 +++++++++++++++++++++++++++---------------
31743  src/harfbuzz-gpos.c |   80 ++++++++++++++++++++++-------------
31744  src/harfbuzz-gsub.c |  114
31745  ++++++++++++++++++++++++++++----------------------
31746  src/harfbuzz-impl.h |    4 ++
31747  4 files changed, 179 insertions(+), 113 deletions(-)
31748
31749 commit ca57250bc9d9f92c88a2ea516e251b9cbfdebda0
31750 Author: Behdad Esfahbod <behdad@gnome.org>
31751 Date:   Mon Apr 3 20:13:17 2006 +0000
31752
31753     Make sure TTAG_GDEF and frineds are defined, needed for FreeType
31754     <= 2.1.7
31755
31756     2006-04-03  Behdad Esfahbod  <behdad@gnome.org>
31757
31758             * pango/opentype/harfbuzz-impl.h: Make sure TTAG_GDEF and
31759             frineds are
31760             defined, needed for FreeType <= 2.1.7 (pointed by Tim Janik).
31761
31762  src/harfbuzz-gdef.c |    3 ---
31763  src/harfbuzz-gpos.c |    3 ---
31764  src/harfbuzz-gsub.c |    3 ---
31765  src/harfbuzz-impl.h |   11 +++++++++++
31766  4 files changed, 11 insertions(+), 9 deletions(-)
31767
31768 commit f618288e00914b6606ec977d506c18e4abdd3ce4
31769 Author: Behdad Esfahbod <behdad@src.gnome.org>
31770 Date:   Fri Mar 31 13:19:29 2006 +0000
31771
31772     .
31773
31774  src/.cvsignore |    2 --
31775  1 files changed, 0 insertions(+), 2 deletions(-)
31776
31777 commit 5f1f943b9e6d753722ceadba7eb7ce1f14526ea5
31778 Author: Behdad Esfahbod <behdad@src.gnome.org>
31779 Date:   Fri Mar 31 13:18:23 2006 +0000
31780
31781     .
31782
31783  src/.cvsignore |    1 +
31784  1 files changed, 1 insertions(+), 0 deletions(-)
31785
31786 commit bce3e0b0d4ee521767d80c5c21704337bf5ac716
31787 Author: Behdad Esfahbod <behdad@src.gnome.org>
31788 Date:   Fri Mar 31 12:45:40 2006 +0000
31789
31790     Define NULL.
31791
31792  src/harfbuzz-impl.h |    6 +++++-
31793  1 files changed, 5 insertions(+), 1 deletions(-)
31794
31795 commit 9f8da38cd108590514b71756b752d98952a9221f
31796 Author: Behdad Esfahbod <behdad@gnome.org>
31797 Date:   Fri Mar 31 12:28:09 2006 +0000
31798
31799     Convert pango/opentype to the new project called HarfBuzz.
31800
31801     2006-03-31  Behdad Esfahbod  <behdad@gnome.org>
31802
31803             Convert pango/opentype to the new project called HarfBuzz.
31804
31805             * pango/opentype/*: Restructured.
31806
31807             * pango/pango-ot-*: Updated to use HarfBuzz symbol names.
31808
31809  src/COPYING                 |   15 +
31810  src/COPYING.FTL             |  174 ++
31811  src/COPYING.GPL             |  340 +++
31812  src/FT-license.txt          |   28 -
31813  src/FTL.TXT                 |  174 --
31814  src/Makefile.am             |   89 +-
31815  src/README                  |   44 +-
31816  src/disasm.c                |  720 -----
31817  src/disasm.h                |   26 -
31818  src/ftglue.c                |   88 +-
31819  src/ftglue.h                |   68 +-
31820  src/ftxgdef.c               | 1225 ---------
31821  src/ftxgdef.h               |  224 --
31822  src/ftxgpos.c               | 6199
31823  ------------------------------------------
31824  src/ftxgpos.h               |  838 ------
31825  src/ftxgsub.c               | 4533 -------------------------------
31826  src/ftxgsub.h               |  594 ----
31827  src/ftxopen.c               | 1552 -----------
31828  src/ftxopen.h               |  317 ---
31829  src/ftxopenf.h              |  166 --
31830  src/harfbuzz-buffer.c       |  227 ++
31831  src/harfbuzz-buffer.h       |  106 +
31832  src/harfbuzz-dump-main.c    |  272 ++
31833  src/harfbuzz-dump.c         |  720 +++++
31834  src/harfbuzz-dump.h         |   34 +
31835  src/harfbuzz-gdef-private.h |  101 +
31836  src/harfbuzz-gdef.c         | 1228 +++++++++
31837  src/harfbuzz-gdef.h         |  127 +
31838  src/harfbuzz-gpos-private.h |  683 +++++
31839  src/harfbuzz-gpos.c         | 6269
31840  +++++++++++++++++++++++++++++++++++++++++++
31841  src/harfbuzz-gpos.h         |  168 ++
31842  src/harfbuzz-gsub-private.h |  448 +++
31843  src/harfbuzz-gsub.c         | 4581 +++++++++++++++++++++++++++++++
31844  src/harfbuzz-gsub.h         |  132 +
31845  src/harfbuzz-impl.h         |   64 +
31846  src/harfbuzz-open-private.h |   81 +
31847  src/harfbuzz-open.c         | 1426 ++++++++++
31848  src/harfbuzz-open.h         |  285 ++
31849  src/harfbuzz.c              |   19 +
31850  src/harfbuzz.h              |   23 +
31851  src/otlbuffer.c             |  238 --
31852  src/otlbuffer.h             |  103 -
31853  src/ottest.c                |  274 --
31854  43 files changed, 17635 insertions(+), 17388 deletions(-)
31855
31856 commit dd2a8d4d490df1d310e7553ba6c7c8de661f28a1
31857 Author: Behdad Esfahbod <behdad@gnome.org>
31858 Date:   Sat Mar 25 23:52:30 2006 +0000
31859
31860     Don't err on Table_Missing.
31861
31862     2006-03-25  Behdad Esfahbod  <behdad@gnome.org>
31863
31864             * pango/opentype/ottest.c: Don't err on Table_Missing.
31865
31866  src/ottest.c |    4 ++--
31867  1 files changed, 2 insertions(+), 2 deletions(-)
31868
31869 commit 434833b1b7b01d85a143f9ad4b04e7044dd72567
31870 Author: Behdad Esfahbod <behdad@gnome.org>
31871 Date:   Mon Mar 13 05:06:05 2006 +0000
31872
31873     === Released 1.12.0 ===
31874
31875     2006-03-13  Behdad Esfahbod  <behdad@gnome.org>
31876
31877             * === Released 1.12.0 ===
31878
31879             * configure.in: Version 1.12.0
31880
31881             * NEWS, README: Updated.
31882
31883  src/README |    4 ++--
31884  1 files changed, 2 insertions(+), 2 deletions(-)
31885
31886 commit 8228828e1e4c8dd6f9435fb718ad4394bba95655
31887 Author: Behdad Esfahbod <behdad@gnome.org>
31888 Date:   Mon Jan 30 22:37:48 2006 +0000
31889
31890     Handle GSUB Lookup type 8, and ReverseChainContextualSubst table. (bug
31891
31892     2006-01-30  Behdad Esfahbod  <behdad@gnome.org>
31893
31894             * pango/opentype/ftxgsub.c: Handle GSUB Lookup type 8,
31895             and ReverseChainContextualSubst table.  (bug #149696,
31896             patch from Aamir Wali)
31897
31898  src/ftxgsub.c  |  545
31899  +++++++++++++++++++++++++++++++++++++++++++++-----------
31900  src/ftxgsub.h  |   47 ++++--
31901  src/ftxopen.c  |    7 +
31902  src/ftxopenf.h |    5 +-
31903  4 files changed, 487 insertions(+), 117 deletions(-)
31904
31905 commit e040f681963d51eaadcd53a456100fde1a7addb6
31906 Author: Behdad Esfahbod <behdad@gnome.org>
31907 Date:   Sat Jan 28 20:29:18 2006 +0000
31908
31909     Removed.
31910
31911     2006-01-28  Behdad Esfahbod  <behdad@gnome.org>
31912
31913             * pango/opentype/pango-ot-*: Removed.
31914
31915             * pango/pango-ot-*: Added.
31916
31917             * pango/Makefile.am, pango/opentype/Makefile.am: Adjusted.
31918
31919  src/Makefile.am        |   30 +--
31920  src/pango-ot-buffer.c  |  339 ------------------------
31921  src/pango-ot-info.c    |  681
31922  ------------------------------------------------
31923  src/pango-ot-private.h |  105 --------
31924  src/pango-ot-ruleset.c |  225 ----------------
31925  5 files changed, 13 insertions(+), 1367 deletions(-)
31926
31927 commit f45689bc655eb723f11a2eb65a41303221b80397
31928 Author: Behdad Esfahbod <behdad@gnome.org>
31929 Date:   Wed Jan 25 19:33:58 2006 +0000
31930
31931     If major.minor of required and available glib versions are the
31932     same, add
31933
31934     2006-01-25  Behdad Esfahbod  <behdad@gnome.org>
31935
31936             * configure.in: If major.minor of required and available
31937             glib versions
31938             are the same, add -DG_DISABLE_DEPRECATED to GLIB_CFLAGS. (bug
31939             #328617)
31940
31941             * */Makefile.am: Remove hardcoded -DG_DISABLE_DEPRECATED.
31942
31943  src/Makefile.am |    1 -
31944  1 files changed, 0 insertions(+), 1 deletions(-)
31945
31946 commit 6cc6c9a57c674787f278ea5b60705384fd72b4ad
31947 Author: Behdad Esfahbod <behdad@gnome.org>
31948 Date:   Sat Jan 14 07:00:13 2006 +0000
31949
31950     Make sure #include <config.h> is the first include in the file. (bug
31951
31952     2006-01-14  Behdad Esfahbod  <behdad@gnome.org>
31953
31954             * */*.c, */*/*.c: Make sure #include <config.h> is the
31955             first include
31956             in the file. (bug #158870, based on patch by Luis Menina)
31957
31958  src/disasm.c           |    2 ++
31959  src/ftglue.c           |    1 +
31960  src/ftxgdef.c          |    1 +
31961  src/ftxgpos.c          |    2 ++
31962  src/ftxgsub.c          |    2 ++
31963  src/ftxopen.c          |    2 ++
31964  src/otlbuffer.c        |    3 +++
31965  src/ottest.c           |    1 +
31966  src/pango-ot-buffer.c  |    2 ++
31967  src/pango-ot-info.c    |    2 ++
31968  src/pango-ot-ruleset.c |    2 ++
31969  11 files changed, 20 insertions(+), 0 deletions(-)
31970
31971 commit ca07fcf6ef61c09825e67ca7e2574a90e4f5a9a0
31972 Author: Behdad Esfahbod <behdad@gnome.org>
31973 Date:   Thu Jan 5 16:14:49 2006 +0000
31974
31975     pango/Makefile.am, pango/fonts.c, pango/glyphstring.c,
31976
31977     2006-01-05  Behdad Esfahbod  <behdad@gnome.org>
31978
31979             * pango/Makefile.am,
31980             * pango/fonts.c,
31981             * pango/glyphstring.c,
31982             * pango/pango-attributes.c,
31983             * pango/pango-color.c,
31984             * pango/pango-impl-utils.h,
31985             * pango/pango-item.c,
31986             * pango/pango-layout.c,
31987             * pango/pango-tabs.c,
31988             * pango/pango-utils.c,
31989             * pango/pango-utils.h,
31990             * pango/pangoatsui-fontmap.c,
31991             * pango/pangocairo-font.c,
31992             * pango/pangocairo-fontmap.c,
31993             * pango/pangofc-fontmap.c,
31994             * pango/pangowin32-fontmap.c,
31995             * pango/pangox-fontmap.c,
31996             * pango/pangox.c,
31997             * pango/opentype/pango-ot-info.c,
31998             * pango/opentype/pango-ot-ruleset.c: Intern strings to avoid
31999             unnecessary strdups in the type system. (bug #325832,
32000             Matthias Clasen)
32001
32002  src/pango-ot-info.c    |    3 ++-
32003  src/pango-ot-ruleset.c |    3 ++-
32004  2 files changed, 4 insertions(+), 2 deletions(-)
32005
32006 commit 71524f1bc891bb4450507f769e5cc8f6f6cffa0c
32007 Author: Behdad Esfahbod <behdad@gnome.org>
32008 Date:   Tue Dec 27 09:55:48 2005 +0000
32009
32010     Use g_slice for PangoOTBuffer allocation. (bug #325026, Matthias
32011     Clasen)
32012
32013     2005-12-27  Behdad Esfahbod  <behdad@gnome.org>
32014
32015             * pango/opentype/pango-ot-buffer.c: Use g_slice for
32016             PangoOTBuffer
32017             allocation. (bug #325026, Matthias Clasen)
32018
32019  src/pango-ot-buffer.c |    4 ++--
32020  1 files changed, 2 insertions(+), 2 deletions(-)
32021
32022 commit b5baa43d3a972ebd3ef82ede14b54c185b723a71
32023 Author: Behdad Esfahbod <behdad@src.gnome.org>
32024 Date:   Fri Nov 25 09:22:02 2005 +0000
32025
32026     Tiny doc improvement.
32027
32028  src/pango-ot-info.c |    2 +-
32029  1 files changed, 1 insertions(+), 1 deletions(-)
32030
32031 commit 6f64314f7a031a5a5d6b7663c08b70c452961c89
32032 Author: Behdad Esfahbod <behdad@gnome.org>
32033 Date:   Wed Nov 23 19:48:10 2005 +0000
32034
32035     Fix typo in docs.
32036
32037     2005-11-23  Behdad Esfahbod  <behdad@gnome.org>
32038
32039             * pango/opentyp/pango-ot-buffer.c: Fix typo in docs.
32040
32041  src/pango-ot-buffer.c |    4 +++-
32042  1 files changed, 3 insertions(+), 1 deletions(-)
32043
32044 commit f2bcf72296b57c8cd7d5a08228c3aef6c8f97d2d
32045 Author: Behdad Esfahbod <behdad@gnome.org>
32046 Date:   Wed Nov 23 17:54:55 2005 +0000
32047
32048     Added "Since:" tags to all interfaces added after Pango 1.0. (#319116,
32049
32050     2005-11-23  Behdad Esfahbod  <behdad@gnome.org>
32051
32052             * pango/fonts.c pango/pango-attributes.c pango/pango-context.c
32053             pango/pango-glyph-item.c pango/pango-layout.c
32054             pango/pango-script.c pango/pango-utils.c pango/pangofc-font.c
32055             pango/pangoft2-fontmap.c pango/opentype/pango-ot-buffer.c
32056             pango/opentype/pango-ot-ruleset.c: Added "Since:" tags to all
32057             interfaces added after Pango 1.0. (#319116, Brian Cameron)
32058
32059  src/pango-ot-buffer.c  |   49
32060  ++++++++++++++++++++++++++++++++++++++++++++++++
32061  src/pango-ot-ruleset.c |   14 +++++++++++++
32062  2 files changed, 63 insertions(+), 0 deletions(-)
32063
32064 commit 682db81c23d2116072d8550657c914afb7c26d2b
32065 Author: Behdad Esfahbod <behdad@gnome.org>
32066 Date:   Wed Nov 23 15:19:48 2005 +0000
32067
32068     Protect against possible division by zeros (#316468, Steve Grubb)
32069
32070     2005-11-23  Behdad Esfahbod  <behdad@gnome.org>
32071
32072             Protect against possible division by zeros (#316468,
32073             Steve Grubb)
32074
32075             * pango/pango-context.c (update_metrics_from_items),
32076             pango/pango-fontset.c (pango_fontset_real_get_metrics):
32077             If count is
32078             zero, do not alter approximate_{char,digit}_width.
32079
32080             * pango/opentype/disasm.c: Err on invalid DeltaFormat.
32081
32082  src/disasm.c |   28 ++++++++++++++++++----------
32083  1 files changed, 18 insertions(+), 10 deletions(-)
32084
32085 commit e6e15352d154e1350340f8045759e5f7b0d86dc7
32086 Author: Behdad Esfahbod <behdad@gnome.org>
32087 Date:   Wed Nov 23 11:53:03 2005 +0000
32088
32089     Reworked basic shaper with OpenType support. (#101079, based on
32090     patch from
32091
32092     2005-11-23  Behdad Esfahbod  <behdad@gnome.org>
32093
32094             * modules/basic/basic-fc.c: Reworked basic shaper with
32095             OpenType
32096             support. (#101079, based on patch from Denis Jacquerye and
32097             Noah Levitt)
32098
32099             * modules/basic/basic-fc.c (basic_scripts): Added Unicode
32100             4.1 addition
32101             script PANGO_SCRIPT_GLAGOLITIC that is a "simple" script.
32102
32103             * modules/arabic/arabic-fc.c, modules/syriac/syriac-fc.c:
32104             Replace
32105             g_utf8_to_ucs4_fast() with g_utf8_strlen()!
32106
32107             * pango/opentype/pango-ot-ruleset.c
32108             (pango_ot_ruleset_add_feature):
32109             Remove reference in docs to pango_ot_ruleset_shape() that was
32110             removed long ago.
32111
32112  src/pango-ot-ruleset.c |    6 +++---
32113  1 files changed, 3 insertions(+), 3 deletions(-)
32114
32115 commit 612b6cf60928b356f4bbb59bc9d64886574322c3
32116 Author: Behdad Esfahbod <behdad@gnome.org>
32117 Date:   Thu Nov 17 06:28:11 2005 +0000
32118
32119     Part of #101079:
32120
32121     2005-11-17  Behdad Esfahbod  <behdad@gnome.org>
32122
32123             Part of #101079:
32124
32125             * pango/opentype/ftxopen.c (Load_Lookup): In extension
32126             subtables,
32127             offset is relative to the extension subtable, not the original
32128             table. (Greg Aumann)
32129
32130             * pango/opentype/ftxgpos.c (Load_BaseArray): When reading
32131             BaseAnchor,
32132             skip offsets that are zero.  Works around bug in Doulos
32133             SIL Regular.
32134
32135  src/ftxgpos.c |    6 ++++++
32136  src/ftxopen.c |    6 ++++--
32137  2 files changed, 10 insertions(+), 2 deletions(-)
32138
32139 commit 1b2c314b804da97b1d5e7adab64bdd4177702579
32140 Author: Behdad Esfahbod <behdad@gnome.org>
32141 Date:   Wed Nov 9 23:30:00 2005 +0000
32142
32143     Remove debug line that got in accidentally.
32144
32145     2005-11-09  Behdad Esfahbod  <behdad@gnome.org>
32146
32147             * pango/opentype/ftxgpos.c, pango/opentype/ftxopen.c:
32148             Remove debug
32149             line that got in accidentally.
32150
32151  src/ftxgpos.c |    1 -
32152  src/ftxopen.c |    1 -
32153  2 files changed, 0 insertions(+), 2 deletions(-)
32154
32155 commit 9717127a5be037e26afe52332a8b07f13474557a
32156 Author: Behdad Esfahbod <behdad@gnome.org>
32157 Date:   Fri Nov 4 23:55:38 2005 +0000
32158
32159     Turn various gcc warnings off. Adding const, adding static, fully
32160
32161     2005-11-04  Behdad Esfahbod  <behdad@gnome.org>
32162
32163             * configure.in, examples/argcontext.c examples/cairoview.c,
32164             examples/renderdemo.c, examples/renderdemo.h
32165             examples/xftview.c,
32166             modules/basic/basic-x.c, modules/hangul/hangul-fc.c,
32167             modules/hebrew/hebrew-shaper.c,
32168             modules/hebrew/hebrew-shaper.h,
32169             modules/indic/indic-fc.c, modules/indic/mprefixups.c,
32170             modules/syriac/syriac-fc.c, pango/break.c pango/fonts.c,
32171             pango/modules.c, pango/pango-coverage.c pango/pango-engine.c,
32172             pango/pango-engine.h, pango/pango-fontmap.c,
32173             pango/pango-fontset.c, pango/pango-impl-utils.h,
32174             pango/pango-layout.c, pango/pango-layout.h,
32175             pango/pango-renderer.c, pango/pango-script.c,
32176             pango/pango-utils.c, pango/pangocairo-fc.h,
32177             pango/pangocairo-font.c, pango/pangocairo-fontmap.c,
32178             pango/pangocairo-private.h, pango/pangofc-decoder.c,
32179             pango/pangofc-font.c, pango/pangofc-fontmap.c
32180             pango/pangoft2.c,
32181             pango/pangox-fontcache.c, pango/pangox-fontmap.c
32182             pango/pangox.c,
32183             pango/pangoxft-font.c, pango/querymodules.c,
32184             pango/opentype/ftglue.c, pango/opentype/ftxgpos.c,
32185             pango/opentype/ftxopen.c, pango/opentype/pango-ot-buffer.c,
32186             pango/opentype/pango-ot-info.c,
32187             pango/opentype/pango-ot-ruleset.c, tests/dump-boundaries.c,
32188             tests/testboundaries.c, tests/testcolor.c tests/testiter.c,
32189             tests/testscript.c: Turn various gcc warnings off. Adding
32190             const,
32191             adding static, fully initializing structs, match signedness in
32192             comparisons. (#317804)
32193
32194             * tests/testscript.c, tools/gen-script-for-lang.c:
32195             (scripts_for_file): Pass error->message instead of error
32196             to fail(),
32197             which was wrong.
32198             (compare_lang): Fix typo comparing a and a instead of a and b.
32199
32200  src/ftglue.c           |    2 +-
32201  src/ftxgpos.c          |    4 ++++
32202  src/ftxopen.c          |    1 +
32203  src/pango-ot-buffer.c  |    4 ++--
32204  src/pango-ot-info.c    |    5 +++--
32205  src/pango-ot-ruleset.c |    5 +++--
32206  6 files changed, 14 insertions(+), 7 deletions(-)
32207
32208 commit c0505f3bb28feeba95b201e6464fb2fdac90194a
32209 Author: Behdad Esfahbod <behdad@gnome.org>
32210 Date:   Thu Nov 3 20:13:40 2005 +0000
32211
32212     Patches from #170414. Reviewed by Matthias Clasen.
32213
32214     2005-11-03  Behdad Esfahbod  <behdad@gnome.org>
32215
32216             Patches from #170414.  Reviewed by Matthias Clasen.
32217
32218             * pango/opentype/ftxgpos.c, pango/opentype/ftxgsub.c: Use
32219             call table
32220             to dispatch different lookup types.
32221
32222             * pango/opentype/pango-ot-buffer.c,
32223             pango/opentype/pango-ot-ruleset.c:
32224             Small cleanup.
32225
32226  src/ftxgpos.c          |  143
32227  +++++++++++++++++++++++-------------------------
32228  src/ftxgsub.c          |  115 +++++++++++++++++++++-----------------
32229  src/pango-ot-buffer.c  |    3 +-
32230  src/pango-ot-ruleset.c |   75 ++++++++-----------------
32231  4 files changed, 159 insertions(+), 177 deletions(-)
32232
32233 commit c6b22b9119ef54ea8d0d2f08b74fdeb024289d73
32234 Author: Behdad Esfahbod <pango@behdad.org>
32235 Date:   Mon Aug 29 10:06:40 2005 +0000
32236
32237     Generate valid XML output. Dump LookupFlag too.
32238
32239     2005-08-29  Behdad Esfahbod  <pango@behdad.org>
32240
32241             * pango/opentype/ottest.c, pango/opentype/disasm.c:
32242             Generate valid
32243             XML output.  Dump LookupFlag too.
32244
32245  src/disasm.c |   58
32246  ++++++++++++++++++++++++++++++----------------------------
32247  src/ottest.c |   23 ++++++++++++++---------
32248  2 files changed, 44 insertions(+), 37 deletions(-)
32249
32250 commit 1e3747ca5d1a6f607f8e56fb94e3daaf6ad623cb
32251 Author: Behdad Esfahbod <pango@behdad.org>
32252 Date:   Mon Aug 15 04:16:04 2005 +0000
32253
32254     Replace perror with perror_. Remove FT_BEGIN_STMNT and FT_END_STMNT.
32255
32256     2005-08-15  Behdad Esfahbod  <pango@behdad.org>
32257
32258             * pango/opentype/ftglue.h: Replace perror with perror_.
32259             Remove FT_BEGIN_STMNT and FT_END_STMNT. (#313477)
32260
32261  src/ftglue.h |    8 ++++----
32262  1 files changed, 4 insertions(+), 4 deletions(-)
32263
32264 commit 3c60250875fa9d04ca96dea35eba23fc70690ff5
32265 Author: Owen Taylor <otaylor@redhat.com>
32266 Date:   Tue Jul 26 18:33:27 2005 +0000
32267
32268     Skip lookups with lookup index out of range. (Patch from Behdad
32269     Esfahbod,
32270
32271     2005-07-26    Owen Taylor  <otaylor@redhat.com>
32272
32273             * pango/opentype/ftxgsub.c, pango/opentype/ftxgpos.c:
32274             Skip lookups
32275             with lookup index out of range. (Patch from Behdad Esfahbod,
32276             #171170)
32277
32278  src/ftxgpos.c |   30 ++++++++++++++++++++++++------
32279  src/ftxgsub.c |   30 ++++++++++++++++++++++++------
32280  2 files changed, 48 insertions(+), 12 deletions(-)
32281
32282 commit 91a3fa2e4bcdde8ae022d1264c783f133cd7e00d
32283 Author: Owen Taylor <otaylor@redhat.com>
32284 Date:   Fri Jul 22 18:03:58 2005 +0000
32285
32286     Remove an unecessary set of block2.
32287
32288     2005-07-22  Owen Taylor  <otaylor@redhat.com>
32289
32290             * pango/opentype/ftglue.c (ftglue_realloc): Remove
32291             an unecessary set of block2.
32292
32293  src/ftglue.c |    1 -
32294  1 files changed, 0 insertions(+), 1 deletions(-)
32295
32296 commit ff7034787d79dcd1bec58a4e02602039313da00e
32297 Author: Owen Taylor <otaylor@redhat.com>
32298 Date:   Fri Jul 22 17:56:37 2005 +0000
32299
32300     Patch from David Turner. Review and testing by Behdad Esfahbod
32301
32302     2005-07-22  Owen Taylor  <otaylor@redhat.com>
32303
32304             Patch from David Turner. Review and testing by Behdad Esfahbod
32305
32306             * pango/opentype/ftglue.[ch] Makefile.am: Glue layer that
32307             provides
32308             implementation of the internal functions that the opentype
32309             code
32310             expects in terms of publically exported FreeType API.
32311
32312             * pango/opentype/ftxgdef.c pango/opentype/ftxgpos.c
32313             pango/opentype/ftxgsub.c pango/opentype/ftxopen.c
32314             pango/opentype/otlbuffer.c pango/opentype/pango-ot-info.c
32315             pango/opentype/pango-ot-ruleset.c: Remove includes of
32316             internal headers. Small changes to work with ftglue.[ch]
32317
32318             * pango/opentype/fterrcompat.h: Remove: no longer needed.
32319
32320             * pango/opentype/ftxgpos.c: Use FT_IS_SFNT(face) rather
32321             than poking at FT_MODULE_CLASS (face->driver)->module_name.
32322
32323             * pango/opentype/ftxopen.c (Free_FeatureList): Free
32324             fl->ApplyOrder. (Found by Behdad)
32325
32326  src/Makefile.am        |    3 +-
32327  src/fterrcompat.h      |   95 -------------
32328  src/ftglue.c           |  350
32329  ++++++++++++++++++++++++++++++++++++++++++++++++
32330  src/ftglue.h           |  156 +++++++++++++++++++++
32331  src/ftxgdef.c          |    9 +-
32332  src/ftxgpos.c          |    9 +-
32333  src/ftxgsub.c          |   10 +-
32334  src/ftxopen.c          |    8 +-
32335  src/otlbuffer.c        |    4 +-
32336  src/pango-ot-info.c    |    6 +-
32337  src/pango-ot-ruleset.c |    2 -
32338  11 files changed, 520 insertions(+), 132 deletions(-)
32339
32340 commit 43dbec6f3a345ba0e4a43766610ed59622bbe4a0
32341 Author: Owen Taylor <otaylor@redhat.com>
32342 Date:   Thu Jul 21 18:15:45 2005 +0000
32343
32344     Fix up places where there is missing or incomplete Copyright and
32345     License
32346
32347     2005-07-21  Owen Taylor  <otaylor@redhat.com>
32348
32349             Fix up places where there is missing or incomplete
32350             Copyright and License information (Reported by William N. Ray)
32351
32352             * pango/opentype/fterrcompat.h: Mark as FreeType/GPL licensed.
32353
32354             * pango/opentype/FT-license.txt: Make this the dual-licensing
32355             description that covers the FreeType code (FreeType's
32356             LICENSE.TXT) rather than the FTL.
32357
32358             * pango/opentype/FTL.TXT: Move the FTL (referenced from
32359             FT-license.txt) to here.
32360
32361             * modules/basic/basic-common.h modules/hebrew/hebrew-shaper.h
32362             modules/thai/thai-charprop.c modules/thai/thai-shaper.h
32363             tools/gen-script-for-lang.c tests/testcolor.c:
32364             Add LGPL header and copyright information.
32365
32366             * modules/indic/indic-ot.[ch]
32367             modules/indic/indic-ot-class-tables.c
32368             modules/thai/thai-ot.[ch]: Add LGPL header.
32369
32370             * modules/thai/thai-shaper.c modules/thai/thai-charprop.h:
32371             Minor fixes to copyright information.
32372
32373             * modules/arabic/arabic-ot.c: Add Freetype license
32374             boilerplate.
32375
32376  src/FT-license.txt |  179
32377  ++++++---------------------------------------------
32378  src/FTL.TXT        |  174
32379  ++++++++++++++++++++++++++++++++++++++++++++++++++
32380  src/fterrcompat.h  |   10 +++-
32381  3 files changed, 204 insertions(+), 159 deletions(-)
32382
32383 commit c55850d36d208c7aae8f6ed5c9e1e7927b988d6c
32384 Author: Owen Taylor <otaylor@redhat.com>
32385 Date:   Tue Jun 14 19:54:19 2005 +0000
32386
32387     Chain up from finalize. (#307547, Paolo Borelli)
32388
32389     2005-06-14  Owen Taylor  <otaylor@redhat.com>
32390
32391             * pango/opentype/pango-ot-info.c (pango_ot_info_finalize)
32392             pango/opentype/pango-ot-ruleset.c (pango_ot_ruleset_finalize):
32393             Chain up from finalize. (#307547, Paolo Borelli)
32394
32395             * pango/opentype/pango-ot-info.c (pango_ot_info_finalizer):
32396             make accidentally public function static.
32397
32398  src/pango-ot-info.c    |    4 +++-
32399  src/pango-ot-ruleset.c |    2 ++
32400  2 files changed, 5 insertions(+), 1 deletions(-)
32401
32402 commit 44ff46a364fb7981804eb45329c4999b415711f9
32403 Author: Tor Lillqvist <tml@novell.com>
32404 Date:   Tue Apr 12 01:27:21 2005 +0000
32405
32406     Rename LDADDS to libpango_ot_la_LIBADD to actually make libpango-ot.la
32407
32408     2005-04-12  Tor Lillqvist  <tml@novell.com>
32409
32410         * pango/opentype/Makefile.am: Rename LDADDS to
32411         libpango_ot_la_LIBADD to actually make libpango-ot.la link with
32412         it.
32413
32414         * pango/pangowin32.def: Rename get_scale_factor to
32415         get_metrics_factor here, too. (#300222, Ivan Wong)
32416
32417  src/Makefile.am |   12 ++++++------
32418  1 files changed, 6 insertions(+), 6 deletions(-)
32419
32420 commit 0c349a032e5a52a9d0dcc8204f761b7cb28bfa6b
32421 Author: Owen Taylor <otaylor@redhat.com>
32422 Date:   Thu Mar 3 19:38:02 2005 +0000
32423
32424     For all binary searches, handle the case where the number of items
32425     is 0.
32426
32427     2005-03-03  Owen Taylor  <otaylor@redhat.com>
32428
32429             * pango/opentype/ftxopen.c (Coverage_Index1, Coverage_Index2,
32430             Get_Class2): For all binary searches, handle the case where
32431             the number of items is 0. (#162977, Nick Lamb)
32432
32433             * pango/opentype/ftxgdef.c (TT_GDEF_Build_ClassDefinition):
32434             Handle the case where glyph_count == 0 properly. Fix a problem
32435             with cleanups on memory allocation failure.
32436             (Get_New_Count, Add_Glyph_Property): Avoid reading off the
32437             end of the ClassRangeRecord array.
32438
32439  src/ftxgdef.c |   60
32440  ++++++++++++++++++++++++++++++++++----------------------
32441  src/ftxopen.c |   15 ++++++++++++++
32442  2 files changed, 51 insertions(+), 24 deletions(-)
32443
32444 commit 03838daaa9d485bffcb7bc46453a9a4c32a1f32f
32445 Author: Owen Taylor <otaylor@redhat.com>
32446 Date:   Mon Nov 22 23:37:19 2004 +0000
32447
32448     Set G_LOG_DOMAIN.
32449
32450     Mon Nov 22 18:30:14 2004  Owen Taylor  <otaylor@redhat.com>
32451
32452             * pango/opentype/Makefile.am pango/Makefile.am
32453             modules/*/Makefile.am: Set G_LOG_DOMAIN.
32454
32455  src/Makefile.am |    1 +
32456  1 files changed, 1 insertions(+), 0 deletions(-)
32457
32458 commit 346d3b3cac253d2db41205151c185bf2fd9dda16
32459 Author: Owen Taylor <otaylor@redhat.com>
32460 Date:   Wed Sep 22 18:14:55 2004 +0000
32461
32462     Cleanups from 'sparse', #149922, Kjartan Maraas
32463
32464     Wed Sep 22 14:07:47 2004  Owen Taylor  <otaylor@redhat.com>
32465
32466             Cleanups from 'sparse', #149922, Kjartan Maraas
32467
32468             * pango/pango-utils.c (read_config): () => (void) in
32469             definition.
32470
32471             * pango/pangofc-fontmap.c (pango_fc_font_map_list_families):
32472             Initialize *n_families, not n_families.
32473
32474             * pango/pangofc-fontmap.c pango/pangoft2.c opentype/ftxgdef.c
32475             opentype/ftxgpos.c opentype/ftxgsub.c: : Fix various 0/NULL
32476             confusion.
32477
32478  src/ftxgdef.c |    2 +-
32479  src/ftxgpos.c |    6 +++---
32480  src/ftxgsub.c |    2 +-
32481  3 files changed, 5 insertions(+), 5 deletions(-)
32482
32483 commit 8b654dfb5ad6137ee9c5a48f5abe04bf7d28d8cd
32484 Author: Owen Taylor <otaylor@redhat.com>
32485 Date:   Tue Sep 14 13:45:41 2004 +0000
32486
32487     === Released 1.6.0 ===
32488
32489     Mon Sep 13 17:38:58 2004  Owen Taylor  <otaylor@redhat.com>
32490
32491             * === Released 1.6.0 ===
32492
32493             * configure.in: Update versions for 1.6.0
32494
32495             * NEWS: Update.
32496
32497             * README: Minor tweak.
32498
32499             * pango/fonts.c pango/pango-context.c pango/pango-types.h
32500             pango/pango-utils.c pango/pangoft2.c pango/pango-layout.c
32501             pango/opentype/pango-ot-buffer.c: Add a bunch of missing
32502             Since: 1.6.
32503
32504  src/pango-ot-buffer.c |    2 ++
32505  1 files changed, 2 insertions(+), 0 deletions(-)
32506
32507 commit d41089a5b691967fdd622f47c8397a80af104396
32508 Author: Owen Taylor <otaylor@redhat.com>
32509 Date:   Fri Jul 30 21:23:04 2004 +0000
32510
32511     Finish extending properties flags from FT_UShort =>
32512     FT_UInt. (OTLBuffer
32513
32514     Fri Jul 30 17:17:05 2004  Owen Taylor  <otaylor@redhat.com>
32515
32516             * pango/opentype/ftxgpos.[ch] pango/opentype/ftxgsub.[ch]
32517             pango/opentype/ftxopen.[ch]: Finish extending properties
32518             flags from FT_UShort => FT_UInt. (OTLBuffer was already
32519             using an FT_UInt)
32520
32521  src/ftxgpos.c |    8 ++++----
32522  src/ftxgpos.h |    2 +-
32523  src/ftxgsub.c |    8 ++++----
32524  src/ftxgsub.h |    2 +-
32525  src/ftxopen.c |    2 +-
32526  src/ftxopen.h |    2 +-
32527  6 files changed, 12 insertions(+), 12 deletions(-)
32528
32529 commit f42d5eca291dcdfb27d7fbf88391d6d381b8e9c4
32530 Author: Owen Taylor <otaylor@redhat.com>
32531 Date:   Tue Jul 27 17:20:01 2004 +0000
32532
32533     Save the order in which features were added and use that when applying
32534
32535     Tue Jul 27 12:38:05 2004  Owen Taylor  <otaylor@redhat.com>
32536
32537             * pango/opentype/ftxopen.[ch] pango/opentype/ftxgsub.c
32538             pango/opentype/ftxpos.c: Save the order in which
32539             features were added and use that when applying features.
32540             (Patch from Soheil Hassas Yeganeh, #122330)
32541
32542  src/ftxgpos.c |   41 ++++++++++++++++++++++++-----------------
32543  src/ftxgsub.c |   34 +++++++++++++++++++++-------------
32544  src/ftxopen.c |   14 +++++++++++---
32545  src/ftxopen.h |    2 ++
32546  4 files changed, 58 insertions(+), 33 deletions(-)
32547
32548 commit ae2daa972d74c5ecfe1d2f0057ce12682ad30b00
32549 Author: Behdad Esfahbod <behdad@src.gnome.org>
32550 Date:   Tue Jul 27 13:12:19 2004 +0000
32551
32552     Remove the unused parameter from the IN_CURITEM() and IN_CURGLYPH
32553     macros.
32554
32555
32556         * pango/opentype/ftxgpos.c: Remove the unused parameter
32557         from the IN_CURITEM() and IN_CURGLYPH macros.
32558
32559  src/ftxgpos.c |   68
32560  ++++++++++++++++++++++++++++----------------------------
32561  src/ftxgsub.c |    2 +-
32562  2 files changed, 35 insertions(+), 35 deletions(-)
32563
32564 commit 7d5435ea8cb345c79029b8a12d1bddbed28b1997
32565 Author: Behdad Esfahbod <behdad@src.gnome.org>
32566 Date:   Tue Jul 27 10:43:58 2004 +0000
32567
32568     Fix bug to copy glyph from in_string, not out_string.
32569
32570
32571         * pango/opentype/otlbuffer.c (otl_buffer_copy_output_glyph):
32572         Fix bug to copy glyph from in_string, not out_string.
32573
32574  src/otlbuffer.c |    4 ++--
32575  1 files changed, 2 insertions(+), 2 deletions(-)
32576
32577 commit 2ea2a55bdf7ef1caebcd0c5922b0f542ed8bb5bf
32578 Author: Owen Taylor <otaylor@redhat.com>
32579 Date:   Mon Jul 26 23:14:53 2004 +0000
32580
32581     Fix allocation and indexing in NewGlyphClasses array. (#130661,
32582     Masatake
32583
32584     Mon Jul 26 19:11:46 2004  Owen Taylor  <otaylor@redhat.com>
32585
32586             * pango/opentype/ftxgdef.c: Fix allocation and indexing
32587             in NewGlyphClasses array. (#130661, Masatake YAMATO)
32588
32589  src/ftxgdef.c |   14 +++++++-------
32590  1 files changed, 7 insertions(+), 7 deletions(-)
32591
32592 commit 5d42695e5ed89f73fbc665792ebec82c29ae04ae
32593 Author: Owen Taylor <otaylor@redhat.com>
32594 Date:   Mon Jul 26 19:25:45 2004 +0000
32595
32596     Remove the unused parameter from the IN_CURITEM() and IN_CURGLYPH
32597     macros.
32598
32599     Mon Jul 26 15:24:11 2004  Owen Taylor  <otaylor@redhat.com>
32600
32601             * pango/opentype/ftxgsub.c (ADD_Glyph): Remove the
32602             unused parameter from the IN_CURITEM() and IN_CURGLYPH
32603             macros.
32604
32605  src/ftxgsub.c |   56
32606  ++++++++++++++++++++++++++++----------------------------
32607  1 files changed, 28 insertions(+), 28 deletions(-)
32608
32609 commit a00c4ea5626526980139b122977e367b8434d24a
32610 Author: Owen Taylor <otaylor@redhat.com>
32611 Date:   Mon Jul 26 19:23:06 2004 +0000
32612
32613     Add missing macro to make the last change actually compile.
32614
32615     Mon Jul 26 15:21:23 2004  Owen Taylor  <otaylor@redhat.com>
32616
32617             * pango/opentype/ftxgsub.c: Add missing macro to make the
32618             last change actually compile.
32619
32620  src/ftxgsub.c |    2 ++
32621  1 files changed, 2 insertions(+), 0 deletions(-)
32622
32623 commit ed3e1f278d3ebfd224f0b57388502d4bb9fb1441
32624 Author: Owen Taylor <otaylor@redhat.com>
32625 Date:   Mon Jul 26 19:20:27 2004 +0000
32626
32627     Match backtrack context against the output glyphs not the input glyphs
32628
32629     Mon Jul 26 15:16:07 2004  Owen Taylor  <otaylor@redhat.com>
32630
32631             * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst[123]):
32632             Match backtrack context against the output glyphs not
32633             the input glyphs (#145174, Aamir Wali)
32634
32635  src/ftxgsub.c |   24 ++++++++++++------------
32636  1 files changed, 12 insertions(+), 12 deletions(-)
32637
32638 commit 78282cda004a88b2aadb2786dd3897884e22ed0b
32639 Author: Owen Taylor <otaylor@redhat.com>
32640 Date:   Mon Jul 26 18:59:02 2004 +0000
32641
32642     Make Check_Property() take a OTL_GlyphItem, add a gproperties field to
32643
32644     Mon Jul 26 14:49:22 2004  Owen Taylor  <otaylor@redhat.com>
32645
32646             * ftxgdef.[ch] otlbuffer.[ch]: Make Check_Property() take a
32647             OTL_GlyphItem, add a gproperties field to OTLGlyphItem,
32648             and use that to cache the properties for a glyph.
32649
32650             * ftxgsub.c ftxgdef.c: Adapt to Check_Property() changes.
32651
32652             * otlbuffer.[ch] ftxgsub.c: Add otl_buffer_copy_output_glyph()
32653             to use when we are copying an unmodified glyph from input
32654             to output that preserves the cached properties.
32655
32656  src/ftxgdef.c   |   16 ++++++++++------
32657  src/ftxgpos.c   |   52
32658  +++++++++++++++++++++++++++-------------------------
32659  src/ftxgsub.c   |   54
32660  ++++++++++++++++++++++++++++--------------------------
32661  src/ftxopenf.h  |    2 +-
32662  src/otlbuffer.c |   21 +++++++++++++++++++--
32663  src/otlbuffer.h |    6 ++++++
32664  6 files changed, 91 insertions(+), 60 deletions(-)
32665
32666 commit 81b62af42313fb60db523374cd8c6901829f5c4e
32667 Author: Owen Taylor <otaylor@redhat.com>
32668 Date:   Mon Jul 19 21:13:23 2004 +0000
32669
32670     Add support for ChainContextSubstFormat3.
32671
32672     Mon Jul 19 17:09:11 2004  Owen Taylor  <otaylor@redhat.com>
32673
32674             * pango/opentype/disasm.c: Add support for
32675             ChainContextSubstFormat3.
32676
32677  src/disasm.c |   16 +++++++++++++++-
32678  1 files changed, 15 insertions(+), 1 deletions(-)
32679
32680 commit d4f773ef92fdbaa7e61e6577db5e9b2846a100a4
32681 Author: Owen Taylor <otaylor@redhat.com>
32682 Date:   Mon Jul 19 20:37:22 2004 +0000
32683
32684     Fix pervasive buffer overruns when skipping glyphs when matching
32685     contexts.
32686
32687     Mon Jul 19 16:29:45 2004  Owen Taylor  <otaylor@redhat.com>
32688
32689             * pango/opentype/ftxgsub.c pango/opentype/ftxgpos.c:
32690             Fix pervasive buffer overruns when skipping glyphs
32691             when matching contexts. (#118592, Kailash C. Chowksey)
32692
32693  src/ftxgpos.c |  259 +++++++++++++++++----------------------
32694  src/ftxgsub.c |  376
32695  ++++++++++++++++++++++++++-------------------------------
32696  2 files changed, 284 insertions(+), 351 deletions(-)
32697
32698 commit 99848cfafee8e598ef533f254cdb99fbae4c9364
32699 Author: Owen Taylor <otaylor@redhat.com>
32700 Date:   Wed Jun 23 20:33:35 2004 +0000
32701
32702     #143693, Sayamindu Dasgupta
32703
32704     Wed Jun 23 16:13:53 2004  Owen Taylor  <otaylor@redhat.com>
32705
32706             #143693, Sayamindu Dasgupta
32707
32708             * pango/opentype/pango-ot-buffer.c
32709             (pango_ot_buffer_set_zero_width_marks)
32710             pango/opentype/pango-ot-private.h:
32711             Allow setting for whether marks should be given zero width,
32712             defaulting to FALSE.
32713
32714             * modules/arabic/arabic-fc.c (arabic_engine_shape): Turn
32715             on zero-width-marks setting.
32716
32717  src/pango-ot-buffer.c  |   22 +++++++++++++++++++++-
32718  src/pango-ot-private.h |    5 +++--
32719  2 files changed, 24 insertions(+), 3 deletions(-)
32720
32721 commit 68d4cedb8726fa239f56d62060d8fee7e09cb8be
32722 Author: Owen Taylor <otaylor@redhat.com>
32723 Date:   Mon Jun 21 18:04:02 2004 +0000
32724
32725     Use the gcc-3.3 strict-aliasing compatible macros from fterrcompat.h
32726
32727     Mon Jun 21 13:55:17 2004  Owen Taylor  <otaylor@redhat.com>
32728
32729             * pango/opentype/otlbuffer.c: Use the gcc-3.3
32730             strict-aliasing compatible macros from fterrcompat.h
32731             (#140495, reported by Stanislav Brabec)
32732
32733  src/otlbuffer.c |   22 ++++++++++++++--------
32734  1 files changed, 14 insertions(+), 8 deletions(-)
32735
32736 commit b327765176dff81047f942ac56a1d206344e6039
32737 Author: Theppitak Karoonboonyanan <tkaroonb@src.gnome.org>
32738 Date:   Fri May 28 16:41:36 2004 +0000
32739
32740     Negate y offset according to different conventions between
32741
32742         * pango/opentype/pango-ot-buffer.c (apply_gpos_ltr): Negate
32743         y offset
32744         according to different conventions between PangoGlyphString
32745         and OTL
32746         (#142544)
32747
32748  src/pango-ot-buffer.c |    2 +-
32749  1 files changed, 1 insertions(+), 1 deletions(-)
32750
32751 commit 068763b547d791e28b892bcaee810f3d60a83018
32752 Author: Owen Taylor <otaylor@redhat.com>
32753 Date:   Thu May 27 21:55:50 2004 +0000
32754
32755     Revert error return changes from last commit.
32756
32757     Thu May 27 17:54:24 2004  Owen Taylor  <otaylor@redhat.com>
32758
32759             * pango/opentype/otlbuffer.c: Revert error return changes
32760             from last commit.
32761
32762  src/otlbuffer.c |   16 ++++++----------
32763  1 files changed, 6 insertions(+), 10 deletions(-)
32764
32765 commit ef07481025c5bbb9769b9f908d9dc78f44161bbb
32766 Author: Owen Taylor <otaylor@redhat.com>
32767 Date:   Thu May 27 21:03:42 2004 +0000
32768
32769     Free buffer->positions, clean up error returns that were returning
32770
32771     Thu May 27 16:57:30 2004  Owen Taylor  <otaylor@redhat.com>
32772
32773             * pango/opentype/otlbuffer.c: Free buffer->positions,
32774             clean up error returns that were returning uninitialized
32775             values. (#139239, Behdad Esfahbod)
32776
32777  src/otlbuffer.c |   21 +++++++++++++--------
32778  1 files changed, 13 insertions(+), 8 deletions(-)
32779
32780 commit de568e7e6200c7a49bae1f78ac63858b8df01173
32781 Author: Owen Taylor <otaylor@redhat.com>
32782 Date:   Tue Mar 16 19:23:43 2004 +0000
32783
32784     === Released 1.4.0 ===
32785
32786     Tue Mar 16 11:24:46 2004  Owen Taylor  <otaylor@redhat.com>
32787
32788             * === Released 1.4.0 ===
32789
32790             * configure.in: Version 1.4.0, interface ago 0. Require
32791             glib-2.4.0.
32792
32793             * NEWS: Updates.
32794
32795             * README: Some updates; include details about the FreeType
32796             license of the OpenType code.
32797
32798  src/FT-license.txt |   77
32799  ++++++++++++++++++++++++++++-----------------------
32800  1 files changed, 42 insertions(+), 35 deletions(-)
32801
32802 commit 8b3554b3afe7c125b1a53171b01ac87de9c486fe
32803 Author: Hans Breuer <hans@breuer.org>
32804 Date:   Wed Mar 3 22:35:19 2004 +0000
32805
32806     if PANGO_MODULE_PREFIX is defined include the basic backend shaper
32807     (should
32808
32809     2004-03-03  Hans Breuer  <hans@breuer.org>
32810
32811         * pango/module-defs-win32.c.win32 : if PANGO_MODULE_PREFIX is
32812         defined include the basic backend shaper (should have been
32813         commited at 2003-12-12, too)
32814
32815         * pango/makefile.msc : generate correct type for PangoFontMask
32816         (bug #135892, John Ehresman)
32817         * pango/opentype/makefile.msc : updated
32818
32819         * pango/pango.def pango/pangoft2.def : more updatd externals
32820
32821  src/makefile.msc |    6 ++++--
32822  1 files changed, 4 insertions(+), 2 deletions(-)
32823
32824 commit a7e096c5de3ec5319bf9333c9ace0732d97c52c3
32825 Author: Owen Taylor <otaylor@redhat.com>
32826 Date:   Sun Feb 29 15:44:50 2004 +0000
32827
32828     Rework opentype interfaces and other changes to make GPOS work
32829     for Arabic.
32830
32831     Sun Feb 29 09:25:13 2004  Owen Taylor  <otaylor@redhat.com>
32832
32833             Rework opentype interfaces and other changes to make GPOS
32834             work for Arabic. (Most of #117282, #121060)
32835
32836             * pango/opentype/otlbuffer.[ch]: OTL_Buffer that
32837             acts as a replacement for the separate GSUB and
32838             GPOS string structures and hides many of the internal
32839             details.
32840
32841             * pango/opentype/ftxgsub.[ch] pango/opentype/ftxgpos.[ch]:
32842             Adapt to OTL_Buffer.
32843
32844             * pango/opentype/ftxgpos.c: Redo handling of cursive
32845             chains so that it actually works.
32846
32847             * pango/pango-ot.h pango/opentype/pango-ot-buffer.c:
32848             Pango wrapper around OTL_Buffer.
32849
32850             * pango/pango-ot.h pango/pango-ot-ruleset.c
32851             pango/pango-ot-buffer.c:
32852             Split pango_ot_ruleset_shape() into
32853             pango_ot_ruleset_substitute(),
32854             pango_ot_ruleset_position(), make them act on
32855             PangoOTBuffer, add a separate pango_ot_buffer_output()
32856             which does the default positioning and writes to a
32857             PangoGlyphString.
32858
32859             * modules/arabic/arabic-fc.c modules/indic/indic-fc.c
32860             modules/indic/mprefixups.[ch]: Adapt to new OpenType
32861             interfaces; add GPOS features for Arabic.
32862
32863             * pango/opentype/pango-ot-info.c: Don't derive class
32864             information
32865             from Unicode properties for Arabic presentation forms,
32866             let the shaping process derive the properties.
32867
32868  src/Makefile.am        |    3 +
32869  src/ftxgdef.c          |    4 +-
32870  src/ftxgpos.c          |  573 +++++++++++++++-----------------------
32871  src/ftxgpos.h          |   23 +--
32872  src/ftxgsub.c          |  719
32873  +++++++++++-------------------------------------
32874  src/ftxgsub.h          |   40 +---
32875  src/ftxopen.h          |    1 +
32876  src/otlbuffer.c        |  213 ++++++++++++++
32877  src/otlbuffer.h        |   97 +++++++
32878  src/ottest.c           |    2 +
32879  src/pango-ot-buffer.c  |  265 ++++++++++++++++++
32880  src/pango-ot-info.c    |   27 ++-
32881  src/pango-ot-private.h |    8 +
32882  src/pango-ot-ruleset.c |  148 +++--------
32883  14 files changed, 1039 insertions(+), 1084 deletions(-)
32884
32885 commit d670ddf99192dd4999775a9215a818ae63fa3416
32886 Author: Owen Taylor <otaylor@redhat.com>
32887 Date:   Sat Feb 21 14:53:12 2004 +0000
32888
32889     Sign convention for y offsets is opposite between PangoGlyphString
32890     and FT
32891
32892     Sat Feb 21 09:49:23 2004  Owen Taylor  <otaylor@redhat.com>
32893
32894             * pango/opentype/pango-ot-ruleset.c (pango_ot_ruleset_shape):
32895             Sign convention for y offsets is opposite between
32896             PangoGlyphString and FT code. (#132591)
32897
32898  src/pango-ot-ruleset.c |    2 +-
32899  1 files changed, 1 insertions(+), 1 deletions(-)
32900
32901 commit b9b3c131c2b57c12a77124a52512fb19a1255f8e
32902 Author: Owen Taylor <otaylor@redhat.com>
32903 Date:   Fri Feb 13 16:11:40 2004 +0000
32904
32905     Memory leak fixes from Masatake YAMATO, #130652
32906
32907     Fri Feb 13 10:54:18 2004  Owen Taylor  <otaylor@redhat.com>
32908
32909             Memory leak fixes from Masatake YAMATO, #130652
32910
32911             * pango/opentype/ftxgdef.c (TT_Done_GDEF_Table):
32912             Free the gdef table as well as the contained data.
32913
32914             * pango/opentype/ftxgdef.c (TT_GDEF_Build_ClassDefinition):
32915             Set gcd->loaded, so that the contents get freed later.
32916
32917  src/ftxgdef.c |    4 ++++
32918  1 files changed, 4 insertions(+), 0 deletions(-)
32919
32920 commit 926b8f322989298e43c8bac85f23e3525470a669
32921 Author: Owen Taylor <otaylor@redhat.com>
32922 Date:   Mon Jan 26 19:23:35 2004 +0000
32923
32924     Suport CFF fonts as well. (#131202, Manjunath Sripadarao)
32925
32926     Mon Jan 26 14:20:34 2004  Owen Taylor  <otaylor@redhat.com>
32927
32928             * pango/opentype/pango-ot-info.c (is_truetype): Suport
32929             CFF fonts as well. (#131202, Manjunath Sripadarao)
32930
32931  src/pango-ot-info.c |    3 ++-
32932  1 files changed, 2 insertions(+), 1 deletions(-)
32933
32934 commit 945e479a3a35769e5e7c792fdcf306892523a5f9
32935 Author: Hans Breuer <hans@breuer.org>
32936 Date:   Sat Dec 13 14:31:50 2003 +0000
32937
32938     moved pango_fc_* to the latter where they live on *nix too.
32939
32940     2003-12-13  Hans Breuer  <hans@breuer.org>
32941
32942         * pango/pango.def pangoft2.def : moved pango_fc_*
32943         to the latter where they live on *nix too.
32944
32945         * pango/makefile.msc : make it build again (including
32946         the Ft2 backend)
32947
32948         * pango/module-defs-fc.c.win32 : if PANGO_MODULE_PREFIX is defined
32949         include the basic backend shaper
32950
32951         * pango/pangowin32.c (pango_win32_render_layout) :
32952         initialize iter before first usage to avoid immediate crashing
32953
32954         * pango/opentype/makefile.msc
32955                 pango/modules/makefile.msc : finally build with mscv, too.
32956         [completely untested cause I'm not able to type, write or read
32957         any of these languages]
32958
32959         * modules/modules.def : follow module function renaming/changes
32960
32961         * modules/basic/basic-win32.c : register the right engine, i.e.
32962         make it compile
32963
32964  src/makefile.msc |   21 +++++++++++++++++++++
32965  1 files changed, 21 insertions(+), 0 deletions(-)
32966
32967 commit ba0ccd5cfcb514cdc45373158343138b7b190f9d
32968 Author: Owen Taylor <otaylor@redhat.com>
32969 Date:   Sat Nov 1 15:02:17 2003 +0000
32970
32971     Switch over to recommended Freetype system of include ft2build.h then
32972
32973     Sat Nov  1 09:32:15 2003  Owen Taylor  <otaylor@redhat.com>
32974
32975             * pango/pango-ot.h pango/pangofc-font.h
32976             modules/indic/indic-ot.h
32977             pango/pangoft2.c pango/opentype/pango-ot-info.c
32978             pango/opentype/pango-ot-ruleset.c pango/opentype/ottest.c
32979             pango/opentype/ftxopen.[ch] pango/opentype/ftxgdef.c
32980             pango/opentype/ftxgsub.c pango/opentype/ftxgpos.c:
32981             Switch over to recommended Freetype system of
32982             include ft2build.h then #include FT_FREETYPE_H.
32983             Fixes ftmodule.h problem with current Freetype CVS.
32984             (#125548)
32985
32986  src/ftxgdef.c          |   14 +++++++-------
32987  src/ftxgpos.c          |   17 ++++++++---------
32988  src/ftxgsub.c          |   13 ++++++-------
32989  src/ftxopen.c          |   10 +++++-----
32990  src/ftxopen.h          |    3 ++-
32991  src/ottest.c           |    1 -
32992  src/pango-ot-info.c    |    4 ++--
32993  src/pango-ot-private.h |    2 --
32994  src/pango-ot-ruleset.c |    4 ++--
32995  9 files changed, 32 insertions(+), 36 deletions(-)
32996
32997 commit 558171a7a3666999c679719ad0bfbdf7c6a52289
32998 Author: Owen Taylor <otaylor@redhat.com>
32999 Date:   Mon Sep 15 22:04:55 2003 +0000
33000
33001     Fix gcc-3.3 versions of macros to have the right return value.
33002
33003     Mon Sep 15 17:16:59 2003  Owen Taylor  <otaylor@redhat.com>
33004
33005             * pango/opentype/fterrcompat.h: Fix gcc-3.3 versions of
33006             macros to have the right return value.
33007
33008  src/fterrcompat.h |   44 ++++++++++++++++++++++++++------------------
33009  1 files changed, 26 insertions(+), 18 deletions(-)
33010
33011 commit c99259bf7e08ccdc4130d4983e8d186021ea8e1a
33012 Author: Owen Taylor <otaylor@redhat.com>
33013 Date:   Mon Aug 25 14:30:12 2003 +0000
33014
33015     pango/opentype/ftxgsub.c (Lookup_ChainContextSubst3) Fix problems
33016     where
33017
33018     Mon Aug 25 10:17:21 2003  Owen Taylor  <otaylor@redhat.com>
33019
33020             * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst3)
33021             * pango/opentype/ftxgpos.c (Lookup_ChainContextPos3):
33022             Fix problems where the coverage wasn't being checked
33023             for the first input glyph. (#118639, Kailash C. Chowksey)
33024
33025  src/ftxgpos.c |    7 +++----
33026  src/ftxgsub.c |    7 +++----
33027  2 files changed, 6 insertions(+), 8 deletions(-)
33028
33029 commit bcf81bcc80c6235dfbc7eeaa34ed21ea329c7a3d
33030 Author: Owen Taylor <otaylor@redhat.com>
33031 Date:   Fri Aug 22 22:52:08 2003 +0000
33032
33033     Add some macro definitions for gcc-3.3 that suppress the bogus
33034
33035     Fri Aug 22 18:09:52 2003  Owen Taylor  <otaylor@redhat.com>
33036
33037             * pango/opentype/fterrcompat.h: Add some macro definitions
33038             for gcc-3.3 that suppress the bogus strict-aliasing
33039             warnings.
33040
33041             * pango/pango-utils.c (read_config_file): Use
33042             g_hash_table_new_full() to simplify code and fix
33043             gcc-3.3 warnings.
33044
33045             * pango/pangox-fontmap.c (pango_x_real_get_coverage_win)
33046             * pango/querymodules.c (query_module): Suppress gcc-3.3
33047             warnings.
33048
33049             * pango/modules.c (pango_find_map): Fix warning from
33050             missing declaration of pango_module_get_type().
33051
33052             * pango/pango-context.c/pango-engine.c: Fix name confusion
33053             for pango_get_fallback_shaper().
33054
33055  src/fterrcompat.h |   36 ++++++++++++++++++++++++++++++++++--
33056  1 files changed, 34 insertions(+), 2 deletions(-)
33057
33058 commit 46d379596d7292a3b2e51f35fc8044b366d413a3
33059 Author: Owen Taylor <otaylor@redhat.com>
33060 Date:   Tue Jul 29 14:21:54 2003 +0000
33061
33062     Rewrite handling of IGNORE_SPECIAL_MARKS to be properly "ignore
33063     marks of
33064
33065     Tue Jul 29 09:58:13 2003  Owen Taylor  <otaylor@redhat.com>
33066
33067             * pango/opentype/ftxgdef.c (Check_Property): Rewrite
33068             handling of IGNORE_SPECIAL_MARKS to be properly
33069             "ignore marks of attachment type different than
33070             specified. (#118456, Kailash C. Chowksey)
33071
33072  src/ftxgdef.c |   37 ++++++++++++++++++++++++++++---------
33073  1 files changed, 28 insertions(+), 9 deletions(-)
33074
33075 commit 8247acad79c1a4154e9337aed453eb3e4d23063d
33076 Author: Owen Taylor <otaylor@redhat.com>
33077 Date:   Mon Jul 28 22:28:37 2003 +0000
33078
33079     Revert back out the FreeType patch preventing ligatures of
33080     not-originally
33081
33082     Sat Jul 26 09:41:22 2003  Owen Taylor  <otaylor@redhat.com>
33083
33084             * pango/opentype/ftxgsub.c (Lookup_LigatureSubst):
33085             Revert back out the FreeType patch preventing
33086             ligatures of not-originally adjacent glyphs;
33087             it doesn't work for all scripts. (#118472,
33088             Kailash C. Chowksey)
33089
33090  src/ftxgsub.c |   31 +++----------------------------
33091  1 files changed, 3 insertions(+), 28 deletions(-)
33092
33093 commit 825e6d7e86cac310161648601b09291fa05d5ba5
33094 Author: Owen Taylor <otaylor@redhat.com>
33095 Date:   Sun Jul 27 02:40:31 2003 +0000
33096
33097     Check for lookahead glyphs in the right place. (Patch from #116860)
33098
33099     Sat Jul 26 22:30:59 2003  Owen Taylor  <otaylor@redhat.com>
33100
33101             * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst{1,2,3}):
33102             Check for lookahead glyphs in the right place. (Patch
33103             from #116860)
33104
33105             * pango/opentype/ftxgpos.c (Lookup_ChainContextPos{1,2,3}):
33106             Same fix here.
33107
33108  src/ftxgpos.c |    6 +++---
33109  src/ftxgsub.c |    6 +++---
33110  2 files changed, 6 insertions(+), 6 deletions(-)
33111
33112 commit 03a0fe09c711b81c7eb4065fd4700b8cfd2c977a
33113 Author: Owen Taylor <otaylor@redhat.com>
33114 Date:   Sun Jul 27 02:19:52 2003 +0000
33115
33116     Fix return value to only contain TTO_Err_Not_Covered if *no* lookups
33117
33118     Sat Jul 26 22:12:46 2003  Owen Taylor  <otaylor@redhat.com>
33119
33120             * pango/opentype/ftxgsub.c (Do_String_Lookup,
33121             TT_GSUB_Apply_String): Fix return value to only
33122             contain TTO_Err_Not_Covered if *no* lookups
33123             matched. Fix memory leaks on error in Apply_String().
33124
33125  src/ftxgsub.c |  120
33126  +++++++++++++++++++++++++++++++++++---------------------
33127  1 files changed, 75 insertions(+), 45 deletions(-)
33128
33129 commit e10ea2afd9a5868d4ec1ff3a2b99bcd64ce45816
33130 Author: Owen Taylor <otaylor@redhat.com>
33131 Date:   Sun Jul 27 01:10:15 2003 +0000
33132
33133     Fix confusion between boolean and FT_Error return. (GSUB equivalent
33134     of fix
33135
33136     Sat Jul 26 21:06:26 2003  Owen Taylor  <otaylor@redhat.com>
33137
33138             * pango/opentype/ftxgsub.c (Load_EmptyOrClassDefinition):
33139             Fix confusion between boolean and FT_Error return.
33140             (GSUB equivalent of fix for #108358)
33141
33142  src/ftxgsub.c |    5 +++--
33143  1 files changed, 3 insertions(+), 2 deletions(-)
33144
33145 commit a7305ab2624cbc08160dc11587ba3dc4e17781c2
33146 Author: Owen Taylor <otaylor@redhat.com>
33147 Date:   Sat Jul 26 15:02:13 2003 +0000
33148
33149     Move allocation afer initial checks, fixing memory leak.
33150
33151     Sat Jul 26 10:52:20 2003  Owen Taylor  <otaylor@redhat.com>
33152
33153             * pango/opentype/ftxgpos.c (Lookup_ContextPos2):
33154             * pango/opentype/ftxgsub.c (Lookup_ContextSubst2): Move
33155             allocation afer initial checks, fixing memory leak.
33156
33157             * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst2):
33158             Fix some more error return memory leaks that weren't
33159             fixed in the Qt changes.
33160
33161  src/ftxgpos.c |    8 ++++----
33162  src/ftxgsub.c |   12 ++++++------
33163  2 files changed, 10 insertions(+), 10 deletions(-)
33164
33165 commit f40b7c15e0bc4b71e706602c4e062f72d8f0fcdd
33166 Author: Owen Taylor <otaylor@redhat.com>
33167 Date:   Sat Jul 26 14:50:23 2003 +0000
33168
33169     Fix various memory leaks from error returns that should have been
33170     jumps to
33171
33172     Sat Jul 26 10:43:20 2003  Owen Taylor  <otaylor@redhat.com>
33173
33174             * pango/opentype/ftxgsub.c pango/opentype/ftxgpos.c:
33175             Fix various memory leaks from error returns that should
33176             have been jumps to cleanup blocks. (From Qt, Lars Knoll)
33177
33178  src/ftxgpos.c |    8 ++++----
33179  src/ftxgsub.c |    4 ++--
33180  2 files changed, 6 insertions(+), 6 deletions(-)
33181
33182 commit 256d21970733483833b9cf31d5e0fa7ae853e944
33183 Author: Owen Taylor <otaylor@redhat.com>
33184 Date:   Sat Jul 26 14:35:29 2003 +0000
33185
33186     Fix additional places where TTO_Err_Not_Covered wasn't considered a
33187
33188     Sat Jul 26 10:30:24 2003  Owen Taylor  <otaylor@redhat.com>
33189
33190             * pango/opentype/ftxgpos.c: Fix additional places where
33191             TTO_Err_Not_Covered wasn't considered a successful return
33192             from Get_Class. (From Qt, Lars Knoll)
33193
33194  src/ftxgpos.c |    8 ++++----
33195  1 files changed, 4 insertions(+), 4 deletions(-)
33196
33197 commit 374960681e2e36d0e4032623d8cb92a7910baf71
33198 Author: Owen Taylor <otaylor@redhat.com>
33199 Date:   Sat Jul 26 13:50:23 2003 +0000
33200
33201     If applying a ligature lookup makes adjacent two glyphs that were not
33202
33203     Sat Jul 26 09:41:22 2003  Owen Taylor  <otaylor@redhat.com>
33204
33205             * pango/opentype/ftxgsub.c (Lookup_LigatureSubst):
33206             If applying a ligature lookup makes adjacent two glyphs
33207             that were not originally adjacent, avoid making
33208             subsequent ligatures between those glyphs.
33209             (From FreeType, Werner Lemberg, 2001-08-22, 2001-08-23)
33210
33211  src/ftxgsub.c |   31 ++++++++++++++++++++++++++++---
33212  1 files changed, 28 insertions(+), 3 deletions(-)
33213
33214 commit b682482df77608d67eca8a050db5b36f44953c13
33215 Author: Owen Taylor <otaylor@redhat.com>
33216 Date:   Sat Jul 26 13:20:52 2003 +0000
33217
33218     Fix some FreeType1 variable declarations that snuck in from the last
33219
33220     Sat Jul 26 09:16:57 2003  Owen Taylor  <otaylor@redhat.com>
33221
33222             * pango/opentype/ftxgpos.c pango/opentype/ftxopen.c:
33223             Fix some FreeType1 variable declarations that snuck
33224             in from the last commits (Christophe Fergeau,
33225             118363)
33226
33227  src/ftxgpos.c |    6 +++---
33228  src/ftxopen.c |    2 +-
33229  2 files changed, 4 insertions(+), 4 deletions(-)
33230
33231 commit 06c12109de061c357f46dcec82c4bee7160afede
33232 Author: Owen Taylor <otaylor@redhat.com>
33233 Date:   Sat Jul 26 03:45:44 2003 +0000
33234
33235     OpenType-1.4 update: backtrack information is stored with the
33236     item closest
33237
33238     Fri Jul 25 23:38:07 2003  Owen Taylor  <otaylor@redhat.com>
33239
33240             * pango/opentype/ftxgpos.c pango/opentype/ftxgsub.c:
33241             OpenType-1.4 update: backtrack information is stored with the
33242             item closest to the input first (From FreeType,
33243             Werner Lemberg, 2002-09-26)
33244
33245  src/ftxgpos.c |   26 ++++++++++++++++++--------
33246  src/ftxgsub.c |   24 +++++++++++++++++-------
33247  2 files changed, 35 insertions(+), 15 deletions(-)
33248
33249 commit 15a69e4a12739e7392f2a38d6f7bfdd96c0dc3ba
33250 Author: Owen Taylor <otaylor@redhat.com>
33251 Date:   Sat Jul 26 03:14:23 2003 +0000
33252
33253     Update of GPOS and GSUB support to OpenType 1.3 (From FreeType, Werner
33254
33255     Fri Jul 25 23:07:06 2003  Owen Taylor  <otaylor@redhat.com>
33256
33257             Update of GPOS and GSUB support to OpenType 1.3
33258             (From FreeType, Werner Lemberg, 2001-08-08)
33259
33260             * pango/opentype/ftxopen.h: Add RIGHT_TO_LEFT LookupFlag
33261
33262             * pango/opentype/ftxgpos.c (GPOS_Instance): Add 'first'
33263             member to mark the beginning of a chain of cursive
33264             connections.
33265
33266             * pango/opentype/ftxgpos.c (Do_String_Lookup): If the
33267             RIGHT_TO_FLAG flag is set, shift cursive chain up so
33268             last glyph is on the baseline.
33269
33270  src/ftxgpos.c |   25 ++++++++++++++++++++++++-
33271  src/ftxopen.h |    8 ++++++--
33272  2 files changed, 30 insertions(+), 3 deletions(-)
33273
33274 commit 6f74f18b77402f3adf5bfbae26e8f44de6543b4e
33275 Author: Owen Taylor <otaylor@redhat.com>
33276 Date:   Sat Jul 26 03:03:40 2003 +0000
33277
33278     Add GPOS_LOOKUP_EXTENSION, GSUB_LOOKUP_EXTENSION, which allow lookup
33279
33280     Fri Jul 25 22:59:13 2003  Owen Taylor  <otaylor@redhat.com>
33281
33282             * pango/opentype/ftx{gpos,gsub}.h pango/opentype/ftxgdef.c:
33283             Add GPOS_LOOKUP_EXTENSION, GSUB_LOOKUP_EXTENSION, which
33284             allow lookup information to be stored at 32-bit offets
33285             via a double indirection. (From FreeType, Werner Lemberg,
33286             2001-08-08)
33287
33288  src/ftxgpos.h |   17 +++++++++--------
33289  src/ftxgsub.h |    1 +
33290  src/ftxopen.c |   19 +++++++++++++++++++
33291  3 files changed, 29 insertions(+), 8 deletions(-)
33292
33293 commit 375781c4546b5cfc453b99551ddf715bb162ffb9
33294 Author: Owen Taylor <otaylor@redhat.com>
33295 Date:   Sat Jul 26 02:44:19 2003 +0000
33296
33297     Fix a couple of places where TTO_Err_Not_Covered wasn't considered a
33298
33299     Fri Jul 25 22:25:48 2003  Owen Taylor  <otaylor@redhat.com>
33300
33301             * pango/opentype/ftxgsub.c (Lookup_ContextSubst2,
33302             Lookup_ChainContextSubst2): Fix a couple of
33303             places where TTO_Err_Not_Covered wasn't considered
33304             a successful return from Get_Class -- it means
33305             use class index 0. (From FreeType, Werner Lemberg,
33306             2001-08-06)
33307
33308  src/ftxgsub.c |    4 ++--
33309  1 files changed, 2 insertions(+), 2 deletions(-)
33310
33311 commit 378e1889cd294cb77313ba7fdab3e52959bf2c40
33312 Author: Owen Taylor <otaylor@redhat.com>
33313 Date:   Sat Jul 26 02:10:42 2003 +0000
33314
33315     Improvements to OpenType-dumping code, based on changes in Qt by Lars
33316
33317     Fri Jul 25 20:12:00 2003  Owen Taylor  <otaylor@redhat.com>
33318
33319             Improvements to OpenType-dumping code, based on
33320             changes in Qt by Lars Knoll.
33321
33322             * pango/opentype/ottest.c: Tweak the debugging output,
33323             suppress some warnings.
33324
33325             * pango/opentype/disasm.c: Add support for
33326             GSUB Context/Chain GPOS MarkBase lookups, improve
33327             output in various ways.
33328
33329  src/disasm.c |  242
33330  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
33331  src/ottest.c |   12 ++-
33332  2 files changed, 241 insertions(+), 13 deletions(-)
33333
33334 commit 07bad0e77c42b5f2535e3b018bf9074d2f4ecc7c
33335 Author: Owen Taylor <otaylor@redhat.com>
33336 Date:   Thu Jul 24 21:05:29 2003 +0000
33337
33338     Fix uses of g_assert() around statements with side effects. (#115498,
33339
33340     Thu Jul 24 17:04:21 2003  Owen Taylor  <otaylor@redhat.com>
33341
33342             * pango/opentype/pango-ot-ruleset.c (pango_ot_ruleset_shape):
33343             Fix uses of g_assert() around statements with side effects.
33344             (#115498, patch from David Cuthbert)
33345
33346  src/pango-ot-ruleset.c |   14 +++++++++-----
33347  1 files changed, 9 insertions(+), 5 deletions(-)
33348
33349 commit f91deef2c9473da5c3cb5e120f2d4fbf0d638166
33350 Author: Owen Taylor <otaylor@redhat.com>
33351 Date:   Wed Apr 16 21:48:29 2003 +0000
33352
33353     More careful handling of face->charmap; if is NULL, try to set
33354     a unicode
33355
33356     Wed Apr 16 03:46:42 2003  Owen Taylor  <otaylor@redhat.com>
33357
33358             * pango/opentype/pango-ot-info.c (synthesize_class_def):
33359             More careful handling of face->charmap; if is NULL,
33360             try to set a unicode charmap, if that doesn't succeed,
33361             return. (Hopefully fixes #106550)
33362
33363  src/pango-ot-info.c |   26 ++++++++++++++++++++++++--
33364  1 files changed, 24 insertions(+), 2 deletions(-)
33365
33366 commit 587b3940f3ce71e8e1c9950086923d4eb78d62db
33367 Author: Owen Taylor <otaylor@redhat.com>
33368 Date:   Wed Apr 16 03:58:17 2003 +0000
33369
33370     When loading in Load_Chain{Sub,Pos}ClassRule, the limit we have only
33371
33372     Tue Apr 15 11:49:39 2003  Owen Taylor  <otaylor@redhat.com>
33373
33374             * pango/opentype/ftxg{sub/pos}.c: When loading
33375             in Load_Chain{Sub,Pos}ClassRule, the limit we
33376             have only applies to the input ClassDef table.
33377             Fixes problem with Arial Unicode. Much help from
33378             Noah Levitt in tracing this down.
33379
33380  src/ftxgpos.c |    7 ++++---
33381  src/ftxgsub.c |    7 ++++---
33382  2 files changed, 8 insertions(+), 6 deletions(-)
33383
33384 commit 0d7567f8eaa1f8d0ec9cb89218ce3a1475d258ac
33385 Author: Owen Taylor <otaylor@redhat.com>
33386 Date:   Tue Apr 15 23:01:19 2003 +0000
33387
33388     Fix mispelled constant from last commit.
33389
33390     Tue Apr 15 06:57:02 2003  Owen Taylor  <otaylor@redhat.com>
33391
33392             * pango/opentype/ftxgpos.c: Fix mispelled constant
33393             from last commit.
33394
33395  src/ftxgpos.c |    2 +-
33396  1 files changed, 1 insertions(+), 1 deletions(-)
33397
33398 commit 73cd600798a9a7225b2ac8241ea371d48cf7baf3
33399 Author: Owen Taylor <otaylor@redhat.com>
33400 Date:   Tue Apr 15 22:15:41 2003 +0000
33401
33402     Fix confusion between boolean and FT_Error return. (#108358,
33403     Noah Levitt)
33404
33405     Tue Apr 15 06:03:39 2003  Owen Taylor  <otaylor@redhat.com>
33406
33407             * pango/opentype/ftxgpos.c: Fix confusion between
33408             boolean and FT_Error return. (#108358, Noah Levitt)
33409
33410             * pango/opentype/ftxopen.c (Get_Class1): index is
33411             allowed to be NULL. (#108358, Noah Levitt)
33412
33413  src/ftxgpos.c |    5 +++--
33414  src/ftxopen.c |    3 ++-
33415  2 files changed, 5 insertions(+), 3 deletions(-)
33416
33417 commit 462bd0be608c3d14e5b4c01099b02b3948a52369
33418 Author: Owen Taylor <otaylor@redhat.com>
33419 Date:   Tue Apr 15 21:05:53 2003 +0000
33420
33421     Fix infinite loop in the case where the charmap contains a character >
33422
33423     Tue Apr 15 05:00:39 2003  Owen Taylor  <otaylor@redhat.com>
33424
33425             * pango/opentype/pango-ot-info.c (synthesize_class_def):
33426             Fix infinite loop in the case where the charmap contains
33427             a character > 65535. (#106550, Morten Welinder.)
33428
33429  src/pango-ot-info.c |   14 +++++++-------
33430  1 files changed, 7 insertions(+), 7 deletions(-)
33431
33432 commit 312e1c1cf9f2c1e2137b9aaa5181a541447923cb
33433 Author: James Henstridge <james@daa.com.au>
33434 Date:   Tue Mar 11 12:31:16 2003 +0000
33435
33436     make similar changes to the ones on glib head (call gtk-docize, etc).
33437
33438     2003-03-11  James Henstridge  <james@daa.com.au>
33439
33440         * autogen.sh: make similar changes to the ones on glib head (call
33441         gtk-docize, etc).
33442
33443         * configure.in: move some calculations into M4 macros, rather than
33444         calculating them when configure runs.
33445         Use AC_HELP_STRING where appropriate.
33446         Replace gtk-doc checks with a call to GTK_DOC_CHECK.
33447         Replace AC_OUTPUT_COMMANDS() call with a number of calls to
33448         AC_CONFIG_COMMANDS (once per created file).
33449         Get rid of the "chmod +x pango-config" bit, because there is no
33450         pango-config anymore.
33451
33452         * Makefile.am: get rid of custom distcheck rule, and set
33453         DISTCHECK_CONFIGURE_FLAGS, which is equivalent.
33454         Use += to select which .pc files to install.
33455
33456         * pango/Makefile.am: Add rules to rebuild module-defs* files, and
33457         remove them on clean.
33458         Reorder so that rules related to each individual library are next
33459         to each other.
33460         Use BUILT_SOURCES for built sources.
33461
33462         * pango/opentype/Makefile.am: don't use STRIP_BEGIN/STRIP_END.
33463
33464         * modules/*/Makefile.am: simplify module makefiles through use of
33465         +=, and regularise them a bit (fixed a few bugs in the process).
33466
33467         * docs/Makefile.am: remove common rules, and instead include
33468         gtk-doc.make.
33469
33470         * examples/Makefile.am: add pango.modules to CLEANFILES.
33471
33472         * tests/Makefile.am: remove temporary files on clean.
33473
33474  src/Makefile.am |   11 +++++------
33475  1 files changed, 5 insertions(+), 6 deletions(-)
33476
33477 commit 1aad15fd0c007c9075f2f7f4c4cacf576d726eea
33478 Author: Owen Taylor <otaylor@redhat.com>
33479 Date:   Mon Feb 17 22:04:29 2003 +0000
33480
33481     Add an --enable-debug configure argument defaulting to 'yes'
33482     for unstable
33483
33484     Mon Feb 17 13:06:39 2003  Owen Taylor  <otaylor@redhat.com>
33485
33486             * configure.in **/Makefile.am: Add an --enable-debug
33487             configure argument defaulting to 'yes' for unstable
33488             releases and 'minimum' for stable releases.
33489             For minimum, -DG_DISABLE_CAST_CHECKS.
33490
33491             * pango/pangofc-fontmap.cI pango/pangoft2-fontmap.c
33492             pango/pangoxft-fontmap.c: Add caching of fontsets
33493             (#104495, initial patch and review by Soeren Sandmann)
33494
33495             * pango/pangofc-fontmap.cI pango/pangoft2-fontmap.c
33496             pango/pangoxft-fontmap.c pango/pangoft2-private.h
33497             pango/pangoxft-private.h: Remove cache of recently freed
33498             fonts; not necessary now that we cache fontsets.
33499
33500             * pango/pangofc-fontmap.cI (pango_fc_pattern_set_free):
33501             Rename from pango_fc_font_set_free to reflect
33502             what it actually does.
33503
33504             * pango/pangofc-fontmap.cI pango/pangoft-fontmap.c
33505             pango/pangoxft-fontmap.c: Combine clear-the-cache
33506             functions; we didn't need separate clear-the-font-cache
33507             and clear-the-pattern-cache functions.
33508
33509  src/Makefile.am |    1 +
33510  1 files changed, 1 insertions(+), 0 deletions(-)
33511
33512 commit 5febce1ffc956ea44526d50be7cf14c69c66cb34
33513 Author: Owen Taylor <otaylor@redhat.com>
33514 Date:   Wed Feb 12 22:12:55 2003 +0000
33515
33516     Up the FreeType version requirement to 2.0.9. (2.2.1 had a compilation
33517
33518     Wed Feb 12 16:59:23 2003  Owen Taylor  <otaylor@redhat.com>
33519
33520             * configure.in pango/opentype/fterrcompat.h README:
33521             Up the FreeType version requirement to 2.0.9.
33522             (2.2.1 had a compilation failure with older versions,
33523             this catches it more cleanly, and removes some unneeded
33524             checks. #105302, problem reported by Will Partain.)
33525
33526  src/fterrcompat.h |    4 ----
33527  1 files changed, 0 insertions(+), 4 deletions(-)
33528
33529 commit 54e85cc0cf3700d2c4af5396d79bd0e40df8f0da
33530 Author: Owen Taylor <otaylor@redhat.com>
33531 Date:   Sat Jan 11 00:16:26 2003 +0000
33532
33533     Export TT_New_GDEF_Table to create an empty GDEF table.
33534
33535     Fri Jan 10 18:56:36 2003  Owen Taylor  <otaylor@redhat.com>
33536
33537             * pango/opentype/ftxgdef.c: Export TT_New_GDEF_Table
33538             to create an empty GDEF table.
33539
33540             * pango/opentype/pango-ot-info.c: If the font doesn't
33541             have a class definition table, synthesize one using
33542             the charmap and the unicode properties of characters
33543             in the charmap. (Needed to make things work with various
33544             old Arabic fonts, such as the KACST fonts)
33545
33546  src/ftxgdef.c       |   46 +++++++++++++++-------
33547  src/ftxgdef.h       |    4 ++
33548  src/pango-ot-info.c |  108
33549  +++++++++++++++++++++++++++++++++++++++++++++++++++
33550  3 files changed, 144 insertions(+), 14 deletions(-)
33551
33552 commit db6bb4b034d4d8d546fc9bdc4ad28b16bb7f1bb7
33553 Author: Matthias Clasen <matthiasc@src.gnome.org>
33554 Date:   Thu Nov 28 23:53:18 2002 +0000
33555
33556     Add docs.
33557
33558         * docs/tmpl/xft-fonts.sgml:
33559         * docs/tmpl/freetype-fonts.sgml: Add docs.
33560
33561         * pango/pangoxft-fontmap.c (pango_xft_substitute_changed):
33562         * pango/pangoft2-fontmap.c
33563         (pango_ft2_font_map_set_default_substitute):
33564         Fix doc typos.
33565
33566  src/pango-ot-info.c |    4 +++-
33567  1 files changed, 3 insertions(+), 1 deletions(-)
33568
33569 commit 226d9b67db852eb29ad37ec8121b79f3ea6f0b73
33570 Author: Sebastian Wilhelmi <wilhelmi@ira.uka.de>
33571 Date:   Tue Nov 26 13:37:10 2002 +0000
33572
33573     Do not add GLIB_CFLAGS to CFLAGS.
33574
33575
33576     2002-11-26  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
33577
33578         * configure.in: Do not add GLIB_CFLAGS to CFLAGS.
33579
33580         * docs/Makefile.am, examples/Makefile.am,
33581         modules/arabic/Makefile.am, modules/basic/Makefile.am,
33582         modules/hangul/Makefile.am, modules/hebrew/Makefile.am,
33583         modules/indic/Makefile.am, modules/tamil/Makefile.am,
33584         modules/thai/Makefile.am, pango/Makefile.am,
33585         pango/mini-fribidi/Makefile.am, pango/opentype/Makefile.am:
33586         Instead add $(GLIB_CFLAGS) directly to INCLUDES (GTKDOC_CFLAGS for
33587         docs/Makefile.am). Also some cosmetic line wrapping and
33588         reindentation.
33589
33590  src/Makefile.am |    5 +++--
33591  1 files changed, 3 insertions(+), 2 deletions(-)
33592
33593 commit 80634a30b9abdf575320bc6fdacdba4e1ea3903d
33594 Author: Manish Singh <yosh@gimp.org>
33595 Date:   Mon Oct 14 22:50:48 2002 +0000
33596
33597     Get rid of unnecessary casts for g_object_{ref,unref}
33598
33599     Mon Oct 14 15:39:41 2002  Manish Singh  <yosh@gimp.org>
33600
33601             * pango/pango-context.c pango/pango-layout.c pango/pangoft2.c
33602             pango/pangowin32-fontmap.c pango/pangowin32.c
33603             pango/pangox-fontmap.c
33604             pango/pangox.c pango/pangoxft-font.c pango/pangoxft-fontmap.c
33605             pango/testfonts.c pango/opentype/pango-ot-ruleset.c:
33606             Get rid of unnecessary casts for g_object_{ref,unref}
33607
33608  src/pango-ot-ruleset.c |    4 ++--
33609  1 files changed, 2 insertions(+), 2 deletions(-)
33610
33611 commit 741993e0b15b4df86d76fa8df5055bd764c42c71
33612 Author: Owen Taylor <otaylor@redhat.com>
33613 Date:   Sun Sep 29 19:06:58 2002 +0000
33614
33615     ligatures can be also used in MarkBasePos lookups. (2001-03-17 Werner
33616
33617     Sun Sep 29 14:55:36 2002  Owen Taylor  <otaylor@redhat.com>
33618
33619             * pango/opentype/ftxgpos.c: ligatures can be also used in
33620             MarkBasePos lookups. (2001-03-17  Werner Lemberg)
33621
33622  src/ftxgpos.c |   13 ++++++++++---
33623  1 files changed, 10 insertions(+), 3 deletions(-)
33624
33625 commit a35dc445e86ab433fe9f3937c95f2c1f18f58110
33626 Author: Owen Taylor <otaylor@redhat.com>
33627 Date:   Sun Sep 29 19:05:01 2002 +0000
33628
33629     Start of merges from freetype1 of OpenType fixes.
33630
33631     Sun Sep 29 14:51:25 2002  Owen Taylor  <otaylor@redhat.com>
33632
33633             Start of merges from freetype1 of OpenType fixes.
33634
33635             (2001-03-17  Werner Lemberg)
33636
33637             * pango/opentype/ftxgdef.c pango/opentype/ftxgpos.c
33638             pango/opentype/ftxg\sub.c:
33639             More fixes for special marks.
33640
33641  src/ftxgdef.c |   13 ++++++++-----
33642  src/ftxgpos.c |    6 +++---
33643  src/ftxgsub.c |    4 ++--
33644  3 files changed, 13 insertions(+), 10 deletions(-)
33645
33646 commit 5c53f14f371b349da65dfa3a848b17ab89ce3ba8
33647 Author: Tor Lillqvist <tml@iki.fi>
33648 Date:   Mon Sep 23 21:45:31 2002 +0000
33649
33650     Remove. Not used. (A static library is built here. Exported entries
33651     are in
33652
33653     2002-09-24  Tor Lillqvist  <tml@iki.fi>
33654
33655         * pango/opentype/pango-ot.def: Remove. Not used. (A static library
33656         is built here. Exported entries are in ../pangoft2.def.)
33657
33658         * pango/opentype/Makefile.am (EXTRA_DIST): Remove from here, too.
33659
33660  src/Makefile.am  |    3 +--
33661  src/pango-ot.def |   50
33662  --------------------------------------------------
33663  2 files changed, 1 insertions(+), 52 deletions(-)
33664
33665 commit 35e4593ccd9ea5ed78f1e6f32f04b3a13cee0145
33666 Author: Tor Lillqvist <tml@iki.fi>
33667 Date:   Mon Sep 23 21:19:30 2002 +0000
33668
33669     pango/makefile.mingw.in pango/mini-fribidi/makefile.mingw Remove. Not
33670
33671     2002-09-23  Tor Lillqvist  <tml@iki.fi>
33672
33673         * pango/makefile.mingw.in
33674         * pango/mini-fribidi/makefile.mingw
33675         * pango/opentype/makefile.mingw.in: Remove. Not maintained.
33676
33677         * pango/Makefile.am (EXTRA_DIST)
33678         * pango/mini-fribidi/Makefile.am (EXTRA_DIST)
33679         * pango/opentype/Makefile.am (EXTRA_DIST): Remove
33680         makefile.mingw(.in) from here, too.
33681
33682         * configure.in (AC_OUTPUT): Don't try to output above removed
33683         files.
33684
33685  src/Makefile.am       |    3 +--
33686  src/makefile.mingw.in |   43 -------------------------------------------
33687  2 files changed, 1 insertions(+), 45 deletions(-)
33688
33689 commit fb279cb0bf676bb1d225e6a296282523d839074d
33690 Author: Eric Mader <emader@src.gnome.org>
33691 Date:   Mon Sep 9 18:11:55 2002 +0000
33692
33693     Correctly handle back, new_advance.
33694
33695  src/pango-ot-ruleset.c |   25 ++++++++++++++++---------
33696  1 files changed, 16 insertions(+), 9 deletions(-)
33697
33698 commit c880e814a50100577811a8a51bc06b4275c55a7e
33699 Author: Eric Mader <emader@src.gnome.org>
33700 Date:   Fri Sep 6 22:45:23 2002 +0000
33701
33702     Don't fail when reading an empty script.
33703
33704  src/ftxopen.c |   36 +++++++++++++++++++++++++-----------
33705  src/ftxopen.h |    1 +
33706  2 files changed, 26 insertions(+), 11 deletions(-)
33707
33708 commit 441e7d0292bf1a06396daac80fcbad23976a824d
33709 Author: Owen Taylor <otaylor@redhat.com>
33710 Date:   Wed Aug 7 17:01:52 2002 +0000
33711
33712     Offset to MarkAttachClassDef is offset to table, not offset to
33713     offset to
33714
33715     Wed Aug  7 12:32:39 2002  Owen Taylor  <otaylor@redhat.com>
33716
33717             * pango/opentype/ftxgsub.c (TT_Load_GSUB_Table):
33718             Offset to MarkAttachClassDef is offset to table,
33719             not offset to offset to table.
33720
33721             * pango/opentype/ftxopen.c (Get_Device): Handle
33722             NULL device tables which we represent with
33723             d->DeltaValue == NULL.
33724
33725  src/ftxgsub.c |   13 -------------
33726  src/ftxopen.c |    2 +-
33727  2 files changed, 1 insertions(+), 14 deletions(-)
33728
33729 commit 48a16fa8090b67b046b2bb686ff4f6f038a2b8e8
33730 Author: Owen Taylor <otaylor@src.gnome.org>
33731 Date:   Tue Jun 4 00:20:51 2002 +0000
33732
33733     on Jun  3 18:56:09 2002  Owen Taylor  <otaylor@redhat.com>
33734
33735             Xft2 and fontconfig conversion, based largely on a patch
33736             from Keith Packard.
33737
33738             * configure.in acconfig.h: Add checks for fontconfig, switch
33739             Xft checks to switch for Xft2 using pkg-config.
33740
33741             * pangoxft.pc.in pangoxft.pc.in
33742             modules/{arabic,basic,hebrew,indic,tamil}/Makefile.am
33743             pango/Makefile.am: Reflect new Xft/fontconfig dependencies.
33744
33745             * pango/pangoxft-private.h pango/pangoxft-fontmap.c
33746             modules/arabic/arabic-xft.c modules/indic/indic-xft.c:
33747             Switch over to using Xft2 and fontconfig.
33748
33749             * pango/pangoft2.c pango/pangoft2-fontmap.c
33750             pango/pangoft2-private.h
33751             pango/pango/Makefile.am: Remove usage of mini-xft in
33752             favor of fontconfig.
33753
33754             * pango/pango-ot.h pango/opentype/pango-ot-info.c
33755             pango/pangoxft.h
33756             modules/arabic/arabic-{xft,ft2}.c modules/indic/indic-xft.c:
33757             Attach OpenType information directly to the FT_Face
33758             structure using FT_Generic.
33759
33760             * modules/tamil/Makefile.am modules/tamil/tamil-xft.c
33761             configure.in: Remove this module, no longer needed.
33762
33763             * pango/pangoxft-font.c (pango_xft_real_render): Coalesce
33764             calls to Xft rendering functions.
33765
33766  src/pango-ot-info.c |   29 +++++++++++++++++++++++------
33767  1 files changed, 23 insertions(+), 6 deletions(-)
33768
33769 commit 9df9af0b3615dc6a52d784233a3410a9080d9369
33770 Author: Owen Taylor <otaylor@redhat.com>
33771 Date:   Fri May 10 18:44:47 2002 +0000
33772
33773     Fix acess outside of a loaded frame and some memory leaks on failure.
33774
33775     Fri May 10 14:41:27 2002  Owen Taylor  <otaylor@redhat.com>
33776
33777             * pango/opentype/ftxgdef.c (TT_Load_GDEF_Table): Fix acess
33778             outside of a loaded frame and some memory leaks
33779             on failure.
33780
33781  src/ftxgdef.c |   12 ++++++++++--
33782  1 files changed, 10 insertions(+), 2 deletions(-)
33783
33784 commit a63dbbbeeb91ebf4ded2fc788f5810a3bd1e14fe
33785 Author: Eric Mader <mader@jtcsv.com>
33786 Date:   Tue May 7 20:39:14 2002 +0000
33787
33788     Add modules modules/indic/indic-xft.c, indic-ot.c, indic-ot.h,
33789
33790     Mon May 06 15:07:39 2002 Eric Mader <mader@jtcsv.com>
33791         * Add modules modules/indic/indic-xft.c, indic-ot.c, indic-ot.h,
33792         indic-ot-class-tables.c
33793
33794         * pango/opentype/ftxgdef.c: Compute full offset for mark
33795         attachment class table
33796
33797         * pango/opentype/ftxgpos.c: Only return TTO_Err_Not_Covered if
33798         nothing matches
33799
33800         * pango/opentype/pango-ot-ruleset.c: enable GPOS processing
33801
33802  src/ftxgdef.c          |   10 ++++++++--
33803  src/ftxgpos.c          |   33 ++++++++++++++-------------------
33804  src/pango-ot-ruleset.c |   35 ++++++++++++++++++++++++++++++++++-
33805  3 files changed, 56 insertions(+), 22 deletions(-)
33806
33807 commit cf00f8217c9dfcf50febbb06fad245d489a0abe6
33808 Author: Owen Taylor <otaylor@redhat.com>
33809 Date:   Tue Apr 23 20:20:29 2002 +0000
33810
33811     Add compatibility defines for changes in FreeType 2.1.0.
33812
33813     Tue Apr 23 16:15:07 2002  Owen Taylor  <otaylor@redhat.com>
33814
33815             * pango/opentype/fterrcompat.h: Add compatibility
33816             defines for changes in FreeType 2.1.0.
33817
33818  src/fterrcompat.h |   39 +++++++++++++++++++++++++++++++++++++--
33819  1 files changed, 37 insertions(+), 2 deletions(-)
33820
33821 commit 6b1b04e3736fdca774052ac3cfbe9f027548c29d
33822 Author: Owen Taylor <otaylor@redhat.com>
33823 Date:   Fri Mar 15 06:46:05 2002 +0000
33824
33825     In Load_ChainContextSubst2, handle the case where an empty class
33826
33827     Fri Mar 15 01:35:56 2002  Owen Taylor  <otaylor@redhat.com>
33828
33829         * pango/opentype/ftxgsub.c pango/opentype/ftxopen.c
33830         pango/opentype/ftxopenf.h: In Load_ChainContextSubst2,
33831         handle the case where an empty class definition
33832         is represented by an offset of 0.
33833
33834         * pango/opentype/ftxgpos.c: Same for Load_ChainContextPos2.
33835
33836         * pango/opentype/{ftxopen.c,ftxgpos.c,ftxgsub.c,ftgdef.c}:
33837         Fix pervasive bug where on cleanups on failure of loading
33838         an array element, all array elements were freed, not
33839         just the ones that had been succesfully loaded.
33840
33841  src/ftxgdef.c  |   24 +++---
33842  src/ftxgpos.c  |  259
33843  +++++++++++++++++++++++++++++++++++---------------------
33844  src/ftxgsub.c  |  159 ++++++++++++++++++++---------------
33845  src/ftxopen.c  |   53 ++++++++---
33846  src/ftxopenf.h |    2 +
33847  5 files changed, 306 insertions(+), 191 deletions(-)
33848
33849 commit 6050933f336f43453e35246525cfec362bd23acb
33850 Author: Owen Taylor <otaylor@redhat.com>
33851 Date:   Fri Mar 15 04:22:14 2002 +0000
33852
33853     Uncomment GPOS parts.
33854
33855     Thu Mar 14 23:05:18 2002  Owen Taylor  <otaylor@redhat.com>
33856
33857             * pango/opentype/ftxopen.c: Uncomment GPOS parts.
33858
33859             * pango/opentype/disasm.c: Start adding some GPOS
33860             dumping.
33861
33862  src/disasm.c  |  146
33863  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
33864  src/ftxopen.c |   20 +++-----
33865  2 files changed, 154 insertions(+), 12 deletions(-)
33866
33867 commit 973bd60a2526666f68138255b8536d1eaee3c2c2
33868 Author: Sebastian Wilhelmi <wilhelmi@src.gnome.org>
33869 Date:   Thu Dec 13 17:44:46 2001 +0000
33870
33871     Resuming aborted commit
33872
33873
33874     Resuming aborted commit
33875
33876  src/Makefile.am |    1 +
33877  1 files changed, 1 insertions(+), 0 deletions(-)
33878
33879 commit 6926ca94255e5d52d99d0d64d126165fc725432d
33880 Author: Matthias Clasen <matthiasc@src.gnome.org>
33881 Date:   Tue Oct 30 22:09:20 2001 +0000
33882
33883     Remove declarations of unimplemented functions
33884
33885             * docs/pango-sections.txt, pango/pango-ot.h: Remove
33886             declarations
33887             of unimplemented functions pango_ot_ruleset_set_glyph_loader
33888             and
33889             pango_ot_ruleset_set_alternate_func and the related typedefs
33890             PangoOTGlyphLoader and PangoOTAlternateFunc.
33891
33892             * pango/opentype/pango-ot-info.c,
33893             pango/opentype/pango-ot-ruleset.c: Documentation updates.
33894
33895  src/pango-ot-info.c    |   76
33896  ++++++++++++++++++++++++++++++++++++++++++++++++
33897  src/pango-ot-ruleset.c |   27 +++++++++++++++++
33898  2 files changed, 103 insertions(+), 0 deletions(-)
33899
33900 commit 87a475c09f6b9b391bca37de47a303a62a397b83
33901 Author: Havoc Pennington <hp@redhat.com>
33902 Date:   Wed Sep 19 21:20:36 2001 +0000
33903
33904     header to abstract the difference between FreeType 2.0.3 and 2.0.4
33905     error
33906
33907     2001-09-19  Havoc Pennington  <hp@redhat.com>
33908
33909         * pango/opentype/fterrcompat.h: header to abstract the difference
33910         between FreeType 2.0.3 and 2.0.4 error codes, based on the
33911         configure check.
33912
33913         * configure.in: check for the tterrors.h header in FreeType 2.0.3,
33914         and define HAVE_FREETYPE_2_0_3 if we have it
33915
33916  src/Makefile.am     |    1 +
33917  src/fterrcompat.h   |   16 ++++++++++++++++
33918  src/ftxgdef.c       |    3 ++-
33919  src/ftxgpos.c       |    3 ++-
33920  src/ftxgsub.c       |    3 ++-
33921  src/ftxopen.c       |    3 ++-
33922  src/pango-ot-info.c |    2 +-
33923  7 files changed, 26 insertions(+), 5 deletions(-)
33924
33925 commit 9c37226efe2489b4cf9618ec98f581c998aaf9e4
33926 Author: Owen Taylor <otaylor@redhat.com>
33927 Date:   Tue Sep 18 20:05:20 2001 +0000
33928
33929     Up to 0.19.
33930
33931     Tue Sep 18 15:47:08 2001  Owen Taylor  <otaylor@redhat.com>
33932
33933         * configure.in (PANGO_MINOR_VERSION): Up to 0.19.
33934
33935         * pango/pango-font.h pango/pango-fontmap.[ch] pango/fonts.c
33936         pango/pangoxft-fontmap.c pango/pangoft-fontmap.c
33937         pango/pango-context.[ch]
33938         pango/pangox-fontmap.c: Add new PangoFontFace and PangoFontFamily
33939         object types, and change the font listing API to list faces and
33940         families, instead of face names and font descriptions.
33941
33942         * pango/pango-font.h pango/fonts.c: Make PangoFontDescription
33943         an opaque heap-allocated structure, add accessors and
33944         convenience functions.
33945
33946         * pango/pango-font.h pango/pango-private.h: Make PangoFontMetrics
33947         heap allocated, protect the structure definition with
33948         #ifdef PANGO_ENABLE_BACKEND, and add getters for the fields.
33949
33950         * pango/pango-attributes.[ch] ( pango_attr_iterator_get_font):
33951         instead of providing a base font description and one to fill
33952         in, provide a single font description to modify based on
33953         the attributes.
33954
33955         * pango/pango-attributes.[ch]: Fix PangoAttrFontDesc to have
33956         a PangoFontDescription by reference, not by value.
33957
33958         * pango/pango-utils.[ch]: make pango_parse_style() and friends
33959         take pointers to individual enumerations instead of to a
33960         PangoFontDescription structure.
33961
33962         * pango/*.c: Fix for the PangoFontDescription and PangoFontMetrics
33963         changes.
33964
33965             * pango/pango-{break,engine,indic,ot,xft}.h pango/Makefile.am
33966         pango/opentype/Makefile.am: Protect portions with
33967         PANGO_ENABLE_ENGINE to shrink the public API.
33968
33969         * modules/*/Makefile.am: -DPANGO_ENABLE_ENGINE.
33970
33971         * pango/{pangox.h,pangox-private.h} modules/basic/basic-x.c: Move
33972         pango_x_font_get_unknown_glyph() into public header since it is
33973         used from modules.
33974
33975         * pango/pango-{context,font,fontmap,modules.utils}.h
33976         pango/Makefile.am:
33977         Protect portions with PANGO_ENABLE_BACKEND to shrink the
33978         public API.
33979
33980         * pango/*.h: Use G_BEGIN/END_DECLS
33981
33982         * examples/viewer-qt.[cc,h]: Fix for changes to font listing API,
33983         PangoFontDescription.
33984
33985         * pango/pango-indic.h modules/indic/*: Since we install this
33986         header fix it up to Pango conventions, namespece
33987         ZERO_WIDTH_JOINER, ZERO_WIDTH_NON_JOINER.
33988
33989         * docs/pango-sections.txt: Updated.
33990
33991  src/Makefile.am |    1 +
33992  1 files changed, 1 insertions(+), 0 deletions(-)
33993
33994 commit 7dd0838863f65a8ff2e27d12679c9a289a76aec1
33995 Author: Darin Adler <darin@src.gnome.org>
33996 Date:   Thu Jul 12 16:34:40 2001 +0000
33997
33998     Remove stray semicolon.
33999
34000         * modules/arabic/arabic-x.c: (arabic_engine_shape): Remove stray
34001         semicolon.
34002
34003         * modules/arabic/arconv.h:
34004         * modules/arabic/arconv.c: (shape), (doublelig), (arabic_reshape):
34005         Use long* instead of int* for parameter to match what's passed in.
34006
34007         * modules/indic/bengali-x.c: Add missing <string.h> include.
34008         (pango_indic_make_ligs): Use local variable that was added but not
34009         ever used.
34010         (pango_indic_engine_shape): Remove unused locals.
34011
34012         * modules/indic/devanagari-x.c: Add missing <string.h> include.
34013         (pango_indic_engine_shape): Remove unused local.
34014
34015         * modules/indic/gujarati-x.c: Add missing <string.h> include.
34016         (pango_indic_engine_shape): Remove unused local
34017
34018         * modules/tamil/tamil-x.c: (tamil_engine_shape): Initialize a
34019         variable to quiet the compiler's unused warning.
34020
34021         * pango/.cvsignore: Ignore more generated files.
34022
34023         * pango/opentype/ftxgpos.c: (Get_Anchor): Add code to set up the
34024         ap variable. The old code would just use the uninitialized value.
34025
34026         * pango/opentype/ftxopen.c: (Load_Coverage): Remove unused local.
34027
34028         * pango/opentype/pango-ot-ruleset.c: (pango_ot_ruleset_shape):
34029         Remove unused local.
34030
34031         * pango/pango-attributes.c: (pango_attr_list_get_type),
34032         (pango_color_get_type): Add needed function type casts (just
34033         warnings under gcc, but could be errors in other compilers).
34034
34035         * pango/pangoxft-font.c: (pango_xft_font_get_metrics),
34036         (pango_xft_font_get_coverage), (pango_xft_get_shaper_map),
34037         (pango_xft_font_find_shaper): Switch from lang char* to
34038         PangoLanguage*. The code was still compiling, but would not have
34039         worked.
34040
34041  src/ftxgpos.c          |    2 ++
34042  src/ftxopen.c          |    1 -
34043  src/pango-ot-ruleset.c |    1 -
34044  3 files changed, 2 insertions(+), 2 deletions(-)
34045
34046 commit 68f8a64307441bd3b3d45971ac4dc93f63dedfe8
34047 Author: Owen Taylor <otaylor@redhat.com>
34048 Date:   Fri May 18 16:04:40 2001 +0000
34049
34050     Use ISO C99 varargs when available.
34051
34052     Fri May 18 11:30:57 2001  Owen Taylor  <otaylor@redhat.com>
34053
34054         * pango/opentype/disasm.c: Use ISO C99 varargs when
34055         available.
34056
34057     Thu May 17 11:16:23 2001  Owen Taylor  <otaylor@redhat.com>
34058
34059         * pango/mapping.c: Fixup docs, remove some FIXMEs that are
34060         no longer applicable.
34061
34062         * pango/pango-layout.c: Move by graphemes, not characters.
34063
34064         * pango/pango-layout.c (pango_layout_line_x_to_index):
34065         Position at the closest grapheme boundary, not at character
34066         boundaries.
34067
34068         * pango/pango-layout.c (pango_layout_line_index_to_x):
34069         Return positions of grapheme boundaries, not character
34070         boundaries.
34071
34072  src/Makefile.am |    2 ++
34073  src/disasm.c    |    5 +++++
34074  2 files changed, 7 insertions(+), 0 deletions(-)
34075
34076 commit 89eb36ebc6591025c063cb98f0e1b3badde73e9e
34077 Author: Owen Taylor <otaylor@redhat.com>
34078 Date:   Tue Apr 24 15:47:22 2001 +0000
34079
34080     Remove excess call to DONE_Stream left over from conversion from FT1.
34081
34082     Tue Apr 24 11:45:55 2001  Owen Taylor  <otaylor@redhat.com>
34083
34084         * pango/opentype/ftxgdef.c (TT_Load_GDEF_Table): Remove
34085         excess call to DONE_Stream left over from conversion
34086         from FT1. (reported by Michael Jansson)
34087
34088  src/ftxgdef.c |    1 -
34089  1 files changed, 0 insertions(+), 1 deletions(-)
34090
34091 commit c61a730aaebec751831f8423894de5f4b539d0ec
34092 Author: Owen Taylor <otaylor@redhat.com>
34093 Date:   Tue Apr 3 19:07:36 2001 +0000
34094
34095     Release 0.14
34096
34097     Tue Apr  3 15:05:19 2001  Owen Taylor  <otaylor@redhat.com>
34098
34099         * Release 0.14
34100
34101         * NEWS: updated.
34102
34103             * pango/pango/opentype/Makefile.am: make dist fixes.
34104
34105         * configure.in (PANGO_MINOR_VERSION): Up to 0.14
34106
34107  src/Makefile.am |   10 ++++++++--
34108  1 files changed, 8 insertions(+), 2 deletions(-)
34109
34110 commit 405b878923ed219617c6f643a9aec06175223d16
34111 Author: Tor Lillqvist <tml@iki.fi>
34112 Date:   Thu Dec 21 19:55:23 2000 +0000
34113
34114     Only a script engine here.
34115
34116     2000-12-21  Tor Lillqvist  <tml@iki.fi>
34117
34118         * modules/basic/basic-win32.c (script_engine_load): Only a script
34119         engine here.
34120
34121         * pango/makefile.mingw.in: Add the built pango-enum-types.[ch].
34122
34123         * pango/pango.def
34124         * pango/pangoft2.def: Update.
34125
34126         * pango/opentype/pango-ot.def
34127         * pango/opentype/makefile.mingw.in: New files.
34128
34129         * pango/opentype/Makefile.am (EXTRA_DIST): Add them.
34130
34131         * configure.in (included_modules): Generate
34132         pango/opentype/makefile.mingw.
34133
34134  src/Makefile.am       |    4 ++-
34135  src/makefile.mingw.in |   43 ++++++++++++++++++++++++++++++++++++++++++
34136  src/pango-ot.def      |   50
34137  +++++++++++++++++++++++++++++++++++++++++++++++++
34138  3 files changed, 96 insertions(+), 1 deletions(-)
34139
34140 commit 80a15829135065e16ce5b129c715d10d14b829ba
34141 Author: Owen Taylor <otaylor@redhat.com>
34142 Date:   Wed Dec 20 04:41:36 2000 +0000
34143
34144     Since Xft may only be available statically without shlib deps,
34145     check for
34146
34147     Tue Dec 19 22:47:16 2000  Owen Taylor  <otaylor@redhat.com>
34148
34149         * configure.in pango-config.in pangoxft.pc.in
34150         modules/basic/Makefile.am: Since Xft may only be available
34151         statically without shlib deps, check for FreeType libs explicitly
34152         and include them when linking, otherwise things won't work. Also,
34153         define FREETYPE_CFLAGS from freetype-config --cflags.
34154
34155         * modules/basic/basic-xft.c pango/pangoxft-font{,map}.c: Fool
34156         Xft into not converting glyph indices by loading the
34157         face unencoded then calling FT_Set_Charmap ourselves.
34158
34159         * pango/Makefile.am pango/pango-ot.h pango/opentype/* :Add start
34160         of opentype handling - most of the actually meat of the code here
34161         is the OpenType layout code from FreeType 1 ported to freetype2
34162         and adapted slighlty for our purposes.  Also, includes a
34163         incomplete OpenType-table-dumping code useful for figuring
34164         out what is going on.
34165
34166         * pango/pangoxft.h pango/pangoxft-font.h: Add calls for
34167         getting FT_Face and PangoOTInfo from PangoXftFont.
34168
34169         * modules/arabic/{Makefile.am,arabic-ot.[ch],arabic-xft.c}:
34170         Initial support for rendering Arabic with OpenType fonts.
34171
34172  src/.cvsignore         |    8 +
34173  src/FT-license.txt     |  158 ++
34174  src/Makefile.am        |   39 +
34175  src/README             |   36 +
34176  src/disasm.c           |  317 +++
34177  src/disasm.h           |   26 +
34178  src/ftxgdef.c          | 1155 +++++++++
34179  src/ftxgdef.h          |  220 ++
34180  src/ftxgpos.c          | 6222
34181  ++++++++++++++++++++++++++++++++++++++++++++++++
34182  src/ftxgpos.h          |  858 +++++++
34183  src/ftxgsub.c          | 4531 +++++++++++++++++++++++++++++++++++
34184  src/ftxgsub.h          |  612 +++++
34185  src/ftxopen.c          | 1467 ++++++++++++
34186  src/ftxopen.h          |  308 +++
34187  src/ftxopenf.h         |  161 ++
34188  src/ottest.c           |  265 ++
34189  src/pango-ot-info.c    |  438 ++++
34190  src/pango-ot-private.h |   98 +
34191  src/pango-ot-ruleset.c |  232 ++
34192  19 files changed, 17151 insertions(+), 0 deletions(-)