1 commit 9e401f6890f2bea1d11914bca436c2230f8d0f1b
2 Author: Behdad Esfahbod <behdad@behdad.org>
3 Date: Fri Mar 20 16:08:38 2015 -0400
5 Fix reverse_range() for empty range
7 Fixes coretext notdef loop consisting of all default_ignorable glyphs
9 https://code.google.com/p/chromium/issues/detail?id=464755
11 src/hb-buffer.cc | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
14 commit 7481bd49d56d4e814ab1f85fc2df8bf934d520f4
15 Author: Behdad Esfahbod <behdad@behdad.org>
16 Date: Wed Mar 4 15:47:25 2015 -0800
20 I misunderstood how which works.
23 1 file changed, 1 insertion(+), 1 deletion(-)
25 commit 6763e21afb77b250ad4416ff921d46c63ea12443
26 Author: Behdad Esfahbod <behdad@behdad.org>
27 Date: Wed Mar 4 15:43:05 2015 -0800
29 Accept glibtoolize as libtoolize
31 Of course, we don't really run it, autoreconf does. We just
32 err if neither is available. glibtoolize is the name it is
33 shipped under on OS X. Reported by Adam.
36 1 file changed, 1 insertion(+), 1 deletion(-)
38 commit 02a04e6afb1a76894f3723a467716607970d95d3
39 Author: Behdad Esfahbod <behdad@behdad.org>
40 Date: Wed Mar 4 12:32:03 2015 -0800
46 2 files changed, 11 insertions(+), 1 deletion(-)
48 commit 98e3ea8e34c798ce003e946c9a150bb41be9d09b
49 Author: Behdad Esfahbod <behdad@behdad.org>
50 Date: Wed Mar 4 12:03:39 2015 -0800
52 Fix hb-uniscribe build
54 src/hb-ot-name-table.hh | 2 +-
55 1 file changed, 1 insertion(+), 1 deletion(-)
57 commit 8ac345e5c0ed0aad6547592ea0839aabfb4ba980
58 Author: Behdad Esfahbod <behdad@behdad.org>
59 Date: Mon Mar 2 16:06:55 2015 -0800
61 Fix reverse_range() to only reverse alt array if positions are used
63 In hb-coretext, when we were using scratch buffer for book-keeping,
64 a reverse_range() caused by the notdef-insertion loop could mess up
65 our log_clusters. Ouch!
67 src/hb-buffer.cc | 2 +-
68 1 file changed, 1 insertion(+), 1 deletion(-)
70 commit 1e03d7ac83f3e17aafed1e37390d9ff8394e36da
71 Author: Behdad Esfahbod <behdad@behdad.org>
72 Date: Thu Feb 26 13:58:32 2015 -0800
74 Better error message if libtool is not installed
76 Fixes https://github.com/behdad/harfbuzz/pull/88
78 autogen.sh | 9 +++++++--
79 1 file changed, 7 insertions(+), 2 deletions(-)
81 commit 6c918e2997fb82e89485f2b50bee2bf4fcd70592
82 Author: Behdad Esfahbod <behdad@behdad.org>
83 Date: Thu Feb 26 13:55:34 2015 -0800
88 1 file changed, 1 insertion(+)
90 commit 5ec5875acb12cf07447c9ebfb03212601368dfc4
91 Author: Behdad Esfahbod <behdad@behdad.org>
92 Date: Thu Feb 26 13:53:05 2015 -0800
94 Install git.mk in docs/
96 docs/Makefile.am | 2 ++
97 1 file changed, 2 insertions(+)
99 commit d146678d103425b3da7ef393bc6d66f6ba4c5593
100 Author: Behdad Esfahbod <behdad@behdad.org>
101 Date: Thu Feb 26 13:52:50 2015 -0800
103 Update git.mk from upstream
105 git.mk | 35 ++++++++++++++++++++++++++++-------
106 1 file changed, 28 insertions(+), 7 deletions(-)
108 commit 5f541f8f7be82f29b77b481827deb212e12d53e4
109 Author: Behdad Esfahbod <behdad@behdad.org>
110 Date: Sat Feb 21 16:51:17 2015 +0300
114 src/hb-private.hh | 44 ++++++++++++++++++++++++++++----------------
115 1 file changed, 28 insertions(+), 16 deletions(-)
117 commit ef79bdf73bbfde1bfaa222834809d105ab7755b3
118 Author: Behdad Esfahbod <behdad@behdad.org>
119 Date: Sat Feb 21 16:49:15 2015 +0300
123 src/hb-ot-layout-common-private.hh | 5 +++--
124 1 file changed, 3 insertions(+), 2 deletions(-)
126 commit 68e04afbb1e1073c47474f7a4d6d2cacf7057f6f
127 Author: Behdad Esfahbod <behdad@behdad.org>
128 Date: Sat Feb 21 16:30:28 2015 +0300
132 src/hb-private.hh | 2 +-
133 1 file changed, 1 insertion(+), 1 deletion(-)
135 commit 55553699b38d6481fbfacd0a32fc266e55553b34
136 Author: Behdad Esfahbod <behdad@behdad.org>
137 Date: Sat Feb 21 16:29:08 2015 +0300
141 src/hb-private.hh | 2 --
142 1 file changed, 2 deletions(-)
144 commit 5175300fbaf4ff19b7d38c14c86331bb614b0390
145 Author: Behdad Esfahbod <behdad@behdad.org>
146 Date: Sat Feb 21 12:50:01 2015 +0300
148 [layout] Fix comparison of GlyphID and hb_codepoint_t
150 Before, the IntType::cmp functions providing this and was truncating
151 the hb_codepoint_t to 16bits before comparison. I have no idea how
152 this was never discovered, and I'm too lazy to try to reproduce this
153 with Pango (which uses non-16bit codepoint numbers for missing
156 src/hb-open-type-private.hh | 5 ++++-
157 1 file changed, 4 insertions(+), 1 deletion(-)
159 commit 7cce809cb11e0ce65dbdab899779ece3dc337763
160 Author: Behdad Esfahbod <behdad@behdad.org>
161 Date: Sat Feb 21 12:41:08 2015 +0300
163 Remove unused (and wrong as of a few commits ago) cmp() function
165 src/hb-open-type-private.hh | 1 -
166 1 file changed, 1 deletion(-)
168 commit 8e3d4bae033bdec649676da26cfc3eb7610832a8
169 Author: Behdad Esfahbod <behdad@behdad.org>
170 Date: Sat Feb 21 12:31:59 2015 +0300
174 src/hb-ot-layout-common-private.hh | 2 +-
175 1 file changed, 1 insertion(+), 1 deletion(-)
177 commit f47cf1f12dd1fa3cd3aa84502139caca9d469af8
178 Author: Behdad Esfahbod <behdad@behdad.org>
179 Date: Sat Feb 21 11:45:22 2015 +0300
183 src/hb-ot-layout.cc | 4 ++--
184 1 file changed, 2 insertions(+), 2 deletions(-)
186 commit 640b66c6348653bfd7cf88ea9caa2133c0eb949f
187 Author: Behdad Esfahbod <behdad@behdad.org>
188 Date: Thu Feb 19 17:30:05 2015 +0300
190 [layout] If lookup has only one subtable, move the forward loop down
193 I was hoping to see a nice speedup, but it resulted in a very
196 src/hb-ot-layout.cc | 33 ++++++++++++++++++++++++++++++++-
197 1 file changed, 32 insertions(+), 1 deletion(-)
199 commit e2f50f2a7ebf9882ea89dc3f0c740e7fce964e37
200 Author: Behdad Esfahbod <behdad@behdad.org>
201 Date: Thu Feb 19 17:15:05 2015 +0300
203 [layout] Add apply_forward / apply_backward
205 src/hb-ot-layout.cc | 69
206 +++++++++++++++++++++++++++++++++++------------------
207 1 file changed, 46 insertions(+), 23 deletions(-)
209 commit 1d4a328472f094c0d75a062f6e176c6b1875cfdc
210 Author: Behdad Esfahbod <behdad@behdad.org>
211 Date: Thu Feb 19 11:33:30 2015 +0300
213 [layout] Remove unneeded return value from apply()
215 src/hb-ot-layout.cc | 12 +++++-------
216 1 file changed, 5 insertions(+), 7 deletions(-)
218 commit bbdd6fd21cc2e079defff7cb17c3eb8eff3f9e09
219 Author: Behdad Esfahbod <behdad@behdad.org>
220 Date: Thu Feb 19 17:03:02 2015 +0300
224 src/hb-open-type-private.hh | 25 ++-----------------------
225 1 file changed, 2 insertions(+), 23 deletions(-)
227 commit 88a399acdc0fcb060803da0e7db56de2866981e3
228 Author: Behdad Esfahbod <behdad@behdad.org>
229 Date: Thu Feb 19 16:57:12 2015 +0300
231 Optimize IntType comparison to avoid branches for 16bit numbers
233 src/hb-open-type-private.hh | 9 ++++++++-
234 1 file changed, 8 insertions(+), 1 deletion(-)
236 commit 37de2d533126245774417234e3536fcfb24f3a6b
237 Author: Behdad Esfahbod <behdad@behdad.org>
238 Date: Thu Feb 19 16:55:51 2015 +0300
240 Minor simplify IntType
242 src/hb-open-type-private.hh | 2 +-
243 1 file changed, 1 insertion(+), 1 deletion(-)
245 commit bd047d3b7f04d551c0a26bc0ce9b9d61481e34e1
246 Author: Behdad Esfahbod <behdad@behdad.org>
247 Date: Thu Feb 19 10:47:18 2015 +0300
251 src/hb-ot-layout-gpos-table.hh | 6 ++++++
252 src/hb-ot-layout-gsub-table.hh | 6 ++++++
253 src/hb-ot-layout.cc | 4 ++--
254 3 files changed, 14 insertions(+), 2 deletions(-)
256 commit b9d3f60520c022dc952e65a66eb138d1f7cae2e1
257 Author: Behdad Esfahbod <behdad@behdad.org>
258 Date: Thu Feb 19 10:42:41 2015 +0300
262 src/hb-ot-layout.cc | 15 ++++-----------
263 1 file changed, 4 insertions(+), 11 deletions(-)
265 commit 1a2322134a5d7bba990da28baf893b35879a5a7a
266 Author: Behdad Esfahbod <behdad@behdad.org>
267 Date: Thu Feb 19 10:40:23 2015 +0300
269 [layout] Don't check glyph props against lookup flags when recursing
271 Shouldn't be needed. I have a hard time imagining this breaking any
274 src/hb-ot-layout-gpos-table.hh | 10 +---------
275 src/hb-ot-layout-gsub-table.hh | 10 +---------
276 2 files changed, 2 insertions(+), 18 deletions(-)
278 commit 095a1257cc3cc56b044b4cd842a92f0d0f933a50
279 Author: Behdad Esfahbod <behdad@behdad.org>
280 Date: Thu Feb 19 10:29:41 2015 +0300
282 [layout] Port sanitize() to use dispatch()
284 Needed some rework of Extension table. Hopefully I got it right, and
285 the new template usage doesn't break any compilers...
287 src/hb-open-type-private.hh | 5 ++-
288 src/hb-ot-layout-gpos-table.hh | 82
289 +----------------------------------
290 src/hb-ot-layout-gsub-table.hh | 72 ++-----------------------------
291 src/hb-ot-layout-gsubgpos-private.hh | 84
292 ++++++++++++------------------------
293 4 files changed, 37 insertions(+), 206 deletions(-)
295 commit 758fb20630f84c3d373cda37974b88f16c02995e
296 Author: Behdad Esfahbod <behdad@behdad.org>
297 Date: Wed Feb 18 13:45:03 2015 +0300
301 src/hb-ot-shape-complex-arabic-win1256.hh | 1 -
302 1 file changed, 1 deletion(-)
304 commit 40c58923cbf689c465f9b65334c455a9b7f71ab0
305 Author: Behdad Esfahbod <behdad@behdad.org>
306 Date: Wed Feb 18 13:18:46 2015 +0300
308 [layout] Refactor Lookup::dispatch()
310 src/hb-ot-layout-common-private.hh | 20 ++++++++++++++++++++
311 src/hb-ot-layout-gpos-table.hh | 12 +-----------
312 src/hb-ot-layout-gsub-table.hh | 12 +-----------
313 src/hb-ot-layout-gsubgpos-private.hh | 6 ------
314 4 files changed, 22 insertions(+), 28 deletions(-)
316 commit 70366f5d19df2e654f0933474fecf1aa16e27812
317 Author: Behdad Esfahbod <behdad@behdad.org>
318 Date: Wed Feb 18 13:09:54 2015 +0300
320 [layout] Refactor get_subtable()
322 src/hb-ot-layout-common-private.hh | 12 ++++++++++++
323 src/hb-ot-layout-gpos-table.hh | 4 ++--
324 src/hb-ot-layout-gsub-table.hh | 6 +++---
325 3 files changed, 17 insertions(+), 5 deletions(-)
327 commit f72f326aea6d1e93f63040730f7aecd401676c1c
328 Author: Behdad Esfahbod <behdad@behdad.org>
329 Date: Tue Feb 17 19:18:07 2015 +0300
333 src/hb-ot-layout-gpos-table.hh | 1 -
334 1 file changed, 1 deletion(-)
336 commit 8e36ccfd4f076888076ca176c055c18104af03b6
337 Author: Behdad Esfahbod <behdad@behdad.org>
338 Date: Tue Feb 17 19:15:34 2015 +0300
340 [layout] Use dispatch() for add_coverage()
342 src/hb-ot-layout-gpos-table.hh | 12 ++----------
343 src/hb-ot-layout-gsub-table.hh | 12 ++----------
344 src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++++++--
345 3 files changed, 14 insertions(+), 22 deletions(-)
347 commit 50b8dc79daffc7ef671dd5eedfea47f8d5e946f4
348 Author: Behdad Esfahbod <behdad@behdad.org>
349 Date: Tue Feb 17 18:14:17 2015 +0300
351 [layout] Add may_dispatch()
353 No functional change right now.
355 src/hb-ot-layout-gpos-table.hh | 7 +++++++
356 src/hb-ot-layout-gsub-table.hh | 6 ++++++
357 src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++++++++
358 3 files changed, 25 insertions(+)
360 commit de2118ed7a998a1df9b28fd1be96b4af89ed82c3
361 Author: Behdad Esfahbod <behdad@behdad.org>
362 Date: Tue Feb 17 17:27:44 2015 +0300
364 Make sanitize() a const method
366 This makes a lot of code safer. We only try modifying the object
368 place, after making sure it's safe to do so. So, do a const_cast<> in
371 src/hb-open-file-private.hh | 15 +++--
372 src/hb-open-type-private.hh | 51 +++++++++++------
373 src/hb-ot-cmap-table.hh | 35 ++++++++----
374 src/hb-ot-head-table.hh | 6 +-
375 src/hb-ot-hhea-table.hh | 3 +-
376 src/hb-ot-hmtx-table.hh | 3 +-
377 src/hb-ot-layout-common-private.hh | 58 ++++++++++++-------
378 src/hb-ot-layout-gdef-table.hh | 30 ++++++----
379 src/hb-ot-layout-gpos-table.hh | 108
380 +++++++++++++++++++++++------------
381 src/hb-ot-layout-gsub-table.hh | 58 ++++++++++++-------
382 src/hb-ot-layout-gsubgpos-private.hh | 65 +++++++++++++--------
383 src/hb-ot-layout-jstf-table.hh | 12 ++--
384 src/hb-ot-maxp-table.hh | 6 +-
385 src/hb-ot-name-table.hh | 6 +-
386 14 files changed, 296 insertions(+), 160 deletions(-)
388 commit 6759ed95a3bec2874826376b68ebff19ba277ef2
389 Author: Behdad Esfahbod <behdad@behdad.org>
390 Date: Tue Feb 17 16:05:30 2015 +0300
394 src/hb-ot-layout-gpos-table.hh | 6 ++----
395 src/hb-ot-layout-gsub-table.hh | 6 ++----
396 2 files changed, 4 insertions(+), 8 deletions(-)
398 commit 6b599dac1f814a3c900300241d4c492a8f8b66d2
399 Author: Behdad Esfahbod <behdad@behdad.org>
400 Date: Tue Feb 17 16:04:07 2015 +0300
402 Remove unnecessary check in sanitize
404 src/hb-ot-layout-gpos-table.hh | 2 --
405 src/hb-ot-layout-gsub-table.hh | 2 --
406 2 files changed, 4 deletions(-)
408 commit 365576d246949f9d587e90cf0539dc0381e4d0a3
409 Author: Behdad Esfahbod <behdad@behdad.org>
410 Date: Thu Jan 29 13:59:42 2015 +0100
412 [layout] Allocate iters in the context
414 Can be further optimized, but I think I didn't break anything.
416 Saves another 3% off Roboto shaping.
418 src/hb-ot-layout-gpos-table.hh | 18 ++++++------------
419 src/hb-ot-layout-gsubgpos-private.hh | 21 +++++++++++++--------
420 src/hb-ot-shape-fallback.cc | 2 +-
421 3 files changed, 20 insertions(+), 21 deletions(-)
423 commit 514564f5444b8ad2f210b1e3d7d66378f7275317
424 Author: Behdad Esfahbod <behdad@behdad.org>
425 Date: Thu Jan 29 13:48:48 2015 +0100
427 [layout] Move skippy_iter setup from constructor into init()
429 src/hb-ot-layout-gpos-table.hh | 18 ++++++++++++------
430 src/hb-ot-layout-gsubgpos-private.hh | 28 +++++++++++++++-------------
431 src/hb-ot-shape-fallback.cc | 3 ++-
432 3 files changed, 29 insertions(+), 20 deletions(-)
434 commit b051be542a8945ec14b0192bbc285f3e1a78c8f1
435 Author: Behdad Esfahbod <behdad@behdad.org>
436 Date: Thu Jan 29 13:40:39 2015 +0100
438 [lookup] Add skippy_iter.reset()
440 Towards reducing the cost of initializing skippy_iter()
442 src/hb-ot-layout-gpos-table.hh | 18 ++++++++++++------
443 src/hb-ot-layout-gsubgpos-private.hh | 27 ++++++++++++++++++---------
444 src/hb-ot-shape-fallback.cc | 3 ++-
445 3 files changed, 32 insertions(+), 16 deletions(-)
447 commit 2cecc38c7cf49b2cf697efa7e974ceee7055f2c5
448 Author: Behdad Esfahbod <behdad@behdad.org>
449 Date: Thu Jan 29 13:32:05 2015 +0100
451 [layout] Shuffle code around
453 src/hb-ot-layout-gsubgpos-private.hh | 111
454 ++++++++++++++++++-----------------
455 1 file changed, 56 insertions(+), 55 deletions(-)
457 commit 696266981df5ef6c62ad0115133dad1d6c1d9acc
458 Author: Behdad Esfahbod <behdad@behdad.org>
459 Date: Thu Jan 29 13:08:41 2015 +0100
461 [layout] Merge forward and backward iterators
463 src/hb-ot-layout-gpos-table.hh | 12 +++---
464 src/hb-ot-layout-gsubgpos-private.hh | 71
465 ++++++++----------------------------
466 src/hb-ot-shape-fallback.cc | 2 +-
467 3 files changed, 23 insertions(+), 62 deletions(-)
469 commit 1f038eec3c0dd6331036f795614fe1ddcbf613b0
470 Author: Behdad Esfahbod <behdad@behdad.org>
471 Date: Thu Jan 29 13:05:25 2015 +0100
473 [layout] Fix backward reject()
475 Has no functional effect since reject was never used with
478 src/hb-ot-layout-gsubgpos-private.hh | 2 +-
479 1 file changed, 1 insertion(+), 1 deletion(-)
481 commit 37d13acd8d414a4b53fac0152addfadecf755cd4
482 Author: Behdad Esfahbod <behdad@behdad.org>
483 Date: Thu Jan 29 11:38:01 2015 +0100
485 [layout] Remove some unnecessary checks in skippy
487 src/hb-ot-layout-gpos-table.hh | 3 ---
488 src/hb-ot-layout-gsubgpos-private.hh | 9 ++-------
489 2 files changed, 2 insertions(+), 10 deletions(-)
491 commit baa14e18148d3f5493f78b4fe9e0c835a01f50f7
492 Author: Behdad Esfahbod <behdad@behdad.org>
493 Date: Thu Jan 29 11:08:43 2015 +0100
495 [lookup] Don't initialize skippy if coverage match fails
499 - Initializing skippy is very expensive,
501 - Our lookup accelerator (using set-digests) can be very ineffecite,
503 As such, we end up many times initializing skippy but then failing
504 coverage check. Reordering fixes that.
506 When, later, we fix our accelerator to have truly small false-positive
507 rate (for example by using the frozen-sets), then we might want to
508 reorder these checks such that we wouldn't calculate coverage number
509 if skippy is going to fail.
511 This shows a 5% speedup with Roboto already.
513 src/hb-ot-layout-gpos-table.hh | 15 ++++++---------
514 1 file changed, 6 insertions(+), 9 deletions(-)
516 commit 7788993bc19bf122f1e143ab64cc1da2ed1865a3
517 Author: Behdad Esfahbod <behdad@behdad.org>
518 Date: Wed Jan 28 23:01:12 2015 -0800
520 [layout] Use setter method to set c->lookup_props
522 src/hb-ot-layout-gpos-table.hh | 2 +-
523 src/hb-ot-layout-gsub-table.hh | 2 +-
524 2 files changed, 2 insertions(+), 2 deletions(-)
526 commit f4ee48fd7b312550faf9b0be4cd1b2f2849dd08d
527 Author: Behdad Esfahbod <behdad@behdad.org>
528 Date: Wed Jan 28 22:53:54 2015 -0800
530 [layout] Remove unused wrapper method
532 src/hb-ot-layout-gsubgpos-private.hh | 2 --
533 1 file changed, 2 deletions(-)
535 commit 7b7129c7a997def599fb4d2ba05fda40d27aed20
536 Author: Behdad Esfahbod <behdad@behdad.org>
537 Date: Wed Jan 28 21:46:07 2015 -0800
541 I experimented with replacing use of hb_set_digest_t with this new
542 hb_frozen_set_t, hoping to get a huge speedup for busy lookups
543 (like kern lookup in Roboto), but I only got 6% speendup in Roboto
544 and 4% in NotoNastaliqUrduDraft :(.
546 src/hb-set-private.hh | 57
547 ++++++++++++++++++++++++++++++++++++++++++++++++++-
548 1 file changed, 56 insertions(+), 1 deletion(-)
550 commit 241eac9559465fa79f396570af4e87f455b7e9d5
551 Author: Behdad Esfahbod <behdad@behdad.org>
552 Date: Wed Jan 28 20:55:42 2015 -0800
554 Hide internals of lookup accelerators
556 src/hb-ot-layout-gsub-table.hh | 5 +++--
557 src/hb-ot-layout-private.hh | 5 +++++
558 src/hb-ot-layout.cc | 6 +++---
559 3 files changed, 11 insertions(+), 5 deletions(-)
561 commit e2d4e8480d85436a3acad8145acac345ed593f5a
562 Author: Behdad Esfahbod <behdad@behdad.org>
563 Date: Wed Jan 28 20:29:48 2015 -0800
565 [util] Add convenience "make lib" target
567 util/Makefile.am | 4 ++++
568 1 file changed, 4 insertions(+)
570 commit faaae64bf28abdcdd15185374bc09a3809794118
571 Merge: 7888a6b 9768e65
572 Author: Behdad Esfahbod <behdad@behdad.org>
573 Date: Wed Feb 25 15:34:34 2015 -0800
575 Merge pull request #85 from KonstantinRitt/define_inline
577 Fix build with MSVC on CE
579 commit 9768e651be0561f07d6f38c3ed8bc5ee04882990
580 Author: Konstantin Ritt <ritt.ks@gmail.com>
581 Date: Sat Feb 14 00:58:51 2015 +0400
583 Fix build with MSVC on CE
585 This code is C++ only. There isn't a single C++ compiler that fails to
586 understand the "inline" keyword, since it's required by C++98. Any
587 compiler older than C++98 is likely to choke on the template usage
588 further down, so this isn't necessary.
590 Moreover, the C++ standard says you cannot define macros.
591 [lib.macro.names] says "Nor shall such a translation unit define
593 for names lexically identical to keywords." -- technically, it's a
594 promise that the Standard Library headers won't do it, the wording
596 that the entire translation unit won't do it, which implies no source
599 MSVC complains about it:
600 fatal error C1189: #error : The C++ Standard Library forbids
602 keywords. Enable warning C4005 to find the forbidden macro.
604 Author: Thiago Macieira <thiago.macieira@intel.com>
606 src/hb-private.hh | 10 ----------
607 1 file changed, 10 deletions(-)
609 commit 7888a6b07a9922cedd3e0d235959058e0011357b
610 Author: Behdad Esfahbod <behdad@behdad.org>
611 Date: Wed Jan 28 12:40:40 2015 -0800
613 [ft] Handle negative scales with vertical writing
615 src/hb-ft.cc | 8 ++++++++
616 1 file changed, 8 insertions(+)
618 commit 982d94eaa2a377616f22f39427e5ed9f1ce43263
619 Author: Behdad Esfahbod <behdad@behdad.org>
620 Date: Wed Jan 28 10:51:33 2015 -0800
622 [coretext] Don't generate notdef glyph for default-ignorables
624 As discovered on Chrome Mac:
625 https://code.google.com/p/chromium/issues/detail?id=452326
627 src/hb-coretext.cc | 2 ++
628 src/hb-ot-shape.cc | 2 +-
629 2 files changed, 3 insertions(+), 1 deletion(-)
631 commit 6917a045fd8d16952cad75fda8b291b11e1d3564
632 Author: Behdad Esfahbod <behdad@behdad.org>
633 Date: Wed Jan 28 10:43:32 2015 -0800
635 [coretext] Unbreak glyph positioning in presence of notdef runs
637 As discovered on Chrome Mac:
638 https://code.google.com/p/chromium/issues/detail?id=452326
640 This was originally broken in:
642 commit 5a0eed3b50629be4826e4e9428f2c3255195395d
643 Author: Behdad Esfahbod <behdad@behdad.org>
644 Date: Mon Aug 11 23:47:16 2014 -0400
646 [coretext] Implement vertical shaping
648 src/hb-coretext.cc | 35 +++++++++++++++++++++++++++--------
649 1 file changed, 27 insertions(+), 8 deletions(-)
651 commit 1eff4350239b0768e1042b52db9fb1c0d266f96a
652 Author: Behdad Esfahbod <behdad@behdad.org>
653 Date: Tue Jan 27 12:26:04 2015 -0800
657 src/hb-ot-shape-normalize.cc | 9 +++++----
658 1 file changed, 5 insertions(+), 4 deletions(-)
660 commit 675956aca01fc4e005a338af43d1c1f4f938abd1
661 Author: Konstantin Ritt <ritt.ks@gmail.com>
662 Date: Tue Jan 27 11:23:07 2015 +0400
664 Do not leak hb_language_t on hb_language_item_t destruction
666 src/hb-common.cc | 1 +
667 1 file changed, 1 insertion(+)
669 commit b306f9674a599da50754d24fa5aefcb6bba04420
670 Author: Konstantin Ritt <ritt.ks@gmail.com>
671 Date: Tue Jan 27 20:08:41 2015 +0400
673 Minor improvement to HB_SHAPER_DATA_DESTROY
675 src/hb-shaper-private.hh | 7 +++----
676 1 file changed, 3 insertions(+), 4 deletions(-)
678 commit 61820bc4ca1f02433db4be7c81f27cf97e2bd519
679 Author: Behdad Esfahbod <behdad@behdad.org>
680 Date: Mon Jan 26 14:25:52 2015 -0800
682 [API] Add hb_buffer_add_latin1()
684 This is by no ways to promote non-Unicode encodings. This is an entry
685 point that takes Unicode codepoints that happen to all be the first
686 256 characters and hence fit in 8bit strings. This is useful eg
688 where strings that can fit in 8bit are implemented that way, and this
689 avoids copying into UTF-8 or UTF-16.
691 Perhaps we should rename this to hb_buffer_add_codepoints8().
693 curious if anyone would be really interested in
694 hb_buffer_add_codepoints16().
698 src/hb-buffer.cc | 36 +++++++++++++++++++++++++-------
699 src/hb-buffer.h | 8 ++++++++
700 src/hb-utf-private.hh | 57
701 ++++++++++++++++++++++++++++++++++++++-------------
702 3 files changed, 80 insertions(+), 21 deletions(-)
704 commit 78c6e86c04f12154c88b9f9264d0bd50b721699b
705 Author: Behdad Esfahbod <behdad@behdad.org>
706 Date: Mon Jan 26 14:08:36 2015 -0800
708 Fix hb_buffer_add_codepoints to actually NOT validate
710 src/hb-buffer.cc | 2 +-
711 1 file changed, 1 insertion(+), 1 deletion(-)
713 commit 70c25ee215635db23eb0757641bd372940c0d85d
714 Merge: 28f5e0b f3537b6
715 Author: Behdad Esfahbod <behdad@behdad.org>
716 Date: Sun Jan 25 13:06:03 2015 -0800
718 Merge pull request #81 from KonstantinRitt/fixes/build/win8phone
722 commit f3537b620b0a7392ea27f01f465c5ba79459c858
723 Author: Konstantin Ritt <ritt.ks@gmail.com>
724 Date: Sun Jan 25 09:50:51 2015 +0400
726 Move some code around
728 Just to keep Windows specific workarounds in a single place.
730 src/hb-private.hh | 25 ++++++++++++-------------
731 1 file changed, 12 insertions(+), 13 deletions(-)
733 commit afb62d88d78cacb6b881aaf329a654fd32f5ae29
734 Author: Konstantin Ritt <ritt.ks@gmail.com>
735 Date: Sun Jan 25 08:16:26 2015 +0400
737 Do not define MemoryBarrier on WinCE
739 There is a _HBMemoryBarrier() wrapper function that emulates
740 MemoryBarrier() behavior when it is not defined.
742 src/hb-private.hh | 1 -
743 1 file changed, 1 deletion(-)
745 commit 7db326a15b173c0d101adc608bf551a628c65dcd
746 Author: Konstantin Ritt <ritt.ks@gmail.com>
747 Date: Sun Jan 25 08:13:24 2015 +0400
751 There is no environment (like WinCE) and the basic version
752 of InitializeCriticalSection is unsupported.
754 https://codereview.qt-project.org/#/c/92496/
756 src/hb-mutex-private.hh | 4 ++++
757 src/hb-private.hh | 2 ++
758 2 files changed, 6 insertions(+)
760 commit 28f5e0b2f41670617bd778660364bbd58b1b68f2
761 Author: Behdad Esfahbod <behdad@behdad.org>
762 Date: Fri Jan 23 12:45:35 2015 -0800
766 NEWS | 23 +++++++++++++++++++++++
768 2 files changed, 24 insertions(+), 1 deletion(-)
770 commit a319d0777b746a2bbe5cd5a206172f1580da3379
771 Author: Behdad Esfahbod <behdad@behdad.org>
772 Date: Fri Jan 23 12:44:24 2015 -0800
774 [ft] Handle negative x_scale / y_scale
776 src/hb-ft.cc | 12 ++++++++++--
777 1 file changed, 10 insertions(+), 2 deletions(-)
779 commit b0b38bb892473d9a65e06dd3b4713da39f92bef9
780 Author: Behdad Esfahbod <behdad@behdad.org>
781 Date: Wed Jan 21 19:19:33 2015 -0800
783 [coretext] Fix positioning of notdef
785 src/hb-coretext.cc | 19 ++++++++++---------
786 1 file changed, 10 insertions(+), 9 deletions(-)
788 commit 70622e5089c01ea16fd9deed11cb39d43145c121
789 Author: Behdad Esfahbod <behdad@behdad.org>
790 Date: Wed Jan 21 18:50:57 2015 -0800
792 [coretext] Fix scaling
794 Before we were not accounting for possible differences in x_scale and
795 y_scale, as well as the signs of those. All should be in good shape
798 src/hb-coretext.cc | 26 +++++++++++++++++++-------
799 1 file changed, 19 insertions(+), 7 deletions(-)
801 commit 221ba02b0816584a02471037edae7cec9c1b8acc
802 Author: Behdad Esfahbod <behdad@behdad.org>
803 Date: Wed Jan 21 16:42:09 2015 -0800
805 [coretext] Use vertical advance for notdef in vertical direction
807 src/hb-coretext.cc | 7 ++++++-
808 1 file changed, 6 insertions(+), 1 deletion(-)
810 commit 7988da24c507ee310772f72cc5bcfd3c0a1187a0
811 Author: Behdad Esfahbod <behdad@behdad.org>
812 Date: Wed Jan 21 18:33:50 2015 -0800
814 Add convenience make target "make lib" in src/
816 src/Makefile.am | 3 +++
817 1 file changed, 3 insertions(+)
819 commit 31d48dd919e3b4a0bec5ede384f76db9b44f4d71
820 Author: Behdad Esfahbod <behdad@behdad.org>
821 Date: Wed Jan 21 01:57:44 2015 -0800
825 README.python | 26 ++++++++++++++++++++++++++
826 1 file changed, 26 insertions(+)
828 commit ca1c2813dd0b082a8c418bd3edd3f6cba97bd5f0
829 Author: Behdad Esfahbod <behdad@behdad.org>
830 Date: Wed Jan 21 01:51:48 2015 -0800
832 [bindings] Add README.python
835 1 file changed, 1 insertion(+)
837 commit cd4eb96abb90a84b42e9b288e39bad759e4411a0
838 Author: Behdad Esfahbod <behdad@behdad.org>
839 Date: Tue Jan 20 12:30:45 2015 -0800
841 [util] Add --font-size to hb-shape
843 Also makes hb-view to use 8 bits of subpixel precision and shape at
844 requested size, instead of always shaping at upem and scaling results.
846 util/hb-ot-shape-closure.cc | 2 +-
847 util/hb-shape.cc | 2 +-
848 util/hb-view.cc | 5 ++++-
849 util/helper-cairo.cc | 16 ++++++++--------
850 util/helper-cairo.hh | 5 ++---
851 util/main-font-text.hh | 4 ++--
853 +++++++++++++++++++++++++++++++++++++++++---
854 util/options.hh | 16 ++++++++++++----
855 util/view-cairo.cc | 2 +-
856 util/view-cairo.hh | 8 ++++----
857 10 files changed, 76 insertions(+), 28 deletions(-)
859 commit 5789ca69d7464bab5fa0c5bdf404f3afaa490faf
860 Author: Behdad Esfahbod <behdad@behdad.org>
861 Date: Fri Jan 9 14:22:01 2015 -0800
865 util/options.cc | 2 +-
866 1 file changed, 1 insertion(+), 1 deletion(-)
868 commit 67dfa8c7c2f2e9040a9c60c680f739ada4a35fb5
869 Author: Behdad Esfahbod <behdad@behdad.org>
870 Date: Mon Jan 19 17:00:31 2015 -0800
872 When matching second glyph of kerning pairs, use bsearch
874 Roboto has glyphs (like 'F') that have 200 kerning pairs.
875 Add a handcoded bsearch instead of previous linear search.
877 This doesn't show much speedup though, apparently we spend the
878 bulk of the time somewhere before here.
880 src/hb-ot-layout-gpos-table.hh | 21 ++++++++++++++++-----
881 1 file changed, 16 insertions(+), 5 deletions(-)
883 commit e9f5c65be027eb7759ab819e267e24dff3b017b6
884 Author: Behdad Esfahbod <behdad@behdad.org>
885 Date: Mon Jan 19 14:42:11 2015 -0800
890 1 file changed, 2 insertions(+)
892 commit 3704628d1f124234324b5f2bdd5fdd61c14c7801
893 Merge: 1aaa7d6 5eb939d
894 Author: Behdad Esfahbod <behdad@behdad.org>
895 Date: Mon Jan 19 16:15:00 2015 -0800
897 Merge pull request #77 from roozbehp/master
899 Change New Tai Lue shaping engine from SEA to default
901 commit 5eb939ddfe9ef217da2e48d7d0f1f4b7501714ad
902 Author: Roozbeh Pournader <roozbeh@google.com>
903 Date: Sun Jan 18 14:30:08 2015 -0800
905 Change New Tai Lue shaping engine from SEA to default
907 This is to reflect the UTC decision to change the encoding model of
908 New Tai Lue from logical to visual to be similar to Thai, Lao, and
909 Tai Viet: http://www.unicode.org/L2/L2014/14250.htm#141-C26
911 The visual encoding is already the current practice of encoding New
912 Tai Lue on the web anyway:
913 http://www.unicode.org/L2/L2014/14195-newtailue.txt
915 Fixes behdad/harfbuzz#66.
917 src/hb-ot-shape-complex-private.hh | 2 +-
918 1 file changed, 1 insertion(+), 1 deletion(-)
920 commit 1aaa7d6799b42b392dd191d3c12011721ef99e74
921 Author: Behdad Esfahbod <behdad@behdad.org>
922 Date: Sat Jan 17 20:16:56 2015 -0800
924 [indic] Fix out-of-bounds access
926 src/gen-indic-table.py | 2 +-
927 src/hb-ot-shape-complex-indic-table.cc | 36
928 +++++++++++++++++-----------------
929 2 files changed, 19 insertions(+), 19 deletions(-)
931 commit 238d6a38f2ceb7d8dceec9365a823f032b3b9f7d
932 Author: Behdad Esfahbod <behdad@behdad.org>
933 Date: Wed Jan 7 10:51:44 2015 -0800
935 [bindings] Update sample.py
937 src/sample.py | 9 ++++++---
938 1 file changed, 6 insertions(+), 3 deletions(-)
940 commit 2cd5323531dcd800549b2cb1cb51d708e72ab2d8
941 Author: Behdad Esfahbod <behdad@behdad.org>
942 Date: Tue Jan 6 19:16:38 2015 -0800
944 [bindings] Use hb_glib_blob_create() in sample
946 hb_blob_create() is considered C-only API.
948 src/hb-blob.cc | 8 ++++----
949 src/sample.py | 19 +++++++++----------
950 2 files changed, 13 insertions(+), 14 deletions(-)
952 commit 0ef179e2dc040c13497af847b8c1cec846dbdbf9
953 Author: Behdad Esfahbod <behdad@behdad.org>
954 Date: Tue Jan 6 16:58:33 2015 -0800
956 [glib] Add hb_glib_blob_create() that takes GBytes
958 src/hb-glib.cc | 11 +++++++++++
959 src/hb-glib.h | 3 +++
960 2 files changed, 14 insertions(+)
962 commit b91904a40da6287f84bc79de60674fa57232ec09
963 Author: Behdad Esfahbod <behdad@behdad.org>
964 Date: Tue Jan 6 15:43:14 2015 -0800
966 [bindings] Replace deprecated allow-none with optional and nullable
968 src/hb-blob.cc | 4 ++--
969 src/hb-shape.cc | 2 +-
970 src/hb-unicode.cc | 2 +-
971 3 files changed, 4 insertions(+), 4 deletions(-)
973 commit 81a31f3eff44a85bb2160d51156a01a18f0a97df
974 Author: Behdad Esfahbod <behdad@behdad.org>
975 Date: Tue Jan 6 15:37:31 2015 -0800
977 [bindings] Make sample Python 2/3 compatible
979 src/sample.py | 15 ++++++++++++++-
980 1 file changed, 14 insertions(+), 1 deletion(-)
982 commit b632e7997d9cb6e4782cab6d8c62e8e5edaa4cb0
983 Author: Behdad Esfahbod <behdad@behdad.org>
984 Date: Tue Jan 6 14:05:26 2015 -0800
986 Fix up gobject-introspection a bit
988 Minimal shaping works now!
990 src/hb-blob.cc | 6 +++---
991 src/hb-buffer.cc | 2 +-
992 src/sample.py | 34 ++++++++++++++++++++++++++++------
993 3 files changed, 32 insertions(+), 10 deletions(-)
995 commit 3d1a666a8629a8502a2bcf23ab943e2b39a0da92
996 Author: Behdad Esfahbod <behdad@behdad.org>
997 Date: Mon Jan 5 14:43:13 2015 -0800
999 Remove hardcoded ICU include paths.
1001 ICU exports them using LOCAL_EXPORT_C_INCLUDE_DIRS.
1003 https://android-review.googlesource.com/#/c/121311/
1006 1 file changed, 1 insertion(+), 2 deletions(-)
1008 commit 8cb41cb9508eb1bb6319e92f900cfe5e8a131be3
1009 Merge: 365c03f fb85d61
1010 Author: Behdad Esfahbod <behdad@behdad.org>
1011 Date: Sun Jan 4 20:32:18 2015 -0800
1013 Merge pull request #76 from cpeterso/cpeterso/Wunused-function
1015 Add #ifdef HB_USE_ATEXIT to fix -Wunused-function warnings
1017 commit fb85d618f5883458bacf0ecb0894772291a2d738
1018 Author: Chris Peterson <cpeterson@mozilla.com>
1019 Date: Sun Jan 4 19:31:10 2015 -0800
1021 Add #ifdef HB_USE_ATEXIT to fix -Wunused-function warnings
1023 src/hb-common.cc | 2 +-
1024 src/hb-ft.cc | 4 +++-
1025 src/hb-shape.cc | 4 +++-
1026 src/hb-shaper.cc | 4 +++-
1027 4 files changed, 10 insertions(+), 4 deletions(-)
1029 commit 365c03fc2bcdb4098314a0e123c46018fb882586
1030 Merge: c36c4a9 d1897a9
1031 Author: Behdad Esfahbod <behdad@behdad.org>
1032 Date: Sat Jan 3 21:55:30 2015 -0800
1034 Merge pull request #75 from cpeterso/cpeterso/Wunused-value
1036 Fix hb_atomic_ptr_cmpexch -Wunused-value warnings
1038 commit d1897a98d8da40cffb57c07099a9a93cfeaacc36
1039 Author: Chris Peterson <cpeterson@mozilla.com>
1040 Date: Sat Jan 3 19:46:19 2015 -0800
1042 Fix hb_atomic_ptr_cmpexch -Wunused-value warnings
1044 src/hb-common.cc | 2 +-
1045 src/hb-icu.cc | 4 +---
1046 2 files changed, 2 insertions(+), 4 deletions(-)
1048 commit c36c4a9924609df648e62e47fa017b19b844fd98
1049 Author: Behdad Esfahbod <behdad@behdad.org>
1050 Date: Fri Jan 2 14:09:23 2015 -0800
1052 Add missing va_end()
1054 Fixes https://github.com/behdad/harfbuzz/pull/74
1056 util/options.cc | 1 +
1057 1 file changed, 1 insertion(+)
1059 commit f34aaba8687a20794835e2dc878c52d1b53e6f85
1060 Author: Behdad Esfahbod <behdad@behdad.org>
1061 Date: Sun Dec 28 18:56:15 2014 -0800
1063 [ft] Don't set font ppem
1067 http://lists.freedesktop.org/archives/harfbuzz/2012-April/001905.html
1069 Over time we have had added NO_HINTING all over the place in hb-ft.
1071 Not setting ppem on hb-font disables get_contour_point() calls which
1074 See comments in the commit.
1076 src/hb-ft.cc | 9 +++++++++
1077 1 file changed, 9 insertions(+)
1079 commit 350f3a02ce225e5d78db8ac96de1351ff9f96dd5
1080 Author: Behdad Esfahbod <behdad@behdad.org>
1081 Date: Sun Dec 28 17:44:26 2014 -0800
1083 [ft] Add hb_ft_face_create_referenced() and
1084 hb_ft_font_create_referenced()
1086 When I originally wrote hb-ft, FreeType objects did not support
1088 counting. As such, hb_ft_face_create() and hb_ft_font_create() had a
1089 "destroy" callback and client was responsible for making sure
1091 kept around as long as the hb-font/face are alive.
1093 However, since this was not clearly documented, some clienets didn't
1094 correctly did that. In particular, some clients assumed that
1096 to destroy FT_Face and then hb_face_t. This, indeed, used to work,
1098 45fd9424c723f115ca98995b8f8a25185a6fc71d, which make face destroy
1102 Now, I fixed that issue in 395b35903e052aecc97d0807e4f813c64c0d2b0b
1104 the access was not needed, but the problem remains that not all
1106 handle this correctly. See:
1108 https://bugs.freedesktop.org/show_bug.cgi?id=86300
1110 Fortunately, FT_Reference_Face() was added to FreeType in 2010,
1112 can use it now. Originally I wanted to change hb_ft_face_create() and
1113 hb_ft_font_create() to reference the face if destroy==NULL was
1115 That would improve pretty much all clients, with little undesired
1117 Except that FreeType itself, when compiled with HarfBuzz support,
1119 hb_ft_font_create() with destroy==NULL and saves the resulting
1121 the ft-face (why does it not free it immediately?). Making hb-face
1122 reference ft-face causes a cycling reference there. At least,
1124 current understanding.
1126 At any rate, a cleaner approach, even if it means all clients will
1128 change, is to introduce brand new API. Which this commit does.
1130 Some comments added to hb-ft.h, hoping to make future clients
1134 Fixes https://bugs.freedesktop.org/show_bug.cgi?id=75299
1136 configure.ac | 4 ++--
1137 src/hb-ft.cc | 32 ++++++++++++++++++++++++++++++++
1139 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1140 3 files changed, 92 insertions(+), 3 deletions(-)
1142 commit 9a3b74884b2e41c7040611030f4336f13d18fd3e
1143 Author: Behdad Esfahbod <behdad@behdad.org>
1144 Date: Sun Dec 28 17:27:39 2014 -0800
1146 Remove redundant check for FT_Face_GetCharVariantIndex
1148 We require FreeType >= 2.8.3. This symbol was introduced earlier
1151 configure.ac | 9 +--------
1153 2 files changed, 1 insertion(+), 10 deletions(-)
1155 commit 1226b2e930aa456cc05bbe621c96f4286a95cff6
1156 Author: Behdad Esfahbod <behdad@behdad.org>
1157 Date: Sun Dec 28 17:04:23 2014 -0800
1159 Fix FreeType version check
1161 configure.ac | 3 ++-
1162 1 file changed, 2 insertions(+), 1 deletion(-)
1164 commit affacf2f37db767ab8df7f2db6cd9e0e9b0a2b8a
1165 Author: Behdad Esfahbod <behdad@behdad.org>
1166 Date: Sun Dec 28 16:20:31 2014 -0800
1168 [ft] Open blob in READONLY mode
1170 HB_MEMORY_MODE_READONLY_MAY_MAKE_WRITABLE is deprecated and fairly
1173 src/hb-ft.cc | 6 +-----
1174 1 file changed, 1 insertion(+), 5 deletions(-)
1176 commit 395b35903e052aecc97d0807e4f813c64c0d2b0b
1177 Author: Behdad Esfahbod <behdad@behdad.org>
1178 Date: Sun Dec 28 16:03:26 2014 -0800
1180 Avoid accessing layout tables at face destruction
1182 "Fixes" https://bugs.freedesktop.org/show_bug.cgi?id=86300
1184 Based on discussion someone else who had a similar issue, most
1186 the user is releasing FT_Face before destructing hb_face_t /
1188 While that's a client bug, and while we can (and should) use FreeType
1189 refcounting to help avoid that, it happens that we were accessing
1190 the table when we didn't really have to. Avoid that.
1192 src/hb-ot-layout-private.hh | 3 +--
1193 src/hb-ot-layout.cc | 4 ++--
1194 src/hb-ot-shape-complex-arabic-fallback.hh | 2 +-
1195 3 files changed, 4 insertions(+), 5 deletions(-)
1197 commit 7d5e7613ced3dd39d05df83ca7e8952cbecd68f6
1198 Author: Behdad Esfahbod <behdad@behdad.org>
1199 Date: Thu Dec 18 18:22:21 2014 -0800
1201 Fail blob creation if length overflows or is too large
1203 Fail if blob start plus length overflows; or if blob length
1204 is greater than 2GB. It takes a while for fonts to get to that
1205 size. In the mean time, it protects against bugs like this:
1207 http://www.icu-project.org/trac/ticket/11450
1209 Also avoids some weird issues with 32bit vs 64bit systems
1210 as we accept length as unsigned int. As such, a length of
1211 -1 will cause overflow on 32bit machines, but happily
1212 accepted on a 64bit machine. Avoid that.
1214 src/hb-blob.cc | 5 ++++-
1215 test/api/test-blob.c | 3 +++
1216 2 files changed, 7 insertions(+), 1 deletion(-)
1218 commit d5a5052098b0aa79ff55c235e61a9db477c4120f
1219 Author: Behdad Esfahbod <behdad@behdad.org>
1220 Date: Thu Dec 18 18:09:41 2014 -0800
1222 Assert that blob length doesn't overflow address.
1224 This will crash now, if blob was created with wrong length.
1225 Check for that coming next commit.
1227 src/hb-open-type-private.hh | 1 +
1228 1 file changed, 1 insertion(+)
1230 commit 66e37409b3bc1eddc86704ae26d9176677ce6aa6
1231 Author: Behdad Esfahbod <behdad@behdad.org>
1232 Date: Wed Dec 17 12:09:17 2014 -0800
1238 2 files changed, 9 insertions(+), 1 deletion(-)
1240 commit 093c520de506aec74f3fb1e195c0ca85813424dd
1241 Author: Behdad Esfahbod <behdad@behdad.org>
1242 Date: Fri Dec 12 21:07:53 2014 -0800
1244 [otlayout] Mark variables that are C arrays as opposed to OT::ArrayOf
1246 src/hb-ot-layout-gpos-table.hh | 24 +++++++--------
1247 src/hb-ot-layout-gsubgpos-private.hh | 60
1248 ++++++++++++++++++------------------
1249 2 files changed, 42 insertions(+), 42 deletions(-)
1251 commit 9df0a520306a491f973d42965597bfda6023e508
1252 Author: Behdad Esfahbod <behdad@behdad.org>
1253 Date: Fri Dec 12 20:54:28 2014 -0800
1255 [otlayout] Avoid invalid access with Context format 3
1257 src/hb-ot-layout-gsubgpos-private.hh | 2 ++
1258 1 file changed, 2 insertions(+)
1260 commit 295ef1dd5229f47d8e0eb5b4eb48c90a6b470073
1261 Author: Behdad Esfahbod <behdad@behdad.org>
1262 Date: Fri Dec 12 20:43:18 2014 -0800
1264 [ot] Debug get_coverage
1266 src/hb-ot-layout-gsubgpos-private.hh | 6 +++++-
1267 1 file changed, 5 insertions(+), 1 deletion(-)
1269 commit 00f6a8e334ec4c586e4e633a95b411ccb50306d3
1270 Author: Behdad Esfahbod <behdad@behdad.org>
1271 Date: Fri Dec 12 20:36:49 2014 -0800
1273 [ot] Print format in dispatch trace
1275 src/hb-ot-layout-gpos-table.hh | 16 ++++++++--------
1276 src/hb-ot-layout-gsub-table.hh | 14 +++++++-------
1277 src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
1278 3 files changed, 19 insertions(+), 19 deletions(-)
1280 commit 5c7d6f02d71362c2b192a7d96e6181977682921c
1281 Author: Behdad Esfahbod <behdad@behdad.org>
1282 Date: Fri Dec 12 20:28:49 2014 -0800
1286 src/hb-private.hh | 4 +++-
1287 1 file changed, 3 insertions(+), 1 deletion(-)
1289 commit 153beebba9b76901b8b62b90ba0dc69462ae2090
1290 Author: Behdad Esfahbod <behdad@behdad.org>
1291 Date: Fri Dec 12 19:46:09 2014 -0800
1293 [ot] Make sure all toplevel tables have tableTag
1295 src/hb-open-file-private.hh | 2 ++
1296 src/hb-ot-hhea-table.hh | 2 ++
1297 src/hb-ot-hmtx-table.hh | 2 ++
1298 3 files changed, 6 insertions(+)
1300 commit 282b13f9b4d86b091714de7fbddc94b3e3ff3d91
1301 Author: Behdad Esfahbod <behdad@behdad.org>
1302 Date: Fri Dec 12 19:32:46 2014 -0800
1304 [sanitize] Improve debug output some more
1306 src/hb-open-type-private.hh | 30 ++++++++++++++++--------------
1307 1 file changed, 16 insertions(+), 14 deletions(-)
1309 commit 0766ee1f4e6046598a2e8fb1b167c3942b4a87a0
1310 Author: Behdad Esfahbod <behdad@behdad.org>
1311 Date: Fri Dec 12 18:23:20 2014 -0800
1313 [sanitize] Improve debug output
1315 src/hb-open-type-private.hh | 20 ++++++++++----------
1316 1 file changed, 10 insertions(+), 10 deletions(-)
1318 commit e6f80fa1044243898c402ec6a59d6c1b5420be53
1319 Author: Behdad Esfahbod <behdad@behdad.org>
1320 Date: Wed Dec 10 12:05:24 2014 -0800
1322 [indic] Allow ZWJ/ZWNJ before SM
1324 In Oriya, a ZWJ/ZWNJ might be added before candrabindu to encourage
1325 or stop ligation of the candrabindu. This is clearly specified in
1326 the Unicode section on Oriya. Allow it there. Note that Uniscribe
1329 Micro tests added using Noto Sans Oriya draft.
1331 No changes in numbers. Currently at:
1333 BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
1334 DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
1335 GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
1336 GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
1337 KANNADA: 951190 out of 951913 tests passed. 723 failed (0.0759523%)
1338 KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
1339 MALAYALAM: 1048147 out of 1048334 tests passed. 187 failed
1341 ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
1342 SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
1343 TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
1344 TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
1346 src/hb-ot-shape-complex-indic-machine.rl | 2 +-
1347 test/shaping/Makefile.am | 1 +
1348 .../sha1sum/5028afb650b1bb718ed2131e872fbcce57828fff.ttf | Bin 0 ->
1350 test/shaping/fonts/sha1sum/MANIFEST | 1 +
1351 test/shaping/tests/MANIFEST | 1 +
1352 test/shaping/tests/indic-joiner-candrabindu.tests | 2 ++
1353 6 files changed, 6 insertions(+), 1 deletion(-)
1355 commit c0e95abc5f3f14121483b71f10837828a3a1d73a
1356 Author: Behdad Esfahbod <behdad@behdad.org>
1357 Date: Thu Nov 20 14:42:24 2014 -0800
1361 NEWS | 12 ++++++++++++
1363 2 files changed, 13 insertions(+), 1 deletion(-)
1365 commit fde3e4a423871463c883cb969e99c29cb6f69f6b
1366 Author: Behdad Esfahbod <behdad@behdad.org>
1367 Date: Wed Oct 29 11:23:08 2014 -0700
1369 In hb_ot_collect_glyphs(), don't recurse to a lookup more than once
1371 Otherwise, we might process a lookup thousands of times, with no
1372 benefit. This pathological case was hit by Noto Nastaliq Urdu Draft
1373 in Firefox's code to determine whether space glyph is involved in
1374 any GSUB/GPOS rules. A test page is at http://behdad.org/urdu
1377 https://bugzilla.mozilla.org/show_bug.cgi?id=1090869
1379 src/hb-ot-layout-gsubgpos-private.hh | 17 ++++++++++++++++-
1380 1 file changed, 16 insertions(+), 1 deletion(-)
1382 commit 5a5640d8506ccfc99fd119e89e829170d1fea421
1383 Author: Behdad Esfahbod <behdad@behdad.org>
1384 Date: Tue Oct 14 21:26:13 2014 -0700
1388 src/hb-open-type-private.hh | 50
1389 ++++++++++++++++++++++-----------------------
1390 1 file changed, 25 insertions(+), 25 deletions(-)
1392 commit 666b42f73bd1f516657b206ef738108825bf239f
1393 Author: Behdad Esfahbod <behdad@behdad.org>
1394 Date: Tue Oct 14 21:24:59 2014 -0700
1398 Fixes https://bugs.freedesktop.org/show_bug.cgi?id=84491
1400 src/hb-open-type-private.hh | 63
1401 ++++++++++++++++++++++++++++++++++++++-------
1402 src/hb-private.hh | 41 -----------------------------
1403 src/hb-uniscribe.cc | 6 +++++
1404 3 files changed, 60 insertions(+), 50 deletions(-)
1406 commit 5c87120b8178566ddae99d9825edc24f9b87ea3d
1407 Author: Behdad Esfahbod <behdad@behdad.org>
1408 Date: Tue Oct 14 20:07:31 2014 -0700
1412 Fixes https://github.com/behdad/harfbuzz/pull/51
1414 src/hb-buffer-deserialize-json.rl | 4 ++--
1415 src/hb-ot-layout-gsub-table.hh | 2 +-
1416 src/hb-private.hh | 6 +++---
1417 3 files changed, 6 insertions(+), 6 deletions(-)
1419 commit a1f27ac3c48cfe6d532dc422cf256952fea472ed
1420 Author: Behdad Esfahbod <behdad@behdad.org>
1421 Date: Thu Oct 2 16:54:33 2014 -0400
1423 Update test expectation for previous commit
1425 test/shaping/tests/arabic-fallback-shaping.tests | 2 +-
1426 1 file changed, 1 insertion(+), 1 deletion(-)
1428 commit 8afaf096870d7895cf2fffb6438b02c0ad1b6c52
1429 Author: Behdad Esfahbod <behdad@behdad.org>
1430 Date: Thu Oct 2 16:40:41 2014 -0400
1432 [ft] Add NO_HINTING in a couple other places
1434 src/hb-ft.cc | 4 ++--
1435 1 file changed, 2 insertions(+), 2 deletions(-)
1437 commit 7228011411f0e490ad1ba9894dd0d576823903ea
1438 Author: Behdad Esfahbod <behdad@behdad.org>
1439 Date: Wed Oct 1 18:58:43 2014 -0400
1441 [travis] Fix clang again
1444 1 file changed, 1 insertion(+), 1 deletion(-)
1446 commit 406a020e5228d4a04da6282f5a75165bab7a483e
1447 Author: Behdad Esfahbod <behdad@behdad.org>
1448 Date: Wed Oct 1 18:54:55 2014 -0400
1450 [travis] Fail build if coveralls fails
1452 .travis.yml | 15 ++-------------
1453 1 file changed, 2 insertions(+), 13 deletions(-)
1455 commit a8aa20260dbd9af9cbcc7d545fa8b41b07aae276
1456 Author: Behdad Esfahbod <behdad@behdad.org>
1457 Date: Wed Oct 1 18:48:40 2014 -0400
1459 [travis] Only run coveralls under gcc
1461 .travis.yml | 5 ++---
1462 1 file changed, 2 insertions(+), 3 deletions(-)
1464 commit 5de0407337d630117e424b7c715b7cbd432f4ef9
1465 Author: Behdad Esfahbod <behdad@behdad.org>
1466 Date: Wed Oct 1 18:18:25 2014 -0400
1468 Help clang with gcov
1470 src/check-defs.sh | 2 +-
1471 src/check-symbols.sh | 6 +++---
1472 2 files changed, 4 insertions(+), 4 deletions(-)
1474 commit ef40ca8e5e830231539dc61088b58e907a840629
1475 Author: Behdad Esfahbod <behdad@behdad.org>
1476 Date: Wed Oct 1 18:07:27 2014 -0400
1478 [travis] Try to make coverage work with clang
1480 .travis.yml | 11 ++++++-----
1481 1 file changed, 6 insertions(+), 5 deletions(-)
1483 commit 52784da17b7278f2587168234878bb15d918c9fe
1484 Author: Behdad Esfahbod <behdad@behdad.org>
1485 Date: Wed Oct 1 17:57:43 2014 -0400
1490 1 file changed, 3 insertions(+), 3 deletions(-)
1492 commit f2c9005f5123c7f9b227fd9ac9a3438c5fe4cf47
1493 Author: Behdad Esfahbod <behdad@behdad.org>
1494 Date: Wed Oct 1 17:45:17 2014 -0400
1496 Add README.md symlink to make github happy
1499 1 file changed, 1 insertion(+)
1501 commit 40987e8aaca4155d9cff211549e8d23f24c334e5
1502 Author: Behdad Esfahbod <behdad@behdad.org>
1503 Date: Wed Oct 1 17:44:30 2014 -0400
1505 [travis] Re-enable clang
1507 .travis.yml | 8 +-------
1508 1 file changed, 1 insertion(+), 7 deletions(-)
1510 commit 5400ac476e5a5bcc66559fcfb05a683a6b433ea1
1511 Author: Behdad Esfahbod <behdad@behdad.org>
1512 Date: Wed Oct 1 17:41:41 2014 -0400
1514 Add build and coverage status links
1517 1 file changed, 3 insertions(+)
1519 commit 19360e0a5609c65842a989587b01a4dc7c9eae36
1520 Author: Behdad Esfahbod <behdad@behdad.org>
1521 Date: Wed Oct 1 17:35:03 2014 -0400
1523 [travis] Report matrix settings to help debugging
1525 .travis.yml | 6 ++++++
1526 1 file changed, 6 insertions(+)
1528 commit 9b89fc52f49b80df1f27ac7de69e0152bdcc94d6
1529 Author: Behdad Esfahbod <behdad@behdad.org>
1530 Date: Wed Oct 1 17:20:31 2014 -0400
1532 [travis] More coveralls
1534 .travis.yml | 7 ++++++-
1535 1 file changed, 6 insertions(+), 1 deletion(-)
1537 commit a68f2b62c1f24009993911b1dbcb76b821e58c51
1538 Author: Behdad Esfahbod <behdad@behdad.org>
1539 Date: Wed Oct 1 17:05:58 2014 -0400
1541 [travis] Give coveralls a hand
1544 1 file changed, 1 insertion(+)
1546 commit 5194d647e13aa5ba2cfcdbdcd4a659dc5bd11418
1547 Author: Behdad Esfahbod <behdad@behdad.org>
1548 Date: Wed Oct 1 17:03:26 2014 -0400
1550 [travis] Disable clang for now
1553 1 file changed, 1 insertion(+), 1 deletion(-)
1555 commit 715f27f85f97fee13b119f60037db5c139489ee6
1556 Author: Behdad Esfahbod <behdad@behdad.org>
1557 Date: Wed Oct 1 16:53:00 2014 -0400
1561 test/shaping/tests/hangul-jamo.tests | 9 ---------
1562 1 file changed, 9 deletions(-)
1564 commit 2a508ddae5de3852243725ce22caa3dcffccb83e
1565 Author: Behdad Esfahbod <behdad@behdad.org>
1566 Date: Wed Oct 1 16:49:22 2014 -0400
1568 [travis] Another try at coveralls.io
1570 .travis.yml | 6 +++---
1571 1 file changed, 3 insertions(+), 3 deletions(-)
1573 commit dfe8078e5be46cab5e67aed977749c1d6725e6a7
1574 Author: Behdad Esfahbod <behdad@behdad.org>
1575 Date: Wed Oct 1 16:38:47 2014 -0400
1577 [travis] First try to hookup coveralls.io code coverage tracking
1579 .travis.yml | 6 ++++--
1580 1 file changed, 4 insertions(+), 2 deletions(-)
1582 commit 1b387571e4d0eed883f1ae8ec85cf0e818b4a7f9
1583 Author: Behdad Esfahbod <behdad@behdad.org>
1584 Date: Wed Oct 1 16:14:59 2014 -0400
1588 .travis.yml | 8 +-------
1589 1 file changed, 1 insertion(+), 7 deletions(-)
1591 commit e281ed360dfdf803aea87b6078983867d08e07a7
1592 Author: Behdad Esfahbod <behdad@behdad.org>
1593 Date: Wed Oct 1 16:09:08 2014 -0400
1597 .travis.yml | 23 +++++++++++++++++++++--
1598 1 file changed, 21 insertions(+), 2 deletions(-)
1600 commit c0b82ba32a1987902a3b9c05b46f8be6b121883a
1601 Author: Behdad Esfahbod <behdad@behdad.org>
1602 Date: Wed Oct 1 14:24:07 2014 -0400
1604 Create ragel-generated files in srcdir
1606 src/Makefile.am | 25 ++++++++++---------------
1607 1 file changed, 10 insertions(+), 15 deletions(-)
1609 commit 79bbb10b0da49ace763a50f259c2ea687143f7ea
1610 Author: Behdad Esfahbod <behdad@behdad.org>
1611 Date: Wed Oct 1 13:33:21 2014 -0400
1613 Clean ragel-generated headers in maintainercleanfiles
1615 src/Makefile.am | 7 +++++++
1616 1 file changed, 7 insertions(+)
1618 commit 8971cac83eb4f06847abfa3eaa15857d27141810
1619 Author: Behdad Esfahbod <behdad@behdad.org>
1620 Date: Wed Oct 1 12:41:03 2014 -0400
1622 Don't use tmp files in Makefile
1624 Useful for code-coverage generation of the ragel-generated files
1625 as they will now contain the correct .hh filename in them.
1627 src/Makefile.am | 27 +++++++++++++--------------
1628 1 file changed, 13 insertions(+), 14 deletions(-)
1630 commit 22723186652224a635f1dad5cda0f753e78c301d
1631 Author: Behdad Esfahbod <behdad@behdad.org>
1632 Date: Wed Oct 1 11:56:07 2014 -0400
1634 check-static-inits: Filter out zero-length sections
1636 When compiling with -O0, zero-sized constructors were showing up
1637 and confusing the test.
1639 src/check-static-inits.sh | 2 +-
1640 1 file changed, 1 insertion(+), 1 deletion(-)
1642 commit b695a3dc2300ed970a4154ad8b997407b3cb4faf
1643 Author: Behdad Esfahbod <behdad@behdad.org>
1644 Date: Wed Oct 1 11:55:14 2014 -0400
1646 check-static-inits: check for static finalizers
1648 src/check-static-inits.sh | 4 ++--
1649 1 file changed, 2 insertions(+), 2 deletions(-)
1651 commit 250398b1e4f102e4e44eeb9e2aebf0cd2d397344
1652 Author: Behdad Esfahbod <behdad@behdad.org>
1653 Date: Wed Oct 1 11:28:01 2014 -0400
1655 Hide other bubble-sort
1657 src/hb-private.hh | 2 +-
1658 1 file changed, 1 insertion(+), 1 deletion(-)
1660 commit c1e87442621beff98791ce56cfd1ccee506c4ee6
1661 Author: Behdad Esfahbod <behdad@behdad.org>
1662 Date: Wed Oct 1 11:07:08 2014 -0400
1666 src/hb-private.hh | 2 +-
1667 1 file changed, 1 insertion(+), 1 deletion(-)
1669 commit 80f77282264afb1356351024b1f062b2824bba3b
1670 Author: Behdad Esfahbod <behdad@behdad.org>
1671 Date: Thu Sep 25 17:59:46 2014 +0300
1673 [util] Fix ansi output when surface is empty
1675 util/helper-cairo-ansi.cc | 4 ++--
1676 1 file changed, 2 insertions(+), 2 deletions(-)
1678 commit 156852991e18e5ac256ee4d6b2916931cc274977
1679 Author: Behdad Esfahbod <behdad@behdad.org>
1680 Date: Thu Sep 25 17:45:49 2014 +0300
1682 [ot-font] Add hb_ot_face_cmap_accelerator_t
1684 src/hb-ot-font.cc | 113
1685 +++++++++++++++++++++++++++++++-----------------------
1686 1 file changed, 66 insertions(+), 47 deletions(-)
1688 commit d088ccaf11d9475fe0d269ce130b1793b8a1ffbf
1689 Author: Behdad Esfahbod <behdad@behdad.org>
1690 Date: Thu Sep 25 17:26:56 2014 +0300
1694 src/hb-ot-font.cc | 23 ++++++++++++-----------
1695 1 file changed, 12 insertions(+), 11 deletions(-)
1697 commit d7c160a1530adabbcf33725b105072293115a34c
1698 Author: Behdad Esfahbod <behdad@behdad.org>
1699 Date: Thu Sep 25 17:15:35 2014 +0300
1701 [ot-font] Handle missing vertical metrics tables
1703 src/hb-ot-font.cc | 26 +++++++++++++++++++-------
1704 1 file changed, 19 insertions(+), 7 deletions(-)
1706 commit be1cca270257bfdfee3fbe821175269713acf408
1707 Author: Behdad Esfahbod <behdad@behdad.org>
1708 Date: Thu Sep 25 16:53:24 2014 +0300
1710 [ot-font] Add metrics_accel_t
1712 src/hb-ot-font.cc | 111
1713 ++++++++++++++++++++++--------------------------
1714 src/hb-ot-hhea-table.hh | 2 +-
1715 src/hb-ot-hmtx-table.hh | 4 +-
1716 3 files changed, 54 insertions(+), 63 deletions(-)
1718 commit d41b809e9d21e655129a97c600d28f278fd7e62c
1719 Author: Behdad Esfahbod <behdad@behdad.org>
1720 Date: Thu Sep 25 13:04:08 2014 +0300
1722 [ot-font] Start adding vertical support
1724 src/hb-ot-font.cc | 57 ++++++++++++++++++++++++++++++++++----------
1725 src/hb-ot-hhea-table.hh | 63
1726 ++++++++++++++++++++++++++-----------------------
1727 src/hb-ot-hmtx-table.hh | 35 +++++++++++++++++----------
1728 3 files changed, 100 insertions(+), 55 deletions(-)
1730 commit 22f0de5025aeeef4c8b3ca876d291d4c8e558d94
1731 Author: Behdad Esfahbod <behdad@behdad.org>
1732 Date: Mon Aug 25 12:54:57 2014 -0400
1736 src/hb-ot-shape-complex-arabic-win1256.hh | 3 +++
1737 1 file changed, 3 insertions(+)
1739 commit d457e3f0ff9b27616a34e4cc110d3edbf8796841
1740 Author: Behdad Esfahbod <behdad@behdad.org>
1741 Date: Mon Aug 25 12:31:19 2014 -0400
1743 [arabic] Don't #include __FILE__
1747 https://code.google.com/p/chromium/issues/detail?id=406957
1749 src/hb-ot-shape-complex-arabic-win1256.hh | 2 +-
1750 1 file changed, 1 insertion(+), 1 deletion(-)
1752 commit 9ceb673d9c35bb28c9b2ed5359bdd8b23fda0019
1753 Author: Behdad Esfahbod <behdad@behdad.org>
1754 Date: Mon Aug 25 11:48:12 2014 -0400
1756 [arabic] Allow disabling win1256 fallback code
1758 By defining HB_NO_WIN1256.
1760 src/hb-ot-shape-complex-arabic-fallback.hh | 2 +-
1761 1 file changed, 1 insertion(+), 1 deletion(-)
1763 commit 8a9319502141c09695461c386e54f998250420e9
1764 Author: Behdad Esfahbod <behdad@behdad.org>
1765 Date: Fri Aug 22 12:06:57 2014 -0400
1767 [ot] Prefer Windows platform cmap tables / accept all Unicode
1770 Some fonts on the Mac ship with (0,1).
1772 src/hb-ot-font.cc | 7 +++++--
1773 1 file changed, 5 insertions(+), 2 deletions(-)
1775 commit 270971a0fccdf4964fd3e8ab8e5cf53037a3518d
1776 Author: Behdad Esfahbod <behdad@behdad.org>
1777 Date: Fri Aug 15 14:28:04 2014 -0400
1779 [win32] Avoid preprocessor warnings re macros
1781 src/hb-private.hh | 8 ++++++--
1782 1 file changed, 6 insertions(+), 2 deletions(-)
1784 commit 8c6bd34d38fb3007c3d660fce0095cc5c7e9962e
1785 Author: Behdad Esfahbod <behdad@behdad.org>
1786 Date: Thu Aug 14 13:33:37 2014 -0400
1788 Fix check-symbols on OS X
1790 src/check-libstdc++.sh | 14 +++++++-------
1791 src/check-symbols.sh | 8 +++++++-
1792 2 files changed, 14 insertions(+), 8 deletions(-)
1794 commit 522b1cc5261c1419166bfb90d2ff634b684be66a
1795 Author: Behdad Esfahbod <behdad@behdad.org>
1796 Date: Thu Aug 14 13:29:30 2014 -0400
1798 [coretext] Hide feature_mappings
1800 src/hb-coretext.cc | 2 +-
1801 1 file changed, 1 insertion(+), 1 deletion(-)
1803 commit 0d2c2f238bf0a847ecd55a70cc0f081f18a053ac
1804 Author: Behdad Esfahbod <behdad@behdad.org>
1805 Date: Thu Aug 14 13:25:55 2014 -0400
1809 src/hb-object-private.hh | 118
1810 +++++++++++++++--------------------------------
1811 1 file changed, 36 insertions(+), 82 deletions(-)
1813 commit 9d861b81f349188a4507350398786a6e94038095
1814 Author: Behdad Esfahbod <behdad@behdad.org>
1815 Date: Thu Aug 14 13:15:21 2014 -0400
1817 Really fix clang build this time
1819 src/hb-object-private.hh | 141
1820 +++++++++++++++++++++++------------------------
1821 1 file changed, 68 insertions(+), 73 deletions(-)
1823 commit 272226f294382b0c6921b36e0e67fc53daa765d3
1824 Author: Behdad Esfahbod <behdad@behdad.org>
1825 Date: Thu Aug 14 13:11:33 2014 -0400
1827 Revert "Fix build on clang after previous commit"
1829 This reverts commit 9c80cbc87f23040a334e30c750f64523d9ef10c8.
1831 src/hb-object-private.hh | 34 +++++++++++++---------------------
1832 1 file changed, 13 insertions(+), 21 deletions(-)
1834 commit 9c80cbc87f23040a334e30c750f64523d9ef10c8
1835 Author: Behdad Esfahbod <behdad@behdad.org>
1836 Date: Thu Aug 14 13:09:52 2014 -0400
1838 Fix build on clang after previous commit
1840 src/hb-object-private.hh | 34 +++++++++++++++++++++-------------
1841 1 file changed, 21 insertions(+), 13 deletions(-)
1843 commit a5a27073cfff91c4f80209ca8462543130af61dd
1844 Author: Behdad Esfahbod <behdad@behdad.org>
1845 Date: Thu Aug 14 13:05:36 2014 -0400
1847 Rewrite this==NULL checks to avoid undefined behavior
1849 Fixes https://code.google.com/p/chromium/issues/detail?id=403594
1851 src/hb-object-private.hh | 18 ++++++++----------
1852 1 file changed, 8 insertions(+), 10 deletions(-)
1854 commit cc3b2d432b02f9381cdf19e2dd5fbbdd002a750c
1855 Author: Behdad Esfahbod <behdad@behdad.org>
1856 Date: Thu Aug 14 12:59:16 2014 -0400
1858 Remove this==NULL check from face->reference_table()
1860 Not supposed to happen, and apparently this is undefined in C++.
1861 https://code.google.com/p/chromium/issues/detail?id=403594
1863 src/hb-face-private.hh | 2 +-
1864 1 file changed, 1 insertion(+), 1 deletion(-)
1866 commit cd7ea4f791dc41d62ad238673e2ea0107883c9e3
1867 Author: Behdad Esfahbod <behdad@behdad.org>
1868 Date: Thu Aug 14 12:57:02 2014 -0400
1870 Make hb_object_t members private
1872 In preparation for fixing:
1873 https://code.google.com/p/chromium/issues/detail?id=403594
1875 src/hb-object-private.hh | 26 +++++++++++++++++++++-----
1876 src/hb-set-private.hh | 2 +-
1877 2 files changed, 22 insertions(+), 6 deletions(-)
1879 commit c4308f895aef93ed884fd54e4ebc65b6d2cfc94a
1880 Author: Behdad Esfahbod <behdad@behdad.org>
1881 Date: Wed Aug 13 19:42:01 2014 -0400
1885 test/shaping/hb_test_tools.py | 2 +-
1886 1 file changed, 1 insertion(+), 1 deletion(-)
1888 commit cd5a1149d980dc3c17b6bb9d961c761b2671ba1b
1889 Author: Behdad Esfahbod <behdad@behdad.org>
1890 Date: Wed Aug 13 12:39:34 2014 -0400
1894 NEWS | 29 +++++++++++++++++++++++++++++
1896 2 files changed, 30 insertions(+), 1 deletion(-)
1898 commit 20076cc41e673c31305fcb58d37b3b292fd35f83
1899 Author: Behdad Esfahbod <behdad@behdad.org>
1900 Date: Tue Aug 12 19:26:35 2014 -0400
1902 [coretext] Add version guards for kCTLanguageAttributeName
1904 src/hb-coretext.cc | 7 +++++++
1905 1 file changed, 7 insertions(+)
1907 commit 1b3011c27df531875d432e909ae6b77f115c5017
1908 Author: Behdad Esfahbod <behdad@behdad.org>
1909 Date: Tue Aug 12 19:17:19 2014 -0400
1911 [coretext] Pass buffer language to CoreText
1913 src/hb-coretext.cc | 12 ++++++++++++
1914 1 file changed, 12 insertions(+)
1916 commit 3eb6a4dbf25b11fce5e0e426e89f7457887aeca0
1917 Author: Behdad Esfahbod <behdad@behdad.org>
1918 Date: Tue Aug 12 19:10:33 2014 -0400
1922 src/hb-coretext.cc | 9 +++++----
1923 1 file changed, 5 insertions(+), 4 deletions(-)
1925 commit 08acfe0d3a1d8223a9fa0696703fff63d6c2ea8b
1926 Author: Behdad Esfahbod <behdad@behdad.org>
1927 Date: Tue Aug 12 18:57:08 2014 -0400
1929 [hb-coretext] Fix cluster order of notdef runs in RTL text
1931 src/hb-coretext.cc | 3 +++
1932 1 file changed, 3 insertions(+)
1934 commit 30eed75de24ac0b6648a72d98d10bb24a563d7ef
1935 Author: Behdad Esfahbod <behdad@behdad.org>
1936 Date: Tue Aug 12 17:15:09 2014 -0400
1938 [shape-plan] Fix typo!
1940 The only effect is, if shaper_list was not NULL and no shaper
1942 we now don't insert anything into cache and return earlier.
1944 src/hb-shape-plan.cc | 2 +-
1945 1 file changed, 1 insertion(+), 1 deletion(-)
1947 commit dc9aba6fc53898acd7281b118cec0355d61b1df2
1948 Author: Behdad Esfahbod <behdad@behdad.org>
1949 Date: Tue Aug 12 17:14:36 2014 -0400
1951 [shape-plan] Better debug messages
1953 src/hb-shape-plan.cc | 14 ++++++++++----
1954 1 file changed, 10 insertions(+), 4 deletions(-)
1956 commit e956c65bf724a8403471362288d2361361b6ac58
1957 Author: Behdad Esfahbod <behdad@behdad.org>
1958 Date: Tue Aug 12 17:03:27 2014 -0400
1960 [shape-plan] Simplify macro
1962 src/hb-shape-plan.cc | 22 ++++++++--------------
1963 1 file changed, 8 insertions(+), 14 deletions(-)
1965 commit 29e25550ce8fee3fecc42d20a45ce9c212dc59df
1966 Author: Behdad Esfahbod <behdad@behdad.org>
1967 Date: Tue Aug 12 17:02:59 2014 -0400
1971 src/hb-private.hh | 9 +++++++++
1972 1 file changed, 9 insertions(+)
1974 commit 8d5eebc0c6ada01128c6ee384340efdbef7ba29d
1975 Author: Behdad Esfahbod <behdad@behdad.org>
1976 Date: Tue Aug 12 16:50:22 2014 -0400
1978 [shape-plan] Fix shape-plan caching with more than one requested
1981 Wasn't breaking out of loop, ouch!
1983 http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1246370.html
1985 src/hb-shape-plan.cc | 9 ++++++---
1986 1 file changed, 6 insertions(+), 3 deletions(-)
1988 commit bc3d0dc60104f1cda465a5e8ba5b40ed5bec70b9
1989 Author: Behdad Esfahbod <behdad@behdad.org>
1990 Date: Tue Aug 12 16:49:18 2014 -0400
1992 [shape-plan] Add debug tracing
1994 src/hb-shape-plan.cc | 26 ++++++++++++++++++++++++++
1995 1 file changed, 26 insertions(+)
1997 commit 81b8d9777b9c38c7e6408591763a4cac6de18e4b
1998 Author: Behdad Esfahbod <behdad@behdad.org>
1999 Date: Tue Aug 12 15:49:47 2014 -0400
2001 [coretext] Fix buffer resizing
2003 Was very broken. Now fixed and tested.
2005 src/hb-coretext.cc | 17 +++++++++++++----
2006 1 file changed, 13 insertions(+), 4 deletions(-)
2008 commit c3e924fb9e0e2d4003790817655efd9c5688c7e1
2009 Author: Behdad Esfahbod <behdad@behdad.org>
2010 Date: Tue Aug 12 14:25:11 2014 -0400
2012 [coretext] Rewind scratch-allocated arrays when not needed anymore
2014 src/hb-coretext.cc | 16 ++++++++++++++++
2015 1 file changed, 16 insertions(+)
2017 commit 8fd4d70b1450d7261a35ab3dea1c70baea2e5c99
2018 Author: Behdad Esfahbod <behdad@behdad.org>
2019 Date: Tue Aug 12 13:12:31 2014 -0400
2021 [wince] Two more Windows CE fixes
2023 Report has it that it builds (and works) now:
2025 https://codereview.qt-project.org/#/c/92087/
2027 src/hb-mutex-private.hh | 2 +-
2028 src/hb-private.hh | 2 ++
2029 2 files changed, 3 insertions(+), 1 deletion(-)
2031 commit fd0001d7dbe6ede99a9f87f96f231ffb53303be8
2032 Author: Behdad Esfahbod <behdad@behdad.org>
2033 Date: Tue Aug 12 10:32:41 2014 -0400
2035 [coretext] Compare CGFont and PS name, if CTFont didn't match
2039 Fixes vertical text. CoreText backend is in very good shape now!
2042 5a0eed3b50629be4826e4e9428f2c3255195395d
2043 25f4fb9b56bb3f8bec821571c78f8829e40daa54
2045 Fixes http://github.com/behdad/harfbuzz/pull/36
2047 src/hb-coretext.cc | 54
2048 ++++++++++++++++++++++++++++++++++++++++++++++++------
2049 1 file changed, 48 insertions(+), 6 deletions(-)
2051 commit 5a0eed3b50629be4826e4e9428f2c3255195395d
2052 Author: Behdad Esfahbod <behdad@behdad.org>
2053 Date: Mon Aug 11 23:47:16 2014 -0400
2055 [coretext] Implement vertical shaping
2057 Currently doesn't work though, we detect font fallback. Apparently
2058 matching on ct_font is not safe for this. Looks like commit
2059 25f4fb9b56bb3f8bec821571c78f8829e40daa54 wasn't enough after all.
2061 src/hb-coretext.cc | 127
2062 ++++++++++++++++++++++++++++++++++-------------------
2063 1 file changed, 81 insertions(+), 46 deletions(-)
2065 commit 1b55077f03758e49f93b8bc1de678e96ea58718c
2066 Author: Behdad Esfahbod <behdad@behdad.org>
2067 Date: Mon Aug 11 20:45:12 2014 -0400
2069 [coretext] Remove unnecessary alt_size
2071 Wasn't needed after a6b8dc87421de33746b0b14d86d2d1532aec02af.
2073 src/hb-coretext.cc | 4 ++--
2074 1 file changed, 2 insertions(+), 2 deletions(-)
2076 commit 10b1104d791a0b0103c6bbb083b5819f2b7d328d
2077 Author: Behdad Esfahbod <behdad@behdad.org>
2078 Date: Mon Aug 11 20:02:45 2014 -0400
2080 [coretext] Use CFRunStatus
2082 Assert that all runs had expected direction, and take hint for
2083 non-monotone clusters.
2085 src/hb-coretext.cc | 17 +++++++++++++++--
2086 1 file changed, 15 insertions(+), 2 deletions(-)
2088 commit fd1a6aa8d029c701b1532efa59ce901109cfc216
2089 Author: Behdad Esfahbod <behdad@behdad.org>
2090 Date: Mon Aug 11 20:01:37 2014 -0400
2094 src/hb-coretext.cc | 3 ++-
2095 1 file changed, 2 insertions(+), 1 deletion(-)
2097 commit 130856c705641aa681307b5b51b5fb84e295f382
2098 Author: Behdad Esfahbod <behdad@behdad.org>
2099 Date: Mon Aug 11 19:16:26 2014 -0400
2101 [coretext] Remove debug printf!
2103 src/hb-coretext.cc | 1 -
2104 1 file changed, 1 deletion(-)
2106 commit b5fbc3b8f560235d014c62e49220574ffcf89349
2107 Author: Behdad Esfahbod <behdad@behdad.org>
2108 Date: Mon Aug 11 18:40:01 2014 -0400
2110 API: Do not clear buffer-flags in hb_buffer_clear_contents()
2112 After 763e5466c0a03a7c27020e1e2598e488612529a7, one doesn't
2113 need to set flags for different pieces of text. The flags now
2114 are something the client sets up once, depending on how it
2115 actually uses the buffer. As such, don't clear it in
2120 src/hb-buffer-private.hh | 4 +---
2121 src/hb-buffer.cc | 4 ++--
2122 test/api/test-buffer.c | 15 ++++++++++++---
2123 3 files changed, 15 insertions(+), 8 deletions(-)
2125 commit 104484cefeca03d95837bba5f39178693c86ce8a
2126 Author: Behdad Esfahbod <behdad@behdad.org>
2127 Date: Mon Aug 11 18:23:43 2014 -0400
2131 src/hb-common.h | 5 +++--
2132 1 file changed, 3 insertions(+), 2 deletions(-)
2134 commit 4acce77db7dd588ba277779c4997b0256ebe426e
2135 Author: Behdad Esfahbod <behdad@behdad.org>
2136 Date: Mon Aug 11 17:46:50 2014 -0400
2138 [coretext] Pass buffer direction to CoreText
2140 Have to use a CTTypesetter for this.
2142 src/hb-coretext.cc | 26 ++++++++++++++++++++++----
2143 1 file changed, 22 insertions(+), 4 deletions(-)
2145 commit 5ec45dd37caa8a87ce2689a66272ba8a343fe6ba
2146 Author: Behdad Esfahbod <behdad@behdad.org>
2147 Date: Mon Aug 11 17:46:12 2014 -0400
2151 It's hard to handle all possible NULL returns from CoreText. Add one
2154 src/hb-coretext.cc | 8 +++++---
2155 1 file changed, 5 insertions(+), 3 deletions(-)
2157 commit 624a299b829ccf9864dd2f3001b1a49476e96b4a
2158 Author: Behdad Esfahbod <behdad@behdad.org>
2159 Date: Mon Aug 11 15:29:18 2014 -0400
2161 [coretext] Attach marks to base clusters
2163 Fixes https://githu.com/behdad/harfbuzz/issues/49
2164 to the extent that it can be fixed.
2166 src/hb-coretext.cc | 16 ++++++++++++++++
2167 1 file changed, 16 insertions(+)
2169 commit 3c41ccb5358b0be6cc68d49f436d2cb1792cd5e5
2170 Author: Behdad Esfahbod <behdad@behdad.org>
2171 Date: Mon Aug 11 15:11:59 2014 -0400
2173 [coretext] Use input clusters
2175 Before, this shaper was returning UTF-16 cluster indices instead of
2176 returning whatever cluster values the user had had set up in the
2180 src/hb-coretext.cc | 6 ++----
2181 1 file changed, 2 insertions(+), 4 deletions(-)
2183 commit a6b8dc87421de33746b0b14d86d2d1532aec02af
2184 Author: Behdad Esfahbod <behdad@behdad.org>
2185 Date: Mon Aug 11 15:08:19 2014 -0400
2187 [coretext] Fix buffer resize handling
2189 We can't really resize buffer and continue in this shaper as we are
2190 using the scratch buffer for string_ref and log_cluster. Restructure
2191 shaper to retry from (almost) scratch.
2193 src/hb-buffer-private.hh | 3 +
2194 src/hb-coretext.cc | 428
2195 ++++++++++++++++++++++++++---------------------
2196 2 files changed, 238 insertions(+), 193 deletions(-)
2198 commit 9b3c60c88b118f01610ae7a608b138f79f2dc7be
2199 Author: Behdad Esfahbod <behdad@behdad.org>
2200 Date: Mon Aug 11 13:25:43 2014 -0400
2202 [coretext] Always compute log_clusters
2206 src/hb-coretext.cc | 24 +++++++++++-------------
2207 1 file changed, 11 insertions(+), 13 deletions(-)
2209 commit 15c633dd1f412f9ef839d80a8f7af35e7ea48fbc
2210 Author: Behdad Esfahbod <behdad@behdad.org>
2211 Date: Mon Aug 11 13:42:42 2014 -0400
2215 src/hb-graphite2.cc | 4 ++--
2216 src/hb-uniscribe.cc | 6 ++----
2217 2 files changed, 4 insertions(+), 6 deletions(-)
2219 commit 9ce067c77524a9ffc77ceabcba5e7dab36fd39de
2220 Author: Behdad Esfahbod <behdad@behdad.org>
2221 Date: Mon Aug 11 02:04:38 2014 -0400
2223 [coretext] Simplify cluster mapping
2225 src/hb-coretext.cc | 41 +++++++++++++++++------------------------
2226 1 file changed, 17 insertions(+), 24 deletions(-)
2228 commit 49f7fb63761e4ca9936990fb90a77fd3600f5ad2
2229 Author: Behdad Esfahbod <behdad@behdad.org>
2230 Date: Sun Aug 10 19:19:38 2014 -0400
2234 src/hb-coretext.cc | 2 +-
2235 1 file changed, 1 insertion(+), 1 deletion(-)
2237 commit 25f4fb9b56bb3f8bec821571c78f8829e40daa54
2238 Author: Behdad Esfahbod <behdad@behdad.org>
2239 Date: Sun Aug 10 19:05:25 2014 -0400
2241 [coretext] Fix fallback detection
2243 Fixes http://github.com/behdad/harfbuzz/pull/36
2245 src/hb-coretext.cc | 29 ++++++++++++++++++++---------
2246 1 file changed, 20 insertions(+), 9 deletions(-)
2248 commit 77a7a53acef7de355116d488e7d64ff1d7e9e9e1
2249 Author: Behdad Esfahbod <behdad@behdad.org>
2250 Date: Sun Aug 10 18:59:47 2014 -0400
2252 [coretext] Fix last range
2256 hb-view /Library/Fonts/Zapfino.ttf ZapfinoZapfino --features=-dlig[7:]
2259 src/hb-coretext.cc | 2 +-
2260 1 file changed, 1 insertion(+), 1 deletion(-)
2262 commit c2b151d95262a8dc2d2ce94e19ab0ef5b0c8f98d
2263 Author: Behdad Esfahbod <behdad@behdad.org>
2264 Date: Sun Aug 10 18:52:07 2014 -0400
2266 Fix hb_in_range() for types smaller than int
2268 As exercised by hb-coretext .notdef code.
2270 src/hb-private.hh | 4 +++-
2271 1 file changed, 3 insertions(+), 1 deletion(-)
2273 commit 26a963b9cb4af3119177f277a2d48a5d537458fb
2274 Author: Behdad Esfahbod <behdad@behdad.org>
2275 Date: Sun Aug 10 18:04:50 2014 -0400
2277 [wince] Try to fix some stuff on Windows CE
2279 Based on errors seen here:
2280 http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_03837/wince70embedded-armv4i-msvc2008_Windows_7/log.txt.gz
2284 src/hb-private.hh | 8 ++++++++
2285 1 file changed, 8 insertions(+)
2287 commit 92aeee3f040c2c32cbf70b27bd6954535388c870
2288 Author: Behdad Esfahbod <behdad@behdad.org>
2289 Date: Sun Aug 10 17:42:19 2014 -0400
2293 src/hb-coretext.cc | 4 ++--
2294 src/hb-uniscribe.cc | 4 ++--
2295 2 files changed, 4 insertions(+), 4 deletions(-)
2297 commit b9993d8d6d332994dfbd29e99ff8043622003417
2298 Author: Behdad Esfahbod <behdad@behdad.org>
2299 Date: Sun Aug 10 17:40:24 2014 -0400
2301 [coretext] Fix assert on Yosemite
2303 Apparently those functions documented as sometimes returning NULL
2304 actually exercise that right in OS X 10.10 Yosemite. The scratch
2305 was too small for that. I *think* I fixed it, but haven't tested
2306 as I don't have Yosemite.
2308 src/hb-coretext.cc | 6 +++++-
2309 1 file changed, 5 insertions(+), 1 deletion(-)
2311 commit 087733dd66e17297ef0e53680fafe42c84884104
2312 Author: Behdad Esfahbod <behdad@behdad.org>
2313 Date: Fri Apr 18 11:21:08 2014 -0700
2315 [coretext] Use CGFont as face_data
2317 src/hb-coretext.cc | 26 +++++++++-----------------
2318 1 file changed, 9 insertions(+), 17 deletions(-)
2320 commit d277c3d7eee1fd4fb41c38255e5c4df539353e89
2321 Author: Behdad Esfahbod <behdad@behdad.org>
2322 Date: Thu Aug 7 15:38:52 2014 -0400
2324 [arabic] Bug 82306 - Mandaic had errors in its Unicode Joining_Type
2326 Fixes https://bugs.freedesktop.org/show_bug.cgi?id=82306
2328 src/hb-ot-shape-complex-arabic-table.hh | 2 +-
2329 1 file changed, 1 insertion(+), 1 deletion(-)
2331 commit 38fb30d7420a4b01f99cee31baa8c3990a1d1c5f
2332 Author: Behdad Esfahbod <behdad@behdad.org>
2333 Date: Wed Aug 6 13:34:49 2014 -0400
2335 Use atexit() only if it's safe to call from shared library
2337 Apparently they are not (advertised as?) safe on BSD systems.
2338 We ignore the case of static libraries.
2340 Whitelisted on glibc, Android, and MSVC / mingw.
2342 https://bugs.freedesktop.org/show_bug.cgi?id=82246
2344 src/hb-common.cc | 4 ++--
2346 src/hb-private.hh | 25 +++++++++++++++++++++++++
2347 src/hb-shape.cc | 2 +-
2348 src/hb-shaper.cc | 2 +-
2349 src/hb-uniscribe.cc | 2 +-
2350 6 files changed, 31 insertions(+), 6 deletions(-)
2352 commit d5e61470fa8e5046c35a79988e00e012ae4fff0f
2353 Author: Behdad Esfahbod <behdad@behdad.org>
2354 Date: Tue Aug 5 14:19:01 2014 -0400
2356 [arabic] Fix fallback shaping regression
2358 Was broken in 615d00ea252739da57edbd980ff27e573.
2360 Fixes https://github.com/behdad/harfbuzz/pull/48
2364 src/hb-ot-shape-complex-arabic.cc | 4 ++--
2365 test/shaping/Makefile.am | 1 +
2366 test/shaping/fonts/sha1sum/MANIFEST | 1 +
2367 .../sha1sum/df768b9c257e0c9c35786c47cae15c46571d56be.ttf | Bin 0 ->
2369 test/shaping/tests/MANIFEST | 1 +
2370 test/shaping/tests/arabic-fallback-shaping.tests | 1 +
2371 6 files changed, 6 insertions(+), 2 deletions(-)
2373 commit 91c2c0fd2b0f660d79744b3dfaf39ab86883e96b
2374 Author: Behdad Esfahbod <behdad@behdad.org>
2375 Date: Sat Aug 2 19:24:55 2014 -0400
2379 NEWS | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
2381 2 files changed, 54 insertions(+), 1 deletion(-)
2383 commit d7c850f8037d2701366008eb8c2a527c9d40abde
2384 Author: Behdad Esfahbod <behdad@behdad.org>
2385 Date: Sat Aug 2 17:46:38 2014 -0400
2389 src/hb-uniscribe.cc | 1 +
2390 1 file changed, 1 insertion(+)
2392 commit 8f3eebf7ee4005f9a8efaafcb7f4058cc0a3756e
2393 Author: Behdad Esfahbod <behdad@behdad.org>
2394 Date: Sat Aug 2 17:18:46 2014 -0400
2396 Make sure gsubgpos buffer vars are available during fallback_position
2398 Add buffer var allocation asserts to a few key places.
2400 src/hb-ot-layout-gpos-table.hh | 4 ++--
2401 src/hb-ot-layout-gsub-table.hh | 2 +-
2402 src/hb-ot-layout-private.hh | 15 +++++++++++++++
2403 src/hb-ot-shape-complex-arabic-fallback.hh | 2 +-
2404 src/hb-ot-shape-fallback.cc | 2 ++
2405 src/hb-ot-shape-normalize.cc | 2 ++
2406 src/hb-ot-shape.cc | 3 +++
2407 7 files changed, 26 insertions(+), 4 deletions(-)
2409 commit 2053f369f84676f197ac41ea654a318c48922abd
2410 Author: Behdad Esfahbod <behdad@behdad.org>
2411 Date: Sat Aug 2 16:31:16 2014 -0400
2413 Disable 'liga' for vertical text
2415 The reason we turned it on is because Kazuraki uses it. But that's
2416 not reason enough. Until the OpenType spec gets its act together re
2417 adding design-direction to lookups, this is better user experience.
2419 src/hb-ot-shape.cc | 2 +-
2420 1 file changed, 1 insertion(+), 1 deletion(-)
2422 commit 763e5466c0a03a7c27020e1e2598e488612529a7
2423 Author: Behdad Esfahbod <behdad@behdad.org>
2424 Date: Sat Aug 2 16:17:44 2014 -0400
2426 Make it easier to use HB_BUFFER_FLAG_BOT/EOT
2428 Previously, we expected users to provide BOT/EOT flags when the
2429 text *segment* was at paragraph boundaries. This meant that for
2430 clients that provide full paragraph to HarfBuzz (eg. Pango), they
2433 hb_buffer_set_flags (hb_buffer,
2434 (item_offset == 0 ? HB_BUFFER_FLAG_BOT : 0) |
2435 (item_offset + item_length == paragraph_length
2437 HB_BUFFER_FLAG_EOT : 0));
2439 hb_buffer_add_utf8 (hb_buffer,
2440 paragraph_text, paragraph_length,
2441 item_offset, item_length);
2443 After this change such clients can simply say:
2445 hb_buffer_set_flags (hb_buffer,
2446 HB_BUFFER_FLAG_BOT | HB_BUFFER_FLAG_EOT);
2448 hb_buffer_add_utf8 (hb_buffer,
2449 paragraph_text, paragraph_length,
2450 item_offset, item_length);
2452 Ie, HarfBuzz itself checks whether the segment is at the beginning/end
2453 of the paragraph. Clients that only pass item-at-a-time to HarfBuzz
2454 continue not setting any flags whatsoever.
2456 Another way to put it is: if there's pre-context text in the buffer,
2457 HarfBuzz ignores the BOT flag. If there's post-context, it ignores
2460 src/hb-ot-shape-complex-arabic.cc | 40
2461 +++++++++++++++++++--------------------
2462 src/hb-ot-shape.cc | 1 +
2463 2 files changed, 20 insertions(+), 21 deletions(-)
2465 commit 0a5ae9336231c4d189e1682e4fd9c9c4552b8bbf
2466 Merge: ac53443 6ab6be3
2467 Author: Behdad Esfahbod <behdad@behdad.org>
2468 Date: Sat Aug 2 15:00:34 2014 -0400
2470 Merge branch 'win1256'
2472 commit 6ab6be32c5857ce3344021ad2996e80b2a8c8f99
2473 Author: Behdad Esfahbod <behdad@behdad.org>
2474 Date: Sat Aug 2 14:58:38 2014 -0400
2476 [arabic/win1256] Remove unused MultipleSubst macros
2478 src/hb-ot-shape-complex-arabic-win1256.hh | 12 ------------
2479 1 file changed, 12 deletions(-)
2481 commit abfa4252cce1c56c472693dcd8400cd97ededd2f
2482 Author: Behdad Esfahbod <behdad@behdad.org>
2483 Date: Fri Aug 1 19:05:33 2014 -0400
2485 [arabic/win1256] Really fix lam-alef this time
2487 https://bugzilla.mozilla.org/show_bug.cgi?id=1045139#c26
2488 https://github.com/behdad/harfbuzz/commit/b276e897d17519a2c28f79d024904ac2bdd86bcf#commitcomment-7243499
2490 src/hb-ot-shape-complex-arabic-fallback.hh | 2 +-
2491 src/hb-ot-shape-complex-arabic-win1256.hh | 49
2492 +++++++++---------------------
2493 2 files changed, 15 insertions(+), 36 deletions(-)
2495 commit 55977f2a462b7fa1248eab3787053dc82320d3e5
2496 Author: Behdad Esfahbod <behdad@behdad.org>
2497 Date: Fri Aug 1 16:14:33 2014 -0400
2499 [arabic/win1256] Hook up lamMedi lookup
2501 Restructure lookup array to accommodate.
2503 https://bugzilla.mozilla.org/show_bug.cgi?id=1045139#c18
2505 src/hb-ot-shape-complex-arabic-fallback.hh | 26
2506 ++++++++++----------------
2507 src/hb-ot-shape-complex-arabic-win1256.hh | 1 +
2508 2 files changed, 11 insertions(+), 16 deletions(-)
2510 commit e839e2523e64fd0cf21929f6a45e2facd59c7917
2511 Author: Behdad Esfahbod <behdad@behdad.org>
2512 Date: Fri Aug 1 16:09:31 2014 -0400
2514 [arabic/win1256] Fix TEH MARBUTA final form
2516 https://bugzilla.mozilla.org/show_bug.cgi?id=1045139#c18
2518 src/hb-ot-shape-complex-arabic-win1256.hh | 8 ++++----
2519 1 file changed, 4 insertions(+), 4 deletions(-)
2521 commit a2de193220ee2839125594bd1a60b5b66ab4598e
2522 Author: Behdad Esfahbod <behdad@behdad.org>
2523 Date: Thu Jul 31 18:21:05 2014 -0400
2525 [arabic/win1256] Fix shaping of JEEM, HAH, and KHAH
2527 https://bugzilla.mozilla.org/show_bug.cgi?id=1045139#c16
2529 src/hb-ot-shape-complex-arabic-win1256.hh | 22 ++++++++++++----------
2530 1 file changed, 12 insertions(+), 10 deletions(-)
2532 commit 1789ccb1dd56af6117eac00e633eff94860ba252
2533 Author: Behdad Esfahbod <behdad@behdad.org>
2534 Date: Thu Jul 31 11:04:00 2014 -0400
2536 [arabic/win1256] Remove GCC'ism
2538 The table can now compile independently too. If we cannot make
2540 on MSVC, we can always generate the data and distribute it.
2542 The code now compiles cleanly with:
2544 gcc -c -xc -std=c99 -Werror -pedantic
2545 hb-ot-shape-complex-arabic-win1256.hh
2546 g++ -c -xc -std=c++1x -Werror -pedantic
2547 hb-ot-shape-complex-arabic-win1256.hh
2550 https://github.com/behdad/harfbuzz/commit/a97f537cec209649302899975d76ca2b2661da7a#commitcomment-7218736
2552 src/hb-ot-shape-complex-arabic-fallback.hh | 4 +-
2553 src/hb-ot-shape-complex-arabic-win1256.hh | 123
2554 +++++++++++++++++------------
2555 2 files changed, 75 insertions(+), 52 deletions(-)
2557 commit f28b1c823db2ad56fed356ef864a7508d23048b8
2558 Author: Behdad Esfahbod <behdad@behdad.org>
2559 Date: Wed Jul 30 02:15:44 2014 -0400
2561 [arabic] Implement Windows-1256 private shaping
2563 Bug 1045139 - The Arabic text with "MS Sans Serif" font is rendered
2565 https://bugzilla.mozilla.org/show_bug.cgi?id=1045139
2567 This is only enabled on Windows platforms, and requires support from
2568 Uniscribe to work. But for clients that do hook up to Uniscribe, this
2569 fixes shaping of Windows-1256-encoded bitmap fonts like "MS Sans
2572 The code and table together have just less than a 1kb footprint when
2575 UNTESTED. I might even have broken regular Arabic fallback shaping.
2577 src/Makefile.am | 1 +
2578 src/check-includes.sh | 2 +-
2579 src/hb-ot-shape-complex-arabic-fallback.hh | 125 +++++++++--
2580 src/hb-ot-shape-complex-arabic-win1256.hh | 328
2581 +++++++++++++++++++++++++++++
2582 4 files changed, 442 insertions(+), 14 deletions(-)
2584 commit ac53443f1cea83ed43a4e41a9fdb91902f7fae7b
2585 Author: Behdad Esfahbod <behdad@behdad.org>
2586 Date: Thu Jul 31 18:51:37 2014 -0400
2588 [hangul] Don't apply 'calt'
2594 src/hb-ot-shape-complex-hangul.cc | 11
2596 test/shaping/Makefile.am | 1 +
2597 .../sha1sum/757ebd573617a24aa9dfbf0b885c54875c6fe06b.ttf | Bin 0 ->
2599 .../sha1sum/7e14e7883ed152baa158b80e207b66114c823a8b.ttf | Bin 0 ->
2601 test/shaping/fonts/sha1sum/MANIFEST | 2 ++
2602 test/shaping/tests/MANIFEST | 1 +
2603 test/shaping/tests/hangul-jamo.tests | 11
2605 7 files changed, 25 insertions(+), 1 deletion(-)
2607 commit 8292f96b2be173ebceb1b54426c271cfeaecd633
2608 Author: Behdad Esfahbod <behdad@behdad.org>
2609 Date: Thu Jul 31 18:33:11 2014 -0400
2611 [test] Fix record-test.sh
2613 test/shaping/record-test.sh | 2 +-
2614 1 file changed, 1 insertion(+), 1 deletion(-)
2616 commit 88911e8cc765c26e502503a3a00ac7f17973f3d9
2617 Author: Behdad Esfahbod <behdad@behdad.org>
2618 Date: Tue Jul 29 19:47:26 2014 -0400
2622 src/hb-ot-shape-complex-arabic-fallback.hh | 1 +
2623 1 file changed, 1 insertion(+)
2625 commit 9e834e29e0b657f0555df1ab9cea79ff7abcf08d
2626 Author: Behdad Esfahbod <behdad@behdad.org>
2627 Date: Sat Jul 26 20:34:01 2014 -0400
2629 [hebrew] Zero mark advance by GDEF late
2631 Seems to be what Uniscribe does.
2633 At this point I think it's work checking our default...
2635 Fixes Bug 76767 - Zeroing of advance of 2nd component of multiple
2636 substitution with SBL Hebrew
2637 https://bugs.freedesktop.org/show_bug.cgi?id=76767
2641 src/hb-ot-shape-complex-hebrew.cc | 2 +-
2642 .../sha1sum/8454d22037f892e76614e1645d066689a0200e61.ttf | Bin 0 ->
2644 test/shaping/fonts/sha1sum/MANIFEST | 1 +
2645 test/shaping/tests/zero-width-marks.tests | 1 +
2646 4 files changed, 3 insertions(+), 1 deletion(-)
2648 commit 6f2d9ba52a6d1e3fc200da1ef0e85ba020fcd0dc
2649 Author: Behdad Esfahbod <behdad@behdad.org>
2650 Date: Sat Jul 26 19:17:44 2014 -0400
2652 Add old-Myanmar shaper
2654 Looks like Unsicribe responds to the 'mymr' tag by zeroing marks
2655 GDEF_LATE instead of generic-shaper UNICODE_LATE. Implement that.
2658 Bug 81775 - Incorrect Rendering with harfbuzz-ng myanmar unicode
2659 https://bugs.freedesktop.org/show_bug.cgi?id=81775
2661 Micro-test added based on Padauk.
2663 src/hb-ot-shape-complex-myanmar.cc | 18
2665 src/hb-ot-shape-complex-private.hh | 5 +++--
2666 test/shaping/Makefile.am | 1 +
2667 test/shaping/fonts/sha1sum/MANIFEST | 1 +
2668 .../bb9473d2403488714043bcfb946c9f78b86ad627.ttf | Bin 0 ->
2670 test/shaping/tests/MANIFEST | 1 +
2671 test/shaping/tests/zero-width-marks.tests | 1 +
2672 7 files changed, 25 insertions(+), 2 deletions(-)
2674 commit 595d2b96c37de8147489dc5e0ddcc4ab1ad3eea9
2675 Author: Behdad Esfahbod <behdad@behdad.org>
2676 Date: Sat Jul 26 18:44:15 2014 -0400
2680 src/hb-ot-shape-complex-indic.cc | 1 +
2681 src/hb-ot-shape.cc | 2 +-
2682 2 files changed, 2 insertions(+), 1 deletion(-)
2684 commit fe6788bc570d77d5b3aafc68efd51ca6b80499b1
2685 Author: Behdad Esfahbod <behdad@behdad.org>
2686 Date: Fri Jul 25 12:40:56 2014 -0400
2690 src/hb-common.h | 2 +-
2691 1 file changed, 1 insertion(+), 1 deletion(-)
2693 commit 0de25d4184d2d92b1a2ebb6fa054275aaae4c316
2694 Author: Behdad Esfahbod <behdad@behdad.org>
2695 Date: Fri Jul 25 12:35:03 2014 -0400
2697 [util] Note CSS compatibility in --help-features
2699 util/options.cc | 4 +++-
2700 1 file changed, 3 insertions(+), 1 deletion(-)
2702 commit 6e69200a2aadbc6bba35ffb4a058c14286b84f46
2703 Author: Behdad Esfahbod <behdad@behdad.org>
2704 Date: Fri Jul 25 12:30:47 2014 -0400
2706 Fix snprintf() format
2708 Patch from Maks Naumov.
2709 Fixes https://github.com/behdad/harfbuzz/pull/22
2711 src/hb-shape.cc | 6 +++---
2712 1 file changed, 3 insertions(+), 3 deletions(-)
2714 commit 5c5cdbbdf8be231c433e21b050a6c6991d327b61
2715 Author: Behdad Esfahbod <behdad@behdad.org>
2716 Date: Fri Jul 25 12:21:49 2014 -0400
2718 Make sure broken feature strings are not partially parsed
2720 If user doesn't check hb_feature_from_string() return value, we
2721 don't want them to end up see the partially-parsed feature.
2723 src/hb-shape.cc | 18 ++++++++++++++----
2724 1 file changed, 14 insertions(+), 4 deletions(-)
2726 commit a795fe637846e0d9561d2f7cdd84cfafd58b23a7
2727 Author: Behdad Esfahbod <behdad@behdad.org>
2728 Date: Fri Jul 25 12:15:33 2014 -0400
2730 Allow quotation marks around feature tag in hb_feature_from_string()
2732 With this, I believe we accept CSS feature strings completely.
2734 src/hb-shape.cc | 24 +++++++++++++++++++++---
2735 1 file changed, 21 insertions(+), 3 deletions(-)
2737 commit 3f6461847412e78bcddc8eba97200f3afcde869a
2738 Author: Behdad Esfahbod <behdad@behdad.org>
2739 Date: Fri Jul 25 12:04:27 2014 -0400
2741 Allow space at the end of feature string with values, eg 'dlig=1 '
2743 src/hb-shape.cc | 4 +++-
2744 1 file changed, 3 insertions(+), 1 deletion(-)
2746 commit f31f7d2259dd8edffc070af55938cb7aa23514c1
2747 Author: Behdad Esfahbod <behdad@behdad.org>
2748 Date: Fri Jul 25 12:03:52 2014 -0400
2752 src/hb-shape.cc | 18 +++++++++---------
2753 1 file changed, 9 insertions(+), 9 deletions(-)
2755 commit 60cb18a5dea2d30793f89e80995bb729c014864a
2756 Author: Behdad Esfahbod <behdad@behdad.org>
2757 Date: Fri Jul 25 12:01:22 2014 -0400
2759 Allow on/off in hb_feature_from_string()
2761 We now allow things like "dlig on" / "dlig=on".
2763 src/hb-shape.cc | 26 ++++++++++++++++++++++++--
2764 1 file changed, 24 insertions(+), 2 deletions(-)
2766 commit d9e618eca9e01c2eb6db65504af3f73be370a1e7
2767 Author: Behdad Esfahbod <behdad@behdad.org>
2768 Date: Fri Jul 25 11:56:01 2014 -0400
2770 Remove duplicate definition of ISALNUM
2772 It's defined in hb-private.h already.
2774 src/hb-shape.cc | 2 --
2775 1 file changed, 2 deletions(-)
2777 commit 2ee5f665ded86147acedc400153c0b3a90fe07c6
2778 Author: Behdad Esfahbod <behdad@behdad.org>
2779 Date: Fri Jul 25 11:53:46 2014 -0400
2781 Fix parsing of features like "- liga" (with the space)
2783 src/hb-shape.cc | 4 ++--
2784 1 file changed, 2 insertions(+), 2 deletions(-)
2786 commit e15fa7a8cffbe6a67b1048d7b87b7df77d8b1686
2787 Author: Behdad Esfahbod <behdad@behdad.org>
2788 Date: Fri Jul 25 11:44:35 2014 -0400
2790 Do not require the '=' in hb_feature_from_string()
2792 Towards accepting CSS font-feature-settings strings.
2794 src/hb-shape.cc | 6 +++++-
2795 1 file changed, 5 insertions(+), 1 deletion(-)
2797 commit f4fe9baefdb7e0ff9946f88b6f4b55738fa30cdf
2798 Author: Behdad Esfahbod <behdad@behdad.org>
2799 Date: Fri Jul 25 11:39:55 2014 -0400
2801 Reject tags longer than 4 chars in hb_feature_from_string()
2803 src/hb-shape.cc | 2 +-
2804 1 file changed, 1 insertion(+), 1 deletion(-)
2806 commit 7e8c38954649c0bf2e6051d84ca08dce090ec169
2807 Author: Behdad Esfahbod <behdad@behdad.org>
2808 Date: Fri Jul 25 11:18:11 2014 -0400
2810 Minor warnings fixes
2812 Some systems insist on -Wmissing-field-initializers. We have
2814 by design. Fix a few easy ones.
2816 src/hb-open-type-private.hh | 2 +-
2817 src/hb-ot-layout-private.hh | 2 +-
2818 src/hb-private.hh | 2 +-
2819 3 files changed, 3 insertions(+), 3 deletions(-)
2821 commit fc0daafab0336b847ac14682e581a8838f36a0bf
2822 Author: Behdad Esfahbod <behdad@behdad.org>
2823 Date: Wed Jul 23 16:48:51 2014 -0400
2825 [indic] Handle old-spec Malayalam reordering with final Halant
2831 src/hb-ot-shape-complex-indic.cc | 28
2832 +++++++++++++++++----
2833 test/shaping/Makefile.am | 1 +
2834 .../270b89df543a7e48e206a2d830c0e10e5265c630.ttf | Bin 0 -> 3428 bytes
2835 .../57a9d9f83020155cbb1d2be1f43d82388cbecc88.ttf | Bin 0 -> 2272 bytes
2836 test/shaping/fonts/sha1sum/MANIFEST | 2 ++
2837 test/shaping/tests/MANIFEST | 1 +
2838 test/shaping/tests/indic-old-spec.tests | 2 ++
2839 .../indic/script-malayalam/misc/misc.txt | 1 +
2840 8 files changed, 30 insertions(+), 5 deletions(-)
2842 commit d6d349d17898529ecdf8217a54987a3e9f81ce05
2843 Author: Behdad Esfahbod <behdad@behdad.org>
2844 Date: Wed Jul 23 11:38:49 2014 -0400
2846 Give CC to gir-scanner
2849 https://github.com/Alexpux/MINGW-packages/blob/master/mingw-w64-harfbuzz/0001-give-cc-to-gir-scanner.all.patch
2851 src/Makefile.am | 1 +
2852 1 file changed, 1 insertion(+)
2854 commit 8c1bdb46facb79cfca5ebfea9a7e467b40337f47
2855 Author: Behdad Esfahbod <behdad@behdad.org>
2856 Date: Tue Jul 22 17:56:43 2014 -0400
2860 NEWS | 10 ++++++++++
2862 2 files changed, 11 insertions(+), 1 deletion(-)
2864 commit d218bdb26b226fbf68331eb586b24460c061313d
2865 Author: Behdad Esfahbod <behdad@behdad.org>
2866 Date: Tue Jul 22 18:01:46 2014 -0400
2868 Fix test runner under Windows
2870 test/shaping/Makefile.am | 2 +-
2871 1 file changed, 1 insertion(+), 1 deletion(-)
2873 commit 3f310dc0cae9015c45ba642b9b83d5695c807aad
2874 Author: Behdad Esfahbod <behdad@behdad.org>
2875 Date: Tue Jul 22 16:26:27 2014 -0400
2877 Disallow changing settings on immutable face
2881 src/hb-face.cc | 8 ++++----
2882 src/hb-font.cc | 4 ++--
2883 src/hb-unicode.cc | 2 +-
2884 3 files changed, 7 insertions(+), 7 deletions(-)
2886 commit 0fc0a1022854324261fea8893678a3e9fd9443eb
2887 Author: Behdad Esfahbod <behdad@behdad.org>
2888 Date: Mon Jul 21 11:12:54 2014 -0400
2890 [win] Fix Cygwin build
2892 https://github.com/behdad/harfbuzz/commit/db308280488c2ee11ba865a9922eb6a0c1abeef3#commitcomment-7077778
2894 src/hb-private.hh | 2 +-
2895 1 file changed, 1 insertion(+), 1 deletion(-)
2897 commit 1132a7dd0ecf1c425078e39e5471330bace42659
2898 Author: Behdad Esfahbod <behdad@behdad.org>
2899 Date: Sun Jul 20 01:17:40 2014 -0400
2901 Add HB_TAG_MAX_SIGNED / _HB_SCRIPT_MAX_VALUE_SIGNED
2903 To make C language police happy.
2905 src/hb-common.h | 17 ++++++++++++-----
2906 1 file changed, 12 insertions(+), 5 deletions(-)
2908 commit df99976398a53521e0228541055dcaee8f5ba87f
2909 Author: Behdad Esfahbod <behdad@behdad.org>
2910 Date: Sat Jul 19 17:31:23 2014 -0400
2912 [gobject] Skip _HB_SCRIPT_MAX_VALUE
2914 Fixes https://github.com/behdad/harfbuzz/pull/38
2916 src/hb-common.h | 2 +-
2917 1 file changed, 1 insertion(+), 1 deletion(-)
2919 commit f1a8d50a87edfb8147aa1bec732ed7ccbfef2877
2920 Author: Behdad Esfahbod <behdad@behdad.org>
2921 Date: Sat Jul 19 16:52:32 2014 -0400
2923 [win] Don't define visibility attribtue under Cygwin
2925 src/hb-private.hh | 2 +-
2926 1 file changed, 1 insertion(+), 1 deletion(-)
2928 commit 9c77027d645142794c3ff1590a96bb151c3f2e91
2929 Author: Behdad Esfahbod <behdad@behdad.org>
2930 Date: Sat Jul 19 16:37:22 2014 -0400
2932 [win] Turn STRICT on for including windows.h
2934 src/hb-private.hh | 1 +
2935 1 file changed, 1 insertion(+)
2937 commit db308280488c2ee11ba865a9922eb6a0c1abeef3
2938 Author: Behdad Esfahbod <behdad@behdad.org>
2939 Date: Sat Jul 19 16:32:04 2014 -0400
2941 [win] Consolidate windows.h include tips and tricks
2943 src/hb-atomic-private.hh | 4 ----
2944 src/hb-mutex-private.hh | 1 -
2945 src/hb-private.hh | 12 ++++++++++++
2946 src/hb-uniscribe.cc | 3 ---
2947 src/hb-uniscribe.h | 3 ---
2948 5 files changed, 12 insertions(+), 11 deletions(-)
2950 commit f26d59d4684be3419c976d781b6dbc956248e3bb
2951 Author: Behdad Esfahbod <behdad@behdad.org>
2952 Date: Sat Jul 19 16:10:21 2014 -0400
2954 More fixing MemoryBarrier() on Mingw32
2956 Set requested windows header to Vista. See discussion:
2958 https://github.com/behdad/harfbuzz/commit/fbb2847f541389f40718af71c4945024ae177ab2#commitcomment-7054700
2960 src/hb-atomic-private.hh | 3 +++
2961 1 file changed, 3 insertions(+)
2963 commit 00a57eb4b50fd894dc68c6525a5bbebf0ebc30e4
2964 Author: Behdad Esfahbod <behdad@behdad.org>
2965 Date: Fri Jul 18 14:42:50 2014 -0400
2967 [test] Remove unused micro-font
2969 .../9d64156923a1b9fed1e05f74599c16563eca42d9.ttf | Bin 81968 ->
2971 test/shaping/fonts/sha1sum/MANIFEST | 1 -
2972 2 files changed, 1 deletion(-)
2974 commit ed29b15f5d0d9e7b40143926ca7d40bf645f67e9
2975 Author: Behdad Esfahbod <behdad@behdad.org>
2976 Date: Fri Jul 18 14:37:49 2014 -0400
2978 [test] Add more Mongolian variation selector tests
2981 https://code.google.com/p/chromium/issues/detail?id=393896
2983 .../9d64156923a1b9fed1e05f74599c16563eca42d9.ttf | Bin 0 ->
2985 test/shaping/fonts/sha1sum/MANIFEST | 2 ++
2986 .../bb29ce50df2bdba2d10726427c6b7609bf460e04.ttf | Bin 0 ->
2988 test/shaping/tests/mongolian-variation-selector.tests | 1 +
2989 .../shaper-arabic/script-mongolian/misc/MANIFEST | 1 +
2990 .../script-mongolian/misc/variation-selectors.txt | 8 ++++++++
2991 6 files changed, 12 insertions(+)
2993 commit 385cf37cf084198e3aedb4354a7b025938a9f11b
2994 Author: Behdad Esfahbod <behdad@behdad.org>
2995 Date: Thu Jul 17 18:22:07 2014 -0400
2997 Fix hb_in_range() unused-var warning on Windows
2999 src/hb-private.hh | 8 +++++++-
3000 1 file changed, 7 insertions(+), 1 deletion(-)
3002 commit e3b42f1af409c073b819bfc696024ccb1f1da63f
3003 Author: Behdad Esfahbod <behdad@behdad.org>
3004 Date: Thu Jul 17 17:13:54 2014 -0400
3006 [arabic] Disable 'cswh' again
3010 src/hb-ot-shape-complex-arabic.cc | 2 +-
3011 1 file changed, 1 insertion(+), 1 deletion(-)
3013 commit 66f30915b185727a0041c998641edb550eb8a7fc
3014 Author: Behdad Esfahbod <behdad@behdad.org>
3015 Date: Thu Jul 17 16:05:47 2014 -0400
3019 NEWS | 12 ++++++++++++
3021 2 files changed, 13 insertions(+), 1 deletion(-)
3023 commit 82f4d9d53f348f41b14b877c1ac77c0372c49caa
3024 Author: Behdad Esfahbod <behdad@behdad.org>
3025 Date: Thu Jul 17 15:57:37 2014 -0400
3027 [arabic] Add note re disabled 'cswh'
3029 src/hb-ot-shape-complex-arabic.cc | 9 +++++++++
3030 1 file changed, 9 insertions(+)
3032 commit 615d00ea252739da57edbd980ff27e573f88ee7e
3033 Author: Behdad Esfahbod <behdad@behdad.org>
3034 Date: Thu Jul 17 13:36:09 2014 -0400
3036 [arabic] Apply init/medi/isol/fini/... in separate stages
3038 Follows the order of the Arabic/Syriac specs. Also don't stop
3039 between rlig and calt in non-Arabic scripts.
3041 Micro-tests for Arabic and Mongolian added for the latter.
3043 src/hb-ot-shape-complex-arabic.cc | 56
3044 +++++++++++++--------
3045 test/shaping/Makefile.am | 2 +
3046 .../813c2f8e5512187fd982417a7fb4286728e6f4a8.ttf | Bin 0 -> 3428 bytes
3047 .../8a9fea2a7384f2116e5b84a9b31f83be7850ce21.ttf | Bin 0 -> 3428 bytes
3048 test/shaping/fonts/sha1sum/MANIFEST | 3 ++
3049 .../a919b33197965846f21074b24e30250d67277bce.ttf | Bin 0 -> 12560 bytes
3050 test/shaping/tests/MANIFEST | 1 +
3051 test/shaping/tests/arabic-feature-order.tests | 3 ++
3052 8 files changed, 43 insertions(+), 22 deletions(-)
3054 commit d21e997035b16e9807dfb29c3605abb93f92f1ee
3055 Author: Behdad Esfahbod <behdad@behdad.org>
3056 Date: Thu Jul 17 15:27:46 2014 -0400
3058 [test] Make record_test understand cmdline args to hb-shape
3060 test/shaping/record-test.sh | 5 ++++-
3061 1 file changed, 4 insertions(+), 1 deletion(-)
3063 commit 7cd33f230441093dbfb1fec48f8c580ee8d9ef71
3064 Author: Behdad Esfahbod <behdad@behdad.org>
3065 Date: Thu Jul 17 14:22:11 2014 -0400
3069 src/hb-fallback-shape.cc | 36
3070 +++++++++++++++++++-----------------
3071 src/hb-ot-shape-complex-arabic.cc | 19 +++++++++++--------
3072 src/hb-ot-shape-complex-indic.cc | 15 ++++++++++-----
3073 src/hb-ot-shape-complex-myanmar.cc | 7 +++++--
3074 src/hb-ot-shape-complex-sea.cc | 7 +++++--
3075 src/hb-ot-shape-fallback.cc | 30 ++++++++++++++++--------------
3076 src/hb-ot-shape.cc | 18 ++++++++++++------
3077 7 files changed, 78 insertions(+), 54 deletions(-)
3079 commit 164c13d73f67fdddba28e6409d76b4903e8ffab3
3080 Author: Behdad Esfahbod <behdad@behdad.org>
3081 Date: Thu Jul 17 14:16:38 2014 -0400
3083 Another try to fix Mongolian free variation selectors
3085 This reverts bf029281 and fixes it properly. That commit
3086 was not enough as it was only inheriting the shaping_action
3087 for prev_action, but not curr_action.
3091 https://code.google.com/p/chromium/issues/detail?id=393896
3093 src/hb-ot-shape-complex-arabic.cc | 24
3094 +++++++++++++++------
3095 src/hb-unicode-private.hh | 3 ++-
3096 test/shaping/fonts/sha1sum/MANIFEST | 1 +
3097 .../ef86fe710cfea877bbe0dbb6946a1f88d0661031.ttf | Bin 0 -> 2748 bytes
3098 .../tests/mongolian-variation-selector.tests | 1 +
3099 5 files changed, 22 insertions(+), 7 deletions(-)
3101 commit 5209c505061130854a2bfea8849928ade3ee92f3
3102 Author: Behdad Esfahbod <behdad@behdad.org>
3103 Date: Thu Jul 17 12:23:44 2014 -0400
3105 Revert "Show U+FFFD REPLACEMENT CHARACTER for invalid Unicode
3108 We now handle U+FFFD replacement in hb_buffer_add_utf*(). Any other
3109 manipulation can happen in user callbacks. No need for this.
3111 https://github.com/behdad/harfbuzz/commit/efe74214bbb68eaa3d7621e73869b5d58210107e#commitcomment-7039404
3113 This reverts commit efe74214bbb68eaa3d7621e73869b5d58210107e.
3116 src/hb-ot-shape-normalize.cc
3118 src/hb-ot-shape-normalize.cc | 7 -------
3119 1 file changed, 7 deletions(-)
3121 commit 9e7c720100e432b43564ed5ff12f3175ca2ed74a
3122 Author: Dominik Röttsches <dominik.rottsches@intel.com>
3123 Date: Thu Jul 17 14:40:34 2014 +0300
3125 Fix CoreText build after a8b89a09f6d3a34
3127 src/hb-private.hh | 1 +
3128 1 file changed, 1 insertion(+)
3130 commit a4d643755a531c82ab91e1e43d6bb0b7bd46453a
3131 Author: Behdad Esfahbod <behdad@behdad.org>
3132 Date: Wed Jul 16 20:15:45 2014 -0400
3136 src/hb-utf-private.hh | 2 +-
3137 1 file changed, 1 insertion(+), 1 deletion(-)
3139 commit a18897f87ce2c6048c3a0339074924b2232e2b95
3140 Author: Behdad Esfahbod <behdad@behdad.org>
3141 Date: Wed Jul 16 16:02:15 2014 -0400
3145 NEWS | 29 +++++++++++++++++++++++++++++
3147 2 files changed, 30 insertions(+), 1 deletion(-)
3149 commit 976c8f455221eb599d1c446eafd88d51d7d2aa65
3150 Author: Behdad Esfahbod <behdad@behdad.org>
3151 Date: Wed Jul 16 15:34:20 2014 -0400
3153 New API: hb_buffer_[sg]et_replacement_codepoint()
3155 With this change, we now by default replace broken UTF-8/16/32 bits
3156 with U+FFFD. This can be changed by calling new API on the buffer.
3157 Previously the replacement value used to be (hb_codepoint_t)-1.
3159 Note that hb_buffer_clear_contents() does NOT reset the replacement
3162 See discussion here:
3164 https://github.com/behdad/harfbuzz/commit/6f13b6d62daae4989e3cc2fe4b168e5c59650964
3168 hb_buffer_set_replacement_codepoint()
3169 hb_buffer_get_replacement_codepoint()
3171 src/hb-buffer-private.hh | 1 +
3172 src/hb-buffer.cc | 45
3173 ++++++++++++++++++++++++++++++++++++++++++---
3174 src/hb-buffer.h | 15 ++++++++++++++-
3175 src/hb-utf-private.hh | 34 ++++++++++++++++++++--------------
3176 test/api/test-buffer.c | 26 +++++++++++++++-----------
3177 5 files changed, 92 insertions(+), 29 deletions(-)
3179 commit bcba8b45024e1eca8be77ca2657de1dc44dbf8fb
3180 Author: Behdad Esfahbod <behdad@behdad.org>
3181 Date: Wed Jul 16 14:59:04 2014 -0400
3183 New API hb_buffer_add_codepoints()
3185 Like hb_buffer_add_utf32, but doesn't do any Unicode validation.
3186 This is like what hb_buffer_add_utf32 used to be until a couple
3189 src/hb-buffer.cc | 32 +++++++++++++++++++++++++++-----
3190 src/hb-buffer.h | 8 ++++++++
3191 2 files changed, 35 insertions(+), 5 deletions(-)
3193 commit 625dbf141a05f1ae81a7b8cbc529996370101284
3194 Author: Behdad Esfahbod <behdad@behdad.org>
3195 Date: Wed Jul 16 14:49:55 2014 -0400
3197 [buffer] Templatize UTF-* functions
3199 src/hb-buffer.cc | 10 +-
3200 src/hb-utf-private.hh | 307
3201 ++++++++++++++++++++++++++------------------------
3202 2 files changed, 166 insertions(+), 151 deletions(-)
3204 commit e634fed4285ce440d277345727ed01757df6d779
3205 Author: Behdad Esfahbod <behdad@behdad.org>
3206 Date: Wed Jul 16 14:17:26 2014 -0400
3208 [buffer] Validate UTF-32 input
3210 Same as what we do for UTF-8 and UTF-16.
3212 src/hb-utf-private.hh | 13 +++++++++---
3213 test/api/test-buffer.c | 55
3214 ++++++++++++++++++++++++++++++++++++++++++++++++++
3215 2 files changed, 65 insertions(+), 3 deletions(-)
3217 commit b98c5db32d15fcfb27ce2f6737203ce1ad124319
3218 Author: Behdad Esfahbod <behdad@behdad.org>
3219 Date: Wed Jul 16 13:44:01 2014 -0400
3223 src/hb-ot-layout-gsubgpos-private.hh | 25 ++++++-------------------
3224 1 file changed, 6 insertions(+), 19 deletions(-)
3226 commit 844f1a487d9c39724ebff20e89f6184c9a59be0b
3227 Author: Behdad Esfahbod <behdad@behdad.org>
3228 Date: Wed Jul 16 13:32:51 2014 -0400
3230 [tests] Add record-test.sh
3232 test/shaping/Makefile.am | 1 +
3233 test/shaping/record-test.sh | 49
3234 +++++++++++++++++++++++++++++++++++++++++++++
3235 2 files changed, 50 insertions(+)
3237 commit 3b861421a772f52eb232ff93bd74b5a8214801ec
3238 Author: Behdad Esfahbod <behdad@behdad.org>
3239 Date: Wed Jul 16 13:22:05 2014 -0400
3241 Fix Mongolian Variation Selectors for fonts without GDEF
3243 Originally we fixed those in 79d1007a501fd63c0ba4d51038c513e6b8b94740.
3244 However, fonts like MongolianWhite don't have GDEF, but have
3246 in their LigatureSubstitute init/etc features. We were synthesizing a
3247 GDEF class of mark for Mongolian Variation Selectors and as such the
3248 ligature lookups where not matching. Uniscribe doesn't do that.
3250 I tried with more sophisticated fixes, like, if there is no GDEF and
3251 a lookup-flag mismatch happens, instead of rejecting a match, try
3252 skipping that glyph. That surely produces some interesting behavior,
3253 but since we don't want to support fonts missing GDEF more than
3255 to, I went for this simpler fix which is to always mark
3256 default-ignorables as base when synthesizing GDEF.
3260 Fixes rest of https://bugs.freedesktop.org/show_bug.cgi?id=65258
3262 src/hb-ot-shape.cc | 13
3264 .../sha1sum/37033cc5cf37bb223d7355153016b6ccece93b28.ttf | Bin 0 ->
3266 test/shaping/fonts/sha1sum/MANIFEST | 1 +
3267 test/shaping/tests/MANIFEST | 1 +
3268 test/shaping/tests/mongolian-variation-selector.tests | 1 +
3269 5 files changed, 14 insertions(+), 2 deletions(-)
3271 commit 878a25375b2fdf64cf0cc30c23fca9fcd58548e8
3272 Author: Behdad Esfahbod <behdad@behdad.org>
3273 Date: Wed Jul 16 13:21:26 2014 -0400
3277 src/hb-ot-shape.cc | 1 +
3278 src/hb-unicode-private.hh | 6 +++---
3279 2 files changed, 4 insertions(+), 3 deletions(-)
3281 commit ec181e50140fc65b32d6080e2f7f73bbe0269ba9
3282 Author: Behdad Esfahbod <behdad@behdad.org>
3283 Date: Wed Jul 16 13:10:03 2014 -0400
3287 src/hb-ot-shape.cc | 14 +++++++++-----
3288 1 file changed, 9 insertions(+), 5 deletions(-)
3290 commit e7ce50d9eb6e3678f731b10dfeb308ffc478af8d
3291 Author: Behdad Esfahbod <behdad@behdad.org>
3292 Date: Wed Jul 16 12:30:39 2014 -0400
3294 [indic] Fix access past end of array
3296 src/hb-ot-shape-complex-indic.cc | 7 ++++---
3297 1 file changed, 4 insertions(+), 3 deletions(-)
3299 commit 73e23b0acfd2948d500321769035c56c9e072d77
3300 Author: Behdad Esfahbod <behdad@behdad.org>
3301 Date: Tue Jul 15 18:43:49 2014 -0400
3305 src/hb-ot-layout-gsubgpos-private.hh | 1 -
3306 1 file changed, 1 deletion(-)
3308 commit f27be105afb86b337c7d940badc5a6462f0b58bb
3309 Author: Behdad Esfahbod <behdad@behdad.org>
3310 Date: Fri Jul 11 18:15:34 2014 -0400
3312 [Android.mk] Actually remove static library
3314 Android.mk | 26 --------------------------
3315 1 file changed, 26 deletions(-)
3317 commit 96b80e9bcc4796eedac09d284dc8cc0439ced6ba
3318 Author: Behdad Esfahbod <behdad@behdad.org>
3319 Date: Fri Jul 11 17:00:12 2014 -0400
3321 [Android.mk] Remove static library, add note re how to build
3323 Android.mk | 41 +++++++++++++++++++++++++++++++++++++----
3324 1 file changed, 37 insertions(+), 4 deletions(-)
3326 commit b7bc0b671d2d568cb64b647dad2ca866a4e0183b
3327 Author: Behdad Esfahbod <behdad@behdad.org>
3328 Date: Fri Jul 11 16:20:28 2014 -0400
3330 Simplify / speed up UTF-8 code
3332 src/hb-utf-private.hh | 15 ++++++---------
3333 1 file changed, 6 insertions(+), 9 deletions(-)
3335 commit af2490c0959daa0fe7f32a8b3b3a3699c7fc5f48
3336 Author: Behdad Esfahbod <behdad@behdad.org>
3337 Date: Fri Jul 11 16:10:58 2014 -0400
3339 Only accept well-formed UTF-8 sequences
3341 Enable tests that were disabled before, and adjust one test,
3344 src/hb-utf-private.hh | 93
3345 +++++++++++++++++++++++++++++++++-----------------
3346 test/api/test-buffer.c | 9 +++--
3347 2 files changed, 68 insertions(+), 34 deletions(-)
3349 commit 7323d385cc758c06671cb38239d240eb517b28bc
3350 Author: Behdad Esfahbod <behdad@behdad.org>
3351 Date: Fri Jul 11 15:10:05 2014 -0400
3353 Simplify hb_utf_prev<16> to call hb_utf_next<16>
3355 src/hb-utf-private.hh | 23 ++++++++---------------
3356 1 file changed, 8 insertions(+), 15 deletions(-)
3358 commit c09a607a842fdd7b33e2c57e8af96d21ff091acd
3359 Author: Behdad Esfahbod <behdad@behdad.org>
3360 Date: Fri Jul 11 15:05:36 2014 -0400
3362 Use hb_in_range() for arabic and indic tables
3364 Though, looks like gcc was smart enough to produce the same code
3367 src/gen-arabic-table.py | 18 +-
3368 src/gen-indic-table.py | 10 +-
3369 src/hb-ot-shape-complex-arabic-table.hh | 420
3370 ++++++++++++++++----------------
3371 src/hb-ot-shape-complex-indic-table.cc | 88 +++----
3372 4 files changed, 268 insertions(+), 268 deletions(-)
3374 commit 7627100f428ac0ec8509d961d368d2d25d8f0b6e
3375 Author: Behdad Esfahbod <behdad@behdad.org>
3376 Date: Fri Jul 11 14:54:42 2014 -0400
3378 Mark unsigned integer literals with the u suffix
3380 Simplifies hb_in_range() calls as the type can be inferred.
3381 The rest is obsessiveness, I admit.
3383 src/hb-buffer-serialize.cc | 2 +-
3384 src/hb-common.cc | 4 +-
3385 src/hb-coretext.cc | 16 +--
3386 src/hb-open-file-private.hh | 4 +-
3387 src/hb-open-type-private.hh | 2 +-
3388 src/hb-ot-cmap-table.hh | 4 +-
3389 src/hb-ot-head-table.hh | 6 +-
3390 src/hb-ot-hhea-table.hh | 2 +-
3391 src/hb-ot-layout-common-private.hh | 14 +--
3392 src/hb-ot-layout-gdef-table.hh | 8 +-
3393 src/hb-ot-layout-gpos-table.hh | 24 ++--
3394 src/hb-ot-layout-gsub-table.hh | 6 +-
3395 src/hb-ot-layout-gsubgpos-private.hh | 2 +-
3396 src/hb-ot-layout-jstf-table.hh | 2 +-
3397 src/hb-ot-layout-private.hh | 4 +-
3398 src/hb-ot-layout.h | 6 +-
3399 src/hb-ot-map-private.hh | 8 +-
3400 src/hb-ot-maxp-table.hh | 4 +-
3401 src/hb-ot-shape-complex-arabic-fallback.hh | 2 +-
3402 src/hb-ot-shape-complex-hangul.cc | 36 +++---
3403 src/hb-ot-shape-complex-hebrew.cc | 134 ++++++++++-----------
3404 src/hb-ot-shape-complex-indic.cc | 182
3405 ++++++++++++++---------------
3406 src/hb-ot-shape-complex-myanmar.cc | 56 ++++-----
3407 src/hb-ot-shape-complex-sea.cc | 8 +-
3408 src/hb-ot-shape-complex-thai.cc | 84 ++++++-------
3409 src/hb-ot-shape-fallback.cc | 40 +++----
3410 src/hb-ot-shape-normalize.cc | 2 +-
3411 src/hb-ot-shape.cc | 6 +-
3412 src/hb-ot-tag.cc | 18 +--
3413 src/hb-unicode-private.hh | 40 +++----
3414 src/hb-uniscribe.cc | 14 +--
3415 src/hb-utf-private.hh | 16 +--
3416 32 files changed, 378 insertions(+), 378 deletions(-)
3418 commit a8b89a09f6d3a3466282aae07fd65e143f9f8f83
3419 Author: Behdad Esfahbod <behdad@behdad.org>
3420 Date: Fri Jul 11 14:18:01 2014 -0400
3422 Simplify hb_in_range()
3424 It's both faster and produces smaller code. Now I feel stupid for
3425 not writing it this way before.
3427 src/hb-private.hh | 16 ++++++----------
3428 1 file changed, 6 insertions(+), 10 deletions(-)
3430 commit db8934faa1854dafaf4c4ce34d1818e12f67ef52
3431 Author: Behdad Esfahbod <behdad@behdad.org>
3432 Date: Fri Jul 11 13:58:36 2014 -0400
3434 Simplify hb_utf_prev<8> to call hb_utf_next<8>
3436 src/hb-utf-private.hh | 24 ++++--------------------
3437 1 file changed, 4 insertions(+), 20 deletions(-)
3439 commit efe74214bbb68eaa3d7621e73869b5d58210107e
3440 Author: Behdad Esfahbod <behdad@behdad.org>
3441 Date: Fri Jul 11 11:59:48 2014 -0400
3443 Show U+FFFD REPLACEMENT CHARACTER for invalid Unicode codepoints
3445 Only if the font doesn't support it. Ie, this gives the user to
3446 use non-Unicode codepoints as private values and return a meaningful
3447 glyph for them. But if it's invalid and font callback doesn't
3448 like it, and if font has U+FFFD, show that instead.
3450 Font functions that do not want this automatic replacement to
3451 happen should return true from get_glyph() if unicode > 0x10FFFF.
3453 Replaces https://github.com/behdad/harfbuzz/pull/27
3455 src/hb-ot-shape-normalize.cc | 7 +++++++
3456 1 file changed, 7 insertions(+)
3458 commit 6f13b6d62daae4989e3cc2fe4b168e5c59650964
3459 Author: Behdad Esfahbod <behdad@behdad.org>
3460 Date: Thu Jul 10 19:31:40 2014 -0400
3462 When parsing UTF-16, generate invalid codepoint for lonely low
3467 src/hb-utf-private.hh | 42 ++++++++++++++++++++++++++++--------------
3468 1 file changed, 28 insertions(+), 14 deletions(-)
3470 commit 24b2ba9dfa7c35769cd843a07079ef88fa594bf8
3471 Author: Behdad Esfahbod <behdad@behdad.org>
3472 Date: Thu Jul 10 19:31:16 2014 -0400
3474 [test-buffer] Add test for lonely low-surrogate
3476 Currenty fails. Ouch!
3478 test/api/test-buffer.c | 1 +
3479 1 file changed, 1 insertion(+)
3481 commit 6334495ac1ee0a86228e67794b7a41ee91146f3b
3482 Author: Behdad Esfahbod <behdad@behdad.org>
3483 Date: Thu Jul 10 19:22:07 2014 -0400
3485 Use zh-Hans / zh-Hant when converting OT language tag to hb_language_t
3487 src/hb-ot-tag.cc | 15 +++------------
3488 test/api/test-ot-tag.c | 6 +++---
3489 2 files changed, 6 insertions(+), 15 deletions(-)
3491 commit f381e320df795a9d73ac81499f8ed8c311bcb2f0
3492 Author: Behdad Esfahbod <behdad@behdad.org>
3493 Date: Thu Jul 10 19:20:35 2014 -0400
3495 Fix lang matching logic
3497 Previous code was broken logically, but harmless.
3499 src/hb-ot-tag.cc | 2 +-
3500 test/api/test-ot-tag.c | 1 +
3501 2 files changed, 2 insertions(+), 1 deletion(-)
3503 commit ee5350d667f3a9644667202597694581f2cf657d
3504 Author: Behdad Esfahbod <behdad@behdad.org>
3505 Date: Thu Jul 10 19:06:45 2014 -0400
3507 Accept BCP 47 zh-Hans / zh-Hant language tags
3509 src/hb-ot-tag.cc | 27 ++++++++++++++++++---------
3510 test/api/test-ot-tag.c | 3 +++
3511 2 files changed, 21 insertions(+), 9 deletions(-)
3513 commit 431540286794e023ec5eafd5eeedc008d4f31b4c
3514 Author: Behdad Esfahbod <behdad@behdad.org>
3515 Date: Thu Jul 10 17:37:26 2014 -0400
3517 [Android.mk] Add note re static library
3519 Android.mk | 7 +++++++
3520 1 file changed, 7 insertions(+)
3522 commit 5b4131eb1c670c20fd9a45a5617c64060a505ef5
3523 Author: Behdad Esfahbod <behdad@behdad.org>
3524 Date: Wed Jul 9 19:09:08 2014 -0400
3526 [Android.mk] Update for new ICU
3528 https://android-review.googlesource.com/#/c/100722/1/Android.mk
3531 1 file changed, 1 insertion(+), 1 deletion(-)
3533 commit ab28196c9557a63971a56915aa6f98bb5803bd1b
3534 Author: Behdad Esfahbod <behdad@behdad.org>
3535 Date: Wed Jul 9 18:18:06 2014 -0400
3537 [Android.mk] Re-enable ICU unicode funcs
3539 Android.mk | 11 ++++++-----
3540 1 file changed, 6 insertions(+), 5 deletions(-)
3542 commit ea001374b86c4f1b24246c08a3d66d2a0e95a827
3543 Author: Behdad Esfahbod <behdad@behdad.org>
3544 Date: Wed Jul 9 17:28:43 2014 -0400
3548 NEWS | 17 +++++++++++++++++
3550 2 files changed, 18 insertions(+), 1 deletion(-)
3552 commit 8b16ff12590200afb08e8821e3f14d2fdf8efbda
3553 Author: Behdad Esfahbod <behdad@behdad.org>
3554 Date: Wed Jul 9 17:40:52 2014 -0400
3556 [uniscribe] Fix build after recent changes to Offset
3558 src/hb-ot-name-table.hh | 2 +-
3559 1 file changed, 1 insertion(+), 1 deletion(-)
3561 commit 73f7f8919ea1f09b8c5b29f231ac84105cde2145
3562 Author: Behdad Esfahbod <behdad@behdad.org>
3563 Date: Wed Jul 9 17:17:18 2014 -0400
3565 Define _POSIX_C_SOURCE only if it is not defined
3567 Fixes https://github.com/behdad/harfbuzz/pull/45
3569 src/hb-blob.cc | 2 ++
3570 1 file changed, 2 insertions(+)
3572 commit 6bd5646f1b865a76304a67e03a6161afcfef293f
3573 Author: Behdad Esfahbod <behdad@behdad.org>
3574 Date: Wed Jul 9 17:07:06 2014 -0400
3576 [tests] Remove bash'ish
3578 Apparently on travis-ci, bash is linked to dash, which doesn't
3579 understand "let". Failing tests were not being noticed. See eg:
3581 https://travis-ci.org/behdad/harfbuzz/jobs/29544211
3585 test/shaping/run-tests.sh | 4 ++--
3586 1 file changed, 2 insertions(+), 2 deletions(-)
3588 commit 0afedaa96c81b63774a4a0ef9b4cb4995d24ec9e
3589 Author: Behdad Esfahbod <behdad@behdad.org>
3590 Date: Wed Jul 9 17:00:48 2014 -0400
3592 [util/hb-shape] Fix crash; oops
3594 util/hb-shape.cc | 2 +-
3595 1 file changed, 1 insertion(+), 1 deletion(-)
3597 commit 0cd94491b99aed438ad79a55cdfced8d1b657179
3598 Author: Behdad Esfahbod <behdad@behdad.org>
3599 Date: Wed Jul 9 16:51:38 2014 -0400
3601 [ucdn] Update to Unicode 7.0.0 data
3603 From http://github.com/behdad/ucdn
3605 src/hb-ucdn.cc | 23 +
3606 src/hb-ucdn/README | 1 +
3607 src/hb-ucdn/ucdn.c | 2 +-
3608 src/hb-ucdn/ucdn.h | 27 +
3609 src/hb-ucdn/unicodedata_db.h | 3711
3610 ++++++++++++++++++++++--------------------
3611 5 files changed, 2039 insertions(+), 1725 deletions(-)
3613 commit 9d4ede3a97fff544a5ec2a671e49a92a79645b61
3614 Author: Behdad Esfahbod <behdad@behdad.org>
3615 Date: Wed Jul 9 16:19:55 2014 -0400
3617 [Android.mk] Update source list
3619 Android.mk | 9 ++++++---
3620 1 file changed, 6 insertions(+), 3 deletions(-)
3622 commit 7e1ab1f6d812a55f75d4844f7981d5604481049c
3623 Author: Behdad Esfahbod <behdad@behdad.org>
3624 Date: Wed Jul 9 16:13:40 2014 -0400
3626 [Android.mk] Whitespace
3628 Android.mk | 26 ++++++--------------------
3629 1 file changed, 6 insertions(+), 20 deletions(-)
3631 commit 5c6695c42470e0a15e9029ebe8ecbebf3fa4f95b
3632 Author: Behdad Esfahbod <behdad@behdad.org>
3633 Date: Wed Jul 9 16:07:12 2014 -0400
3635 [Android.mk] Remove -lpthread; we build with -DHB_NO_MT
3638 1 file changed, 3 deletions(-)
3640 commit 9109f1e944dd4bd4ae8057b75c8a31e9d31797aa
3641 Author: Behdad Esfahbod <behdad@behdad.org>
3642 Date: Tue Jul 8 20:02:29 2014 -0400
3644 [util/hb-shape] Accept an empty output-format that would skip output
3646 Useful for benchmarking, to avoid buffer serialization overhead (which
3647 seems to by far dominate shaping!)
3649 util/hb-shape.cc | 5 ++++-
3650 1 file changed, 4 insertions(+), 1 deletion(-)
3652 commit 8656408572c2685f278a3b742ee69c767c29788c
3653 Author: Behdad Esfahbod <behdad@behdad.org>
3654 Date: Tue Jul 8 18:10:20 2014 -0400
3656 [util] Fix hb-view rendering with --font-funcs=ot
3658 util/helper-cairo.cc | 25 +++++++++++++++++++++++++
3659 1 file changed, 25 insertions(+)
3661 commit 8650def73500204b79c651f58b1be3f94a41973d
3662 Author: Behdad Esfahbod <behdad@behdad.org>
3663 Date: Sat Jul 5 15:50:18 2014 -0400
3665 [util] Add option to set font function implementation to use
3667 Supports ft and ot right now. hb-view currently not rendering
3669 Will fix after some clean up.
3671 util/options.cc | 76
3672 ++++++++++++++++++++++++++++++++++++++++++++++++++-------
3673 util/options.hh | 21 ++++++++++++++++
3674 2 files changed, 88 insertions(+), 9 deletions(-)
3676 commit 2306ad46dce1c53b0b1bfabdc04d70e3b99eabb7
3677 Author: Behdad Esfahbod <behdad@behdad.org>
3678 Date: Fri Jul 4 18:09:29 2014 -0400
3680 [util] Fix memory issue
3682 util/options.cc | 6 ++----
3683 util/options.hh | 9 +++++++++
3684 2 files changed, 11 insertions(+), 4 deletions(-)
3686 commit 14a4a9d649798d32c31f79b4045a885626dffc7f
3687 Author: Behdad Esfahbod <behdad@behdad.org>
3688 Date: Tue Jul 1 15:51:54 2014 -0400
3690 Add Roozbeh to AUTHORS
3692 He's been my shadow for all Indic-related changes in the last
3696 1 file changed, 1 insertion(+)
3698 commit 68f724484b1663255ee249481624e552d2e2313f
3699 Author: Behdad Esfahbod <behdad@behdad.org>
3700 Date: Mon Jun 30 15:46:53 2014 -0400
3702 [indic] Remove some more now-unused special-cases
3704 src/hb-ot-shape-complex-indic.cc | 3 +--
3705 1 file changed, 1 insertion(+), 2 deletions(-)
3707 commit e79c9489802f99dc7eb8b4c2765c4c71b5f80e60
3708 Author: Behdad Esfahbod <behdad@behdad.org>
3709 Date: Mon Jun 30 15:39:39 2014 -0400
3711 [indic] Remove special-casing of U+1CF2,1CF3
3713 These were introduced in a498565cedf0441ae723c5e5969f637d792a15e7,
3714 but IndicSyllabicCategory has had the correct value already, so the
3715 special code was never needed.
3717 src/hb-ot-shape-complex-indic.cc | 6 ------
3718 1 file changed, 6 deletions(-)
3720 commit d743ce78e10758b7dbaf0cfd191309e5ef646881
3721 Author: Behdad Esfahbod <behdad@behdad.org>
3722 Date: Mon Jun 30 15:24:02 2014 -0400
3724 [indic-table] Update to Unicode 7.0 data
3726 Touch code just enough to preserve previous syllable structure
3727 and functionality as closely as possible. Many further cleanups
3730 src/gen-indic-table.py | 4 +
3731 src/hb-ot-shape-complex-indic-private.hh | 23 +-
3732 src/hb-ot-shape-complex-indic-table.cc | 468
3733 ++++++++++++++++++++++---------
3734 src/hb-ot-shape-complex-indic.cc | 21 --
3735 src/hb-ot-shape-complex-myanmar.cc | 2 -
3736 5 files changed, 355 insertions(+), 163 deletions(-)
3738 commit 5fa21b3ab7175f55f89cb194b544d5d4bd06a481
3739 Author: Behdad Esfahbod <behdad@behdad.org>
3740 Date: Mon Jun 30 14:30:54 2014 -0400
3742 [indic-table] Fix category frequency counts in comments
3744 src/gen-indic-table.py | 2 +-
3745 src/hb-ot-shape-complex-indic-table.cc | 46
3746 +++++++++++++++++-----------------
3747 2 files changed, 24 insertions(+), 24 deletions(-)
3749 commit 5c4e3e9a57b6b735e7d72cbd5f4070cf024d7015
3750 Author: Behdad Esfahbod <behdad@behdad.org>
3751 Date: Mon Jun 30 14:25:18 2014 -0400
3755 src/hb-ot-shape-complex-indic-private.hh | 76
3756 ++++++++++++++++----------------
3757 1 file changed, 38 insertions(+), 38 deletions(-)
3759 commit af528b6674bccac3efd13f8b33fcdc6aeb178f4c
3760 Author: Behdad Esfahbod <behdad@behdad.org>
3761 Date: Fri Jun 27 18:07:00 2014 -0400
3765 src/hb-ot-cmap-table.hh | 2 +-
3766 1 file changed, 1 insertion(+), 1 deletion(-)
3768 commit 7d4ada66c96a748ce92f8e8edac149361c3dc829
3769 Author: Behdad Esfahbod <behdad@behdad.org>
3770 Date: Fri Jun 27 17:30:59 2014 -0400
3772 Mark unsed members with a "Z" suffix
3774 There may be more. There are members that are by definition
3775 redundant or reserved and not needed, NOT what we *currently*
3778 I'm sure there's more...
3780 src/hb-open-file-private.hh | 6 +++---
3781 src/hb-ot-cmap-table.hh | 24 ++++++++++++------------
3782 src/hb-ot-layout-common-private.hh | 2 +-
3783 3 files changed, 16 insertions(+), 16 deletions(-)
3785 commit 23afcff1d14e57f5ce30a4100698d4f2dc530958
3786 Author: Behdad Esfahbod <behdad@behdad.org>
3787 Date: Fri Jun 27 17:22:36 2014 -0400
3789 [ot-font] Implement Unicode variation selectors
3791 src/hb-ot-font.cc | 20 +++++++++++++++++++-
3792 1 file changed, 19 insertions(+), 1 deletion(-)
3794 commit a5a4736916b6035e6413d4619f9e7287e683d51b
3795 Author: Behdad Esfahbod <behdad@behdad.org>
3796 Date: Fri Jun 27 17:03:22 2014 -0400
3798 [cmap] Implement subtable format 14
3800 src/hb-ot-cmap-table.hh | 147
3801 +++++++++++++++++++++++++++++++++++++++++++-----
3802 1 file changed, 133 insertions(+), 14 deletions(-)
3804 commit 586b60622c33878f9ca4826b4ef07369d32bf039
3805 Author: Behdad Esfahbod <behdad@behdad.org>
3806 Date: Fri Jun 27 15:39:47 2014 -0400
3808 Minor: final bits of cleanup
3810 src/hb-open-type-private.hh | 1 +
3811 src/hb-ot-layout-common-private.hh | 4 ++--
3812 2 files changed, 3 insertions(+), 2 deletions(-)
3814 commit 51d9ba09bc78188ec87218aef5232e80568c1712
3815 Author: Behdad Esfahbod <behdad@behdad.org>
3816 Date: Fri Jun 27 15:27:15 2014 -0400
3820 src/hb-open-type-private.hh | 9 ++++-----
3821 1 file changed, 4 insertions(+), 5 deletions(-)
3823 commit 3084767e92483c669f38319f153c498e9a6b92c7
3824 Author: Behdad Esfahbod <behdad@behdad.org>
3825 Date: Fri Jun 27 15:24:35 2014 -0400
3827 Minor: Remove LongArrayOf
3829 src/hb-open-file-private.hh | 2 +-
3830 src/hb-open-type-private.hh | 4 ----
3831 2 files changed, 1 insertion(+), 5 deletions(-)
3833 commit 41ea59495032e712fa6f801350ee00d5f00b5724
3834 Author: Behdad Esfahbod <behdad@behdad.org>
3835 Date: Fri Jun 27 15:23:18 2014 -0400
3837 Minor: Remove LongSortedArrayOf
3839 src/hb-open-type-private.hh | 4 ----
3840 src/hb-ot-cmap-table.hh | 2 +-
3841 2 files changed, 1 insertion(+), 5 deletions(-)
3843 commit bb6ecf2ce5c2679c298741af17836a22e1d68121
3844 Author: Behdad Esfahbod <behdad@behdad.org>
3845 Date: Fri Jun 27 15:13:44 2014 -0400
3847 Minor: Remove LongOffsetArrayOf and LongOffsetLongArrayOf
3849 src/hb-open-file-private.hh | 2 +-
3850 src/hb-open-type-private.hh | 8 --------
3851 src/hb-ot-layout-gdef-table.hh | 2 +-
3852 3 files changed, 2 insertions(+), 10 deletions(-)
3854 commit 99d281712390fd54e523b2f0580d10445457ec2f
3855 Author: Behdad Esfahbod <behdad@behdad.org>
3856 Date: Fri Jun 27 15:12:52 2014 -0400
3858 Minor: Remove GenericOffset
3860 src/hb-open-type-private.hh | 13 +++++--------
3861 src/hb-ot-layout-common-private.hh | 8 ++++----
3862 2 files changed, 9 insertions(+), 12 deletions(-)
3864 commit 9da552dcc5b89b3bbbe5a55fb7c543222382e12a
3865 Author: Behdad Esfahbod <behdad@behdad.org>
3866 Date: Fri Jun 27 15:09:42 2014 -0400
3868 Minor: Remove some GenericXXX templates
3870 src/hb-open-type-private.hh | 32 +++++++++++---------------------
3871 src/hb-ot-cmap-table.hh | 4 ++--
3872 src/hb-ot-layout-common-private.hh | 2 +-
3873 3 files changed, 14 insertions(+), 24 deletions(-)
3875 commit 36073ede5b52bd1231622cbacd1bee6b82696d81
3876 Author: Behdad Esfahbod <behdad@behdad.org>
3877 Date: Fri Jun 27 14:48:54 2014 -0400
3879 Minor: Reorder template parameter order
3881 src/hb-open-type-private.hh | 14 +++++++-------
3882 src/hb-ot-cmap-table.hh | 2 +-
3883 2 files changed, 8 insertions(+), 8 deletions(-)
3885 commit 0394ec1bfbd7806cbe9fc809b34f96f8d12ffbf2
3886 Author: Behdad Esfahbod <behdad@behdad.org>
3887 Date: Fri Jun 27 14:40:35 2014 -0400
3889 Minor: Introduce GenericOffset
3891 src/hb-open-type-private.hh | 16 ++++++----------
3892 1 file changed, 6 insertions(+), 10 deletions(-)
3894 commit 0d1b3419a7bbfd18ab8fed1abd3a41dec11e8d97
3895 Author: Behdad Esfahbod <behdad@behdad.org>
3896 Date: Thu Jun 26 19:13:34 2014 -0400
3898 Minor: Use template parameter default values for OffsetTo
3900 src/hb-open-type-private.hh | 13 +++++--------
3901 1 file changed, 5 insertions(+), 8 deletions(-)
3903 commit 546b1adcdce2d3592843938b0b81ff32e67b0b83
3904 Author: Behdad Esfahbod <behdad@behdad.org>
3905 Date: Thu Jun 26 19:10:21 2014 -0400
3907 Minor: Use template parameter default values for hb_prealloced_array_t
3909 src/hb-private.hh | 9 ++++-----
3910 1 file changed, 4 insertions(+), 5 deletions(-)
3912 commit 911ca38645bd51764e7859bc482319e8f6d2f710
3913 Author: Behdad Esfahbod <behdad@behdad.org>
3914 Date: Tue Jun 24 10:20:36 2014 -0600
3916 Add back API removed recently
3918 Add hb_ot_layout_language_get_required_feature_index() again, which
3919 is used in Pango. This was removed in
3920 da132937989acb4d8ca9bd41c79f98750e7dda30 in favor of
3921 hb_ot_layout_language_get_required_feature().
3925 - Added hb_ot_layout_language_get_required_feature_index back.
3927 src/hb-ot-layout.cc | 15 +++++++++++++++
3928 src/hb-ot-layout.h | 7 +++++++
3929 2 files changed, 22 insertions(+)
3931 commit 89e4946929a8cd2359c7d76fa9272d5604243002
3932 Author: Behdad Esfahbod <behdad@behdad.org>
3933 Date: Sun Jun 22 11:32:13 2014 -0600
3935 Add new IndicSyllabicCategory short forms for Unicode 7.0
3937 src/gen-indic-table.py | 4 ++++
3938 1 file changed, 4 insertions(+)
3940 commit dcee838e89c2863c2fda4e8f098e720637e02335
3941 Author: Behdad Esfahbod <behdad@behdad.org>
3942 Date: Sun Jun 22 11:29:59 2014 -0600
3946 src/gen-arabic-table.py | 2 +-
3947 src/gen-indic-table.py | 2 +-
3948 2 files changed, 2 insertions(+), 2 deletions(-)
3950 commit f2ad86e6053fa87ab188c36edc3d98c92324c049
3951 Author: Behdad Esfahbod <behdad@behdad.org>
3952 Date: Sat Jun 21 15:31:10 2014 -0600
3954 [indic-table-gen] Minor
3956 src/gen-indic-table.py | 8 ++++----
3957 1 file changed, 4 insertions(+), 4 deletions(-)
3959 commit 2ec62279aab8c2263f17ffbc7c6f74304674f9a8
3960 Author: Behdad Esfahbod <behdad@behdad.org>
3961 Date: Sat Jun 21 15:25:59 2014 -0600
3963 [indic-table] Update to Unicode 6.3.0
3965 Was from 6.2.0. It's a no-op. Committing for the record.
3967 src/hb-ot-shape-complex-indic-table.cc | 12 ++++++------
3968 1 file changed, 6 insertions(+), 6 deletions(-)
3970 commit 5d4d7384efa97a30893ad28b9ad9a994722de12c
3971 Author: Behdad Esfahbod <behdad@behdad.org>
3972 Date: Sat Jun 21 14:53:21 2014 -0600
3976 src/hb-ot-shape-complex-arabic.cc | 7 +++++--
3977 1 file changed, 5 insertions(+), 2 deletions(-)
3979 commit 44243ae5902cc420e6bf6ec2fca2584ba93ff2fb
3980 Author: Behdad Esfahbod <behdad@behdad.org>
3981 Date: Sat Jun 21 14:19:34 2014 -0600
3983 [arabic-table] Update to Unicode 7.0
3985 Old table was from 6.2. Remove hard-coded Mongolian and Phags-pa
3987 This completes support for new scripts Manichian and Psaltar Pahlavi.
3989 src/hb-ot-shape-complex-arabic-table.hh | 72
3990 ++++++++++++++++++++++++++++-----
3991 src/hb-ot-shape-complex-arabic.cc | 22 ----------
3992 2 files changed, 63 insertions(+), 31 deletions(-)
3994 commit cd86ab9b4f4d7bd4f563be64a83714fc8fb395d7
3995 Author: Behdad Esfahbod <behdad@behdad.org>
3996 Date: Sat Jun 21 14:10:38 2014 -0600
3998 [arabic-table] Add ZWJ/ZWNJ now that table is segmented
4000 src/gen-arabic-table.py | 2 --
4001 src/hb-ot-shape-complex-arabic-table.hh | 12 +++++++++++-
4002 src/hb-ot-shape-complex-arabic.cc | 5 -----
4003 3 files changed, 11 insertions(+), 8 deletions(-)
4005 commit 2390d9b67e1dfeccd3f0850d1304c52b54817ca0
4006 Author: Behdad Esfahbod <behdad@behdad.org>
4007 Date: Sat Jun 21 14:07:00 2014 -0600
4009 [arabic-table] Further tune
4011 In anticipation of Unicode 7.0 data coming in the next commit.
4013 src/gen-arabic-table.py | 10 ++++++---
4014 src/hb-ot-shape-complex-arabic-table.hh | 38
4015 +++++++++++++++------------------
4016 2 files changed, 24 insertions(+), 24 deletions(-)
4018 commit a133e6067aaebc494c0156b5fac7f4a879e12dbe
4019 Author: Behdad Esfahbod <behdad@behdad.org>
4020 Date: Fri Jun 20 18:01:34 2014 -0400
4024 src/gen-indic-table.py | 9 +++++----
4025 1 file changed, 5 insertions(+), 4 deletions(-)
4027 commit b900fa2c8cc088dbcbdbf90bfdf8764f9ee1c96a
4028 Author: Behdad Esfahbod <behdad@behdad.org>
4029 Date: Fri Jun 20 17:59:43 2014 -0400
4031 [arabic-table] Use segmented table
4033 No functional change.
4035 src/gen-arabic-table.py | 82
4036 +++++++++++++++++++++++----------
4037 src/hb-ot-shape-complex-arabic-table.hh | 53 ++++++++++++++-------
4038 src/hb-ot-shape-complex-arabic.cc | 8 ++--
4039 3 files changed, 97 insertions(+), 46 deletions(-)
4041 commit c2e113404640bf9b8bac469d0803ac946e77964f
4042 Author: Behdad Esfahbod <behdad@behdad.org>
4043 Date: Fri Jun 20 17:57:03 2014 -0400
4045 [indic-table] Make output stable
4047 src/gen-indic-table.py | 2 +-
4048 1 file changed, 1 insertion(+), 1 deletion(-)
4050 commit 55abfbd2ac1626af16151298a0837b837d0796df
4051 Author: Behdad Esfahbod <behdad@behdad.org>
4052 Date: Fri Jun 20 16:47:43 2014 -0400
4058 src/gen-indic-table.py | 7 +------
4059 1 file changed, 1 insertion(+), 6 deletions(-)
4061 commit f88670749006991282bcc4e8b6218487295ca670
4062 Author: Behdad Esfahbod <behdad@behdad.org>
4063 Date: Fri Jun 20 16:30:10 2014 -0400
4065 [arabic-table] Don't write comments
4067 No functional change.
4069 src/gen-arabic-table.py | 20 +-
4070 src/hb-ot-shape-complex-arabic-table.hh | 710
4071 ++------------------------------
4072 2 files changed, 38 insertions(+), 692 deletions(-)
4074 commit 200dfe3eb10feda2ad25940338b08011f4757ca4
4075 Author: Behdad Esfahbod <behdad@behdad.org>
4076 Date: Fri Jun 20 16:20:59 2014 -0400
4078 [arabic-table] Use short names for values
4080 No functional change.
4082 src/gen-arabic-table.py | 16 +-
4083 src/hb-ot-shape-complex-arabic-table.hh | 1386
4084 ++++++++++++++++---------------
4085 2 files changed, 716 insertions(+), 686 deletions(-)
4087 commit 3f5327a41efcf50f64d9498ef3dfd6875ef6a5ab
4088 Author: Behdad Esfahbod <behdad@behdad.org>
4089 Date: Fri Jun 20 16:17:42 2014 -0400
4091 [arabic-table] Read Blocks.txt and shuffle code around
4093 No functional change.
4095 src/Makefile.am | 2 +-
4096 src/gen-arabic-table.py | 80
4097 +++++++++++++++++++--------------
4098 src/hb-ot-shape-complex-arabic-table.hh | 30 ++++++++-----
4099 3 files changed, 67 insertions(+), 45 deletions(-)
4101 commit 171f970e4f72d9fe1af30eab32b96906ee4a14f5
4102 Author: Behdad Esfahbod <behdad@behdad.org>
4103 Date: Fri Jun 20 15:25:30 2014 -0400
4105 [indic-table] Black-list Thai, Lao, and Tibetan
4107 We don't need Indic table for those.
4109 src/gen-indic-table.py | 3 ++
4110 src/hb-ot-shape-complex-indic-table.cc | 94
4111 +++++++---------------------------
4112 2 files changed, 21 insertions(+), 76 deletions(-)
4114 commit 65ac2dae4f284f563b2dc476a21e2b5a48124de8
4115 Author: Behdad Esfahbod <behdad@behdad.org>
4116 Date: Fri Jun 20 15:12:49 2014 -0400
4118 [indic-table] Speed up lookup
4120 src/gen-indic-table.py | 22 +++++++++---
4121 src/hb-ot-shape-complex-indic-table.cc | 61
4122 +++++++++++++++++++++++-----------
4123 2 files changed, 59 insertions(+), 24 deletions(-)
4125 commit 64442a3f4c5c7be08893454742cad6bfe73cb8d7
4126 Author: Behdad Esfahbod <behdad@behdad.org>
4127 Date: Fri Jun 20 14:58:53 2014 -0400
4129 [indic-table] Fix compiler warning
4131 src/gen-indic-table.py | 4 +---
4132 src/hb-ot-shape-complex-indic-table.cc | 4 +---
4133 2 files changed, 2 insertions(+), 6 deletions(-)
4135 commit 0436e1d50527497ebe5053b51a34ce6590276249
4136 Author: Behdad Esfahbod <behdad@behdad.org>
4137 Date: Fri Jun 20 14:56:22 2014 -0400
4139 [indic-table] Make table more compact by not covering full blocks
4141 -#define indic_offset_total 4416
4142 +#define indic_offset_total 3816
4144 -}; /* Table occupancy: 60% */
4145 +}; /* Table occupancy: 69% */
4147 src/gen-indic-table.py | 24 ++++--
4148 src/hb-ot-shape-complex-indic-table.cc | 150
4149 +++++++++------------------------
4150 2 files changed, 57 insertions(+), 117 deletions(-)
4152 commit 190a251479b3cfc68871ff1daf9a9d1abe3f86e6
4153 Author: Behdad Esfahbod <behdad@behdad.org>
4154 Date: Fri Jun 20 14:41:39 2014 -0400
4156 [indic-table] Remove block range from data table
4158 No functional change.
4160 src/gen-indic-table.py | 4 +-
4161 src/hb-ot-shape-complex-indic-table.cc | 102
4162 ++++++++++++++++-----------------
4163 2 files changed, 54 insertions(+), 52 deletions(-)
4165 commit 2b051c6057920c564c13c5d6a3e6dca93446fa12
4166 Author: Behdad Esfahbod <behdad@behdad.org>
4167 Date: Fri Jun 20 14:09:57 2014 -0400
4169 Rename HB_VERSION_CHECK and hb_version_check to "atleast"
4171 HB_VERSION_CHECK's comparison was originally written wrongly
4172 by mistake. When API tests were written, they were also written
4173 wrongly to pass given the wrong implementation... Sigh.
4175 Given the purpose of this API, there's no point in fixing it
4176 without renaming it. As such, rename.
4180 HB_VERSION_CHECK -> HB_VERSION_ATLEAST
4181 hb_version_check -> hb_version_atleast
4183 docs/reference/harfbuzz-sections.txt | 4 ++--
4184 src/hb-common.cc | 10 +++++-----
4185 src/hb-version.h.in | 10 +++++-----
4186 test/api/test-version.c | 29 +++++++++++++++--------------
4187 4 files changed, 27 insertions(+), 26 deletions(-)
4189 commit cabfa538ed4b1355326fa8de05f7209dda1c1c7a
4190 Author: Behdad Esfahbod <behdad@behdad.org>
4191 Date: Fri Jun 20 13:51:21 2014 -0400
4193 Adjust unused doc symbols
4195 docs/reference/harfbuzz-sections.txt | 19 +++++++++++++++++--
4196 src/hb-ot-shape.h | 21 ++++++++++-----------
4197 2 files changed, 27 insertions(+), 13 deletions(-)
4199 commit da132937989acb4d8ca9bd41c79f98750e7dda30
4200 Author: Jonathan Kew <jfkthame@gmail.com>
4201 Date: Sun Apr 27 14:05:24 2014 +0100
4203 Rework handling of requiredFeature to solve problem with rlig in
4204 arial.ttf from winxp
4206 https://bugzilla.mozilla.org/show_bug.cgi?id=986802
4207 Fixes https://github.com/behdad/harfbuzz/pull/39
4211 -hb_ot_layout_language_get_required_feature_index
4212 +hb_ot_layout_language_get_required_feature
4214 New API takes an extra pointer argument. Pass NULL in to get
4215 behavior of previous API.
4219 src/hb-ot-layout-gsubgpos-private.hh | 4 +--
4220 src/hb-ot-layout.cc | 29 ++++++++++++---------
4221 src/hb-ot-layout.h | 11 ++++----
4222 src/hb-ot-map.cc | 50
4223 ++++++++++++++++++++++++++----------
4225 5 files changed, 64 insertions(+), 34 deletions(-)
4227 commit df554af99db390e42d378983bb3fcf583477a1d7
4228 Author: Behdad Esfahbod <behdad@behdad.org>
4229 Date: Thu Jun 19 15:39:18 2014 -0400
4231 Rename search() to bsearch() and lsearch()
4233 Such that the complexity of the algorithm used is clear at
4236 src/hb-open-type-private.hh | 4 ++--
4237 src/hb-ot-cmap-table.hh | 14 +++++++-------
4238 src/hb-ot-layout-common-private.hh | 9 +++++----
4239 3 files changed, 14 insertions(+), 13 deletions(-)
4241 commit fb8cc86ff99c08064ac58a559bb66cc340693b92
4242 Author: Behdad Esfahbod <behdad@behdad.org>
4243 Date: Thu Jun 19 15:30:18 2014 -0400
4245 Rename sort() to qsort()
4247 In an effort to make the algorithm used clear.
4249 src/hb-coretext.cc | 4 ++--
4250 src/hb-ot-map.cc | 4 ++--
4251 src/hb-private.hh | 8 ++++----
4252 src/hb-uniscribe.cc | 4 ++--
4253 4 files changed, 10 insertions(+), 10 deletions(-)
4255 commit 577ca4814314c374824cac736996b9cdd4f9d11f
4256 Author: Behdad Esfahbod <behdad@behdad.org>
4257 Date: Wed Jun 18 12:29:23 2014 -0400
4259 [unicode7] Update list of Default_Ignorable codepoints
4261 src/hb-unicode-private.hh | 66
4262 +++++++++++++++++++++--------------------------
4263 1 file changed, 30 insertions(+), 36 deletions(-)
4265 commit 7cfee3827636f0dff7df5c8975a4fadd1b4bfbd5
4266 Author: Behdad Esfahbod <behdad@behdad.org>
4267 Date: Mon Apr 28 15:09:30 2014 -0700
4269 [unicode7] Route Manichaean and Psalter Pahlavi through Arabic shaper
4271 Still needs update to joining table to fully work.
4273 src/hb-ot-shape-complex-private.hh | 4 ++++
4274 1 file changed, 4 insertions(+)
4276 commit a4a7899cd93fb9d1bc2163a4bbabfa733ee5bd52
4277 Author: Behdad Esfahbod <behdad@behdad.org>
4278 Date: Mon Apr 28 15:06:42 2014 -0700
4280 [unicode7] Mark right-to-left scripts
4282 src/hb-common.cc | 8 ++++++++
4283 1 file changed, 8 insertions(+)
4285 commit 62587bfc5178a447ef66d88eab7412a7efe84692
4286 Author: Behdad Esfahbod <behdad@behdad.org>
4287 Date: Mon Apr 28 15:07:21 2014 -0700
4289 [unicode7] Declare Unicode 7 scripts
4291 src/hb-common.h | 21 +++++++++------------
4292 1 file changed, 9 insertions(+), 12 deletions(-)
4294 commit dc61294aa93d36d0c5d187d4a692560a7cb46444
4295 Author: Behdad Esfahbod <behdad@behdad.org>
4296 Date: Mon Apr 28 14:58:28 2014 -0700
4298 [unicode7] Add missing ISO 15924 tags
4300 src/hb-common.h | 6 +++---
4301 1 file changed, 3 insertions(+), 3 deletions(-)
4303 commit 7526373e70bc4c2e2072da36babf9399fcf483b8
4304 Author: Behdad Esfahbod <behdad@behdad.org>
4305 Date: Tue Jun 17 11:45:26 2014 -0400
4307 [coretext] Remove unused var
4309 src/hb-coretext.cc | 2 --
4310 1 file changed, 2 deletions(-)
4312 commit 798e4185bc71b1a63528e6b0af236d4c964ec607
4313 Author: Jonathan Kew <jfkthame@gmail.com>
4314 Date: Tue Jun 10 13:10:30 2014 +0100
4316 When zeroing mark widths for LTR, also adjust offset...
4318 ...so that they overstrike preceding glyph.
4320 https://github.com/behdad/harfbuzz/pull/43
4322 src/hb-ot-shape.cc | 50
4323 +++++++++++++++++++++++++++++++++++++++-----------
4324 1 file changed, 39 insertions(+), 11 deletions(-)
4326 commit 80f7405a5208f88b8615aa4ce4c54ffeb16f04f8
4327 Author: Jonathan Kew <jfkthame@gmail.com>
4328 Date: Tue Jun 10 13:10:02 2014 +0100
4330 [Thai] set the correct general category on Nikhahit when decomposing
4333 src/hb-ot-shape-complex-thai.cc | 5 ++++-
4334 1 file changed, 4 insertions(+), 1 deletion(-)
4336 commit 1d634cbb4b0338e1c2841127a72c5fac3a2a5ca1
4337 Author: Behdad Esfahbod <behdad@behdad.org>
4338 Date: Fri Jun 6 17:55:02 2014 -0400
4340 Fix base-position when 'pref' is NOT formed
4342 If pre-base reordering Ra is NOT formed (or formed and then
4343 broken up), we should consider that Ra as base. This is
4344 observable when there's a left matra or dotreph that positions
4347 Now, it might be that we shouldn't do this if the Ra happend
4348 to form a below form. We can't quite deduce that right now...
4350 Micro test added. Also at:
4352 https://code.google.com/a/google.com/p/noto-alpha/issues/detail?id=186#c29
4354 src/hb-ot-shape-complex-indic.cc | 28
4355 +++++++++++++++++++--
4356 test/shaping/fonts/sha1sum/MANIFEST | 5 ++++
4357 .../e207635780b42f898d58654b65098763e340f5c7.ttf | Bin 0 -> 3000 bytes
4358 test/shaping/tests/indic-pref-blocking.tests | 3 ++-
4359 4 files changed, 33 insertions(+), 3 deletions(-)
4361 commit 04dc52fa15f5b7f9eb5f448ea43e7ef1b2269e88
4362 Author: Behdad Esfahbod <behdad@behdad.org>
4363 Date: Fri Jun 6 17:28:38 2014 -0400
4365 [indic] Recover OT_H undergone ligation and multiplication
4367 Sometimes font designers form half/pref/etc consonant forms
4368 unconditionally and then undo that conditionally. Try to
4369 recover the OT_H classification in those cases.
4371 No test number changes expected.
4373 src/hb-ot-layout-private.hh | 8 ++++++++
4374 src/hb-ot-shape-complex-indic.cc | 21 +++++++++++++++++++++
4375 2 files changed, 29 insertions(+)
4377 commit 39c8201f8e361e8c0f23f07bf20124ccadc6086c
4378 Author: Behdad Esfahbod <behdad@behdad.org>
4379 Date: Fri Jun 6 17:19:35 2014 -0400
4381 [indic] Improve base re-finding
4383 No test numbers change.
4385 src/hb-ot-shape-complex-indic.cc | 5 ++---
4386 1 file changed, 2 insertions(+), 3 deletions(-)
4388 commit c04d5f0dd24d0ed9560fb9aebb5561ce946743c3
4389 Author: Behdad Esfahbod <behdad@behdad.org>
4390 Date: Fri Jun 6 17:02:39 2014 -0400
4394 src/hb-ot-shape-complex-indic.cc | 2 +-
4395 1 file changed, 1 insertion(+), 1 deletion(-)
4397 commit 824d00dce483d0f4030c0cac253f994810e10f32
4398 Author: Behdad Esfahbod <behdad@behdad.org>
4399 Date: Mon Jun 9 14:17:33 2014 -0400
4401 Fix commit 3f38c1137b6219a646da141b08463ffa922d4e35
4403 Previous commit was not compiling with clang.
4405 configure.ac | 4 ++--
4406 1 file changed, 2 insertions(+), 2 deletions(-)
4408 commit 3f38c1137b6219a646da141b08463ffa922d4e35
4409 Author: Behdad Esfahbod <behdad@behdad.org>
4410 Date: Fri Jun 6 16:03:40 2014 -0400
4412 Don't use -mstructure-size-boundary=8 on clang arm
4414 As in building for Android / iPhone. Only set it if
4415 struct{char} alignment is not 1.
4417 NOT tested on an actual Arm architecture. Guess we'll know
4418 when this makes it to people's build bots.
4420 configure.ac | 7 +++++--
4421 1 file changed, 5 insertions(+), 2 deletions(-)
4423 commit 0ff74b09d2ccf7a9ea0f0b463d8b6d819c86c837
4424 Author: Behdad Esfahbod <behdad@behdad.org>
4425 Date: Thu Jun 5 21:55:23 2014 -0400
4427 Add missing test file. Oops
4429 test/shaping/tests/indic-pref-blocking.tests | 1 +
4430 1 file changed, 1 insertion(+)
4432 commit 832a6f99b34f334b1e82b8e3a7ad137e823d203c
4433 Author: Behdad Esfahbod <behdad@behdad.org>
4434 Date: Wed Jun 4 16:57:42 2014 -0400
4436 [indic] Don't reorder reph/pref if ligature was expanded
4438 Normally if you want to, say, conditionally prevent a 'pref', you
4439 would use blocking contextual matching. Some designers instead
4440 form the 'pref' form, then undo it in context. To detect that
4441 we now also remember glyphs that went through MultipleSubst.
4443 In the only place that this is used, Uniscribe seems to only care
4444 about the "last" transformation between Ligature and Multiple
4445 substitions. Ie. if you ligate, expand, and ligate again, it
4446 moves the pref, but if you ligate and expand it doesn't. That's
4447 why we clear the MULTIPLIED bit when setting LIGATED.
4449 Micro-test added. Test: U+0D2F,0D4D,0D30 with font from:
4452 https://code.google.com/a/google.com/p/noto-alpha/issues/detail?id=186#c29
4454 src/hb-ot-layout-gsub-table.hh | 2 +-
4455 src/hb-ot-layout-gsubgpos-private.hh | 20
4456 ++++++++++++++++----
4457 src/hb-ot-layout-private.hh | 16
4459 src/hb-ot-shape-complex-indic.cc | 4 ++--
4460 test/shaping/Makefile.am | 5 ++++-
4461 .../226bc2deab3846f1a682085f70c67d0421014144.ttf | Bin 0 -> 2828 bytes
4462 test/shaping/tests/MANIFEST | 1 +
4463 7 files changed, 39 insertions(+), 9 deletions(-)
4465 commit b5be2317201774c84470167767ad83c8637cad5b
4466 Author: Behdad Esfahbod <behdad@behdad.org>
4467 Date: Thu Jun 5 19:00:22 2014 -0400
4469 [gsub] Adjust single-length ligature subst to act like single subst
4471 src/hb-ot-layout-gsub-table.hh | 8 ++++++++
4472 1 file changed, 8 insertions(+)
4474 commit aae69451dfbf2e3671c555c234f788c194302818
4475 Author: Behdad Esfahbod <behdad@behdad.org>
4476 Date: Thu Jun 5 18:54:44 2014 -0400
4478 [gsub] Minor shuffling
4480 src/hb-ot-layout-gsub-table.hh | 29 ++++++++++++++++-------------
4481 1 file changed, 16 insertions(+), 13 deletions(-)
4483 commit b6b304f12be917b7449b3ac9409069fcd4a27d95
4484 Author: Behdad Esfahbod <behdad@behdad.org>
4485 Date: Thu Jun 5 17:12:54 2014 -0400
4487 [ot] Add TODO re zero-len MultipleSubst sequences
4489 src/hb-ot-layout-gsub-table.hh | 9 +++++++++
4490 src/hb-ot-layout-gsubgpos-private.hh | 4 +++-
4491 2 files changed, 12 insertions(+), 1 deletion(-)
4493 commit f1a72fe7bf863535ec09b559cc0bd878fd0799f2
4494 Author: Behdad Esfahbod <behdad@behdad.org>
4495 Date: Wed Jun 4 19:00:29 2014 -0400
4497 [ot-font] Fix cmap EncodingRecord cmp order
4499 src/hb-ot-cmap-table.hh | 14 +++++++++-----
4500 1 file changed, 9 insertions(+), 5 deletions(-)
4502 commit ce34f0b07e5324ed52e6e2c43000c2b09ee010d4
4503 Author: Behdad Esfahbod <behdad@behdad.org>
4504 Date: Wed Jun 4 18:57:46 2014 -0400
4506 [ot-font] Use binary search for format12 cmap subtable
4508 src/hb-open-type-private.hh | 4 ++++
4509 src/hb-ot-cmap-table.hh | 2 +-
4510 2 files changed, 5 insertions(+), 1 deletion(-)
4512 commit 257d1adfa1b3422c511c55e641840a6e31ec6008
4513 Author: Behdad Esfahbod <behdad@behdad.org>
4514 Date: Wed Jun 4 18:47:55 2014 -0400
4516 [ot-font] Work around broken cmap subtable format 4 length
4518 Roboto was hitting this. FreeType also has pretty much the
4519 same code for this, in ttcmap.c:tt_cmap4_validate():
4521 /* in certain fonts, the `length' field is invalid and goes */
4522 /* out of bound. We try to correct this here... */
4523 if ( table + length > valid->limit )
4525 if ( valid->level >= FT_VALIDATE_TIGHT )
4526 FT_INVALID_TOO_SHORT;
4528 length = (FT_UInt)( valid->limit - table );
4531 src/hb-ot-cmap-table.hh | 22 ++++++++++++++++++----
4532 1 file changed, 18 insertions(+), 4 deletions(-)
4534 commit 51f563579b94e1ee23ced9bbcc7dd3341535ce72
4535 Author: Behdad Esfahbod <behdad@behdad.org>
4536 Date: Wed Jun 4 18:42:32 2014 -0400
4538 Move try_set to sanitize context
4540 src/hb-open-type-private.hh | 22 ++++++++++------------
4541 src/hb-ot-layout-common-private.hh | 2 +-
4542 2 files changed, 11 insertions(+), 13 deletions(-)
4544 commit 500737e8e16dce5248aff394899bb3761a9c3bbf
4545 Author: Behdad Esfahbod <behdad@behdad.org>
4546 Date: Wed Jun 4 18:17:29 2014 -0400
4548 [ot-font] Don't select a Null cmap subtable
4550 Can happen either in broken fonts, or as a result of sanitize().
4552 src/hb-ot-cmap-table.hh | 2 +-
4553 1 file changed, 1 insertion(+), 1 deletion(-)
4555 commit dac86026a6bae5a8a03cfe885bf93f32e5f48614
4556 Author: Behdad Esfahbod <behdad@behdad.org>
4557 Date: Tue Jun 3 17:57:00 2014 -0400
4559 Fix some cppcheck warnings
4561 Bug 77800 - cppcheck reports
4563 src/hb-common.cc | 4 +++-
4564 src/hb-ot-layout-common-private.hh | 2 +-
4565 src/hb-private.hh | 2 +-
4566 src/hb-shape-plan.cc | 4 ++--
4567 4 files changed, 7 insertions(+), 5 deletions(-)
4569 commit c306410cab368a27c1941a2625d3b475edeaac04
4570 Author: Behdad Esfahbod <behdad@behdad.org>
4571 Date: Tue Jun 3 16:59:41 2014 -0400
4573 Bug 77732 - Fix unused typedef warning for ASSERT_STATIC with GCC 4.8
4575 src/hb-private.hh | 2 +-
4576 1 file changed, 1 insertion(+), 1 deletion(-)
4578 commit ae2b854eab7f1c48e56751c987a714c2c18d6eb6
4579 Author: Behdad Esfahbod <behdad@behdad.org>
4580 Date: Tue Jun 3 16:59:09 2014 -0400
4584 src/hb-private.hh | 134
4585 ++++++++++++++++++++++++++----------------------------
4586 1 file changed, 65 insertions(+), 69 deletions(-)
4588 commit 17c3b809f42aec34d83dba2e6229ad85804bebae
4589 Author: Behdad Esfahbod <behdad@behdad.org>
4590 Date: Mon Jun 2 15:08:18 2014 -0400
4592 [indic] Treat U+A8E0..A8F1 as OT_A instead of OT_VD
4594 Apparently they can intermix with other OT_A.
4596 Test: U+0915,A8E2,1CD0
4598 src/hb-ot-shape-complex-indic.cc | 2 +-
4599 1 file changed, 1 insertion(+), 1 deletion(-)
4601 commit 6ae13f257c3986517c097fa666ab9f58bdc918b5
4602 Author: Behdad Esfahbod <behdad@behdad.org>
4603 Date: Fri May 30 17:38:14 2014 -0400
4605 [graphite2] Fix cluster mapping
4607 Patch from Martin Hosken. I expect this to fix the following bugs:
4609 https://bugs.freedesktop.org/show_bug.cgi?id=75076
4610 https://bugzilla.gnome.org/show_bug.cgi?id=723582
4611 https://bugzilla.redhat.com/show_bug.cgi?id=998812
4613 src/hb-graphite2.cc | 5 ++++-
4614 1 file changed, 4 insertions(+), 1 deletion(-)
4616 commit 5875ad9c467b39d00ad4d98fd425179c701e6fd0
4617 Author: Behdad Esfahbod <behdad@behdad.org>
4618 Date: Thu May 29 15:48:16 2014 -0400
4622 NEWS | 12 ++++++++++++
4624 2 files changed, 13 insertions(+), 1 deletion(-)
4626 commit 7977ca17aac34b9ab10622928bed8afa2177f16a
4627 Author: Behdad Esfahbod <behdad@behdad.org>
4628 Date: Thu May 29 15:34:26 2014 -0400
4630 [indic] Allow decimal and Brahmi digits as placeholders
4632 Tests: U+0967,0951 U+0031,093F
4634 src/hb-ot-shape-complex-indic.cc |
4636 .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt |
4638 2 files changed, 6 insertions(+)
4640 commit e8b5d64039614ecce472eda1a7a603736da25d86
4641 Author: Behdad Esfahbod <behdad@behdad.org>
4642 Date: Thu May 29 15:18:27 2014 -0400
4644 [indic] Do NOT allow reph formation on placeholders
4646 Only allow it on DOTTED CIRCLE. No effect on test numbers.
4648 Test: U+0930,094D,00A0
4650 src/hb-ot-shape-complex-indic-machine.rl |
4652 .../in-tree/shaper-indic/indic/script-devanagari/misc/dottedcircle.txt |
4654 2 files changed, 2 insertions(+), 1 deletion(-)
4656 commit 52b562a6a058131c0103aaa5404d053e6465bb23
4657 Author: Behdad Esfahbod <behdad@behdad.org>
4658 Date: Tue May 27 18:18:23 2014 -0400
4660 [indic] Clean up a bit
4662 No functional change intended.
4664 src/hb-ot-shape-complex-indic.cc | 17 +++++------------
4665 1 file changed, 5 insertions(+), 12 deletions(-)
4667 commit 3bf652b90783e8244c153739585d95dc4162efb4
4668 Author: Behdad Esfahbod <behdad@behdad.org>
4669 Date: Tue May 27 18:07:26 2014 -0400
4671 [indic] Treat U+002D and U+2010..2014 as placeholders
4673 src/hb-ot-shape-complex-indic.cc | 4 +++-
4674 1 file changed, 3 insertions(+), 1 deletion(-)
4676 commit e0de95f40244924cb8f9f7abca7f53117044a0eb
4677 Author: Behdad Esfahbod <behdad@behdad.org>
4678 Date: Tue May 27 17:58:34 2014 -0400
4680 [indic] Treat U+00D7 MULTIPLICATION SIGN as placeholder
4682 src/hb-ot-shape-complex-indic.cc | 1 +
4683 1 file changed, 1 insertion(+)
4685 commit cf78dd483cbe1759a8ecb731879e041a53ba9bb3
4686 Author: Behdad Esfahbod <behdad@behdad.org>
4687 Date: Tue May 27 17:53:37 2014 -0400
4689 [indic/myanmar] Rename OT_NBSP to OT_PLACEHOLDER
4691 src/hb-ot-shape-complex-indic-machine.rl | 4 ++--
4692 src/hb-ot-shape-complex-indic-private.hh | 6 +++---
4693 src/hb-ot-shape-complex-indic.cc | 4 ++--
4694 src/hb-ot-shape-complex-myanmar.cc | 2 +-
4695 4 files changed, 8 insertions(+), 8 deletions(-)
4697 commit 186ece94c8838e95db240d3e7c3ce415da6be81e
4698 Author: Behdad Esfahbod <behdad@behdad.org>
4699 Date: Tue May 27 17:49:45 2014 -0400
4701 [myanmar] Use OT_NBSP instead of OT_DOTTEDCIRCLE for OT_GB
4703 No functional change.
4705 src/hb-ot-shape-complex-myanmar-machine.rl | 2 +-
4706 src/hb-ot-shape-complex-myanmar.cc | 2 +-
4707 2 files changed, 2 insertions(+), 2 deletions(-)
4709 commit cf71d28c380819cb0f7f0f22f6ff9e4aa881a2b8
4710 Author: Behdad Esfahbod <behdad@behdad.org>
4711 Date: Tue May 27 17:47:43 2014 -0400
4713 [indic/myanmar] Refactor a few macros
4715 src/hb-ot-shape-complex-indic-private.hh | 12 ++++++++++++
4716 src/hb-ot-shape-complex-indic.cc | 10 ----------
4717 src/hb-ot-shape-complex-myanmar.cc | 6 ------
4718 3 files changed, 12 insertions(+), 16 deletions(-)
4720 commit 2307268e01d27a999b56a2f573dfcee8b2a7949b
4721 Author: Behdad Esfahbod <behdad@behdad.org>
4722 Date: Tue May 27 17:39:01 2014 -0400
4724 [indic] Treat U+0A72..0A73 like regular consonants
4726 Unicode 6.x IndicSyllableCategory categorizes them as
4727 placeholders, but they can subjoin.
4729 src/hb-ot-shape-complex-indic.cc | 3 ++-
4730 1 file changed, 2 insertions(+), 1 deletion(-)
4732 commit e9b2a4cfe593bdbe9288571635ba26ac42ede987
4733 Author: Behdad Esfahbod <behdad@behdad.org>
4734 Date: Fri May 23 15:49:10 2014 -0400
4736 [indic] Support U+1CED
4738 src/hb-ot-shape-complex-indic.cc | 5 +++++
4739 1 file changed, 5 insertions(+)
4741 commit d19f8e85702a1e473efe2f02027984dcc127602a
4742 Author: Behdad Esfahbod <behdad@behdad.org>
4743 Date: Fri May 23 15:45:50 2014 -0400
4745 [indic] Support U+A8F2..A8F7,1CE9..1CEC,1CEE..1CF1
4747 src/hb-ot-shape-complex-indic.cc | 8 ++++++++
4748 1 file changed, 8 insertions(+)
4750 commit ddbdfcbf1c10eed0a7b81b29fee99f1bd22113e5
4751 Author: Behdad Esfahbod <behdad@behdad.org>
4752 Date: Fri May 23 15:39:55 2014 -0400
4754 [indic] Simplify grammar
4756 No functional change.
4758 src/hb-ot-shape-complex-indic-machine.rl | 7 +++----
4759 1 file changed, 3 insertions(+), 4 deletions(-)
4761 commit 4e9b1f662b23966e67c548b86afeff2bec9b0eb7
4762 Author: Behdad Esfahbod <behdad@behdad.org>
4763 Date: Fri May 23 15:38:42 2014 -0400
4765 [indic] Always start new syllable for Avagraha
4767 In fact, the previous grammar was ambigious. No functional
4770 src/hb-ot-shape-complex-indic-machine.rl | 2 +-
4771 1 file changed, 1 insertion(+), 1 deletion(-)
4773 commit 9f9bd9bf31161660214b8b39a78cdafbb79db1be
4774 Author: Behdad Esfahbod <behdad@behdad.org>
4775 Date: Fri May 23 15:33:13 2014 -0400
4777 [indic] Rename avagraha cluster to symbol cluster
4779 In anticipation of adding more characters to that class of clusters.
4781 src/hb-ot-shape-complex-indic-machine.rl | 10 +++++-----
4782 src/hb-ot-shape-complex-indic-private.hh | 4 ++--
4783 src/hb-ot-shape-complex-indic.cc | 14 +++++++-------
4784 3 files changed, 14 insertions(+), 14 deletions(-)
4786 commit a498565cedf0441ae723c5e5969f637d792a15e7
4787 Author: Behdad Esfahbod <behdad@behdad.org>
4788 Date: Thu May 22 19:39:56 2014 -0400
4790 [indic] Support U+1CF2,U+1CF3
4792 src/hb-ot-shape-complex-indic.cc | 6 ++++++
4793 1 file changed, 6 insertions(+)
4795 commit ecb98babbaa065940b40ca8954a454f0e2cdcff0
4796 Author: Behdad Esfahbod <behdad@behdad.org>
4797 Date: Thu May 22 19:36:21 2014 -0400
4799 [indic] Support U+1CE2..U+1CE8
4801 src/hb-ot-shape-complex-indic.cc | 4 ++++
4802 1 file changed, 4 insertions(+)
4804 commit 37bf2c9224e32fdc99c20158c6dc0a4602ec1292
4805 Author: Behdad Esfahbod <behdad@behdad.org>
4806 Date: Thu May 22 19:35:17 2014 -0400
4810 src/hb-ot-shape-complex-indic.cc | 2 +-
4811 1 file changed, 1 insertion(+), 1 deletion(-)
4813 commit 131e17ff9ae792cafa7a500043acb373802ee872
4814 Author: Behdad Esfahbod <behdad@behdad.org>
4815 Date: Thu May 22 19:32:51 2014 -0400
4817 [indic] Support U+1CF5,1CF6
4819 src/hb-ot-shape-complex-indic.cc | 3 +++
4820 1 file changed, 3 insertions(+)
4822 commit 72ead0cc72dac4d1c985ead065bb820f93f14a1d
4823 Author: Behdad Esfahbod <behdad@behdad.org>
4824 Date: Thu May 22 19:12:10 2014 -0400
4826 [indic] Treat U+1CE1 as a tone-mark too
4828 It's spacing, but otherwise the same as the other ones.
4830 src/hb-ot-shape-complex-indic.cc | 2 +-
4831 1 file changed, 1 insertion(+), 1 deletion(-)
4833 commit e848bfae7c975a6fae434daf8e3db4d69914df9f
4834 Author: Behdad Esfahbod <behdad@behdad.org>
4835 Date: Thu May 22 18:50:34 2014 -0400
4837 [indic] Recategorize U+A8E0..A8F1 as OT_VD
4839 Up to two of them come after all OT_A characters.
4841 src/hb-ot-shape-complex-indic-machine.rl | 2 +-
4842 src/hb-ot-shape-complex-indic.cc | 10 ++++++----
4843 2 files changed, 7 insertions(+), 5 deletions(-)
4845 commit c519536c34c842304da558dd4a9e3844fc261b20
4846 Author: Behdad Esfahbod <behdad@behdad.org>
4847 Date: Thu May 22 18:43:14 2014 -0400
4849 [indic] Allow up to three tone marks
4851 According to Roozbeh, there are valid combinations in Unicode
4852 proposals for up to three. Previously we were allowing up to two.
4854 src/hb-ot-shape-complex-indic-machine.rl | 2 +-
4855 1 file changed, 1 insertion(+), 1 deletion(-)
4857 commit c11fc6833980fce6d70c5ae0c6623de97a3eb30a
4858 Author: Behdad Esfahbod <behdad@behdad.org>
4859 Date: Thu May 22 18:41:49 2014 -0400
4861 [indic] Support more extended Devanagari tone marks
4863 Also adjust U+0953,0954 handling.
4865 src/hb-ot-shape-complex-indic.cc | 18 ++++++++++++------
4866 1 file changed, 12 insertions(+), 6 deletions(-)
4868 commit 26c836e53d55a2e2d4c17fd9ea1884eec33ce015
4869 Author: Behdad Esfahbod <behdad@behdad.org>
4870 Date: Wed May 21 18:35:48 2014 -0400
4872 [indic] Handle "Cantillation marks for the Samaveda"
4874 src/hb-ot-shape-complex-indic.cc | 3 +++
4875 1 file changed, 3 insertions(+)
4877 commit 29531128f2f4342d537817746863705df80efe4b
4878 Author: Behdad Esfahbod <behdad@behdad.org>
4879 Date: Thu May 15 14:04:02 2014 -0600
4881 [indic] Improve reph formation of Sinhala and Telugu
4883 Sinhala and Telugu use "explicit" reph. That is, the reph is
4885 a Ra,H,ZWJ sequence. Previously, upon detecting this sequence,
4887 checking checking whether the 'rphf' feature applies to the first two
4888 glyphs of the sequence. This is how the Microsoft fonts are designed.
4889 However, testing with Noto shows that apparently Uniscribe also forms
4890 the reph if the lookup ligates all three glyphs. So, try both
4893 Doesn't affect test results for Sinhala or Telugu.
4895 https://code.google.com/a/google.com/p/noto-alpha/issues/detail?id=232
4897 src/hb-ot-shape-complex-indic.cc | 9 +++++++--
4898 1 file changed, 7 insertions(+), 2 deletions(-)
4900 commit 8c703f13bf8b4b276093b1c42cd3759e34b6787f
4901 Author: Oleg Oshmyan <chortos@inbox.lv>
4902 Date: Wed May 14 22:10:09 2014 +0100
4904 Fix build with --coretext on older OS X
4906 Fixes https://github.com/behdad/harfbuzz/pull/40
4908 src/hb-coretext.h | 2 +-
4909 1 file changed, 1 insertion(+), 1 deletion(-)
4911 commit 439b05867c0856a81fa8f9bea3a7465b4b4bdd91
4912 Author: Behdad Esfahbod <behdad@behdad.org>
4913 Date: Wed May 14 16:44:39 2014 -0600
4915 [myanmar] Allow MedialYa+Asat in the grammar
4917 The grammar in the OT spec, and the existing Windows implementation
4918 seem to be confused around where to allow Asat around the medial
4921 The previous grammar for medial group was allowing an Asat after
4922 the medial group only if there was a medial Wa or Ha, but not if
4923 there was only a medial Ya. This doesn't make sense to me and
4924 sounds reversed, as both medial Wa and Ha are below marks while
4925 Asat is an above mark. An Asat can come before the medial group
4926 already (in fact, multiple ones can. Why?!). The medial Ya
4927 however is a spacing mark and according to Roozbeh it's valid
4928 to want an Asat on the medial Ya instead of the base, so it looks
4929 to me like we want to allow an Asat after the medial group if
4930 there *was* a Ya but not if there wasn't any. Not wanting to
4931 produce dotted-circle where Windows is not, this commit changes
4932 the grammar to allow one Asat after the medial group no matter
4933 what comes in the group.
4935 Test: U+1002,103A,103B vs U+1002,103B,103A
4937 src/hb-ot-shape-complex-myanmar-machine.rl | 2 +-
4938 1 file changed, 1 insertion(+), 1 deletion(-)
4940 commit 0a017ce169d791c9aea56671fe5837961e0a3c09
4941 Author: Behdad Esfahbod <behdad@behdad.org>
4942 Date: Wed May 14 16:44:16 2014 -0600
4944 Add tests for Myanmar Asat+MedialYa and MedialYa+Asat sequences
4946 One of them currently produces dotted-circle. Fix and detailed
4949 test/shaping/texts/in-tree/shaper-myanmar/script-myanmar/misc/misc.txt |
4951 1 file changed, 2 insertions(+)
4953 commit c95587618c88d187be64f923033dae151cf820be
4954 Author: Behdad Esfahbod <behdad@behdad.org>
4955 Date: Wed May 14 00:42:18 2014 -0400
4957 [ot] Minor note re cmap subtable format 2 and 8
4959 src/hb-ot-cmap-table.hh | 2 ++
4960 1 file changed, 2 insertions(+)
4962 commit b7878cd58ea9a67236e1e0228c35b5b03ec4ff9c
4963 Author: Behdad Esfahbod <behdad@behdad.org>
4964 Date: Tue May 13 21:47:51 2014 -0400
4966 [ot] Implement cmap subtable format 0
4968 src/hb-open-type-private.hh | 3 ++-
4969 src/hb-ot-cmap-table.hh | 32 ++++++++++++++++++++++++++++++++
4970 2 files changed, 34 insertions(+), 1 deletion(-)
4972 commit ca7b77431d1e0aaa803722be8be85a368a385f47
4973 Author: Behdad Esfahbod <behdad@behdad.org>
4974 Date: Tue May 13 21:26:34 2014 -0400
4976 [ot] Factor out code between cmap sutable format 12 and 13
4978 src/hb-ot-cmap-table.hh | 43 +++++++++++++------------------------------
4979 1 file changed, 13 insertions(+), 30 deletions(-)
4981 commit 94759e8219ed08392573bae948a8135e16b8e0d0
4982 Author: Behdad Esfahbod <behdad@behdad.org>
4983 Date: Tue May 13 21:17:28 2014 -0400
4985 [ot] Factor out code between cmap subtable format 6 and 10
4987 src/hb-ot-cmap-table.hh | 49
4988 ++++++++++---------------------------------------
4989 1 file changed, 10 insertions(+), 39 deletions(-)
4991 commit 1a8ffc512987c1ff1b4896549f80b145c85454a8
4992 Author: Behdad Esfahbod <behdad@behdad.org>
4993 Date: Tue May 13 21:06:39 2014 -0400
4997 src/hb-blob.h | 5 ++---
4998 1 file changed, 2 insertions(+), 3 deletions(-)
5000 commit 91bbfca87527fa14d6ebec86b087f2a989381872
5001 Author: Behdad Esfahbod <behdad@behdad.org>
5002 Date: Mon May 12 18:19:29 2014 -0400
5004 [ot] Implement cmap subtable formats 6 and 10
5006 src/hb-ot-cmap-table.hh | 77
5007 +++++++++++++++++++++++++++++++++++++++++++++++--
5008 1 file changed, 74 insertions(+), 3 deletions(-)
5010 commit d294a2cb165c4f20daa5624969067c51eb9aef58
5011 Author: Behdad Esfahbod <behdad@behdad.org>
5012 Date: Mon May 12 17:58:31 2014 -0400
5014 [ot] Implement cmap subtable format 13
5016 src/hb-ot-cmap-table.hh | 47
5017 +++++++++++++++++++++++++++++++++++++++++------
5018 1 file changed, 41 insertions(+), 6 deletions(-)
5020 commit 0d75793fae95ed9f6b8522ae3af4fcdf397d8c36
5021 Author: Behdad Esfahbod <behdad@behdad.org>
5022 Date: Mon May 12 17:51:15 2014 -0400
5024 [ot] Implement cmap subtable format 12
5026 src/hb-ot-cmap-table.hh | 63
5027 +++++++++++++++++++++++++++++++++++++++++++++++--
5028 src/hb-ot-font.cc | 5 ++++
5029 2 files changed, 66 insertions(+), 2 deletions(-)
5031 commit 3608a6847e7b7eb4206df049158513a085810afd
5032 Author: Behdad Esfahbod <behdad@behdad.org>
5033 Date: Mon May 12 13:46:29 2014 -0400
5035 [ot] Hook up cmap table to hb_ot_font_funcs()
5037 src/hb-ot-cmap-table.hh | 10 +++++++---
5038 src/hb-ot-font.cc | 33 +++++++++++++++++++--------------
5039 2 files changed, 26 insertions(+), 17 deletions(-)
5041 commit c8a47452993b9dee6854bfc866aca4a20142696f
5042 Author: Behdad Esfahbod <behdad@behdad.org>
5043 Date: Fri May 9 19:55:51 2014 -0400
5045 [ot] Implement cmap subtable format 4
5047 src/hb-ot-cmap-table.hh | 52
5048 +++++++++++++++++++++++++++++++++++++++++++++++++
5049 1 file changed, 52 insertions(+)
5051 commit 4719621f20dfd6a0377c650a7b4df223c18dc143
5052 Author: Behdad Esfahbod <behdad@behdad.org>
5053 Date: Fri May 9 16:09:11 2014 -0400
5057 src/hb-open-type-private.hh | 1 -
5058 1 file changed, 1 deletion(-)
5060 commit 41ca1fbebf61cf26e1e0e4b11f4a5b52fb7d88a9
5061 Author: Behdad Esfahbod <behdad@behdad.org>
5062 Date: Fri May 9 15:35:56 2014 -0400
5064 [ot] Start implementing cmap table
5066 src/Makefile.am | 1 +
5067 src/hb-ot-cmap-table.hh | 171
5068 ++++++++++++++++++++++++++++++++++++++++++++++++
5069 src/hb-ot-font.cc | 1 +
5070 3 files changed, 173 insertions(+)
5072 commit c7074b8798048324cb8850c55908ce77fc33d11e
5073 Author: Behdad Esfahbod <behdad@behdad.org>
5074 Date: Thu May 8 18:24:31 2014 -0400
5076 [otlayout] Add GenericArrayOf::search()
5078 src/hb-open-type-private.hh | 11 +++++++++++
5079 1 file changed, 11 insertions(+)
5081 commit 40a479797add42fa42b78d4267920ef75bfb6b9a
5082 Author: Behdad Esfahbod <behdad@behdad.org>
5083 Date: Thu May 8 18:21:04 2014 -0400
5085 [otlayout] Add GenericSortedArrayOf
5087 src/hb-open-type-private.hh | 10 +++++++---
5088 1 file changed, 7 insertions(+), 3 deletions(-)
5090 commit 0ddecabc6de205b121bec31fbf670f37cc9454ef
5091 Author: Behdad Esfahbod <behdad@behdad.org>
5092 Date: Thu May 1 16:01:40 2014 -0700
5094 [main] Minor improvement to output
5096 src/main.cc | 12 +++++++-----
5097 1 file changed, 7 insertions(+), 5 deletions(-)
5099 commit 79ecdc3f9525212053d2bc88a5541c41697159da
5100 Author: Behdad Esfahbod <behdad@behdad.org>
5101 Date: Mon Apr 28 14:24:23 2014 -0700
5105 NEWS | 13 +++++++++++++
5107 2 files changed, 14 insertions(+), 1 deletion(-)
5109 commit 6faff8e4132197ba06f0e685b82efe35b546cf64
5110 Author: Behdad Esfahbod <behdad@behdad.org>
5111 Date: Mon Apr 28 14:29:39 2014 -0700
5113 Add static storage classifier to inline functions
5115 Before we were just relying on the compiler inlining them and not
5116 leaving a trace in our public API. Try to fix. Hopefully not
5117 breaking anyone's build.
5119 src/hb-open-type-private.hh | 22 +++++++++++-----------
5120 src/hb-ot-layout-gpos-table.hh | 4 ++--
5121 src/hb-ot-layout-gsub-table.hh | 6 +++---
5122 src/hb-ot-layout-private.hh | 36 ++++++++++++++++++------------------
5123 src/hb-ot-map-private.hh | 10 +++++-----
5124 src/hb-private.hh | 2 +-
5125 6 files changed, 40 insertions(+), 40 deletions(-)
5127 commit 9c9411839bb89d0a1a83120af0982c60e0e393d9
5128 Author: Behdad Esfahbod <behdad@behdad.org>
5129 Date: Mon Apr 28 12:38:25 2014 -0700
5131 [tibetan] Reorder PADMA sign to occur after other below marks
5133 Based on suggestion from Andrew Glass.
5135 Test: U+0F40,0FC6,0F83
5137 src/hb-unicode-private.hh | 4 ++++
5138 1 file changed, 4 insertions(+)
5140 commit 659cd3c5b470ff9724ce5e53fedd1fea3e7512c4
5141 Author: Behdad Esfahbod <behdad@behdad.org>
5142 Date: Mon Apr 28 12:43:42 2014 -0700
5144 [test] Add test case for Tibetan sign PADMA
5148 test/shaping/texts/in-tree/shaper-tibetan/script-tibetan/misc/misc.txt |
5150 1 file changed, 1 insertion(+)
5152 commit ee703bc3ef740c300718fca7a12c050c322dce19
5153 Author: Behdad Esfahbod <behdad@behdad.org>
5154 Date: Mon Apr 28 12:43:18 2014 -0700
5158 test/shaping/texts/in-tree/MANIFEST | 3 +++
5159 test/shaping/texts/in-tree/shaper-default/MANIFEST | 3 ---
5160 .../texts/in-tree/shaper-default/script-hangul/MANIFEST | 1 -
5161 .../in-tree/shaper-default/script-hangul/misc/MANIFEST | 1 -
5162 .../in-tree/shaper-default/script-hangul/misc/misc.txt | 4 ----
5163 .../texts/in-tree/shaper-default/script-hebrew/MANIFEST | 1 -
5164 .../in-tree/shaper-default/script-hebrew/misc/MANIFEST | 1 -
5165 .../shaper-default/script-hebrew/misc/diacritics.txt | 16
5167 .../texts/in-tree/shaper-default/script-tibetan/MANIFEST | 1 -
5168 .../in-tree/shaper-default/script-tibetan/misc/MANIFEST | 1 -
5169 .../in-tree/shaper-default/script-tibetan/misc/misc.txt | 1 -
5170 .../texts/in-tree/shaper-hangul/script-hangul/MANIFEST | 1 +
5171 .../in-tree/shaper-hangul/script-hangul/misc/MANIFEST | 1 +
5172 .../in-tree/shaper-hangul/script-hangul/misc/misc.txt | 4 ++++
5173 .../texts/in-tree/shaper-hebrew/script-hebrew/MANIFEST | 1 +
5174 .../in-tree/shaper-hebrew/script-hebrew/misc/MANIFEST | 1 +
5175 .../shaper-hebrew/script-hebrew/misc/diacritics.txt | 16
5177 .../texts/in-tree/shaper-tibetan/script-tibetan/MANIFEST | 1 +
5178 .../in-tree/shaper-tibetan/script-tibetan/misc/MANIFEST | 1 +
5179 .../in-tree/shaper-tibetan/script-tibetan/misc/misc.txt | 1 +
5180 20 files changed, 30 insertions(+), 30 deletions(-)
5182 commit b082ef373cefb35dd98b5f2f0b677ccc7806f51e
5183 Author: Behdad Esfahbod <behdad@behdad.org>
5184 Date: Fri Apr 25 11:48:10 2014 -0700
5188 src/hb-ot-shape-complex-indic.cc | 2 +-
5189 1 file changed, 1 insertion(+), 1 deletion(-)
5191 commit 828e109c7aac3389cc3b89ea1f13388aefb63804
5192 Author: Behdad Esfahbod <behdad@behdad.org>
5193 Date: Fri Apr 18 16:53:34 2014 -0700
5195 [indic] Fix-up zero-context matching
5197 commit b5a0f69e47ace468b06e21cf069a18ddcfcf6064
5198 Author: Behdad Esfahbod <behdad@behdad.org>
5199 Date: Thu Oct 17 18:04:23 2013 +0200
5201 [indic] Pass zero-context=false to would_substitute for newer
5204 For scripts without an old/new spec distinction, use
5206 This changes behavior in Sinhala / Khmer, but doesn't seem
5208 This will be useful and used in Javanese.
5210 The *intention* was to change zero-context from true to false for
5212 don't have old-vs-new specs. However, checking the code, looks
5214 essentially change zero-context to always be true; ie. we only
5216 for old-spec, and we broke them. That's what causes this bug:
5218 https://bugs.freedesktop.org/show_bug.cgi?id=76705
5220 The root of the bug is here:
5222 /* Use zero-context would_substitute() matching for new-spec of
5224 * Indic scripts, but not for old-spec or scripts with one spec
5226 bool zero_context = indic_plan->config->has_old_spec ||
5227 !indic_plan->is_old_spec;
5229 Note that is_old_spec itself is:
5231 indic_plan->is_old_spec = indic_plan->config->has_old_spec &&
5232 ((plan->map.chosen_script[0] & 0x000000FF) != '2');
5234 It's easy to show that zero_context is now always true. What we
5237 bool zero_context = indic_plan->config->has_old_spec &&
5238 !indic_plan->is_old_spec;
5240 Ie, "&&" instead of "||". We made this change supposedly to make
5242 work. But apparently we got it working regardless! So I'm going
5244 to only change the logic for old-spec and not touch other cases.
5246 src/hb-ot-shape-complex-indic.cc | 4 ++--
5247 1 file changed, 2 insertions(+), 2 deletions(-)
5249 commit 66c6a48b6ce9dab6375ba1a23d7e450d6974852a
5250 Author: Behdad Esfahbod <behdad@behdad.org>
5251 Date: Mon Apr 14 15:55:42 2014 -0700
5253 Add HB_NO_MERGE_CLUSTERS
5255 Disables any cluster-merging. Added for testing purposes while
5256 we investigate what kind of API to add for this.
5258 src/hb-buffer.cc | 8 ++++++++
5259 1 file changed, 8 insertions(+)
5261 commit 897c7b804d6817470a364ba31b1719555b12f751
5262 Author: Behdad Esfahbod <behdad@behdad.org>
5263 Date: Thu Apr 10 16:27:13 2014 -0700
5265 Add Khmer test for U+17DD
5267 .../shaper-indic/south-east-asian/script-khmer/misc/other-marks.txt
5269 1 file changed, 1 insertion(+)
5271 commit 50a00535ccac538bbf93358fd2d2442e4c12542f
5272 Author: Behdad Esfahbod <behdad@behdad.org>
5273 Date: Thu Apr 10 16:03:29 2014 -0700
5275 Require gobject-introspection 1.34.0
5277 Fixes https://bugs.freedesktop.org/show_bug.cgi?id=75384
5280 1 file changed, 1 insertion(+), 1 deletion(-)
5282 commit 5fd996c4a4049a75c6d9e964f1a81c00ff191893
5283 Author: Behdad Esfahbod <behdad@behdad.org>
5284 Date: Wed Apr 9 16:38:26 2014 -0700
5286 Further adjust check-defs and check-symbols for mipsel
5288 Fixes https://bugs.freedesktop.org/show_bug.cgi?id=74491
5290 src/check-defs.sh | 2 +-
5291 src/check-symbols.sh | 2 +-
5292 2 files changed, 2 insertions(+), 2 deletions(-)
5294 commit 75ec6d0bc5ca0170c73e4d1099a898d38d8f85c0
5295 Author: Behdad Esfahbod <behdad@behdad.org>
5296 Date: Wed Apr 9 16:33:32 2014 -0700
5298 Tighten up check-static-inits.sh check
5300 Fixes https://bugs.freedesktop.org/show_bug.cgi?id=74490
5302 src/check-static-inits.sh | 2 +-
5303 1 file changed, 1 insertion(+), 1 deletion(-)
5305 commit 110ec0714a11b9417eed82f7d25b85c9dc7b6df4
5306 Author: Behdad Esfahbod <behdad@behdad.org>
5307 Date: Tue Apr 8 17:32:08 2014 -0700
5311 src/hb-blob.h | 2 +-
5312 1 file changed, 1 insertion(+), 1 deletion(-)
5314 commit 0682ddd05c22a400ff5ce97d4ea4b52a18b845ae
5315 Author: Behdad Esfahbod <behdad@behdad.org>
5316 Date: Tue Apr 8 16:03:35 2014 -0700
5318 [indic] Support U+17DD KHMER SIGN ATTHACAN
5320 As requested by Martin Hosken on the list.
5322 src/hb-ot-shape-complex-indic.cc | 3 ++-
5323 1 file changed, 2 insertions(+), 1 deletion(-)
5325 commit 05870ed62edd8728d6d732f60d6b7e149d45e6f4
5326 Author: Primiano Tucci <primiano@chromium.org>
5327 Date: Wed Apr 2 11:35:27 2014 +0100
5329 Use __aarch64__ for 64-bit ARM detection, not __arm64__
5331 Many GCC versions don't define __arm64__
5333 src/hb-atomic-private.hh | 2 +-
5334 1 file changed, 1 insertion(+), 1 deletion(-)
5336 commit 04d894e89795041b2055dc172744a018644f2bca
5337 Author: Behdad Esfahbod <behdad@behdad.org>
5338 Date: Tue Mar 25 12:11:32 2014 -0700
5342 src/hb-ot-layout-gsubgpos-private.hh | 1 +
5343 1 file changed, 1 insertion(+)
5345 commit 903648437c180c7b039801cdb0672e0f8e14afd4
5346 Author: Behdad Esfahbod <behdad@behdad.org>
5347 Date: Mon Mar 24 14:26:36 2014 -0700
5349 Start fleshing out builtin font functions
5351 src/Makefile.am | 3 +-
5352 src/hb-glib.cc | 2 +-
5353 src/hb-icu.cc | 2 +-
5354 src/hb-ot-font.cc | 260
5355 ++++++++++++++++++++++++++++++++++++++++++++++++
5356 src/hb-ot-font.h | 41 ++++++++
5357 src/hb-ot-hhea-table.hh | 2 +-
5358 src/hb-ot-hmtx-table.hh | 2 +-
5360 src/hb-tt-font.cc | 77 --------------
5361 util/Makefile.am | 4 +-
5362 util/options.cc | 4 +
5363 11 files changed, 314 insertions(+), 84 deletions(-)
5365 commit 343a0e4e747d93eeeb724c5d585f5ba036a0df84
5366 Author: Behdad Esfahbod <behdad@behdad.org>
5367 Date: Fri Mar 21 14:37:27 2014 -0700
5369 Add "make built-sources"
5371 src/Makefile.am | 3 ++-
5372 1 file changed, 2 insertions(+), 1 deletion(-)
5374 commit e9853f33d1f53d4d69ee0fa340ce9225a5ed17ca
5375 Author: Behdad Esfahbod <behdad@behdad.org>
5376 Date: Fri Mar 21 12:53:08 2014 -0700
5378 One more fix for build without gtk-doc
5380 Fixes https://github.com/behdad/harfbuzz/pull/35
5383 1 file changed, 1 insertion(+), 1 deletion(-)
5385 commit b96af03c20e46105982b3608b608614403540661
5386 Author: Konstantin Ritt <ritt.ks@gmail.com>
5387 Date: Thu Mar 20 16:01:30 2014 +0200
5389 Fix build with --coretext on iOS
5391 On iOS CoreText and CoreGraphics are stand-alone frameworks
5393 configure.ac | 23 +++++++++++++++++++----
5394 src/hb-coretext.h | 8 +++++++-
5395 2 files changed, 26 insertions(+), 5 deletions(-)
5397 commit ea5e8a02eb83ad19f3009b0008893f77ce113118
5398 Author: Behdad Esfahbod <behdad@behdad.org>
5399 Date: Wed Mar 19 15:38:02 2014 -0700
5401 [util] Plug minor leak
5403 util/hb-shape.cc | 6 +++---
5404 util/helper-cairo.cc | 21 ++++++++++++---------
5405 util/helper-cairo.hh | 2 +-
5406 util/options.cc | 6 +++++-
5407 util/options.hh | 6 +++---
5408 5 files changed, 24 insertions(+), 17 deletions(-)
5410 commit 09732cc6695b8e41ba6cdcd4058a4f7cad90167a
5411 Author: Behdad Esfahbod <behdad@behdad.org>
5412 Date: Wed Mar 19 12:00:17 2014 -0700
5416 src/hb-unicode.cc | 9 +++++++--
5417 src/hb-warning.cc | 11 -----------
5418 2 files changed, 7 insertions(+), 13 deletions(-)
5420 commit b934b0f9d1b39fc7a06c812bea3d79ca5424e278
5421 Author: Behdad Esfahbod <behdad@behdad.org>
5422 Date: Wed Mar 19 11:52:40 2014 -0700
5424 Yet another try to make build without gtk-doc succeed
5427 docs/reference/Makefile.am | 2 +-
5428 2 files changed, 2 insertions(+), 1 deletion(-)
5430 commit a7a5be090dd9cc39605853e8994eb417550939d4
5431 Author: Behdad Esfahbod <behdad@behdad.org>
5432 Date: Wed Mar 19 11:39:23 2014 -0700
5434 Another try to make gtk-doc optional
5436 docs/reference/Makefile.am | 2 +-
5437 1 file changed, 1 insertion(+), 1 deletion(-)
5439 commit ba8c9d92935ea351970a80d0d3441858ad4cf33f
5440 Author: Dominik Röttsches <dominik.rottsches@intel.com>
5441 Date: Tue Mar 18 14:39:03 2014 +0200
5445 NEWS | 16 ++++++++++++++++
5447 2 files changed, 17 insertions(+), 1 deletion(-)
5449 commit a949cd329e49d2c0ad6f1e023f324790d886dafe
5450 Author: Behdad Esfahbod <behdad@behdad.org>
5451 Date: Sun Mar 16 20:22:42 2014 -0700
5453 Don't use "register" storage class specifier
5456 https://bugzilla.mozilla.org/show_bug.cgi?id=984081
5458 src/hb-private.hh | 6 +++---
5459 1 file changed, 3 insertions(+), 3 deletions(-)
5461 commit 0082dbeae6c25a7859960b7e791a540ad04246d9
5462 Author: jfkthame <jfkthame@gmail.com>
5463 Date: Sun Mar 16 08:25:17 2014 +0000
5465 wrap definition of free_langs() with HAVE_ATEXIT
5467 ...to avoid an unused function warning; see mozilla bug
5468 https://bugzilla.mozilla.org/show_bug.cgi?id=984081.
5470 src/hb-common.cc | 2 ++
5471 1 file changed, 2 insertions(+)
5473 commit a9e25e90a4ca05746fda4a598ad698db1d2c5c1a
5474 Author: Behdad Esfahbod <behdad@behdad.org>
5475 Date: Fri Mar 14 19:55:46 2014 -0700
5477 [coretext] Add hb_coretext_face_create()
5481 src/hb-coretext.cc | 57
5482 +++++++++++++++++++++++++++++++++++++++++++++---------
5483 src/hb-coretext.h | 4 ++++
5484 2 files changed, 52 insertions(+), 9 deletions(-)
5486 commit c79865f90f62309dc64c8d3f2f503ec2aa4b7ec1
5487 Author: Behdad Esfahbod <behdad@behdad.org>
5488 Date: Fri Mar 14 19:37:55 2014 -0400
5490 [coretext] Add coretext_aat shaper
5492 This is a higher-priority shaper than default shaper ("ot"), but
5493 only picks up fonts that have AAT "morx"/"mort" table.
5495 Note that for this to work the font face's get_table() implementation
5496 should know how to return the full font blob.
5498 Based on patch from Konstantin Ritt.
5500 src/hb-coretext.cc | 94
5501 +++++++++++++++++++++++++++++++++++++++++++++++++++
5502 src/hb-coretext.h | 4 +++
5503 src/hb-shaper-list.hh | 4 +++
5504 3 files changed, 102 insertions(+)
5506 commit af1aa362cacc652ab8ffda05a5d98a3ff5430439
5507 Author: Behdad Esfahbod <behdad@behdad.org>
5508 Date: Fri Mar 14 15:52:47 2014 -0700
5510 If HAVE_ICU_BUILTIN is defined, use hb-icu Unicode callbacks
5512 Useful for Android / Chrome / etc when ICU is built in the same
5513 library as harfbuzz itself.
5515 src/hb-unicode.cc | 2 +-
5516 1 file changed, 1 insertion(+), 1 deletion(-)
5518 commit 853daf857f231c9ce0277a78abff1241150ea903
5519 Author: Behdad Esfahbod <behdad@behdad.org>
5520 Date: Fri Mar 14 15:49:18 2014 -0700
5524 src/hb-shaper-list.hh | 6 ------
5525 1 file changed, 6 deletions(-)
5527 commit 2a473338da1538efa4ff14ae9e4aba8dd50f9b0f
5528 Author: Behdad Esfahbod <behdad@behdad.org>
5529 Date: Mon Mar 10 15:04:46 2014 -0700
5531 Add Myanmar test case from OpenType Myanmar spec
5533 test/shaping/texts/in-tree/shaper-myanmar/script-myanmar/misc/MANIFEST |
5535 .../shaping/texts/in-tree/shaper-myanmar/script-myanmar/misc/otspec.txt |
5537 2 files changed, 3 insertions(+)
5539 commit 158985908981189a2fd4d15275a641286fc770fe
5540 Author: Behdad Esfahbod <behdad@behdad.org>
5541 Date: Mon Mar 10 14:57:55 2014 -0700
5545 .../shaper-myanmar/script-myanmar/misc/MANIFEST | 1 -
5546 .../shaper-myanmar/script-myanmar/misc/torture.txt | 23
5547 ----------------------
5548 .../shaper-sea/script-tai-tham/misc/MANIFEST | 1 +
5549 .../shaper-sea/script-tai-tham/misc/torture.txt | 23
5550 ++++++++++++++++++++++
5551 4 files changed, 24 insertions(+), 24 deletions(-)
5553 commit bb8ffb581b89cf27fb8e0743b81bbda21654233e
5554 Author: Behdad Esfahbod <behdad@behdad.org>
5555 Date: Tue Mar 4 13:03:51 2014 -0800
5557 Use AM_MISSING_PROG for ragel and git
5559 Makefile.am | 4 ++--
5561 src/Makefile.am | 2 +-
5562 3 files changed, 5 insertions(+), 3 deletions(-)
5564 commit a82165248cddb720576464b8e59a986491d3f2e9
5565 Author: Behdad Esfahbod <behdad@behdad.org>
5566 Date: Tue Feb 18 15:53:56 2014 -0500
5568 Only do fallback Hebrew composition if no GPOS 'mark' available
5570 Apparently some modern fonts have proper GPOS mark positioning
5571 tables, but undesirable precomposed forms! See thread
5572 "Hebrew composition to presentation forms" and:
5574 http://tex.stackexchange.com/questions/156775/having-trouble-with-vowel-positioning-in-ezra-sil-xelatex
5576 Test case: U+fb1d,05d9,05b4
5578 src/hb-ot-shape-complex-hebrew.cc | 2 +-
5579 src/hb-ot-shape-private.hh | 2 ++
5580 2 files changed, 3 insertions(+), 1 deletion(-)
5582 commit b456d42bf68c4374f71f09867e375a51c7f2b3ed
5583 Author: Behdad Esfahbod <behdad@behdad.org>
5584 Date: Tue Feb 11 17:29:40 2014 -0500
5586 Allow bootstrapping without gtk-doc
5588 Seems like configure.ac is already able to handle it.
5590 autogen.sh | 10 +++++-----
5591 1 file changed, 5 insertions(+), 5 deletions(-)
5593 commit 1eacde00cc8c57a08fb74276e3530844ef463d67
5594 Author: Luis de Bethencourt <luis@debethencourt.com>
5595 Date: Thu Feb 6 23:20:47 2014 -0500
5597 check hb_set_is_emtpy in test-set.c
5599 test/api/test-set.c | 9 +++++++++
5600 1 file changed, 9 insertions(+)
5602 commit db068d81cda180a91638e5539984f8139aff49c6
5603 Author: Werner Lemberg <wl@gnu.org>
5604 Date: Mon Feb 10 10:38:56 2014 -0500
5606 typo in ucdn's Makefile.am
5608 src/hb-ucdn/Makefile.am | 2 +-
5609 1 file changed, 1 insertion(+), 1 deletion(-)
5611 commit fbb2847f541389f40718af71c4945024ae177ab2
5612 Author: Behdad Esfahbod <behdad@behdad.org>
5613 Date: Wed Feb 5 08:22:06 2014 -0500
5615 Improve MemoryBarrier() implementation
5617 See thread "[HarfBuzz] compilation error of 0.9.26 with MinGW"
5620 src/hb-atomic-private.hh | 12 ++++++++----
5621 1 file changed, 8 insertions(+), 4 deletions(-)
5623 commit 189bf23bfc90405d8bdc70bf3d6d3ffec38b470c
5624 Author: Behdad Esfahbod <behdad@behdad.org>
5625 Date: Thu Jan 30 15:14:58 2014 -0500
5629 NEWS | 20 ++++++++++++++++++++
5631 2 files changed, 21 insertions(+), 1 deletion(-)
5633 commit 7691a154e50f8c8c77bbd94787686262955bf5d4
5634 Author: Jonathan Kew <jfkthame@gmail.com>
5635 Date: Wed Jan 29 14:07:58 2014 +0000
5637 Ensure hb_script_t can safely hold any hb_tag_t value it's given.
5639 Fixes https://github.com/behdad/harfbuzz/pull/21
5641 src/hb-common.h | 8 +++++++-
5642 1 file changed, 7 insertions(+), 1 deletion(-)
5644 commit c29993a181c2139eaec97b5f6225824040ca3ac9
5645 Author: Behdad Esfahbod <behdad@behdad.org>
5646 Date: Tue Jan 28 17:29:42 2014 -0500
5648 [coretext] Handle surrogate pairs when generating notdef glyphs
5650 Fixes github.com/behdad/harfbuzz/pull/19
5652 src/hb-coretext.cc | 18 ++++++++++++++----
5653 1 file changed, 14 insertions(+), 4 deletions(-)
5655 commit 748b2782e4898420003a3bbc041dcccbe9e3edc2
5656 Author: Behdad Esfahbod <behdad@behdad.org>
5657 Date: Tue Jan 28 17:10:05 2014 -0500
5659 [coretext] Minor optimization
5661 src/hb-coretext.cc | 6 +++---
5662 1 file changed, 3 insertions(+), 3 deletions(-)
5664 commit 24e6b11f12788500182715a64d4771a22c5b7525
5665 Author: Konstantin Ritt <ritt.ks@gmail.com>
5666 Date: Tue Jan 28 18:16:01 2014 +0200
5668 Fix double destruction in case of OOM
5670 src/hb-graphite2.cc | 2 +-
5671 1 file changed, 1 insertion(+), 1 deletion(-)
5673 commit 083225916a19f6d67017523af87386933bd9ecdc
5674 Author: Konstantin Ritt <ritt.ks@gmail.com>
5675 Date: Wed Jan 22 20:31:30 2014 +0200
5679 src/hb-ot-layout-gpos-table.hh | 28 +++++++++++++++++-----------
5680 1 file changed, 17 insertions(+), 11 deletions(-)
5682 commit c9522de2335e4ef5fe65a72745c10943827a8da2
5683 Author: Konstantin Ritt <ritt.ks@gmail.com>
5684 Date: Wed Jan 22 21:07:13 2014 +0200
5686 Make it possible to disable the fallback shaper at configure time
5688 The OT shaper supersedes the fallback shaper in every case
5689 and the latter become an extra weight for 99.9% of users.
5691 configure.ac | 6 ++++++
5692 src/Makefile.am | 5 ++++-
5693 src/hb-shaper-list.hh | 2 ++
5694 3 files changed, 12 insertions(+), 1 deletion(-)
5696 commit 6775da3a7c07db6c032cf429dc199d471948db56
5697 Author: Behdad Esfahbod <behdad@behdad.org>
5698 Date: Thu Jan 23 14:18:49 2014 -0500
5700 Fix clang warning 'private field 'xxx' is not used
5702 Fixes https://github.com/behdad/harfbuzz/pull/16
5704 src/hb-open-type-private.hh | 2 +-
5705 1 file changed, 1 insertion(+), 1 deletion(-)
5707 commit 62299826f4905e080b9497bce335e093b287494e
5708 Author: Behdad Esfahbod <behdad@behdad.org>
5709 Date: Thu Jan 23 14:11:03 2014 -0500
5711 Fix typo in _hb_buffer_serialize_glyphs_text()
5713 Fixes https://github.com/behdad/harfbuzz/pull/17
5715 src/hb-buffer-serialize.cc | 2 +-
5716 1 file changed, 1 insertion(+), 1 deletion(-)
5718 commit ae23c24c32f474a34484ee78bc177ad31fa5e6d0
5719 Author: Behdad Esfahbod <behdad@behdad.org>
5720 Date: Wed Jan 22 11:03:02 2014 -0500
5722 [arabic] Disable 'cswh' by default
5724 I believe Windows 8 disables it, and spec update dated
5725 Jan 2014 also clearly says it's disabled by default:
5727 http://www.microsoft.com/typography/OpenTypeDev/arabic/intro.htm#features
5729 src/hb-ot-shape-complex-arabic.cc | 1 -
5730 1 file changed, 1 deletion(-)
5732 commit 08cf5d75ef0c75095173dec822ccb07defaaa6c2
5733 Author: Behdad Esfahbod <behdad@behdad.org>
5734 Date: Wed Jan 22 07:53:55 2014 -0500
5736 [ot] Don't try to compose if normalization is off
5738 src/hb-ot-shape-normalize.cc | 3 ++-
5739 1 file changed, 2 insertions(+), 1 deletion(-)
5741 commit 0596343bfeb80ad6b19d459654edf7dfded6affe
5742 Merge: 62cb28d 83d7e79
5743 Author: Behdad Esfahbod <behdad@behdad.org>
5744 Date: Wed Jan 22 04:43:51 2014 -0800
5746 Merge pull request #13 from jfkthame/hangul-shaper
5748 Tone-mark reordering and improved Old Hangul support
5750 commit 62cb28dfc668cae9cbff826229bde2271e157927
5751 Author: Jonathan Kew <jfkthame@gmail.com>
5752 Date: Mon Jan 20 14:23:08 2014 +0000
5754 fixup for 64-bit windows build
5756 src/hb-uniscribe.cc | 2 +-
5757 1 file changed, 1 insertion(+), 1 deletion(-)
5759 commit 83d7e7915a5eaa8ff4c7014c319844e7dffd8225
5760 Author: Jonathan Kew <jfkthame@gmail.com>
5761 Date: Mon Jan 20 19:49:47 2014 +0000
5763 [hangul] Fix ordering of dotted circle with Hangul tone mark (reported
5766 src/hb-ot-shape-complex-hangul.cc | 2 +-
5767 1 file changed, 1 insertion(+), 1 deletion(-)
5769 commit deef1862657d55b7ae8d45f4eecbe45c80785c4e
5770 Author: Jonathan Kew <jfkthame@gmail.com>
5771 Date: Mon Jan 20 10:38:27 2014 +0000
5773 [hangul] Don't force zero-width for marks - this is not wanted for
5774 the Jamo Filler glyphs.
5776 src/hb-ot-shape-complex-hangul.cc | 2 +-
5777 1 file changed, 1 insertion(+), 1 deletion(-)
5779 commit 391934db0a171aeb2057ebcd4a38ed81621e7393
5780 Author: Jonathan Kew <jfkthame@gmail.com>
5781 Date: Mon Jan 20 10:37:32 2014 +0000
5783 [unicode] Exclude the Jamo Filler characters from Default_Ignorable,
5784 as some fonts want these to be visible/spacing glyphs.
5786 src/hb-unicode-private.hh | 15 +++++++--------
5787 1 file changed, 7 insertions(+), 8 deletions(-)
5789 commit 7244b3fc3bf9757dd094709d36bea68682264e20
5790 Author: Jonathan Kew <jfkthame@gmail.com>
5791 Date: Mon Jan 20 10:35:51 2014 +0000
5793 [hangul] Reorder Hangul tone mark to beginning of syllable, unless
5794 font implements it using a zero-width glyph.
5796 src/hb-ot-shape-complex-hangul.cc | 59
5797 ++++++++++++++++++++++++++++++++++++++-
5798 1 file changed, 58 insertions(+), 1 deletion(-)
5800 commit 103436838df3a77552d3d33fc4bd80f09d9bf079
5801 Author: Jonathan Kew <jfkthame@gmail.com>
5802 Date: Mon Jan 20 10:35:07 2014 +0000
5804 [hangul] Apply the appropriate *jmo features to decomposed
5805 syllables, including Old Hangul sequences that don't have Unicode
5806 compositions. Merge clusters in decomposed syllables.
5808 src/hb-ot-shape-complex-hangul.cc | 197
5809 +++++++++++++++++++++++++++++++-------
5810 1 file changed, 165 insertions(+), 32 deletions(-)
5812 commit 8fc1f7fe74a25bf8549f5edd79c7da6b720eb064
5813 Author: Behdad Esfahbod <behdad@behdad.org>
5814 Date: Thu Jan 2 17:04:04 2014 +0800
5816 [ot/hangul] Don't decompose Hangul even when combining marks present
5819 https://github.com/behdad/harfbuzz/pull/10#issuecomment-31442030
5821 src/hb-ot-shape-complex-hangul.cc | 2 +-
5822 src/hb-ot-shape-normalize-private.hh | 1 +
5823 src/hb-ot-shape-normalize.cc | 24 +++++++++++++-----------
5824 3 files changed, 15 insertions(+), 12 deletions(-)
5826 commit 64426ec73a987bfe1e71a293ee195f268897e8d6
5827 Author: Behdad Esfahbod <behdad@behdad.org>
5828 Date: Thu Jan 2 14:33:10 2014 +0800
5830 [ot] Simplify composing
5834 src/hb-ot-shape-normalize.cc | 5 +++--
5835 1 file changed, 3 insertions(+), 2 deletions(-)
5837 commit 8de20b1e8a1c4d2081f64e695045e6e4da7ce144
5838 Author: Behdad Esfahbod <behdad@behdad.org>
5839 Date: Thu Jan 2 14:30:45 2014 +0800
5841 Add font->has_glyph()
5843 src/hb-font-private.hh | 6 ++++++
5844 src/hb-ot-shape-complex-hangul.cc | 14 ++++++--------
5845 src/hb-ot-shape.cc | 3 +--
5846 3 files changed, 13 insertions(+), 10 deletions(-)
5848 commit f6298e55ae0f0f23f66935226f78afb98320ea78
5849 Author: Behdad Esfahbod <behdad@behdad.org>
5850 Date: Thu Jan 2 14:23:56 2014 +0800
5854 src/hb-fallback-shape.cc | 5 +++--
5855 1 file changed, 3 insertions(+), 2 deletions(-)
5857 commit 29ea403d67e29c2d531c1f613ce3d69e60f078f6
5858 Author: Behdad Esfahbod <behdad@behdad.org>
5859 Date: Thu Jan 2 14:20:00 2014 +0800
5861 [hangul] Fix decomposition logic
5863 Seems to be working now.
5865 src/hb-ot-shape-complex-hangul.cc | 19 ++++++++-----------
5866 1 file changed, 8 insertions(+), 11 deletions(-)
5868 commit bdb20dafc3f737923da3dca0c832fdf4ab8daabc
5869 Author: Behdad Esfahbod <behdad@behdad.org>
5870 Date: Thu Jan 2 14:04:30 2014 +0800
5872 [hangul] Fix decomposition
5874 Part of https://github.com/behdad/harfbuzz/pull/10
5876 src/hb-ot-shape-complex-hangul.cc | 4 ++--
5877 1 file changed, 2 insertions(+), 2 deletions(-)
5879 commit 32478656ce6e7926c3ad481511f02187ca743af6
5880 Author: Behdad Esfahbod <behdad@behdad.org>
5881 Date: Thu Jan 2 14:01:56 2014 +0800
5883 [hangul] Tighten up character categories
5885 I had tried to expand to fill the blocks, but that sounds wrong in
5888 src/hb-ot-shape-complex-hangul.cc | 4 ++--
5889 1 file changed, 2 insertions(+), 2 deletions(-)
5891 commit f14bb7de631b20e2868fb62e5311cd0d9e24bb49
5892 Author: Behdad Esfahbod <behdad@behdad.org>
5893 Date: Tue Dec 31 16:49:15 2013 +0800
5895 [ot] Separate out hebrew and tibetan shapers from default
5897 Now default shaper is truly no-op.
5899 src/Makefile.am | 2 +
5900 src/hb-ot-shape-complex-default.cc | 161
5901 +---------------------------------
5902 src/hb-ot-shape-complex-hebrew.cc | 172
5903 +++++++++++++++++++++++++++++++++++++
5904 src/hb-ot-shape-complex-private.hh | 17 +++-
5905 src/hb-ot-shape-complex-tibetan.cc | 61 +++++++++++++
5906 5 files changed, 251 insertions(+), 162 deletions(-)
5908 commit 6300cd72539284ca294ee8286bbbb7f9c72af320
5909 Author: Behdad Esfahbod <behdad@behdad.org>
5910 Date: Tue Dec 31 16:38:47 2013 +0800
5912 [ot] Define HB_OT_SHAPE_ZERO_WIDTH_MARKS_DEFAULT
5914 src/hb-ot-shape-complex-default.cc | 2 +-
5915 src/hb-ot-shape-complex-hangul.cc | 2 +-
5916 src/hb-ot-shape-complex-private.hh | 4 +++-
5917 src/hb-ot-shape-complex-thai.cc | 2 +-
5918 4 files changed, 6 insertions(+), 4 deletions(-)
5920 commit 3d6ca0d32e5c6597acfcf59301cb1905586ddb52
5921 Author: Behdad Esfahbod <behdad@behdad.org>
5922 Date: Tue Dec 31 16:04:35 2013 +0800
5924 [ot] Simplify normalization_preference again
5926 No shaper has more than one behavior re this, so no need for
5929 src/hb-ot-shape-complex-arabic.cc | 2 +-
5930 src/hb-ot-shape-complex-default.cc | 8 +-------
5931 src/hb-ot-shape-complex-hangul.cc | 2 +-
5932 src/hb-ot-shape-complex-indic.cc | 8 +-------
5933 src/hb-ot-shape-complex-myanmar.cc | 9 +--------
5934 src/hb-ot-shape-complex-private.hh | 7 +------
5935 src/hb-ot-shape-complex-sea.cc | 9 +--------
5936 src/hb-ot-shape-complex-thai.cc | 2 +-
5937 src/hb-ot-shape-normalize.cc | 4 +---
5938 9 files changed, 9 insertions(+), 42 deletions(-)
5940 commit c98b7183f7dc453d5bac1f2503017cded317a495
5941 Author: Behdad Esfahbod <behdad@behdad.org>
5942 Date: Tue Dec 31 15:55:40 2013 +0800
5944 [ot] Add Hangul shaper
5946 Not exhaustively tested, but I think I got the intended logic
5949 The logic can perhaps be simplified. Maybe we should disabled
5950 normalization with this shaper. Then again, for now focusing on
5953 src/Makefile.am | 1 +
5954 src/hb-ot-shape-complex-default.cc | 13 ---
5955 src/hb-ot-shape-complex-hangul.cc | 232
5956 +++++++++++++++++++++++++++++++++++++
5957 src/hb-ot-shape-complex-private.hh | 10 +-
5958 src/hb-private.hh | 6 +
5959 5 files changed, 240 insertions(+), 22 deletions(-)
5961 commit 15f67048e45853ad4069fd4334e132bc3db4d2c4
5962 Author: Behdad Esfahbod <behdad@behdad.org>
5963 Date: Fri Dec 27 19:33:28 2013 -0500
5965 Reorder Tai Tham SAKOT to ensure it comes after any tone marks
5967 src/hb-unicode-private.hh | 6 +++++-
5968 1 file changed, 5 insertions(+), 1 deletion(-)
5970 commit 3216e44feb7b97f44620b51e197425a80a41cdb7
5971 Author: Behdad Esfahbod <behdad@behdad.org>
5972 Date: Mon Dec 23 14:39:23 2013 -0500
5974 [uniscribe] Fix scratch-buffer accounting
5976 src/hb-uniscribe.cc | 15 ++++++++-------
5977 1 file changed, 8 insertions(+), 7 deletions(-)
5979 commit beeb12c9af4e0e66378cd36cf3dbb1560763a8e3
5980 Author: Behdad Esfahbod <behdad@behdad.org>
5981 Date: Sun Dec 22 22:53:27 2013 -0500
5985 src/hb-ot-shape.h | 1 +
5986 1 file changed, 1 insertion(+)
5988 commit fbd4acc58a4bb501625b482bd318be9764ff8e02
5989 Author: Luis de Bethencourt <luis@debethencourt.com>
5990 Date: Sun Dec 22 08:02:11 2013 -0500
5994 src/Makefile.am | 1 +
5995 src/hb-ot-layout.h | 5 -----
5996 src/hb-ot-shape.h | 53
5997 +++++++++++++++++++++++++++++++++++++++++++++++++++++
5998 src/hb-ot.h | 9 +--------
5999 4 files changed, 55 insertions(+), 13 deletions(-)
6001 commit 5497a8a274a7066c0230c850baadef681785c8bb
6002 Author: Behdad Esfahbod <behdad@behdad.org>
6003 Date: Sun Dec 22 20:48:53 2013 -0500
6005 Cache various masks on the shape plan
6007 src/hb-ot-shape-fallback.cc | 6 ++----
6008 src/hb-ot-shape-private.hh | 15 +++++++++++++++
6009 src/hb-ot-shape.cc | 26 +++++++-------------------
6010 3 files changed, 24 insertions(+), 23 deletions(-)
6012 commit 02f909664fa24a7ccf7cf73d75d1d3426aaaae7d
6013 Author: Behdad Esfahbod <behdad@behdad.org>
6014 Date: Sun Dec 22 19:35:27 2013 -0500
6016 Minor correction to kern mask checking
6018 src/hb-ot-shape-fallback.cc | 4 ++--
6019 1 file changed, 2 insertions(+), 2 deletions(-)
6021 commit a7e8bbb080aef318b16750ca1771d0d3af3d0ae9
6022 Author: Behdad Esfahbod <behdad@behdad.org>
6023 Date: Sun Dec 22 19:33:35 2013 -0500
6025 Minor fraction mask setting improvement
6027 src/hb-ot-map-private.hh | 2 --
6028 src/hb-ot-shape.cc | 8 +++++---
6029 2 files changed, 5 insertions(+), 5 deletions(-)
6031 commit 76fff252a96b4357b5e71694d5201daef822aa60
6032 Author: Behdad Esfahbod <behdad@behdad.org>
6033 Date: Sun Dec 22 17:55:59 2013 -0500
6035 Don't form fractions if only one of numr/dnom exist
6037 src/hb-ot-shape.cc | 3 ++-
6038 1 file changed, 2 insertions(+), 1 deletion(-)
6040 commit 3aeee519f0b82df5263974945ae852badc4dbded
6041 Author: Behdad Esfahbod <behdad@behdad.org>
6042 Date: Sun Dec 22 16:17:54 2013 -0500
6044 Bug 72698 - Automatically support frac / numr / dnom
6046 When seeing U+2044 FRACTION SLASH in the text, find decimal
6047 digits (Unicode General Category Decimal_Number) around it,
6048 and mark the pre-slash digits with 'numr' feature, the post-slash
6049 digits with 'dnom' feature, and the whole sequence with 'frac'
6052 This beautifully renders fractions with major Windows fonts,
6053 and any other font that implements those features (numr/dnom is
6054 enough for most fonts.)
6056 Not the fastest way to do this, but good enough for a start.
6058 src/hb-ot-shape.cc | 51
6059 +++++++++++++++++++++++++++++++++++++++++++++++++++
6060 1 file changed, 51 insertions(+)
6062 commit 014f369ec98fdbb3e7a2ef68aea2c4e017e7b680
6063 Author: Behdad Esfahbod <behdad@behdad.org>
6064 Date: Sun Dec 22 16:15:30 2013 -0500
6068 src/hb-ot-map-private.hh | 2 ++
6069 1 file changed, 2 insertions(+)
6071 commit 739325178aba00ea5526c6a54ce588a79e5d45e2
6072 Author: Behdad Esfahbod <behdad@behdad.org>
6073 Date: Sat Dec 21 00:18:18 2013 -0500
6075 Initialize masks before mirroring
6077 We were throwing away the rtlm feature mask set during
6080 src/hb-ot-shape.cc | 11 ++++++++++-
6081 1 file changed, 10 insertions(+), 1 deletion(-)
6083 commit d507f6b5b7a052f4d0eb9ba4ec88fd2e3d6f64b4
6084 Author: Luis de Bethencourt <luis@debethencourt.com>
6085 Date: Mon Dec 16 15:48:44 2013 -0500
6087 Have Gtk-Doc ignore UCDN files
6089 docs/reference/Makefile.am | 18 +++++++++---------
6090 1 file changed, 9 insertions(+), 9 deletions(-)
6092 commit d688475ea9cd236bc9b9e0153489fac0025f07f0
6093 Author: Behdad Esfahbod <behdad@behdad.org>
6094 Date: Thu Dec 12 13:21:57 2013 -0500
6098 util/options.cc | 4 ++--
6099 1 file changed, 2 insertions(+), 2 deletions(-)
6101 commit 2a8c49ade07a0bd4f2c9543f4bd129da82083ea0
6102 Author: Behdad Esfahbod <behdad@behdad.org>
6103 Date: Wed Dec 11 20:22:28 2013 -0500
6105 Remove unnecessary includes
6107 src/hb-blob.cc | 1 -
6108 src/hb-buffer-private.hh | 1 -
6109 src/hb-common.cc | 2 --
6110 src/hb-face-private.hh | 1 -
6111 src/hb-face.cc | 1 -
6112 src/hb-font-private.hh | 1 -
6113 src/hb-font.cc | 1 -
6114 src/hb-graphite2.cc | 2 --
6115 src/hb-open-type-private.hh | 2 --
6116 src/hb-ot-layout-private.hh | 2 --
6117 src/hb-ot-shape-normalize-private.hh | 2 --
6118 src/hb-ot-tag.cc | 1 -
6119 src/hb-set-private.hh | 1 -
6120 src/hb-shape-plan-private.hh | 1 -
6121 src/hb-tt-font.cc | 2 --
6122 src/hb-unicode-private.hh | 2 --
6123 16 files changed, 23 deletions(-)
6125 commit 2646aec1e67cd6e09f5f7859c9d5898917acc2d5
6126 Author: Behdad Esfahbod <behdad@behdad.org>
6127 Date: Thu Dec 5 18:19:35 2013 -0500
6129 Drop required automake version back to 1.11.3
6131 Work around broken automake-1.13 changes.
6133 configure.ac | 3 ++-
6134 test/shaping/Makefile.am | 7 +++++++
6135 2 files changed, 9 insertions(+), 1 deletion(-)
6137 commit 860fc9aa7b4c49a1d50e64cfdf4d4dffadb7aa8f
6138 Author: Behdad Esfahbod <behdad@behdad.org>
6139 Date: Wed Dec 4 20:06:59 2013 -0500
6143 NEWS | 12 ++++++++++++
6145 2 files changed, 13 insertions(+), 1 deletion(-)
6147 commit adb039554de0c98a4121f26423bec8df09a62e61
6148 Author: Behdad Esfahbod <behdad@behdad.org>
6149 Date: Wed Dec 4 20:10:02 2013 -0500
6153 util/view-cairo.hh | 3 ++-
6154 1 file changed, 2 insertions(+), 1 deletion(-)
6156 commit 95d18a7cab480712d8c95a587ac2a8fdcbec5e71
6157 Author: Behdad Esfahbod <behdad@behdad.org>
6158 Date: Wed Dec 4 20:01:22 2013 -0500
6163 1 file changed, 1 insertion(+), 1 deletion(-)
6165 commit d913f98d88098fc0f4163dfbc54d8ca9ebe9dd81
6166 Author: Behdad Esfahbod <behdad@behdad.org>
6167 Date: Wed Dec 4 19:59:48 2013 -0500
6169 Require automake 1.13
6173 https://bugs.freedesktop.org/show_bug.cgi?id=71353
6176 test/shaping/Makefile.am | 19 ++++++++++++++-----
6177 2 files changed, 15 insertions(+), 6 deletions(-)
6179 commit 205bf834d80f81471f0c3da4f400e60ce3a533dc
6180 Author: Behdad Esfahbod <behdad@behdad.org>
6181 Date: Mon Dec 2 20:41:41 2013 -0500
6183 Revert "Karen" language mapping back to what it was before
6185 https://bugzilla.mozilla.org/show_bug.cgi?id=941470
6187 src/hb-ot-tag.cc | 4 ++--
6188 1 file changed, 2 insertions(+), 2 deletions(-)
6190 commit f47b9219546edcfdeb3991ee27f6d9ba455c3e08
6191 Author: Behdad Esfahbod <behdad@behdad.org>
6192 Date: Mon Dec 2 05:57:27 2013 -0500
6194 Fix unsafe shape_plan->face dependency
6196 src/hb-ot-shape-private.hh | 2 +-
6197 src/hb-shape-plan-private.hh | 2 +-
6198 src/hb-shape-plan.cc | 12 +++---------
6199 3 files changed, 5 insertions(+), 11 deletions(-)
6201 commit c704a8700e169885f1d9cbab93544d85aa4358e9
6202 Author: Behdad Esfahbod <behdad@behdad.org>
6203 Date: Mon Dec 2 05:42:04 2013 -0500
6205 [util] Fix uninitialized memory access
6207 util/view-cairo.hh | 2 +-
6208 1 file changed, 1 insertion(+), 1 deletion(-)
6210 commit 260a3198f44a4ece60864b6f6caab2ee756ad762
6211 Author: Behdad Esfahbod <behdad@behdad.org>
6212 Date: Mon Dec 2 05:39:39 2013 -0500
6216 util/options.cc | 5 ++++-
6217 1 file changed, 4 insertions(+), 1 deletion(-)
6219 commit ca8d96c8ba33ce581684cbc07936a3696b6c83d9
6220 Author: Jonathan Kew <jfkthame@gmail.com>
6221 Date: Mon Dec 2 05:22:00 2013 -0500
6223 cache shape plans even if (global) user features are set
6225 src/hb-shape-plan-private.hh | 3 +++
6226 src/hb-shape-plan.cc | 59
6227 ++++++++++++++++++++++++++++++++++++++++----
6228 2 files changed, 57 insertions(+), 5 deletions(-)
6230 commit 8ffa528f28a24ae85952ad1c1b0206e736bcfeab
6231 Author: Behdad Esfahbod <behdad@behdad.org>
6232 Date: Mon Dec 2 05:17:14 2013 -0500
6234 Add note about unsafe shape_plan->face
6236 Will fix by removing shape_plan->face completely.
6238 src/hb-shape-plan.cc | 2 ++
6239 1 file changed, 2 insertions(+)
6241 commit aec468f01e866c99e65a8f764a792c74c96840d7
6242 Author: Behdad Esfahbod <behdad@behdad.org>
6243 Date: Fri Nov 29 19:21:58 2013 -0500
6247 src/hb-coretext.cc | 2 ++
6248 1 file changed, 2 insertions(+)
6250 commit 58cc233e8b5fdc9dce603acc1b968540a2dea3e1
6251 Author: Behdad Esfahbod <behdad@behdad.org>
6252 Date: Fri Nov 29 19:17:42 2013 -0500
6256 src/hb-coretext.cc | 27 ++++++++++++++++-----------
6257 1 file changed, 16 insertions(+), 11 deletions(-)
6259 commit c8213c6198abff97822e29a6d565722cfbb43832
6260 Author: Khaled Hosny <khaledhosny.eglug.org>
6261 Date: Fri Nov 29 19:01:56 2013 -0500
6263 [coretext] Avoid font fallback with CoreText shaper
6265 CoreText does automatic font fallback (AKA "cascading") for
6267 not supported by the requested font, and provides no way to turn
6269 so detect if the returned run uses a font other than the requested one
6270 and fill in the buffer with .notdef glyphs instead of random indices
6271 glyph from a different font.
6273 src/hb-coretext.cc | 35 +++++++++++++++++++++++++++++++++++
6274 1 file changed, 35 insertions(+)
6276 commit 63bae73aefb0e5988ef6975f1ed38e040e50e91d
6277 Author: Behdad Esfahbod <behdad@behdad.org>
6278 Date: Tue Nov 26 22:57:24 2013 -0500
6280 [fallback] Add TODO note
6282 src/hb-fallback-shape.cc | 10 ++++++++++
6283 1 file changed, 10 insertions(+)
6285 commit e1ebf01d0cf3df55bb9137136e2d0c9630e7bd78
6286 Author: Behdad Esfahbod <behdad@behdad.org>
6287 Date: Tue Nov 26 18:00:35 2013 -0500
6291 src/hb-ot-layout-common-private.hh | 2 +-
6292 1 file changed, 1 insertion(+), 1 deletion(-)
6294 commit a182dbc9e4e51fa7990c4aea3eaa425a061b29c7
6295 Author: Behdad Esfahbod <behdad@behdad.org>
6296 Date: Tue Nov 26 17:53:41 2013 -0500
6300 src/hb-ot-layout-common-private.hh | 1 +
6301 1 file changed, 1 insertion(+)
6303 commit 9174a9db5c4e01284143ed8bd318ce9454535987
6304 Author: Behdad Esfahbod <behdad@behdad.org>
6305 Date: Mon Nov 25 18:10:38 2013 -0500
6307 [myanmar] Allow punctuation clusters
6309 The spec and Uniscribe don't allow these, but UTN#11
6310 specifically says the sequence U+104B,U+1038 is valid.
6311 As such, allow all "P V" sequences. There's about
6312 eight sequences that match that structure, but Roozbeh
6313 thinks it's fine to allow all of them.
6315 Test case: U+104B, U+1038
6317 https://bugs.freedesktop.org/show_bug.cgi?id=71947
6319 src/hb-ot-shape-complex-myanmar-machine.rl | 3 +++
6320 src/hb-ot-shape-complex-myanmar.cc | 19 ++++++++++++++++++-
6321 2 files changed, 21 insertions(+), 1 deletion(-)
6323 commit 096b71e8ef0c1443f3f86069d5416b887af6e9e7
6324 Author: Behdad Esfahbod <behdad@behdad.org>
6325 Date: Mon Nov 25 18:03:34 2013 -0500
6327 [myanmar] Mark U+104E MYANMAR SYMBOL AFOREMENTIONED as Consonant
6329 The spec and Uniscribe treat it as consonant in the grammar, but
6330 it's not in IndicSyllableCategory.txt, so fix up.
6332 Test sequence: U+1004,U+103A,U+1039,U+104E
6334 https://bugs.freedesktop.org/show_bug.cgi?id=71948
6336 src/hb-ot-shape-complex-myanmar.cc | 4 ++++
6337 1 file changed, 4 insertions(+)
6339 commit d2da5e0b4b4ffc1722403ffb90b8777cfa1cd174
6340 Author: Behdad Esfahbod <behdad@behdad.org>
6341 Date: Mon Nov 25 17:50:07 2013 -0500
6343 [myanmar] Relax pwo-tone group a bit
6345 This is broken sequence according to OpenType spec, Uniscribe,
6346 and current HarfBuzz implementation. But Roozbeh says this
6347 is a valid sequence, so allow it. There are multiple
6348 "(DB As?)?" constructs in the grammar, but Roozbeh thinks only
6349 this one needs changing.
6351 Test case: 1014,1063,103A
6353 Fixes https://bugs.freedesktop.org/show_bug.cgi?id=71949
6355 src/hb-ot-shape-complex-myanmar-machine.rl | 2 +-
6356 1 file changed, 1 insertion(+), 1 deletion(-)
6358 commit 9af91ca8ffee4a8d2804eff5d380b4f9749414d1
6359 Author: Behdad Esfahbod <behdad@behdad.org>
6360 Date: Mon Nov 25 17:47:19 2013 -0500
6362 Add more Myanmar test cases
6364 All three are broken right now according to Roozbeh.
6366 https://bugs.freedesktop.org/show_bug.cgi?id=71947
6367 https://bugs.freedesktop.org/show_bug.cgi?id=71948
6368 https://bugs.freedesktop.org/show_bug.cgi?id=71949
6370 .../shaping/texts/in-tree/shaper-myanmar/script-myanmar/misc/misc.txt |
6372 1 file changed, 4 insertions(+)
6374 commit 08c2d27d35093e07142168665139274ac99395e8
6375 Author: Roozbeh Pournader <roozbeh@google.com>
6376 Date: Sat Nov 23 21:39:31 2013 -0800
6378 Added support for several new languages
6380 Based on research into latest SIL and Windows fonts, pulling in
6381 the latest OpenType language tag proposal from Microsoft, and updating
6382 to latest language tags and names from ISO 639.
6384 src/hb-ot-tag.cc | 314
6385 +++++++++++++++++++++++++++++++++++++++++++------------
6386 1 file changed, 247 insertions(+), 67 deletions(-)
6388 commit 05511acd198d0c2157cdb41e1d36eac0b8075357
6389 Author: Roozbeh Pournader <roozbeh@google.com>
6390 Date: Sat Nov 23 15:19:07 2013 -0800
6392 Added language tags for S'gaw Karen and Khamti
6394 Tags based on support in Windows 8.1's 'Myanmar Text' font.
6396 src/hb-ot-tag.cc | 2 ++
6397 1 file changed, 2 insertions(+)
6399 commit 0bb31e4497523442fbb26bbd55b194ab70205ca4
6400 Author: Behdad Esfahbod <behdad@behdad.org>
6401 Date: Wed Nov 20 14:21:07 2013 -0500
6403 Bug 71845 - Use 64-bit cmpexch on ARM64 iOS
6405 src/hb-atomic-private.hh | 2 +-
6406 1 file changed, 1 insertion(+), 1 deletion(-)
6408 commit 02c6c8cd6e8c93b63c75b25de6bf76bb45755bb4
6409 Author: Behdad Esfahbod <behdad@behdad.org>
6410 Date: Fri Nov 15 13:05:38 2013 -0500
6412 Set buffer content type to INVALID in hb_buffer_set_length(0)
6414 Previously we were only setting this in hb_buffer_clear_contents(),
6415 but set_length(0) is a valid way to reinitialize buffer to use with
6418 src/hb-buffer-private.hh | 2 +-
6419 src/hb-buffer.cc | 3 +++
6420 2 files changed, 4 insertions(+), 1 deletion(-)
6422 commit 6300694f6e531593e7e932000f9540b0367940b8
6423 Author: Behdad Esfahbod <behdad@behdad.org>
6424 Date: Wed Nov 13 14:54:07 2013 -0500
6430 2 files changed, 9 insertions(+), 1 deletion(-)
6432 commit 061cb4649342b005fb1de93abae25e889cc560bd
6433 Author: Behdad Esfahbod <behdad@behdad.org>
6434 Date: Wed Nov 13 14:50:25 2013 -0500
6436 Use long alignment for scratch buffer
6438 Fixes last of scratch alignment warnings in hb-coretext.
6440 src/hb-buffer-private.hh | 2 +-
6441 src/hb-buffer.cc | 4 ++--
6442 2 files changed, 3 insertions(+), 3 deletions(-)
6444 commit 68c372ed2eac76a6d347811293fe2ba2fd6a1eed
6445 Author: Behdad Esfahbod <behdad@behdad.org>
6446 Date: Wed Nov 13 14:44:01 2013 -0500
6448 More scratch-buffer cleanup
6450 src/hb-buffer-private.hh | 3 ++-
6451 src/hb-buffer.cc | 10 +++++-----
6452 src/hb-coretext.cc | 5 ++---
6453 src/hb-graphite2.cc | 2 +-
6454 src/hb-uniscribe.cc | 30 ++++++++++++++----------------
6455 5 files changed, 24 insertions(+), 26 deletions(-)
6457 commit 8fcadb9cf9418345610e3f4e38c28c12b768b589
6458 Author: Behdad Esfahbod <behdad@behdad.org>
6459 Date: Wed Nov 13 14:33:57 2013 -0500
6461 [coretext] More scratch buffer fixes
6463 src/hb-coretext.cc | 25 +++++++++++++------------
6464 1 file changed, 13 insertions(+), 12 deletions(-)
6466 commit 16f175cb2e081e605fe7f9cd01bbe8c24380278a
6467 Author: Behdad Esfahbod <behdad@behdad.org>
6468 Date: Tue Nov 12 17:22:49 2013 -0500
6470 Fix scratch-buffer alignment warnings
6472 src/hb-buffer-private.hh | 2 +-
6473 src/hb-buffer.cc | 9 +++++----
6474 src/hb-coretext.cc | 17 ++++++++++-------
6475 src/hb-graphite2.cc | 28 +++++++++++++++++-----------
6476 src/hb-private.hh | 3 +++
6477 src/hb-uniscribe.cc | 29 +++++++++++++++++------------
6478 6 files changed, 53 insertions(+), 35 deletions(-)
6480 commit c7c4ccf8a1e784b6f8798388a219dda9a26fbd93
6481 Author: Behdad Esfahbod <behdad@behdad.org>
6482 Date: Tue Nov 12 15:41:22 2013 -0500
6484 [travis] Enable graphite2
6487 1 file changed, 1 insertion(+), 1 deletion(-)
6489 commit 83408cf804a6908873c41b70bb7c43448e66ddd2
6490 Author: Behdad Esfahbod <behdad@behdad.org>
6491 Date: Wed Nov 6 14:46:04 2013 -0500
6493 Fix llvm warnings on Mac
6495 Patch from Scott Fleischman. Warnings were:
6497 harfbuzz/src/hb-font-private.hh:121:42: Implicit conversion loses
6498 integer precision: 'long long' to 'hb_position_t' (aka 'int')
6499 harfbuzz/src/hb-font-private.hh:126:42: Implicit conversion loses
6500 integer precision: 'long long' to 'hb_position_t' (aka 'int')
6501 harfbuzz/src/hb-font-private.hh:400:85: Implicit conversion loses
6502 integer precision: 'long long' to 'hb_position_t' (aka 'int')
6503 harfbuzz/src/hb-ot-layout-common-private.hh:1115:37: Implicit
6505 loses integer precision: 'long long' to 'int'
6506 harfbuzz/src/hb-ft.cc:421:97: Implicit conversion loses integer
6507 precision: 'unsigned long long' to 'int'
6508 harfbuzz/src/hb-ft.cc:422:97: Implicit conversion loses integer
6509 precision: 'unsigned long long' to 'int'
6511 src/hb-font-private.hh | 6 +++---
6512 src/hb-ft.cc | 4 ++--
6513 src/hb-ot-layout-common-private.hh | 2 +-
6514 3 files changed, 6 insertions(+), 6 deletions(-)
6516 commit 333cc6e2d11831bcd2370723456e678574d570ec
6517 Author: Behdad Esfahbod <behdad@behdad.org>
6518 Date: Wed Oct 30 17:30:11 2013 +0000
6520 [otlayout] Remove unused is_inplace()
6522 Patch from Jonathan Kew.
6524 src/hb-ot-layout-gpos-table.hh | 6 --
6525 src/hb-ot-layout-gsub-table.hh | 56 ------------
6526 src/hb-ot-layout-gsubgpos-private.hh | 159
6527 -----------------------------------
6528 3 files changed, 221 deletions(-)
6530 commit 176fd17d02ac183af32a0e710ec32d25c9322021
6531 Author: Behdad Esfahbod <behdad@behdad.org>
6532 Date: Wed Oct 30 17:27:24 2013 +0000
6534 Bug 70971 - Signed/unsigned compiler warnings on windows
6536 Patch from Emil Eklund.
6538 src/hb-buffer-serialize.cc | 8 ++++----
6539 src/hb-ot-map.cc | 2 +-
6540 2 files changed, 5 insertions(+), 5 deletions(-)
6542 commit 3d436d325edccc0f3dd820e06e3d529cc8f3eca4
6543 Author: Behdad Esfahbod <behdad@behdad.org>
6544 Date: Mon Oct 28 21:00:37 2013 +0100
6546 [otlayout] Reset ccc when marking glyph as letter
6548 src/hb-ot-layout-gsubgpos-private.hh | 3 +++
6549 1 file changed, 3 insertions(+)
6551 commit b9d0077ac1a8e8a62ee15c64ad302f7976e23bdd
6552 Author: Behdad Esfahbod <behdad@behdad.org>
6553 Date: Mon Oct 28 20:44:03 2013 +0100
6557 test/shaping/Makefile.am | 1 +
6558 test/shaping/run-tests.sh | 2 +-
6559 2 files changed, 2 insertions(+), 1 deletion(-)
6561 commit dce79c2bd747d398bdf2f4b171b0ba9b5b951f72
6562 Author: Behdad Esfahbod <behdad@behdad.org>
6563 Date: Mon Oct 28 20:26:40 2013 +0100
6567 NEWS | 10 ++++++++++
6569 2 files changed, 11 insertions(+), 1 deletion(-)
6571 commit 2e990a3d722c10d1eefdc4c5ccbdaa384625c3fd
6572 Author: Behdad Esfahbod <behdad@behdad.org>
6573 Date: Mon Oct 28 20:23:07 2013 +0100
6575 Make "make distcheck" happy
6578 test/shaping/Makefile.am | 3 +++
6579 2 files changed, 4 insertions(+), 1 deletion(-)
6581 commit 6ffc007b61402c9d1d4de368deed4971a10ed00b
6582 Author: Behdad Esfahbod <behdad@behdad.org>
6583 Date: Mon Oct 28 19:26:02 2013 +0100
6585 [otlayout] Optimize inplace
6587 See thread started by Jonathan with subject "an optimization for
6591 src/hb-ot-layout.cc | 6 +++---
6592 1 file changed, 3 insertions(+), 3 deletions(-)
6594 commit 71b4c999a511bf018acaf48a45e070470c0daf12
6595 Author: Behdad Esfahbod <behdad@behdad.org>
6596 Date: Mon Oct 28 00:20:59 2013 +0100
6598 Revert "Zero marks by GDEF for Tibetan"
6600 This reverts commit d5bd0590ae2fbc7b0dee86385a565aef00ffb835.
6602 The reasoning behind that logic was flawed and made under
6603 a misunderstanding of the original problem, and caused
6604 regressions as reported by Jonathan Kew in thread titled
6605 "tibetan marks" in Oct 2013. Apparently I have had fixed
6606 the original problem with this commit:
6608 7e08f1258da229dfaf7e1c4b5c41e5bb83906cb0
6610 So, revert the faulty commit and everything seems to be in good
6613 src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
6614 src/hb-ot-shape-complex-arabic.cc | 10 +++-------
6615 src/hb-ot-shape-complex-default.cc | 17 +----------------
6616 src/hb-ot-shape-complex-indic.cc | 8 +-------
6617 src/hb-ot-shape-complex-myanmar.cc | 15 +++++----------
6618 src/hb-ot-shape-complex-private.hh | 8 ++------
6619 src/hb-ot-shape-complex-sea.cc | 14 ++++----------
6620 src/hb-ot-shape-complex-thai.cc | 9 +--------
6621 src/hb-ot-shape.cc | 4 ++--
6622 9 files changed, 21 insertions(+), 68 deletions(-)
6624 commit 9596b2bf569dae6fbe268803e3cb248001f10954
6625 Author: Behdad Esfahbod <behdad@behdad.org>
6626 Date: Mon Oct 28 00:09:05 2013 +0100
6628 Pass CPPFLAGS=-Werror to Travis-CI
6630 We want default gcc / clang warnings to fail the CI build.
6633 1 file changed, 1 insertion(+), 1 deletion(-)
6635 commit c77d1ade6898cea161f0709c5c5a912e14aff951
6636 Author: Behdad Esfahbod <behdad@behdad.org>
6637 Date: Sun Oct 27 23:52:26 2013 +0100
6641 test/api/test-blob.c | 2 +-
6642 util/helper-cairo-ansi.cc | 2 +-
6643 2 files changed, 2 insertions(+), 2 deletions(-)
6645 commit c2bc818706df56022c8bb922df2b741cb120f7e4
6646 Author: Behdad Esfahbod <behdad@behdad.org>
6647 Date: Sun Oct 27 23:36:35 2013 +0100
6649 Work with old and new glib
6651 Avoids "deprecated" warnings.
6653 src/test-buffer-serialize.cc | 7 +++++--
6654 src/test-size-params.cc | 7 +++++--
6655 src/test-would-substitute.cc | 7 +++++--
6656 src/test.cc | 7 +++++--
6657 util/options.cc | 4 ++--
6658 util/options.hh | 4 ++++
6659 util/view-cairo.hh | 4 ++++
6660 7 files changed, 30 insertions(+), 10 deletions(-)
6662 commit 46a863d91dbcc9a4c796e3715ea3828939f4d941
6663 Author: Behdad Esfahbod <behdad@behdad.org>
6664 Date: Sun Oct 27 23:24:50 2013 +0100
6666 [indic] Adjust pref reordering logic
6668 For Javanese (pref_len == 1) only reorder if it didn't ligate. That's
6669 sensible, and what the spec says. For other Indic (pref_len > 1)
6670 only reorder if ligated.
6672 Doesn't change any test numbers.
6674 src/hb-ot-shape-complex-indic.cc | 9 +++++++--
6675 1 file changed, 7 insertions(+), 2 deletions(-)
6677 commit 6b03e3c724ec6cd255f4a323bf4aa7d8c93a056e
6678 Author: Behdad Esfahbod <behdad@behdad.org>
6679 Date: Sun Oct 27 21:04:55 2013 +0100
6681 Optimize fallback kerning
6683 Patch from Jonathan Kew. "These changes seem to yield a small but
6684 just-about-measurable improvement with old fonts that lack GPOS
6687 src/hb-ot-shape-fallback.cc | 47
6688 ++++++++++++++++++++++++++++-----------------
6689 1 file changed, 29 insertions(+), 18 deletions(-)
6691 commit 133eeba6a32769ec1a7520e7c8a0d2eb1ad986f8
6692 Author: Behdad Esfahbod <behdad@behdad.org>
6693 Date: Sun Oct 27 00:24:59 2013 +0200
6698 https://github.com/prezi/harfbuzz-js/pull/1/files#r7032397
6700 src/hb-common.h | 2 +-
6701 1 file changed, 1 insertion(+), 1 deletion(-)
6703 commit a74f0de225c403998212e2618dcf9452bc5b590d
6704 Author: Behdad Esfahbod <behdad@behdad.org>
6705 Date: Thu Oct 24 11:46:33 2013 +0200
6707 [indic] Fix CM2, really
6709 Followup from 6e613f3365bf4e9fd778758c53e7de00c64beca1.
6711 src/hb-ot-shape-complex-indic-machine.rl | 2 +-
6712 1 file changed, 1 insertion(+), 1 deletion(-)
6714 commit 6e613f3365bf4e9fd778758c53e7de00c64beca1
6715 Author: Behdad Esfahbod <behdad@behdad.org>
6716 Date: Wed Oct 23 23:34:13 2013 +0200
6718 Fix "shift count >= width of type" issue
6720 src/hb-ot-shape-complex-indic-private.hh | 2 +-
6721 1 file changed, 1 insertion(+), 1 deletion(-)
6723 commit ac8cd511911c7dca6222d14fa758bff75d601567
6724 Author: Behdad Esfahbod <behdad@behdad.org>
6725 Date: Fri Oct 18 19:33:09 2013 +0200
6729 src/hb-ot-layout-gpos-table.hh | 120
6730 ++++++++++++++++++++++-------------------
6731 src/hb-ot-layout.cc | 31 +++++------
6732 src/hb-ot-shape-normalize.cc | 29 +++++-----
6733 src/hb-ot-shape.cc | 82 ++++++++++++++++------------
6734 4 files changed, 145 insertions(+), 117 deletions(-)
6736 commit 0f3fe37fccfb540437adf13dd580f2c5164a0b1f
6737 Author: Behdad Esfahbod <behdad@behdad.org>
6738 Date: Fri Oct 18 19:14:22 2013 +0200
6742 src/hb-ot-layout-private.hh | 1 +
6743 1 file changed, 1 insertion(+)
6745 commit ddce2d8df6fed9c033f1f13e235666680c5beb67
6746 Author: Behdad Esfahbod <behdad@behdad.org>
6747 Date: Fri Oct 18 18:07:11 2013 +0200
6749 [indic] Improve positioning of post-base bells and whistles
6751 Bug 58714 - Kannada u+0cb0 u+200d u+0ccd u+0c95 u+0cbe does not
6753 same results as Windows8
6754 https://bugs.freedesktop.org/show_bug.cgi?id=58714
6756 Test with U+0CB0,U+200D,U+0CCD,U+0C95,U+0CBF and tunga.ttf.
6758 Improves some scripts. Improves Bengali too, but numbers
6759 are up because we produce better results than Uniscribe for some
6763 BENGALI: 353724 out of 354188 tests passed. 464 failed (0.131004%)
6764 DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
6765 GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
6766 GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
6767 KANNADA: 951190 out of 951913 tests passed. 723 failed (0.0759523%)
6768 KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
6769 MALAYALAM: 1048140 out of 1048334 tests passed. 194 failed
6771 ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
6772 SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
6773 TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
6774 TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
6776 src/hb-ot-shape-complex-indic.cc | 19 ++++++++++---------
6777 1 file changed, 10 insertions(+), 9 deletions(-)
6779 commit d5bd0590ae2fbc7b0dee86385a565aef00ffb835
6780 Author: Behdad Esfahbod <behdad@behdad.org>
6781 Date: Fri Oct 18 16:44:54 2013 +0200
6783 Zero marks by GDEF for Tibetan
6786 http://lists.freedesktop.org/archives/harfbuzz/2013-April/003101.html
6788 src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
6789 src/hb-ot-shape-complex-arabic.cc | 10 +++++++---
6790 src/hb-ot-shape-complex-default.cc | 17 ++++++++++++++++-
6791 src/hb-ot-shape-complex-indic.cc | 8 +++++++-
6792 src/hb-ot-shape-complex-myanmar.cc | 15 ++++++++++-----
6793 src/hb-ot-shape-complex-private.hh | 8 ++++++--
6794 src/hb-ot-shape-complex-sea.cc | 14 ++++++++++----
6795 src/hb-ot-shape-complex-thai.cc | 9 ++++++++-
6796 src/hb-ot-shape.cc | 4 ++--
6797 9 files changed, 68 insertions(+), 21 deletions(-)
6799 commit bf029281b1b0f854f671969ab40eac3046a111bd
6800 Author: Behdad Esfahbod <behdad@behdad.org>
6801 Date: Fri Oct 18 16:20:13 2013 +0200
6803 Bug 65258 - [...] Mongolian with free variation selector
6805 src/hb-ot-shape-complex-arabic.cc | 3 ++-
6806 1 file changed, 2 insertions(+), 1 deletion(-)
6808 commit 0193649ce4ca78b8e2835a50bd51ee594cffe34e
6809 Author: Behdad Esfahbod <behdad@behdad.org>
6810 Date: Fri Oct 18 16:08:53 2013 +0200
6812 [otfallback] Don't shift down above-marks too much
6814 This seems to generate much better, almost-perfect, positioning for
6815 Arabic as well as Latin above marks.
6817 src/hb-ot-shape-fallback.cc | 10 +++++++++-
6818 1 file changed, 9 insertions(+), 1 deletion(-)
6820 commit dba9580237da788275b1ab5fe6be75c8a3f359b9
6821 Author: Behdad Esfahbod <behdad@behdad.org>
6822 Date: Fri Oct 18 15:57:36 2013 +0200
6824 [otfallback] Never fallback-position a below-mark upwards
6826 Test with WinXP times.ttf and U+05D9,U+05B5.
6828 src/hb-ot-shape-fallback.cc | 6 ++++++
6829 1 file changed, 6 insertions(+)
6831 commit 8177da29ad07d8fa444ce07003fa65cd31a2776b
6832 Author: Behdad Esfahbod <behdad@behdad.org>
6833 Date: Fri Oct 18 15:50:29 2013 +0200
6837 src/hb-ot-shape-fallback.cc | 4 ++--
6838 1 file changed, 2 insertions(+), 2 deletions(-)
6840 commit c16012e9019ec59c2200a3cc29b8a37ea70eda70
6841 Author: Behdad Esfahbod <behdad@behdad.org>
6842 Date: Fri Oct 18 02:27:00 2013 +0200
6844 [indic] Add Javanese support!
6846 Seems to be working just fine!
6848 src/hb-ot-shape-complex-indic-machine.rl | 14 ++++++------
6849 src/hb-ot-shape-complex-indic-private.hh | 37
6850 ++++++++++++++++----------------
6851 src/hb-ot-shape-complex-indic.cc | 9 ++++++--
6852 3 files changed, 34 insertions(+), 26 deletions(-)
6854 commit 755b44cce6dc23376a3cf0212893609231fa4967
6855 Author: Behdad Esfahbod <behdad@behdad.org>
6856 Date: Fri Oct 18 11:17:42 2013 +0200
6858 [ft] Round metrics instead of truncate
6860 Lohit-Punjabi has a upem of 769! We were losing one unit in our
6861 code, and FreeType is losing another one... Test with U+0A06.
6862 Has an advance of 854 in the font. We were producing 852.
6863 Now we do 853, which is what FreeType is telling us.
6865 src/hb-ft.cc | 8 ++++----
6866 1 file changed, 4 insertions(+), 4 deletions(-)
6868 commit 9a49351cc2625de16a73e0e153d3097ef6c7cc0f
6869 Author: Behdad Esfahbod <behdad@behdad.org>
6870 Date: Fri Oct 18 02:14:53 2013 +0200
6872 [indic] Swith pref logic to use _hb_glyph_info_substituted()
6874 See comments from caveat! Seems to work fine.
6876 This is useful for Javanese which has an atomically encoded pre-base
6877 reordering Ra which should only be reordered if it was substituted
6878 by the pref feature.
6880 src/hb-ot-shape-complex-indic.cc | 6 ++++--
6881 1 file changed, 4 insertions(+), 2 deletions(-)
6883 commit f175aa33c5e94397c60648ac0697c80f5fe0dcb7
6884 Author: Behdad Esfahbod <behdad@behdad.org>
6885 Date: Fri Oct 18 02:07:44 2013 +0200
6887 [indic] Fix compiler warnings
6889 src/hb-ot-shape-complex-indic.cc | 4 ++--
6890 1 file changed, 2 insertions(+), 2 deletions(-)
6892 commit 857027341423f15fd6084c7563cc355b06e7cbdd
6893 Author: Behdad Esfahbod <behdad@behdad.org>
6894 Date: Fri Oct 18 01:11:05 2013 +0200
6896 [otlayout] Add _hb_glyph_info_substituted()
6900 src/hb-ot-layout-private.hh | 6 ++++++
6901 1 file changed, 6 insertions(+)
6903 commit a1f7b2856184959e965c9c2b80363f9f46d486a7
6904 Author: Behdad Esfahbod <behdad@behdad.org>
6905 Date: Fri Oct 18 01:09:08 2013 +0200
6907 [otlayout] Switch over from old is_a_ligature() to IS_LIGATED
6909 Impact should be minimal and positive.
6911 src/hb-ot-layout-gsubgpos-private.hh | 2 +-
6912 src/hb-ot-layout-private.hh | 12 +++++++++---
6913 src/hb-ot-shape-complex-indic.cc | 4 ++--
6914 src/hb-ot-shape-complex-myanmar.cc | 2 +-
6915 src/hb-ot-shape.cc | 2 +-
6916 5 files changed, 14 insertions(+), 8 deletions(-)
6918 commit 09675a8115b9d77261c33940401aa919cede8662
6919 Author: Behdad Esfahbod <behdad@behdad.org>
6920 Date: Fri Oct 18 01:05:58 2013 +0200
6922 [otlayout] Add HB_OT_LAYOUT_GLYPH_PROPS_LIGATED
6926 src/hb-ot-layout-gsubgpos-private.hh | 15 ++++++++++-----
6927 src/hb-ot-layout-private.hh | 5 ++++-
6928 2 files changed, 14 insertions(+), 6 deletions(-)
6930 commit 05ad6b50ac0a1b9a8da10d2ee2238068b7811e7d
6931 Author: Behdad Esfahbod <behdad@behdad.org>
6932 Date: Fri Oct 18 00:45:59 2013 +0200
6934 [otlayout] Add HB_OT_LAYOUT_GLYPH_PROPS_SUBSTITUTED
6938 src/hb-ot-layout-gsubgpos-private.hh | 5 +++--
6939 src/hb-ot-layout-private.hh | 10 ++++++----
6940 2 files changed, 9 insertions(+), 6 deletions(-)
6942 commit 101303dbf7cf15d044bf2518f14b3aec65970fea
6943 Author: Behdad Esfahbod <behdad@behdad.org>
6944 Date: Fri Oct 18 00:42:39 2013 +0200
6946 [otlayout] More shuffling around
6948 src/hb-ot-layout-gpos-table.hh | 16 +++----
6949 src/hb-ot-layout-gsub-table.hh | 13 +++--
6950 src/hb-ot-layout-gsubgpos-private.hh | 8 ++--
6951 src/hb-ot-layout-private.hh | 92
6952 ++++++++++++++++++++++++++++++++----
6953 src/hb-ot-shape.cc | 8 ++--
6954 5 files changed, 102 insertions(+), 35 deletions(-)
6956 commit 91689de2603e4151e2a2d3a3852c61667f0c6264
6957 Author: Behdad Esfahbod <behdad@behdad.org>
6958 Date: Fri Oct 18 00:21:59 2013 +0200
6960 [otlayout] Add _hb_glyph_info_set_glyph_props()
6962 No functional change.
6964 src/hb-ot-layout-gsub-table.hh | 2 +-
6965 src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
6966 src/hb-ot-layout-private.hh | 9 +++++++++
6967 src/hb-ot-shape.cc | 8 +++++---
6968 4 files changed, 17 insertions(+), 6 deletions(-)
6970 commit a0161746589934e93c3b115814bbd81f56ab962f
6971 Author: Behdad Esfahbod <behdad@behdad.org>
6972 Date: Fri Oct 18 00:06:30 2013 +0200
6974 [otlayout] Simplify set_class() usage
6976 src/hb-ot-layout-gsubgpos-private.hh | 31 ++++++++++++++++++-------------
6977 1 file changed, 18 insertions(+), 13 deletions(-)
6979 commit 3ddf892b5328b74afb6e7d9da727d8771ca5d288
6980 Author: Behdad Esfahbod <behdad@behdad.org>
6981 Date: Fri Oct 18 00:02:43 2013 +0200
6985 src/hb-ot-layout-gpos-table.hh | 18 +++++++-------
6986 src/hb-ot-layout-gsub-table.hh | 2 +-
6987 src/hb-ot-layout-gsubgpos-private.hh | 36 +++++++++++++--------------
6988 src/hb-ot-layout-private.hh | 48
6989 +++++++++++++++++++++---------------
6990 src/hb-ot-shape-complex-indic.cc | 5 ++--
6991 src/hb-ot-shape-complex-myanmar.cc | 2 +-
6992 src/hb-ot-shape-fallback.cc | 8 +++---
6993 src/hb-ot-shape.cc | 2 +-
6994 8 files changed, 65 insertions(+), 56 deletions(-)
6996 commit 2e96d2c6ee34142375373be07217c9953e7822cc
6997 Author: Behdad Esfahbod <behdad@behdad.org>
6998 Date: Thu Oct 17 21:16:20 2013 +0200
7000 [otlayout] More shuffling
7002 src/hb-ot-layout-private.hh | 252
7003 +++++++++++++++++++++++---------------------
7004 1 file changed, 130 insertions(+), 122 deletions(-)
7006 commit 469524692bd0a258b28e63294c984e677a9c2477
7007 Author: Behdad Esfahbod <behdad@behdad.org>
7008 Date: Thu Oct 17 21:01:57 2013 +0200
7010 [otlayout] Code shuffling
7012 src/hb-ot-layout-private.hh | 16 ++++++++--------
7013 1 file changed, 8 insertions(+), 8 deletions(-)
7015 commit 11fb16cb849285a178d9e80991b1d60a960326ee
7016 Author: Behdad Esfahbod <behdad@behdad.org>
7017 Date: Thu Oct 17 20:57:57 2013 +0200
7019 Use unsigned enums for mask types
7021 src/hb-buffer.h | 16 ++++++++--------
7022 src/hb-ot-layout-private.hh | 8 ++++----
7023 2 files changed, 12 insertions(+), 12 deletions(-)
7025 commit 03058c3d1e8c18858c1e0b0c738ce9d299f2787a
7026 Author: Behdad Esfahbod <behdad@behdad.org>
7027 Date: Thu Oct 17 20:55:34 2013 +0200
7029 [otlayout] Remove two unused HB_OT_LAYOUT_GLYPH_PROPS_* values
7031 src/hb-ot-layout-gdef-table.hh | 1 -
7032 src/hb-ot-layout-gsub-table.hh | 3 ++-
7033 src/hb-ot-layout-private.hh | 7 +++++--
7034 3 files changed, 7 insertions(+), 4 deletions(-)
7036 commit 941b6992042e7b73b3a2aab1448383adf33bef28
7037 Author: Behdad Esfahbod <behdad@behdad.org>
7038 Date: Thu Oct 17 20:47:33 2013 +0200
7040 [otlayout] Remove unused HB_OT_LAYOUT_GLYPH_PROPS_UNCLASSIFIED
7042 src/hb-ot-layout-gdef-table.hh | 7 +++++--
7043 src/hb-ot-layout-private.hh | 10 ++++------
7044 2 files changed, 9 insertions(+), 8 deletions(-)
7046 commit 8f9ec92dfce5c469fb85ad301296b5dde1b2ab0a
7047 Author: Behdad Esfahbod <behdad@behdad.org>
7048 Date: Thu Oct 17 19:52:47 2013 +0200
7050 [indic] Adjust Javanese base algorithm
7052 src/hb-ot-shape-complex-indic.cc | 2 +-
7053 1 file changed, 1 insertion(+), 1 deletion(-)
7055 commit 49901862e36e1c153835877a9f1183729333bbbe
7056 Author: Behdad Esfahbod <behdad@behdad.org>
7057 Date: Thu Oct 17 19:48:51 2013 +0200
7059 [otlayout] Guard against use of ReverseChain through Context
7061 src/hb-ot-layout-gsub-table.hh | 4 +++-
7062 src/hb-ot-layout.cc | 4 ++--
7063 2 files changed, 5 insertions(+), 3 deletions(-)
7065 commit 74f4bbf0560a5fd2d295e100e96f0c6c7033e852
7066 Author: Behdad Esfahbod <behdad@behdad.org>
7067 Date: Thu Oct 17 19:07:53 2013 +0200
7069 [indic] Towards supporting atomicly-encoded prebase-reorderings
7071 src/hb-ot-shape-complex-indic.cc | 65
7072 ++++++++++++++++++++++++----------------
7073 1 file changed, 40 insertions(+), 25 deletions(-)
7075 commit efed40b975110d78c9c505441e7e17a8c13e85c8
7076 Author: Behdad Esfahbod <behdad@behdad.org>
7077 Date: Thu Oct 17 18:50:11 2013 +0200
7079 [indic] Minor refactoring of reph handling
7081 src/hb-ot-shape-complex-indic.cc | 14 ++++++++------
7082 src/hb-ot-shape-complex-sea.cc | 2 +-
7083 2 files changed, 9 insertions(+), 7 deletions(-)
7085 commit 684fe59ff858a0ecba71b3ed80378afb0b8bbb48
7086 Author: Behdad Esfahbod <behdad@behdad.org>
7087 Date: Thu Oct 17 18:30:06 2013 +0200
7089 [indic] Minor refactoring of would_substitute()
7091 src/hb-ot-shape-complex-indic.cc | 19 ++++++++++---------
7092 1 file changed, 10 insertions(+), 9 deletions(-)
7094 commit 321df83fb4f0b8a5310888129cb70bfda8ae0c96
7095 Author: Behdad Esfahbod <behdad@behdad.org>
7096 Date: Thu Oct 17 18:16:14 2013 +0200
7098 Route Buginese through the SEA shaper
7100 Both Indic and SEA seem to do it just fine, but SEA is much
7103 src/hb-ot-shape-complex-private.hh | 4 +---
7104 1 file changed, 1 insertion(+), 3 deletions(-)
7106 commit b5a0f69e47ace468b06e21cf069a18ddcfcf6064
7107 Author: Behdad Esfahbod <behdad@behdad.org>
7108 Date: Thu Oct 17 18:04:23 2013 +0200
7110 [indic] Pass zero-context=false to would_substitute for newer scripts
7112 For scripts without an old/new spec distinction, use
7114 This changes behavior in Sinhala / Khmer, but doesn't seem to regress.
7115 This will be useful and used in Javanese.
7117 src/hb-ot-shape-complex-indic.cc | 35 +++++++++++++++++++----------------
7118 1 file changed, 19 insertions(+), 16 deletions(-)
7120 commit c4e71ff36d1f86a6ea56539728a964d97217e2b6
7121 Author: Behdad Esfahbod <behdad@behdad.org>
7122 Date: Thu Oct 17 17:04:47 2013 +0200
7124 [indic] Clean up Khmer and Sinhala base finding algorithm
7126 src/hb-ot-shape-complex-indic.cc | 24 +++++++++++-------------
7127 1 file changed, 11 insertions(+), 13 deletions(-)
7129 commit e10453e6fb2544724ccd7ddfdbb9de90ef9274ce
7130 Author: Behdad Esfahbod <behdad@behdad.org>
7131 Date: Thu Oct 17 16:49:06 2013 +0200
7133 [indic] Add BASE_POS_LAST_SINHALA
7135 Previously we planted this into the mode used for Khmer. There's not
7136 really much in common between the two, so separate again.
7138 src/hb-ot-shape-complex-indic.cc | 21 +++++++++++++++++++--
7139 1 file changed, 19 insertions(+), 2 deletions(-)
7141 commit 9ac6b01e0cd8e2d66dfc727157f45b615bc77109
7142 Author: Behdad Esfahbod <behdad@behdad.org>
7143 Date: Thu Oct 17 16:27:38 2013 +0200
7145 [indic] Adjust Sinhala cluster merging under uniscribe
7147 Similar to 190c8f2b60af0851bf692f653c1604cfbf0561a5 but for
7150 src/hb-ot-shape-complex-indic.cc | 23 ++++++++++++++++-------
7151 1 file changed, 16 insertions(+), 7 deletions(-)
7153 commit 3c3df9cba13fec2c35e0e7ae587d9699ac0c37f5
7154 Author: Behdad Esfahbod <behdad@behdad.org>
7155 Date: Thu Oct 17 13:58:31 2013 +0200
7159 src/hb-ot-layout-gsubgpos-private.hh | 62
7160 +++++++++++++++++++-----------------
7161 1 file changed, 33 insertions(+), 29 deletions(-)
7163 commit 6cc136f7531a45e71ea08a7dc8a2187172cb813d
7164 Author: Behdad Esfahbod <behdad@behdad.org>
7165 Date: Thu Oct 17 13:55:48 2013 +0200
7169 src/hb-ot-layout-gsubgpos-private.hh | 14 ++++++--------
7170 1 file changed, 6 insertions(+), 8 deletions(-)
7172 commit ba6ddc421e5e440231c2ece2db1363f8e6d2ecbf
7173 Author: Behdad Esfahbod <behdad@behdad.org>
7174 Date: Thu Oct 17 13:52:51 2013 +0200
7176 [otlayout] Increase MAX_CONTEXT_LENGTH
7180 src/hb-ot-layout-common-private.hh | 2 +-
7181 1 file changed, 1 insertion(+), 1 deletion(-)
7183 commit e714fe6d6a2633494cb1fa7170a32ca2638cbb51
7184 Author: Behdad Esfahbod <behdad@behdad.org>
7185 Date: Thu Oct 17 13:49:51 2013 +0200
7187 [otlayout] Simplify ligate_input()
7189 Shouldn't change behavior at all, but is faster / more robust.
7191 src/hb-ot-layout-gsub-table.hh | 16 +++++++---------
7192 src/hb-ot-layout-gsubgpos-private.hh | 17 +++++++----------
7193 2 files changed, 14 insertions(+), 19 deletions(-)
7195 commit 6b2abdcd203204131f3017ca85c91de9d43959cd
7196 Author: Behdad Esfahbod <behdad@behdad.org>
7197 Date: Thu Oct 17 13:15:43 2013 +0200
7199 [indic] Improve clusters in presence of reph
7201 src/hb-ot-shape-complex-indic.cc | 5 +----
7202 1 file changed, 1 insertion(+), 4 deletions(-)
7204 commit 42d0f55cbc68285e22d713df7062e520af708c82
7205 Author: Behdad Esfahbod <behdad@behdad.org>
7206 Date: Thu Oct 17 13:05:05 2013 +0200
7208 [indic] Apply calt,clig in the same stage as presentation features
7210 Whic means these twp are applied per-syllable now. Apparently
7211 in some Khmer fonts the clig interacts with presentation features.
7213 Test case: U+1781,U+17D2,U+1789,U+17BB,U+17C6 with Mondulkiri-R.ttf
7214 should produce one big ligature.
7216 src/hb-ot-shape-complex-indic.cc | 4 ++++
7217 1 file changed, 4 insertions(+)
7219 commit ae9a5834df477006686421d494b55a1569789327
7220 Author: Behdad Esfahbod <behdad@behdad.org>
7221 Date: Thu Oct 17 12:24:55 2013 +0200
7223 [indic] Fix pref vs blwf interaction
7225 If a glyph can be both blwf and pref, we were wrongly sorting it
7226 in the post position instead of below position.
7228 src/hb-ot-shape-complex-indic.cc | 6 +++---
7229 1 file changed, 3 insertions(+), 3 deletions(-)
7231 commit c7dacac02cfe8526eaf131ce6c5e7b6df7ca2ccd
7232 Author: Behdad Esfahbod <behdad@behdad.org>
7233 Date: Thu Oct 17 12:20:24 2013 +0200
7235 [indic] Don't apply blwf before base under old-spec mode
7237 Test case: U+09AC,U+09CD,U+09A6 with Lohit-Bengali 2.5.3.
7239 src/hb-ot-shape-complex-indic.cc | 3 ++-
7240 1 file changed, 2 insertions(+), 1 deletion(-)
7242 commit da72042c52ed3cc0ee19d3eabb8db7c7dd34d3ed
7243 Author: Behdad Esfahbod <behdad@behdad.org>
7244 Date: Thu Oct 17 12:01:50 2013 +0200
7246 [otlayout] Fix up recent Context matching change
7248 Commit 6b65a76b40522a4f57a6fedcbdfc5a4d736f1d3c. "end" was becoming
7249 negative. Was trigerred by Lohit-Kannada 2.5.3 and the sequence:
7250 U+0CB0,U+200D,U+0CBE,U+0CB7,U+0CCD,U+0C9F,U+0CCD,U+0CB0,U+0C97,U+0CB3
7251 Two glyphs were being duplicated.
7253 src/hb-buffer.cc | 7 ++++++-
7254 src/hb-ot-layout-gsubgpos-private.hh | 3 ++-
7255 2 files changed, 8 insertions(+), 2 deletions(-)
7257 commit 1a7de1ba9876b0554c758acbc6459366d9d98a5d
7258 Author: Behdad Esfahbod <behdad@behdad.org>
7259 Date: Wed Oct 16 19:55:06 2013 +0200
7261 [indic] Improve Avagraha support in machine
7263 src/hb-ot-shape-complex-indic-machine.rl | 6 ++++--
7264 1 file changed, 4 insertions(+), 2 deletions(-)
7266 commit 3756efaf4e14ec3b5b1def700a1b5985f162372b
7267 Author: Behdad Esfahbod <behdad@behdad.org>
7268 Date: Wed Oct 16 19:06:29 2013 +0200
7270 [indic] Misc harmless fixes!
7272 First, we were abusing OT_VD instead of OT_A. Fix that
7273 but moving OT_A in the grammar where it belongs (which
7274 is different from what the spec says).
7276 Also, only allow medial consonants after all other
7277 consonants. This doesn't affect any current character.
7279 Finally, fix Halant attachment in presence of medial
7280 consonants. Again, this currently doesn't affect any
7283 I lied. There's Gurmukhi U+0A75 which is Consonant_Medial.
7284 Uniscribe allows one of those in each of these positions:
7285 before matras, after matras and before syllable modifiers,
7286 and after syllable modifiers! We currently just allow
7287 unlimited numbers of it, before matras.
7289 src/hb-ot-shape-complex-indic-machine.rl | 8 ++++----
7290 src/hb-ot-shape-complex-indic-private.hh | 2 +-
7291 src/hb-ot-shape-complex-indic.cc | 11 ++++++-----
7292 3 files changed, 11 insertions(+), 10 deletions(-)
7294 commit c52ddab72e025d1bee8274c8f3416208b12f68f1
7295 Author: Behdad Esfahbod <behdad@behdad.org>
7296 Date: Wed Oct 16 13:42:38 2013 +0200
7298 [arabic] Make ZWJ prevent ligatures instead of facilitating it
7300 Unicode 6.2.0 Section 16.2 / Figure 16.3 says:
7302 "For backward compatibility, between Arabic characters a ZWJ acts just
7303 like the sequence <ZWJ, ZWNJ, ZWJ>, preventing a ligature from forming
7304 instead of requesting the use of a ligature that would not normally be
7305 used. As a result, there is no plain text mechanism for requesting the
7306 use of a ligature in Arabic text."
7308 As such, we flip internal zwj to zwnj flags for GSUB matching, which
7309 means it will block ligation in all features, unless the font
7310 explicitly matches U+200D glyph. This doesn't affect joining
7313 src/hb-ot-layout-private.hh | 6 ++++++
7314 src/hb-ot-shape-complex-arabic.cc | 18 ++++++++++++++++++
7315 2 files changed, 24 insertions(+)
7317 commit 1a31f9f820c4538015ddaf4ca2b790649c5997ed
7318 Author: Behdad Esfahbod <behdad@behdad.org>
7319 Date: Wed Oct 16 13:42:18 2013 +0200
7323 src/hb-ot-layout-private.hh | 23 +++++++++++++++--------
7324 1 file changed, 15 insertions(+), 8 deletions(-)
7326 commit 28d5daec948e1a24f13e492ce301aeb9abff37c8
7327 Author: Behdad Esfahbod <behdad@behdad.org>
7328 Date: Wed Oct 16 12:32:12 2013 +0200
7330 [indic] More granular post-base cluster merging!
7332 src/hb-ot-shape-complex-indic.cc | 45
7333 ++++++++++++++++++++++++++++++++++------
7334 1 file changed, 39 insertions(+), 6 deletions(-)
7336 commit 9cb59d460e80d769087045535a8d54ec9ed7985c
7337 Author: Behdad Esfahbod <behdad@behdad.org>
7338 Date: Wed Oct 16 11:34:07 2013 +0200
7340 [indic] Fix cluster merging of left matras
7342 The merge_clusters there was totally broken.
7344 src/hb-ot-shape-complex-indic.cc | 2 +-
7345 1 file changed, 1 insertion(+), 1 deletion(-)
7347 commit 190c8f2b60af0851bf692f653c1604cfbf0561a5
7348 Author: Behdad Esfahbod <behdad@behdad.org>
7349 Date: Wed Oct 16 11:33:18 2013 +0200
7351 [indic] Adjust cluster merging under uniscribe mode for Tamil
7353 Apparently Uniscribe Tamil shaper doesn't ship chubby clusters
7354 for Tamil. Adjust to that.
7356 src/hb-ot-shape-complex-indic.cc | 4 ++--
7357 1 file changed, 2 insertions(+), 2 deletions(-)
7359 commit 5c558877da5db8c734ba072f01e5e4797876619c
7360 Author: Behdad Esfahbod <behdad@behdad.org>
7361 Date: Wed Oct 16 11:14:15 2013 +0200
7363 [indic] Allow up to two syllable modifiers
7365 Bug 70509 - Candrabindu+Visarga doesn't work in Devanagari
7366 https://bugs.freedesktop.org/show_bug.cgi?id=70509
7368 We categorize both bindus and visarga as syllable-modifiers.
7369 OT spec doesn't actually say what characters go in the syllable
7370 modifier category, and allows one. We just allow up to two now.
7372 Test case: U+0930,U+0941,U+0901,U+0903
7374 Uniscribe currently doesn't support that and produces a
7377 src/hb-ot-shape-complex-indic-machine.rl |
7379 .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt |
7381 2 files changed, 2 insertions(+), 1 deletion(-)
7383 commit f5299eff5c0065d6329cd536c0ac339abea085b0
7384 Author: Behdad Esfahbod <behdad@behdad.org>
7385 Date: Tue Oct 15 18:13:07 2013 +0200
7387 [indic] Simplify reph logic
7389 *Shouldn't* break anything.
7391 src/hb-ot-shape-complex-indic.cc | 11 +++--------
7392 1 file changed, 3 insertions(+), 8 deletions(-)
7394 commit 65a929b1c033e91919c931b495a775f76b6dcbb3
7395 Author: Behdad Esfahbod <behdad@behdad.org>
7396 Date: Tue Oct 15 18:08:05 2013 +0200
7398 [indic] If Malayalam dot-reph formed a ligature, don't move it
7400 Rachana-0.6 implements dot-reph by ligation, so we shouldn't move it.
7401 Uniscribe doesn't either. Test case:
7403 U+0D4E,U+0D1A,U+0D4D,U+0D1A,U+0D4D
7405 src/hb-ot-shape-complex-indic.cc | 23
7406 ++++++++++++++++------
7407 .../indic/script-malayalam/misc/dot-reph.txt | 3 +++
7408 2 files changed, 20 insertions(+), 6 deletions(-)
7410 commit a01cbf6cbe0021722302cfb58fb638a0a2427b26
7411 Author: Behdad Esfahbod <behdad@behdad.org>
7412 Date: Tue Oct 15 16:37:53 2013 +0200
7414 [indic] Harmless reordering of Khmer features!
7416 src/hb-ot-shape-complex-indic.cc | 10 ++++++----
7417 1 file changed, 6 insertions(+), 4 deletions(-)
7419 commit c46f406973024051877e867b93614942ff80c107
7420 Author: Behdad Esfahbod <behdad@behdad.org>
7421 Date: Tue Oct 15 16:24:21 2013 +0200
7423 [tests] Remove Myanmar micro-font and test
7425 .../sha1sum/ceadd106a8205214fbe7337ef9de32a862b59762.ttf | Bin 3040 ->
7427 test/shaping/tests/context-matching.tests | 1 -
7428 2 files changed, 1 deletion(-)
7430 commit eb10233b267909dee0245f126000e117f3b21c35
7431 Author: Behdad Esfahbod <behdad@behdad.org>
7432 Date: Tue Oct 15 15:26:44 2013 +0200
7434 [indic] Apply 'kern' for all scripts except for Khmer in Uniscribe
7437 Seems to better match Uniscribe.
7439 Note: NotoSansTelugu-Regular has kern feature, so this fixes most
7441 positioning failures there, except for the kern pairs blocked by a
7442 (non-)joiner, in which case we (correctly) kern, but Uniscribe
7445 src/hb-ot-shape-complex-indic.cc | 11 +++++++++--
7446 1 file changed, 9 insertions(+), 2 deletions(-)
7448 commit 30145272a7d428bc62a903388bd7be43f4da7fc3
7449 Author: Behdad Esfahbod <behdad@behdad.org>
7450 Date: Tue Oct 15 13:47:27 2013 +0200
7452 [indic] Don't apply presentation features across syllables
7454 More like Uniscribe... We still allow user-defined features to
7455 work across syllables, but not pres,blws,abs,psts,etc.
7457 This "regressed" Sinhala numbers by 11. These are cases were
7458 there's Consonant followed by Ra,Halant,ZWJ at the of text.
7459 The Ra,Halant,ZWJ ends up forming reph, which is wrong...
7460 But before we were also ligating that reph with the previous
7461 consonant. That's even more wrong. That's also what Uniscribe
7466 BENGALI: 353732 out of 354188 tests passed. 456 failed (0.128745%)
7467 DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
7468 GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
7469 GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
7470 KANNADA: 951030 out of 951913 tests passed. 883 failed (0.0927606%)
7471 KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
7472 MALAYALAM: 1048140 out of 1048334 tests passed. 194 failed
7474 ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
7475 SINHALA: 271655 out of 271847 tests passed. 192 failed (0.070628%)
7476 TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
7477 TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
7479 src/hb-ot-shape-complex-indic.cc | 21
7480 +++++++++++++++++----
7481 .../shaper-indic/indic/script-sinhala/misc/misc.txt | 1 +
7482 2 files changed, 18 insertions(+), 4 deletions(-)
7484 commit 3c7b3641cfb00f2c4dcc0768b9854e4f4410d15f
7485 Author: Behdad Esfahbod <behdad@behdad.org>
7486 Date: Tue Oct 15 11:21:01 2013 +0200
7488 [indic] Handle Avagraha
7490 It can come either at the end(ish!) of the syllable, or independently.
7491 When independent, it accepts a few bits and pieces.
7493 src/hb-ot-shape-complex-indic-machine.rl | 5 ++++-
7494 src/hb-ot-shape-complex-indic-private.hh | 5 +++--
7495 src/hb-ot-shape-complex-indic.cc | 14
7497 .../shaper-indic/indic/script-devanagari/misc/misc.txt | 1 +
7498 .../in-tree/shaper-indic/indic/script-telugu/misc/misc.txt | 1 +
7499 5 files changed, 22 insertions(+), 4 deletions(-)
7501 commit 5e7432b8172473aa4dda3d51a79add9e97c2d2c1
7502 Author: Behdad Esfahbod <behdad@behdad.org>
7503 Date: Tue Oct 15 12:28:23 2013 +0200
7505 [myanmar] Apply abvm/blwm
7507 src/hb-ot-shape-complex-myanmar.cc | 10 ++++++++++
7508 1 file changed, 10 insertions(+)
7510 commit 8acbb6be271817c12d2ee0066b355e2fb0f9a934
7511 Author: Behdad Esfahbod <behdad@behdad.org>
7512 Date: Tue Oct 15 12:15:49 2013 +0200
7514 [indic] Some scripts like blwf applied to pre-base characters
7516 ...while some don't!
7518 Improved Bengali, Devanagari, Gurmukhi, Malayalam.
7522 BENGALI: 353732 out of 354188 tests passed. 456 failed (0.128745%)
7523 DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
7524 GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
7525 GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
7526 KANNADA: 951030 out of 951913 tests passed. 883 failed (0.0927606%)
7527 KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
7528 MALAYALAM: 1048134 out of 1048334 tests passed. 200 failed
7530 ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
7531 SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
7532 TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
7533 TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
7535 src/hb-ot-shape-complex-indic.cc | 33 ++++++++++++++++++++-------------
7536 1 file changed, 20 insertions(+), 13 deletions(-)
7538 commit 2c85a3df0983f28aed77a0ea3bf2417ef65d4b84
7539 Author: Behdad Esfahbod <behdad@behdad.org>
7540 Date: Mon Oct 14 19:41:52 2013 +0200
7542 Fix issue with automake
7544 test/shaping/Makefile.am | 2 +-
7545 1 file changed, 1 insertion(+), 1 deletion(-)
7547 commit 6b65a76b40522a4f57a6fedcbdfc5a4d736f1d3c
7548 Author: Behdad Esfahbod <behdad@behdad.org>
7549 Date: Mon Oct 14 18:51:39 2013 +0200
7551 [otlayout] Fix (Chain)Context recursion!
7553 Previously we only supported recursive sublookups with
7554 ascending indices. We were also not correctly handling
7555 non-1-to-1 recursed lookups.
7559 Fixes the three tests in test/shaping/tests/context-matching.tests,
7560 which were derived from NotoSansBengali and NotoSansDevanagari
7563 src/hb-buffer-private.hh | 4 +
7564 src/hb-buffer.cc | 46 ++++++++++
7565 src/hb-ot-layout-common-private.hh | 1 +
7566 src/hb-ot-layout-gsub-table.hh | 1 +
7567 src/hb-ot-layout-gsubgpos-private.hh | 157
7568 +++++++++++++++++------------------
7569 5 files changed, 127 insertions(+), 82 deletions(-)
7571 commit 841e20d083aec8d814cd8d90aa6ab60127c0d1f2
7572 Author: Behdad Esfahbod <behdad@behdad.org>
7573 Date: Mon Oct 14 18:47:51 2013 +0200
7575 Add test suite for shaping results
7577 The new test suite runs tests included under
7578 hb/test/shaping/tests/*.tests, which themselves reference
7579 font files stored by sha1sum under hb/test/shaping/fonts/sha1sum.
7580 The fonts are produced using a subsetter to only include glyphs
7581 needed to run the test.
7583 Four initial tests are added for (Chain)Context matching,
7584 of which three currently fail.
7586 test/shaping/Makefile.am | 10 +++++-
7587 .../4cce528e99f600ed9c25a2b69e32eb94a03b4ae8.ttf | Bin 0 -> 1320 bytes
7588 .../ceadd106a8205214fbe7337ef9de32a862b59762.ttf | Bin 0 -> 3040 bytes
7589 .../d629e7fedc0b350222d7987345fe61613fa3929a.ttf | Bin 0 -> 1768 bytes
7590 .../f499fbc23865022234775c43503bba2e63978fe1.ttf | Bin 0 -> 3564 bytes
7591 test/shaping/run-tests.sh | 34
7592 +++++++++++++++++++++
7593 test/shaping/tests/MANIFEST | 1 +
7594 test/shaping/tests/context-matching.tests | 4 +++
7595 8 files changed, 48 insertions(+), 1 deletion(-)
7597 commit e2dab69291a5d86fc90a8c273c458c16574eafb5
7598 Author: Behdad Esfahbod <behdad@behdad.org>
7599 Date: Mon Oct 14 16:44:44 2013 +0200
7603 test/shaping/hb_test_tools.py | 2 +-
7604 1 file changed, 1 insertion(+), 1 deletion(-)
7606 commit 4e6e53db5da0a5da87ae732c3f9d01babf4ae6c2
7607 Author: Behdad Esfahbod <behdad@behdad.org>
7608 Date: Mon Oct 14 13:06:36 2013 +0200
7612 src/hb-ot-layout.cc | 1 +
7613 1 file changed, 1 insertion(+)
7615 commit 9326d48e4309901e7e0b0e15230936a21ee3df72
7616 Author: Behdad Esfahbod <behdad@behdad.org>
7617 Date: Thu Oct 10 20:04:42 2013 +0200
7619 Don't use g_mapped_file_unref()
7621 Was introduced in glib 2.22.
7623 src/test-buffer-serialize.cc | 2 +-
7624 src/test-size-params.cc | 2 +-
7625 src/test-would-substitute.cc | 2 +-
7627 util/options.cc | 4 ++--
7628 5 files changed, 6 insertions(+), 6 deletions(-)
7630 commit e152d1a27891bd1d9d46a9c028c026843bad384a
7631 Author: Behdad Esfahbod <behdad@behdad.org>
7632 Date: Thu Oct 3 15:09:37 2013 -0400
7636 NEWS | 13 +++++++++++++
7638 2 files changed, 14 insertions(+), 1 deletion(-)
7640 commit 27674b4bb351e501373bd9994e4ba6546e465cf7
7641 Author: Behdad Esfahbod <behdad@behdad.org>
7642 Date: Thu Oct 3 14:54:50 2013 -0400
7644 [OTLayout] Protect against out-of-range lookup indices
7646 Filter them out when compiling map.
7648 src/hb-ot-layout.cc | 17 +++++++++++++++++
7649 src/hb-ot-layout.h | 5 +++++
7650 src/hb-ot-map.cc | 8 +++++++-
7651 3 files changed, 29 insertions(+), 1 deletion(-)
7653 commit 6b4fdded94b7efb96c6e41cca4350878ed859ff1
7654 Author: Behdad Esfahbod <behdad@behdad.org>
7655 Date: Mon Sep 30 13:48:19 2013 -0400
7659 git.mk | 20 +++++++++++++-------
7660 1 file changed, 13 insertions(+), 7 deletions(-)
7662 commit 2a2b5b89ef3a606ba2996bc89fd1c577a6c98f40
7663 Author: M1cha <sigmaepsilon92@gmail.com>
7664 Date: Mon Sep 30 08:55:52 2013 +0000
7667 - use common src files for both static and shared libs
7668 - remove empty LOCAL_SHARED_LIBRARIES
7671 +++++++++++++++++-----------------------------------------
7672 1 file changed, 17 insertions(+), 41 deletions(-)
7674 commit 622bc3d829cab84c3a4148b88f2c91fee491ef39
7675 Merge: 3d2c4f0 d583df1
7676 Author: Behdad Esfahbod <behdad@behdad.org>
7677 Date: Sun Sep 29 13:31:58 2013 -0700
7679 Merge pull request #4 from amarullz/master
7681 Add build static library on Android.mk
7683 commit 3d2c4f0c2ff8fab4262988aad65b170e5b479b20
7684 Author: Behdad Esfahbod <behdad@behdad.org>
7685 Date: Fri Sep 27 17:06:29 2013 -0400
7687 Fix hiding of default_ignorables if font doesn't have space glyph
7689 Based on patch from Jonathan Kew. See discussion on the list.
7691 src/hb-ot-shape.cc | 40 ++++++++++++++++++++++++++++++----------
7692 1 file changed, 30 insertions(+), 10 deletions(-)
7694 commit d583df1e78003f8f1039ad72331bf877b13d1ae5
7695 Author: Ahmad Amarullah <support@amarullz.com>
7696 Date: Fri Sep 27 19:04:32 2013 +0700
7698 Add build static library on Android.mk
7700 Use UCDN instead ICU
7703 Android.mk | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
7704 1 file changed, 50 insertions(+)
7706 commit 078de49ca10285f6cd1452abd40f831a17af5d1a
7707 Author: Behdad Esfahbod <behdad@behdad.org>
7708 Date: Thu Sep 26 18:26:43 2013 -0400
7710 [util] Don't use g_array_unref()
7712 Was introduced in glib 2.22.
7714 util/view-cairo.hh | 2 +-
7715 1 file changed, 1 insertion(+), 1 deletion(-)
7717 commit 48360ec03b225dfec5f90bc5cb93122203d2dd6b
7718 Author: Behdad Esfahbod <behdad@behdad.org>
7719 Date: Thu Sep 26 16:48:42 2013 -0400
7721 Bug 68990 - test-common fails on i686-linux
7723 Fix use-after-end-of-scope.
7725 src/hb-common.cc | 6 ++++--
7726 1 file changed, 4 insertions(+), 2 deletions(-)
7728 commit b61f97d544ce43d85f5fe93e682c324e042c0770
7729 Author: Behdad Esfahbod <behdad@behdad.org>
7730 Date: Mon Sep 16 22:07:22 2013 -0400
7734 NEWS | 12 ++++++++++++
7736 2 files changed, 13 insertions(+), 1 deletion(-)
7738 commit 2af826296315d89f3a433952903c5968e56044ea
7739 Author: Behdad Esfahbod <behdad@behdad.org>
7740 Date: Mon Sep 16 21:49:56 2013 -0400
7742 Improve library checks
7744 src/Makefile.am | 1 +
7745 src/check-defs.sh | 44 ++++++++++++++++++++++++++++++++++++++++++++
7746 src/check-symbols.sh | 37 ++++++++++++-------------------------
7747 3 files changed, 57 insertions(+), 25 deletions(-)
7749 commit 882edce48e507a1c76c908ec2db04aac218b67d6
7750 Author: Behdad Esfahbod <behdad@behdad.org>
7751 Date: Fri Sep 13 20:36:43 2013 -0400
7753 [graphite2] Fix include
7755 src/hb-graphite2.cc | 5 ++---
7756 src/hb-graphite2.h | 2 ++
7757 2 files changed, 4 insertions(+), 3 deletions(-)
7759 commit ace5c7eb4c2302a6a7eb3576e6dbc3bc026e569c
7760 Author: Behdad Esfahbod <behdad@behdad.org>
7761 Date: Fri Sep 13 20:34:42 2013 -0400
7763 [introspection] hb-ft annotations
7765 src/hb-face.cc | 2 +-
7766 src/hb-ft.cc | 30 +++++++++++++++++++++++++++++-
7767 2 files changed, 30 insertions(+), 2 deletions(-)
7769 commit a8949df48780e680e03b9afbbafb3628a0acef52
7770 Author: Behdad Esfahbod <behdad@behdad.org>
7771 Date: Fri Sep 13 20:23:51 2013 -0400
7773 [introspection] Annotate Unicode / font callbacks
7775 Should move these out of the public header...
7777 We're "clean" of introspection warnings now. Remaining ones are about
7778 graphite2 / freetype types not being introspectable.
7780 src/hb-blob.cc | 4 +-
7781 src/hb-face.cc | 2 +-
7782 src/hb-font.cc | 4 +-
7784 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
7785 src/hb-unicode.h | 106 ++++++++++++++++++++++++++++++++++++++++----
7786 5 files changed, 231 insertions(+), 17 deletions(-)
7788 commit 4b011094d5e90cf93df2891e47aeab1bffad5bbf
7789 Author: Behdad Esfahbod <behdad@behdad.org>
7790 Date: Fri Sep 13 20:17:42 2013 -0400
7794 I believe I didn't break anything...
7796 src/hb-ot-shape.cc | 22 +++++++++++-----------
7797 1 file changed, 11 insertions(+), 11 deletions(-)
7799 commit 4878db218202ed804c9f76edb7e4aa220de8a8d8
7800 Author: Behdad Esfahbod <behdad@behdad.org>
7801 Date: Thu Sep 12 20:56:32 2013 -0400
7803 Remove contrib/ Python hand-coded binding stuff
7805 gobject-introspection coming together.
7807 contrib/README | 2 -
7808 contrib/python/README | 10 --
7809 contrib/python/lib/fontconfig.pyx | 47 ---------
7810 contrib/python/lib/harfbuzz.pyx | 213
7811 --------------------------------------
7812 contrib/python/scripts/hbtestfont | 116 ---------------------
7813 contrib/python/setup.py | 39 -------
7814 6 files changed, 427 deletions(-)
7816 commit e478ebe4d3f74dc271ffe88680fd29f6b1924c93
7817 Author: Behdad Esfahbod <behdad@behdad.org>
7818 Date: Thu Sep 12 20:53:07 2013 -0400
7820 [introspection] Add sample.py
7822 src/sample.py | 13 +++++++++++++
7823 1 file changed, 13 insertions(+)
7825 commit dfdbe7f932daffcf73911ff4e4a36f749164d960
7826 Author: Behdad Esfahbod <behdad@behdad.org>
7827 Date: Thu Sep 12 20:52:20 2013 -0400
7829 [introspection] Make hb_blob_create() introspectable
7831 src/Makefile.am | 2 ++
7832 src/hb-blob.cc | 2 +-
7833 2 files changed, 3 insertions(+), 1 deletion(-)
7835 commit 085d4291a9f253a4b8e2eec8003ac11d02a9394f
7836 Author: Behdad Esfahbod <behdad@behdad.org>
7837 Date: Thu Sep 12 17:14:33 2013 -0400
7839 [introspection] Disable constructors for now
7841 Since our types are not associated with their methods, marking
7842 constructors makes them inaccessible from bindings. Undo for now.
7844 src/hb-blob.cc | 2 +-
7845 src/hb-buffer.cc | 2 +-
7846 src/hb-face.cc | 2 +-
7847 src/hb-font.cc | 4 ++--
7848 src/hb-set.cc | 2 +-
7849 src/hb-shape-plan.cc | 2 +-
7850 src/hb-unicode.cc | 2 +-
7851 7 files changed, 8 insertions(+), 8 deletions(-)
7853 commit 6c48f20eea22c6e686416ab4ec8388be3e8cd0b5
7854 Author: Behdad Esfahbod <behdad@behdad.org>
7855 Date: Mon Sep 9 15:43:10 2013 -0400
7857 [otlayout] Add structs for JSTF table
7859 src/Makefile.am | 1 +
7860 src/hb-ot-head-table.hh | 2 +-
7861 src/hb-ot-hhea-table.hh | 2 +-
7862 src/hb-ot-hmtx-table.hh | 2 +-
7863 src/hb-ot-layout-gdef-table.hh | 2 +-
7864 src/hb-ot-layout-gpos-table.hh | 2 +-
7865 src/hb-ot-layout-gsub-table.hh | 2 +-
7866 src/hb-ot-layout-jstf-table.hh | 229
7867 +++++++++++++++++++++++++++++++++++++++++
7868 src/hb-ot-layout.cc | 1 +
7869 src/hb-ot-layout.h | 1 +
7870 src/hb-ot-maxp-table.hh | 2 +-
7871 src/hb-ot-name-table.hh | 2 +-
7873 13 files changed, 241 insertions(+), 9 deletions(-)
7875 commit 70303cf23b22647bf641be22c8650310128322a9
7876 Author: Behdad Esfahbod <behdad@behdad.org>
7877 Date: Fri Sep 6 17:35:57 2013 -0400
7879 [docs/introspection] Some more annotations
7881 src/hb-common.cc | 151
7882 ++++++++++++++++++++++++++++++++++++++++++++++++++--
7883 src/hb-font.cc | 16 +++---
7884 src/hb-version.h.in | 19 -------
7885 3 files changed, 155 insertions(+), 31 deletions(-)
7887 commit 288f2899979bcc9e68f8115cb76e3271ed0e17bc
7888 Author: Behdad Esfahbod <behdad@behdad.org>
7889 Date: Fri Sep 6 15:40:22 2013 -0400
7891 [docs/introspection] More annotations
7893 src/hb-blob.cc | 63 +++---
7894 src/hb-buffer-serialize.cc | 63 ++++++
7895 src/hb-buffer.cc | 307 ++++++++++++++++++++++++++-
7896 src/hb-face.cc | 171 +++++++++++++++
7897 src/hb-font-private.hh | 4 +-
7898 src/hb-font.cc | 504
7899 ++++++++++++++++++++++++++++++++++++++++++++-
7900 src/hb-set.cc | 2 +-
7901 src/hb-shape-plan.cc | 104 ++++++++++
7902 src/hb-shape.cc | 56 +++++
7903 src/hb-unicode.cc | 128 ++++++++++++
7904 10 files changed, 1355 insertions(+), 47 deletions(-)
7906 commit 17905c54f1bab9e6dfe13f59f5ec208de12832f7
7907 Author: Behdad Esfahbod <behdad@behdad.org>
7908 Date: Fri Sep 6 16:57:01 2013 -0400
7910 [introspection] Work around g-i limitation with hb_language_t
7912 src/hb-gobject-structs.cc | 15 +++++++++++----
7913 src/hb-gobject-structs.h | 8 ++++++++
7914 2 files changed, 19 insertions(+), 4 deletions(-)
7916 commit cd361c3cbe4a288e3019b9a029f44e4c5f24436c
7917 Author: Behdad Esfahbod <behdad@behdad.org>
7918 Date: Fri Sep 6 16:20:21 2013 -0400
7920 Minor change to hb_language_t
7922 Let me know if this breaks anyone's anything.
7924 src/hb-common.cc | 2 +-
7925 src/hb-common.h | 2 +-
7926 2 files changed, 2 insertions(+), 2 deletions(-)
7928 commit 20cbc1f8eb0811e6cefa3be3550e80df9c372782
7929 Author: Behdad Esfahbod <behdad@behdad.org>
7930 Date: Fri Sep 6 15:29:22 2013 -0400
7932 Annotate hb-set a bit; add HB_SET_VALUE_INVALID
7934 src/hb-set-private.hh | 20 +++--
7936 ++++++++++++++++++++++++++++++++++++++++++++++++++
7938 src/hb-version.h.in | 6 +-
7939 test/api/test-set.c | 26 +++---
7940 5 files changed, 276 insertions(+), 22 deletions(-)
7942 commit c44b81833d5bfb9a926d348a76463314c3ec2018
7943 Author: Behdad Esfahbod <behdad@behdad.org>
7944 Date: Fri Sep 6 15:13:16 2013 -0400
7948 src/hb-buffer.cc | 12 ++++++------
7949 1 file changed, 6 insertions(+), 6 deletions(-)
7951 commit ae9dc717d37d58efdd3fabbe4a9c3c2bf9dc3568
7952 Author: Behdad Esfahbod <behdad@behdad.org>
7953 Date: Thu Sep 5 16:40:37 2013 -0400
7955 [gtk-doc] Pass source files to gtk-doc
7957 docs/reference/Makefile.am | 3 +--
7958 1 file changed, 1 insertion(+), 2 deletions(-)
7960 commit 5f512017ba615ba6ac8e5da2ea0c57a72db2c26b
7961 Author: Behdad Esfahbod <behdad@behdad.org>
7962 Date: Wed Sep 4 18:28:39 2013 -0400
7964 [docs] Document a few symbols
7966 src/hb-blob.cc | 160
7967 +++++++++++++++++++++++++++++++++++++++++++++++++++-
7968 src/hb-buffer.cc | 78 ++++++++++++++++++++++++-
7969 src/hb-version.h.in | 17 ++++++
7970 3 files changed, 251 insertions(+), 4 deletions(-)
7972 commit e0dbf99b4497be305d689a528282fd37214e7f1c
7973 Author: Behdad Esfahbod <behdad@behdad.org>
7974 Date: Thu Sep 5 16:00:47 2013 -0400
7976 [introspection] Pass source files to scanner
7978 src/Makefile.am | 3 +--
7979 1 file changed, 1 insertion(+), 2 deletions(-)
7981 commit 5a5350b39b81e0128d36ebc81307a6d698a4dc50
7982 Author: Behdad Esfahbod <behdad@behdad.org>
7983 Date: Tue Sep 3 20:11:01 2013 -0400
7985 Revert "Round when scaling values"
7987 This reverts commit 10f964623f003c70f6bdd33423420abda3820ce0.
7989 See discussion with Khaled Hosny on mailing list. In short, since
7990 integers here can be negative, and int division is "round towards
7991 zero", proper rounding should take sign into account. Just skip
7992 doing it again, has been serving us well before.
7995 src/hb-font-private.hh | 6 +-----
7996 2 files changed, 3 insertions(+), 5 deletions(-)
7998 commit 74ff41c3a573bdf74b60623065eb92a49f055893
7999 Author: Behdad Esfahbod <behdad@behdad.org>
8000 Date: Tue Sep 3 20:09:14 2013 -0400
8005 1 file changed, 2 insertions(+)
8007 commit 63dd4b0ac2076fe9cc3dfe5d31ef3616d4ed01e5
8008 Author: Behdad Esfahbod <behdad@behdad.org>
8009 Date: Tue Sep 3 20:01:40 2013 -0400
8011 [gtk-doc] Remove hack for deleting tmpl/
8013 This was introduced in 029f46bde7e39094d3decb46525e91a97c5cc02c
8014 and was in fact a bug in gtk-doc master:
8016 https://bugzilla.gnome.org/show_bug.cgi?id=707426
8018 docs/reference/Makefile.am | 5 -----
8019 1 file changed, 5 deletions(-)
8021 commit 213001aa99003422199245e96878f9fe348c55b4
8022 Author: Behdad Esfahbod <behdad@behdad.org>
8023 Date: Tue Sep 3 20:00:16 2013 -0400
8025 [build] Fix EXTRA_DIST
8027 I was under the impression that EXTRA_DISTs will happen regardless of
8028 automake conditionals. Apparently I was wrong.
8030 src/Makefile.am | 12 ++++++------
8031 1 file changed, 6 insertions(+), 6 deletions(-)
8033 commit 1e994a8fcc94dfea42a6cbfe23a401142d79a1a6
8034 Author: Behdad Esfahbod <behdad@behdad.org>
8035 Date: Tue Sep 3 18:11:47 2013 -0400
8037 [gtk-doc] Copy makefile
8040 1 file changed, 1 insertion(+), 1 deletion(-)
8042 commit 81a007ffad683e53f12093a0c9e30112106f415d
8043 Author: Behdad Esfahbod <behdad@behdad.org>
8044 Date: Fri Aug 30 19:45:13 2013 -0400
8049 1 file changed, 2 insertions(+), 4 deletions(-)
8051 commit a2a28235e8131a1e1d4b8c3d0933df5cf056bbc6
8052 Author: Behdad Esfahbod <behdad@behdad.org>
8053 Date: Fri Aug 30 19:38:47 2013 -0400
8055 [gtk-doc] Generate version.xml from configure
8057 Even though this is not what autoconf recommends, it reduces doc
8058 rebuilds when version doesn't change but configure changes.
8061 docs/reference/Makefile.am | 11 +++--------
8062 docs/reference/version.xml.in | 1 +
8063 3 files changed, 5 insertions(+), 8 deletions(-)
8065 commit ac1b723917d9b8f247a350f8d3e1bc5d1e472073
8066 Author: Behdad Esfahbod <behdad@behdad.org>
8067 Date: Fri Aug 30 19:32:10 2013 -0400
8069 Remove hb-old and hb-icu-le test shapers
8071 They've been disabled for a while and no one cared. We're past
8072 the point to need them for testing, and if we ever need to
8073 resurrect them again, well, they're in git graveyard somewhere.
8075 configure.ac | 23 +-
8076 src/Makefile.am | 28 +-
8077 src/hb-icu-le.cc | 265 --
8078 src/hb-icu-le/COPYING | 2 -
8079 src/hb-icu-le/FontTableCache.cpp | 91 -
8080 src/hb-icu-le/FontTableCache.h | 48 -
8081 src/hb-icu-le/Makefile.am | 25 -
8082 src/hb-icu-le/PortableFontInstance.cpp | 275 --
8083 src/hb-icu-le/PortableFontInstance.h | 119 -
8084 src/hb-icu-le/README | 3 -
8085 src/hb-icu-le/cmaps.cpp | 200 --
8086 src/hb-icu-le/cmaps.h | 87 -
8087 src/hb-icu-le/letest.h | 63 -
8088 src/hb-icu-le/license.html | 51 -
8089 src/hb-icu-le/sfnt.h | 453 ---
8090 src/hb-old.cc | 410 ---
8091 src/hb-old/COPYING | 24 -
8092 src/hb-old/Makefile.am | 56 -
8093 src/hb-old/README | 7 -
8094 src/hb-old/harfbuzz-arabic.c | 1150 ------
8095 src/hb-old/harfbuzz-buffer-private.h | 107 -
8096 src/hb-old/harfbuzz-buffer.c | 383 --
8097 src/hb-old/harfbuzz-buffer.h | 102 -
8098 src/hb-old/harfbuzz-external.h | 106 -
8099 src/hb-old/harfbuzz-gdef-private.h | 135 -
8100 src/hb-old/harfbuzz-gdef.c | 1163 ------
8101 src/hb-old/harfbuzz-gdef.h | 140 -
8102 src/hb-old/harfbuzz-global.h | 125 -
8103 src/hb-old/harfbuzz-gpos-private.h | 729 ----
8104 src/hb-old/harfbuzz-gpos.c | 6094
8105 --------------------------------
8106 src/hb-old/harfbuzz-gpos.h | 155 -
8107 src/hb-old/harfbuzz-greek.c | 447 ---
8108 src/hb-old/harfbuzz-gsub-private.h | 483 ---
8109 src/hb-old/harfbuzz-gsub.c | 4329 -----------------------
8110 src/hb-old/harfbuzz-gsub.h | 148 -
8111 src/hb-old/harfbuzz-hangul.c | 268 --
8112 src/hb-old/harfbuzz-hebrew.c | 187 -
8113 src/hb-old/harfbuzz-impl.c | 84 -
8114 src/hb-old/harfbuzz-impl.h | 135 -
8115 src/hb-old/harfbuzz-indic.cpp | 1868 ----------
8116 src/hb-old/harfbuzz-khmer.c | 642 ----
8117 src/hb-old/harfbuzz-myanmar.c | 511 ---
8118 src/hb-old/harfbuzz-open-private.h | 102 -
8119 src/hb-old/harfbuzz-open.c | 1433 --------
8120 src/hb-old/harfbuzz-open.h | 288 --
8121 src/hb-old/harfbuzz-shaper-all.cpp | 37 -
8122 src/hb-old/harfbuzz-shaper-private.h | 159 -
8123 src/hb-old/harfbuzz-shaper.cpp | 996 ------
8124 src/hb-old/harfbuzz-shaper.h | 265 --
8125 src/hb-old/harfbuzz-stream-private.h | 81 -
8126 src/hb-old/harfbuzz-stream.c | 114 -
8127 src/hb-old/harfbuzz-stream.h | 51 -
8128 src/hb-old/harfbuzz-tibetan.c | 249 --
8129 src/hb-old/harfbuzz.h | 38 -
8130 54 files changed, 2 insertions(+), 25532 deletions(-)
8132 commit b94243d6a9457864ad8ef3ad47ad01985b138862
8133 Author: Behdad Esfahbod <behdad@behdad.org>
8134 Date: Fri Aug 30 18:41:33 2013 -0400
8136 [g-i] Rename library from harfbuzz to HarfBuzz
8138 src/Makefile.am | 12 ++++++------
8139 1 file changed, 6 insertions(+), 6 deletions(-)
8141 commit f730b5d1e2369762952481f1a2d3db26a2b48015
8142 Author: Behdad Esfahbod <behdad@behdad.org>
8143 Date: Thu Aug 29 15:53:33 2013 -0400
8147 NEWS | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
8149 2 files changed, 49 insertions(+), 1 deletion(-)
8151 commit b0e03508bad04d7dcf2c50ac81f6261425b34c5f
8152 Author: Behdad Esfahbod <behdad@behdad.org>
8153 Date: Thu Aug 29 15:56:32 2013 -0400
8155 Dist with gobject and introspection enabled
8158 1 file changed, 2 insertions(+)
8160 commit e4ce6745e15eab33ed693874e7a56981f4d6f79a
8161 Author: Behdad Esfahbod <behdad@behdad.org>
8162 Date: Thu Aug 29 15:56:16 2013 -0400
8164 [gtk-doc] Fix build without gobject
8166 docs/reference/Makefile.am | 2 +-
8167 1 file changed, 1 insertion(+), 1 deletion(-)
8169 commit 263372f15ffdf4c0e4386133f64ff389ba73de33
8170 Author: Behdad Esfahbod <behdad@behdad.org>
8171 Date: Wed Aug 28 13:43:54 2013 -0400
8175 It's copied by gtk-docize.
8178 -----------------------------------------------------------
8179 1 file changed, 302 deletions(-)
8181 commit 79d754efeef89543d51775b110e8bd49cf7e699b
8182 Author: Behdad Esfahbod <behdad@behdad.org>
8183 Date: Wed Aug 28 13:43:35 2013 -0400
8188 1 file changed, 1 insertion(+), 1 deletion(-)
8190 commit 71ef22b04d466803076af1da6763fecab95ce5bb
8191 Author: Behdad Esfahbod <behdad@behdad.org>
8192 Date: Wed Aug 28 12:52:55 2013 -0400
8194 Turn hb-gobject, and introspection off by default
8196 Also enable bootstrapping without them.
8198 configure.ac | 39 ++++++++++++++++++++++++++++++++++-----
8199 src/Makefile.am | 5 +++--
8200 2 files changed, 37 insertions(+), 7 deletions(-)
8202 commit d8f507099b9ae5f0c643fb8dddbb069df6f62a94
8203 Author: Behdad Esfahbod <behdad@behdad.org>
8204 Date: Mon Aug 26 21:26:24 2013 -0400
8206 Hookup harfbuzz-gobject to introspection
8208 src/Makefile.am | 16 +++++++++++++---
8209 1 file changed, 13 insertions(+), 3 deletions(-)
8211 commit 71439a8c7ae9df25193bc3ad0f203117d2884a19
8212 Author: Behdad Esfahbod <behdad@behdad.org>
8213 Date: Mon Aug 26 20:56:58 2013 -0400
8215 [gobject] Flesh out hb-gobject
8217 Move it to new harfbuzz-gobject library. Implement enums and
8218 boxed types for object-types. Still have to do boxed types for
8221 configure.ac | 12 ++++-
8222 docs/reference/Makefile.am | 12 ++++-
8223 docs/reference/harfbuzz-docs.xml | 3 ++
8224 docs/reference/harfbuzz-sections.txt | 48 +++++++++++++++++++-
8225 src/Makefile.am | 48 +++++++++++++-------
8226 src/harfbuzz-gobject.pc.in | 12 +++++
8227 src/hb-gobject-enums.cc.tmpl | 11 +++--
8228 src/hb-gobject-enums.h.tmpl | 55 +++++++++++++++++++++++
8229 src/hb-gobject-structs.cc | 84
8230 +++++++++++++++++++++++++++-------
8231 src/hb-gobject-structs.h | 87
8232 ++++++++++++++++++++++++++++++++++++
8233 src/hb-gobject.h | 38 ++--------------
8234 11 files changed, 333 insertions(+), 77 deletions(-)
8236 commit 23027f7611b53b594e4b4008e916e42b5154f6ac
8237 Author: Behdad Esfahbod <behdad@behdad.org>
8238 Date: Thu Aug 22 19:03:21 2013 -0400
8240 [introspection] Enable gobject-introspection again
8242 configure.ac | 7 ++++---
8243 src/Makefile.am | 49 ++++++++++++++++++++++++++++---------------------
8244 2 files changed, 32 insertions(+), 24 deletions(-)
8246 commit 757a7a9018577dcc399be03dc45a59589585d2fb
8247 Author: Behdad Esfahbod <behdad@behdad.org>
8248 Date: Wed Aug 28 12:35:13 2013 -0400
8250 [uniscribe] Fixed build with wide chars
8252 https://github.com/blinkseb/harfbuzz/commit/f65dafa4138e1fb4395bf646fa33bb01a86a7e9a
8254 src/hb-uniscribe.cc | 2 +-
8255 1 file changed, 1 insertion(+), 1 deletion(-)
8257 commit 4dc798de19c767b91fd3025c85593fa6809d1340
8258 Author: Behdad Esfahbod <behdad@behdad.org>
8259 Date: Mon Aug 26 20:39:00 2013 -0400
8261 Add hb-deprecated.h, and rename a couple enum values
8263 Add deprecated alias for old name.
8265 src/Makefile.am | 1 +
8266 src/hb-buffer.cc | 4 ++--
8267 src/hb-buffer.h | 8 +++----
8268 src/hb-common.h | 5 -----
8269 src/hb-deprecated.h | 51
8270 ++++++++++++++++++++++++++++++++++++++++++++
8272 src/test-buffer-serialize.cc | 2 +-
8273 test/api/test-buffer.c | 2 +-
8274 util/Makefile.am | 1 +
8275 util/hb-shape.cc | 2 +-
8276 util/options.hh | 2 +-
8277 11 files changed, 64 insertions(+), 15 deletions(-)
8279 commit 2e3a07abdf97b0ad2105c3a52f3ff0e0b60b29c4
8280 Author: Behdad Esfahbod <behdad@behdad.org>
8281 Date: Mon Aug 26 18:49:07 2013 -0400
8283 Separate face source code from font
8285 Makes documentation / introspection easier.
8288 docs/reference/harfbuzz-docs.xml | 1 +
8289 docs/reference/harfbuzz-sections.txt | 6 +-
8290 src/Makefile.am | 3 +
8291 src/hb-face-private.hh | 108 ++++++++++++
8292 src/hb-face.cc | 311
8293 +++++++++++++++++++++++++++++++++++
8294 src/hb-face.h | 117 +++++++++++++
8295 src/hb-font-private.hh | 67 +-------
8296 src/hb-font.cc | 269 ------------------------------
8297 src/hb-font.h | 75 +--------
8299 11 files changed, 549 insertions(+), 410 deletions(-)
8301 commit d3490761e11ae308fbd8aaf02059653f579035c5
8302 Author: Behdad Esfahbod <behdad@behdad.org>
8303 Date: Mon Aug 26 21:15:29 2013 -0400
8305 Improve check-includes.sh
8307 src/check-includes.sh | 10 ++++++----
8308 1 file changed, 6 insertions(+), 4 deletions(-)
8310 commit 381f2fb5e664715d67ffc9a234b0fd8aa540fada
8311 Author: Behdad Esfahbod <behdad@behdad.org>
8312 Date: Mon Aug 26 19:20:38 2013 -0400
8316 docs/reference/Makefile.am | 2 +-
8317 1 file changed, 1 insertion(+), 1 deletion(-)
8319 commit ac1f09b53e2c5d14c874e4d9f1b25b03ea1d1c44
8320 Author: Behdad Esfahbod <behdad@behdad.org>
8321 Date: Mon Aug 26 18:50:12 2013 -0400
8323 [gtk-doc] Fix maintainer-clean rule
8325 docs/reference/Makefile.am | 4 +++-
8326 1 file changed, 3 insertions(+), 1 deletion(-)
8328 commit 38b8b40526a85f33521542e24d1e0c82588efc85
8329 Author: Behdad Esfahbod <behdad@behdad.org>
8330 Date: Tue Aug 27 11:44:09 2013 -0400
8332 Fix possible snprintf OOM
8334 https://bugzilla.redhat.com/show_bug.cgi?id=1001645
8336 src/hb-buffer-serialize.cc | 14 +++++++-------
8337 src/hb-font-private.hh | 3 ++-
8338 src/hb-shape.cc | 6 +++---
8339 3 files changed, 12 insertions(+), 11 deletions(-)
8341 commit d22548c0e362cc9447557440af9ecbb11badfa78
8342 Author: Behdad Esfahbod <behdad@behdad.org>
8343 Date: Mon Aug 26 18:46:21 2013 -0400
8347 src/check-c-linkage-decls.sh | 4 ++--
8348 src/check-header-guards.sh | 4 ++--
8349 src/check-includes.sh | 4 ++--
8350 3 files changed, 6 insertions(+), 6 deletions(-)
8352 commit 029f46bde7e39094d3decb46525e91a97c5cc02c
8353 Author: Behdad Esfahbod <behdad@behdad.org>
8354 Date: Mon Aug 26 18:11:07 2013 -0400
8356 [gtk-doc] Remove tmpl in make maintainer-clean
8358 docs/reference/Makefile.am | 3 +++
8359 1 file changed, 3 insertions(+)
8361 commit dddf990c3687a47297eafc82b54fa96842e68003
8362 Author: Behdad Esfahbod <behdad@behdad.org>
8363 Date: Mon Aug 26 17:58:25 2013 -0400
8367 git.mk | 17 +++++++++++++----
8368 1 file changed, 13 insertions(+), 4 deletions(-)
8370 commit 700a15fe4b80da9c67befd85ae10a166f5b65962
8371 Author: Behdad Esfahbod <behdad@behdad.org>
8372 Date: Mon Aug 26 17:49:36 2013 -0400
8374 Add HB_DISABLE_DEPRECATED
8376 That moment that you have to accept that you made API mistakes...
8378 docs/reference/Makefile.am | 2 +-
8379 docs/reference/harfbuzz-sections.txt | 8 +++++---
8380 src/hb-common.h | 4 +++-
8381 3 files changed, 9 insertions(+), 5 deletions(-)
8383 commit ddc456a519a9a59e96f9d7fcad988369e0a8842b
8384 Author: Behdad Esfahbod <behdad@behdad.org>
8385 Date: Mon Aug 26 17:34:18 2013 -0400
8387 [travis] Add graphite2
8390 1 file changed, 1 insertion(+)
8392 commit f7c72b42efb8d42859023659fd2e3d589523436d
8393 Author: Anthony Carrico <acarrico@memebeam.org>
8394 Date: Sun Feb 24 13:00:33 2013 -0500
8396 [gtk-doc] Initial setup
8398 Initial setup of gtk-doc. Straight forward setup following the gtk-doc
8399 instructions. Ignore some troublesome types in src/hb-gobject.h. To
8400 build use "./autogen.sh --enable-gtk-doc" then "make". Docs are in
8401 harfbuzz/docs/reference/html/index.html.
8407 docs/Makefile.am | 1 +
8408 docs/reference/Makefile.am | 109 +++++++++
8409 docs/reference/harfbuzz-docs.xml | 61 +++++
8410 docs/reference/harfbuzz-overrides.txt | 0
8411 docs/reference/harfbuzz-sections.txt | 431
8412 ++++++++++++++++++++++++++++++++++
8413 gtk-doc.make | 302 ++++++++++++++++++++++++
8414 src/Makefile.am | 2 +-
8415 src/hb-gobject.h | 3 +-
8416 12 files changed, 931 insertions(+), 9 deletions(-)
8418 commit 3409fb1c767118067cf7edfb97068936b6f4b717
8419 Author: Behdad Esfahbod <behdad@behdad.org>
8420 Date: Wed Aug 21 17:22:21 2013 -0400
8422 [uniscribe] Ask Uniscribe to return shaping results in logical order
8424 See discussion on the list in the thread "Arabic presentation forms
8425 and the uniscribe backend".
8427 Based on patch from Jonathan Kew.
8429 src/hb-uniscribe.cc | 24 ++++++++++++------------
8430 1 file changed, 12 insertions(+), 12 deletions(-)
8432 commit 1d05fdd09fa271b641f30a2138171e6fafcd8db7
8433 Author: Behdad Esfahbod <behdad@behdad.org>
8434 Date: Tue Aug 20 13:22:21 2013 -0400
8436 [uniscribe] Print run info
8438 src/hb-uniscribe.cc | 8 ++++++++
8439 1 file changed, 8 insertions(+)
8441 commit 3613696b57225111507a3f4263f5fa6937d0bc72
8442 Author: Behdad Esfahbod <behdad@behdad.org>
8443 Date: Mon Aug 12 00:33:28 2013 -0400
8445 [coretext] Fully support user features
8447 Based on patch from Jonathan Kew and data from Apple.
8449 It's not working correctly though, and I suspect I'm hitting a bug in
8450 CoreText. When I do this:
8452 hb-shape /Library/Fonts/Zapfino.ttf ZapfinoZapfino --shaper coretext \
8455 I expect both ligatures to turn off, but only the second one does:
8457 [Z_a_p_f_i_n_o=0+2333|Z=7+395|a=8+285|p_f=9+433|i=11+181|n=12+261|o=13+250]
8459 whereas if I disable 'dlig' instead of 'liga', both are turned off.
8462 Doesn't resolve conflicting feature settings.
8464 src/hb-coretext.cc | 446
8465 +++++++++++++++++++++++++++++++++++++++++++++++-----
8466 src/hb-uniscribe.cc | 2 +-
8467 2 files changed, 404 insertions(+), 44 deletions(-)
8469 commit 54e6f6c588a164f7de62ff88b3eff4f25adb8f17
8470 Author: Behdad Esfahbod <behdad@behdad.org>
8471 Date: Fri Aug 9 14:34:54 2013 -0400
8473 Clean up list of Unicode scripts
8475 Rename HB_SCRIPT_CANADIAN_ABORIGINAL to HB_SCRIPT_CANADIAN_SYLLABICS
8476 and a macro for the old name.
8478 src/hb-common.h | 277
8479 ++++++++++++++++++++-----------------
8480 src/hb-glib.cc | 2 +-
8481 src/hb-ot-shape-complex-private.hh | 2 +
8482 src/hb-ucdn.cc | 2 +-
8483 test/api/test-unicode.c | 2 +-
8484 5 files changed, 153 insertions(+), 132 deletions(-)
8486 commit 7cd4a715848c44be9aec6b6b622cfc2a60b1a5a9
8487 Author: Behdad Esfahbod <behdad@behdad.org>
8488 Date: Fri Aug 9 09:41:48 2013 -0400
8493 1 file changed, 2 insertions(+), 2 deletions(-)
8495 commit 515a0ac81e531c95b1bb7f1a3c5df73a9e64b14f
8496 Author: Behdad Esfahbod <behdad@behdad.org>
8497 Date: Fri Aug 9 09:40:59 2013 -0400
8499 Fix compiler warning
8501 src/hb-ot-layout-common-private.hh | 4 ++--
8502 1 file changed, 2 insertions(+), 2 deletions(-)
8504 commit 10f964623f003c70f6bdd33423420abda3820ce0
8505 Author: Behdad Esfahbod <behdad@behdad.org>
8506 Date: Fri Aug 9 09:40:01 2013 -0400
8508 Round when scaling values
8510 Doesn't matter for most users since they should be working in a
8511 fixed sub-pixel scale anyway (ie. 22.10, 26.6, 16.16, etc).
8514 src/hb-font-private.hh | 6 +++++-
8515 2 files changed, 5 insertions(+), 3 deletions(-)
8517 commit df8f70ae5de6181d56efa3f076f14e4d52119a5e
8518 Author: Behdad Esfahbod <behdad@behdad.org>
8519 Date: Fri Aug 9 09:35:10 2013 -0400
8523 src/hb-font-private.hh | 2 +-
8524 1 file changed, 1 insertion(+), 1 deletion(-)
8526 commit ce8badf1808f9fbdd9a22e9215c7475d3afde5ed
8527 Author: Behdad Esfahbod <behdad@behdad.org>
8528 Date: Fri Aug 9 09:31:06 2013 -0400
8532 src/hb-font-private.hh | 2 +-
8533 1 file changed, 1 insertion(+), 1 deletion(-)
8535 commit d71c0df2d17f4590d5611239577a6cb532c26528
8536 Author: Behdad Esfahbod <behdad@behdad.org>
8537 Date: Fri Aug 9 09:28:32 2013 -0400
8539 Remove vrt2, vkrn, vpal, and valt from default vertical features
8541 See thread by John Dagget on the list.
8544 src/hb-ot-shape.cc | 9 ---------
8545 2 files changed, 11 deletions(-)
8547 commit a782a5e9a37c8733ac2830410a514d38635b543a
8548 Author: Behdad Esfahbod <behdad@behdad.org>
8549 Date: Wed Aug 7 21:08:54 2013 -0400
8551 [coretext] Start adding support for features
8553 Unlike AAT, looks like with CoreText very few OT features can
8557 src/hb-coretext.cc | 65
8558 +++++++++++++++++++++++++++++++++++++++++++++---------
8559 1 file changed, 54 insertions(+), 11 deletions(-)
8561 commit bdd8873fd8ae5c794018f6edac242b0a8b62ff31
8562 Author: Behdad Esfahbod <behdad@behdad.org>
8563 Date: Wed Aug 7 17:58:25 2013 -0400
8565 Revert "[Indic] don't apply 'calt' by default in Indic shaper"
8567 This reverts commit 952121007c6f6f374e4cf1734ebcfe2d2d71c71c.
8569 In light of discussion on the mailing list...
8571 src/hb-ot-shape-complex-indic.cc | 4 ----
8572 1 file changed, 4 deletions(-)
8574 commit 9a175914d72187d0c3f50ddad50c9569649c3072
8575 Author: Behdad Esfahbod <behdad@behdad.org>
8576 Date: Wed Aug 7 17:26:13 2013 -0400
8578 [uniscribe] Support feature ranges
8580 As Khaled pointed out, right now setting any features, turns kern
8581 and possibly other features off.
8583 src/hb-uniscribe.cc | 232
8584 ++++++++++++++++++++++++++++++++++++++++++++--------
8585 1 file changed, 199 insertions(+), 33 deletions(-)
8587 commit 627af695e48ef10b6e634c34b723f7e7013467f6
8588 Author: Behdad Esfahbod <behdad@behdad.org>
8589 Date: Tue Aug 6 16:53:56 2013 -0400
8594 1 file changed, 3 insertions(+), 1 deletion(-)
8596 commit 722252743d59e4cd53cb71720d823ea00b708ad8
8597 Author: Behdad Esfahbod <behdad@behdad.org>
8598 Date: Tue Aug 6 15:19:23 2013 -0400
8602 git.mk | 37 +++++++++++++++++++++++--------------
8603 1 file changed, 23 insertions(+), 14 deletions(-)
8605 commit 38d5c58d23fce38221689cda98cea1c3e42ed615
8606 Author: Behdad Esfahbod <behdad@behdad.org>
8607 Date: Tue Aug 6 14:45:36 2013 -0400
8609 [uniscribe] Half-support user features
8611 Turning features on globally works now.
8613 src/hb-uniscribe.cc | 54
8614 ++++++++++++++++++++++++++++++++++++++++++-----------
8615 1 file changed, 43 insertions(+), 11 deletions(-)
8617 commit 639afdc690c681a302080239a1967ce735ba5be5
8618 Author: Behdad Esfahbod <behdad@behdad.org>
8619 Date: Tue Aug 6 14:28:12 2013 -0400
8623 src/hb-private.hh | 14 +++++++++++---
8624 1 file changed, 11 insertions(+), 3 deletions(-)
8626 commit 952121007c6f6f374e4cf1734ebcfe2d2d71c71c
8627 Author: Jonathan Kew <jfkthame@gmail.com>
8628 Date: Tue Aug 6 10:36:14 2013 -0400
8630 [Indic] don't apply 'calt' by default in Indic shaper
8632 src/hb-ot-shape-complex-indic.cc | 4 ++++
8633 1 file changed, 4 insertions(+)
8635 commit 625678436c29100eef82d87e635b251030a18f60
8636 Author: Behdad Esfahbod <behdad@behdad.org>
8637 Date: Mon Aug 5 22:44:18 2013 -0400
8639 Fix glyph closure with class==0
8641 As reported by cibu. Untested.
8643 src/hb-ot-layout-common-private.hh | 29 +++++++++++++++++++++++++++++
8644 1 file changed, 29 insertions(+)
8646 commit 580d5eb93af5bbbc64994b626d5e011e2c256d74
8647 Author: Behdad Esfahbod <behdad@behdad.org>
8648 Date: Sun Aug 4 16:55:21 2013 -0400
8650 Don't apply 'dlig' by default
8652 Windows 8 doesn't, and the spec will be fixed.
8654 src/hb-ot-shape-complex-arabic.cc | 1 -
8655 1 file changed, 1 deletion(-)
8657 commit 48382e2f41499a91181bea0acc5792989d2485bb
8658 Author: Behdad Esfahbod <behdad@behdad.org>
8659 Date: Tue Jul 30 18:25:39 2013 -0400
8663 src/hb-ot-layout-common-private.hh | 12 ++++++------
8664 1 file changed, 6 insertions(+), 6 deletions(-)
8666 commit c461371419d186811d4bfc768e26535f48a807f4
8667 Author: Behdad Esfahbod <behdad@behdad.org>
8668 Date: Tue Jul 30 14:48:23 2013 -0400
8670 [CoreText] Don't leak the CTLine object (and everything that hangs
8673 Patch from Jonathan Kew.
8675 src/hb-coretext.cc | 2 ++
8676 1 file changed, 2 insertions(+)
8678 commit 5fbc952524ac8840f007dc0136823a4ab6e25f70
8679 Author: Behdad Esfahbod <behdad@behdad.org>
8680 Date: Mon Jul 29 14:34:40 2013 -0400
8682 Fix glyph name printing in hb-ot-shape-closure
8684 util/hb-ot-shape-closure.cc | 2 +-
8685 1 file changed, 1 insertion(+), 1 deletion(-)
8687 commit 6fadd9dd7cc220f131c29946285831635afc8044
8688 Author: Behdad Esfahbod <behdad@behdad.org>
8689 Date: Fri Jul 26 10:33:06 2013 -0400
8691 Apply 'mark' to Myanmar
8693 According to Andrew Glass: "The issue with Myanmar <mark> feature was
8694 fixed via a servicing patch as soon as Windows 8 became available."
8696 src/hb-ot-shape-complex-myanmar.cc | 11 -----------
8697 1 file changed, 11 deletions(-)
8699 commit 86522e493d071f395b5abf64289232bf8867ac29
8700 Author: Behdad Esfahbod <behdad@behdad.org>
8701 Date: Mon Jul 22 19:07:53 2013 -0400
8703 Fix glyph closure recursion!
8705 src/hb-ot-layout-gsubgpos-private.hh | 2 +-
8706 1 file changed, 1 insertion(+), 1 deletion(-)
8708 commit 74439d0aa10184451adc6c6469f5119be352ecbb
8709 Author: Behdad Esfahbod <behdad@behdad.org>
8710 Date: Mon Jul 22 19:02:29 2013 -0400
8714 src/hb-ot-layout-gsubgpos-private.hh | 2 +-
8715 1 file changed, 1 insertion(+), 1 deletion(-)
8717 commit 8b427c78efa988ed27a2a394146d73f59688707b
8718 Author: Behdad Esfahbod <behdad@behdad.org>
8719 Date: Mon Jul 22 10:57:05 2013 -0400
8721 [uniscribe] Sanitize font file
8723 src/hb-uniscribe.cc | 4 ++++
8724 1 file changed, 4 insertions(+)
8726 commit 12ff69df21ac91ae21860db7000d9f9973d3da1a
8727 Author: Behdad Esfahbod <behdad@behdad.org>
8728 Date: Mon Jul 22 10:52:12 2013 -0400
8730 [uniscribe] Handle TTC when renaming font
8732 src/hb-uniscribe.cc | 31 ++++++++++++++++++-------------
8733 1 file changed, 18 insertions(+), 13 deletions(-)
8735 commit 05bad3b8c25a89bc0f20f99f9215e492f48f03fe
8736 Author: Behdad Esfahbod <behdad@behdad.org>
8737 Date: Sun Jul 21 17:05:02 2013 -0400
8739 [uniscribe] Use OT::* types
8741 src/hb-open-type-private.hh | 10 ++++-
8742 src/hb-ot-name-table.hh | 4 +-
8743 src/hb-uniscribe.cc | 107
8744 +++++++++++++++++++++++---------------------
8745 3 files changed, 66 insertions(+), 55 deletions(-)
8747 commit bdeea605fe597bff4430eaae3317189bb81ec76e
8748 Author: Behdad Esfahbod <behdad@behdad.org>
8749 Date: Sun Jul 21 16:22:10 2013 -0400
8751 [uniscribe] Move name generation into separate function
8753 src/hb-uniscribe.cc | 34 ++++++++++++++++++++++------------
8754 1 file changed, 22 insertions(+), 12 deletions(-)
8756 commit 73f947e2a7bc5b29d731da2e9d1fafe958be839e
8757 Author: Behdad Esfahbod <behdad@behdad.org>
8758 Date: Sun Jul 21 16:16:35 2013 -0400
8760 [uniscribe] Use blob to pass data around
8762 src/hb-uniscribe.cc | 28 ++++++++++++++--------------
8763 1 file changed, 14 insertions(+), 14 deletions(-)
8765 commit 8ac2e88deff3d069c19fd59d0fbbfb88a762b113
8766 Author: Behdad Esfahbod <behdad@behdad.org>
8767 Date: Sun Jul 21 16:06:49 2013 -0400
8769 [uniscribe] Use unique font name
8771 When installing per-process fonts using AddFontMemResourceEx(),
8772 if a font with the same family name is already installed, sometimes
8773 that one gets used. Which is problematic for us. As such, we
8774 now mangle the font to install a new 'name' table with a unique
8775 name, which we then use to choose the font.
8777 Patch from Jonathan Kew.
8780 src/hb-uniscribe.cc | 136
8781 ++++++++++++++++++++++++++++++++++++++++++++--------
8782 2 files changed, 116 insertions(+), 22 deletions(-)
8784 commit 8751de50831338ce550601c34c17d152ad89c1fd
8785 Author: Behdad Esfahbod <behdad@behdad.org>
8786 Date: Thu Jul 18 16:29:50 2013 -0400
8788 Followup fix for 3f9e2dced298c3d00f31b2dfc38685bb071a3a22
8790 During GSUB, if a ligation happens, subsequence context input matching
8791 matches the new indexing. During GPOS however, the indices never
8792 change. So just go one by one.
8794 Fixes 'dist' positioning with mmrtext.ttf and the following sequence:
8796 U+1014,U+1039,U+1011,U+1014,U+1039,U+1011,U+1014,U+1039,U+1011
8798 Reported by Jonathan Kew.
8800 src/hb-ot-layout-gsubgpos-private.hh | 8 ++++++++
8801 1 file changed, 8 insertions(+)
8803 commit 2b78d67e9f38f77086fbd9c3fd6f1c8c73927a51
8804 Author: Behdad Esfahbod <behdad@behdad.org>
8805 Date: Tue Jul 16 16:06:27 2013 -0400
8809 NEWS | 11 +++++++++++
8811 2 files changed, 12 insertions(+), 1 deletion(-)
8813 commit e509d35cf1160f1449bc736b9445cdf61ab81d06
8814 Author: Behdad Esfahbod <behdad@behdad.org>
8815 Date: Thu Jul 11 14:56:45 2013 -0400
8817 [ft] hb_ft_get_glyph_from_name fails for the name of glyph id 0
8819 Based on patch from Jonathan Kew, as reported on the mailing list.
8821 src/hb-ft.cc | 9 +++++++++
8822 1 file changed, 9 insertions(+)
8824 commit 29b596ac67806c44441e65f3ece227df0fe2bb63
8825 Author: Behdad Esfahbod <behdad@behdad.org>
8826 Date: Mon Jul 8 08:37:15 2013 -0600
8828 [uniscribe] Fix buffer allocation
8830 Email from Jonathan Kew:
8832 My cygwin build kept aborting on certain test words when run with the
8833 uniscribe backend. Turned out this was caused by a bug in the
8835 of scratch buffers in hb-uniscribe.cc.
8837 Commit 2a17f9568d9724e045d2c1d660e007f3acd747d9 introduced a new line
8839 ALLOCATE_ARRAY (SCRIPT_VISATTR, vis_attr, glyphs_size);
8841 but it failed to account for this in the computation of glyphs_size
8842 (the number of glyphs for which scratch buffer space is available),
8843 with the result that the vis_clusters array ends up overrunning the
8844 end of the scratch buffer and clobbering the beginning of the buffer's
8847 AFAICS, the vis_attr array is not actually used, so the simple fix is
8848 to remove the line that allocates it. (If/when we -do- need to use
8849 vis_attr for something, we'll need to add another term to the earlier
8850 calculation of glyphs_size.)
8852 With this patch, the uniscribe backend runs reliably again.
8856 src/hb-uniscribe.cc | 1 -
8857 1 file changed, 1 deletion(-)
8859 commit 9245e98742667dfffe06523e8051beda1bc04811
8860 Author: Behdad Esfahbod <behdad@behdad.org>
8861 Date: Wed Jun 26 20:57:58 2013 -0400
8863 [Indic] Add Javanese config
8865 We should add for other scripts too, send me the virama codepoint
8868 src/hb-ot-shape-complex-indic.cc | 1 +
8869 1 file changed, 1 insertion(+)
8871 commit 5f85c80a07dd2d18348824866bf4e984ac711a24
8872 Author: Behdad Esfahbod <behdad@behdad.org>
8873 Date: Wed Jun 26 20:14:18 2013 -0400
8875 [OT] Collect requiredFeature only if features are not provided
8877 As per Werner's report on the list.
8879 src/hb-ot-layout.cc | 22 +++++++++++-----------
8880 1 file changed, 11 insertions(+), 11 deletions(-)
8882 commit 3f9e2dced298c3d00f31b2dfc38685bb071a3a22
8883 Author: Behdad Esfahbod <behdad@behdad.org>
8884 Date: Wed Jun 26 19:46:55 2013 -0400
8886 Fix contextual lookup recursion indexing
8888 See email thread "Skipping Control for Attaching Marks using OpenType"
8889 from earlier this month.
8891 src/hb-ot-layout-gsubgpos-private.hh | 10 ++--------
8892 1 file changed, 2 insertions(+), 8 deletions(-)
8894 commit f5da11e0fa5adf8f782883dc5c30d8faaafc9c27
8895 Merge: 79d1007 89312b7
8896 Author: Behdad Esfahbod <behdad@behdad.org>
8897 Date: Sat Jun 22 08:04:05 2013 -0700
8899 Merge pull request #3 from LogosBible/master
8901 Destroy lookups before blobs.
8903 commit 89312b7417c0198a0635ca6b7e8ea11f6af2a4f8
8904 Author: Bradley Grainger <bgrainger@gmail.com>
8905 Date: Fri Jun 21 15:02:18 2013 -0700
8907 Destroy lookups before blobs.
8909 'layout->gsub' may depend on data owned by 'layout->gsub_blob',
8911 be deinitialized before the blob is destroyed.
8913 src/hb-ot-layout.cc | 8 ++++----
8914 1 file changed, 4 insertions(+), 4 deletions(-)
8916 commit 79d1007a501fd63c0ba4d51038c513e6b8b94740
8917 Author: Behdad Esfahbod <behdad@behdad.org>
8918 Date: Thu Jun 13 19:01:07 2013 -0400
8920 If variation selector is not consumed by cmap, pass it on to GSUB
8922 This changes the semantics of get_glyph() callback and expect that
8923 callbacks return false if the requested variant is not available, and
8924 then we will call them back with variation_selector=0 and will retain
8925 the glyph for the selector in the glyph stream.
8927 Apparently most Mongolian fonts implement the Mongolian Variation
8928 Selectors using GSUB, not cmap.
8930 https://bugs.freedesktop.org/show_bug.cgi?id=65258
8932 Note that this doesn't fix the Mongolian shaping yet, because the way
8933 that's implemented is that the, say, 'init' feature ligates the letter
8934 and the variation-selector. However, since currently the variation
8935 selector doesn't have the 'init' mask on, it will not be matched...
8937 src/hb-ft.cc | 3 +--
8938 src/hb-ot-shape-normalize.cc | 14 ++++++++++++--
8939 2 files changed, 13 insertions(+), 4 deletions(-)
8941 commit c7a84917208528040aaf9ad0a9a0b26aabeabc9c
8942 Author: Behdad Esfahbod <behdad@behdad.org>
8943 Date: Thu Jun 6 20:17:32 2013 -0400
8945 Skip over multiple variation selectors in a row
8947 src/hb-ot-shape-normalize.cc | 6 ++++++
8948 1 file changed, 6 insertions(+)
8950 commit 7235f33f9e5e031622a00a84f4b2e98f16803579
8951 Author: Behdad Esfahbod <behdad@behdad.org>
8952 Date: Mon Jun 10 14:39:51 2013 -0400
8954 Fix misc warnings reported by cppcheck
8956 https://bugs.freedesktop.org/show_bug.cgi?id=65544
8958 src/hb-common.cc | 2 +-
8959 src/hb-coretext.cc | 3 ---
8960 src/hb-font-private.hh | 17 +++++++++++------
8961 src/hb-private.hh | 2 +-
8962 src/hb-shape.cc | 2 +-
8963 test/api/test-font.c | 1 -
8964 util/ansi-print.cc | 1 +
8965 util/hb-ot-shape-closure.cc | 5 +++--
8966 util/hb-shape.cc | 5 ++++-
8967 util/shape-consumer.hh | 6 ++++--
8968 util/view-cairo.hh | 6 ++++--
8969 11 files changed, 30 insertions(+), 20 deletions(-)
8971 commit 570bcccd3f41b9aecd51765a401299833a6d8ebd
8972 Author: Behdad Esfahbod <behdad@behdad.org>
8973 Date: Mon Jun 10 13:56:51 2013 -0400
8975 Fix PKG_CHECK_MODULES usage
8979 Bug 65246 - Fix build without graphite2
8982 1 file changed, 1 insertion(+), 1 deletion(-)
8984 commit 270cfd7a9c01dfb1b1789929f020943ad63aca99
8985 Author: Behdad Esfahbod <behdad@behdad.org>
8986 Date: Thu Jun 6 18:57:15 2013 -0400
8988 Fix PKG_CHECK_MODULES usage
8990 Bug 65246 - Fix build without graphite2
8992 If we don't provide ACTION-IF-NOT-FOUND, configure aborts if it can't
8993 find the libraries. We handle that ourselves so we don't want the
8996 configure.ac | 16 ++++++++--------
8997 1 file changed, 8 insertions(+), 8 deletions(-)
8999 commit 2fd0e02706857bcaf61bf5151657eac96cfa73b9
9000 Author: Behdad Esfahbod <behdad@behdad.org>
9001 Date: Thu Jun 6 17:16:01 2013 -0400
9005 src/Makefile.am | 14 +++++++-------
9006 1 file changed, 7 insertions(+), 7 deletions(-)
9008 commit b4c5c52944a44ba863a22a53035ff561af7318ca
9009 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
9010 Date: Mon Jun 3 17:55:29 2013 +0800
9012 util/ansi-print.cc: Use fallback implementation for lround on MSVC
9014 Unfortuately Visual Studio (still) does not support the C99 function
9015 lround, so provide a fallback implementation for it.
9017 util/ansi-print.cc | 11 +++++++++++
9018 1 file changed, 11 insertions(+)
9020 commit a4446b10bfe0a9e7236bf941fa69a96697939e11
9021 Author: Behdad Esfahbod <behdad@behdad.org>
9022 Date: Mon Jun 3 18:39:14 2013 -0400
9024 Fix build for C89 compilers
9026 test/api/test-buffer.c | 2 +-
9027 1 file changed, 1 insertion(+), 1 deletion(-)
9029 commit 4ddf937242048c4a044ada4559e26664a0c09b48
9030 Author: Behdad Esfahbod <behdad@behdad.org>
9031 Date: Mon Jun 3 18:36:26 2013 -0400
9033 Remove unnecessary stdint.h include
9035 src/hb-ucdn/ucdn.c | 1 -
9036 1 file changed, 1 deletion(-)
9038 commit 93a04b8b5e6d8067cb925fdf532aadc24c1d4861
9039 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
9040 Date: Mon Jun 3 17:49:37 2013 +0800
9042 hb-uniscribe.cc: Re-enable build under Visual Studio
9044 -Declare hinstLib at the top of block
9045 -Fix the definitions of the typedefs of ScriptItemizeOpenType,
9046 ScriptShapeOpenType and ScriptPlaceOpenType
9048 src/hb-uniscribe.cc | 9 +++++----
9049 1 file changed, 5 insertions(+), 4 deletions(-)
9051 commit 280e52ae95df0cbee0bb305f5354381bc1d563f4
9052 Author: Behdad Esfahbod <behdad@behdad.org>
9053 Date: Thu May 30 18:04:24 2013 -0400
9057 Makefile.am | 5 +++--
9058 1 file changed, 3 insertions(+), 2 deletions(-)
9060 commit c1824daefa1253507636e4bfdf46374f835f10b3
9061 Author: Behdad Esfahbod <behdad@behdad.org>
9062 Date: Wed May 29 15:30:54 2013 -0400
9066 TODO | 14 +++++++-------
9067 1 file changed, 7 insertions(+), 7 deletions(-)
9069 commit 2966d3603259430800cb5880491d28a1c5ea2314
9070 Author: Behdad Esfahbod <behdad@behdad.org>
9071 Date: Tue May 28 17:34:37 2013 -0400
9075 test/api/Makefile.am | 3 ++-
9076 1 file changed, 2 insertions(+), 1 deletion(-)
9078 commit 6873f6cc42aa1405e71be903bd0f39a7a15320ce
9079 Author: Behdad Esfahbod <behdad@behdad.org>
9080 Date: Tue May 28 17:33:16 2013 -0400
9085 1 file changed, 2 deletions(-)
9087 commit 4014aa4e53bddb29d939a168bd733942d3683732
9088 Author: Behdad Esfahbod <behdad@behdad.org>
9089 Date: Tue May 28 17:28:59 2013 -0400
9093 NEWS | 28 ++++++++++++++++++++++++++++
9095 2 files changed, 29 insertions(+), 1 deletion(-)
9097 commit d70be29831bb99e34fe18744129088f45d5b2023
9098 Author: Behdad Esfahbod <behdad@behdad.org>
9099 Date: Tue May 28 17:23:56 2013 -0400
9103 src/Makefile.am | 4 ++++
9104 1 file changed, 4 insertions(+)
9106 commit 22ce0961742df0a213f2cc86ca3d5a72453c00b1
9107 Author: Behdad Esfahbod <behdad@behdad.org>
9108 Date: Tue May 28 17:18:30 2013 -0400
9110 Generate harfbuzz-icu.pc
9112 Currently it only works with ICU that has .pc files. I'll
9113 wait till someone complains before fixing it for icu-config
9117 configure.ac | 5 ++---
9118 harfbuzz.pc.in | 11 -----------
9119 src/Makefile.am | 13 +++++++++++++
9120 src/harfbuzz-icu.pc.in | 13 +++++++++++++
9121 src/harfbuzz.pc.in | 11 +++++++++++
9122 6 files changed, 39 insertions(+), 17 deletions(-)
9124 commit d9afa111330771461b6182ada9f4edd68bcfce77
9125 Author: Behdad Esfahbod <behdad@behdad.org>
9126 Date: Tue May 28 15:27:40 2013 -0400
9128 Build hb-icu into libharfbuzz-icu.so
9130 src/Makefile.am | 29 +++++++++++++++--------------
9131 src/hb-unicode.cc | 2 +-
9132 test/api/Makefile.am | 1 +
9133 3 files changed, 17 insertions(+), 15 deletions(-)
9135 commit 7d395c2a255a44fd0d65365ea9b525dba70c062c
9136 Author: Behdad Esfahbod <behdad@behdad.org>
9137 Date: Tue May 28 15:25:06 2013 -0400
9141 test/api/test-c.c | 4 ++++
9142 1 file changed, 4 insertions(+)
9144 commit 2a17f9568d9724e045d2c1d660e007f3acd747d9
9145 Author: Behdad Esfahbod <behdad@behdad.org>
9146 Date: Tue May 28 13:10:51 2013 -0400
9148 Bug 55494 - ScriptItemizeOpenType doesn't exists under Windows XP
9150 Fallback to older API if OpenType variants are not available.
9152 configure.ac | 14 +--
9153 src/hb-uniscribe.cc | 322
9154 +++++++++++++++++++++++++++++++++++++++++++---------
9155 2 files changed, 271 insertions(+), 65 deletions(-)
9157 commit f8087ffbadc83a15d59367ba82976eae675736a7
9158 Author: Behdad Esfahbod <behdad@behdad.org>
9159 Date: Mon May 27 19:43:48 2013 -0400
9163 configure.ac | 17 +++++++++++++++--
9164 1 file changed, 15 insertions(+), 2 deletions(-)
9166 commit 82eddfe5d658ef791d6ef6a566401c50601dfb1c
9167 Author: Behdad Esfahbod <behdad@behdad.org>
9168 Date: Mon May 27 19:33:36 2013 -0400
9174 configure.ac | 12 +++++++++++-
9175 1 file changed, 11 insertions(+), 1 deletion(-)
9177 commit 5e25eb77a49e7f95b6a6d540b26d60d430f89d4c
9178 Author: Behdad Esfahbod <behdad@behdad.org>
9179 Date: Mon May 27 19:30:48 2013 -0400
9181 Default glib to auto again
9183 configure.ac | 4 ++--
9184 1 file changed, 2 insertions(+), 2 deletions(-)
9186 commit eb63e786f37468867c81707504128cf8a4016e5b
9187 Author: Behdad Esfahbod <behdad@behdad.org>
9188 Date: Mon May 27 19:29:09 2013 -0400
9194 configure.ac | 12 +++++++++++-
9195 1 file changed, 11 insertions(+), 1 deletion(-)
9197 commit ab2af17bc6faa8394656e6e82948dc3e9f437626
9198 Author: Behdad Esfahbod <behdad@behdad.org>
9199 Date: Mon May 27 19:27:43 2013 -0400
9201 Add --with-uniscribe
9205 configure.ac | 55 +++++++++++++++++++++++++++++++++++++++----------------
9206 1 file changed, 39 insertions(+), 16 deletions(-)
9208 commit 58db2c2542717858acbdf480b3f19a8aef4918cd
9209 Author: Behdad Esfahbod <behdad@behdad.org>
9210 Date: Mon May 27 19:10:33 2013 -0400
9212 Disable UCDN if glib is available
9214 We only want UCDN if we don't have any other Unicode provider.
9215 I'm going to remove ICU from the list of default Unicode providers
9216 as part of moving hb-icu into its own library. As such, the only
9217 providers will be UCDN and glib.
9219 configure.ac | 3 +++
9220 1 file changed, 3 insertions(+)
9222 commit ca65326cbd49b48792c4e3125af6c5006364f194
9223 Author: Behdad Esfahbod <behdad@behdad.org>
9224 Date: Mon May 27 19:09:50 2013 -0400
9228 configure.ac | 16 ++++++++--------
9229 1 file changed, 8 insertions(+), 8 deletions(-)
9231 commit 7ae14973ecb4614a83769d2bbd01f33d8474ffc0
9232 Author: Behdad Esfahbod <behdad@behdad.org>
9233 Date: Mon May 27 19:06:50 2013 -0400
9235 Disable icu_le shaper
9237 Will add a way to enable it later.
9239 configure.ac | 3 ++-
9240 1 file changed, 2 insertions(+), 1 deletion(-)
9242 commit 7e6ebf76236cc5ea69302e68186bdf8166d04a98
9243 Author: Behdad Esfahbod <behdad@behdad.org>
9244 Date: Mon May 27 19:05:23 2013 -0400
9246 Remove icu-config fallback for icu_le shaper
9248 Bug 64878 - compile error with ICU but not ICU
9250 configure.ac | 18 ------------------
9251 1 file changed, 18 deletions(-)
9253 commit 932b7471479c639244051b4dbae678e7d47ae99f
9254 Author: Behdad Esfahbod <behdad@behdad.org>
9255 Date: Mon May 27 19:04:40 2013 -0400
9257 Bug 65053 - Add configure option to enable/disable ICU support
9259 configure.ac | 46 ++++++++++++++++++++++++++++------------------
9260 1 file changed, 28 insertions(+), 18 deletions(-)
9262 commit cf2c1c7eb81b54a344ed5cf36d5fbd3cd297eed1
9263 Author: Behdad Esfahbod <behdad@behdad.org>
9264 Date: Mon May 27 18:54:30 2013 -0400
9266 Disable hb-old shaper
9268 Will add proper way to enable it later.
9271 1 file changed, 1 insertion(+), 1 deletion(-)
9273 commit 5a78d23f255a649353044af8e5df315f62907b7f
9274 Author: Behdad Esfahbod <behdad@behdad.org>
9275 Date: Mon May 27 18:47:58 2013 -0400
9277 Bug 65054 - Add configure option to enable/disable Graphite2
9279 Add --with-graphite2. Defaults to off.
9281 configure.ac | 20 +++++++++++++++-----
9282 1 file changed, 15 insertions(+), 5 deletions(-)
9284 commit 61e7775fa75c7c1bdc29a6992c8c215897364600
9285 Author: Behdad Esfahbod <behdad@behdad.org>
9286 Date: Mon May 27 18:24:56 2013 -0400
9288 Remove hb-icu dependency from hb-icu-le shaper
9290 src/hb-icu-le.cc | 33 +++++++++++++++++++++++++++++----
9291 1 file changed, 29 insertions(+), 4 deletions(-)
9293 commit 7e08f1258da229dfaf7e1c4b5c41e5bb83906cb0
9294 Author: Behdad Esfahbod <behdad@behdad.org>
9295 Date: Mon May 27 14:48:34 2013 -0400
9297 Don't zero advance of mark-non-mark ligatures
9299 If there's a mark ligating forward with non-mark, they were
9300 inheriting the GC of the mark and later get advance-zeroed.
9301 Don't do that if there's any non-mark glyph in the ligature.
9303 Sample test: U+1780,U+17D2,U+179F with Kh-Metal-Chrieng.ttf
9306 Bug 58922 - Issue with mark advance zeroing in generic shaper
9308 src/hb-ot-layout-gsubgpos-private.hh | 4 ++++
9309 src/hb-ot-layout-private.hh | 6 ++++++
9310 2 files changed, 10 insertions(+)
9312 commit cf059ac69d10d9eb09f0d2a29b1bd989647bd800
9313 Author: Behdad Esfahbod <behdad@behdad.org>
9314 Date: Fri May 24 15:28:11 2013 -0400
9316 [icu_le] Support non-BMP text
9318 src/hb-icu-le.cc | 35 ++++++++++++++++++++++++++++-------
9319 1 file changed, 28 insertions(+), 7 deletions(-)
9321 commit a447c528e68cabc9ca6e24e2c436f3d605ef9aaa
9322 Author: Behdad Esfahbod <behdad@behdad.org>
9323 Date: Thu May 23 17:05:39 2013 -0400
9325 [icu_le] A bit better scaling
9327 src/hb-icu-le.cc | 10 ++++++----
9328 1 file changed, 6 insertions(+), 4 deletions(-)
9330 commit fb502a22787f4110472771ef771619342e64577a
9331 Merge: b9408d2 9d9e72e
9332 Author: Behdad Esfahbod <behdad@behdad.org>
9333 Date: Thu May 23 15:54:52 2013 -0400
9335 Merge commit '9d9e72e94e7914f82ce62a304e7242f79c13edaf'
9337 commit b9408d24f3029f5287b17779235b1c750ff5158a
9338 Author: Behdad Esfahbod <behdad@behdad.org>
9339 Date: Thu May 23 15:43:02 2013 -0400
9341 [icu_le] Fix scaling
9345 src/hb-icu-le.cc | 2 ++
9346 src/hb-icu-le/PortableFontInstance.cpp | 23 +++++++++++++++--------
9347 src/hb-icu-le/PortableFontInstance.h | 9 ++++++++-
9348 3 files changed, 25 insertions(+), 9 deletions(-)
9350 commit 601526392dec5d8432f147c91658ba50ed6a4322
9351 Author: Behdad Esfahbod <behdad@behdad.org>
9352 Date: Tue May 21 17:22:13 2013 -0400
9354 Copy stdint.h boilerplate to ucdn
9356 src/hb-ucdn/ucdn.h | 24 +++++++++++++++++++++++-
9357 1 file changed, 23 insertions(+), 1 deletion(-)
9359 commit f1b02f4f3c0db9fbfa6747188429df828b000010
9360 Author: Behdad Esfahbod <behdad@behdad.org>
9361 Date: Mon May 20 09:23:58 2013 -0400
9367 2 files changed, 9 insertions(+), 1 deletion(-)
9369 commit d785fa0c45f7f25f5e5f352b933a5f6fa29be5c0
9370 Author: Behdad Esfahbod <behdad@behdad.org>
9371 Date: Mon May 20 09:18:52 2013 -0400
9375 src/hb-ot-shape.cc | 54
9376 ++++++++++++++++++++++++++++--------------------------
9377 1 file changed, 28 insertions(+), 26 deletions(-)
9379 commit 127daf15e0b2f509ebd29a104236c8b38884efb0
9380 Author: Behdad Esfahbod <behdad@behdad.org>
9381 Date: Mon May 20 09:11:35 2013 -0400
9383 Arabic mark width-zeroing regression
9385 Mozilla Bug 873902 - Display Arabic text with diacritics is bad
9386 https://bugzilla.mozilla.org/show_bug.cgi?id=873902
9388 src/hb-ot-shape-complex-arabic.cc | 2 +-
9389 src/hb-ot-shape-complex-default.cc | 2 +-
9390 src/hb-ot-shape-complex-myanmar.cc | 2 +-
9391 src/hb-ot-shape-complex-private.hh | 6 ++++--
9392 src/hb-ot-shape-complex-thai.cc | 2 +-
9393 src/hb-ot-shape.cc | 36
9394 ++++++++++++++++++++++++++++--------
9395 6 files changed, 36 insertions(+), 14 deletions(-)
9397 commit fa3d0a0ce60a9fcf2b7f906dec916463b1319eda
9398 Author: Behdad Esfahbod <behdad@behdad.org>
9399 Date: Tue May 14 15:30:55 2013 -0400
9401 Bug 64476 - Typo in hb_set_t.get_min()
9403 Fixes previous commit's test.
9405 src/hb-set-private.hh | 2 +-
9406 1 file changed, 1 insertion(+), 1 deletion(-)
9408 commit dfbd115e6c1a86a5f1b8d15200672f1e9410b5de
9409 Author: Behdad Esfahbod <behdad@behdad.org>
9410 Date: Tue May 14 15:30:17 2013 -0400
9412 [test] Add test for hb_set_get_min() bug
9416 Bug 64476 - Typo in hb_set_t.get_min()
9418 test/api/test-set.c | 4 ++++
9419 1 file changed, 4 insertions(+)
9421 commit 9d9e72e94e7914f82ce62a304e7242f79c13edaf
9422 Author: Behdad Esfahbod <behdad@behdad.org>
9423 Date: Fri May 3 18:10:10 2013 -0400
9425 [OTLayout] Use is_inplace() when flipping buffers
9427 src/hb-ot-layout.cc | 9 ++++++++-
9428 1 file changed, 8 insertions(+), 1 deletion(-)
9430 commit 45f3d980c9503bd94e64f6e3f67f97688347d00c
9431 Author: Behdad Esfahbod <behdad@behdad.org>
9432 Date: Fri May 3 17:49:44 2013 -0400
9434 [OTLayout] Merge / templateize apply_string()
9436 src/hb-ot-layout-gpos-table.hh | 25 ---------------
9437 src/hb-ot-layout-gsub-table.hh | 48 ----------------------------
9438 src/hb-ot-layout.cc | 72
9439 ++++++++++++++++++++++++++++++++++++++++--
9440 3 files changed, 69 insertions(+), 76 deletions(-)
9442 commit e015b8f2187d1102b9c34d1a63504e7b05ee20ee
9443 Author: Behdad Esfahbod <behdad@behdad.org>
9444 Date: Fri May 3 17:34:29 2013 -0400
9448 src/hb-ot-layout-gpos-table.hh | 5 +++++
9449 1 file changed, 5 insertions(+)
9451 commit 780cd930a974165d76dbf7a87701d11b7f15db06
9452 Author: Behdad Esfahbod <behdad@behdad.org>
9453 Date: Fri May 3 17:33:16 2013 -0400
9457 src/hb-ot-layout-gpos-table.hh | 2 +-
9458 src/hb-ot-layout-gsub-table.hh | 2 +-
9459 src/hb-ot-layout.cc | 4 ++--
9460 3 files changed, 4 insertions(+), 4 deletions(-)
9462 commit 2e0c44f4bedd3e24c731c0e9e23358e9a4891a35
9463 Author: Behdad Esfahbod <behdad@behdad.org>
9464 Date: Wed Apr 24 16:42:05 2013 -0400
9466 [OTLayout] Add is_inplace() method to GSUB
9468 src/hb-ot-layout-gpos-table.hh | 8 +-
9469 src/hb-ot-layout-gsub-table.hh | 58 ++++++++++++-
9470 src/hb-ot-layout-gsubgpos-private.hh | 158
9471 +++++++++++++++++++++++++++++++++++
9472 3 files changed, 222 insertions(+), 2 deletions(-)
9474 commit bac1dd6a0ff4d4fae4254506d38ae662b7e9dda7
9475 Author: Behdad Esfahbod <behdad@behdad.org>
9476 Date: Thu May 2 18:52:24 2013 -0400
9478 [OTLayout] Refactor a bit more
9480 src/hb-ot-layout-gsubgpos-private.hh | 10 +--
9481 src/hb-ot-layout-private.hh | 26 ++++----
9482 src/hb-ot-layout.cc | 100
9483 ++++++++++++++---------------
9484 src/hb-ot-map-private.hh | 7 +-
9485 src/hb-ot-shape-complex-arabic-fallback.hh | 7 +-
9486 src/hb-ot-shape-fallback.cc | 3 +-
9487 6 files changed, 78 insertions(+), 75 deletions(-)
9489 commit d2c96819de9a7428b65ef0adf794416224221f36
9490 Author: Behdad Esfahbod <behdad@behdad.org>
9491 Date: Thu May 2 18:18:24 2013 -0400
9495 src/hb-ot-layout.cc | 52
9496 ++++++++++++++++++++++++++++++++++++++++++++++++++++
9497 src/hb-ot-map.cc | 43 -------------------------------------------
9498 2 files changed, 52 insertions(+), 43 deletions(-)
9500 commit 45fd9424c723f115ca98995b8f8a25185a6fc71d
9501 Author: Behdad Esfahbod <behdad@behdad.org>
9502 Date: Thu May 2 18:06:51 2013 -0400
9504 [OTLayout] Add hb_ot_layout_lookup_accelerator_t
9506 src/hb-ot-layout-private.hh | 21 +++++++++++++++++--
9507 src/hb-ot-layout.cc | 33
9508 +++++++++++++++---------------
9509 src/hb-ot-shape-complex-arabic-fallback.hh | 10 +++++----
9510 3 files changed, 41 insertions(+), 23 deletions(-)
9512 commit 76ea563673d24ae1673a5aa3a21da6014479d433
9513 Author: Behdad Esfahbod <behdad@behdad.org>
9514 Date: Sat May 4 16:01:20 2013 -0400
9516 [OTLayout] Add note about collect_glyphs() and recursive lookups
9518 src/hb-ot-layout-gsubgpos-private.hh | 8 +++++++-
9519 1 file changed, 7 insertions(+), 1 deletion(-)
9521 commit a8bf0e91f18341e1e20f4e3341fc7dcdd0c990e1
9522 Author: Behdad Esfahbod <behdad@behdad.org>
9523 Date: Fri May 3 14:45:04 2013 -0400
9525 Add U+061C ARABIC LETTER MARK to Default_Ignorable
9527 src/hb-unicode-private.hh | 4 ++++
9528 1 file changed, 4 insertions(+)
9530 commit 5d59f999204aedfc433ab4989664d875f96b0364
9531 Author: Behdad Esfahbod <behdad@behdad.org>
9532 Date: Thu May 2 14:44:45 2013 -0400
9534 [OTLayout] Make MultipleSubst in-place for sequences of len=1
9536 src/hb-ot-layout-gsub-table.hh | 15 +++++++++++----
9537 1 file changed, 11 insertions(+), 4 deletions(-)
9539 commit 54f84a6b8571ac7aaaa66f3eff562d23d69d7552
9540 Author: Behdad Esfahbod <behdad@behdad.org>
9541 Date: Thu May 2 15:27:53 2013 -0400
9543 [OTLayout] Whitespace
9545 src/hb-ot-layout-gsub-table.hh | 56
9546 +++++++++++++++++++++---------------------
9547 1 file changed, 28 insertions(+), 28 deletions(-)
9549 commit 3276c354daaff3acabecff11f8e4b5c54d53fc25
9550 Author: Behdad Esfahbod <behdad@behdad.org>
9551 Date: Thu May 2 15:16:59 2013 -0400
9553 [OTLayout] Minor refactoring
9555 src/hb-ot-map-private.hh | 4 ++++
9556 src/hb-ot-map.cc | 46
9557 +++++++++++++++++++++++++---------------------
9558 2 files changed, 29 insertions(+), 21 deletions(-)
9560 commit ea86efa486a5076e9bf844239bccf86d67577f88
9561 Author: Behdad Esfahbod <behdad@behdad.org>
9562 Date: Thu May 2 14:41:39 2013 -0400
9566 src/hb-ot-map-private.hh | 6 +++---
9567 1 file changed, 3 insertions(+), 3 deletions(-)
9569 commit 8b63efb6f80b2e9b2de5ec6ab24d6e15826565cb
9570 Author: Behdad Esfahbod <behdad@behdad.org>
9571 Date: Thu May 2 14:29:32 2013 -0400
9575 src/hb-buffer-private.hh | 2 ++
9576 1 file changed, 2 insertions(+)
9578 commit 2265be0a620bc76ab65f12fedde67791beb51314
9579 Author: Behdad Esfahbod <behdad@behdad.org>
9580 Date: Thu May 2 14:25:09 2013 -0400
9584 src/hb-ot-map-private.hh | 17 ++++++++++-------
9585 src/hb-ot-map.cc | 2 ++
9586 src/hb-ot-shape-private.hh | 3 +--
9587 3 files changed, 13 insertions(+), 9 deletions(-)
9589 commit e6f19af08717a6a63ad0b5bf4bf368778edc63f0
9590 Author: Behdad Esfahbod <behdad@behdad.org>
9591 Date: Thu May 2 13:59:46 2013 -0400
9595 src/hb-set-private.hh | 16 +++++++++-------
9596 1 file changed, 9 insertions(+), 7 deletions(-)
9598 commit 6c15ddfe2b45383824b64058ae69939d002183a6
9599 Author: Behdad Esfahbod <behdad@behdad.org>
9600 Date: Tue Apr 30 11:34:00 2013 -0400
9602 Renamed DEBUG to something else
9604 Some infrastructures use DEBUG as a generic symbol.
9606 src/hb-buffer.cc | 6 +++---
9607 src/hb-private.hh | 4 ++--
9608 2 files changed, 5 insertions(+), 5 deletions(-)
9610 commit 00b93f6610f36d8d14ca65fb99864be6d5bdb1ea
9611 Author: Behdad Esfahbod <behdad@behdad.org>
9612 Date: Mon Apr 29 13:48:49 2013 -0400
9614 Fix icu linking by requesting the library searchpath from icu-config
9616 This is not ideal as we don't like -L/usr/lib in our linker line.
9617 But this is only relevant to environments that don't have pkgconfig
9620 https://github.com/behdad/harfbuzz/pull/2
9622 configure.ac | 4 ++--
9623 1 file changed, 2 insertions(+), 2 deletions(-)
9625 commit 03adf38b22a37216dffac50d075ea9c881f1a22d
9626 Author: Behdad Esfahbod <behdad@behdad.org>
9627 Date: Mon Apr 29 13:40:52 2013 -0400
9629 Make both old autoconf and new automake happy
9633 Bug 64039 - undefined macro AM_PROG_AR
9636 1 file changed, 1 insertion(+), 1 deletion(-)
9638 commit ed79dff517bacfc87279079d5d42d079c21a0373
9639 Author: Behdad Esfahbod <behdad@behdad.org>
9640 Date: Sun Apr 21 15:39:25 2013 -0400
9644 src/hb-ot-layout-gpos-table.hh | 5 -----
9645 1 file changed, 5 deletions(-)
9647 commit 893f57b32f01da3411b5596d59170bc340e9fa39
9648 Author: Behdad Esfahbod <behdad@behdad.org>
9649 Date: Sun Apr 21 15:21:49 2013 -0400
9653 src/hb-ot-map-private.hh | 10 +++++-----
9654 src/hb-ot-map.cc | 22 +++++++++++-----------
9655 2 files changed, 16 insertions(+), 16 deletions(-)
9657 commit 8ac3c9c0b6b8e76bce282825b9bb706c0c78c2a6
9658 Author: Behdad Esfahbod <behdad@behdad.org>
9659 Date: Sun Apr 21 15:19:38 2013 -0400
9661 Rename "pause" to "stage"
9663 The compile() function is starting to become illegible...
9665 src/hb-ot-map-private.hh | 24 ++++++++++++------------
9666 src/hb-ot-map.cc | 38 +++++++++++++++++++-------------------
9667 2 files changed, 31 insertions(+), 31 deletions(-)
9669 commit dd0641a432691f9b6186b081c38053858c8bc5c1
9670 Author: Behdad Esfahbod <behdad@behdad.org>
9671 Date: Sun Apr 21 15:13:57 2013 -0400
9675 src/hb-ot-map.cc | 5 +++--
9676 1 file changed, 3 insertions(+), 2 deletions(-)
9678 commit 06a44e859328f5f1e2f6034e711b474116d22e22
9679 Author: Behdad Esfahbod <behdad@behdad.org>
9680 Date: Sun Apr 21 15:13:08 2013 -0400
9682 Remove unneeded code
9684 We always push a pause at the end such that each lookup falls
9686 one pause_map_t. Now, only if I can find a better name for that...
9688 src/hb-ot-map-private.hh | 2 +-
9689 src/hb-ot-map.cc | 12 +-----------
9690 2 files changed, 2 insertions(+), 12 deletions(-)
9692 commit a408d2375aa2ad96b58e56aef18e5000daf2516b
9693 Author: Behdad Esfahbod <behdad@behdad.org>
9694 Date: Fri Apr 19 16:32:06 2013 -0400
9698 NEWS | 13 ++++++++++++-
9700 2 files changed, 13 insertions(+), 2 deletions(-)
9702 commit 8659c636087e433f56da458351e8b4d85fdb347c
9703 Author: Behdad Esfahbod <behdad@behdad.org>
9704 Date: Fri Apr 19 14:33:17 2013 -0400
9706 Hand-code bsearch in the hot inner loop.
9708 Saves another 3 / 4 percent with Amiri.
9710 src/hb-open-type-private.hh | 29 +++++++++++++++--------------
9711 1 file changed, 15 insertions(+), 14 deletions(-)
9713 commit 797d76d07f80d796a825d850772087104e5a2575
9714 Author: Behdad Esfahbod <behdad@behdad.org>
9715 Date: Thu Apr 18 19:04:12 2013 -0400
9719 src/hb-ot-layout-common-private.hh | 3 +--
9720 1 file changed, 1 insertion(+), 2 deletions(-)
9722 commit e4046080c5d785c8dbf9ec9e3478ab9acc83e479
9723 Author: Behdad Esfahbod <behdad@behdad.org>
9724 Date: Wed Apr 17 23:49:54 2013 -0400
9726 [util] Unbreak --show-text / --show-unicode
9728 util/shape-consumer.hh | 4 ++--
9729 1 file changed, 2 insertions(+), 2 deletions(-)
9731 commit 0dc3a4e0349d28f387a3b4c60a2f51962742738e
9732 Author: Behdad Esfahbod <behdad@behdad.org>
9733 Date: Wed Apr 17 23:04:03 2013 -0400
9735 Obssesive optimization
9737 Not measurable by any means, but conceptually this is faster since
9738 the mask matches more often than the digest.
9740 src/hb-ot-layout-gpos-table.hh | 4 ++--
9741 src/hb-ot-layout-gsub-table.hh | 8 ++++----
9742 2 files changed, 6 insertions(+), 6 deletions(-)
9744 commit f9a611026785a80baa4cbff31ad0847beb70ca9a
9745 Author: Behdad Esfahbod <behdad@behdad.org>
9746 Date: Wed Apr 17 19:01:49 2013 -0400
9748 Remove HB_DEBUG_SET_DIGESTS
9750 Wasn't correct with the new combiner. I should add it back somehow,
9751 but for now the digests seem to be working very well...
9753 src/hb-set-private.hh | 16 +---------------
9754 src/hb-set.cc | 14 --------------
9755 2 files changed, 1 insertion(+), 29 deletions(-)
9757 commit f7466ee76f2bd3812209426e2c39fe517227406d
9758 Author: Behdad Esfahbod <behdad@behdad.org>
9759 Date: Wed Apr 17 18:20:44 2013 -0400
9761 Remove hb_set_digest_common_bits_t
9765 src/hb-set-private.hh | 38 --------------------------------------
9766 1 file changed, 38 deletions(-)
9768 commit 0d5798a137b52d9be7ef88c79e59f9bf01d54f3b
9769 Author: Behdad Esfahbod <behdad@behdad.org>
9770 Date: Wed Apr 17 18:19:21 2013 -0400
9772 Improve hb_set_digest_t
9774 Make Amiri rendering faster a whopping 45% again! Speends up pretty
9775 much anything I tested.
9777 src/hb-set-private.hh | 28 +++++++++++++++++++++++-----
9778 1 file changed, 23 insertions(+), 5 deletions(-)
9780 commit c7851efcd3a1e5317ab4ea57535cb755bace0848
9781 Author: Behdad Esfahbod <behdad@behdad.org>
9782 Date: Wed Apr 17 17:45:39 2013 -0400
9784 Templatize hb_set_digest_lowest_bits_t filter
9786 src/hb-set-private.hh | 21 +++++++++++++++++----
9787 1 file changed, 17 insertions(+), 4 deletions(-)
9789 commit 0edd0fd255790471118fae1fd7a1309a2b77cf62
9790 Author: Behdad Esfahbod <behdad@behdad.org>
9791 Date: Wed Apr 17 17:26:56 2013 -0400
9795 src/hb-set-private.hh | 8 ++++++++
9796 1 file changed, 8 insertions(+)
9798 commit b40f2c0372acbc51b13be5cda7dd013e74e3e11a
9799 Author: Behdad Esfahbod <behdad@behdad.org>
9800 Date: Tue Apr 16 23:21:38 2013 -0400
9802 Add hb_set_digest_combiner_t
9804 src/hb-set-private.hh | 33 ++++++++++++++++++++-------------
9805 1 file changed, 20 insertions(+), 13 deletions(-)
9807 commit 02e5e583688999c4dc04f11b3924da65f99af7e3
9808 Author: Behdad Esfahbod <behdad@behdad.org>
9809 Date: Tue Apr 16 23:13:10 2013 -0400
9811 Speed up Speed up hb_set_digest_common_bits_t calcs
9813 Correctly this time.
9815 src/hb-set-private.hh | 8 +++++---
9816 1 file changed, 5 insertions(+), 3 deletions(-)
9818 commit 893991fc9d2d3a57c4c148f3a9c3b98263cf3aed
9819 Author: Behdad Esfahbod <behdad@behdad.org>
9820 Date: Tue Apr 16 21:50:33 2013 -0400
9822 Initialize set digests
9824 We were not initializing the digests properly and as a result
9826 being initialized to zero, making digest1 to never do any useful work.
9828 Speeds up Amiri shaping significantly.
9830 src/hb-ot-layout.cc | 6 ++++++
9831 src/hb-ot-shape-complex-arabic-fallback.hh | 4 +++-
9832 2 files changed, 9 insertions(+), 1 deletion(-)
9834 commit 4d2813d3e980c8e6150caafa604a78cc44bf62a2
9835 Author: Behdad Esfahbod <behdad@behdad.org>
9836 Date: Tue Apr 16 21:57:21 2013 -0400
9838 Print set-digest hit ratio with HB_DEBUG_SET_DIGESTS
9840 src/hb-set-private.hh | 13 +++++++++++++
9841 src/hb-set.cc | 13 +++++++++++++
9842 2 files changed, 26 insertions(+)
9844 commit 1357c2dd120d005ceecfa83ed328d05dc634d7bc
9845 Author: Behdad Esfahbod <behdad@behdad.org>
9846 Date: Tue Apr 16 21:47:40 2013 -0400
9848 Revert "Speed up hb_set_digest_common_bits_t calcs"
9850 This reverts commit 3d1b66a35e1ab3be19335705f310b278d76d66d2.
9852 The calculations were buggy. It's not worth optimizing right now.
9854 src/hb-set-private.hh | 6 +++---
9855 1 file changed, 3 insertions(+), 3 deletions(-)
9857 commit 2b712bba3f7c459653737dfa2f7d26f17f3b9f64
9858 Author: Behdad Esfahbod <behdad@behdad.org>
9859 Date: Tue Apr 16 16:11:09 2013 -0400
9861 Fix typo in unused macro
9863 src/hb-private.hh | 2 +-
9864 1 file changed, 1 insertion(+), 1 deletion(-)
9866 commit 50067e280f381918b8e90b26df9e7bf20f98f0bd
9867 Author: Behdad Esfahbod <behdad@behdad.org>
9868 Date: Thu Apr 11 16:31:01 2013 -0400
9870 [util] Add --num-iterations
9872 Useful for profiling shapers.
9874 util/options.cc | 1 +
9875 util/options.hh | 2 ++
9876 util/shape-consumer.hh | 15 +++++++++------
9877 3 files changed, 12 insertions(+), 6 deletions(-)
9879 commit 08677c250767bfc2c0dd1fc934dea92984741291
9880 Author: Behdad Esfahbod <behdad@behdad.org>
9881 Date: Thu Apr 11 14:45:58 2013 -0400
9883 [old] Speed up Unicode properties access in hb-old shaper
9885 Just to be sure it's not punishing the old shaper performance
9886 numbers. Doesn't seem to have a measurable effect.
9888 src/hb-old/harfbuzz-arabic.c | 44
9889 +++++++++++++++++++++---------------------
9890 src/hb-old/harfbuzz-external.h | 18 ++++++++---------
9891 src/hb-old/harfbuzz-greek.c | 2 +-
9892 src/hb-old/harfbuzz-hebrew.c | 2 +-
9893 src/hb-old/harfbuzz-indic.cpp | 10 +++++-----
9894 src/hb-old/harfbuzz-shaper.cpp | 6 ++++--
9895 src/hb-old/harfbuzz-shaper.h | 1 +
9896 7 files changed, 43 insertions(+), 40 deletions(-)
9898 commit 36a661c0a03d958b95c9ea64a435b55bcd99c3d6
9899 Author: Behdad Esfahbod <behdad@behdad.org>
9900 Date: Thu Apr 11 13:38:37 2013 -0400
9904 git.mk | 33 ++++++++++++++++++++-------------
9905 1 file changed, 20 insertions(+), 13 deletions(-)
9907 commit ef9e02eddfc9a37d50723e96839635d79191d849
9908 Author: Behdad Esfahbod <behdad@behdad.org>
9909 Date: Tue Apr 9 14:06:54 2013 -0400
9914 1 file changed, 1 insertion(+)
9916 commit 22e47456154ca0b8173268486e56ef3a0e1e7150
9917 Author: Behdad Esfahbod <behdad@behdad.org>
9918 Date: Fri Apr 5 18:02:43 2013 -0400
9922 NEWS | 10 ++++++++++
9924 2 files changed, 11 insertions(+), 1 deletion(-)
9926 commit 4d4fc920496c95621d5bb4800282ea8c028cdde3
9927 Author: Behdad Esfahbod <behdad@behdad.org>
9928 Date: Fri Apr 5 17:58:25 2013 -0400
9930 [git.mk] Ignore ar-lib
9933 1 file changed, 1 insertion(+)
9935 commit 587e5753e088b4d0b82c74ddbde790a8369a7517
9936 Author: Behdad Esfahbod <behdad@behdad.org>
9937 Date: Fri Apr 5 12:38:58 2013 -0400
9939 Add note re Hangul shaping
9941 src/hb-ot-shape-complex-private.hh | 14 ++++++++++++++
9942 1 file changed, 14 insertions(+)
9944 commit 269de14dda7a86a20917fa9ea6a5864929c41364
9945 Author: Behdad Esfahbod <behdad@behdad.org>
9946 Date: Thu Apr 4 23:06:54 2013 -0400
9948 Don't compose Hangul jamo
9950 See thread "an issue regarding discrepancy between Korean and Unicode
9951 standards" on the mailing list for the rationale. In short: Uniscribe
9952 doesn't, so fonts are designed to work without it.
9954 src/hb-ot-shape-complex-default.cc | 6 ------
9955 src/hb-ot-shape-normalize-private.hh | 1 -
9956 src/hb-ot-shape-normalize.cc | 11 +++++------
9957 3 files changed, 5 insertions(+), 13 deletions(-)
9959 commit 1f970609850bb4999b94e1e11b764ab4279cbd38
9960 Author: Behdad Esfahbod <behdad@behdad.org>
9961 Date: Thu Apr 4 15:02:03 2013 -0400
9963 Put back MemoryBarrier fallback implementation on MINGW32
9965 This almost reverts 2761e8a632c14353f286708898be8df6ebad7407,
9966 but only if under MINGW32, so it doesn't affect MSVC.
9968 src/hb-atomic-private.hh | 8 ++++++++
9969 1 file changed, 8 insertions(+)
9971 commit f368ba4a9edec4e297616698097546e8e6c89e53
9972 Author: Behdad Esfahbod <behdad@behdad.org>
9973 Date: Thu Apr 4 14:25:36 2013 -0400
9975 [Arabic] Zero marks by GDEF, not Unicode category
9977 Testing shows that this is closer to what Uniscribe does.
9979 Reported by Khaled Hosny:
9982 commit 568000274c8edb5f41bc4f876ce21fcc8bdaeed8
9984 This commit is causing a regression with Amiri, the string
9986 Uniscribe and HarfBuzz before this commit, gives:
9988 [uni0630.fina=3+965|uni0670.medi=0+600|uni064E=0@-256,0+0|uni0647.init=0+926]
9992 [uni0630.fina=3+965|uni0670.medi=0+0|uni064E=0@-256,0+0|uni0647.init=0+926]
9994 i.e. uni0670.medi is zeroed though it has a base glyph GDEF class.
9997 The test case is U+0647,U+064E,U+0670,U+0630 with Amiri.
9999 src/hb-ot-shape-complex-arabic.cc | 2 +-
10000 1 file changed, 1 insertion(+), 1 deletion(-)
10002 commit 3b80674c50b8c3133848a4034f7106b2b9bfe224
10003 Author: Behdad Esfahbod <behdad@behdad.org>
10004 Date: Thu Apr 4 12:06:46 2013 -0400
10006 Bug 63107 - FTBFS on ppc64: symbols marked with 'D' on powerpc64
10009 src/check-symbols.sh | 2 +-
10010 1 file changed, 1 insertion(+), 1 deletion(-)
10012 commit 7148dc1a978610af25b4f490691a62d709c8c463
10013 Author: Behdad Esfahbod <behdad@behdad.org>
10014 Date: Tue Apr 2 14:08:53 2013 -0400
10016 [graphite2] Don't crash if language is not set
10018 https://bugs.webkit.org/show_bug.cgi?id=113796
10020 src/hb-graphite2.cc | 2 +-
10021 1 file changed, 1 insertion(+), 1 deletion(-)
10023 commit a88a62f70f87563725d47b9b6824565e5d6b78ab
10024 Author: Behdad Esfahbod <behdad@behdad.org>
10025 Date: Thu Mar 21 21:02:16 2013 -0400
10029 src/hb-ot-shape-normalize.cc | 4 +---
10030 1 file changed, 1 insertion(+), 3 deletions(-)
10032 commit 0a2b2a505b647f6b4802750c87cd9c5f0baaadef
10033 Author: Behdad Esfahbod <behdad@behdad.org>
10034 Date: Thu Mar 21 16:26:39 2013 -0400
10036 Remove gthread leftovers
10038 We don't use gthread anymore, remove leftovers.
10040 configure.ac | 6 ------
10041 test/api/Makefile.am | 4 ++--
10042 test/api/hb-test.h | 3 ---
10043 3 files changed, 2 insertions(+), 11 deletions(-)
10045 commit b93de1ea085bfc0661ce3ad0e21fb5eba722c951
10046 Author: Behdad Esfahbod <behdad@behdad.org>
10047 Date: Thu Mar 21 16:25:20 2013 -0400
10051 configure.ac | 16 ++++++++--------
10052 1 file changed, 8 insertions(+), 8 deletions(-)
10054 commit f872a17462a75a3493623747bf3a3fbe54556c7b
10055 Author: Behdad Esfahbod <behdad@behdad.org>
10056 Date: Thu Mar 21 13:38:06 2013 -0400
10060 NEWS | 14 ++++++++++++++
10061 configure.ac | 2 +-
10062 2 files changed, 15 insertions(+), 1 deletion(-)
10064 commit cc50bf5b13bfe88137fa7a42782872c40fb9aefb
10065 Author: Behdad Esfahbod <behdad@behdad.org>
10066 Date: Tue Mar 19 06:59:40 2013 -0400
10068 Remove Hangul filler characters from Default_Ignorable chars
10070 See discussion on mailing list.
10072 src/hb-unicode-private.hh |
10074 .../texts/in-tree/shaper-default/script-hangul/misc/misc.txt | 1 +
10075 2 files changed, 8 insertions(+), 3 deletions(-)
10077 commit a8cf7b43fa795150ae3d42d64424bb6e0373d0b2
10078 Author: Behdad Esfahbod <behdad@behdad.org>
10079 Date: Tue Mar 19 05:53:26 2013 -0400
10081 [Indic] Futher adjust ZWJ handling in Indic-like shapers
10083 After the Ngapi hackfest work, we were assuming that fonts
10084 won't use presentation features to choose specific forms
10085 (eg. conjuncts). As such, we were using auto-joiner behavior
10086 for such features. It proved to be troublesome as many fonts
10087 used presentation forms ('pres') for example to form conjuncts,
10088 which need to be disabled when a ZWJ is inserted.
10092 U+0D2F,U+200D,U+0D4D,U+0D2F with kartika.ttf
10093 U+0995,U+09CD,U+200D,U+09B7 with vrinda.ttf
10095 What we do now is to never do magic to ZWJ during GSUB's main input
10096 match for Indic-style shapers. Note that backtrack/lookahead
10098 matched liberally, as is GPOS. This seems to be an acceptable
10101 As to the bug that initially started this work, that one needs to
10102 be fixed differently:
10104 Bug 58714 - Kannada u+0cb0 u+200d u+0ccd u+0c95 u+0cbe does not
10105 provide same results as Windows8
10106 https://bugs.freedesktop.org/show_bug.cgi?id=58714
10110 BENGALI: 353689 out of 354188 tests passed. 499 failed (0.140886%)
10111 DEVANAGARI: 707305 out of 707394 tests passed. 89 failed (0.0125814%)
10112 GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
10113 GURMUKHI: 60706 out of 60747 tests passed. 41 failed (0.067493%)
10114 KANNADA: 951030 out of 951913 tests passed. 883 failed (0.0927606%)
10115 KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
10116 LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
10117 MALAYALAM: 1048102 out of 1048334 tests passed. 232 failed
10119 ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
10120 SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
10121 TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
10122 TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
10123 TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
10125 src/hb-ot-layout-gsubgpos-private.hh | 30
10126 ++++++++--------------
10127 src/hb-ot-layout-private.hh | 4 +--
10128 src/hb-ot-layout.cc | 8 +++---
10129 src/hb-ot-map-private.hh | 8 +++---
10130 src/hb-ot-map.cc | 18 ++++++-------
10131 src/hb-ot-shape-complex-arabic-fallback.hh | 2 +-
10132 src/hb-ot-shape-complex-indic.cc | 30
10133 +++++++++++-----------
10134 src/hb-ot-shape-complex-myanmar.cc | 4 +--
10135 src/hb-ot-shape-complex-sea.cc | 4 +--
10136 src/hb-ot-shape-fallback.cc | 2 +-
10137 .../indic/script-bengali/misc/misc.txt | 1 +
10138 .../indic/script-malayalam/misc/misc.txt | 1 +
10139 12 files changed, 53 insertions(+), 59 deletions(-)
10141 commit 8226fb56f131362db877dc4be6857c684b8fd022
10142 Author: Behdad Esfahbod <behdad@behdad.org>
10143 Date: Tue Mar 19 05:22:27 2013 -0400
10145 Allow disabling ICU by using a fake icu-config script
10147 configure.ac | 4 ++--
10148 1 file changed, 2 insertions(+), 2 deletions(-)
10150 commit a1f3e8ccbfad0d1148b905ae008ba63a26090cb9
10151 Author: Behdad Esfahbod <behdad@behdad.org>
10152 Date: Mon Mar 11 20:18:49 2013 -0400
10154 [travis] Install libicu
10156 .travis.yml | 5 +++--
10157 1 file changed, 3 insertions(+), 2 deletions(-)
10159 commit 14cfab52daa8d22b843110f32ca09af5bbc855a6
10160 Author: Behdad Esfahbod <behdad@behdad.org>
10161 Date: Mon Mar 11 19:53:44 2013 -0400
10163 Add build system fallback to icu-config
10165 Ubuntu doesn't (or didn't until recently?) ship icu pkg-config
10166 files. That's quite unfortunate. Work around it.
10168 Bug 57608 - ICU Detection fallback for non-pkgconfig systems
10170 configure.ac | 37 +++++++++++++++++++++++++++++++++++++
10171 1 file changed, 37 insertions(+)
10173 commit 190e19e6842875c7a487c66235300ee6b42fb5da
10174 Author: Behdad Esfahbod <behdad@behdad.org>
10175 Date: Sat Mar 9 20:30:22 2013 -0500
10177 [ft] Remove TODO items that I'm not going to fix
10179 src/hb-ft.cc | 7 +------
10180 1 file changed, 1 insertion(+), 6 deletions(-)
10182 commit 392ee97431b368ee74e1b521fd539b69d2efadfb
10183 Author: Behdad Esfahbod <behdad@behdad.org>
10184 Date: Sat Mar 9 20:27:55 2013 -0500
10186 [ft] Remove TODO item re FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH
10188 That flag is redundant, deprecated, and ignored since April 2011.
10189 From FreeType git log:
10191 commit 8c82ec5b17d0cfc9b0876a2d848acc207a62a25a
10192 Author: Behdad Esfahbod <behdad@behdad.org>
10193 Date: Thu Apr 21 08:21:37 2011 +0200
10195 Always ignore global advance.
10197 This makes FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH redundant,
10198 deprecated, and ignored. The new behavior is what every
10200 of FreeType has been requesting. Global advance is broken in many
10201 CJK fonts. Just ignoring it by default makes most sense.
10203 * src/truetype/ttdriver.c (tt_get_advances),
10204 src/truetype/ttgload.c (TT_Get_HMetrics, TT_Get_VMetrics,
10205 tt_get_metrics, compute_glyph_metrics, TT_Load_Glyph),
10206 src/truetype/ttgload.h: Implement it.
10208 * docs/CHANGES: Updated.
10210 src/hb-ft.cc | 2 --
10211 1 file changed, 2 deletions(-)
10213 commit c5d91f39802078fc6f6de71940739ec4d04eca07
10214 Author: Behdad Esfahbod <behdad@behdad.org>
10215 Date: Sat Mar 9 04:34:21 2013 -0500
10217 Add hb_auto_array_t
10219 src/hb-private.hh | 8 ++++++++
10220 1 file changed, 8 insertions(+)
10222 commit ee5464d17fa4c59f5adaaa13dde70dd5264dbc64
10223 Author: Behdad Esfahbod <behdad@behdad.org>
10224 Date: Sat Mar 9 01:59:30 2013 -0500
10226 [OTLayout] Move code around
10228 src/hb-ot-layout-gpos-table.hh | 33 ++++++------
10229 src/hb-ot-layout-gsub-table.hh | 115
10230 +++++++++++++++++++++--------------------
10231 2 files changed, 75 insertions(+), 73 deletions(-)
10233 commit 9c5a9ee967120c8a968a1160c420e03620d46c24
10234 Author: Behdad Esfahbod <behdad@behdad.org>
10235 Date: Sat Mar 9 01:55:04 2013 -0500
10237 [OTLayout] Rename process() to dispatch()
10239 src/hb-open-type-private.hh | 2 +-
10240 src/hb-ot-layout-gpos-table.hh | 80
10241 ++++++++++++++++++------------------
10242 src/hb-ot-layout-gsub-table.hh | 78
10243 +++++++++++++++++------------------
10244 src/hb-ot-layout-gsubgpos-private.hh | 36 ++++++++--------
10245 4 files changed, 98 insertions(+), 98 deletions(-)
10247 commit 2761e8a632c14353f286708898be8df6ebad7407
10248 Author: Behdad Esfahbod <behdad@behdad.org>
10249 Date: Thu Mar 7 20:51:30 2013 -0500
10251 [win32] Remove MemoryBarrier() fallback implementation
10253 I added these because the older mingw32 toolchain didn't have
10254 MemoryBarrier(). The newer mingw-w64 toolchain however has.
10255 As reported by John Emmas this was causing build failure with
10256 MSVC (on glib) because of inline issues. But that reminded me
10257 that we may be taking this path even if the system implements
10258 MemoryBarrier as a function, which is a waste. So, just remove
10261 src/hb-atomic-private.hh | 14 +-------------
10262 1 file changed, 1 insertion(+), 13 deletions(-)
10264 commit ea11abfc5de8bc5cf651b37c9570593eed6a8f9b
10265 Author: Behdad Esfahbod <behdad@behdad.org>
10266 Date: Wed Mar 6 20:21:11 2013 -0500
10268 [build] Port to newer automake recommended syntax
10270 test/api/Makefile.am | 4 ++--
10271 1 file changed, 2 insertions(+), 2 deletions(-)
10273 commit c39def9bc71559d59325a2c3282c1cec4286b2ae
10274 Author: Behdad Esfahbod <behdad@behdad.org>
10275 Date: Wed Mar 6 20:20:45 2013 -0500
10277 Move valgrind suppressions to the correct directory
10279 test/.valgrind-suppressions | 0
10280 test/api/.valgrind-suppressions | 0
10281 2 files changed, 0 insertions(+), 0 deletions(-)
10283 commit a8ac1d33c731f6200ee472ab6c37a80b72770564
10284 Author: Behdad Esfahbod <behdad@behdad.org>
10285 Date: Wed Mar 6 20:05:34 2013 -0500
10287 [build] Add AM_PROG_AR
10289 Newer automake / libtools warns otherwise.
10292 1 file changed, 1 insertion(+)
10294 commit 5594c2d112c295147ee69215a2ce9dfd99984aa0
10295 Author: Behdad Esfahbod <behdad@behdad.org>
10296 Date: Wed Mar 6 19:37:31 2013 -0500
10298 [FT] Just return if glyph name not found
10300 The fallback happens in higher level already. No need to do here.
10302 src/hb-ft.cc | 4 ++--
10303 1 file changed, 2 insertions(+), 2 deletions(-)
10305 commit fb7c182bf92142540bff1ad7fb82de0d115fb2b5
10306 Author: Behdad Esfahbod <behdad@behdad.org>
10307 Date: Wed Mar 6 00:53:24 2013 -0500
10311 src/hb-ot-shape-complex-indic.cc | 2 +-
10312 1 file changed, 1 insertion(+), 1 deletion(-)
10314 commit 8144936d072f94104242edf9e7aaa31d315b4094
10315 Author: Behdad Esfahbod <behdad@behdad.org>
10316 Date: Tue Mar 5 20:08:59 2013 -0500
10318 [Indic] Work around fonts with broken new-spec tables
10320 See comments, and this thread:
10322 http://lists.freedesktop.org/archives/harfbuzz/2013-March/002990.html
10324 Originally reported here:
10326 https://code.google.com/p/chromium/issues/detail?id=96143
10328 Doesn't change test suite numbers.
10330 src/hb-ot-shape-complex-indic.cc | 42
10331 +++++++++++++++++++++++++++-------------
10332 1 file changed, 29 insertions(+), 13 deletions(-)
10334 commit dfb799f57572e8123035a42a30f93c7fc4d37692
10335 Author: Behdad Esfahbod <behdad@behdad.org>
10336 Date: Tue Mar 5 17:23:33 2013 -0500
10338 [travis] Oops. Run make check, not make test!
10341 1 file changed, 1 insertion(+), 1 deletion(-)
10343 commit 8bdce1cac1be9e79344c1f9a9811d98ed2e5c5fd
10344 Author: Behdad Esfahbod <behdad@behdad.org>
10345 Date: Tue Mar 5 02:35:31 2013 -0500
10347 Run autogen.sh, not configure, in travis-ci
10350 1 file changed, 1 insertion(+)
10352 commit 5f705b437cb116275a8c20366e694d740bce715c
10353 Author: Behdad Esfahbod <behdad@behdad.org>
10354 Date: Tue Mar 5 01:37:44 2013 -0500
10356 Add .travis.yml for continuous building with travis-ci.org
10358 Notifications sent to IRC channel and mailing list.
10360 .travis.yml | 12 ++++++++++++
10361 1 file changed, 12 insertions(+)
10363 commit cd54d505d1a2467a67e5ff96fe0eb101b953b265
10364 Author: Behdad Esfahbod <behdad@behdad.org>
10365 Date: Mon Mar 4 21:29:38 2013 -0500
10369 src/Makefile.am | 2 ++
10370 1 file changed, 2 insertions(+)
10372 commit 22c625a490bbaac52ead2cd29ee49b170e6e9845
10373 Author: Behdad Esfahbod <behdad@behdad.org>
10374 Date: Mon Mar 4 20:56:15 2013 -0500
10376 [git.mk] Update to commit efc928222179576270c5910416d8055dd7a97896
10378 Move reusable list of files into variable definitions modules can
10381 Makefile.am | 22 ++++------------------
10383 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
10384 2 files changed, 60 insertions(+), 21 deletions(-)
10386 commit 66f7b3509a121b8f3289ad4c4aed2b5b10a6de2e
10387 Author: Behdad Esfahbod <behdad@behdad.org>
10388 Date: Mon Mar 4 18:52:12 2013 -0500
10390 Add libtool m4 macros to MAINTAINERCLEANFILES
10392 Makefile.am | 5 +++++
10393 1 file changed, 5 insertions(+)
10395 commit 41732f1fe3ce856d8bb95850635034537b6ba047
10396 Author: Behdad Esfahbod <behdad@behdad.org>
10397 Date: Wed Feb 27 20:40:54 2013 -0500
10399 [Indic] Help compiler put indic_features table in .rodata
10401 The overridden "or" operator was preventing the flag expression from
10402 being const, and putting the table in .data instead or .rodata.
10404 src/hb-ot-map-private.hh | 2 ++
10405 src/hb-ot-shape-complex-indic.cc | 24 ++++++++++++------------
10406 2 files changed, 14 insertions(+), 12 deletions(-)
10408 commit 778d7f844cb330289830c95431269db06ba1c969
10409 Author: Behdad Esfahbod <behdad@behdad.org>
10410 Date: Wed Feb 27 18:47:26 2013 -0500
10412 [buffer] Better parse glyph names
10414 src/hb-buffer-deserialize-json.rl | 9 ++++++---
10415 src/hb-buffer-deserialize-text.rl | 5 ++++-
10416 2 files changed, 10 insertions(+), 4 deletions(-)
10418 commit 20b817ac21147e0a8edbf23ef071c2f4ce6c2b95
10419 Author: Behdad Esfahbod <behdad@behdad.org>
10420 Date: Wed Feb 27 18:39:37 2013 -0500
10422 [buffer] Implement buffer deserialization for format=json
10424 Using a ragel machine.
10426 src/Makefile.am | 2 +
10427 src/hb-buffer-deserialize-json.rl | 129
10428 ++++++++++++++++++++++++++++++++++++++
10429 src/hb-buffer-deserialize-text.rl | 52 +--------------
10430 src/hb-buffer-serialize.cc | 45 +++++++++++--
10431 src/hb-private.hh | 6 +-
10432 src/hb-shape.cc | 2 -
10433 src/test-buffer-serialize.cc | 4 +-
10434 7 files changed, 179 insertions(+), 61 deletions(-)
10436 commit 847794e929831750e97525137ab5e285ccd1064e
10437 Author: Behdad Esfahbod <behdad@behdad.org>
10438 Date: Wed Feb 27 17:59:28 2013 -0500
10440 [buffer] Implement buffer deserialization for format=text
10442 Using a ragel machine.
10444 src/Makefile.am | 2 +
10445 src/hb-buffer-deserialize-text.rl | 169
10446 ++++++++++++++++++++++++++++++++++++++
10447 src/hb-buffer-private.hh | 3 +-
10448 src/hb-buffer-serialize.cc | 36 +++-----
10449 src/hb-buffer.cc | 13 ++-
10450 src/hb-buffer.h | 2 +-
10451 src/hb-private.hh | 5 +-
10452 src/hb-shape.cc | 9 +-
10453 src/test-buffer-serialize.cc | 16 +++-
10454 9 files changed, 221 insertions(+), 34 deletions(-)
10456 commit 4ee803b42a3baae4b0f295a07cb7ad591a538e4c
10457 Author: Behdad Esfahbod <behdad@behdad.org>
10458 Date: Wed Feb 27 16:09:55 2013 -0500
10460 [buffer] Fix serializing of buffer with invalid direction
10462 src/hb-buffer-serialize.cc | 2 +-
10463 1 file changed, 1 insertion(+), 1 deletion(-)
10465 commit e54dd26300f50eb19907a9d39269a363279b3e07
10466 Author: Behdad Esfahbod <behdad@behdad.org>
10467 Date: Wed Feb 27 13:01:02 2013 -0500
10469 [buffer] Start implementing buffer deserialization
10471 src/Makefile.am | 12 ++++-
10472 src/hb-buffer-serialize.cc | 64 ++++++++++++++++++++++--
10473 src/hb-buffer.h | 2 +-
10474 src/test-buffer-serialize.cc | 114
10475 +++++++++++++++++++++++++++++++++++++++++++
10476 4 files changed, 187 insertions(+), 5 deletions(-)
10478 commit bcc8f32b4c46cd73f591924c64a6f63df6eaf9e7
10479 Author: Behdad Esfahbod <behdad@behdad.org>
10480 Date: Wed Feb 27 12:02:42 2013 -0500
10484 src/hb-buffer-serialize.cc | 10 +++++++---
10485 src/hb-buffer.h | 4 ++--
10486 2 files changed, 9 insertions(+), 5 deletions(-)
10488 commit d3e14aafff60e1314d0ef66e42cdde6bf949bb66
10489 Author: Behdad Esfahbod <behdad@behdad.org>
10490 Date: Wed Feb 27 11:06:36 2013 -0500
10492 [buffer] Move buffer serialization code to a new file
10495 src/Makefile.am | 1 +
10496 src/hb-buffer-serialize.cc | 251
10497 +++++++++++++++++++++++++++++++++++++++++++++
10498 src/hb-buffer.cc | 228 ----------------------------------------
10499 4 files changed, 253 insertions(+), 228 deletions(-)
10501 commit 8da51112696ec8641d7dd9184b7ab1dd48458813
10502 Author: Behdad Esfahbod <behdad@behdad.org>
10503 Date: Wed Feb 27 17:48:31 2013 -0500
10507 src/hb-shape.cc | 2 ++
10508 1 file changed, 2 insertions(+)
10510 commit 94789fd6012125acc8426dd88df97f03b0948ea5
10511 Author: Behdad Esfahbod <behdad@behdad.org>
10512 Date: Tue Feb 26 21:22:37 2013 -0500
10514 [Indic] Sort pre-base reordering consonants with post-forms
10516 Before, we were marking them as below-form for initial reordering.
10517 However, there is a rule that says "post consonants should follow
10518 below consonsnts" for base determination purposes. Malayalam has
10519 port-form YA/VA, and RA is pre-base. As such, for a sequence like
10520 YA,Virama,YA,Virama,RA, the correct base is at index 0. But
10521 because the code was seeing RA as a below-base, it was stopping at
10522 the second YA as base, instead of jumping it as a post-base.
10524 By treating prebase-reordering consonants like post-forms, this
10527 MALAYALAM went down from 351 to 265. Other numbers didn't change:
10529 BENGALI: 353686 out of 354188 tests passed. 502 failed (0.141733%)
10530 DEVANAGARI: 707305 out of 707394 tests passed. 89 failed (0.0125814%)
10531 GUJARATI: 366262 out of 366457 tests passed. 195 failed (0.0532122%)
10532 GURMUKHI: 60706 out of 60747 tests passed. 41 failed (0.067493%)
10533 KANNADA: 950680 out of 951913 tests passed. 1233 failed (0.129529%)
10534 KHMER: 299074 out of 299124 tests passed. 50 failed (0.0167155%)
10535 LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
10536 MALAYALAM: 1048069 out of 1048334 tests passed. 265 failed
10538 ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
10539 SINHALA: 271539 out of 271847 tests passed. 308 failed (0.113299%)
10540 TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
10541 TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
10542 TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
10544 src/hb-ot-shape-complex-indic.cc | 2 +-
10545 1 file changed, 1 insertion(+), 1 deletion(-)
10547 commit 6d69a2cec158061ef097c488d08813c9503824b8
10548 Author: Behdad Esfahbod <behdad@behdad.org>
10549 Date: Tue Feb 26 19:35:50 2013 -0500
10551 [tests] Add Malayalam tests frim cibu
10553 .../indic/script-malayalam/misc/MANIFEST | 1 +
10554 .../indic/script-malayalam/misc/cibu.txt | 188
10555 +++++++++++++++++++++
10556 2 files changed, 189 insertions(+)
10558 commit 1edc6b97b67363d55cfb5914c991ae54d42a6440
10559 Author: Behdad Esfahbod <behdad@behdad.org>
10560 Date: Tue Feb 26 15:01:45 2013 -0500
10565 1 file changed, 3 insertions(+)
10567 commit 05d5d3cd63ba2fadfdb62190dd24ef80ee3df40c
10568 Author: Behdad Esfahbod <behdad@behdad.org>
10569 Date: Mon Feb 25 23:57:51 2013 -0500
10571 Fix "comparison between signed and unsigned" warnings
10573 Patch from Jonathan Kew.
10575 src/hb-open-type-private.hh | 2 +-
10576 1 file changed, 1 insertion(+), 1 deletion(-)
10578 commit 07a52b62115f10caea5c2d174a4272eb9ddb2284
10579 Author: Behdad Esfahbod <behdad@behdad.org>
10580 Date: Mon Feb 25 19:09:57 2013 -0500
10582 Give up sanitizing after 100 edit requests
10584 Such fonts are *definitely* really broken. Give up.
10585 Limits time spent in sanitize for extremely / deliberately broken
10586 fonts. For example, two fonts with these md5sum / names:
10588 9343f0a1b8c84b8123e7d201cae62ffd.ttf
10589 eb8c978547f09d368fc204194fb34688.ttf
10591 were spending over a second in sanitize! Not anymore.
10593 src/hb-open-type-private.hh | 7 +++++++
10594 1 file changed, 7 insertions(+)
10596 commit 29ff25481584e20a2fa39195f295c8eb4bf3bad0
10597 Author: Behdad Esfahbod <behdad@behdad.org>
10598 Date: Mon Feb 25 19:04:56 2013 -0500
10600 Add HB_DEBUG_VERBOSE
10602 Only affects the verbosity of function name printing right now.
10604 src/hb-private.hh | 6 +++++-
10605 1 file changed, 5 insertions(+), 1 deletion(-)
10607 commit 05686b5f697ed40dd21b330d044c3c286461fb26
10608 Author: Behdad Esfahbod <behdad@behdad.org>
10609 Date: Mon Feb 25 18:19:20 2013 -0500
10613 NEWS | 29 +++++++++++++++++++++++++++++
10614 configure.ac | 2 +-
10615 2 files changed, 30 insertions(+), 1 deletion(-)
10617 commit 9e5ac7b8c02c86a4f28c79173a5237503eaa7115
10618 Author: Behdad Esfahbod <behdad@behdad.org>
10619 Date: Mon Feb 25 17:54:10 2013 -0500
10621 Fix blob test to match c3ba49b6fa1865e8318926eaa6c0f2063d1053bb
10623 test/api/test-blob.c | 57
10624 ++++++++++++++++++++++++++++++++++++++++++++++------
10625 1 file changed, 51 insertions(+), 6 deletions(-)
10627 commit c3ba49b6fa1865e8318926eaa6c0f2063d1053bb
10628 Author: Behdad Esfahbod <behdad@behdad.org>
10629 Date: Mon Feb 25 17:06:35 2013 -0500
10631 Always create sub-blobs in MEMORY_MODE_READONLY
10633 This fixes a design bug with sanitize and sub-blobs that can
10634 cause crashes. Jonathan and I found and debugged this issue
10635 when we tested a corrupt font with the md5sum / filename:
10636 ea395483d37af0cb933f40689ff7b60a. Two hours of intense
10637 debugging we found out that the font has overlapping GSUB/GPOS
10638 tables, and as such, sanitizing the second table can modify
10639 the first one, which can cause all kinds of undefined behavior.
10641 The correct way to fix this is to make sure sub-blobs are
10642 always created readonly, since we consider the parent blob
10643 to be a shared resource and can't modify it, even if it *is*
10646 This essentially makes the READONLY_MAY_MAKE_WRITABLE mode
10647 unused... Maybe we should simply remove / deprecate it.
10649 src/hb-blob.cc | 2 +-
10650 src/hb-blob.h | 26 ++++++++++++++++++++++++++
10651 2 files changed, 27 insertions(+), 1 deletion(-)
10653 commit 57542d7f411c71d9b8110ce6f64090b2c0f6a925
10654 Author: Behdad Esfahbod <behdad@behdad.org>
10655 Date: Thu Feb 21 15:54:05 2013 -0500
10659 src/hb-ot-layout-private.hh | 10 +++++-----
10660 1 file changed, 5 insertions(+), 5 deletions(-)
10662 commit d46606e119b48dcca375d6313abd0f93ba5d09c3
10663 Author: Behdad Esfahbod <behdad@behdad.org>
10664 Date: Thu Feb 21 15:39:57 2013 -0500
10666 Port TrueType-kerning to use skippy iterator
10668 It skips joiners and default ignorables now. Skips marks too,
10670 if there is proper GDEF classes for marks.
10672 src/hb-ot-shape-fallback.cc | 50
10673 +++++++++++++++++++++++++--------------------
10674 1 file changed, 28 insertions(+), 22 deletions(-)
10676 commit 722e8b857eafc52e07dee5d9b253b88ed5c5c8ed
10677 Author: Behdad Esfahbod <behdad@behdad.org>
10678 Date: Thu Feb 21 15:37:51 2013 -0500
10680 Fixup previous commit
10682 Was not decreasing num_items. Ouch!
10684 src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++++----
10685 1 file changed, 8 insertions(+), 4 deletions(-)
10687 commit ba87b8fc89bf745068ccd19264a2631ea0904846
10688 Author: Behdad Esfahbod <behdad@behdad.org>
10689 Date: Thu Feb 21 15:23:39 2013 -0500
10693 src/hb-ot-shape-fallback-private.hh | 5 +++++
10694 src/hb-ot-shape-fallback.cc | 40
10695 +++++++++++++++++++++++++++++++++++++
10696 src/hb-ot-shape.cc | 38
10697 +----------------------------------
10698 3 files changed, 46 insertions(+), 37 deletions(-)
10700 commit 2b2a6e8944144755ab641f2842e36d9a847719f3
10701 Author: Behdad Esfahbod <behdad@behdad.org>
10702 Date: Thu Feb 21 15:07:03 2013 -0500
10704 [OTLayout] Correctly skip Default_Ignorable when match_func not set
10706 When a match_func was not set on the matcher_t object (ie. from GPOS),
10707 then the Default_Ignorables (including joiners) were never skipped.
10708 This meant that they were not skipped as they should during GPOS
10709 matching. Fix that.
10711 A few Indic numbers have "regressed": BENGALI and DEVANAGARI went
10712 up from 290 and 58 respectively, but in both cases new results are
10713 superior to Uniscribe, as they apply GPOS when we weren't (and
10714 Uniscribe isn't) before.
10715 BENGALI: 353686 out of 354188 tests passed. 502 failed (0.141733%)
10716 DEVANAGARI: 707305 out of 707394 tests passed. 89 failed (0.0125814%)
10717 GUJARATI: 366262 out of 366457 tests passed. 195 failed (0.0532122%)
10718 GURMUKHI: 60706 out of 60747 tests passed. 41 failed (0.067493%)
10719 KANNADA: 950680 out of 951913 tests passed. 1233 failed (0.129529%)
10720 KHMER: 299074 out of 299124 tests passed. 50 failed (0.0167155%)
10721 LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
10722 MALAYALAM: 1047983 out of 1048334 tests passed. 351 failed
10724 ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
10725 SINHALA: 271539 out of 271847 tests passed. 308 failed (0.113299%)
10726 TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
10727 TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
10728 TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
10730 src/hb-ot-layout-gsubgpos-private.hh | 32
10731 ++++++++++++++++++++++----------
10732 1 file changed, 22 insertions(+), 10 deletions(-)
10734 commit ff93ac8cb24cbc3d9dc1a2bfb0faa88950f4a507
10735 Author: Behdad Esfahbod <behdad@behdad.org>
10736 Date: Thu Feb 21 14:51:40 2013 -0500
10740 src/hb-ot-layout-gsubgpos-private.hh | 6 ++----
10741 1 file changed, 2 insertions(+), 4 deletions(-)
10743 commit e0486fc1affd3796fb8f664e2e7fc208f1d2106c
10744 Author: Behdad Esfahbod <behdad@behdad.org>
10745 Date: Tue Feb 19 00:58:10 2013 -0500
10747 [tests] Add Myanmar torture tests from Martin Hosken
10749 .../shaper-myanmar/script-myanmar/misc/MANIFEST | 1 +
10750 .../shaper-myanmar/script-myanmar/misc/torture.txt | 23
10751 ++++++++++++++++++++++
10752 2 files changed, 24 insertions(+)
10754 commit a3df9a7bf87aeba7a3d6110cd5e01a65bd0b16d0
10755 Author: Behdad Esfahbod <behdad@behdad.org>
10756 Date: Tue Feb 19 00:50:46 2013 -0500
10760 Moving files around
10762 test/shaping/texts/in-tree/MANIFEST |
10764 test/shaping/texts/in-tree/script-default/MANIFEST |
10766 test/shaping/texts/in-tree/script-default/misc/MANIFEST |
10768 test/shaping/texts/in-tree/script-default/misc/misc.txt |
10770 test/shaping/texts/in-tree/shaper-default/MANIFEST |
10772 test/shaping/texts/in-tree/shaper-default/script-hangul/MANIFEST |
10774 test/shaping/texts/in-tree/shaper-default/script-hangul/misc/MANIFEST |
10776 test/shaping/texts/in-tree/shaper-default/script-hangul/misc/misc.txt |
10778 test/shaping/texts/in-tree/shaper-default/script-tibetan/MANIFEST |
10780 test/shaping/texts/in-tree/shaper-default/script-tibetan/misc/MANIFEST |
10782 test/shaping/texts/in-tree/shaper-default/script-tibetan/misc/misc.txt |
10784 test/shaping/texts/in-tree/shaper-hangul/MANIFEST |
10786 test/shaping/texts/in-tree/shaper-hangul/script-hangul/MANIFEST |
10788 test/shaping/texts/in-tree/shaper-hangul/script-hangul/misc/MANIFEST |
10790 test/shaping/texts/in-tree/shaper-hangul/script-hangul/misc/misc.txt |
10792 15 files changed, 10 insertions(+), 11 deletions(-)
10794 commit b1f440759161cb5a54e1b1b910f3a8383b8e8472
10795 Author: Behdad Esfahbod <behdad@behdad.org>
10796 Date: Sun Feb 17 12:12:37 2013 -0500
10798 [SEA] Fix order of pre-base reordering Ra and left matras
10800 The code was confused because it was expecting left matra to have
10801 POS_PRE_M, like we do in the Myanmar shaper, but that is not what
10802 we were doing in this shaper. Rewrite to rely on category only.
10804 Test case: U+AA06,U+AA34,U+AA2F
10806 src/hb-ot-shape-complex-sea.cc | 13
10808 .../texts/in-tree/shaper-sea/script-cham/misc/misc.txt | 1 +
10809 2 files changed, 8 insertions(+), 6 deletions(-)
10811 commit 99fa9ea020f26ed2697f38a7690ee1e1b5d946c4
10812 Author: Behdad Esfahbod <behdad@behdad.org>
10813 Date: Fri Feb 15 11:47:24 2013 -0500
10817 src/hb-ot-layout-gsub-table.hh | 4 +---
10818 1 file changed, 1 insertion(+), 3 deletions(-)
10820 commit 27589620ba2dcf356fd7fa21cd80221a07803202
10821 Author: Behdad Esfahbod <behdad@behdad.org>
10822 Date: Fri Feb 15 11:47:09 2013 -0500
10824 [OTLayout] Remove unused code
10826 src/hb-open-type-private.hh | 5 -----
10827 1 file changed, 5 deletions(-)
10829 commit ebb77b9c5e357ff7c9badb0f4bf1c3a965c3e91d
10830 Author: Behdad Esfahbod <behdad@behdad.org>
10831 Date: Fri Feb 15 09:33:10 2013 -0500
10833 Remove TODO items that don't make sense
10835 The spec says those features need to be disabled by default.
10838 1 file changed, 2 deletions(-)
10840 commit c2a1cdc4c4cc51f4680ebc4ec2c462cb660f9492
10841 Author: Behdad Esfahbod <behdad@behdad.org>
10842 Date: Fri Feb 15 09:27:02 2013 -0500
10844 [Arabic] Fix shaping of left-joining 'Phags-Pa U+A872
10846 This is the first character in Unicode to have Arabic left-joining
10847 behavior. Update the machine to recognize that.
10849 Test case: U+A840,U+A872,U+A840.
10851 src/hb-ot-shape-complex-arabic.cc | 40
10852 +++++++++++++++++++--------------------
10853 1 file changed, 19 insertions(+), 21 deletions(-)
10855 commit 05ac87813d17d9ebbfa315eee3f80f25b53135c5
10856 Author: Behdad Esfahbod <behdad@behdad.org>
10857 Date: Fri Feb 15 09:26:41 2013 -0500
10859 [tests] Add Syriac Alaph shaping test cases
10861 .../shaper-arabic/script-syriac/misc/MANIFEST | 1 +
10862 .../shaper-arabic/script-syriac/misc/alaph.txt | 98
10863 ++++++++++++++++++++++
10864 2 files changed, 99 insertions(+)
10866 commit c462b32dcb883a7aca066af24c4d28c7a2b7fa28
10867 Author: Behdad Esfahbod <behdad@behdad.org>
10868 Date: Fri Feb 15 07:51:47 2013 -0500
10870 Disable automatic segment properties guessing
10872 Before, if one called hb_shape() without setting script, language, and
10873 direction on the buffer, hb_shape() was calling
10874 hb_buffer_guess_segment_properties() on the user's behalf to guess
10877 This is very dangerous, since any serious user of HarfBuzz must set
10878 these properly (specially important is direction). So now, we don't
10879 guess properties by default. People not setting direction will get
10880 an abort() now. If the old behavior is desired (fragile, good for
10881 simple testing only), users can call
10882 hb_buffer_guess_segment_properties() on the buffer just before calling
10885 src/hb-fallback-shape.cc | 1 -
10886 src/hb-ot-shape.cc | 2 --
10887 src/hb-shape.cc | 2 --
10888 util/options.hh | 1 +
10889 4 files changed, 1 insertion(+), 5 deletions(-)
10891 commit 7abddbb47a489aaac8e76ac6e700cd815739b1d2
10892 Author: Behdad Esfahbod <behdad@behdad.org>
10893 Date: Fri Feb 15 07:46:57 2013 -0500
10895 Add assertions for a couple programmer errors
10897 src/hb-shape-plan.cc | 8 +++++++-
10898 1 file changed, 7 insertions(+), 1 deletion(-)
10900 commit 038c98f6866fe1177b04bd2ae3bb461b2f0fd1ed
10901 Author: Behdad Esfahbod <behdad@behdad.org>
10902 Date: Fri Feb 15 07:41:07 2013 -0500
10904 Allow disabling of TrueType kerning
10906 Responds to the same feature tag that GPOS kerning does:
10907 'kern' for horizontal and 'vkrn' for vertical.
10910 src/hb-ot-shape.cc | 55
10911 ++++++++++++++++++++++++++++++++++--------------------
10912 2 files changed, 35 insertions(+), 22 deletions(-)
10914 commit 398238a2526d322eb79e255c24634a275473920f
10915 Author: Behdad Esfahbod <behdad@behdad.org>
10916 Date: Fri Feb 15 07:40:10 2013 -0500
10918 Fix partial disabling of default-on features
10920 Surprisingly, if user ever tried to turn a default feature off
10922 (say, disable liga for a range), the feature was being turned off
10923 globally! Fixed now.
10925 src/hb-ot-map.cc | 5 ++---
10926 1 file changed, 2 insertions(+), 3 deletions(-)
10928 commit cb90b1bbe6d27ca6968b70d2dbfea7ab7fb73293
10929 Author: Behdad Esfahbod <behdad@behdad.org>
10930 Date: Fri Feb 15 07:02:08 2013 -0500
10932 [OTLayout] Respect syllable boundaries for backtrack/lookahead
10935 Originally we meant to match backtrack/lookahead across syllable
10936 boundaries. But a bug in the code meant that this was NOT done for
10937 backtrack. We "fixed" that in
10938 2c7d0b6b80d412de3fddd443ed1a485ea1cbb03c,
10939 but that broke Myanmar shaping.
10941 We now believe that for Indic-like shapers (which is where syllables
10943 used), all basic shaping forms should be fully contained within their
10944 syllables, so now we limit backtrack/lookahead matching to the
10946 too. Unbreaks Myanmar.
10948 src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
10949 1 file changed, 2 insertions(+), 2 deletions(-)
10951 commit ee9c3a17d0bf263c5eee479fd778db97cff8e189
10952 Author: Behdad Esfahbod <behdad@behdad.org>
10953 Date: Fri Feb 15 06:22:26 2013 -0500
10957 src/hb-ot-shape-complex-myanmar.cc | 36
10958 ++++++++++--------------------------
10959 src/hb-ot-shape-complex-sea.cc | 37
10960 ++++++++++---------------------------
10961 src/hb-ot-shape.cc | 17 ++++++-----------
10962 3 files changed, 26 insertions(+), 64 deletions(-)
10964 commit cfc507c5432e6327e8484b07b9e091212653bc92
10965 Author: Behdad Esfahbod <behdad@behdad.org>
10966 Date: Thu Feb 14 10:40:12 2013 -0500
10968 [Indic-like] Disable automatic joiner handling for basic shaping
10971 Not for Arabic, but for Indic-like scripts. ZWJ/ZWNJ have special
10972 meanings in those scripts, so let font lookups take full control.
10974 This undoes the regression caused by automatic-joiners handling
10975 introduced two commits ago.
10977 We only disable automatic joiner handling for the "basic shaping
10978 features" of Indic, Myanmar, and SEAsian shapers. The "presentation
10979 forms" and other features are still applied with automatic-joiner
10982 This change also changes the test suite failure statistics, such that
10983 a few scripts show more "failures". The most affected is Kannada.
10984 However, upon inspection, we believe that in most, if not all, of the
10985 new failures, we are producing results superior to Uniscribe. Hard to
10988 Here's an example of what is fixed by the recent joiner-handling
10991 https://bugs.freedesktop.org/show_bug.cgi?id=58714
10993 New numbers, for future reference:
10995 BENGALI: 353892 out of 354188 tests passed. 296 failed (0.0835714%)
10996 DEVANAGARI: 707336 out of 707394 tests passed. 58 failed (0.00819911%)
10997 GUJARATI: 366262 out of 366457 tests passed. 195 failed (0.0532122%)
10998 GURMUKHI: 60706 out of 60747 tests passed. 41 failed (0.067493%)
10999 KANNADA: 950680 out of 951913 tests passed. 1233 failed (0.129529%)
11000 KHMER: 299074 out of 299124 tests passed. 50 failed (0.0167155%)
11001 LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
11002 MALAYALAM: 1047983 out of 1048334 tests passed. 351 failed
11004 ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
11005 SINHALA: 271539 out of 271847 tests passed. 308 failed (0.113299%)
11006 TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
11007 TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
11008 TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
11010 src/hb-ot-layout-gsubgpos-private.hh | 35
11011 +++++++++++++++++++-----------
11012 src/hb-ot-layout-private.hh | 6 +++--
11013 src/hb-ot-layout.cc | 10 +++++----
11014 src/hb-ot-map-private.hh | 12 ++++++----
11015 src/hb-ot-map.cc | 32
11016 +++++++++++++++++++++------
11017 src/hb-ot-shape-complex-arabic-fallback.hh | 2 +-
11018 src/hb-ot-shape-complex-indic.cc | 29 +++++++++++++------------
11019 src/hb-ot-shape-complex-myanmar.cc | 4 ++--
11020 src/hb-ot-shape-complex-sea.cc | 4 ++--
11021 9 files changed, 85 insertions(+), 49 deletions(-)
11023 commit 0b45479198d61d5135dad771e9c68408eb13f930
11024 Author: Behdad Esfahbod <behdad@behdad.org>
11025 Date: Thu Feb 14 10:46:52 2013 -0500
11027 [OTLayout] Add fine-grained control over ZWJ matching
11029 Not used yet. Next commit...
11031 src/hb-ot-layout-gsubgpos-private.hh | 10 ++++++++--
11032 src/hb-ot-layout-private.hh | 11 +++++++++--
11033 2 files changed, 17 insertions(+), 4 deletions(-)
11035 commit 607feb7cff0e50f8738d2e49ca463fc9d7d494de
11036 Author: Behdad Esfahbod <behdad@behdad.org>
11037 Date: Thu Feb 14 07:43:13 2013 -0500
11039 [OTLayout] Ignore default-ignorables when matching GSUB/GPOS
11041 When matching lookups, be smart about default-ignorable characters.
11044 Do nothing specific about ZWNJ, but for the other default-ignorables:
11046 If the lookup in question uses the ignorable character in a sequence,
11047 then match it as we used to do. However, if the sequence match will
11048 fail because the default-ignorable blocked it, try skipping the
11049 ignorable character and continue.
11051 The most immediate thing it means is that if Lam-Alef forms a
11053 then Lam-ZWJ-Alef will do to. Finally!
11055 One exception: when matching for GPOS, or for backtrack/lookahead of
11056 GSUB, we ignore ZWNJ too. That's the right thing to do.
11058 It certainly is possible to build fonts that this feature will result
11059 in undesirable glyphs, but it's hard to think of a real-world case
11060 that that would happen.
11062 This *does* break Indic shaping right now, since Indic Unicode has
11063 specific rules for what ZWJ/ZWNJ mean, and skipping ZWJ is breaking
11064 those rules. That will be fixed in upcoming commits.
11066 src/hb-ot-layout-gpos-table.hh | 1 +
11067 src/hb-ot-layout-gsub-table.hh | 2 +-
11068 src/hb-ot-layout-gsubgpos-private.hh | 279
11069 ++++++++++++++++++++++++-----------
11070 src/hb-ot-layout-private.hh | 45 ++++++
11071 src/hb-ot-shape-private.hh | 44 ------
11072 5 files changed, 237 insertions(+), 134 deletions(-)
11074 commit ec5448667b30ad662401c2b4f5fc0da524c013fd
11075 Author: Behdad Esfahbod <behdad@behdad.org>
11076 Date: Thu Feb 14 11:25:10 2013 -0500
11078 Add hb_ot_map_feature_flags_t
11080 Code cleanup. No (intended) functional change.
11082 src/hb-ot-map-private.hh | 29 +++++++++++++++++---
11083 src/hb-ot-map.cc | 24 ++++++++---------
11084 src/hb-ot-shape-complex-arabic.cc | 4 +--
11085 src/hb-ot-shape-complex-indic.cc | 55
11086 +++++++++++++++++++-------------------
11087 src/hb-ot-shape-complex-myanmar.cc | 4 +--
11088 src/hb-ot-shape-complex-sea.cc | 2 +-
11089 src/hb-ot-shape.cc | 6 +++--
11090 7 files changed, 74 insertions(+), 50 deletions(-)
11092 commit e7ffcfafb1108801ac504f18f820e497226bf07f
11093 Author: Behdad Esfahbod <behdad@behdad.org>
11094 Date: Thu Feb 14 11:05:56 2013 -0500
11096 Clean-up add_bool_feature
11098 src/hb-ot-map-private.hh | 4 ++--
11099 src/hb-ot-shape-complex-arabic.cc | 16 ++++++++--------
11100 src/hb-ot-shape-complex-default.cc | 2 +-
11101 src/hb-ot-shape-complex-indic.cc | 8 ++++----
11102 src/hb-ot-shape-complex-myanmar.cc | 8 ++++----
11103 src/hb-ot-shape-complex-sea.cc | 8 ++++----
11104 src/hb-ot-shape.cc | 10 +++++-----
11105 7 files changed, 28 insertions(+), 28 deletions(-)
11107 commit e7562f53fe6a506d2c6d59d6688e4fa468bba462
11108 Author: Behdad Esfahbod <behdad@behdad.org>
11109 Date: Thu Feb 14 11:05:36 2013 -0500
11111 Fix compile warnings for ragel-generated machines
11113 src/hb-ot-shape-complex-indic-machine.rl | 2 +-
11114 src/hb-ot-shape-complex-myanmar-machine.rl | 2 +-
11115 src/hb-ot-shape-complex-sea-machine.rl | 2 +-
11116 3 files changed, 3 insertions(+), 3 deletions(-)
11118 commit 4e51df73a337f7232a7dfa85df78a4f19b24771b
11119 Author: Behdad Esfahbod <behdad@behdad.org>
11120 Date: Thu Feb 14 07:42:42 2013 -0500
11122 [OTLayout] Remove unused function
11124 src/hb-ot-layout-gsubgpos-private.hh | 5 -----
11125 1 file changed, 5 deletions(-)
11127 commit 8820bb235b1f63e4d93c8a2f5c08b44d89e06b78
11128 Author: Behdad Esfahbod <behdad@behdad.org>
11129 Date: Thu Feb 14 07:41:03 2013 -0500
11131 [OTLayout] Port apply_lookup to skippy_iter
11133 src/hb-ot-layout-gsubgpos-private.hh | 50
11134 +++++++++++++++++++++++++-----------
11135 1 file changed, 35 insertions(+), 15 deletions(-)
11137 commit dfca269f069dae2f99990dac24da15d316eccb9f
11138 Author: Behdad Esfahbod <behdad@behdad.org>
11139 Date: Thu Feb 14 07:20:52 2013 -0500
11141 [OTLayout] Port ligate_input to skippy_iter
11143 src/hb-ot-layout-gsubgpos-private.hh | 5 ++++-
11144 1 file changed, 4 insertions(+), 1 deletion(-)
11146 commit 7e53415c2d8859e8b5948a2edb38c39a8f78b825
11147 Author: Behdad Esfahbod <behdad@behdad.org>
11148 Date: Thu Feb 14 06:24:30 2013 -0500
11150 [OTLayout] Minor fix for apply_lookup()
11152 Should NOT change behavior, since first glyph is a match.
11154 src/hb-ot-layout-gsubgpos-private.hh | 16 +++++++++-------
11155 1 file changed, 9 insertions(+), 7 deletions(-)
11157 commit 6880f7e19d44c50e45ecb86d26381aad956d9acb
11158 Author: Behdad Esfahbod <behdad@behdad.org>
11159 Date: Wed Feb 13 12:17:25 2013 -0500
11161 [OTLayout] Make table type known to apply context
11163 src/hb-ot-layout-gsubgpos-private.hh | 5 ++++-
11164 src/hb-ot-layout.cc | 4 ++--
11165 src/hb-ot-shape-complex-arabic-fallback.hh | 2 +-
11166 3 files changed, 7 insertions(+), 4 deletions(-)
11168 commit 2c7d0b6b80d412de3fddd443ed1a485ea1cbb03c
11169 Author: Behdad Esfahbod <behdad@behdad.org>
11170 Date: Wed Feb 13 12:10:08 2013 -0500
11172 [OTLayou] Unbreak backtrack matching
11174 Was introduced by 28b9d502bb69a8045818d5f6113ded9c59a56bd7.
11176 src/hb-ot-layout-gsubgpos-private.hh | 7 +++----
11177 1 file changed, 3 insertions(+), 4 deletions(-)
11179 commit c074ebc466dcc9bcc0d8a5dd7e942dea974ff718
11180 Author: Behdad Esfahbod <behdad@behdad.org>
11181 Date: Wed Feb 13 11:22:42 2013 -0500
11183 [OTLayout] Minor refactoring
11185 src/hb-ot-layout-gpos-table.hh | 9 ++++++---
11186 src/hb-ot-layout-gsubgpos-private.hh | 30 +++++++++++++++++-------------
11187 2 files changed, 23 insertions(+), 16 deletions(-)
11189 commit 407fc12466ef460d0edf11b89f0d04c4d724875f
11190 Author: Behdad Esfahbod <behdad@behdad.org>
11191 Date: Wed Feb 13 11:13:06 2013 -0500
11193 [OTLayout] Remove bogus caching of glyph property
11195 src/hb-ot-layout-gpos-table.hh | 21 ++++++++-----------
11196 src/hb-ot-layout-gsub-table.hh | 7 +++----
11197 src/hb-ot-layout-gsubgpos-private.hh | 40
11198 ++++++++++++++----------------------
11199 3 files changed, 26 insertions(+), 42 deletions(-)
11201 commit 6b1e3502e23c110dd810f854ba021f83baab1548
11202 Author: Behdad Esfahbod <behdad@behdad.org>
11203 Date: Wed Feb 13 11:02:54 2013 -0500
11207 To be used in upcoming changes.
11209 src/hb-ot-shape-private.hh | 11 +++++++++--
11210 1 file changed, 9 insertions(+), 2 deletions(-)
11212 commit 1f91c39677f840a1f630696d16d083060069abf5
11213 Author: Behdad Esfahbod <behdad@behdad.org>
11214 Date: Wed Feb 13 09:38:40 2013 -0500
11218 src/hb-ot-shape-complex-indic.cc | 8 ++++++--
11219 1 file changed, 6 insertions(+), 2 deletions(-)
11221 commit a0cb9f33ee064628debe8e848094dfd661334640
11222 Author: Behdad Esfahbod <behdad@behdad.org>
11223 Date: Wed Feb 13 09:26:55 2013 -0500
11225 [Indic] Improve base finding in final_reordering
11227 Fixes 5 Malayalam failures!
11229 MALAYALAM: 1048016 out of 1048334 tests passed. 318 failed
11232 src/hb-ot-shape-complex-indic.cc | 7 +++++++
11233 1 file changed, 7 insertions(+)
11235 commit 126f39cd16cea87b2696f66467c83a585bd4c2cf
11236 Author: Behdad Esfahbod <behdad@behdad.org>
11237 Date: Wed Feb 13 08:29:21 2013 -0500
11239 Add more dot-reph tests
11241 .../shaper-indic/indic/script-malayalam/misc/dot-reph.txt |
11243 1 file changed, 10 insertions(+)
11245 commit f22b7e77783fa2f44365e0fe6413c4474c07048d
11246 Author: Behdad Esfahbod <behdad@behdad.org>
11247 Date: Wed Feb 13 07:32:46 2013 -0500
11249 [Indic] Track base position when reordering things
11251 Ouch, how did things ever work without this?! The added test that
11253 dot-reph as well as a pre-base reordering Ra perfectly demonstrates
11255 bug (tested with Nirmala font from Win8 for example). Testing
11257 that Win8 shaper has the *exact* same bug / behavior that we used to
11260 src/hb-ot-shape-complex-indic.cc |
11262 .../in-tree/shaper-indic/indic/script-malayalam/misc/dot-reph.txt | 1 +
11263 2 files changed, 7 insertions(+)
11265 commit bc11de144c0a7a95fa0945aa7f053d8117af282a
11266 Author: Behdad Esfahbod <behdad@behdad.org>
11267 Date: Wed Feb 13 05:59:06 2013 -0500
11269 [SEA] Don't zero any mark advances
11271 Keep the logic simple, easier to explain to font developers.
11273 src/hb-ot-shape-complex-sea.cc | 2 +-
11274 1 file changed, 1 insertion(+), 1 deletion(-)
11276 commit 0291a6528685f1f593707655943fb2360579cb9e
11277 Author: Behdad Esfahbod <behdad@behdad.org>
11278 Date: Wed Feb 13 05:57:24 2013 -0500
11280 Further adjust mark advance zeroing
11282 This is a followup to 568000274c8edb5f41bc4f876ce21fcc8bdaeed8.
11283 Looks like in the Latin shaper, Uniscribe zeroes all Unicode NSM
11284 advances *after* GPOS, not before. Match that.
11286 Can be tested using DejaVu Sans Mono, since that font has GPOS
11287 rules to zero the mark advances on its own.
11289 src/hb-ot-shape.cc | 33 +++++++++++++++++++++++----------
11290 1 file changed, 23 insertions(+), 10 deletions(-)
11292 commit 85c51ec2e1d518019e32801ae38659c74fc20d80
11293 Author: Behdad Esfahbod <behdad@behdad.org>
11294 Date: Tue Feb 12 18:17:39 2013 -0500
11296 [Indic] Fix Eyelash Ra with old Devanagari spec
11298 src/hb-ot-shape-complex-indic.cc | 32 ++++++++++++++++++++++++++++++++
11299 1 file changed, 32 insertions(+)
11301 commit cc5f24cde079b451799562b3af7ce06d932cbe6b
11302 Author: Behdad Esfahbod <behdad@behdad.org>
11303 Date: Tue Feb 12 18:17:12 2013 -0500
11305 [tests] Add tests for Devanagary Eyelash Ra
11307 Currently broken with Sanskrit 2003 font.
11309 .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/MANIFEST |
11311 .../in-tree/shaper-indic/indic/script-devanagari/misc/eyelash.txt |
11313 2 files changed, 4 insertions(+)
11315 commit 63e48bc33b68f940c351af623a55a4cf650db102
11316 Author: Behdad Esfahbod <behdad@behdad.org>
11317 Date: Tue Feb 12 17:57:49 2013 -0500
11319 [Indic] Apply 'blwf' before 'half'
11321 This reverts 167b625d988b74572d6b2f646c285b666b650d49. It didn't
11322 matter before, but that's going to change with next commit.
11324 src/hb-ot-shape-complex-indic.cc | 4 ++--
11325 1 file changed, 2 insertions(+), 2 deletions(-)
11327 commit 70d656571194d2bd32671244530edbe159722cec
11328 Author: Behdad Esfahbod <behdad@behdad.org>
11329 Date: Tue Feb 12 18:01:21 2013 -0500
11331 [Indic] Apply 'vatu' before 'cjct'
11333 This essentially reverts 1d6846db9ebf84561bb30a4e48c6c43184914099,
11334 but that commit is from way back when. We should be better
11335 following the spec order now again.
11337 src/hb-ot-shape-complex-indic.cc | 4 ++--
11338 1 file changed, 2 insertions(+), 2 deletions(-)
11340 commit 64bb2ae857cfda35dd71c7f1e962722069674ec6
11341 Author: Behdad Esfahbod <behdad@behdad.org>
11342 Date: Tue Feb 12 16:29:25 2013 -0500
11344 Didn't mean to push this out
11348 test/shaping/hb_test_tools.py | 1 -
11349 1 file changed, 1 deletion(-)
11351 commit f9b660534c269d2257d6b5e8ec2173ee71668f2f
11352 Author: Behdad Esfahbod <behdad@behdad.org>
11353 Date: Tue Feb 12 16:13:56 2013 -0500
11355 [Myanmar] Use master Indic table for syllable data
11357 src/hb-ot-shape-complex-myanmar.cc | 144
11358 +++++++++----------------------------
11359 test/shaping/hb_test_tools.py | 1 +
11360 2 files changed, 35 insertions(+), 110 deletions(-)
11362 commit f60793e854393c32337a483c5d1700bf17d767fd
11363 Author: Behdad Esfahbod <behdad@behdad.org>
11364 Date: Tue Feb 12 15:45:59 2013 -0500
11366 [tests] Add Cham sample
11368 test/shaping/texts/in-tree/shaper-sea/script-cham/misc/misc.txt | 1 +
11369 1 file changed, 1 insertion(+)
11371 commit e2aab4b5db88c368c11cee81368b9ad41399e585
11372 Author: Behdad Esfahbod <behdad@behdad.org>
11373 Date: Tue Feb 12 15:35:32 2013 -0500
11375 Improve checks for setmode()
11377 As reported by Jonathan, OS X has setmode() that is something other
11378 than what setmode() is on Win32. So, limit invocation to Windows
11381 configure.ac | 4 ++--
11382 util/options.cc | 4 ++--
11383 util/options.hh | 2 +-
11384 3 files changed, 5 insertions(+), 5 deletions(-)
11386 commit a6c1e040e594faeefd61b456ef995c7886cdea78
11387 Author: Behdad Esfahbod <behdad@behdad.org>
11388 Date: Tue Feb 12 15:31:58 2013 -0500
11390 Improve check for Windows platforms
11392 Instead of checking for compiler, check for platform.
11394 src/hb-atomic-private.hh | 2 +-
11395 src/hb-mutex-private.hh | 2 +-
11396 2 files changed, 2 insertions(+), 2 deletions(-)
11398 commit 9e1f80ab3eea4a74cdaa6a390e4925a479ece1c5
11399 Author: Behdad Esfahbod <behdad@behdad.org>
11400 Date: Tue Feb 12 15:28:21 2013 -0500
11402 [SEA] Treat Consonant_Final like Consonant_Medial
11404 src/hb-ot-shape-complex-indic-private.hh | 2 +-
11405 1 file changed, 1 insertion(+), 1 deletion(-)
11407 commit bab02d339f39ed5168daaef9461227f78e596a2f
11408 Author: Behdad Esfahbod <behdad@behdad.org>
11409 Date: Tue Feb 12 15:26:45 2013 -0500
11411 Rename HB_OT_INDIC_OPTIONS env var to HB_OPTIONS
11413 The Myanmar shaper now respects the uniscribe-bug-compatibility
11416 src/hb-common.cc | 20 ++++++++++++--
11417 src/hb-ot-shape-complex-indic.cc | 53
11418 ++++----------------------------------
11419 src/hb-ot-shape-complex-myanmar.cc | 7 ++---
11420 src/hb-private.hh | 29 +++++++++++++++++++++
11421 4 files changed, 54 insertions(+), 55 deletions(-)
11423 commit 3a83d33ec0b1be6f5992816ff5ebb0f43c8dff00
11424 Author: Behdad Esfahbod <behdad@behdad.org>
11425 Date: Tue Feb 12 12:14:10 2013 -0500
11427 Add South-East Asian shaper
11429 Handles Tai Tham, Cham, and New Tai Lue for now.
11431 src/Makefile.am | 12 +-
11432 src/gen-indic-table.py | 9 +-
11433 src/hb-ot-shape-complex-indic-private.hh | 241 +-----
11434 src/hb-ot-shape-complex-indic-table.cc | 869
11435 ++++++++++++++++++++
11436 src/hb-ot-shape-complex-indic-table.hh | 872
11437 ---------------------
11438 src/hb-ot-shape-complex-indic.cc | 239 ++++++
11439 src/hb-ot-shape-complex-myanmar.cc | 2 +-
11440 src/hb-ot-shape-complex-private.hh | 28 +-
11441 src/hb-ot-shape-complex-sea-machine.rl | 102 +++
11442 src/hb-ot-shape-complex-sea.cc | 400 ++++++++++
11443 test/shaping/texts/in-tree/MANIFEST | 1 +
11444 .../in-tree/shaper-indic/south-east-asian/MANIFEST | 1 -
11445 .../south-east-asian/script-new-tai-lue/MANIFEST | 1 -
11446 .../script-new-tai-lue/misc/MANIFEST | 1 -
11447 .../script-new-tai-lue/misc/misc.txt | 1 -
11448 test/shaping/texts/in-tree/shaper-myanmar/MANIFEST | 1 +
11449 test/shaping/texts/in-tree/shaper-sea/MANIFEST | 3 +
11450 .../texts/in-tree/shaper-sea/script-cham/MANIFEST | 1 +
11451 .../in-tree/shaper-sea/script-cham/misc/MANIFEST | 1 +
11452 .../in-tree/shaper-sea/script-cham/misc/misc.txt | 1 +
11453 .../in-tree/shaper-sea/script-new-tai-lue/MANIFEST | 1 +
11454 .../shaper-sea/script-new-tai-lue/misc/MANIFEST | 1 +
11455 .../shaper-sea/script-new-tai-lue/misc/misc.txt | 1 +
11456 .../in-tree/shaper-sea/script-tai-tham/MANIFEST | 1 +
11457 .../shaper-sea/script-tai-tham/misc/MANIFEST | 1 +
11458 .../shaper-sea/script-tai-tham/misc/misc.txt | 2 +
11459 26 files changed, 1661 insertions(+), 1132 deletions(-)
11461 commit fb960212063016656dfaba83f072c81d1efc3202
11462 Author: Behdad Esfahbod <behdad@behdad.org>
11463 Date: Tue Feb 12 10:33:58 2013 -0500
11465 Minor test reshufflings
11467 test/shaping/texts/in-tree/MANIFEST
11469 test/shaping/texts/in-tree/script-default/MANIFEST
11471 test/shaping/texts/in-tree/script-default/misc/MANIFEST
11473 test/shaping/texts/in-tree/script-default/misc/misc.txt
11475 test/shaping/texts/in-tree/shaper-indic/MANIFEST
11477 test/shaping/texts/in-tree/shaper-indic/south-asian/MANIFEST
11479 .../texts/in-tree/shaper-indic/south-asian/script-tibetan/MANIFEST
11481 .../texts/in-tree/shaper-indic/south-asian/script-tibetan/misc/MANIFEST
11483 .../texts/in-tree/shaper-indic/south-asian/script-tibetan/misc/misc.txt
11485 test/shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST
11487 .../texts/in-tree/shaper-indic/south-east-asian/script-thai/MANIFEST
11489 .../in-tree/shaper-indic/south-east-asian/script-thai/misc/MANIFEST
11491 12 files changed, 4 insertions(+), 7 deletions(-)
11493 commit 5676d5d52784e16068ae483103d59111a8081854
11494 Author: Behdad Esfahbod <behdad@behdad.org>
11495 Date: Tue Feb 12 10:31:14 2013 -0500
11497 [Indic] Make sure New Tai Lue works!
11499 src/hb-ot-shape-complex-private.hh | 12
11501 .../texts/in-tree/shaper-indic/south-east-asian/MANIFEST | 1 +
11502 .../south-east-asian/script-new-tai-lue/MANIFEST | 1 +
11503 .../south-east-asian/script-new-tai-lue/misc/MANIFEST | 1 +
11504 .../south-east-asian/script-new-tai-lue/misc/misc.txt | 1 +
11505 5 files changed, 12 insertions(+), 4 deletions(-)
11507 commit 568000274c8edb5f41bc4f876ce21fcc8bdaeed8
11508 Author: Behdad Esfahbod <behdad@behdad.org>
11509 Date: Tue Feb 12 09:44:57 2013 -0500
11511 Adjust mark advance-width zeroing logic for Myanmar
11513 Before, we were zeroing advance width of attached marks for
11514 non-Indic scripts, and not doing it for Indic.
11516 We have now three different behaviors, which seem to better
11517 reflect what Uniscribe is doing:
11519 - For Indic, no explicit zeroing happens whatsoever, which
11520 is the same as before,
11522 - For Myanmar, zero advance width of glyphs marked as marks
11523 *in GDEF*, and do that *before* applying GPOS. This seems
11524 to be what the new Win8 Myanmar shaper does,
11526 - For everything else, zero advance width of glyphs that are
11527 from General_Category=Mn Unicode characters, and do so
11528 before applying GPOS. This seems to be what Uniscribe does
11529 for Latin at least.
11531 With these changes, positioning of all tests matches for Myanmar,
11532 except for the glitch in Uniscribe not applying 'mark'. See preivous
11535 src/hb-ot-layout-gpos-table.hh | 12 ++++--------
11536 src/hb-ot-layout-private.hh | 3 +--
11537 src/hb-ot-layout.cc | 4 ++--
11538 src/hb-ot-shape-complex-arabic.cc | 2 +-
11539 src/hb-ot-shape-complex-default.cc | 2 +-
11540 src/hb-ot-shape-complex-indic.cc | 2 +-
11541 src/hb-ot-shape-complex-myanmar.cc | 2 +-
11542 src/hb-ot-shape-complex-private.hh | 9 ++++++++-
11543 src/hb-ot-shape-complex-thai.cc | 2 +-
11544 src/hb-ot-shape.cc | 31 +++++++++++++++++++++++++++++--
11545 10 files changed, 49 insertions(+), 20 deletions(-)
11547 commit 99749ca8e0c4c8dbea4620f07c4d0e6d1515cc65
11548 Author: Behdad Esfahbod <behdad@behdad.org>
11549 Date: Tue Feb 12 09:44:35 2013 -0500
11551 [Myanmar] Add note re Uniscribe NOT applying 'mark'
11553 src/hb-ot-shape-complex-myanmar.cc | 14 ++++++++++++++
11554 1 file changed, 14 insertions(+)
11556 commit b8427801381180da9611b2e3e0f0b3514274de81
11557 Author: Behdad Esfahbod <behdad@behdad.org>
11558 Date: Mon Feb 11 17:02:17 2013 -0500
11562 src/hb-atomic-private.hh | 2 +-
11563 src/hb-mutex-private.hh | 2 +-
11564 2 files changed, 2 insertions(+), 2 deletions(-)
11566 commit 419c933ed1b5d97c7561546536ef5810a7b0ebd0
11567 Author: Behdad Esfahbod <behdad@behdad.org>
11568 Date: Mon Feb 11 16:16:16 2013 -0500
11570 [Myanmar] Fix handling of Punctuation and Symbol types
11572 Testing with "clusters" now on par with testing without them. 15
11575 src/hb-ot-shape-complex-myanmar.cc | 12 ++++++++++++
11576 1 file changed, 12 insertions(+)
11578 commit 0572c1410a9cb0ac5dd5dc84a8034698cc5c4892
11579 Author: Behdad Esfahbod <behdad@behdad.org>
11580 Date: Mon Feb 11 16:06:02 2013 -0500
11582 [Myanmar] Fixup handling of joiners and GB characters
11584 src/hb-ot-shape-complex-myanmar-machine.rl | 6 ++----
11585 src/hb-ot-shape-complex-myanmar.cc | 19 +++++++++++++++++--
11586 2 files changed, 19 insertions(+), 6 deletions(-)
11588 commit 1c8654ead41ca746d577549c92d2a41c594ab639
11589 Author: Behdad Esfahbod <behdad@behdad.org>
11590 Date: Mon Feb 11 14:27:02 2013 -0500
11592 [Myanmar] Prevent reordering between Asat and Dot below
11594 Implemented as a hack for now. Myanmar failures down from 23 to 15.
11596 MYANMAR: 1123868 out of 1123883 tests passed. 15 failed (0.00133466%)
11598 The remaining 15 cases are all where the syllable is wrong according
11600 the OpenType spec. We insert dottedcircle. Uniscribe fails to
11602 but it also fails to reorder the prebase-reordering medial-Ra. So it
11605 src/hb-unicode-private.hh | 3 +++
11606 1 file changed, 3 insertions(+)
11608 commit bed687f886b8def06642ad986648e9149a935add
11609 Author: Behdad Esfahbod <behdad@behdad.org>
11610 Date: Mon Feb 11 14:24:03 2013 -0500
11612 Shuffle test data around
11614 test/shaping/texts/in-tree/MANIFEST | 1 +
11615 .../in-tree/shaper-indic/south-east-asian/MANIFEST | 1 -
11616 .../south-east-asian/script-myanmar/MANIFEST | 1 -
11617 .../south-east-asian/script-myanmar/misc/MANIFEST | 2 --
11618 .../south-east-asian/script-myanmar/misc/misc.txt | 1 -
11619 .../south-east-asian/script-myanmar/misc/utn11.txt | 34
11620 ----------------------
11621 .../south-east-asian/script-thai/misc/MANIFEST | 1 -
11622 .../south-east-asian/script-thai/misc/misc.txt | 11 -------
11623 .../in-tree/shaper-myanmar/script-myanmar/MANIFEST | 1 +
11624 .../shaper-myanmar/script-myanmar/misc/MANIFEST | 2 ++
11625 .../shaper-myanmar/script-myanmar/misc/misc.txt | 1 +
11626 .../shaper-myanmar/script-myanmar/misc/utn11.txt | 34
11627 ++++++++++++++++++++++
11628 .../in-tree/shaper-thai/script-thai/misc/MANIFEST | 1 +
11629 .../in-tree/shaper-thai/script-thai/misc/misc.txt | 11 +++++++
11630 14 files changed, 51 insertions(+), 51 deletions(-)
11632 commit 98628cac9f733f2674d6409954cddb7d0634c233
11633 Author: Behdad Esfahbod <behdad@behdad.org>
11634 Date: Mon Feb 11 13:36:23 2013 -0500
11636 Add Win8-style Myanmar shaper
11638 Myanmar failures down from 51% to 0.00204648%!
11640 MYANMAR: 1123860 out of 1123883 tests passed. 23 failed (0.00204648%)
11642 src/Makefile.am | 14 +-
11643 src/hb-ot-shape-complex-indic.cc | 2 -
11644 src/hb-ot-shape-complex-myanmar-machine.rl | 127 ++++++
11645 src/hb-ot-shape-complex-myanmar.cc | 599
11646 +++++++++++++++++++++++++++++
11647 src/hb-ot-shape-complex-private.hh | 5 +-
11648 5 files changed, 740 insertions(+), 7 deletions(-)
11650 commit 1df56449586bd32275a6fa69dcadd5fb77a84f82
11651 Author: Behdad Esfahbod <behdad@behdad.org>
11652 Date: Mon Feb 11 14:17:54 2013 -0500
11656 src/hb-ot-shape-complex-indic.cc | 3 ---
11657 1 file changed, 3 deletions(-)
11659 commit 54f7b4d9ec13f8454aa298534da318c023fa3c63
11660 Author: Behdad Esfahbod <behdad@behdad.org>
11661 Date: Mon Feb 11 13:27:17 2013 -0500
11663 [OTLayout] Respect lookup-flags skipping over non-mark glyphs
11665 Before, when matching ligatures, we never skipping over base / liga
11666 glyphs even if that was what the LookupFlags asked for.
11668 Fixed now. We carefully reviewed all instances of this, and
11670 Amiri as well as some Indic scripts, and are confident that this
11672 NOT break anyone's fonts. It's also how Uniscribe does it, from what
11675 src/hb-ot-layout-gpos-table.hh | 2 +-
11676 src/hb-ot-layout-gsubgpos-private.hh | 25 ++++++++++---------------
11677 2 files changed, 11 insertions(+), 16 deletions(-)
11679 commit 9082efc4aacb34de8574d6a4a3c037987df58bd8
11680 Author: Behdad Esfahbod <behdad@behdad.org>
11681 Date: Mon Feb 11 13:14:15 2013 -0500
11683 [OTLayout] s/mark_skipping/skipping/
11685 In aticipation of upcoming changes.
11687 src/hb-ot-layout-gpos-table.hh | 12 ++++++------
11688 src/hb-ot-layout-gsubgpos-private.hh | 28 ++++++++++++++--------------
11689 2 files changed, 20 insertions(+), 20 deletions(-)
11691 commit 9621e0ba294c9cc6d458bbf632e63e92fda71e10
11692 Author: Behdad Esfahbod <behdad@behdad.org>
11693 Date: Mon Feb 11 06:58:27 2013 -0500
11695 [Indic] Fix bug introduced in 8b217f5ac54aa0dcbba2dd6d59aa89dde33e56c2
11697 Was breaking reph formation logic when the Ra is the only consonant.
11698 Devanagari regression fixed. Down to 57 failures again. Ouch.
11700 src/hb-ot-shape-complex-indic.cc | 2 +-
11701 1 file changed, 1 insertion(+), 1 deletion(-)
11703 commit 6e74c64211b6aaac48bae8c87f9420d8dc03fd93
11704 Author: Behdad Esfahbod <behdad@behdad.org>
11705 Date: Mon Feb 11 06:50:17 2013 -0500
11707 Improve normalization heuristic
11709 Before, for most scripts, we were not trying to recompose two
11711 if the second one had ccc=0. That fails for Myanmar where U+1026
11712 decomposes to U+1025,U+102E, both of which have ccc=0. However, we do
11713 want to try to recompose those. We now check whether the second is a
11714 mark, using general category instead.
11716 At the same time, remove optimization that was conflicting with this.
11718 [Let the Ngapi hackfest begin!]
11720 src/hb-ot-shape-normalize.cc | 39 +++++++++++++--------------------------
11721 1 file changed, 13 insertions(+), 26 deletions(-)
11723 commit 614242efb043f2ed78916377138d456279a20a54
11724 Author: Behdad Esfahbod <behdad@behdad.org>
11725 Date: Wed Feb 6 23:45:27 2013 -0500
11727 Revert "Include config.h.in in tree"
11729 This reverts commit 01013a0f5c58d5d54a37e5b4d6692e0bbd4baf80.
11734 Same argument as previous commit.
11738 ------------------------------------------------------------
11739 2 files changed, 1 insertion(+), 153 deletions(-)
11741 commit adff3778155facb7b149ce66ab7d573368e048de
11742 Author: Behdad Esfahbod <behdad@behdad.org>
11743 Date: Wed Feb 6 23:43:27 2013 -0500
11745 Revert "[Indic] Import ragel-generated Indic machine in git"
11747 This reverts commit fab7a71f110ed646745d54b23284537c50058c21.
11750 src/hb-ot-shape-complex-indic-machine.hh
11752 Keeping that generated file in-tree causes problems with processes
11754 tinderbox that automatically fetch and build harfbuzz. It's harder
11756 bootstrap harfbuzz now (as was previously), but I'm willing to
11758 another chance and see how it goes.
11761 src/Makefile.am | 1 +
11762 src/hb-ot-shape-complex-indic-machine.hh | 1443
11763 ------------------------------
11764 3 files changed, 7 insertions(+), 1443 deletions(-)
11766 commit 5898fa94d12b19686f649104bd6efe8daa1ba0c9
11767 Author: Behdad Esfahbod <behdad@behdad.org>
11768 Date: Wed Feb 6 15:29:07 2013 -0500
11772 As reported by Peter Breitenlohner:
11774 I think this is a very bad idea because ENV is used to specify
11776 file to be read by some/all shells.
11778 test/api/Makefile.am | 2 +-
11779 1 file changed, 1 insertion(+), 1 deletion(-)
11781 commit 52d66c26a2102bd1a49463b8e8f04612598f8ac1
11782 Author: Behdad Esfahbod <behdad@behdad.org>
11783 Date: Mon Feb 4 23:31:24 2013 -0500
11785 Add color-tests automake option
11787 configure.ac | 2 +-
11788 1 file changed, 1 insertion(+), 1 deletion(-)
11790 commit 9de5f98f363d96f308adc33f1c2286e5c33117de
11791 Author: Behdad Esfahbod <behdad@behdad.org>
11792 Date: Mon Feb 4 23:28:22 2013 -0500
11794 Bug 60035 - intermittent make install failure on hb-version.h
11796 src/Makefile.am | 12 +++++++-----
11797 1 file changed, 7 insertions(+), 5 deletions(-)
11799 commit 6c1e8b614cfd6ed016fba6bf20af1e422e79eb71
11800 Author: Behdad Esfahbod <behdad@behdad.org>
11801 Date: Mon Feb 4 23:24:16 2013 -0500
11803 Bug 59637 - check-exported-symbols.sh & check-internal-symbols.sh
11804 fail on mips/mipsel
11806 src/check-symbols.sh | 2 +-
11807 1 file changed, 1 insertion(+), 1 deletion(-)
11809 commit bafdf3d983dcc277d6e7e322277c0bb25b41a173
11810 Author: Behdad Esfahbod <behdad@behdad.org>
11811 Date: Mon Feb 4 23:06:50 2013 -0500
11813 Merge check-internal-symbols.sh and check-exported-symbols.sh
11815 src/Makefile.am | 3 +--
11816 src/check-exported-symbols.sh | 40 ----------------------------------
11817 src/check-internal-symbols.sh | 34 -----------------------------
11818 src/check-symbols.sh | 50
11819 +++++++++++++++++++++++++++++++++++++++++++
11820 4 files changed, 51 insertions(+), 76 deletions(-)
11822 commit ceeae30f47b9d628484ae398bc38f3f60ee8eab4
11823 Author: Behdad Esfahbod <behdad@behdad.org>
11824 Date: Thu Jan 31 19:27:36 2013 -0500
11826 Really fix setmode this time
11828 Thanks to Khaled for spotting it.
11830 util/options.cc | 2 +-
11831 1 file changed, 1 insertion(+), 1 deletion(-)
11833 commit 7cba8a673b4b436a737fc4ffe85dc84ddd2bf41f
11834 Author: Behdad Esfahbod <behdad@behdad.org>
11835 Date: Thu Jan 31 18:37:10 2013 -0500
11837 Fixup previous commit
11839 Now, it looks like this breaks Cygwin again. Have to figure out
11843 util/options.cc | 4 ++--
11844 1 file changed, 2 insertions(+), 2 deletions(-)
11846 commit bc76449f51f20491a4540b4f240f5a3e0dcb20fe
11847 Author: Behdad Esfahbod <behdad@behdad.org>
11848 Date: Thu Jan 31 18:18:05 2013 -0500
11850 Use setmode() instead of _setmode()
11852 Looks like Cygwin / MSVC declare it that way, and it still works on
11855 config.h.in | 6 +++---
11856 configure.ac | 2 +-
11857 util/options.cc | 2 +-
11858 util/options.hh | 2 +-
11859 4 files changed, 6 insertions(+), 6 deletions(-)
11861 commit e9171af55cc6a402eb20db4ea74c86a0b1e70e85
11862 Author: Behdad Esfahbod <behdad@behdad.org>
11863 Date: Tue Jan 29 22:45:00 2013 -0500
11865 Bug 60053 - hb-common.cc:181:6: warning: ‘void free_langs()’
11866 defined but not used
11868 src/hb-common.cc | 2 +-
11869 src/hb-ft.cc | 2 +-
11870 src/hb-shape.cc | 2 +-
11871 src/hb-shaper.cc | 2 +-
11872 4 files changed, 4 insertions(+), 4 deletions(-)
11874 commit 09b5393874e56fcfd63a92d28e6c1c2ddeee0942
11875 Author: Behdad Esfahbod <behdad@behdad.org>
11876 Date: Fri Jan 18 17:10:47 2013 -0600
11881 configure.ac | 2 +-
11882 2 files changed, 8 insertions(+), 1 deletion(-)
11884 commit eb45c0a2fbaeeb34e77a2935934e8d1302728ec8
11885 Author: Behdad Esfahbod <behdad@behdad.org>
11886 Date: Wed Jan 16 22:07:50 2013 -0600
11890 src/hb-ot-layout.cc | 8 +++++++-
11891 1 file changed, 7 insertions(+), 1 deletion(-)
11893 commit 52c8d1226f3509276b11a1fadbd29e5363c0ecd7
11894 Author: Behdad Esfahbod <behdad@behdad.org>
11895 Date: Mon Jan 14 13:51:46 2013 -0600
11899 src/hb-blob.cc | 2 +-
11900 1 file changed, 1 insertion(+), 1 deletion(-)
11902 commit f88d3bd7e407d332bb04688344c54756d24128c9
11903 Author: Behdad Esfahbod <behdad@behdad.org>
11904 Date: Mon Jan 14 00:33:58 2013 -0600
11906 Fix build with Sun compiler
11908 src/hb-blob.cc | 3 +++
11909 1 file changed, 3 insertions(+)
11911 commit 08b29c08094097f1c23ec53b10084bc390cea833
11912 Author: Behdad Esfahbod <behdad@behdad.org>
11913 Date: Mon Jan 14 00:32:12 2013 -0600
11917 This reverts commit 0a492357016bc9a614d2a726f2006c10af68ca58.
11919 Enables code on more compilers.
11921 src/hb-warning.cc | 33 ++++++++++++++++++++++++++++++---
11922 1 file changed, 30 insertions(+), 3 deletions(-)
11924 commit e78463211e7d85f237bd55afab7e8e5dae42346c
11925 Author: Behdad Esfahbod <behdad@behdad.org>
11926 Date: Mon Jan 14 00:27:21 2013 -0600
11928 Fix linking with non-gcc compilers
11930 configure.ac | 2 ++
11931 src/Makefile.am | 6 +++++-
11932 2 files changed, 7 insertions(+), 1 deletion(-)
11934 commit de649f07f1f8fdeb998a0b049759f4f7363e25d2
11935 Author: Behdad Esfahbod <behdad@behdad.org>
11936 Date: Mon Jan 14 00:26:43 2013 -0600
11938 Fix residuals from fontconfig changes
11940 src/hb-atomic-private.hh | 8 ++++----
11941 1 file changed, 4 insertions(+), 4 deletions(-)
11943 commit cf81fb3624466b9df2250b58b27a92187c5b5b5c
11944 Author: Behdad Esfahbod <behdad@behdad.org>
11945 Date: Thu Jan 10 09:06:34 2013 -0600
11949 NEWS | 14 ++++++++++++++
11950 configure.ac | 2 +-
11951 2 files changed, 15 insertions(+), 1 deletion(-)
11953 commit 2dcb333f52492018816f0d5d67a47634a612e49c
11954 Author: Behdad Esfahbod <behdad@behdad.org>
11955 Date: Thu Jan 10 01:17:59 2013 -0600
11957 Add atomic ops for Solaris
11959 Based on fontconfig patch from Raimund Steger.
11961 config.h.in | 5 ++++-
11962 configure.ac | 27 +++++++++++++++++++++++++--
11963 src/hb-atomic-private.hh | 12 ++++++++++++
11964 3 files changed, 41 insertions(+), 3 deletions(-)
11966 commit 69fd6e157c7ec83a5d5d8731fc14675ce4509b09
11967 Author: Behdad Esfahbod <behdad@behdad.org>
11968 Date: Thu Jan 10 00:03:36 2013 -0600
11970 Fix crasher during multi-thread shaper data creation
11974 0 _hb_graphite2_shaper_face_data_destroy (data=0xffffffffffffffff)
11975 at ../../src/hb-graphite2.cc:129
11976 1 0x00007ffff4271d7d in hb_graphite2_shaper_face_data_ensure (
11977 face=<optimized out>) at ../../src/hb-shaper-list.hh:35
11978 2 hb_shape_plan_plan (shaper_list=<optimized out>,
11979 num_user_features=0,
11980 user_features=0x0, shape_plan=0xf7b490) at
11981 ../../src/hb-shaper-list.hh:35
11982 3 hb_shape_plan_create (face=<optimized out>, props=<optimized out>,
11983 user_features=0x0, num_user_features=0, shaper_list=<optimized
11985 at ../../src/hb-shape-plan.cc:108
11986 4 0x00007ffff4272c93 in hb_shape_plan_create_cached (face=0x10cf2b0,
11987 props=0x11980d8, user_features=0x0, num_user_features=<optimized
11989 shaper_list=0x0) at ../../src/hb-shape-plan.cc:283
11991 src/hb-shaper-private.hh | 5 ++++-
11992 1 file changed, 4 insertions(+), 1 deletion(-)
11994 commit ecd454b3cd75050e0c95e1d2aa55744559338ec8
11995 Author: Behdad Esfahbod <behdad@behdad.org>
11996 Date: Tue Jan 8 18:09:46 2013 -0600
11998 [Indic] In old-spec shaping, don't move viramas around if seq ends
12001 For example: u0c9a u0ccd u0c9a u0ccd with Lohit. See:
12003 https://bugs.freedesktop.org/show_bug.cgi?id=59118
12005 src/hb-ot-shape-complex-indic.cc |
12007 .../texts/in-tree/shaper-indic/indic/script-kannada/misc/misc.txt | 1 +
12008 2 files changed, 5 insertions(+), 3 deletions(-)
12010 commit e95e031b5682809488cc965883e15404cb9cfb6a
12011 Author: Behdad Esfahbod <behdad@behdad.org>
12012 Date: Tue Jan 8 16:15:46 2013 -0600
12014 [GPOS] If an Anchor offset is NULL, return false
12016 If in a MarkPos table, a base has no anchor for a particular mark
12018 return NULL such that the subsequent subtables get a chance at it.
12021 hb-shape ./EBGaramond12-Regular.otf ἂ --features="ss20","smcp"
12023 src/hb-open-type-private.hh | 14 ++++++++++++--
12024 src/hb-ot-layout-gpos-table.hh | 10 ++++++++--
12025 2 files changed, 20 insertions(+), 4 deletions(-)
12027 commit e5dbf39900fa63051f64cc447a6742665cbee339
12028 Author: Behdad Esfahbod <behdad@behdad.org>
12029 Date: Mon Jan 7 17:34:24 2013 -0600
12031 Bug 58638 - Building fails with ICU due to not passing required flags
12034 1 file changed, 1 insertion(+)
12036 commit 1172dc736280566426eb6dade1a886b2a0ca9aa4
12037 Author: Behdad Esfahbod <behdad@behdad.org>
12038 Date: Mon Jan 7 16:46:37 2013 -0600
12040 Rename hb_buffer_clear() to hb_buffer_clear_contents()
12042 The previous name was clashing with harfbuzz.old. There are systems
12043 that need to link both...
12045 Clash-free now again.
12047 src/hb-buffer.cc | 2 +-
12048 src/hb-buffer.h | 2 +-
12049 test/api/test-buffer.c | 2 +-
12050 util/options.hh | 2 +-
12051 4 files changed, 4 insertions(+), 4 deletions(-)
12053 commit 7b912c1936c3e8a7df27a30782ca127d0a83822d
12054 Author: Behdad Esfahbod <behdad@behdad.org>
12055 Date: Fri Jan 4 01:25:27 2013 -0600
12057 Remove a few unnecessary const's
12059 Apparently helps with MSVC compilation.
12061 src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
12062 1 file changed, 4 insertions(+), 4 deletions(-)
12064 commit 34e6c3e3e452bdf6f93df565a70453a6e74d4c6e
12065 Author: Behdad Esfahbod <behdad@behdad.org>
12066 Date: Thu Jan 3 00:14:24 2013 -0600
12070 NEWS | 24 ++++++++++++++++++++++++
12071 configure.ac | 2 +-
12072 2 files changed, 25 insertions(+), 1 deletion(-)
12074 commit f0c82410dbe800cb6429ba4aa7cfd9f5a11cc70c
12075 Author: Behdad Esfahbod <behdad@behdad.org>
12076 Date: Thu Jan 3 00:07:16 2013 -0600
12078 [OTLayout] Always collect default language system in collect_lookups
12080 Not sure if this is the most desired behavior. It's the most easily
12083 src/hb-ot-layout.cc | 7 +++++++
12084 1 file changed, 7 insertions(+)
12086 commit 15e9e4e1ddaad655988144e7a56a765e8adf8782
12087 Author: Behdad Esfahbod <behdad@behdad.org>
12088 Date: Thu Jan 3 00:04:40 2013 -0600
12090 [OTLayout] Fix feature iteration in collect_lookups
12092 Previous logic was just wrong.
12094 src/hb-ot-layout.cc | 46 ++++++++++++++++++++++++++++++++--------------
12095 1 file changed, 32 insertions(+), 14 deletions(-)
12097 commit 733e8c0d7bf0765884f2cc953c8edcd7ab7fb49b
12098 Author: Behdad Esfahbod <behdad@behdad.org>
12099 Date: Thu Jan 3 00:00:23 2013 -0600
12101 [OTLayout] Whitespace
12103 src/hb-ot-layout.cc | 82
12104 ++++++++++++++++++++++++++++++++++++++++++++---------
12105 1 file changed, 68 insertions(+), 14 deletions(-)
12107 commit d37ae38047bee12639741af9bb083b857fab950d
12108 Author: Behdad Esfahbod <behdad@behdad.org>
12109 Date: Wed Jan 2 23:57:36 2013 -0600
12111 [OTLayout] Handle required_feature_index in collect_lookups
12113 src/hb-ot-layout.cc | 8 ++++++++
12114 1 file changed, 8 insertions(+)
12116 commit 11fba79ee9383eb995ddf7eb924dd64c67e2df63
12117 Author: Behdad Esfahbod <behdad@behdad.org>
12118 Date: Wed Jan 2 23:36:37 2013 -0600
12120 [OTLayout] Fix various introspection issues with ClassDef's
12122 As reported by Jonathan Kew.
12124 src/hb-ot-layout-gsubgpos-private.hh | 19 +++++++++++++++----
12125 1 file changed, 15 insertions(+), 4 deletions(-)
12127 commit e81aff9ef785be28751aab1fcd484af550656181
12128 Author: Behdad Esfahbod <behdad@behdad.org>
12129 Date: Wed Jan 2 23:22:54 2013 -0600
12131 [tests] Finish test-set.c
12135 test/api/test-set.c | 373
12136 +++++++++++++++++++++-------------------------------
12137 1 file changed, 149 insertions(+), 224 deletions(-)
12139 commit 7b1b720a8da69b68b775ce17104a40d55401b7ef
12140 Author: Behdad Esfahbod <behdad@behdad.org>
12141 Date: Wed Jan 2 23:02:59 2013 -0600
12143 Protect sets in-error from further modication
12147 src/hb-set-private.hh | 13 +++++++++++++
12148 1 file changed, 13 insertions(+)
12150 commit 8165f2765b93e99577ecc79b7956ae38c614bc78
12151 Author: Behdad Esfahbod <behdad@behdad.org>
12152 Date: Wed Jan 2 22:50:36 2013 -0600
12154 [tests] Start adding tests for hb-set.h
12159 src/hb-set-private.hh | 6 +
12160 src/hb-set.cc | 9 +-
12162 test/api/Makefile.am | 1 +
12163 test/api/test-set.c | 312
12164 ++++++++++++++++++++++++++++++++++++++++++++++++++
12165 6 files changed, 330 insertions(+), 3 deletions(-)
12167 commit b9d28f696c433b94c5ffbad8d7c87cf3acff4056
12168 Author: Behdad Esfahbod <behdad@behdad.org>
12169 Date: Wed Jan 2 22:49:58 2013 -0600
12171 [tests] Add set object to test-object.c
12173 test/api/test-object.c | 12 ++++++++++++
12174 1 file changed, 12 insertions(+)
12176 commit 11d2956553f0d4a0086166a04ffc352fcfacf56e
12177 Author: Behdad Esfahbod <behdad@behdad.org>
12178 Date: Wed Jan 2 17:41:27 2013 -0600
12182 src/hb-atomic-private.hh | 2 +-
12183 1 file changed, 1 insertion(+), 1 deletion(-)
12185 commit 596740db04e7c1dadae0d8be6e401089fcaffc2d
12186 Author: Behdad Esfahbod <behdad@behdad.org>
12187 Date: Fri Dec 21 19:41:04 2012 -0500
12189 [Indic] Insert dottedcircle after a lone Malayalam dot-reph
12191 src/hb-ot-shape-complex-indic-machine.hh | 1617
12192 ++++++++++++++++--------------
12193 src/hb-ot-shape-complex-indic-machine.rl | 2 +-
12194 src/hb-ot-shape-complex-indic.cc | 13 +-
12195 3 files changed, 881 insertions(+), 751 deletions(-)
12197 commit 3cdce6497b2b9aeb2841bf077daa9dd9b196429d
12198 Author: Behdad Esfahbod <behdad@behdad.org>
12199 Date: Fri Dec 21 16:54:22 2012 -0500
12201 Remove TODO that I don't intend to fix
12204 1 file changed, 1 deletion(-)
12206 commit 6f69fa283e0a488da811df78bc83c41ed248b688
12207 Author: Behdad Esfahbod <behdad@behdad.org>
12208 Date: Fri Dec 21 16:51:15 2012 -0500
12212 src/hb-shape.h | 2 +-
12213 1 file changed, 1 insertion(+), 1 deletion(-)
12215 commit f4abcbfc628718bb276363746440df06e7658f6e
12216 Author: Behdad Esfahbod <behdad@behdad.org>
12217 Date: Fri Dec 21 16:48:51 2012 -0500
12221 src/hb-buffer.cc | 4 ++--
12222 1 file changed, 2 insertions(+), 2 deletions(-)
12224 commit 4a765f092d71bb4adeb468c004987a9121d39db5
12225 Author: Behdad Esfahbod <behdad@behdad.org>
12226 Date: Fri Dec 21 16:48:47 2012 -0500
12230 util/hb-shape.cc | 2 +-
12231 1 file changed, 1 insertion(+), 1 deletion(-)
12233 commit 9815a88111072aa51e78e258c5f660993b47d4df
12234 Author: Behdad Esfahbod <behdad@behdad.org>
12235 Date: Fri Dec 21 16:46:53 2012 -0500
12237 [util] List supported output formats in --help output
12239 util/hb-shape.cc | 6 +++---
12240 util/helper-cairo.cc | 2 +-
12241 util/helper-cairo.hh | 1 +
12242 util/options.cc | 9 ++++++++-
12243 util/options.hh | 5 ++++-
12244 util/view-cairo.hh | 2 +-
12245 6 files changed, 18 insertions(+), 7 deletions(-)
12247 commit f95a87b7b813f588c7910ad4785ee68bb452e864
12248 Author: Behdad Esfahbod <behdad@behdad.org>
12249 Date: Fri Dec 21 16:35:28 2012 -0500
12251 [util] List supported output formats in hb-view
12254 util/helper-cairo.cc | 30 +++++++++++++++++++++++++++++-
12255 2 files changed, 29 insertions(+), 2 deletions(-)
12257 commit 6bad092aa87bc3e6bbf0b9faf07693e6ebbe55f2
12258 Author: Behdad Esfahbod <behdad@behdad.org>
12259 Date: Fri Dec 21 16:01:52 2012 -0500
12261 [util] Default to "text" output format in hb-shape
12265 hb-shape font.ttf text --output-file out.txt
12267 This was previously failing:
12269 Unknown output format `txt'; supported formats are: TEXT / JSON
12271 Now we simply fallback to TEXT if no explicit format was requested.
12273 util/hb-shape.cc | 11 ++++++++---
12274 util/options.hh | 5 +++++
12275 2 files changed, 13 insertions(+), 3 deletions(-)
12277 commit 8b217f5ac54aa0dcbba2dd6d59aa89dde33e56c2
12278 Author: Behdad Esfahbod <behdad@behdad.org>
12279 Date: Fri Dec 21 15:48:32 2012 -0500
12281 [Indic] Reorder Malayalam dot-reph to after base
12283 Test sequence is simple: U+0D4E,U+0D15. The doth-reph should be
12284 reordered to after the Ka.
12286 https://bugzilla.redhat.com/show_bug.cgi?id=799565
12288 src/hb-ot-shape-complex-indic.cc | 13
12290 .../shaper-indic/indic/script-malayalam/misc/MANIFEST | 1 +
12291 .../shaper-indic/indic/script-malayalam/misc/dot-reph.txt | 1 +
12292 3 files changed, 12 insertions(+), 3 deletions(-)
12294 commit 742c4ee97e1311e000ebcdf9f33361c4dc6400a4
12295 Author: Behdad Esfahbod <behdad@behdad.org>
12296 Date: Fri Dec 21 15:35:03 2012 -0500
12300 src/hb-ot-shape-complex-indic.cc | 2 +-
12301 1 file changed, 1 insertion(+), 1 deletion(-)
12303 commit 94afeb6ebe27534fc80d7173cc6f67375c3aaca6
12304 Author: Behdad Esfahbod <behdad@behdad.org>
12305 Date: Fri Dec 21 11:54:50 2012 -0500
12310 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
12312 2 files changed, 75 insertions(+)
12314 commit d16ddbcbbee39b07a028776995c635119fe3cd98
12315 Author: Behdad Esfahbod <behdad@behdad.org>
12316 Date: Thu Dec 20 01:02:36 2012 -0500
12318 Add build confirmation notice to configure
12320 configure.ac | 25 +++++++++++++++++++++++++
12321 1 file changed, 25 insertions(+)
12323 commit e24d8dab749a1a796e7484e18572da5f7a733bd4
12324 Author: Behdad Esfahbod <behdad@behdad.org>
12325 Date: Wed Dec 19 15:23:02 2012 -0500
12327 [TODO] Remove done items
12330 1 file changed, 7 deletions(-)
12332 commit 044d38527664d933c18c751c38fcf6fb4b5f888e
12333 Author: Behdad Esfahbod <behdad@behdad.org>
12334 Date: Wed Dec 19 13:00:16 2012 -0500
12336 Bug 58498 - Tests fail with gold linker on ARM
12338 src/check-exported-symbols.sh | 2 +-
12339 src/check-internal-symbols.sh | 2 +-
12340 2 files changed, 2 insertions(+), 2 deletions(-)
12342 commit b68b86daf1a8478b86aeae44a8c39a606ed873cb
12343 Author: Behdad Esfahbod <behdad@behdad.org>
12344 Date: Tue Dec 18 20:39:40 2012 -0500
12346 Use C++ linker if ICU is disabled
12348 Bug 54948 - Undefined symbols: "operator delete(void*)" "operator
12349 new(unsigned long)" "___cxa_pure_virtual"
12351 src/Makefile.am | 4 ++++
12352 1 file changed, 4 insertions(+)
12354 commit 1ffd23cb47a61465d52a7aeebb9c1b676e7c9a7e
12355 Author: Behdad Esfahbod <behdad@behdad.org>
12356 Date: Mon Dec 17 23:29:15 2012 -0500
12358 [OTLayout] Limit alternate-location FeatureParams to 'size' feature
12360 src/hb-ot-layout-common-private.hh | 7 ++++++-
12361 1 file changed, 6 insertions(+), 1 deletion(-)
12363 commit efe252e6000558f78075adadb2a3dba25ab67c04
12364 Author: Behdad Esfahbod <behdad@behdad.org>
12365 Date: Mon Dec 17 23:21:05 2012 -0500
12367 [OTLayout] Fix 'size' featureParams implementation
12369 Looks at alternate location now.
12371 src/hb-ot-layout-common-private.hh | 133
12372 ++++++++++++++++++++++++++++---------
12373 src/hb-ot-layout.cc | 93 ++++----------------------
12374 2 files changed, 117 insertions(+), 109 deletions(-)
12376 commit e77b4425746ac9eb407ca4e742d962f1955971b4
12377 Author: Behdad Esfahbod <behdad@behdad.org>
12378 Date: Mon Dec 17 18:42:59 2012 -0500
12380 [OTLayout] Fix tracing
12382 src/hb-open-type-private.hh | 3 ++-
12383 1 file changed, 2 insertions(+), 1 deletion(-)
12385 commit 9b54562d63f1a9e0e5b33d71c32bd1588759ebf1
12386 Author: Behdad Esfahbod <behdad@behdad.org>
12387 Date: Mon Dec 17 13:55:36 2012 -0500
12389 [OTLayout] Towards correct FeatureParams handling
12391 src/hb-open-type-private.hh | 8 +++++++-
12392 src/hb-ot-layout-common-private.hh | 25 +++++++++++++++++++++++--
12393 2 files changed, 30 insertions(+), 3 deletions(-)
12395 commit 87e43b7f2be25840748f920ca33ff553833da45f
12396 Author: Behdad Esfahbod <behdad@behdad.org>
12397 Date: Fri Dec 14 17:48:23 2012 -0500
12399 [OTLayout] Wire tag and list start all the way to Feature
12401 To fix FeatureParam issues. No actual fix yet, just plumbing.
12403 src/hb-ot-layout-common-private.hh | 16 ++++++++++++----
12404 1 file changed, 12 insertions(+), 4 deletions(-)
12406 commit 85bc44b90a19c6a669ed567a9cd8513448600afe
12407 Author: Behdad Esfahbod <behdad@behdad.org>
12408 Date: Wed Dec 12 11:38:49 2012 -0500
12410 [OTLayout] More 'size' feature sanity checking
12412 We still don't look for the old incorrect place of the featureParams.
12413 I'll wait till someone actually complains about it...
12415 src/hb-ot-layout.cc | 99
12416 ++++++++++++++++++++++++++++++++++++++++++-----------
12417 1 file changed, 79 insertions(+), 20 deletions(-)
12419 commit 0bae50a36f3022f9bb6b2c001c191eeaaa4ef954
12420 Author: Behdad Esfahbod <behdad@behdad.org>
12421 Date: Tue Dec 11 16:01:31 2012 -0500
12423 [OTLayout] Add FeatureParamsCharacterVariants struct
12427 src/hb-ot-layout-common-private.hh | 52
12428 +++++++++++++++++++++++++++++++++++---
12429 1 file changed, 49 insertions(+), 3 deletions(-)
12431 commit bd61bc13ea8ff350ada5449b2cfeb612e66ecafa
12432 Author: Behdad Esfahbod <behdad@behdad.org>
12433 Date: Tue Dec 11 16:00:43 2012 -0500
12435 [OTLayout] Add UINT24 type
12437 src/hb-open-type-private.hh | 33 ++++++++++++++++++++++-----------
12438 src/hb-private.hh | 4 ++++
12439 2 files changed, 26 insertions(+), 11 deletions(-)
12441 commit 9cf7f9d4f61741932570afbefdee5edf61f79ae4
12442 Author: Behdad Esfahbod <behdad@behdad.org>
12443 Date: Tue Dec 11 14:31:13 2012 -0500
12445 Make test-size-params write size in points
12447 src/test-size-params.cc | 18 ++++--------------
12448 1 file changed, 4 insertions(+), 14 deletions(-)
12450 commit 372fe2b67b1757e809bf33e1e9055a00c5bed304
12451 Author: Behdad Esfahbod <behdad@behdad.org>
12452 Date: Tue Dec 11 14:30:57 2012 -0500
12454 [OTLayout] Make hb_ot_layout_get_size_params() do some checks
12456 src/hb-ot-layout.cc | 12 +++++++++++-
12457 1 file changed, 11 insertions(+), 1 deletion(-)
12459 commit 875a5cbc9c37f4264241c43b80afad2628eab749
12460 Author: Behdad Esfahbod <behdad@behdad.org>
12461 Date: Tue Dec 11 14:17:01 2012 -0500
12463 [OTLayout] Change hb_ot_layout_get_params() API
12465 And add implementation for StylisticSet UINameID. No API yet.
12467 src/hb-ot-layout-common-private.hh | 85
12468 ++++++++++++++++++++++++++++++++++++--
12469 src/hb-ot-layout.cc | 28 +++++++++----
12470 src/hb-ot-layout.h | 8 +++-
12471 src/test-size-params.cc | 9 +++-
12472 4 files changed, 115 insertions(+), 15 deletions(-)
12474 commit 5e7e52ddf2b0c4fbc9d933d24336100368d39a5c
12475 Author: Behdad Esfahbod <behdad@behdad.org>
12476 Date: Mon Dec 10 17:44:22 2012 -0500
12478 [uniscribe] Enable Uniscribe backend only if it has
12479 ScriptShapeOpenType()
12481 Bug 55494 - ScriptItemizeOpenType doesn't exists under Windows XP
12483 config.h.in | 6 ------
12484 configure.ac | 14 +++++++++++++-
12485 2 files changed, 13 insertions(+), 7 deletions(-)
12487 commit d41c0c955b8ad9b52191ca47e1f3b1bfe606deb1
12488 Author: Behdad Esfahbod <behdad@behdad.org>
12489 Date: Mon Dec 10 16:41:20 2012 -0500
12491 Update config template
12493 config.h.in | 4 ----
12494 1 file changed, 4 deletions(-)
12496 commit c48a04e5ea899b82465a0f3f2cfdcffb3bf38f61
12497 Author: John Ralls <jralls@ceridwen.fremont.ca.us>
12498 Date: Mon Dec 10 16:24:24 2012 -0500
12500 [coretext] Better test for CoreText
12502 Instead of checking for ApplicationServices.h, which is present in all
12503 versions of MacOSX, check for CTFontRef, a CoreText basic type.
12505 configure.ac | 2 +-
12506 1 file changed, 1 insertion(+), 1 deletion(-)
12508 commit 0e9f0f3e5f16a45951423a1229af42dc2fd798c3
12509 Author: Behdad Esfahbod <behdad@behdad.org>
12510 Date: Mon Dec 10 15:25:21 2012 -0500
12512 Fix atomic ops on iOS
12514 Patch from John Ralls.
12516 src/hb-atomic-private.hh | 8 +++++---
12517 1 file changed, 5 insertions(+), 3 deletions(-)
12519 commit 5f9569c1391c65d7addff363ad6e5ec9b087f01a
12520 Author: Behdad Esfahbod <behdad@behdad.org>
12521 Date: Mon Dec 10 13:38:42 2012 -0500
12523 Make older MSVC happy
12525 src/hb-private.hh | 2 +-
12526 1 file changed, 1 insertion(+), 1 deletion(-)
12528 commit 071d5b831e6de5f3b24160dc77b139cb040ab886
12529 Author: Behdad Esfahbod <behdad@behdad.org>
12530 Date: Mon Dec 10 00:57:00 2012 -0500
12532 Work around missing OSAtomicCompareAndSwapPtrBarrier() on OS X 10.4
12534 Not sure how to handle iOS.
12536 src/hb-atomic-private.hh | 11 +++++++++++
12537 1 file changed, 11 insertions(+)
12539 commit e923e6487b25ab86f6f629af480b291e8e5407b5
12540 Author: Behdad Esfahbod <behdad@behdad.org>
12541 Date: Sun Dec 9 19:39:40 2012 -0500
12543 [coretext] Fixed typo
12545 Oops. Thanks Khaled for catching this.
12547 src/hb-coretext.cc | 2 +-
12548 1 file changed, 1 insertion(+), 1 deletion(-)
12550 commit 9a8395824bf51c2ff2cfe0887ecad52b3d2c02e2
12551 Author: Behdad Esfahbod <behdad@behdad.org>
12552 Date: Sun Dec 9 18:47:36 2012 -0500
12554 [coretext] Add hb_coretext_face_get_cg_font()
12556 Not sure if it's useful, but it was missing.
12558 src/hb-coretext.cc | 20 ++++++++++++++------
12559 src/hb-coretext.h | 3 +++
12560 2 files changed, 17 insertions(+), 6 deletions(-)
12562 commit 86112356885fde32163882b6c9dd19a494304f7a
12563 Author: Behdad Esfahbod <behdad@behdad.org>
12564 Date: Sun Dec 9 18:47:09 2012 -0500
12566 [coretext] Remove hack around GlyphID
12568 We not namespace our types, so the hack is not needed anymore.
12570 src/hb-coretext.cc | 4 ----
12571 1 file changed, 4 deletions(-)
12573 commit 8e58459aeb949591bb5bca340ef9bdd5cfd54e47
12574 Author: Behdad Esfahbod <behdad@behdad.org>
12575 Date: Sun Dec 9 18:45:47 2012 -0500
12577 [graphite2] "Update to new API"
12579 Part of patch from Martin Hosken. I believe he knows what he's doing
12582 src/hb-graphite2.cc | 14 +++++++++++---
12583 1 file changed, 11 insertions(+), 3 deletions(-)
12585 commit a5a4ab3846ef06769784e6469d76eace35e68805
12586 Author: Behdad Esfahbod <behdad@behdad.org>
12587 Date: Sun Dec 9 18:44:41 2012 -0500
12589 [graphite2] Add hb_graphite2_face_get_gr_face and
12590 hb_graphite2_font_get_gr_font
12592 Based on patch from Martin Hosken. I believe it returns NULL if the
12593 font doesn't have graphite tables, but have not tested.
12595 src/hb-graphite2.cc | 14 ++++++++++++++
12596 src/hb-graphite2.h | 8 +++++++-
12597 2 files changed, 21 insertions(+), 1 deletion(-)
12599 commit 737ba156442f723d126c7c58c73729786b67c17a
12600 Author: Behdad Esfahbod <behdad@behdad.org>
12601 Date: Sun Dec 9 18:43:03 2012 -0500
12603 [graphite2] Preload all tables
12605 Part of patch from Martin Hosken.
12607 src/hb-graphite2.cc | 2 +-
12608 1 file changed, 1 insertion(+), 1 deletion(-)
12610 commit 0ae6dbf1b4de8a0326b8a2f201597427cecfb6db
12611 Author: Behdad Esfahbod <behdad@behdad.org>
12612 Date: Sun Dec 9 18:37:38 2012 -0500
12616 src/hb-uniscribe.cc | 32 ++++++++++++++++----------------
12617 1 file changed, 16 insertions(+), 16 deletions(-)
12619 commit 3fe5c159d3532f8ce8a85d217a00681225dd8ed1
12620 Author: Behdad Esfahbod <behdad@behdad.org>
12621 Date: Sun Dec 9 18:20:19 2012 -0500
12623 Remove excess return
12627 src/hb-uniscribe.cc | 1 -
12628 1 file changed, 1 deletion(-)
12630 commit ba2d543004573e8e4e56df70b7fe2a66a42bc83f
12631 Author: Behdad Esfahbod <behdad@behdad.org>
12632 Date: Sat Dec 8 19:28:41 2012 -0500
12634 Update OT language tags
12636 Patch from Roozbeh Pournader.
12638 src/hb-ot-tag.cc | 212
12639 +++++++++++++++++++++++++++++--------------------------
12640 1 file changed, 110 insertions(+), 102 deletions(-)
12642 commit aba38173c6b464c2884b73ef6cd4577d4efcebbc
12643 Author: Behdad Esfahbod <behdad@behdad.org>
12644 Date: Wed Dec 5 19:54:48 2012 -0500
12648 src/hb-ot-tag.cc | 2 +-
12649 1 file changed, 1 insertion(+), 1 deletion(-)
12651 commit 61865745e35eb60aeb59968e7826e37059090780
12652 Author: Behdad Esfahbod <behdad@behdad.org>
12653 Date: Wed Dec 5 19:42:10 2012 -0500
12655 Fix test with gold linker
12657 Bug 57633 - Symbol tests should ignore __bss_start, _edata, _end
12659 src/check-exported-symbols.sh | 2 +-
12660 src/check-internal-symbols.sh | 2 +-
12661 2 files changed, 2 insertions(+), 2 deletions(-)
12663 commit b71b0bd9ee64feadd7289e195bc58f6361ce707a
12664 Author: Behdad Esfahbod <behdad@behdad.org>
12665 Date: Wed Dec 5 19:20:31 2012 -0500
12667 [Indic] Add link to Sinhala split matra section of the Sinhala spec
12669 src/hb-ot-shape-complex-indic.cc | 5 +++++
12670 1 file changed, 5 insertions(+)
12672 commit 9a34a50daac3563464e0031f377e85f0c704f2d6
12673 Author: Behdad Esfahbod <behdad@behdad.org>
12674 Date: Wed Dec 5 19:18:18 2012 -0500
12676 Fix build with C++11
12678 util/options.cc | 8 ++++----
12679 1 file changed, 4 insertions(+), 4 deletions(-)
12681 commit 0beb66e3a61ae8bb1fa66e54b1ff1abb2f8711e9
12682 Author: Behdad Esfahbod <behdad@behdad.org>
12683 Date: Wed Dec 5 18:46:04 2012 -0500
12687 src/hb-fallback-shape.cc | 10 +++++-----
12688 src/hb-glib.cc | 2 +-
12689 src/hb-icu-le.cc | 6 +++---
12690 src/hb-old.cc | 14 +++++++-------
12691 src/hb-open-type-private.hh | 4 +---
12692 src/hb-ot-layout-gsubgpos-private.hh | 24 ++++++++++++------------
12693 src/hb-ot-shape-complex-arabic-fallback.hh | 4 ++--
12694 src/hb-ot-shape-complex-arabic.cc | 2 +-
12695 src/hb-ot-shape-complex-indic-machine.hh | 2 +-
12696 src/hb-ot-shape-complex-indic-machine.rl | 2 +-
12697 src/hb-ot-shape-complex-indic.cc | 6 +++---
12698 src/hb-ot-shape-complex-thai.cc | 2 +-
12699 src/hb-ot-shape-fallback.cc | 4 ++--
12700 src/hb-private.hh | 8 ++++----
12701 src/hb-ucdn.cc | 27
12702 +++++++++++++++------------
12703 src/hb-utf-private.hh | 4 ++--
12704 16 files changed, 61 insertions(+), 60 deletions(-)
12706 commit c6408a1009d2370fbdcfa694898819d99d53c3df
12707 Author: Behdad Esfahbod <behdad@behdad.org>
12708 Date: Wed Dec 5 17:36:52 2012 -0500
12713 configure.ac | 2 +-
12714 2 files changed, 9 insertions(+), 1 deletion(-)
12716 commit 130bb3f6144afe5c88bb5b4e4c98e7cba03b1e26
12717 Author: Behdad Esfahbod <behdad@behdad.org>
12718 Date: Wed Dec 5 16:49:47 2012 -0500
12720 Rename VOID and void_t to have HarfBuzz prefix
12722 Fixes build on Windows. Ouch!
12724 src/hb-ot-layout-gsubgpos-private.hh | 22 +++++++++++-----------
12725 src/hb-private.hh | 12 ++++++------
12726 2 files changed, 17 insertions(+), 17 deletions(-)
12728 commit 4a350d0eb25db60d95638664c892d4c8dacf050b
12729 Author: Behdad Esfahbod <behdad@behdad.org>
12730 Date: Tue Dec 4 17:13:09 2012 -0500
12732 [OTLayout] Reuse context in collect_glyphs() recursion
12734 src/hb-ot-layout-gsubgpos-private.hh | 19 +++++++++++++++----
12735 1 file changed, 15 insertions(+), 4 deletions(-)
12737 commit 8303593ba1db06e402eab52df47f21f13049112d
12738 Author: Behdad Esfahbod <behdad@behdad.org>
12739 Date: Tue Dec 4 17:08:41 2012 -0500
12743 Use pointers instead of references, in preparation for upcoming
12746 src/hb-ot-layout-gpos-table.hh | 28 +++++++++++++-------------
12747 src/hb-ot-layout-gsub-table.hh | 30 ++++++++++++++--------------
12748 src/hb-ot-layout-gsubgpos-private.hh | 38
12749 ++++++++++++++++++------------------
12750 3 files changed, 48 insertions(+), 48 deletions(-)
12752 commit 1bcfa06d1173f219809542a7380ce77f1c907bec
12753 Author: Behdad Esfahbod <behdad@behdad.org>
12754 Date: Tue Dec 4 16:58:09 2012 -0500
12756 [OTLayout] Don't recurse in collect_glyphs() for GPOS
12758 src/hb-ot-layout-gpos-table.hh | 2 +-
12759 src/hb-ot-layout-gsubgpos-private.hh | 4 ++++
12760 2 files changed, 5 insertions(+), 1 deletion(-)
12762 commit b5e04c7dc6b78e311d1a14f1f808fac76a64c889
12763 Author: Behdad Esfahbod <behdad@behdad.org>
12764 Date: Tue Dec 4 15:57:02 2012 -0500
12766 [ucdn] Match upstream changes
12768 src/hb-ucdn/ucdn.c | 16 ++++++++--------
12769 1 file changed, 8 insertions(+), 8 deletions(-)
12771 commit a52f51b21635c626f6e5ccdba505c4df19bcff2c
12772 Author: Behdad Esfahbod <behdad@behdad.org>
12773 Date: Tue Dec 4 15:43:38 2012 -0500
12777 NEWS | 16 ++++++++++++++++
12778 configure.ac | 2 +-
12779 2 files changed, 17 insertions(+), 1 deletion(-)
12781 commit 7babfe5a7904c26060c5b8441ca1bf23e1444f35
12782 Author: Behdad Esfahbod <behdad@behdad.org>
12783 Date: Tue Dec 4 00:35:54 2012 +0200
12785 Move object mutext into the user-data array
12787 We are not using it for anything lse it seems.
12789 src/hb-common.cc | 12 ++----------
12790 src/hb-object-private.hh | 24 ++++++++++--------------
12791 2 files changed, 12 insertions(+), 24 deletions(-)
12793 commit a1900114770952778563dd6f3bc79334b0ca8df5
12794 Author: Behdad Esfahbod <behdad@behdad.org>
12795 Date: Tue Dec 4 00:29:35 2012 +0200
12797 Remove unused functions
12799 src/hb-object-private.hh | 20 --------------------
12800 1 file changed, 20 deletions(-)
12802 commit 88b7564183ae1cf59500b13c7e48756fe200c7cd
12803 Author: Behdad Esfahbod <behdad@behdad.org>
12804 Date: Sun Dec 2 19:14:29 2012 +0200
12806 "Update" to Unicode 6.2.0 tables
12810 src/hb-ot-shape-complex-arabic-table.hh | 4 ++--
12811 src/hb-ot-shape-complex-indic-table.hh | 12 ++++++------
12812 2 files changed, 8 insertions(+), 8 deletions(-)
12814 commit 4ab99fb8c363cfc6a4f5952e69a19757f0cab344
12815 Author: Behdad Esfahbod <behdad@behdad.org>
12816 Date: Fri Nov 30 15:02:04 2012 +0200
12820 src/hb-ot-layout.h | 2 +-
12821 1 file changed, 1 insertion(+), 1 deletion(-)
12823 commit 6748b96d27477b35dd69129e55d861259d66bf9f
12824 Author: Behdad Esfahbod <behdad@behdad.org>
12825 Date: Fri Nov 30 12:02:21 2012 +0200
12829 src/hb-ot-layout.cc | 1 -
12830 1 file changed, 1 deletion(-)
12832 commit 624933f67642997ee0a46d5acea285362e837142
12833 Author: Behdad Esfahbod <behdad@behdad.org>
12834 Date: Fri Nov 30 11:46:35 2012 +0200
12836 Add Persian test cases from Mehran Mehr
12838 test/shaping/texts/in-tree/shaper-arabic/script-arabic/MANIFEST | 1 +
12839 .../in-tree/shaper-arabic/script-arabic/language-persian/MANIFEST | 1 +
12840 .../shaper-arabic/script-arabic/language-persian/mehran.txt |
12842 3 files changed, 10 insertions(+)
12844 commit 0f3f5299047e3cfc4d1202fee83d484b871279ad
12845 Author: Behdad Esfahbod <behdad@behdad.org>
12846 Date: Fri Nov 30 09:06:59 2012 +0200
12848 Add test-size-params
12850 Eventually this will become part of a yet-to-be-written hb-ot cmdline
12853 src/Makefile.am | 10 ++++-
12854 src/test-size-params.cc | 98
12855 +++++++++++++++++++++++++++++++++++++++++++++++++
12856 2 files changed, 107 insertions(+), 1 deletion(-)
12858 commit 8465a05a89742295d4b009a9b4442eb0a899fd80
12859 Author: Behdad Esfahbod <behdad@behdad.org>
12860 Date: Fri Nov 30 08:46:43 2012 +0200
12862 Fix hb_buffer_guess_segment_properties() for empty buffer
12864 Was causing assertion failure in shape_plan().
12866 src/hb-buffer.cc | 4 ++--
12867 1 file changed, 2 insertions(+), 2 deletions(-)
12869 commit e75943de803f571b7ad2cf2f777119753a209656
12870 Author: Behdad Esfahbod <behdad@behdad.org>
12871 Date: Fri Nov 30 08:38:24 2012 +0200
12873 [OTLayout] Fix collect_glyphs() recursion in ContextFormat3
12875 src/hb-ot-layout-gsubgpos-private.hh | 2 +-
12876 1 file changed, 1 insertion(+), 1 deletion(-)
12878 commit 3038ae6adbb61e55d6c665dea0c5271e0c9f0ed8
12879 Author: Behdad Esfahbod <behdad@behdad.org>
12880 Date: Fri Nov 30 08:24:13 2012 +0200
12884 src/hb-ot-layout-gpos-table.hh | 4 ----
12885 src/hb-ot-layout-gsub-table.hh | 4 ----
12886 src/hb-ot-layout.cc | 4 ++--
12887 3 files changed, 2 insertions(+), 10 deletions(-)
12889 commit 0dff11f6bfbda444a153ca75ff2b947f94e9b3c5
12890 Author: Behdad Esfahbod <behdad@behdad.org>
12891 Date: Fri Nov 30 08:14:20 2012 +0200
12893 [OTLayout] Look for any 'size' feature, not only in DFLT script
12895 The old code doesn't work with all fonts, as Khaled has reported.
12897 src/hb-ot-layout.cc | 14 +++++---------
12898 1 file changed, 5 insertions(+), 9 deletions(-)
12900 commit e9ad71dee845407da74ccacfbb53ad7ededf07fd
12901 Author: Behdad Esfahbod <behdad@behdad.org>
12902 Date: Fri Nov 30 08:10:26 2012 +0200
12904 [OTLayout] Rename hb_ot_layout_position_get_size() to
12905 hb_ot_layout_get_size_params()
12907 src/hb-ot-layout.cc | 4 ++--
12908 src/hb-ot-layout.h | 7 ++++---
12909 2 files changed, 6 insertions(+), 5 deletions(-)
12911 commit f18ff5a84d9fe859c40a7a0c9a207cb40df0e84a
12912 Author: Behdad Esfahbod <behdad@behdad.org>
12913 Date: Fri Nov 30 08:07:06 2012 +0200
12915 [OTLayout] Return correct value from recursion
12917 Commit 4c4e8f0e754b79ac6190d21878eaaf0b790c7579 broke contextual
12919 by making the recurse() function always return false.
12921 Reported by Khaled. Test case: لا in Amiri.
12923 src/hb-ot-layout-gsubgpos-private.hh | 9 ++++-----
12924 1 file changed, 4 insertions(+), 5 deletions(-)
12926 commit f54cce3c6a0432268ce159dbe6c5c6b7f583b87a
12927 Author: Behdad Esfahbod <behdad@behdad.org>
12928 Date: Mon Nov 26 14:02:31 2012 +0200
12930 [OTLayout] Implement 'size' feature
12932 src/hb-ot-layout-common-private.hh | 36
12933 ++++++++++++++++++++++++++++++++++--
12934 src/hb-ot-layout.cc | 31 +++++++++++++++++++++++++++++++
12935 src/hb-ot-layout.h | 5 +++++
12936 3 files changed, 70 insertions(+), 2 deletions(-)
12938 commit 2dc1141d7d0a9f5818862b09d6b9cfe0a27f1fc1
12939 Author: Behdad Esfahbod <behdad@behdad.org>
12940 Date: Sat Nov 24 19:16:34 2012 -0500
12942 [OTLayout] Remove operator() from ClassDef
12944 src/hb-ot-layout-common-private.hh | 2 --
12945 src/hb-ot-layout-gpos-table.hh | 4 ++--
12946 src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
12947 3 files changed, 6 insertions(+), 8 deletions(-)
12949 commit b67881b171a7cf865af58df146da52fc1e27b160
12950 Author: Behdad Esfahbod <behdad@behdad.org>
12951 Date: Sat Nov 24 19:13:55 2012 -0500
12953 [OTLayout] Remove operator() from Coverage
12955 src/hb-ot-layout-common-private.hh | 2 --
12956 src/hb-ot-layout-gdef-table.hh | 4 ++--
12957 src/hb-ot-layout-gpos-table.hh | 24 ++++++++++++------------
12958 src/hb-ot-layout-gsub-table.hh | 24 ++++++++++++------------
12959 src/hb-ot-layout-gsubgpos-private.hh | 16 ++++++++--------
12960 5 files changed, 34 insertions(+), 36 deletions(-)
12962 commit a88e7160217b9f44e4e5b4b814d0ca98c457ee40
12963 Author: Behdad Esfahbod <behdad@behdad.org>
12964 Date: Sat Nov 24 02:31:02 2012 -0500
12966 [OTLayout] Implement hb_ot_layout_collect_lookups()
12970 src/hb-ot-layout.cc | 97
12971 +++++++++++++++++++++++++++++++++++++++++++++++++++++
12972 src/hb-ot-layout.h | 4 +--
12973 2 files changed, 98 insertions(+), 3 deletions(-)
12975 commit 1ea375da446bf68f705a70ce4a480db9fb9d13f3
12976 Author: Behdad Esfahbod <behdad@behdad.org>
12977 Date: Sat Nov 24 02:05:52 2012 -0500
12979 [OTLayout] Only collect output glyphs during recursion in
12982 src/hb-ot-layout-gsubgpos-private.hh | 4 +++-
12983 1 file changed, 3 insertions(+), 1 deletion(-)
12985 commit f1b12781d279a73b5754afee31e930b5cd87aac6
12986 Author: Behdad Esfahbod <behdad@behdad.org>
12987 Date: Sat Nov 24 01:55:34 2012 -0500
12989 [OTLayout] Implement ChainContext collect_glyphs()
12991 All of collect_glyphs() complete and untested now.
12993 src/hb-ot-layout-gsubgpos-private.hh | 103
12994 ++++++++++++++++++++++++++++++++---
12995 1 file changed, 96 insertions(+), 7 deletions(-)
12997 commit cdd756b9f40665a201f5c4e65a87b9a27c390601
12998 Author: Behdad Esfahbod <behdad@behdad.org>
12999 Date: Sat Nov 24 01:38:41 2012 -0500
13001 [OTLayout] Implement GPOS collect_glyphs()
13003 src/hb-ot-layout-gpos-table.hh | 95
13004 +++++++++++++++++++++++++++++++++++++++++-
13005 src/hb-ot-layout.cc | 9 ++--
13006 2 files changed, 99 insertions(+), 5 deletions(-)
13008 commit 4c4e8f0e754b79ac6190d21878eaaf0b790c7579
13009 Author: Behdad Esfahbod <behdad@behdad.org>
13010 Date: Sat Nov 24 01:13:20 2012 -0500
13012 [OTLayout] Reuse apply context for recursion
13014 src/hb-ot-layout-gpos-table.hh | 7 ++++++-
13015 src/hb-ot-layout-gsub-table.hh | 7 ++++++-
13016 src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
13017 3 files changed, 16 insertions(+), 6 deletions(-)
13019 commit 53a69f49e58ef4c4226958e0496fc22455ee6c87
13020 Author: Behdad Esfahbod <behdad@behdad.org>
13021 Date: Sat Nov 24 01:03:05 2012 -0500
13023 [OTLayout] Remove unused members
13025 src/hb-ot-layout-gsubgpos-private.hh | 3 ---
13026 1 file changed, 3 deletions(-)
13028 commit d0a5233785eb327c4080432f597fe470a1046af3
13029 Author: Behdad Esfahbod <behdad@behdad.org>
13030 Date: Fri Nov 23 18:54:59 2012 -0500
13032 [OTLayout] Implement Context::collect_glyphs()
13034 src/hb-ot-layout-gsubgpos-private.hh | 122
13035 +++++++++++++++++++++++++++++++----
13036 1 file changed, 111 insertions(+), 11 deletions(-)
13038 commit 26514d51b6669f092d9ccb7523443a5ece74169a
13039 Author: Behdad Esfahbod <behdad@behdad.org>
13040 Date: Fri Nov 23 18:13:48 2012 -0500
13042 [OTLayout] More collect_glyphs()
13044 src/hb-ot-layout-gpos-table.hh | 6 ++---
13045 src/hb-ot-layout-gsub-table.hh | 32 +++++++++++++++-------
13046 src/hb-ot-layout-gsubgpos-private.hh | 51
13047 ++++++++++++++++++++++++++++++++----
13048 3 files changed, 71 insertions(+), 18 deletions(-)
13050 commit c6fb843f2a1c26322c6f4c85d1589f01a9e7a2ef
13051 Author: Behdad Esfahbod <behdad@behdad.org>
13052 Date: Fri Nov 23 18:04:08 2012 -0500
13054 [OTLayout] Templatize process_recurse_func
13056 src/hb-ot-layout-gpos-table.hh | 10 ++++++++++
13057 src/hb-ot-layout-gsub-table.hh | 8 +++++---
13058 2 files changed, 15 insertions(+), 3 deletions(-)
13060 commit 9b34677f362fb0ef5a7cb8a284a9e06d1a4cc03b
13061 Author: Behdad Esfahbod <behdad@behdad.org>
13062 Date: Fri Nov 23 17:55:40 2012 -0500
13064 [OTLayout] Clean up closure() a bit
13066 src/hb-ot-layout-gsub-table.hh | 29 ++++++++++++++---------------
13067 src/hb-ot-layout-gsubgpos-private.hh | 7 ++++---
13068 src/hb-ot-layout.cc | 6 +++++-
13069 3 files changed, 23 insertions(+), 19 deletions(-)
13071 commit adf7758a27a11fb1a8a14a2673867589437d22a3
13072 Author: Behdad Esfahbod <behdad@behdad.org>
13073 Date: Fri Nov 23 17:32:00 2012 -0500
13075 Improve debug log format in presence of templates
13077 src/hb-private.hh | 6 +++++-
13078 1 file changed, 5 insertions(+), 1 deletion(-)
13080 commit 2c53bd3c3ec4f81eff126c5bf84b7f2ddf2f0fef
13081 Author: Behdad Esfahbod <behdad@behdad.org>
13082 Date: Fri Nov 23 17:29:05 2012 -0500
13084 [OTLayout] Start porting sanitize() to process()
13086 src/hb-open-type-private.hh | 12 +++++++++++-
13087 src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
13088 2 files changed, 15 insertions(+), 5 deletions(-)
13090 commit f48ec0e83432c038b50d9715a38ba1469e82e1e4
13091 Author: Behdad Esfahbod <behdad@behdad.org>
13092 Date: Fri Nov 23 17:23:41 2012 -0500
13094 [OTLayout] Add process() tracing
13096 src/hb-ot-layout-gpos-table.hh | 60
13097 ++++++++++++++++++++----------------
13098 src/hb-ot-layout-gsub-table.hh | 51 +++++++++++++++++-------------
13099 src/hb-ot-layout-gsubgpos-private.hh | 17 +++++-----
13100 3 files changed, 72 insertions(+), 56 deletions(-)
13102 commit ed2e13594479c6ed7909401509962ea2f03f9a6e
13103 Author: Behdad Esfahbod <behdad@behdad.org>
13104 Date: Fri Nov 23 17:10:40 2012 -0500
13106 [OTLayout] More Extension templatizing
13108 src/hb-ot-layout-gpos-table.hh | 11 -----------
13109 src/hb-ot-layout-gsub-table.hh | 11 -----------
13110 src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++++++--
13111 3 files changed, 10 insertions(+), 24 deletions(-)
13113 commit 7dddd4e72bc35be962d93dc1b76c7e26c63aaa6d
13114 Author: Behdad Esfahbod <behdad@behdad.org>
13115 Date: Fri Nov 23 17:04:55 2012 -0500
13117 [OTLayout] More templatizing Extension
13119 src/hb-ot-layout-gpos-table.hh | 7 +------
13120 src/hb-ot-layout-gsub-table.hh | 9 ++-------
13121 src/hb-ot-layout-gsubgpos-private.hh | 10 +++++++++-
13122 3 files changed, 12 insertions(+), 14 deletions(-)
13124 commit 653eeb26450053b731b46346606931f5ae88db72
13125 Author: Behdad Esfahbod <behdad@behdad.org>
13126 Date: Fri Nov 23 16:57:36 2012 -0500
13128 Make Extension a template
13130 src/hb-ot-layout-gpos-table.hh | 11 +----------
13131 src/hb-ot-layout-gsub-table.hh | 11 +----------
13132 src/hb-ot-layout-gsubgpos-private.hh | 7 +++++++
13133 3 files changed, 9 insertions(+), 20 deletions(-)
13135 commit 08f1eede1bbc01ece2adf89847614a0670e50443
13136 Author: Behdad Esfahbod <behdad@behdad.org>
13137 Date: Fri Nov 23 16:51:43 2012 -0500
13141 src/hb-ot-layout-gpos-table.hh | 19 ++-----------------
13142 src/hb-ot-layout-gsub-table.hh | 19 ++-----------------
13143 2 files changed, 4 insertions(+), 34 deletions(-)
13145 commit 2c9d6485a1f89c11f84e720d3c7978dc11a5039a
13146 Author: Behdad Esfahbod <behdad@behdad.org>
13147 Date: Fri Nov 23 16:49:19 2012 -0500
13151 src/hb-private.hh | 5 ++---
13152 1 file changed, 2 insertions(+), 3 deletions(-)
13154 commit a1733db1c6ff40aae71fa142a12b1fea7b53dd37
13155 Author: Behdad Esfahbod <behdad@behdad.org>
13156 Date: Fri Nov 23 16:40:04 2012 -0500
13158 [OTLayout] Start adding process() tracing
13160 src/hb-ot-layout-gsubgpos-private.hh | 44
13161 +++++++++++++++++++++++++++---------
13162 src/hb-private.hh | 6 +++--
13163 2 files changed, 37 insertions(+), 13 deletions(-)
13165 commit 73c18ae1b982a4e65086afe5177afa79e721e2c0
13166 Author: Behdad Esfahbod <behdad@behdad.org>
13167 Date: Fri Nov 23 15:34:11 2012 -0500
13171 src/hb-ot-layout-gsubgpos-private.hh | 16 ++++------------
13172 1 file changed, 4 insertions(+), 12 deletions(-)
13174 commit be218c688cbb037a99c8c64bb835f3c980040c0b
13175 Author: Behdad Esfahbod <behdad@behdad.org>
13176 Date: Fri Nov 23 15:32:14 2012 -0500
13178 Pass this object to trace macros
13180 src/hb-open-file-private.hh | 10 +--
13181 src/hb-open-type-private.hh | 34 +++++-----
13182 src/hb-ot-head-table.hh | 2 +-
13183 src/hb-ot-hhea-table.hh | 2 +-
13184 src/hb-ot-hmtx-table.hh | 2 +-
13185 src/hb-ot-layout-common-private.hh | 36 +++++------
13186 src/hb-ot-layout-gdef-table.hh | 20 +++---
13187 src/hb-ot-layout-gpos-table.hh | 80 +++++++++++------------
13188 src/hb-ot-layout-gsub-table.hh | 122
13189 +++++++++++++++++------------------
13190 src/hb-ot-layout-gsubgpos-private.hh | 100 ++++++++++++++--------------
13191 src/hb-ot-maxp-table.hh | 2 +-
13192 src/hb-ot-name-table.hh | 6 +-
13193 12 files changed, 208 insertions(+), 208 deletions(-)
13195 commit 902cc8aca0b3ff25eeee50b3a84d729e31731ef3
13196 Author: Behdad Esfahbod <behdad@behdad.org>
13197 Date: Fri Nov 23 15:06:59 2012 -0500
13199 [OTLayout] Start unbreaking tracing
13201 src/hb-open-type-private.hh | 37
13202 +++++++++++++++++++++---------------
13203 src/hb-ot-layout-gsubgpos-private.hh | 37
13204 +++++++++++++++++++++++++-----------
13205 src/hb-private.hh | 30 +++++++++++++++++++----------
13206 3 files changed, 68 insertions(+), 36 deletions(-)
13208 commit dabe698fcbeb02911128b17aa8e3b2d864795960
13209 Author: Behdad Esfahbod <behdad@behdad.org>
13210 Date: Fri Nov 23 14:21:35 2012 -0500
13214 src/hb-open-type-private.hh | 5 -----
13215 src/hb-ot-layout-gsubgpos-private.hh | 10 ++++------
13216 src/hb-private.hh | 27 +++++++++++++++++++++++++--
13217 3 files changed, 29 insertions(+), 13 deletions(-)
13219 commit c779d82b2fc801eec0d349a106c0e860448fcf4e
13220 Author: Behdad Esfahbod <behdad@behdad.org>
13221 Date: Fri Nov 23 14:07:24 2012 -0500
13225 src/hb-ot-layout-gpos-table.hh | 2 --
13226 src/hb-ot-layout-gsub-table.hh | 8 +++-----
13227 src/hb-ot-layout-gsubgpos-private.hh | 2 +-
13228 src/hb-private.hh | 2 +-
13229 4 files changed, 5 insertions(+), 9 deletions(-)
13231 commit 81822528efc63d867cb2343a8ff7af64fac1c70d
13232 Author: Behdad Esfahbod <behdad@behdad.org>
13233 Date: Fri Nov 23 13:27:16 2012 -0500
13237 src/hb-open-type-private.hh | 6 ++++++
13238 src/hb-ot-layout-gsubgpos-private.hh | 3 ---
13239 2 files changed, 6 insertions(+), 3 deletions(-)
13241 commit 1d67ef980f35ae30d4f8975f65ee07b8cc5deeea
13242 Author: Behdad Esfahbod <behdad@behdad.org>
13243 Date: Thu Nov 22 16:47:53 2012 -0500
13247 src/hb-ot-layout-gsubgpos-private.hh | 44
13248 ++++++++++++++++++------------------
13249 1 file changed, 22 insertions(+), 22 deletions(-)
13251 commit ec35a72a44301934b8f123ab2833f59d8c875a09
13252 Author: Behdad Esfahbod <behdad@behdad.org>
13253 Date: Thu Nov 22 16:05:59 2012 -0500
13255 [OTLayout] Port apply() operator to process() template
13257 src/hb-ot-layout-gpos-table.hh | 117
13258 ++++-------------------------------
13259 src/hb-ot-layout-gsub-table.hh | 108
13260 +++-----------------------------
13261 src/hb-ot-layout-gsubgpos-private.hh | 99 +++++++++++++----------------
13262 src/hb-ot-layout.cc | 2 +-
13263 4 files changed, 65 insertions(+), 261 deletions(-)
13265 commit 2005fa5340fc528c32dc2af945ad2431964a47d2
13266 Author: Behdad Esfahbod <behdad@behdad.org>
13267 Date: Thu Nov 22 14:38:10 2012 -0500
13269 [OTLayout] Port would_apply() and get_coverage() to process()
13272 src/hb-ot-layout-gpos-table.hh | 175
13273 +++++++++++--------------------
13274 src/hb-ot-layout-gsub-table.hh | 198
13275 ++++++++++++-----------------------
13276 src/hb-ot-layout-gsubgpos-private.hh | 76 +++++---------
13277 3 files changed, 156 insertions(+), 293 deletions(-)
13279 commit 44fc237b53ebfbaf8a539de16ad735d2c6afc52b
13280 Author: Behdad Esfahbod <behdad@behdad.org>
13281 Date: Wed Nov 21 23:33:13 2012 -0500
13283 [OTLayout] Port closure() to process() template
13285 src/hb-ot-layout-gsub-table.hh | 297
13286 ++++++++---------------------------
13287 src/hb-ot-layout-gsubgpos-private.hh | 209 ++++++++++++------------
13288 src/hb-ot-layout.cc | 10 +-
13289 3 files changed, 171 insertions(+), 345 deletions(-)
13291 commit 5be86b1bb4fbb37b50a1e2798df0c9a3a528b6b2
13292 Author: Behdad Esfahbod <behdad@behdad.org>
13293 Date: Thu Nov 22 16:26:22 2012 -0500
13295 [ucdn] Make data tables const!
13297 src/hb-ucdn/ucdn.c | 16 ++++++++--------
13298 src/hb-ucdn/unicodedata_db.h | 28 ++++++++++++++--------------
13299 2 files changed, 22 insertions(+), 22 deletions(-)
13301 commit 7c5b7fe686c9163afe2f31fbeac6f8c8512f5516
13302 Author: Behdad Esfahbod <behdad@behdad.org>
13303 Date: Thu Nov 22 14:15:08 2012 -0500
13305 Fix hb_shape_plan_get_shaper()
13307 src/hb-shape-plan.cc | 1 +
13308 1 file changed, 1 insertion(+)
13310 commit 4c8963576573483269b327c6465f6ec99f489e05
13311 Author: Behdad Esfahbod <behdad@behdad.org>
13312 Date: Wed Nov 21 01:20:56 2012 -0500
13317 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
13318 configure.ac | 2 +-
13319 2 files changed, 87 insertions(+), 1 deletion(-)
13321 commit ac064a2db2b7a010d99527e183145286215aea81
13322 Author: Behdad Esfahbod <behdad@behdad.org>
13323 Date: Wed Nov 21 01:14:19 2012 -0500
13325 Rename hb_set_population() to hb_set_get_population()
13327 src/hb-set.cc | 2 +-
13328 src/hb-set.h | 2 +-
13329 2 files changed, 2 insertions(+), 2 deletions(-)
13331 commit 16c914c2a6efeb6999054333985b1f711e33cf94
13332 Author: Behdad Esfahbod <behdad@behdad.org>
13333 Date: Wed Nov 21 01:04:15 2012 -0500
13335 [Indic] One more try at unbreaking Khmer fonts
13337 See comments and discussion on the list.
13339 src/hb-ot-shape-complex-private.hh | 16 ++++++++++------
13340 1 file changed, 10 insertions(+), 6 deletions(-)
13342 commit e8cfdd7fa8d0fb66e0a261f3547e5824897e5131
13343 Author: Behdad Esfahbod <behdad@behdad.org>
13344 Date: Fri Nov 16 19:07:06 2012 -0800
13346 Start implementing collect_glyphs() operation
13348 Not functional yet.
13350 src/hb-ot-layout-gsub-table.hh | 185
13351 +++++++++++++++++++++++++++++++++++
13352 src/hb-ot-layout-gsubgpos-private.hh | 57 +++++++++++
13353 src/hb-ot-layout.cc | 29 ++++++
13354 src/hb-ot-layout.h | 4 +-
13355 4 files changed, 272 insertions(+), 3 deletions(-)
13357 commit 7d52e6601f0e695690cd168a288466746cf25300
13358 Author: Behdad Esfahbod <behdad@behdad.org>
13359 Date: Fri Nov 16 18:49:54 2012 -0800
13363 src/hb-coretext.cc | 32 +++++-----
13364 src/hb-icu-le.cc | 2 +-
13365 src/hb-old.cc | 10 ++--
13366 src/hb-open-file-private.hh | 2 +-
13367 src/hb-open-type-private.hh | 2 +-
13368 src/hb-ot-head-table.hh | 2 +-
13369 src/hb-ot-hhea-table.hh | 2 +-
13370 src/hb-ot-hmtx-table.hh | 2 +-
13371 src/hb-ot-layout-common-private.hh | 2 +-
13372 src/hb-ot-layout-gdef-table.hh | 2 +-
13373 src/hb-ot-layout-gpos-table.hh | 2 +-
13374 src/hb-ot-layout-gsub-table.hh | 2 +-
13375 src/hb-ot-layout-gsubgpos-private.hh | 2 +-
13376 src/hb-ot-maxp-table.hh | 2 +-
13377 src/hb-ot-name-table.hh | 2 +-
13378 src/hb-ot-shape-complex-default.cc | 109
13379 ++++++++++++++++++-----------------
13380 src/hb-tt-font.cc | 2 +-
13381 17 files changed, 87 insertions(+), 92 deletions(-)
13383 commit 51bb498b7b07bff4a447405b72f09b68d07a3e95
13384 Author: Behdad Esfahbod <behdad@behdad.org>
13385 Date: Fri Nov 16 14:08:05 2012 -0800
13389 src/hb-ot-shape.cc | 1 +
13390 1 file changed, 1 insertion(+)
13392 commit 89ca8eeb83fedde06727d386369a0a39d410f12b
13393 Author: Behdad Esfahbod <behdad@behdad.org>
13394 Date: Fri Nov 16 13:53:40 2012 -0800
13396 Implement hb_ot_layout_get_glyphs_in_class()
13398 src/hb-ot-layout-common-private.hh | 24 ++++++++++++++++++++++++
13399 src/hb-ot-layout-gdef-table.hh | 2 ++
13400 src/hb-ot-layout.cc | 8 ++++++++
13401 src/hb-ot-layout.h | 5 ++---
13402 4 files changed, 36 insertions(+), 3 deletions(-)
13404 commit 5a08ecf9200a6ac9b4ebb7ec5c13dcb42d8820ce
13405 Author: Behdad Esfahbod <behdad@behdad.org>
13406 Date: Fri Nov 16 13:34:29 2012 -0800
13408 Implement hb_ot_layout_get_glyph_class()
13410 src/hb-ot-layout-gdef-table.hh | 10 +++++-----
13411 src/hb-ot-layout-gpos-table.hh | 8 ++++----
13412 src/hb-ot-layout-gsub-table.hh | 2 +-
13413 src/hb-ot-layout-gsubgpos-private.hh | 10 +++++-----
13414 src/hb-ot-layout-private.hh | 10 +++++++++-
13415 src/hb-ot-layout.cc | 6 ++++++
13416 src/hb-ot-layout.h | 14 ++++++--------
13417 src/hb-ot-shape.cc | 4 ++--
13418 8 files changed, 38 insertions(+), 26 deletions(-)
13420 commit f9edd5d56bd219625f5b16b23eac53b4c4a8b194
13421 Author: Behdad Esfahbod <behdad@behdad.org>
13422 Date: Fri Nov 16 13:23:37 2012 -0800
13424 Implement hb_shape_plan_get_shaper()
13428 src/hb-shape-plan-private.hh | 1 +
13429 src/hb-shape-plan.cc | 7 +++++++
13430 src/hb-shape-plan.h | 4 +---
13431 3 files changed, 9 insertions(+), 3 deletions(-)
13433 commit 43b653150081a2f9dc6b7481229ac4cd952575dc
13434 Author: Behdad Esfahbod <behdad@behdad.org>
13435 Date: Fri Nov 16 13:12:35 2012 -0800
13437 [Indic] Another try to unbreak Sinhala split matras
13439 Just read the comments...
13441 src/hb-ot-shape-complex-indic.cc | 43
13442 ++++++++++++++++++----
13443 .../indic/script-sinhala/misc/MANIFEST | 1 +
13444 .../indic/script-sinhala/misc/split-matras.txt | 4 ++
13445 3 files changed, 40 insertions(+), 8 deletions(-)
13447 commit 977f1740ace730dcdff8221a17f2a592c2ec7c74
13448 Author: Behdad Esfahbod <behdad@behdad.org>
13449 Date: Fri Nov 16 13:10:07 2012 -0800
13453 src/hb-ot-layout.h | 14 +++++++-------
13454 src/hb-shape-plan.h | 2 +-
13455 2 files changed, 8 insertions(+), 8 deletions(-)
13457 commit eba312c8d1b2bbe8cb9b6414e843e78d2c521aa4
13458 Author: Behdad Esfahbod <behdad@behdad.org>
13459 Date: Fri Nov 16 12:39:23 2012 -0800
13461 Plumbing to get shape plan and font into complex decompose function
13463 So we can handle Sinhala split matras smartly... Coming soon.
13465 src/hb-ot-shape-complex-default.cc | 6 ++--
13466 src/hb-ot-shape-complex-indic.cc | 14 ++++-----
13467 src/hb-ot-shape-complex-private.hh | 16 +++++------
13468 src/hb-ot-shape-normalize-private.hh | 22 ++++++++++++--
13469 src/hb-ot-shape-normalize.cc | 56
13470 ++++++++++++++----------------------
13471 src/hb-ot-shape.cc | 2 +-
13472 6 files changed, 61 insertions(+), 55 deletions(-)
13474 commit 3f82f8ff07a9d16a7c047129658c1bbedfdb5436
13475 Author: Behdad Esfahbod <behdad@behdad.org>
13476 Date: Thu Nov 15 18:45:31 2012 -0800
13478 Rename hb_buffer_guess_properties() to
13479 hb_buffer_guess_segment_properties()
13481 src/hb-buffer-private.hh | 2 +-
13482 src/hb-buffer.cc | 6 +++---
13483 src/hb-buffer.h | 2 +-
13484 src/hb-fallback-shape.cc | 2 +-
13485 src/hb-ot-shape.cc | 2 +-
13486 src/hb-shape.cc | 2 +-
13487 6 files changed, 8 insertions(+), 8 deletions(-)
13489 commit f30641038ba96e83950729b1bd9d86d2e98e46c5
13490 Author: Behdad Esfahbod <behdad@behdad.org>
13491 Date: Thu Nov 15 18:39:46 2012 -0800
13493 Bunch of independent changes (ouch)
13497 hb_segment_properties_t
13498 HB_SEGMENT_PROPERTIES_DEFAULT
13499 hb_segment_properties_equal()
13500 hb_segment_properties_hash()
13502 hb_buffer_set_segment_properties()
13503 hb_buffer_get_segment_properties()
13505 hb_ot_layout_glyph_class_t
13508 hb_shape_plan_create()
13509 hb_shape_plan_create_cached()
13510 hb_shape_plan_get_empty()
13511 hb_shape_plan_reference()
13512 hb_shape_plan_destroy()
13513 hb_shape_plan_set_user_data()
13514 hb_shape_plan_get_user_data()
13515 hb_shape_plan_execute()
13517 hb_ot_shape_plan_collect_lookups()
13521 Rename hb_ot_layout_feature_get_lookup_indexes() to
13522 hb_ot_layout_feature_get_lookups().
13528 And a bunch of prototyped but not implemented stuff. Coming soon.
13529 (Tests fail because of the prototypes right now.)
13531 src/Makefile.am | 2 +-
13532 src/hb-buffer-private.hh | 37 ---------------
13533 src/hb-buffer.cc | 45 +++++++++++++++++-
13534 src/hb-buffer.h | 47 +++++++++++++++++--
13535 src/hb-ot-layout-private.hh | 8 ----
13536 src/hb-ot-layout.cc | 12 ++---
13537 src/hb-ot-layout.h | 108
13538 ++++++++++++++++++++++++++++++++++++++++---
13539 src/hb-ot-map-private.hh | 2 +-
13540 src/hb-ot-map.cc | 15 +++---
13541 src/hb-ot-shape-private.hh | 11 ++++-
13542 src/hb-ot-shape.cc | 52 ++++++++++++++-------
13544 src/hb-shape-plan-private.hh | 3 +-
13545 src/hb-shape-plan.cc | 23 +++++++--
13546 src/hb-shape-plan.h | 50 +++++++++++++-------
13547 src/hb-shaper-private.hh | 2 -
13548 src/hb-shaper.cc | 2 +-
13550 18 files changed, 304 insertions(+), 117 deletions(-)
13552 commit 75da37dcb17aacc0be6bb006683a84aa31155938
13553 Author: Behdad Esfahbod <behdad@behdad.org>
13554 Date: Thu Nov 15 18:39:23 2012 -0800
13558 util/hb-ot-shape-closure.cc | 24 ++++++++++++------------
13559 1 file changed, 12 insertions(+), 12 deletions(-)
13561 commit e05a999495e6575f7cebd7f35db087d964f11ef6
13562 Author: Behdad Esfahbod <behdad@behdad.org>
13563 Date: Thu Nov 15 16:23:21 2012 -0800
13565 Add hb_face_[sg]et_glyph_count()
13567 src/hb-font-private.hh | 9 +++++++++
13568 src/hb-font.cc | 29 ++++++++++++++++++++++++++++-
13569 src/hb-font.h | 7 +++++++
13570 3 files changed, 44 insertions(+), 1 deletion(-)
13572 commit aec89de5641fbe1c3031d63dd5f40ec99bf2a538
13573 Author: Behdad Esfahbod <behdad@behdad.org>
13574 Date: Thu Nov 15 16:15:42 2012 -0800
13576 Add / modify set API a bit
13578 src/hb-ot-shape.cc | 2 +-
13579 src/hb-set-private.hh | 35 ++++++++++++++++--
13581 ++++++++++++++++++++++++++++++---------------
13582 src/hb-set.h | 55 +++++++++++++++++++----------
13583 util/hb-ot-shape-closure.cc | 2 +-
13584 5 files changed, 128 insertions(+), 52 deletions(-)
13586 commit c54599ad269380c7aa28d885fcfd660fc2c10a7b
13587 Author: Behdad Esfahbod <behdad@behdad.org>
13588 Date: Thu Nov 15 16:14:23 2012 -0800
13592 src/hb-buffer.cc | 2 +-
13593 src/hb-buffer.h | 8 +++-----
13594 2 files changed, 4 insertions(+), 6 deletions(-)
13596 commit d1aa143ca434fe272de21d2002768c83387b583b
13597 Author: Behdad Esfahbod <behdad@behdad.org>
13598 Date: Thu Nov 15 15:38:08 2012 -0800
13600 [Thai] Remove U+0E2C from "AC" consonants
13602 WinXP doesn't include it.
13604 src/hb-ot-shape-complex-thai.cc | 2 +-
13605 1 file changed, 1 insertion(+), 1 deletion(-)
13607 commit 362a990b2246f5448ecb9d600761f710aea7d42d
13608 Author: Behdad Esfahbod <behdad@behdad.org>
13609 Date: Thu Nov 15 14:57:31 2012 -0800
13611 Rename hb_ot_layout_would_substitute_lookup() and
13612 hb_ot_layout_substitute_closure_lookup()
13614 To match upcoming API.
13616 src/hb-ot-layout-private.hh | 2 +-
13617 src/hb-ot-layout.cc | 8 ++++----
13618 src/hb-ot-layout.h | 4 ++--
13619 src/hb-ot-map.cc | 2 +-
13620 src/hb-ot-shape-complex-indic.cc | 2 +-
13621 src/test-would-substitute.cc | 2 +-
13622 6 files changed, 10 insertions(+), 10 deletions(-)
13624 commit a4bef84e375b090c1bc7e4221b8e0ee435dfcbba
13625 Author: Behdad Esfahbod <behdad@behdad.org>
13626 Date: Thu Nov 15 13:29:51 2012 -0800
13628 [util] Make hb-shape err if output-format is not understood
13630 And list supported formats.
13632 util/hb-shape.cc | 6 ++++++
13633 1 file changed, 6 insertions(+)
13635 commit 3cec819d39e45470d03085bb6fa132882cc85943
13636 Author: Behdad Esfahbod <behdad@behdad.org>
13637 Date: Thu Nov 15 13:15:39 2012 -0800
13639 Make the OT shaper default, even if CoreText or Uniscribe is enabled
13641 src/hb-shaper-list.hh | 15 ++++++++-------
13642 1 file changed, 8 insertions(+), 7 deletions(-)
13644 commit 072ae7a982bf640804eee0b41525e7c328806bf5
13645 Author: Behdad Esfahbod <behdad@behdad.org>
13646 Date: Thu Nov 15 13:14:12 2012 -0800
13648 Add hb_buffer_serialize_list_formats()
13650 src/hb-buffer.cc | 6 ++++++
13651 src/hb-buffer.h | 3 +++
13652 2 files changed, 9 insertions(+)
13654 commit f9edf1672511c3bcc3796cc79578ffea43b2bda1
13655 Author: Behdad Esfahbod <behdad@behdad.org>
13656 Date: Thu Nov 15 12:14:09 2012 -0800
13658 Add buffer serialization / deserialization API
13660 Two output formats for now: TEXT, and JSON. For example:
13662 hb-shape --output-format=json
13664 Deserialization API is added, but not implemented yet.
13666 src/hb-buffer.cc | 222
13667 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
13668 src/hb-buffer.h | 42 +++++++++++
13669 util/hb-shape.cc | 21 +++++-
13670 util/options.cc | 57 +++++---------
13671 util/options.hh | 7 +-
13672 5 files changed, 304 insertions(+), 45 deletions(-)
13674 commit fd0de881f4fc004da6f36d50a91d0e62f8eb4d8c
13675 Author: Behdad Esfahbod <behdad@behdad.org>
13676 Date: Thu Nov 15 10:47:14 2012 -0800
13678 Avoid C++ undefined behavior
13680 https://bugzilla.mozilla.org/show_bug.cgi?id=810823
13682 src/hb-open-type-private.hh | 4 ++--
13683 1 file changed, 2 insertions(+), 2 deletions(-)
13685 commit f41dc2d35b23220d59d38990bb66f1cbd66a55b3
13686 Author: Behdad Esfahbod <behdad@behdad.org>
13687 Date: Thu Nov 15 10:36:43 2012 -0800
13689 Fix undefined behavior in Indic dottedcircle
13691 Chromium Issue 158998: Conditional jump in harfbuzz-ng
13692 http://code.google.com/p/chromium/issues/detail?id=158998
13694 src/hb-ot-shape-complex-indic.cc | 2 +-
13695 1 file changed, 1 insertion(+), 1 deletion(-)
13697 commit 1eb3e94fe99a072ce422e60ac4d4d89ef489b08a
13698 Author: Behdad Esfahbod <behdad@behdad.org>
13699 Date: Wed Nov 14 17:25:03 2012 -0800
13701 [Thai] Implement PUA-based fallback shaping
13705 http://linux.thai.net/~thep/th-otf/shaping.html
13707 Our output now matches Uniscribe for old fonts (eg. XP Tahoma) with no
13710 src/hb-ot-shape-complex-thai.cc | 217
13711 ++++++++++++++++++++++++++++++++++++++++
13712 1 file changed, 217 insertions(+)
13714 commit 851784f8372004e0a40b698c0cdc2d7db8629aa2
13715 Author: Behdad Esfahbod <behdad@behdad.org>
13716 Date: Wed Nov 14 16:24:05 2012 -0800
13718 Improve shaper selection
13720 src/hb-ot-map-private.hh | 8 ++++----
13721 src/hb-ot-map.cc | 6 ++++--
13722 src/hb-ot-shape-complex-indic.cc | 2 +-
13723 src/hb-ot-shape-complex-private.hh | 13 ++++++++-----
13724 src/hb-ot-shape-complex-thai.cc | 24 ++++++++++++++++++++++--
13725 5 files changed, 39 insertions(+), 14 deletions(-)
13727 commit f3584d3a3a627e38dfd7769975a670db340d2a48
13728 Author: Behdad Esfahbod <behdad@behdad.org>
13729 Date: Wed Nov 14 15:55:17 2012 -0800
13731 Add test cases for Thai PUA shaping
13733 .../texts/in-tree/shaper-thai/script-thai/misc/MANIFEST | 1 +
13734 .../in-tree/shaper-thai/script-thai/misc/pua-shaping.txt |
13736 2 files changed, 12 insertions(+)
13738 commit 43f04a7456419153cb03e610a825056a47824780
13739 Author: Behdad Esfahbod <behdad@behdad.org>
13740 Date: Wed Nov 14 15:51:54 2012 -0800
13742 Move Thai shaper into a separate file
13744 src/Makefile.am | 3 +-
13745 src/hb-ot-shape-complex-default.cc | 225 ++++++++++++++++++++++++
13746 src/hb-ot-shape-complex-misc.cc | 339
13747 -------------------------------------
13748 src/hb-ot-shape-complex-thai.cc | 141 +++++++++++++++
13749 4 files changed, 368 insertions(+), 340 deletions(-)
13751 commit ba82325b7a6311b787ae47f41a56964e2f2cba9f
13752 Author: Behdad Esfahbod <behdad@behdad.org>
13753 Date: Wed Nov 14 15:36:53 2012 -0800
13755 Add note re 'Phags-pa letter U+A872, which is Joining_Type=L
13757 src/hb-ot-shape-complex-arabic.cc | 1 +
13758 1 file changed, 1 insertion(+)
13760 commit d469fadce8290c7dda559c5927dd19df65f91c1a
13761 Author: Behdad Esfahbod <behdad@behdad.org>
13762 Date: Wed Nov 14 15:07:36 2012 -0800
13764 [Indic] Exchange abort() for assert()
13766 src/hb-ot-shape-complex-indic.cc | 7 ++++---
13767 1 file changed, 4 insertions(+), 3 deletions(-)
13769 commit 0f80a89de99293ddbf0b8b815fe360677d057e38
13770 Author: Behdad Esfahbod <behdad@behdad.org>
13771 Date: Wed Nov 14 15:05:19 2012 -0800
13773 Don't route Kharoshthi through the Indic shaper
13775 It's a simple, right-to-left, script.
13777 src/hb-ot-shape-complex-private.hh | 2 +-
13778 1 file changed, 1 insertion(+), 1 deletion(-)
13780 commit e67072bb179a5c17db04075de74215597fb43c82
13781 Author: Behdad Esfahbod <behdad@behdad.org>
13782 Date: Wed Nov 14 15:00:53 2012 -0800
13784 [Indic] Handle overstruck matra position
13786 src/hb-ot-shape-complex-indic-private.hh | 6 +++---
13787 1 file changed, 3 insertions(+), 3 deletions(-)
13789 commit 7e99e4f0740e47efda5882604954cb7d12700a4b
13790 Author: Behdad Esfahbod <behdad@behdad.org>
13791 Date: Wed Nov 14 14:09:46 2012 -0800
13793 Reposition Lao marks
13795 Lao marks are center-aligned, unlike Thai ones.
13797 src/hb-ot-shape-fallback.cc | 4 ++--
13798 1 file changed, 2 insertions(+), 2 deletions(-)
13800 commit 865745b5b87236651f5663cae3461db9cb505eed
13801 Author: Behdad Esfahbod <behdad@behdad.org>
13802 Date: Wed Nov 14 13:48:26 2012 -0800
13804 Don't do fallback positioning for Indic and Thai shapers
13806 src/hb-ot-shape-complex-arabic.cc | 1 +
13807 src/hb-ot-shape-complex-indic.cc | 1 +
13808 src/hb-ot-shape-complex-misc.cc | 2 ++
13809 src/hb-ot-shape-complex-private.hh | 1 +
13810 src/hb-ot-shape.cc | 20 +++++---------------
13811 5 files changed, 10 insertions(+), 15 deletions(-)
13813 commit 981748cb2e9b48b77177b19ec1f972cab7afda89
13814 Author: Behdad Esfahbod <behdad@behdad.org>
13815 Date: Wed Nov 14 13:38:16 2012 -0800
13817 [Indic] If Khmer fonts have a 'liga' feature, use generic shaper
13819 Seems to produce more coherent results than trying the Indic shaper on
13820 them. I'm looking at you, Kh-* fonts...
13822 src/hb-ot-shape-complex-private.hh | 21 +++++++++++++++++----
13823 1 file changed, 17 insertions(+), 4 deletions(-)
13825 commit 6b19fa48621dbf36d471d5005f6ae20df350954f
13826 Author: Behdad Esfahbod <behdad@behdad.org>
13827 Date: Wed Nov 14 11:38:50 2012 -0800
13829 Adjust diff rule for the new hb-shape output format
13831 test/shaping/hb_test_tools.py | 2 +-
13832 1 file changed, 1 insertion(+), 1 deletion(-)
13834 commit dde5506fd963e3cec27c3389bb1fc092f86d1e06
13835 Author: Behdad Esfahbod <behdad@behdad.org>
13836 Date: Wed Nov 14 11:37:04 2012 -0800
13838 [Indic] Don't move virama with left matra
13840 This is important for the Sinhala U+0DDA split matra since it
13842 to U+0DD9,U+0DCA where U+0DD9 is a left matra and U+0DCA is the
13844 We don't want to move the virama with the left matra.
13845 TEST: U+0D9A,U+0DDA
13847 Note that we were already doing this in the Uniscribe bug
13849 mode. We now do it all the time.
13851 src/hb-ot-shape-complex-indic.cc | 8 ++++++--
13852 1 file changed, 6 insertions(+), 2 deletions(-)
13854 commit 82c4d9880a2cd321f6426888511c5f0318f96ad5
13855 Author: Behdad Esfahbod <behdad@behdad.org>
13856 Date: Wed Nov 14 10:56:02 2012 -0800
13858 Add Sinhala test case for split matra U+0DDA
13860 .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt
13862 1 file changed, 1 insertion(+)
13864 commit d04b12853167d756a8cccaf4154f0fd894bce6de
13865 Author: Behdad Esfahbod <behdad@behdad.org>
13866 Date: Wed Nov 14 10:53:10 2012 -0800
13870 test/api/test-buffer.c | 2 +-
13871 1 file changed, 1 insertion(+), 1 deletion(-)
13873 commit 92f9bfed42f720c1fd78e795845542661aaf4f8a
13874 Author: Behdad Esfahbod <behdad@behdad.org>
13875 Date: Tue Nov 13 16:50:45 2012 -0800
13879 src/hb-buffer.h | 26 ++++++++++++++------------
13880 1 file changed, 14 insertions(+), 12 deletions(-)
13882 commit 66ac2ff32e24f0d5658ca172147613081a133847
13883 Author: Behdad Esfahbod <behdad@behdad.org>
13884 Date: Tue Nov 13 16:26:32 2012 -0800
13886 API change: Remove "mask" from hb_buffer_add()
13888 I don't expect anybody using hb_buffer_add(), so this shouldn't break
13891 src/hb-buffer-private.hh | 1 -
13892 src/hb-buffer.cc | 8 +++-----
13893 src/hb-buffer.h | 1 -
13894 3 files changed, 3 insertions(+), 7 deletions(-)
13896 commit 407f80d62589774f845ef1a6a0a7d841b09d57c6
13897 Author: Behdad Esfahbod <behdad@behdad.org>
13898 Date: Tue Nov 13 15:33:27 2012 -0800
13900 [util] Add --bot / --eot / --preserve-default-ignorables
13902 util/options.cc | 3 +++
13903 util/options.hh | 12 ++++++++++++
13904 2 files changed, 15 insertions(+)
13906 commit 78d41d8d69142ae95928b51215c0c0c5e3f5b3f0
13907 Author: Behdad Esfahbod <behdad@behdad.org>
13908 Date: Tue Nov 13 15:15:09 2012 -0800
13912 util/options.cc | 2 +-
13913 1 file changed, 1 insertion(+), 1 deletion(-)
13915 commit 321f73c16efa0730c96e001d65268f4927a0f735
13916 Author: Behdad Esfahbod <behdad@behdad.org>
13917 Date: Tue Nov 13 15:12:24 2012 -0800
13919 [util] Add --text-before and --text-after to hb-shape / hb-view
13921 Use with Arabic, for example, to see the effect on joining.
13923 util/hb-ot-shape-closure.cc | 4 +++-
13924 util/main-font-text.hh | 2 +-
13925 util/options.cc | 2 ++
13926 util/options.hh | 18 ++++++++++++++++--
13927 util/shape-consumer.hh | 6 ++++--
13928 5 files changed, 26 insertions(+), 6 deletions(-)
13930 commit e13f8d280bafc6a6b6e31e2eee587660b8333c56
13931 Author: Behdad Esfahbod <behdad@behdad.org>
13932 Date: Tue Nov 13 15:12:06 2012 -0800
13934 Fix UTF-8 backward iteration
13938 src/hb-utf-private.hh | 4 ++--
13939 1 file changed, 2 insertions(+), 2 deletions(-)
13941 commit 5669a6cf418f3a8b9281c36e9d662d843be80433
13942 Author: Behdad Esfahbod <behdad@behdad.org>
13943 Date: Tue Nov 13 15:11:51 2012 -0800
13945 [Arabic] Fix post-context handling
13949 src/hb-ot-shape-complex-arabic.cc | 2 +-
13950 1 file changed, 1 insertion(+), 1 deletion(-)
13952 commit 0c7df2222862122ebbdc8665a21d6771ef5e0252
13953 Author: Behdad Esfahbod <behdad@behdad.org>
13954 Date: Tue Nov 13 14:42:35 2012 -0800
13962 HB_BUFFER_FLAGS_DEFAULT
13965 HB_BUFFER_FLAG_PRESERVE_DEFAULT_IGNORABLES
13967 hb_buffer_set_flags()
13968 hb_buffer_get_flags()
13970 We use the BOT flag to decide whether to insert dottedcircle if the
13971 first char in the buffer is a combining mark.
13973 The PRESERVE_DEFAULT_IGNORABLES flag prevents removal of characters
13977 src/hb-buffer-private.hh | 1 +
13978 src/hb-buffer.cc | 18 ++++++++++++++++++
13979 src/hb-buffer.h | 13 +++++++++++++
13980 src/hb-ot-shape-complex-arabic.cc | 40
13981 ++++++++++++++++++++-------------------
13982 src/hb-ot-shape.cc | 9 ++++++---
13983 test/api/test-buffer.c | 9 +++++++++
13984 6 files changed, 68 insertions(+), 22 deletions(-)
13986 commit 1c7e55511a870f2689680ca8f977e00879f3b3e3
13987 Author: Behdad Esfahbod <behdad@behdad.org>
13988 Date: Tue Nov 13 14:42:22 2012 -0800
13994 src/hb-shape.cc | 2 +-
13995 1 file changed, 1 insertion(+), 1 deletion(-)
13997 commit c8d4f8b0fe56ce909e3ca07f8a30cb4fb940868b
13998 Author: Behdad Esfahbod <behdad@behdad.org>
13999 Date: Tue Nov 13 14:10:19 2012 -0800
14003 test/api/test-object.c | 2 +-
14004 1 file changed, 1 insertion(+), 1 deletion(-)
14006 commit 82ecaff736e245e117d70b6ec1497508c6eb08d2
14007 Author: Behdad Esfahbod <behdad@behdad.org>
14008 Date: Tue Nov 13 13:57:52 2012 -0800
14010 Add hb_buffer_clear()
14012 Which is like _reset(), but does NOT clear unicode-funcs.
14014 src/hb-buffer-private.hh | 1 +
14015 src/hb-buffer.cc | 15 +++++++++++++++
14016 src/hb-buffer.h | 4 ++++
14017 test/api/test-buffer.c | 22 +++++++++++++++++++++-
14018 4 files changed, 41 insertions(+), 1 deletion(-)
14020 commit da43a92b04929e93356ae393803ef101154d2267
14021 Author: Behdad Esfahbod <behdad@behdad.org>
14022 Date: Tue Nov 13 13:48:26 2012 -0800
14026 NEWS | 28 ++++++++++++++++++++++++++++
14027 configure.ac | 2 +-
14028 2 files changed, 29 insertions(+), 1 deletion(-)
14030 commit 0736915b8ed789a209205fec762997af3a8af89c
14031 Author: Behdad Esfahbod <behdad@behdad.org>
14032 Date: Tue Nov 13 12:35:35 2012 -0800
14034 [Indic] Decompose Sinhala split matras the way old HarfBuzz /
14037 Had to do some refactoring to make this happen...
14039 Under uniscribe bug compatibility mode, we still plit them
14040 Uniscrie-style, but Jonathan and I convinced ourselves that there
14042 harm doing this the Unicode way. This change makes that happen, and
14043 unbreaks free Sinhala fonts.
14045 src/hb-ot-shape-complex-arabic.cc | 2 +
14046 src/hb-ot-shape-complex-indic.cc | 74 +++++++++-
14047 src/hb-ot-shape-complex-misc.cc | 133 ++++++++++++++++-
14048 src/hb-ot-shape-complex-private.hh | 28 +++-
14049 src/hb-ot-shape-normalize-private.hh | 6 +-
14050 src/hb-ot-shape-normalize.cc | 278
14051 ++++++++++-------------------------
14052 src/hb-ot-shape.cc | 5 +-
14053 7 files changed, 312 insertions(+), 214 deletions(-)
14055 commit c8149ca85ed97112778590bc9f090f3ee0254100
14056 Author: Behdad Esfahbod <behdad@behdad.org>
14057 Date: Tue Nov 13 11:07:20 2012 -0800
14059 [hb-shape] Adjust postioning output format
14061 1. If there is any offset (x or y), print out both x and y offsets.
14063 2. Always print out the advance in the major direction of the buffer.
14064 Ie. even for zero-advance glyphs, print a "+0". This is more
14067 util/options.cc | 13 +++++++------
14068 1 file changed, 7 insertions(+), 6 deletions(-)
14070 commit 6fd5335622087e87739684f581aa9f88635ff970
14071 Author: Behdad Esfahbod <behdad@behdad.org>
14072 Date: Mon Nov 12 18:42:18 2012 -0800
14074 [Indic] Update auto-generated Indic machine to reflect previous commit
14076 src/hb-ot-shape-complex-indic-machine.hh | 1126
14077 +++++++++++++++---------------
14078 1 file changed, 567 insertions(+), 559 deletions(-)
14080 commit 9cac1338c4bc3e9034cbfa104291ed0329debefe
14081 Author: Behdad Esfahbod <behdad@behdad.org>
14082 Date: Mon Nov 12 18:41:22 2012 -0800
14084 [Indic] Allow Consonant_Medial's after Consonant's
14086 Mostly affects Myanmar, but also Tai Tham, Javanese, and Cham. The
14087 latter three are untested (no fonts!).
14089 src/hb-ot-shape-complex-indic-machine.rl | 3 ++-
14090 src/hb-ot-shape-complex-indic-private.hh | 7 ++++---
14091 2 files changed, 6 insertions(+), 4 deletions(-)
14093 commit d187099cbab8e75f870a2bc9c23b6a1cf226905e
14094 Author: Behdad Esfahbod <behdad@behdad.org>
14095 Date: Mon Nov 12 18:38:06 2012 -0800
14097 [Indic] Categorize Myanmar "tone marks" as nuktas
14099 src/hb-ot-shape-complex-indic-private.hh | 2 +-
14100 1 file changed, 1 insertion(+), 1 deletion(-)
14102 commit 8173f23f3f16972c2e8e0a120724533100acfda2
14103 Author: Behdad Esfahbod <behdad@behdad.org>
14104 Date: Mon Nov 12 18:37:20 2012 -0800
14106 [Indic] Add config for Myanmar
14108 src/hb-ot-shape-complex-indic.cc | 2 ++
14109 1 file changed, 2 insertions(+)
14111 commit 9e92978c8aa3d3cdab4d20c81698c56adbb3dbdd
14112 Author: Behdad Esfahbod <behdad@behdad.org>
14113 Date: Mon Nov 12 18:36:10 2012 -0800
14115 [Indic] Route "new" Myanmar tag through the Indic shaper
14117 Windows 8 adds a Myanmar shaper using the 'mym2' tag. Route that
14118 through the Indic shaper. It's still very broken, but at least this
14119 does NOT break old-style Myanmar shaping using the generic shaper.
14121 src/hb-ot-shape-complex-private.hh | 14 +++++++-------
14122 1 file changed, 7 insertions(+), 7 deletions(-)
14124 commit 5ab3855f8106158ee7e68797e8c35e63e9216e5d
14125 Author: Behdad Esfahbod <behdad@behdad.org>
14126 Date: Mon Nov 12 18:27:42 2012 -0800
14128 Choose shaper based on chosen OT script tag
14130 For Arabic and Indic shapers, if the font doesn't have a script system
14131 for the script, use default shaper.
14133 Make an exception for Arabic script since we have fallback logic for
14136 src/hb-ot-map-private.hh | 4 ++++
14137 src/hb-ot-shape-complex-private.hh | 11 +++++++++--
14138 2 files changed, 13 insertions(+), 2 deletions(-)
14140 commit 9b37b4c5800b158f61602d2aba8a01349e24d251
14141 Author: Behdad Esfahbod <behdad@behdad.org>
14142 Date: Mon Nov 12 18:23:38 2012 -0800
14144 Make planner available to complex shaper choosing logic
14146 src/hb-ot-shape-complex-private.hh | 4 ++--
14147 src/hb-ot-shape.cc | 2 +-
14148 2 files changed, 3 insertions(+), 3 deletions(-)
14150 commit 6fddf2d7397411bba8a23ac535e8b851495d3105
14151 Author: Behdad Esfahbod <behdad@behdad.org>
14152 Date: Mon Nov 12 17:57:24 2012 -0800
14154 Refactoring ot-map building to make chosen script available earlier
14156 src/hb-ot-map-private.hh | 13 ++++++++----
14157 src/hb-ot-map.cc | 51
14158 ++++++++++++++++++++++++++--------------------
14159 src/hb-ot-shape-private.hh | 4 ++--
14160 3 files changed, 40 insertions(+), 28 deletions(-)
14162 commit f17ed8116e7b6429af3fa60bb43d5f4fac66eae3
14163 Author: Behdad Esfahbod <behdad@behdad.org>
14164 Date: Mon Nov 12 17:48:26 2012 -0800
14169 1 file changed, 2 insertions(+)
14171 commit de796a6fb98f4deda276caa82266b7c830978e0b
14172 Author: Behdad Esfahbod <behdad@behdad.org>
14173 Date: Mon Nov 12 17:27:51 2012 -0800
14175 Add "new" Myanmar OT Script tag
14177 Windows 8 added support for Myanmar shaping using the "mym2"
14179 even though Windows never supported the old "mymr" tag.
14181 src/hb-ot-tag.cc | 2 ++
14182 test/api/test-ot-tag.c | 1 +
14183 2 files changed, 3 insertions(+)
14185 commit 27f52dc3f6bbb97594a44f27b180aed73d9e5608
14186 Author: Behdad Esfahbod <behdad@behdad.org>
14187 Date: Mon Nov 12 16:54:03 2012 -0800
14189 Add Myanmar tests from UTN#11
14191 .../south-east-asian/script-myanmar/misc/MANIFEST | 1 +
14192 .../south-east-asian/script-myanmar/misc/utn11.txt | 34
14193 ++++++++++++++++++++++
14194 2 files changed, 35 insertions(+)
14196 commit e9334ce97bb7f1de87fb211bb5a8168033629b14
14197 Author: Behdad Esfahbod <behdad@behdad.org>
14198 Date: Mon Nov 12 14:57:02 2012 -0800
14200 Break build when ragel is needed and missing
14202 src/Makefile.am | 2 +-
14203 1 file changed, 1 insertion(+), 1 deletion(-)
14205 commit dba186711e3f5e723f917b7104e849c4c525d3b8
14206 Author: Behdad Esfahbod <behdad@behdad.org>
14207 Date: Mon Nov 12 14:48:33 2012 -0800
14209 [Indic] Make more room in the table
14211 To be used in upcoming commits.
14213 src/hb-ot-shape-complex-indic-private.hh | 10 +++++-----
14214 1 file changed, 5 insertions(+), 5 deletions(-)
14216 commit c4be9917438c45b972ec76dc68409014110f0837
14217 Author: Behdad Esfahbod <behdad@behdad.org>
14218 Date: Mon Nov 12 14:27:33 2012 -0800
14222 src/hb-ot-shape-complex-indic.cc | 2 +-
14223 1 file changed, 1 insertion(+), 1 deletion(-)
14225 commit 56be677781736bbedc80df6f6aaa2b5f0bc4041c
14226 Author: Behdad Esfahbod <behdad@behdad.org>
14227 Date: Mon Nov 12 14:09:40 2012 -0800
14229 [Indic] Port 'pref' logic to look into font tables
14231 ...instead of using a hardcoded list of Ra characters.
14233 src/hb-ot-shape-complex-indic.cc | 7 ++++---
14234 1 file changed, 4 insertions(+), 3 deletions(-)
14236 commit f2c0f59043c93c225274fc0c8177077d16c89d61
14237 Author: Behdad Esfahbod <behdad@behdad.org>
14238 Date: Mon Nov 12 14:02:02 2012 -0800
14240 [Indic] Port reph handling logic to look into font features
14242 ...instead of using a hardcoded list of Ra characters.
14244 src/hb-ot-shape-complex-indic.cc | 48
14245 +++++++++++++++++++++++++---------------
14246 1 file changed, 30 insertions(+), 18 deletions(-)
14248 commit 43149afbc0007ea075a7017c0e56056c3c0f3614
14249 Author: Behdad Esfahbod <behdad@behdad.org>
14250 Date: Mon Nov 12 13:34:17 2012 -0800
14252 Route MEETEI_MAYEK through the Indic shaper
14254 Since it has a couple of left-"matras".
14256 src/hb-ot-shape-complex-private.hh | 5 ++---
14257 1 file changed, 2 insertions(+), 3 deletions(-)
14259 commit d0905c3400085f9c0901c558ba1b81b5039510e4
14260 Author: Behdad Esfahbod <behdad@behdad.org>
14261 Date: Mon Nov 12 13:02:20 2012 -0800
14265 src/hb-ot-head-table.hh | 2 +-
14266 1 file changed, 1 insertion(+), 1 deletion(-)
14268 commit 365f27ab5ba025bf1be6a882ed213c695cbfed7e
14269 Author: Behdad Esfahbod <behdad@behdad.org>
14270 Date: Mon Nov 12 11:16:57 2012 -0800
14272 Work around older compilers
14274 As reported on the list:
14276 I am seeing a similar problem building harfbuzz 0.9.5 with Apple gcc
14277 4.0.1 on OS X 10.5 Leopard:
14279 hb-ot-layout-common-private.hh:406: error: 'struct
14280 OT::CoverageFormat1::Iter' is private
14281 hb-ot-layout-common-private.hh:646: error: within this context
14282 hb-ot-layout-common-private.hh:500: error: 'struct
14283 OT::CoverageFormat2::Iter' is private
14284 hb-ot-layout-common-private.hh:647: error: within this context
14285 make[4]: *** [libharfbuzz_la-hb-ot-layout.lo] Error 1
14287 Also reported as happening with MSVC 2005.
14289 src/hb-ot-layout-common-private.hh | 6 ++++++
14290 1 file changed, 6 insertions(+)
14292 commit 6b389ddc3623d042ded4731f4d62dc354002fdd0
14293 Author: Behdad Esfahbod <behdad@behdad.org>
14294 Date: Mon Nov 12 11:02:56 2012 -0800
14296 [Indic] Don't apply 'liga'
14298 Uniscribe doesn't. And some fonts abuse this feature to get Indic
14299 shaping working in non-complex applications like Adobe's apps.
14301 No change in numbers:
14303 BENGALI: 353897 out of 354188 tests passed. 291 failed (0.0821598%)
14304 DEVANAGARI: 707337 out of 707394 tests passed. 57 failed (0.00805774%)
14305 GUJARATI: 366440 out of 366457 tests passed. 17 failed (0.00463902%)
14306 GURMUKHI: 60704 out of 60747 tests passed. 43 failed (0.0707854%)
14307 KANNADA: 951046 out of 951913 tests passed. 867 failed (0.0910798%)
14308 KHMER: 299074 out of 299124 tests passed. 50 failed (0.0167155%)
14309 LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
14310 MALAYALAM: 1048011 out of 1048334 tests passed. 323 failed
14312 ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
14313 SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
14314 TAMIL: 1091754 out of 1091754 tests passed. 0 failed (0%)
14315 TELUGU: 970557 out of 970573 tests passed. 16 failed (0.00164851%)
14316 TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
14318 src/hb-ot-shape-complex-indic.cc | 2 ++
14319 1 file changed, 2 insertions(+)
14321 commit d05ac7dc3f2949e85f1fe996315b31b7aae370fe
14322 Author: Behdad Esfahbod <behdad@behdad.org>
14323 Date: Mon Nov 12 10:26:50 2012 -0800
14325 Fix hb-ft glyph name for broken fonts that return empty glyph names
14327 src/hb-ft.cc | 2 +-
14328 1 file changed, 1 insertion(+), 1 deletion(-)
14330 commit 3bc22eb7b843c77706bb13fc332009097f247813
14331 Author: Behdad Esfahbod <behdad@behdad.org>
14332 Date: Mon Nov 12 10:07:28 2012 -0800
14336 util/options.cc | 2 +-
14337 1 file changed, 1 insertion(+), 1 deletion(-)
14339 commit 4899801155cc0fef7a8aa58c33ac2d30ba34bcc3
14340 Author: Behdad Esfahbod <behdad@behdad.org>
14341 Date: Thu Nov 8 15:08:26 2012 -0800
14343 U+A872 PHAGS-PA SUPERFIXED LETTER RA is "Right"-Joining
14345 src/hb-ot-shape-complex-arabic.cc | 3 +++
14346 1 file changed, 3 insertions(+)
14348 commit 22a685836a59d1c02914761c02d3852810b83ec5
14349 Author: Behdad Esfahbod <behdad@behdad.org>
14350 Date: Mon Nov 5 15:20:10 2012 -0800
14352 Adjust Mongolian shaping
14354 For U+1880..U+1886 Uniscribe thinks they are non-joining.
14355 For U+1887 Uniscribe thinks it's joining, but looks wrong to me.
14356 For now, match Uniscribe.
14358 src/hb-ot-shape-complex-arabic.cc | 3 +++
14359 1 file changed, 3 insertions(+)
14361 commit e6b86c8519f894bf7fe18d5c143276521fcacece
14362 Author: Behdad Esfahbod <behdad@behdad.org>
14363 Date: Mon Nov 5 15:18:49 2012 -0800
14365 Add test for non-joining Mongolian letters
14367 For U+1880..U+1886 Uniscribe thinks they are non-joining.
14368 For U+1887 Uniscribe thinks it's joining, but looks wrong to me.
14370 .../texts/in-tree/shaper-arabic/script-mongolian/misc/MANIFEST | 1 +
14371 .../in-tree/shaper-arabic/script-mongolian/misc/non-joining.txt |
14373 2 files changed, 9 insertions(+)
14375 commit c26a52fbe62e5ba4d0e1e2ba13bfb6ceb3f773dc
14376 Author: Behdad Esfahbod <behdad@behdad.org>
14377 Date: Sun Nov 4 16:48:45 2012 -0800
14381 src/hb-ot-shape-fallback.cc | 2 +-
14382 1 file changed, 1 insertion(+), 1 deletion(-)
14384 commit f60d3ed35d94f1adcfd73ca05d03d7e81fb5de03
14385 Author: Behdad Esfahbod <behdad@behdad.org>
14386 Date: Sun Nov 4 16:44:47 2012 -0800
14390 src/hb-set-private.hh | 2 +-
14391 1 file changed, 1 insertion(+), 1 deletion(-)
14393 commit f5e55754f962184d2fb7dcab837cdba56e8c7731
14394 Author: Behdad Esfahbod <behdad@behdad.org>
14395 Date: Fri Nov 2 13:53:18 2012 -0700
14397 Add Tifinagh test data
14399 test/shaping/texts/in-tree/shaper-default/MANIFEST | 2 ++
14400 .../texts/in-tree/shaper-default/script-tifinagh/MANIFEST | 1 +
14401 .../in-tree/shaper-default/script-tifinagh/misc/MANIFEST | 1 +
14402 .../in-tree/shaper-default/script-tifinagh/misc/misc.txt |
14404 4 files changed, 15 insertions(+)
14406 commit 10a33296e674ee84b9ed2df25cf373de7d020b8d
14407 Author: Behdad Esfahbod <behdad@behdad.org>
14408 Date: Fri Nov 2 13:38:55 2012 -0700
14412 src/hb-ot-tag.cc | 2 ++
14413 1 file changed, 2 insertions(+)
14415 commit c21498afd857e78230f761ee5c9e73adece89dd0
14416 Author: Behdad Esfahbod <behdad@behdad.org>
14417 Date: Fri Nov 2 10:21:26 2012 -0700
14419 Add Mongolian and 'Phags-pa joining test cases
14421 test/shaping/texts/in-tree/shaper-arabic/MANIFEST | 1 +
14422 .../in-tree/shaper-arabic/script-mongolian/misc/misc.txt | 3 +++
14423 .../texts/in-tree/shaper-arabic/script-phags-pa/MANIFEST | 1 +
14424 .../in-tree/shaper-arabic/script-phags-pa/misc/MANIFEST | 1 +
14425 .../in-tree/shaper-arabic/script-phags-pa/misc/misc.txt | 14
14427 5 files changed, 20 insertions(+)
14429 commit 3ba7bc14ea652d27639f34109e51a497a678a54a
14430 Author: Behdad Esfahbod <behdad@behdad.org>
14431 Date: Thu Nov 1 20:05:04 2012 -0700
14433 Implement 'Phags-pa shaping
14435 Through the Arabic shaper. It's similar to Mongolian.
14437 src/hb-ot-shape-complex-arabic.cc | 15 ++++++++++++---
14438 src/hb-ot-shape-complex-private.hh | 4 +---
14439 2 files changed, 13 insertions(+), 6 deletions(-)
14441 commit 431bef2e16c7888ca3960f5797432d3a20903550
14442 Author: Behdad Esfahbod <behdad@behdad.org>
14443 Date: Thu Nov 1 16:26:01 2012 -0700
14447 test/api/Makefile.am | 10 +++++++++-
14448 1 file changed, 9 insertions(+), 1 deletion(-)
14450 commit da70111ab234e8b740ce6fb1789a1809fbec0c44
14451 Author: Behdad Esfahbod <behdad@behdad.org>
14452 Date: Wed Oct 31 13:45:30 2012 -0700
14454 Don't clear buffer pre-context if no new context is being provided
14456 Patch from Jonathan Kew.
14460 Mozilla Bug 801410 - avoid inserting dotted-circle for run-initial
14461 Unicode combining characters in "simple" scripts such as Latin
14463 https://bugzilla.mozilla.org/show_bug.cgi?id=801410
14465 src/hb-buffer.cc | 9 ++++++++-
14466 1 file changed, 8 insertions(+), 1 deletion(-)
14468 commit 0bc7a38463bfb37f12efeb1b8cb2024cf4a347bc
14469 Author: Behdad Esfahbod <behdad@behdad.org>
14470 Date: Mon Oct 29 22:02:45 2012 -0700
14472 [OT] Fix ReverseChainingSubst
14474 We should make it clear that we don't want output buffer in this case,
14475 otherwise buffer->backtrack_len() would be wrong.
14477 src/hb-buffer-private.hh | 1 +
14478 src/hb-buffer.cc | 13 +++++++++++++
14479 src/hb-ot-layout-gsub-table.hh | 1 +
14480 3 files changed, 15 insertions(+)
14482 commit 2616689d159024d2b1cb1e68f9936b2129bf9be6
14483 Author: Behdad Esfahbod <behdad@behdad.org>
14484 Date: Mon Oct 29 21:51:56 2012 -0700
14486 More tracing fixups
14488 src/hb-ot-layout-gsubgpos-private.hh | 13 +++++++------
14489 1 file changed, 7 insertions(+), 6 deletions(-)
14491 commit 937f8d3871863b8b1ed1d8900cf41999d92ba30f
14492 Author: Behdad Esfahbod <behdad@behdad.org>
14493 Date: Mon Oct 29 21:49:33 2012 -0700
14495 [Arabic] Enable dlig and mset for Arabic
14497 That's what the spec says, and what Uniscribe does.
14499 src/hb-ot-shape-complex-arabic.cc | 3 ++-
14500 1 file changed, 2 insertions(+), 1 deletion(-)
14502 commit 911ed096980630fd4a37bf2024036daae13a6056
14503 Author: Behdad Esfahbod <behdad@behdad.org>
14504 Date: Mon Oct 29 19:42:19 2012 -0700
14506 Ignore gid0 in test results
14508 test/shaping/hb_test_tools.py | 1 +
14509 1 file changed, 1 insertion(+)
14511 commit bc513add7999baf32f126ceebbd318105ee66985
14512 Author: Behdad Esfahbod <behdad@behdad.org>
14513 Date: Mon Oct 29 19:03:55 2012 -0700
14515 Add missing TRACE_RETURN
14517 src/hb-ot-layout-gsubgpos-private.hh | 2 +-
14518 1 file changed, 1 insertion(+), 1 deletion(-)
14520 commit 10b88d89ef1efcfddbbfabd3669399b472c8a900
14521 Author: Behdad Esfahbod <behdad@behdad.org>
14522 Date: Mon Oct 29 18:18:24 2012 -0700
14524 Add Ethiopic test case
14526 This sequence: U+120B,U+135F,U+120B with the Nyala font from Win7
14527 exposes a GPOS bug in Uniscribe, in that the positioned mark is
14529 moved as a result a following kern.
14531 This is the one "failure" in the Ethiopic test suite :-).
14533 ETHIOPIC: 118900 out of 118901 tests passed. 1 failed (0.000841036%)
14535 test/shaping/texts/in-tree/shaper-default/script-ethiopic/MANIFEST |
14537 test/shaping/texts/in-tree/shaper-default/script-ethiopic/misc/MANIFEST |
14539 test/shaping/texts/in-tree/shaper-default/script-ethiopic/misc/misc.txt |
14541 3 files changed, 3 insertions(+)
14543 commit 88d3c98e309e14c3115825d1d8d40d0b3eec2d97
14544 Author: Behdad Esfahbod <behdad@behdad.org>
14545 Date: Mon Oct 29 16:27:02 2012 -0700
14547 [Indic] Position pre-base reordering Ra after Chillus in Malayalam
14549 The logic for pre-base reordering follows the left matra logic.
14550 We had an exception for Malayalam/Tamil in the left matra
14552 which was not reflected in pre-base reordering.
14554 Malayalam failures down from 337 to 323.
14556 BENGALI: 353996 out of 354285 tests passed. 289 failed (0.0815727%)
14557 DEVANAGARI: 707339 out of 707394 tests passed. 55 failed (0.00777502%)
14558 GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
14559 GURMUKHI: 60769 out of 60809 tests passed. 40 failed (0.0657797%)
14560 KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
14561 KHMER: 299106 out of 299124 tests passed. 18 failed (0.00601757%)
14562 LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
14563 MALAYALAM: 1048011 out of 1048334 tests passed. 323 failed
14565 ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
14566 SINHALA: 271726 out of 271847 tests passed. 121 failed (0.0445103%)
14567 TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
14568 TELUGU: 970558 out of 970573 tests passed. 15 failed (0.00154548%)
14569 TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
14571 src/hb-ot-shape-complex-indic.cc | 35 +++++++++++++++++++++--------------
14572 1 file changed, 21 insertions(+), 14 deletions(-)
14574 commit 21bf796954678d02f136709cade43adef6f8f42b
14575 Author: Behdad Esfahbod <behdad@behdad.org>
14576 Date: Mon Oct 29 14:21:09 2012 -0700
14580 src/hb-ucdn/COPYING | 13 +++++++++++++
14581 1 file changed, 13 insertions(+)
14583 commit 01013a0f5c58d5d54a37e5b4d6692e0bbd4baf80
14584 Author: Behdad Esfahbod <behdad@behdad.org>
14585 Date: Mon Oct 29 10:56:04 2012 -0700
14587 Include config.h.in in tree
14589 I typically don't like including generating files in tree.
14591 make an exception for this, since this forms the canonical list of
14592 options one would need to go through when building with alternative
14597 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
14598 2 files changed, 160 insertions(+), 1 deletion(-)
14600 commit 02ed52169ad3bb48f4989f721b0c6572e064a712
14601 Author: Behdad Esfahbod <behdad@behdad.org>
14602 Date: Sun Oct 28 21:26:19 2012 -0700
14604 Improve license information
14607 src/hb-icu-le/COPYING | 2 ++
14608 src/hb-icu-le/Makefile.am | 2 +-
14609 src/hb-ucdn/Makefile.am | 2 +-
14610 src/hb-ucdn/README | 7 +++++++
14611 5 files changed, 13 insertions(+), 2 deletions(-)
14613 commit 4c1d9244617e472464722e64d2cdbc1f9e8827f6
14614 Author: Behdad Esfahbod <behdad@behdad.org>
14615 Date: Sun Oct 28 20:27:25 2012 -0700
14619 src/hb-icu-le.cc | 2 +-
14620 1 file changed, 1 insertion(+), 1 deletion(-)
14622 commit 38b015e57ffa75d3b078a368c23685beb7c3f946
14623 Author: Behdad Esfahbod <behdad@behdad.org>
14624 Date: Sun Oct 28 20:11:47 2012 -0700
14626 Fix hb_buffer_set_length(buffer, 0)
14628 Was causing invalid realloc()s.
14630 src/hb-buffer.cc | 2 +-
14631 1 file changed, 1 insertion(+), 1 deletion(-)
14633 commit b7115b63be72e109b51f538ba581aed1017b2d55
14634 Author: Behdad Esfahbod <behdad@behdad.org>
14635 Date: Sun Oct 28 20:11:42 2012 -0700
14639 src/hb-icu-le.cc | 1 +
14640 1 file changed, 1 insertion(+)
14642 commit 71ee1f24503cd066ffc1a36cc5dd9a3c1d1a6dfd
14643 Author: Behdad Esfahbod <behdad@behdad.org>
14644 Date: Sun Oct 28 19:18:11 2012 -0700
14646 Port to ICU LayoutEngine C API
14648 Incidentally, this makes it not crash with icu-le-hb anymore...
14649 I'm not smart / stupid enough to spend two more days debugging C++
14650 linking issues, and this is ABI-stable at least.
14652 src/hb-icu-le.cc | 31 ++++++++++++++++---------------
14653 1 file changed, 16 insertions(+), 15 deletions(-)
14655 commit 0144f05e57088b30ac894cdae8b04b265d4dfbe7
14656 Author: Behdad Esfahbod <behdad@behdad.org>
14657 Date: Fri Oct 26 13:48:06 2012 -0700
14659 Remove unused members
14661 src/hb-icu-le/PortableFontInstance.h | 3 ---
14662 1 file changed, 3 deletions(-)
14664 commit cf3afd8979b1db76d437f428cbd51cb363e0d18e
14665 Author: Behdad Esfahbod <behdad@behdad.org>
14666 Date: Thu Oct 25 16:32:54 2012 -0700
14668 Rename and revamp is_zero_width() to be is_default_ignorable()
14670 That's really the logic desired. Except that MONGOLIAN VOWEL
14672 is not default_ignorable but it really should be. Reported to
14675 Based on suggestion from Konstantin Ritt.
14677 src/hb-fallback-shape.cc | 2 +-
14678 src/hb-ot-shape-private.hh | 4 +--
14679 src/hb-ot-shape.cc | 2 +-
14680 src/hb-unicode-private.hh | 90
14681 +++++++++++++++++++++++++++++-----------------
14682 4 files changed, 62 insertions(+), 36 deletions(-)
14684 commit a724139e641bf1592b1ff786a75a9de2ea8163cf
14685 Author: Behdad Esfahbod <behdad@behdad.org>
14686 Date: Wed Oct 24 14:02:15 2012 -0700
14690 TODO | 14 ++++++++++----
14691 1 file changed, 10 insertions(+), 4 deletions(-)
14693 commit 13c058472913b7b6d689f9022226079da65420b0
14694 Author: Behdad Esfahbod <behdad@behdad.org>
14695 Date: Sun Oct 14 18:37:09 2012 -0500
14699 NEWS | 23 +++++++++++++++++++++++
14700 configure.ac | 2 +-
14701 2 files changed, 24 insertions(+), 1 deletion(-)
14703 commit fecdfa95daf4916695f23e7dab89ab363be11b89
14704 Author: Behdad Esfahbod <behdad@behdad.org>
14705 Date: Sun Oct 7 17:19:58 2012 -0400
14707 Fixup hb_ot_shape_closure()
14709 Broke it when merged cmap mapping and normalizer. Ouch!
14711 src/hb-ot-shape.cc | 2 +-
14712 1 file changed, 1 insertion(+), 1 deletion(-)
14714 commit 2d1dcb3ce3354c2d5e2b4d1d291beb8d23cdea22
14715 Author: Behdad Esfahbod <behdad@behdad.org>
14716 Date: Sun Oct 7 17:13:46 2012 -0400
14718 Mark debug message functions static
14720 src/hb-private.hh | 6 +++---
14721 1 file changed, 3 insertions(+), 3 deletions(-)
14723 commit 9947bd6daffb5ec76b67536575e7617ba4f10b1e
14724 Author: Behdad Esfahbod <behdad@behdad.org>
14725 Date: Tue Oct 2 20:44:43 2012 -0400
14727 Update UCDN to upstream commit
14728 3f159c87824230b59af56e40e2db32caf6afa51a
14730 - Unicode 6.2.0 goodness,
14731 - Unassigned codepoints now have correct properties. Passes test
14734 src/hb-ucdn/unicodedata_db.h | 1966
14735 ++++++++++++++++++++++--------------------
14736 1 file changed, 1036 insertions(+), 930 deletions(-)
14738 commit 32dbfcf763d1ae497d3c95de986a83441331678f
14739 Author: Behdad Esfahbod <behdad@behdad.org>
14740 Date: Tue Oct 2 17:42:13 2012 -0400
14742 Fix visibility of UCDN symbols
14744 src/hb-ucdn.cc | 2 --
14745 src/hb-ucdn/ucdn.h | 19 +++++++++++++++++++
14746 2 files changed, 19 insertions(+), 2 deletions(-)
14748 commit 3f33f0d1f2603f22e86adffe3c3836136ba5e5fd
14749 Author: Behdad Esfahbod <behdad@behdad.org>
14750 Date: Tue Oct 2 16:03:18 2012 -0400
14752 Import UCDN into source tree
14754 https://github.com/grigorig/ucdn
14756 configure.ac | 11 +-
14757 src/Makefile.am | 7 +
14758 src/hb-ucdn.cc | 207 ++
14759 src/hb-ucdn/Makefile.am | 18 +
14760 src/hb-ucdn/README | 33 +
14761 src/hb-ucdn/ucdn.c | 282 +++
14762 src/hb-ucdn/ucdn.h | 290 +++
14763 src/hb-ucdn/unicodedata_db.h | 4648
14764 ++++++++++++++++++++++++++++++++++++++++++
14765 src/hb-unicode.cc | 3 +
14766 9 files changed, 5498 insertions(+), 1 deletion(-)
14768 commit 0e292eb2a2abbac152eeea2060e58b7a66449745
14769 Author: Behdad Esfahbod <behdad@behdad.org>
14770 Date: Tue Oct 2 14:59:00 2012 -0400
14772 Remove Glib thread-safety support
14774 Now that we have pthread detection in configure, we don't need Glib
14775 anymore. Glib will only be a Unicode data provider.
14777 configure.ac | 8 ++++----
14778 src/hb-atomic-private.hh | 13 -------------
14779 src/hb-mutex-private.hh | 20 --------------------
14780 3 files changed, 4 insertions(+), 37 deletions(-)
14782 commit 66efe896483c58f3ef9bd218c02bb7ea604f68ee
14783 Author: Behdad Esfahbod <behdad@behdad.org>
14784 Date: Tue Oct 2 14:55:32 2012 -0400
14788 configure.ac | 7 +++++++
14789 src/Makefile.am | 5 +++++
14790 2 files changed, 12 insertions(+)
14792 commit 10a8162dddb8b39ae130fe5bb7d1819471fa7e06
14793 Author: Behdad Esfahbod <behdad@behdad.org>
14794 Date: Tue Oct 2 14:46:34 2012 -0400
14798 m4/ax_pthread.m4 | 309
14799 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
14800 1 file changed, 309 insertions(+)
14802 commit 8ac34bc6ff1d0646503a45659b1846d8cf9c0603
14803 Author: Behdad Esfahbod <behdad@behdad.org>
14804 Date: Tue Oct 2 14:46:04 2012 -0400
14806 Add pkg.m4 to git repo
14809 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
14810 1 file changed, 157 insertions(+)
14812 commit c7afac0aa6e51e6a49ebf13f72537398698c9e49
14813 Author: Behdad Esfahbod <behdad@behdad.org>
14814 Date: Tue Oct 2 14:44:47 2012 -0400
14816 Add AC_CONFIG_MACRODIR
14819 configure.ac | 2 ++
14820 2 files changed, 4 insertions(+)
14822 commit f2eb3fa9dca8d21fae20c9b9dddad3245df74a05
14823 Author: Behdad Esfahbod <behdad@behdad.org>
14824 Date: Tue Sep 25 21:35:35 2012 -0400
14826 [OT] Only insert dottedcircle if at the beginning of paragraph
14828 If the first char in the run is a combining mark, but there is text
14829 before the run, don't insert dottedcircle.
14831 Part of addressing:
14832 https://bugzilla.redhat.com/show_bug.cgi?id=858736
14834 src/hb-ot-shape.cc | 6 ++----
14835 1 file changed, 2 insertions(+), 4 deletions(-)
14837 commit bdc2fc8294da7f374701aafe9f5a82d60633946f
14838 Author: Behdad Esfahbod <behdad@behdad.org>
14839 Date: Tue Sep 25 21:32:35 2012 -0400
14841 [Arabic] Respect Arabic joining from neighboring context
14843 Now we respect Arabic joining across runs.
14845 src/hb-ot-shape-complex-arabic.cc | 31 +++++++++++++++++++++++++++++--
14846 1 file changed, 29 insertions(+), 2 deletions(-)
14848 commit 05207a79e0ae1769c5feaebe3fd99bdf9cfcf834
14849 Author: Behdad Esfahbod <behdad@behdad.org>
14850 Date: Tue Sep 25 17:44:53 2012 -0400
14852 [buffer] Save pre/post textual context
14854 To be used for a variety of purposes. We save up to five characters
14855 in each direction. No public API changes, everything is taken care
14856 of already. All clients need to do is to call hb_buffer_add_utf* with
14857 the full text + segment info (or at least some context) instead of
14858 just passing in the segment.
14860 Various operations (hb_buffer_reset, hb_buffer_set_length,
14861 hb_buffer_add*) automatically reset the relevant contexts.
14863 src/hb-buffer-private.hh | 13 ++++++++++++-
14864 src/hb-buffer.cc | 44
14865 ++++++++++++++++++++++++++++++++++++++++----
14866 src/hb-buffer.h | 2 +-
14867 3 files changed, 53 insertions(+), 6 deletions(-)
14869 commit 89ac39dbbe028e6379f64392f2e590e3f1fdd847
14870 Author: Behdad Esfahbod <behdad@behdad.org>
14871 Date: Tue Sep 25 13:59:24 2012 -0400
14875 src/hb-utf-private.hh | 71
14876 +++++++++++++++++++++++++++++++++++++++++++++++++--
14877 1 file changed, 69 insertions(+), 2 deletions(-)
14879 commit 70ea4ac6887c7057113d714a98e55738b6196562
14880 Author: Behdad Esfahbod <behdad@behdad.org>
14881 Date: Tue Sep 25 12:30:16 2012 -0400
14883 Slightly optimize UTF-8 parsing
14885 src/hb-utf-private.hh | 4 ++--
14886 1 file changed, 2 insertions(+), 2 deletions(-)
14888 commit 4445e5e2ecc257a5d0fa2f2715bb7181a47346da
14889 Author: Behdad Esfahbod <behdad@behdad.org>
14890 Date: Tue Sep 25 12:26:12 2012 -0400
14892 [buffer] Cleanup / optimize UTF-16 parsing a bit
14894 src/hb-utf-private.hh | 12 +++++++-----
14895 1 file changed, 7 insertions(+), 5 deletions(-)
14897 commit 1f66c3c1a0eb869c0d85a015235313177e0cec62
14898 Author: Behdad Esfahbod <behdad@behdad.org>
14899 Date: Tue Sep 25 11:42:16 2012 -0400
14901 Add hb_utf_strlen()
14903 Speeds up UTF-8 parsing by calling strlen().
14905 src/hb-buffer.cc | 13 ++-----------
14906 src/hb-utf-private.hh | 22 ++++++++++++++++++++++
14907 2 files changed, 24 insertions(+), 11 deletions(-)
14909 commit 7f19ae7b9f806a2e35206b2ad41651c5f80b2537
14910 Author: Behdad Esfahbod <behdad@behdad.org>
14911 Date: Tue Sep 25 11:22:28 2012 -0400
14913 [buffer] Templatize UTF handling
14915 Also move UTF routines into a separate file, to be reused from shapers
14918 src/Makefile.am | 1 +
14919 src/hb-buffer.cc | 157
14920 +++++++++++++-------------------------------------
14921 src/hb-utf-private.hh | 113 ++++++++++++++++++++++++++++++++++++
14922 3 files changed, 155 insertions(+), 116 deletions(-)
14924 commit 0e0a4da9b7677a09e00d27313236e1f333864dd6
14925 Author: Behdad Esfahbod <behdad@behdad.org>
14926 Date: Tue Sep 25 11:09:04 2012 -0400
14928 [buffer] Towards template'izing different UTF adders
14930 src/hb-buffer.cc | 11 ++++++++++-
14931 1 file changed, 10 insertions(+), 1 deletion(-)
14933 commit 7d37280600c157f3c4eae8746e99511702a58e8f
14934 Author: Behdad Esfahbod <behdad@behdad.org>
14935 Date: Tue Sep 25 11:04:41 2012 -0400
14939 src/hb-buffer.cc | 2 +-
14940 1 file changed, 1 insertion(+), 1 deletion(-)
14942 commit 54d5da4ee9d902ff36473cec558137eef8f23825
14943 Author: Behdad Esfahbod <behdad@behdad.org>
14944 Date: Tue Sep 25 10:50:41 2012 -0400
14946 Remove unused indic.cc
14948 src/Makefile.am | 6 +-----
14949 src/indic.cc | 51 ---------------------------------------------------
14950 2 files changed, 1 insertion(+), 56 deletions(-)
14952 commit fab7a71f110ed646745d54b23284537c50058c21
14953 Author: Behdad Esfahbod <behdad@behdad.org>
14954 Date: Mon Sep 24 21:51:13 2012 -0400
14956 [Indic] Import ragel-generated Indic machine in git
14958 I don't expect ragel to be creating too much noise in its generated
14959 output, and including this in-tree helps users right now. We can
14960 revisit this later if it proved to be too much trouble.
14963 src/Makefile.am | 1 -
14964 src/hb-ot-shape-complex-indic-machine.hh | 1314
14965 ++++++++++++++++++++++++++++++
14966 3 files changed, 1314 insertions(+), 7 deletions(-)
14968 commit 20a840c7cd08069720050782b4533cde505df09a
14969 Author: Behdad Esfahbod <behdad@behdad.org>
14970 Date: Mon Sep 24 20:23:00 2012 -0400
14972 Use a C++ linker on Windows
14974 On Windows we don't care whether or not we link to libstdc++.
14975 Seems to fix build with mingw32 on msys, as reported by Werner.
14977 src/Makefile.am | 6 ++++--
14978 1 file changed, 4 insertions(+), 2 deletions(-)
14980 commit eb7669a38072b66eef3bd905a93c4815bef3f0e5
14981 Author: Behdad Esfahbod <behdad@behdad.org>
14982 Date: Tue Sep 18 19:42:06 2012 -0400
14986 src/Makefile.am | 5 +----
14987 1 file changed, 1 insertion(+), 4 deletions(-)
14989 commit d00f7d83750258eff915a3826700c4819e63e481
14990 Author: Behdad Esfahbod <behdad@behdad.org>
14991 Date: Mon Sep 17 20:59:09 2012 -0400
14995 src/Makefile.am | 5 ++++-
14996 1 file changed, 4 insertions(+), 1 deletion(-)
14998 commit 811eefe225d20b20f1de20c6e62a0ebd6d89102a
14999 Author: Behdad Esfahbod <behdad@behdad.org>
15000 Date: Mon Sep 10 09:56:27 2012 -0400
15002 Return NULL, not false
15006 src/hb-open-type-private.hh | 2 +-
15007 1 file changed, 1 insertion(+), 1 deletion(-)
15009 commit 166b5cf7ec2d37fb54a909c437ccdec1edaf37aa
15010 Author: Behdad Esfahbod <behdad@behdad.org>
15011 Date: Fri Sep 7 14:55:07 2012 -0400
15013 [Indic] Find syllables before any features are applied
15015 With FreeSerif, it seems that the 'ccmp' feature does ligature
15016 substituttions. That was then causing syllable match failures.
15018 find syllables before any features have been applied.
15020 Test sequence: U+0D9A,U+0DCA,U+200D,U+0DBB,U+0DCF
15022 src/hb-ot-shape-complex-indic-machine.rl | 4 +-
15023 src/hb-ot-shape-complex-indic.cc | 56
15024 +++++++++++++++-------
15025 .../indic/script-sinhala/misc/misc.txt | 1 +
15026 3 files changed, 43 insertions(+), 18 deletions(-)
15028 commit 96fdc04e5c6daafce3d45e7508418e4db94df44c
15029 Author: Behdad Esfahbod <behdad@behdad.org>
15030 Date: Thu Sep 6 22:26:16 2012 -0400
15032 Add hb_buffer_[sg]et_content_type
15034 And hb_buffer_content_type_t and enum values.
15037 src/hb-buffer-private.hh | 2 ++
15038 src/hb-buffer.cc | 34 ++++++++++++++++++++++++++++++++++
15039 src/hb-buffer.h | 14 ++++++++++++++
15040 src/hb-shape.cc | 5 +++++
15041 5 files changed, 56 insertions(+)
15043 commit e30ebd2794b37bd8ec716a258d5cb017fb1dfadc
15044 Author: Behdad Esfahbod <behdad@behdad.org>
15045 Date: Thu Sep 6 22:09:06 2012 -0400
15047 Add hb_feature_to/from_string()
15050 src/hb-common.cc | 9 +++
15051 src/hb-common.h | 6 +-
15052 src/hb-shape.cc | 168
15053 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
15054 src/hb-shape.h | 13 +++++
15055 util/options.cc | 132 ++-----------------------------------------
15056 6 files changed, 201 insertions(+), 131 deletions(-)
15058 commit f67917161bbe317a33d6407fbc62ebffcafe7154
15059 Author: Behdad Esfahbod <behdad@behdad.org>
15060 Date: Thu Sep 6 17:22:31 2012 -0400
15062 [OT] Do per-ligature-component fallback mark positioning
15064 With this in place, you can remove GDEF/GSUB/GPOS tables from Arabic
15065 fonts and still get per-component marks positioned on
15066 oh-yeah-fallback-formed LAM-ALEF ligatures with marks in between
15070 Now *that*'s pretty cool, if a bit anachronistic...
15072 src/hb-ot-shape-fallback.cc | 43
15073 ++++++++++++++++++++++++++++++++++++-------
15074 1 file changed, 36 insertions(+), 7 deletions(-)
15076 commit 525c6855783a018d52867b9ece2ee90868ff1f91
15077 Author: Behdad Esfahbod <behdad@behdad.org>
15078 Date: Thu Sep 6 16:02:07 2012 -0400
15080 [OT] Make fallback mark positioning more robust
15082 ...with clusters spanning multiple base characters.
15084 src/hb-ot-shape-fallback.cc | 11 +++++++++--
15085 1 file changed, 9 insertions(+), 2 deletions(-)
15087 commit 5d502443f5a07cbd0aa860dd71a0fa4ea8b6ff9f
15088 Author: Behdad Esfahbod <behdad@behdad.org>
15089 Date: Thu Sep 6 15:29:29 2012 -0400
15091 [old] Clear offset array
15093 src/hb-old.cc | 3 +++
15094 1 file changed, 3 insertions(+)
15096 commit 9433c218b4853442dd9ad53d0588a837a33dbf1e
15097 Author: Behdad Esfahbod <behdad@behdad.org>
15098 Date: Thu Sep 6 14:27:15 2012 -0400
15100 [OT] Simplify fallback positioning condition
15102 src/hb-ot-shape-fallback.cc | 3 +--
15103 1 file changed, 1 insertion(+), 2 deletions(-)
15105 commit 028a1706f898bfcee0d14acfba47ebe1de09f0c4
15106 Author: Behdad Esfahbod <behdad@behdad.org>
15107 Date: Thu Sep 6 14:25:48 2012 -0400
15109 Refactor common macro
15111 src/hb-ot-shape-fallback.cc | 5 +----
15112 src/hb-ot-shape-normalize.cc | 5 +----
15113 src/hb-ot-shape.cc | 5 +----
15114 src/hb-unicode-private.hh | 9 +++++++++
15115 4 files changed, 12 insertions(+), 12 deletions(-)
15117 commit 07cfbe21b511056d5c3c75cbfe84e4e982c3e8fb
15118 Author: Behdad Esfahbod <behdad@behdad.org>
15119 Date: Thu Sep 6 01:16:39 2012 -0400
15121 [OT] Streamline Arabic fallback shaping table
15123 src/gen-arabic-table.py | 6 +-
15124 src/hb-ot-shape-complex-arabic-fallback.hh | 2 +-
15125 src/hb-ot-shape-complex-arabic-table.hh | 266
15126 ++++++++++++++---------------
15127 3 files changed, 137 insertions(+), 137 deletions(-)
15129 commit 82f6b6f388b801a1483854cb56a2cadbb94e0f2b
15130 Author: Behdad Esfahbod <behdad@behdad.org>
15131 Date: Thu Sep 6 01:12:50 2012 -0400
15135 src/hb-ot-shape-complex-arabic-fallback.hh | 13 +++++++------
15136 1 file changed, 7 insertions(+), 6 deletions(-)
15138 commit fabd3113a98c5f4114f48920fa7ea38bd65a8d32
15139 Author: Behdad Esfahbod <behdad@behdad.org>
15140 Date: Wed Sep 5 22:19:28 2012 -0400
15142 [OT] Port Arabic fallback shaping to synthetic GSUB
15144 All of init/medi/fina/isol and rlig implemented.
15146 Let there be dragons... ⻯
15148 src/Makefile.am | 1 +
15149 src/hb-open-type-private.hh | 69 +++++---
15150 src/hb-ot-layout-common-private.hh | 9 +-
15151 src/hb-ot-layout-gsub-table.hh | 11 +-
15152 src/hb-ot-map-private.hh | 6 +
15153 src/hb-ot-map.cc | 1 +
15154 src/hb-ot-shape-complex-arabic-fallback.hh | 252
15155 +++++++++++++++++++++++++++++
15156 src/hb-ot-shape-complex-arabic.cc | 158 ++++++------------
15157 src/hb-ot-shape.cc | 7 +-
15158 src/hb-private.hh | 11 +-
15159 10 files changed, 369 insertions(+), 156 deletions(-)
15161 commit f0b8ed1b6dd9f1d2b9084c101a6fc5dee0cc22a8
15162 Author: Behdad Esfahbod <behdad@behdad.org>
15163 Date: Wed Sep 5 17:32:57 2012 -0400
15165 [Indic] Allow "H,ZWJ,M"
15167 Uniscribe accepts a Halant,ZWJ before matras. Allow that.
15169 BENGALI down from 295 to 291
15170 DEVANAGARI down from 69 to 57
15171 GUJARATI down from 19 to 17
15172 KANNADA down from 871 to 867
15173 MALAYALAM down from 340 to 337
15174 TELUGU down from 20 to 16
15178 BENGALI: 353897 out of 354188 tests passed. 291 failed (0.0821598%)
15179 DEVANAGARI: 707337 out of 707394 tests passed. 57 failed (0.00805774%)
15180 GUJARATI: 366440 out of 366457 tests passed. 17 failed (0.00463902%)
15181 GURMUKHI: 60704 out of 60747 tests passed. 43 failed (0.0707854%)
15182 KANNADA: 951046 out of 951913 tests passed. 867 failed (0.0910798%)
15183 KHMER: 299077 out of 299124 tests passed. 47 failed (0.0157125%)
15184 LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
15185 MALAYALAM: 1047997 out of 1048334 tests passed. 337 failed
15187 ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
15188 SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
15189 TAMIL: 1091754 out of 1091754 tests passed. 0 failed (0%)
15190 TELUGU: 970557 out of 970573 tests passed. 16 failed (0.00164851%)
15191 TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
15193 src/hb-ot-shape-complex-indic-machine.rl | 2 +-
15194 1 file changed, 1 insertion(+), 1 deletion(-)
15196 commit 4ed717ef61813fa16cf74f2874848e9feb81568f
15197 Author: Behdad Esfahbod <behdad@behdad.org>
15198 Date: Wed Sep 5 17:21:17 2012 -0400
15200 [Indic] Relax grammar
15202 Now that we insert dotted-circle, tests break more easily when
15206 In particular, a few Devanagari tests were having sequences like
15207 "C,H,ZWJ,N", and because of the ZWJ the Nukta does NOT get reordered
15209 before the Halant as the grammar used to expect... Fixup.
15211 Another case is as simple as "C,ZWJ,SM".
15213 Fixes 10 out of 79 failures:
15215 DEVANAGARI: 707325 out of 707394 tests passed. 69 failed (0.00975411%)
15217 src/hb-ot-shape-complex-indic-machine.rl | 4 ++--
15218 1 file changed, 2 insertions(+), 2 deletions(-)
15220 commit aa7141efe49991a1160489106984e95163fe2ab8
15221 Author: Behdad Esfahbod <behdad@behdad.org>
15222 Date: Wed Sep 5 15:54:21 2012 -0400
15224 [Indic] Fix Khmer syllable-final coeng-consonant
15226 Brings down Khmer failures from 162 to 47.
15228 KHMER: 299077 out of 299124 tests passed. 47 failed (0.0157125%)
15230 Also rebaselined some of the test files that had only-inherited lines.
15231 Removing those, the stats are:
15233 BENGALI: 353893 out of 354188 tests passed. 295 failed (0.0832891%)
15234 DEVANAGARI: 707315 out of 707394 tests passed. 79 failed (0.0111678%)
15235 GUJARATI: 366438 out of 366457 tests passed. 19 failed (0.00518478%)
15236 GURMUKHI: 60704 out of 60747 tests passed. 43 failed (0.0707854%)
15237 KANNADA: 951042 out of 951913 tests passed. 871 failed (0.0915%)
15238 KHMER: 299077 out of 299124 tests passed. 47 failed (0.0157125%)
15239 LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
15240 MALAYALAM: 1047994 out of 1048334 tests passed. 340 failed
15242 ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
15243 SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
15244 TAMIL: 1091754 out of 1091754 tests passed. 0 failed (0%)
15245 TELUGU: 970553 out of 970573 tests passed. 20 failed (0.00206064%)
15246 TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
15248 Still some regressions, but some of the more egregious cases are
15251 src/hb-ot-shape-complex-indic-machine.rl | 2 +-
15252 1 file changed, 1 insertion(+), 1 deletion(-)
15254 commit efb8d3eb713bca7cbfca41380a012bdb4d380e5c
15255 Author: Behdad Esfahbod <behdad@behdad.org>
15256 Date: Wed Sep 5 15:50:47 2012 -0400
15258 Fixup test failure reporting
15260 After we implemented dotted-circle, we were still ignoring any tests
15261 that had dottedcircle in it for any of the shapers. That meant
15263 we wrongly outputted dottedcircle, the test was being ignored. Ouch!
15265 Fixing that shows regressions across the board. Most are Uniscribe
15266 bugs: NOT inserting dotted-circle when it should. Some are arou
15267 machine bugs. This is in fact a nice way to catch Indic-machine
15268 deficiencies and when I fix the regressions, our clusters should be
15269 much closer to Uniscribe. For now, we regressed from:
15271 BENGALI: 353997 out of 354285 tests passed. 288 failed (0.0812905%)
15272 DEVANAGARI: 707339 out of 707394 tests passed. 55 failed (0.00777502%)
15273 GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
15274 GURMUKHI: 60769 out of 60809 tests passed. 40 failed (0.0657797%)
15275 KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
15276 KHMER: 299106 out of 299124 tests passed. 18 failed (0.00601757%)
15277 LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
15278 MALAYALAM: 1048104 out of 1048416 tests passed. 312 failed
15280 ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
15281 SINHALA: 271747 out of 271847 tests passed. 100 failed (0.0367854%)
15282 TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
15283 TELUGU: 970558 out of 970573 tests passed. 15 failed (0.00154548%)
15284 TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
15288 BENGALI: 353990 out of 354285 tests passed. 295 failed (0.0832663%)
15289 DEVANAGARI: 707315 out of 707394 tests passed. 79 failed (0.0111678%)
15290 GUJARATI: 366447 out of 366506 tests passed. 59 failed (0.016098%)
15291 GURMUKHI: 60707 out of 60809 tests passed. 102 failed (0.167738%)
15292 KANNADA: 951042 out of 951913 tests passed. 871 failed (0.0915%)
15293 KHMER: 298962 out of 299124 tests passed. 162 failed (0.0541581%)
15294 LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
15295 MALAYALAM: 1048074 out of 1048416 tests passed. 342 failed
15297 ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
15298 SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
15299 TAMIL: 1091835 out of 1091837 tests passed. 2 failed (0.000183178%)
15300 TELUGU: 970553 out of 970573 tests passed. 20 failed (0.00206064%)
15301 TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
15305 test/shaping/hb_test_tools.py | 8 +++++---
15306 1 file changed, 5 insertions(+), 3 deletions(-)
15308 commit 27bd55bd2ca599d501f10c2fae81861137517e46
15309 Author: Behdad Esfahbod <behdad@behdad.org>
15310 Date: Wed Sep 5 15:11:14 2012 -0400
15312 [Indic] Tamil does not have half-forms either
15314 The Win7 Tamil font does not realy on this behavior, but the WinXP
15315 version does. Handle Tamil like Malayalam: Matras always move to
15318 WinXP Tamil failures went down from 168964 (15.4752%) to 167
15319 (0.0152953%) (two orders of magnitude reduction!).
15321 Included in this is a minor fixup that actually fixed a few tests
15322 with non-Tamil too. Numbers at:
15324 BENGALI: 353997 out of 354285 tests passed. 288 failed (0.0812905%)
15325 DEVANAGARI: 707339 out of 707394 tests passed. 55 failed (0.00777502%)
15326 GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
15327 GURMUKHI: 60769 out of 60809 tests passed. 40 failed (0.0657797%)
15328 KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
15329 KHMER: 299106 out of 299124 tests passed. 18 failed (0.00601757%)
15330 LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
15331 MALAYALAM: 1048104 out of 1048416 tests passed. 312 failed
15333 ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
15334 SINHALA: 271747 out of 271847 tests passed. 100 failed (0.0367854%)
15335 TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
15336 TELUGU: 970558 out of 970573 tests passed. 15 failed (0.00154548%)
15337 TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
15339 src/hb-ot-shape-complex-indic.cc | 10 +++++-----
15340 1 file changed, 5 insertions(+), 5 deletions(-)
15342 commit 87b75d0a4aa03fe7a03e3bf7baf8ece131aec1bb
15343 Author: Behdad Esfahbod <behdad@behdad.org>
15344 Date: Tue Sep 4 23:06:38 2012 -0400
15346 [OT] Allow adding features with fallback implementation
15348 src/hb-ot-map-private.hh | 7 ++++---
15349 src/hb-ot-map.cc | 6 ++++--
15350 2 files changed, 8 insertions(+), 5 deletions(-)
15352 commit 1d3947a6bda6986c9c7d993589053051c119cc81
15353 Author: Behdad Esfahbod <behdad@behdad.org>
15354 Date: Tue Sep 4 22:42:17 2012 -0400
15358 src/hb-ot-layout-gpos-table.hh | 2 +-
15359 src/hb-ot-layout-gsub-table.hh | 2 +-
15360 2 files changed, 2 insertions(+), 2 deletions(-)
15362 commit b3b89b66586897a69b410ef02e7434691de84ae6
15363 Author: Behdad Esfahbod <behdad@behdad.org>
15364 Date: Tue Sep 4 21:13:17 2012 -0400
15366 [OT] Add SubstLookup serialize API
15368 src/hb-ot-layout-common-private.hh | 2 +-
15369 src/hb-ot-layout-gsub-table.hh | 65
15370 +++++++++++++++++++++++++++++++++++++-
15371 2 files changed, 65 insertions(+), 2 deletions(-)
15373 commit 715e03bc21d6adaa8e1f647235843839dc47dad1
15374 Author: Behdad Esfahbod <behdad@behdad.org>
15375 Date: Tue Sep 4 20:10:17 2012 -0400
15379 src/hb-open-type-private.hh | 7 ++-----
15380 1 file changed, 2 insertions(+), 5 deletions(-)
15382 commit 652d1e0d64e47313ead2fc8318d1236f0e0d80ca
15383 Author: Behdad Esfahbod <behdad@behdad.org>
15384 Date: Tue Sep 4 20:00:44 2012 -0400
15386 [OT] Start adding Lookup-level serialize API
15388 src/hb-ot-layout-common-private.hh | 20 +++++++++++++++++++-
15389 1 file changed, 19 insertions(+), 1 deletion(-)
15391 commit a930c68e9c50aade78c1eb0eef075c9c117e4ef6
15392 Author: Behdad Esfahbod <behdad@behdad.org>
15393 Date: Tue Sep 4 18:17:57 2012 -0400
15395 [OT] More serialize. Implements all basic GSUB subtables
15397 src/hb-open-type-private.hh | 53 +++++++++++++++-
15398 src/hb-ot-layout-common-private.hh | 8 ++-
15399 src/hb-ot-layout-gsub-table.hh | 125
15400 +++++++++++++++++++++++++++++--------
15401 3 files changed, 156 insertions(+), 30 deletions(-)
15403 commit 1b38b4e817d871b9549be65af6030bd0eea7f775
15404 Author: Behdad Esfahbod <behdad@behdad.org>
15405 Date: Tue Sep 4 18:17:21 2012 -0400
15409 src/hb-ot-layout-gsub-table.hh | 4 ++--
15410 1 file changed, 2 insertions(+), 2 deletions(-)
15412 commit f7e81ce0b882aa942ae33c787e741c5e8e5a0173
15413 Author: Behdad Esfahbod <behdad@behdad.org>
15414 Date: Tue Sep 4 15:32:37 2012 -0400
15418 NEWS | 18 ++++++++++++++++++
15419 configure.ac | 2 +-
15420 2 files changed, 19 insertions(+), 1 deletion(-)
15422 commit 2bd9fe359839a653f7caae534bf768af1735f155
15423 Author: Behdad Esfahbod <behdad@behdad.org>
15424 Date: Tue Sep 4 15:15:19 2012 -0400
15428 src/hb-ot-layout-gpos-table.hh | 7 ++-----
15429 src/hb-ot-layout-gsub-table.hh | 16 +++++-----------
15430 src/hb-ot-layout-gsubgpos-private.hh | 13 +++----------
15431 src/hb-ot-layout.cc | 23 +++++++++++++++++------
15432 src/hb-ot-shape-complex-arabic.cc | 4 +---
15433 5 files changed, 28 insertions(+), 35 deletions(-)
15435 commit a5ddd9e31cd7906c4b559aa5b2fafdae4b9c8935
15436 Author: Behdad Esfahbod <behdad@behdad.org>
15437 Date: Tue Sep 4 14:55:00 2012 -0400
15439 [OT] Really fix possible NULL dereference this time
15441 src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
15442 src/hb-ot-layout.cc | 6 +++---
15443 src/hb-ot-shape-complex-arabic.cc | 4 +++-
15444 3 files changed, 10 insertions(+), 8 deletions(-)
15446 commit 29416833584d7831ece84aaeada6f5ebba7828c0
15447 Author: Behdad Esfahbod <behdad@behdad.org>
15448 Date: Mon Sep 3 23:31:14 2012 -0400
15450 [OT] Implement serialize() for AlternateSubst
15452 src/hb-ot-layout-gsub-table.hh | 33 +++++++++++++++++++++++++++++++++
15453 1 file changed, 33 insertions(+)
15455 commit 1f07e3382a1608b054cbf88b89fef74f6c485434
15456 Author: Behdad Esfahbod <behdad@behdad.org>
15457 Date: Mon Sep 3 23:28:34 2012 -0400
15459 [OT] Implement serialize() for MultiSubst
15461 src/hb-open-type-private.hh | 10 ++++++++++
15462 src/hb-ot-layout-gsub-table.hh | 43
15463 ++++++++++++++++++++++++++++++++++++++++++
15464 2 files changed, 53 insertions(+)
15466 commit 4912030dfba740c822e200d33cbb5c6dbbeaf79e
15467 Author: Behdad Esfahbod <behdad@behdad.org>
15468 Date: Mon Sep 3 20:58:03 2012 -0400
15472 src/hb-open-type-private.hh | 4 ++--
15473 src/hb-ot-layout-gsub-table.hh | 4 ++--
15474 2 files changed, 4 insertions(+), 4 deletions(-)
15476 commit f8fa2b5cf67b02d74514dec7885d03de73ec7349
15477 Author: Behdad Esfahbod <behdad@behdad.org>
15478 Date: Mon Sep 3 20:19:46 2012 -0400
15480 Fix possible NULL dereference
15482 As reported by Kenichi Ishibashi.
15484 src/hb-ot-layout-gsubgpos-private.hh | 2 +-
15485 1 file changed, 1 insertion(+), 1 deletion(-)
15487 commit 4b312fb288faa383a2c5bd3be0428f0e58e02699
15488 Author: Behdad Esfahbod <behdad@behdad.org>
15489 Date: Sat Sep 1 21:56:06 2012 -0400
15491 [OT] Remove serialize alignment
15493 Will reintroduce in a different way when we actually need it.
15495 src/hb-open-type-private.hh | 24 +++++++++++-------------
15496 1 file changed, 11 insertions(+), 13 deletions(-)
15498 commit c61be03d6df122f18eebda3b29e42c9e768d45b9
15499 Author: Behdad Esfahbod <behdad@behdad.org>
15500 Date: Sat Sep 1 21:43:38 2012 -0400
15502 [OT] A bit more serialize
15504 src/hb-open-type-private.hh | 14 +++++++++++++
15505 src/hb-ot-layout-common-private.hh | 2 +-
15506 src/hb-ot-layout-gsub-table.hh | 43
15507 ++++++++++++++++++++++++++++++++++++--
15508 3 files changed, 56 insertions(+), 3 deletions(-)
15510 commit abcc5ac1fde1c493e4055dd2f27b8aade7713156
15511 Author: Behdad Esfahbod <behdad@behdad.org>
15512 Date: Sat Sep 1 21:30:17 2012 -0400
15514 [OT] Improve serialize syntax
15516 For some definition of improvement...
15518 src/hb-open-type-private.hh | 6 ++++--
15519 src/hb-ot-layout-gsub-table.hh | 3 +--
15520 2 files changed, 5 insertions(+), 4 deletions(-)
15522 commit bc5be24014371ceb811b9ffd37062ede63d87bb1
15523 Author: Behdad Esfahbod <behdad@behdad.org>
15524 Date: Sat Sep 1 20:48:22 2012 -0400
15526 [OT] Restart work on serialize()
15528 src/hb-open-type-private.hh | 39 ++++++++++++++++++------
15529 src/hb-ot-layout-common-private.hh | 61
15530 +++++++++++++++++++-------------------
15531 src/hb-ot-layout-gsub-table.hh | 13 ++++++++
15532 3 files changed, 73 insertions(+), 40 deletions(-)
15534 commit 6912e476dd92639c3ddf07ca51c8d4a262c8b3a5
15535 Author: Behdad Esfahbod <behdad@behdad.org>
15536 Date: Sat Sep 1 20:38:45 2012 -0400
15538 [OT] Insert dotted-circle for run-initial marks
15540 Unfortunately if the font has GPOS and 'mark' feature does
15541 not position mark on dotted-circle, our inserted dotted-circle
15542 will not get the mark repositioned to itself. Uniscribe cheats
15545 If there is no GPOS however, the fallback positioning kicks in
15546 and sorts this out.
15548 I'm not willing to address the first case.
15550 src/hb-ot-shape.cc | 32 ++++++++++++++++++++++++++++++++
15551 1 file changed, 32 insertions(+)
15553 commit 1d581ec384bc1780995e32e1c44103af57596eda
15554 Author: Behdad Esfahbod <behdad@behdad.org>
15555 Date: Sat Sep 1 20:06:26 2012 -0400
15557 [OT] Fallback-position ccc=0 Thai / Lao marks
15559 Not perfect, but so is fallback positioning in 2012...
15561 src/hb-ot-shape-fallback.cc | 56
15562 +++++++++++++++++++++++++++++++++++++--------
15563 1 file changed, 46 insertions(+), 10 deletions(-)
15565 commit 3992b5ec4cb43d114d87ff7ee2b992bcf819c9cd
15566 Author: Behdad Esfahbod <behdad@behdad.org>
15567 Date: Sat Sep 1 19:20:41 2012 -0400
15571 src/hb-ot-shape-fallback-private.hh | 5 ++++
15572 src/hb-ot-shape-fallback.cc | 46
15573 +++++++++++++++++++++++++------------
15574 src/hb-ot-shape-private.hh | 6 +++++
15575 src/hb-ot-shape.cc | 4 ++++
15576 4 files changed, 46 insertions(+), 15 deletions(-)
15578 commit b85800f9de8976a7418ef9df467d3080c6ab0199
15579 Author: Behdad Esfahbod <behdad@behdad.org>
15580 Date: Fri Aug 31 18:12:01 2012 -0400
15582 [Indic] Implement dotted-circle insertion for broken clusters
15584 No panic, we reeally insert dotted circle when it's absolutely broken.
15586 Fixes most of the dotted-circle cases against Uniscribe. (for
15588 fixes 80% of them, for Khmer 70%; the rest look like Uniscribe being
15591 I had to make a decision. Apparently Uniscribe adds one dotted circle
15592 to each broken character. I tried that, but that goes wrong
15594 split matras. So I made it add only one dotted circle to an entire
15595 broken syllable tail. As in: "if there was a dotted circle here, this
15596 would have formed a correct cluster." That works better for split
15597 stuff, and I like it more.
15599 src/hb-buffer-private.hh | 1 +
15600 src/hb-buffer.cc | 10 +++++
15601 src/hb-ot-shape-complex-indic-machine.rl | 4 +-
15602 src/hb-ot-shape-complex-indic-private.hh | 2 +-
15603 src/hb-ot-shape-complex-indic.cc | 67
15604 +++++++++++++++++++++++++++++---
15605 src/hb-ot-shape-normalize-private.hh | 1 +
15606 src/hb-ot-shape-normalize.cc | 11 +++---
15607 7 files changed, 83 insertions(+), 13 deletions(-)
15609 commit 327d14ef188396006d54af976506ab6f8bb2869a
15610 Author: Behdad Esfahbod <behdad@behdad.org>
15611 Date: Fri Aug 31 16:49:34 2012 -0400
15613 [Indic] Start adding dotted-circle instrastructure
15615 src/hb-ot-shape-complex-indic-machine.rl | 19 +++++++------
15616 src/hb-ot-shape-complex-indic.cc | 46
15617 +++++++++++++++++++++++++++++---
15618 2 files changed, 51 insertions(+), 14 deletions(-)
15620 commit 1be368e96fb7de8c77bf992874e0d5bd6b272ebe
15621 Author: Behdad Esfahbod <behdad@behdad.org>
15622 Date: Fri Aug 31 16:29:17 2012 -0400
15626 src/hb-buffer-private.hh | 16 +++++++++++++++-
15627 src/hb-buffer.cc | 15 ---------------
15628 2 files changed, 15 insertions(+), 16 deletions(-)
15630 commit 784f29d061a2939562eca0c4943feb01174aee00
15631 Author: Behdad Esfahbod <behdad@behdad.org>
15632 Date: Fri Aug 31 14:06:26 2012 -0400
15636 src/hb-ot-shape.cc | 12 ++++++++----
15637 1 file changed, 8 insertions(+), 4 deletions(-)
15639 commit 5a7f18767a87a3f07269d0814f984a98f86ab852
15640 Author: Behdad Esfahbod <behdad@behdad.org>
15641 Date: Thu Aug 30 22:53:29 2012 -0400
15643 [OT] Better fallback-position Thai / Lao ccc!=0 marks
15645 src/hb-ot-shape-fallback.cc | 8 ++++----
15646 1 file changed, 4 insertions(+), 4 deletions(-)
15648 commit 9f2348de58f0f85593027378169bc03c4dd64e59
15649 Author: Behdad Esfahbod <behdad@behdad.org>
15650 Date: Wed Aug 29 21:08:59 2012 -0400
15652 [OT] Add serialize() for Coverage
15654 src/hb-open-type-private.hh | 34 +++++++++++++++++----
15655 src/hb-ot-layout-common-private.hh | 62
15656 ++++++++++++++++++++++++++++++++++++++
15657 2 files changed, 90 insertions(+), 6 deletions(-)
15659 commit e901b954c6ec44ac3ae7fb3c326e6e7a40718e4b
15660 Author: Behdad Esfahbod <behdad@behdad.org>
15661 Date: Wed Aug 29 20:26:08 2012 -0400
15663 [OT] Start adding serialize() API
15665 src/hb-open-type-private.hh | 77
15666 +++++++++++++++++++++++++++++++++++++++++++++
15667 1 file changed, 77 insertions(+)
15669 commit 965c280de09b49d711cb78d629da321c802084de
15670 Author: Behdad Esfahbod <behdad@behdad.org>
15671 Date: Wed Aug 29 13:59:16 2012 -0400
15673 Add HB_BUFFER_ASSERT_VAR
15675 To be used in places we access buffer vars...
15677 src/hb-buffer-private.hh | 3 +++
15678 src/hb-buffer.cc | 16 ++++++++++++++++
15679 2 files changed, 19 insertions(+)
15681 commit 0ccf9b64736559a230425fd131c9eb8aa3048221
15682 Author: Behdad Esfahbod <behdad@behdad.org>
15683 Date: Wed Aug 29 11:53:26 2012 -0400
15687 src/hb-ot-shape.cc | 21 ++++++++++-----------
15688 1 file changed, 10 insertions(+), 11 deletions(-)
15690 commit 2fcbbdb41a322f54b61d9ce983ab54434504c5ed
15691 Author: Behdad Esfahbod <behdad@behdad.org>
15692 Date: Wed Aug 29 11:11:54 2012 -0400
15694 Port Arabic fallback ligating to share code with GSUB
15696 This will eventually allow us to skip marks, as well as (fallback)
15697 attach marks to ligature components of fallback-shaped Arabic.
15698 That would be pretty cool. I kludged GDEF props in, so mark-skipping
15699 works, but the produced ligature id/components will be cleared later
15700 by substitute_start() et al.
15702 Perhaps using a synthetic table for Arabic fallback shaping was
15704 idea. The current approach has way too many layering violations...
15706 src/hb-ot-layout-gsubgpos-private.hh | 4 ++
15707 src/hb-ot-shape-complex-arabic.cc | 72
15708 ++++++++++++++++++++++++------------
15709 src/hb-ot-shape.cc | 4 +-
15710 3 files changed, 56 insertions(+), 24 deletions(-)
15712 commit 5e399a8a45bddb49e06e2ca39df1ed04398c0aff
15713 Author: Behdad Esfahbod <behdad@behdad.org>
15714 Date: Wed Aug 29 10:40:49 2012 -0400
15718 src/hb-ot-layout-gsub-table.hh | 1 -
15719 src/hb-ot-layout-gsubgpos-private.hh | 1 -
15720 2 files changed, 2 deletions(-)
15722 commit a177d027d1d0ad9539e30ed75d8652e0e8da20ff
15723 Author: Behdad Esfahbod <behdad@behdad.org>
15724 Date: Tue Aug 28 23:18:22 2012 -0400
15726 [GSUB] Move ligation logic over
15728 src/hb-ot-layout-gsub-table.hh | 78
15729 ++++-------------------------------
15730 src/hb-ot-layout-gsubgpos-private.hh | 80
15731 ++++++++++++++++++++++++++++++++++++
15732 2 files changed, 89 insertions(+), 69 deletions(-)
15734 commit 191fa885d9e0a2dce92dd8727cddd18495e62409
15735 Author: Behdad Esfahbod <behdad@behdad.org>
15736 Date: Tue Aug 28 22:58:55 2012 -0400
15738 [GSUB] Merge Ligature and context input matching
15740 Looks better now...
15743 src/hb-ot-layout-gsub-table.hh | 71
15744 +++++++-----------------------------
15745 src/hb-ot-layout-gsubgpos-private.hh | 29 ++++++++++++++-
15746 3 files changed, 40 insertions(+), 64 deletions(-)
15748 commit 93814ca7dc2a7251f861c1c47ba155ba6e6bdf19
15749 Author: Behdad Esfahbod <behdad@behdad.org>
15750 Date: Tue Aug 28 22:24:51 2012 -0400
15752 Start converging Ligature and match_input
15754 src/hb-ot-layout-gsub-table.hh | 58
15755 +++++++++++++++++----------------
15756 src/hb-ot-layout-gsubgpos-private.hh | 62
15757 ++++++++++++++++++++++++++++--------
15758 2 files changed, 78 insertions(+), 42 deletions(-)
15760 commit 2eef71737ea29ffadbb5a2be4a898b44f53f66ac
15761 Author: Behdad Esfahbod <behdad@behdad.org>
15762 Date: Tue Aug 28 19:16:38 2012 -0400
15764 [hb-icu-le] Add visbility
15766 src/hb-icu-le/FontTableCache.h | 6 +++++-
15767 src/hb-icu-le/PortableFontInstance.cpp | 39
15768 ----------------------------------
15769 src/hb-icu-le/PortableFontInstance.h | 7 ++++--
15770 src/hb-icu-le/cmaps.cpp | 2 +-
15771 src/hb-icu-le/cmaps.h | 5 ++++-
15772 src/hb-icu-le/letest.h | 14 ++++++++++++
15773 src/hb-icu-le/sfnt.h | 6 +++++-
15774 7 files changed, 34 insertions(+), 45 deletions(-)
15776 commit d59e28e49204ed609d8a1bf3c0f21ab5fc178337
15777 Author: Behdad Esfahbod <behdad@behdad.org>
15778 Date: Tue Aug 28 19:08:36 2012 -0400
15782 src/Makefile.am | 6 +++++-
15783 src/check-libstdc++.sh | 2 +-
15784 src/check-static-inits.sh | 4 ++--
15785 3 files changed, 8 insertions(+), 4 deletions(-)
15787 commit af169d2813ff8075288cd4a7811f0715e4fea3da
15788 Author: Behdad Esfahbod <behdad@behdad.org>
15789 Date: Tue Aug 28 19:08:22 2012 -0400
15793 src/hb-icu-le/PortableFontInstance.h | 8 ++++----
15794 1 file changed, 4 insertions(+), 4 deletions(-)
15796 commit 52ff2681d88886e2165ced397966ba29c2073583
15797 Author: Behdad Esfahbod <behdad@behdad.org>
15798 Date: Tue Aug 28 18:03:35 2012 -0400
15800 Use VisualStudio-style atomic intrinsics on mingw32
15802 src/hb-atomic-private.hh | 25 ++++++++++++++++++-------
15803 1 file changed, 18 insertions(+), 7 deletions(-)
15805 commit 7c8e844d92aa604fc4b396343721ea90eb83adb8
15806 Author: Behdad Esfahbod <behdad@behdad.org>
15807 Date: Tue Aug 28 17:57:49 2012 -0400
15809 Use namespace for OpenType tables
15811 Avoids USHORT, SHORT, ULONG, LONG clashes with Windows API.
15813 src/hb-font.cc | 12 ++---
15814 src/hb-open-file-private.hh | 4 ++
15815 src/hb-open-type-private.hh | 9 ++--
15816 src/hb-ot-head-table.hh | 4 ++
15817 src/hb-ot-hhea-table.hh | 5 ++
15818 src/hb-ot-hmtx-table.hh | 6 +++
15819 src/hb-ot-layout-common-private.hh | 5 ++
15820 src/hb-ot-layout-gdef-table.hh | 4 ++
15821 src/hb-ot-layout-gpos-table.hh | 4 ++
15822 src/hb-ot-layout-gsub-table.hh | 4 ++
15823 src/hb-ot-layout-gsubgpos-private.hh | 4 ++
15824 src/hb-ot-layout-private.hh | 12 +++--
15825 src/hb-ot-layout.cc | 91
15826 ++++++++++++++++++------------------
15827 src/hb-ot-maxp-table.hh | 4 ++
15828 src/hb-ot-name-table.hh | 4 ++
15829 src/hb-uniscribe.cc | 8 ++--
15831 17 files changed, 117 insertions(+), 65 deletions(-)
15833 commit dc5df5af6b349c3d9e4ab876864d9dec8096401f
15834 Author: Behdad Esfahbod <behdad@behdad.org>
15835 Date: Tue Aug 28 16:31:23 2012 -0400
15839 This reverts commit 3e0a03978b91994bb7fa7922593cbdfc50878dfc.
15841 I know remember why that line is there :).
15843 src/hb-ot-shape-complex-arabic.cc | 1 +
15844 1 file changed, 1 insertion(+)
15846 commit 3e0a03978b91994bb7fa7922593cbdfc50878dfc
15847 Author: Behdad Esfahbod <behdad@behdad.org>
15848 Date: Mon Aug 27 17:10:02 2012 -0400
15852 src/hb-ot-shape-complex-arabic.cc | 1 -
15853 1 file changed, 1 deletion(-)
15855 commit 667218a5b134728863a318c73070f4e323590bbd
15856 Author: Behdad Esfahbod <behdad@behdad.org>
15857 Date: Mon Aug 27 17:00:44 2012 -0400
15861 src/hb-ot-shape-fallback.cc | 4 +---
15862 1 file changed, 1 insertion(+), 3 deletions(-)
15864 commit 30dd62251fcd04c2cbaa9b979d47ddbf62c6d460
15865 Author: Behdad Esfahbod <behdad@behdad.org>
15866 Date: Mon Aug 27 16:54:34 2012 -0400
15868 Only fallback-position glyphs if we have the ccc
15870 Previously, ccc=0 Thai / Lao marks were being
15871 mispositioned. Don't touch them.
15873 src/hb-ot-shape-fallback.cc | 2 +-
15874 1 file changed, 1 insertion(+), 1 deletion(-)
15876 commit e1ba62811a61afb046d349e578cd141363c7fb34
15877 Author: Behdad Esfahbod <behdad@behdad.org>
15878 Date: Mon Aug 27 16:28:05 2012 -0400
15880 Center unknown marks horizontally
15882 src/hb-ot-shape-fallback.cc | 1 +
15883 1 file changed, 1 insertion(+)
15885 commit a4e75e4128751bb902117abc1a59dce4f2147672
15886 Author: Behdad Esfahbod <behdad@behdad.org>
15887 Date: Mon Aug 27 15:54:15 2012 -0400
15891 test/shaping/hb_test_tools.py | 2 +-
15892 1 file changed, 1 insertion(+), 1 deletion(-)
15894 commit 23b0e9d7dc801e11640979af3c2b00649a519bb1
15895 Author: Behdad Esfahbod <behdad@behdad.org>
15896 Date: Sun Aug 26 14:30:18 2012 -0400
15900 D'oh. Was working by pure chance :)).
15902 src/hb-ot-shape-complex-indic.cc | 2 +-
15903 1 file changed, 1 insertion(+), 1 deletion(-)
15905 commit ae4d4e1de6b4512576080e95896383887b30982f
15906 Author: Behdad Esfahbod <behdad@behdad.org>
15907 Date: Sun Aug 26 14:27:44 2012 -0400
15909 Bug 53815 - CoreText backend doesn't link
15911 configure.ac | 2 +-
15912 1 file changed, 1 insertion(+), 1 deletion(-)
15914 commit ec0e46376a2afec4ff7606f95582b0ec49c2a44a
15915 Author: Behdad Esfahbod <behdad@behdad.org>
15916 Date: Fri Aug 24 00:44:53 2012 -0400
15921 1 file changed, 4 deletions(-)
15923 commit 56e878ab875ff06d74702145e380e198be967bd6
15924 Author: Behdad Esfahbod <behdad@behdad.org>
15925 Date: Fri Aug 24 00:41:51 2012 -0400
15927 [graphite2] Cleanup scratch buffer allocation
15929 src/hb-graphite2.cc | 77
15930 ++++++++++++++++++++++++++++++-----------------------
15931 1 file changed, 44 insertions(+), 33 deletions(-)
15933 commit 2f7586c6229096143ca0a96712a27416ee0d3c85
15934 Author: Behdad Esfahbod <behdad@behdad.org>
15935 Date: Thu Aug 23 23:59:55 2012 -0400
15937 [icu-le] Implement icu layout engine shaper
15939 configure.ac | 2 +-
15940 src/hb-icu-le.cc | 113
15941 +++++++++++++++++++++++++++++++++++++++++++++-----
15942 src/hb-icu-le/cmaps.h | 1 -
15943 src/hb-shaper-list.hh | 4 ++
15944 4 files changed, 108 insertions(+), 12 deletions(-)
15946 commit ba7f6c3797e5b440557bacd9b666bf09713dca76
15947 Author: Behdad Esfahbod <behdad@behdad.org>
15948 Date: Thu Aug 23 21:52:44 2012 -0400
15950 [icu-le] Hook up to hb_face_t
15952 src/hb-icu-le.cc | 17 +++-
15953 src/hb-icu-le/FontTableCache.cpp | 34 ++++----
15954 src/hb-icu-le/FontTableCache.h | 9 ++-
15955 src/hb-icu-le/PortableFontInstance.cpp | 144
15956 +++------------------------------
15957 src/hb-icu-le/PortableFontInstance.h | 21 ++---
15958 src/hb-icu-le/README | 1 +
15959 6 files changed, 57 insertions(+), 169 deletions(-)
15961 commit e96bb36995b2a5321b4d32bb11906e1701aaf115
15962 Author: Behdad Esfahbod <behdad@behdad.org>
15963 Date: Thu Aug 23 21:37:51 2012 -0400
15965 [icu-le] Actually use the FontTableCache
15967 src/hb-icu-le/PortableFontInstance.cpp | 25 ++++++++-----------------
15968 1 file changed, 8 insertions(+), 17 deletions(-)
15970 commit 7d242364ea647f655a7092bda25f9a10774c57f5
15971 Author: Behdad Esfahbod <behdad@behdad.org>
15972 Date: Thu Aug 23 21:23:41 2012 -0400
15974 [icu-le] Start adding a icu-layout-engine backend
15976 Import PortableFontInstance and add shaper stub.
15979 src/Makefile.am | 8 +
15980 src/hb-icu-le.cc | 111 ++++++++
15981 src/hb-icu-le/FontTableCache.cpp | 91 +++++++
15982 src/hb-icu-le/FontTableCache.h | 41 +++
15983 src/hb-icu-le/Makefile.am | 25 ++
15984 src/hb-icu-le/PortableFontInstance.cpp | 436
15985 ++++++++++++++++++++++++++++++++
15986 src/hb-icu-le/PortableFontInstance.h | 117 +++++++++
15987 src/hb-icu-le/README | 2 +
15988 src/hb-icu-le/cmaps.cpp | 200 +++++++++++++++
15989 src/hb-icu-le/cmaps.h | 85 +++++++
15990 src/hb-icu-le/letest.h | 49 ++++
15991 src/hb-icu-le/license.html | 51 ++++
15992 src/hb-icu-le/sfnt.h | 449
15993 +++++++++++++++++++++++++++++++++
15994 14 files changed, 1674 insertions(+)
15996 commit b5584ee4be46b47e1678acf28426970a6d670b4f
15997 Author: Behdad Esfahbod <behdad@behdad.org>
15998 Date: Thu Aug 23 16:26:07 2012 -0400
16000 [Indic] For old-spec, match non-zero context
16002 Fixes consonant-position with old-spec Malayalam. Uniscribe seem
16004 doing this. Fixes below-base La (eg. Pa,H,La) with AnjaliNewLipi.ttf.
16005 Doesn't regress new-spec or other scripts.
16007 src/hb-ot-shape-complex-indic.cc | 10 ++++++----
16008 1 file changed, 6 insertions(+), 4 deletions(-)
16010 commit d9b204d3d24cde165167714728bf380267903d6a
16011 Author: Behdad Esfahbod <behdad@behdad.org>
16012 Date: Thu Aug 23 16:22:28 2012 -0400
16014 [GSUB] Allow non-zero-context matching in would_apply()
16016 To be used in the next patch.
16018 src/hb-ot-layout-gsubgpos-private.hh | 6 ++++--
16019 src/hb-ot-layout-private.hh | 3 ++-
16020 src/hb-ot-layout.cc | 14 ++++++++------
16021 src/hb-ot-layout.h | 7 ++++---
16022 src/hb-ot-map.cc | 12 ++----------
16023 src/hb-ot-shape-complex-indic.cc | 2 +-
16024 src/test-would-substitute.cc | 2 +-
16025 7 files changed, 22 insertions(+), 24 deletions(-)
16027 commit 1f2bb172fe9a173ecfd61054f1fdd850943ef059
16028 Author: Behdad Esfahbod <behdad@behdad.org>
16029 Date: Thu Aug 23 16:10:37 2012 -0400
16031 Revert "[Indic/GSUB] Ignore context when matching would_apply()"
16033 This reverts commit 24dd4e56743c6ce5e01cb710ca9e01b3e527af58.
16035 Oops. My bad. The change _regressed_ Malayalam test suite, not
16036 improved it. I'll redo it, differentiating between old-spec and
16039 src/hb-ot-layout-gsubgpos-private.hh | 8 +++-----
16040 1 file changed, 3 insertions(+), 5 deletions(-)
16042 commit 24dd4e56743c6ce5e01cb710ca9e01b3e527af58
16043 Author: Behdad Esfahbod <behdad@behdad.org>
16044 Date: Thu Aug 23 15:47:10 2012 -0400
16046 [Indic/GSUB] Ignore context when matching would_apply()
16048 The MS Indic specs say "...all classifications are determined
16050 context-free substitutions." However, testing shows that MS's
16052 shapers (both old and new), "match" even if there is no zero-context
16056 Fixes below-base La (eg. Pa,H,La) with AnjaliNewLipi.ttf (old spec).
16057 Moreover, test suite Malayalam failures are down to 312 from 875! No
16058 change in other scripts.
16062 BENGALI: 353996 out of 354285 tests passed. 289 failed (0.0815727%)
16063 DEVANAGARI: 707339 out of 707394 tests passed. 55 failed (0.00777502%)
16064 GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
16065 GURMUKHI: 60769 out of 60809 tests passed. 40 failed (0.0657797%)
16066 KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
16067 KHMER: 299106 out of 299124 tests passed. 18 failed (0.00601757%)
16068 LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
16069 MALAYALAM: 1047541 out of 1048416 tests passed. 875 failed
16071 ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
16072 SINHALA: 271726 out of 271847 tests passed. 121 failed (0.0445103%)
16073 TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
16074 TELUGU: 970558 out of 970573 tests passed. 15 failed (0.00154548%)
16075 TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
16077 src/hb-ot-layout-gsubgpos-private.hh | 8 +++++---
16078 1 file changed, 5 insertions(+), 3 deletions(-)
16080 commit 6732d62e78b13842ead9549c97bede25c73976cb
16081 Author: Behdad Esfahbod <behdad@behdad.org>
16082 Date: Thu Aug 23 15:19:45 2012 -0400
16084 [Indic] Implement pre-base reordering Ra for old-spec Malayalam
16086 Fixes Pa,H,Ra sequence with AnjaliNewLipi.ttf.
16088 src/hb-ot-shape-complex-indic.cc | 5 ++---
16089 1 file changed, 2 insertions(+), 3 deletions(-)
16091 commit 80cd92326f8a3f48a7821e720e8ecb2072e73286
16092 Author: Behdad Esfahbod <behdad@behdad.org>
16093 Date: Thu Aug 23 12:06:14 2012 -0400
16095 [Indic] Only apply basic features per-syllable
16097 Free up syllables and let features work across syllables for the
16098 presentation forms features and GPOS.
16101 - 1 GURMUKHI test (remains 40)
16102 - 12 KHMER tests (remains 18)
16103 - 11 SINHALA tests (remains 121)
16106 - 5 MALAYALAM tests (up to 312)
16110 BENGALI: 353996 out of 354285 tests passed. 289 failed (0.0815727%)
16111 DEVANAGARI: 707339 out of 707394 tests passed. 55 failed (0.00777502%)
16112 GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
16113 GURMUKHI: 60769 out of 60809 tests passed. 40 failed (0.0657797%)
16114 KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
16115 KHMER: 299106 out of 299124 tests passed. 18 failed (0.00601757%)
16116 LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
16117 MALAYALAM: 1048104 out of 1048416 tests passed. 312 failed
16119 ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
16120 SINHALA: 271726 out of 271847 tests passed. 121 failed (0.0445103%)
16121 TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
16122 TELUGU: 970558 out of 970573 tests passed. 15 failed (0.00154548%)
16123 TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
16125 src/hb-ot-shape-complex-indic.cc | 4 ++++
16126 1 file changed, 4 insertions(+)
16128 commit df5d5c68f3a5cab17bf4a429802a1a1a834c3456
16129 Author: Behdad Esfahbod <behdad@behdad.org>
16130 Date: Thu Aug 23 09:33:30 2012 -0400
16134 src/hb-ot-layout-gpos-table.hh | 20 ++++++++++----------
16135 1 file changed, 10 insertions(+), 10 deletions(-)
16137 commit 7fe00d15da20193ca94a8ead9aee60df24074a9e
16138 Author: Behdad Esfahbod <behdad@behdad.org>
16139 Date: Sat Aug 18 13:59:46 2012 -0400
16143 NEWS | 16 ++++++++++++++++
16144 configure.ac | 2 +-
16145 2 files changed, 17 insertions(+), 1 deletion(-)
16147 commit 7068e534c4ef7ed2eb7ef8e1370fd4a449556ce8
16148 Author: Behdad Esfahbod <behdad@behdad.org>
16149 Date: Sat Aug 18 13:56:10 2012 -0400
16151 Fix ChangeLog generation rule
16154 1 file changed, 1 insertion(+), 1 deletion(-)
16156 commit 2f1747ed7d28148807ad07eb8e22db3ab5c54966
16157 Author: Behdad Esfahbod <behdad@behdad.org>
16158 Date: Thu Aug 16 11:46:46 2012 -0400
16162 src/hb-ot-shape-complex-arabic.cc | 4 ++++
16163 1 file changed, 4 insertions(+)
16165 commit bd08d5d126aa878d1dbf7bfd4b1a764c170cd9ad
16166 Author: Behdad Esfahbod <behdad@behdad.org>
16167 Date: Thu Aug 16 11:35:50 2012 -0400
16169 [OT] Fix Arabic shaper OOB access
16171 https://bugzilla.mozilla.org/show_bug.cgi?id=782908
16173 src/hb-ot-shape-complex-arabic.cc | 2 +-
16174 1 file changed, 1 insertion(+), 1 deletion(-)
16176 commit b161bfc4f6f2db0edea780b95b798ff7b559cf33
16177 Author: Behdad Esfahbod <behdad@behdad.org>
16178 Date: Thu Aug 16 08:09:44 2012 -0400
16180 [configure] Cleanup check for ICU
16182 Check for upstream-provided 'icu-uc' pkgconfig package.
16184 configure.ac | 21 +--------------------
16185 1 file changed, 1 insertion(+), 20 deletions(-)
16187 commit daf0731865f91da960446928667d4095bde471ea
16188 Author: Behdad Esfahbod <behdad@behdad.org>
16189 Date: Thu Aug 16 07:32:59 2012 -0400
16193 As reported by Steven Loomis, including uversion.h works everywhere.
16195 src/hb-icu.cc | 6 ------
16196 1 file changed, 6 deletions(-)
16198 commit a67ba9c0fe6798a3500af9f4acee8d678f5144ee
16199 Author: Behdad Esfahbod <behdad@behdad.org>
16200 Date: Wed Aug 15 18:52:17 2012 -0400
16204 src/hb-old/Makefile.am | 4 ++--
16205 1 file changed, 2 insertions(+), 2 deletions(-)
16207 commit 9fe76051f7003d6b6a10486c5595bf1a4dbf5fe6
16208 Author: Behdad Esfahbod <behdad@behdad.org>
16209 Date: Wed Aug 15 17:24:28 2012 -0400
16216 1 file changed, 1 insertion(+), 1 deletion(-)
16218 commit 45c1383cc7315f89c23c0ed388b99e87224884e7
16219 Author: Behdad Esfahbod <behdad@behdad.org>
16220 Date: Tue Aug 14 09:33:18 2012 -0400
16224 src/hb-coretext.cc | 8 ++++----
16225 src/hb-fallback-shape.cc | 8 ++++----
16226 src/hb-graphite2.cc | 8 ++++----
16227 src/hb-uniscribe.cc | 8 ++++----
16228 4 files changed, 16 insertions(+), 16 deletions(-)
16230 commit 4ac4c6f2e12ddc8bf5e750671321458218b6e0c8
16231 Author: Behdad Esfahbod <behdad@behdad.org>
16232 Date: Mon Aug 13 10:52:52 2012 -0400
16234 Fix ICU build with older ICUs
16236 src/hb-icu.cc | 7 ++++++-
16237 1 file changed, 6 insertions(+), 1 deletion(-)
16239 commit 883cbf5ed79d2b60191f803a5ee3f3e4496f3441
16240 Author: Behdad Esfahbod <behdad@behdad.org>
16241 Date: Sun Aug 12 17:11:27 2012 -0400
16245 contrib/README | 2 ++
16246 1 file changed, 2 insertions(+)
16248 commit b7a4d37d0b162f2222b65d09b9271b8c636086f8
16249 Author: Behdad Esfahbod <behdad@behdad.org>
16250 Date: Sat Aug 11 21:32:23 2012 -0400
16254 configure.ac | 2 ++
16255 1 file changed, 2 insertions(+)
16257 commit d5045a5f4017631a4660f985fe451c5a64c42ca0
16258 Author: Behdad Esfahbod <behdad@behdad.org>
16259 Date: Sat Aug 11 21:26:25 2012 -0400
16261 [ICU] Use new normalizer2 compose/decompose API
16263 It's considerably faster than the fallback implementation we had
16266 src/hb-buffer.cc | 9 +++---
16267 src/hb-glib.cc | 26 +++++++---------
16269 +++++++++++++++++++++++++++++++++++++----------
16270 src/hb-unicode-private.hh | 13 ++------
16271 src/hb-unicode.cc | 35 ++++++++++++++++++++--
16272 src/hb-warning.cc | 8 -----
16273 6 files changed, 110 insertions(+), 56 deletions(-)
16275 commit 2b73a1f112c489c2553743c08dc03cd89f60cb2d
16276 Author: Behdad Esfahbod <behdad@behdad.org>
16277 Date: Sat Aug 11 19:17:54 2012 -0400
16282 1 file changed, 1 insertion(+)
16284 commit 9f9f04c2229227bb0712166e824157bbbf5cef80
16285 Author: Behdad Esfahbod <behdad@behdad.org>
16286 Date: Sat Aug 11 18:34:13 2012 -0400
16288 [OT] Unbreak Thai shaping and fallback Arabic shaping
16290 The merger of normalizer and glyph-mapping broke shapers that
16291 modified text stream. Unbreak them by adding a new preprocess_text
16292 shaping stage that happens before normalizing/cmap and disallow
16293 setup_mask modification of actual text.
16295 src/hb-ot-shape-complex-arabic.cc | 42
16296 ++++++++++++++++++++++++++++----------
16297 src/hb-ot-shape-complex-indic.cc | 1 +
16298 src/hb-ot-shape-complex-misc.cc | 12 ++++++-----
16299 src/hb-ot-shape-complex-private.hh | 15 +++++++++++---
16300 src/hb-ot-shape.cc | 3 +++
16301 5 files changed, 54 insertions(+), 19 deletions(-)
16303 commit e9f28a38f54b98fa59f9159ccaaa3be6027e1378
16304 Author: Behdad Esfahbod <behdad@behdad.org>
16305 Date: Sat Aug 11 18:20:28 2012 -0400
16307 [OT] Add shape_plan to Arabic shaper
16309 src/hb-ot-shape-complex-arabic.cc | 82
16310 +++++++++++++++++++++++++--------------
16311 1 file changed, 53 insertions(+), 29 deletions(-)
16313 commit 344cc56698a8c84c4c1a05a71d829e5171aa3a60
16314 Author: Behdad Esfahbod <behdad@behdad.org>
16315 Date: Sat Aug 11 17:36:23 2012 -0400
16320 1 file changed, 4 insertions(+)
16322 commit daf13afb0801740dcc7900c4af190e24b80a05c0
16323 Author: Behdad Esfahbod <behdad@behdad.org>
16324 Date: Fri Aug 10 16:38:44 2012 -0400
16326 [OT] Implement fallback mark positioning for "double" combining marks
16328 src/hb-ot-shape-fallback.cc | 9 ++++++++-
16329 1 file changed, 8 insertions(+), 1 deletion(-)
16331 commit d345313104d9e3c8a8533ccdebd74e0648d0bee3
16332 Author: Behdad Esfahbod <behdad@behdad.org>
16333 Date: Fri Aug 10 16:34:04 2012 -0400
16335 [OT] Fix fallback mark positioning with left-to-right text
16339 src/hb-ot-shape-fallback.cc | 13 +++++++++++--
16340 1 file changed, 11 insertions(+), 2 deletions(-)
16342 commit e297ee4acd6f9d950f8542fc6ad71fd580b69284
16343 Author: Behdad Esfahbod <behdad@behdad.org>
16344 Date: Fri Aug 10 14:49:37 2012 -0400
16346 Bump version to 0.9.2
16348 A *real* release this time, with NEWS, ChangeLog, etc.
16352 Makefile.am | 13 +++---
16354 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
16356 configure.ac | 4 +-
16357 6 files changed, 165 insertions(+), 12 deletions(-)
16359 commit 6efe1200b97cefe019857b0b5951a4a87deeb02b
16360 Author: Behdad Esfahbod <behdad@behdad.org>
16361 Date: Fri Aug 10 13:49:32 2012 -0400
16363 Bump version to 0.9.1
16365 configure.ac | 2 +-
16366 1 file changed, 1 insertion(+), 1 deletion(-)
16368 commit 206ab6057303273590a3d005660e075bdcee0f5f
16369 Author: Behdad Esfahbod <behdad@behdad.org>
16370 Date: Fri Aug 10 09:06:30 2012 -0400
16374 .../in-tree/shaper-arabic/script-arabic/MANIFEST | 2 +-
16375 .../shaper-arabic/script-arabic/crulp/MANIFEST | 1 -
16376 .../script-arabic/crulp/ligatures/2grams.txt | 601 --
16377 .../script-arabic/crulp/ligatures/3grams.txt | 3415 -----------
16378 .../script-arabic/crulp/ligatures/4grams.txt | 6316
16379 --------------------
16380 .../script-arabic/crulp/ligatures/5grams.txt | 5029
16382 .../script-arabic/crulp/ligatures/6grams.txt | 1542 -----
16383 .../script-arabic/crulp/ligatures/7grams.txt | 354 --
16384 .../script-arabic/crulp/ligatures/8grams.txt | 26 -
16385 .../script-arabic/crulp/ligatures/LICENSE | 3 -
16386 .../script-arabic/crulp/ligatures/MANIFEST | 7 -
16387 .../script-arabic/crulp/ligatures/README | 16 -
16388 .../script-arabic/crulp/ligatures/SOURCES | 4 -
16389 .../script-arabic/language-urdu/MANIFEST | 1 +
16390 .../script-arabic/language-urdu/crulp/MANIFEST | 1 +
16391 .../language-urdu/crulp/ligatures/2grams.txt | 601 ++
16392 .../language-urdu/crulp/ligatures/3grams.txt | 3415 +++++++++++
16393 .../language-urdu/crulp/ligatures/4grams.txt | 6316
16394 ++++++++++++++++++++
16395 .../language-urdu/crulp/ligatures/5grams.txt | 5029
16397 .../language-urdu/crulp/ligatures/6grams.txt | 1542 +++++
16398 .../language-urdu/crulp/ligatures/7grams.txt | 354 ++
16399 .../language-urdu/crulp/ligatures/8grams.txt | 26 +
16400 .../language-urdu/crulp/ligatures/LICENSE | 3 +
16401 .../language-urdu/crulp/ligatures/MANIFEST | 7 +
16402 .../language-urdu/crulp/ligatures/README | 16 +
16403 .../language-urdu/crulp/ligatures/SOURCES | 4 +
16404 26 files changed, 17316 insertions(+), 17315 deletions(-)
16406 commit 7a484c601e0958533eb85a6902296733c39537fe
16407 Author: Behdad Esfahbod <behdad@behdad.org>
16408 Date: Fri Aug 10 09:05:29 2012 -0400
16410 [test] Add Urdu ligature sequences from CRULP
16412 .../in-tree/shaper-arabic/script-arabic/MANIFEST | 1 +
16413 .../shaper-arabic/script-arabic/crulp/MANIFEST | 1 +
16414 .../script-arabic/crulp/ligatures/2grams.txt | 601 ++
16415 .../script-arabic/crulp/ligatures/3grams.txt | 3415 +++++++++++
16416 .../script-arabic/crulp/ligatures/4grams.txt | 6316
16417 ++++++++++++++++++++
16418 .../script-arabic/crulp/ligatures/5grams.txt | 5029
16420 .../script-arabic/crulp/ligatures/6grams.txt | 1542 +++++
16421 .../script-arabic/crulp/ligatures/7grams.txt | 354 ++
16422 .../script-arabic/crulp/ligatures/8grams.txt | 26 +
16423 .../script-arabic/crulp/ligatures/LICENSE | 3 +
16424 .../script-arabic/crulp/ligatures/MANIFEST | 7 +
16425 .../script-arabic/crulp/ligatures/README | 16 +
16426 .../script-arabic/crulp/ligatures/SOURCES | 4 +
16427 13 files changed, 17315 insertions(+)
16429 commit f4cb4762986a28634fa7de9b706f9d37859b881e
16430 Author: Behdad Esfahbod <behdad@behdad.org>
16431 Date: Fri Aug 10 03:51:44 2012 -0400
16433 [OT] Slightly adjust normalizer
16435 The change is very subtle. If we have a single-char cluster that
16436 decomposes to three or more characters, then try recomposition, in
16437 case the farther mark may compose with the base.
16439 src/hb-ot-shape-normalize.cc | 81
16440 +++++++++++++++++++++++++++++---------------
16441 1 file changed, 54 insertions(+), 27 deletions(-)
16443 commit 07d682806349aee81f53114778ce0beb23909ed7
16444 Author: Behdad Esfahbod <behdad@behdad.org>
16445 Date: Fri Aug 10 03:28:50 2012 -0400
16449 src/hb-ot-shape-normalize.cc | 25 ++++++++-----------------
16450 src/hb-ot-shape.cc | 2 +-
16451 2 files changed, 9 insertions(+), 18 deletions(-)
16453 commit b00321ea78793d9b3592b5173a9800e6322424fe
16454 Author: Behdad Esfahbod <behdad@behdad.org>
16455 Date: Thu Aug 9 22:33:32 2012 -0400
16457 [OT] Avoid calling get_glyph() twice
16459 Essentially move the glyph mapping to normalization process.
16460 The effect on Devanagari is small (but observable). Should be more
16461 observable in simple text, like ASCII.
16463 src/hb-ot-shape-normalize-private.hh | 2 +
16464 src/hb-ot-shape-normalize.cc | 76
16465 +++++++++++++++++++++++++-----------
16466 src/hb-ot-shape.cc | 44 ++++++++++-----------
16467 3 files changed, 77 insertions(+), 45 deletions(-)
16469 commit 12c0875eafa4bd92db650e5acca046d99594d1e6
16470 Author: Behdad Esfahbod <behdad@behdad.org>
16471 Date: Thu Aug 9 22:00:53 2012 -0400
16473 [OT] Remove redundant check
16475 src/hb-ot-shape.cc | 5 +----
16476 1 file changed, 1 insertion(+), 4 deletions(-)
16478 commit 5c60b70c89b4e0a6512d9fd1ab5394dd76feb742
16479 Author: Behdad Esfahbod <behdad@behdad.org>
16480 Date: Thu Aug 9 21:58:07 2012 -0400
16482 [OT] More code shuffling around
16484 Preparing for merging map_glyphs() and normalize().
16486 src/hb-ot-shape.cc | 167
16487 +++++++++++++++++++++++++++--------------------------
16488 1 file changed, 86 insertions(+), 81 deletions(-)
16490 commit cd0c6e148f6d078b364370cb2f808b793b921be2
16491 Author: Behdad Esfahbod <behdad@behdad.org>
16492 Date: Thu Aug 9 21:48:55 2012 -0400
16494 Shuffle buffer variable allocations around
16496 To room for more allocations, coming.
16498 src/hb-ot-layout-private.hh | 6 +++---
16499 src/hb-ot-shape-complex-arabic.cc | 2 +-
16500 src/hb-ot-shape-complex-indic-private.hh | 4 ++--
16501 src/hb-ot-shape-complex-private.hh | 5 ++---
16502 src/hb-ot-shape-private.hh | 4 ++--
16503 5 files changed, 10 insertions(+), 11 deletions(-)
16505 commit 8d1eef3f32fb539de2a72804fa3834acc18daab5
16506 Author: Behdad Esfahbod <behdad@behdad.org>
16507 Date: Thu Aug 9 21:31:52 2012 -0400
16511 src/hb-ot-shape-normalize.cc | 50
16512 +++++++++++++++++++++++++++-----------------
16513 1 file changed, 31 insertions(+), 19 deletions(-)
16515 commit 56c9e7c004e802ddcb8c704346026f1d7a812f9f
16516 Author: Behdad Esfahbod <behdad@behdad.org>
16517 Date: Thu Aug 9 21:12:30 2012 -0400
16519 Fill out combining class resetting for fallback shaping
16522 src/hb-ot-shape-fallback.cc | 38 +++++++++++++++++++++++++++++++++++++-
16523 src/hb-unicode-private.hh | 7 ++++---
16524 src/hb-unicode.cc | 2 +-
16525 3 files changed, 42 insertions(+), 5 deletions(-)
16527 commit a321e1d51e0e7fa02738410e8d6e77c841bc6b13
16528 Author: Behdad Esfahbod <behdad@behdad.org>
16529 Date: Thu Aug 9 18:30:34 2012 -0400
16531 Revert "Reject lookups with no subTable"
16533 This reverts commit 30ec9002d84e8b49290e782e6192069821ffa942.
16535 See previous commit.
16537 src/hb-ot-layout-common-private.hh | 1 -
16538 1 file changed, 1 deletion(-)
16540 commit 2eaf482b371034ce6ebfaedee98049b036fd3493
16541 Author: Behdad Esfahbod <behdad@behdad.org>
16542 Date: Thu Aug 9 18:30:05 2012 -0400
16544 Revert "[GSUB/GPOS] Reject Context/ChainContext lookups with zero
16547 This reverts commit 0981068b75710397f08e0d2d776a0a2ea68d7117.
16549 I was confused. Even if we access coverage[0] unconditionally,
16551 need bound checks since the array machinary already handles that.
16553 src/hb-ot-layout-gsubgpos-private.hh | 2 --
16554 1 file changed, 2 deletions(-)
16556 commit a02d86484be870615297abfc7be9f94645434762
16557 Author: Behdad Esfahbod <behdad@behdad.org>
16558 Date: Wed Aug 8 18:04:29 2012 -0400
16560 Add check-exported-symbols.sh
16562 And misc linking fixes.
16564 src/Makefile.am | 1 +
16565 src/check-exported-symbols.sh | 40
16566 ++++++++++++++++++++++++++++++++++++++++
16567 src/check-internal-symbols.sh | 2 +-
16568 src/hb-ot-shape-complex-indic.cc | 2 +-
16569 src/hb-ot-shape.cc | 6 +++---
16570 5 files changed, 46 insertions(+), 5 deletions(-)
16572 commit 4c8ac4f47e95d2b266b2f64e75c55af8233b6b91
16573 Author: Behdad Esfahbod <behdad@behdad.org>
16574 Date: Wed Aug 8 17:44:19 2012 -0400
16578 src/check-internal-symbols.sh | 10 +--
16579 src/hb-font-private.hh | 29 +++++++-
16580 src/hb-font.cc | 63 +++++++---------
16581 src/hb-font.h | 2 +-
16582 src/hb-graphite2.cc | 4 +-
16583 src/hb-old.cc | 2 +-
16584 src/hb-ot-layout.cc | 6 +-
16585 src/hb-ot-shape-fallback.cc | 10 +--
16586 src/hb-ot-shape.cc | 2 +-
16587 src/hb-shape-plan.cc | 2 +-
16588 src/hb-shape-plan.h | 2 +-
16589 src/hb-tt-font.cc | 166
16590 +-----------------------------------------
16591 12 files changed, 72 insertions(+), 226 deletions(-)
16593 commit 560d68af8168d1baff607b9616a3590af70fe9ec
16594 Author: Behdad Esfahbod <behdad@behdad.org>
16595 Date: Wed Aug 8 17:16:01 2012 -0400
16597 Use a export-file for Windows builds
16599 Apparently even that doesn't make check-internal-symbols.sh happy with
16600 mingw32. Going to disable that for DLLs again, but hopefully the
16601 export-file is doing *something*.
16603 configure.ac | 14 +++++++++++++-
16604 src/Makefile.am | 22 +++++++++++++++++++++-
16605 src/hb-buffer.h | 4 ++--
16606 3 files changed, 36 insertions(+), 4 deletions(-)
16608 commit f8751cf8e0a16125d63a88da65fdbfa76a19453f
16609 Author: Behdad Esfahbod <behdad@behdad.org>
16610 Date: Wed Aug 8 17:15:44 2012 -0400
16612 [hb-old] speed-up build
16614 src/hb-old/harfbuzz-external.h | 3 ++-
16615 1 file changed, 2 insertions(+), 1 deletion(-)
16617 commit 5f4c52867ce67faa15f5d26b59c18c8d068e9261
16618 Author: Behdad Esfahbod <behdad@behdad.org>
16619 Date: Wed Aug 8 16:53:37 2012 -0400
16623 src/hb-ot-layout.h | 1 -
16624 1 file changed, 1 deletion(-)
16626 commit fe2b8a7777ab1c84980424ede713cb0d6701f987
16627 Author: Behdad Esfahbod <behdad@behdad.org>
16628 Date: Wed Aug 8 15:27:14 2012 -0400
16633 1 file changed, 2 insertions(+), 2 deletions(-)
16635 commit 7e7d245b332306949a19c628bacd920717434769
16636 Author: Behdad Esfahbod <behdad@behdad.org>
16637 Date: Wed Aug 8 15:23:48 2012 -0400
16639 Make default_language threadsafe
16641 src/hb-common.cc | 15 +++++----------
16642 1 file changed, 5 insertions(+), 10 deletions(-)
16644 commit 06b192c458010c847362d809673209c87ea29949
16645 Author: Behdad Esfahbod <behdad@behdad.org>
16646 Date: Wed Aug 8 15:23:45 2012 -0400
16650 src/hb-common.h | 3 ++-
16651 1 file changed, 2 insertions(+), 1 deletion(-)
16653 commit 37191ede7583fdb864db32a8f4d90956657926c7
16654 Author: Behdad Esfahbod <behdad@behdad.org>
16655 Date: Wed Aug 8 14:59:09 2012 -0400
16659 src/hb-common.h | 4 ++--
16661 2 files changed, 2 insertions(+), 3 deletions(-)
16663 commit 6d9a329a8a0f11f4b175e407de59c55924de1ef6
16664 Author: Behdad Esfahbod <behdad@behdad.org>
16665 Date: Wed Aug 8 14:48:41 2012 -0400
16667 Adjust a couple source checks
16669 src/check-internal-symbols.sh | 4 ++--
16670 src/check-static-inits.sh | 10 ++++++++--
16671 2 files changed, 10 insertions(+), 4 deletions(-)
16673 commit 9c929abdcfef44c0193a2917b20981df37ade21c
16674 Author: Behdad Esfahbod <behdad@behdad.org>
16675 Date: Wed Aug 8 14:33:37 2012 -0400
16679 src/Makefile.am | 4 +-
16680 src/hb-ot-shape-fallback-private.hh | 39 ++++
16681 src/hb-ot-shape-fallback.cc | 276
16682 +++++++++++++++++++++++++++
16683 src/hb-ot-shape-position-fallback-private.hh | 39 ----
16684 src/hb-ot-shape-position-fallback.cc | 276
16685 ---------------------------
16686 src/hb-ot-shape.cc | 4 +-
16687 6 files changed, 319 insertions(+), 319 deletions(-)
16689 commit 801298b590effd768607bb532dc83c73ba65d16b
16690 Author: Behdad Esfahbod <behdad@behdad.org>
16691 Date: Wed Aug 8 14:26:36 2012 -0400
16695 https://bugs.freedesktop.org/show_bug.cgi?id=53233
16697 src/hb-buffer-private.hh | 10 ++++++----
16698 src/hb-shape-plan.cc | 4 ++--
16699 2 files changed, 8 insertions(+), 6 deletions(-)
16701 commit 21756934a15e31dc243e2b6d80adec5752477652
16702 Author: Behdad Esfahbod <behdad@behdad.org>
16703 Date: Wed Aug 8 01:20:45 2012 -0400
16705 [OT] Implement fallback positioning
16707 Implemented for Arabic, Hebrew, and generic marks.
16708 Activated if no GPOS table present.
16710 src/hb-font.h | 3 +-
16711 src/hb-ft.cc | 3 +-
16712 src/hb-old.cc | 2 +-
16713 src/hb-ot-shape-position-fallback.cc | 237
16714 ++++++++++++++++++++++++++++++++++-
16715 src/hb-unicode-private.hh | 81 ++++++++++++
16716 src/hb-unicode.cc | 107 ++++++----------
16717 6 files changed, 356 insertions(+), 77 deletions(-)
16719 commit fb56e7628362a73e20f7f0b49fe31e802dc01f4f
16720 Author: Behdad Esfahbod <behdad@behdad.org>
16721 Date: Tue Aug 7 23:44:47 2012 -0400
16723 [hb-old] Fix warnings
16725 src/hb-old/harfbuzz-shaper.cpp | 2 ++
16726 1 file changed, 2 insertions(+)
16728 commit affaf8a0e5aa38e5820455f789eebf916e02eb7b
16729 Author: Behdad Esfahbod <behdad@behdad.org>
16730 Date: Tue Aug 7 22:41:38 2012 -0400
16732 [OT] Start adding fallback positioning
16734 Used when there is no GPOS.
16736 src/Makefile.am | 2 ++
16737 src/hb-ot-shape-position-fallback-private.hh | 39 +++++++++++++++++++++++
16738 src/hb-ot-shape-position-fallback.cc | 47
16739 ++++++++++++++++++++++++++++
16740 src/hb-ot-shape.cc | 23 +++-----------
16741 4 files changed, 93 insertions(+), 18 deletions(-)
16743 commit 7e4920fd1577987bf6804f67765e22a84983e057
16744 Author: Behdad Esfahbod <behdad@behdad.org>
16745 Date: Tue Aug 7 22:32:23 2012 -0400
16749 src/hb-ot-shape.cc | 2 +-
16750 1 file changed, 1 insertion(+), 1 deletion(-)
16752 commit 472f229a63f0d1bb21b02179ef430b7698df8f12
16753 Author: Behdad Esfahbod <behdad@behdad.org>
16754 Date: Tue Aug 7 22:25:24 2012 -0400
16756 [GSUB] Generalize would_apply()
16758 Fixes logic also, where before we were always matching if
16760 and a ligature started with the glyph.
16762 src/hb-ot-layout-gsub-table.hh | 26 ++++++++++++++++++++-----
16763 src/hb-ot-layout-gsubgpos-private.hh | 37
16764 ++++++++++++++++++------------------
16765 src/hb-ot-layout.cc | 3 +--
16766 3 files changed, 40 insertions(+), 26 deletions(-)
16768 commit 6f3a300138f659020c21c3e08b7981c78df5f332
16769 Author: Behdad Esfahbod <behdad@behdad.org>
16770 Date: Tue Aug 7 22:13:25 2012 -0400
16772 Add hb_font_glyph_from/to_string
16774 src/hb-font-private.hh | 43
16775 +++++++++++++++++++++++++++++++++++++++++++
16776 src/hb-font.cc | 24 ++++++++++++++++++++----
16777 src/hb-font.h | 11 +++++++++++
16778 src/hb-private.hh | 16 ++++++++++++++++
16779 src/test-would-substitute.cc | 11 ++++++++++-
16780 util/options.cc | 2 +-
16781 6 files changed, 101 insertions(+), 6 deletions(-)
16783 commit eb56f6ae96260c5b4bcd4e1dfb7ab733a230f3a8
16784 Author: Behdad Esfahbod <behdad@behdad.org>
16785 Date: Tue Aug 7 21:44:25 2012 -0400
16789 src/hb-mutex-private.hh | 1 +
16790 src/hb-uniscribe.cc | 1 +
16791 src/hb-uniscribe.h | 2 ++
16792 3 files changed, 4 insertions(+)
16794 commit f4e48adcdd4315ce09e755f87a0f801d88194f42
16795 Author: Behdad Esfahbod <behdad@behdad.org>
16796 Date: Tue Aug 7 21:12:49 2012 -0400
16798 [OT] Apply 'rclt' feature in horizontal mode
16800 'rclt' is "Required Contextual Forms" being proposed by Microsoft.
16801 It's like 'calt', but supposedly always on. We apply 'calt' anyway,
16802 and now apply this too.
16804 src/hb-ot-shape.cc | 1 +
16805 1 file changed, 1 insertion(+)
16807 commit b1914b8bd08ecdea79930dda7e3bb2ae9e6134a1
16808 Author: Behdad Esfahbod <behdad@behdad.org>
16809 Date: Tue Aug 7 16:57:48 2012 -0400
16813 src/hb-icu.cc | 6 +++---
16814 1 file changed, 3 insertions(+), 3 deletions(-)
16816 commit 0f8881d6bbf6cd59938315eeff9b71cfc736aa4e
16817 Author: Behdad Esfahbod <behdad@behdad.org>
16818 Date: Tue Aug 7 16:57:02 2012 -0400
16822 src/hb-ot-shape-normalize.cc | 161
16823 +++++++++++++++++++++++++++++++++++++++++-
16824 src/hb-unicode-private.hh | 164
16825 +------------------------------------------
16826 2 files changed, 162 insertions(+), 163 deletions(-)
16828 commit 428dfcab6634ff264570a0a5d715efb8048c3db5
16829 Author: Behdad Esfahbod <behdad@behdad.org>
16830 Date: Tue Aug 7 16:51:48 2012 -0400
16834 src/hb-ot-shape-normalize.cc | 27 +++++++++++++++++++++++----
16835 1 file changed, 23 insertions(+), 4 deletions(-)
16837 commit 61f41849af6ff9edf8b55cf9610066d1bfb4a8df
16838 Author: Behdad Esfahbod <behdad@behdad.org>
16839 Date: Tue Aug 7 16:45:27 2012 -0400
16841 Add Hebrew presentation forms shaping
16843 Lifted from https://bugzilla.mozilla.org/show_bug.cgi?id=728866
16845 src/hb-unicode-private.hh | 121
16846 +++++++++++++++++++++++++++++++++++++++++++++-
16847 1 file changed, 120 insertions(+), 1 deletion(-)
16849 commit 32d71dc13317b322e2c5de00d767b2cb15fddd8b
16850 Author: Behdad Esfahbod <behdad@behdad.org>
16851 Date: Tue Aug 7 14:11:16 2012 -0400
16855 src/hb-graphite2.cc | 60
16856 +++++++++++++++++++++++++----------------------------
16857 1 file changed, 28 insertions(+), 32 deletions(-)
16859 commit 030ac5022e8a43b9329c26e72527bafc582ef44b
16860 Author: Behdad Esfahbod <behdad@behdad.org>
16861 Date: Tue Aug 7 13:01:12 2012 -0400
16863 Remove enum trailing comma
16867 src/hb-ot-shape-normalize-private.hh | 2 +-
16868 1 file changed, 1 insertion(+), 1 deletion(-)
16870 commit 368b4e7649f9bc8c6bebf7c7ff03c9b9ec425a25
16871 Author: Behdad Esfahbod <behdad@behdad.org>
16872 Date: Mon Aug 6 23:06:04 2012 -0400
16876 src/hb-font.cc | 6 ++++--
16877 1 file changed, 4 insertions(+), 2 deletions(-)
16879 commit ade7459ea7c75b4f33f7cfa43dd5bdfa0c18d6d5
16880 Author: Behdad Esfahbod <behdad@behdad.org>
16881 Date: Mon Aug 6 19:42:47 2012 -0700
16885 src/hb-graphite2.cc | 18 ++++++++++++++----
16886 util/options.cc | 2 +-
16887 util/options.hh | 2 +-
16888 3 files changed, 16 insertions(+), 6 deletions(-)
16890 commit 2fef993460dcfd94c92ab35413bdde18ad2b0ceb
16891 Author: Behdad Esfahbod <behdad@behdad.org>
16892 Date: Mon Aug 6 19:35:04 2012 -0700
16894 [Graphite] Fix graphite2 backend with RTL text
16896 Patch from Martin Hosken.
16898 src/hb-graphite2.cc | 33 ++++++++++++++++++---------------
16899 1 file changed, 18 insertions(+), 15 deletions(-)
16901 commit e4992e13e19877a73ea05fc1d31005a262c685ad
16902 Author: Behdad Esfahbod <behdad@behdad.org>
16903 Date: Mon Aug 6 19:25:39 2012 -0700
16905 [Graphite] Port graphite2 backend to new shaper infrastructure
16907 src/hb-graphite2.cc | 234
16908 +++++++++++++++++++++++---------------------------
16909 src/hb-graphite2.h | 2 +-
16910 src/hb-shaper-list.hh | 2 +-
16911 3 files changed, 109 insertions(+), 129 deletions(-)
16913 commit 66591ececfba9791de06c814f5f30131e95e5fd2
16914 Author: Behdad Esfahbod <behdad@behdad.org>
16915 Date: Mon Aug 6 17:07:19 2012 -0700
16917 Remove unnecessary lifecycle bits
16919 We already set recount to INVALID when destroying.
16920 This block was not necessary.
16922 src/hb-font.cc | 3 ---
16923 1 file changed, 3 deletions(-)
16925 commit e3320ecc1b5a7eaccc7c9370b2d1b76850f054be
16926 Author: Behdad Esfahbod <behdad@behdad.org>
16927 Date: Mon Aug 6 11:44:10 2012 -0700
16929 Fix compiler warnings
16931 configure.ac | 12 +++++++++---
16932 1 file changed, 9 insertions(+), 3 deletions(-)
16934 commit 167b625d988b74572d6b2f646c285b666b650d49
16935 Author: Behdad Esfahbod <behdad@behdad.org>
16936 Date: Sun Aug 5 21:16:26 2012 -0700
16938 [Indic] Minor, move 'blwf' after 'half'
16940 We don't apply them together anyway. Should not make any difference
16943 src/hb-ot-shape-complex-indic.cc | 4 ++--
16944 1 file changed, 2 insertions(+), 2 deletions(-)
16946 commit 048e3b596fb7fccd3fb5f48de98b6b67788f774a
16947 Author: Behdad Esfahbod <behdad@behdad.org>
16948 Date: Sat Aug 4 18:04:57 2012 -0700
16950 Speed up hb_set_digest_lowest_bits_t calcs
16952 src/hb-set-private.hh | 10 +++++++---
16953 1 file changed, 7 insertions(+), 3 deletions(-)
16955 commit 3d1b66a35e1ab3be19335705f310b278d76d66d2
16956 Author: Behdad Esfahbod <behdad@behdad.org>
16957 Date: Sat Aug 4 17:42:28 2012 -0700
16959 Speed up hb_set_digest_common_bits_t calcs
16961 src/hb-set-private.hh | 6 +++---
16962 1 file changed, 3 insertions(+), 3 deletions(-)
16964 commit bdc48a879a1900138d8caaa8d90fb9fe1e768d1d
16965 Author: Behdad Esfahbod <behdad@behdad.org>
16966 Date: Sat Aug 4 17:08:38 2012 -0700
16968 Enlarge glyph_name buffer
16970 Lohit Devanagari has a glyph named:
16971 u0924_u094D.half_u0930_u094D.blwf.vatu
16973 util/options.cc | 2 +-
16974 1 file changed, 1 insertion(+), 1 deletion(-)
16976 commit 25326c2359b0a3e25222b94acd142bc36eff78a4
16977 Author: Behdad Esfahbod <behdad@behdad.org>
16978 Date: Sat Aug 4 16:43:18 2012 -0700
16980 Rewrite ARRAY_LENGTH as a template function
16982 Such it wouldn't apply to pointers accidentally.
16984 src/hb-ot-shape-complex-arabic-table.hh | 4 ++--
16985 src/hb-private.hh | 9 ++++++---
16986 2 files changed, 8 insertions(+), 5 deletions(-)
16988 commit 8ba8042821e4581fe4e87419e58c823520441205
16989 Author: Behdad Esfahbod <behdad@behdad.org>
16990 Date: Fri Aug 3 18:54:54 2012 -0700
16992 [Indic] Fix consonant position font lookup logic
16994 Oops. I broken this badly and the test suite did not notice. That
16995 worries me. Have to investigate.
16997 src/hb-ot-shape-complex-indic.cc | 6 +++---
16998 1 file changed, 3 insertions(+), 3 deletions(-)
17000 commit abd0c05f1f7f0546593bb2f1c4d59db12cb32e46
17001 Author: Behdad Esfahbod <behdad@behdad.org>
17002 Date: Fri Aug 3 18:45:05 2012 -0700
17006 src/test-would-substitute.cc | 2 +-
17007 1 file changed, 1 insertion(+), 1 deletion(-)
17009 commit 46ee108ef80f5d4675899862698a8c34d8fcfab5
17010 Author: Behdad Esfahbod <behdad@behdad.org>
17011 Date: Fri Aug 3 18:21:13 2012 -0700
17015 src/hb-shape-plan.cc | 2 ++
17016 1 file changed, 2 insertions(+)
17018 commit 71baea0062da4d7f143d62da38492a0813814e49
17019 Author: Behdad Esfahbod <behdad@behdad.org>
17020 Date: Fri Aug 3 17:40:07 2012 -0700
17022 [OT] Use general-category, not GDEF class, to decide to zero mark
17025 At this point, the GDEF glyph synthesis looks pointless. Not that I
17026 have many fonts without GDEF lying around.
17028 As for mark advance zeroing when GPOS not available, that also
17030 replaced by proper fallback mark positioning soon.
17032 src/hb-ot-shape.cc | 7 ++-----
17033 1 file changed, 2 insertions(+), 5 deletions(-)
17035 commit 3a7e137a68ec8f723dc3afa89c918ca2df7ff6bf
17036 Author: Behdad Esfahbod <behdad@behdad.org>
17037 Date: Fri Aug 3 17:23:40 2012 -0700
17041 src/hb-glib.cc | 4 ++--
17042 src/hb-icu.cc | 2 +-
17043 2 files changed, 3 insertions(+), 3 deletions(-)
17045 commit 11b0e20ba42bf0b17133c3e1087732802bb4f230
17046 Author: Behdad Esfahbod <behdad@behdad.org>
17047 Date: Thu Aug 2 14:21:40 2012 -0400
17049 [Indic] Add per-script configuration tables
17051 This concludes the Indic shape_plan work. May do for Arabic also...
17053 src/hb-ot-shape-complex-indic-private.hh | 16 +-
17054 src/hb-ot-shape-complex-indic.cc | 309
17055 +++++++++++++++----------------
17056 2 files changed, 159 insertions(+), 166 deletions(-)
17058 commit 85fc6c483f6d734febbe39270e84701a651f01f1
17059 Author: Behdad Esfahbod <behdad@behdad.org>
17060 Date: Thu Aug 2 12:21:44 2012 -0400
17062 [Indic] Move more stuff to the shape_plan
17064 Almost done. Need to add per-script static tables.
17066 src/hb-ot-shape-complex-indic-machine.rl | 4 +-
17067 src/hb-ot-shape-complex-indic.cc | 216
17068 ++++++++++++++++---------------
17069 2 files changed, 116 insertions(+), 104 deletions(-)
17071 commit 914ffaa40fcca020f65bacdd709421e9047afd83
17072 Author: Behdad Esfahbod <behdad@behdad.org>
17073 Date: Thu Aug 2 11:03:39 2012 -0400
17075 [Indic] Move more repeated work into shape_plan
17077 src/hb-ot-shape-complex-indic.cc | 63
17078 ++++++++++++++++++++++++++--------------
17079 1 file changed, 42 insertions(+), 21 deletions(-)
17081 commit a8c6da90f4c6e8d27a3a1b758a55476776d9f750
17082 Author: Behdad Esfahbod <behdad@behdad.org>
17083 Date: Thu Aug 2 10:46:34 2012 -0400
17085 [OT] Add per-complex-shaper shape_plan data
17087 Hookup some Indic data to it. More to come.
17089 src/hb-ot-shape-complex-arabic.cc | 2 +
17090 src/hb-ot-shape-complex-indic.cc | 128
17091 ++++++++++++++++++++++---------------
17092 src/hb-ot-shape-complex-misc.cc | 4 ++
17093 src/hb-ot-shape-complex-private.hh | 16 ++++-
17094 src/hb-ot-shape-private.hh | 1 +
17095 src/hb-ot-shape.cc | 23 +++++--
17096 6 files changed, 113 insertions(+), 61 deletions(-)
17098 commit 8bb5deba9630d35878eb6edb4643ecfabf99f15f
17099 Author: Behdad Esfahbod <behdad@behdad.org>
17100 Date: Thu Aug 2 10:07:58 2012 -0400
17102 [OT] Pipe shape_plan down to pause_callbacks
17104 src/hb-ot-map-private.hh | 8 ++---
17105 src/hb-ot-map.cc | 11 ++++---
17106 src/hb-ot-shape-complex-indic-machine.rl | 4 +--
17107 src/hb-ot-shape-complex-indic.cc | 50
17108 +++++++++++++++-----------------
17109 src/hb-ot-shape-private.hh | 6 ++++
17110 src/hb-ot-shape.cc | 28 ++++++++++--------
17111 6 files changed, 57 insertions(+), 50 deletions(-)
17113 commit 3e38c0f2886c38d2f0a9d80a97a36edf2479d2c7
17114 Author: Behdad Esfahbod <behdad@behdad.org>
17115 Date: Thu Aug 2 09:44:18 2012 -0400
17119 src/hb-ot-map-private.hh | 20 ++++++++------------
17120 src/hb-ot-map.cc | 17 ++++++++---------
17121 src/hb-ot-shape-complex-arabic.cc | 8 ++++----
17122 src/hb-ot-shape-complex-indic.cc | 18 +++++++-----------
17123 4 files changed, 27 insertions(+), 36 deletions(-)
17125 commit 16c6a27b4bffc19026944c7bea9cf0a3a8ff1d8f
17126 Author: Behdad Esfahbod <behdad@behdad.org>
17127 Date: Thu Aug 2 09:38:28 2012 -0400
17129 [OT] Port complex_shaper to planner/plan
17131 src/hb-ot-shape-complex-arabic.cc | 17 ++++++++---------
17132 src/hb-ot-shape-complex-indic.cc | 19 ++++++++-----------
17133 src/hb-ot-shape-complex-misc.cc | 20 ++++++++------------
17134 src/hb-ot-shape-complex-private.hh | 32 +++++++++++---------------------
17135 src/hb-ot-shape-private.hh | 14 +++++++++++---
17136 src/hb-ot-shape.cc | 9 +++++----
17137 6 files changed, 51 insertions(+), 60 deletions(-)
17139 commit 5393e3a62ba09fd7bcf3767b36225c8f49badb9d
17140 Author: Behdad Esfahbod <behdad@behdad.org>
17141 Date: Thu Aug 2 09:24:35 2012 -0400
17143 [OT] Minor refactoring
17145 src/hb-ot-map.cc | 4 ----
17146 src/hb-ot-shape-private.hh | 26 ++++++++++++++++++++++++++
17147 src/hb-ot-shape.cc | 26 ++------------------------
17148 src/hb-shape-plan.cc | 2 ++
17149 src/hb-shape.cc | 2 --
17150 5 files changed, 30 insertions(+), 30 deletions(-)
17152 commit 24eacf17c801c66a2d466e8ae02b73f501a26b25
17153 Author: Behdad Esfahbod <behdad@behdad.org>
17154 Date: Thu Aug 2 08:42:11 2012 -0400
17156 [Indic] Move consonant-position-setting into initial_reordering()
17158 src/hb-ot-shape-complex-indic.cc | 65
17159 +++++++++++++++++++++-------------------
17160 1 file changed, 35 insertions(+), 30 deletions(-)
17162 commit afbcc24be01a64bdb5c05c63880269145fa1d3c8
17163 Author: Behdad Esfahbod <behdad@behdad.org>
17164 Date: Thu Aug 2 08:36:40 2012 -0400
17166 [GSUB] Wire the font, not just the face, down to substitute()
17168 We need the font for glyph lookup during GSUB pauses in Indic shaper.
17169 Could perhaps be avoided, but at this point, we don't mean to support
17170 separate substitute()/position() entry points (anymore), so there is
17171 no point in not providing the font to GSUB.
17173 src/hb-ot-layout-gsub-table.hh | 13 +++++--------
17174 src/hb-ot-layout-gsubgpos-private.hh | 7 ++-----
17175 src/hb-ot-layout-private.hh | 6 +++---
17176 src/hb-ot-layout.cc | 18 +++++++++---------
17177 src/hb-ot-map-private.hh | 15 ++++++---------
17178 src/hb-ot-map.cc | 8 ++++----
17179 src/hb-ot-shape-complex-indic.cc | 8 ++++----
17180 src/hb-ot-shape.cc | 6 +++---
17181 8 files changed, 36 insertions(+), 45 deletions(-)
17183 commit b0e6a26a10ccca70ebc88a9e158a89ccfab0add5
17184 Author: Behdad Esfahbod <behdad@behdad.org>
17185 Date: Thu Aug 2 08:11:14 2012 -0400
17189 It was impossible to meaningfully use them from the outside these
17192 src/hb-ot-layout-private.hh | 40 ++++++++++++++++++++++++++++++++--------
17193 src/hb-ot-layout.cc | 20 --------------------
17194 src/hb-ot-layout.h | 34 ----------------------------------
17195 src/hb-ot-map.cc | 8 ++++----
17196 4 files changed, 36 insertions(+), 66 deletions(-)
17198 commit 305246744ed178f116e01498b7f9d1af6950ca30
17199 Author: Behdad Esfahbod <behdad@behdad.org>
17200 Date: Thu Aug 2 08:08:04 2012 -0400
17204 src/hb-ot-layout-gsubgpos-private.hh | 2 +-
17205 1 file changed, 1 insertion(+), 1 deletion(-)
17207 commit 8ef3d53255ae9fbb0e46c22909e50009d1e7eeb0
17208 Author: Behdad Esfahbod <behdad@behdad.org>
17209 Date: Thu Aug 2 07:53:18 2012 -0400
17211 [Indic] More refactoring of consonant position peeking in the font
17213 To be moved to initial_reordering next...
17215 src/hb-ot-shape-complex-indic.cc | 59
17216 ++++++++++++++++++++++++++++------------
17217 1 file changed, 41 insertions(+), 18 deletions(-)
17219 commit 3eb6f81fd3f1e56679eec10d08f5e2303121753f
17220 Author: Behdad Esfahbod <behdad@behdad.org>
17221 Date: Thu Aug 2 07:37:46 2012 -0400
17225 Move all the logic that needs to eventually move into the indic table
17226 into hb-ot-shape-complex-indic-private.hh.
17228 src/hb-ot-shape-complex-indic-private.hh | 210
17229 ++++++++++++++++++++++++++++
17230 src/hb-ot-shape-complex-indic.cc | 227
17231 ++-----------------------------
17232 2 files changed, 218 insertions(+), 219 deletions(-)
17234 commit 3614ba242fc7d338761acdda365a134706035b6d
17235 Author: Behdad Esfahbod <behdad@behdad.org>
17236 Date: Thu Aug 2 07:13:55 2012 -0400
17240 src/hb-ot-shape-complex-indic.cc | 40
17241 +++++++++++++++++++++-------------------
17242 1 file changed, 21 insertions(+), 19 deletions(-)
17244 commit 610e5e8f713bb2a68939b72cb2b801a7aaede4f9
17245 Author: Behdad Esfahbod <behdad@behdad.org>
17246 Date: Thu Aug 2 05:27:46 2012 -0400
17248 [Indic] Streamline feature would_apply()
17250 Comes with some 10% speedup for Devanagari even!
17252 src/hb-ot-map-private.hh | 85
17253 +++++++++++++++++++++++++---------------
17254 src/hb-ot-map.cc | 18 ++++-----
17255 src/hb-ot-shape-complex-indic.cc | 85
17256 +++++++++++++++++++++++-----------------
17257 3 files changed, 110 insertions(+), 78 deletions(-)
17259 commit 1d002048d5afcd45abbb09fdf0419f13b2e2265c
17260 Author: Behdad Esfahbod <behdad@behdad.org>
17261 Date: Thu Aug 2 05:01:11 2012 -0400
17265 src/hb-ot-shape-complex-indic-private.hh | 16 --------
17266 src/hb-ot-shape-complex-indic.cc | 64
17267 +++++++++++++++++++++-----------
17268 2 files changed, 43 insertions(+), 37 deletions(-)
17270 commit 6f7611375521c6d285a9aa763f2ea5cb44cd0d39
17271 Author: Behdad Esfahbod <behdad@behdad.org>
17272 Date: Thu Aug 2 04:00:31 2012 -0400
17274 [GSUB/GPOS] Check array size before accessing digests
17276 src/hb-ot-layout-private.hh | 3 +++
17277 src/hb-ot-layout.cc | 32 ++++++++++++++++----------------
17278 2 files changed, 19 insertions(+), 16 deletions(-)
17280 commit 22148b8c4af3ed296d96e969cdd47bac97b32307
17281 Author: Behdad Esfahbod <behdad@behdad.org>
17282 Date: Thu Aug 2 03:51:51 2012 -0400
17284 Use Coverage digests in would_apply
17286 src/hb-ot-layout-gsub-table.hh | 1 +
17287 src/hb-ot-layout-gsubgpos-private.hh | 6 +++++-
17288 src/hb-ot-layout.cc | 4 ++--
17289 3 files changed, 8 insertions(+), 3 deletions(-)
17291 commit 6c459c8fef85bc44f45d7b58c28a34abfb2c33fc
17292 Author: Behdad Esfahbod <behdad@behdad.org>
17293 Date: Thu Aug 2 03:45:53 2012 -0400
17297 src/hb-ot-layout-gpos-table.hh | 2 +-
17298 src/hb-ot-layout-gsub-table.hh | 4 ++--
17299 src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
17300 3 files changed, 5 insertions(+), 5 deletions(-)
17302 commit e2b8d75fa6e847ecf5c040f4e1e16a565c5d8aaf
17303 Author: Behdad Esfahbod <behdad@behdad.org>
17304 Date: Wed Aug 1 22:17:48 2012 -0400
17306 Use wider set digests on 64-bit archs
17308 src/hb-set-private.hh | 6 +++---
17309 1 file changed, 3 insertions(+), 3 deletions(-)
17311 commit 0120ce9679aab3ac936aeb18f6709529eef000a4
17312 Author: Behdad Esfahbod <behdad@behdad.org>
17313 Date: Wed Aug 1 21:56:35 2012 -0400
17315 [GSUB/GPOS] Remove unused get_coverage() methods
17317 src/hb-ot-layout-gpos-table.hh | 11 -----------
17318 src/hb-ot-layout-gsub-table.hh | 11 -----------
17319 2 files changed, 22 deletions(-)
17321 commit 1336ecdf8e4e9879b96b26ecfbf5c9ba6c49e2b9
17322 Author: Behdad Esfahbod <behdad@behdad.org>
17323 Date: Wed Aug 1 21:46:36 2012 -0400
17325 [GSUB/GPOS] Use Coverage digests as gatekeeper
17327 Gives me a good 10% speedup for the Devanagari test case. Less so
17328 for less lookup-intensive tests.
17330 For the Devanagari test case, the false positive rate of the GSUB
17334 src/hb-ot-layout-gpos-table.hh | 30 +++++++++---------------------
17335 src/hb-ot-layout-gsub-table.hh | 35
17336 ++++++++++++-----------------------
17337 src/hb-ot-layout-gsubgpos-private.hh | 8 ++++++--
17338 src/hb-ot-layout-private.hh | 4 ++++
17339 src/hb-ot-layout.cc | 29 +++++++++++++++++++++++++----
17340 5 files changed, 56 insertions(+), 50 deletions(-)
17342 commit a878c58a8fc1500986d713b2bcedfeb90a0087b0
17343 Author: Behdad Esfahbod <behdad@behdad.org>
17344 Date: Wed Aug 1 21:18:54 2012 -0400
17346 [GSUB/GPOS] Add add_coverage()
17348 src/hb-ot-layout-gpos-table.hh | 18 ++++++++++++++++++
17349 src/hb-ot-layout-gsub-table.hh | 18 ++++++++++++++++++
17350 2 files changed, 36 insertions(+)
17352 commit 60a3035ac5ec8227e4cc0e6708732bb139c9e0b8
17353 Author: Behdad Esfahbod <behdad@behdad.org>
17354 Date: Wed Aug 1 21:06:27 2012 -0400
17356 Add hb_set_digest_t
17358 Implement two set digests, and one that combines the two.
17360 src/hb-set-private.hh | 95
17361 +++++++++++++++++++++++++++++++++++++++++++++++++++
17362 1 file changed, 95 insertions(+)
17364 commit c8accf1dd2d92cc4f714393eb0ea46f69bb182a6
17365 Author: Behdad Esfahbod <behdad@behdad.org>
17366 Date: Wed Aug 1 21:05:57 2012 -0400
17368 [OT] Templatize Coverage::add_coverage()
17370 src/hb-ot-layout-common-private.hh | 12 ++++++++----
17371 1 file changed, 8 insertions(+), 4 deletions(-)
17373 commit 8fbfda920e0b3bb4ab7afb732826026964b79be9
17374 Author: Behdad Esfahbod <behdad@behdad.org>
17375 Date: Wed Aug 1 19:03:46 2012 -0400
17377 Inline font getters
17379 src/hb-fallback-shape.cc | 21 ++--
17380 src/hb-font-private.hh | 204
17381 ++++++++++++++++++++++++++++++++++++++
17382 src/hb-font.cc | 129 ++++--------------------
17383 src/hb-graphite2.cc | 6 +-
17384 src/hb-old.cc | 10 +-
17385 src/hb-ot-layout-gdef-table.hh | 2 +-
17386 src/hb-ot-layout-gpos-table.hh | 2 +-
17387 src/hb-ot-shape-complex-arabic.cc | 4 +-
17388 src/hb-ot-shape-complex-indic.cc | 6 +-
17389 src/hb-ot-shape-normalize.cc | 12 +--
17390 src/hb-ot-shape.cc | 47 +++++----
17391 11 files changed, 277 insertions(+), 166 deletions(-)
17393 commit 6adf417bc15d4524e280b284e3accd1ae647662e
17394 Author: Behdad Esfahbod <behdad@behdad.org>
17395 Date: Wed Aug 1 18:07:42 2012 -0400
17397 Use a lookup table for modified_combining_class
17399 src/hb-unicode-private.hh | 10 ++-
17400 src/hb-unicode.cc | 213
17401 +++++++++++++++++++++++++++++++---------------
17402 src/hb-unicode.h | 4 +
17403 3 files changed, 157 insertions(+), 70 deletions(-)
17405 commit 208f70f0553d73d2908b21b9552298029482a8b9
17406 Author: Behdad Esfahbod <behdad@behdad.org>
17407 Date: Wed Aug 1 17:13:10 2012 -0400
17409 Inline Unicode callbacks internally
17411 src/hb-buffer.cc | 2 +-
17412 src/hb-fallback-shape.cc | 2 +-
17413 src/hb-old.cc | 2 +-
17414 src/hb-ot-shape-complex-misc.cc | 2 +-
17415 src/hb-ot-shape-normalize.cc | 13 +++--
17416 src/hb-ot-shape-private.hh | 6 +--
17417 src/hb-ot-shape.cc | 4 +-
17418 src/hb-unicode-private.hh | 112
17419 ++++++++++++++++++++--------------------
17420 src/hb-unicode.cc | 5 +-
17421 9 files changed, 73 insertions(+), 75 deletions(-)
17423 commit 7470315a3e782aa6192bbe64f7a3944266fb1521
17424 Author: Behdad Esfahbod <behdad@behdad.org>
17425 Date: Wed Aug 1 17:01:59 2012 -0400
17427 Move unicode accessors around
17429 src/hb-unicode-private.hh | 73
17430 ++++++++++++++++++++++++++++++++++++++++++++++-
17431 src/hb-unicode.cc | 65 ++++-------------------------------------
17432 2 files changed, 78 insertions(+), 60 deletions(-)
17434 commit 21fdcee00125b6e1c09f0bed3064d16ccd3a7a5d
17435 Author: Behdad Esfahbod <behdad@behdad.org>
17436 Date: Wed Aug 1 16:23:44 2012 -0400
17438 Add hb_unicode_combining_class_t
17440 src/hb-common.h | 38 +-------------
17441 src/hb-glib.cc | 4 +-
17442 src/hb-icu.cc | 4 +-
17443 src/hb-unicode-private.hh | 2 +-
17444 src/hb-unicode.cc | 11 ++--
17445 src/hb-unicode.h | 124
17446 +++++++++++++++++++++++++++++++++++++++++++++-
17447 6 files changed, 134 insertions(+), 49 deletions(-)
17449 commit 84186a64004e5dcd2ce98b564d0e0a09aa5d68b2
17450 Author: Behdad Esfahbod <behdad@behdad.org>
17451 Date: Wed Aug 1 13:32:39 2012 -0400
17453 Add commentary on the compatibility decomposition in the normalizer
17455 src/hb-ot-shape-normalize.cc | 18 +++++++++++++++---
17456 1 file changed, 15 insertions(+), 3 deletions(-)
17458 commit 0834d952017a04c6f4599e574cb75ecf3ca27d3b
17459 Author: Behdad Esfahbod <behdad@behdad.org>
17460 Date: Wed Aug 1 00:21:09 2012 -0400
17462 [hb-old] Adjust mark positioning parameters
17464 Fallback mark positioning works now... With hb-ft and hb-view /
17467 src/hb-old.cc | 10 +++++-----
17468 src/hb-old/harfbuzz-shaper.cpp | 1 +
17469 2 files changed, 6 insertions(+), 5 deletions(-)
17471 commit 4ca743dfb8e09f9fa525061c7f1144d55f72effb
17472 Author: Behdad Esfahbod <behdad@behdad.org>
17473 Date: Wed Aug 1 00:03:41 2012 -0400
17475 [old] Implement fontMetrics
17477 src/hb-old.cc | 11 ++++++++++-
17478 1 file changed, 10 insertions(+), 1 deletion(-)
17480 commit 1e7d860613032e40a3f90e2caa2ee5ac44ab8c8c
17481 Author: Behdad Esfahbod <behdad@behdad.org>
17482 Date: Tue Jul 31 23:41:06 2012 -0400
17484 [GPOS] Adjust mark advance-width zeroing logic
17486 If there is no GPOS, zero mark advances.
17488 If there *is* GPOS and the shaper requests so, zero mark advances for
17491 Fixes regression with Tibetan, where the font has GPOS, and marks a
17492 glyph as mark where it shouldn't get zero advance.
17494 src/hb-ot-layout-gpos-table.hh | 14 ++++++++------
17495 src/hb-ot-layout.cc | 4 ++--
17496 src/hb-ot-layout.h | 3 ++-
17497 src/hb-ot-shape-complex-arabic.cc | 2 +-
17498 src/hb-ot-shape-complex-indic.cc | 2 +-
17499 src/hb-ot-shape-complex-misc.cc | 4 ++--
17500 src/hb-ot-shape-complex-private.hh | 2 +-
17501 src/hb-ot-shape.cc | 6 ++----
17502 8 files changed, 19 insertions(+), 18 deletions(-)
17504 commit a8842e4a448efb30f3f2f3c628d6dc4824829726
17505 Author: Behdad Esfahbod <behdad@behdad.org>
17506 Date: Tue Jul 31 23:10:11 2012 -0400
17508 Remove some TODO items
17510 TODO | 27 ---------------------------
17511 src/hb-shape.cc | 2 ++
17512 2 files changed, 2 insertions(+), 27 deletions(-)
17514 commit 2bc3b9a616cedbc56ff4a915f9e3439ff3a6bf13
17515 Author: Behdad Esfahbod <behdad@behdad.org>
17516 Date: Tue Jul 31 23:08:25 2012 -0400
17518 [OT] Zero mark advances if the shaper desires so
17520 Enabled for all shapers except for Indic.
17522 src/hb-ot-shape-complex-arabic.cc | 1 +
17523 src/hb-ot-shape-complex-indic.cc | 1 +
17524 src/hb-ot-shape-complex-misc.cc | 2 ++
17525 src/hb-ot-shape-complex-private.hh | 2 ++
17526 src/hb-ot-shape.cc | 15 +++++++++++++++
17527 5 files changed, 21 insertions(+)
17529 commit 5fecd8b0355894ceda14b3d3c654f20c3d5e77f4
17530 Author: Behdad Esfahbod <behdad@behdad.org>
17531 Date: Tue Jul 31 22:48:38 2012 -0400
17533 [OT] Synthesize glyph classes
17536 src/hb-ot-shape.cc | 20 ++++++++++++++++++--
17537 2 files changed, 18 insertions(+), 4 deletions(-)
17539 commit 03b09214c073ce37eeb8af5218942c85b2d393df
17540 Author: Behdad Esfahbod <behdad@behdad.org>
17541 Date: Tue Jul 31 22:43:58 2012 -0400
17545 src/hb-ot-layout-gsub-table.hh | 5 ++++-
17546 1 file changed, 4 insertions(+), 1 deletion(-)
17548 commit f0fc1df8fc949739b68d55948741016081b69c3a
17549 Author: Behdad Esfahbod <behdad@behdad.org>
17550 Date: Tue Jul 31 22:43:32 2012 -0400
17552 [hb-old] Implement getGlyphMetrics()
17554 Still working on it.
17556 src/hb-old.cc | 13 ++++++++++++-
17557 1 file changed, 12 insertions(+), 1 deletion(-)
17559 commit 378d279bbf692195c4654e312dae854ab3be04cf
17560 Author: Behdad Esfahbod <behdad@behdad.org>
17561 Date: Tue Jul 31 21:36:16 2012 -0400
17563 Implement Unicode compatibility decompositions
17565 Based on patch from Philip Withnall.
17566 https://bugs.freedesktop.org/show_bug.cgi?id=41095
17568 src/hb-glib.cc | 30 +++++++++++++++++++++++++
17569 src/hb-icu.cc | 36 +++++++++++++++++++++++++++++-
17570 src/hb-ot-shape-normalize.cc | 53
17571 +++++++++++++++++++++++++++++---------------
17572 src/hb-unicode-private.hh | 1 +
17573 src/hb-unicode.cc | 27 +++++++++++++++++++++-
17574 src/hb-unicode.h | 37 ++++++++++++++++++++++++++++++-
17575 test/api/hb-test.h | 1 +
17576 test/api/test-unicode.c | 50
17577 +++++++++++++++++++++++++++++++++++++++++
17578 8 files changed, 214 insertions(+), 21 deletions(-)
17580 commit 321ec29cc270e7e66a529696b70b2caac553c95f
17581 Author: Behdad Esfahbod <behdad@behdad.org>
17582 Date: Tue Jul 31 21:10:16 2012 -0400
17584 Remove unused function
17586 src/hb-ot-shape-complex-indic.cc | 7 -------
17587 1 file changed, 7 deletions(-)
17589 commit 69cc492dc120847ed00cae65ec958593ebf550c5
17590 Author: Behdad Esfahbod <behdad@behdad.org>
17591 Date: Tue Jul 31 14:51:36 2012 -0400
17595 src/hb-buffer-private.hh | 3 ++-
17596 src/hb-buffer.cc | 24 ++++++++++++------------
17597 2 files changed, 14 insertions(+), 13 deletions(-)
17599 commit 693918ef8541014a5ef7dfb91c6ea0ae36d9c368
17600 Author: Behdad Esfahbod <behdad@behdad.org>
17601 Date: Mon Jul 30 21:08:51 2012 -0400
17603 [OT] Streamline complex shaper enumeration
17605 Add a shaper class struct.
17607 src/hb-ot-shape-complex-arabic.cc | 37 ++++----
17608 src/hb-ot-shape-complex-indic.cc | 47 ++++++---
17609 src/hb-ot-shape-complex-misc.cc | 67 ++++++-------
17610 src/hb-ot-shape-complex-private.hh | 179
17611 ++++++++++-------------------------
17612 src/hb-ot-shape-normalize-private.hh | 4 +-
17613 src/hb-ot-shape-private.hh | 2 +-
17614 src/hb-ot-shape.cc | 16 ++--
17615 7 files changed, 143 insertions(+), 209 deletions(-)
17617 commit c2e42c3db691515f3a458eb4c71fe1e6439d5620
17618 Author: Behdad Esfahbod <behdad@behdad.org>
17619 Date: Mon Jul 30 19:54:50 2012 -0400
17623 src/hb-ot-layout-gpos-table.hh | 2 +-
17624 src/hb-ot-layout-gsub-table.hh | 4 ++--
17625 src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
17626 src/hb-ot-layout-private.hh | 4 ++--
17627 4 files changed, 9 insertions(+), 9 deletions(-)
17629 commit 03f67bc012f42131b36083a23efc78e1b04b828c
17630 Author: Behdad Esfahbod <behdad@behdad.org>
17631 Date: Mon Jul 30 19:47:53 2012 -0400
17633 More refactoring glyph class access
17635 src/hb-ot-layout-gpos-table.hh | 2 +-
17636 src/hb-ot-layout-gsub-table.hh | 2 +-
17637 src/hb-ot-layout-gsubgpos-private.hh | 154
17638 +++++++++++++++++------------------
17639 3 files changed, 76 insertions(+), 82 deletions(-)
17641 commit 300c7307eb7943ba7416b672345506be1e27c6ba
17642 Author: Behdad Esfahbod <behdad@behdad.org>
17643 Date: Mon Jul 30 19:37:44 2012 -0400
17645 [OT] Don't crash if no GDEF available
17647 src/hb-ot-layout-gsubgpos-private.hh | 8 +++++---
17648 1 file changed, 5 insertions(+), 3 deletions(-)
17650 commit 3dcbdc2125c04c173f29f04922fc031929893f4e
17651 Author: Behdad Esfahbod <behdad@behdad.org>
17652 Date: Mon Jul 30 19:31:17 2012 -0400
17656 src/hb-ot-layout.cc | 15 +++++----------
17657 1 file changed, 5 insertions(+), 10 deletions(-)
17659 commit 05bd1b63426e07d1df7a1b40bf845dc94ab995a8
17660 Author: Behdad Esfahbod <behdad@behdad.org>
17661 Date: Mon Jul 30 19:30:01 2012 -0400
17663 [GSUB/GPOS] Move glyph props matching around
17665 src/hb-ot-layout-gpos-table.hh | 11 ++--
17666 src/hb-ot-layout-gsub-table.hh | 18 +++---
17667 src/hb-ot-layout-gsubgpos-private.hh | 99
17668 +++++++++++++++++++++++++++++----
17669 src/hb-ot-layout-private.hh | 12 ----
17670 src/hb-ot-layout.cc | 104
17671 +++--------------------------------
17672 src/hb-ot-layout.h | 12 ++--
17673 src/hb-ot-shape.cc | 10 ++--
17674 7 files changed, 127 insertions(+), 139 deletions(-)
17676 commit 2fca1426ca06cabbe8f027f2dc9dee9c27560c76
17677 Author: Behdad Esfahbod <behdad@behdad.org>
17678 Date: Mon Jul 30 18:46:41 2012 -0400
17680 [GSUB] Don't erase glyph classes if GDEF does not have glyph classes
17682 src/hb-ot-layout-gsubgpos-private.hh | 5 ++++-
17683 1 file changed, 4 insertions(+), 1 deletion(-)
17685 commit fd42257f8c45ff8e036e1c3eb1a788a101be7ead
17686 Author: Behdad Esfahbod <behdad@behdad.org>
17687 Date: Mon Jul 30 18:40:27 2012 -0400
17691 src/hb-ot-layout.cc | 29 +++++------------------------
17692 1 file changed, 5 insertions(+), 24 deletions(-)
17694 commit 7fbbf86efe675e4c038dfc5985c24bbc544620cd
17695 Author: Behdad Esfahbod <behdad@behdad.org>
17696 Date: Mon Jul 30 18:36:42 2012 -0400
17700 src/hb-ot-layout-gsub-table.hh | 2 +-
17701 src/hb-ot-layout-gsubgpos-private.hh | 6 ++++++
17702 2 files changed, 7 insertions(+), 1 deletion(-)
17704 commit 713914d3203109a8e9213f5a1d3b384730703ce9
17705 Author: Behdad Esfahbod <behdad@behdad.org>
17706 Date: Mon Jul 30 17:54:38 2012 -0400
17708 [Uniscribe] Clean up a bit
17710 src/hb-uniscribe.cc | 17 +++++------------
17711 1 file changed, 5 insertions(+), 12 deletions(-)
17713 commit 301168dae77a63ee25adfb26ce2b54a708f83791
17714 Author: Behdad Esfahbod <behdad@behdad.org>
17715 Date: Mon Jul 30 17:48:04 2012 -0400
17717 [CoreText] Port to shape_plan infrastructure
17719 src/hb-coretext.cc | 161
17720 ++++++++++++++++++++++++++---------------------------
17721 1 file changed, 80 insertions(+), 81 deletions(-)
17723 commit 6cdfd14bb19d60ac3d6b20ff611408432254f273
17724 Author: Behdad Esfahbod <behdad@behdad.org>
17725 Date: Mon Jul 30 17:22:17 2012 -0400
17729 src/hb-ot-layout-gsub-table.hh | 4 ++--
17730 1 file changed, 2 insertions(+), 2 deletions(-)
17732 commit 7e34601dededd521bcef15111e39293df3d0d13d
17733 Author: Behdad Esfahbod <behdad@behdad.org>
17734 Date: Mon Jul 30 14:53:41 2012 -0400
17736 Unbreak Hangul jamo composition
17738 When we removed the separate Hangul shaper, the specific normalization
17739 preference of Hangul was lost. Fix that. Also, the Thai shaper was
17740 copied from Hangul, so had the fully-composed normalization behavior,
17741 which was unnecessary. So, fix that too.
17743 src/hb-ot-shape-complex-arabic.cc | 2 +-
17744 src/hb-ot-shape-complex-indic.cc | 4 +---
17745 src/hb-ot-shape-complex-misc.cc | 12 +++++++++---
17746 src/hb-ot-shape-complex-private.hh | 9 ++++-----
17747 src/hb-ot-shape.cc | 4 +++-
17748 5 files changed, 18 insertions(+), 13 deletions(-)
17750 commit 7afb14407e59dfeaa79c33aca1ffa60e7982e349
17751 Author: Behdad Esfahbod <behdad@behdad.org>
17752 Date: Mon Jul 30 13:54:46 2012 -0400
17754 [Indic] Recategorize Telugu length marks
17756 Fixes 8 more Telugu tests. Failures at 15 (0.00154548%).
17758 src/hb-unicode.cc | 8 ++++++++
17759 src/indic.cc | 11 ++++++++---
17760 2 files changed, 16 insertions(+), 3 deletions(-)
17762 commit 70b3dc327232b20051b36397aa2b196ab8c62397
17763 Author: Behdad Esfahbod <behdad@behdad.org>
17764 Date: Mon Jul 30 12:40:18 2012 -0400
17768 .../texts/in-tree/shaper-default/script-hebrew/misc/diacritics.txt
17770 1 file changed, 1 insertion(+)
17772 commit f2377155e35c15919af4d7db21b6edc6783146b6
17773 Author: Behdad Esfahbod <behdad@behdad.org>
17774 Date: Mon Jul 30 10:50:57 2012 -0400
17776 [hb-old] Fix misc leaks
17778 Backport (forward-port?!) from upstream:
17780 commit 3ab7b37bdebf0f8773493a1fee910b151c4de30f
17781 Author: Behdad Esfahbod <behdad@behdad.org>
17782 Date: Mon Jul 30 10:50:22 2012 -0400
17786 https://bugs.freedesktop.org/show_bug.cgi?id=31992
17787 https://bugs.freedesktop.org/show_bug.cgi?id=31993
17788 https://bugs.freedesktop.org/show_bug.cgi?id=31994
17789 https://bugs.freedesktop.org/show_bug.cgi?id=31995
17791 src/hb-old/harfbuzz-arabic.c | 12 +++++++++---
17792 src/hb-old/harfbuzz-gpos.c | 6 +++---
17793 src/hb-old/harfbuzz-gsub.c | 6 +++---
17794 src/hb-old/harfbuzz-tibetan.c | 1 +
17795 4 files changed, 16 insertions(+), 9 deletions(-)
17797 commit 3f4764bb56bb7e42ba8859f1905810bd2f998838
17798 Author: Behdad Esfahbod <behdad@behdad.org>
17799 Date: Mon Jul 30 10:06:42 2012 -0400
17801 Don't lock user_data set during destruction if empty
17803 src/hb-private.hh | 5 +++++
17804 1 file changed, 5 insertions(+)
17806 commit 4ba647eecf0f70917ac4229af1f2dd3c62fcb7d5
17807 Author: Behdad Esfahbod <behdad@behdad.org>
17808 Date: Mon Jul 30 09:53:06 2012 -0400
17812 src/hb-ot-shape.cc | 2 ++
17813 1 file changed, 2 insertions(+)
17815 commit f860366456d9e59b139a940da6d89c3c4fb9e96e
17816 Author: Behdad Esfahbod <behdad@behdad.org>
17817 Date: Mon Jul 30 02:38:39 2012 -0400
17819 [OT] Gain back some lost speed
17821 src/hb-ot-layout-private.hh | 27 +++++++++++++++-
17822 src/hb-ot-layout.cc | 63
17823 ++++++++++++++++++++++++++++++++++----
17824 src/hb-ot-map-private.hh | 26 +++-------------
17825 src/hb-ot-map.cc | 35 +++++++++++++++------
17826 src/hb-ot-shape-complex-indic.cc | 2 +-
17827 src/hb-ot-shape-complex-private.hh | 5 ---
17828 6 files changed, 114 insertions(+), 44 deletions(-)
17830 commit 11f4c87d01924cac43bf40044f67838440e19e42
17831 Author: Behdad Esfahbod <behdad@behdad.org>
17832 Date: Mon Jul 30 02:36:46 2012 -0400
17834 [OT] Remove hb_ot_layout_ensure()
17836 I didn't like it from the beginning.
17838 src/hb-ot-layout.cc | 9 +++++----
17839 src/hb-ot-layout.h | 5 -----
17840 2 files changed, 5 insertions(+), 9 deletions(-)
17842 commit 578e42182b9b9cf15b4c5426fae36e224160cbd7
17843 Author: Behdad Esfahbod <behdad@behdad.org>
17844 Date: Mon Jul 30 02:35:07 2012 -0400
17848 src/hb-ot-layout-private.hh | 2 --
17849 src/hb-ot-layout.cc | 1 -
17850 2 files changed, 3 deletions(-)
17852 commit a973b5ce86051e8ef0d20df362db1a50488842ab
17853 Author: Behdad Esfahbod <behdad@behdad.org>
17854 Date: Mon Jul 30 01:46:34 2012 -0400
17856 [GSUB] Further adjustments to mark-attachment vs ligation interaction
17858 The d1d69ec52e75a78575b620a1c456d528b6078170 change broke Kannada
17860 since it was ligating consonants, pushing matra out, and then ligating
17861 with the matra. Adjust for that. See comments.
17863 src/hb-ot-layout-gsub-table.hh |
17865 .../in-tree/shaper-indic/indic/script-kannada/misc/misc.txt | 1 +
17866 2 files changed, 9 insertions(+), 3 deletions(-)
17868 commit 0aef425e25e2c58445157057f17ef18f695c5240
17869 Author: Behdad Esfahbod <behdad@behdad.org>
17870 Date: Mon Jul 30 00:55:15 2012 -0400
17874 src/hb-ot-layout-gpos-table.hh | 15 ++++++---------
17875 1 file changed, 6 insertions(+), 9 deletions(-)
17877 commit d1d69ec52e75a78575b620a1c456d528b6078170
17878 Author: Behdad Esfahbod <behdad@behdad.org>
17879 Date: Mon Jul 30 00:51:47 2012 -0400
17881 [GSUB] Don't ligate glyphs attached to different components of
17884 This concludes the mark-attachment vs ligating interaction fixes
17887 src/hb-ot-layout-gsub-table.hh | 24 ++++++++++++++++++++++++
17888 1 file changed, 24 insertions(+)
17890 commit 4751dec8be05883483fd5f6b474ebd22583ae566
17891 Author: Behdad Esfahbod <behdad@behdad.org>
17892 Date: Mon Jul 30 00:42:07 2012 -0400
17896 src/hb-ot-layout-private.hh | 20 ++++++++++----------
17897 1 file changed, 10 insertions(+), 10 deletions(-)
17899 commit f24bcfbed1f3b4f4f6311246bd870f73ad6ba750
17900 Author: Behdad Esfahbod <behdad@behdad.org>
17901 Date: Mon Jul 30 00:39:00 2012 -0400
17905 src/hb-ot-layout-gsub-table.hh | 2 +-
17906 1 file changed, 1 insertion(+), 1 deletion(-)
17908 commit fe20c0f84f5ff518dc471bf22ac5a83ef079eb69
17909 Author: Behdad Esfahbod <behdad@behdad.org>
17910 Date: Mon Jul 30 00:00:59 2012 -0400
17912 [GSUB] Fix mark component stuff when ligatures form ligatures!
17916 Fixes https://bugzilla.gnome.org/show_bug.cgi?id=437633
17918 src/hb-ot-layout-gsub-table.hh | 117
17919 +++++++++++++++++++++++------------
17920 src/hb-ot-layout-gsubgpos-private.hh | 8 ---
17921 src/hb-ot-layout-private.hh | 8 +--
17922 3 files changed, 79 insertions(+), 54 deletions(-)
17924 commit 2ec3ba46a3c24469096e901750e38f6ee555479a
17925 Author: Behdad Esfahbod <behdad@behdad.org>
17926 Date: Sun Jul 29 22:02:24 2012 -0400
17930 Start squeezing more out of lig_id/lig_comp.
17932 src/hb-ot-layout-gsub-table.hh | 6 +++---
17933 src/hb-ot-layout-private.hh | 35 +++++++++++++++++++++++++++++++----
17934 2 files changed, 34 insertions(+), 7 deletions(-)
17936 commit ef6e9cec3399e4f63f4b662abd77cf6d4683e8a3
17937 Author: Behdad Esfahbod <behdad@behdad.org>
17938 Date: Sun Jul 29 21:35:22 2012 -0400
17940 Fixup bb0e4ba3e9c5a407fc5d73c914e429d24d336380
17942 src/hb-shape-plan.cc | 2 +-
17943 1 file changed, 1 insertion(+), 1 deletion(-)
17945 commit cb3d34063154bf164c61eeba41c6166b0bd304fb
17946 Author: Behdad Esfahbod <behdad@behdad.org>
17947 Date: Sun Jul 29 20:37:38 2012 -0400
17949 [GSUB] Don't set new lig_id on mark ligatures
17951 If two marks form a ligature, retain their previous lig_id, such that
17952 the mark ligature can attach to ligature components...
17954 Fixes https://bugzilla.gnome.org/show_bug.cgi?id=676343
17956 In fact, I noticed that we should not let ligatures form between
17958 coming from different components of a previous ligature. For example,
17959 if the sequence is: LAM,SHADDA,LAM,FATHA,HEH, the LAM,LAM,HEH form a
17960 ligature, putting SHADDA and FATHA next to eachother. However,
17962 be wrong to ligate them. Uniscribe has this bug also.
17964 src/hb-ot-layout-gsub-table.hh | 18 ++++++++++++++----
17965 1 file changed, 14 insertions(+), 4 deletions(-)
17967 commit 97a201becf936f62046914b568e5763e27ee936e
17968 Author: Behdad Esfahbod <behdad@behdad.org>
17969 Date: Sun Jul 29 20:31:36 2012 -0400
17971 Add Arabic tests for mark ligature component attachments
17973 .../script-arabic/misc/diacritics/MANIFEST | 1 +
17974 .../misc/diacritics/ligature-components.txt | 18
17976 2 files changed, 19 insertions(+)
17978 commit a15b70a81a609f024083cb04f9819483f4d5cab7
17979 Author: Behdad Esfahbod <behdad@behdad.org>
17980 Date: Sun Jul 29 20:09:22 2012 -0400
17982 [hb-old] Fix cluster formation in RTL
17984 Unlike Uniscribe, hb-old returns glyphs in logical order, so the logic
17985 does not need to duplicated for RTL.
17987 src/hb-old.cc | 12 +++---------
17988 1 file changed, 3 insertions(+), 9 deletions(-)
17990 commit 8a7e70ef65952fc16b8c1d5f1126c94d9d81e755
17991 Author: Behdad Esfahbod <behdad@behdad.org>
17992 Date: Sun Jul 29 19:56:54 2012 -0400
17997 1 file changed, 1 insertion(+), 1 deletion(-)
17999 commit bb0e4ba3e9c5a407fc5d73c914e429d24d336380
18000 Author: Behdad Esfahbod <behdad@behdad.org>
18001 Date: Sun Jul 29 17:34:14 2012 -0400
18005 src/hb-shape-plan.cc | 2 +-
18006 src/test-would-substitute.cc | 2 +-
18007 2 files changed, 2 insertions(+), 2 deletions(-)
18009 commit a00ad60bc0fe74bf0e11d73da563239f3392f351
18010 Author: Behdad Esfahbod <behdad@behdad.org>
18011 Date: Sat Jul 28 21:16:08 2012 -0400
18013 [Uniscribe] Remove hb_uniscribe_font_ensure()
18015 Wasn't a huge fan of putting the burden on the user. Just remove
18017 do what we've got to do transparently.
18019 src/hb-uniscribe.cc | 6 +++++-
18020 src/hb-uniscribe.h | 4 ----
18021 2 files changed, 5 insertions(+), 5 deletions(-)
18023 commit 5d874d566fe5d2cc4cfaf02c79b663d8a626ca1e
18024 Author: Behdad Esfahbod <behdad@behdad.org>
18025 Date: Sat Jul 28 21:05:25 2012 -0400
18027 [GPOS] Fix mark-to-mark positioning when one of the marks is
18030 This commit: a3313e54008167e415b72c780ca7b9cda958d07e broke
18032 when one of the marks itself is a ligature. That regressed 26 Tibetan
18033 tests (up from zero!). Fix that. Tibetan back to zero.
18035 src/hb-ot-layout-gpos-table.hh | 27
18036 ++++++++++++++++------
18037 src/hb-ot-layout-private.hh | 5 ++--
18038 test/shaping/texts/in-tree/shaper-indic/MANIFEST | 1 +
18039 .../indic/script-sinhala/misc/MANIFEST | 1 +
18040 .../in-tree/shaper-indic/south-asian/MANIFEST | 1 +
18041 .../south-asian/script-tibetan/MANIFEST | 1 +
18042 .../south-asian/script-tibetan/misc/MANIFEST | 1 +
18043 .../south-asian/script-tibetan/misc/misc.txt | 1 +
18044 8 files changed, 29 insertions(+), 9 deletions(-)
18046 commit 338fe662b50f9309bf0050dd99becb644874195b
18047 Author: Behdad Esfahbod <behdad@behdad.org>
18048 Date: Sat Jul 28 18:53:01 2012 -0400
18052 src/hb-ot-layout-gsub-table.hh | 33 ++++++++++++++++-----------------
18053 1 file changed, 16 insertions(+), 17 deletions(-)
18055 commit e6f7479fe34fb4a7cada61d84c2ed70d1fd565c8
18056 Author: Behdad Esfahbod <behdad@behdad.org>
18057 Date: Sat Jul 28 18:34:58 2012 -0400
18059 [GSUB] Simplify would-apply
18061 src/hb-ot-layout-gsub-table.hh | 71
18062 +++---------------------------------
18063 src/hb-ot-layout-gsubgpos-private.hh | 24 +++---------
18064 2 files changed, 11 insertions(+), 84 deletions(-)
18066 commit dadede012e4841f9fcb70d514fdc752f3ea4663d
18067 Author: Behdad Esfahbod <behdad@behdad.org>
18068 Date: Sat Jul 28 18:03:20 2012 -0400
18072 src/hb-ot-layout-common-private.hh | 7 +++----
18073 src/hb-ot-layout-gpos-table.hh | 2 +-
18074 src/hb-ot-layout-gsub-table.hh | 2 +-
18075 3 files changed, 5 insertions(+), 6 deletions(-)
18077 commit 0b99429ead05ae32b3c210cb499af401b02770a9
18078 Author: Behdad Esfahbod <behdad@behdad.org>
18079 Date: Sat Jul 28 17:31:01 2012 -0400
18081 [GSUB/GPOS] Add get_coverage() and use it to speed up main loop
18083 And use it to speed up the hotspot by checking coverage directly in
18084 the main loop, not 10 functions deep in.
18086 Gives me a solid 20% boost with Indic test suite. Less so for less
18087 lookup-intensive scenarios.
18089 Remove the "fast_path" hack from before.
18091 src/hb-ot-layout-gpos-table.hh | 179
18092 ++++++++++++++++++++++++++++++-----
18093 src/hb-ot-layout-gsub-table.hh | 166
18094 ++++++++++++++++++++++++++------
18095 src/hb-ot-layout-gsubgpos-private.hh | 26 +++++
18096 3 files changed, 321 insertions(+), 50 deletions(-)
18098 commit 30ec9002d84e8b49290e782e6192069821ffa942
18099 Author: Behdad Esfahbod <behdad@behdad.org>
18100 Date: Sat Jul 28 17:25:20 2012 -0400
18102 Reject lookups with no subTable
18104 src/hb-ot-layout-common-private.hh | 1 +
18105 1 file changed, 1 insertion(+)
18107 commit 0981068b75710397f08e0d2d776a0a2ea68d7117
18108 Author: Behdad Esfahbod <behdad@behdad.org>
18109 Date: Sat Jul 28 17:01:59 2012 -0400
18111 [GSUB/GPOS] Reject Context/ChainContext lookups with zero input
18113 src/hb-ot-layout-gsubgpos-private.hh | 2 ++
18114 1 file changed, 2 insertions(+)
18116 commit 2f87cebe1062c7007021ebd05c1664e60da80825
18117 Author: Behdad Esfahbod <behdad@behdad.org>
18118 Date: Fri Jul 27 04:02:38 2012 -0400
18120 Implement shape_plan caching
18122 Should give us some performance boost.
18125 src/hb-buffer-private.hh | 30 ++++++++++++++
18126 src/hb-font-private.hh | 6 +++
18127 src/hb-font.cc | 15 ++++++-
18128 src/hb-shape-plan.cc | 100
18129 +++++++++++++++++++++++++++++++++++++++++++++++
18130 src/hb-shape-plan.h | 7 ++++
18131 src/hb-shape.cc | 2 +-
18132 7 files changed, 162 insertions(+), 2 deletions(-)
18134 commit e9eb9503e97044222f843daacfa47e26e51312b7
18135 Author: Behdad Esfahbod <behdad@behdad.org>
18136 Date: Fri Jul 27 03:16:22 2012 -0400
18138 Add default_shaper_list to shape_plan
18140 src/hb-shape-plan-private.hh | 1 +
18141 src/hb-shape-plan.cc | 2 ++
18142 2 files changed, 3 insertions(+)
18144 commit 3b7c4e270694ed962e2a2839e44f2a59c26b326c
18145 Author: Behdad Esfahbod <behdad@behdad.org>
18146 Date: Fri Jul 27 03:12:23 2012 -0400
18148 Don't fail choosing shaper on planning failure
18150 Shapers have a chance to reject a font in face shaper_data creation.
18151 No need to allow failing during planning.
18153 src/hb-shape-plan.cc | 17 ++++++-----------
18154 1 file changed, 6 insertions(+), 11 deletions(-)
18156 commit cfe9882610489e1b917e09a74dfbf6bbba2e4a57
18157 Author: Behdad Esfahbod <behdad@behdad.org>
18158 Date: Fri Jul 27 03:06:30 2012 -0400
18160 Add hb_ot_layout_ensure() and hb_uniscribe_font_ensure()
18162 src/hb-ot-layout.cc | 7 +++++++
18163 src/hb-ot-layout.h | 6 ++++++
18164 src/hb-shape-plan.cc | 22 ++--------------------
18165 src/hb-shaper-private.hh | 18 ++++++++++++++++++
18166 src/hb-uniscribe.cc | 11 +++++++++++
18167 src/hb-uniscribe.h | 4 ++++
18168 6 files changed, 48 insertions(+), 20 deletions(-)
18170 commit c5b668fb9239c912d2448280a7176e331ebc9181
18171 Author: Behdad Esfahbod <behdad@behdad.org>
18172 Date: Fri Jul 27 02:49:39 2012 -0400
18174 Choose one shaper per plan
18176 src/hb-shape-plan-private.hh | 2 +-
18177 src/hb-shape-plan.cc | 19 +++++++++----------
18178 2 files changed, 10 insertions(+), 11 deletions(-)
18180 commit e82061e8db922f0ddbefd5a184ee2f9f967b9a05
18181 Author: Behdad Esfahbod <behdad@behdad.org>
18182 Date: Fri Jul 27 02:29:32 2012 -0400
18184 Move ot shaper completely to shape_plan
18186 src/hb-ot-shape-private.hh | 6 --
18187 src/hb-ot-shape.cc | 181
18188 +++++++++++++++++++++------------------------
18189 src/hb-uniscribe.cc | 2 +-
18190 3 files changed, 84 insertions(+), 105 deletions(-)
18192 commit ea278d3895fe0c92801d692cd71d8d9f1de7c048
18193 Author: Behdad Esfahbod <behdad@behdad.org>
18194 Date: Fri Jul 27 02:12:28 2012 -0400
18196 Partially switch ot shaper to shape_plan
18198 src/hb-buffer-private.hh | 1 +
18199 src/hb-buffer.cc | 1 -
18200 src/hb-font-private.hh | 2 --
18201 src/hb-font.cc | 22 ++++++++++++++--------
18202 src/hb-ot-layout-gpos-table.hh | 2 +-
18203 src/hb-ot-layout-gsub-table.hh | 4 ++--
18204 src/hb-ot-layout-private.hh | 1 +
18205 src/hb-ot-layout.cc | 9 ++++++---
18206 src/hb-ot-shape.cc | 3 ++-
18207 src/hb-shape-plan.cc | 11 +++++++++++
18208 src/hb-shaper-private.hh | 3 ++-
18209 11 files changed, 40 insertions(+), 19 deletions(-)
18211 commit b6b7ba1313bf686e6ed567183466104c90504a67
18212 Author: Behdad Esfahbod <behdad@behdad.org>
18213 Date: Fri Jul 27 01:26:11 2012 -0400
18215 Switch old and uniscribe backends to shape_plan
18217 src/hb-old.cc | 80 ++------------------------
18218 src/hb-shape.cc | 5 ++
18219 src/hb-shaper-impl-private.hh | 3 +-
18220 src/hb-shaper-private.hh | 4 --
18221 src/hb-uniscribe.cc | 130
18222 ++++++++++++------------------------------
18223 5 files changed, 48 insertions(+), 174 deletions(-)
18225 commit c32c096a429da3e64896cf42ff5ab8c775d3c2ec
18226 Author: Behdad Esfahbod <behdad@behdad.org>
18227 Date: Fri Jul 27 01:13:53 2012 -0400
18229 Switch to shape_plan
18231 Not optimized yet. Eats babies. And no shaper uses the shape_plan.
18233 src/hb-shape-plan.cc | 37 +++++++++++++++++++++++++++++++++++--
18234 src/hb-shape-plan.h | 8 ++++++++
18235 src/hb-shape.cc | 27 ++++-----------------------
18236 3 files changed, 47 insertions(+), 25 deletions(-)
18238 commit 5b95c148cc485f79fd7018bc4520b4cb5f728a18
18239 Author: Behdad Esfahbod <behdad@behdad.org>
18240 Date: Thu Jul 26 23:46:53 2012 -0400
18242 Start implementing shape_plan
18244 src/hb-fallback-shape.cc | 4 ++-
18245 src/hb-font-private.hh | 4 +++
18246 src/hb-old.cc | 4 ++-
18247 src/hb-ot-shape.cc | 4 ++-
18248 src/hb-shape-plan-private.hh | 7 ++++
18249 src/hb-shape-plan.cc | 76
18250 ++++++++++++++++++++++++++++++++++++++++++--
18251 src/hb-shape.cc | 4 +++
18252 src/hb-shaper-private.hh | 4 +--
18253 src/hb-uniscribe.cc | 4 ++-
18254 9 files changed, 103 insertions(+), 8 deletions(-)
18256 commit bd26b4d21f59312805d294f46f15182adbcc47da
18257 Author: Behdad Esfahbod <behdad@behdad.org>
18258 Date: Thu Jul 26 22:05:39 2012 -0400
18262 src/Makefile.am | 1 +
18263 src/hb-fallback-shape.cc | 3 +-
18264 src/hb-old.cc | 3 +-
18265 src/hb-ot-shape.cc | 3 +-
18266 src/hb-shape-plan-private.hh | 2 +-
18267 src/hb-shape-plan.cc | 2 +
18268 src/hb-shape.cc | 98 ++++----------------------------------
18269 src/hb-shaper-private.hh | 16 ++++++-
18270 src/hb-shaper.cc | 109
18271 +++++++++++++++++++++++++++++++++++++++++++
18272 src/hb-uniscribe.cc | 3 +-
18273 10 files changed, 145 insertions(+), 95 deletions(-)
18275 commit 027857d0412477fb4427dcb8a8c45287c272e143
18276 Author: Behdad Esfahbod <behdad@behdad.org>
18277 Date: Thu Jul 26 17:34:25 2012 -0400
18279 Start adding a unified shaper access infrastructure
18281 Add global shape_plan. Unused so far.
18283 src/Makefile.am | 15 ++--
18284 src/hb-coretext-private.hh | 42 ---------
18285 src/hb-coretext.cc | 6 +-
18286 src/hb-fallback-shape-private.hh | 41 ---------
18287 src/hb-fallback-shape.cc | 62 ++++++++++++-
18288 src/hb-font-private.hh | 12 +++
18289 src/hb-font.cc | 15 +++-
18290 src/hb-graphite2-private.hh | 42 ---------
18291 src/hb-old-private.hh | 40 ---------
18292 src/hb-old.cc | 109 ++++++++++++++++++-----
18293 src/hb-ot-shape-private.hh | 8 --
18294 src/hb-ot-shape.cc | 60 ++++++++++++-
18295 src/hb-shape-plan-private.hh | 52 +++++++++++
18296 src/hb-shape-plan.cc | 85 ++++++++++++++++++
18297 src/hb-shape-plan.h | 60 +++++++++++++
18298 src/hb-shape.cc | 48 ++--------
18299 src/hb-shaper-impl-private.hh | 44 +++++++++
18300 src/hb-shaper-list.hh | 50 +++++++++++
18301 src/hb-shaper-private.hh | 81 +++++++++++++++++
18302 src/hb-uniscribe-private.hh | 42 ---------
18303 src/hb-uniscribe.cc | 186
18304 ++++++++++++++++++++++++---------------
18305 21 files changed, 735 insertions(+), 365 deletions(-)
18307 commit fa2dfcd560444d8c54b6349ee106134d3536f79b
18308 Author: Behdad Esfahbod <behdad@behdad.org>
18309 Date: Thu Jul 26 16:06:16 2012 -0400
18311 Fix visibility warnings with MinGW32
18313 src/hb-old/harfbuzz-global.h | 17 +++++++++++------
18314 src/hb-old/harfbuzz-impl.h | 6 +++++-
18315 2 files changed, 16 insertions(+), 7 deletions(-)
18317 commit ac2085d4b391b0a72473ecac3dd6c22efe66833f
18318 Author: Jonathan Kew <jfkthame@gmail.com>
18319 Date: Thu Jul 26 15:58:45 2012 -0400
18321 [CoreText] Ensure cluster indices in output buffer are non-decreasing.
18323 Does not provide Uniscribe-compatible results, but should at least
18325 breaking hb-view due to out-of-order cluster values.
18327 For RTL runs, ensure cluster values are non-increasing (instead of
18330 src/hb-coretext.cc | 37 +++++++++++++++++++++++++++++++++++++
18331 1 file changed, 37 insertions(+)
18333 commit 441d3bb7de311d54b9f0a5210344f9a96e97e153
18334 Author: Behdad Esfahbod <behdad@behdad.org>
18335 Date: Thu Jul 26 12:01:12 2012 -0400
18339 src/hb-coretext.cc | 4 ++--
18340 1 file changed, 2 insertions(+), 2 deletions(-)
18342 commit 2e7f223054d310695bdb3498b2b2b5d17b6cce78
18343 Author: Behdad Esfahbod <behdad@behdad.org>
18344 Date: Wed Jul 25 19:30:15 2012 -0400
18346 [hb-old] Fix Arabic cursive positioning
18348 Backporting from upstream:
18350 commit b847f24ce855d24f6822bcd9c0006905e81b94d8
18351 Author: Behdad Esfahbod <behdad@behdad.org>
18352 Date: Wed Jul 25 19:29:16 2012 -0400
18354 [arabic] Fix Arabic cursive positioning
18356 This was clearly broken in testing. Who knows... Fixes for me.
18357 Test with a Nastaleeq font, or with Arabic Typesetting.
18359 Backporting from Chromium.
18361 src/hb-old/harfbuzz-shaper.cpp | 2 +-
18362 1 file changed, 1 insertion(+), 1 deletion(-)
18364 commit 9550a8c4e8b4e28be60d38c27d59253846ff9569
18365 Author: Behdad Esfahbod <behdad@behdad.org>
18366 Date: Wed Jul 25 19:22:57 2012 -0400
18368 [hb-old] Fixup not-enough-space handling
18370 src/hb-old.cc | 15 ++++++++-------
18371 1 file changed, 8 insertions(+), 7 deletions(-)
18373 commit 91e721ea8693205f4f738bca97a5055ee75cf463
18374 Author: Behdad Esfahbod <behdad@behdad.org>
18375 Date: Wed Jul 25 19:20:34 2012 -0400
18377 [hb-old] Fix clusters
18379 Unlike its "documentation", hb-old's log_clusters are, well, indeed
18380 logical, not visual. Fixup. Adapted / copied from hb-uniscribe.
18383 ++++++++++++++++++++++++++++++++++----------
18384 src/hb-old/harfbuzz-shaper.h | 1 +
18385 src/hb-uniscribe.cc | 5 +++--
18386 3 files changed, 44 insertions(+), 13 deletions(-)
18388 commit a3313e54008167e415b72c780ca7b9cda958d07e
18389 Author: Behdad Esfahbod <behdad@behdad.org>
18390 Date: Wed Jul 25 18:37:51 2012 -0400
18392 [GPOS] Fix MarkMarkPos applied to results of MultipleSubst
18394 This was broken as a result of
18395 7b84c536c10ab90ed96a033d88e9ad232d46c5b8.
18396 As Khaled reported, MarkMark positioning was broken with glyphs
18397 resulting from a MultipleSubst. Fixed. Test with the ALLAH character
18400 src/hb-ot-layout-gpos-table.hh | 10 +++++-----
18401 src/hb-ot-layout-private.hh | 23 +++++++++++++++++++++--
18402 2 files changed, 26 insertions(+), 7 deletions(-)
18404 commit 35bdab3cf1f0836807160e3ce93766c321b32e8c
18405 Author: Behdad Esfahbod <behdad@behdad.org>
18406 Date: Wed Jul 25 11:59:52 2012 -0400
18410 src/hb-unicode-private.hh | 2 +-
18411 1 file changed, 1 insertion(+), 1 deletion(-)
18413 commit 8fe4c7405b922cf0f936a46a9baedf4885b05254
18414 Author: Behdad Esfahbod <behdad@behdad.org>
18415 Date: Tue Jul 24 21:05:12 2012 -0400
18417 [hb-old] Add HarfBuzz.old shaper
18419 Choose using shaper name "old".
18422 src/Makefile.am | 14 +-
18423 src/hb-old-private.hh | 40 +++
18424 src/hb-old.cc | 369 ++++++++++++++++++++++++
18425 src/hb-old/.gitignore | 7 -
18426 src/hb-old/Makefile.am | 2 +
18427 src/hb-old/Makefile.in | 762
18428 -------------------------------------------------
18429 src/hb-shape.cc | 8 +-
18430 8 files changed, 436 insertions(+), 774 deletions(-)
18432 commit 5e1987005eb1b9af7a4d3d9f90c5768d8cc80015
18433 Author: Behdad Esfahbod <behdad@behdad.org>
18434 Date: Tue Jul 24 19:53:55 2012 -0400
18436 [hb-old] Define Unicode funcs in terms of new HarfBuzz
18438 src/hb-old/Makefile.am | 4 +
18439 src/hb-old/Makefile.in | 182
18440 ++++++++++++++++++++++++++++++++++++-----
18441 src/hb-old/harfbuzz-external.h | 100 +++++++++++++---------
18442 3 files changed, 224 insertions(+), 62 deletions(-)
18444 commit 4a31166b2853c1ec052844140e114158f47c2355
18445 Author: Behdad Esfahbod <behdad@behdad.org>
18446 Date: Tue Jul 24 19:49:48 2012 -0400
18448 [hb-old] Shovel out the line-breaking / word-segmentation stuff
18450 src/hb-old/Makefile.am | 10 +-
18451 src/hb-old/Makefile.in | 13 +-
18452 src/hb-old/harfbuzz-external.h | 66 ------
18453 src/hb-old/harfbuzz-indic.cpp | 26 ---
18454 src/hb-old/harfbuzz-khmer.c | 25 ---
18455 src/hb-old/harfbuzz-myanmar.c | 28 ---
18456 src/hb-old/harfbuzz-shaper-private.h | 12 --
18457 src/hb-old/harfbuzz-shaper.cpp | 403
18458 +++--------------------------------
18459 src/hb-old/harfbuzz-shaper.h | 31 ---
18460 src/hb-old/harfbuzz-thai.c | 111 ----------
18461 src/hb-old/harfbuzz-tibetan.c | 26 ---
18462 src/hb-old/harfbuzz.c | 32 ---
18463 12 files changed, 33 insertions(+), 750 deletions(-)
18465 commit 0bcbe88cf313117f739b98a11dbe698b75784e9d
18466 Author: Behdad Esfahbod <behdad@behdad.org>
18467 Date: Tue Jul 24 19:38:24 2012 -0400
18469 [hb-old] Add visibility attributes
18471 src/hb-old/harfbuzz-global.h | 10 ++++++----
18472 src/hb-old/harfbuzz-impl.h | 2 +-
18473 2 files changed, 7 insertions(+), 5 deletions(-)
18475 commit 6a9d43c3178c920672a84382ca3797e3c478b2b0
18476 Author: Behdad Esfahbod <behdad@behdad.org>
18477 Date: Tue Jul 24 19:21:22 2012 -0400
18479 [hb-old] Remove unused header file
18481 src/hb-old/harfbuzz-shape.h | 199
18482 --------------------------------------------
18483 1 file changed, 199 deletions(-)
18485 commit fb47209c5b3aa992faf18d1a3f78b9d7682cf62f
18486 Author: Behdad Esfahbod <behdad@behdad.org>
18487 Date: Tue Jul 24 19:20:19 2012 -0400
18489 [hb-old] Rename hb_buffer_* to HB_Buffer_*
18491 src/hb-old/harfbuzz-buffer.c | 22 +++++++++++-----------
18492 src/hb-old/harfbuzz-buffer.h | 8 ++++----
18493 src/hb-old/harfbuzz-shaper.cpp | 8 ++++----
18494 3 files changed, 19 insertions(+), 19 deletions(-)
18496 commit 1512a7357513b72e2a07dda706a176bb23d694e9
18497 Author: Behdad Esfahbod <behdad@behdad.org>
18498 Date: Tue Jul 24 19:16:56 2012 -0400
18500 [hb-old] Start adding HarfBuzz-old as a new backend
18503 src/Makefile.am | 5 +
18504 src/hb-old/.gitignore | 7 +
18505 src/hb-old/COPYING | 24 +
18506 src/hb-old/Makefile.am | 56 +
18507 src/hb-old/Makefile.in | 631 ++++
18508 src/hb-old/README | 7 +
18509 src/hb-old/harfbuzz-arabic.c | 1144 +++++++
18510 src/hb-old/harfbuzz-buffer-private.h | 107 +
18511 src/hb-old/harfbuzz-buffer.c | 383 +++
18512 src/hb-old/harfbuzz-buffer.h | 102 +
18513 src/hb-old/harfbuzz-external.h | 151 +
18514 src/hb-old/harfbuzz-gdef-private.h | 135 +
18515 src/hb-old/harfbuzz-gdef.c | 1163 +++++++
18516 src/hb-old/harfbuzz-gdef.h | 140 +
18517 src/hb-old/harfbuzz-global.h | 118 +
18518 src/hb-old/harfbuzz-gpos-private.h | 729 ++++
18519 src/hb-old/harfbuzz-gpos.c | 6094
18520 ++++++++++++++++++++++++++++++++++
18521 src/hb-old/harfbuzz-gpos.h | 155 +
18522 src/hb-old/harfbuzz-greek.c | 447 +++
18523 src/hb-old/harfbuzz-gsub-private.h | 483 +++
18524 src/hb-old/harfbuzz-gsub.c | 4329 ++++++++++++++++++++++++
18525 src/hb-old/harfbuzz-gsub.h | 148 +
18526 src/hb-old/harfbuzz-hangul.c | 268 ++
18527 src/hb-old/harfbuzz-hebrew.c | 187 ++
18528 src/hb-old/harfbuzz-impl.c | 84 +
18529 src/hb-old/harfbuzz-impl.h | 131 +
18530 src/hb-old/harfbuzz-indic.cpp | 1894 +++++++++++
18531 src/hb-old/harfbuzz-khmer.c | 667 ++++
18532 src/hb-old/harfbuzz-myanmar.c | 539 +++
18533 src/hb-old/harfbuzz-open-private.h | 102 +
18534 src/hb-old/harfbuzz-open.c | 1433 ++++++++
18535 src/hb-old/harfbuzz-open.h | 288 ++
18536 src/hb-old/harfbuzz-shape.h | 199 ++
18537 src/hb-old/harfbuzz-shaper-all.cpp | 37 +
18538 src/hb-old/harfbuzz-shaper-private.h | 171 +
18539 src/hb-old/harfbuzz-shaper.cpp | 1338 ++++++++
18540 src/hb-old/harfbuzz-shaper.h | 294 ++
18541 src/hb-old/harfbuzz-stream-private.h | 81 +
18542 src/hb-old/harfbuzz-stream.c | 114 +
18543 src/hb-old/harfbuzz-stream.h | 51 +
18544 src/hb-old/harfbuzz-thai.c | 111 +
18545 src/hb-old/harfbuzz-tibetan.c | 274 ++
18546 src/hb-old/harfbuzz.c | 32 +
18547 src/hb-old/harfbuzz.h | 38 +
18548 45 files changed, 24892 insertions(+)
18550 commit 478fd0529b868b22905a9dedf331ac7cc9721723
18551 Author: Behdad Esfahbod <behdad@behdad.org>
18552 Date: Tue Jul 24 17:09:01 2012 -0400
18556 src/hb-unicode-private.hh | 27 ++++++++++++++-------------
18557 1 file changed, 14 insertions(+), 13 deletions(-)
18559 commit 8979a7f6f2b44ade4c0198a31ae08561b35ce009
18560 Author: Behdad Esfahbod <behdad@behdad.org>
18561 Date: Tue Jul 24 17:03:55 2012 -0400
18563 [Mongolian] Remove Mongolian Vowel Separator at the end of shaping
18565 Results match Uniscribe now.
18567 src/hb-unicode-private.hh | 3 +++
18568 1 file changed, 3 insertions(+)
18570 commit aa6d849838d5231465ae1a25a4dd5ea1e9380ff9
18571 Author: Jonathan Kew <jfkthame@gmail.com>
18572 Date: Tue Jul 24 15:52:32 2012 -0400
18574 [CoreText] Add basic Core Text backend for comparison with our
18577 Does not attempt to handle clusters in a Uniscribe- or
18578 HarfBuzz-compatible way;
18579 just returns the original string indexes that CT maintains. These
18581 out-of-order in the case of reordrant glyphs.
18583 configure.ac | 12 ++
18584 src/Makefile.am | 7 +
18585 src/hb-coretext-private.hh | 42 ++++++
18586 src/hb-coretext.cc | 323
18587 +++++++++++++++++++++++++++++++++++++++++++++
18588 src/hb-coretext.h | 43 ++++++
18589 src/hb-shape.cc | 6 +
18590 6 files changed, 433 insertions(+)
18592 commit ec8d2494694275dfbbac2dd0d33ca2894b0463d6
18593 Author: Behdad Esfahbod <behdad@behdad.org>
18594 Date: Tue Jul 24 15:40:37 2012 -0400
18596 Make data members of various OpenType structs protected instead
18599 Should fix warnings generated when building with
18600 -Wunused-private-field.
18601 Based on patch from Jonathan Kew.
18603 src/hb-open-file-private.hh | 8 +++---
18604 src/hb-ot-head-table.hh | 2 +-
18605 src/hb-ot-hhea-table.hh | 2 +-
18606 src/hb-ot-hmtx-table.hh | 2 +-
18607 src/hb-ot-layout-common-private.hh | 14 ++++++-----
18608 src/hb-ot-layout-gdef-table.hh | 20 +++++++--------
18609 src/hb-ot-layout-gpos-table.hh | 48
18610 ++++++++++++++++++------------------
18611 src/hb-ot-layout-gsub-table.hh | 30 +++++++++++-----------
18612 src/hb-ot-layout-gsubgpos-private.hh | 32 ++++++++++++------------
18613 src/hb-ot-maxp-table.hh | 2 +-
18614 src/hb-ot-name-table.hh | 2 +-
18615 11 files changed, 82 insertions(+), 80 deletions(-)
18617 commit 97aa0b738a33b73a3f9763dd2950f2dd39f596ed
18618 Author: Behdad Esfahbod <behdad@behdad.org>
18619 Date: Tue Jul 24 15:02:34 2012 -0400
18621 Minor const correctness shuffling
18623 src/hb-shape.cc | 6 +++---
18624 1 file changed, 3 insertions(+), 3 deletions(-)
18626 commit 6411e74caf23af7b0545f1fe54d19a1c8da895e8
18627 Author: Behdad Esfahbod <behdad@behdad.org>
18628 Date: Tue Jul 24 13:48:49 2012 -0400
18630 [Indic] Reposition Gurmukhi top matras to after post
18632 The font is forming a post-base consonant in some samples, and
18634 positions top matra on the post-base. Do the same.
18636 Gurmukhi failures down from 59 to 41 (0.0674242%).
18638 src/hb-ot-shape-complex-indic.cc |
18640 .../texts/in-tree/shaper-indic/indic/script-gurmukhi/misc/misc.txt |
18642 2 files changed, 2 insertions(+), 1 deletion(-)
18644 commit c3f769ba09df319fa69d04f68c57444f95eceee6
18645 Author: Behdad Esfahbod <behdad@behdad.org>
18646 Date: Tue Jul 24 13:26:32 2012 -0400
18648 [Indic] Ignore Uniscribe output containing two zero-width space glyphs
18650 Uniscribe is buggy and sometimes /eats/ a mark next to a non-joiner.
18651 Most of Malayalam failures where actually hitting this bug.
18653 Ignore test output with two zero-width space glyphs. This is a hack
18654 until we build up the test suite infrastructure better.
18656 Bengali went down by 9, Devanagari by 2, Kannada by 130, Malayalm down
18657 from 1197 to 307, Sinhala down by 16, Telugu down by 26. New stats:
18659 BENGALI: 353996 out of 354285 tests passed. 289 failed (0.0815727%)
18660 DEVANAGARI: 693573 out of 693628 tests passed. 55 failed (0.00792932%)
18661 GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
18662 GURMUKHI: 60750 out of 60809 tests passed. 59 failed (0.0970251%)
18663 KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
18664 KHMER: 299094 out of 299124 tests passed. 30 failed (0.0100293%)
18665 MALAYALAM: 1048109 out of 1048416 tests passed. 307 failed
18667 ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
18668 SINHALA: 271715 out of 271847 tests passed. 132 failed (0.0485567%)
18669 TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
18670 TELUGU: 970550 out of 970573 tests passed. 23 failed (0.00236973%)
18672 test/shaping/hb_test_tools.py |
18674 .../texts/in-tree/shaper-indic/indic/script-malayalam/misc/misc.txt |
18676 2 files changed, 3 insertions(+)
18678 commit 65c43accdc4d2082282d5cedba8514b8df0c18a2
18679 Author: Behdad Esfahbod <behdad@behdad.org>
18680 Date: Tue Jul 24 03:36:47 2012 -0400
18682 [Indic] Better position left-matra in Malayalam
18684 Just put it before base, which is what's expected.
18686 Malayalam failures down from 1559 to 1197 (0.114172%).
18688 BENGALI: 353988 out of 354285 tests passed. 297 failed (0.0838308%)
18689 DEVANAGARI: 693571 out of 693628 tests passed. 57 failed (0.00821766%)
18690 GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
18691 GURMUKHI: 60750 out of 60809 tests passed. 59 failed (0.0970251%)
18692 KANNADA: 950956 out of 951913 tests passed. 957 failed (0.100534%)
18693 KHMER: 299094 out of 299124 tests passed. 30 failed (0.0100293%)
18694 MALAYALAM: 1047219 out of 1048416 tests passed. 1197 failed
18696 ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
18697 SINHALA: 271699 out of 271847 tests passed. 148 failed (0.0544424%)
18698 TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
18699 TELUGU: 970524 out of 970573 tests passed. 49 failed (0.00504856%)
18701 src/hb-ot-shape-complex-indic.cc | 41
18702 +++++++++++++++-------
18703 .../indic/script-malayalam/misc/misc.txt | 1 +
18704 2 files changed, 29 insertions(+), 13 deletions(-)
18706 commit 88f413b56f2858d149e2fc067685aeecaea779ca
18707 Author: Behdad Esfahbod <behdad@behdad.org>
18708 Date: Tue Jul 24 03:04:36 2012 -0400
18710 [Indic] Implement Reph+Ya-Phalaa interaction
18712 The sequence Ra,H,Ya in Bengali is ambigious and Unicode encoded
18714 get Ya-Phalaa, one would place ZWJ before Halant. Ie. a ZWJ,H
18716 requests subjoining, while a H,ZWJ requests Half form. Implement
18719 Bengali failures go down from 377 to 297 (0.0838308%).
18720 Gujarati is down by 4 to 17 (0.0046384%).
18721 Kannada is down by 226 to 957 (0.100534%).
18725 BENGALI: 353988 out of 354285 tests passed. 297 failed (0.0838308%)
18726 DEVANAGARI: 693571 out of 693628 tests passed. 57 failed (0.00821766%)
18727 GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
18728 GURMUKHI: 60750 out of 60809 tests passed. 59 failed (0.0970251%)
18729 KANNADA: 950956 out of 951913 tests passed. 957 failed (0.100534%)
18730 KHMER: 299094 out of 299124 tests passed. 30 failed (0.0100293%)
18731 MALAYALAM: 1046857 out of 1048416 tests passed. 1559 failed
18733 ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
18734 SINHALA: 271699 out of 271847 tests passed. 148 failed (0.0544424%)
18735 TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
18736 TELUGU: 970524 out of 970573 tests passed. 49 failed (0.00504856%)
18738 src/hb-ot-shape-complex-indic.cc |
18740 .../in-tree/shaper-indic/indic/script-bengali/misc/reph.txt | 4 ++++
18741 2 files changed, 12 insertions(+), 2 deletions(-)
18743 commit dff0ece11d61978c04e839501f179a5c3077f340
18744 Author: Behdad Esfahbod <behdad@behdad.org>
18745 Date: Tue Jul 24 02:30:38 2012 -0400
18747 [Indic] Limit matras to 4 per syllable
18749 Also limit joiners.
18751 This limits our syllable length to a constant, and is
18752 closer to what Uniscribe does anyway.
18754 Two Devanagari tests regressed, but who cares about tests with 20
18755 joiners in a row?! Devanagari at 57 (0.00821766%) now.
18757 src/hb-ot-shape-complex-indic-machine.rl | 4 ++--
18758 1 file changed, 2 insertions(+), 2 deletions(-)
18760 commit 330b329c8905a37ca88c556dea82c70d74c77458
18761 Author: Behdad Esfahbod <behdad@behdad.org>
18762 Date: Tue Jul 24 02:25:26 2012 -0400
18764 [Indic] Unmark U+17D1 KHMER SIGN VIRIAM to NOT be a Virama
18766 Fixes another 1 Khmer failure. Down to 30 (0.0100293%) now.
18768 src/hb-ot-shape-complex-indic.cc |
18770 .../in-tree/shaper-indic/south-east-asian/script-khmer/misc/misc.txt |
18772 2 files changed, 3 insertions(+)
18774 commit 6824a7194e01b77eddb95bd95a9b32e219140912
18775 Author: Behdad Esfahbod <behdad@behdad.org>
18776 Date: Tue Jul 24 02:22:18 2012 -0400
18778 [Indic] Recategorize Khmer various signs as top matras
18780 Khmer failures down from 39 to 31 (0.0103636%).
18782 src/hb-ot-shape-complex-indic.cc | 23 ++++++++++-------------
18783 1 file changed, 10 insertions(+), 13 deletions(-)
18785 commit d90b8e841e0068a601c96ab184d18b0f48eec9d1
18786 Author: Behdad Esfahbod <behdad@behdad.org>
18787 Date: Tue Jul 24 02:10:20 2012 -0400
18789 [Indic] Reposition Khmer prebase-reordering Ra around split matras
18791 In Khmer coeng model, a V,Ra can go *after* matras. If it goes
18793 split matra, it should be reordered to *before* the left part of
18796 Khmer failures down from 136 to 39 (0.0130381%).
18798 src/hb-ot-shape-complex-indic.cc | 13
18800 .../south-east-asian/script-khmer/misc/misc.txt | 4 ++++
18801 2 files changed, 17 insertions(+)
18803 commit 0afb84c12567ac35adac657bf8be29999b8c5a50
18804 Author: Behdad Esfahbod <behdad@behdad.org>
18805 Date: Tue Jul 24 01:44:47 2012 -0400
18807 [Indic] Fix minor bug in pre-base Ra positioning
18809 src/hb-ot-shape-complex-indic.cc | 4 ++--
18810 1 file changed, 2 insertions(+), 2 deletions(-)
18812 commit 7573799126e812a047daa5f64121ec959866b3c8
18813 Author: Behdad Esfahbod <behdad@behdad.org>
18814 Date: Tue Jul 24 01:32:07 2012 -0400
18816 [Indic] Position Khmer U+17CE
18818 Fixes another 6 Khmer failures. Now at 136 (0.0454661%).
18820 src/hb-ot-shape-complex-indic.cc |
18822 .../shaper-indic/south-east-asian/script-khmer/misc/misc.txt | 1 +
18823 2 files changed, 7 insertions(+)
18825 commit 8d00e8d0e7d10f823e6975fecaffb9d557b1a99a
18826 Author: Behdad Esfahbod <behdad@behdad.org>
18827 Date: Tue Jul 24 01:04:18 2012 -0400
18829 [Indic] Don't reposition Khmer Bindu
18831 Khmer Bindu doesn't like to move to syllable end. Leave it where it
18834 Brings down Khmer failures from 510 to 142 (0.047572%).
18836 src/hb-ot-shape-complex-indic.cc | 2 ++
18837 1 file changed, 2 insertions(+)
18839 commit 2278eefcdb3dd0d492b9d07176fbecc1f0516bb7
18840 Author: Behdad Esfahbod <behdad@behdad.org>
18841 Date: Tue Jul 24 00:26:43 2012 -0400
18843 [Indic] In Sinhala, form forced Reph even if no other consonant found
18845 Fixes another 10 Sinhala failures. Down to 148 (0.0544424%).
18847 src/hb-ot-shape-complex-indic.cc |
18849 .../in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt | 1 +
18850 2 files changed, 6 insertions(+), 5 deletions(-)
18852 commit 71fd5e80ad06c8e85a1112cc89e129d6cd03f82c
18853 Author: Behdad Esfahbod <behdad@behdad.org>
18854 Date: Tue Jul 24 00:21:16 2012 -0400
18856 [Indic] Further adjust base algorithm for Sinhala
18858 Apparently if there is C,V,ZWJ,C, the first C will be base, but if
18859 it's C,ZWJ,V,C, the second one will be.
18861 Note that Uniscribe implements this differently, by breaking
18863 the case of C,ZWJ,V,C and putting the first consonant in one syllable
18864 and the rest in the next syllable.
18866 Sinhala failures down from 208 to 158 (0.0581209%). No changes to
18869 src/hb-ot-shape-complex-indic.cc |
18871 .../in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt | 3 +++
18872 2 files changed, 10 insertions(+), 4 deletions(-)
18874 commit 73d71cc527d28fd5519c5d965c272ea1fb149a0e
18875 Author: Behdad Esfahbod <behdad@behdad.org>
18876 Date: Tue Jul 24 00:09:12 2012 -0400
18878 [Indic] End Vowel-based syllable at ZWJ
18880 One Devanagari test regressed, plus 10 Malayalam (at 1545 now).
18882 Fixed 120 Sinhala failures. Now at 208 (0.0765136%).
18884 src/hb-ot-shape-complex-indic-machine.rl |
18886 .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt |
18888 2 files changed, 2 insertions(+), 1 deletion(-)
18890 commit 34c215036f5fcdc7599b1ab0591b56dbb3811902
18891 Author: Behdad Esfahbod <behdad@behdad.org>
18892 Date: Mon Jul 23 23:51:29 2012 -0400
18894 [Indic] Improve Sinhala base algorithm and reph positioning
18896 Sinhala does not have half forms. And most (all?) consonants can be
18897 base, except when preceded by ZWJ, which would request a subjoined
18899 Hence switch the base algorithm to categorize with Khmer, start search
18900 at start, and stop at a ZWJ.
18902 Also, mark all pos=base consonants after base to be subjoined. Mark
18903 base itself to have pos=base.
18905 Finally, adjust Sinhala's reph position to after-main.
18907 Brings down Sinhala failures from 455 to 328 (0.120656%).
18909 src/hb-ot-shape-complex-indic.cc | 18
18911 .../shaper-indic/indic/script-sinhala/misc/misc.txt | 1 +
18912 2 files changed, 18 insertions(+), 1 deletion(-)
18914 commit 2ec934c6c25423e7af20d909a9c698a149808ea9
18915 Author: Behdad Esfahbod <behdad@behdad.org>
18916 Date: Mon Jul 23 23:49:04 2012 -0400
18918 [Indic] Change "unknown" position to end of syllable
18920 src/hb-ot-shape-complex-indic-private.hh | 2 +-
18921 1 file changed, 1 insertion(+), 1 deletion(-)
18923 commit b70021f7c81a0ed08475b14b07291f662cd9f905
18924 Author: Behdad Esfahbod <behdad@behdad.org>
18925 Date: Mon Jul 23 20:18:17 2012 -0400
18927 When removing zero-width marks, don't remove ligatures
18929 If a mark ligated, it probably should NOT be removed.
18931 src/hb-ot-shape.cc | 6 +++---
18932 1 file changed, 3 insertions(+), 3 deletions(-)
18934 commit 49c5ec51444f27f33e1eb6aa1959c61b08fa89c0
18935 Author: Behdad Esfahbod <behdad@behdad.org>
18936 Date: Mon Jul 23 20:14:13 2012 -0400
18940 src/hb-ot-layout-gsubgpos-private.hh | 32
18941 --------------------------------
18942 src/hb-ot-layout-private.hh | 35
18943 +++++++++++++++++++++++++++++++++++
18944 src/hb-ot-shape-complex-indic.cc | 2 +-
18945 3 files changed, 36 insertions(+), 33 deletions(-)
18947 commit c3e6fdc3791168cf2b4c9412e751f187d58faa42
18948 Author: Behdad Esfahbod <behdad@behdad.org>
18949 Date: Mon Jul 23 20:11:42 2012 -0400
18951 [Indic] Improve check on ligatures
18953 Only skip actual ligatures, not marks in-between ligature components.
18955 src/hb-ot-layout-gsubgpos-private.hh | 5 +++++
18956 src/hb-ot-shape-complex-indic.cc | 2 +-
18957 2 files changed, 6 insertions(+), 1 deletion(-)
18959 commit 771a8f50289e8fa458cfc3cd84f73a380ce98077
18960 Author: Behdad Esfahbod <behdad@behdad.org>
18961 Date: Mon Jul 23 20:07:50 2012 -0400
18963 [Indic] exclude ligatures when matching on Indic category
18965 If, say, a H,ZWJ,C ligature was formed, we don't want the code
18967 that as a Halant. So, ignore ligatures when matching category in
18970 Sinhala failures down from 514 to 455 (0.167374%).
18972 src/hb-ot-shape-complex-indic.cc | 41
18973 ++++++++++++----------
18974 .../indic/script-sinhala/misc/misc.txt | 1 +
18975 2 files changed, 23 insertions(+), 19 deletions(-)
18977 commit d1af9e82e5309158ed334ab8e21f3a3b64b9540f
18978 Author: Behdad Esfahbod <behdad@behdad.org>
18979 Date: Mon Jul 23 19:55:35 2012 -0400
18981 [GSUB/GPOS] Const correctness
18983 src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
18984 1 file changed, 2 insertions(+), 2 deletions(-)
18986 commit baacd090df97610e3f6d1b2a110dc67b6c6f9f5c
18987 Author: Behdad Esfahbod <behdad@behdad.org>
18988 Date: Mon Jul 23 19:51:48 2012 -0400
18990 [Indic] Minor refactoring
18992 src/hb-ot-shape-complex-indic.cc | 10 ++++++++--
18993 1 file changed, 8 insertions(+), 2 deletions(-)
18995 commit c7c4de2fb9bba216e37875d79815eef55c0acc01
18996 Author: Behdad Esfahbod <behdad@behdad.org>
18997 Date: Mon Jul 23 18:25:02 2012 -0400
18999 [Indic] Remove syllable length check before sorting
19001 We now limit syllable lengths in the machine. No need to match here.
19003 src/hb-ot-shape-complex-indic.cc | 2 --
19004 1 file changed, 2 deletions(-)
19006 commit 9fa052733eb93a3ce1205f63ff8f74cb295cbe99
19007 Author: Behdad Esfahbod <behdad@behdad.org>
19008 Date: Mon Jul 23 18:19:17 2012 -0400
19010 [Indic] Limit syllables to at most five consonants
19012 Seems to be about what Uniscribe does. Not exactly. But close
19014 More consonants will start a new cluster.
19016 A few scripts went way down in failures. In particular:
19018 - Devanagari failures went down from 490 to 56.
19019 - Telugu went down from 113 to 49.
19021 Other scripts went down slightly or didn't change. New numbers:
19023 BENGALI: 353908 out of 354285 tests passed. 377 failed (0.106412%)
19024 DEVANAGARI: 693572 out of 693628 tests passed. 56 failed (0.00807349%)
19025 GUJARATI: 366485 out of 366506 tests passed. 21 failed (0.00572978%)
19026 GURMUKHI: 60750 out of 60809 tests passed. 59 failed (0.0970251%)
19027 KANNADA: 950730 out of 951913 tests passed. 1183 failed (0.124276%)
19028 KHMER: 298613 out of 299124 tests passed. 511 failed (0.170832%)
19029 MALAYALAM: 1046881 out of 1048416 tests passed. 1535 failed
19031 ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
19032 SINHALA: 271333 out of 271847 tests passed. 514 failed (0.189077%)
19033 TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
19034 TELUGU: 970524 out of 970573 tests passed. 49 failed (0.00504856%)
19036 Some of the remaining Telugu and Devanagari issues seem to be
19038 eating Anusvara when placed before a non-joiner. Ouch!
19040 src/hb-ot-shape-complex-indic-machine.rl | 6 +++---
19041 1 file changed, 3 insertions(+), 3 deletions(-)
19043 commit 093cd583263a5d427e3377b31585043fb55d2557
19044 Author: Behdad Esfahbod <behdad@behdad.org>
19045 Date: Mon Jul 23 14:04:42 2012 -0400
19047 [Thai] Fix SARA AM handling
19051 src/hb-ot-shape-complex-misc.cc | 6 +++---
19052 src/hb-private.hh | 4 ++--
19053 2 files changed, 5 insertions(+), 5 deletions(-)
19055 commit 42848453bf260b456b46a07f066e31b8c3aac2f1
19056 Author: Behdad Esfahbod <behdad@behdad.org>
19057 Date: Mon Jul 23 13:52:07 2012 -0400
19059 [Thai] Reorder U+0E3A THAI VOWEL SIGN PHINTHU
19061 Uniscribe reorders U+0E3A to be after U+0E38 and U+0E39. We do
19063 modifying the ccc for U+0E3A.
19065 Fixes the two remaining Thai failures (see previous commit).
19067 src/hb-ot-shape-complex-misc.cc | 7 +++++++
19068 src/hb-unicode.cc | 6 ++++++
19069 .../texts/in-tree/shaper-thai/script-thai/misc/MANIFEST | 1 +
19070 .../in-tree/shaper-thai/script-thai/misc/phinthu.txt | 16
19072 4 files changed, 30 insertions(+)
19074 commit 4a7f4f3e56f8f7640ae7337aa1b3324f31e0d4ab
19075 Author: Behdad Esfahbod <behdad@behdad.org>
19076 Date: Mon Jul 23 13:15:33 2012 -0400
19078 [Thai] Adjust SARA AM reordering to match Uniscribe
19080 Adjust the list of marks before SARA AM that get the reordering
19081 treatment. Also adjust cluster formation to match Uniscribe.
19083 With Wikipedia test data, now I see:
19085 - For Thai, with the Angsana New font from Win7, I see 54
19087 of over 4M tests (0.00129107%). Of the 54, two are legitimate
19088 reordering issues (fix coming soon), and the other 52 are simply
19089 Uniscribe using a zero-width space char instead of an unknown
19090 character for missing glyphs. No idea why. The missing-glyph
19091 sequences include one that is a Thai character followed by
19093 Sokun. Someone confused it with Nikhahit I assume!
19095 - For Lao, with the Dokchampa font from Win7, 33 tests fail out of
19096 54k (0.0615167%). All seem to be insignificant mark positioning
19097 with two marks on a base. Have to investigate.
19099 src/hb-ot-shape-complex-misc.cc | 42
19100 +++++++++++++---------
19101 src/hb-private.hh | 6 ++++
19102 test/shaping/texts/in-tree/shaper-thai/MANIFEST | 1 +
19103 .../texts/in-tree/shaper-thai/script-lao/MANIFEST | 1 +
19104 .../in-tree/shaper-thai/script-lao/misc/MANIFEST | 1 +
19105 .../shaper-thai/script-lao/misc/sara-am.txt | 20 +++++++++++
19106 .../shaper-thai/script-thai/misc/sara-am.txt | 18 +++++++++-
19107 7 files changed, 72 insertions(+), 17 deletions(-)
19109 commit 2cc933aff97916e5d0fe42883f40f0879f848e25
19110 Author: Behdad Esfahbod <behdad@behdad.org>
19111 Date: Mon Jul 23 08:22:55 2012 -0400
19113 [Indic] Fix cluster formation with left-matras and conjunct forms
19115 Test case was: <U+0D15,U+0D4D,U+0D15,U+0D4A>.
19117 src/hb-ot-shape-complex-indic.cc | 4 ++--
19118 1 file changed, 2 insertions(+), 2 deletions(-)
19120 commit e6b01a878cd2e63cb675e7e0c6ac4d83a8c10f37
19121 Author: Behdad Esfahbod <behdad@behdad.org>
19122 Date: Mon Jul 23 00:11:26 2012 -0400
19124 [Indic] Further streamline cluster formation
19126 This should address all possible cluster misformations that I had in
19129 src/hb-ot-shape-complex-indic.cc | 21 ++++++++++-----------
19130 1 file changed, 10 insertions(+), 11 deletions(-)
19132 commit 7b2a7dadd6c616bbfe1d8358700cab9cee88e584
19133 Author: Behdad Esfahbod <behdad@behdad.org>
19134 Date: Sun Jul 22 23:58:55 2012 -0400
19136 [Indic] Merge clusters before sorting
19138 This should fix any instabilities in cluster formation that we were
19139 speculating may happen with surrounding syllables. Or most of it
19142 src/hb-ot-shape-complex-indic.cc | 4 ++++
19143 1 file changed, 4 insertions(+)
19145 commit abb3239ef92cc5dccb4638806d7ae9868b9ac9b3
19146 Author: Behdad Esfahbod <behdad@behdad.org>
19147 Date: Sun Jul 22 23:55:19 2012 -0400
19149 [Indic] Update clusters for left-matra even if matra didn't move
19151 Fixes crashes reported with left matra under
19152 non-uniscribe-bug-compatibilty mode.
19154 src/hb-ot-shape-complex-indic.cc | 9 ++++++++-
19155 1 file changed, 8 insertions(+), 1 deletion(-)
19157 commit 60554f14d8dca208721f0da8b69d84b92819c54f
19158 Author: Behdad Esfahbod <behdad@behdad.org>
19159 Date: Sun Jul 22 23:23:56 2012 -0400
19161 [Indic] Merge in Malayalam tests
19164 http://silpa.org.in/pub/tests/hb/ml/ml-harfbuzz-testdata.txt
19166 .../indic/script-malayalam/misc/misc.txt | 94
19167 +++++++++++-----------
19168 1 file changed, 46 insertions(+), 48 deletions(-)
19170 commit 5c7081770c7a611bbe79b451b7b86dec4fa6395d
19171 Author: Behdad Esfahbod <behdad@behdad.org>
19172 Date: Sun Jul 22 23:20:27 2012 -0400
19174 [Indic] Add extensive Sinhala tests
19177 http://git.savannah.gnu.org/cgit/sinhala.git/plain/utils/gen-unicode-sinhala.py
19179 .../indic/script-sinhala/misc/extensive.txt | 4390
19180 ++++++++++++++++++++
19181 1 file changed, 4390 insertions(+)
19183 commit 2efe4707b1b449962f6e161716477d9775456c46
19184 Author: Behdad Esfahbod <behdad@behdad.org>
19185 Date: Sun Jul 22 23:17:59 2012 -0400
19187 [Indic] Add Sinhala tests
19190 http://git.savannah.gnu.org/cgit/sinhala.git/plain/patches/icu-sinhala-rendering.txt
19192 .../indic/script-sinhala/misc/misc.txt | 26
19193 ++++++++++++++++++++--
19194 1 file changed, 24 insertions(+), 2 deletions(-)
19196 commit 3d4c111b7a13700b2f7a0b087eb3992283295f21
19197 Author: Behdad Esfahbod <behdad@behdad.org>
19198 Date: Fri Jul 20 19:34:39 2012 -0400
19202 .../texts/in-tree/shaper-indic/indic/script-bengali/misc/misc.txt
19204 1 file changed, 1 insertion(+)
19206 commit 92a1ad7bef9efb456ab87bd63818cfbed7da3f6f
19207 Author: Behdad Esfahbod <behdad@behdad.org>
19208 Date: Fri Jul 20 18:38:27 2012 -0400
19210 [Indic] Stop searching for base if a post form is found before
19213 Improves Bengali and Gurmukhi. Malayalam regressed a bit. We will
19217 src/hb-ot-shape-complex-indic.cc | 5 ++++-
19218 1 file changed, 4 insertions(+), 1 deletion(-)
19220 commit 4c450c703f8e4618c587bcd7ef46dcc1f2c7947b
19221 Author: Behdad Esfahbod <behdad@behdad.org>
19222 Date: Fri Jul 20 18:13:04 2012 -0400
19224 [Indic] Recompose Bengali Ya,Nukta
19226 This is a bunch of hacks for now.
19228 Improves Bengali a bit.
19230 src/hb-ot-shape-complex-indic.cc | 4 ++--
19231 src/hb-unicode.cc | 8 ++++++++
19232 2 files changed, 10 insertions(+), 2 deletions(-)
19234 commit e9c0f152a38cb2e76650a3e43f7fdcda266af696
19235 Author: Behdad Esfahbod <behdad@behdad.org>
19236 Date: Fri Jul 20 17:05:46 2012 -0400
19238 [Uniscribe] Fix script fallback
19240 Gurmukhi failures half now. Others changed slightly.
19242 src/hb-uniscribe.cc | 34 ++++++++++++++--------------------
19243 1 file changed, 14 insertions(+), 20 deletions(-)
19245 commit 5791f329159c9863317e2b507514c29321be31a7
19246 Author: Behdad Esfahbod <behdad@behdad.org>
19247 Date: Fri Jul 20 16:26:55 2012 -0400
19249 [Indic] Allow a ZWNJ after SM's
19251 Malayalam failures go way down. Other scripts benefitted slightly
19253 Sinhala had one or two test regressions, but...
19255 src/hb-ot-shape-complex-indic-machine.rl | 2 +-
19256 1 file changed, 1 insertion(+), 1 deletion(-)
19258 commit 34ae336f3fae93ef9372881d545c817bce383041
19259 Author: Behdad Esfahbod <behdad@behdad.org>
19260 Date: Fri Jul 20 16:17:28 2012 -0400
19262 [Indic] Improve Reph AfterMain positioning
19264 Fixes 20 out of 48 failing Oriya tests. Failure rate down to
19267 src/hb-ot-shape-complex-indic.cc | 3 +--
19268 1 file changed, 1 insertion(+), 2 deletions(-)
19270 commit bdd080431a40bc941ece3230f338b94a46bd12a2
19271 Author: Behdad Esfahbod <behdad@behdad.org>
19272 Date: Fri Jul 20 16:03:09 2012 -0400
19274 [Indic] Reposition Oriya Candrabindu
19276 Oriya failures down from 0.65% to 0.20%.
19278 src/hb-ot-shape-complex-indic.cc |
19280 .../shaping/texts/in-tree/shaper-indic/indic/script-oriya/misc/MANIFEST |
19282 .../texts/in-tree/shaper-indic/indic/script-oriya/misc/bindu.txt |
19284 3 files changed, 4 insertions(+)
19286 commit 5f0eaaad129ff04d56b8756bebf19fbc242718c9
19287 Author: Behdad Esfahbod <behdad@behdad.org>
19288 Date: Fri Jul 20 15:47:24 2012 -0400
19290 [Indic] Fix base search in final_reordering
19292 Fixes most Malayalam failures. Down from 1.6% to 0.38% now. Fixes a
19293 few more in other scripts too.
19295 src/hb-ot-shape-complex-indic.cc | 12 ++++++++----
19296 1 file changed, 8 insertions(+), 4 deletions(-)
19298 commit 81202bd860e4034c18d9f80c5a4f33d9f48463a3
19299 Author: Behdad Esfahbod <behdad@behdad.org>
19300 Date: Fri Jul 20 15:10:02 2012 -0400
19302 [Indic] Don't attach SM/VD to other characters
19304 src/hb-ot-shape-complex-indic-private.hh | 3 +++
19305 src/hb-ot-shape-complex-indic.cc | 38
19306 ++++++++++++++++++--------------
19307 2 files changed, 24 insertions(+), 17 deletions(-)
19309 commit efb4ad735691837a52447bedc1a66a87d0d9af51
19310 Author: Behdad Esfahbod <behdad@behdad.org>
19311 Date: Fri Jul 20 14:27:38 2012 -0400
19313 Fix compiler warnings
19315 If x is not constant, we cannot ASSERT_STATIC on it.
19317 src/hb-private.hh | 2 +-
19318 1 file changed, 1 insertion(+), 1 deletion(-)
19320 commit f31d97e44eeb6fb141f3de928e27e033fc7b1f47
19321 Author: Behdad Esfahbod <behdad@behdad.org>
19322 Date: Fri Jul 20 14:13:35 2012 -0400
19324 [Indic] Form Telugu Reph out of Ra,Virama,ZWJ
19326 Apparently this was approved in Feb 2012. No font yet.
19328 src/hb-ot-shape-complex-indic-private.hh | 2 +-
19329 src/hb-ot-shape-complex-indic.cc | 4 ++--
19330 2 files changed, 3 insertions(+), 3 deletions(-)
19332 commit 2e193b240ec85cab0d4e2f8a375c5a7f0ef99985
19333 Author: Behdad Esfahbod <behdad@behdad.org>
19334 Date: Fri Jul 20 14:02:35 2012 -0400
19336 [Indic] Don't split U+0AC9
19338 Althought IndicMatraCategory.txt classifies it as Top_And_Right matra,
19339 it does not have Unicode decomposition, and Uniscribe does not do
19340 anything special about it either.
19342 Gujarati failures down from 0.672% to 0.0130966%.
19344 src/hb-unicode.cc | 2 +-
19345 1 file changed, 1 insertion(+), 1 deletion(-)
19347 commit 30c3d5e9fc61b49c2c6ad4e744300edd6f3e0261
19348 Author: Behdad Esfahbod <behdad@behdad.org>
19349 Date: Fri Jul 20 13:56:32 2012 -0400
19351 [Indic] Simplify Uniscribe cluster emulation
19353 Now that we break syllables on Halant,ZWNJ, this code can be
19356 src/hb-ot-shape-complex-indic.cc | 11 ++---------
19357 1 file changed, 2 insertions(+), 9 deletions(-)
19359 commit decf6ffca475fe01ff3151b7641f629f031137d2
19360 Author: Behdad Esfahbod <behdad@behdad.org>
19361 Date: Fri Jul 20 13:51:31 2012 -0400
19365 src/hb-ot-shape-complex-indic.cc | 2 +-
19366 1 file changed, 1 insertion(+), 1 deletion(-)
19368 commit 9e4f94a72cea6d65a6a7ba5a47db92e00dbfbb91
19369 Author: Behdad Esfahbod <behdad@behdad.org>
19370 Date: Fri Jul 20 13:48:03 2012 -0400
19372 [Indic] Break syllables at Halant,ZWNJ
19374 That's really what Uniscribe does, and explains a lot of pecularities
19376 Halant,ZWNJ before the base.
19378 Sent Telugu from 1% failures to 0.03%. Improved Kannada and Malayalam
19379 slightly. Fixed half of Bengali, and did NOT break anything!
19381 src/hb-ot-shape-complex-indic-machine.rl | 5 +++--
19382 src/hb-ot-shape-complex-indic.cc | 5 ++---
19383 2 files changed, 5 insertions(+), 5 deletions(-)
19385 commit 2c372b80f6befad69e216e3f218b38640b8cc044
19386 Author: Behdad Esfahbod <behdad@behdad.org>
19387 Date: Fri Jul 20 13:37:48 2012 -0400
19389 [Indic] Better check for applying 'init'
19391 Specifically, don't apply 'init' if previous char is a joiner.
19393 Fixes some more of Bengali.
19395 src/hb-ot-shape-complex-indic.cc | 9 +--------
19396 src/hb-private.hh | 3 ++-
19397 2 files changed, 3 insertions(+), 9 deletions(-)
19399 commit 34a7440b7c6c6e53394ddbdbedaad57b23f85105
19400 Author: Behdad Esfahbod <behdad@behdad.org>
19401 Date: Fri Jul 20 12:32:59 2012 -0400
19403 [GPOS] Don't zero mark advances
19405 Fixes more of Telugu, Kannada, and Oriya.
19407 May break things (outside Indic...), but we cannot think of any
19409 on this immediately.
19411 src/hb-ot-layout-gpos-table.hh | 4 ++--
19412 1 file changed, 2 insertions(+), 2 deletions(-)
19414 commit 8ed248de77e5d2ed978e55c0ce1a11727bc9e34c
19415 Author: Behdad Esfahbod <behdad@behdad.org>
19416 Date: Fri Jul 20 11:42:24 2012 -0400
19420 src/hb-ot-shape-complex-indic.cc | 5 +++--
19421 1 file changed, 3 insertions(+), 2 deletions(-)
19423 commit d0e68dbd0b9fc9a42c4280d01c8ffd9c5015d550
19424 Author: Behdad Esfahbod <behdad@behdad.org>
19425 Date: Fri Jul 20 11:25:41 2012 -0400
19427 [Indic] Implement reph positioning step 5
19429 Not tuned, just copied from step 2. Fixes another 0.5% of Kannada
19430 failures. 1% to go.
19432 src/hb-ot-shape-complex-indic.cc | 12 +++++++++++-
19433 1 file changed, 11 insertions(+), 1 deletion(-)
19435 commit a9e45c32e4a0d6da33c52f8427aa694e57f52eb9
19436 Author: Behdad Esfahbod <behdad@behdad.org>
19437 Date: Fri Jul 20 11:04:15 2012 -0400
19439 [Indic] Don't let ZWNJ at the end of syllable affect base search
19441 Fixes a few Devanagari, half of remaining Kannada failures,
19443 Telugu, and others slightly improved or unchanged.
19445 src/hb-ot-shape-complex-indic.cc | 6 +++++-
19446 1 file changed, 5 insertions(+), 1 deletion(-)
19448 commit 20b68e699f73e6ce046c0ec143d40b3d6d48e06b
19449 Author: Behdad Esfahbod <behdad@behdad.org>
19450 Date: Fri Jul 20 10:47:46 2012 -0400
19452 [Indic] Apply 'cjct' globally
19454 Fixes 5 Devanagari failures, and no regressions.
19456 src/hb-ot-shape-complex-indic.cc | 15 +++++++++------
19457 1 file changed, 9 insertions(+), 6 deletions(-)
19459 commit 51e764de441072e7c9f67de23e8ed717b9b8957d
19460 Author: Behdad Esfahbod <behdad@behdad.org>
19461 Date: Fri Jul 20 10:30:24 2012 -0400
19463 [Indic] Unbreak old scriptures
19465 Brings down failures with Lohit-Telugu from 57% to 1.40%.
19467 src/hb-ot-shape-complex-indic.cc | 5 +++--
19468 1 file changed, 3 insertions(+), 2 deletions(-)
19470 commit 900cf3d449bf36d4f8b1474590cae925fef48fc8
19471 Author: Behdad Esfahbod <behdad@behdad.org>
19472 Date: Fri Jul 20 10:18:23 2012 -0400
19476 src/hb-ot-shape-complex-indic.cc | 2 +-
19477 1 file changed, 1 insertion(+), 1 deletion(-)
19479 commit 87cd63266e73af316b250573ef57388a0bcc9133
19480 Author: Behdad Esfahbod <behdad@behdad.org>
19481 Date: Thu Jul 19 21:17:48 2012 -0400
19483 [Indic] Recategorize some Kannada right matras
19485 Kannada failures down from 3.5% to 2.93%.
19487 src/hb-ot-shape-complex-indic.cc | 2 +-
19488 .../texts/in-tree/shaper-indic/indic/script-kannada/misc/MANIFEST | 1 +
19489 .../shaper-indic/indic/script-kannada/misc/right-matras.txt |
19491 3 files changed, 9 insertions(+), 1 deletion(-)
19493 commit 3604d64ced909ade91998d294a7b4b2ee14d47aa
19494 Author: Behdad Esfahbod <behdad@behdad.org>
19495 Date: Thu Jul 19 21:13:04 2012 -0400
19497 [Indic] Recategorize GURMUKHI ADDAK
19499 It's not in IndicSyllabicCategory.txt. Fixes most of Gurmukhi
19501 Failures down from 7.7% to 0.222%!
19503 src/hb-ot-shape-complex-indic.cc | 1 +
19504 1 file changed, 1 insertion(+)
19506 commit 89328581236a53ec16508b95db54c7e5315b178f
19507 Author: Behdad Esfahbod <behdad@behdad.org>
19508 Date: Thu Jul 19 21:02:38 2012 -0400
19512 src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
19513 1 file changed, 2 insertions(+), 2 deletions(-)
19515 commit 47ef931f13778b894090139a64238a5ab9ac1154
19516 Author: Behdad Esfahbod <behdad@behdad.org>
19517 Date: Thu Jul 19 20:52:44 2012 -0400
19519 [buffer] Make sure out_info = info during GPOS
19521 src/hb-buffer.cc | 9 +++++++--
19522 1 file changed, 7 insertions(+), 2 deletions(-)
19524 commit ae63cf206291befe3920adfe015e6cd0961580e5
19525 Author: Behdad Esfahbod <behdad@behdad.org>
19526 Date: Thu Jul 19 20:45:41 2012 -0400
19528 Print line number during return when tracing
19530 src/hb-private.hh | 8 ++++----
19531 1 file changed, 4 insertions(+), 4 deletions(-)
19533 commit 5249f3aee108b0f41770d137e63a625f594418e7
19534 Author: Behdad Esfahbod <behdad@behdad.org>
19535 Date: Thu Jul 19 20:30:22 2012 -0400
19537 [Indic] Unbreak Khmer
19539 For Khmer, all consonants are subjoining. No need to look in
19541 We were looking in the wrong order anyway.
19543 src/hb-ot-shape-complex-indic.cc | 4 +++-
19544 1 file changed, 3 insertions(+), 1 deletion(-)
19546 commit e0475345d5d7db8dbc8b554beedfa2435c5d7fd1
19547 Author: Behdad Esfahbod <behdad@behdad.org>
19548 Date: Thu Jul 19 20:24:14 2012 -0400
19550 [Indic] Apply 'akhn' globally
19552 Fixes 1.5% more failures for Telugu, 2% for Kannada.
19553 Breaks one test in Devanagari.
19555 src/hb-ot-shape-complex-indic.cc | 8 ++++----
19556 1 file changed, 4 insertions(+), 4 deletions(-)
19558 commit c87bcddb10752b407c0471ee5ac4de6f1b00b711
19559 Author: Behdad Esfahbod <behdad@behdad.org>
19560 Date: Thu Jul 19 20:03:25 2012 -0400
19562 [Indic] Add failing test for Kannada
19564 .../texts/in-tree/shaper-indic/indic/script-kannada/misc/misc.txt
19566 1 file changed, 1 insertion(+)
19568 commit fa247ebe524f92fa95d344ba912f704262879c13
19569 Author: Behdad Esfahbod <behdad@behdad.org>
19570 Date: Thu Jul 19 19:52:19 2012 -0400
19572 [Indic] Better position U+0CD5
19574 Fixes another 5% of Kannada failures.
19576 src/hb-ot-shape-complex-indic.cc | 4 ++--
19577 1 file changed, 2 insertions(+), 2 deletions(-)
19579 commit f055442716ec7543ed156d4789955b19c11a5255
19580 Author: Behdad Esfahbod <behdad@behdad.org>
19581 Date: Thu Jul 19 16:20:21 2012 -0400
19583 [Indic] Lookup consonant position in the font
19585 Fixes most failures of Oriya, and improves others a bit.
19587 src/hb-ot-map-private.hh | 13 ++--
19588 src/hb-ot-shape-complex-indic-private.hh | 105
19589 -------------------------------
19590 src/hb-ot-shape-complex-indic.cc | 63 +++++++++++++------
19591 3 files changed, 54 insertions(+), 127 deletions(-)
19593 commit 74d1d88781e91866a52e27f391e34df03b313442
19594 Author: Behdad Esfahbod <behdad@behdad.org>
19595 Date: Thu Jul 19 16:14:23 2012 -0400
19597 [GSUB] Fix would_apply() for LigatureSubst
19599 src/hb-ot-layout-gsub-table.hh | 1 +
19600 1 file changed, 1 insertion(+)
19602 commit 787f7d1e9ba9ad038f24e5a1063d12c7d169ad37
19603 Author: Behdad Esfahbod <behdad@behdad.org>
19604 Date: Thu Jul 19 15:29:13 2012 -0400
19609 1 file changed, 2 insertions(+)
19611 commit be73a5f9368136ecbdb211b96516ad0c554c8201
19612 Author: Behdad Esfahbod <behdad@behdad.org>
19613 Date: Thu Jul 19 14:59:15 2012 -0400
19615 Add src/test-would-substitute tool
19617 src/Makefile.am | 6 +-
19618 src/test-would-substitute.cc | 94 ++++++++++++++++++++++++++++++
19620 +++++++++++++++++++++++++++++++++++++++++++
19621 3 files changed, 231 insertions(+), 1 deletion(-)
19623 commit e72b360ac6381b549249b8836fa3e70b909d3437
19624 Author: Behdad Esfahbod <behdad@behdad.org>
19625 Date: Thu Jul 19 14:35:23 2012 -0400
19627 Refactor / finish would_apply() operation
19631 src/hb-ot-layout-gpos-table.hh | 6 +-
19632 src/hb-ot-layout-gsub-table.hh | 126 +++++++++----------
19633 src/hb-ot-layout-gsubgpos-private.hh | 233
19634 ++++++++++++++++++++++++++++++++++-
19635 src/hb-ot-layout.cc | 11 ++
19636 src/hb-ot-layout.h | 7 ++
19637 5 files changed, 308 insertions(+), 75 deletions(-)
19639 commit 8c973ebf0f59abb5ee920edd5d64e23d8e47ad75
19640 Author: Behdad Esfahbod <behdad@behdad.org>
19641 Date: Thu Jul 19 13:25:08 2012 -0400
19643 [Indic] Implement per-script matra positioning
19645 Following what the spec says.
19647 Brings down Telugu failures from 40% to 3.75%, and Kannada failures
19649 44% to 10%. Does NOT affect other scripts' test results.
19651 src/hb-ot-shape-complex-indic-private.hh | 2 +-
19652 src/hb-ot-shape-complex-indic.cc | 40
19653 +++++++++++++++++++++++++++++---
19654 src/hb-unicode.cc | 2 +-
19655 3 files changed, 39 insertions(+), 5 deletions(-)
19657 commit 8bb32458f95f13f66688e0811cc91f1bfffb867d
19658 Author: Behdad Esfahbod <behdad@behdad.org>
19659 Date: Thu Jul 19 12:59:06 2012 -0400
19661 [Indic] More refactoring
19663 src/hb-ot-shape-complex-indic-private.hh | 9 ++---
19664 src/hb-ot-shape-complex-indic.cc | 65
19665 ++++++++++++++++++++++++--------
19666 2 files changed, 54 insertions(+), 20 deletions(-)
19668 commit 9ccc6382ba43760167c134c18c1c4ada4b8c3f22
19669 Author: Behdad Esfahbod <behdad@behdad.org>
19670 Date: Thu Jul 19 12:32:16 2012 -0400
19672 [Indic] Minor refactoring
19674 src/hb-ot-shape-complex-indic.cc | 127
19675 ++++++++++++++++++++++-----------------
19676 1 file changed, 71 insertions(+), 56 deletions(-)
19678 commit f83aaa3133de5d807be267a100d6a200e8db9017
19679 Author: Behdad Esfahbod <behdad@behdad.org>
19680 Date: Thu Jul 19 12:23:23 2012 -0400
19684 src/hb-ot-shape-complex-indic-private.hh | 42
19685 ++++++++++++++++++++------------
19686 1 file changed, 26 insertions(+), 16 deletions(-)
19688 commit be8b9f5f715f6fb36b98bd33c3303f79cc068f8a
19689 Author: Behdad Esfahbod <behdad@behdad.org>
19690 Date: Thu Jul 19 12:11:12 2012 -0400
19692 [Indic] Start refactoring different matra positions per script
19694 src/hb-ot-shape-complex-indic-private.hh | 36
19695 +++++++++++++++++++-------------
19696 src/hb-ot-shape-complex-indic.cc | 4 ++--
19697 2 files changed, 24 insertions(+), 16 deletions(-)
19699 commit deeb540a74f8d394db273145b17bf385d14d01bb
19700 Author: Behdad Esfahbod <behdad@behdad.org>
19701 Date: Thu Jul 19 11:30:48 2012 -0400
19703 [test] Ignore tests with DOTTED CIRCLE in the output
19705 test/shaping/hb_test_tools.py | 4 ++++
19706 1 file changed, 4 insertions(+)
19708 commit b01d9b3d90e892341ee4463f2eda4600850b97d8
19709 Author: Behdad Esfahbod <behdad@behdad.org>
19710 Date: Thu Jul 19 11:25:49 2012 -0400
19712 [Indic] Disallow decomposition of a couple characters
19714 This is a hack for now. Will be fixed when we do
19715 complex-shaper-driven
19716 normalization properly.
19718 The results with or without decomposition are the same, but Uniscribe
19719 does not normalize, so this matches better.
19721 src/hb-unicode.cc | 3 +++
19722 1 file changed, 3 insertions(+)
19724 commit 422ecd2d3c198a36d07d409341cb82ea57c7ad6b
19725 Author: Behdad Esfahbod <behdad@behdad.org>
19726 Date: Wed Jul 18 23:25:58 2012 -0400
19728 [Indic] Accept a forced Rakar sequence at the end of syllable
19730 In Sinhala, Rakar is formed by Al-Lakuna,ZWJ,Ra. If you put that
19732 end of a Consonant,Matra syllable, you get a dotted-circle from
19733 Uniscribe. Apparently adding a ZWJ before the Al-Lakuna "fixes" that.
19734 And people have been encoding that sequence... So, allow a forced
19735 "ZWJ,Virama,ZWJ,Ra" sequence at the of syllables.
19737 Fixes some 100 or more of Sinhala failures. Now at 622 only (0.23%).
19739 src/hb-ot-shape-complex-indic-machine.rl |
19741 .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt |
19743 2 files changed, 4 insertions(+), 1 deletion(-)
19745 commit 6fc1732003d71cf90d37247482772c3da884687f
19746 Author: Behdad Esfahbod <behdad@behdad.org>
19747 Date: Wed Jul 18 17:49:19 2012 -0400
19749 [Indic] Allow joiners on both sides of Halant at the same time
19751 The sequence <ZWJ,Al-Lakuna,ZWJ> is used in Sinhala to explicitly ask
19752 for Rakar. Fixes two-thousand Sinhala tests. Not many left.
19754 src/hb-ot-shape-complex-indic-machine.rl | 2 +-
19755 1 file changed, 1 insertion(+), 1 deletion(-)
19757 commit 10cdc94eee2225f14c198c015256a5a0063eecad
19758 Author: Behdad Esfahbod <behdad@behdad.org>
19759 Date: Wed Jul 18 17:42:34 2012 -0400
19761 [Indic] In final reordering, find base, even if it disappeared
19763 POS_BASE can disappear if base ligated backward. Define base as last
19764 with position not after base.
19766 Fixes a few hundred of Sinhala failures with Iskoola Pota.
19768 src/hb-ot-shape-complex-indic.cc |
19770 .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt | 1 +
19771 2 files changed, 3 insertions(+), 5 deletions(-)
19773 commit 9c4d24a3a677a58ec59c7fb0f8b70b8aad30a032
19774 Author: Behdad Esfahbod <behdad@behdad.org>
19775 Date: Wed Jul 18 17:29:10 2012 -0400
19779 src/hb-ot-shape-complex-indic.cc | 1 +
19780 1 file changed, 1 insertion(+)
19782 commit 3285e107c9a83aeb552e67f9460680ff6d167d88
19783 Author: Behdad Esfahbod <behdad@behdad.org>
19784 Date: Wed Jul 18 17:22:14 2012 -0400
19786 [Indic] Implement Sinhala "Al Lakuna" Reph behavior
19788 In Sinhala, Reph is formed only explicitly, by the presence of a ZWJ.
19790 src/hb-ot-shape-complex-indic-private.hh | 2 ++
19791 src/hb-ot-shape-complex-indic.cc |
19793 .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/MANIFEST | 1 +
19794 .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/reph.txt |
19796 4 files changed, 12 insertions(+), 1 deletion(-)
19798 commit 91cade755534c42bb826a6aefcbca8a543d94387
19799 Author: Behdad Esfahbod <behdad@behdad.org>
19800 Date: Wed Jul 18 16:50:41 2012 -0400
19802 [Indic/Unicode] Decompose Sinhala split matras the way Uniscribe likes
19804 Makes no visual difference.
19806 Fixes most of the failures. Down from 15% to 1.3%!
19808 src/hb-unicode.cc | 8 ++++++++
19809 1 file changed, 8 insertions(+)
19811 commit d8942dcbb4e3249a2d78a6455c119294ed4390bc
19812 Author: Behdad Esfahbod <behdad@behdad.org>
19813 Date: Wed Jul 18 16:34:10 2012 -0400
19815 Apply Tibetan (global) features.
19817 Fixes all Tibetan failures. All 180k of them!
19819 Merges back Hangul into the default shaper.
19821 src/hb-ot-shape-complex-misc.cc | 82
19822 +++++++++++++++++---------------------
19823 src/hb-ot-shape-complex-private.hh | 7 ----
19824 2 files changed, 37 insertions(+), 52 deletions(-)
19826 commit 552d19b7a11f7dff888587fce4d56d9f8e47e819
19827 Author: Behdad Esfahbod <behdad@behdad.org>
19828 Date: Wed Jul 18 16:00:49 2012 -0400
19830 [Indic] Treat Register Shifters like Nukta
19834 Fixes another 18 Khmer tests.
19836 src/hb-ot-shape-complex-indic-machine.rl |
19838 src/hb-ot-shape-complex-indic.cc |
19840 .../in-tree/shaper-indic/south-east-asian/script-khmer/misc/misc.txt |
19842 3 files changed, 2 insertions(+), 3 deletions(-)
19844 commit e8cd81f76d159f3ecf808952dab24bc07782497a
19845 Author: Behdad Esfahbod <behdad@behdad.org>
19846 Date: Wed Jul 18 16:00:20 2012 -0400
19850 src/hb-ot-shape-complex-indic.cc | 2 +-
19851 1 file changed, 1 insertion(+), 1 deletion(-)
19853 commit 69f26bf39c824d6bf5b1c0d410380cc5462ad5ca
19854 Author: Behdad Esfahbod <behdad@behdad.org>
19855 Date: Wed Jul 18 15:45:43 2012 -0400
19857 [Indic] Fix Matra reordering when base is at end of syllable
19859 For example: U+915,U+200c,U+93f
19861 Fixes last Tamil failure!
19863 src/hb-ot-shape-complex-indic.cc |
19865 .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt |
19867 2 files changed, 2 insertions(+), 1 deletion(-)
19869 commit d16ccc4ae7aa8be460881042413fa2637929fede
19870 Author: Behdad Esfahbod <behdad@behdad.org>
19871 Date: Wed Jul 18 15:43:55 2012 -0400
19873 Leave one extra item at the end of buffer allocation
19875 Just in case, for the times we do out-of-bounds access.
19879 src/hb-buffer-private.hh | 2 +-
19880 1 file changed, 1 insertion(+), 1 deletion(-)
19882 commit 075d671f1093d2e3c58f7f45568696030f1b3efd
19883 Author: Behdad Esfahbod <behdad@behdad.org>
19884 Date: Wed Jul 18 15:41:53 2012 -0400
19886 [Indic] Fix out-of-bounds array access
19888 src/hb-ot-shape-complex-indic.cc | 6 ++++--
19889 1 file changed, 4 insertions(+), 2 deletions(-)
19891 commit dcb527242b1eca4db1e190a7802f9cd132aaf46e
19892 Author: Behdad Esfahbod <behdad@behdad.org>
19893 Date: Wed Jul 18 15:28:25 2012 -0400
19895 [Indic] Allow joiners before matras
19897 Fixes 1 more Devanagari test!
19899 src/hb-ot-shape-complex-indic-machine.rl | 4 ++--
19900 1 file changed, 2 insertions(+), 2 deletions(-)
19902 commit 391cc0331749e263bdfe83a8f5f6d76f2360ee7a
19903 Author: Behdad Esfahbod <behdad@behdad.org>
19904 Date: Wed Jul 18 15:10:05 2012 -0400
19906 [Indic] Allow halant group in Vowel and placeholder syllables
19908 Fixes 2 out of 560 Devanagari failures. AND:
19909 Fixes 1 out of 2 Tamil failures.
19911 src/hb-ot-shape-complex-indic-machine.rl |
19913 .../in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt | 1 +
19914 2 files changed, 5 insertions(+), 3 deletions(-)
19916 commit ca4e3d3eab7b738c2b8e2a81696a28bca1b81495
19917 Author: Behdad Esfahbod <behdad@behdad.org>
19918 Date: Wed Jul 18 15:05:40 2012 -0400
19920 [Indic] Streamline halant/joiner in grammar
19922 src/hb-ot-shape-complex-indic-machine.rl | 6 +++---
19923 1 file changed, 3 insertions(+), 3 deletions(-)
19925 commit 418d00dffddd95a1f27e9be15752d494c627d45e
19926 Author: Behdad Esfahbod <behdad@behdad.org>
19927 Date: Wed Jul 18 14:57:28 2012 -0400
19931 src/hb-ot-shape-complex-indic-machine.rl |
19933 .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt |
19935 2 files changed, 5 insertions(+), 1 deletion(-)
19937 commit 4c3691d2a32ca7e54a54f7c08098fd96fa7af39e
19938 Author: Behdad Esfahbod <behdad@behdad.org>
19939 Date: Wed Jul 18 14:23:55 2012 -0400
19941 [Indic] Hopefully minor!
19943 Refactoring Indic machin. No semantic change.
19945 src/hb-ot-shape-complex-indic-machine.rl | 12 +++++++-----
19946 1 file changed, 7 insertions(+), 5 deletions(-)
19948 commit e092c556fb1cf38be3cea1f4b75a0d879372dfa2
19949 Author: Behdad Esfahbod <behdad@behdad.org>
19950 Date: Wed Jul 18 14:09:25 2012 -0400
19954 src/hb-ot-shape-complex-indic-private.hh | 4 ++--
19955 1 file changed, 2 insertions(+), 2 deletions(-)
19957 commit 14dbdd9e39d3a869fd1521000c889c347433d22b
19958 Author: Behdad Esfahbod <behdad@behdad.org>
19959 Date: Wed Jul 18 13:13:03 2012 -0400
19961 [Indic] Unbreak Tamil
19963 Tamil has only about 150 failures now!
19965 src/hb-ot-shape-complex-indic.cc | 18 +++++++++++++++++-
19966 1 file changed, 17 insertions(+), 1 deletion(-)
19968 commit db8981f1e0e8625714568c6d0f11f0b317b11d0a
19969 Author: Behdad Esfahbod <behdad@behdad.org>
19970 Date: Tue Jul 17 18:17:30 2012 -0400
19972 [Indic] Position Khmer Robat
19974 It's a visual Repha.
19976 Still not positioning logical Repha as occurs in Malayalam.
19978 Another 200 Khmer failures fixed. 547 to go. That's better than
19981 src/hb-ot-shape-complex-indic-machine.rl | 36
19982 +++++++++++++++++---------------
19983 src/hb-ot-shape-complex-indic-private.hh | 7 ++++---
19984 src/hb-ot-shape-complex-indic.cc | 13 ++++++++++++
19985 3 files changed, 36 insertions(+), 20 deletions(-)
19987 commit 25bc489498ef7d0beb8fe9ab663e3f0b2f52c9c2
19988 Author: Behdad Esfahbod <behdad@behdad.org>
19989 Date: Tue Jul 17 17:53:03 2012 -0400
19991 [Indic] Better categorize Register Shifters and Khmer Various signs
19993 Down another 500 or so Khmer failures!
19995 src/hb-ot-shape-complex-indic-machine.rl | 14
19997 src/hb-ot-shape-complex-indic-private.hh | 2 +-
19998 src/hb-ot-shape-complex-indic.cc | 8 ++++----
19999 .../south-east-asian/script-khmer/misc/MANIFEST | 2 ++
20000 .../script-khmer/misc/other-marks-invalid.txt | 4 ++++
20001 .../south-east-asian/script-khmer/misc/other-marks.txt | 6 ++++++
20002 6 files changed, 24 insertions(+), 12 deletions(-)
20004 commit 39b17837b4064d59c18cebb49c1c0b5b8cc0c117
20005 Author: Behdad Esfahbod <behdad@behdad.org>
20006 Date: Tue Jul 17 17:09:29 2012 -0400
20008 Add hb_buffer_normalize_glyphs() and hb-shape --normalize-glyphs
20010 This reorders glyphs within the cluster to a nominal order.
20012 have no visible effect on the output, but helps with testing, for
20013 getting the same hb-shape output for visually-equal glyphs for each
20016 src/hb-buffer.cc | 76
20017 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
20018 src/hb-buffer.h | 13 ++++++++++
20019 src/hb-private.hh | 29 ++++++++++++++++-----
20020 util/options.cc | 1 +
20021 util/options.hh | 7 ++++-
20022 5 files changed, 118 insertions(+), 8 deletions(-)
20024 commit 25e302da9a712e6f1d63b0d243a8df0d326ddba3
20025 Author: Behdad Esfahbod <behdad@behdad.org>
20026 Date: Tue Jul 17 14:25:14 2012 -0400
20030 src/hb-ot-shape-complex-indic.cc | 5 ++++-
20031 1 file changed, 4 insertions(+), 1 deletion(-)
20033 commit 5d32690a3428fa86eb26fe5fcec943a10aa95881
20034 Author: Behdad Esfahbod <behdad@behdad.org>
20035 Date: Tue Jul 17 14:23:28 2012 -0400
20037 [Indic] For scripts without Half forms, always choose first consonant
20040 In such scripts (ie. Khmer), a ZWJ/ZWNJ shouldn't stop the search for
20041 base. So, instead just choose the first consonant as base directly.
20044 U+1798,200c,U+17C9,U+17D2,U+179B,U+17C1,U+17C7
20046 src/hb-ot-shape-complex-indic.cc | 59
20047 ++++++++++++++++++++++++----------------
20048 1 file changed, 35 insertions(+), 24 deletions(-)
20050 commit 34b57149065d96f7528aaccaa7654e956ce27e93
20051 Author: Behdad Esfahbod <behdad@behdad.org>
20052 Date: Tue Jul 17 14:09:32 2012 -0400
20054 [Indic] Treat Khmer Register Shifters more like Nuktas
20056 Except that there may be a ZWNJ before a Register Shifter.
20058 src/hb-ot-shape-complex-indic-machine.rl |
20060 .../in-tree/shaper-indic/south-east-asian/script-khmer/misc/misc.txt |
20062 2 files changed, 3 insertions(+), 1 deletion(-)
20064 commit 11e2a601b19861b05dbb2051d2d078c3cfd75b29
20065 Author: Behdad Esfahbod <behdad@behdad.org>
20066 Date: Tue Jul 17 14:02:28 2012 -0400
20070 src/hb-ot-shape-complex-indic-machine.rl | 4 ++--
20071 1 file changed, 2 insertions(+), 2 deletions(-)
20073 commit 0201e0a4649ad5b607e50bcb9605e7a5b7143812
20074 Author: Behdad Esfahbod <behdad@behdad.org>
20075 Date: Tue Jul 17 13:55:10 2012 -0400
20077 [Indic] Apply 'cfar' for Khmer
20079 Mark stuff after a pre-base reordering Ro 'cfar'. Used in Khmer.
20080 This allows distinguishing the following cases with MS Khmer fonts:
20082 U+1784,U+17D2,U+179A,U+17D2,U+1782
20083 U+1784,U+17D2,U+1782,U+17D2,U+179A
20085 src/hb-ot-shape-complex-indic.cc | 16
20087 .../south-east-asian/script-khmer/misc/misc.txt | 2 ++
20088 2 files changed, 16 insertions(+), 2 deletions(-)
20090 commit 55f70ebfb95083f515d9b0044a2a65ab11484bb5
20091 Author: Behdad Esfahbod <behdad@behdad.org>
20092 Date: Tue Jul 17 12:50:13 2012 -0400
20094 [Indic] Position final subjoined consonants (and vowels) after matras
20096 In Khmer, a final subjoined consonant or independent vowel can occur
20097 after matras. This final subjoined thing should NOT be reordered to
20098 before the matra even though it's subjoined.
20100 Fixes another 1k of the Khmer failures. Not much left really.
20102 src/hb-ot-shape-complex-indic-private.hh | 1 +
20103 src/hb-ot-shape-complex-indic.cc | 13
20105 .../south-east-asian/script-khmer/misc/misc.txt | 2 ++
20106 3 files changed, 16 insertions(+)
20108 commit c50ed71e9a3df1844f564de66d54b46a696c1356
20109 Author: Behdad Esfahbod <behdad@behdad.org>
20110 Date: Tue Jul 17 11:54:28 2012 -0400
20112 [Indic] Recategorize Khmer coeng sign as a separate category OT_Coeng
20114 Amend the syllable structure to allow a final subscripted consonant
20115 (Coeng+C) and a final subscripted independent vowel (Coeng+V).
20116 Fixes another 2k of Khmer failures.
20118 src/hb-ot-shape-complex-indic-machine.rl |
20120 src/hb-ot-shape-complex-indic.cc |
20122 .../shaper-indic/south-east-asian/script-khmer/misc/misc.txt | 1 +
20123 3 files changed, 10 insertions(+), 4 deletions(-)
20125 commit deb521dee4fdca8c2124cfb39a205e6269d4a70d
20126 Author: Behdad Esfahbod <behdad@behdad.org>
20127 Date: Tue Jul 17 11:37:32 2012 -0400
20129 [Indic] Add a separate Coeng class
20131 No characters recategorized yet. No semantic change.
20133 src/hb-ot-shape-complex-indic-machine.rl | 1 +
20134 src/hb-ot-shape-complex-indic-private.hh | 3 ++-
20135 src/hb-ot-shape-complex-indic.cc | 26 ++++++++++++++++----------
20136 3 files changed, 19 insertions(+), 11 deletions(-)
20138 commit 74ccc6a1322f8c48c5f2a05f04821783c4b87a14
20139 Author: Behdad Esfahbod <behdad@behdad.org>
20140 Date: Tue Jul 17 11:16:19 2012 -0400
20142 [Indic] Move Halant with after-base consonants
20144 Normally, we attach the Halant to the previous character and move it
20145 with it. For after-base consonants however, the Halant "belongs"
20147 consonant after, so attach it so.
20149 This fixes Bengali sequences involving post-base consonant Ya, which
20150 should ligate with the Halant to form Ya Phala, but previously a
20151 reordered matras was blocking the ligation.
20153 src/hb-ot-shape-complex-indic.cc |
20155 .../in-tree/shaper-indic/indic/script-bengali/misc/misc.txt | 1 +
20156 2 files changed, 12 insertions(+)
20158 commit d5c4edcdd6df32f2f23aca44f14838b4baab4d7a
20159 Author: Behdad Esfahbod <behdad@behdad.org>
20160 Date: Tue Jul 17 10:40:59 2012 -0400
20162 [Indic] Apply presentation-forms features all at once
20164 Seems like this is what Uniscribe is doing, and does not break
20166 we tested (with Devanagari, Malayalam, Khmer, and Bengali), while
20168 some Ra Phala sequences for Bengali with Vrinda. Fixes another 2% of
20169 Bengali failures (a couple more to go).
20171 src/hb-ot-shape-complex-indic.cc |
20173 .../texts/in-tree/shaper-indic/indic/script-bengali/misc/misc.txt | 1 +
20174 2 files changed, 4 insertions(+), 3 deletions(-)
20176 commit 559f70667891a3ceeffb36f40de38a4f85868945
20177 Author: Behdad Esfahbod <behdad@behdad.org>
20178 Date: Mon Jul 16 22:43:17 2012 -0400
20180 Fix MarkAttachmentType matching
20182 Fixes issue reported by Khaled Hosny with his Hussaini Nastaleeq font
20183 and sequences like those added in the previous commit.
20185 src/hb-ot-layout.cc | 2 +-
20186 1 file changed, 1 insertion(+), 1 deletion(-)
20188 commit 6de103547e4a7fb34c833861713ea373cd912261
20189 Author: Behdad Esfahbod <behdad@behdad.org>
20190 Date: Mon Jul 16 22:46:06 2012 -0400
20192 [test/arabic] Add Arabic tests for mark skipping
20194 Expose a bug with Khaled's Hussaini Nastaleeq font.
20196 .../shaper-arabic/script-arabic/misc/diacritics/MANIFEST | 1 +
20197 .../script-arabic/misc/diacritics/mark-skipping.txt |
20199 2 files changed, 11 insertions(+)
20201 commit ad4494759fa8bfd2497800c24fa414075ed1aa61
20202 Author: Behdad Esfahbod <behdad@behdad.org>
20203 Date: Mon Jul 16 22:40:21 2012 -0400
20207 src/hb-ot-layout.cc | 2 +-
20208 1 file changed, 1 insertion(+), 1 deletion(-)
20210 commit af92b4cc90e4184d5bdd8037c551ed482700114f
20211 Author: Behdad Esfahbod <behdad@behdad.org>
20212 Date: Mon Jul 16 20:31:24 2012 -0400
20214 [Indic] Disable 'kern' in Uniscribe bug compatibility mode
20216 Uniscribe does not apply 'kern' in the Indic module. Some of
20218 fonts they ship have small adjustments in the 'kern' table. Disable
20219 'kern' in the Indic module under Uniscribe bug compatibility mode.
20221 Fixes some 10% of the Khmer failures. Remains under 3% (excluding
20222 dotted-circle ones).
20224 src/hb-ot-shape-complex-indic.cc | 3 +++
20225 1 file changed, 3 insertions(+)
20227 commit d96838ef951ce6170eb2dc576ebcba2262cf7008
20228 Author: Behdad Esfahbod <behdad@behdad.org>
20229 Date: Mon Jul 16 20:26:57 2012 -0400
20231 Allow complex shapers overriding common features
20233 In a new callback... Currently unused by all complex shapers.
20235 src/hb-ot-shape-complex-arabic.cc | 6 ++++++
20236 src/hb-ot-shape-complex-indic.cc | 6 ++++++
20237 src/hb-ot-shape-complex-misc.cc | 18 ++++++++++++++++++
20238 src/hb-ot-shape-complex-private.hh | 30 ++++++++++++++++++++++++++++++
20239 src/hb-ot-shape.cc | 2 ++
20240 5 files changed, 62 insertions(+)
20242 commit df50b8474094f0563ccfdae12c4425a51b72add6
20243 Author: Behdad Esfahbod <behdad@behdad.org>
20244 Date: Mon Jul 16 19:56:29 2012 -0400
20246 [Indic] Categorize other Khmer marks
20248 Mark them the same as the Register Shifters for now. Need to rename
20249 that category to something more sensible after all is settled.
20251 Fixes another percent of Khmer failures. Down to under 3%!
20253 src/hb-ot-shape-complex-indic.cc | 4 ++++
20254 1 file changed, 4 insertions(+)
20256 commit 8e7b5882fb4c1921c9d030d354a9b998115cdb8c
20257 Author: Behdad Esfahbod <behdad@behdad.org>
20258 Date: Mon Jul 16 17:04:46 2012 -0400
20260 [Indic] Recognize pre-base reordering Ra anywhere in the syllable
20262 We were doing that only immediately after base.
20264 Fixes another percent in the Khmer failures. About three more
20267 src/hb-ot-shape-complex-indic.cc | 84
20268 ++++++++++++++++++++++------------------
20269 1 file changed, 46 insertions(+), 38 deletions(-)
20271 commit 7d09c98a1fff97127e48eae48d380dc9fcff288e
20272 Author: Behdad Esfahbod <behdad@behdad.org>
20273 Date: Mon Jul 16 16:45:22 2012 -0400
20275 [Indic] Recognizer Register Shifter marks
20277 Fixes another 6% of the Khmer failures.
20279 src/hb-ot-shape-complex-indic-machine.rl | 3 ++-
20280 src/hb-ot-shape-complex-indic-private.hh | 5 +++--
20281 src/hb-ot-shape-complex-indic.cc | 2 ++
20282 3 files changed, 7 insertions(+), 3 deletions(-)
20284 commit 60da763dfac96a7931d6e6bdef8b9973bd5209ab
20285 Author: Behdad Esfahbod <behdad@behdad.org>
20286 Date: Mon Jul 16 16:13:32 2012 -0400
20288 [GSUB/GDEF] Guess glyph classes after substitution only if no GDEF
20290 Brings down Khmer failures with Daun Penh font from 36% to 20%.
20292 src/hb-ot-layout-gsubgpos-private.hh | 20 +++++++++++++-------
20293 1 file changed, 13 insertions(+), 7 deletions(-)
20295 commit fcdc5f1c8849a7f38d9f34f64d60c6d95d7501f7
20296 Author: Behdad Esfahbod <behdad@behdad.org>
20297 Date: Mon Jul 16 15:52:54 2012 -0400
20299 [Indic] Categorize Khmer Ro
20301 Khmer failures down from 58% to 36%.
20303 src/hb-ot-shape-complex-indic-private.hh | 2 ++
20304 1 file changed, 2 insertions(+)
20306 commit 78818124b17691ec2c647142fdb9ae743aa03dee
20307 Author: Behdad Esfahbod <behdad@behdad.org>
20308 Date: Mon Jul 16 15:49:08 2012 -0400
20310 [Indic] Reoder pre-base reordering Ra
20312 Brings down Malayalam failures from 14% down to 3%.
20314 src/hb-ot-shape-complex-indic.cc | 42
20315 +++++++++++++++++++++++++++-------------
20316 1 file changed, 29 insertions(+), 13 deletions(-)
20318 commit 1a1dbe9a2787f226f3e43063da8eb6633438b0a0
20319 Author: Behdad Esfahbod <behdad@behdad.org>
20320 Date: Mon Jul 16 15:40:33 2012 -0400
20324 src/hb-ot-shape-complex-indic.cc | 8 ++++----
20325 1 file changed, 4 insertions(+), 4 deletions(-)
20327 commit 46e645ec4b59f0a278347be11f40c7df700d5bb6
20328 Author: Behdad Esfahbod <behdad@behdad.org>
20329 Date: Mon Jul 16 15:30:05 2012 -0400
20331 [Indic] Start implementing pre-base reordering
20333 src/hb-ot-shape-complex-indic.cc | 33 ++++++++++++++++++---------------
20334 1 file changed, 18 insertions(+), 15 deletions(-)
20336 commit 921ce5b17daf06af8e17989a3e335b9f5df20483
20337 Author: Behdad Esfahbod <behdad@behdad.org>
20338 Date: Mon Jul 16 15:26:56 2012 -0400
20342 No semantic change.
20344 src/hb-ot-shape-complex-indic.cc | 26 +++++++++++++-------------
20345 1 file changed, 13 insertions(+), 13 deletions(-)
20347 commit b504e060f008e95b1ba36c06600c9fea4f5d4808
20348 Author: Behdad Esfahbod <behdad@behdad.org>
20349 Date: Mon Jul 16 15:21:12 2012 -0400
20351 [Indic] Implement After-Main Reph positioning
20355 src/hb-ot-shape-complex-indic.cc | 8 +++++++-
20356 1 file changed, 7 insertions(+), 1 deletion(-)
20358 commit 17d7de91d76406d3e92db37d9eef2fc615f06e68
20359 Author: Behdad Esfahbod <behdad@behdad.org>
20360 Date: Mon Jul 16 15:20:15 2012 -0400
20362 [Indic] Apply 'pref' to pre-base reodering Ra
20366 src/hb-ot-shape-complex-indic.cc | 10 ++++++++++
20367 1 file changed, 10 insertions(+)
20369 commit 362d3db8d3527d0fef260a17d2466e92a4a25425
20370 Author: Behdad Esfahbod <behdad@behdad.org>
20371 Date: Mon Jul 16 15:15:28 2012 -0400
20375 Should not be any semantic change. In preparation for implementing
20376 pre-base reordering Ra.
20378 src/hb-ot-shape-complex-indic.cc | 8 +-------
20379 1 file changed, 1 insertion(+), 7 deletions(-)
20381 commit 70fe77bb9a25922bd34f206826d8731d901fb451
20382 Author: Behdad Esfahbod <behdad@behdad.org>
20383 Date: Mon Jul 16 14:52:18 2012 -0400
20387 src/hb-ot-shape-complex-indic.cc | 44
20388 ++++++++++++++++++++--------------------
20389 1 file changed, 22 insertions(+), 22 deletions(-)
20391 commit 2f903215c5da2330a37abe489a3f45f7c3fd5a09
20392 Author: Behdad Esfahbod <behdad@behdad.org>
20393 Date: Mon Jul 16 13:54:43 2012 -0400
20397 src/hb-ot-shape-complex-indic.cc | 2 +-
20398 1 file changed, 1 insertion(+), 1 deletion(-)
20400 commit a3e04bee2c2fa648759a87e460db6b4f1b685586
20401 Author: Behdad Esfahbod <behdad@behdad.org>
20402 Date: Mon Jul 16 13:47:19 2012 -0400
20404 [Indic] Reorder virama only for old Indic spec
20406 src/hb-ot-shape-complex-indic.cc | 15 +++++++++++++--
20407 1 file changed, 13 insertions(+), 2 deletions(-)
20409 commit 0de771b72da6b342b015e3556190821547a4011d
20410 Author: Behdad Esfahbod <behdad@behdad.org>
20411 Date: Mon Jul 16 13:39:36 2012 -0400
20413 [Indic] Categorize Khmer consonants
20415 src/hb-ot-shape-complex-indic.cc | 4 ++++
20416 1 file changed, 4 insertions(+)
20418 commit d487fff266258eb1af056e9704cfb09d04251ddc
20419 Author: Behdad Esfahbod <behdad@behdad.org>
20420 Date: Mon Jul 16 13:25:17 2012 -0400
20422 Split matras without a Unicode decomposition
20424 This is a hack for now, to get us going with Khmer. This will be
20425 refactored properly later to move the complex logic into complex
20428 src/hb-unicode.cc | 22 ++++++++++++++++++++++
20429 1 file changed, 22 insertions(+)
20431 commit 8aa801a6fd1a737fa20b851edf7528bdd6635b8b
20432 Author: Behdad Esfahbod <behdad@behdad.org>
20433 Date: Mon Jul 16 13:24:26 2012 -0400
20435 [Indic] Adjust position for split matras
20437 We are going to split matras without a Unicode decompositions in a way
20438 that the second half takes the codepoint of the whole matra. So,
20439 position them where the second half is supposed to end up.
20441 src/hb-ot-shape-complex-indic-private.hh | 6 +++---
20442 1 file changed, 3 insertions(+), 3 deletions(-)
20444 commit 1feb8345a5fd92297eb6796e6dce633bafa0c76e
20445 Author: Behdad Esfahbod <behdad@behdad.org>
20446 Date: Mon Jul 16 13:23:40 2012 -0400
20448 [GSUB] Allow 1-to-1 ligature substitutions!
20450 Apparently Uniscribe allows these, and they are used in some Khmer
20452 shipped with Windows, namely, Daun Penh.
20454 src/hb-ot-layout-gsub-table.hh | 2 +-
20455 1 file changed, 1 insertion(+), 1 deletion(-)
20457 commit 29f106d7fba25e1464debd3a4831a7380d75c4c9
20458 Author: Behdad Esfahbod <behdad@behdad.org>
20459 Date: Mon Jul 16 12:05:35 2012 -0400
20461 [Indic] Apply Above Forms
20463 src/hb-ot-shape-complex-indic.cc | 4 +++-
20464 1 file changed, 3 insertions(+), 1 deletion(-)
20466 commit fa2bd9fb63d83b657373764d4b657084d8327fc9
20467 Author: Behdad Esfahbod <behdad@behdad.org>
20468 Date: Sat Jul 14 12:15:54 2012 -0400
20470 Further simplify atomic ops on Visual Studio
20472 src/hb-atomic-private.hh | 5 -----
20473 1 file changed, 5 deletions(-)
20475 commit 0a492357016bc9a614d2a726f2006c10af68ca58
20476 Author: Behdad Esfahbod <behdad@behdad.org>
20477 Date: Fri Jul 13 13:20:49 2012 -0400
20481 src/hb-warning.cc | 29 +++++------------------------
20482 1 file changed, 5 insertions(+), 24 deletions(-)
20484 commit 11c4ad439ef2b39a840f397a693b1ba643f52c21
20485 Author: Behdad Esfahbod <behdad@behdad.org>
20486 Date: Fri Jul 13 11:29:31 2012 -0400
20490 configure.ac | 3 +++
20491 src/Makefile.am | 2 +-
20492 2 files changed, 4 insertions(+), 1 deletion(-)
20494 commit a98d0ab18624501ee60551304f2715361ac643da
20495 Author: Behdad Esfahbod <behdad@behdad.org>
20496 Date: Fri Jul 13 10:19:10 2012 -0400
20498 Make sure HB_BEGIN_DECLS / HB_END_DECLS is only used in public headers
20500 So we can use them to switch default visibility to internal if
20502 and use these to make only declared symbols public.
20504 src/check-c-linkage-decls.sh | 10 +++++++++-
20505 src/hb-fallback-shape-private.hh | 6 ------
20506 src/hb-ot-shape-complex-indic-machine.rl | 4 ----
20507 3 files changed, 9 insertions(+), 11 deletions(-)
20509 commit 5c5bc96216c9ad58243eb3ed27b253e237f08ebe
20510 Author: Behdad Esfahbod <behdad@behdad.org>
20511 Date: Fri Jul 13 10:15:37 2012 -0400
20513 Allow overriding HB_BEGIN_DECLS / HB_END_DECLS
20515 src/hb-common.h | 2 ++
20516 1 file changed, 2 insertions(+)
20518 commit ec5f5f0f8a1d5b3ff98452175bb4450a59897620
20519 Author: Behdad Esfahbod <behdad@behdad.org>
20520 Date: Fri Jul 13 10:00:42 2012 -0400
20522 Don't export inline methods
20524 configure.ac | 3 +++
20525 1 file changed, 3 insertions(+)
20527 commit 50a4e78b530563917eb606ff3b96dcc9eed5b3ee
20528 Author: Behdad Esfahbod <behdad@behdad.org>
20529 Date: Fri Jul 13 09:48:39 2012 -0400
20531 Check for exported weak symbols
20533 Ouch, all our C++ inline functions are being exported (weakly)
20537 src/check-internal-symbols.sh | 8 +++++++-
20538 1 file changed, 7 insertions(+), 1 deletion(-)
20540 commit b5aeb95afeb13a66177caada9f5d5ad4cddbd35f
20541 Author: Behdad Esfahbod <behdad@behdad.org>
20542 Date: Fri Jul 13 09:45:54 2012 -0400
20544 Make hb_in_range() static
20546 src/hb-private.hh | 2 +-
20547 1 file changed, 1 insertion(+), 1 deletion(-)
20549 commit 271c8f89075607c689938b4f5e60323d9a1acd70
20550 Author: Behdad Esfahbod <behdad@behdad.org>
20551 Date: Fri Jul 13 09:32:30 2012 -0400
20555 src/hb-ft.cc | 4 ++--
20556 1 file changed, 2 insertions(+), 2 deletions(-)
20558 commit 391f1ff5d894b60bfe0f606be436ffe7e43f7455
20559 Author: Behdad Esfahbod <behdad@behdad.org>
20560 Date: Fri Jul 13 09:04:07 2012 -0400
20562 Fix _InterlockedCompareExchangePointer on x86
20564 src/hb-atomic-private.hh | 6 ++++++
20565 1 file changed, 6 insertions(+)
20567 commit 2023e2b54d91924dddfd228ffdbb46021135b068
20568 Author: Behdad Esfahbod <behdad@behdad.org>
20569 Date: Wed Jul 11 19:00:30 2012 -0400
20571 [ft] Disable ppem setting
20573 The calculations were wrong.
20575 FreeType makes it really hard to set size and ppem independently.
20576 For now, disable it. Need to come up with a fix later.
20578 src/hb-ft.cc | 3 +++
20579 1 file changed, 3 insertions(+)
20581 commit cdf7444505a7ae49d20f9ba6776dea92c1fde2a6
20582 Author: Behdad Esfahbod <behdad@behdad.org>
20583 Date: Wed Jul 11 18:52:39 2012 -0400
20585 [ft] Use unfitted kerning if x_ppem is zero
20587 src/hb-ft.cc | 5 +++--
20588 1 file changed, 3 insertions(+), 2 deletions(-)
20590 commit 6d08c7f1b3601095f9a12630045331dd0fe75380
20591 Author: Behdad Esfahbod <behdad@behdad.org>
20592 Date: Wed Jul 11 18:01:27 2012 -0400
20594 Revert "Towards templatizing common Lookup types"
20596 This reverts commit 727135f3a9938c1ebd5b9f5015a46c7ccc8573c5.
20598 This is work-in-progress. Didn't mean to push it out just yet.
20600 src/hb-ot-layout-gpos-table.hh | 16 ++++++----------
20601 src/hb-ot-layout-gsub-table.hh | 24 ++++++++++--------------
20602 src/hb-ot-layout-gsubgpos-private.hh | 33
20603 ++-------------------------------
20604 3 files changed, 18 insertions(+), 55 deletions(-)
20606 commit 552bf3a9f9651311084b7979805dbdc18c0335ca
20607 Author: Behdad Esfahbod <behdad@behdad.org>
20608 Date: Wed Jul 11 16:44:51 2012 -0400
20610 Bump WINNT version requested from 500 to 600
20612 Since we use the OpenType versions of Uniscribe functions, we are
20613 relying on that version of the WINNT API. Otherwise, usp10.h
20617 src/hb-uniscribe.cc | 2 +-
20618 src/hb-uniscribe.h | 2 +-
20619 2 files changed, 2 insertions(+), 2 deletions(-)
20621 commit 9a5b421a64db1bb23d5c6ebbc3bf3f3a5513dc36
20622 Author: Behdad Esfahbod <behdad@behdad.org>
20623 Date: Wed Jul 11 16:35:04 2012 -0400
20625 Fix build with no Unicode funcs implementations provided
20627 src/hb-unicode-private.hh | 1 +
20628 1 file changed, 1 insertion(+)
20630 commit 6efe1eca660135096f05987ac0ef9b635de6cdfd
20631 Author: Behdad Esfahbod <behdad@behdad.org>
20632 Date: Wed Jul 11 15:30:08 2012 -0400
20634 Update git.mk to upstream
20636 git.mk | 58 ++++++++++++++++++++++++++++++++++++++--------------------
20637 1 file changed, 38 insertions(+), 20 deletions(-)
20639 commit 727135f3a9938c1ebd5b9f5015a46c7ccc8573c5
20640 Author: Behdad Esfahbod <behdad@behdad.org>
20641 Date: Tue Jul 3 22:15:35 2012 -0400
20643 Towards templatizing common Lookup types
20645 src/hb-ot-layout-gpos-table.hh | 16 ++++++++++------
20646 src/hb-ot-layout-gsub-table.hh | 24 ++++++++++++++----------
20647 src/hb-ot-layout-gsubgpos-private.hh | 33
20648 +++++++++++++++++++++++++++++++--
20649 3 files changed, 55 insertions(+), 18 deletions(-)
20651 commit 1167c7bfc9e61f145e11da4881968293a4d3c0a9
20652 Author: Behdad Esfahbod <behdad@behdad.org>
20653 Date: Tue Jul 3 11:38:46 2012 -0400
20657 test/shaping/texts/in-tree/shaper-thai/MANIFEST |
20659 test/shaping/texts/in-tree/shaper-thai/misc/MANIFEST | 1 -
20660 test/shaping/texts/in-tree/shaper-thai/misc/misc.txt |
20662 test/shaping/texts/in-tree/shaper-thai/script-thai/MANIFEST | 1 +
20663 test/shaping/texts/in-tree/shaper-thai/script-thai/misc/MANIFEST | 1 +
20664 test/shaping/texts/in-tree/shaper-thai/script-thai/misc/sara-am.txt |
20666 6 files changed, 7 insertions(+), 8 deletions(-)
20668 commit aa116582e69d18777448e7993078e5d6335ddfed
20669 Author: Behdad Esfahbod <behdad@behdad.org>
20670 Date: Fri Jun 29 10:50:12 2012 -0400
20674 .../texts/in-tree/shaper-indic/indic/script-malayalam/misc/misc.txt
20676 1 file changed, 1 insertion(+)
20678 commit 1f13c7185f02ea18d4fadd2ea8ad444bea863c39
20679 Author: Behdad Esfahbod <behdad@behdad.org>
20680 Date: Wed Jun 27 10:07:27 2012 -0400
20685 1 file changed, 2 insertions(+)
20687 commit 12f5c0a222a2f0aebe63c0d367937a0ff985474a
20688 Author: Behdad Esfahbod <behdad@behdad.org>
20689 Date: Tue Jun 26 11:16:13 2012 -0400
20691 Fix check for Intel atomic ops
20693 configure.ac | 9 +++++----
20694 src/hb-atomic-private.hh | 2 +-
20695 2 files changed, 6 insertions(+), 5 deletions(-)
20697 commit 6932a41fb61ffc2901c260587b1e98ed9c2a7ea1
20698 Author: Behdad Esfahbod <behdad@behdad.org>
20699 Date: Tue Jun 26 10:46:31 2012 -0400
20701 Use octal-escaped UTF-8 characters instead of plain text
20703 https://bugs.freedesktop.org/show_bug.cgi?id=50970
20705 src/hb-private.hh | 17 ++++++++++++-----
20706 1 file changed, 12 insertions(+), 5 deletions(-)
20708 commit 8c0ea7bcb4409aaf8c96ad641f2db30003228ad0
20709 Author: Behdad Esfahbod <behdad@behdad.org>
20710 Date: Sun Jun 24 13:20:56 2012 -0400
20712 Disable introspection again
20714 Until I figure out the build issues. Sigh...
20716 configure.ac | 2 +-
20717 src/Makefile.am | 42 +++++++++++++++++++++---------------------
20718 2 files changed, 22 insertions(+), 22 deletions(-)
20720 commit 8c5f5e6f5ec2b6a219fbdfc955f6299325a0adde
20721 Author: Behdad Esfahbod <behdad@behdad.org>
20722 Date: Sun Jun 17 14:58:59 2012 -0400
20726 configure.ac | 2 +-
20727 1 file changed, 1 insertion(+), 1 deletion(-)
20729 commit 49f8e0cd9a5493ae26857c43bac0711cdf47c80d
20730 Author: Behdad Esfahbod <behdad@behdad.org>
20731 Date: Sat Jun 16 15:40:03 2012 -0400
20733 GStaticMutex is deprecated
20735 src/hb-mutex-private.hh | 9 +++++++++
20736 1 file changed, 9 insertions(+)
20738 commit 5e113a4b7921ced6af2d53460a7a2f1d0185c02a
20739 Author: Behdad Esfahbod <behdad@behdad.org>
20740 Date: Sat Jun 16 15:26:13 2012 -0400
20742 g_thread_init() is deprecated
20744 test/api/hb-test.h | 2 ++
20745 1 file changed, 2 insertions(+)
20747 commit 1bc1cb3603167f5da309336f7018c8b0608ac104
20748 Author: Behdad Esfahbod <behdad@behdad.org>
20749 Date: Sat Jun 16 15:21:55 2012 -0400
20751 Make source more digestable for gobject-introspection
20753 src/hb-blob.cc | 2 +-
20754 src/hb-blob.h | 2 +-
20755 src/hb-buffer-private.hh | 4 ++--
20756 src/hb-buffer.h | 6 +++---
20757 src/hb-common.cc | 2 +-
20758 src/hb-common.h | 4 ++--
20759 src/hb-font-private.hh | 6 +++---
20760 src/hb-font.cc | 2 +-
20761 src/hb-font.h | 8 ++++----
20762 src/hb-set-private.hh | 2 +-
20763 src/hb-set.h | 2 +-
20764 src/hb-shape.h | 2 +-
20765 src/hb-unicode-private.hh | 2 +-
20766 src/hb-unicode.h | 2 +-
20767 14 files changed, 23 insertions(+), 23 deletions(-)
20769 commit 84d781e54cc75c81a06ba43fd7b1a74b8c7d9591
20770 Author: Behdad Esfahbod <behdad@behdad.org>
20771 Date: Sat Jun 16 15:21:41 2012 -0400
20773 Flesh out gobject-introspection stuff a bit
20776 src/Makefile.am | 23 +++++++++++++++++++++--
20777 2 files changed, 22 insertions(+), 2 deletions(-)
20779 commit 49ee12ccd00870d4976339dc546c74eaf08a8fc0
20780 Author: Behdad Esfahbod <behdad@behdad.org>
20781 Date: Sat Jun 16 14:53:51 2012 -0400
20786 1 file changed, 1 insertion(+)
20788 commit d3c8115d1ad09404b8970b98e6b5ab74510a35f6
20789 Author: Behdad Esfahbod <behdad@behdad.org>
20790 Date: Tue Jun 12 09:52:57 2012 -0400
20795 1 file changed, 2 insertions(+)
20797 commit 2cf301968cb8c1150cead0ab909457cdd3ee2d01
20798 Author: Behdad Esfahbod <behdad@behdad.org>
20799 Date: Sat Jun 9 14:58:01 2012 -0400
20801 Add hb_object_lock/unlock()
20803 src/hb-object-private.hh | 32 ++++++++++++++++++++++++++------
20804 1 file changed, 26 insertions(+), 6 deletions(-)
20806 commit 6a5661f1e69c937083e8d976cb12429b99180d54
20807 Author: Behdad Esfahbod <behdad@behdad.org>
20808 Date: Sat Jun 9 03:26:16 2012 -0400
20812 util/shape-consumer.hh | 2 --
20813 1 file changed, 2 deletions(-)
20815 commit f211d5c291b4c947cfd732e873627567173057e4
20816 Author: Behdad Esfahbod <behdad@behdad.org>
20817 Date: Sat Jun 9 03:11:22 2012 -0400
20819 More Oops! Fix fast-path with sub-type==0
20821 src/hb-ot-layout-gpos-table.hh | 2 +-
20822 src/hb-ot-layout-gsub-table.hh | 2 +-
20823 util/shape-consumer.hh | 2 ++
20824 3 files changed, 4 insertions(+), 2 deletions(-)
20826 commit b1de6aa1f33b228afe231c8209aef90a5fa1ee5d
20827 Author: Behdad Esfahbod <behdad@behdad.org>
20828 Date: Sat Jun 9 03:07:59 2012 -0400
20832 src/hb-ot-layout-gpos-table.hh | 2 +-
20833 src/hb-ot-layout-gsub-table.hh | 2 +-
20834 2 files changed, 2 insertions(+), 2 deletions(-)
20836 commit b12e2549cbcd4f1ef46e66c75533686ee560f59b
20837 Author: Behdad Esfahbod <behdad@behdad.org>
20838 Date: Sat Jun 9 03:05:20 2012 -0400
20842 src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
20843 1 file changed, 2 insertions(+), 2 deletions(-)
20845 commit faf0f20253d954cc4cfa4c967ece7573a5ddae3b
20846 Author: Behdad Esfahbod <behdad@behdad.org>
20847 Date: Sat Jun 9 03:02:36 2012 -0400
20849 Add sanitize() logic for fast-paths
20851 src/hb-ot-layout-gpos-table.hh | 15 ++++++++++++---
20852 src/hb-ot-layout-gsub-table.hh | 20 ++++++++++++++------
20853 2 files changed, 26 insertions(+), 9 deletions(-)
20855 commit 4e766ff28d1fb831ded20666799787478129c07c
20856 Author: Behdad Esfahbod <behdad@behdad.org>
20857 Date: Sat Jun 9 02:53:57 2012 -0400
20859 Add fast-path for GPOS too
20861 Shaves another 3% for DejaVu Sans long Latin strings.
20863 src/hb-ot-layout-gpos-table.hh | 16 ++++++++++++++--
20864 1 file changed, 14 insertions(+), 2 deletions(-)
20866 commit 993c51915f503f74ee00eee646b67bf2e3f73596
20867 Author: Behdad Esfahbod <behdad@behdad.org>
20868 Date: Sat Jun 9 02:48:16 2012 -0400
20870 Add fast-path to GSUB to check coverage
20872 Shaves a good 10% off DejaVu Sans with simple Latin text for me.
20873 Now, DejaVu is very ChainContext-intensive, but it's also a very
20876 src/hb-ot-layout-gsub-table.hh | 18 ++++++++++++++++--
20877 1 file changed, 16 insertions(+), 2 deletions(-)
20879 commit f19e0b0099ec73b8fedccacff4902403f5eabc42
20880 Author: Behdad Esfahbod <behdad@behdad.org>
20881 Date: Sat Jun 9 02:26:57 2012 -0400
20883 Match input before backtrack
20885 Makes more sense, optimization-wise.
20887 src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
20888 1 file changed, 4 insertions(+), 4 deletions(-)
20890 commit 67bb9e8cea49a44be6996515e1c7d8cdc95a77e6
20891 Author: Behdad Esfahbod <behdad@behdad.org>
20892 Date: Sat Jun 9 02:02:46 2012 -0400
20894 Add set add_coverage() to Coverage()
20896 src/hb-ot-layout-common-private.hh | 24 ++++++++++++++++++++++++
20897 src/hb-set-private.hh | 5 +++++
20898 2 files changed, 29 insertions(+)
20900 commit 4952f0aa5b2f4368d9e3418252e0a1b9294cd5ee
20901 Author: Behdad Esfahbod <behdad@behdad.org>
20902 Date: Sat Jun 9 01:39:11 2012 -0400
20906 src/hb-ot-layout-gsub-table.hh | 2 ++
20907 1 file changed, 2 insertions(+)
20909 commit ad6a6f22401d6256e34521d0f52e91348c5ed4c9
20910 Author: Behdad Esfahbod <behdad@behdad.org>
20911 Date: Sat Jun 9 01:21:02 2012 -0400
20915 src/hb-ot-layout.cc | 2 +-
20916 1 file changed, 1 insertion(+), 1 deletion(-)
20918 commit 46617a42133fbab151de4111a74dcbdc4e769c74
20919 Author: Behdad Esfahbod <behdad@behdad.org>
20920 Date: Sat Jun 9 01:18:58 2012 -0400
20922 Fix cache implementation
20924 src/hb-cache-private.hh | 2 ++
20925 1 file changed, 2 insertions(+)
20927 commit ce47613889aa3ff9b0067d3e51ba63cfdb139adb
20928 Author: Behdad Esfahbod <behdad@behdad.org>
20929 Date: Sat Jun 9 01:10:26 2012 -0400
20935 src/hb-ot-layout-gsubgpos-private.hh | 3 ++-
20936 src/hb-ot-layout.cc | 46
20937 ++++++++++++++++++++++--------------
20938 2 files changed, 30 insertions(+), 19 deletions(-)
20940 commit 70416de298b811ab6be53a1c67f0d2531d99cd46
20941 Author: Behdad Esfahbod <behdad@behdad.org>
20942 Date: Sat Jun 9 00:56:41 2012 -0400
20946 src/hb-open-type-private.hh | 2 --
20947 1 file changed, 2 deletions(-)
20949 commit 99159e52a3c9d5ae6c0fbdec64e7ed684fa70b61
20950 Author: Behdad Esfahbod <behdad@behdad.org>
20951 Date: Sat Jun 9 00:50:40 2012 -0400
20953 Use linear search for small counts
20955 I see about 8% speedup with long strings with DejaVu Sans.
20957 src/hb-open-type-private.hh | 19 ++++++++++++++-----
20958 1 file changed, 14 insertions(+), 5 deletions(-)
20960 commit caf0412690542e58e23246dccc4b2fb83bd652ec
20961 Author: Behdad Esfahbod <behdad@behdad.org>
20962 Date: Sat Jun 9 00:26:32 2012 -0400
20966 src/hb-ot-layout-common-private.hh | 2 +-
20967 1 file changed, 1 insertion(+), 1 deletion(-)
20969 commit 0f8fea71a66b1e01ee4398967db464393f478d42
20970 Author: Behdad Esfahbod <behdad@behdad.org>
20971 Date: Sat Jun 9 00:24:38 2012 -0400
20973 Minor. Hide _hb_ot_layout_get_glyph_property()
20975 src/hb-ot-layout-private.hh | 4 ----
20976 src/hb-ot-layout.cc | 2 +-
20977 2 files changed, 1 insertion(+), 5 deletions(-)
20979 commit 44b8ee0c90d7b1dd91e5848114141e3186534a0f
20980 Author: Behdad Esfahbod <behdad@behdad.org>
20981 Date: Sat Jun 9 00:23:24 2012 -0400
20985 src/hb-ot-layout-gpos-table.hh | 3 ++-
20986 src/hb-ot-layout.cc | 2 +-
20987 2 files changed, 3 insertions(+), 2 deletions(-)
20989 commit 7b84c536c10ab90ed96a033d88e9ad232d46c5b8
20990 Author: Behdad Esfahbod <behdad@behdad.org>
20991 Date: Fri Jun 8 22:04:23 2012 -0400
20993 In MarkBase attachment, only attach to first of a MultipleSubst
20996 This is apparently what Uniscribe does. Test case is:
20998 SEEN FATHA TEH ALEF
21000 with Arabic Typesetting. Originally reported by Khaled Hosny.
21002 src/hb-ot-layout-gpos-table.hh | 7 ++++++-
21003 src/hb-ot-layout-gsubgpos-private.hh | 8 ++++++++
21004 2 files changed, 14 insertions(+), 1 deletion(-)
21006 commit ec57e0c5655ced5109c4638bf802772d336448fd
21007 Author: Behdad Esfahbod <behdad@behdad.org>
21008 Date: Fri Jun 8 21:47:23 2012 -0400
21010 Set lig_comp for MultipleSubst components
21012 To be used for correct mark attachment to first component of a
21013 MultipleSubst output. That's what Uniscribe does.
21015 src/hb-ot-layout-gsub-table.hh | 4 +++-
21016 1 file changed, 3 insertions(+), 1 deletion(-)
21018 commit e085fcf7ca302eb7802a032197c022819e7e7074
21019 Author: Behdad Esfahbod <behdad@behdad.org>
21020 Date: Fri Jun 8 21:45:00 2012 -0400
21022 Remove unused buffer->replace_glyphs_be16
21024 src/hb-buffer-private.hh | 3 ---
21025 src/hb-buffer.cc | 23 -----------------------
21026 src/hb-ot-layout-gsubgpos-private.hh | 8 --------
21027 3 files changed, 34 deletions(-)
21029 commit 3ec77d6ae0510dc2c0ec64382c4948bc6e109844
21030 Author: Behdad Esfahbod <behdad@behdad.org>
21031 Date: Fri Jun 8 21:44:06 2012 -0400
21033 Don't use replace_glyphs_be for MultipleSubst
21035 src/hb-ot-layout-gsub-table.hh | 5 ++++-
21036 src/hb-ot-layout-gsubgpos-private.hh | 7 ++++++-
21037 2 files changed, 10 insertions(+), 2 deletions(-)
21039 commit 4b7192125ffd295091d6b3a0bdfca7011947c2ca
21040 Author: Behdad Esfahbod <behdad@behdad.org>
21041 Date: Fri Jun 8 21:41:46 2012 -0400
21045 src/hb-ot-layout-gsub-table.hh | 3 ++-
21046 src/hb-ot-layout-gsubgpos-private.hh | 8 ++++++++
21047 2 files changed, 10 insertions(+), 1 deletion(-)
21049 commit 4508789f4b5e0ece5620d35598aeeb7ecbe3e3aa
21050 Author: Behdad Esfahbod <behdad@behdad.org>
21051 Date: Fri Jun 8 21:32:43 2012 -0400
21053 Add test for static initializers and other C++ stuff
21055 src/Makefile.am | 3 ++-
21056 src/check-static-inits.sh | 33 +++++++++++++++++++++++++++++++++
21057 2 files changed, 35 insertions(+), 1 deletion(-)
21059 commit 56bd259b9ac22dd98913c8ca2e2cf7b30b632373
21060 Author: Behdad Esfahbod <behdad@behdad.org>
21061 Date: Fri Jun 8 21:29:18 2012 -0400
21065 src/check-internal-symbols.sh | 2 +-
21066 1 file changed, 1 insertion(+), 1 deletion(-)
21068 commit 4538b47bf08e73e7f5cce6337df5fe154233c168
21069 Author: Behdad Esfahbod <behdad@behdad.org>
21070 Date: Fri Jun 8 21:01:45 2012 -0400
21072 Remove done TODO items
21075 1 file changed, 1 insertion(+), 6 deletions(-)
21077 commit bc8357ea7b4c0d7c715aae353176434fb9460205
21078 Author: Behdad Esfahbod <behdad@behdad.org>
21079 Date: Fri Jun 8 21:01:20 2012 -0400
21081 Merge clusters during normalization
21083 src/hb-ot-shape-normalize.cc | 11 +++++++----
21084 1 file changed, 7 insertions(+), 4 deletions(-)
21086 commit fe3dabc08df7501010564f8844bd4d11771cc6a4
21087 Author: Behdad Esfahbod <behdad@behdad.org>
21088 Date: Fri Jun 8 20:56:05 2012 -0400
21092 src/hb-buffer.cc | 4 ++--
21093 1 file changed, 2 insertions(+), 2 deletions(-)
21095 commit e88e14421a33ca5bdfd76bc0b2f801fcb6e78911
21096 Author: Behdad Esfahbod <behdad@behdad.org>
21097 Date: Fri Jun 8 20:55:21 2012 -0400
21099 Use merge_clusters instead of open-coding
21101 src/hb-buffer.cc | 16 ++++------------
21102 1 file changed, 4 insertions(+), 12 deletions(-)
21104 commit 330a2af3ff0e12c01b3b451357b8bdc83b2e9b47
21105 Author: Behdad Esfahbod <behdad@behdad.org>
21106 Date: Fri Jun 8 20:40:02 2012 -0400
21108 Use merge_clusters when forming Unicode clusters
21110 src/hb-ot-shape.cc | 4 +++-
21111 1 file changed, 3 insertions(+), 1 deletion(-)
21113 commit bd300df9adf955c1e69b3783c1c061876940fb8b
21114 Author: Behdad Esfahbod <behdad@behdad.org>
21115 Date: Fri Jun 8 20:35:18 2012 -0400
21119 src/hb-object-private.hh | 2 +-
21120 1 file changed, 1 insertion(+), 1 deletion(-)
21122 commit e51d2b6ed1c794ac28c5610bfd01dbc9fb383633
21123 Author: Behdad Esfahbod <behdad@behdad.org>
21124 Date: Fri Jun 8 20:33:27 2012 -0400
21126 Extend into main buffer if extension hit end of out-buffer merging
21129 src/hb-buffer.cc | 5 +++++
21130 src/hb-ot-shape-complex-misc.cc | 9 ---------
21131 2 files changed, 5 insertions(+), 9 deletions(-)
21133 commit 5ced012d9f58c51d557a835593c3277e35fe3b35
21134 Author: Behdad Esfahbod <behdad@behdad.org>
21135 Date: Fri Jun 8 20:31:32 2012 -0400
21137 Extend end when merging clusters in out-buffer
21139 src/hb-buffer.cc | 4 ++++
21140 1 file changed, 4 insertions(+)
21142 commit 72c0a1878313e7232d554bc226f4c6dc01418a95
21143 Author: Behdad Esfahbod <behdad@behdad.org>
21144 Date: Fri Jun 8 20:30:03 2012 -0400
21146 Extend clusters backward in out-buffer
21148 src/hb-buffer.cc | 8 ++++++++
21149 src/hb-ot-shape-complex-misc.cc | 2 --
21150 2 files changed, 8 insertions(+), 2 deletions(-)
21152 commit cd5891493df06fdb92e1ae526d29dee8df250235
21153 Author: Behdad Esfahbod <behdad@behdad.org>
21154 Date: Fri Jun 8 20:27:53 2012 -0400
21156 Extend clusters backwards, into the out-buffer too
21158 src/hb-buffer.cc | 9 +++++++++
21159 1 file changed, 9 insertions(+)
21161 commit 77471e037122548bfc08cacea6fbb472831c34f3
21162 Author: Behdad Esfahbod <behdad@behdad.org>
21163 Date: Fri Jun 8 20:21:02 2012 -0400
21165 Clear output buffer before calling GSUB pause functions
21167 src/hb-ot-map.cc | 3 +++
21168 1 file changed, 3 insertions(+)
21170 commit cafa6f372721fd6b0a7c0da68b9421d3e94931bc
21171 Author: Behdad Esfahbod <behdad@behdad.org>
21172 Date: Fri Jun 8 20:17:10 2012 -0400
21174 When merging clusters, extend the end
21176 src/hb-buffer.cc | 20 ++++++++++++++------
21177 1 file changed, 14 insertions(+), 6 deletions(-)
21179 commit 28ce5fa454b54f728044ee12a9dbe7d016783d4a
21180 Author: Behdad Esfahbod <behdad@behdad.org>
21181 Date: Fri Jun 8 20:13:56 2012 -0400
21183 Merge clusters when ligating
21185 src/hb-ot-layout-gsub-table.hh | 1 +
21186 1 file changed, 1 insertion(+)
21188 commit 2bb1761ccb7d300744ced6427165f4ea75ddf96c
21189 Author: Behdad Esfahbod <behdad@behdad.org>
21190 Date: Fri Jun 8 19:29:44 2012 -0400
21192 Minor, use next_glyph()
21194 src/hb-ot-layout-gsub-table.hh | 2 +-
21195 1 file changed, 1 insertion(+), 1 deletion(-)
21197 commit 5f68f8675e5ccaee91f5a90d86bc3b022b9a54e4
21198 Author: Behdad Esfahbod <behdad@behdad.org>
21199 Date: Fri Jun 8 19:23:43 2012 -0400
21203 src/hb-ot-shape.cc | 1 +
21204 1 file changed, 1 insertion(+)
21206 commit 872969126756456a69bf958f3df6e56a26e57b0a
21207 Author: Behdad Esfahbod <behdad@behdad.org>
21208 Date: Fri Jun 8 14:18:30 2012 -0400
21210 Increase Uniscribe MAX_ITEMS
21212 src/hb-uniscribe.cc | 2 +-
21213 1 file changed, 1 insertion(+), 1 deletion(-)
21215 commit dbffa4c83d29c689ee4cd8a1c53e84521028c711
21216 Author: Behdad Esfahbod <behdad@behdad.org>
21217 Date: Fri Jun 8 14:08:32 2012 -0400
21219 Fix Uniscribe charset matching
21221 Previously was failing to match fonts that didn't support
21224 There still remains a problem with the Uniscribe backend, in that if a
21225 font with the same family name is installed, and is newer, the native
21226 one is preferred over the font we provide. Fixing it requires
21228 the name table with a unique family name...
21230 src/hb-uniscribe.cc | 1 +
21231 1 file changed, 1 insertion(+)
21233 commit 82e8bd8628aeb37835fb019a71b6bdac87824b97
21234 Author: Behdad Esfahbod <behdad@behdad.org>
21235 Date: Fri Jun 8 11:48:29 2012 -0400
21239 src/hb-uniscribe.cc | 4 +---
21240 1 file changed, 1 insertion(+), 3 deletions(-)
21242 commit 6da9dbff21b47fb10794b8d6cb747393c9eab7dd
21243 Author: Behdad Esfahbod <behdad@behdad.org>
21244 Date: Fri Jun 8 10:53:35 2012 -0400
21246 Remove zero-width chars in the fallback shaper too
21248 src/hb-fallback-shape.cc | 16 ++++++++++++----
21249 1 file changed, 12 insertions(+), 4 deletions(-)
21251 commit 68b76121f83fc9b87dc84f03e8bef38d4332734d
21252 Author: Behdad Esfahbod <behdad@behdad.org>
21253 Date: Fri Jun 8 10:43:49 2012 -0400
21255 Fix regressions introduced by sed. Ouch!
21257 Introduced in 99c2695759a6af855d565f4994bbdf220570bb48.
21258 Broken mark-mark and mark-ligature stuff.
21260 src/hb-ot-layout-gpos-table.hh | 6 +++---
21261 src/hb-ot-layout-gsubgpos-private.hh | 2 +-
21262 2 files changed, 4 insertions(+), 4 deletions(-)
21264 commit 0dd86f9f6849d82d60a99e66b6928795cfb2a3c7
21265 Author: Behdad Esfahbod <behdad@behdad.org>
21266 Date: Fri Jun 8 10:23:03 2012 -0400
21270 src/hb-uniscribe.cc | 144
21271 ++++++++++++++++++++++++++--------------------------
21272 1 file changed, 72 insertions(+), 72 deletions(-)
21274 commit 8e7beba7c3b3dea3cb3b7e280c5aab4f13b92d31
21275 Author: Behdad Esfahbod <behdad@behdad.org>
21276 Date: Fri Jun 8 10:22:06 2012 -0400
21278 Fix Uniscribe clusters with direction-overriden Arabic
21280 src/hb-uniscribe.cc | 4 ++--
21281 1 file changed, 2 insertions(+), 2 deletions(-)
21283 commit b069c3c31bfbbf160eb897c7474be9ea90ed4fc1
21284 Author: Behdad Esfahbod <behdad@behdad.org>
21285 Date: Fri Jun 8 10:10:29 2012 -0400
21287 Really fix override-direction in Uniscribe
21289 src/hb-uniscribe.cc | 10 +++++++---
21290 1 file changed, 7 insertions(+), 3 deletions(-)
21292 commit fcd6f5326166e993b8f5222efbaffe916da98f0a
21293 Author: Behdad Esfahbod <behdad@behdad.org>
21294 Date: Fri Jun 8 09:59:43 2012 -0400
21298 Oops. hb_tag_t and OPENTYPE_TAG have different endianness. Perhaps
21299 something to add API for in hb-uniscribe.h
21301 src/hb-private.hh | 12 +++++++++++-
21302 src/hb-uniscribe.cc | 8 ++++----
21303 2 files changed, 15 insertions(+), 5 deletions(-)
21305 commit 29eac8f591fdb86f1c4fdc0a6ab63910ff286b84
21306 Author: Behdad Esfahbod <behdad@behdad.org>
21307 Date: Fri Jun 8 09:26:17 2012 -0400
21309 Override direction in Uniscribe backend
21311 Matches OT backend now.
21313 src/hb-uniscribe.cc | 2 +-
21314 1 file changed, 1 insertion(+), 1 deletion(-)
21316 commit 1c1233e57686d77d89fe3ac1dc53de9ee60798c1
21317 Author: Behdad Esfahbod <behdad@behdad.org>
21318 Date: Fri Jun 8 09:20:53 2012 -0400
21320 Make Uniscribe backend respect selected script
21322 src/hb-uniscribe.cc | 15 +++++++++++++--
21323 1 file changed, 13 insertions(+), 2 deletions(-)
21325 commit 0bb0f5d41976ae27c5c7a51cbb82144b48315a4b
21326 Author: Behdad Esfahbod <behdad@behdad.org>
21327 Date: Thu Jun 7 17:42:48 2012 -0400
21329 Add note re _NullPool
21331 src/hb-open-type-private.hh | 1 +
21332 1 file changed, 1 insertion(+)
21334 commit 2a3d911fe0ff5d6442659d3381d5b08c30ee2896
21335 Author: Behdad Esfahbod <behdad@behdad.org>
21336 Date: Thu Jun 7 17:31:46 2012 -0400
21338 Fix alignment-requirement missmatch
21340 Detected by clang and lots of cmdline options.
21342 src/hb-buffer-private.hh | 2 +-
21343 src/hb-buffer.cc | 5 +++--
21344 src/hb-ot-layout-gsub-table.hh | 4 ++--
21345 src/hb-ot-layout-gsubgpos-private.hh | 2 +-
21346 4 files changed, 7 insertions(+), 6 deletions(-)
21348 commit 6095de1635441af16340c7b2c5a6b4c531ec242f
21349 Author: Behdad Esfahbod <behdad@behdad.org>
21350 Date: Thu Jun 7 15:48:18 2012 -0400
21352 Fix clang warning with NO_MT path
21354 src/hb-shape.cc | 2 +-
21355 1 file changed, 1 insertion(+), 1 deletion(-)
21357 commit a18280a8ce9128fc9d75f8a367ae8ce0886a9599
21358 Author: Behdad Esfahbod <behdad@behdad.org>
21359 Date: Thu Jun 7 15:44:12 2012 -0400
21361 Fix warnings produced by clang analyzer
21363 src/hb-icu.cc | 6 ++++--
21364 test/api/test-blob.c | 2 +-
21365 test/api/test-buffer.c | 4 ++--
21366 util/helper-cairo.cc | 2 +-
21367 4 files changed, 8 insertions(+), 6 deletions(-)
21369 commit 7ec83051c05777c0e6e2eea6ef6c71effede9527
21370 Author: Behdad Esfahbod <behdad@behdad.org>
21371 Date: Thu Jun 7 13:32:57 2012 -0400
21375 util/ansi-print.cc | 30 +++++++++++++-----------------
21376 1 file changed, 13 insertions(+), 17 deletions(-)
21378 commit 73cb02de2dd28b09d4aa76230132248215cfe83d
21379 Author: Behdad Esfahbod <behdad@behdad.org>
21380 Date: Wed Jun 6 11:29:25 2012 -0400
21384 src/hb-private.hh | 26 +++++++++++++-------------
21385 1 file changed, 13 insertions(+), 13 deletions(-)
21387 commit 79e2b4791fe95ede9a1e6b1c71ccc6e36c4fc0e5
21388 Author: Behdad Esfahbod <behdad@behdad.org>
21389 Date: Wed Jun 6 11:27:17 2012 -0400
21391 Fix ASSERT_POD on clang
21393 As reported by bashi. Not tested.
21395 src/hb-private.hh | 8 ++++++--
21396 1 file changed, 6 insertions(+), 2 deletions(-)
21398 commit 4282d2f3771d6510c27b62e54cc1254d6f2389b3
21399 Author: Behdad Esfahbod <behdad@behdad.org>
21400 Date: Wed Jun 6 03:42:36 2012 -0400
21405 1 file changed, 1 deletion(-)
21407 commit 6220e5fc0dad728e67a92e838d3ac275d032f2c7
21408 Author: Behdad Esfahbod <behdad@behdad.org>
21409 Date: Wed Jun 6 03:30:09 2012 -0400
21411 Add ASSERT_POD for most objects
21413 src/hb-blob.cc | 1 +
21414 src/hb-buffer-private.hh | 2 ++
21415 src/hb-font-private.hh | 3 +++
21416 src/hb-object-private.hh | 2 ++
21417 src/hb-private.hh | 2 +-
21418 src/hb-set-private.hh | 4 +++-
21419 src/hb-unicode-private.hh | 1 +
21420 7 files changed, 13 insertions(+), 2 deletions(-)
21422 commit a00a63b5ef503fafa87e26b517732b2214e01719
21423 Author: Behdad Esfahbod <behdad@behdad.org>
21424 Date: Wed Jun 6 03:07:01 2012 -0400
21426 Add macros to check that types are POD
21429 src/hb-open-type-private.hh | 32 ++++++++++++++++++++------------
21430 src/hb-private.hh | 24 ++++++++++++++++++++++++
21431 3 files changed, 45 insertions(+), 12 deletions(-)
21433 commit 61eb60c129e865e92f6a5767a88c44a391f4d413
21434 Author: Behdad Esfahbod <behdad@behdad.org>
21435 Date: Tue Jun 5 21:14:04 2012 -0400
21437 Don't link to libstdc++
21441 src/Makefile.am | 3 ++-
21442 1 file changed, 2 insertions(+), 1 deletion(-)
21444 commit 81a4b9fd4eb8995c5930db1df3669db93661eb52
21445 Author: Behdad Esfahbod <behdad@behdad.org>
21446 Date: Tue Jun 5 20:49:51 2012 -0400
21448 Remove unused hb_static_mutex_t
21450 src/hb-mutex-private.hh | 11 -----------
21451 1 file changed, 11 deletions(-)
21453 commit 4a3a9897b3698dd09c3e880b3ddd4db24c6fb460
21454 Author: Behdad Esfahbod <behdad@behdad.org>
21455 Date: Tue Jun 5 20:39:07 2012 -0400
21457 Disable Intel atomic ops on mingw32
21459 Apparently the configure test is not enough...
21461 src/hb-atomic-private.hh | 2 +-
21462 1 file changed, 1 insertion(+), 1 deletion(-)
21464 commit 0594a2448440208efa0acac9a5d8d52d43108289
21465 Author: Behdad Esfahbod <behdad@behdad.org>
21466 Date: Tue Jun 5 20:35:40 2012 -0400
21468 Cleanup TRUE/FALSE vs true/false
21470 src/hb-atomic-private.hh | 4 +--
21471 src/hb-blob.cc | 28 +++++++++---------
21472 src/hb-buffer-private.hh | 2 +-
21473 src/hb-buffer.cc | 38 ++++++++++++-------------
21474 src/hb-buffer.h | 4 +--
21475 src/hb-fallback-shape.cc | 2 +-
21476 src/hb-font.cc | 22 +++++++--------
21477 src/hb-ft.cc | 22 +++++++--------
21478 src/hb-glib.cc | 16 +++++------
21479 src/hb-graphite2.cc | 8 +++---
21480 src/hb-icu.cc | 30 ++++++++++----------
21481 src/hb-ot-layout.cc | 28 +++++++++---------
21482 src/hb-ot-shape-complex-private.hh | 2 +-
21483 src/hb-ot-shape-normalize.cc | 16 +++++------
21484 src/hb-ot-shape.cc | 4 +--
21485 src/hb-private.hh | 18 ++++--------
21486 src/hb-set.cc | 2 +-
21487 src/hb-set.h | 2 +-
21488 src/hb-shape.cc | 6 ++--
21489 src/hb-tt-font.cc | 12 ++++----
21490 src/hb-unicode.cc | 8 +++---
21491 src/hb-uniscribe.cc | 18 ++++++------
21493 util/hb-shape.cc | 2 +-
21494 util/helper-cairo.cc | 16 +++++------
21495 util/main-font-text.hh | 2 +-
21496 util/options.cc | 58
21497 +++++++++++++++++++-------------------
21498 util/options.hh | 2 +-
21499 util/view-cairo.hh | 2 +-
21500 29 files changed, 185 insertions(+), 191 deletions(-)
21502 commit e1ac38f8dd04c29d2d4140f5a492cdaf25d72901
21503 Author: Behdad Esfahbod <behdad@behdad.org>
21504 Date: Tue Jun 5 20:31:49 2012 -0400
21506 Fix inert buffer set_length() with zero
21510 src/hb-buffer.cc | 3 +++
21511 1 file changed, 3 insertions(+)
21513 commit 04bc1eebe7a304c0e6f86ab6814c65889f152602
21514 Author: Behdad Esfahbod <behdad@behdad.org>
21515 Date: Tue Jun 5 20:16:56 2012 -0400
21517 Add configure tests for Intel atomic intrinsics
21519 configure.ac | 17 +++++++++++++++++
21520 src/hb-atomic-private.hh | 12 ++++++------
21521 src/hb-mutex-private.hh | 2 +-
21522 3 files changed, 24 insertions(+), 7 deletions(-)
21524 commit 68c75b46977beb57e35082db26be712b3cd65678
21525 Author: Behdad Esfahbod <behdad@behdad.org>
21526 Date: Tue Jun 5 19:55:46 2012 -0400
21530 configure.ac | 16 ++++++++--------
21531 1 file changed, 8 insertions(+), 8 deletions(-)
21533 commit f64b2ebf82c5f355cd95806478cd30c00b1a2731
21534 Author: Behdad Esfahbod <behdad@behdad.org>
21535 Date: Tue Jun 5 19:23:29 2012 -0400
21537 Remove last static initializer
21539 We're free! Lazy or immediate...
21542 src/hb-shape.cc | 150
21543 ++++++++++++++++++++++++++++++++++++++++----------------
21544 2 files changed, 110 insertions(+), 42 deletions(-)
21546 commit 4a8a529068fc380298bb05b9d878bede3e9f4da1
21547 Author: Behdad Esfahbod <behdad@behdad.org>
21548 Date: Tue Jun 5 19:17:02 2012 -0400
21550 Make hb-view err if all shapers failed
21552 util/view-cairo.hh | 2 +-
21553 1 file changed, 1 insertion(+), 1 deletion(-)
21555 commit 04aed572f112b96a6033cd6c3df7bdba5e29e93c
21556 Author: Behdad Esfahbod <behdad@behdad.org>
21557 Date: Tue Jun 5 18:30:19 2012 -0400
21559 Make hb-ft static-initializer free
21561 src/hb-common.cc | 5 ++---
21562 src/hb-ft.cc | 38 +++++++++++++++++++++++++++-----------
21563 2 files changed, 29 insertions(+), 14 deletions(-)
21565 commit be4560a3b5e8599cbe2b29a01a60c21c9e2b194f
21566 Author: Behdad Esfahbod <behdad@behdad.org>
21567 Date: Tue Jun 5 18:14:03 2012 -0400
21569 Undo default unicode-funcs to avoid static initializer again
21571 src/hb-buffer.cc | 2 +-
21572 src/hb-glib.cc | 23 ++++++++++++-----------
21573 src/hb-icu.cc | 24 +++++++++++++-----------
21574 src/hb-unicode-private.hh | 10 +++++-----
21575 src/hb-unicode.cc | 26 ++++++++++++++------------
21576 5 files changed, 45 insertions(+), 40 deletions(-)
21578 commit 093171cceca63e48e735bbf05a2c11b1b7e95ef1
21579 Author: Behdad Esfahbod <behdad@behdad.org>
21580 Date: Tue Jun 5 18:00:45 2012 -0400
21582 Implement lock-free hb_language_t
21584 Another static-initialization down. One more to go.
21586 src/hb-common.cc | 66
21587 +++++++++++++++++++++++++++++++++++++++++++++-----------
21588 1 file changed, 54 insertions(+), 12 deletions(-)
21590 commit 6843ce01be0df501ef3149a2c1c54cdfb693195d
21591 Author: Behdad Esfahbod <behdad@behdad.org>
21592 Date: Tue Jun 5 17:27:20 2012 -0400
21594 Add atomic-pointer functions
21596 Gonig to use these for lock-free linked-lists, to be used for
21597 hb_language_t among other things.
21599 src/hb-atomic-private.hh | 21 +++++++++++++++++++++
21600 1 file changed, 21 insertions(+)
21602 commit cdafe3a7d8483ac586e2c16487e2a09164e0f65c
21603 Author: Behdad Esfahbod <behdad@behdad.org>
21604 Date: Tue Jun 5 16:34:49 2012 -0400
21606 Add gcc intrinsics implementations for atomic and mutex
21608 configure.ac | 4 ++--
21609 src/hb-atomic-private.hh | 11 +++++++++--
21610 src/hb-mutex-private.hh | 51
21611 +++++++++++++++++++++++++++++++++++++++++-------
21612 src/hb-object-private.hh | 4 +++-
21613 src/hb-warning.cc | 14 ++++++-------
21614 5 files changed, 65 insertions(+), 19 deletions(-)
21616 commit d970d2899b36a2fbd002b224b8bd37b0906fdd5f
21617 Author: Behdad Esfahbod <behdad@behdad.org>
21618 Date: Tue Jun 5 16:06:28 2012 -0400
21620 Add gcc implementation for atomic ops
21622 src/hb-atomic-private.hh | 9 +++++++--
21623 1 file changed, 7 insertions(+), 2 deletions(-)
21625 commit 0e253e97af71e2a7ead153589f61fd579a247502
21626 Author: Behdad Esfahbod <behdad@behdad.org>
21627 Date: Tue Jun 5 15:37:19 2012 -0400
21629 Add a mutex to object header
21631 Removes one more static-initialization. A few more to go.
21633 src/hb-common.cc | 24 +++++++++---------------
21634 src/hb-mutex-private.hh | 19 +++++++------------
21635 src/hb-object-private.hh | 36 ++++++++++++++++++++++--------------
21636 src/hb-private.hh | 11 +++++------
21637 4 files changed, 43 insertions(+), 47 deletions(-)
21639 commit a2b471df821b32625d127f83b2f90e6d6a967e7e
21640 Author: Behdad Esfahbod <behdad@behdad.org>
21641 Date: Tue Jun 5 15:17:44 2012 -0400
21643 Remove static initializers from indic
21645 src/hb-ot-shape-complex-indic.cc | 50
21646 +++++++++++++++++++++++++++++++---------
21647 1 file changed, 39 insertions(+), 11 deletions(-)
21649 commit f06ab8a4262c759b4723614fd28f55ee77aa8466
21650 Author: Behdad Esfahbod <behdad@behdad.org>
21651 Date: Tue Jun 5 12:31:51 2012 -0400
21653 Better hide nil objects and make them const
21655 src/hb-blob.cc | 34 +++++++++++------------
21656 src/hb-buffer.cc | 39 +++++++++++++-------------
21657 src/hb-font.cc | 70
21658 +++++++++++++++++++++++------------------------
21659 src/hb-ft.cc | 49 +++++++++++++++------------------
21660 src/hb-glib.cc | 25 ++++++++---------
21661 src/hb-icu.cc | 25 ++++++++---------
21662 src/hb-set.cc | 16 +++++------
21663 src/hb-unicode-private.hh | 11 ++++----
21664 src/hb-unicode.cc | 34 +++++++++++------------
21665 9 files changed, 146 insertions(+), 157 deletions(-)
21667 commit bf93b636c4963cbc32d5fba7ace1053db6719192
21668 Author: Behdad Esfahbod <behdad@behdad.org>
21669 Date: Tue Jun 5 14:17:32 2012 -0400
21671 Remove constructor from hb_prealloced_array_t
21673 This was causing all object types to be non-POD and have static
21674 initializers. We don't need that!
21676 Now, most nil objects just moved from .bss to .data. Fixing for that
21679 src/hb-object-private.hh | 3 +++
21680 src/hb-private.hh | 4 +++-
21681 src/hb-set-private.hh | 1 +
21682 3 files changed, 7 insertions(+), 1 deletion(-)
21684 commit 7037291aacb858f8090fd7d9028c196cc1a21703
21685 Author: Behdad Esfahbod <behdad@behdad.org>
21686 Date: Tue Jun 5 13:30:11 2012 -0400
21690 configure.ac | 2 +-
21691 1 file changed, 1 insertion(+), 1 deletion(-)
21693 commit f1971a217424bd6db5c7072ba5cf197f318d4e47
21694 Author: Behdad Esfahbod <behdad@behdad.org>
21695 Date: Tue Jun 5 13:04:20 2012 -0400
21699 src/indic.cc | 2 +-
21700 1 file changed, 1 insertion(+), 1 deletion(-)
21702 commit b0a6e58bb3dda72dcce37d54d987591630a3db6c
21703 Author: Behdad Esfahbod <behdad@behdad.org>
21704 Date: Mon Jun 4 10:21:22 2012 -0400
21706 s/script-punjabi/script-gurmukhi/
21708 .../texts/in-tree/shaper-indic/indic/MANIFEST | 2 +-
21709 .../shaper-indic/indic/script-gurmukhi/MANIFEST | 2 +
21710 .../indic/script-gurmukhi/misc/MANIFEST | 1 +
21711 .../indic/script-gurmukhi/misc/misc.txt | 1 +
21712 .../indic/script-gurmukhi/utrrs/LICENSE | 19 +++
21713 .../indic/script-gurmukhi/utrrs/MANIFEST | 3 +
21714 .../indic/script-gurmukhi/utrrs/README | 13 ++
21715 .../indic/script-gurmukhi/utrrs/SOURCES | 2 +
21716 .../IndicFontFeatureCodepoint-Consonants.txt | 38 ++++++
21717 .../IndicFontFeatureCodepoint-DependentVowels.txt | 9 ++
21718 .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 ++
21719 .../IndicFontFeatureCodepoint-GurmukhiSpecific.txt | 6 +
21720 ...IndicFontFeatureCodepoint-IndependentVowels.txt | 10 ++
21721 .../IndicFontFeatureCodepoint-Reserved.txt | 2 +
21722 .../IndicFontFeatureCodepoint-VariousSigns.txt | 6 +
21723 .../indic/script-gurmukhi/utrrs/codepoint/MANIFEST | 7 +
21724 .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 22 +++
21725 .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt | 2 +
21726 .../indic/script-gurmukhi/utrrs/gpos/MANIFEST | 2 +
21727 .../utrrs/gsub/IndicFontFeatureGSUB.txt | 152
21728 +++++++++++++++++++++
21729 .../indic/script-gurmukhi/utrrs/gsub/MANIFEST | 1 +
21730 .../shaper-indic/indic/script-punjabi/MANIFEST | 2 -
21731 .../indic/script-punjabi/misc/MANIFEST | 1 -
21732 .../indic/script-punjabi/misc/misc.txt | 1 -
21733 .../indic/script-punjabi/utrrs/LICENSE | 19 ---
21734 .../indic/script-punjabi/utrrs/MANIFEST | 3 -
21735 .../shaper-indic/indic/script-punjabi/utrrs/README | 13 --
21736 .../indic/script-punjabi/utrrs/SOURCES | 2 -
21737 .../IndicFontFeatureCodepoint-Consonants.txt | 38 ------
21738 .../IndicFontFeatureCodepoint-DependentVowels.txt | 9 --
21739 .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 --
21740 .../IndicFontFeatureCodepoint-GurmukhiSpecific.txt | 6 -
21741 ...IndicFontFeatureCodepoint-IndependentVowels.txt | 10 --
21742 .../IndicFontFeatureCodepoint-Reserved.txt | 2 -
21743 .../IndicFontFeatureCodepoint-VariousSigns.txt | 6 -
21744 .../indic/script-punjabi/utrrs/codepoint/MANIFEST | 7 -
21745 .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 22 ---
21746 .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt | 2 -
21747 .../indic/script-punjabi/utrrs/gpos/MANIFEST | 2 -
21748 .../utrrs/gsub/IndicFontFeatureGSUB.txt | 152
21749 ---------------------
21750 .../indic/script-punjabi/utrrs/gsub/MANIFEST | 1 -
21751 41 files changed, 309 insertions(+), 309 deletions(-)
21753 commit c1885483120d4b686b2fe95b217dce7248e040b1
21754 Author: Behdad Esfahbod <behdad@behdad.org>
21755 Date: Mon Jun 4 08:56:00 2012 -0400
21757 Add --verbose to hb-shape
21759 Just turns all --show-* options on.
21761 util/options.cc | 11 +++++++++++
21762 util/options.hh | 1 -
21763 2 files changed, 11 insertions(+), 1 deletion(-)
21765 commit 9fc7a11469113d31d8095757c4fc038c3427d44a
21766 Author: Behdad Esfahbod <behdad@behdad.org>
21767 Date: Mon Jun 4 08:28:19 2012 -0400
21769 Remove comma at the end of enum
21771 As reported by Jonathan Kew on the list.
21773 src/hb-ot-shape-complex-indic.cc | 2 +-
21774 1 file changed, 1 insertion(+), 1 deletion(-)
21776 commit 3b8fd9c48f4bde368bf2d465c148b9743a9216ee
21777 Author: Behdad Esfahbod <behdad@behdad.org>
21778 Date: Sun Jun 3 15:54:19 2012 -0400
21780 Remove const from ref_count.ref_count
21782 According to Tom Hacohen this was breaking build with some compilers.
21784 In file included from hb-buffer-private.hh:35:0,
21785 from hb-ot-map-private.hh:32,
21786 from hb-ot-shape-private.hh:32,
21787 from hb-ot-shape.cc:29:
21788 hb-object-private.hh: In constructor
21789 '_hb_object_header_t::_hb_object_header_t()':
21790 hb-object-private.hh:97:8: error: uninitialized const member in
21791 'struct hb_reference_count_t'
21792 hb-object-private.hh:51:25: note: 'hb_reference_count_t::ref_count'
21793 should be initialized
21794 In file included from hb-ot-shape.cc:33:0:
21795 hb-set-private.hh: In constructor '_hb_set_t::_hb_set_t()':
21796 hb-set-private.hh:37:8: note: synthesized method
21797 '_hb_object_header_t::_hb_object_header_t()' first required here
21798 hb-ot-shape.cc: In function 'void
21799 hb_ot_shape_glyphs_closure(hb_font_t*, hb_buffer_t*, const
21800 hb_feature_t*, unsigned int, hb_set_t*)':
21801 hb-ot-shape.cc:521:12: note: synthesized method
21802 '_hb_set_t::_hb_set_t()' first required here
21804 src/hb-object-private.hh | 2 +-
21805 1 file changed, 1 insertion(+), 1 deletion(-)
21807 commit 70600dbf626808a30fb0fd8b7ae860e64d9ffe87
21808 Author: Behdad Esfahbod <behdad@behdad.org>
21809 Date: Sun Jun 3 15:52:51 2012 -0400
21813 src/hb-object-private.hh | 14 +++++++-------
21814 1 file changed, 7 insertions(+), 7 deletions(-)
21816 commit ae62166519291057316a9d15cea3f1570fcb5eaf
21817 Author: Behdad Esfahbod <behdad@behdad.org>
21818 Date: Sat Jun 2 12:21:19 2012 -0400
21822 util/options.cc | 4 +---
21823 util/options.hh | 26 ++++++++++++++------------
21824 util/shape-consumer.hh | 4 +++-
21825 3 files changed, 18 insertions(+), 16 deletions(-)
21827 commit 5db0683a822f70c914468430cda6487cee740ae3
21828 Author: Behdad Esfahbod <behdad@behdad.org>
21829 Date: Sat Jun 2 12:13:08 2012 -0400
21831 [util] Make hb-shape continue shaping other lines if shapers failed
21833 util/hb-ot-shape-closure.cc | 3 +++
21834 util/hb-shape.cc | 36 +++++++++++++++++++++++++------
21835 util/main-font-text.hh | 2 +-
21836 util/options.cc | 34 ++++++++++++++++++++++-------
21837 util/options.hh | 33 ++++++++++++++--------------
21838 util/shape-consumer.hh | 17 ++++++++++++---
21839 util/view-cairo.cc | 47 +++++++---------------------------------
21840 util/view-cairo.hh | 52
21841 +++++++++++++++++++++++++++++++++++++++------
21842 8 files changed, 143 insertions(+), 81 deletions(-)
21844 commit 96a9ef0c9fca8d58d8dc6baf6b262d96587abee0
21845 Author: Behdad Esfahbod <behdad@behdad.org>
21846 Date: Fri Jun 1 13:46:26 2012 -0400
21848 Remove tab character like other "zero-width" characters
21850 Uniscribe does that, this make comparing results to Uniscribe
21853 src/hb-unicode-private.hh | 3 ++-
21854 1 file changed, 2 insertions(+), 1 deletion(-)
21856 commit cd6a5493411fea30a04466128e1a37b4d89c6a72
21857 Author: Behdad Esfahbod <behdad@behdad.org>
21858 Date: Fri Jun 1 13:45:25 2012 -0400
21860 Remove unused variable
21862 util/hb-ot-shape-closure.cc | 2 --
21863 1 file changed, 2 deletions(-)
21865 commit 0558d55bac7fb9279aac859b465e7c0e3ad97492
21866 Author: Behdad Esfahbod <behdad@behdad.org>
21867 Date: Mon May 28 10:46:47 2012 -0400
21869 Remove hb_atomic_int_set/get()
21871 We never use them in fact...
21873 I'm just adjusting these as I better understand the requirements of
21874 the code and the guarantees of each operation.
21876 src/hb-atomic-private.hh | 8 --------
21877 src/hb-object-private.hh | 12 +++++-------
21878 2 files changed, 5 insertions(+), 15 deletions(-)
21880 commit 4efdffec095e19ceeb4b319d60201e84ece30fd9
21881 Author: Behdad Esfahbod <behdad@behdad.org>
21882 Date: Sun May 27 22:39:48 2012 -0400
21884 Minor Malayalam test case
21886 From https://bugs.freedesktop.org/show_bug.cgi?id=45166
21888 .../texts/in-tree/shaper-indic/indic/script-malayalam/misc/misc.txt
21890 1 file changed, 1 insertion(+)
21892 commit dfff5b3021016d3a472c100272fd8e2f52307860
21893 Author: Behdad Esfahbod <behdad@behdad.org>
21894 Date: Sun May 27 22:07:04 2012 -0400
21896 Add Myanmar test case
21898 test/shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST
21900 .../texts/in-tree/shaper-indic/south-east-asian/script-myanmar/MANIFEST
21902 .../in-tree/shaper-indic/south-east-asian/script-myanmar/misc/MANIFEST
21904 .../in-tree/shaper-indic/south-east-asian/script-myanmar/misc/misc.txt
21906 4 files changed, 4 insertions(+)
21908 commit bce095524b3e69a47f8e88a2fb02d6ab537f9b0a
21909 Author: Behdad Esfahbod <behdad@behdad.org>
21910 Date: Sun May 27 11:29:21 2012 -0400
21912 Add hb_font_get_glyph_name() and hb_font_get_glyph_from_name()
21915 src/hb-font-private.hh | 2 ++
21916 src/hb-font.cc | 80
21917 +++++++++++++++++++++++++++++++++++----------
21918 src/hb-font.h | 28 ++++++++++++++++
21919 src/hb-ft.cc | 52 ++++++++++++++++++++++++-----
21920 util/hb-ot-shape-closure.cc | 9 ++---
21921 util/options.cc | 10 ++----
21922 7 files changed, 142 insertions(+), 40 deletions(-)
21924 commit bc145658bdaeaeea0cdbd719e2756f09a2dbfb48
21925 Author: Behdad Esfahbod <behdad@behdad.org>
21926 Date: Sun May 27 10:45:57 2012 -0400
21928 Warn if no Unicode functions implementation is found
21930 src/hb-unicode-private.hh | 1 +
21931 src/hb-warning.cc | 13 +++++++++++++
21932 2 files changed, 14 insertions(+)
21934 commit a3547330fa88e30a138f6f17e60d9c7d1e316622
21935 Author: Behdad Esfahbod <behdad@behdad.org>
21936 Date: Sun May 27 10:20:47 2012 -0400
21938 Cleanup atomic ops on OS X
21940 src/hb-atomic-private.hh | 7 +++----
21941 1 file changed, 3 insertions(+), 4 deletions(-)
21943 commit e4b6d503c5575ddbf49249e3fef693d75ae75170
21944 Author: Behdad Esfahbod <behdad@behdad.org>
21945 Date: Sun May 27 10:11:13 2012 -0400
21947 Don't use atomic ops in hb_cache_t
21949 We don't care about linearizability, so unprotected int read/write
21950 are enough, no need for expensive memory barriers. It's a cache,
21953 src/hb-cache-private.hh | 8 ++++----
21954 1 file changed, 4 insertions(+), 4 deletions(-)
21956 commit 819faa05307aa192015f4b43d8103a35e87d6cc7
21957 Author: Behdad Esfahbod <behdad@behdad.org>
21958 Date: Sun May 27 10:09:18 2012 -0400
21962 src/hb-atomic-private.hh | 2 +-
21963 1 file changed, 1 insertion(+), 1 deletion(-)
21965 commit 303d5850ec0516e198db241456b0cfc4899ef9c0
21966 Author: Behdad Esfahbod <behdad@behdad.org>
21967 Date: Sun May 27 10:01:13 2012 -0400
21969 Fix Windows atomic get/set
21972 http://msdn.microsoft.com/en-us/library/65tt87y8.aspx
21974 MemoryBarrier() is the right macro to protect these, not
21976 and/or _WriteBarrier().
21978 src/hb-atomic-private.hh | 4 ++--
21979 1 file changed, 2 insertions(+), 2 deletions(-)
21981 commit 8f8956a55fff95e5ad529d2f124c9528d1f4f81d
21982 Author: Behdad Esfahbod <behdad@behdad.org>
21983 Date: Fri May 25 14:30:24 2012 -0400
21985 [util] Add hidden --shaper that is equivalent of --shapers
21987 util/helper-cairo.cc | 2 +-
21988 util/options.cc | 6 +++++-
21989 2 files changed, 6 insertions(+), 2 deletions(-)
21991 commit 29ce446d3161b7ea5874352e5f8eb33cd59338c3
21992 Author: Behdad Esfahbod <behdad@behdad.org>
21993 Date: Fri May 25 14:17:54 2012 -0400
21997 src/hb-set-private.hh | 26 +++++++++++++++++++++++---
21998 src/hb-set.cc | 7 +++++++
21999 src/hb-set.h | 11 +++++++++--
22000 util/hb-ot-shape-closure.cc | 8 +++++---
22001 4 files changed, 44 insertions(+), 8 deletions(-)
22003 commit 62c3e111fce0ad34960871134c2eb6da572df303
22004 Author: Behdad Esfahbod <behdad@behdad.org>
22005 Date: Fri May 25 13:48:00 2012 -0400
22007 Add set symmetric difference
22009 src/hb-set-private.hh | 5 +++++
22010 src/hb-set.cc | 7 +++++++
22011 src/hb-set.h | 6 ++++++
22012 3 files changed, 18 insertions(+)
22014 commit 27aba594c90b4444c35273a38f5fedc8e09d9a88
22015 Author: Behdad Esfahbod <behdad@behdad.org>
22016 Date: Thu May 24 15:00:01 2012 -0400
22020 src/hb-ot-shape-complex-indic-machine.rl | 2 +-
22021 src/hb-ot-shape-complex-indic.cc | 2 +-
22022 2 files changed, 2 insertions(+), 2 deletions(-)
22024 commit cde1c0114ba66a45d907e81a49bf625e0dc946b0
22025 Author: Behdad Esfahbod <behdad@behdad.org>
22026 Date: Thu May 24 10:46:39 2012 -0400
22028 Fix hb_atomic_int_set() implementation for HB_NO_MT
22030 As pointed out by Jonathan Kew.
22032 src/hb-atomic-private.hh | 2 +-
22033 1 file changed, 1 insertion(+), 1 deletion(-)
22035 commit 3b9b7133bea787f787170beea073f185e36d2327
22036 Author: Behdad Esfahbod <behdad@behdad.org>
22037 Date: Wed May 23 22:00:25 2012 -0400
22041 TODO | 18 ++++++++++++++++--
22042 1 file changed, 16 insertions(+), 2 deletions(-)
22044 commit ff3524c21aabf5d0d6014d1ce1b3e12ca5f0990f
22045 Author: Behdad Esfahbod <behdad@behdad.org>
22046 Date: Wed May 23 21:50:43 2012 -0400
22048 Add Arabic diacritics tests
22050 .../shaper-arabic/script-arabic/misc/MANIFEST | 2 +-
22051 .../script-arabic/misc/diacritics/MANIFEST | 5 +
22052 .../script-arabic/misc/diacritics/lam-alef.txt | 28 +
22053 .../misc/diacritics/language-arabic.txt | 695
22054 +++++++++++++++++++++
22055 .../misc/diacritics/language-persian.txt | 48 ++
22056 .../misc/diacritics/language-urdu.txt | 188 ++++++
22057 .../misc/diacritics/ligature-diacritics.txt | 1 +
22058 .../script-arabic/misc/ligature-diacritics.txt | 1 -
22059 8 files changed, 966 insertions(+), 2 deletions(-)
22061 commit ed2f1363a391add41f10cff18792003583a10257
22062 Author: Behdad Esfahbod <behdad@behdad.org>
22063 Date: Tue May 22 22:12:22 2012 -0400
22065 Fix substitution glyph class propagation
22067 The old code was doing nothing.
22069 Still got to find an example font+string that makes this matter, but
22070 need this for fixing synthetic GDEF anyway.
22072 src/hb-ot-layout-gsub-table.hh | 10 ++++------
22073 src/hb-ot-layout-gsubgpos-private.hh | 23 ++++++-----------------
22074 2 files changed, 10 insertions(+), 23 deletions(-)
22076 commit a6de53664df9549a5dc93752647ea1d3bb336f7b
22077 Author: Behdad Esfahbod <behdad@behdad.org>
22078 Date: Fri May 18 15:04:35 2012 -0400
22080 Add CJK Compatibility Ideographs tests
22083 http://people.mozilla.org/~jdaggett/tests/cjkcompat.html
22085 test/shaping/texts/in-tree/shaper-default/MANIFEST | 3 +-
22086 .../in-tree/shaper-default/script-han/MANIFEST | 1 +
22087 .../shaper-default/script-han/misc/MANIFEST | 1 +
22088 .../shaper-default/script-han/misc/cjk-compat.txt | 3 ++
22089 .../shaper-default/script-hiragana/MANIFEST | 1 +
22090 .../shaper-default/script-hiragana/misc/MANIFEST | 2 +
22091 .../script-hiragana/misc/kazuraki-liga-lines.txt | 8 ++++
22092 .../script-hiragana/misc/kazuraki-liga.txt | 53
22093 ++++++++++++++++++++++
22094 .../shaper-default/script-japanese/MANIFEST | 1 -
22095 .../shaper-default/script-japanese/misc/MANIFEST | 2 -
22096 .../script-japanese/misc/kazuraki-liga-lines.txt | 8 ----
22097 .../script-japanese/misc/kazuraki-liga.txt | 53
22098 ----------------------
22099 12 files changed, 71 insertions(+), 65 deletions(-)
22101 commit 20fdb0f41d81b226e076a4830d4b0d03da31fc19
22102 Author: Behdad Esfahbod <behdad@behdad.org>
22103 Date: Thu May 17 22:04:45 2012 -0400
22105 Add a lock-free cache type for int->int functions
22107 To be used for cmap and advance caching if desired.
22110 src/Makefile.am | 1 +
22111 src/hb-cache-private.hh | 72
22112 +++++++++++++++++++++++++++++++++++++++++++++++++
22113 src/hb-font.cc | 2 ++
22114 4 files changed, 77 insertions(+)
22116 commit bd908b4f102b5ae18a3ad4a8b137994cf74b86ce
22117 Author: Behdad Esfahbod <behdad@behdad.org>
22118 Date: Thu May 17 22:02:08 2012 -0400
22120 Implement hb_atomic_int_set() for OS X
22122 src/hb-atomic-private.hh | 2 ++
22123 1 file changed, 2 insertions(+)
22125 commit 022a05ae90f30bcddff413022e0cd801809b5390
22126 Author: Behdad Esfahbod <behdad@behdad.org>
22127 Date: Thu May 17 21:53:24 2012 -0400
22131 src/hb-atomic-private.hh | 4 +++-
22132 src/hb-mutex-private.hh | 4 +++-
22133 2 files changed, 6 insertions(+), 2 deletions(-)
22135 commit 22afd66a30d01b6771405e76777306f600807bea
22136 Author: Behdad Esfahbod <behdad@behdad.org>
22137 Date: Thu May 17 21:23:49 2012 -0400
22139 Add hb_atomic_int_set() again
22141 src/hb-atomic-private.hh | 9 ++++++---
22142 1 file changed, 6 insertions(+), 3 deletions(-)
22144 commit 4aa7258cb16176a89e1547fee8f86571fdd98307
22145 Author: Behdad Esfahbod <behdad@behdad.org>
22146 Date: Thu May 17 21:01:04 2012 -0400
22148 Fix type conflicts on Windows without glib
22150 src/hb-tt-font.cc | 3 ++-
22151 1 file changed, 2 insertions(+), 1 deletion(-)
22153 commit f039e79d5438a8fc4a3ec11a387bbfc0f6b83024
22154 Author: Behdad Esfahbod <behdad@behdad.org>
22155 Date: Thu May 17 20:55:12 2012 -0400
22157 Don't use min/max as function names
22159 They can be macros on some systems. Eg. mingw32.
22161 src/hb-set-private.hh | 4 ++--
22162 src/hb-set.cc | 4 ++--
22163 2 files changed, 4 insertions(+), 4 deletions(-)
22165 commit 34961e3198e27fa37fd4cfdad12ef86a2e9e51c2
22166 Author: Behdad Esfahbod <behdad@behdad.org>
22167 Date: Thu May 17 20:50:38 2012 -0400
22169 Prefer native atomic/mutex ops to glib's
22171 src/hb-atomic-private.hh | 29 ++++++++++++++++-------------
22172 src/hb-mutex-private.hh | 24 ++++++++++++++----------
22173 2 files changed, 30 insertions(+), 23 deletions(-)
22175 commit ec3ba4b96fc4f262db1ff9f906628c32f26c9b7d
22176 Author: Behdad Esfahbod <behdad@behdad.org>
22177 Date: Thu May 17 20:30:46 2012 -0400
22179 Move atomic ops into their own header
22181 src/Makefile.am | 1 +
22182 src/hb-atomic-private.hh | 78
22183 ++++++++++++++++++++++++++++++++++++++++++++++++
22184 src/hb-mutex-private.hh | 1 -
22185 src/hb-object-private.hh | 52 ++------------------------------
22186 src/hb-warning.cc | 2 +-
22187 5 files changed, 82 insertions(+), 52 deletions(-)
22189 commit de0878395be5c72d7058faac8f64715bdd42eb3b
22190 Author: Behdad Esfahbod <behdad@behdad.org>
22191 Date: Thu May 17 20:15:49 2012 -0400
22195 TODO | 12 ++++++++----
22196 1 file changed, 8 insertions(+), 4 deletions(-)
22198 commit c87b317f0eb118e67134e8e419a6d65e0fa40d30
22199 Author: Behdad Esfahbod <behdad@behdad.org>
22200 Date: Tue May 15 23:53:18 2012 -0400
22202 [util] Add hb-ot-shape-closure tool
22204 Computes all the glyphs that may be generated given a font and
22205 set of Unicode characters.
22207 The order of the Unicode characters is irrelevant.
22211 behdad:util 0$ ./hb-ot-shape-closure Doulos\ SIL\ Regular.ttf f
22214 behdad:util 0$ ./hb-ot-shape-closure Doulos\ SIL\ Regular.ttf i
22217 behdad:util 0$ ./hb-ot-shape-closure Doulos\ SIL\ Regular.ttf fi
22220 behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf ب
22221 uni0628 uni0628.init uni0628.medi uni0628.fina
22223 behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf ا
22224 uni0627 uni0627.fina
22226 behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf با
22227 uni0627 uni0627.fina uni0628 uni0628.init uni0628.medi uni0628.fina
22229 behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf با
22231 5 6 133 134 135 136
22233 configure.ac | 2 +-
22234 util/Makefile.am | 22 ++++++---
22235 util/hb-ot-shape-closure.cc | 112
22236 ++++++++++++++++++++++++++++++++++++++++++++
22237 util/options.hh | 12 +++++
22238 4 files changed, 140 insertions(+), 8 deletions(-)
22240 commit 45675e589e6ef9f81b2a4199cf33e3e7778433a8
22241 Author: Behdad Esfahbod <behdad@behdad.org>
22242 Date: Tue May 15 23:10:39 2012 -0400
22244 [util] Refactor to accommodate for upcoming new tool
22246 util/Makefile.am | 10 ++++---
22247 util/hb-shape.cc | 70 +++++++++++++++++++------------------------
22248 util/hb-view.cc | 8 +++--
22249 util/hb-view.hh | 80
22250 --------------------------------------------------
22251 util/main-font-text.hh | 80
22252 ++++++++++++++++++++++++++++++++++++++++++++++++++
22253 util/shape-consumer.hh | 69 +++++++++++++++++++++++++++++++++++++++++++
22254 6 files changed, 191 insertions(+), 126 deletions(-)
22256 commit 1d6846db9ebf84561bb30a4e48c6c43184914099
22257 Author: Behdad Esfahbod <behdad@behdad.org>
22258 Date: Sun May 13 18:09:29 2012 +0200
22260 [Indic] Apply vatu feature after cjct
22262 Testing with old Deva spec this reduces failures.
22263 Test sequence: U+0915,U+094D,U+0930.
22265 src/hb-ot-shape-complex-indic.cc | 6 +++---
22266 1 file changed, 3 insertions(+), 3 deletions(-)
22268 commit 8caf5dcd66550351c6038b9ae7ecc5254eed64ff
22269 Author: Behdad Esfahbod <behdad@behdad.org>
22270 Date: Sun May 13 17:10:18 2012 +0200
22274 util/ansi-print.cc | 67
22275 +++++++++++++++++++++++++++---------------------------
22276 1 file changed, 33 insertions(+), 34 deletions(-)
22278 commit 617f4ac46f1084859d2034c08760e31e52d3bec3
22279 Author: Behdad Esfahbod <behdad@behdad.org>
22280 Date: Sun May 13 16:48:03 2012 +0200
22284 src/hb-ot-shape-complex-indic.cc | 44
22285 +++++++++++++++++++++-------------------
22286 1 file changed, 23 insertions(+), 21 deletions(-)
22288 commit 5e4e21fce4b548b0b8a5951bc8f35a9f27428192
22289 Author: Behdad Esfahbod <behdad@behdad.org>
22290 Date: Sun May 13 16:46:08 2012 +0200
22292 Revert "[Indic] Refactoring"
22294 This reverts commit 0831061efb78983b9c6e1e72574c977e56383c08.
22296 src/hb-ot-shape-complex-indic.cc | 28 ++++++++--------------------
22297 1 file changed, 8 insertions(+), 20 deletions(-)
22299 commit 3f18236a03880c0960f5990dc90685f6146951a6
22300 Author: Behdad Esfahbod <behdad@behdad.org>
22301 Date: Sun May 13 16:20:10 2012 +0200
22305 src/hb-ot-layout-common-private.hh | 2 +-
22306 src/hb-ot-layout-gsub-table.hh | 2 +-
22307 src/hb-ot-shape-complex-indic.cc | 8 ++++----
22308 3 files changed, 6 insertions(+), 6 deletions(-)
22310 commit 9f377ed3210fe7d9f15e0c4f82020556f9a8f6f0
22311 Author: Behdad Esfahbod <behdad@behdad.org>
22312 Date: Sun May 13 16:13:44 2012 +0200
22314 Fix more unused-var warnings
22316 src/hb-ot-shape-complex-arabic.cc | 7 +++++--
22317 src/hb-ot-shape-complex-indic.cc | 25 ++++++++++++++++++-------
22318 src/hb-ot-shape-complex-misc.cc | 21 +++++++++++++++------
22319 src/hb-ot-shape-normalize.cc | 13 ++++++-------
22320 src/hb-set.cc | 2 +-
22321 5 files changed, 45 insertions(+), 23 deletions(-)
22323 commit d993e72331c6c4c783b803e01e4d4a02c8e3eb77
22324 Author: Behdad Esfahbod <behdad@behdad.org>
22325 Date: Sun May 13 16:04:36 2012 +0200
22327 Fix hb_face_set_index()
22329 src/hb-font.cc | 2 +-
22330 1 file changed, 1 insertion(+), 1 deletion(-)
22332 commit 93345edcbea49bdf0e22f26b5b74a23e601dfab4
22333 Author: Behdad Esfahbod <behdad@behdad.org>
22334 Date: Sun May 13 16:01:08 2012 +0200
22338 src/hb-fallback-shape.cc | 4 ++--
22339 src/hb-private.hh | 54
22340 ++++++++++++++++++++++++------------------------
22341 2 files changed, 29 insertions(+), 29 deletions(-)
22343 commit eace47b173807d94b29a6490d0bc3c9f8f6168d1
22344 Author: Behdad Esfahbod <behdad@behdad.org>
22345 Date: Sun May 13 15:54:43 2012 +0200
22349 src/hb-ot-shape-complex-indic.cc | 2 +-
22350 1 file changed, 1 insertion(+), 1 deletion(-)
22352 commit 99c2695759a6af855d565f4994bbdf220570bb48
22353 Author: Behdad Esfahbod <behdad@behdad.org>
22354 Date: Sun May 13 15:45:18 2012 +0200
22356 Add accessort to buffer for current info, current pos, and prev info
22358 src/hb-buffer-private.hh | 9 ++++++++
22359 src/hb-ot-layout-gpos-table.hh | 44
22360 ++++++++++++++++++------------------
22361 src/hb-ot-layout-gsub-table.hh | 28 +++++++++++------------
22362 src/hb-ot-layout-gsubgpos-private.hh | 28 +++++++++++------------
22363 src/hb-ot-shape-complex-arabic.cc | 4 ++--
22364 src/hb-ot-shape-complex-misc.cc | 5 ++--
22365 src/hb-ot-shape-normalize.cc | 16 ++++++-------
22366 src/hb-ot-shape.cc | 8 +++----
22367 8 files changed, 76 insertions(+), 66 deletions(-)
22369 commit 6736f3c5b09af6a71935afc04248b033e171a9b2
22370 Author: Behdad Esfahbod <behdad@behdad.org>
22371 Date: Sun May 13 15:21:06 2012 +0200
22375 src/hb-ot-layout-gsubgpos-private.hh | 7 +++----
22376 1 file changed, 3 insertions(+), 4 deletions(-)
22378 commit 5df809b655bb1318115651fd87d4555cdd9b41cb
22379 Author: Behdad Esfahbod <behdad@behdad.org>
22380 Date: Sun May 13 15:17:51 2012 +0200
22382 [GSUB/GPOS] Remove context_length
22384 The spec doesn't say contextual matching should be done this way,
22385 and AOTS doesn't do it either. It was inherited from old HarfBuzz.
22388 src/hb-ot-layout-common-private.hh | 1 -
22389 src/hb-ot-layout-gpos-table.hh | 3 ---
22390 src/hb-ot-layout-gsub-table.hh | 6 ++----
22391 src/hb-ot-layout-gsubgpos-private.hh | 32
22392 +++++++++++---------------------
22393 4 files changed, 13 insertions(+), 29 deletions(-)
22395 commit 28b9d502bb69a8045818d5f6113ded9c59a56bd7
22396 Author: Behdad Esfahbod <behdad@behdad.org>
22397 Date: Sun May 13 15:04:00 2012 +0200
22401 src/hb-ot-layout-gsubgpos-private.hh | 11 +++++------
22402 1 file changed, 5 insertions(+), 6 deletions(-)
22404 commit 50f630c17ced1bd59b4da4f27728dcfbb876400a
22405 Author: Behdad Esfahbod <behdad@behdad.org>
22406 Date: Sun May 13 13:03:44 2012 +0200
22408 Remove ioctl checks
22410 Ended up not using terminal size after all.
22412 configure.ac | 2 +-
22413 util/ansi-print.cc | 11 -----------
22414 2 files changed, 1 insertion(+), 12 deletions(-)
22416 commit db0de7cd616e1e9d6fde6659e52a541477fb0148
22417 Author: Behdad Esfahbod <behdad@behdad.org>
22418 Date: Sun May 13 13:02:38 2012 +0200
22420 [util] Set ansi color only on color change
22422 util/ansi-print.cc | 28 +++++++++++++++++++++++-----
22423 1 file changed, 23 insertions(+), 5 deletions(-)
22425 commit 912c5ff80a255edb8145b9db69e2ed828f8eab5c
22426 Author: Behdad Esfahbod <behdad@behdad.org>
22427 Date: Sun May 13 12:51:02 2012 +0200
22429 Reduce default margin
22431 util/options.hh | 2 +-
22432 1 file changed, 1 insertion(+), 1 deletion(-)
22434 commit 52e7b1424a3613122e9ca30879298df42733acda
22435 Author: Behdad Esfahbod <behdad@behdad.org>
22436 Date: Sun May 13 02:02:58 2012 +0200
22438 [util] Make hb-view print out Unicode art if stdout is a terminal
22440 configure.ac | 4 +-
22441 util/Makefile.am | 4 +
22442 util/ansi-print.cc | 411
22443 ++++++++++++++++++++++++++++++++++++++++++++++
22444 util/ansi-print.hh | 39 +++++
22445 util/helper-cairo-ansi.cc | 102 ++++++++++++
22446 util/helper-cairo-ansi.hh | 39 +++++
22447 util/helper-cairo.cc | 70 +++++++-
22448 util/options.hh | 3 +
22449 8 files changed, 668 insertions(+), 4 deletions(-)
22451 commit 8b2753ce2bea8a21ea757186d86dc4a55d8c8b0c
22452 Author: Behdad Esfahbod <behdad@behdad.org>
22453 Date: Sun May 13 00:54:07 2012 +0200
22458 1 file changed, 2 insertions(+)
22460 commit 30874b4819a99cc84fa39e794266685e1b8735d2
22461 Author: Behdad Esfahbod <behdad@behdad.org>
22462 Date: Sat May 12 15:54:27 2012 +0200
22464 [util] Make tools default to stdin if no text is provided
22466 One less argument to type in typical testing workflow!
22468 util/hb-view.hh | 4 +++-
22469 util/options.cc | 12 +++++-------
22470 util/options.hh | 2 +-
22471 3 files changed, 9 insertions(+), 9 deletions(-)
22473 commit 2097951110e33fe091ed9515ae77e2683c46c889
22474 Author: Behdad Esfahbod <behdad@behdad.org>
22475 Date: Sat May 12 15:41:48 2012 +0200
22477 [util] Change default font size of hb-view to 256
22479 Most common usecase of hb-view is to test rendering of short words for
22480 testing / inspection. Not having to type "--font-size 150" each time
22481 isn't such a bad idea...
22483 util/options.hh | 4 ++--
22484 1 file changed, 2 insertions(+), 2 deletions(-)
22486 commit 737dded2e08fcc19935db51c05201a987184d337
22487 Author: Behdad Esfahbod <behdad@behdad.org>
22488 Date: Sat May 12 15:40:11 2012 +0200
22490 Fix compiler warnings
22492 src/hb-ot-shape-complex-indic.cc | 5 -----
22493 1 file changed, 5 deletions(-)
22495 commit f538fcb538f1decb4100ba89457eb83f2350d64b
22496 Author: Behdad Esfahbod <behdad@behdad.org>
22497 Date: Sat May 12 15:34:40 2012 +0200
22499 [test] Make tool usage easier by not requiring "--stdin"
22501 Just default to it. Added "--help" instead to get usage.
22503 test/shaping/hb_test_tools.py | 9 ++++-----
22504 1 file changed, 4 insertions(+), 5 deletions(-)
22506 commit a3273e30bb7ffd727ffc18af5716dfef705d3d94
22507 Author: Behdad Esfahbod <behdad@behdad.org>
22508 Date: Sat May 12 13:34:18 2012 +0200
22510 [Indic] Add more Malayalam tests
22512 .../indic/script-malayalam/misc/misc.txt | 38
22513 ++++++++++++++++++++++
22514 1 file changed, 38 insertions(+)
22516 commit 7f852b644b8143492a02edfc853114aaa23446bd
22517 Author: Behdad Esfahbod <behdad@behdad.org>
22518 Date: Fri May 11 23:10:31 2012 +0200
22520 Fix compiler warnings
22522 src/hb-ot-shape-complex-indic.cc | 2 +-
22523 src/hb-ot-shape-complex-private.hh | 2 +-
22524 2 files changed, 2 insertions(+), 2 deletions(-)
22526 commit f7e8dcfd4fc377e3d786b097beb656284240456d
22527 Author: Behdad Esfahbod <behdad@behdad.org>
22528 Date: Fri May 11 22:00:06 2012 +0200
22530 [Indic] Unbreak Devanagari
22532 And this, concludes the HarfBuzz Massala Hackfest.
22534 I like to specially thank Jonathan Kew for doing all the decription
22536 letting me get commit points.
22538 configure.ac | 2 +-
22539 src/hb-ot-shape-complex-indic-private.hh | 2 +-
22540 2 files changed, 2 insertions(+), 2 deletions(-)
22542 commit 6a091df9b403b147ef78f3974610dedf4ce1e08a
22543 Author: Behdad Esfahbod <behdad@behdad.org>
22544 Date: Fri May 11 21:42:27 2012 +0200
22546 [Indic] Disambiguate sub vs post vs above matras
22548 Bengali is at *just* above 5% now.
22550 src/hb-ot-shape-complex-indic-private.hh | 31
22551 +++++++++++++++----------------
22552 src/hb-ot-shape-complex-indic.cc | 12 ++++++------
22553 2 files changed, 21 insertions(+), 22 deletions(-)
22555 commit 9d0d319a4a7e85d922e58fade0f40caae1c9f109
22556 Author: Behdad Esfahbod <behdad@behdad.org>
22557 Date: Fri May 11 21:36:32 2012 +0200
22559 [Indic] Position Bengali Reph before matras
22561 src/hb-ot-shape-complex-indic.cc | 62
22562 +++++++++++++++++++++++-----------------
22563 1 file changed, 36 insertions(+), 26 deletions(-)
22565 commit f89367251109af235f4f0446c13c261a5a4a6f72
22566 Author: Behdad Esfahbod <behdad@behdad.org>
22567 Date: Fri May 11 21:10:03 2012 +0200
22569 [Indic] Start categorizing Reph per script
22571 src/hb-ot-shape-complex-indic.cc | 41
22572 ++++++++++++++++++++++++++++++++++------
22573 1 file changed, 35 insertions(+), 6 deletions(-)
22575 commit a913b024d84973556094fd64ce5f0b7106fcc3b5
22576 Author: Behdad Esfahbod <behdad@behdad.org>
22577 Date: Fri May 11 20:59:26 2012 +0200
22579 [Indic] Apply 'init' feature for Bengali
22581 Error down from 20% to 7%.
22583 src/hb-ot-shape-complex-indic.cc | 15 +++++++++++++++
22584 1 file changed, 15 insertions(+)
22586 commit eed903b1644e087178438959664a6a57bebc398b
22587 Author: Behdad Esfahbod <behdad@behdad.org>
22588 Date: Fri May 11 20:50:53 2012 +0200
22590 [Indic] Refactor for the arrival of 'init' feature
22592 Yep, on Bengali now!
22594 src/hb-ot-shape-complex-indic.cc | 52
22595 +++++++++++++++++++++++++++-------------
22596 1 file changed, 36 insertions(+), 16 deletions(-)
22598 commit 18c06e189bd078affbb84c3bb5bb80687a227c5e
22599 Author: Behdad Esfahbod <behdad@behdad.org>
22600 Date: Fri May 11 20:02:14 2012 +0200
22602 [Indic] Add Uniscribe bug feature for dotted circle
22604 For dotted-circle independent clusters, Uniscribe does no Reph shaping
22605 for the exact sequence Ra+Halant+25CC. Which also is the only
22607 sequence with 25CC at the end.
22609 src/hb-ot-shape-complex-indic-machine.rl | 4 +++-
22610 src/hb-ot-shape-complex-indic-private.hh | 3 ++-
22611 src/hb-ot-shape-complex-indic.cc | 20 ++++++++++++++++----
22612 3 files changed, 21 insertions(+), 6 deletions(-)
22614 commit 5b16de97bcc4b24da4c77ca6c1a42e814d8cdbd1
22615 Author: Behdad Esfahbod <behdad@behdad.org>
22616 Date: Fri May 11 19:55:42 2012 +0200
22618 [Indic] Add tests for dottedcircle
22620 .../in-tree/shaper-indic/indic/script-devanagari/misc/MANIFEST | 1 +
22621 .../shaper-indic/indic/script-devanagari/misc/dottedcircle.txt |
22623 2 files changed, 8 insertions(+)
22625 commit 0831061efb78983b9c6e1e72574c977e56383c08
22626 Author: Behdad Esfahbod <behdad@behdad.org>
22627 Date: Fri May 11 19:07:58 2012 +0200
22629 [Indic] Refactoring
22631 src/hb-ot-shape-complex-indic.cc | 26 ++++++++++++++++++--------
22632 1 file changed, 18 insertions(+), 8 deletions(-)
22634 commit 7ea58db311bfb0d8f804d1e9f4a1f004bd45075a
22635 Author: Behdad Esfahbod <behdad@behdad.org>
22636 Date: Fri May 11 18:58:57 2012 +0200
22640 src/hb-ot-shape-complex-indic.cc | 6 +++---
22641 1 file changed, 3 insertions(+), 3 deletions(-)
22643 commit 9c09928989316e2befe00d52ed66e055637ccd36
22644 Author: Behdad Esfahbod <behdad@behdad.org>
22645 Date: Fri May 11 18:46:35 2012 +0200
22647 [Indic] Allow multiple Consonants in Vowel/NBSP syllables
22649 Uniscribe allows multiple Halant+Consonant after a Vowel.
22651 ↦ * U+0905,U+094D,U+092B,U+094D,930,94d,930
22653 src/hb-ot-shape-complex-indic-machine.rl | 6 +++---
22654 1 file changed, 3 insertions(+), 3 deletions(-)
22656 commit 8c0aa486f31e9b6cbb31ce295573b53b0a214124
22657 Author: Behdad Esfahbod <behdad@behdad.org>
22658 Date: Fri May 11 18:13:42 2012 +0200
22660 [Indic] Allow two Nuktas per consonant
22662 Uniscribe allows up to two nuktas per consonant and one per matra. It
22664 indepent of whether the consonant already has a nukta in it. Tests:
22666 * U+0916,U+093C,U+0941
22667 * U+0959,U+093C,U+0941
22668 * U+0916,U+093C,U+093C,U+0941
22669 * U+0959,U+093C,U+093C,U+0941
22670 * U+0916,U+093C,U+093C,U+093C,U+0941
22671 * U+0959,U+093C,U+093C,U+093C,U+0941
22672 * 915,93c,93c,,94d,U+0916,U+093C,U+093C,U+093e,93c,93c
22674 src/hb-ot-shape-complex-indic-machine.rl | 7 ++++---
22675 1 file changed, 4 insertions(+), 3 deletions(-)
22677 commit 3399a06e7033651ee926448737bdb18e553c1796
22678 Author: Behdad Esfahbod <behdad@behdad.org>
22679 Date: Fri May 11 17:54:26 2012 +0200
22681 [Indic] Fix U+0952 and similar classification to match Uniscribe
22685 src/hb-ot-shape-complex-indic-machine.rl | 1 +
22686 src/hb-ot-shape-complex-indic.cc | 16 +++++++++++-----
22687 2 files changed, 12 insertions(+), 5 deletions(-)
22689 commit 11aa3ef18dbc6ac9561bd119f5ca2c1aa1209c3a
22690 Author: Behdad Esfahbod <behdad@behdad.org>
22691 Date: Fri May 11 17:30:48 2012 +0200
22693 [Indic] Treat U+0951..U+0954 all similar to U+0952
22695 src/hb-ot-shape-complex-indic.cc | 3 ++-
22696 1 file changed, 2 insertions(+), 1 deletion(-)
22698 commit 5f131d3226131df440d7f36655e57f6effcae204
22699 Author: Behdad Esfahbod <behdad@behdad.org>
22700 Date: Fri May 11 17:29:40 2012 +0200
22702 [GSUB/GPOS/Indic] Apply GSUB/GPOS within syllables only
22704 This does not apply to the context matchings.
22706 This regresses tests right now. And we are not sure whether this is
22707 the right thing to do for GPOS. But we'll figure out.
22709 src/hb-ot-layout-gsubgpos-private.hh | 18 ++++++++++++------
22710 1 file changed, 12 insertions(+), 6 deletions(-)
22712 commit 8fd83aaf6e50c2c25002c51fee26d82847a61769
22713 Author: Behdad Esfahbod <behdad@behdad.org>
22714 Date: Fri May 11 17:18:37 2012 +0200
22716 [GSUB/GPOS] Fix wrong buffer access in backward skippy mask matching
22718 src/hb-ot-layout-gsubgpos-private.hh | 2 +-
22719 1 file changed, 1 insertion(+), 1 deletion(-)
22721 commit ff24d1081af08a887895975285d7e38f5d07bc37
22722 Author: Behdad Esfahbod <behdad@behdad.org>
22723 Date: Fri May 11 17:07:08 2012 +0200
22725 [Indic] Don't use syllable serial value 0
22727 src/hb-ot-shape-complex-indic-machine.rl | 3 ++-
22728 1 file changed, 2 insertions(+), 1 deletion(-)
22730 commit 892eb7878238d810a2a70f9dadbf958207bfeaa1
22731 Author: Behdad Esfahbod <behdad@behdad.org>
22732 Date: Fri May 11 16:54:40 2012 +0200
22734 [Indic] Implement Uniscribe Reph+Matra+Halant bug feature
22736 src/hb-ot-shape-complex-indic.cc | 14 +++++++++-----
22737 1 file changed, 9 insertions(+), 5 deletions(-)
22739 commit 67ea29af49bb08ee679914076808327992cf6676
22740 Author: Behdad Esfahbod <behdad@behdad.org>
22741 Date: Fri May 11 16:51:23 2012 +0200
22743 [Indic] Add example of different Uniscribe behavior
22745 src/hb-ot-shape-complex-indic.cc | 5 ++++-
22746 1 file changed, 4 insertions(+), 1 deletion(-)
22748 commit ebe29733d44fe0fa9fb30f946ab0dd7a40336a24
22749 Author: Behdad Esfahbod <behdad@behdad.org>
22750 Date: Fri May 11 16:43:12 2012 +0200
22752 [Indic] Add runtime Uniscribe bug compatibility mode!
22754 Enable by setting envvar:
22756 HB_OT_INDIC_OPTIONS=uniscribe-bug-compatible
22758 Plus, LeftMatra+Halant "feature".
22760 src/hb-ot-shape-complex-indic.cc | 44
22761 ++++++++++++++++++++++++++++++----------
22762 1 file changed, 33 insertions(+), 11 deletions(-)
22764 commit 616e692e2950d326b6c46aba5b5bead3cc29d315
22765 Author: Behdad Esfahbod <behdad@behdad.org>
22766 Date: Fri May 11 16:25:02 2012 +0200
22768 [Indic] Add #define UNISCRIBE_BUG_COMPATIBLE 1
22770 src/hb-ot-shape-complex-indic.cc | 3 ++-
22771 1 file changed, 2 insertions(+), 1 deletion(-)
22773 commit 6782bdae3be0357da1dadc7b806a43ceefa67a90
22774 Author: Behdad Esfahbod <behdad@behdad.org>
22775 Date: Fri May 11 16:23:43 2012 +0200
22777 [Indic] Fix Left Matra + Halant reordering
22779 As can be seen in: U+092B,U+093F,U+094D
22781 src/hb-ot-shape-complex-indic.cc | 6 ++++--
22782 1 file changed, 4 insertions(+), 2 deletions(-)
22784 commit 3c2ea9481b1028e927e615a5434ebf8edcb5f891
22785 Author: Behdad Esfahbod <behdad@behdad.org>
22786 Date: Fri May 11 16:23:38 2012 +0200
22790 src/hb-ot-shape-complex-indic.cc | 73
22791 ++++++++++++++++++++--------------------
22792 1 file changed, 37 insertions(+), 36 deletions(-)
22794 commit c071b99f150a9344a2056dfeba8c613f8a5602db
22795 Author: Behdad Esfahbod <behdad@behdad.org>
22796 Date: Fri May 11 16:22:46 2012 +0200
22798 [Indic] Add test for Left Matra with Halant
22800 Uniscribe doesn't move the Halant, we do. And do a broken job of
22803 .../shaper-indic/indic/script-devanagari/misc/tricky-reordering.txt
22805 1 file changed, 1 insertion(+)
22807 commit 203d71069c45048b6dd8fa22b61fd8f2c844b4f6
22808 Author: Behdad Esfahbod <behdad@behdad.org>
22809 Date: Fri May 11 16:01:44 2012 +0200
22811 [GSUB/GPOS] Check all glyph masks when matching input
22813 src/hb-ot-layout-gsubgpos-private.hh | 18 ++++++++++++------
22814 1 file changed, 12 insertions(+), 6 deletions(-)
22816 commit 668c6046c1b3af3bd316bda0cc8636f2a5e8df42
22817 Author: Behdad Esfahbod <behdad@behdad.org>
22818 Date: Fri May 11 15:34:13 2012 +0200
22820 [Indic] Apply Reph mask to all POS_REPH glyphs
22822 Needed for upcoming changes to GSUB/GPOS mask matching.
22824 src/hb-ot-shape-complex-indic.cc | 4 ++--
22825 1 file changed, 2 insertions(+), 2 deletions(-)
22827 commit 4be46bade26faf13f7b4d447e9cc608e183955dc
22828 Author: Behdad Esfahbod <behdad@behdad.org>
22829 Date: Fri May 11 14:39:01 2012 +0200
22831 [Indic] Fix state machine to backtrack
22833 src/hb-ot-shape-complex-indic-machine.rl | 42
22834 +++++++++++++++-----------------
22835 src/hb-private.hh | 2 ++
22836 2 files changed, 21 insertions(+), 23 deletions(-)
22838 commit cee7187447b76b22e1bb6136d137b35ac49c3a5d
22839 Author: Behdad Esfahbod <behdad@behdad.org>
22840 Date: Fri May 11 11:41:39 2012 +0200
22842 [Indic] Move syllable tracking from Indic to generic layer
22844 This is to incorporate it into GSUB/GPOS processing.
22846 src/hb-ot-layout-gpos-table.hh | 1 +
22847 src/hb-ot-layout-gsub-table.hh | 3 ++-
22848 src/hb-ot-layout-gsubgpos-private.hh | 3 ---
22849 src/hb-ot-layout-private.hh | 4 +---
22850 src/hb-ot-shape-complex-indic-machine.rl | 2 +-
22851 src/hb-ot-shape-complex-indic-private.hh | 1 -
22852 src/hb-ot-shape-complex-indic.cc | 8 +++-----
22853 src/hb-ot-shape-complex-private.hh | 13 ++++++++-----
22854 8 files changed, 16 insertions(+), 19 deletions(-)
22856 commit 3bf27a9f0e92aa31b464bd3b9fdea5933c9ae8b1
22857 Author: Behdad Esfahbod <behdad@behdad.org>
22858 Date: Fri May 11 11:17:23 2012 +0200
22860 [Indic] Disable conjuncts when a ZWJ happens
22862 Not that the code makes any difference since the presence of ZWJ
22864 causes the ligature to fail to match anyway.
22866 src/hb-ot-shape-complex-indic.cc | 7 +------
22867 1 file changed, 1 insertion(+), 6 deletions(-)
22869 commit c6d904d67db589dd6209928e56504f04f6a07756
22870 Author: Behdad Esfahbod <behdad@behdad.org>
22871 Date: Fri May 11 11:07:40 2012 +0200
22873 [Indic] Fix bitops typo!
22877 src/hb-ot-shape-complex-indic.cc | 4 ++--
22878 1 file changed, 2 insertions(+), 2 deletions(-)
22880 commit 55fe2cf79b11d9a63ea33b3ee76bd0ebca345157
22881 Author: Behdad Esfahbod <behdad@behdad.org>
22882 Date: Fri May 11 03:45:28 2012 +0200
22884 Make APPLY debug output print current index and codepoint
22888 src/hb-ot-layout-gsubgpos-private.hh | 2 +-
22889 1 file changed, 1 insertion(+), 1 deletion(-)
22891 commit 7bd2b04fea5649d77d796d58b7f4918fe0378ee5
22892 Author: Behdad Esfahbod <behdad@behdad.org>
22893 Date: Fri May 11 03:40:58 2012 +0200
22897 src/hb-object-private.hh | 8 +++++---
22898 1 file changed, 5 insertions(+), 3 deletions(-)
22900 commit cf26510dbbd8d38486e6ba423800db6427ade332
22901 Author: Behdad Esfahbod <behdad@behdad.org>
22902 Date: Fri May 11 03:35:08 2012 +0200
22908 src/hb-object-private.hh | 1 +
22909 1 file changed, 1 insertion(+)
22911 commit 9659523ca32b0e254d0e5fe387d817208d9cb6bf
22912 Author: Behdad Esfahbod <behdad@behdad.org>
22913 Date: Fri May 11 03:33:36 2012 +0200
22915 More beauty in debug output!
22917 src/hb-private.hh | 12 +++++++-----
22918 1 file changed, 7 insertions(+), 5 deletions(-)
22920 commit cf26e88a5ab477295479f5b9450c2019b6430eaa
22921 Author: Behdad Esfahbod <behdad@behdad.org>
22922 Date: Fri May 11 03:16:57 2012 +0200
22924 Finish off debug output beautification
22926 src/hb-open-type-private.hh | 58
22927 ++++++++++++++++++++-------------------------
22928 1 file changed, 26 insertions(+), 32 deletions(-)
22930 commit d7bba01a353efc7432c474dd8755a02db4abd2ae
22931 Author: Behdad Esfahbod <behdad@behdad.org>
22932 Date: Fri May 11 02:46:26 2012 +0200
22934 Only print class name in debug output if there's one available
22936 src/hb-private.hh | 12 +++++++-----
22937 1 file changed, 7 insertions(+), 5 deletions(-)
22939 commit 85f73fa8da1fbb864aef0f3a592b1d65e24d593d
22940 Author: Behdad Esfahbod <behdad@behdad.org>
22941 Date: Fri May 11 02:40:42 2012 +0200
22943 Only printout class name in tracing, if one is available
22945 Makes debug output much more pleasant.
22947 src/hb-private.hh | 8 ++++++--
22948 1 file changed, 6 insertions(+), 2 deletions(-)
22950 commit 98619ce4fa650c593b030d06d2f89fec83a10015
22951 Author: Behdad Esfahbod <behdad@behdad.org>
22952 Date: Fri May 11 02:34:06 2012 +0200
22956 src/hb-ot-layout-gsubgpos-private.hh | 2 ++
22957 1 file changed, 2 insertions(+)
22959 commit acea183e986dd378c6f95120fe0feb0586a8ef36
22960 Author: Behdad Esfahbod <behdad@behdad.org>
22961 Date: Fri May 11 02:33:11 2012 +0200
22963 Add return annotation for APPLY
22965 src/hb-ot-layout-gpos-table.hh | 163
22966 +++++++++++++++--------------------
22967 src/hb-ot-layout-gsub-table.hh | 114 +++++++++++-------------
22968 src/hb-ot-layout-gsubgpos-private.hh | 83 ++++++++----------
22969 3 files changed, 151 insertions(+), 209 deletions(-)
22971 commit 5ccfe8e2154ad0b58dabcc236bbe9478c17b02ab
22972 Author: Behdad Esfahbod <behdad@behdad.org>
22973 Date: Fri May 11 02:19:41 2012 +0200
22977 src/hb-private.hh | 2 +-
22978 1 file changed, 1 insertion(+), 1 deletion(-)
22980 commit 0ab8c8621712d33e1e91dfdb4ad0b335e3d2a3fb
22981 Author: Behdad Esfahbod <behdad@behdad.org>
22982 Date: Fri May 11 01:25:34 2012 +0200
22984 Annotate SANITIZE return values
22986 More to come, for APPLY, CLOSURE, etc.
22988 src/hb-open-file-private.hh | 23 ++---
22989 src/hb-open-type-private.hh | 49 +++++-----
22990 src/hb-ot-head-table.hh | 4 +-
22991 src/hb-ot-hhea-table.hh | 4 +-
22992 src/hb-ot-hmtx-table.hh | 4 +-
22993 src/hb-ot-layout-common-private.hh | 51 +++++-----
22994 src/hb-ot-layout-gdef-table.hh | 48 +++++-----
22995 src/hb-ot-layout-gpos-table.hh | 180
22996 ++++++++++++++++-------------------
22997 src/hb-ot-layout-gsub-table.hh | 101 +++++++++-----------
22998 src/hb-ot-layout-gsubgpos-private.hh | 88 ++++++++---------
22999 src/hb-ot-maxp-table.hh | 7 +-
23000 src/hb-ot-name-table.hh | 17 ++--
23001 src/hb-private.hh | 39 ++++++--
23002 13 files changed, 299 insertions(+), 316 deletions(-)
23004 commit 829e814ff358c5e700ba4df54932696801aa9f65
23005 Author: Behdad Esfahbod <behdad@behdad.org>
23006 Date: Fri May 11 00:52:16 2012 +0200
23010 src/hb-private.hh | 32 ++++++++++----------------------
23011 1 file changed, 10 insertions(+), 22 deletions(-)
23013 commit 6eec6f406d2cc13dbca422e88492d3d498af02bf
23014 Author: Behdad Esfahbod <behdad@behdad.org>
23015 Date: Fri May 11 00:50:38 2012 +0200
23019 src/hb-private.hh | 36 +++++++++++++++++++++++++-----------
23020 1 file changed, 25 insertions(+), 11 deletions(-)
23022 commit 1e08830b4fac3a60ae52349cab6e101d389d30cd
23023 Author: Behdad Esfahbod <behdad@behdad.org>
23024 Date: Fri May 11 00:16:40 2012 +0200
23026 Beautify debug output
23028 src/hb-open-type-private.hh | 20 ++++++------
23029 src/hb-private.hh | 74
23030 +++++++++++++++++++++++++++------------------
23031 2 files changed, 55 insertions(+), 39 deletions(-)
23033 commit 6f4553801729a06e506ffdde7b27c72780d4bb80
23034 Author: Behdad Esfahbod <behdad@behdad.org>
23035 Date: Thu May 10 23:24:43 2012 +0200
23037 More massaging trace messaging
23039 src/hb-open-type-private.hh | 2 +-
23040 src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
23041 src/hb-private.hh | 4 ++--
23042 3 files changed, 5 insertions(+), 5 deletions(-)
23044 commit b5fa37cb694b01a7df3a656710391c40dd3fcc04
23045 Author: Behdad Esfahbod <behdad@behdad.org>
23046 Date: Thu May 10 23:09:48 2012 +0200
23050 src/hb-set-private.hh | 2 +-
23051 1 file changed, 1 insertion(+), 1 deletion(-)
23053 commit 208109703c929428c684ddcf9310b8ba780c4c31
23054 Author: Behdad Esfahbod <behdad@behdad.org>
23055 Date: Thu May 10 23:06:58 2012 +0200
23057 Better trace message support infrastructure
23059 We have varargs in the trace interface now. To be used soon...
23061 src/hb-open-type-private.hh | 17 ++++------
23062 src/hb-ot-layout-gsubgpos-private.hh | 4 +--
23063 src/hb-private.hh | 64
23064 ++++++++++++++++++++++++++----------
23065 3 files changed, 56 insertions(+), 29 deletions(-)
23067 commit 02b2922fbf098c8282eb23dc2c54d5829cf67024
23068 Author: Behdad Esfahbod <behdad@behdad.org>
23069 Date: Thu May 10 21:44:50 2012 +0200
23071 [Indic] Towards better Reph positioning
23073 Fixed for Deva cases with two full-form consonants. Failures **way**
23075 Not much left to go :-).
23077 src/hb-ot-shape-complex-indic.cc | 111
23078 ++++++++++++++++++++++++++++-----------
23079 1 file changed, 80 insertions(+), 31 deletions(-)
23081 commit 74e54cf446bb979e488685e8c09eeed6b9d03c24
23082 Author: Behdad Esfahbod <behdad@behdad.org>
23083 Date: Thu May 10 21:20:37 2012 +0200
23085 [Indic] Add Ra back for scripts without Reph
23087 We now check that the 'rphp' table exists before forming Reph, so
23088 we don't need to comment out Ra for those scripts.
23090 src/hb-ot-shape-complex-indic-private.hh | 10 +++++-----
23091 1 file changed, 5 insertions(+), 5 deletions(-)
23093 commit 2b70df5cc008617453b12bafeaac50e6d61b3224
23094 Author: Behdad Esfahbod <behdad@behdad.org>
23095 Date: Thu May 10 18:38:22 2012 +0200
23097 [Indic] Add note re Uniscribe clusters
23099 src/hb-ot-shape-complex-indic.cc | 4 ++++
23100 1 file changed, 4 insertions(+)
23102 commit 21d2803133c2c424ed37a9f3d17c7fc4963e5a60
23103 Author: Behdad Esfahbod <behdad@behdad.org>
23104 Date: Thu May 10 18:34:34 2012 +0200
23106 [Indic] Do clustering like Uniscribe does
23108 Hindi Wikipedia failures down to 6639 (0.938381%)!
23110 src/hb-ot-shape-complex-indic.cc | 24 ++++++++++++++++++++----
23111 1 file changed, 20 insertions(+), 4 deletions(-)
23113 commit b20c9ebaf5176101fdfcffbe4714a2e619dd94b6
23114 Author: Behdad Esfahbod <behdad@behdad.org>
23115 Date: Thu May 10 18:31:17 2012 +0200
23117 [Indic] Add test for matra group
23119 The spec says: "[{M}+[N]+[H]]", and that's what Uniscribe implements.
23120 We instead do: "{M+[N]+[H]}", which means we allow Nukta and Halant
23121 after all Matras, not just the last one. It makes more sense.
23123 .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/MANIFEST
23125 .../shaper-indic/indic/script-devanagari/misc/spec-deviations.txt
23127 2 files changed, 2 insertions(+)
23129 commit 8df5636968389ac7bf8620ccd091fd4872b0bbee
23130 Author: Behdad Esfahbod <behdad@behdad.org>
23131 Date: Thu May 10 15:41:04 2012 +0200
23133 [Indic] Reorder Reph to before the Halant after Matras
23135 Uniscribe doesn't do it, but we want to do as it gives the Reph the
23136 opportunity to interact with the Matras. Test with mangal for
23138 Sequence: <0930,094d,0915,094b,094d>
23139 In test suite already.
23141 src/hb-ot-shape-complex-indic.cc | 12 ++++++++++++
23142 1 file changed, 12 insertions(+)
23144 commit daf3234bdc82c669302599a76d2b14f5e69989db
23145 Author: Behdad Esfahbod <behdad@behdad.org>
23146 Date: Thu May 10 15:28:27 2012 +0200
23148 [Indic] Don't clear the mask for Reph
23150 This was removing the mandatory global 1 bit in the mask and hence
23151 disabling GPOS for Reph!
23153 src/hb-ot-shape-complex-indic.cc | 2 +-
23154 1 file changed, 1 insertion(+), 1 deletion(-)
23156 commit 7708ee23cbcc8c8edce13e73b6e549b77bd8c2d0
23157 Author: Behdad Esfahbod <behdad@behdad.org>
23158 Date: Thu May 10 14:48:25 2012 +0200
23160 [Indic] Improve Left Matra repositioning
23162 Move its dependents too.
23164 src/hb-ot-shape-complex-indic.cc | 2 +-
23165 1 file changed, 1 insertion(+), 1 deletion(-)
23167 commit 61a58e26a5bda16851669404fc8206896e124740
23168 Author: Behdad Esfahbod <behdad@behdad.org>
23169 Date: Thu May 10 14:43:53 2012 +0200
23171 [Indic] Add tricky reordering test cases
23173 In the case of Consonant,LeftMatra,Halant, Uniscribe leaves the Halant
23174 where it is, but we want to move it with the Matra as that makes more
23177 .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/MANIFEST |
23179 .../shaper-indic/indic/script-devanagari/misc/tricky-reordering.txt |
23181 2 files changed, 5 insertions(+)
23183 commit dbb105883c6e9b83e78dc8b10766cd56b98cd7e1
23184 Author: Behdad Esfahbod <behdad@behdad.org>
23185 Date: Thu May 10 13:45:52 2012 +0200
23187 [Indic] Do Reph repositioning in final reordering like the spec says
23189 This introduced a failure, which we tracked down to a test case
23192 U+092E,U+094B,U+094D,U+0930
23194 The final character is a Ra that should be put in a syllable of it's
23195 own. And we do. But it will interact with the Halant before it. So
23196 now we finally are convinced that we have to limit features to
23198 boundaries. That's coming after lunch!
23200 src/hb-ot-shape-complex-indic-private.hh | 2 -
23201 src/hb-ot-shape-complex-indic.cc | 103
23202 +++++++++++++++++++------------
23203 2 files changed, 64 insertions(+), 41 deletions(-)
23205 commit 4705a7026900e51f6430f03a73c87f2df035df92
23206 Author: Behdad Esfahbod <behdad@behdad.org>
23207 Date: Thu May 10 13:09:08 2012 +0200
23211 src/hb-ot-shape-complex-indic.cc | 3 +++
23212 1 file changed, 3 insertions(+)
23214 commit 4ac9e98d9d2ea973dd612dc4063cf78496c643a0
23215 Author: Behdad Esfahbod <behdad@behdad.org>
23216 Date: Thu May 10 12:53:53 2012 +0200
23218 [Indic] Reorder left matras to be closer to base
23220 src/hb-ot-shape-complex-indic-private.hh | 4 ---
23221 src/hb-ot-shape-complex-indic.cc | 50
23222 +++++++++++++++++++++++++++++---
23223 2 files changed, 46 insertions(+), 8 deletions(-)
23225 commit 1a1fa8c655a082fc1439608457ba717306cc83ca
23226 Author: Behdad Esfahbod <behdad@behdad.org>
23227 Date: Thu May 10 12:20:21 2012 +0200
23229 [Indic] Treat the standalone cluster case reusing the consonant logic
23231 src/hb-ot-shape-complex-indic.cc | 12 ++++++------
23232 1 file changed, 6 insertions(+), 6 deletions(-)
23234 commit 190eb31a16178269aecaf5d2ecc9012f956749f4
23235 Author: Behdad Esfahbod <behdad@behdad.org>
23236 Date: Thu May 10 12:17:16 2012 +0200
23240 src/hb-ot-shape-complex-indic.cc | 2 +-
23241 1 file changed, 1 insertion(+), 1 deletion(-)
23243 commit c5306b6861cfaa50af40e8ceb058791fa06d7981
23244 Author: Behdad Esfahbod <behdad@behdad.org>
23245 Date: Thu May 10 12:07:33 2012 +0200
23247 [Indic] Handle Vowel syllables
23249 Reusing the consonant logic!
23251 src/hb-ot-shape-complex-indic-private.hh | 3 +--
23252 src/hb-ot-shape-complex-indic.cc | 11 ++++++-----
23253 2 files changed, 7 insertions(+), 7 deletions(-)
23255 commit 6d8e0cb74c02f6bc09cd4abe9e4bc82062e1b517
23256 Author: Behdad Esfahbod <behdad@behdad.org>
23257 Date: Thu May 10 11:41:51 2012 +0200
23259 [Indic] Simplify Reph logic
23261 src/hb-ot-shape-complex-indic.cc | 24 +++++-------------------
23262 1 file changed, 5 insertions(+), 19 deletions(-)
23264 commit 3d25079f8d6be81b9b4b91d3a97016b8a572f571
23265 Author: Behdad Esfahbod <behdad@behdad.org>
23266 Date: Thu May 10 11:37:42 2012 +0200
23268 [Indic] Don't form Reph is Ra is the only consonant in the syllable
23270 src/hb-ot-shape-complex-indic-private.hh | 2 +-
23271 src/hb-ot-shape-complex-indic.cc | 10 ++++++++++
23272 2 files changed, 11 insertions(+), 1 deletion(-)
23274 commit b99d63ae114fb58f129562b293a8a66543d499ad
23275 Author: Behdad Esfahbod <behdad@behdad.org>
23276 Date: Thu May 10 11:32:52 2012 +0200
23278 [Indic] Increase max syllable length
23280 20 was way too low, one could hit a syllable with 7ish consonants
23283 src/hb-ot-shape-complex-indic.cc | 2 +-
23284 1 file changed, 1 insertion(+), 1 deletion(-)
23286 commit a391ff50b9a7b6ac3e58d199ea726b20ee6839bb
23287 Author: Behdad Esfahbod <behdad@behdad.org>
23288 Date: Thu May 10 11:31:20 2012 +0200
23290 [Indic] Adjust base after sorting
23292 src/hb-ot-shape-complex-indic.cc | 11 ++++++++++-
23293 1 file changed, 10 insertions(+), 1 deletion(-)
23295 commit d3637edb248162970e202e9d0671540274192844
23296 Author: Behdad Esfahbod <behdad@behdad.org>
23297 Date: Thu May 10 10:51:38 2012 +0200
23299 [Indic] Don't return for long syllables. Just not sort.
23301 src/hb-ot-shape-complex-indic.cc | 6 ++----
23302 1 file changed, 2 insertions(+), 4 deletions(-)
23304 commit dfa0cade7fce3791e47eaa7edcd23da76c7a0ed0
23305 Author: Behdad Esfahbod <behdad@behdad.org>
23306 Date: Wed May 9 19:10:07 2012 +0200
23308 Fix Uniscribe clusters with multiple items
23310 src/hb-uniscribe.cc | 3 +++
23311 1 file changed, 3 insertions(+)
23313 commit 86e5dd386a7989701da476db89be268e4ac1e219
23314 Author: Behdad Esfahbod <behdad@behdad.org>
23315 Date: Wed May 9 18:57:37 2012 +0200
23317 [Indic] Don't give up syllable parsing upon junk
23319 src/hb-ot-shape-complex-indic-machine.rl | 4 ++--
23320 1 file changed, 2 insertions(+), 2 deletions(-)
23322 commit ef24cc8c8e2478a6352c340f4611a617646de4cc
23323 Author: Behdad Esfahbod <behdad@behdad.org>
23324 Date: Wed May 9 17:56:03 2012 +0200
23326 [Indic] Towards multi-cluster syllables and final reordering
23328 src/hb-ot-shape-complex-arabic.cc | 2 +-
23329 src/hb-ot-shape-complex-indic-machine.rl | 21 ++++++++++-----
23330 src/hb-ot-shape-complex-indic-private.hh | 1 +
23331 src/hb-ot-shape-complex-indic.cc | 45
23332 +++++++++++++++++++++++---------
23333 src/hb-ot-shape-complex-private.hh | 5 ++--
23334 5 files changed, 51 insertions(+), 23 deletions(-)
23336 commit a9844d41c6cb30d8a2d733130a0e72f51b6c81c1
23337 Author: Behdad Esfahbod <behdad@behdad.org>
23338 Date: Wed May 9 17:53:13 2012 +0200
23340 Combine lig_id and lig_comp into one byte, to free up one for Indic
23342 src/hb-ot-layout-gpos-table.hh | 14 ++++++++------
23343 src/hb-ot-layout-gsub-table.hh | 11 ++++-------
23344 src/hb-ot-layout-gsubgpos-private.hh | 26 ++++++++++++++++++++++----
23345 3 files changed, 34 insertions(+), 17 deletions(-)
23347 commit 92332e5116271a5d96e532005fe750e7552a6cbb
23348 Author: Behdad Esfahbod <behdad@behdad.org>
23349 Date: Wed May 9 17:40:00 2012 +0200
23353 src/hb-ot-shape-complex-indic.cc | 41
23354 ++++++++++++++++++++--------------------
23355 1 file changed, 21 insertions(+), 20 deletions(-)
23357 commit dbccf87eef0d26838fa4bb3ae26410f6c4818836
23358 Author: Behdad Esfahbod <behdad@behdad.org>
23359 Date: Wed May 9 17:24:39 2012 +0200
23361 [Indic] Make room for more reordering positions
23363 src/hb-ot-shape-complex-indic-private.hh | 213
23364 ++++++++++++++++---------------
23365 src/hb-ot-shape-complex-indic.cc | 12 +-
23366 2 files changed, 115 insertions(+), 110 deletions(-)
23368 commit d4480ace7fdbe48aeaf77278c032b8b2ef2ebe8e
23369 Author: Behdad Esfahbod <behdad@behdad.org>
23370 Date: Wed May 9 15:56:35 2012 +0200
23372 [Indic] Improve matra vs consonant ordering
23376 src/hb-ot-shape-complex-indic-private.hh | 32
23377 ++++++++++++++++++++------------
23378 src/hb-ot-shape-complex-indic.cc | 6 +++---
23379 src/indic.cc | 2 +-
23380 3 files changed, 24 insertions(+), 16 deletions(-)
23382 commit 33c92e769563ec2a6c1249b57d8cac742eea6f88
23383 Author: Behdad Esfahbod <behdad@behdad.org>
23384 Date: Wed May 9 15:41:51 2012 +0200
23386 [Indic] Categorize Anudatta
23388 src/hb-ot-shape-complex-indic.cc | 9 +++++++--
23389 1 file changed, 7 insertions(+), 2 deletions(-)
23391 commit 3943293a9942201d8fc8d59212fcc8cca5132e3d
23392 Author: Behdad Esfahbod <behdad@behdad.org>
23393 Date: Wed May 9 15:27:56 2012 +0200
23395 [Indic] Add joiner test cases for Devanagari
23397 .../indic/script-devanagari/misc/MANIFEST | 1 +
23398 .../indic/script-devanagari/misc/joiners.txt | 19
23399 +++++++++++++++++++
23400 2 files changed, 20 insertions(+)
23402 commit 19d984edaa4f86c842345a9d4150597e045e1887
23403 Author: Behdad Esfahbod <behdad@behdad.org>
23404 Date: Wed May 9 15:21:13 2012 +0200
23406 [Indic] Make sure Reph jumps over all matras to the right
23408 Another 12 thousand failures gone! (78 to go)
23410 src/hb-ot-shape-complex-indic.cc | 2 +-
23411 1 file changed, 1 insertion(+), 1 deletion(-)
23413 commit 9034641333d7bfb41a0784cce72e43591faea083
23414 Author: Behdad Esfahbod <behdad@behdad.org>
23415 Date: Wed May 9 15:04:58 2012 +0200
23417 [Indic] Keep Vedic signs at the right too
23419 src/hb-ot-shape-complex-indic.cc | 3 ++-
23420 1 file changed, 2 insertions(+), 1 deletion(-)
23422 commit d1deaa2f5bd028e8076265cba92cffa4fa2834ac
23423 Author: Behdad Esfahbod <behdad@behdad.org>
23424 Date: Wed May 9 15:04:13 2012 +0200
23426 Replace zerowidth invisible chars with a zero-advance space glyph
23428 Like Uniscribe does.
23430 src/hb-ot-shape-complex-arabic.cc | 3 ++-
23431 src/hb-ot-shape-complex-indic.cc | 20 -------------------
23432 src/hb-ot-shape-complex-private.hh | 4 ++--
23433 src/hb-ot-shape-normalize.cc | 25 +++++++++--------------
23434 src/hb-ot-shape-private.hh | 27 +++++++++++++++++++++++++
23435 src/hb-ot-shape.cc | 41
23436 +++++++++++++++++++++++++-------------
23437 src/hb-unicode-private.hh | 38
23438 +++++++++++++++++++++++++++++++++++
23439 7 files changed, 105 insertions(+), 53 deletions(-)
23441 commit 49e5da1591b8d28f01e7ff9caac9d9ac53668bba
23442 Author: Behdad Esfahbod <behdad@behdad.org>
23443 Date: Wed May 9 13:23:27 2012 +0200
23445 [indic] Keep the syllable modifier marks to the right
23447 Shaping failures on Hindi Wikipedia go down from 25% to 14%!
23449 src/hb-ot-shape-complex-indic.cc | 2 ++
23450 1 file changed, 2 insertions(+)
23452 commit 5b1260909350bffa3e3d06da346f9f86ce651dbb
23453 Author: Behdad Esfahbod <behdad@behdad.org>
23454 Date: Wed May 9 12:37:27 2012 +0200
23458 src/hb-ot-shape-complex-private.hh | 2 +-
23459 1 file changed, 1 insertion(+), 1 deletion(-)
23461 commit 9ce939232bbce8f51e235195e3854d1e8bb961f8
23462 Author: Behdad Esfahbod <behdad@behdad.org>
23463 Date: Wed May 9 12:03:09 2012 +0200
23467 src/hb-ot-shape-complex-indic-private.hh | 14 +++++++-------
23468 1 file changed, 7 insertions(+), 7 deletions(-)
23470 commit 76b3409de6887c1cdd5c679939497b1b56f4554b
23471 Author: Behdad Esfahbod <behdad@behdad.org>
23472 Date: Wed May 9 11:43:43 2012 +0200
23474 [indic] Better Reph matching
23476 src/hb-ot-shape-complex-indic.cc | 21 +++++++++++++++------
23477 1 file changed, 15 insertions(+), 6 deletions(-)
23479 commit df6d45c693c417bf311e6fa49f18a8558542e525
23480 Author: Behdad Esfahbod <behdad@behdad.org>
23481 Date: Wed May 9 11:38:31 2012 +0200
23485 src/hb-ot-shape-complex-indic.cc | 2 +-
23486 1 file changed, 1 insertion(+), 1 deletion(-)
23488 commit 412b91889d9a1ae477e8b6907d0b9a76e78a6c91
23489 Author: Behdad Esfahbod <behdad@behdad.org>
23490 Date: Wed May 9 11:07:18 2012 +0200
23492 [indic] Apply Indic features in order
23494 src/hb-ot-shape-complex-indic.cc | 8 ++++++--
23495 1 file changed, 6 insertions(+), 2 deletions(-)
23497 commit 1ac075b227090a9ad930dcc1670236c176b27067
23498 Author: Behdad Esfahbod <behdad@behdad.org>
23499 Date: Wed May 9 11:06:47 2012 +0200
23501 [indic] Apply rakaar forms
23503 Fixes 10% of the failures against all of Hindi Wikipedia!
23505 src/hb-ot-shape-complex-indic.cc | 2 +-
23506 1 file changed, 1 insertion(+), 1 deletion(-)
23508 commit 2214a03900d32710573a1b05c7665195b3129761
23509 Author: Behdad Esfahbod <behdad@behdad.org>
23510 Date: Wed May 9 09:54:54 2012 +0200
23514 test/shaping/Makefile.am | 1 +
23515 test/shaping/hb-diff-ngrams | 5 +++
23516 test/shaping/hb_test_tools.py | 71
23517 ++++++++++++++++++++++++++++++++++++++++---
23518 3 files changed, 72 insertions(+), 5 deletions(-)
23520 commit 178e6dce01ad28c8708bad62ce0fb79c46e836dc
23521 Author: Behdad Esfahbod <behdad@behdad.org>
23522 Date: Wed May 9 08:57:29 2012 +0200
23524 Add N-gram generator
23526 test/shaping/hb_test_tools.py | 72
23527 +++++++++++++++++++++++++++++++++++++++++--
23528 1 file changed, 70 insertions(+), 2 deletions(-)
23530 commit 98669ceb77657d60435f2cb2e3fc18272c0a2c6a
23531 Author: Behdad Esfahbod <behdad@behdad.org>
23532 Date: Wed May 9 08:16:15 2012 +0200
23536 test/shaping/hb_test_tools.py | 26 ++++++++------------------
23537 1 file changed, 8 insertions(+), 18 deletions(-)
23539 commit c438a14b62433db488b5c90854a4a3934adf3305
23540 Author: Behdad Esfahbod <behdad@behdad.org>
23541 Date: Wed May 9 07:45:17 2012 +0200
23545 test/shaping/Makefile.am | 1 +
23546 test/shaping/hb-diff-stat | 5 +++++
23547 test/shaping/hb_test_tools.py | 22 ++++++++++++++++++++--
23548 3 files changed, 26 insertions(+), 2 deletions(-)
23550 commit 1058d031e2046eb80331b0950eaff75c2bf608dc
23551 Author: Behdad Esfahbod <behdad@behdad.org>
23552 Date: Wed May 9 07:30:07 2012 +0200
23554 Make hb-diff-filter-failtures retain all test info for failed tests
23556 test/shaping/hb_test_tools.py | 33 ++++++++++++++++++++++++++-------
23557 1 file changed, 26 insertions(+), 7 deletions(-)
23559 commit f1eb008cc727370e1bd0dc32fdf301f62d9ff981
23560 Author: Behdad Esfahbod <behdad@behdad.org>
23561 Date: Tue May 8 23:41:41 2012 +0200
23563 Add hb-diff-colorize
23565 Accepts --format=html now.
23567 test/shaping/Makefile.am | 1 +
23568 test/shaping/hb-diff | 4 +-
23569 test/shaping/hb-diff-colorize | 7 ++
23570 test/shaping/hb_test_tools.py | 158
23571 +++++++++++++++++++++++++-----------------
23572 4 files changed, 106 insertions(+), 64 deletions(-)
23574 commit 9155e4ffe00c96a2c14e14a300004b1038ca3a9c
23575 Author: Behdad Esfahbod <behdad@behdad.org>
23576 Date: Tue May 8 22:44:21 2012 +0200
23580 Doesn't do --color anymore. That will go into a new hb-diff-colorize
23583 test/shaping/hb-diff | 10 +++-------
23584 test/shaping/hb_test_tools.py | 32 ++++++++++++++++++--------------
23585 2 files changed, 21 insertions(+), 21 deletions(-)
23587 commit 7d22135b4c3f8fb70552302bf8239df9976dddda
23588 Author: Behdad Esfahbod <behdad@behdad.org>
23589 Date: Tue May 8 19:38:49 2012 +0200
23591 Make hb-diff faster
23593 test/shaping/hb_test_tools.py | 6 ++++--
23594 1 file changed, 4 insertions(+), 2 deletions(-)
23596 commit a93e238e05a2f70a6e664e5d04ba25bbd54493dc
23597 Author: Behdad Esfahbod <behdad@behdad.org>
23598 Date: Tue May 8 18:55:29 2012 +0200
23602 .../texts/in-tree/shaper-arabic/script-mongolian/misc/MANIFEST | 1 +
23603 .../texts/in-tree/shaper-arabic/script-mongolian/misc/poem.txt | 4 ++++
23604 .../in-tree/shaper-indic/indic/script-bengali/misc/MANIFEST | 1 +
23605 .../in-tree/shaper-indic/indic/script-bengali/misc/reph.txt |
23607 4 files changed, 16 insertions(+)
23609 commit 1a2a4a0078dda834443edd421037a4bcbad18c5e
23610 Author: Behdad Esfahbod <behdad@behdad.org>
23611 Date: Sat May 5 22:38:20 2012 +0200
23613 Fix warning and build issues
23615 As reported by Jonathan Kew on the list.
23617 src/hb-set-private.hh | 2 +-
23618 src/main.cc | 9 +++++----
23619 2 files changed, 6 insertions(+), 5 deletions(-)
23621 commit a5e39fed85e069ba1afbf90408349ad99ceb0e1d
23622 Author: Behdad Esfahbod <behdad@behdad.org>
23623 Date: Wed Apr 25 00:14:46 2012 -0400
23627 src/hb-set-private.hh | 2 ++
23628 src/hb-set.cc | 2 ++
23629 2 files changed, 4 insertions(+)
23631 commit 1827dc208c867e433a95237d1ed3fc7a73d1d9a7
23632 Author: Behdad Esfahbod <behdad@behdad.org>
23633 Date: Tue Apr 24 16:56:37 2012 -0400
23635 Add hb_ot_shape_glyphs_closure()
23637 Experimental API for now.
23639 src/hb-ot-map-private.hh | 7 ++++---
23640 src/hb-ot-shape.cc | 35 +++++++++++++++++++++++++++++++++++
23641 src/hb-ot.h | 8 ++++++++
23642 src/hb-set-private.hh | 3 +++
23643 4 files changed, 50 insertions(+), 3 deletions(-)
23645 commit bb09f0ec10216b11189b5e8584856adf0f14d1fc
23646 Author: Behdad Esfahbod <behdad@behdad.org>
23647 Date: Tue Apr 24 16:02:12 2012 -0400
23651 src/hb-unicode.cc | 2 --
23652 1 file changed, 2 deletions(-)
23654 commit 29a7e306e30e894f7a38daf73eca9fc772c58158
23655 Author: Behdad Esfahbod <behdad@behdad.org>
23656 Date: Tue Apr 24 16:01:30 2012 -0400
23660 src/hb-ot-shape-normalize.cc | 1 +
23661 1 file changed, 1 insertion(+)
23663 commit 585b107cdee7305920dacc83c9ee1f8eeff7afd1
23664 Author: Behdad Esfahbod <behdad@behdad.org>
23665 Date: Tue Apr 24 16:00:50 2012 -0400
23667 Add test caes for a minority language using Bengali
23669 U+0985 BENGALI LETTER A followed by U+09D7 BENGALI AU LENGTH MARK.
23670 According to Bobby de Vos on the mailing list, this results in
23672 circle with most shaping engines, but is a legitimate sequence in this
23675 We reached the consensus on the list to NOT implement dotted-circle
23678 .../texts/in-tree/shaper-indic/indic/script-bengali/misc/misc.txt
23680 1 file changed, 1 insertion(+)
23682 commit 6c6ccaf575392f6e6bb9a15534026e4ea462705b
23683 Author: Behdad Esfahbod <behdad@behdad.org>
23684 Date: Tue Apr 24 14:21:15 2012 -0400
23686 Add a few more set operations
23688 TODO: Tests for hb_set_t.
23690 src/hb-set-private.hh | 54
23691 +++++++++++++++++++++++++++++++++++++++++++++++++-
23693 +++++++++++++++++++++++++++++++++++++++++++++++++++
23694 src/hb-set.h | 34 ++++++++++++++++++++++++++++---
23695 3 files changed, 139 insertions(+), 4 deletions(-)
23697 commit 5caece67ab9eee322bdcdf6f4b607eadde297e56
23698 Author: Behdad Esfahbod <behdad@behdad.org>
23699 Date: Mon Apr 23 23:03:12 2012 -0400
23701 Make closure() return void
23703 src/hb-ot-layout-gsub-table.hh | 142 +++++++++++++-----------------
23704 src/hb-ot-layout-gsubgpos-private.hh | 165
23705 ++++++++++++++++++-----------------
23706 src/hb-ot-layout.cc | 10 +--
23707 src/hb-ot-layout.h | 8 +-
23708 src/hb-set-private.hh | 20 ++---
23709 5 files changed, 157 insertions(+), 188 deletions(-)
23711 commit 0b08adb3539f2ec29682456b89c69e89ff5e9c03
23712 Author: Behdad Esfahbod <behdad@behdad.org>
23713 Date: Mon Apr 23 22:41:09 2012 -0400
23718 src/Makefile.am | 3 +
23719 src/hb-ot-layout-common-private.hh | 1 +
23720 src/hb-ot-layout-private.hh | 47 ---------------
23721 src/hb-ot-layout.h | 2 -
23722 src/hb-set-private.hh | 95 +++++++++++++++++++++++++++++
23723 src/hb-set.cc | 120
23724 +++++++++++++++++++++++++++++++++++++
23725 src/hb-set.h | 91 ++++++++++++++++++++++++++++
23727 9 files changed, 313 insertions(+), 49 deletions(-)
23729 commit 5b93e8d94fb4c2474816304ae3f52e1c704882de
23730 Author: Behdad Esfahbod <behdad@behdad.org>
23731 Date: Mon Apr 23 22:26:13 2012 -0400
23733 Update copyright headers
23735 src/hb-ot-layout-common-private.hh | 2 +-
23736 src/hb-ot-layout-gpos-table.hh | 2 +-
23737 src/hb-ot-layout-gsub-table.hh | 2 +-
23738 src/hb-ot-layout-gsubgpos-private.hh | 2 +-
23739 4 files changed, 4 insertions(+), 4 deletions(-)
23741 commit 6a9be5bd3524dc3eb1e88d1063bde2e4d8b57011
23742 Author: Behdad Esfahbod <behdad@behdad.org>
23743 Date: Mon Apr 23 22:23:17 2012 -0400
23745 Rename hb_glyph_map_t to hb_set_t
23747 src/hb-ot-layout-common-private.hh | 16 ++++++++--------
23748 src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++------
23749 src/hb-ot-layout-private.hh | 2 +-
23750 src/hb-ot-layout.cc | 2 +-
23751 src/hb-ot-layout.h | 4 ++--
23752 src/hb-ot-map-private.hh | 2 +-
23753 src/hb-ot-map.cc | 2 +-
23754 7 files changed, 20 insertions(+), 20 deletions(-)
23756 commit a4385f0b0a6949e2ce49e6a147ad4beaa724f6c3
23757 Author: Behdad Esfahbod <behdad@behdad.org>
23758 Date: Mon Apr 23 22:20:14 2012 -0400
23762 src/hb-ot-shape.cc | 5 ++---
23763 1 file changed, 2 insertions(+), 3 deletions(-)
23765 commit 8e3715f8a16b315c1c7dd4b256e7f68a36c53e7c
23766 Author: Behdad Esfahbod <behdad@behdad.org>
23767 Date: Mon Apr 23 22:18:54 2012 -0400
23771 src/hb-buffer-private.hh | 2 +-
23772 src/hb-buffer.cc | 2 +-
23773 src/hb-graphite2.cc | 5 ++---
23774 src/hb-ot-shape-complex-arabic.cc | 4 ++--
23775 src/hb-ot-shape-complex-misc.cc | 4 ++--
23776 5 files changed, 8 insertions(+), 9 deletions(-)
23778 commit d2984a241e4819474d827b1dd5d4b6d76596b3a5
23779 Author: Behdad Esfahbod <behdad@behdad.org>
23780 Date: Mon Apr 23 17:21:14 2012 -0400
23782 Add map->substitute_closure()
23784 src/hb-ot-map-private.hh | 3 +++
23785 src/hb-ot-map.cc | 15 +++++++++++++++
23786 2 files changed, 18 insertions(+)
23788 commit 31081f7390e5130df72f89acc609ccab5dc77a48
23789 Author: Behdad Esfahbod <behdad@behdad.org>
23790 Date: Mon Apr 23 16:54:58 2012 -0400
23792 Implement closure() for Context and ChainContext lookups
23794 src/hb-ot-layout-common-private.hh | 54 ++++++
23795 src/hb-ot-layout-gsubgpos-private.hh | 347
23796 ++++++++++++++++++++++++++++-------
23797 src/hb-ot-layout-private.hh | 23 ++-
23798 3 files changed, 351 insertions(+), 73 deletions(-)
23800 commit c64ddab3c34897cd520d4d73a054866e649e8793
23801 Author: Behdad Esfahbod <behdad@behdad.org>
23802 Date: Mon Apr 23 15:28:35 2012 -0400
23804 Flesh out closure() for GSUB
23806 The GSUBGPOS part still missing.
23808 src/hb-ot-layout-common-private.hh | 61 ++++++++++++++------
23809 src/hb-ot-layout-gsub-table.hh | 112
23810 ++++++++++++++++++++++++++++---------
23811 src/hb-ot-layout-private.hh | 34 +++++++++++
23812 src/hb-ot-layout.h | 2 +-
23813 4 files changed, 165 insertions(+), 44 deletions(-)
23815 commit 0da132bde4d576a03095d6738507954f7f85103d
23816 Author: Behdad Esfahbod <behdad@behdad.org>
23817 Date: Mon Apr 23 14:21:33 2012 -0400
23821 src/hb-ot-layout-common-private.hh | 30 +++++++++++++++++++++---------
23822 1 file changed, 21 insertions(+), 9 deletions(-)
23824 commit 3e32cd9570fd8b09901fb790b80365ae425f681a
23825 Author: Behdad Esfahbod <behdad@behdad.org>
23826 Date: Mon Apr 23 13:20:52 2012 -0400
23830 src/hb-ot-layout-gsubgpos-private.hh | 1 -
23831 src/hb-ot-layout.cc | 6 +++---
23832 src/hb-ot-layout.h | 8 ++++++++
23833 src/hb-private.hh | 4 +++-
23834 4 files changed, 14 insertions(+), 5 deletions(-)
23836 commit 650ac00da3d2f988197393f34d40f0ba1a0fa093
23837 Author: Behdad Esfahbod <behdad@behdad.org>
23838 Date: Mon Apr 23 13:17:09 2012 -0400
23842 src/hb-ot-layout-gpos-table.hh | 27 +++++++++++--------------
23843 src/hb-ot-layout-gsub-table.hh | 39
23844 +++++++++++++++++-------------------
23845 src/hb-ot-layout-gsubgpos-private.hh | 8 ++------
23846 src/hb-ot-layout.cc | 6 ++++--
23847 4 files changed, 36 insertions(+), 44 deletions(-)
23849 commit f94b0aa64609654497ced9c00312c9643eb69053
23850 Author: Behdad Esfahbod <behdad@behdad.org>
23851 Date: Mon Apr 23 13:04:38 2012 -0400
23853 Add "closure" operation stubs to GSUB
23857 src/hb-ot-layout-gsub-table.hh | 179
23858 +++++++++++++++++++++++++++++++++++
23859 src/hb-ot-layout-gsubgpos-private.hh | 110 ++++++++++++++++++++-
23860 src/hb-ot-layout.cc | 8 ++
23861 3 files changed, 293 insertions(+), 4 deletions(-)
23863 commit 7d50d502635d7c95e6bd091e7d4cc993f0853f76
23864 Author: Behdad Esfahbod <behdad@behdad.org>
23865 Date: Mon Apr 23 13:02:14 2012 -0400
23867 Add Coverage iterators
23869 src/hb-ot-layout-common-private.hh | 59
23870 ++++++++++++++++++++++++++++++++++++++
23871 1 file changed, 59 insertions(+)
23873 commit 3ed4634ec349fa9e943ad23718c04be4dd4bba62
23874 Author: Behdad Esfahbod <behdad@behdad.org>
23875 Date: Thu Apr 19 22:34:06 2012 -0400
23877 Add Indic inspection tool
23879 src/Makefile.am | 7 +-
23880 src/hb-ot-shape-complex-indic-private.hh | 264
23881 +++++++++++++++++++++++++++++++
23882 src/hb-ot-shape-complex-indic.cc | 229
23883 +--------------------------
23884 src/indic.cc | 46 ++++++
23885 4 files changed, 317 insertions(+), 229 deletions(-)
23887 commit a06411ecf93c7e5256e363eef3ef69554896dd55
23888 Author: Behdad Esfahbod <behdad@behdad.org>
23889 Date: Thu Apr 19 22:28:25 2012 -0400
23891 Minor matra renumbering
23893 Should have no visible effect.
23895 src/hb-ot-shape-complex-indic.cc | 30 +++++++++++++++++-------------
23896 1 file changed, 17 insertions(+), 13 deletions(-)
23898 commit 36608941f3cc530fea57282fa175e4cc3b4c66c6
23899 Author: Behdad Esfahbod <behdad@behdad.org>
23900 Date: Thu Apr 19 22:21:38 2012 -0400
23902 Add GSUB "would_apply" API
23904 To be used in the Indic shaper later. Unused for now.
23906 src/hb-ot-layout-gsub-table.hh | 140
23907 ++++++++++++++++++++++++++++++++++++++++-
23908 1 file changed, 138 insertions(+), 2 deletions(-)
23910 commit a0d4caeb91fa5e5f2090db4efc35c64ff9a64789
23911 Author: Behdad Esfahbod <behdad@behdad.org>
23912 Date: Tue Apr 17 13:42:30 2012 -0400
23917 1 file changed, 3 insertions(+)
23919 commit a5e40542ab9508f0ba6f822f1262d93fccb71f45
23920 Author: Behdad Esfahbod <behdad@behdad.org>
23921 Date: Tue Apr 17 12:37:19 2012 -0400
23923 Make font immutable in hb_shape()
23925 src/hb-shape.cc | 2 ++
23926 1 file changed, 2 insertions(+)
23928 commit 3cde23664fbbe9cd2ac1b8fd5eb2ea288309cc9c
23929 Author: Behdad Esfahbod <behdad@behdad.org>
23930 Date: Tue Apr 17 11:44:49 2012 -0400
23932 Minor note re Graphite
23934 src/hb-graphite2.cc | 3 +++
23935 1 file changed, 3 insertions(+)
23937 commit 4dc2449d92308f8dd366142831c0b85bd30ea5a9
23938 Author: Behdad Esfahbod <behdad@behdad.org>
23939 Date: Tue Apr 17 11:39:48 2012 -0400
23941 Fix leak in graphite
23943 src/hb-graphite2.cc | 1 +
23944 1 file changed, 1 insertion(+)
23946 commit 0290bbf8611aa881daed907f22256a431250c90a
23947 Author: Behdad Esfahbod <behdad@behdad.org>
23948 Date: Tue Apr 17 10:28:21 2012 -0400
23950 Add another Thai test
23952 test/shaping/texts/in-tree/shaper-thai/misc/misc.txt | 1 +
23953 1 file changed, 1 insertion(+)
23955 commit 9ceca3aeb14cc096f5f87660cf7351bc35073084
23956 Author: Behdad Esfahbod <behdad@behdad.org>
23957 Date: Mon Apr 16 21:05:51 2012 -0400
23959 Fix ragel regexp in vowel-based syllable
23961 As reported by datao zhang on the mailing list.
23963 src/hb-ot-shape-complex-indic-machine.rl | 2 +-
23964 1 file changed, 1 insertion(+), 1 deletion(-)
23966 commit b870afcd1b436614af95db6dc297e54c8f03f0cd
23967 Author: Behdad Esfahbod <behdad@behdad.org>
23968 Date: Mon Apr 16 21:05:11 2012 -0400
23970 Rewrite ragel expression to better match the one on MS spec
23972 https://www.microsoft.com/typography/otfntdev/devanot/shaping.aspx
23974 src/hb-ot-shape-complex-indic-machine.rl | 2 +-
23975 1 file changed, 1 insertion(+), 1 deletion(-)
23977 commit 95cefdf96efe43a44133aa8a186155cf4e63e2b7
23978 Author: Behdad Esfahbod <behdad@behdad.org>
23979 Date: Mon Apr 16 18:08:20 2012 -0400
23981 Add --utf8-clusters
23983 Also fix cairo cluster generation.
23985 util/hb-shape.cc | 8 +++++---
23986 util/hb-view.hh | 2 +-
23987 util/helper-cairo.cc | 22 +++++++++++++++++-----
23988 util/helper-cairo.hh | 3 ++-
23989 util/options.cc | 19 ++++++++++++++-----
23990 util/options.hh | 26 ++++++++++++++++----------
23991 util/view-cairo.cc | 5 +++--
23992 util/view-cairo.hh | 3 ++-
23993 8 files changed, 60 insertions(+), 28 deletions(-)
23995 commit effb42e5c520128bdc2e29398ed801730c5c0f52
23996 Author: Behdad Esfahbod <behdad@behdad.org>
23997 Date: Mon Apr 16 16:04:07 2012 -0400
23999 Always use cairo_show_text_glyphs()
24001 Better catches cluster errors.
24003 util/view-cairo.cc | 2 +-
24004 1 file changed, 1 insertion(+), 1 deletion(-)
24006 commit 799cfdd15ab369580b2283200c3aca6866214b59
24007 Author: Behdad Esfahbod <behdad@behdad.org>
24008 Date: Mon Apr 16 16:00:36 2012 -0400
24010 Make page progression be right to left for vertical text
24012 util/view-cairo.cc | 8 ++++----
24013 1 file changed, 4 insertions(+), 4 deletions(-)
24015 commit a5f1834f57ea3fb254f5c7d372747de316fcc8f1
24016 Author: Behdad Esfahbod <behdad@behdad.org>
24017 Date: Mon Apr 16 15:55:13 2012 -0400
24019 Apply 'liga' for vertical writing mode too
24021 Apparently that's what Kazuraki uses to form vertical ligatures,
24022 which suggests that it's what Adobe does.
24024 src/hb-ot-shape.cc | 2 +-
24025 1 file changed, 1 insertion(+), 1 deletion(-)
24027 commit 4d85252bda25cddd1fbdd744687e449888f0b5fa
24028 Author: Behdad Esfahbod <behdad@behdad.org>
24029 Date: Mon Apr 16 15:54:26 2012 -0400
24031 Add Japanese test data from Adobe's Kazuraki font ligatures
24033 test/shaping/texts/in-tree/shaper-default/MANIFEST | 1 +
24034 .../shaper-default/script-japanese/MANIFEST | 1 +
24035 .../shaper-default/script-japanese/misc/MANIFEST | 2 +
24036 .../script-japanese/misc/kazuraki-liga-lines.txt | 8 ++++
24037 .../script-japanese/misc/kazuraki-liga.txt | 53
24038 ++++++++++++++++++++++
24039 5 files changed, 65 insertions(+)
24041 commit e74616b8898b5f18d9bf82b9e81aefad056c1e36
24042 Author: Behdad Esfahbod <behdad@behdad.org>
24043 Date: Sun Apr 15 14:12:13 2012 -0400
24047 src/hb-private.hh | 8 ++++++++
24048 1 file changed, 8 insertions(+)
24050 commit 683b503f30bba29d57a93d7e8ac7138c2e7f49f1
24051 Author: Behdad Esfahbod <behdad@behdad.org>
24052 Date: Sat Apr 14 20:47:14 2012 -0400
24056 src/hb-ot-shape-normalize.cc | 11 +++++++++--
24057 src/hb-ot-shape-private.hh | 9 ---------
24058 src/hb-ot-shape.cc | 9 ++++++++-
24059 3 files changed, 17 insertions(+), 12 deletions(-)
24061 commit b9f199c8e38cc5ed0d73845568630f3bcbdd4374
24062 Author: Behdad Esfahbod <behdad@behdad.org>
24063 Date: Sat Apr 14 20:23:58 2012 -0400
24067 src/hb-ot-shape-private.hh | 40 ----------------------------------------
24068 src/hb-ot-shape.cc | 45
24069 +++++++++++++++++++++++++++++++++++++++++----
24070 2 files changed, 41 insertions(+), 44 deletions(-)
24072 commit 38a83019e6a7f4aa47662fd557344f62ae001abe
24073 Author: Behdad Esfahbod <behdad@behdad.org>
24074 Date: Sat Apr 14 19:40:18 2012 -0400
24078 src/hb-common.h | 2 +-
24079 1 file changed, 1 insertion(+), 1 deletion(-)
24081 commit d4adade217a61007dd2da5cd9eccf889f79a019a
24082 Author: Behdad Esfahbod <behdad@behdad.org>
24083 Date: Sat Apr 14 19:23:17 2012 -0400
24087 src/hb-ot-shape.cc | 2 ++
24088 1 file changed, 2 insertions(+)
24090 commit fe28b997fbbeb2cfeab62ac453993ccffe3e6719
24091 Author: Behdad Esfahbod <behdad@behdad.org>
24092 Date: Sat Apr 14 19:19:26 2012 -0400
24094 Add HB_DIRECTION_IS_VALID
24096 src/hb-common.h | 1 +
24097 test/api/test-common.c | 7 +++++++
24098 2 files changed, 8 insertions(+)
24100 commit 5e88aa66822ba64324b4428c9ffbe06a43b4f310
24101 Author: Behdad Esfahbod <behdad@behdad.org>
24102 Date: Sat Apr 14 18:51:50 2012 -0400
24104 Remove public enum names again
24106 As was reported to me, glib-mkenum does not understand named enums,
24109 src/hb-blob.h | 2 +-
24110 src/hb-common.h | 6 +++---
24111 src/hb-ot-layout-private.hh | 2 +-
24112 3 files changed, 5 insertions(+), 5 deletions(-)
24114 commit 08569c0eaab026c7122c0dc29922cf44011c4d10
24115 Author: Behdad Esfahbod <behdad@behdad.org>
24116 Date: Sat Apr 14 18:47:07 2012 -0400
24121 1 file changed, 2 insertions(+)
24123 commit 4bf90f648313e35d21b427a956aa1fe762bae757
24124 Author: Behdad Esfahbod <behdad@behdad.org>
24125 Date: Thu Apr 12 17:38:23 2012 -0400
24127 Make HB_DIRECTION_INVALID be zero
24129 This changes all the HB_DIRECTION_* enum member values, but is
24130 nicer, in preparation for making hb_segment_properties_t public.
24132 src/hb-common.cc | 7 ++++---
24133 src/hb-common.h | 20 ++++++++++----------
24134 test/api/test-common.c | 9 +++++++--
24135 3 files changed, 21 insertions(+), 15 deletions(-)
24137 commit d01402da9c756f90a84bfb1f964fd56caf2b35c3
24138 Author: Behdad Esfahbod <behdad@behdad.org>
24139 Date: Thu Apr 12 17:38:02 2012 -0400
24144 1 file changed, 5 insertions(+), 1 deletion(-)
24146 commit 69b84a8f6c789726815261c2e86692de7a65d6e8
24147 Author: Behdad Esfahbod <behdad@behdad.org>
24148 Date: Thu Apr 12 15:50:40 2012 -0400
24150 Fix hb-view surface size calc for vertical text
24152 For some reason it doesn't quite work with IranianNastaliq, but
24153 that looks like a font issue.
24155 util/helper-cairo.hh | 5 +++--
24156 util/options.hh | 7 +++++++
24157 util/view-cairo.cc | 31 +++++++++++++++++++++----------
24158 util/view-cairo.hh | 1 +
24159 4 files changed, 32 insertions(+), 12 deletions(-)
24161 commit 6bd9b479b8b2befbb0847282e93beade197c8038
24162 Author: Behdad Esfahbod <behdad@behdad.org>
24163 Date: Thu Apr 12 14:53:53 2012 -0400
24165 Hide backend-specific shape functions
24167 Also remove shaper_options argument to hb_shape_full(). That was
24168 unused and for "future". Let it go.
24170 More shaper API coming in preparation for plan/planned API.
24172 configure.ac | 6 ++---
24173 src/Makefile.am | 11 +++++----
24174 src/hb-fallback-shape-private.hh | 9 ++++----
24175 src/hb-fallback-shape.cc | 9 ++++----
24176 src/hb-graphite2-private.hh | 42 +++++++++++++++++++++++++++++++++++
24177 src/hb-graphite2.cc | 5 ++---
24178 src/hb-graphite2.h | 7 ------
24179 src/hb-ot-shape-private.hh | 8 +++++--
24180 src/hb-ot-shape.cc | 11 ++++-----
24181 src/hb-ot-shape.h | 48
24182 ----------------------------------------
24184 src/hb-shape.cc | 24 ++++++++------------
24185 src/hb-shape.h | 1 -
24186 src/hb-uniscribe-private.hh | 42 +++++++++++++++++++++++++++++++++++
24187 src/hb-uniscribe.cc | 9 ++++----
24188 src/hb-uniscribe.h | 7 ------
24189 util/options.hh | 2 +-
24190 17 files changed, 126 insertions(+), 116 deletions(-)
24192 commit c6035cf802c60f0526f421f39a55886061df94ee
24193 Author: Behdad Esfahbod <behdad@behdad.org>
24194 Date: Thu Apr 12 13:23:59 2012 -0400
24198 gdb was showing <anonymous enum> instead of useful stuff, so name
24201 src/hb-blob.h | 2 +-
24202 src/hb-common.h | 6 +++---
24203 src/hb-ot-layout-common-private.hh | 2 +-
24204 src/hb-ot-layout-gdef-table.hh | 2 +-
24205 src/hb-ot-layout-gpos-table.hh | 5 ++---
24206 src/hb-ot-layout-gsub-table.hh | 2 +-
24207 src/hb-ot-layout-private.hh | 2 +-
24208 7 files changed, 10 insertions(+), 11 deletions(-)
24210 commit d1c9eb458c843215da8df84b596bfae51fee135b
24211 Author: Behdad Esfahbod <behdad@behdad.org>
24212 Date: Thu Apr 12 13:17:44 2012 -0400
24214 Make it an error to include non-top-level headers
24216 Users should #include <hb.h> (or hb-ft.h, hb-glib.h, etc), but
24217 never things like hb-shape.h directly. This makes it easier to
24218 refactor headers later on without breaking compatibility.
24220 src/hb-blob.h | 4 ++++
24221 src/hb-buffer.h | 4 ++++
24222 src/hb-common.h | 4 ++++
24223 src/hb-font.h | 4 ++++
24225 src/hb-glib.h | 1 +
24226 src/hb-gobject.h | 1 +
24227 src/hb-graphite2.h | 5 +++--
24229 src/hb-ot-layout.h | 8 +++++---
24230 src/hb-ot-shape.h | 9 +++++----
24231 src/hb-ot-tag.h | 6 +++++-
24233 src/hb-private.hh | 5 ++++-
24234 src/hb-shape.h | 4 ++++
24235 src/hb-unicode.h | 4 ++++
24236 src/hb-uniscribe.h | 3 +--
24237 src/hb-version.h.in | 4 ++++
24239 19 files changed, 58 insertions(+), 15 deletions(-)
24241 commit 323190c27b80cddc9b3c42d19f1f243e2acb2411
24242 Author: Behdad Esfahbod <behdad@behdad.org>
24243 Date: Thu Apr 12 12:29:10 2012 -0400
24247 src/hb-ft.cc | 2 ++
24248 1 file changed, 2 insertions(+)
24250 commit 0e3361464b00b76aa7375515163e0710a691db0c
24251 Author: Behdad Esfahbod <behdad@behdad.org>
24252 Date: Thu Apr 12 10:06:52 2012 -0400
24254 Fix bug with not setting Unicode props of the first character
24256 Fixes Mongolian shaping issue:
24257 https://bugs.freedesktop.org/show_bug.cgi?id=45695
24259 src/hb-ot-shape.cc | 2 +-
24260 1 file changed, 1 insertion(+), 1 deletion(-)
24262 commit f9746b600a6e14dbe48aabfc17df8f12a5b46b11
24263 Author: Behdad Esfahbod <behdad@behdad.org>
24264 Date: Thu Apr 12 09:59:26 2012 -0400
24268 test/shaping/texts/in-tree/shaper-arabic/script-mongolian/misc/misc.txt |
24270 1 file changed, 1 deletion(-)
24272 commit 7470b0ff805e4ff59d23d7a1808888fafdf550eb
24273 Author: Behdad Esfahbod <behdad@behdad.org>
24274 Date: Thu Apr 12 09:44:27 2012 -0400
24276 Add Mongolian test case
24278 test/shaping/texts/in-tree/MANIFEST |
24280 .../texts/in-tree/shaper-arabic/script-mongolian/misc/MANIFEST |
24282 .../texts/in-tree/shaper-arabic/script-mongolian/misc/misc.txt |
24284 test/shaping/texts/in-tree/shaper-thai/MANIFEST |
24286 test/shaping/texts/in-tree/shaper-thai/misc/MANIFEST |
24288 5 files changed, 8 insertions(+)
24290 commit c65662b71e6160f5adfb6226d97589ca457d98b9
24291 Author: Behdad Esfahbod <behdad@behdad.org>
24292 Date: Thu Apr 12 09:31:55 2012 -0400
24294 Fix left-matra positioning in Indic
24296 Fixes 200 failures out of previous 4290 cases in the OO.o Indic
24297 dictionary (of ~16000 entries).
24299 src/hb-ot-shape-complex-indic.cc | 12 ++++++------
24300 1 file changed, 6 insertions(+), 6 deletions(-)
24302 commit 6d16403bfaa4d710d80c93298eca7211ecaa419f
24303 Author: Behdad Esfahbod <behdad@behdad.org>
24304 Date: Wed Apr 11 22:04:42 2012 -0400
24309 1 file changed, 1 insertion(+), 1 deletion(-)
24311 commit 029a82d81d8ffa1b6771d19018d592fec1dbc934
24312 Author: Behdad Esfahbod <behdad@behdad.org>
24313 Date: Wed Apr 11 22:00:46 2012 -0400
24315 [hangul] Apply *jmo features to all Hangul chars
24317 This is what old HB does. Morever, fixes rendering with Win8 malgun
24318 font. The Win7 version doesn't compose with either Uniscribe nor HB,
24319 but Win8 version works as expected, like Uniscribe, with this change.
24321 Lets call Hangul done for now.
24323 src/hb-ot-shape-complex-misc.cc | 9 +++++++++
24324 1 file changed, 9 insertions(+)
24326 commit 3baae2440de69577d330209edb708e7d2bb2231d
24327 Author: Behdad Esfahbod <behdad@behdad.org>
24328 Date: Wed Apr 11 21:54:37 2012 -0400
24332 TODO | 28 +++++++++++++++-------------
24333 1 file changed, 15 insertions(+), 13 deletions(-)
24335 commit a4976447cd1a1feffdecd0d501a2690716b1cf4b
24336 Author: Behdad Esfahbod <behdad@behdad.org>
24337 Date: Wed Apr 11 17:48:40 2012 -0400
24341 test/shaping/texts/in-tree/shaper-hangul/script-hangul/misc/misc.txt |
24343 1 file changed, 1 insertion(+)
24345 commit e95d912b3b0af027c4384553f95236db822e5acc
24346 Author: Behdad Esfahbod <behdad@behdad.org>
24347 Date: Wed Apr 11 17:33:02 2012 -0400
24351 test/shaping/hb_test_tools.py | 4 ++--
24352 1 file changed, 2 insertions(+), 2 deletions(-)
24354 commit 41ae674f6871f43d0a6e4ca67a747074d63ae576
24355 Author: Behdad Esfahbod <behdad@behdad.org>
24356 Date: Wed Apr 11 17:11:05 2012 -0400
24358 Don't create hb_apply_context_t per glyph!
24360 I couldn't measure significant performance gains out of this; maybe
24361 about 5% (with one million Malayalam strings). Still, not bad.
24362 But reminds me that optimizing this codebase without profiling first
24363 is simply not going to work. Oh well...
24365 src/hb-ot-layout-gpos-table.hh | 24 ++++++------------------
24366 src/hb-ot-layout-gsub-table.hh | 26 +++++++-------------------
24367 src/hb-ot-layout-gsubgpos-private.hh | 22 ++++++++++++++++++++++
24368 3 files changed, 35 insertions(+), 37 deletions(-)
24370 commit 4a1e02ef7979d58fe0c726ee7c665b2420c42ddd
24371 Author: Behdad Esfahbod <behdad@behdad.org>
24372 Date: Wed Apr 11 14:37:53 2012 -0400
24374 Fix shape to presentation forms font check
24376 As reported by Jonathan Kew on the list.
24378 src/hb-ot-shape-complex-arabic.cc | 9 ++++++---
24379 1 file changed, 6 insertions(+), 3 deletions(-)
24381 commit 6062f5f01436b4044be729890ed00b9b62737824
24382 Author: Behdad Esfahbod <behdad@behdad.org>
24383 Date: Wed Apr 11 14:19:55 2012 -0400
24385 Fix build with some compilers
24387 As reported by Jonathan Kew on the list.
24389 src/hb-ot-shape-complex-misc.cc | 7 ++++---
24390 1 file changed, 4 insertions(+), 3 deletions(-)
24392 commit acd88e659fdb2fa1cbf7171f0a1c7fbc81b9f298
24393 Author: Behdad Esfahbod <behdad@behdad.org>
24394 Date: Tue Apr 10 18:02:20 2012 -0400
24396 In Arabic fallback shaping, check that the font has glyph for new char
24398 src/hb-ot-shape-complex-arabic.cc | 12 +++++++-----
24399 src/hb-ot-shape-complex-indic.cc | 2 +-
24400 src/hb-ot-shape-complex-misc.cc | 6 +++---
24401 src/hb-ot-shape-complex-private.hh | 7 ++++---
24402 src/hb-ot-shape.cc | 2 +-
24403 5 files changed, 16 insertions(+), 13 deletions(-)
24405 commit 7752aa73e72301a46c64c533c1e423ff5987cc05
24406 Author: Behdad Esfahbod <behdad@behdad.org>
24407 Date: Tue Apr 10 17:22:14 2012 -0400
24411 src/hb-ot-shape-private.hh | 1 -
24412 src/hb-ot-shape.cc | 10 ----------
24413 2 files changed, 11 deletions(-)
24415 commit 939c010211b063f78874a3b72b032c1ed9a13b87
24416 Author: Behdad Esfahbod <behdad@behdad.org>
24417 Date: Tue Apr 10 17:20:05 2012 -0400
24419 Implement Arabic fallback shaping mandatory ligatures
24421 src/gen-arabic-table.py | 32
24422 ++++++++++++++++++++++----------
24423 src/hb-ot-shape-complex-arabic-table.hh | 28 +++++++++++++++++++---------
24424 src/hb-ot-shape-complex-arabic.cc | 31
24425 +++++++++++++++++++++++++++++++
24426 src/hb-ot-shape-complex-misc.cc | 4 ++--
24427 4 files changed, 74 insertions(+), 21 deletions(-)
24429 commit b7d04eb606800100faa11100d2adf559e297a4ee
24430 Author: Behdad Esfahbod <behdad@behdad.org>
24431 Date: Tue Apr 10 16:44:38 2012 -0400
24433 Do Arabic fallback shaping
24435 src/hb-ot-shape-complex-arabic.cc | 38
24436 +++++++++++++++++++++++++++++++++-----
24437 1 file changed, 33 insertions(+), 5 deletions(-)
24439 commit ae4a2b9365051c23c9a299cf76f3ab7e661999b1
24440 Author: Behdad Esfahbod <behdad@behdad.org>
24441 Date: Tue Apr 10 16:25:08 2012 -0400
24443 Generate fallback Arabic shaping table
24447 src/Makefile.am | 6 +-
24448 src/gen-arabic-table.py | 220
24449 +++++++++++++++++++++++---------
24450 src/gen-indic-table.py | 4 +-
24451 src/hb-ot-shape-complex-arabic-table.hh | 205
24452 ++++++++++++++++++++++++++++-
24453 4 files changed, 367 insertions(+), 68 deletions(-)
24455 commit 3b26f96ebe859570d14c6902afc23462bca40712
24456 Author: Behdad Esfahbod <behdad@behdad.org>
24457 Date: Tue Apr 10 10:52:07 2012 -0400
24459 Add Thai shaper that does SARA AM decomposition / reordering
24461 That's not in the OpenType spec, but it's what MS and Adobe do.
24463 src/hb-buffer.cc | 1 +
24464 src/hb-ot-shape-complex-misc.cc | 104
24465 ++++++++++++++++++++++++++++++++++++-
24466 src/hb-ot-shape-complex-private.hh | 8 +++
24467 3 files changed, 112 insertions(+), 1 deletion(-)
24469 commit 0b6d2ac6a1d04877ae4542fc2a3b920185547053
24470 Author: Behdad Esfahbod <behdad@behdad.org>
24471 Date: Tue Apr 10 10:52:03 2012 -0400
24475 TODO | 10 ++++------
24476 1 file changed, 4 insertions(+), 6 deletions(-)
24478 commit e099dd6592b4ea887696330f4718efb572494d93
24479 Author: Behdad Esfahbod <behdad@behdad.org>
24480 Date: Tue Apr 10 10:47:33 2012 -0400
24482 Add Thai test case for SARA AM decomposition
24484 test/shaping/texts/in-tree/shaper-hangul/MANIFEST | 1 +
24485 test/shaping/texts/in-tree/shaper-thai/misc/misc.txt | 5 +++++
24486 2 files changed, 6 insertions(+)
24488 commit 4450dc9354b18cd68980b0891b24ea8efa4f38b6
24489 Author: Behdad Esfahbod <behdad@behdad.org>
24490 Date: Sat Apr 7 22:07:23 2012 -0400
24494 test/shaping/texts/in-tree/MANIFEST |
24496 test/shaping/texts/in-tree/shaper-default/MANIFEST |
24498 test/shaping/texts/in-tree/shaper-default/script-hangul/MANIFEST |
24500 test/shaping/texts/in-tree/shaper-default/script-hangul/misc/MANIFEST |
24502 test/shaping/texts/in-tree/shaper-default/script-hangul/misc/misc.txt |
24504 test/shaping/texts/in-tree/shaper-hangul/script-hangul/MANIFEST |
24506 test/shaping/texts/in-tree/shaper-hangul/script-hangul/misc/MANIFEST |
24508 test/shaping/texts/in-tree/shaper-hangul/script-hangul/misc/misc.txt |
24510 8 files changed, 5 insertions(+), 5 deletions(-)
24512 commit d4cc44716c1e098f8abbc0e495404598026ef242
24513 Author: Behdad Esfahbod <behdad@behdad.org>
24514 Date: Sat Apr 7 21:52:28 2012 -0400
24516 Move code around, in prep for Thai/Lao shaper
24518 src/hb-buffer-private.hh | 5 +++++
24519 src/hb-buffer.cc | 23 +++++++++++++++++++++++
24520 src/hb-ot-shape-complex-indic-machine.rl | 14 +-------------
24521 3 files changed, 29 insertions(+), 13 deletions(-)
24523 commit c9a841f4452921c5361b8f5697bbff7736ce60cd
24524 Author: Behdad Esfahbod <behdad@behdad.org>
24525 Date: Sat Apr 7 15:06:55 2012 -0400
24527 Add simple Hangul shaper that recomposes Jamo when feasible
24529 Previously, we were NOT actually recomposing Hangul Jamo. We do now.
24532 test/shaping/texts/in-tree/shaper-default/script-hangul/misc/misc.txt
24534 Now render the same with the UnDotum.ttf font. Previously the second
24535 linle was rendering boxes.
24537 We can also start applying OpenType Jamo features later. At this
24539 I have no idea how the 'ljmo', 'vjmo', 'tjmo' features are supposed to
24540 work. Maybe someone can explain them to me?
24542 src/hb-ot-shape-complex-misc.cc | 16 ++++++++++++++++
24543 src/hb-ot-shape-complex-private.hh | 15 +++++++++++++--
24544 2 files changed, 29 insertions(+), 2 deletions(-)
24546 commit 968318455304804dc53045e8ba0cd4d76800c02d
24547 Author: Behdad Esfahbod <behdad@behdad.org>
24548 Date: Sat Apr 7 14:57:21 2012 -0400
24550 Implement normalization mode
24551 HB_OT_SHAPE_NORMALIZATION_MODE_COMPOSED_FULL
24553 In this mode we try composing CCC=0 with CCC=0 characters. Useful for
24556 src/hb-ot-shape-normalize.cc | 21 +++++++++++++--------
24557 1 file changed, 13 insertions(+), 8 deletions(-)
24559 commit bec2ac4fde1ba0dd6dba02adbb836ce569a5cf6f
24560 Author: Behdad Esfahbod <behdad@behdad.org>
24561 Date: Sat Apr 7 14:51:17 2012 -0400
24563 Bring normalization algorithm closer to the spec
24565 No logical difference so far.
24567 src/hb-ot-shape-normalize.cc | 3 ++-
24568 1 file changed, 2 insertions(+), 1 deletion(-)
24570 commit e02d9257863b49e33ab5942971266349d3c548f6
24571 Author: Behdad Esfahbod <behdad@behdad.org>
24572 Date: Sat Apr 7 14:49:13 2012 -0400
24576 src/hb-ot-shape-normalize.cc | 38 +++++++++++++-------------------------
24577 1 file changed, 13 insertions(+), 25 deletions(-)
24579 commit aaa25d5f458127f53f4b5ecdeb986ae91fabbad3
24580 Author: Behdad Esfahbod <behdad@behdad.org>
24581 Date: Thu Apr 5 17:27:23 2012 -0400
24583 Add Hangul test case
24585 Composed, and decomposed, of the same text.
24587 test/shaping/texts/in-tree/shaper-default/MANIFEST |
24589 test/shaping/texts/in-tree/shaper-default/script-hangul/MANIFEST |
24591 test/shaping/texts/in-tree/shaper-default/script-hangul/misc/MANIFEST |
24593 test/shaping/texts/in-tree/shaper-default/script-hangul/misc/misc.txt |
24595 4 files changed, 5 insertions(+)
24597 commit 11138ccff71f442da1fcf64faa0e1d22e083e775
24598 Author: Behdad Esfahbod <behdad@behdad.org>
24599 Date: Thu Apr 5 17:25:19 2012 -0400
24603 In preparation for Hangul shaper.
24605 src/Makefile.am | 1 +
24606 src/hb-ot-layout-common-private.hh | 1 -
24607 src/hb-ot-shape-complex-arabic.cc | 6 +--
24608 src/hb-ot-shape-complex-indic.cc | 6 +--
24609 src/hb-ot-shape-complex-misc.cc | 8 ++--
24610 src/hb-ot-shape-complex-private.hh | 13 ++++---
24611 src/hb-ot-shape-normalize-private.hh | 46 +++++++++++++++++++++++
24612 src/hb-ot-shape-normalize.cc | 73
24613 +++++++++++++++++-------------------
24614 src/hb-ot-shape-private.hh | 7 +---
24615 src/hb-ot-shape.cc | 2 +-
24616 10 files changed, 102 insertions(+), 61 deletions(-)
24618 commit 6769f21d579a354e32577ec57348e97d2cb1b438
24619 Author: Behdad Esfahbod <behdad@behdad.org>
24620 Date: Thu Apr 5 16:46:46 2012 -0400
24622 More moving code around
24624 src/hb-ot-shape-normalize.cc | 2 +-
24625 src/hb-ot-shape-private.hh | 8 --------
24626 src/hb-ot-shape.cc | 2 +-
24627 src/hb-unicode-private.hh | 8 ++++++++
24628 4 files changed, 10 insertions(+), 10 deletions(-)
24630 commit 2db2a566826ed4763ce69629194ec656bd48b0bd
24631 Author: Behdad Esfahbod <behdad@behdad.org>
24632 Date: Thu Apr 5 16:40:37 2012 -0400
24636 src/hb-ot-shape-private.hh | 53
24637 --------------------------------------------
24638 src/hb-unicode-private.hh | 3 +++
24639 src/hb-unicode.cc | 55
24640 ++++++++++++++++++++++++++++++++++++++++++++++
24641 3 files changed, 58 insertions(+), 53 deletions(-)
24643 commit cad3821f3d5b68d490b0728bd37bd57428ec809c
24644 Author: Behdad Esfahbod <behdad@behdad.org>
24645 Date: Wed Mar 7 17:13:25 2012 -0500
24647 More sorting by Unicode version
24649 This is the most convenient way to browse scripts.
24651 src/hb-common.cc | 2 +-
24652 src/hb-common.h | 2 +-
24653 src/hb-ot-shape-complex-private.hh | 94
24654 ++++++++++++++++++++++++++++----------
24655 3 files changed, 72 insertions(+), 26 deletions(-)
24657 commit 317b9504d7a4faa70dcf21e5c2aff4792dbd201a
24658 Author: Behdad Esfahbod <behdad@behdad.org>
24659 Date: Wed Mar 7 16:51:29 2012 -0500
24663 src/hb-ot-shape-complex-private.hh | 10 ++++++++--
24664 1 file changed, 8 insertions(+), 2 deletions(-)
24666 commit fa2673c1ee954ddbbfbfca7cced7b839d7776fc0
24667 Author: Behdad Esfahbod <behdad@behdad.org>
24668 Date: Wed Mar 7 15:52:02 2012 -0500
24670 More Unicode script age annotation, and a couple more RTL scripts
24672 Cross-checked with Mark Davis's spreadsheet at http://goo.gl/x9ilM
24674 src/hb-common.cc | 8 ++++++++
24675 src/hb-common.h | 52
24676 +++++++++++++++++++++++++++++-----------------------
24677 2 files changed, 37 insertions(+), 23 deletions(-)
24679 commit 6d4016f1ba48d409800dc3281b93e5cd58c99d9f
24680 Author: Behdad Esfahbod <behdad@behdad.org>
24681 Date: Wed Mar 7 15:33:14 2012 -0500
24683 Make src tests pass again
24685 src/gen-arabic-table.py | 11 ++++++-----
24686 src/gen-indic-table.py | 9 +++++----
24687 src/hb-ot-shape-complex-arabic-table.hh | 6 ++++++
24688 src/hb-ot-shape-complex-indic-table.hh | 4 ++++
24689 4 files changed, 21 insertions(+), 9 deletions(-)
24691 commit 7da435f08cc406080a5ee9b1ab5351db6a93acae
24692 Author: Behdad Esfahbod <behdad@behdad.org>
24693 Date: Wed Mar 7 15:20:20 2012 -0500
24695 Separate Unicode 3.1 and Unicode 3.2 additions
24697 src/hb-common.h | 14 +++++++++-----
24698 1 file changed, 9 insertions(+), 5 deletions(-)
24700 commit f91136cb528e298651c4a8a8a1d6dc54136e09ce
24701 Author: Behdad Esfahbod <behdad@behdad.org>
24702 Date: Wed Mar 7 12:56:22 2012 -0500
24704 Route three Unicode 6.1 scripts through Indic shaper
24706 src/hb-ot-shape-complex-private.hh | 7 ++++++-
24707 1 file changed, 6 insertions(+), 1 deletion(-)
24709 commit f32c0012ad794cd2df669dfc7b0438fafbe38b2d
24710 Author: Behdad Esfahbod <behdad@behdad.org>
24711 Date: Wed Mar 7 12:53:34 2012 -0500
24713 Add Unicode 6.1.0 scripts
24715 src/hb-common.h | 9 +++++++++
24716 src/hb-glib.cc | 11 ++++++++++-
24717 2 files changed, 19 insertions(+), 1 deletion(-)
24719 commit 50e810cd0e55c25fddb0a2fd0861c51fbf65700e
24720 Author: Behdad Esfahbod <behdad@behdad.org>
24721 Date: Wed Mar 7 12:49:08 2012 -0500
24723 Lydian and Kharoshthi are right-to-left
24725 src/hb-common.cc | 6 ++++++
24726 1 file changed, 6 insertions(+)
24728 commit a52835635e4a2a12715aff2febb561515a10cd5a
24729 Author: Behdad Esfahbod <behdad@behdad.org>
24730 Date: Wed Mar 7 12:38:39 2012 -0500
24734 src/hb-common.h | 194
24735 ++++++++++++++++++++++++++++----------------------------
24736 1 file changed, 97 insertions(+), 97 deletions(-)
24738 commit 183224684a45d7dcd7d28510d4383a7a7cb3dff3
24739 Author: Behdad Esfahbod <behdad@behdad.org>
24740 Date: Wed Mar 7 12:21:28 2012 -0500
24742 Use generic shaper for Buhid
24744 As requested by Jonathan Kew.
24746 We need to devise a better mechanism to choose which scripts to
24747 pass through the Indic shaper. Moreover, currently we are storing
24748 data for some scripts in the Indic shaper that are not even going
24749 through that shaper. Need to find a better way...
24751 src/hb-ot-shape-complex-private.hh | 2 +-
24752 1 file changed, 1 insertion(+), 1 deletion(-)
24754 commit cdc8b491a8e7cec5082ca2ad0346c1f41fdd5c92
24755 Author: Behdad Esfahbod <behdad@behdad.org>
24756 Date: Wed Mar 7 12:08:33 2012 -0500
24758 Update Indic table to Unicode 6.1 data
24760 src/Makefile.am | 15 +++
24761 src/gen-indic-table.py | 20 ++--
24762 src/hb-ot-shape-complex-arabic-table.hh | 35 -------
24763 src/hb-ot-shape-complex-indic-table.hh | 178
24764 +++++++++++++++++++-------------
24765 4 files changed, 134 insertions(+), 114 deletions(-)
24767 commit e3b2e077f549b04779c08a9fedb1f35b9f11075c
24768 Author: Behdad Esfahbod <behdad@behdad.org>
24769 Date: Wed Mar 7 10:21:24 2012 -0500
24773 src/hb-ot-shape-normalize.cc | 2 +-
24774 1 file changed, 1 insertion(+), 1 deletion(-)
24776 commit c346671b6b9b05fa51b95c16212eb29ac69510fa
24777 Author: Behdad Esfahbod <behdad@behdad.org>
24778 Date: Tue Mar 6 20:47:50 2012 -0500
24782 src/hb-ot-shape-normalize.cc | 10 ++++++----
24783 1 file changed, 6 insertions(+), 4 deletions(-)
24785 commit 406044986a68676f3050f9350ccc448c615fc685
24786 Author: Behdad Esfahbod <behdad@behdad.org>
24787 Date: Tue Mar 6 20:24:31 2012 -0500
24789 Add Hebrew diacritics test cases
24792 https://bugzilla.mozilla.org/show_bug.cgi?id=662055
24794 test/shaping/texts/in-tree/shaper-default/MANIFEST | 1 +
24795 .../texts/in-tree/shaper-default/script-hebrew/MANIFEST | 1 +
24796 .../in-tree/shaper-default/script-hebrew/misc/MANIFEST | 1 +
24797 .../shaper-default/script-hebrew/misc/diacritics.txt | 15
24799 4 files changed, 18 insertions(+)
24801 commit 461b9b6347e4f58589f5be82c40a2df61da2c715
24802 Author: Behdad Esfahbod <behdad@behdad.org>
24803 Date: Thu Mar 1 18:11:19 2012 -0800
24805 Fix cluster formation in Indic
24807 Makes number of failures against Uniscribe with hi_IN dictionary from
24808 OO.o to go down from 6334 to 4290. Not bad for a one-line change!
24810 Mozilla Bug 729626 - ASAN: heap-buffer-overflow HTML
24812 src/hb-ot-shape-complex-indic-machine.rl | 2 +-
24813 1 file changed, 1 insertion(+), 1 deletion(-)
24815 commit bc71ad4973842f25216b48842a46d6c9cbce6aa3
24816 Author: Behdad Esfahbod <behdad@behdad.org>
24817 Date: Thu Mar 1 17:30:29 2012 -0800
24819 Fix atomic-int op on Apple
24821 The OSAtomicAdd32Barrier operator returns the new value, we want the
24824 src/hb-blob.cc | 2 +-
24825 src/hb-object-private.hh | 2 +-
24826 2 files changed, 2 insertions(+), 2 deletions(-)
24828 commit a1970d9afc15b2c6b7513b923019bb223bd95154
24829 Author: Behdad Esfahbod <behdad@behdad.org>
24830 Date: Fri Feb 24 13:51:09 2012 -0500
24832 Add support for atomic int and mutex on Apple systems
24834 So, apparently there's no atomic int 'get' method on Apple.
24836 add(0) to get. And that's not const-friendly. So switch inert-object
24837 checking to a non-atomic get. This, however, is safe, and a
24839 performance boost too.
24841 src/hb-mutex-private.hh | 14 +++++++++-----
24842 src/hb-object-private.hh | 15 ++++++++++-----
24843 2 files changed, 19 insertions(+), 10 deletions(-)
24845 commit 8004429102d7d3a8c42e1cbfe231835de4d3d782
24846 Author: Behdad Esfahbod <behdad@behdad.org>
24847 Date: Thu Feb 23 18:47:17 2012 -0500
24849 Remove unused hb_atomic_int_set()
24851 Apparently it can't be implemented on OS X. We weren't using
24854 src/hb-object-private.hh | 4 ----
24855 1 file changed, 4 deletions(-)
24857 commit 45227c10e416894ba7f84fdf72d849cecdb9b898
24858 Author: Behdad Esfahbod <behdad@behdad.org>
24859 Date: Thu Feb 23 19:47:43 2012 -0500
24861 Add hb-warning.cc. Oops!
24863 src/hb-warning.cc | 53
24864 +++++++++++++++++++++++++++++++++++++++++++++++++++++
24865 1 file changed, 53 insertions(+)
24867 commit bd7ff1dec5b92ee59fa060e793f88499adcd8c11
24868 Author: Behdad Esfahbod <behdad@behdad.org>
24869 Date: Thu Feb 23 15:06:16 2012 -0500
24871 Allow disabling multi-threaded support
24873 By defining HB_NO_MT.
24875 Also, only warn once per missing MT feature support.
24877 Mozilla Bug 666661 - gfx/harfbuzz/src/hb-prive.h - compiler warnings
24880 src/Makefile.am | 1 +
24881 src/hb-mutex-private.hh | 6 +++---
24882 src/hb-object-private.hh | 11 +++--------
24883 3 files changed, 7 insertions(+), 11 deletions(-)
24885 commit 634c9e3423a9c23793400d1f56e98070e00b6056
24886 Author: Behdad Esfahbod <behdad@behdad.org>
24887 Date: Wed Feb 22 16:43:21 2012 -0500
24891 src/hb-ot-shape-private.hh | 69
24892 ++++++++++++++++++++++++++--------------------
24893 1 file changed, 39 insertions(+), 30 deletions(-)
24895 commit 514b6f88668da4eab85103c536dabe24b7bc457b
24896 Author: Behdad Esfahbod <behdad@behdad.org>
24897 Date: Wed Feb 22 16:34:37 2012 -0500
24899 Followup: Reorder Hebrew combining classes for better rendering
24901 Patch from Jonathan Kew.
24903 Bug 662055 - advanced Hebrew diacritics are shown correctly only in
24906 src/hb-ot-shape-private.hh | 20 ++++++++++----------
24907 1 file changed, 10 insertions(+), 10 deletions(-)
24909 commit 6e78607ea71e3e5306f88f227ddba76133d16ed0
24910 Author: Behdad Esfahbod <behdad@behdad.org>
24911 Date: Wed Feb 22 16:31:15 2012 -0500
24913 Reorder Hebrew combining classes for better rendering
24915 Patch from Jonathan Kew.
24917 Bug 662055 - advanced Hebrew diacritics are shown correctly only in
24920 src/hb-ot-shape-private.hh | 28 ++++++++++++++++++++++++++++
24921 1 file changed, 28 insertions(+)
24923 commit 7a70ca78e06c676befe1ae17199fff1f000f8188
24924 Author: Behdad Esfahbod <behdad@behdad.org>
24925 Date: Tue Feb 21 11:31:47 2012 -0500
24927 Add test case from https://bugzilla.mozilla.org/show_bug.cgi?id=714067
24929 test/shaping/texts/in-tree/shaper-arabic/script-arabic/misc/MANIFEST
24931 .../in-tree/shaper-arabic/script-arabic/misc/ligature-diacritics.txt
24933 2 files changed, 2 insertions(+)
24935 commit f51e167436a51b890ffe3f7f7920498fa287acd9
24936 Author: Behdad Esfahbod <behdad@behdad.org>
24937 Date: Mon Jan 30 09:48:33 2012 -0500
24939 Minor error handling
24941 util/options.cc | 6 +++++-
24942 1 file changed, 5 insertions(+), 1 deletion(-)
24944 commit bee74efbdebc4e46ce57daa8a88bcf06b13411fe
24945 Author: Behdad Esfahbod <behdad@behdad.org>
24946 Date: Fri Jan 27 02:14:08 2012 -0500
24948 Update git.mk to new upstream
24950 git.mk | 44 +++++++++++++++++++++++++++++++++-----------
24951 1 file changed, 33 insertions(+), 11 deletions(-)
24953 commit 134aa7bc7e3f9b9de76c9de2ed4b7344a7b323f9
24954 Author: Behdad Esfahbod <behdad@behdad.org>
24955 Date: Fri Jan 27 02:09:40 2012 -0500
24957 Make checks more OS X friendly
24959 src/check-internal-symbols.sh | 21 +++++++++++++--------
24960 src/check-libstdc++.sh | 21 +++++++++++++--------
24961 2 files changed, 26 insertions(+), 16 deletions(-)
24963 commit 6152199368399bf98368ea3c794fa760b49756ba
24964 Author: Behdad Esfahbod <behdad@behdad.org>
24965 Date: Fri Jan 27 01:57:59 2012 -0500
24967 Fix check-header-guards on OS X
24969 src/check-header-guards.sh | 2 +-
24970 1 file changed, 1 insertion(+), 1 deletion(-)
24972 commit c62e41b6aad1fc56225d0e53d6d4abd0f005fe3b
24973 Author: Behdad Esfahbod <behdad@behdad.org>
24974 Date: Fri Jan 27 02:20:58 2012 -0500
24978 configure.ac | 8 ++++----
24979 1 file changed, 4 insertions(+), 4 deletions(-)
24981 commit 1a5a91dc0d8bf4b72a2f22dc6300b06ad7000b79
24982 Author: Behdad Esfahbod <behdad@behdad.org>
24983 Date: Sun Jan 22 19:57:00 2012 -0500
24985 Add a few more tests
24987 .../in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt | 3 +++
24988 .../shaper-indic/south-east-asian/script-thai/misc/misc.txt |
24990 2 files changed, 12 insertions(+)
24992 commit 1795f3a222a85cdf80c78a0e9181d23dd1673876
24993 Author: Behdad Esfahbod <behdad@behdad.org>
24994 Date: Sun Jan 22 19:29:45 2012 -0500
24996 Add a couple Thai test cases from Thep
24998 test/shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST |
25000 .../texts/in-tree/shaper-indic/south-east-asian/script-thai/MANIFEST |
25002 .../in-tree/shaper-indic/south-east-asian/script-thai/misc/MANIFEST |
25004 .../in-tree/shaper-indic/south-east-asian/script-thai/misc/misc.txt |
25006 4 files changed, 5 insertions(+)
25008 commit ec3f506682fc6e2d7d7455e49d6c82ac9dd0c660
25009 Author: Behdad Esfahbod <behdad@behdad.org>
25010 Date: Sun Jan 22 19:10:55 2012 -0500
25012 Add Devanagari test from Tom Hacohen
25014 .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt
25016 1 file changed, 1 insertion(+)
25018 commit 71be4ca3dd5eaaca31957e34fef11f6aeb4aebdf
25019 Author: Behdad Esfahbod <behdad@behdad.org>
25020 Date: Sun Jan 22 16:26:49 2012 -0500
25022 Also ignore "ChangeLog" in manifests
25024 test/shaping/hb_test_tools.py | 2 +-
25025 1 file changed, 1 insertion(+), 1 deletion(-)
25027 commit 3c9a39ecd65990f2c7b29bb741c6a538fa425531
25028 Author: Behdad Esfahbod <behdad@behdad.org>
25029 Date: Sun Jan 22 16:21:19 2012 -0500
25033 test/shaping/hb_test_tools.py | 2 ++
25034 1 file changed, 2 insertions(+)
25036 commit e4ccbfe276db5ed098ddcf78a7bb8f2da4263128
25037 Author: Behdad Esfahbod <behdad@behdad.org>
25038 Date: Sun Jan 22 16:07:32 2012 -0500
25040 Allow --color=html in hb-diff
25042 Not that useful right now as we don't escape < and >. Perhaps
25043 another tool can be added to convert the ANSI output to HTML.
25045 test/shaping/hb-diff | 2 +-
25046 test/shaping/hb_test_tools.py | 22 +++++++++++++++++-----
25047 2 files changed, 18 insertions(+), 6 deletions(-)
25049 commit 71632c96daa4ba15e13f4d9e7f2c121d0162614e
25050 Author: Behdad Esfahbod <behdad@behdad.org>
25051 Date: Sun Jan 22 15:31:44 2012 -0500
25053 Fallback to Latin script if the font has no other usable scripts
25055 Patch and description from Jonathan Kew:
25057 It turns out that some legacy Thai fonts provide OpenType substitution
25058 features to implement mark positioning, but (incorrectly) put those
25059 features/lookups under the 'latn' script tag instead of using 'thai'
25061 possibly 'DFLT'). See
25062 https://bugzilla.mozilla.org/show_bug.cgi?id=719366 for an example and
25063 more detailed description.
25065 Although this is really a font bug, I suggest that we could improve
25067 rendering of such fonts by looking for the 'latn' as a fallback if
25068 neither the requested script nor "default" is found in
25069 hb_ot_layout_table_choose_script. Suggested patch against harfbuzz
25070 master is attached.
25072 This does _not_ affect the other kind of legacy Thai font, where
25074 code to support vendor-specific PUA codepoints would be needed. I'm
25076 keen to go down that path; IMO, such fonts should be ruthlessly
25078 out in favour of standards-based solutions. :)
25082 src/hb-ot-layout.cc | 9 +++++++++
25083 1 file changed, 9 insertions(+)
25085 commit 8f80f93491be73f05eba908591c856339acda51e
25086 Author: Behdad Esfahbod <behdad@behdad.org>
25087 Date: Sat Jan 21 20:03:25 2012 -0500
25089 More shoveling around
25091 test/shaping/hb-diff-filter-failures | 2 +-
25092 test/shaping/hb-manifest-read | 2 +-
25093 test/shaping/hb_test_tools.py | 27 ++++++++++++++++-----------
25094 3 files changed, 18 insertions(+), 13 deletions(-)
25096 commit c78c6e9844a23144ce7fa29afbf57b74587bfcd0
25097 Author: Behdad Esfahbod <behdad@behdad.org>
25098 Date: Sat Jan 21 19:55:16 2012 -0500
25102 test/shaping/hb-manifest-read | 2 +-
25103 test/shaping/hb_test_tools.py | 13 ++++++++-----
25104 2 files changed, 9 insertions(+), 6 deletions(-)
25106 commit ab94a9c542f7ec9143335b73493ccb75d4586a3a
25107 Author: Behdad Esfahbod <behdad@behdad.org>
25108 Date: Sat Jan 21 19:43:58 2012 -0500
25110 Distribute testing tools
25112 test/shaping/Makefile.am | 24 ++++++++++++++++++++++++
25113 1 file changed, 24 insertions(+)
25115 commit 3e86feb54c94e46b60168fd2a4773183eb1354b4
25116 Author: Behdad Esfahbod <behdad@behdad.org>
25117 Date: Sat Jan 21 19:40:30 2012 -0500
25119 Speed up colorless diff
25121 test/shaping/hb_test_tools.py | 6 ++++++
25122 1 file changed, 6 insertions(+)
25124 commit 1e58df603457cb4b57da78b5d4a8df66aa7d7be4
25125 Author: Behdad Esfahbod <behdad@behdad.org>
25126 Date: Sat Jan 21 19:37:31 2012 -0500
25128 Cleanup manifest code
25130 test/shaping/hb_test_tools.py | 18 ++++++++++++------
25131 1 file changed, 12 insertions(+), 6 deletions(-)
25133 commit 956d552e108eeb50bb3ad21588830af7a2f3862a
25134 Author: Behdad Esfahbod <behdad@behdad.org>
25135 Date: Sat Jan 21 19:31:51 2012 -0500
25137 Port hb-manifest-update to Python
25139 test/shaping/hb-manifest-update | 23 +++--------------------
25140 test/shaping/hb_test_tools.py | 38
25141 ++++++++++++++++++++++++++++++--------
25142 2 files changed, 33 insertions(+), 28 deletions(-)
25144 commit 3a34e9e351ed0ee3eb27f9c0f154bc227f1226bf
25145 Author: Behdad Esfahbod <behdad@behdad.org>
25146 Date: Sat Jan 21 19:15:41 2012 -0500
25148 Ignore Broken Pipe errors
25150 test/shaping/hb_test_tools.py | 76
25151 +++++++++++++++++++++++++++----------------
25152 1 file changed, 48 insertions(+), 28 deletions(-)
25154 commit d5300241680844f5625f32792f7dd7181ed05f9b
25155 Author: Behdad Esfahbod <behdad@behdad.org>
25156 Date: Sat Jan 21 19:07:22 2012 -0500
25158 [util] Make clusters work with char offset instead of UTF-8 offset
25160 This means the --features indices also refer to char position
25161 instead of byte position now. Same for cluster values reported
25164 Will add an option for byte indices later.
25166 util/options.cc | 7 +++++--
25167 util/options.hh | 12 ++++++++++++
25168 2 files changed, 17 insertions(+), 2 deletions(-)
25170 commit 0f68f4a0b5ee78cbdb2a89a9a1a9125afe72ed2f
25171 Author: Behdad Esfahbod <behdad@behdad.org>
25172 Date: Sat Jan 21 18:59:48 2012 -0500
25174 Correctly print out Unicode strings
25176 util/options.cc | 2 +-
25177 1 file changed, 1 insertion(+), 1 deletion(-)
25179 commit f22089ac24f43ff048c2a0f1c1f604ae3a96be8b
25180 Author: Behdad Esfahbod <behdad@behdad.org>
25181 Date: Fri Jan 20 21:21:47 2012 -0500
25185 test/shaping/hb-diff | 8 ++++----
25186 test/shaping/hb_test_tools.py | 4 ++--
25187 2 files changed, 6 insertions(+), 6 deletions(-)
25189 commit 96968bfae5ce61a0a098bf0e6acd2210a309a499
25190 Author: Behdad Esfahbod <behdad@behdad.org>
25191 Date: Fri Jan 20 21:16:34 2012 -0500
25193 Port hb-manifest-read to Python
25195 test/shaping/hb-diff-filter-failures | 2 +-
25196 test/shaping/hb-manifest-read | 37 +++------------------------
25197 test/shaping/hb_test_tools.py | 49
25198 ++++++++++++++++++++++++++++++++----
25199 3 files changed, 48 insertions(+), 40 deletions(-)
25201 commit a59ed46fa4f7b76605f8ce6e75783ead406468f5
25202 Author: Behdad Esfahbod <behdad@behdad.org>
25203 Date: Fri Jan 20 20:56:32 2012 -0500
25205 Add final residues from test-shape-complex
25207 .../shaping/texts/in-tree/shaper-arabic/script-nko/misc/MANIFEST | 1 +
25208 .../shaping/texts/in-tree/shaper-arabic/script-nko/misc/misc.txt |
25210 test/shaping/texts/in-tree/shaper-default/MANIFEST | 1 +
25211 .../texts/in-tree/shaper-default/script-linear-b/MANIFEST | 1 +
25212 .../texts/in-tree/shaper-default/script-linear-b/misc/MANIFEST | 1 +
25213 .../texts/in-tree/shaper-default/script-linear-b/misc/misc.txt | 1 +
25214 test/shaping/texts/in-tree/shaper-indic/MANIFEST | 1 +
25215 .../shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST | 1 +
25216 .../in-tree/shaper-indic/south-east-asian/script-khmer/MANIFEST | 1 +
25217 .../shaper-indic/south-east-asian/script-khmer/misc/MANIFEST | 1 +
25218 .../shaper-indic/south-east-asian/script-khmer/misc/misc.txt |
25220 11 files changed, 23 insertions(+)
25222 commit 820e0ed318d9b187a131baa9491d5d390ec33ef4
25223 Author: Behdad Esfahbod <behdad@behdad.org>
25224 Date: Fri Jan 20 20:51:52 2012 -0500
25226 Add Punjabi tests from test-shape-complex also
25228 .../texts/in-tree/shaper-indic/indic/script-punjabi/misc/MANIFEST
25230 .../texts/in-tree/shaper-indic/indic/script-punjabi/misc/misc.txt
25232 2 files changed, 2 insertions(+)
25234 commit a7d71c105772fb612871b4cae59bdae47bbc8751
25235 Author: Behdad Esfahbod <behdad@behdad.org>
25236 Date: Fri Jan 20 20:50:09 2012 -0500
25238 Add Tamil test data from Muguntharaj Subramanian
25240 .../shaper-indic/indic/script-tamil/misc/MANIFEST | 1 +
25241 .../shaper-indic/indic/script-tamil/misc/misc.txt | 43
25242 ++++++++++++++++++++++
25243 2 files changed, 44 insertions(+)
25245 commit 5992a9941e7f19181df1e34e79e514ccedc3d284
25246 Author: Behdad Esfahbod <behdad@behdad.org>
25247 Date: Fri Jan 20 20:48:14 2012 -0500
25249 Import test data from late test-shape-complex
25251 .../in-tree/shaper-arabic/script-arabic/MANIFEST | 1 +
25252 .../shaper-arabic/script-arabic/misc/MANIFEST | 0
25253 .../in-tree/shaper-arabic/script-mandaic/MANIFEST | 1 +
25254 .../shaper-arabic/script-mandaic/misc/MANIFEST | 0
25255 .../shaper-arabic/script-mongolian/MANIFEST | 1 +
25256 .../shaper-arabic/script-mongolian/misc/MANIFEST | 0
25257 .../in-tree/shaper-arabic/script-nko/MANIFEST | 1 +
25258 .../in-tree/shaper-arabic/script-nko/misc/MANIFEST | 0
25259 .../in-tree/shaper-arabic/script-syriac/MANIFEST | 1 +
25260 .../shaper-arabic/script-syriac/misc/MANIFEST | 0
25261 .../shaper-indic/indic/script-assamese/MANIFEST | 1 +
25262 .../indic/script-assamese/misc/MANIFEST | 0
25263 .../shaper-indic/indic/script-bengali/MANIFEST | 1 +
25264 .../indic/script-bengali/misc/MANIFEST | 1 +
25265 .../indic/script-bengali/misc/misc.txt | 48
25266 ++++++++++++++++++++++
25267 .../shaper-indic/indic/script-devanagari/MANIFEST | 1 +
25268 .../indic/script-devanagari/misc/MANIFEST | 1 +
25269 .../indic/script-devanagari/misc/misc.txt | 23 +++++++++++
25270 .../shaper-indic/indic/script-gujarati/MANIFEST | 1 +
25271 .../indic/script-gujarati/misc/MANIFEST | 0
25272 .../shaper-indic/indic/script-kannada/MANIFEST | 1 +
25273 .../indic/script-kannada/misc/MANIFEST | 1 +
25274 .../indic/script-kannada/misc/misc.txt | 17 ++++++++
25275 .../shaper-indic/indic/script-malayalam/MANIFEST | 1 +
25276 .../indic/script-malayalam/misc/MANIFEST | 1 +
25277 .../indic/script-malayalam/misc/misc.txt | 22 ++++++++++
25278 .../shaper-indic/indic/script-oriya/MANIFEST | 1 +
25279 .../shaper-indic/indic/script-oriya/misc/MANIFEST | 1 +
25280 .../shaper-indic/indic/script-oriya/misc/misc.txt | 28 +++++++++++++
25281 .../shaper-indic/indic/script-punjabi/MANIFEST | 1 +
25282 .../indic/script-punjabi/misc/MANIFEST | 0
25283 .../shaper-indic/indic/script-sinhala/MANIFEST | 1 +
25284 .../indic/script-sinhala/misc/MANIFEST | 1 +
25285 .../indic/script-sinhala/misc/misc.txt | 6 +++
25286 .../shaper-indic/indic/script-tamil/MANIFEST | 1 +
25287 .../shaper-indic/indic/script-tamil/misc/MANIFEST | 0
25288 .../shaper-indic/indic/script-telugu/MANIFEST | 1 +
25289 .../shaper-indic/indic/script-telugu/misc/MANIFEST | 1 +
25290 .../shaper-indic/indic/script-telugu/misc/misc.txt | 11 +++++
25291 39 files changed, 178 insertions(+)
25293 commit 46ac45647760984c6220f04ba4521038e628b169
25294 Author: Behdad Esfahbod <behdad@behdad.org>
25295 Date: Fri Jan 20 19:32:17 2012 -0500
25297 Fix Unicode encoding issue
25299 test/shaping/hb_test_tools.py | 8 ++++----
25300 1 file changed, 4 insertions(+), 4 deletions(-)
25302 commit ad34e39a4a320310b1edd9fc4d7e740373510c69
25303 Author: Behdad Esfahbod <behdad@behdad.org>
25304 Date: Fri Jan 20 18:39:27 2012 -0500
25306 Make test tools interactive
25308 By bypassing readlines() buffering.
25310 test/shaping/hb_test_tools.py | 33 +++++++++++++++++++++++++++------
25311 1 file changed, 27 insertions(+), 6 deletions(-)
25313 commit 91540a7d97051a3d6e97fdcd1e98af23e0780cdd
25314 Author: Behdad Esfahbod <behdad@behdad.org>
25315 Date: Fri Jan 20 18:27:52 2012 -0500
25317 Move most testing logic into hb_test_tools.py
25319 The actual utils are one-liners now.
25321 test/shaping/hb-diff | 77 ++-------------
25322 test/shaping/hb-diff-filter-failures | 27 +-----
25323 test/shaping/hb-unicode-decode | 18 +---
25324 test/shaping/hb-unicode-encode | 21 +---
25325 test/shaping/hb-unicode-prettyname | 53 +----------
25326 test/shaping/hb_test_tools.py | 180
25327 +++++++++++++++++++++++++++++++++++
25328 6 files changed, 197 insertions(+), 179 deletions(-)
25330 commit 66aa080033dcff07b8bb5e7b1f0e3511f067d6c1
25331 Author: Behdad Esfahbod <behdad@behdad.org>
25332 Date: Fri Jan 20 17:36:10 2012 -0500
25334 Remove test-shape-complex
25336 New shaping testsuite and framework coming.
25338 test/api/Makefile.am | 6 -
25339 test/api/test-shape-complex.c | 1237
25340 ------------------------------------
25341 test/shaping/hb-unicode-prettyname | 1 +
25342 3 files changed, 1 insertion(+), 1243 deletions(-)
25344 commit ed459bfb63c58b59fc0dbe25021c396e8ef8683c
25345 Author: Behdad Esfahbod <behdad@behdad.org>
25346 Date: Fri Jan 20 17:24:05 2012 -0500
25348 Add hb-unicode-encode
25350 test/shaping/hb-unicode-encode | 22 ++++++++++++++++++++++
25351 1 file changed, 22 insertions(+)
25353 commit d8134bc017ca3383e0978ddee57070eb3aab8964
25354 Author: Behdad Esfahbod <behdad@behdad.org>
25355 Date: Fri Jan 20 17:18:59 2012 -0500
25357 [hb-shape] Add parantheses around --show-text output
25359 util/options.cc | 2 ++
25360 1 file changed, 2 insertions(+)
25362 commit b12c4d43614199f8910a06507603f6c431d9df67
25363 Author: Behdad Esfahbod <behdad@behdad.org>
25364 Date: Fri Jan 20 17:17:44 2012 -0500
25366 Add hb-diff-filter-failures
25368 test/shaping/hb-diff-filter-failures | 28 ++++++++++++++++++++++++++++
25369 1 file changed, 28 insertions(+)
25371 commit d4bffbc55bf4c23ab5c7f46af613aeecc79ac515
25372 Author: Behdad Esfahbod <behdad@behdad.org>
25373 Date: Fri Jan 20 17:16:35 2012 -0500
25377 test/shaping/texts/MANIFEST | 4 +-
25378 test/shaping/texts/in-tree/MANIFEST | 3 +
25379 test/shaping/texts/in-tree/shaper-arabic/MANIFEST | 5 +
25380 .../in-tree/shaper-arabic/script-arabic/MANIFEST | 0
25381 .../in-tree/shaper-arabic/script-mandaic/MANIFEST | 0
25382 .../shaper-arabic/script-mongolian/MANIFEST | 0
25383 .../in-tree/shaper-arabic/script-nko/MANIFEST | 0
25384 .../in-tree/shaper-arabic/script-syriac/MANIFEST | 0
25385 test/shaping/texts/in-tree/shaper-default/MANIFEST | 0
25386 test/shaping/texts/in-tree/shaper-indic/MANIFEST | 1 +
25387 .../texts/in-tree/shaper-indic/indic/MANIFEST | 11 +
25388 .../shaper-indic/indic/script-assamese/MANIFEST | 1 +
25389 .../indic/script-assamese/utrrs/LICENSE | 19 +
25390 .../indic/script-assamese/utrrs/MANIFEST | 3 +
25391 .../indic/script-assamese/utrrs/README | 13 +
25392 .../indic/script-assamese/utrrs/SOURCES | 2 +
25393 .../IndicFontFeatureCodepoint-AdditionalVowels.txt | 4 +
25394 .../IndicFontFeatureCodepoint-Consonants.txt | 40 +
25395 .../IndicFontFeatureCodepoint-DependentVowels.txt | 10 +
25396 .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 +
25397 ...IndicFontFeatureCodepoint-IndependentVowels.txt | 11 +
25398 .../IndicFontFeatureCodepoint-Reserved.txt | 2 +
25399 .../IndicFontFeatureCodepoint-VariousSigns.txt | 6 +
25400 .../indic/script-assamese/utrrs/codepoint/MANIFEST | 7 +
25401 .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 59 +
25402 .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt | 131 ++
25403 .../indic/script-assamese/utrrs/gpos/MANIFEST | 2 +
25404 .../utrrs/gsub/IndicFontFeatureGSUB.txt | 139 ++
25405 .../indic/script-assamese/utrrs/gsub/MANIFEST | 1 +
25406 .../shaper-indic/indic/script-bengali/MANIFEST | 1 +
25407 .../indic/script-bengali/utrrs/LICENSE | 19 +
25408 .../indic/script-bengali/utrrs/MANIFEST | 3 +
25409 .../shaper-indic/indic/script-bengali/utrrs/README | 13 +
25410 .../indic/script-bengali/utrrs/SOURCES | 2 +
25411 .../IndicFontFeatureCodepoint-AdditionalVowels.txt | 1 +
25412 .../IndicFontFeatureCodepoint-Consonants.txt | 36 +
25413 .../IndicFontFeatureCodepoint-DependentVowels.txt | 10 +
25414 .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 +
25415 ...IndicFontFeatureCodepoint-IndependentVowels.txt | 12 +
25416 .../IndicFontFeatureCodepoint-Reserved.txt | 2 +
25417 .../IndicFontFeatureCodepoint-VariousSigns.txt | 6 +
25418 .../indic/script-bengali/utrrs/codepoint/MANIFEST | 7 +
25419 .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 58 +
25420 .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt | 119 ++
25421 .../indic/script-bengali/utrrs/gpos/MANIFEST | 2 +
25422 .../utrrs/gsub/IndicFontFeatureGSUB.txt | 215 +++
25423 .../indic/script-bengali/utrrs/gsub/MANIFEST | 1 +
25424 .../shaper-indic/indic/script-devanagari/MANIFEST | 1 +
25425 .../indic/script-devanagari/utrrs/LICENSE | 19 +
25426 .../indic/script-devanagari/utrrs/MANIFEST | 3 +
25427 .../indic/script-devanagari/utrrs/README | 13 +
25428 .../indic/script-devanagari/utrrs/SOURCES | 2 +
25429 ...icFontFeatureCodepoint-AdditionalConsonants.txt | 8 +
25430 .../IndicFontFeatureCodepoint-AdditionalVowels.txt | 4 +
25431 .../IndicFontFeatureCodepoint-Consonants.txt | 45 +
25432 .../IndicFontFeatureCodepoint-DependentVowels.txt | 14 +
25433 ...tFeatureCodepoint-DevnagariSpecificAddition.txt | 1 +
25434 .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 +
25435 ...ndicFontFeatureCodepoint-GenericPunctuation.txt | 2 +
25436 ...IndicFontFeatureCodepoint-IndependentVowels.txt | 16 +
25437 .../IndicFontFeatureCodepoint-VariousSigns.txt | 10 +
25438 .../script-devanagari/utrrs/codepoint/MANIFEST | 9 +
25439 .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 185 +++
25440 .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt | 185 +++
25441 .../indic/script-devanagari/utrrs/gpos/MANIFEST | 2 +
25442 .../utrrs/gsub/IndicFontFeatureGSUB.txt | 1367
25443 ++++++++++++++++++++
25444 .../indic/script-devanagari/utrrs/gsub/MANIFEST | 1 +
25445 .../shaper-indic/indic/script-gujarati/MANIFEST | 1 +
25446 .../indic/script-gujarati/utrrs/LICENSE | 19 +
25447 .../indic/script-gujarati/utrrs/MANIFEST | 3 +
25448 .../indic/script-gujarati/utrrs/README | 13 +
25449 .../indic/script-gujarati/utrrs/SOURCES | 2 +
25450 .../IndicFontFeatureCodepoint-AdditionalVowels.txt | 1 +
25451 .../IndicFontFeatureCodepoint-Consonants.txt | 34 +
25452 .../IndicFontFeatureCodepoint-DependentVowels.txt | 12 +
25453 .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 +
25454 ...IndicFontFeatureCodepoint-IndependentVowels.txt | 13 +
25455 .../IndicFontFeatureCodepoint-Reserved.txt | 2 +
25456 .../IndicFontFeatureCodepoint-VariousSigns.txt | 7 +
25457 .../indic/script-gujarati/utrrs/codepoint/MANIFEST | 7 +
25458 .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 170 +++
25459 .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt | 170 +++
25460 .../indic/script-gujarati/utrrs/gpos/MANIFEST | 2 +
25461 .../utrrs/gsub/IndicFontFeatureGSUB.txt | 1156
25463 .../indic/script-gujarati/utrrs/gsub/MANIFEST | 1 +
25464 .../shaper-indic/indic/script-kannada/MANIFEST | 1 +
25465 .../indic/script-kannada/utrrs/LICENSE | 19 +
25466 .../indic/script-kannada/utrrs/MANIFEST | 3 +
25467 .../shaper-indic/indic/script-kannada/utrrs/README | 13 +
25468 .../indic/script-kannada/utrrs/SOURCES | 2 +
25469 ...icFontFeatureCodepoint-AdditionalConsonants.txt | 1 +
25470 .../IndicFontFeatureCodepoint-AdditionalVowels.txt | 4 +
25471 .../IndicFontFeatureCodepoint-Consonants.txt | 40 +
25472 .../IndicFontFeatureCodepoint-DependentVowels.txt | 13 +
25473 .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 +
25474 ...IndicFontFeatureCodepoint-IndependentVowels.txt | 14 +
25475 .../IndicFontFeatureCodepoint-Reserved.txt | 2 +
25476 .../IndicFontFeatureCodepoint-VariousSigns.txt | 9 +
25477 .../indic/script-kannada/utrrs/codepoint/MANIFEST | 8 +
25478 .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 188 +++
25479 .../indic/script-kannada/utrrs/gpos/MANIFEST | 1 +
25480 .../utrrs/gsub/IndicFontFeatureGSUB.txt | 306 +++++
25481 .../indic/script-kannada/utrrs/gsub/MANIFEST | 1 +
25482 .../shaper-indic/indic/script-malayalam/MANIFEST | 1 +
25483 .../indic/script-malayalam/utrrs/LICENSE | 19 +
25484 .../indic/script-malayalam/utrrs/MANIFEST | 2 +
25485 .../indic/script-malayalam/utrrs/README | 13 +
25486 .../indic/script-malayalam/utrrs/SOURCES | 2 +
25487 .../IndicFontFeatureCodepoint-AdditionalVowels.txt | 2 +
25488 .../IndicFontFeatureCodepoint-Consonants.txt | 36 +
25489 .../IndicFontFeatureCodepoint-DependentVowels.txt | 12 +
25490 .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 +
25491 ...IndicFontFeatureCodepoint-IndependentVowels.txt | 14 +
25492 .../IndicFontFeatureCodepoint-Reserved.txt | 2 +
25493 .../IndicFontFeatureCodepoint-VariousSigns.txt | 4 +
25494 .../script-malayalam/utrrs/codepoint/MANIFEST | 7 +
25495 .../utrrs/gsub/IndicFontFeatureGSUB.txt | 254 ++++
25496 .../indic/script-malayalam/utrrs/gsub/MANIFEST | 1 +
25497 .../shaper-indic/indic/script-oriya/MANIFEST | 1 +
25498 .../shaper-indic/indic/script-oriya/utrrs/LICENSE | 19 +
25499 .../shaper-indic/indic/script-oriya/utrrs/MANIFEST | 2 +
25500 .../shaper-indic/indic/script-oriya/utrrs/README | 13 +
25501 .../shaper-indic/indic/script-oriya/utrrs/SOURCES | 2 +
25502 ...icFontFeatureCodepoint-AdditionalConsonants.txt | 3 +
25503 .../IndicFontFeatureCodepoint-AdditionalVowels.txt | 2 +
25504 .../IndicFontFeatureCodepoint-Consonants.txt | 34 +
25505 .../IndicFontFeatureCodepoint-DependentVowels.txt | 12 +
25506 .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 +
25507 ...IndicFontFeatureCodepoint-IndependentVowels.txt | 12 +
25508 .../IndicFontFeatureCodepoint-OriyaSpecific.txt | 2 +
25509 .../IndicFontFeatureCodepoint-Reserved.txt | 2 +
25510 .../IndicFontFeatureCodepoint-VariousSigns.txt | 8 +
25511 .../indic/script-oriya/utrrs/codepoint/MANIFEST | 9 +
25512 .../utrrs/gsub/IndicFontFeatureGSUB.txt | 170 +++
25513 .../indic/script-oriya/utrrs/gsub/MANIFEST | 1 +
25514 .../shaper-indic/indic/script-punjabi/MANIFEST | 1 +
25515 .../indic/script-punjabi/utrrs/LICENSE | 19 +
25516 .../indic/script-punjabi/utrrs/MANIFEST | 3 +
25517 .../shaper-indic/indic/script-punjabi/utrrs/README | 13 +
25518 .../indic/script-punjabi/utrrs/SOURCES | 2 +
25519 .../IndicFontFeatureCodepoint-Consonants.txt | 38 +
25520 .../IndicFontFeatureCodepoint-DependentVowels.txt | 9 +
25521 .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 +
25522 .../IndicFontFeatureCodepoint-GurmukhiSpecific.txt | 6 +
25523 ...IndicFontFeatureCodepoint-IndependentVowels.txt | 10 +
25524 .../IndicFontFeatureCodepoint-Reserved.txt | 2 +
25525 .../IndicFontFeatureCodepoint-VariousSigns.txt | 6 +
25526 .../indic/script-punjabi/utrrs/codepoint/MANIFEST | 7 +
25527 .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 22 +
25528 .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt | 2 +
25529 .../indic/script-punjabi/utrrs/gpos/MANIFEST | 2 +
25530 .../utrrs/gsub/IndicFontFeatureGSUB.txt | 152 +++
25531 .../indic/script-punjabi/utrrs/gsub/MANIFEST | 1 +
25532 .../shaper-indic/indic/script-sinhala/MANIFEST | 1 +
25533 .../indic/script-sinhala/utrrs/LICENSE | 19 +
25534 .../indic/script-sinhala/utrrs/MANIFEST | 3 +
25535 .../shaper-indic/indic/script-sinhala/utrrs/README | 13 +
25536 .../indic/script-sinhala/utrrs/SOURCES | 2 +
25537 .../IndicFontFeatureCodepoint-Consonants.txt | 41 +
25538 .../IndicFontFeatureCodepoint-DependentVowels.txt | 17 +
25539 ...IndicFontFeatureCodepoint-IndependentVowels.txt | 18 +
25540 .../IndicFontFeatureCodepoint-Punctuation.txt | 1 +
25541 .../IndicFontFeatureCodepoint-VariousSigns.txt | 3 +
25542 .../indic/script-sinhala/utrrs/codepoint/MANIFEST | 5 +
25543 .../utrrs/gpos/IndicFontFeatureGPOS.txt | 162 +++
25544 .../indic/script-sinhala/utrrs/gpos/MANIFEST | 1 +
25545 .../utrrs/gsub/IndicFontFeatureGSUB-Conjunct.txt | 1 +
25546 .../gsub/IndicFontFeatureGSUB-Rakaaraansaya.txt | 41 +
25547 .../utrrs/gsub/IndicFontFeatureGSUB-Repaya.txt | 42 +
25548 .../gsub/IndicFontFeatureGSUB-Special-Cases.txt | 2 +
25549 .../gsub/IndicFontFeatureGSUB-TouchingLetters.txt | 1 +
25550 .../utrrs/gsub/IndicFontFeatureGSUB-Yansaya.txt | 41 +
25551 .../utrrs/gsub/IndicFontFeatureGSUB.txt | 1 +
25552 .../indic/script-sinhala/utrrs/gsub/MANIFEST | 7 +
25553 .../shaper-indic/indic/script-tamil/MANIFEST | 1 +
25554 .../shaper-indic/indic/script-tamil/utrrs/LICENSE | 19 +
25555 .../shaper-indic/indic/script-tamil/utrrs/MANIFEST | 3 +
25556 .../shaper-indic/indic/script-tamil/utrrs/README | 13 +
25557 .../shaper-indic/indic/script-tamil/utrrs/SOURCES | 2 +
25558 .../IndicFontFeatureCodepoint-Consonants.txt | 23 +
25559 .../IndicFontFeatureCodepoint-CurrencySymbols.txt | 1 +
25560 .../IndicFontFeatureCodepoint-DependentVowels.txt | 11 +
25561 .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 +
25562 ...IndicFontFeatureCodepoint-IndependentVowels.txt | 12 +
25563 .../IndicFontFeatureCodepoint-Numerics.txt | 3 +
25564 .../IndicFontFeatureCodepoint-Reserved.txt | 2 +
25565 .../IndicFontFeatureCodepoint-Symbols.txt | 6 +
25566 .../IndicFontFeatureCodepoint-TamilSymbol.txt | 1 +
25567 .../IndicFontFeatureCodepoint-VariousSigns.txt | 4 +
25568 .../indic/script-tamil/utrrs/codepoint/MANIFEST | 10 +
25569 .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 64 +
25570 .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt | 44 +
25571 .../indic/script-tamil/utrrs/gpos/MANIFEST | 2 +
25572 .../utrrs/gsub/IndicFontFeatureGSUB.txt | 4 +
25573 .../indic/script-tamil/utrrs/gsub/MANIFEST | 1 +
25574 .../shaper-indic/indic/script-telugu/MANIFEST | 1 +
25575 .../shaper-indic/indic/script-telugu/utrrs/LICENSE | 19 +
25576 .../indic/script-telugu/utrrs/MANIFEST | 3 +
25577 .../shaper-indic/indic/script-telugu/utrrs/README | 13 +
25578 .../shaper-indic/indic/script-telugu/utrrs/SOURCES | 2 +
25579 .../IndicFontFeatureCodepoint-AdditionalVowels.txt | 2 +
25580 .../IndicFontFeatureCodepoint-Consonants.txt | 38 +
25581 .../IndicFontFeatureCodepoint-DependentVowels.txt | 13 +
25582 .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 +
25583 ...IndicFontFeatureCodepoint-IndependentVowels.txt | 14 +
25584 .../IndicFontFeatureCodepoint-Reserved.txt | 2 +
25585 .../IndicFontFeatureCodepoint-VariousSigns.txt | 6 +
25586 .../indic/script-telugu/utrrs/codepoint/MANIFEST | 7 +
25587 .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 385 ++++++
25588 .../indic/script-telugu/utrrs/gpos/MANIFEST | 1 +
25589 .../utrrs/gsub/IndicFontFeatureGSUB.txt | 287 ++++
25590 .../indic/script-telugu/utrrs/gsub/MANIFEST | 1 +
25591 test/shaping/texts/shaper-arabic/MANIFEST | 5 -
25592 .../texts/shaper-arabic/script-arabic/MANIFEST | 0
25593 .../texts/shaper-arabic/script-mandaic/MANIFEST | 0
25594 .../texts/shaper-arabic/script-mongolian/MANIFEST | 0
25595 .../texts/shaper-arabic/script-nko/MANIFEST | 0
25596 .../texts/shaper-arabic/script-syriac/MANIFEST | 0
25597 test/shaping/texts/shaper-default/MANIFEST | 0
25598 test/shaping/texts/shaper-indic/MANIFEST | 1 -
25599 test/shaping/texts/shaper-indic/indic/MANIFEST | 11 -
25600 .../shaper-indic/indic/script-assamese/MANIFEST | 1 -
25601 .../indic/script-assamese/utrrs/LICENSE | 19 -
25602 .../indic/script-assamese/utrrs/MANIFEST | 3 -
25603 .../indic/script-assamese/utrrs/README | 13 -
25604 .../indic/script-assamese/utrrs/SOURCES | 2 -
25605 .../IndicFontFeatureCodepoint-AdditionalVowels.txt | 4 -
25606 .../IndicFontFeatureCodepoint-Consonants.txt | 40 -
25607 .../IndicFontFeatureCodepoint-DependentVowels.txt | 10 -
25608 .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 -
25609 ...IndicFontFeatureCodepoint-IndependentVowels.txt | 11 -
25610 .../IndicFontFeatureCodepoint-Reserved.txt | 2 -
25611 .../IndicFontFeatureCodepoint-VariousSigns.txt | 6 -
25612 .../indic/script-assamese/utrrs/codepoint/MANIFEST | 7 -
25613 .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 59 -
25614 .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt | 131 --
25615 .../indic/script-assamese/utrrs/gpos/MANIFEST | 2 -
25616 .../utrrs/gsub/IndicFontFeatureGSUB.txt | 139 --
25617 .../indic/script-assamese/utrrs/gsub/MANIFEST | 1 -
25618 .../shaper-indic/indic/script-bengali/MANIFEST | 1 -
25619 .../indic/script-bengali/utrrs/LICENSE | 19 -
25620 .../indic/script-bengali/utrrs/MANIFEST | 3 -
25621 .../shaper-indic/indic/script-bengali/utrrs/README | 13 -
25622 .../indic/script-bengali/utrrs/SOURCES | 2 -
25623 .../IndicFontFeatureCodepoint-AdditionalVowels.txt | 1 -
25624 .../IndicFontFeatureCodepoint-Consonants.txt | 36 -
25625 .../IndicFontFeatureCodepoint-DependentVowels.txt | 10 -
25626 .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 -
25627 ...IndicFontFeatureCodepoint-IndependentVowels.txt | 12 -
25628 .../IndicFontFeatureCodepoint-Reserved.txt | 2 -
25629 .../IndicFontFeatureCodepoint-VariousSigns.txt | 6 -
25630 .../indic/script-bengali/utrrs/codepoint/MANIFEST | 7 -
25631 .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 58 -
25632 .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt | 119 --
25633 .../indic/script-bengali/utrrs/gpos/MANIFEST | 2 -
25634 .../utrrs/gsub/IndicFontFeatureGSUB.txt | 215 ---
25635 .../indic/script-bengali/utrrs/gsub/MANIFEST | 1 -
25636 .../shaper-indic/indic/script-devanagari/MANIFEST | 1 -
25637 .../indic/script-devanagari/utrrs/LICENSE | 19 -
25638 .../indic/script-devanagari/utrrs/MANIFEST | 3 -
25639 .../indic/script-devanagari/utrrs/README | 13 -
25640 .../indic/script-devanagari/utrrs/SOURCES | 2 -
25641 ...icFontFeatureCodepoint-AdditionalConsonants.txt | 8 -
25642 .../IndicFontFeatureCodepoint-AdditionalVowels.txt | 4 -
25643 .../IndicFontFeatureCodepoint-Consonants.txt | 45 -
25644 .../IndicFontFeatureCodepoint-DependentVowels.txt | 14 -
25645 ...tFeatureCodepoint-DevnagariSpecificAddition.txt | 1 -
25646 .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 -
25647 ...ndicFontFeatureCodepoint-GenericPunctuation.txt | 2 -
25648 ...IndicFontFeatureCodepoint-IndependentVowels.txt | 16 -
25649 .../IndicFontFeatureCodepoint-VariousSigns.txt | 10 -
25650 .../script-devanagari/utrrs/codepoint/MANIFEST | 9 -
25651 .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 185 ---
25652 .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt | 185 ---
25653 .../indic/script-devanagari/utrrs/gpos/MANIFEST | 2 -
25654 .../utrrs/gsub/IndicFontFeatureGSUB.txt | 1367
25655 --------------------
25656 .../indic/script-devanagari/utrrs/gsub/MANIFEST | 1 -
25657 .../shaper-indic/indic/script-gujarati/MANIFEST | 1 -
25658 .../indic/script-gujarati/utrrs/LICENSE | 19 -
25659 .../indic/script-gujarati/utrrs/MANIFEST | 3 -
25660 .../indic/script-gujarati/utrrs/README | 13 -
25661 .../indic/script-gujarati/utrrs/SOURCES | 2 -
25662 .../IndicFontFeatureCodepoint-AdditionalVowels.txt | 1 -
25663 .../IndicFontFeatureCodepoint-Consonants.txt | 34 -
25664 .../IndicFontFeatureCodepoint-DependentVowels.txt | 12 -
25665 .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 -
25666 ...IndicFontFeatureCodepoint-IndependentVowels.txt | 13 -
25667 .../IndicFontFeatureCodepoint-Reserved.txt | 2 -
25668 .../IndicFontFeatureCodepoint-VariousSigns.txt | 7 -
25669 .../indic/script-gujarati/utrrs/codepoint/MANIFEST | 7 -
25670 .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 170 ---
25671 .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt | 170 ---
25672 .../indic/script-gujarati/utrrs/gpos/MANIFEST | 2 -
25673 .../utrrs/gsub/IndicFontFeatureGSUB.txt | 1156
25675 .../indic/script-gujarati/utrrs/gsub/MANIFEST | 1 -
25676 .../shaper-indic/indic/script-kannada/MANIFEST | 1 -
25677 .../indic/script-kannada/utrrs/LICENSE | 19 -
25678 .../indic/script-kannada/utrrs/MANIFEST | 3 -
25679 .../shaper-indic/indic/script-kannada/utrrs/README | 13 -
25680 .../indic/script-kannada/utrrs/SOURCES | 2 -
25681 ...icFontFeatureCodepoint-AdditionalConsonants.txt | 1 -
25682 .../IndicFontFeatureCodepoint-AdditionalVowels.txt | 4 -
25683 .../IndicFontFeatureCodepoint-Consonants.txt | 40 -
25684 .../IndicFontFeatureCodepoint-DependentVowels.txt | 13 -
25685 .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 -
25686 ...IndicFontFeatureCodepoint-IndependentVowels.txt | 14 -
25687 .../IndicFontFeatureCodepoint-Reserved.txt | 2 -
25688 .../IndicFontFeatureCodepoint-VariousSigns.txt | 9 -
25689 .../indic/script-kannada/utrrs/codepoint/MANIFEST | 8 -
25690 .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 188 ---
25691 .../indic/script-kannada/utrrs/gpos/MANIFEST | 1 -
25692 .../utrrs/gsub/IndicFontFeatureGSUB.txt | 306 -----
25693 .../indic/script-kannada/utrrs/gsub/MANIFEST | 1 -
25694 .../shaper-indic/indic/script-malayalam/MANIFEST | 1 -
25695 .../indic/script-malayalam/utrrs/LICENSE | 19 -
25696 .../indic/script-malayalam/utrrs/MANIFEST | 2 -
25697 .../indic/script-malayalam/utrrs/README | 13 -
25698 .../indic/script-malayalam/utrrs/SOURCES | 2 -
25699 .../IndicFontFeatureCodepoint-AdditionalVowels.txt | 2 -
25700 .../IndicFontFeatureCodepoint-Consonants.txt | 36 -
25701 .../IndicFontFeatureCodepoint-DependentVowels.txt | 12 -
25702 .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 -
25703 ...IndicFontFeatureCodepoint-IndependentVowels.txt | 14 -
25704 .../IndicFontFeatureCodepoint-Reserved.txt | 2 -
25705 .../IndicFontFeatureCodepoint-VariousSigns.txt | 4 -
25706 .../script-malayalam/utrrs/codepoint/MANIFEST | 7 -
25707 .../utrrs/gsub/IndicFontFeatureGSUB.txt | 254 ----
25708 .../indic/script-malayalam/utrrs/gsub/MANIFEST | 1 -
25709 .../texts/shaper-indic/indic/script-oriya/MANIFEST | 1 -
25710 .../shaper-indic/indic/script-oriya/utrrs/LICENSE | 19 -
25711 .../shaper-indic/indic/script-oriya/utrrs/MANIFEST | 2 -
25712 .../shaper-indic/indic/script-oriya/utrrs/README | 13 -
25713 .../shaper-indic/indic/script-oriya/utrrs/SOURCES | 2 -
25714 ...icFontFeatureCodepoint-AdditionalConsonants.txt | 3 -
25715 .../IndicFontFeatureCodepoint-AdditionalVowels.txt | 2 -
25716 .../IndicFontFeatureCodepoint-Consonants.txt | 34 -
25717 .../IndicFontFeatureCodepoint-DependentVowels.txt | 12 -
25718 .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 -
25719 ...IndicFontFeatureCodepoint-IndependentVowels.txt | 12 -
25720 .../IndicFontFeatureCodepoint-OriyaSpecific.txt | 2 -
25721 .../IndicFontFeatureCodepoint-Reserved.txt | 2 -
25722 .../IndicFontFeatureCodepoint-VariousSigns.txt | 8 -
25723 .../indic/script-oriya/utrrs/codepoint/MANIFEST | 9 -
25724 .../utrrs/gsub/IndicFontFeatureGSUB.txt | 170 ---
25725 .../indic/script-oriya/utrrs/gsub/MANIFEST | 1 -
25726 .../shaper-indic/indic/script-punjabi/MANIFEST | 1 -
25727 .../indic/script-punjabi/utrrs/LICENSE | 19 -
25728 .../indic/script-punjabi/utrrs/MANIFEST | 3 -
25729 .../shaper-indic/indic/script-punjabi/utrrs/README | 13 -
25730 .../indic/script-punjabi/utrrs/SOURCES | 2 -
25731 .../IndicFontFeatureCodepoint-Consonants.txt | 38 -
25732 .../IndicFontFeatureCodepoint-DependentVowels.txt | 9 -
25733 .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 -
25734 .../IndicFontFeatureCodepoint-GurmukhiSpecific.txt | 6 -
25735 ...IndicFontFeatureCodepoint-IndependentVowels.txt | 10 -
25736 .../IndicFontFeatureCodepoint-Reserved.txt | 2 -
25737 .../IndicFontFeatureCodepoint-VariousSigns.txt | 6 -
25738 .../indic/script-punjabi/utrrs/codepoint/MANIFEST | 7 -
25739 .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 22 -
25740 .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt | 2 -
25741 .../indic/script-punjabi/utrrs/gpos/MANIFEST | 2 -
25742 .../utrrs/gsub/IndicFontFeatureGSUB.txt | 152 ---
25743 .../indic/script-punjabi/utrrs/gsub/MANIFEST | 1 -
25744 .../shaper-indic/indic/script-sinhala/MANIFEST | 1 -
25745 .../indic/script-sinhala/utrrs/LICENSE | 19 -
25746 .../indic/script-sinhala/utrrs/MANIFEST | 3 -
25747 .../shaper-indic/indic/script-sinhala/utrrs/README | 13 -
25748 .../indic/script-sinhala/utrrs/SOURCES | 2 -
25749 .../IndicFontFeatureCodepoint-Consonants.txt | 41 -
25750 .../IndicFontFeatureCodepoint-DependentVowels.txt | 17 -
25751 ...IndicFontFeatureCodepoint-IndependentVowels.txt | 18 -
25752 .../IndicFontFeatureCodepoint-Punctuation.txt | 1 -
25753 .../IndicFontFeatureCodepoint-VariousSigns.txt | 3 -
25754 .../indic/script-sinhala/utrrs/codepoint/MANIFEST | 5 -
25755 .../utrrs/gpos/IndicFontFeatureGPOS.txt | 162 ---
25756 .../indic/script-sinhala/utrrs/gpos/MANIFEST | 1 -
25757 .../utrrs/gsub/IndicFontFeatureGSUB-Conjunct.txt | 1 -
25758 .../gsub/IndicFontFeatureGSUB-Rakaaraansaya.txt | 41 -
25759 .../utrrs/gsub/IndicFontFeatureGSUB-Repaya.txt | 42 -
25760 .../gsub/IndicFontFeatureGSUB-Special-Cases.txt | 2 -
25761 .../gsub/IndicFontFeatureGSUB-TouchingLetters.txt | 1 -
25762 .../utrrs/gsub/IndicFontFeatureGSUB-Yansaya.txt | 41 -
25763 .../utrrs/gsub/IndicFontFeatureGSUB.txt | 1 -
25764 .../indic/script-sinhala/utrrs/gsub/MANIFEST | 7 -
25765 .../texts/shaper-indic/indic/script-tamil/MANIFEST | 1 -
25766 .../shaper-indic/indic/script-tamil/utrrs/LICENSE | 19 -
25767 .../shaper-indic/indic/script-tamil/utrrs/MANIFEST | 3 -
25768 .../shaper-indic/indic/script-tamil/utrrs/README | 13 -
25769 .../shaper-indic/indic/script-tamil/utrrs/SOURCES | 2 -
25770 .../IndicFontFeatureCodepoint-Consonants.txt | 23 -
25771 .../IndicFontFeatureCodepoint-CurrencySymbols.txt | 1 -
25772 .../IndicFontFeatureCodepoint-DependentVowels.txt | 11 -
25773 .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 -
25774 ...IndicFontFeatureCodepoint-IndependentVowels.txt | 12 -
25775 .../IndicFontFeatureCodepoint-Numerics.txt | 3 -
25776 .../IndicFontFeatureCodepoint-Reserved.txt | 2 -
25777 .../IndicFontFeatureCodepoint-Symbols.txt | 6 -
25778 .../IndicFontFeatureCodepoint-TamilSymbol.txt | 1 -
25779 .../IndicFontFeatureCodepoint-VariousSigns.txt | 4 -
25780 .../indic/script-tamil/utrrs/codepoint/MANIFEST | 10 -
25781 .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 64 -
25782 .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt | 44 -
25783 .../indic/script-tamil/utrrs/gpos/MANIFEST | 2 -
25784 .../utrrs/gsub/IndicFontFeatureGSUB.txt | 4 -
25785 .../indic/script-tamil/utrrs/gsub/MANIFEST | 1 -
25786 .../shaper-indic/indic/script-telugu/MANIFEST | 1 -
25787 .../shaper-indic/indic/script-telugu/utrrs/LICENSE | 19 -
25788 .../indic/script-telugu/utrrs/MANIFEST | 3 -
25789 .../shaper-indic/indic/script-telugu/utrrs/README | 13 -
25790 .../shaper-indic/indic/script-telugu/utrrs/SOURCES | 2 -
25791 .../IndicFontFeatureCodepoint-AdditionalVowels.txt | 2 -
25792 .../IndicFontFeatureCodepoint-Consonants.txt | 38 -
25793 .../IndicFontFeatureCodepoint-DependentVowels.txt | 13 -
25794 .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 -
25795 ...IndicFontFeatureCodepoint-IndependentVowels.txt | 14 -
25796 .../IndicFontFeatureCodepoint-Reserved.txt | 2 -
25797 .../IndicFontFeatureCodepoint-VariousSigns.txt | 6 -
25798 .../indic/script-telugu/utrrs/codepoint/MANIFEST | 7 -
25799 .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 385 ------
25800 .../indic/script-telugu/utrrs/gpos/MANIFEST | 1 -
25801 .../utrrs/gsub/IndicFontFeatureGSUB.txt | 287 ----
25802 .../indic/script-telugu/utrrs/gsub/MANIFEST | 1 -
25803 422 files changed, 7601 insertions(+), 7600 deletions(-)
25805 commit 45f640c98d752161e51eda63061d70fad9ab9f68
25806 Author: Behdad Esfahbod <behdad@behdad.org>
25807 Date: Fri Jan 20 14:24:21 2012 -0500
25811 test/shaping/hb-diff | 35 ++++++++++++++++++++---------------
25812 1 file changed, 20 insertions(+), 15 deletions(-)
25814 commit 47ca766a9cbdfb304f60e23a4dee0a155075a277
25815 Author: Behdad Esfahbod <behdad@behdad.org>
25816 Date: Fri Jan 20 14:21:53 2012 -0500
25820 test/shaping/hb-unicode-decode | 2 +-
25821 test/shaping/hb-unicode-prettyname | 5 ++---
25822 2 files changed, 3 insertions(+), 4 deletions(-)
25824 commit 8f1db07894674b02c36ca9352e666b4618ee8832
25825 Author: Behdad Esfahbod <behdad@behdad.org>
25826 Date: Fri Jan 20 13:57:57 2012 -0500
25828 [test/shaping] Add some Indic test data for the new test suite
25830 Imported from UTRRS.
25832 test/shaping/texts/shaper-indic/indic/MANIFEST | 2 +-
25833 .../shaper-indic/indic/script-assamese/MANIFEST | 1 +
25834 .../indic/script-assamese/utrrs/LICENSE | 19 +
25835 .../indic/script-assamese/utrrs/MANIFEST | 3 +
25836 .../indic/script-assamese/utrrs/README | 13 +
25837 .../indic/script-assamese/utrrs/SOURCES | 2 +
25838 .../IndicFontFeatureCodepoint-AdditionalVowels.txt | 4 +
25839 .../IndicFontFeatureCodepoint-Consonants.txt | 40 +
25840 .../IndicFontFeatureCodepoint-DependentVowels.txt | 10 +
25841 .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 +
25842 ...IndicFontFeatureCodepoint-IndependentVowels.txt | 11 +
25843 .../IndicFontFeatureCodepoint-Reserved.txt | 2 +
25844 .../IndicFontFeatureCodepoint-VariousSigns.txt | 6 +
25845 .../indic/script-assamese/utrrs/codepoint/MANIFEST | 7 +
25846 .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 59 +
25847 .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt | 131 ++
25848 .../indic/script-assamese/utrrs/gpos/MANIFEST | 2 +
25849 .../utrrs/gsub/IndicFontFeatureGSUB.txt | 139 ++
25850 .../indic/script-assamese/utrrs/gsub/MANIFEST | 1 +
25851 .../shaper-indic/indic/script-bengali/MANIFEST | 1 +
25852 .../indic/script-bengali/utrrs/LICENSE | 19 +
25853 .../indic/script-bengali/utrrs/MANIFEST | 3 +
25854 .../shaper-indic/indic/script-bengali/utrrs/README | 13 +
25855 .../indic/script-bengali/utrrs/SOURCES | 2 +
25856 .../IndicFontFeatureCodepoint-AdditionalVowels.txt | 1 +
25857 .../IndicFontFeatureCodepoint-Consonants.txt | 36 +
25858 .../IndicFontFeatureCodepoint-DependentVowels.txt | 10 +
25859 .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 +
25860 ...IndicFontFeatureCodepoint-IndependentVowels.txt | 12 +
25861 .../IndicFontFeatureCodepoint-Reserved.txt | 2 +
25862 .../IndicFontFeatureCodepoint-VariousSigns.txt | 6 +
25863 .../indic/script-bengali/utrrs/codepoint/MANIFEST | 7 +
25864 .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 58 +
25865 .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt | 119 ++
25866 .../indic/script-bengali/utrrs/gpos/MANIFEST | 2 +
25867 .../utrrs/gsub/IndicFontFeatureGSUB.txt | 215 +++
25868 .../indic/script-bengali/utrrs/gsub/MANIFEST | 1 +
25869 .../shaper-indic/indic/script-devanagari/MANIFEST | 1 +
25870 .../indic/script-devanagari/utrrs/LICENSE | 19 +
25871 .../indic/script-devanagari/utrrs/MANIFEST | 3 +
25872 .../indic/script-devanagari/utrrs/README | 13 +
25873 .../indic/script-devanagari/utrrs/SOURCES | 2 +
25874 ...icFontFeatureCodepoint-AdditionalConsonants.txt | 8 +
25875 .../IndicFontFeatureCodepoint-AdditionalVowels.txt | 4 +
25876 .../IndicFontFeatureCodepoint-Consonants.txt | 45 +
25877 .../IndicFontFeatureCodepoint-DependentVowels.txt | 14 +
25878 ...tFeatureCodepoint-DevnagariSpecificAddition.txt | 1 +
25879 .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 +
25880 ...ndicFontFeatureCodepoint-GenericPunctuation.txt | 2 +
25881 ...IndicFontFeatureCodepoint-IndependentVowels.txt | 16 +
25882 .../IndicFontFeatureCodepoint-VariousSigns.txt | 10 +
25883 .../script-devanagari/utrrs/codepoint/MANIFEST | 9 +
25884 .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 185 +++
25885 .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt | 185 +++
25886 .../indic/script-devanagari/utrrs/gpos/MANIFEST | 2 +
25887 .../utrrs/gsub/IndicFontFeatureGSUB.txt | 1367
25888 ++++++++++++++++++++
25889 .../indic/script-devanagari/utrrs/gsub/MANIFEST | 1 +
25890 .../shaper-indic/indic/script-gujarati/MANIFEST | 1 +
25891 .../indic/script-gujarati/utrrs/LICENSE | 19 +
25892 .../indic/script-gujarati/utrrs/MANIFEST | 3 +
25893 .../indic/script-gujarati/utrrs/README | 13 +
25894 .../indic/script-gujarati/utrrs/SOURCES | 2 +
25895 .../IndicFontFeatureCodepoint-AdditionalVowels.txt | 1 +
25896 .../IndicFontFeatureCodepoint-Consonants.txt | 34 +
25897 .../IndicFontFeatureCodepoint-DependentVowels.txt | 12 +
25898 .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 +
25899 ...IndicFontFeatureCodepoint-IndependentVowels.txt | 13 +
25900 .../IndicFontFeatureCodepoint-Reserved.txt | 2 +
25901 .../IndicFontFeatureCodepoint-VariousSigns.txt | 7 +
25902 .../indic/script-gujarati/utrrs/codepoint/MANIFEST | 7 +
25903 .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 170 +++
25904 .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt | 170 +++
25905 .../indic/script-gujarati/utrrs/gpos/MANIFEST | 2 +
25906 .../utrrs/gsub/IndicFontFeatureGSUB.txt | 1156
25908 .../indic/script-gujarati/utrrs/gsub/MANIFEST | 1 +
25909 .../shaper-indic/indic/script-kannada/MANIFEST | 1 +
25910 .../indic/script-kannada/utrrs/LICENSE | 19 +
25911 .../indic/script-kannada/utrrs/MANIFEST | 3 +
25912 .../shaper-indic/indic/script-kannada/utrrs/README | 13 +
25913 .../indic/script-kannada/utrrs/SOURCES | 2 +
25914 ...icFontFeatureCodepoint-AdditionalConsonants.txt | 1 +
25915 .../IndicFontFeatureCodepoint-AdditionalVowels.txt | 4 +
25916 .../IndicFontFeatureCodepoint-Consonants.txt | 40 +
25917 .../IndicFontFeatureCodepoint-DependentVowels.txt | 13 +
25918 .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 +
25919 ...IndicFontFeatureCodepoint-IndependentVowels.txt | 14 +
25920 .../IndicFontFeatureCodepoint-Reserved.txt | 2 +
25921 .../IndicFontFeatureCodepoint-VariousSigns.txt | 9 +
25922 .../indic/script-kannada/utrrs/codepoint/MANIFEST | 8 +
25923 .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 188 +++
25924 .../indic/script-kannada/utrrs/gpos/MANIFEST | 1 +
25925 .../utrrs/gsub/IndicFontFeatureGSUB.txt | 306 +++++
25926 .../indic/script-kannada/utrrs/gsub/MANIFEST | 1 +
25927 .../shaper-indic/indic/script-malayalam/MANIFEST | 1 +
25928 .../indic/script-malayalam/utrrs/LICENSE | 19 +
25929 .../indic/script-malayalam/utrrs/MANIFEST | 2 +
25930 .../indic/script-malayalam/utrrs/README | 13 +
25931 .../indic/script-malayalam/utrrs/SOURCES | 2 +
25932 .../IndicFontFeatureCodepoint-AdditionalVowels.txt | 2 +
25933 .../IndicFontFeatureCodepoint-Consonants.txt | 36 +
25934 .../IndicFontFeatureCodepoint-DependentVowels.txt | 12 +
25935 .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 +
25936 ...IndicFontFeatureCodepoint-IndependentVowels.txt | 14 +
25937 .../IndicFontFeatureCodepoint-Reserved.txt | 2 +
25938 .../IndicFontFeatureCodepoint-VariousSigns.txt | 4 +
25939 .../script-malayalam/utrrs/codepoint/MANIFEST | 7 +
25940 .../utrrs/gsub/IndicFontFeatureGSUB.txt | 254 ++++
25941 .../indic/script-malayalam/utrrs/gsub/MANIFEST | 1 +
25942 .../texts/shaper-indic/indic/script-oriya/MANIFEST | 1 +
25943 .../shaper-indic/indic/script-oriya/utrrs/LICENSE | 19 +
25944 .../shaper-indic/indic/script-oriya/utrrs/MANIFEST | 2 +
25945 .../shaper-indic/indic/script-oriya/utrrs/README | 13 +
25946 .../shaper-indic/indic/script-oriya/utrrs/SOURCES | 2 +
25947 ...icFontFeatureCodepoint-AdditionalConsonants.txt | 3 +
25948 .../IndicFontFeatureCodepoint-AdditionalVowels.txt | 2 +
25949 .../IndicFontFeatureCodepoint-Consonants.txt | 34 +
25950 .../IndicFontFeatureCodepoint-DependentVowels.txt | 12 +
25951 .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 +
25952 ...IndicFontFeatureCodepoint-IndependentVowels.txt | 12 +
25953 .../IndicFontFeatureCodepoint-OriyaSpecific.txt | 2 +
25954 .../IndicFontFeatureCodepoint-Reserved.txt | 2 +
25955 .../IndicFontFeatureCodepoint-VariousSigns.txt | 8 +
25956 .../indic/script-oriya/utrrs/codepoint/MANIFEST | 9 +
25957 .../utrrs/gsub/IndicFontFeatureGSUB.txt | 170 +++
25958 .../indic/script-oriya/utrrs/gsub/MANIFEST | 1 +
25959 .../shaper-indic/indic/script-punjabi/MANIFEST | 1 +
25960 .../indic/script-punjabi/utrrs/LICENSE | 19 +
25961 .../indic/script-punjabi/utrrs/MANIFEST | 3 +
25962 .../shaper-indic/indic/script-punjabi/utrrs/README | 13 +
25963 .../indic/script-punjabi/utrrs/SOURCES | 2 +
25964 .../IndicFontFeatureCodepoint-Consonants.txt | 38 +
25965 .../IndicFontFeatureCodepoint-DependentVowels.txt | 9 +
25966 .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 +
25967 .../IndicFontFeatureCodepoint-GurmukhiSpecific.txt | 6 +
25968 ...IndicFontFeatureCodepoint-IndependentVowels.txt | 10 +
25969 .../IndicFontFeatureCodepoint-Reserved.txt | 2 +
25970 .../IndicFontFeatureCodepoint-VariousSigns.txt | 6 +
25971 .../indic/script-punjabi/utrrs/codepoint/MANIFEST | 7 +
25972 .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 22 +
25973 .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt | 2 +
25974 .../indic/script-punjabi/utrrs/gpos/MANIFEST | 2 +
25975 .../utrrs/gsub/IndicFontFeatureGSUB.txt | 152 +++
25976 .../indic/script-punjabi/utrrs/gsub/MANIFEST | 1 +
25977 .../shaper-indic/indic/script-sinhala/MANIFEST | 1 +
25978 .../indic/script-sinhala/utrrs/LICENSE | 19 +
25979 .../indic/script-sinhala/utrrs/MANIFEST | 3 +
25980 .../shaper-indic/indic/script-sinhala/utrrs/README | 13 +
25981 .../indic/script-sinhala/utrrs/SOURCES | 2 +
25982 .../IndicFontFeatureCodepoint-Consonants.txt | 41 +
25983 .../IndicFontFeatureCodepoint-DependentVowels.txt | 17 +
25984 ...IndicFontFeatureCodepoint-IndependentVowels.txt | 18 +
25985 .../IndicFontFeatureCodepoint-Punctuation.txt | 1 +
25986 .../IndicFontFeatureCodepoint-VariousSigns.txt | 3 +
25987 .../indic/script-sinhala/utrrs/codepoint/MANIFEST | 5 +
25988 .../utrrs/gpos/IndicFontFeatureGPOS.txt | 162 +++
25989 .../indic/script-sinhala/utrrs/gpos/MANIFEST | 1 +
25990 .../utrrs/gsub/IndicFontFeatureGSUB-Conjunct.txt | 1 +
25991 .../gsub/IndicFontFeatureGSUB-Rakaaraansaya.txt | 41 +
25992 .../utrrs/gsub/IndicFontFeatureGSUB-Repaya.txt | 42 +
25993 .../gsub/IndicFontFeatureGSUB-Special-Cases.txt | 2 +
25994 .../gsub/IndicFontFeatureGSUB-TouchingLetters.txt | 1 +
25995 .../utrrs/gsub/IndicFontFeatureGSUB-Yansaya.txt | 41 +
25996 .../utrrs/gsub/IndicFontFeatureGSUB.txt | 1 +
25997 .../indic/script-sinhala/utrrs/gsub/MANIFEST | 7 +
25998 .../texts/shaper-indic/indic/script-tamil/MANIFEST | 1 +
25999 .../shaper-indic/indic/script-tamil/utrrs/LICENSE | 19 +
26000 .../shaper-indic/indic/script-tamil/utrrs/MANIFEST | 3 +
26001 .../shaper-indic/indic/script-tamil/utrrs/README | 13 +
26002 .../shaper-indic/indic/script-tamil/utrrs/SOURCES | 2 +
26003 .../IndicFontFeatureCodepoint-Consonants.txt | 23 +
26004 .../IndicFontFeatureCodepoint-CurrencySymbols.txt | 1 +
26005 .../IndicFontFeatureCodepoint-DependentVowels.txt | 11 +
26006 .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 +
26007 ...IndicFontFeatureCodepoint-IndependentVowels.txt | 12 +
26008 .../IndicFontFeatureCodepoint-Numerics.txt | 3 +
26009 .../IndicFontFeatureCodepoint-Reserved.txt | 2 +
26010 .../IndicFontFeatureCodepoint-Symbols.txt | 6 +
26011 .../IndicFontFeatureCodepoint-TamilSymbol.txt | 1 +
26012 .../IndicFontFeatureCodepoint-VariousSigns.txt | 4 +
26013 .../indic/script-tamil/utrrs/codepoint/MANIFEST | 10 +
26014 .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 64 +
26015 .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt | 44 +
26016 .../indic/script-tamil/utrrs/gpos/MANIFEST | 2 +
26017 .../utrrs/gsub/IndicFontFeatureGSUB.txt | 4 +
26018 .../indic/script-tamil/utrrs/gsub/MANIFEST | 1 +
26019 .../shaper-indic/indic/script-telugu/MANIFEST | 1 +
26020 .../shaper-indic/indic/script-telugu/utrrs/LICENSE | 19 +
26021 .../indic/script-telugu/utrrs/MANIFEST | 3 +
26022 .../shaper-indic/indic/script-telugu/utrrs/README | 13 +
26023 .../shaper-indic/indic/script-telugu/utrrs/SOURCES | 2 +
26024 .../IndicFontFeatureCodepoint-AdditionalVowels.txt | 2 +
26025 .../IndicFontFeatureCodepoint-Consonants.txt | 38 +
26026 .../IndicFontFeatureCodepoint-DependentVowels.txt | 13 +
26027 .../codepoint/IndicFontFeatureCodepoint-Digits.txt | 10 +
26028 ...IndicFontFeatureCodepoint-IndependentVowels.txt | 14 +
26029 .../IndicFontFeatureCodepoint-Reserved.txt | 2 +
26030 .../IndicFontFeatureCodepoint-VariousSigns.txt | 6 +
26031 .../indic/script-telugu/utrrs/codepoint/MANIFEST | 7 +
26032 .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 385 ++++++
26033 .../indic/script-telugu/utrrs/gpos/MANIFEST | 1 +
26034 .../utrrs/gsub/IndicFontFeatureGSUB.txt | 287 ++++
26035 .../indic/script-telugu/utrrs/gsub/MANIFEST | 1 +
26036 202 files changed, 7581 insertions(+), 1 deletion(-)
26038 commit 11267aef364b1cc5683ce65aaf544b7f2a127fb3
26039 Author: Behdad Esfahbod <behdad@behdad.org>
26040 Date: Fri Jan 20 13:57:14 2012 -0500
26044 test/shaping/Makefile.am | 2 +-
26045 1 file changed, 1 insertion(+), 1 deletion(-)
26047 commit 4e84ce48d5d41cf1bad2fb8774e5c66745b0e75e
26048 Author: Behdad Esfahbod <behdad@behdad.org>
26049 Date: Fri Jan 20 13:50:55 2012 -0500
26051 Move hb-diff to test/shaping/
26053 test/shaping/hb-diff | 70
26054 ++++++++++++++++++++++++++++++++++++++++++++++++++++
26055 util/Makefile.am | 2 --
26057 ----------------------------------------------------
26058 3 files changed, 70 insertions(+), 72 deletions(-)
26060 commit f868e1b84d2f73688d4d6558d44610b1ac75ec13
26061 Author: Behdad Esfahbod <behdad@behdad.org>
26062 Date: Fri Jan 20 13:50:05 2012 -0500
26064 Add hb-unicode-decode
26066 test/shaping/hb-manifest-read | 36
26067 ++++++++++++++++++++++++++++++++++++
26068 test/shaping/hb-manifest-update | 22 ++++++++++++++++++++++
26069 test/shaping/hb-read-manifest | 36
26070 ------------------------------------
26071 test/shaping/hb-unicode-decode | 19 +++++++++++++++++++
26072 test/shaping/hb-update-manifests | 22 ----------------------
26073 5 files changed, 77 insertions(+), 58 deletions(-)
26075 commit 9ab23ef4749b51e60464b9ef2a92739cdc2b36ba
26076 Author: Behdad Esfahbod <behdad@behdad.org>
26077 Date: Fri Jan 20 13:49:56 2012 -0500
26081 test/shaping/hb-unicode-prettyname | 5 +++++
26082 1 file changed, 5 insertions(+)
26084 commit c8d81db03335192f20f08ab8fabe9869fd7350a2
26085 Author: Behdad Esfahbod <behdad@behdad.org>
26086 Date: Fri Jan 20 13:39:27 2012 -0500
26088 Recognize more characters
26090 test/shaping/hb-unicode-prettyname | 7 +++++++
26091 1 file changed, 7 insertions(+)
26093 commit 0016d4662d486fa32c2191df801a2792f44b273c
26094 Author: Behdad Esfahbod <behdad@behdad.org>
26095 Date: Fri Jan 20 13:31:59 2012 -0500
26097 [test] Make hb-unicode-prettyname take a --stdin option
26099 test/shaping/hb-unicode-prettyname | 15 +++++++++------
26100 1 file changed, 9 insertions(+), 6 deletions(-)
26102 commit ad8c6446f2e0d21d065203924467f6a2c418401e
26103 Author: Behdad Esfahbod <behdad@behdad.org>
26104 Date: Thu Jan 19 20:28:31 2012 -0500
26106 [test/shaping] Add hb-unicode-prettyname
26108 test/shaping/hb-unicode-prettyname | 38
26109 ++++++++++++++++++++++++++++++++++++++
26110 1 file changed, 38 insertions(+)
26112 commit e900869b0f373d25b72d966338beb6cbc53e6446
26113 Author: Behdad Esfahbod <behdad@behdad.org>
26114 Date: Thu Jan 19 20:28:15 2012 -0500
26116 [test/shaping] Add hb-read-manifest
26118 test/shaping/hb-read-manifest | 36 ++++++++++++++++++++++++++++++++++++
26119 1 file changed, 36 insertions(+)
26121 commit a211cd3ffce3aa100e92d837384bbaa9decf6b09
26122 Author: Behdad Esfahbod <behdad@behdad.org>
26123 Date: Thu Jan 19 20:27:53 2012 -0500
26125 Ignore AUTHORS also
26127 test/shaping/hb-update-manifests | 2 +-
26128 1 file changed, 1 insertion(+), 1 deletion(-)
26130 commit c91c4fa47140c0d6191241a832fc534b1c1514ce
26131 Author: Behdad Esfahbod <behdad@behdad.org>
26132 Date: Thu Jan 19 17:51:57 2012 -0500
26134 [hb-shape] Change glyphstring brackets from </> to [/]
26136 Sorry for the disruption but I need this to differentiate from the
26139 util/options.cc | 4 ++--
26140 1 file changed, 2 insertions(+), 2 deletions(-)
26142 commit 36fe87d1b4bf8317074a597501d1ee52c0bec38d
26143 Author: Behdad Esfahbod <behdad@behdad.org>
26144 Date: Thu Jan 19 16:55:26 2012 -0500
26146 More Indic tests from Pravin
26148 test/api/test-shape-complex.c | 48
26149 +++++++++++++++++++++++++++++++++++++++++++
26150 1 file changed, 48 insertions(+)
26152 commit a33e46cf7d9862856fd7ecb04e047cc58a9785c8
26153 Author: Behdad Esfahbod <behdad@behdad.org>
26154 Date: Thu Jan 19 15:43:48 2012 -0500
26156 [test/shaping] Add hb-update-manifests
26158 test/shaping/Makefile.am | 6 ++----
26159 test/shaping/hb-update-manifests | 22
26160 ++++++++++++++++++++++
26161 test/shaping/texts/shaper-indic/indic/MANIFEST | 1 +
26162 3 files changed, 25 insertions(+), 4 deletions(-)
26164 commit d4de562adf691425b15e3e9c0eec035feaa60413
26165 Author: Behdad Esfahbod <behdad@behdad.org>
26166 Date: Thu Jan 19 15:21:04 2012 -0500
26168 Start adding new shaping test suite together
26171 test/Makefile.am | 2 +-
26172 test/shaping/Makefile.am |
26174 test/shaping/texts/MANIFEST | 3 +++
26175 test/shaping/texts/shaper-arabic/MANIFEST | 5 +++++
26176 test/shaping/texts/shaper-arabic/script-arabic/MANIFEST | 0
26177 test/shaping/texts/shaper-arabic/script-mandaic/MANIFEST | 0
26178 test/shaping/texts/shaper-arabic/script-mongolian/MANIFEST | 0
26179 test/shaping/texts/shaper-arabic/script-nko/MANIFEST | 0
26180 test/shaping/texts/shaper-arabic/script-syriac/MANIFEST | 0
26181 test/shaping/texts/shaper-default/MANIFEST | 0
26182 test/shaping/texts/shaper-indic/MANIFEST | 1 +
26183 test/shaping/texts/shaper-indic/indic/MANIFEST |
26185 test/shaping/texts/shaper-indic/indic/script-assamese/MANIFEST | 0
26186 test/shaping/texts/shaper-indic/indic/script-bengali/MANIFEST | 0
26187 .../texts/shaper-indic/indic/script-devanagari/MANIFEST | 0
26188 test/shaping/texts/shaper-indic/indic/script-gujarati/MANIFEST | 0
26189 test/shaping/texts/shaper-indic/indic/script-kannada/MANIFEST | 0
26190 .../shaping/texts/shaper-indic/indic/script-malayalam/MANIFEST | 0
26191 test/shaping/texts/shaper-indic/indic/script-oriya/MANIFEST | 0
26192 test/shaping/texts/shaper-indic/indic/script-punjabi/MANIFEST | 0
26193 test/shaping/texts/shaper-indic/indic/script-tamil/MANIFEST | 0
26194 test/shaping/texts/shaper-indic/indic/script-telugu/MANIFEST | 0
26195 23 files changed, 31 insertions(+), 1 deletion(-)
26197 commit 7a4a848db27d1605195f677c9c8632cde558aa05
26198 Author: Behdad Esfahbod <behdad@behdad.org>
26199 Date: Thu Jan 19 15:15:21 2012 -0500
26203 src/hb-ot-shape-complex-private.hh | 3 ++-
26204 1 file changed, 2 insertions(+), 1 deletion(-)
26206 commit 4d6dafd47f4271549e528d2e8047d50562aef399
26207 Author: Behdad Esfahbod <behdad@behdad.org>
26208 Date: Thu Jan 19 14:52:02 2012 -0500
26210 Rename test/ to test/api/
26213 test/Makefile.am | 128 +----
26214 test/api/Makefile.am | 131 +++++
26215 test/api/hb-test.h | 265 +++++++++
26216 test/api/test-blob.c | 301 +++++++++++
26217 test/api/test-buffer.c | 783 +++++++++++++++++++++++++++
26218 test/api/test-c.c | 58 ++
26219 test/api/test-common.c | 213 ++++++++
26220 test/api/test-cplusplus.cc | 30 ++
26221 test/api/test-font.c | 502 +++++++++++++++++
26222 test/api/test-object.c | 367 +++++++++++++
26223 test/api/test-ot-tag.c | 241 +++++++++
26224 test/api/test-shape-complex.c | 1189
26225 +++++++++++++++++++++++++++++++++++++++++
26226 test/api/test-shape.c | 165 ++++++
26227 test/api/test-unicode.c | 887 ++++++++++++++++++++++++++++++
26228 test/api/test-version.c | 80 +++
26229 test/hb-test.h | 265 ---------
26230 test/test-blob.c | 301 -----------
26231 test/test-buffer.c | 783 ---------------------------
26232 test/test-c.c | 58 --
26233 test/test-common.c | 213 --------
26234 test/test-cplusplus.cc | 30 --
26235 test/test-font.c | 502 -----------------
26236 test/test-object.c | 367 -------------
26237 test/test-ot-tag.c | 241 ---------
26238 test/test-shape-complex.c | 1189
26239 -----------------------------------------
26240 test/test-shape.c | 165 ------
26241 test/test-unicode.c | 887 ------------------------------
26242 test/test-version.c | 80 ---
26243 29 files changed, 5214 insertions(+), 5208 deletions(-)
26245 commit 3b5c22c39b87155f315853fb0c40edcf14e99b54
26246 Author: Behdad Esfahbod <behdad@behdad.org>
26247 Date: Thu Jan 19 14:28:11 2012 -0500
26253 src/Makefile.am | 6 +--
26255 --------------------------------------------------------
26256 2 files changed, 1 insertion(+), 137 deletions(-)
26258 commit 4983feebbbb25e79201bf34035e4d58e61218758
26259 Author: Behdad Esfahbod <behdad@behdad.org>
26260 Date: Thu Jan 19 13:54:52 2012 -0500
26264 util/hb-diff | 41 ++++++++++++++++++++++++++---------------
26265 1 file changed, 26 insertions(+), 15 deletions(-)
26267 commit cdc673d97c5ffedb386865a81f54a5cedcbad27c
26268 Author: Behdad Esfahbod <behdad@behdad.org>
26269 Date: Thu Jan 19 12:46:18 2012 -0500
26271 [hb-shape] Add --show-line-num
26273 Ok, much more useful as a test suite driver now.
26275 util/hb-shape.cc | 24 +++++-------------------
26276 util/options.cc | 34 ++++++++++++++++++++++++++++++++++
26277 util/options.hh | 25 ++++++++++++++++++++-----
26278 3 files changed, 59 insertions(+), 24 deletions(-)
26280 commit cc4d9810d6318ca2e4de3b8d62f03b51cc21ee05
26281 Author: Behdad Esfahbod <behdad@behdad.org>
26282 Date: Thu Jan 19 12:32:20 2012 -0500
26284 [hb-shape] Add --show-text and --show-unicode options
26286 util/hb-shape.cc | 19 ++++++++++++++++++-
26287 util/options.cc | 26 +++++++++++++++++++++++---
26288 util/options.hh | 12 +++++++++---
26289 3 files changed, 50 insertions(+), 7 deletions(-)
26291 commit 27c36af411c7c4d75dd25d79fc76dd92c6bb9643
26292 Author: Behdad Esfahbod <behdad@behdad.org>
26293 Date: Thu Jan 19 12:30:43 2012 -0500
26295 Fix OOB in hb-shape
26297 util/options.cc | 2 +-
26298 1 file changed, 1 insertion(+), 1 deletion(-)
26300 commit 8d2781d69274672303e30522e222bd01c6b5e781
26301 Author: Behdad Esfahbod <behdad@behdad.org>
26302 Date: Thu Jan 19 11:36:39 2012 -0500
26304 [test] Add two Indic test cases from Bernard Massot
26306 test/test-shape-complex.c | 16 ++++++++++++++++
26307 1 file changed, 16 insertions(+)
26309 commit 8750abaf8410005facbea8c886c592bead7f959b
26310 Author: Behdad Esfahbod <behdad@behdad.org>
26311 Date: Wed Jan 18 22:47:44 2012 -0500
26313 [util] Add --help-features
26315 Patch from Khaled Hosny.
26317 util/options.cc | 42 +++++++++++++++++++++++++++++++++++++++++-
26318 1 file changed, 41 insertions(+), 1 deletion(-)
26320 commit 889caa52fa1bef61013ec1d127f84d7d5907ef1e
26321 Author: Behdad Esfahbod <behdad@behdad.org>
26322 Date: Wed Jan 18 22:32:52 2012 -0500
26324 [icu] Use U_FAILURE
26326 src/hb-icu.cc | 10 +++++-----
26327 1 file changed, 5 insertions(+), 5 deletions(-)
26329 commit 36a4f4a482456ee816dcb59befa0b0538ba487df
26330 Author: Behdad Esfahbod <behdad@behdad.org>
26331 Date: Wed Jan 18 22:16:49 2012 -0500
26333 Replace u_strlen() with u_countChar32()
26335 The latter is what I meant.
26337 src/hb-icu.cc | 8 +++-----
26338 1 file changed, 3 insertions(+), 5 deletions(-)
26340 commit 055fb24d03ae518fa0aa6c2860a03f3cb6a5ef0d
26341 Author: Behdad Esfahbod <behdad@behdad.org>
26342 Date: Wed Jan 18 21:58:34 2012 -0500
26344 Add test for bug in ICU decompose
26346 As reported by Kenichi Ishibashi on 2011-10-28.
26348 test/test-unicode.c | 2 +-
26349 1 file changed, 1 insertion(+), 1 deletion(-)
26351 commit c521e793bd6c1dafacb94253a45b9c70ab38525e
26352 Author: Behdad Esfahbod <behdad@behdad.org>
26353 Date: Wed Jan 18 21:51:05 2012 -0500
26355 Fix OOB in replace_glyph()
26357 Patch from Kenichi Ishibashi.
26359 src/hb-buffer.cc | 2 ++
26360 1 file changed, 2 insertions(+)
26362 commit 03408ce73d003ed4e58e3f8472f9445e72b86bee
26363 Author: Behdad Esfahbod <behdad@behdad.org>
26364 Date: Wed Jan 18 21:28:34 2012 -0500
26366 Fix more possible buffer overruns
26368 I have this function, but can't clean up it to my satisfaction.
26370 src/hb-ot-layout-gsubgpos-private.hh | 6 ++++--
26371 1 file changed, 4 insertions(+), 2 deletions(-)
26373 commit 7d479900cd11bc88148cd601ee43bc5492ce5843
26374 Author: Behdad Esfahbod <behdad@behdad.org>
26375 Date: Wed Jan 18 21:19:32 2012 -0500
26377 Refactor the two remaining uses of _hb_ot_layout_skip_mark()
26379 src/hb-ot-layout-gsub-table.hh | 2 +-
26380 src/hb-ot-layout-gsubgpos-private.hh | 7 +++++--
26381 2 files changed, 6 insertions(+), 3 deletions(-)
26383 commit 506ffeb8e77a668fa305139582d215c32e46bb03
26384 Author: Behdad Esfahbod <behdad@behdad.org>
26385 Date: Wed Jan 18 16:07:53 2012 -0500
26387 Further mark skippy fixes from Jonathan Kew
26389 We should be in good shape now.
26391 src/hb-ot-layout-gsubgpos-private.hh | 4 +++-
26392 1 file changed, 3 insertions(+), 1 deletion(-)
26394 commit a4a48fe6d4f884a37e720430347d10dbe3562a79
26395 Author: Behdad Esfahbod <behdad@behdad.org>
26396 Date: Tue Jan 17 18:08:41 2012 -0500
26398 Fix mark skipping regression
26402 src/hb-ot-layout-gsubgpos-private.hh | 2 +-
26403 1 file changed, 1 insertion(+), 1 deletion(-)
26405 commit 4ab97311541225906f6b737a2b47de252224cc09
26406 Author: Behdad Esfahbod <behdad@behdad.org>
26407 Date: Mon Jan 16 22:05:08 2012 -0500
26409 Refactor mark skipping
26411 src/hb-ot-layout-gpos-table.hh | 95 ++++++++++----------------
26412 src/hb-ot-layout-gsub-table.hh | 21 +++---
26413 src/hb-ot-layout-gsubgpos-private.hh | 125
26414 +++++++++++++++++++++++++++--------
26415 3 files changed, 143 insertions(+), 98 deletions(-)
26417 commit 370f03e9c69d98d735eafb7e72b13b17f42cbaa9
26418 Author: Behdad Esfahbod <behdad@behdad.org>
26419 Date: Mon Jan 16 17:03:55 2012 -0500
26423 src/hb-ot-layout-gsub-table.hh | 5 ++---
26424 src/hb-ot-layout-gsubgpos-private.hh | 6 ++----
26425 2 files changed, 4 insertions(+), 7 deletions(-)
26427 commit 4d3aeb8cb2bc1ca7cdd03ba28ba8c334f12d4c03
26428 Author: Behdad Esfahbod <behdad@behdad.org>
26429 Date: Mon Jan 16 16:43:26 2012 -0500
26431 [GSUB/GPOS] Fix mark skip indexing issues
26433 Mozilla bug 701637 and 714067 combined.
26435 Patch from Jonathan Kew.
26437 src/hb-ot-layout-gpos-table.hh | 42
26438 ++++++++++++++++-----------------
26439 src/hb-ot-layout-gsub-table.hh | 21 +++++++++--------
26440 src/hb-ot-layout-gsubgpos-private.hh | 45
26441 ++++++++++++++++++------------------
26442 3 files changed, 54 insertions(+), 54 deletions(-)
26444 commit e8eedf2687f05372bf5476e84139d01ba67c9f73
26445 Author: Behdad Esfahbod <behdad@behdad.org>
26446 Date: Mon Jan 16 16:39:40 2012 -0500
26448 Avoid enum trailing commas
26450 Based on patch from Jonathan Kew.
26452 src/hb-ot-shape-complex-indic.cc | 4 ++--
26453 src/hb-ot-shape-complex-private.hh | 2 ++
26454 2 files changed, 4 insertions(+), 2 deletions(-)
26456 commit 3d0ddd12801689b4093ffca97da4dd9ca669b64a
26457 Author: Behdad Esfahbod <behdad@behdad.org>
26458 Date: Sun Jan 15 15:55:52 2012 -0500
26460 Require glib >= 2.16 for the gobject option
26462 configure.ac | 2 +-
26463 1 file changed, 1 insertion(+), 1 deletion(-)
26465 commit 95ab82a992ab916046c2e6205db7cadeec88d206
26466 Author: Behdad Esfahbod <behdad@behdad.org>
26467 Date: Sun Jan 15 14:56:56 2012 -0500
26469 Disable gtk-doc macro
26471 We don't have any docs yet.
26473 configure.ac | 2 +-
26474 1 file changed, 1 insertion(+), 1 deletion(-)
26476 commit 299ae0c3a367c84a835eadbd1276ca284d2720c0
26477 Author: Behdad Esfahbod <behdad@behdad.org>
26478 Date: Sat Jan 14 21:29:45 2012 -0500
26480 [icu] Remove glib-ism
26482 src/hb-icu.cc | 4 ++--
26483 1 file changed, 2 insertions(+), 2 deletions(-)
26485 commit a097043f9a81e6c20caf69a5dabdf9e00438d79b
26486 Author: Behdad Esfahbod <behdad@behdad.org>
26487 Date: Sat Jan 14 17:55:51 2012 -0500
26489 Allow space in one more place when parsing features
26491 util/options.cc | 2 ++
26492 1 file changed, 2 insertions(+)
26494 commit af92135424b994062648f4fb7e26af0bd970a4b1
26495 Author: Behdad Esfahbod <behdad@behdad.org>
26496 Date: Fri Oct 21 09:18:43 2011 -0700
26500 src/hb-object-private.hh | 2 +-
26501 1 file changed, 1 insertion(+), 1 deletion(-)
26503 commit 89d89646e8163b6c0874b9a3c14d4da974ea8219
26504 Author: Behdad Esfahbod <behdad@behdad.org>
26505 Date: Mon Oct 17 11:50:54 2011 -0700
26507 Fix intrin.h b0rkage with older MSVC
26509 Reported by Jonathan Kew.
26511 src/hb-object-private.hh | 6 +++++-
26512 1 file changed, 5 insertions(+), 1 deletion(-)
26514 commit af913c5788e600e36d29f44fe4e77db84cf8c442
26515 Author: Behdad Esfahbod <behdad@behdad.org>
26516 Date: Mon Oct 17 11:39:28 2011 -0700
26518 Fix infinite loop in normalization code with variation selectors
26520 Reported by Jonathan Kew.
26522 src/hb-ot-shape-normalize.cc | 5 ++++-
26523 1 file changed, 4 insertions(+), 1 deletion(-)
26525 commit fd528c17b7b5ac912f1ac980e1d9981f561c3b46
26526 Author: Behdad Esfahbod <behdad@behdad.org>
26527 Date: Wed Oct 12 15:03:58 2011 -0400
26529 [util] Add --list-shapers to hb-view and hb-shape
26531 util/options.cc | 17 ++++++++++++++++-
26532 1 file changed, 16 insertions(+), 1 deletion(-)
26534 commit a17554bfd51dc8a37b1674d1ede63e616618e0a6
26535 Author: Behdad Esfahbod <behdad@behdad.org>
26536 Date: Wed Sep 28 16:57:34 2011 -0400
26538 Make test-c.c actually use hb
26540 This will make sure we test that C code can actually link to the
26543 test/test-c.c | 2 +-
26544 1 file changed, 1 insertion(+), 1 deletion(-)
26546 commit 55deff7595ef357d000fef83559c74c9f8acad00
26547 Author: Behdad Esfahbod <behdad@behdad.org>
26548 Date: Wed Sep 28 16:20:09 2011 -0400
26552 src/hb-ot-shape-normalize.cc | 4 ++++
26553 1 file changed, 4 insertions(+)
26555 commit a240d5a0a3ccc71902e7a341b6d531995319999d
26556 Author: Behdad Esfahbod <behdad@behdad.org>
26557 Date: Tue Sep 27 13:50:45 2011 -0400
26562 1 file changed, 2 insertions(+)
26564 commit 52ebdff49d13f239efc886de935d47be9860f6e5
26565 Author: Behdad Esfahbod <behdad@behdad.org>
26566 Date: Tue Sep 27 12:38:16 2011 -0400
26568 Fix GSUB lookuptype 1 subtype 1 delta wrapping
26570 src/hb-ot-layout-gsub-table.hh | 4 +++-
26571 1 file changed, 3 insertions(+), 1 deletion(-)
26573 commit 5857720cd35078d1c3906c8b2db3190b5166b66f
26574 Author: Behdad Esfahbod <behdad@behdad.org>
26575 Date: Tue Sep 27 12:36:26 2011 -0400
26577 [util] s/%d/%u/ when printing glyph ids and clusters
26579 util/options.cc | 6 +++---
26580 1 file changed, 3 insertions(+), 3 deletions(-)
26582 commit b95324cdd217f44c40c5fd44898e659500f19511
26583 Author: Behdad Esfahbod <behdad@behdad.org>
26584 Date: Wed Sep 21 16:50:39 2011 -0400
26588 src/hb-blob.cc | 2 +-
26589 1 file changed, 1 insertion(+), 1 deletion(-)
26591 commit 0cd33592ab4bb486ffc438ba0efdac2fa7a1bb7f
26592 Author: Behdad Esfahbod <behdad@behdad.org>
26593 Date: Wed Sep 21 16:49:33 2011 -0400
26597 src/hb-font.cc | 16 +++++++++++++---
26598 1 file changed, 13 insertions(+), 3 deletions(-)
26600 commit d3f3690b485e1d240fec4f204aef54e07853a244
26601 Author: Behdad Esfahbod <behdad@behdad.org>
26602 Date: Wed Sep 21 16:41:43 2011 -0400
26604 hb-shape: In --no-glyph-names, output glyph number directly
26606 Ie. write "86" instead of "gid86".
26608 util/options.cc | 11 +++++++----
26609 1 file changed, 7 insertions(+), 4 deletions(-)
26611 commit 088c1e27c0fc0cdef999cf1f567e4d5eb2cfb2e4
26612 Author: Behdad Esfahbod <behdad@behdad.org>
26613 Date: Tue Sep 20 14:43:55 2011 -0400
26615 [util] Fix option parsing
26617 Wow, who knew bool is one byte and I was using it as a 4byte int?!
26619 C++ auto casts fails you in mysterious ways...
26621 util/helper-cairo.cc | 2 +-
26622 util/options.cc | 3 ++-
26623 util/options.hh | 14 +++++++-------
26624 3 files changed, 10 insertions(+), 9 deletions(-)
26626 commit d606daa4cca323c8977b2e52e6863dc0f1b72fa9
26627 Author: Behdad Esfahbod <behdad@behdad.org>
26628 Date: Tue Sep 20 14:34:06 2011 -0400
26632 src/gen-arabic-table.py | 2 +-
26633 src/gen-indic-table.py | 2 +-
26634 2 files changed, 2 insertions(+), 2 deletions(-)
26636 commit e700bce1189465a159a7c3c179f231be224f31cc
26637 Author: Behdad Esfahbod <behdad@behdad.org>
26638 Date: Tue Sep 20 11:20:53 2011 -0400
26642 A diff program written in Python that is more suitable for comparing
26643 hb-shape output from different backends. Main differences with stock
26646 1. It outputs one line's comparison at a time, as opposed to batching
26647 '+' lines and '-' lines.
26649 2. It colors the part of the line that changed, taking word boundaries
26650 into consideration.
26652 You can pipe the colored output to 'less -r'.
26654 util/Makefile.am | 2 ++
26656 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
26657 2 files changed, 61 insertions(+)
26659 commit 880c1f0e4ede65890592d28dfb38bb06f5b57500
26660 Author: Behdad Esfahbod <behdad@behdad.org>
26661 Date: Mon Sep 19 23:10:22 2011 -0400
26663 Rewrite ICU detection code with in-house macros
26665 At least works for cross-compiling now...
26667 configure.ac | 26 +++++++++++++++-----------
26668 1 file changed, 15 insertions(+), 11 deletions(-)
26670 commit f83f0f4836691b04306c2ef80979f2e1d76a2f28
26671 Author: Behdad Esfahbod <behdad@behdad.org>
26672 Date: Mon Sep 19 18:51:48 2011 -0400
26674 [graphite] Add note about graphite shaker brokenness
26676 src/hb-graphite2.cc | 8 ++++++++
26677 1 file changed, 8 insertions(+)
26679 commit 422558142aabb996d8ad1848df7ea4d5a8ade98a
26680 Author: Behdad Esfahbod <behdad@behdad.org>
26681 Date: Mon Sep 19 17:57:02 2011 -0400
26683 [util] Account for line-space in surface size
26685 util/options.cc | 2 +-
26686 util/options.hh | 1 -
26687 util/view-cairo.cc | 2 +-
26688 3 files changed, 2 insertions(+), 3 deletions(-)
26690 commit b5afd8f78e6b372f1bbed469329c1554adb20eea
26691 Author: Behdad Esfahbod <behdad@behdad.org>
26692 Date: Mon Sep 19 16:56:21 2011 -0400
26694 [util] Rename --output to --output_file, and --format to
26697 util/options.cc | 4 ++--
26698 1 file changed, 2 insertions(+), 2 deletions(-)
26700 commit 0a965eee880428a43ad7f9d1317c344666247dd7
26701 Author: Behdad Esfahbod <behdad@behdad.org>
26702 Date: Mon Sep 19 16:53:47 2011 -0400
26706 src/hb-ot-shape-complex-indic.cc | 4 ++++
26707 1 file changed, 4 insertions(+)
26709 commit 466393c2f04fb5b3dcb3e81ea9609905fa8c9648
26710 Author: Behdad Esfahbod <behdad@behdad.org>
26711 Date: Mon Sep 19 16:50:18 2011 -0400
26713 Really fix build this time
26715 util/hb-view.hh | 1 -
26716 1 file changed, 1 deletion(-)
26718 commit fe1605db4f28ed75d5debe0db45a19aa77f0585f
26719 Author: Behdad Esfahbod <behdad@behdad.org>
26720 Date: Mon Sep 19 16:49:03 2011 -0400
26724 util/Makefile.am | 2 ++
26725 1 file changed, 2 insertions(+)
26727 commit 8b8b19056decaf09e4e0ccd9412ee1aeb30f4de7
26728 Author: Behdad Esfahbod <behdad@behdad.org>
26729 Date: Mon Sep 19 16:41:17 2011 -0400
26731 [util] Add hb-shape utility
26733 Like hb-view, but prints out buffer contents.
26735 The output format is kinda cryptic. Suggestions welcome.
26738 util/Makefile.am | 44 +++---
26739 util/common.cc | 43 ------
26740 util/common.hh | 57 --------
26741 util/hb-shape.cc | 78 +++++++++++
26742 util/hb-view.cc | 44 +-----
26743 util/hb-view.hh | 79 +++++++++++
26744 util/helper-cairo.cc | 375
26745 ++++++++++++++++++++++++++++++++++++++++++++++++++
26746 util/helper-cairo.hh | 79 +++++++++++
26747 util/options.cc | 79 +++++++++++
26748 util/options.hh | 53 ++++++-
26749 util/view-cairo.cc | 381
26750 ++-------------------------------------------------
26751 util/view-cairo.hh | 8 +-
26752 13 files changed, 785 insertions(+), 541 deletions(-)
26754 commit eb2d8be7a8ede0c0f5e346cf06516792f83f36f7
26755 Author: Behdad Esfahbod <behdad@behdad.org>
26756 Date: Mon Sep 19 16:15:22 2011 -0400
26761 1 file changed, 2 insertions(+)
26763 commit f6496663c2f6849a944e41afcf9511f378477532
26764 Author: Behdad Esfahbod <behdad@behdad.org>
26765 Date: Mon Sep 19 15:45:52 2011 -0400
26767 [util] If no text is provided, simply call cairo_show_glyphs()
26769 util/view-cairo.cc | 92
26770 ++++++++++++++++++++++++++++++------------------------
26771 1 file changed, 51 insertions(+), 41 deletions(-)
26773 commit 5c299343118d1eaff32ffb2a5dac077cfff67dee
26774 Author: Behdad Esfahbod <behdad@behdad.org>
26775 Date: Mon Sep 19 14:53:26 2011 -0400
26777 [uniscribe] Various improvements
26779 src/hb-uniscribe.cc | 30 +++++++++++++++++++-----------
26780 1 file changed, 19 insertions(+), 11 deletions(-)
26782 commit 11e51993ab562d4c7460eb7c43d0e97404e628e7
26783 Author: Behdad Esfahbod <behdad@behdad.org>
26784 Date: Mon Sep 19 09:58:55 2011 -0400
26786 [util] Move font-size into view-options
26788 util/options.cc | 2 +-
26789 util/options.hh | 7 +++----
26790 util/view-cairo.cc | 4 ++--
26791 3 files changed, 6 insertions(+), 7 deletions(-)
26793 commit 0fe296019746689551d224a5f6fb7e0ebe1b91dc
26794 Author: Behdad Esfahbod <behdad@behdad.org>
26795 Date: Sat Sep 17 09:59:58 2011 -0400
26797 Fix Linux build when io.h is available
26799 Bug 40953 - fail compile git: make[2]: *** [hb_view-options.o] Error 1
26801 configure.ac | 2 +-
26802 util/options.cc | 8 ++++----
26803 2 files changed, 5 insertions(+), 5 deletions(-)
26805 commit d2b3ab9ecebbf46cb9dac1f09c17379c50ea4575
26806 Author: Behdad Esfahbod <behdad@behdad.org>
26807 Date: Fri Sep 16 16:59:17 2011 -0400
26809 Fix "[util] Fix hb-view crash with bogus font."
26811 util/view-cairo.cc | 2 +-
26812 1 file changed, 1 insertion(+), 1 deletion(-)
26814 commit da4a2a1426ee3aa9d9678ec12c9ba4dfcba0bcf8
26815 Author: Behdad Esfahbod <behdad@behdad.org>
26816 Date: Fri Sep 16 16:56:34 2011 -0400
26820 util/view-cairo.cc | 31 +++++++++++++++++++++++--------
26821 1 file changed, 23 insertions(+), 8 deletions(-)
26823 commit 4274ed7ab6fb03fbf8eaaa43ab06647dc0beed79
26824 Author: Behdad Esfahbod <behdad@behdad.org>
26825 Date: Fri Sep 16 16:52:26 2011 -0400
26827 [util] Fix hb-view crash with bogus font
26829 util/view-cairo.cc | 8 +++++++-
26830 1 file changed, 7 insertions(+), 1 deletion(-)
26832 commit 5ddd9cc499f2470eca239ae357a5c8a3626c0809
26833 Author: Behdad Esfahbod <behdad@behdad.org>
26834 Date: Fri Sep 16 16:40:44 2011 -0400
26838 src/hb-private.hh | 2 +-
26839 src/hb-unicode-private.hh | 4 ++--
26840 src/test.cc | 4 ++--
26841 util/common.hh | 2 +-
26842 util/options.cc | 8 ++++----
26843 5 files changed, 10 insertions(+), 10 deletions(-)
26845 commit 652d64aa8d32d914bf3ee2f2c451de103fea8fa9
26846 Author: Behdad Esfahbod <behdad@behdad.org>
26847 Date: Fri Sep 16 16:34:39 2011 -0400
26852 1 file changed, 6 insertions(+)
26854 commit 947c9a778c0d4b428b58806f98c34ede59b7439c
26855 Author: Behdad Esfahbod <behdad@behdad.org>
26856 Date: Fri Sep 16 16:33:18 2011 -0400
26860 src/hb-ot-shape-normalize.cc | 4 ++--
26861 1 file changed, 2 insertions(+), 2 deletions(-)
26863 commit d5476a30a10da5e54783c8dbf04340225a9a00d7
26864 Author: Behdad Esfahbod <behdad@behdad.org>
26865 Date: Fri Sep 16 12:30:50 2011 -0400
26869 src/hb-object-private.hh | 26 +++++++++++++++-----------
26870 1 file changed, 15 insertions(+), 11 deletions(-)
26872 commit 55aeb0490454cc1ba93a42f307ed1230f59dee4b
26873 Author: Behdad Esfahbod <behdad@behdad.org>
26874 Date: Fri Sep 16 02:08:36 2011 -0400
26876 Fix reading text from stdin
26878 util/options.cc | 76
26879 +++++++++++++++++++++++++++++++++++-------------------
26880 util/options.hh | 16 +++++++-----
26881 util/view-cairo.cc | 6 +++--
26882 3 files changed, 64 insertions(+), 34 deletions(-)
26884 commit a75c1b125159f6cfb6b652a9ec40803f7c7e3f71
26885 Author: Behdad Esfahbod <behdad@behdad.org>
26886 Date: Fri Sep 16 01:16:41 2011 -0400
26890 util/options.cc | 27 +++++++++++++++++++++++++--
26891 util/options.hh | 20 +-------------------
26892 2 files changed, 26 insertions(+), 21 deletions(-)
26894 commit 7bf6ecd3bfb1ccf5d9ac6fe274efa74b46885fea
26895 Author: Behdad Esfahbod <behdad@behdad.org>
26896 Date: Fri Sep 16 01:11:30 2011 -0400
26898 Always shape at size=upem
26900 Fixes bug with uniscribe not handling GIGANTIC sizes.
26902 util/options.cc | 2 +-
26903 util/view-cairo.cc | 8 ++++----
26904 util/view-cairo.hh | 2 +-
26905 3 files changed, 6 insertions(+), 6 deletions(-)
26907 commit 674ee58d9bc9f825d769220d77f58513edae4558
26908 Author: Behdad Esfahbod <behdad@behdad.org>
26909 Date: Fri Sep 16 00:54:05 2011 -0400
26913 util/options.cc | 4 +---
26914 1 file changed, 1 insertion(+), 3 deletions(-)
26916 commit 4451168e5d1ea26560899e9a9733b3a3f1853050
26917 Author: Behdad Esfahbod <behdad@behdad.org>
26918 Date: Fri Sep 16 00:38:19 2011 -0400
26920 Fix binary stdin/stdout io in Windows
26922 Make --font-file accept "-" to mean stdin, and have it work
26925 configure.ac | 2 +-
26926 util/common.hh | 5 +++++
26927 util/options.cc | 64
26928 +++++++++++++++++++++++++++++++++++++++++++++++----------
26929 util/options.hh | 10 +++++++--
26930 4 files changed, 67 insertions(+), 14 deletions(-)
26932 commit 639b5957d9c7b6d8bef6784e3467ccc055ddeea4
26933 Author: Behdad Esfahbod <behdad@behdad.org>
26934 Date: Thu Sep 15 18:09:49 2011 -0400
26938 util/options.cc | 5 +++--
26939 util/options.hh | 4 ++--
26940 2 files changed, 5 insertions(+), 4 deletions(-)
26942 commit f7e2ef74f856ee13d6fd6cf3f1e04bc162203bc2
26943 Author: Behdad Esfahbod <behdad@behdad.org>
26944 Date: Thu Sep 15 17:52:00 2011 -0400
26946 [hb-view] Make print to stdout work in Windows
26948 Apparently there's no equivalent to "/dev/stdout", so write using
26949 stdio to be able to output to stdout.
26951 util/common.hh | 1 +
26952 util/options.hh | 31 ++++++++++++++++-----
26953 util/view-cairo.cc | 79
26954 ++++++++++++++++++++++++++++++++++++------------------
26955 3 files changed, 78 insertions(+), 33 deletions(-)
26957 commit 36b10f58cc70ce9570d17b30616f9cb27423e03b
26958 Author: Behdad Esfahbod <behdad@behdad.org>
26959 Date: Thu Sep 15 16:29:51 2011 -0400
26963 src/hb-ot-shape-normalize.cc | 7 +++++--
26964 1 file changed, 5 insertions(+), 2 deletions(-)
26966 commit c4611cb66f8e3a133ec00e3ace62ef19d9b95b28
26967 Author: Behdad Esfahbod <behdad@behdad.org>
26968 Date: Tue Sep 13 13:33:11 2011 -0400
26972 src/hb-graphite2.h | 1 +
26973 src/hb-ot-shape.h | 1 +
26974 src/hb-uniscribe.h | 1 +
26975 3 files changed, 3 insertions(+)
26977 commit b9b10ad78b1f977494a3a42b58f8040fe16505a3
26978 Author: Behdad Esfahbod <behdad@behdad.org>
26979 Date: Tue Sep 13 13:30:39 2011 -0400
26981 [util] Refactor hb-view completely
26983 Now we can use the same code to do other utils...
26986 util/Makefile.am | 2 +
26987 util/common.cc | 7 +-
26988 util/common.hh | 2 +-
26989 util/hb-view.cc | 244 ++++-------------------------
26990 util/options.cc | 321 ++++++++++++++++++++++++++------------
26991 util/options.hh | 179 +++++++++++++++++++---
26992 util/view-cairo.cc | 440
26993 +++++++++++++++++++++++++++++++++++++++++++++++++++++
26994 util/view-cairo.hh | 63 ++++++++
26995 9 files changed, 927 insertions(+), 333 deletions(-)
26997 commit bc4b07b05ea9e39eb9f966eb2c3e1c737efa77ff
26998 Author: Behdad Esfahbod <behdad@behdad.org>
26999 Date: Thu Sep 8 17:08:32 2011 -0400
27003 util/hb-view.cc | 4 ++--
27004 util/options.cc | 64
27005 ++++++++++++++++++++++++++++++---------------------------
27006 util/options.hh | 13 ++++++------
27007 3 files changed, 43 insertions(+), 38 deletions(-)
27009 commit 516857eb51bbb79ff4adf44e3fefbf460f9ee8f8
27010 Author: Behdad Esfahbod <behdad@behdad.org>
27011 Date: Thu Sep 8 16:50:24 2011 -0400
27013 [util] Simplify more
27015 util/options.hh | 9 +++------
27016 1 file changed, 3 insertions(+), 6 deletions(-)
27018 commit 4f4b114a5592c2f5d128ee795f159b438ad97829
27019 Author: Behdad Esfahbod <behdad@behdad.org>
27020 Date: Thu Sep 8 16:49:02 2011 -0400
27022 [util] Move code around
27024 util/hb-view.cc | 8 +-------
27025 util/options.hh | 14 ++++++++++++++
27026 2 files changed, 15 insertions(+), 7 deletions(-)
27028 commit 46d86a73a103b061144018c3fe947b57548fc58f
27029 Author: Behdad Esfahbod <behdad@behdad.org>
27030 Date: Thu Sep 8 16:43:15 2011 -0400
27034 We now support using -1 for NUL-terminated strings.
27036 util/hb-view.cc | 2 --
27037 1 file changed, 2 deletions(-)
27039 commit 90e312cb85df7a6dc350cb62138ab950790e3d15
27040 Author: Behdad Esfahbod <behdad@behdad.org>
27041 Date: Thu Sep 8 16:42:37 2011 -0400
27043 [util] Move code around
27045 util/hb-view.cc | 5 -----
27046 util/options.hh | 4 ++++
27047 2 files changed, 4 insertions(+), 5 deletions(-)
27049 commit 109cb382898f491eed733dba4ef5ba12de94aaf6
27050 Author: Behdad Esfahbod <behdad@behdad.org>
27051 Date: Thu Sep 8 16:00:04 2011 -0400
27053 [util] Further refactor option parsing
27055 util/options.cc | 80
27056 +++++++++++++++++++++++++++++++++++++++++++++++----------
27057 util/options.hh | 20 ++++++++++++---
27058 2 files changed, 83 insertions(+), 17 deletions(-)
27060 commit bc187e5ac7433f5561b0e97e8c62172c73883f3f
27061 Author: Behdad Esfahbod <behdad@behdad.org>
27062 Date: Thu Sep 8 13:35:17 2011 -0400
27064 Refine Indic scripts, following Martin Hosken's recommendation
27066 src/hb-ot-shape-complex-private.hh | 56
27067 +++++++++++++++++++++++---------------
27068 1 file changed, 34 insertions(+), 22 deletions(-)
27070 commit 738d096a06822e63b3894bd817ecb90e5fb94f73
27071 Author: Behdad Esfahbod <behdad@behdad.org>
27072 Date: Fri Sep 2 13:31:19 2011 -0400
27074 Pass through unknown ISO 639-3 language tags to OpenType engine
27076 In hb_ot_tag_from_language(), if first component of an unknown
27077 language is three letters long, use it directly as OpenType language
27078 tag (after case conversion and padding).
27080 src/hb-ot-tag.cc | 8 ++++++++
27081 test/test-ot-tag.c | 5 +++++
27082 2 files changed, 13 insertions(+)
27084 commit ea02cbf03c084b3ead6e9e4c9af07b3b47608d5b
27085 Author: Behdad Esfahbod <behdad@behdad.org>
27086 Date: Fri Sep 2 12:39:20 2011 -0400
27088 [graphite] Don't preload glyphs
27090 Doesn't seem to be slower.
27092 src/hb-graphite2.cc | 2 +-
27093 1 file changed, 1 insertion(+), 1 deletion(-)
27095 commit 210a06f3d7bd2df55ebd1743da74f327c5a7a967
27096 Author: Behdad Esfahbod <behdad@behdad.org>
27097 Date: Fri Aug 26 13:39:49 2011 +0200
27101 src/hb-graphite2.h | 12 ++++++------
27102 src/hb-ot-shape.h | 1 -
27103 src/hb-uniscribe.h | 1 -
27104 3 files changed, 6 insertions(+), 8 deletions(-)
27106 commit 4a8d2e379a34b19bccc72bc3e2d9ace3fdd27733
27107 Author: Behdad Esfahbod <behdad@behdad.org>
27108 Date: Fri Aug 26 09:40:54 2011 +0200
27110 [graphite2] Chop a few more lines
27112 src/hb-graphite2.cc | 13 ++++---------
27113 1 file changed, 4 insertions(+), 9 deletions(-)
27115 commit 81ec289da799bd2f50da9382507c606d2c779ab9
27116 Author: Behdad Esfahbod <behdad@behdad.org>
27117 Date: Fri Aug 26 09:33:06 2011 +0200
27121 src/hb-graphite2.cc | 24 ++++++++++++------------
27122 1 file changed, 12 insertions(+), 12 deletions(-)
27124 commit 3380de5abbaff535e1cf57ea7e5c2a7c4fdcfe66
27125 Author: Behdad Esfahbod <behdad@behdad.org>
27126 Date: Fri Aug 26 09:30:49 2011 +0200
27128 [graphite] Use buffer->replace_glyphs()
27130 src/hb-graphite2.cc | 3 +--
27131 1 file changed, 1 insertion(+), 2 deletions(-)
27133 commit 9ebe8c0286856d46430ae184ba7303bd34485883
27134 Author: Behdad Esfahbod <behdad@behdad.org>
27135 Date: Fri Aug 26 09:29:42 2011 +0200
27137 Add buffer->replace_glyphs()
27139 src/hb-buffer-private.hh | 3 +++
27140 src/hb-buffer.cc | 26 ++++++++++++++++++++++++++
27141 2 files changed, 29 insertions(+)
27143 commit a5edb1031c204464da4f852ba3d90e8cc20cd20e
27144 Author: Behdad Esfahbod <behdad@behdad.org>
27145 Date: Fri Aug 26 09:27:13 2011 +0200
27149 src/hb-graphite2.cc | 9 +++++----
27150 1 file changed, 5 insertions(+), 4 deletions(-)
27152 commit 290e3ee51727df75d136ccfff79831b94d1583b6
27153 Author: Behdad Esfahbod <behdad@behdad.org>
27154 Date: Fri Aug 26 09:25:04 2011 +0200
27156 [graphite] Only pass the first part language tag to graphite
27158 Still not sure about:
27160 1) Case. We pass lowercase for now. Would be nice if graphite was
27161 uppercase 3letter like OpenType,
27163 2) Padding. IMO, tag padding is always with spaces, but Martin was
27164 talking about NUL bytes.
27166 src/hb-graphite2.cc | 5 +++--
27167 1 file changed, 3 insertions(+), 2 deletions(-)
27169 commit 4c9fe88d30036340fe592bcbc375049b84602b8b
27170 Author: Behdad Esfahbod <behdad@behdad.org>
27171 Date: Fri Aug 26 09:18:53 2011 +0200
27173 [API] Make all _from_string() functions take a len parameter
27175 Can be -1 for NUL-terminated string. This is useful for passing parts
27176 of a larger string to a function without having to copy or modify the
27179 Affected functions:
27181 hb_tag_t hb_tag_from_string()
27182 hb_direction_from_string()
27183 hb_language_from_string()
27184 hb_script_from_string()
27186 src/hb-common.cc | 29 +++++++++++++-------
27187 src/hb-common.h | 12 +++++---
27188 src/hb-graphite2.cc | 2 +-
27189 src/hb-icu.cc | 2 +-
27190 src/hb-ot-tag.cc | 8 +++---
27191 test/test-buffer.c | 4 +--
27192 test/test-common.c | 79
27193 +++++++++++++++++++++++++++++++----------------------
27194 test/test-ot-tag.c | 22 +++++++--------
27195 util/hb-view.cc | 6 ++--
27196 util/options.cc | 5 +---
27197 10 files changed, 96 insertions(+), 73 deletions(-)
27199 commit a499bdea5cc5097dec62eeafdef58d08ba534be0
27200 Author: Behdad Esfahbod <behdad@behdad.org>
27201 Date: Thu Aug 25 22:46:21 2011 +0200
27203 [graphite2] Bail if grface is NULL
27205 src/hb-graphite2.cc | 1 +
27206 1 file changed, 1 insertion(+)
27208 commit 3007ffa9e53e6100a761c2363f50a2b19a0764fc
27209 Author: Behdad Esfahbod <behdad@behdad.org>
27210 Date: Thu Aug 25 09:08:53 2011 +0200
27212 Reorder combining-class to better suit Arabic shadda mark-mark
27215 As reported by Khaled on the list:
27217 "After the introduction of canonical reordering of combining marks
27218 (commit 34c22f8), I'm no longer able to do mark/mark substitution or
27219 positioning for mark sequences that involve shadda as a first mark (or
27220 most interesting sequences at least).
27222 "After some digging, it turned out that shadda have a ccc=33
27224 Arabic marks that combine with it have a lower ccc value, which
27226 in the shadda being reordered after the other mark which,
27227 unsurprisingly, breaks my contextual substitution and mkmk anchors."
27231 http://unicode.org/faq/normalization.html#8
27232 http://unicode.org/faq/normalization.html#9
27234 src/hb-ot-shape-private.hh | 18 +++++++++++++++++-
27235 1 file changed, 17 insertions(+), 1 deletion(-)
27237 commit 74ef81a0b0f9adddfb42c3cb87f08f8156054519
27238 Author: Behdad Esfahbod <behdad@behdad.org>
27239 Date: Wed Aug 24 19:16:13 2011 +0200
27243 src/Makefile.am | 15 ++++++++-------
27244 src/hb-gobject-enums.cc.tmpl | 2 +-
27245 2 files changed, 9 insertions(+), 8 deletions(-)
27247 commit 24bcdbcc0639ca9e9c0fde1a71cbbf1c3d2ef98d
27248 Author: Behdad Esfahbod <behdad@behdad.org>
27249 Date: Wed Aug 24 19:13:15 2011 +0200
27251 Add hb-ot-hmtx-table.hh
27255 src/hb-ot-hmtx-table.hh | 86
27256 +++++++++++++++++++++++++++++++++++++++++++++++++
27257 1 file changed, 86 insertions(+)
27259 commit a3bd8a0e1862212a2d4141b973039bd000a3054f
27260 Author: Behdad Esfahbod <behdad@behdad.org>
27261 Date: Wed Aug 24 03:22:49 2011 +0200
27263 [graphite] Rewrite properly
27265 src/hb-graphite2.cc | 633
27266 ++++++++++++++++++++++------------------------------
27267 src/hb-uniscribe.cc | 2 +
27268 2 files changed, 273 insertions(+), 362 deletions(-)
27270 commit 5072934c35bddc23d6bcb07a41010da51eb1b090
27271 Author: Behdad Esfahbod <behdad@behdad.org>
27272 Date: Wed Aug 24 02:24:27 2011 +0200
27276 src/hb-uniscribe.cc | 14 +++++++-------
27277 1 file changed, 7 insertions(+), 7 deletions(-)
27279 commit 46377396accf6b43792ffba553dcd9847608aa86
27280 Author: Behdad Esfahbod <behdad@behdad.org>
27281 Date: Wed Aug 24 02:12:05 2011 +0200
27283 [configure] Fix graphite bits
27285 configure.ac | 9 +++++----
27286 1 file changed, 5 insertions(+), 4 deletions(-)
27288 commit 71388b3ee71c7d3b79f842db7588bd683691797c
27289 Author: Behdad Esfahbod <behdad@behdad.org>
27290 Date: Wed Aug 24 02:09:04 2011 +0200
27294 src/hb-uniscribe.cc | 19 +++++++++----------
27295 1 file changed, 9 insertions(+), 10 deletions(-)
27297 commit cd2b901027bd154e31aa509c0cb2d86633e36398
27298 Author: Behdad Esfahbod <behdad@behdad.org>
27299 Date: Wed Aug 24 01:47:25 2011 +0200
27303 src/hb-graphite2.cc | 10 ++++------
27304 src/hb-shape.cc | 1 -
27305 2 files changed, 4 insertions(+), 7 deletions(-)
27307 commit 834af3b48a1aca3e53811d1eb4ca09b582b8e598
27308 Author: Behdad Esfahbod <behdad@behdad.org>
27309 Date: Wed Aug 24 01:45:47 2011 +0200
27311 [graphite] Remove hb_graphite2_feature_check()
27313 I don't see how this function can be useful.
27315 src/hb-graphite2.cc | 10 ----------
27316 src/hb-graphite2.h | 2 --
27317 2 files changed, 12 deletions(-)
27319 commit 1f49cf32c96cb45a4d8ba2c210aeb7a8076b4762
27320 Author: Behdad Esfahbod <behdad@behdad.org>
27321 Date: Wed Aug 24 01:29:25 2011 +0200
27323 Add graphite2 integration from Martin Hosken
27325 To be modified, a lot.
27327 configure.ac | 9 +-
27328 contrib/python/lib/harfbuzz.pyx | 20 +-
27329 contrib/python/runpy | 2 -
27330 contrib/python/scripts/hbtestfont | 4 +-
27331 contrib/python/setup.py | 18 +-
27332 src/Makefile.am | 7 +
27333 src/hb-graphite2.cc | 446
27334 ++++++++++++++++++++++++++++++++++++++
27335 src/hb-graphite2.h | 47 ++++
27336 src/hb-shape.cc | 7 +
27337 9 files changed, 542 insertions(+), 18 deletions(-)
27339 commit 0e6d36d8a3f9f533cb6eb04408af62bfd1ad83da
27340 Author: Behdad Esfahbod <behdad@behdad.org>
27341 Date: Wed Aug 24 01:31:29 2011 +0200
27345 src/Makefile.am | 2 +-
27346 src/hb-uniscribe-shape.cc | 454
27347 ----------------------------------------------
27348 src/hb-uniscribe.cc | 454
27349 ++++++++++++++++++++++++++++++++++++++++++++++
27350 3 files changed, 455 insertions(+), 455 deletions(-)
27352 commit efde8113258b117ec0a7fbffe6d681442d045c41
27353 Author: Behdad Esfahbod <behdad@behdad.org>
27354 Date: Tue Aug 23 00:04:57 2011 +0200
27356 Add a constructor for hb_prealloced_array_t
27358 Fixes build with MSVC.
27360 src/hb-private.hh | 2 ++
27361 1 file changed, 2 insertions(+)
27363 commit d75333f166d21e9b9f2341c3bc8a9ef8a886f4b3
27364 Author: Behdad Esfahbod <behdad@behdad.org>
27365 Date: Fri Aug 19 19:59:24 2011 +0200
27367 Add gobject enum support, but disabled for now
27369 need to figure out the naming. The generated code doesn't have the
27372 configure.ac | 2 ++
27373 src/Makefile.am | 13 ++++++--
27374 src/hb-gobject-enums.cc.tmpl | 74
27375 ++++++++++++++++++++++++++++++++++++++++++++
27376 src/hb-gobject-structs.cc | 63 +++++++++++++++++++++++++++++++++++++
27377 src/hb-gobject.cc | 63 -------------------------------------
27378 5 files changed, 149 insertions(+), 66 deletions(-)
27380 commit 7d235d272f4c9213f54c9c807fb8fba5068c45b0
27381 Author: Behdad Esfahbod <behdad@behdad.org>
27382 Date: Wed Aug 17 23:55:29 2011 +0200
27384 Flesh out tt funcs a bit
27386 src/hb-tt-font.cc | 36 +++++++++++++++++++++++++++++++++++-
27387 1 file changed, 35 insertions(+), 1 deletion(-)
27389 commit b9415e76d7b41da203b9ae85e38b6dc777481184
27390 Author: Behdad Esfahbod <behdad@behdad.org>
27391 Date: Wed Aug 17 19:21:44 2011 +0200
27393 [API] Add hb_font_set_funcs_data()
27395 src/hb-font.cc | 15 +++++++++++++++
27396 src/hb-font.h | 6 ++++++
27397 2 files changed, 21 insertions(+)
27399 commit e6c09cdf43201ff1b7f38e411ae1f9977e4f9271
27400 Author: Behdad Esfahbod <behdad@behdad.org>
27401 Date: Wed Aug 17 19:07:59 2011 +0200
27403 Remove the pre_allocate argument from hb_buffer_create()
27407 1. User can always call hb_buffer_pre_allocate() themselves, and
27409 2. Now we do a pre_alloc in add_utfX anyway, so the total number of
27410 reallocs is limited to a small number (~3) anyway. This just
27414 src/hb-buffer.cc | 7 +------
27415 src/hb-buffer.h | 2 +-
27417 test/test-buffer.c | 9 ++++-----
27418 test/test-object.c | 4 ++--
27419 test/test-shape-complex.c | 2 +-
27420 test/test-shape.c | 2 +-
27421 util/hb-view.cc | 2 +-
27422 8 files changed, 12 insertions(+), 18 deletions(-)
27424 commit 187bdeaa6c82fcb95fdd546da9c78b843e1dea0e
27425 Author: Behdad Esfahbod <behdad@behdad.org>
27426 Date: Wed Aug 17 19:03:06 2011 +0200
27428 Do (nothing for) hmtx sanitize
27430 src/hb-ot-hhea-table.hh | 1 -
27431 src/hb-tt-font.cc | 1 +
27432 2 files changed, 1 insertion(+), 1 deletion(-)
27434 commit d6016e49108be183ab2dc9c226447d1db3a09b90
27435 Author: Behdad Esfahbod <behdad@behdad.org>
27436 Date: Wed Aug 17 14:47:41 2011 +0200
27438 Fix name-table sanitize
27440 src/hb-ot-name-table.hh | 4 ++--
27441 1 file changed, 2 insertions(+), 2 deletions(-)
27443 commit ae9877dea6a1aed3566d9b87a75ede84259deaca
27444 Author: Behdad Esfahbod <behdad@behdad.org>
27445 Date: Wed Aug 17 14:43:45 2011 +0200
27447 Add hhea-table support
27449 src/Makefile.am | 1 +
27450 src/hb-open-type-private.hh | 6 ++
27451 src/hb-ot-head-table.hh | 2 +-
27452 src/hb-ot-hhea-table.hh | 93 ++++++++++++++++++
27453 src/hb-ot-layout-gdef-table.hh | 2 +-
27454 src/hb-ot-layout-gpos-table.hh | 2 +-
27455 src/hb-ot-layout-gsub-table.hh | 2 +-
27456 src/hb-ot-maxp-table.hh | 2 +-
27457 src/hb-ot-name-table.hh | 3 +-
27458 src/hb-tt-font.cc | 207
27459 +++++++++++++++++++++++++++++++++++++++++
27460 10 files changed, 314 insertions(+), 6 deletions(-)
27462 commit 7a750ac33ec482e2c4856c19ea607f3563741c24
27463 Author: Behdad Esfahbod <behdad@behdad.org>
27464 Date: Wed Aug 17 14:19:59 2011 +0200
27466 Rename table files from eg maxp-private.hh to maxp-table.hh
27468 src/Makefile.am | 12 +-
27469 src/hb-font.cc | 2 +-
27470 src/hb-ot-head-private.hh | 143 ---
27471 src/hb-ot-head-table.hh | 143 +++
27472 src/hb-ot-layout-gdef-private.hh | 427 ---------
27473 src/hb-ot-layout-gdef-table.hh | 427 +++++++++
27474 src/hb-ot-layout-gpos-private.hh | 1633
27475 ----------------------------------
27476 src/hb-ot-layout-gpos-table.hh | 1633
27477 ++++++++++++++++++++++++++++++++++
27478 src/hb-ot-layout-gsub-private.hh | 943 --------------------
27479 src/hb-ot-layout-gsub-table.hh | 943 ++++++++++++++++++++
27480 src/hb-ot-layout-gsubgpos-private.hh | 2 +-
27481 src/hb-ot-layout.cc | 8 +-
27482 src/hb-ot-maxp-private.hh | 66 --
27483 src/hb-ot-maxp-table.hh | 66 ++
27484 src/hb-ot-name-private.hh | 128 ---
27485 src/hb-ot-name-table.hh | 128 +++
27486 src/hb-uniscribe-shape.cc | 2 +-
27488 18 files changed, 3354 insertions(+), 3354 deletions(-)
27490 commit 0b7e4d9f20b3ed947d0c441ca59b43c4097cdb0e
27491 Author: Behdad Esfahbod <behdad@behdad.org>
27492 Date: Mon Aug 15 20:41:59 2011 +0200
27494 [ft] FT_Get_Advance() for advance-width callbacks
27496 Using graphite2's comparerenderer suggests that this makes hb-ft 15
27497 times faster. No caching layer needed anymore.
27499 configure.ac | 2 +-
27500 src/hb-ft.cc | 19 +++++++++++++------
27501 util/common.hh | 4 +++-
27502 3 files changed, 17 insertions(+), 8 deletions(-)
27504 commit 97796453aab56873809a15b5e316cba8acea7449
27505 Author: Behdad Esfahbod <behdad@behdad.org>
27506 Date: Mon Aug 15 19:03:43 2011 +0200
27508 Fix falloffs of the GOption conversion
27510 util/options.cc | 8 ++++----
27511 util/options.hh | 4 ++--
27512 2 files changed, 6 insertions(+), 6 deletions(-)
27514 commit 4e9ff1dd6ee3ea63fd91a76a91d9725a10a294a0
27515 Author: Behdad Esfahbod <behdad@behdad.org>
27516 Date: Mon Aug 15 16:21:22 2011 +0200
27518 Pre-allocate buffers when adding string
27520 We do a conservative estimate of the number of characters, but still,
27521 this limits the number of buffer reallocs to a small constant.
27523 src/hb-buffer.cc | 1 +
27524 1 file changed, 1 insertion(+)
27526 commit 553bc3de82cfda8d83db26a93205e0d39440cbd1
27527 Author: Behdad Esfahbod <behdad@behdad.org>
27528 Date: Mon Aug 15 16:21:06 2011 +0200
27532 src/hb-ft.cc | 2 +-
27533 1 file changed, 1 insertion(+), 1 deletion(-)
27535 commit 254142bb67a5c520a304142301479eb5292592d1
27536 Author: Behdad Esfahbod <behdad@behdad.org>
27537 Date: Mon Aug 15 16:15:44 2011 +0200
27539 [ft] FT_Select_Charmap() when we create face
27541 src/hb-ft.cc | 2 ++
27542 1 file changed, 2 insertions(+)
27544 commit a4cbd03dd17990783d8fd4c6be0c9c0d3d9cae5b
27545 Author: Behdad Esfahbod <behdad@behdad.org>
27546 Date: Mon Aug 15 09:52:05 2011 +0200
27548 Apply 'locl' with 'ccmp' in Arabic shaper
27550 According to Peter Constable this is indeed what Uniscribe has been
27553 Mozilla Bug 667166 - wrong shape of letter when it comes at the end of
27554 word in the arabic version of Firefox 5.0
27556 src/hb-ot-shape-complex-arabic.cc | 1 +
27557 1 file changed, 1 insertion(+)
27559 commit c214cff55ce539d004d069a484dac3988953cb11
27560 Author: Behdad Esfahbod <behdad@behdad.org>
27561 Date: Sun Aug 14 15:17:16 2011 +0200
27563 Start adding gobject-introspection support
27565 configure.ac | 13 ++++++++++-
27566 src/Makefile.am | 43 ++++++++++++++++-------------------
27567 src/hb-common.h | 1 +
27568 src/hb-glib.cc | 3 ---
27569 src/hb-gobject.cc | 63
27570 +++++++++++++++++++++++++++++++++++++++++++++++++++
27571 src/hb-gobject.h | 68
27572 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
27573 6 files changed, 163 insertions(+), 28 deletions(-)
27575 commit 9527fb200ffbbd839334e99b51d9671752d393db
27576 Author: Behdad Esfahbod <behdad@behdad.org>
27577 Date: Sat Aug 13 19:03:48 2011 +0200
27581 src/hb-ft.cc | 2 ++
27582 1 file changed, 2 insertions(+)
27584 commit 77a328769545f6b2970d8491fe77fe98781961cf
27585 Author: Behdad Esfahbod <behdad@behdad.org>
27586 Date: Sat Aug 13 17:16:45 2011 +0200
27590 src/hb-common.h | 2 +-
27591 1 file changed, 1 insertion(+), 1 deletion(-)
27593 commit 3bb300ee78a40f9ded21ab19283863b733aeb677
27594 Author: Behdad Esfahbod <behdad@behdad.org>
27595 Date: Thu Aug 11 11:54:31 2011 +0200
27597 Refactor hb-view code
27599 util/Makefile.am | 26 +++-
27600 util/common.cc | 40 ++++++
27601 util/common.hh | 49 +++++++
27602 util/hb-view.cc | 387
27603 ++++---------------------------------------------------
27604 util/options.cc | 318 +++++++++++++++++++++++++++++++++++++++++++++
27605 util/options.hh | 86 +++++++++++++
27606 6 files changed, 541 insertions(+), 365 deletions(-)
27608 commit d6660356dd81358033743f72d8a5fbf2fc70eaf7
27609 Author: Behdad Esfahbod <behdad@behdad.org>
27610 Date: Wed Aug 10 22:08:36 2011 +0200
27612 Add uniscribe font getters
27614 src/hb-uniscribe-shape.cc | 24 +++++++++++++++++++++---
27615 src/hb-uniscribe.h | 8 ++++++++
27616 2 files changed, 29 insertions(+), 3 deletions(-)
27618 commit 01ec13a1d9ae380305b593e1c52cebb0e8327cb6
27619 Author: Behdad Esfahbod <behdad@behdad.org>
27620 Date: Wed Aug 10 22:00:35 2011 +0200
27622 Implement hb_ft_font_get_face
27624 src/hb-ft.cc | 15 ++++++++++++++-
27626 2 files changed, 16 insertions(+), 1 deletion(-)
27628 commit 36a4fe037df201f85b7a544eb30d75dc3585a1b6
27629 Author: Behdad Esfahbod <behdad@behdad.org>
27630 Date: Wed Aug 10 21:54:22 2011 +0200
27632 Fix charset conversion
27634 util/hb-view.cc | 2 +-
27635 1 file changed, 1 insertion(+), 1 deletion(-)
27637 commit 25c4830593064f023e296aa795b72ddcaa1c9322
27638 Author: Behdad Esfahbod <behdad@behdad.org>
27639 Date: Wed Aug 10 16:28:38 2011 +0200
27641 [util] Add hb-shape --shapers
27643 If the specified shapers fail, hb-shape will fail immediately
27645 util/hb-view.cc | 57
27646 +++++++++++++++++++++++++++++++++------------------------
27647 1 file changed, 33 insertions(+), 24 deletions(-)
27649 commit 0501573deda3a8dcdfcea491392f554f21ed0154
27650 Author: Behdad Esfahbod <behdad@behdad.org>
27651 Date: Wed Aug 10 16:25:56 2011 +0200
27653 Fix const correctness in the API
27655 src/hb-fallback-shape-private.hh | 2 +-
27656 src/hb-fallback-shape.cc | 2 +-
27657 src/hb-ot-shape.cc | 2 +-
27658 src/hb-ot-shape.h | 2 +-
27659 src/hb-shape.cc | 14 +++++++-------
27660 src/hb-shape.h | 12 ++++++------
27661 src/hb-uniscribe-shape.cc | 2 +-
27662 src/hb-uniscribe.h | 2 +-
27663 8 files changed, 19 insertions(+), 19 deletions(-)
27665 commit a21add6c0da067173d51792d716d6e38379f138f
27666 Author: Behdad Esfahbod <behdad@behdad.org>
27667 Date: Wed Aug 10 16:07:49 2011 +0200
27671 util/hb-view.cc | 49 ++++++++++++++++++-------------------------------
27672 1 file changed, 18 insertions(+), 31 deletions(-)
27674 commit 8df90c81187db58eee6b90426cd16c32feef6be3
27675 Author: Behdad Esfahbod <behdad@behdad.org>
27676 Date: Wed Aug 10 15:26:41 2011 +0200
27678 [util] Port hb-view to GOption
27680 util/hb-view.cc | 267
27681 +++++++++++++++++++++++++++++++++-----------------------
27682 1 file changed, 156 insertions(+), 111 deletions(-)
27684 commit 511a136f0c092880b19250a5df53bcf9f4b043ca
27685 Author: Behdad Esfahbod <behdad@behdad.org>
27686 Date: Tue Aug 9 15:03:00 2011 +0200
27688 Move hb-view into util/
27692 src/Makefile.am | 13 --
27693 src/hb-view.cc | 568
27694 -------------------------------------------------------
27695 util/Makefile.am | 24 +++
27696 util/hb-view.cc | 568
27697 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
27698 6 files changed, 594 insertions(+), 583 deletions(-)
27700 commit d753ac78da5619a0a545cdaf7a8e65787e996570
27701 Author: Behdad Esfahbod <behdad@behdad.org>
27702 Date: Tue Aug 9 14:03:12 2011 +0200
27704 [uniscribe] Remove zerowidth glyphs from output
27706 src/hb-uniscribe-shape.cc | 7 +++++--
27707 1 file changed, 5 insertions(+), 2 deletions(-)
27709 commit 217cc81cd9c3de30b2ef226983ec43c0f78b5c7d
27710 Author: Behdad Esfahbod <behdad@behdad.org>
27711 Date: Tue Aug 9 14:00:44 2011 +0200
27713 [test/shape-complex] Print cluster and position info in --verbose
27715 test/test-shape-complex.c | 20 +++++++++++++++++---
27716 1 file changed, 17 insertions(+), 3 deletions(-)
27718 commit 708403e7f3e4a5cf9b0d2bd764fb74b148af7adb
27719 Author: Behdad Esfahbod <behdad@behdad.org>
27720 Date: Tue Aug 9 13:52:36 2011 +0200
27722 Fix warnings with old glib
27724 test/hb-test.h | 3 +--
27725 1 file changed, 1 insertion(+), 2 deletions(-)
27727 commit ddd247b0c528cdb8bdf5f8063180abe884afa305
27728 Author: Behdad Esfahbod <behdad@behdad.org>
27729 Date: Tue Aug 9 11:44:42 2011 +0200
27733 src/test.cc | 3 +--
27734 1 file changed, 1 insertion(+), 2 deletions(-)
27736 commit 1b8196c98638ba05ae0ebcb8ba7aa99ed9c08e0a
27737 Author: Behdad Esfahbod <behdad@behdad.org>
27738 Date: Tue Aug 9 11:37:46 2011 +0200
27740 Add fallback shaper
27742 src/hb-fallback-shape.cc | 23 +++++++++++++++++++++--
27743 1 file changed, 21 insertions(+), 2 deletions(-)
27745 commit 13a601fe99f237b08b7166448e386eaea0b77294
27746 Author: Behdad Esfahbod <behdad@behdad.org>
27747 Date: Tue Aug 9 11:36:54 2011 +0200
27749 [FT] Don't make font immutable
27751 src/hb-ft.cc | 2 --
27752 1 file changed, 2 deletions(-)
27754 commit 38b2118724600521c6ad1e49df0667dcdf863634
27755 Author: Behdad Esfahbod <behdad@behdad.org>
27756 Date: Tue Aug 9 10:51:24 2011 +0200
27758 [API] Add hb_ft_font_set_funcs(), remove hb_ft_get_font_funcs()
27760 Remove hb_ft_get_font_funcs() as it cannot be used by the user anyway.
27762 Add hb_ft_font_set_funcs(). Which will make the font internally use
27763 FreeType. That is, no need for the font to have created using the
27764 hb-ft API. Just create using hb_face_create()/hb_font_create() and
27765 then call this on the font (after having set font scale). This
27766 internally creates an FT_Face and attached to the font.
27768 src/Makefile.am | 4 +--
27770 +++++++++++++++++++++++++++++++++++++++++++++++++++---
27771 src/hb-ft.h | 10 ++++---
27772 src/test.cc | 7 +++++
27773 test/Makefile.am | 8 ------
27774 test/test-object.c | 9 -------
27775 6 files changed, 89 insertions(+), 25 deletions(-)
27777 commit 255f176fdcd42ab94f9c3c54e2bffb55d0b1a8f5
27778 Author: Behdad Esfahbod <behdad@behdad.org>
27779 Date: Tue Aug 9 08:35:07 2011 +0200
27783 src/hb-uniscribe-shape.cc | 2 +-
27784 1 file changed, 1 insertion(+), 1 deletion(-)
27786 commit a9057eb3f38018faa1ece53c4aaeeba798b41fd1
27787 Author: Behdad Esfahbod <behdad@behdad.org>
27788 Date: Tue Aug 9 00:47:55 2011 +0200
27790 [uniscribe] Unbreak
27792 src/hb-uniscribe-shape.cc | 4 ++--
27793 1 file changed, 2 insertions(+), 2 deletions(-)
27795 commit c0975e12315b7167b92411584d2f00a751bbc204
27796 Author: Behdad Esfahbod <behdad@behdad.org>
27797 Date: Tue Aug 9 00:46:18 2011 +0200
27801 test/Makefile.am | 3 +++
27802 1 file changed, 3 insertions(+)
27804 commit 33ccc77902660ed4b49184e5ec99f4fd0ef63175
27805 Author: Behdad Esfahbod <behdad@behdad.org>
27806 Date: Tue Aug 9 00:43:24 2011 +0200
27808 [API] Make set_user_data() functions take a replace parameter
27810 We need this to set data on objects safely without worrying that some
27811 other thread unsets it by setting it at the same time.
27813 src/hb-blob.cc | 5 +++--
27814 src/hb-blob.h | 3 ++-
27815 src/hb-buffer.cc | 5 +++--
27816 src/hb-buffer.h | 3 ++-
27817 src/hb-common.cc | 13 ++++++++-----
27818 src/hb-font.cc | 15 +++++++++------
27819 src/hb-font.h | 9 ++++++---
27820 src/hb-object-private.hh | 13 ++++++++-----
27821 src/hb-private.hh | 16 +++++++++++-----
27822 src/hb-shape.cc | 2 +-
27823 src/hb-unicode.cc | 5 +++--
27824 src/hb-unicode.h | 3 ++-
27825 src/hb-uniscribe-shape.cc | 18 ++++++++++++++----
27826 test/test-object.c | 33 +++++++++++++++++----------------
27827 14 files changed, 89 insertions(+), 54 deletions(-)
27829 commit 944b2ba1ce076385f985212bbdf2df96a8a995f0
27830 Author: Behdad Esfahbod <behdad@behdad.org>
27831 Date: Tue Aug 9 00:23:58 2011 +0200
27833 [buffer] Make API take signed int length
27835 Since we already switched to accepting -1 as 'zero-terminated'.
27837 src/hb-buffer.cc | 12 ++++++------
27838 src/hb-buffer.h | 12 ++++++------
27839 src/hb-ot-layout.cc | 2 --
27841 4 files changed, 12 insertions(+), 15 deletions(-)
27843 commit de1e1cf9bccfd116d495804e230dc2e12b733a2d
27844 Author: Behdad Esfahbod <behdad@behdad.org>
27845 Date: Tue Aug 9 00:19:38 2011 +0200
27847 [FT] Adapt to new face API
27849 src/hb-ft.cc | 3 +++
27850 1 file changed, 3 insertions(+)
27852 commit 458c89a85695220d43b69dbae36fc93e3fe78d89
27853 Author: Behdad Esfahbod <behdad@behdad.org>
27854 Date: Tue Aug 9 00:19:19 2011 +0200
27858 test/test-c.c | 10 +++++-----
27859 1 file changed, 5 insertions(+), 5 deletions(-)
27861 commit bf3eef540f81fdeba1c36263d7d5b2ec4c5f07b1
27862 Author: Behdad Esfahbod <behdad@behdad.org>
27863 Date: Tue Aug 9 00:13:24 2011 +0200
27865 [uniscribe] Cleanup backend
27868 src/hb-uniscribe-shape.cc | 161
27869 ++++++++++++++++++++++++++++++++++------------
27870 2 files changed, 123 insertions(+), 40 deletions(-)
27872 commit f1f848e2e46ac54ff08aca7cd83390af31c7c9ef
27873 Author: Behdad Esfahbod <behdad@behdad.org>
27874 Date: Mon Aug 8 23:41:06 2011 +0200
27878 test/Makefile.am | 5 +++++
27879 1 file changed, 5 insertions(+)
27881 commit 3897335c7620c37e9a0224b0c42ade0dfdce4053
27882 Author: Behdad Esfahbod <behdad@behdad.org>
27883 Date: Mon Aug 8 23:37:41 2011 +0200
27885 [API] Sort out get_blob API
27887 hb_face_get_blob() renamed to hb_face_reference_blob(), returns a
27890 hb_face_[sg]et_index() added.
27892 hb_face_set_upem() added.
27894 src/hb-font-private.hh | 3 +-
27895 src/hb-font.cc | 67
27896 +++++++++++++++++++++++++++++++++++----------
27897 src/hb-font.h | 17 ++++++++++--
27898 src/hb-ft.cc | 3 +-
27899 src/hb-ot-layout-private.hh | 9 ------
27900 src/hb-ot-layout.cc | 21 --------------
27901 src/hb-uniscribe-shape.cc | 3 +-
27902 7 files changed, 72 insertions(+), 51 deletions(-)
27904 commit e715784be35f0846c0e084b7c53c7556ce933a45
27905 Author: Behdad Esfahbod <behdad@behdad.org>
27906 Date: Mon Aug 8 21:42:02 2011 +0200
27908 Rename get_table to reference_table in all API
27910 src/hb-font-private.hh | 6 +++---
27911 src/hb-font.cc | 20 ++++++++++----------
27912 src/hb-font.h | 8 ++++----
27913 src/hb-ft.cc | 4 ++--
27914 4 files changed, 19 insertions(+), 19 deletions(-)
27916 commit 670c873499f7f03fdfc07b8a0567b041628c6ab0
27917 Author: Behdad Esfahbod <behdad@behdad.org>
27918 Date: Mon Aug 8 21:36:24 2011 +0200
27920 Fix shaper ordering logic
27922 src/hb-shape.cc | 80
27923 ++++++++++++++++++++++++---------------------------------
27924 1 file changed, 34 insertions(+), 46 deletions(-)
27926 commit cc797e0d5368b2f5732d77eb3e3882283bd87cf7
27927 Author: Behdad Esfahbod <behdad@behdad.org>
27928 Date: Mon Aug 8 03:49:30 2011 +0200
27933 src/hb-shape.cc | 2 ++
27934 2 files changed, 2 insertions(+), 2 deletions(-)
27936 commit 826e22732dd8697600a1392f48af21b7b3ce6271
27937 Author: Behdad Esfahbod <behdad@behdad.org>
27938 Date: Sun Aug 7 03:53:42 2011 -0400
27940 [uniscribe] Fix blob lifecycles
27942 src/hb-uniscribe-shape.cc | 3 ++-
27943 1 file changed, 2 insertions(+), 1 deletion(-)
27945 commit ff199ba356f0eb5bc6252203eea18a1d1fd28934
27946 Author: Behdad Esfahbod <behdad@behdad.org>
27947 Date: Sun Aug 7 03:43:46 2011 -0400
27949 Fix shaper_list manipulation, aaaaaaaaaaaaargh
27951 src/hb-shape.cc | 16 +++++++++-------
27952 1 file changed, 9 insertions(+), 7 deletions(-)
27954 commit 206e32934592b915b1f3052aecf014c6ced729e1
27955 Author: Behdad Esfahbod <behdad@behdad.org>
27956 Date: Sun Aug 7 01:10:55 2011 -0400
27958 [test] test-object is not FreeType-specific, move it to the right
27961 test/Makefile.am | 8 +++-----
27962 1 file changed, 3 insertions(+), 5 deletions(-)
27964 commit 577326b86af80cc137eea81f4cc1e30adf9232b1
27965 Author: Behdad Esfahbod <behdad@behdad.org>
27966 Date: Sun Aug 7 01:04:40 2011 -0400
27968 [uniscribe] Fix cluster calculation
27970 src/hb-uniscribe-shape.cc | 6 +++++-
27971 1 file changed, 5 insertions(+), 1 deletion(-)
27973 commit f6d83b2dcf120f9d6f0a28c6f5de2da7addf9089
27974 Author: Behdad Esfahbod <behdad@behdad.org>
27975 Date: Sun Aug 7 00:59:58 2011 -0400
27979 src/test.cc | 4 ++--
27980 1 file changed, 2 insertions(+), 2 deletions(-)
27982 commit 2eb474afb4a09f4da8f14b444bd6066769010224
27983 Author: Behdad Esfahbod <behdad@behdad.org>
27984 Date: Sun Aug 7 00:59:38 2011 -0400
27986 [uniscribe] Fix shaper
27988 It's kinda working finally!
27990 src/hb-uniscribe-shape.cc | 9 ++++++---
27991 1 file changed, 6 insertions(+), 3 deletions(-)
27993 commit f22e661147691ebc9d531aa28a850988e6503f9b
27994 Author: Behdad Esfahbod <behdad@behdad.org>
27995 Date: Sun Aug 7 00:59:12 2011 -0400
27997 [glib] Protect against invalid characters
27999 src/hb-glib.cc | 8 ++++++--
28000 1 file changed, 6 insertions(+), 2 deletions(-)
28002 commit 144cd49a0eb3ccc749325d0ee14b3ebf4367c971
28003 Author: Behdad Esfahbod <behdad@behdad.org>
28004 Date: Sun Aug 7 00:51:50 2011 -0400
28006 [buffer] Accept -1 for text_length and item_length
28008 A -1 text_length means: zero-terminated string.
28009 A -1 item_length means: to the end of string.
28011 src/hb-buffer.cc | 10 ++++++++++
28012 1 file changed, 10 insertions(+)
28014 commit e9c71fab30fd1d5b163c8a072f9e2d3eb8ba3a92
28015 Author: Behdad Esfahbod <behdad@behdad.org>
28016 Date: Sun Aug 7 00:00:27 2011 -0400
28018 Fix name-table lookup
28022 src/hb-ot-name-private.hh | 2 +-
28023 src/hb-uniscribe-shape.cc | 2 ++
28024 2 files changed, 3 insertions(+), 1 deletion(-)
28026 commit 3fd2b5bece28c81e3e379352f09eee39d19ac372
28027 Author: Behdad Esfahbod <behdad@behdad.org>
28028 Date: Sat Aug 6 22:59:54 2011 -0400
28030 [uniscribe] Use font size directly
28032 src/hb-uniscribe-shape.cc | 2 +-
28033 1 file changed, 1 insertion(+), 1 deletion(-)
28035 commit 892eb2e462b40451b8f73879eab66310d884386a
28036 Author: Behdad Esfahbod <behdad@behdad.org>
28037 Date: Sat Aug 6 22:06:52 2011 -0400
28039 [uniscribe] Make font selection work
28043 src/hb-ot-name-private.hh | 37 +++++++++++++++++++++++++++++++++++++
28044 src/hb-uniscribe-shape.cc | 30 +++++++++++++++++++++++-------
28046 3 files changed, 60 insertions(+), 8 deletions(-)
28048 commit b492299eb3c398701557e452f6c2c9bd370fbbf3
28049 Author: Behdad Esfahbod <behdad@behdad.org>
28050 Date: Fri Aug 5 20:34:50 2011 -0400
28052 Start implementing the 'name' table
28054 src/Makefile.am | 3 +-
28055 src/hb-ot-name-private.hh | 91
28056 +++++++++++++++++++++++++++++++++++++++++++++++
28057 src/hb-uniscribe-shape.cc | 12 ++++---
28058 3 files changed, 100 insertions(+), 6 deletions(-)
28060 commit 4538efacca84329a60ff69851de70027d9b4f567
28061 Author: Behdad Esfahbod <behdad@behdad.org>
28062 Date: Fri Aug 5 20:11:06 2011 -0400
28064 Skip tests by returning 77
28066 automake test runner understands this.
28068 src/check-internal-symbols.sh | 3 ++-
28069 src/check-libstdc++.sh | 3 ++-
28070 2 files changed, 4 insertions(+), 2 deletions(-)
28072 commit 54eb65538da0a6ab0389d09944c90e12a913157d
28073 Author: Behdad Esfahbod <behdad@behdad.org>
28074 Date: Fri Aug 5 20:09:25 2011 -0400
28076 Fix check on OS X sh
28078 src/check-header-guards.sh | 2 +-
28079 1 file changed, 1 insertion(+), 1 deletion(-)
28081 commit 9da554504e30a326fc57b28cdb0e57108bfa9555
28082 Author: Behdad Esfahbod <behdad@behdad.org>
28083 Date: Fri Aug 5 19:48:49 2011 -0400
28085 Add hb_shape_list_shapers()
28087 src/hb-shape.cc | 22 ++++++++++++++++++----
28088 src/hb-shape.h | 3 +++
28089 test/Makefile.am | 2 ++
28090 test/test-c.c | 8 ++++++++
28091 test/test-shape.c | 15 +++++++++++++++
28092 5 files changed, 46 insertions(+), 4 deletions(-)
28094 commit d7bf473ef222ab420456ff155ffaa09bacb3a394
28095 Author: Behdad Esfahbod <behdad@behdad.org>
28096 Date: Fri Aug 5 18:18:21 2011 -0400
28100 src/check-header-guards.sh | 1 -
28101 src/hb-open-type-private.hh | 10 +++++-----
28102 2 files changed, 5 insertions(+), 6 deletions(-)
28104 commit c62a8f10f3b9a4ac3ac6b686464ac734ebfa2f7f
28105 Author: Behdad Esfahbod <behdad@behdad.org>
28106 Date: Fri Aug 5 18:02:30 2011 -0400
28108 Free all static memory upon exit
28110 src/hb-common.cc | 8 +++++---
28111 src/hb-shape.cc | 4 ++--
28112 2 files changed, 7 insertions(+), 5 deletions(-)
28114 commit c4d63ef744f79701458ab7af2055afb87ffe8de3
28115 Author: Behdad Esfahbod <behdad@behdad.org>
28116 Date: Fri Aug 5 17:54:25 2011 -0400
28118 Fix env parsing code
28120 Also changed the separator to comma instead of colon.
28122 src/hb-shape.cc | 34 +++++++++++++++++++++++++---------
28123 1 file changed, 25 insertions(+), 9 deletions(-)
28125 commit 3931837bebd79c5eb1bd5b24ff12e2c8e7d3f24c
28126 Author: Behdad Esfahbod <behdad@behdad.org>
28127 Date: Fri Aug 5 17:22:19 2011 -0400
28129 Change hb_shape() API back to what it was, add hb_shape_full()
28131 I disliked changing hb_shape() API, and disliked the fact that it was
28132 returning a bool now. So, reverted. Added new API for the extra
28135 src/hb-view.cc | 2 +-
28136 1 file changed, 1 insertion(+), 1 deletion(-)
28138 commit 3ca6c4ecc299295b6682fa2b6b9f83b213223bad
28139 Author: Behdad Esfahbod <behdad@behdad.org>
28140 Date: Fri Aug 5 17:22:19 2011 -0400
28142 Change hb_shape() API back to what it was, add hb_shape_full()
28144 I disliked changing hb_shape() API, and disliked the fact that it was
28145 returning a bool now. So, reverted. Added new API for the extra
28148 src/hb-shape.cc | 21 +++++++++++++++------
28149 src/hb-shape.h | 14 ++++++++++----
28151 test/test-shape.c | 2 +-
28152 4 files changed, 27 insertions(+), 12 deletions(-)
28154 commit 02aeca985b570763342c35e99af90025bfa088d5
28155 Author: Behdad Esfahbod <behdad@behdad.org>
28156 Date: Thu Aug 4 22:31:05 2011 -0400
28158 [API] Changes to main shape API
28160 hb_shape() now accepts a shaper_options and a shaper_list argument.
28161 Both can be set to NULL to emulate previous API. And in most
28163 they are expected to be set to NULL.
28165 hb_shape() also returns a boolean for now. If shaper_list is
28167 return value can be ignored.
28169 shaper_options is ignored for now, but otherwise it should be a
28170 NULL-terminated list of strings.
28172 shaper_list is a NULL-terminated list of strings. Currently
28174 strings are "ot" for native OpenType Layout implementation,
28176 for the Uniscribe backend, and "fallback" for the non-complex backend
28177 (that will be implemented shortly). The fallback backend never fails.
28179 The env var HB_SHAPER_LIST is also parsed and honored. It's a
28180 colon-separated list of shaper names. The fallback shaper is
28182 none of the env-listed shapers succeed.
28184 New API hb_buffer_guess_properties() added.
28187 configure.ac | 9 +++
28188 src/Makefile.am | 14 ++--
28189 src/hb-buffer-private.hh | 1 +
28190 src/hb-buffer.cc | 35 ++++++++++
28191 src/hb-buffer.h | 3 +
28192 src/hb-fallback-shape-private.hh | 48 ++++++++++++++
28193 src/hb-fallback-shape.cc | 43 +++++++++++++
28194 src/hb-ot-shape.cc | 9 ++-
28195 src/hb-ot-shape.h | 5 +-
28196 src/hb-shape.cc | 135
28197 +++++++++++++++++++++++----------------
28198 src/hb-shape.h | 13 ++--
28199 src/hb-uniscribe-shape.cc | 52 ++++++---------
28200 src/hb-uniscribe.h | 5 +-
28201 src/hb-view.cc | 2 +-
28203 test/test-shape.c | 2 +-
28204 17 files changed, 274 insertions(+), 107 deletions(-)
28206 commit 57692adf1294a6db4627d0de7c671e4aa01d2a8f
28207 Author: Behdad Esfahbod <behdad@behdad.org>
28208 Date: Thu Aug 4 20:49:16 2011 -0400
28210 Make test.cc do something more useful
28212 Hardcoded to the uniscribe backend for now. Will fix soon.
28214 src/test.cc | 38 ++++++++++++++++++++++++++++++++++----
28215 1 file changed, 34 insertions(+), 4 deletions(-)
28217 commit c605bbbb6d4b2a98b1f40ca818760088d991f7d1
28218 Author: Behdad Esfahbod <behdad@behdad.org>
28219 Date: Thu Aug 4 20:00:53 2011 -0400
28221 Remove C++ guards from source files
28223 Where causing issues for people with MSVC.
28225 src/check-c-linkage-decls.sh | 3 +--
28226 src/hb-blob.cc | 2 --
28227 src/hb-buffer-private.hh | 2 --
28228 src/hb-buffer.cc | 2 --
28229 src/hb-common.cc | 2 --
28230 src/hb-font-private.hh | 2 --
28231 src/hb-font.cc | 2 --
28232 src/hb-ft.cc | 2 --
28233 src/hb-glib.cc | 2 --
28234 src/hb-icu.cc | 2 --
28235 src/hb-mutex-private.hh | 2 --
28236 src/hb-object-private.hh | 4 ----
28237 src/hb-open-file-private.hh | 2 --
28238 src/hb-open-type-private.hh | 4 ----
28239 src/hb-ot-head-private.hh | 2 --
28240 src/hb-ot-layout-common-private.hh | 4 ----
28241 src/hb-ot-layout-gdef-private.hh | 2 --
28242 src/hb-ot-layout-gpos-private.hh | 4 ----
28243 src/hb-ot-layout-gsub-private.hh | 4 ----
28244 src/hb-ot-layout-gsubgpos-private.hh | 6 ------
28245 src/hb-ot-layout-private.hh | 2 --
28246 src/hb-ot-layout.cc | 2 --
28247 src/hb-ot-map-private.hh | 2 --
28248 src/hb-ot-map.cc | 2 --
28249 src/hb-ot-maxp-private.hh | 2 --
28250 src/hb-ot-shape-complex-arabic-table.hh | 2 --
28251 src/hb-ot-shape-complex-arabic.cc | 2 --
28252 src/hb-ot-shape-complex-indic-table.hh | 2 --
28253 src/hb-ot-shape-complex-indic.cc | 2 --
28254 src/hb-ot-shape-complex-misc.cc | 2 --
28255 src/hb-ot-shape-complex-private.hh | 2 --
28256 src/hb-ot-shape-normalize.cc | 2 --
28257 src/hb-ot-shape-private.hh | 2 --
28258 src/hb-ot-shape.cc | 2 --
28259 src/hb-ot-tag.cc | 2 --
28260 src/hb-private.hh | 8 --------
28261 src/hb-shape.cc | 2 --
28262 src/hb-unicode-private.hh | 2 --
28263 src/hb-unicode.cc | 2 --
28264 src/hb-uniscribe-shape.cc | 2 --
28265 src/hb-view.cc | 2 --
28268 43 files changed, 1 insertion(+), 106 deletions(-)
28270 commit 8336186a52813b53e90b4399dc462d55750e2d37
28271 Author: Behdad Esfahbod <behdad@behdad.org>
28272 Date: Thu Aug 4 19:49:05 2011 -0400
28276 src/hb-ot-map-private.hh | 4 ++++
28277 1 file changed, 4 insertions(+)
28279 commit ecd3b6e4ad253cf9d0dae1ed2da8ba6caed16b85
28280 Author: Behdad Esfahbod <behdad@behdad.org>
28281 Date: Thu Aug 4 01:57:40 2011 -0400
28285 configure.ac | 2 ++
28286 1 file changed, 2 insertions(+)
28288 commit c747f509bcc4e6a34ced04e9e79ed414a44437b1
28289 Author: Behdad Esfahbod <behdad@behdad.org>
28290 Date: Thu Aug 4 01:51:30 2011 -0400
28292 More out-of-tree build fixes
28294 src/check-c-linkage-decls.sh | 3 +--
28295 src/check-header-guards.sh | 8 ++++----
28296 2 files changed, 5 insertions(+), 6 deletions(-)
28298 commit 0530ca9a180edc330ab801c535907cefa4a0c298
28299 Author: Behdad Esfahbod <behdad@behdad.org>
28300 Date: Thu Aug 4 01:42:59 2011 -0400
28302 Fix out-of-tree build
28304 test/Makefile.am | 2 +-
28305 1 file changed, 1 insertion(+), 1 deletion(-)
28307 commit ddbf4edc5d09a645351b1bd1722b068aba6a6dec
28308 Author: Behdad Esfahbod <behdad@behdad.org>
28309 Date: Thu Aug 4 01:38:37 2011 -0400
28314 1 file changed, 1 deletion(-)
28316 commit 20dde6101662fd9ebe5f613631ea468f4c0a995f
28317 Author: Behdad Esfahbod <behdad@behdad.org>
28318 Date: Thu Aug 4 01:07:33 2011 -0400
28322 src/hb-uniscribe.h | 6 +++---
28323 1 file changed, 3 insertions(+), 3 deletions(-)
28325 commit 44b4f50d05fd51d8056a78e359fbb00fbcac43a0
28326 Author: Behdad Esfahbod <behdad@behdad.org>
28327 Date: Thu Aug 4 00:52:20 2011 -0400
28331 src/hb-private.hh | 2 +-
28332 1 file changed, 1 insertion(+), 1 deletion(-)
28334 commit 0fbb2dc83132a89201ad8b56c6909610437d2da0
28335 Author: Behdad Esfahbod <behdad@behdad.org>
28336 Date: Wed Aug 3 19:55:04 2011 -0400
28338 Add draft experimental Uniscribe backend
28340 Not complete yet, font selection doesn't work. But hey it shapes!
28342 This is not supposed to be a production backend, more like a testing
28345 configure.ac | 9 ++
28346 src/Makefile.am | 11 ++
28347 src/hb-private.hh | 4 +-
28348 src/hb-uniscribe-shape.cc | 325
28349 ++++++++++++++++++++++++++++++++++++++++++++++
28350 src/hb-uniscribe.h | 46 +++++++
28351 5 files changed, 394 insertions(+), 1 deletion(-)
28353 commit 0d7d4824b2edc7aeeb995077655a9a89b5c360a9
28354 Author: Behdad Esfahbod <behdad@behdad.org>
28355 Date: Wed Aug 3 17:39:24 2011 -0400
28359 configure.ac | 10 +++++-----
28360 1 file changed, 5 insertions(+), 5 deletions(-)
28362 commit e62df43649e31b7815c272f01808b3f726c7d07d
28363 Author: Behdad Esfahbod <behdad@behdad.org>
28364 Date: Wed Aug 3 17:38:54 2011 -0400
28366 Add internal hb_buffer_t::get_scratch_buffer()
28368 src/hb-buffer-private.hh | 2 ++
28369 src/hb-buffer.cc | 10 ++++++++++
28370 2 files changed, 12 insertions(+)
28372 commit 71e7936fcadfd375a8bdc47987ef8b1b2b542df5
28373 Author: Behdad Esfahbod <behdad@behdad.org>
28374 Date: Wed Aug 3 17:38:34 2011 -0400
28379 1 file changed, 2 insertions(+)
28381 commit bf8c57ba745c02370c38198adfdcd8075ba38b13
28382 Author: Behdad Esfahbod <behdad@behdad.org>
28383 Date: Wed Aug 3 17:38:04 2011 -0400
28385 [API] Add hb_face_get_blob()
28387 Need to think more about it.
28389 src/hb-font.cc | 10 ++++++++++
28390 src/hb-font.h | 3 +++
28391 2 files changed, 13 insertions(+)
28393 commit 2118fdb9f584e6735e904638e48bae48314372fa
28394 Author: Behdad Esfahbod <behdad@behdad.org>
28395 Date: Tue Aug 2 14:06:51 2011 -0400
28397 Fix fallback shaping
28399 Broke it a few commits ago.
28401 src/hb-ot-shape.cc | 8 +++++---
28402 1 file changed, 5 insertions(+), 3 deletions(-)
28404 commit 199abbd0f15bd295c3a56845c71b38dd20af1332
28405 Author: Behdad Esfahbod <behdad@behdad.org>
28406 Date: Tue Aug 2 13:59:47 2011 -0400
28410 test/test-unicode.c | 4 +++-
28411 1 file changed, 3 insertions(+), 1 deletion(-)
28413 commit 4f052b93c0b17d92b9f0adddf64ef77518bf2ac4
28414 Author: Behdad Esfahbod <behdad@behdad.org>
28415 Date: Tue Aug 2 13:44:24 2011 -0400
28417 Fix build with glib but not freetype
28419 test/Makefile.am | 7 +++----
28420 1 file changed, 3 insertions(+), 4 deletions(-)
28422 commit c21be799daa85d5edb2d831ac985d3e43c8755ec
28423 Author: Behdad Esfahbod <behdad@behdad.org>
28424 Date: Tue Aug 2 12:05:49 2011 -0400
28428 test/Makefile.am | 3 ++-
28429 1 file changed, 2 insertions(+), 1 deletion(-)
28431 commit e9c2341b1384c161bbab9871411af0bc9f6c3cf4
28432 Author: Behdad Esfahbod <behdad@behdad.org>
28433 Date: Tue Aug 2 11:40:44 2011 -0400
28435 Don't use icu-config when cross-compiling
28437 configure.ac | 17 ++++++++++-------
28438 1 file changed, 10 insertions(+), 7 deletions(-)
28440 commit 390dab49b6cf34f263b67d20a13f0752ada57bcc
28441 Author: Behdad Esfahbod <behdad@behdad.org>
28442 Date: Tue Aug 2 11:29:55 2011 -0400
28444 Unbreak icu-config results a bit
28447 1 file changed, 1 insertion(+)
28449 commit b301478a69d961c724a4875b839a81fb458d1153
28450 Author: Behdad Esfahbod <behdad@behdad.org>
28451 Date: Tue Aug 2 11:25:13 2011 -0400
28453 Bug 39763 - autogen.sh should check pkg-config availability
28455 (and revert change have_icu change I mistakenly pushed out)
28457 autogen.sh | 10 ++++++++--
28459 2 files changed, 8 insertions(+), 3 deletions(-)
28461 commit f60271c0c2b0101e7b2725f9a9ad950c277a616c
28462 Author: Behdad Esfahbod <behdad@behdad.org>
28463 Date: Tue Aug 2 09:56:30 2011 -0400
28465 Add mingw32 support
28467 With these changes, on Ubuntu I can do:
28469 ./configure --host=i586-mingw32msvc && make
28472 src/hb-mutex-private.hh | 4 ++--
28473 src/hb-open-type-private.hh | 5 +++++
28474 src/hb-private.hh | 6 +++++-
28476 5 files changed, 14 insertions(+), 3 deletions(-)
28478 commit 1264b23e4a4ae1c9831a3009e1c7ab8e65a5b434
28479 Author: Behdad Esfahbod <behdad@behdad.org>
28480 Date: Mon Aug 1 16:39:32 2011 -0400
28482 Bug 39702 - configure check for ragel
28484 autogen.sh | 18 +++++++++++++-----
28485 1 file changed, 13 insertions(+), 5 deletions(-)
28487 commit f5414cf0a220d6e6f3d4b6e8221cd583b4684187
28488 Author: Behdad Esfahbod <behdad@behdad.org>
28489 Date: Mon Aug 1 16:34:16 2011 -0400
28491 Use missing script for calling ragel
28493 src/Makefile.am | 3 ++-
28494 1 file changed, 2 insertions(+), 1 deletion(-)
28496 commit a91c58bf98258a34e5f7c1ad39a38db58fadc4b9
28497 Author: Behdad Esfahbod <behdad@behdad.org>
28498 Date: Mon Aug 1 16:30:11 2011 -0400
28500 [Indic] Disable CJCT-disabling logic
28504 src/hb-ot-shape-complex-indic.cc | 7 ++++++-
28505 1 file changed, 6 insertions(+), 1 deletion(-)
28507 commit 5e72071062c015237b79fbd0521341a63166a204
28508 Author: Behdad Esfahbod <behdad@behdad.org>
28509 Date: Sun Jul 31 17:51:50 2011 -0400
28511 [Indic] Stop looking for base upon seeing joiners
28513 Not sure where this is documented, but I remember this being the
28517 test-shape-complex failures are down from 48 to 46. Meh.
28519 src/hb-ot-shape-complex-indic.cc | 11 +++++++++--
28520 1 file changed, 9 insertions(+), 2 deletions(-)
28522 commit 281683995a46ed37aeeb84061249758c59822457
28523 Author: Behdad Esfahbod <behdad@behdad.org>
28524 Date: Sun Jul 31 16:00:35 2011 -0400
28528 src/hb-ot-shape-complex-indic.cc | 23 +++++++++++++++--------
28529 1 file changed, 15 insertions(+), 8 deletions(-)
28531 commit 6b37bc80843e38ca7b62500f95fd70c08af68d62
28532 Author: Behdad Esfahbod <behdad@behdad.org>
28533 Date: Sun Jul 31 15:57:00 2011 -0400
28535 [Indic] Fix ZWJ/ZWNJ application
28537 Not quite working just yet. False alarm re 10 failures. It was
28538 crashing. Ouch! Back to 48 failures.
28540 src/hb-ot-shape-complex-indic.cc | 10 ++++++----
28541 1 file changed, 6 insertions(+), 4 deletions(-)
28543 commit e7be05702447ae270d797398132c1930cd3a9b86
28544 Author: Behdad Esfahbod <behdad@behdad.org>
28545 Date: Sun Jul 31 15:18:57 2011 -0400
28547 [Indic] Add Final Reordering rules into comments
28551 src/hb-ot-shape-complex-indic.cc | 86
28552 ++++++++++++++++++++++++++++++++++++++--
28553 1 file changed, 83 insertions(+), 3 deletions(-)
28555 commit cfd4382ec1af91640129551697de36fd42c0849a
28556 Author: Behdad Esfahbod <behdad@behdad.org>
28557 Date: Sun Jul 31 15:07:11 2011 -0400
28559 [Indic] Handle Reph when determining base consonant
28561 src/hb-ot-shape-complex-indic.cc | 24 +++++++++++++++---------
28562 1 file changed, 15 insertions(+), 9 deletions(-)
28564 commit 97158392a5899ddb739afaac925128f33f699bd7
28565 Author: Behdad Esfahbod <behdad@behdad.org>
28566 Date: Sun Jul 31 15:01:28 2011 -0400
28568 [Indic] Ra is a consonant too
28570 src/hb-ot-shape-complex-indic.cc | 3 +--
28571 1 file changed, 1 insertion(+), 2 deletions(-)
28573 commit 0d8f8a177c4bfd4dc642a353bab8d03674e839ac
28574 Author: Behdad Esfahbod <behdad@behdad.org>
28575 Date: Sun Jul 31 14:57:59 2011 -0400
28577 [Indic] Fix reph inhibition logic
28579 src/hb-ot-shape-complex-indic.cc | 4 ++--
28580 1 file changed, 2 insertions(+), 2 deletions(-)
28582 commit 9da0487cd452d780673e24329ce03e174a4ef83b
28583 Author: Behdad Esfahbod <behdad@behdad.org>
28584 Date: Sun Jul 31 13:46:44 2011 -0400
28586 [Indic] Support ZWJ/ZWNJ
28588 Brings test-shape-complex failures down from 52 to 10!
28590 I hereby declare harfbuzz-ng supporting Indic!
28592 src/hb-ot-shape-complex-indic.cc | 57
28593 +++++++++++++++++++++++++++++++++-------
28594 1 file changed, 48 insertions(+), 9 deletions(-)
28596 commit 9ee27a928a989c71923cef82a9e9828f8e9ca051
28597 Author: Behdad Esfahbod <behdad@behdad.org>
28598 Date: Sun Jul 31 11:10:14 2011 -0400
28600 [Indic] Suppress reph formation upon joiners
28602 src/hb-ot-shape-complex-indic.cc | 8 +++++++-
28603 1 file changed, 7 insertions(+), 1 deletion(-)
28605 commit 8354e004e553856d7d743e0f0b4de4668484026a
28606 Author: Behdad Esfahbod <behdad@behdad.org>
28607 Date: Sun Jul 31 02:24:51 2011 -0400
28609 Un-Ra U+09F1. According to the test suite this is correct.
28611 But I'm not sure... Down from 54 failures to 52.
28613 src/hb-ot-shape-complex-indic.cc | 2 +-
28614 1 file changed, 1 insertion(+), 1 deletion(-)
28616 commit 07cedd81f48907b2e372cd2e963716bbded9ce29
28617 Author: Behdad Esfahbod <behdad@behdad.org>
28618 Date: Sat Jul 30 21:16:51 2011 -0400
28622 test/test-shape-complex.c | 21 +++++++++++----------
28623 1 file changed, 11 insertions(+), 10 deletions(-)
28625 commit ba7e85c104e68b4685c1b3b5c9a260fe0f6879df
28626 Author: Behdad Esfahbod <behdad@behdad.org>
28627 Date: Sat Jul 30 21:11:53 2011 -0400
28631 src/hb-ot-shape-complex-indic.cc | 1 +
28632 1 file changed, 1 insertion(+)
28634 commit f5bc2725cb892264ba223e0a49f7fd2c622a0730
28635 Author: Behdad Esfahbod <behdad@behdad.org>
28636 Date: Sat Jul 30 21:08:10 2011 -0400
28638 [Indic] For old-style Indic tables, move Halant around
28640 In old-style Indic OT standards, the post-base Halants are moved after
28641 their base. Emulate that by moving first post-base Halant to
28642 post-last-consonant.
28644 Brings test-shape-complex failures down from 88 to 54. Getting there!
28646 src/hb-ot-map-private.hh | 3 +++
28647 src/hb-ot-shape-complex-indic.cc | 20 ++++++++++++++++++++
28648 2 files changed, 23 insertions(+)
28650 commit c47a31fb4793b825f4be57e9cb1b10db352b9512
28651 Author: Behdad Esfahbod <behdad@behdad.org>
28652 Date: Sat Jul 30 20:57:01 2011 -0400
28654 [OT] Save chosen script tag
28656 src/hb-ot-layout.cc | 20 ++++++++++++++++----
28657 src/hb-ot-layout.h | 3 ++-
28658 src/hb-ot-map-private.hh | 1 +
28659 src/hb-ot-map.cc | 2 +-
28660 4 files changed, 20 insertions(+), 6 deletions(-)
28662 commit 3a9b14dfdfc278b432890e1537672a4ca141a3b0
28663 Author: Behdad Esfahbod <behdad@behdad.org>
28664 Date: Sat Jul 30 20:23:55 2011 -0400
28668 test/test-shape-complex.c | 8 ++++----
28669 1 file changed, 4 insertions(+), 4 deletions(-)
28671 commit 8613193bbf28fe8951c900b68c4418a6fb929626
28672 Author: Behdad Esfahbod <behdad@behdad.org>
28673 Date: Sat Jul 30 20:21:40 2011 -0400
28675 [test] Fix problem with N'ko test direction
28677 Old HarfBuzz test suite always shaped as left-to-right and hence
28679 0x14db, direction expected glyphstring for N'ko. Doh!
28681 Failures down from 92 to 88.
28683 test/test-shape-complex.c | 8 ++++----
28684 1 file changed, 4 insertions(+), 4 deletions(-)
28686 commit fd06bf56110e73826b3d5c73ac964e2609450d46
28687 Author: Behdad Esfahbod <behdad@behdad.org>
28688 Date: Sat Jul 30 20:14:44 2011 -0400
28690 [Indic] Handle initial Ra+Halant in scripts that support Reph
28692 Brings test-shape-complex failures down from 104 to 92. Way to go!
28694 src/hb-ot-shape-complex-indic.cc | 10 ++++++++++
28695 1 file changed, 10 insertions(+)
28697 commit ee58f3bc75d2d071a71b94063bf12205a5871acb
28698 Author: Behdad Esfahbod <behdad@behdad.org>
28699 Date: Sat Jul 30 19:15:53 2011 -0400
28703 src/hb-ot-shape-complex-indic.cc | 23 ++++++++++++-----------
28704 1 file changed, 12 insertions(+), 11 deletions(-)
28706 commit 352372ae5ea0998e40cf9fe43c22b6b610a5764e
28707 Author: Behdad Esfahbod <behdad@behdad.org>
28708 Date: Sat Jul 30 19:04:02 2011 -0400
28710 [Indic] Categorize Ra in scripts that have Reph
28712 Is the categorization correct? I don't know.
28714 src/hb-ot-shape-complex-indic.cc | 31 ++++++++++++++++++++++++++++++-
28715 1 file changed, 30 insertions(+), 1 deletion(-)
28717 commit 45d6f29f15f1d2323bcaa2498aed23ff0c8a1567
28718 Author: Behdad Esfahbod <behdad@behdad.org>
28719 Date: Sat Jul 30 14:44:30 2011 -0400
28721 [Indic] Reorder matras
28723 Number of failing shape-complex tests goes from 125 down to 94.
28725 Next: Add Ra handling and it's fair to say we kinda support Indic :).
28727 src/hb-ot-shape-complex-indic.cc | 29 +++++++++++++++++++++++++++--
28728 src/hb-ot-shape-normalize.cc | 26 ++++++++++----------------
28729 src/hb-private.hh | 36
28730 ++++++++++++++++++++++++++++++------
28731 3 files changed, 67 insertions(+), 24 deletions(-)
28733 commit 911bf32acad7f1cd161f666cb659990ade0925ad
28734 Author: Behdad Esfahbod <behdad@behdad.org>
28735 Date: Sat Jul 30 11:16:00 2011 -0400
28737 Bug 39686 - Add '-no-undefined' to libharfbuzz LDFLAGS
28739 src/Makefile.am | 2 +-
28740 1 file changed, 1 insertion(+), 1 deletion(-)
28742 commit 8f0b64fb6988f9502d2c5e39768a9af133d9a83f
28743 Author: Behdad Esfahbod <behdad@behdad.org>
28744 Date: Fri Jul 29 17:02:48 2011 -0400
28748 src/hb-ot-shape-complex-arabic.cc | 6 +++---
28749 src/hb-private.hh | 8 ++++++--
28750 2 files changed, 9 insertions(+), 5 deletions(-)
28752 commit 743807a3ce1b2229e5307a8aea074a7544623d8d
28753 Author: Behdad Esfahbod <behdad@behdad.org>
28754 Date: Fri Jul 29 16:37:02 2011 -0400
28756 [Indic] Apply Indic features
28758 Find the base consonant and apply basic Indic features accordingly.
28759 Nothing complete, but does something for now. Specifically:
28760 no Ra handling right now, and no ZWJ/ZWNJ.
28762 Number of failing shape-complex tests goes from 174 down to 125.
28764 Next: reorder matras.
28766 src/hb-ot-shape-complex-indic-machine.rl | 35 ++++--
28767 src/hb-ot-shape-complex-indic.cc | 209
28768 ++++++++++++++++++++++++++++---
28769 2 files changed, 212 insertions(+), 32 deletions(-)
28771 commit 1a1b5013159369b343d0c32df02c9c419277aead
28772 Author: Behdad Esfahbod <behdad@behdad.org>
28773 Date: Fri Jul 29 16:36:46 2011 -0400
28777 test/test-shape-complex.c | 8 ++++++--
28778 1 file changed, 6 insertions(+), 2 deletions(-)
28780 commit dd5546de15e63c0320b7db2bf42b0f15271f7915
28781 Author: Behdad Esfahbod <behdad@behdad.org>
28782 Date: Fri Jul 29 16:27:31 2011 -0400
28786 test/test-shape-complex.c | 2 +-
28787 1 file changed, 1 insertion(+), 1 deletion(-)
28789 commit 9f9bcceca6321d5a5812f878de1de39901349a78
28790 Author: Behdad Esfahbod <behdad@behdad.org>
28791 Date: Thu Jul 28 17:06:46 2011 -0400
28793 Register buffer vars in Indic shaper
28795 src/hb-ot-shape-complex-indic.cc | 6 ++++++
28796 src/hb-ot-shape.cc | 2 ++
28797 2 files changed, 8 insertions(+)
28799 commit be09bf6b799cafc2ff54a28915b307ffe99661b6
28800 Author: Behdad Esfahbod <behdad@behdad.org>
28801 Date: Thu Jul 28 17:03:43 2011 -0400
28803 Oops. This should have gone into the previous commit
28805 src/hb-ot-layout-gsub-private.hh | 2 +-
28806 1 file changed, 1 insertion(+), 1 deletion(-)
28808 commit b65c06025d2b54a44f716e030d4b10072c65bea8
28809 Author: Behdad Esfahbod <behdad@behdad.org>
28810 Date: Thu Jul 28 16:48:43 2011 -0400
28812 Formalize buffer var allocations
28814 src/hb-buffer-private.hh | 25 ++++++----------
28815 src/hb-buffer.cc | 15 +++++-----
28816 src/hb-ot-layout-gpos-private.hh | 14 +++++----
28817 src/hb-ot-layout-gsub-private.hh | 5 +++-
28818 src/hb-ot-shape-complex-arabic.cc | 6 +++-
28819 src/hb-ot-shape-complex-indic.cc | 4 +--
28820 src/hb-ot-shape-complex-private.hh | 10 ++++++-
28821 src/hb-ot-shape.cc | 60
28822 +++++++++++++++++++++++---------------
28823 src/hb-private.hh | 1 +
28824 9 files changed, 83 insertions(+), 57 deletions(-)
28826 commit a9ad3d3460ba863a8d8f3766ccbeab288c3c6822
28827 Author: Behdad Esfahbod <behdad@behdad.org>
28828 Date: Thu Jul 28 15:42:18 2011 -0400
28830 Move more code around
28832 Buffer var allocation coming into shape
28834 src/hb-buffer-private.hh | 1 +
28835 src/hb-buffer.cc | 35 +++++++++++++++++++++++++++++++++++
28836 src/hb-ot-layout-gpos-private.hh | 7 +++++++
28837 src/hb-ot-layout-gsub-private.hh | 18 ++++++++++++++++++
28838 src/hb-ot-layout.cc | 8 +++-----
28839 5 files changed, 64 insertions(+), 5 deletions(-)
28841 commit cc06c243d8be3ebb1190281653d2dba504c16c0f
28842 Author: Behdad Esfahbod <behdad@behdad.org>
28843 Date: Mon Jul 25 20:25:44 2011 -0400
28845 Streamline debugging infrastructure even more
28847 src/hb-blob.cc | 26 ++++-----
28848 src/hb-object-private.hh | 8 +--
28849 src/hb-open-type-private.hh | 64 ++++++--------------
28850 src/hb-ot-layout-gsubgpos-private.hh | 2 +-
28851 src/hb-private.hh | 109
28852 +++++++++++++++++++++++++++++++----
28853 5 files changed, 136 insertions(+), 73 deletions(-)
28855 commit 43ff203d8ea3e1b09e316e3aae1a4e5ec15bfdd2
28856 Author: Behdad Esfahbod <behdad@behdad.org>
28857 Date: Mon Jul 25 17:35:24 2011 -0400
28859 Use variadic macros for debugging
28861 Looks *so* much nicer!
28863 src/hb-blob.cc | 26 ++++++++--------
28864 src/hb-object-private.hh | 8 ++---
28865 src/hb-open-type-private.hh | 75
28866 ++++++++++++++++++++-------------------------
28867 src/hb-private.hh | 7 +++--
28868 4 files changed, 56 insertions(+), 60 deletions(-)
28870 commit decd4e3e16424dc311e9fb5b663170414a11556a
28871 Author: Behdad Esfahbod <behdad@behdad.org>
28872 Date: Mon Jul 25 16:47:02 2011 -0400
28874 Add sugar syntax for debug messages
28876 Buffer debugging coming soon.
28878 src/hb-blob.cc | 35 +++++++++++++----------------------
28879 src/hb-object-private.hh | 9 ++++-----
28880 src/hb-open-type-private.hh | 44
28881 ++++++++++++++++++++++----------------------
28882 src/hb-private.hh | 7 +++++--
28883 4 files changed, 44 insertions(+), 51 deletions(-)
28885 commit 3a81b1db89beba91fb91791918b9fdd9f8fc9fa0
28886 Author: Behdad Esfahbod <behdad@behdad.org>
28887 Date: Mon Jul 25 16:30:32 2011 -0400
28889 Minor, fix leak from my previous refactorings
28891 src/hb-buffer.cc | 14 +++++++-------
28892 1 file changed, 7 insertions(+), 7 deletions(-)
28894 commit f4a579bc42fb811ff5c391a0e97b7d8656ef59b1
28895 Author: Behdad Esfahbod <behdad@behdad.org>
28896 Date: Mon Jul 25 16:20:16 2011 -0400
28898 Add internal API for buffer var allocation
28900 src/hb-buffer-private.hh | 25 +++++++++++++++++++++++--
28901 src/hb-buffer.cc | 22 ++++++++++++++++++++++
28902 2 files changed, 45 insertions(+), 2 deletions(-)
28904 commit 651e8dd79ec8eaca5ab75a61e8ce961ff7bd26eb
28905 Author: Behdad Esfahbod <behdad@behdad.org>
28906 Date: Mon Jul 25 14:54:08 2011 -0400
28908 Start cleaning up buffer var allocation
28910 I've messed up a lot of stuff recently, different parts of the
28911 shaping process are stumbling on eachother's toes because
28912 manually tracking what's in which buffer var is hard. I'm
28913 going to add some internal API to track those such that mistakes
28914 are discovered as soon as they are introduced.
28916 src/hb-ot-layout-gsubgpos-private.hh | 1 -
28917 src/hb-ot-layout.cc | 1 +
28918 src/hb-ot-shape.cc | 10 ----------
28919 3 files changed, 1 insertion(+), 11 deletions(-)
28921 commit c86f932015bdf5803572b0904d343d3bc033e009
28922 Author: Behdad Esfahbod <behdad@behdad.org>
28923 Date: Mon Jul 25 00:44:50 2011 -0400
28927 src/hb-ot-shape.cc | 85
28928 +++++++++++++++++++++++++++---------------------------
28929 1 file changed, 42 insertions(+), 43 deletions(-)
28931 commit 18c42850c9327ab4479ff150660a76d4ff6f3e9c
28932 Author: Behdad Esfahbod <behdad@behdad.org>
28933 Date: Mon Jul 25 00:36:58 2011 -0400
28935 Shrink space used for ligature ids
28937 This frees 16bits in the glyph_info struct during the ot_layout
28939 We can use the freed space in the shapers now.
28941 src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
28942 1 file changed, 4 insertions(+), 4 deletions(-)
28944 commit d8787493c9aa420544096cef07c29a591a0c1a99
28945 Author: Behdad Esfahbod <behdad@behdad.org>
28946 Date: Mon Jul 25 00:36:01 2011 -0400
28950 src/hb-ot-layout-gsub-private.hh | 6 ------
28951 src/hb-ot-layout-gsubgpos-private.hh | 7 +++++++
28952 2 files changed, 7 insertions(+), 6 deletions(-)
28954 commit c311d852080b50ffc85e80168de62abb05a6be59
28955 Author: Behdad Esfahbod <behdad@behdad.org>
28956 Date: Sat Jul 23 23:43:54 2011 -0400
28958 Keep Unicode props updated as we go so we avoid a scan later
28960 src/hb-ot-shape-normalize.cc | 54
28961 +++++++++++++++++++++-----------------------
28962 1 file changed, 26 insertions(+), 28 deletions(-)
28964 commit 5389ff4dbc46c76c9483e3c95f22524b60e21166
28965 Author: Behdad Esfahbod <behdad@behdad.org>
28966 Date: Fri Jul 22 20:22:49 2011 -0400
28968 Implement the Unicode Canonical Composition algorithm
28970 Fallback normalization is complete and working now!
28972 src/hb-ot-shape-normalize.cc | 49
28973 +++++++++++++++++++++++++++++++++++++++++---
28974 1 file changed, 46 insertions(+), 3 deletions(-)
28976 commit dcdc51cdc0ba9d9fb75f84dd5fa7a49aa0b24ea0
28977 Author: Behdad Esfahbod <behdad@behdad.org>
28978 Date: Fri Jul 22 17:14:46 2011 -0400
28980 Handle singleton decompositions
28982 src/hb-ot-shape-normalize.cc | 12 +++++++-----
28983 1 file changed, 7 insertions(+), 5 deletions(-)
28985 commit 34c22f816808d061a980cffca12de03beb437fa0
28986 Author: Behdad Esfahbod <behdad@behdad.org>
28987 Date: Fri Jul 22 17:04:20 2011 -0400
28989 Implement Unicode Canonical Reordering Algorithm
28991 src/hb-ot-shape-normalize.cc | 80
28992 +++++++++++++++++++++++++++++++++++++-------
28993 src/hb-ot-shape-private.hh | 2 ++
28994 src/hb-ot-shape.cc | 6 ++--
28995 3 files changed, 73 insertions(+), 15 deletions(-)
28997 commit 4ff0d2d9dfc4f7e4880a4e964ca9872624508ea0
28998 Author: Behdad Esfahbod <behdad@behdad.org>
28999 Date: Fri Jul 22 16:15:32 2011 -0400
29001 Decomposition works now!
29003 src/hb-ot-shape-normalize.cc | 109
29004 +++++++++++++++++++++++++++----------------
29005 src/hb-ot-shape.cc | 3 +-
29006 2 files changed, 70 insertions(+), 42 deletions(-)
29008 commit 468e9cb25c9bc14781b7013e447d763f93bf76a3
29009 Author: Behdad Esfahbod <behdad@behdad.org>
29010 Date: Fri Jul 22 11:28:07 2011 -0400
29012 Move buffer methods into the object
29014 src/hb-buffer-private.hh | 110 +++----
29015 src/hb-buffer.cc | 605
29016 +++++++++++++++++------------------
29017 src/hb-ot-layout-gpos-private.hh | 88 ++---
29018 src/hb-ot-layout-gsub-private.hh | 58 ++--
29019 src/hb-ot-layout-gsubgpos-private.hh | 50 +--
29020 src/hb-ot-shape-normalize.cc | 16 +-
29021 src/hb-ot-shape.cc | 14 +-
29022 7 files changed, 456 insertions(+), 485 deletions(-)
29024 commit 45412523dc295cb5ee12e096bfacb282cc925843
29025 Author: Behdad Esfahbod <behdad@behdad.org>
29026 Date: Fri Jul 22 11:07:05 2011 -0400
29028 More normalization kick
29030 src/hb-ot-shape-normalize.cc | 54
29031 +++++++++++++++++++++++++++++---------------
29032 src/hb-ot-shape-private.hh | 8 ++++++-
29033 src/hb-ot-shape.cc | 13 +++--------
29034 3 files changed, 46 insertions(+), 29 deletions(-)
29036 commit 63c0ef4a0763e579c9c80887bbfbd2651de05067
29037 Author: Behdad Esfahbod <behdad@behdad.org>
29038 Date: Thu Jul 21 20:58:42 2011 -0400
29040 Fix decompose() implementations to work with non-starter
29045 src/hb-glib.cc | 10 +++++-----
29046 src/hb-icu.cc | 20 +++++++++++++-------
29047 test/test-unicode.c | 11 ++++++++---
29048 3 files changed, 26 insertions(+), 15 deletions(-)
29050 commit 5d90a342e319068716429bf7af76c3896b61a0e5
29051 Author: Behdad Esfahbod <behdad@behdad.org>
29052 Date: Thu Jul 21 15:25:01 2011 -0400
29054 Document normalization design
29056 src/hb-ot-shape-normalize.cc | 78
29057 +++++++++++++++++++++++++++++++++++---------
29058 src/hb-ot-shape-private.hh | 2 +-
29059 src/hb-ot-shape.cc | 6 ++--
29060 3 files changed, 67 insertions(+), 19 deletions(-)
29062 commit 02cdf743c2ec345a44d4fcf865594b6ac13fccd0
29063 Author: Behdad Esfahbod <behdad@behdad.org>
29064 Date: Thu Jul 21 12:23:12 2011 -0400
29066 Add prefer_decomposed() complex-shaper callback
29068 This allows the Indic shaper to request decomposed characters.
29070 handle split matra for free. Other shapers prefer precomposed
29073 src/hb-ot-shape-complex-arabic.cc | 6 ++++++
29074 src/hb-ot-shape-complex-indic.cc | 7 +++++++
29075 src/hb-ot-shape-complex-misc.cc | 6 ++++++
29076 src/hb-ot-shape-complex-private.hh | 31 +++++++++++++++++++++++++++++--
29077 4 files changed, 48 insertions(+), 2 deletions(-)
29079 commit d6b9c6d20041b4f4fa11befc179aee757c41904d
29080 Author: Behdad Esfahbod <behdad@behdad.org>
29081 Date: Thu Jul 21 12:16:45 2011 -0400
29085 src/hb-ot-shape-normalize.cc | 17 ++++++++++++++---
29086 1 file changed, 14 insertions(+), 3 deletions(-)
29088 commit 192445aef2e50087049243ce54ce7059ec441ffa
29089 Author: Behdad Esfahbod <behdad@behdad.org>
29090 Date: Thu Jul 21 12:13:04 2011 -0400
29092 Remove intermittent_glyph()
29094 Lets not worry about performance for now...
29096 src/hb-ot-shape-normalize.cc | 3 ++-
29097 src/hb-ot-shape-private.hh | 2 --
29098 2 files changed, 2 insertions(+), 3 deletions(-)
29100 commit d63adfc7d09b26764d9166da97372b21257e7611
29101 Author: Behdad Esfahbod <behdad@behdad.org>
29102 Date: Thu Jul 21 11:48:57 2011 -0400
29104 No need to handle variation-selectors seperately, they are GC=Mn
29106 src/hb-ot-shape.cc | 3 +--
29107 1 file changed, 1 insertion(+), 2 deletions(-)
29109 commit aa7264123a088936f2043b45d4d41ca7413fabe5
29110 Author: Behdad Esfahbod <behdad@behdad.org>
29111 Date: Thu Jul 21 11:34:59 2011 -0400
29113 Only form clusters if we are reversing
29115 This produces more accurate cluster mappings. Cluster mappings are
29116 minimal now. Combining marks get their own cluster value most of
29119 src/hb-ot-shape.cc | 45 ++++++++++++++++++++++-----------------------
29120 1 file changed, 22 insertions(+), 23 deletions(-)
29122 commit 5c6f5982d78e2d7fadc2fbb8b4f3a4be9420c59a
29123 Author: Behdad Esfahbod <behdad@behdad.org>
29124 Date: Thu Jul 21 11:31:08 2011 -0400
29126 Towards normalization
29128 src/hb-ot-shape-normalize.cc | 33 ++++++++++++++++++++++-----------
29129 src/hb-ot-shape-private.hh | 3 ++-
29130 src/hb-ot-shape.cc | 4 +++-
29131 3 files changed, 27 insertions(+), 13 deletions(-)
29133 commit ad903e66b1cc4ec1b8160f93b3ab2b5e636f8d62
29134 Author: Behdad Esfahbod <behdad@behdad.org>
29135 Date: Thu Jul 21 10:17:22 2011 -0400
29137 s/COMBINING_MARK/SPACING_MARK/ here too. Oops!
29139 test/test-unicode.c | 2 +-
29140 1 file changed, 1 insertion(+), 1 deletion(-)
29142 commit cf7f43ec3382cac2af11f5637c840500daabf889
29143 Author: Behdad Esfahbod <behdad@behdad.org>
29144 Date: Thu Jul 21 01:12:26 2011 -0400
29146 Remove stale comment
29148 src/hb-ot-shape.cc | 1 -
29149 1 file changed, 1 deletion(-)
29151 commit 54d1a0d2b2c4ffe15494967122c6422ecb1fc80b
29152 Author: Behdad Esfahbod <behdad@behdad.org>
29153 Date: Thu Jul 21 01:11:09 2011 -0400
29155 Form clusters before ensuring native direciton
29157 This is essential as ensure_native_direction uses cluster info that
29158 is set by form_clusters().
29160 src/hb-ot-shape.cc | 4 ++--
29161 1 file changed, 2 insertions(+), 2 deletions(-)
29163 commit 9111b21ef99d5e53348176f683261b0101eb427f
29164 Author: Behdad Esfahbod <behdad@behdad.org>
29165 Date: Thu Jul 21 00:58:29 2011 -0400
29167 Add _hb_buffer_output_glyph() and _hb_buffer_skip_glyph()
29169 src/hb-buffer-private.hh | 10 ++++++++++
29170 src/hb-buffer.cc | 19 ++++++++++++++++---
29171 src/hb-ot-shape.cc | 2 +-
29172 3 files changed, 27 insertions(+), 4 deletions(-)
29174 commit 655586fe5e1fadf2a2ef7826e61ee9a445ffa37a
29175 Author: Behdad Esfahbod <behdad@behdad.org>
29176 Date: Thu Jul 21 00:51:18 2011 -0400
29178 Towards normalization
29180 src/Makefile.am | 1 +
29181 src/hb-ot-shape-normalize.cc | 71
29182 ++++++++++++++++++++++++++++++++++++++++++++
29183 src/hb-ot-shape-private.hh | 12 ++++++++
29184 src/hb-ot-shape.cc | 10 ++-----
29185 4 files changed, 86 insertions(+), 8 deletions(-)
29187 commit 49741c86334d12fa08a5bfa2110ff3b9adcba1c7
29188 Author: Behdad Esfahbod <behdad@behdad.org>
29189 Date: Thu Jul 21 00:35:37 2011 -0400
29191 Include variation-selectors in cluster calculation
29193 src/hb-ot-shape.cc | 3 ++-
29194 1 file changed, 2 insertions(+), 1 deletion(-)
29196 commit dd89d958c139d85efb776fffaf314eead3952c78
29197 Author: Behdad Esfahbod <behdad@behdad.org>
29198 Date: Thu Jul 21 00:28:57 2011 -0400
29200 Fix cluster calculation for non-LTR text
29203 src/hb-buffer.cc | 5 +++++
29204 2 files changed, 5 insertions(+), 6 deletions(-)
29206 commit 4a68684654e645882095c1189477146287ce9437
29207 Author: Behdad Esfahbod <behdad@behdad.org>
29208 Date: Thu Jul 21 00:14:01 2011 -0400
29210 When forming clusters, participate all mark types
29212 src/hb-ot-shape.cc | 6 ++++--
29213 1 file changed, 4 insertions(+), 2 deletions(-)
29215 commit 5157e12a55f943b7fc5be7dce0b2ee1bcacca6ec
29216 Author: Behdad Esfahbod <behdad@behdad.org>
29217 Date: Thu Jul 21 00:12:33 2011 -0400
29219 Rename HB_UNICODE_GENERAL_CATEGORY_COMBINING_MARK to
29220 HB_UNICODE_GENERAL_CATEGORY_SPACING_MARK
29222 Spacing_Mark is the current Unicode long-name for this property value.
29223 The previous name was wrongly carried from glib.
29225 src/hb-common.h | 2 +-
29226 src/hb-icu.cc | 2 +-
29227 2 files changed, 2 insertions(+), 2 deletions(-)
29229 commit 7b08b0a7f2057937dfc3ab2ec191656bf2386463
29230 Author: Behdad Esfahbod <behdad@behdad.org>
29231 Date: Wed Jul 20 23:59:07 2011 -0400
29235 src/hb-ot-shape-complex-arabic.cc | 8 ++++----
29236 src/hb-private.hh | 19 +++++++++++++++++++
29237 2 files changed, 23 insertions(+), 4 deletions(-)
29239 commit 498e1a9be673bb02c00aac3f12bb4c6993a85910
29240 Author: Behdad Esfahbod <behdad@behdad.org>
29241 Date: Wed Jul 20 23:19:49 2011 -0400
29243 [icu] Implement compose()/decompose()
29246 +++++++++++++++++++++++++++++++++++++++++++++++++++--
29247 test/test-unicode.c | 1 +
29248 2 files changed, 86 insertions(+), 2 deletions(-)
29250 commit ffd4a436f7baccb68a0c3602f94ea0246e32844f
29251 Author: Behdad Esfahbod <behdad@behdad.org>
29252 Date: Wed Jul 20 22:30:29 2011 -0400
29254 Add tests for compose()/decompose()
29256 Adjust glib fallback implementation.
29258 The tests are not hooked up for ICU yet.
29260 src/hb-glib.cc | 17 ++++++++++++--
29261 src/hb-unicode.cc | 2 +-
29262 test/test-unicode.c | 66
29263 +++++++++++++++++++++++++++++++++++++++++++++++++++++
29264 3 files changed, 82 insertions(+), 3 deletions(-)
29266 commit fca0923b04aeff9369849da97d247a647611f346
29267 Author: Behdad Esfahbod <behdad@behdad.org>
29268 Date: Wed Jul 20 22:16:13 2011 -0400
29273 ++++++++++++++++++++++++++++++++++++-----------------------
29274 1 file changed, 38 insertions(+), 24 deletions(-)
29276 commit 26b6024962b254b624d4f22088b6c87745074743
29277 Author: Behdad Esfahbod <behdad@behdad.org>
29278 Date: Wed Jul 20 21:58:14 2011 -0400
29280 [glib] Use g_unicode_script_to/from_iso15924() if available
29282 src/hb-glib.cc | 10 ++++++++++
29283 1 file changed, 10 insertions(+)
29285 commit 22fdc66712464bdb02e45eed49e4be57e79b442f
29286 Author: Behdad Esfahbod <behdad@behdad.org>
29287 Date: Wed Jul 20 21:51:37 2011 -0400
29289 [glib] Add compose() and decompose() implementations with fallback
29291 src/hb-glib.cc | 126
29292 +++++++++++++++++++++++++++++++++++++++++++-----------
29293 src/hb-unicode.cc | 6 ++-
29294 2 files changed, 106 insertions(+), 26 deletions(-)
29296 commit a54a5505a35eef5315a8e2e7a79502901e3eff5f
29297 Author: Behdad Esfahbod <behdad@behdad.org>
29298 Date: Wed Jul 20 16:42:10 2011 -0400
29302 src/hb-ot-shape-complex-indic.cc | 4 ++--
29303 1 file changed, 2 insertions(+), 2 deletions(-)
29305 commit 23db8d5c92c96a34c716b68e1aa6819c5a20477a
29306 Author: Behdad Esfahbod <behdad@behdad.org>
29307 Date: Tue Jul 12 12:02:26 2011 -0400
29309 [test] Work around glib <= 2.30 API
29311 test/hb-test.h | 4 ++++
29312 1 file changed, 4 insertions(+)
29314 commit 22989c5ffc8cce1ea05d729cdf33661c35a52334
29315 Author: Behdad Esfahbod <behdad@behdad.org>
29316 Date: Tue Jul 12 11:54:58 2011 -0400
29318 Distribute hb-ot-shape-complex-indic-machine.rl
29320 src/Makefile.am | 1 +
29321 1 file changed, 1 insertion(+)
29323 commit f6fd3780e12b23ff7ed3743497c8996e71dcb064
29324 Author: Behdad Esfahbod <behdad@behdad.org>
29325 Date: Fri Jul 8 00:22:40 2011 -0400
29327 Let shapers decide when to apply ccmp and locl
29329 Instead of always applying those two features before the complex
29331 let the complex shaper decide whether they should be applied first.
29333 Also add stub for Indic's final_reordering().
29335 src/hb-ot-shape-complex-arabic.cc | 2 ++
29336 src/hb-ot-shape-complex-indic.cc | 16 ++++++++++++++++
29337 src/hb-ot-shape.cc | 7 +------
29338 3 files changed, 19 insertions(+), 6 deletions(-)
29340 commit c4641723fbf6532b2e80a662e15573b31276bc73
29341 Author: Behdad Esfahbod <behdad@behdad.org>
29342 Date: Thu Jul 7 23:47:19 2011 -0400
29344 [API] Add compose() and decompose() unicode funcs, rename other ones
29346 Add compose() and decompose() unicode funcs. These implement
29347 pair-wise canonical composition/decomposition.
29349 The glib/icu implementations are lacking for now. We are adding
29350 API for this to glib, but I cannot find any useful API in ICU.
29351 May end of implementing these in-house.
29353 Changed all unicode_funcs callback names to remove the "_get" part.
29354 Eg, hb_unicode_get_script_func_t is now hb_unicode_script_func_t,
29355 and hb_unicode_get_script() is hb_unicode_script() now.
29358 src/hb-glib.cc | 6 +++-
29359 src/hb-icu.cc | 6 +++-
29360 src/hb-ot-shape.cc | 6 ++--
29361 src/hb-shape.cc | 2 +-
29362 src/hb-unicode-private.hh | 8 +++--
29363 src/hb-unicode.cc | 85
29364 ++++++++++++++++++++++++++++++++++-------------
29365 src/hb-unicode.h | 70 +++++++++++++++++++++++++++-----------
29366 test/test-unicode.c | 21 +++++++-----
29367 9 files changed, 146 insertions(+), 62 deletions(-)
29369 commit d05dded1676924e8894c90f7a7c3527b492bcdff
29370 Author: Behdad Esfahbod <behdad@behdad.org>
29371 Date: Thu Jul 7 23:42:40 2011 -0400
29373 More code generation through preprocessor
29375 src/hb-ot-shape-complex-private.hh | 46
29376 ++++++++++++++++++++++++--------------
29377 1 file changed, 29 insertions(+), 17 deletions(-)
29379 commit 891c4755baae6cd59fad59d27fd8933e5f548a74
29380 Author: Behdad Esfahbod <behdad@behdad.org>
29381 Date: Thu Jul 7 23:19:27 2011 -0400
29383 Humm, undo some shuffling
29385 In preparation for adding more advanced unicode funcs.
29387 src/hb-ot-shape.cc | 6 ++---
29388 src/hb-shape.cc | 2 +-
29389 src/hb-unicode-private.hh | 36 +++++++++++++-------------
29390 src/hb-unicode.cc | 65
29391 ++++++++++++++++++++++++++++++++++-------------
29392 4 files changed, 70 insertions(+), 39 deletions(-)
29394 commit 4b6317c4f426cfaf21e509dbf6ee6d4e0422cdac
29395 Author: Behdad Esfahbod <behdad@behdad.org>
29396 Date: Thu Jul 7 23:14:42 2011 -0400
29398 More code shuffling
29400 src/hb-font-private.hh | 16 +++---
29401 src/hb-font.cc | 3 +-
29402 src/hb-unicode-private.hh | 42 +++++++-------
29403 src/hb-unicode.cc | 140
29404 +++++++++++++++++-----------------------------
29405 4 files changed, 82 insertions(+), 119 deletions(-)
29407 commit 3361c9a323575309d9fd55fe076697a3e22073c0
29408 Author: Behdad Esfahbod <behdad@behdad.org>
29409 Date: Thu Jul 7 22:35:17 2011 -0400
29413 src/Makefile.am | 1 +
29414 src/hb-ot-shape-complex-misc.cc | 51
29415 ++++++++++++++++++++++++++++++++++++++
29416 src/hb-ot-shape-complex-private.hh | 12 ++++++---
29417 3 files changed, 60 insertions(+), 4 deletions(-)
29419 commit 76f76812ac7cca8ac6935952a2360d5e151480fa
29420 Author: Behdad Esfahbod <behdad@behdad.org>
29421 Date: Thu Jul 7 22:25:25 2011 -0400
29423 Shuffle code around, remove shape_plan from complex shapers
29425 src/hb-ot-shape-complex-arabic.cc | 36 +++++++++++++-------------
29426 src/hb-ot-shape-complex-indic-machine.rl | 12 ++++-----
29427 src/hb-ot-shape-complex-indic.cc | 25 +++++++++---------
29428 src/hb-ot-shape-complex-private.hh | 44
29429 +++++++++++++++++++++-----------
29430 src/hb-ot-shape-private.hh | 13 ++--------
29431 src/hb-ot-shape.cc | 4 +--
29432 6 files changed, 69 insertions(+), 65 deletions(-)
29434 commit e88bff9b4d77dc86c04832163081effbff752216
29435 Author: Behdad Esfahbod <behdad@behdad.org>
29436 Date: Thu Jul 7 22:03:02 2011 -0400
29438 Minor, use function typedefs
29440 src/hb-ot-shape-complex-private.hh | 10 ++++++----
29441 1 file changed, 6 insertions(+), 4 deletions(-)
29443 commit 359dcaa0d33271025ca42a5f54ecbac7ae3b56d3
29444 Author: Behdad Esfahbod <behdad@behdad.org>
29445 Date: Thu Jul 7 21:55:05 2011 -0400
29447 Update copyright headers
29449 src/hb-ot-map-private.hh | 2 +-
29450 src/hb-ot-map.cc | 2 +-
29451 src/hb-ot-shape-complex-private.hh | 2 +-
29452 src/hb-ot-shape.cc | 2 +-
29453 4 files changed, 4 insertions(+), 4 deletions(-)
29455 commit d8d0c480c85246a74d47dd5297019c7e39391ab0
29456 Author: Behdad Esfahbod <behdad@behdad.org>
29457 Date: Thu Jul 7 21:22:08 2011 -0400
29459 Refactor some code common to GSUB and GPOS
29461 src/hb-ot-map-private.hh | 29 ++++++++++++++++++--------
29462 src/hb-ot-map.cc | 54
29463 +++++++++---------------------------------------
29464 2 files changed, 30 insertions(+), 53 deletions(-)
29466 commit b70c96dbe41d6512b80fe3d966a1942e1ef64a4b
29467 Author: Behdad Esfahbod <behdad@behdad.org>
29468 Date: Thu Jul 7 21:07:41 2011 -0400
29470 Enable applying GSUB/GPOS features in multiple segments
29472 Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=644184
29475 Shapers now can request segmented feature application by calling
29476 add_gsub_pause() or add_gpos_pause(). They can also provide a
29477 callback to be called at the pause. Currently the Arabic shaper
29478 uses pauses to enforce certain feature application. The Indic
29479 shaper can use the same facility to pause and do reordering in the
29482 src/hb-ot-map-private.hh | 50 +++++++++++----
29483 src/hb-ot-map.cc | 132
29484 +++++++++++++++++++++++++++++++++-----
29485 src/hb-ot-shape-complex-arabic.cc | 24 ++++++-
29486 src/hb-private.hh | 5 ++
29487 4 files changed, 181 insertions(+), 30 deletions(-)
29489 commit f6d7a9bb4c19e605f1f16d9ca40adefba138c37e
29490 Author: Behdad Esfahbod <behdad@behdad.org>
29491 Date: Thu Jul 7 16:20:35 2011 -0400
29493 Shuffle code around
29495 src/hb-ot-map-private.hh | 68
29496 ++++++++++++++++++++++++------------------------
29497 1 file changed, 34 insertions(+), 34 deletions(-)
29499 commit fc551edbf236d71a522ae7c2c9461aa71c5f7d66
29500 Author: Behdad Esfahbod <behdad@behdad.org>
29501 Date: Thu Jul 7 16:09:38 2011 -0400
29505 I'm too lazy to fix the tests now.
29507 test/test-shape.c | 1 +
29508 1 file changed, 1 insertion(+)
29510 commit 2e18c6dbdfbbfdec0490260bb7cb5213551b2188
29511 Author: Behdad Esfahbod <behdad@behdad.org>
29512 Date: Wed Jul 6 16:05:45 2011 -0400
29514 Fix reverse_range() position loop
29516 Mozilla Bug 669175 - Slow rendering of text sometimes in this case,
29517 using direction: rtl
29519 src/hb-buffer.cc | 7 +++++--
29520 1 file changed, 5 insertions(+), 2 deletions(-)
29522 commit fa2befa46f215d8c33a54dfc57889928a628164c
29523 Author: Behdad Esfahbod <behdad@behdad.org>
29524 Date: Mon Jul 4 17:18:57 2011 -0400
29528 src/hb-view.cc | 2 +-
29529 1 file changed, 1 insertion(+), 1 deletion(-)
29531 commit d69d5ceaa0ad30e8d4b9783507c59c6d4221de4f
29532 Author: Behdad Esfahbod <behdad@behdad.org>
29533 Date: Mon Jul 4 12:56:38 2011 -0400
29535 [Indic] Well, at least finding syllables works now :)
29537 Still not much there.
29539 src/hb-ot-shape-complex-indic-machine.rl | 4 +++-
29540 src/hb-ot-shape-complex-indic.cc | 9 ++++++++-
29541 2 files changed, 11 insertions(+), 2 deletions(-)
29543 commit 253a57fb5ab211f67140e6139d183e49483a9074
29544 Author: Behdad Esfahbod <behdad@behdad.org>
29545 Date: Tue Jun 28 17:26:03 2011 -0400
29547 [test-shape-complex] Remove the greek tests
29549 They are outdated with respect to the DejaVu Sans I'm using.
29550 We need to add font version checking to the tests.
29552 test/test-shape-complex.c | 17 -----------------
29553 1 file changed, 17 deletions(-)
29555 commit afa74bf90405fb121d3132982b87762c1686d80c
29556 Author: Behdad Esfahbod <behdad@behdad.org>
29557 Date: Tue Jun 28 17:25:17 2011 -0400
29559 [test-shape-complex] Print out expected and actual glyphstrings
29562 One has to run the test with --verbose to see that right now.
29564 test/test-shape-complex.c | 25 ++++++++++++++++++++++---
29565 1 file changed, 22 insertions(+), 3 deletions(-)
29567 commit 42d453b0236f67239342df2003b7abce6e2c51ea
29568 Author: Behdad Esfahbod <behdad@behdad.org>
29569 Date: Tue Jun 28 16:59:16 2011 -0400
29571 [test] Name tests after their input string
29573 test/Makefile.am | 2 +-
29574 test/test-shape-complex.c | 150
29575 ++++++++++++++++++++++++++++++----------------
29576 2 files changed, 100 insertions(+), 52 deletions(-)
29578 commit 27413169782fdf79e278dd6552c8e194b3bc4eaa
29579 Author: Behdad Esfahbod <behdad@behdad.org>
29580 Date: Tue Jun 28 16:21:31 2011 -0400
29584 Towards a better test runner.
29586 test/test-shape-complex.c | 10 +++++++++-
29587 1 file changed, 9 insertions(+), 1 deletion(-)
29589 commit cc674cbf7fb9972975dc0499974e5e7fb4ae3c81
29590 Author: Behdad Esfahbod <behdad@behdad.org>
29591 Date: Tue Jun 28 16:17:16 2011 -0400
29595 test/test-shape-complex.c | 2 --
29596 1 file changed, 2 deletions(-)
29598 commit 20d8a3982ae320035edd6a04b402cefc9a5e5779
29599 Author: Behdad Esfahbod <behdad@behdad.org>
29600 Date: Tue Jun 28 16:16:21 2011 -0400
29602 [test] Remove disabled code
29604 We'd add normalization and decomposition tests later.
29606 test/test-shape-complex.c | 92
29607 -----------------------------------------------
29608 1 file changed, 92 deletions(-)
29610 commit 9704f0ca6c2defed52640da77506c80bc67b4f56
29611 Author: Behdad Esfahbod <behdad@behdad.org>
29612 Date: Tue Jun 28 16:15:46 2011 -0400
29614 [test] Restructure shape test data a bit
29616 test/test-shape-complex.c | 75
29617 +++++++++++++++++++++++++++--------------------
29618 1 file changed, 43 insertions(+), 32 deletions(-)
29620 commit 4ec30aec3014be6effc09cbbc88dcd075f3826df
29621 Author: Behdad Esfahbod <behdad@behdad.org>
29622 Date: Tue Jun 28 14:13:38 2011 -0400
29624 [Indic] Optimize Indic table storage
29626 src/hb-ot-shape-complex-indic.cc | 8 +++++---
29627 src/hb-private.hh | 1 +
29628 2 files changed, 6 insertions(+), 3 deletions(-)
29630 commit c4a59de6d8c1e581b5c155319232be9e805e5cba
29631 Author: Behdad Esfahbod <behdad@behdad.org>
29632 Date: Tue Jun 28 14:03:29 2011 -0400
29634 [Indic] Generate a single data table instead of multiple ones
29636 src/gen-indic-table.py | 30 +++++++++-------
29637 src/hb-ot-shape-complex-indic-table.hh | 62
29638 ++++++++++++++++------------------
29639 2 files changed, 48 insertions(+), 44 deletions(-)
29641 commit a346e923a99f920bbebc25b335db51fdfb1429ea
29642 Author: Behdad Esfahbod <behdad@behdad.org>
29643 Date: Tue Jun 28 12:49:18 2011 -0400
29645 [test] Add Indic tests from harfbuzz.old
29647 Needs fonts to be put in test/fonts. Tests are skipped otherwise.
29648 Run with --verbose for details. Working on improving the test runner
29649 to make it easier to make sense of what's going on.
29651 test/Makefile.am | 11 +-
29652 test/hb-test.h | 21 +
29653 test/test-shape-complex.c | 1179
29654 +++++++++++++++++++++++++++++++++++++++++++++
29655 3 files changed, 1209 insertions(+), 2 deletions(-)
29657 commit 8fdba506f0f1c66b50f8f4b114d624cb956d03b7
29658 Author: Behdad Esfahbod <behdad@behdad.org>
29659 Date: Fri Jun 24 20:45:55 2011 -0400
29661 [Indic] Define indic_position_t
29663 src/hb-ot-shape-complex-indic.cc | 239
29664 ++++++++++++++++++++-------------------
29665 1 file changed, 122 insertions(+), 117 deletions(-)
29667 commit 65988a145b4a52c37fd53c1473034f9e701f61d9
29668 Author: Behdad Esfahbod <behdad@behdad.org>
29669 Date: Fri Jun 24 19:05:52 2011 -0400
29671 [Indic] Add a table of consonant positions
29673 Copied form HarfBuzz.old Indic data. These are below and post
29674 consonants. This is temporary. Read the comment in the patch.
29676 src/hb-ot-shape-complex-indic.cc | 106
29677 +++++++++++++++++++++++++++++++++++++++
29678 1 file changed, 106 insertions(+)
29680 commit c7fe56a1d5d3e969b6ec51cd9ecd471706a19568
29681 Author: Behdad Esfahbod <behdad@behdad.org>
29682 Date: Fri Jun 24 19:05:34 2011 -0400
29684 [Indic] Some of the basic features are global; Mark them so
29686 src/hb-ot-shape-complex-indic-machine.rl | 1 +
29687 src/hb-ot-shape-complex-indic.cc | 48
29688 ++++++++++++++++++++++----------
29689 2 files changed, 35 insertions(+), 14 deletions(-)
29691 commit 867361c3ad39629a8d5b7dc48d558a1c19e37d43
29692 Author: Behdad Esfahbod <behdad@behdad.org>
29693 Date: Fri Jun 17 18:35:46 2011 -0400
29695 [indic] Add syllable recognition state machine
29697 Using an incredible tool called Ragel.
29699 src/Makefile.am | 5 ++
29700 src/hb-ot-shape-complex-indic-machine.rl | 105
29701 +++++++++++++++++++++++++++++++
29702 src/hb-ot-shape-complex-indic.cc | 21 +++++--
29703 3 files changed, 125 insertions(+), 6 deletions(-)
29705 commit 422e08dbb8e2c0c5664f1bdc7e159a673cfea8c5
29706 Author: Behdad Esfahbod <behdad@behdad.org>
29707 Date: Wed Jun 15 17:22:48 2011 -0400
29709 Better categorize Indic character classes
29711 Matches OT types now.
29713 src/hb-ot-shape-complex-indic.cc | 51
29714 +++++++++++++++++++++++++---------------
29715 1 file changed, 32 insertions(+), 19 deletions(-)
29717 commit 31f18abecb149f8888a72510f2660328dd6de16d
29718 Author: Behdad Esfahbod <behdad@behdad.org>
29719 Date: Wed Jun 15 09:49:58 2011 -0400
29721 Minor compiler warning fixes
29723 src/hb-buffer-private.hh | 8 ++++----
29724 src/hb-object-private.hh | 4 ++--
29725 src/hb-open-type-private.hh | 6 +++---
29726 src/hb-ot-layout-common-private.hh | 8 ++++----
29727 src/hb-ot-map.cc | 28 +++++++++++++++-------------
29728 src/hb-ot-shape-complex-arabic.cc | 3 +--
29729 src/hb-view.cc | 11 ++++++-----
29730 test/test-object.c | 22 +++++++++++-----------
29731 test/test-unicode.c | 4 ++--
29732 9 files changed, 48 insertions(+), 46 deletions(-)
29734 commit e3693b72f0651985d4f619cde668611639dca885
29735 Author: Behdad Esfahbod <behdad@behdad.org>
29736 Date: Wed Jun 15 09:33:52 2011 -0400
29738 Change a couple strstr() to strchr()
29740 src/hb-ot-tag.cc | 4 ++--
29741 1 file changed, 2 insertions(+), 2 deletions(-)
29743 commit b9452bfc1696457e156e79037c863903da5454fc
29744 Author: Behdad Esfahbod <behdad@behdad.org>
29745 Date: Tue Jun 14 14:47:07 2011 -0400
29747 Fix compiler warnings with -pedantic
29749 src/hb-blob.cc | 18 +++++++++---------
29750 src/hb-glib.cc | 20 ++++++++++----------
29751 src/hb-icu.cc | 20 ++++++++++----------
29752 src/hb-object-private.hh | 2 +-
29753 src/hb-open-type-private.hh | 14 +++++++-------
29754 src/hb-ot-layout-gdef-private.hh | 2 +-
29755 src/hb-ot-layout.cc | 2 +-
29756 src/hb-ot-map-private.hh | 2 +-
29757 src/hb-ot-shape-complex-indic.cc | 8 ++++----
29758 src/hb-ot-shape-private.hh | 2 +-
29759 src/hb-ot-shape.cc | 2 +-
29760 11 files changed, 46 insertions(+), 46 deletions(-)
29762 commit 970e092dc23cbeb7897d4c7bb58c042209f518fb
29763 Author: Behdad Esfahbod <behdad@behdad.org>
29764 Date: Tue Jun 14 14:35:44 2011 -0400
29766 Remove extra semicolon
29768 src/hb-private.hh | 2 +-
29769 1 file changed, 1 insertion(+), 1 deletion(-)
29771 commit 81426808020e2b88f008480bd63519aa68c579a7
29772 Author: Behdad Esfahbod <behdad@behdad.org>
29773 Date: Mon Jun 13 16:02:18 2011 -0400
29777 src/gen-indic-table.py | 9 +-
29778 src/hb-ot-shape-complex-indic-table.hh | 1038
29779 ++++++++++++++++----------------
29780 2 files changed, 524 insertions(+), 523 deletions(-)
29782 commit 902ab866f2d2edc3a71c1203065e6ddf49e5b431
29783 Author: Behdad Esfahbod <behdad@behdad.org>
29784 Date: Fri Jun 10 23:08:54 2011 -0400
29786 GNOME Bug 652227 - Unconditional use of stdint.h
29788 src/hb-common.h | 33 ++++++++++++++++++++++-----------
29789 1 file changed, 22 insertions(+), 11 deletions(-)
29791 commit 20503ccd578c9983162857954e3236413469ed35
29792 Author: Behdad Esfahbod <behdad@behdad.org>
29793 Date: Tue Jun 7 17:02:48 2011 -0400
29795 More Indic data shuffling
29797 src/hb-ot-shape-complex-indic.cc | 74
29798 +++++++++++++++++++++++++++-------------
29799 1 file changed, 50 insertions(+), 24 deletions(-)
29801 commit 63b177e45c2405272da3fa6c26fe11ae37950bd0
29802 Author: Behdad Esfahbod <behdad@behdad.org>
29803 Date: Tue Jun 7 15:51:40 2011 -0400
29807 src/hb-ot-shape.cc | 1 +
29808 1 file changed, 1 insertion(+)
29810 commit b9ddbd55930228422e82b34a141ad1b6093f5376
29811 Author: Behdad Esfahbod <behdad@behdad.org>
29812 Date: Thu Jun 2 17:43:12 2011 -0400
29814 [Indic] Start an Indic shaper
29816 Nothing functional in there yet.
29818 So far, we're parsing IndicSyllabicCategory.txt and
29819 IndicMatraCategory.txt
29820 fils from Unicode Character Database and store them in an array to
29822 by the shaper. Also hooked up the shaper, but it does not do anything
29825 src/Makefile.am | 3 +
29826 src/gen-indic-table.py | 201 ++++++++
29827 src/hb-ot-shape-complex-arabic.cc | 4 +-
29828 src/hb-ot-shape-complex-indic-table.hh | 834
29829 +++++++++++++++++++++++++++++++++
29830 src/hb-ot-shape-complex-indic.cc | 141 ++++++
29831 src/hb-ot-shape-complex-private.hh | 58 ++-
29832 src/hb-ot-shape-private.hh | 3 +-
29833 7 files changed, 1237 insertions(+), 7 deletions(-)
29835 commit 697a65c5f5cda53bc68720886a253a019e8212a8
29836 Author: Behdad Esfahbod <behdad@behdad.org>
29837 Date: Wed Jun 1 20:52:00 2011 -0400
29841 src/gen-arabic-table.py | 21 +++++++++++++--------
29842 src/hb-ot-shape-complex-arabic-table.hh | 9 ++++-----
29843 2 files changed, 17 insertions(+), 13 deletions(-)
29845 commit 9de1481f2bbbf2a174280b849628612f36a2f701
29846 Author: Behdad Esfahbod <behdad@behdad.org>
29847 Date: Wed Jun 1 20:45:14 2011 -0400
29849 Update to ArabicShaping-6.1.0d2.txt
29851 src/hb-ot-shape-complex-arabic-table.hh | 307
29852 ++++++++++++++++++++------------
29853 1 file changed, 197 insertions(+), 110 deletions(-)
29855 commit 9d49433efba2217852f4e44f056465b451961c49
29856 Author: Behdad Esfahbod <behdad@behdad.org>
29857 Date: Wed Jun 1 18:10:10 2011 -0400
29861 src/Makefile.am | 2 +-
29862 src/gen-arabic-joining-table.py | 83
29863 ---------------------------------
29864 src/gen-arabic-table.py | 83
29865 +++++++++++++++++++++++++++++++++
29866 src/hb-ot-shape-complex-arabic-table.hh | 2 +-
29867 4 files changed, 85 insertions(+), 85 deletions(-)
29869 commit 0eafce56eed4c5166ee5b97b121a452ffd292a7a
29870 Author: Behdad Esfahbod <behdad@behdad.org>
29871 Date: Wed Jun 1 12:44:30 2011 -0400
29876 1 file changed, 4 insertions(+)
29878 commit 89a2bc9ba674e7e57fec1fd8ce7648a44f3aab63
29879 Author: Behdad Esfahbod <behdad@behdad.org>
29880 Date: Tue May 31 15:18:13 2011 -0400
29882 [Vertical] Apply vertical features
29884 We apply all of vert, vrt2, vkrn, valt, and vpal.
29887 src/hb-ot-shape.cc | 50
29888 +++++++++++++++++++++++++++++++++++++++++---------
29889 2 files changed, 41 insertions(+), 16 deletions(-)
29891 commit 0c6a9767c812c00f2a6a02d9f43f4694e1f43815
29892 Author: Behdad Esfahbod <behdad@behdad.org>
29893 Date: Tue May 31 12:59:17 2011 -0400
29895 [hb-view] Add --face-index to choose a face in a TrueType Collection
29897 src/hb-view.cc | 7 ++++++-
29898 1 file changed, 6 insertions(+), 1 deletion(-)
29900 commit 4f28fbdd804fabeec57a98fe267d892ab58b3a6d
29901 Author: Behdad Esfahbod <behdad@behdad.org>
29902 Date: Tue May 31 12:33:11 2011 -0400
29904 Fix TTC header handling
29906 Also change the Version type to avoid similar bugs in the future.
29908 Reported by Grigori Goronzy.
29910 src/hb-open-file-private.hh | 6 +++---
29911 src/hb-open-type-private.hh | 2 +-
29912 src/hb-ot-layout-gdef-private.hh | 6 +++---
29913 3 files changed, 7 insertions(+), 7 deletions(-)
29915 commit 21deab2bdc58d8e9f1a3ba1f9c61c30a79e288a1
29916 Author: Behdad Esfahbod <behdad@behdad.org>
29917 Date: Mon May 30 11:08:40 2011 -0400
29919 Fixed inifinite loop introduced in 7403e055cd1463f
29921 k is the index, not j.
29923 Reported by Tom Hacohen.
29925 src/hb-ot-layout-gpos-private.hh | 4 ++--
29926 1 file changed, 2 insertions(+), 2 deletions(-)
29928 commit 51881a61ca96c3328e2d92927a5a61e60997a429
29929 Author: Behdad Esfahbod <behdad@behdad.org>
29930 Date: Fri May 27 18:15:56 2011 -0400
29934 src/hb-ot-map-private.hh | 11 +----------
29935 src/hb-ot-map.cc | 11 +++++++++++
29936 2 files changed, 12 insertions(+), 10 deletions(-)
29938 commit 90645fb24bcbb78183576d3641a99560d87e49f2
29939 Author: Behdad Esfahbod <behdad@behdad.org>
29940 Date: Fri May 27 18:13:31 2011 -0400
29942 [OT] Separate map_builder from the actual map
29944 Respectively, separate planner from the actual plan.
29946 src/hb-ot-map-private.hh | 121
29947 ++++++++++++++++++++-----------------
29948 src/hb-ot-map.cc | 33 +++++-----
29949 src/hb-ot-shape-complex-arabic.cc | 6 +-
29950 src/hb-ot-shape-complex-private.hh | 8 +--
29951 src/hb-ot-shape-private.hh | 22 +++++++
29952 src/hb-ot-shape.cc | 28 +++++----
29953 6 files changed, 127 insertions(+), 91 deletions(-)
29955 commit 5560a19e2b3901437d8ee2e5905b4ac77073bfbe
29956 Author: Behdad Esfahbod <behdad@behdad.org>
29957 Date: Fri May 27 17:49:16 2011 -0400
29961 src/hb-view.cc | 2 +-
29962 1 file changed, 1 insertion(+), 1 deletion(-)
29964 commit 1587c26fe94087040b4a5d682ec196f568e4a1a2
29965 Author: Behdad Esfahbod <behdad@behdad.org>
29966 Date: Fri May 27 16:05:01 2011 -0400
29971 1 file changed, 2 insertions(+)
29973 commit 5c9f14932d59e306fbc72f7daecb384a16da73d9
29974 Author: Behdad Esfahbod <behdad@behdad.org>
29975 Date: Fri May 27 15:59:33 2011 -0400
29980 1 file changed, 2 insertions(+)
29982 commit 5bc18195d55570ef01e4b24dd248f222f081b0a2
29983 Author: Behdad Esfahbod <behdad@behdad.org>
29984 Date: Fri May 27 15:58:54 2011 -0400
29986 Add check-includes.sh
29988 src/Makefile.am | 7 +++++++
29989 src/check-c-linkage-decls.sh | 6 +++++-
29990 src/check-header-guards.sh | 8 +++++++-
29991 src/check-includes.sh | 42
29992 ++++++++++++++++++++++++++++++++++++++++++
29993 src/check-internal-symbols.sh | 8 ++++----
29994 src/check-libstdc++.sh | 7 ++++---
29995 src/hb-ot-shape.h | 1 +
29996 7 files changed, 70 insertions(+), 9 deletions(-)
29998 commit 3f12c434e20261f6d5c600e56575b7dfdd5b1470
29999 Author: Behdad Esfahbod <behdad@behdad.org>
30000 Date: Fri May 27 04:58:11 2011 -0400
30002 [configure] Generate sha256sum and GPG-sign it
30004 Makefile.am | 29 ++++++++++++++++++++++++++++-
30005 1 file changed, 28 insertions(+), 1 deletion(-)
30007 commit 75ba4073ca6f72c135927d9314197a605281b789
30008 Author: Behdad Esfahbod <behdad@behdad.org>
30009 Date: Fri May 27 03:58:17 2011 -0400
30011 [test] Rename valgrind-log to log-vaglring.txt
30013 test/Makefile.am | 6 +++---
30014 1 file changed, 3 insertions(+), 3 deletions(-)
30016 commit e3b0ba8e292e6a90666cfbbab6faf11ae11f9ddb
30017 Author: Behdad Esfahbod <behdad@behdad.org>
30018 Date: Fri May 27 03:56:37 2011 -0400
30022 harfbuzz.doap | 4 ++--
30023 1 file changed, 2 insertions(+), 2 deletions(-)
30025 commit 595dc63eee926a0e0fee26f8225b5fbe00610fcb
30026 Author: Behdad Esfahbod <behdad@behdad.org>
30027 Date: Fri May 27 04:14:12 2011 -0400
30029 Bump version to 0.7.0 to open up for development
30031 configure.ac | 2 +-
30032 1 file changed, 1 insertion(+), 1 deletion(-)
30034 commit f24557604281356131618546332d7ee3a0c8abef
30035 Author: Behdad Esfahbod <behdad@behdad.org>
30036 Date: Wed May 25 16:08:06 2011 -0400
30038 Release 0.6.0. First official tarball release!
30040 There are no API guarantees just yet, but I *expect* that no
30041 incompatible API changes to happen before 1.0.0.
30046 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
30047 configure.ac | 2 +-
30048 2 files changed, 263 insertions(+), 1 deletion(-)
30050 commit 654f88fbc9bcb54f9bd2d5586236234e03424044
30051 Author: Behdad Esfahbod <behdad@behdad.org>
30052 Date: Fri May 27 03:38:46 2011 -0400
30054 [test-common] Test hb_direction_to_string()
30056 Caught by "make check-symbols".
30058 test/test-common.c | 6 ++++++
30059 1 file changed, 6 insertions(+)
30061 commit 18bced134fc3379c9124ba029e22ff3f6434ca0f
30062 Author: Behdad Esfahbod <behdad@behdad.org>
30063 Date: Fri May 27 03:38:30 2011 -0400
30065 [test] Rename test-symbols to check-symbols
30067 Shows undocumented symbols.
30069 test/Makefile.am | 37 +++++++++++++++++++++----------------
30070 1 file changed, 21 insertions(+), 16 deletions(-)
30072 commit 376dafa6ed414e368e9dc1d5a2e0bfc8e55f410d
30073 Author: Behdad Esfahbod <behdad@behdad.org>
30074 Date: Fri May 27 03:35:58 2011 -0400
30076 Hide internal symbols
30078 src/hb-ot-shape.cc | 4 ++--
30079 1 file changed, 2 insertions(+), 2 deletions(-)
30081 commit 0e482ec6ba30b613f2d7ee97c61be458c5aebcd6
30082 Author: Behdad Esfahbod <behdad@behdad.org>
30083 Date: Fri May 27 02:46:28 2011 -0400
30085 [test/unicode] Fix double-free
30087 Caught by "make check-valgrind".
30089 test/Makefile.am | 2 +-
30090 test/test-unicode.c | 2 --
30091 2 files changed, 1 insertion(+), 3 deletions(-)
30093 commit 28b1bac5415774cf892c9cc0afcac1324c2093f5
30094 Author: Behdad Esfahbod <behdad@behdad.org>
30095 Date: Fri May 27 02:44:29 2011 -0400
30097 [test] Switch to automake-based test-runner
30099 Adds check-valgrind among other modes. We do not run under gtester by
30103 test/.valgrind-suppressions | 0
30104 test/Makefile.am | 48 ++++++++++++++++++++++--
30105 test/Makefile.decl | 90
30106 ---------------------------------------------
30107 4 files changed, 47 insertions(+), 93 deletions(-)
30109 commit adbc97ddde27cf609d95d3249f3ea8060a6e1d20
30110 Author: Behdad Esfahbod <behdad@behdad.org>
30111 Date: Fri May 27 01:33:18 2011 -0400
30113 [test] Add test-symbols that checks API symbol text coverage
30115 We're not at 100% coverage yet, so do not enable the test by default.
30117 test/Makefile.am | 21 +++++++++++++++++++++
30118 1 file changed, 21 insertions(+)
30120 commit 9313b9aa66a82fd3fa60d8417c22a5350e5a8791
30121 Author: Behdad Esfahbod <behdad@behdad.org>
30122 Date: Fri May 27 01:00:55 2011 -0400
30124 [test/version] Test hb-version.h
30126 test/Makefile.am | 1 +
30127 test/test-version.c | 80
30128 +++++++++++++++++++++++++++++++++++++++++++++++++++++
30129 2 files changed, 81 insertions(+)
30131 commit 329c15714be90d3fc2d9054f80cb14fa325dc959
30132 Author: Behdad Esfahbod <behdad@behdad.org>
30133 Date: Wed May 25 16:07:07 2011 -0400
30135 Add libtool versioning
30137 The versioning is automatic. For now, soname-major is 0. With
30138 the 1.0.0 release it will jump to 1 and stay there forever.
30140 configure.ac | 26 +++++++++++++++++++++-----
30141 src/Makefile.am | 1 +
30142 2 files changed, 22 insertions(+), 5 deletions(-)
30144 commit 5b21eff8c4a00962d4315a47a65a143abe323299
30145 Author: Behdad Esfahbod <behdad@behdad.org>
30146 Date: Wed May 25 14:49:35 2011 -0400
30151 README | 8 +++-----
30152 configure.ac | 2 +-
30153 3 files changed, 5 insertions(+), 6 deletions(-)
30155 commit 5bf56ea056b30fba8e07e82ec818c430cab8cafd
30156 Author: Behdad Esfahbod <behdad@behdad.org>
30157 Date: Wed May 25 14:43:10 2011 -0400
30162 test/test-shape.c | 2 ++
30163 2 files changed, 4 insertions(+)
30165 commit 2d8ebcb9d089c2cfbefac71ca6350e2703ab13e3
30166 Author: Behdad Esfahbod <behdad@behdad.org>
30167 Date: Wed May 25 11:27:33 2011 -0400
30169 [API] One last font-funcs API change
30171 Now that vertical text works correctly, I'm doing a last round
30172 modification of the font-funcs API to simplify. Expect no more
30173 changes around here.
30175 src/hb-font.cc | 107
30176 ++++++++++++++++++------------------------------------
30177 src/hb-font.h | 50 +++++++++++--------------
30178 src/hb-ft.cc | 26 ++++++-------
30179 test/test-font.c | 27 +++++++-------
30180 test/test-shape.c | 21 +++++------
30181 5 files changed, 91 insertions(+), 140 deletions(-)
30183 commit d31691296f7d3051fcd345bf1325d17835484b50
30184 Author: Behdad Esfahbod <behdad@behdad.org>
30185 Date: Wed May 25 11:01:32 2011 -0400
30187 [test] Update to API changes
30189 test/test-font.c | 72
30190 ++++++++++++++++++++++---------------------------------
30191 test/test-shape.c | 35 +++++++++++++--------------
30192 2 files changed, 44 insertions(+), 63 deletions(-)
30194 commit 7403e055cd1463f38215ad9faedd61c3e1b66ac5
30195 Author: Behdad Esfahbod <behdad@behdad.org>
30196 Date: Tue May 24 21:04:15 2011 -0400
30198 [Vertical] fix vertical gpos
30200 Wow, it took me a few days to find the right fix!
30202 We now set the advance for attached marks to zero, but we
30203 do this in the _finish() state of gpos, so it shouldn't
30204 regress with fonts like DejaVuSansMono that explicitly
30205 decrease the mark advance width to set it to zero.
30207 src/hb-ot-layout-gpos-private.hh | 167
30208 +++++++++++++++++++++++----------------
30209 src/hb-ot-shape.cc | 9 ++-
30210 2 files changed, 103 insertions(+), 73 deletions(-)
30212 commit ff7cbd0219a7c260612c53b3bed343747d79ec4e
30213 Author: Behdad Esfahbod <behdad@behdad.org>
30214 Date: Wed May 25 09:56:06 2011 -0400
30218 TODO | 14 ++++++++++++--
30219 1 file changed, 12 insertions(+), 2 deletions(-)
30221 commit 3b0bb855e011099f1a4c77ffc5214c658e280b2d
30222 Author: Behdad Esfahbod <behdad@behdad.org>
30223 Date: Fri May 20 15:59:59 2011 -0400
30225 [Vertical] GPOS x/y advance adjustments only apply in hori/vert
30228 src/hb-ot-layout-gpos-private.hh | 31 +++++++++++++++++++++----------
30229 1 file changed, 21 insertions(+), 10 deletions(-)
30231 commit cc2086d67ce559878a5ce2b41d89a37eabac90b8
30232 Author: Behdad Esfahbod <behdad@behdad.org>
30233 Date: Thu May 19 19:19:50 2011 -0400
30235 [Vertical] Fix GPOS y-advance direction
30237 src/hb-ot-layout-gpos-private.hh | 7 ++++---
30238 1 file changed, 4 insertions(+), 3 deletions(-)
30240 commit 67d51ff96154c8909734046601e439dd8f6a86df
30241 Author: Behdad Esfahbod <behdad@behdad.org>
30242 Date: Thu May 19 19:08:57 2011 -0400
30244 [Vertical] Do fallback origin calculation
30246 src/hb-font.cc | 32 +++++++++++++++++++++++++++-----
30247 1 file changed, 27 insertions(+), 5 deletions(-)
30249 commit 60fbb36096e344e9af79409ce8cfe3f1f7b0d321
30250 Author: Behdad Esfahbod <behdad@behdad.org>
30251 Date: Thu May 19 18:46:15 2011 -0400
30253 [Vertical] GPOS is always done with horizontal origin
30255 src/hb-font-private.hh | 4 +-
30256 src/hb-font.cc | 187
30257 ++++++++++++++++++---------------------
30258 src/hb-font.h | 53 ++++++-----
30259 src/hb-ft.cc | 47 ++++------
30260 src/hb-ot-layout-gdef-private.hh | 18 ++--
30261 src/hb-ot-layout-gpos-private.hh | 23 ++---
30262 src/hb-ot-layout.h | 2 +-
30263 src/hb-ot-shape.cc | 15 ++++
30264 8 files changed, 166 insertions(+), 183 deletions(-)
30266 commit 8b38faeede41e64eb0f6ac2e12ce51dd7138d50a
30267 Author: Behdad Esfahbod <behdad@behdad.org>
30268 Date: Thu May 19 13:08:00 2011 -0400
30272 Starting to get there, but not without yet another round of changes.
30274 I think I know wheere to go now.
30276 src/hb-font.cc | 44 ++++++++++++++++++++++++++++++++------------
30277 src/hb-font.h | 10 ++++++++++
30278 src/hb-ft.cc | 14 ++++++++++++--
30279 src/hb-ot-shape.cc | 4 ++++
30280 4 files changed, 58 insertions(+), 14 deletions(-)
30282 commit e609aeb1e24da6b7c812396cddb93ee3c95ef87a
30283 Author: Behdad Esfahbod <behdad@behdad.org>
30284 Date: Wed May 18 10:17:02 2011 -0400
30286 [hb-view] Add --annotate
30288 Currently it only marks glyph origins.
30290 src/hb-view.cc | 20 +++++++++++++++++++-
30291 1 file changed, 19 insertions(+), 1 deletion(-)
30293 commit b8d76dd74e50d295918cc015e9d2a55e2bf6a461
30294 Author: Behdad Esfahbod <behdad@behdad.org>
30295 Date: Tue May 17 23:31:00 2011 -0400
30297 Vertical: Adjust origin in glyph_extents() and glyph_contour_point()
30299 The base for vertical is almost ready now.
30301 src/hb-font.cc | 12 ++++++++----
30302 1 file changed, 8 insertions(+), 4 deletions(-)
30304 commit 190981851fe2bb6479b5c72451279f66fe4f6e23
30305 Author: Behdad Esfahbod <behdad@behdad.org>
30306 Date: Tue May 17 23:27:22 2011 -0400
30310 src/hb-font.cc | 114
30311 ++++++++++++++++++++++++++++-----------------------------
30312 src/hb-ft.cc | 36 +++++++++---------
30313 2 files changed, 74 insertions(+), 76 deletions(-)
30315 commit 2c3f51a11c176aa3fc12a9522325efaef2c79d35
30316 Author: Behdad Esfahbod <behdad@behdad.org>
30317 Date: Tue May 17 23:23:27 2011 -0400
30321 src/hb-font.cc | 4 ++--
30322 1 file changed, 2 insertions(+), 2 deletions(-)
30324 commit 7e2c85de305be59e1a6afa7d2061e4b7dd00acf7
30325 Author: Behdad Esfahbod <behdad@behdad.org>
30326 Date: Tue May 17 17:55:03 2011 -0400
30328 [API] Vertical support, take 2
30330 I like this API *much* better. Implementation still incomplete, but
30333 src/hb-font-private.hh | 7 +-
30334 src/hb-font.cc | 185
30335 +++++++++++++++++++++++----------------
30336 src/hb-font.h | 109 ++++++++++++-----------
30337 src/hb-ft.cc | 66 ++++++++------
30338 src/hb-ot-layout-gdef-private.hh | 2 +-
30339 src/hb-ot-layout-gpos-private.hh | 2 +-
30340 src/hb-ot-shape.cc | 8 +-
30341 7 files changed, 218 insertions(+), 161 deletions(-)
30343 commit 744970af4d884cc87ffa645804578fec8df674a9
30344 Author: Behdad Esfahbod <behdad@behdad.org>
30345 Date: Mon May 16 18:15:37 2011 -0400
30347 [API] Add support for vertical text
30349 Design not final yet, and in fact I'm going to change it immediately,
30350 but this is an standalone change for itself.
30352 src/hb-font-private.hh | 35 ++--
30353 src/hb-font.cc | 387
30354 +++++++++++++++++++++++++----------
30355 src/hb-font.h | 164 +++++++++++----
30356 src/hb-ft.cc | 227 +++++++++++++-------
30357 src/hb-ot-layout-gdef-private.hh | 2 +-
30358 src/hb-ot-layout-gpos-private.hh | 35 ++--
30359 src/hb-ot-layout-gsub-private.hh | 1 +
30360 src/hb-ot-layout-gsubgpos-private.hh | 1 +
30361 src/hb-ot-shape.cc | 14 +-
30362 src/hb-ot-tag.cc | 2 +-
30363 test/test-font.c | 61 +++---
30364 test/test-shape.c | 17 +-
30365 12 files changed, 650 insertions(+), 296 deletions(-)
30367 commit 80dce8b7c8202766d52cc7666355446bbf5b0565
30368 Author: Behdad Esfahbod <behdad@behdad.org>
30369 Date: Tue May 17 17:08:36 2011 -0400
30374 1 file changed, 2 insertions(+)
30376 commit 5be7d047f6bf54cc577e311b5426c463d2b9b131
30377 Author: Behdad Esfahbod <behdad@behdad.org>
30378 Date: Tue May 17 15:05:34 2011 -0400
30382 Apparently there exist systems with mprotect(), but not mmap()?
30384 configure.ac | 2 +-
30385 test/test-blob.c | 6 ++++--
30386 2 files changed, 5 insertions(+), 3 deletions(-)
30388 commit 4053f3f788353448b41e541ee617aafbe1cac366
30389 Author: Behdad Esfahbod <behdad@behdad.org>
30390 Date: Mon May 16 16:20:48 2011 -0400
30394 src/hb-font.h | 8 ++++----
30395 test/test-shape.c | 6 +++---
30396 2 files changed, 7 insertions(+), 7 deletions(-)
30398 commit 56d12e0356bee5a95b870dfbc2100b8caeb5d593
30399 Author: Behdad Esfahbod <behdad@behdad.org>
30400 Date: Mon May 16 16:01:58 2011 -0400
30402 Remove unnecessary TODO item
30405 1 file changed, 1 deletion(-)
30407 commit 1883af3796459cafe2d194064403b6b1152c584d
30408 Author: Behdad Esfahbod <behdad@behdad.org>
30409 Date: Mon May 16 15:18:16 2011 -0400
30411 [hb-view] Start work on vertical support
30413 src/hb-view.cc | 10 ++++++----
30414 1 file changed, 6 insertions(+), 4 deletions(-)
30416 commit 9aa6f96af5e5940ba5c9596c6ae377fea23c0ec0
30417 Author: Behdad Esfahbod <behdad@behdad.org>
30418 Date: Mon May 16 15:08:31 2011 -0400
30420 [hb-view] No need to allocate an extra glyph item at the end
30422 src/hb-view.cc | 3 +--
30423 1 file changed, 1 insertion(+), 2 deletions(-)
30425 commit a0359485c9997e3a211f7c00d40c09074d906c4f
30426 Author: Behdad Esfahbod <behdad@behdad.org>
30427 Date: Mon May 16 15:07:48 2011 -0400
30431 test/test-shape.c | 6 ++++++
30432 1 file changed, 6 insertions(+)
30434 commit 92de53ea450eaee077eb1730e6d7a487b20ac721
30435 Author: Behdad Esfahbod <behdad@behdad.org>
30436 Date: Mon May 16 12:24:56 2011 -0400
30438 [test/buffer] Add more tests for nil buffer
30440 test/test-buffer.c | 38 ++++++++++++++++++++++++++++++++++++++
30441 1 file changed, 38 insertions(+)
30443 commit 065fb38c9a338ddb095f2ec9e034fcc5a02167bd
30444 Author: Behdad Esfahbod <behdad@behdad.org>
30445 Date: Fri May 13 23:04:46 2011 -0400
30447 [test/ot-tag] More tests
30449 test/test-ot-tag.c | 9 +++++++++
30450 1 file changed, 9 insertions(+)
30452 commit 1a64f6e19a4b483e278c85e4941107be2f71b0a4
30453 Author: Behdad Esfahbod <behdad@behdad.org>
30454 Date: Fri May 13 22:55:32 2011 -0400
30456 [API] Add HB_LANGUAGE_INVALID
30458 src/hb-common.cc | 5 +++--
30459 src/hb-common.h | 2 ++
30460 src/hb-ot-tag.cc | 2 +-
30461 src/hb-shape.cc | 2 +-
30462 test/test-common.c | 9 ++++++---
30463 5 files changed, 13 insertions(+), 7 deletions(-)
30465 commit 40b5c2e86c633441040196d158e965ad95d6ad37
30466 Author: Behdad Esfahbod <behdad@behdad.org>
30467 Date: Fri May 13 22:46:36 2011 -0400
30469 [test/test-ot-tag] Test hb-ot-tag.h, fix many bugs
30471 I'm in awe with how many bugs this test revealed. All fixed.
30473 src/hb-ot-tag.cc | 153 +++++++++++++++++++++---------------
30474 test/Makefile.am | 3 +
30475 test/test-ot-tag.c | 227
30476 +++++++++++++++++++++++++++++++++++++++++++++++++++++
30477 3 files changed, 320 insertions(+), 63 deletions(-)
30479 commit 1368018b475c2a6dd5f625af99695ae2fcba1f05
30480 Author: Behdad Esfahbod <behdad@behdad.org>
30481 Date: Fri May 13 20:25:38 2011 -0400
30486 1 file changed, 2 insertions(+)
30488 commit 7fc5a30cb4fbe9a4633ab842b0a8cbbcc6f6bd1b
30489 Author: Behdad Esfahbod <behdad@behdad.org>
30490 Date: Thu May 12 17:48:20 2011 -0400
30492 [API] Add hb_face_make/is_immutable()
30494 src/hb-font-private.hh | 2 ++
30495 src/hb-font.cc | 18 ++++++++++++++++++
30496 src/hb-font.h | 6 ++++++
30497 test/test-font.c | 2 ++
30498 test/test-object.c | 2 +-
30499 5 files changed, 29 insertions(+), 1 deletion(-)
30501 commit 20c8b908ddf50a9814dfdd9fca595f258273cd4f
30502 Author: Behdad Esfahbod <behdad@behdad.org>
30503 Date: Thu May 12 15:19:33 2011 -0400
30505 Finish off previous change
30507 src/hb-font.cc | 1 +
30508 1 file changed, 1 insertion(+)
30510 commit 0fd8c2f1be693616f19f2f1526369874763d6cf6
30511 Author: Behdad Esfahbod <behdad@behdad.org>
30512 Date: Thu May 12 15:14:13 2011 -0400
30514 [API] Make get_glyph() callback return a boolean
30516 We need to know whether the glyph exists, so we can fallback to
30517 composing / decomposing. Assuming that glyph==0 means "doesn't exist"
30518 wouldn't work for applications like Pango that want to use different
30519 "doesn't exist" glyph codes for different characters. An explicit
30520 return value fixes that.
30522 src/hb-font.cc | 15 +++++++++------
30523 src/hb-font.h | 12 +++++++-----
30524 src/hb-ft.cc | 12 +++++++-----
30525 src/hb-ot-shape.cc | 13 +++++++++----
30526 test/test-font.c | 5 ++++-
30527 test/test-shape.c | 12 +++++++-----
30528 6 files changed, 43 insertions(+), 26 deletions(-)
30530 commit 8e07f93ab4a3ef9adc7942727ef21f2f9a141d10
30531 Author: Behdad Esfahbod <behdad@behdad.org>
30532 Date: Thu May 12 14:27:44 2011 -0400
30534 [test/shape] Check shape output
30536 test/test-shape.c | 23 +++++++++++++++++++----
30537 1 file changed, 19 insertions(+), 4 deletions(-)
30539 commit 805af72405a2f653f08de392d7172291ffe8e902
30540 Author: Behdad Esfahbod <behdad@behdad.org>
30541 Date: Thu May 12 12:39:40 2011 -0400
30543 Rename get_kernings() arguments from first/second_glyph to
30546 Makes it clear that kerning is in visual order.
30548 src/hb-font.cc | 10 +++++-----
30549 src/hb-font.h | 4 ++--
30550 src/hb-ft.cc | 6 +++---
30551 3 files changed, 10 insertions(+), 10 deletions(-)
30553 commit 23d2432219a91c6328efa9e041b1ecf137752ac3
30554 Author: Behdad Esfahbod <behdad@behdad.org>
30555 Date: Thu May 12 10:53:57 2011 -0400
30557 [test] Add test-shape.c. Oops
30559 test/test-shape.c | 125
30560 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
30561 1 file changed, 125 insertions(+)
30563 commit c098c3acc8c48b4b6883c50c9a87e81dbe98ba24
30564 Author: Behdad Esfahbod <behdad@behdad.org>
30565 Date: Thu May 12 10:49:30 2011 -0400
30567 [test/blob] Use MAP_ANON instead of MAP_ANONYMOUS
30571 test/test-blob.c | 2 +-
30572 1 file changed, 1 insertion(+), 1 deletion(-)
30574 commit 8329eb7c6ca39e162228733a2210e643b1a1019d
30575 Author: Behdad Esfahbod <behdad@behdad.org>
30576 Date: Thu May 12 01:39:17 2011 -0400
30578 [test/shape] Add simplest test for hb_shape()
30580 test/Makefile.am | 1 +
30581 1 file changed, 1 insertion(+)
30583 commit df077fadd7828b609bdfe4dbcad52ef2448525c7
30584 Author: Behdad Esfahbod <behdad@behdad.org>
30585 Date: Thu May 12 01:19:39 2011 -0400
30587 [object] Make object inert during destruction
30589 Such that user_data and other finalizers cannot resurrect object
30591 src/hb-object-private.hh | 2 ++
30592 1 file changed, 2 insertions(+)
30594 commit ee8dd83bb4e0b1c2ca5928391e35e8bd1fca6121
30595 Author: Behdad Esfahbod <behdad@behdad.org>
30596 Date: Thu May 12 01:02:03 2011 -0400
30601 1 file changed, 6 insertions(+)
30603 commit 52df150efeff4cf003cee65f8c91618f1a980bc8
30604 Author: Behdad Esfahbod <behdad@behdad.org>
30605 Date: Thu May 12 00:46:57 2011 -0400
30607 Fix font subclass chainup
30611 src/hb-font.cc | 6 +-----
30612 1 file changed, 1 insertion(+), 5 deletions(-)
30614 commit f2c1dd4f746c36a44cf33d0257a3cd800107c286
30615 Author: Behdad Esfahbod <behdad@behdad.org>
30616 Date: Thu May 12 00:35:12 2011 -0400
30618 [test/font] Test font_funcs subclassing
30620 test/test-font.c | 158
30621 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
30622 1 file changed, 155 insertions(+), 3 deletions(-)
30624 commit 14f1e81b77971204e9325e2a8b6f8b690fac20a7
30625 Author: Behdad Esfahbod <behdad@behdad.org>
30626 Date: Thu May 12 00:18:28 2011 -0400
30628 [test/font] Test empty funcs
30630 test/test-font.c | 75
30631 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
30632 1 file changed, 73 insertions(+), 2 deletions(-)
30634 commit 2ca0b5ae1e65d3f43df3a4a2144a1451d8b485c4
30635 Author: Behdad Esfahbod <behdad@behdad.org>
30636 Date: Wed May 11 23:57:36 2011 -0400
30638 [test/font] Test more
30640 test/test-font.c | 63
30641 ++++++++++++++++++++++++++++++++++++++++++++++++--------
30642 1 file changed, 54 insertions(+), 9 deletions(-)
30644 commit 7033518f756490e9cf00b96387fee6f2f7fae785
30645 Author: Behdad Esfahbod <behdad@behdad.org>
30646 Date: Wed May 11 23:31:15 2011 -0400
30648 [API] Pass face to get_table()
30650 src/hb-font.cc | 4 ++--
30651 src/hb-font.h | 2 +-
30652 src/hb-ft.cc | 2 +-
30653 test/test-font.c | 2 +-
30654 4 files changed, 5 insertions(+), 5 deletions(-)
30656 commit b46782780690e26a8221e2d63dd224159aebe413
30657 Author: Behdad Esfahbod <behdad@behdad.org>
30658 Date: Wed May 11 23:25:28 2011 -0400
30660 [API] Remove const from font user_data
30662 src/hb-font.cc | 20 ++++++++++----------
30663 src/hb-font.h | 20 ++++++++++----------
30664 src/hb-ft.cc | 20 ++++++++++----------
30665 3 files changed, 30 insertions(+), 30 deletions(-)
30667 commit ea93e7b27ca04a1655d62bd1d18a32805994af44
30668 Author: Behdad Esfahbod <behdad@behdad.org>
30669 Date: Wed May 11 23:22:55 2011 -0400
30671 [test/font] More tests
30673 test/test-font.c | 36 +++++++++++++++++++++++++++++++++---
30674 1 file changed, 33 insertions(+), 3 deletions(-)
30676 commit cdb153175f8a1521cde112c65b173f548ca6ee5c
30677 Author: Behdad Esfahbod <behdad@behdad.org>
30678 Date: Wed May 11 23:12:58 2011 -0400
30680 [test/font] More tests
30682 test/test-font.c | 44 ++++++++++++++++++++++++++++++++++++++++++++
30683 1 file changed, 44 insertions(+)
30685 commit 74d9fa3d9ac226ed72702884e721ef94ecc48e22
30686 Author: Behdad Esfahbod <behdad@behdad.org>
30687 Date: Wed May 11 23:07:47 2011 -0400
30689 [test/font] More get_empty() tests
30691 test/test-font.c | 5 +++++
30692 1 file changed, 5 insertions(+)
30694 commit db9f4eb4e004fadae9d540522d1d21c3bbe659b0
30695 Author: Behdad Esfahbod <behdad@behdad.org>
30696 Date: Wed May 11 23:06:02 2011 -0400
30698 [test/font] Test get_face() / get_parent()
30700 test/test-font.c | 4 ++++
30701 1 file changed, 4 insertions(+)
30703 commit 606923bb4304d5b9cf164745d657cba58949a80a
30704 Author: Behdad Esfahbod <behdad@behdad.org>
30705 Date: Wed May 11 23:05:02 2011 -0400
30707 [test/font] Add test_font_properties()
30709 test/test-font.c | 85
30710 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
30711 1 file changed, 85 insertions(+)
30713 commit da603e80386b41b360acb070a862b6ed87da57b8
30714 Author: Behdad Esfahbod <behdad@behdad.org>
30715 Date: Wed May 11 22:52:35 2011 -0400
30717 [test/font] Start adding tests for hb-font.h
30719 test/Makefile.am | 1 +
30720 test/test-buffer.c | 2 +-
30721 test/test-font.c | 69
30722 +++++++++++++++++++++++++++++++++++++++++++++++++++++
30723 test/test-unicode.c | 1 +
30724 4 files changed, 72 insertions(+), 1 deletion(-)
30726 commit 9a14688e40e926b9453fcb75891f27bff1e45c49
30727 Author: Behdad Esfahbod <behdad@behdad.org>
30728 Date: Wed May 11 22:49:29 2011 -0400
30730 [API] Rename hb_face_create_for_data() to hb_face_create()
30732 src/hb-font.cc | 4 ++--
30733 src/hb-font.h | 4 ++--
30734 src/hb-ft.cc | 2 +-
30736 test/test-object.c | 4 ++--
30737 5 files changed, 8 insertions(+), 8 deletions(-)
30739 commit 46d6a21cc8613519e6ce27b1925e29285cccb71d
30740 Author: Behdad Esfahbod <behdad@behdad.org>
30741 Date: Wed May 11 22:33:13 2011 -0400
30743 [API] Add hb_ot_layout_substitute_start/finish()
30745 src/hb-ot-layout.cc | 13 +++++++++++++
30746 src/hb-ot-layout.h | 8 ++++++++
30747 2 files changed, 21 insertions(+)
30749 commit c84d15f52e1183164502d45b476b54f8fe812e0f
30750 Author: Behdad Esfahbod <behdad@behdad.org>
30751 Date: Wed May 11 22:23:15 2011 -0400
30753 Remove unused hb_set_t
30755 src/hb-private.hh | 48 ------------------------------------------------
30756 1 file changed, 48 deletions(-)
30758 commit 389a7c9e67549b1a9f7c538965e4647077f8e6ec
30759 Author: Behdad Esfahbod <behdad@behdad.org>
30760 Date: Wed May 11 22:21:38 2011 -0400
30762 Remove hb_static_threadsafe_set_t
30764 src/hb-common.cc | 5 +++--
30765 src/hb-mutex-private.hh | 42 ------------------------------------------
30766 2 files changed, 3 insertions(+), 44 deletions(-)
30768 commit e06d4eda7bbdb3a1be1f1ce8d98b059a0730f14d
30769 Author: Behdad Esfahbod <behdad@behdad.org>
30770 Date: Wed May 11 22:18:31 2011 -0400
30772 Use constructor/destructor for hb_ot_shape_plan_t
30774 src/hb-ot-shape-private.hh | 6 +++++-
30775 src/hb-ot-shape.cc | 4 +---
30776 2 files changed, 6 insertions(+), 4 deletions(-)
30778 commit a5e4e109460ea23fa5e64926a1676c6a02ab6ba2
30779 Author: Behdad Esfahbod <behdad@behdad.org>
30780 Date: Wed May 11 22:00:56 2011 -0400
30785 1 file changed, 1 insertion(+), 1 deletion(-)
30787 commit daa446f184fa27c9764ff7f8a2444d47cf34d986
30788 Author: Behdad Esfahbod <behdad@behdad.org>
30789 Date: Wed May 11 21:31:25 2011 -0400
30791 Fix compile with no mutex available
30793 src/hb-mutex-private.hh | 10 +++++-----
30794 1 file changed, 5 insertions(+), 5 deletions(-)
30796 commit 1e56c476c10577fe319fe553c5ced000bd740940
30797 Author: Behdad Esfahbod <behdad@behdad.org>
30798 Date: Wed May 11 21:28:01 2011 -0400
30800 Free static mutex'es
30802 src/hb-mutex-private.hh | 1 +
30803 1 file changed, 1 insertion(+)
30805 commit 831886a9b4073cfe27f7e1db0e957cbd5913fd31
30806 Author: Behdad Esfahbod <behdad@behdad.org>
30807 Date: Wed May 11 21:27:52 2011 -0400
30809 Streamline mutex stuff
30811 src/hb-mutex-private.hh | 61
30812 ++++++++++++++++++++++++++++++-------------------
30813 src/hb-private.hh | 8 +++++++
30814 2 files changed, 46 insertions(+), 23 deletions(-)
30816 commit 438c4eee353ddf0de66171d84c6ef9b21cbdf8f6
30817 Author: Behdad Esfahbod <behdad@behdad.org>
30818 Date: Wed May 11 21:14:34 2011 -0400
30820 Remove unused hb_mutex_trylock()
30822 src/hb-mutex-private.hh | 3 ---
30823 1 file changed, 3 deletions(-)
30825 commit b8477e1da2785708f3232f8f2577f602a5d320d1
30826 Author: Behdad Esfahbod <behdad@behdad.org>
30827 Date: Wed May 11 21:12:44 2011 -0400
30829 [test] Add tests for _get_empty() funcs
30831 test/test-blob.c | 1 +
30832 test/test-buffer.c | 7 +++++++
30833 test/test-unicode.c | 10 ++++++++++
30834 3 files changed, 18 insertions(+)
30836 commit 3994be3ded40e5a3da0e187ad421b19a78865e02
30837 Author: Behdad Esfahbod <behdad@behdad.org>
30838 Date: Wed May 11 21:08:31 2011 -0400
30843 1 file changed, 2 insertions(+), 2 deletions(-)
30845 commit 80a6833b032bc63b4e8c3da6489d3767af1168f3
30846 Author: Behdad Esfahbod <behdad@behdad.org>
30847 Date: Wed May 11 18:14:44 2011 -0400
30849 [API] Add hb_*_get_empty() for all objects
30851 src/hb-buffer.cc | 6 ++++++
30852 src/hb-buffer.h | 3 +++
30853 src/hb-font.cc | 18 ++++++++++++++++++
30854 src/hb-font.h | 9 +++++++++
30855 src/hb-unicode.cc | 6 ++++++
30856 src/hb-unicode.h | 3 +++
30857 test/test-object.c | 36 +++++++++++++++++++++++++++++++++---
30858 7 files changed, 78 insertions(+), 3 deletions(-)
30860 commit d3b30be378c1dec0259a626d9a408bb9ca1b71ac
30861 Author: Behdad Esfahbod <behdad@behdad.org>
30862 Date: Wed May 11 18:06:12 2011 -0400
30864 [API] Add HB_UNTAG()
30866 Useful in C API only.
30868 src/hb-common.h | 1 +
30869 1 file changed, 1 insertion(+)
30871 commit 3cc6e9dcb42551761c3a1a9d3c25b1f1bcdc2419
30872 Author: Behdad Esfahbod <behdad@behdad.org>
30873 Date: Wed May 11 18:02:48 2011 -0400
30877 src/test.cc | 9 ++++++---
30878 1 file changed, 6 insertions(+), 3 deletions(-)
30880 commit 4101ca7dbbdf1438fa116fb8cad935501ac7cca8
30881 Author: Behdad Esfahbod <behdad@behdad.org>
30882 Date: Wed May 11 14:30:56 2011 -0400
30888 src/hb-blob.cc | 2 +-
30889 src/hb-open-type-private.hh | 8 ++++----
30890 2 files changed, 5 insertions(+), 5 deletions(-)
30892 commit 6a7ac79e26e85f6781186cf708a12825c0857324
30893 Author: Behdad Esfahbod <behdad@behdad.org>
30894 Date: Wed May 11 14:19:18 2011 -0400
30898 src/hb-ot-map-private.hh | 7 +++++++
30899 src/hb-ot-shape-private.hh | 2 ++
30900 src/hb-ot-shape.cc | 2 ++
30901 src/hb-private.hh | 10 +++++++++-
30902 4 files changed, 20 insertions(+), 1 deletion(-)
30904 commit 7aa12ebdff11a4ffbd04bf9b164586eb0c172e37
30905 Author: Behdad Esfahbod <behdad@behdad.org>
30906 Date: Wed May 11 11:55:11 2011 -0400
30908 [unicode] Simplify method setting
30910 src/hb-unicode.cc | 6 +-----
30911 test/test-unicode.c | 6 +++++-
30912 2 files changed, 6 insertions(+), 6 deletions(-)
30914 commit d5bfd0272130a315d3b5e6cdcf9b7e6395879204
30915 Author: Behdad Esfahbod <behdad@behdad.org>
30916 Date: Wed May 11 11:48:28 2011 -0400
30920 src/Makefile.am | 2 +-
30921 1 file changed, 1 insertion(+), 1 deletion(-)
30923 commit 6a4e7e1372ef9fde81b84ecc9c4d1f23d97396c1
30924 Author: Behdad Esfahbod <behdad@behdad.org>
30925 Date: Wed May 11 10:31:33 2011 -0400
30929 Not used for anything right now. Will use to get num_glyphs in
30932 src/Makefile.am | 1 +
30933 src/hb-ot-head-private.hh | 1 -
30934 src/hb-ot-layout.cc | 1 +
30935 src/hb-ot-maxp-private.hh | 68
30936 +++++++++++++++++++++++++++++++++++++++++++++++
30937 4 files changed, 70 insertions(+), 1 deletion(-)
30939 commit e0b0710ae52bcc8c6fbd87dfae83818faa5d5f5f
30940 Author: Behdad Esfahbod <behdad@behdad.org>
30941 Date: Wed May 11 08:58:21 2011 -0400
30946 1 file changed, 3 insertions(+), 1 deletion(-)
30948 commit a513dbcf73ab1cc39a7c9653034904d0c6cd9fe9
30949 Author: Behdad Esfahbod <behdad@behdad.org>
30950 Date: Wed May 11 00:24:34 2011 -0400
30952 [API] Change signature of get_contour_point and get_kerning ffuncs
30954 get_contour_point now takes glyph id before point_index.
30956 get_kerning now takes a vector to fill-in.
30958 src/hb-font.cc | 56
30959 +++++++++++++++++++++-------------------
30960 src/hb-font.h | 16 +++++++-----
30961 src/hb-ft.cc | 11 +++++---
30962 src/hb-ot-layout-gdef-private.hh | 2 +-
30963 src/hb-ot-layout-gpos-private.hh | 2 +-
30964 src/hb-ot-shape.cc | 15 ++++++++---
30965 6 files changed, 59 insertions(+), 43 deletions(-)
30967 commit 63d646fb2933c2765ce526d321a498d0f7fae2f5
30968 Author: Behdad Esfahbod <behdad@behdad.org>
30969 Date: Wed May 11 00:15:37 2011 -0400
30971 [font] Do user-space conversion when chaining up to parent font
30973 src/hb-font-private.hh | 28 ++++++++++++++++++++++++++++
30974 src/hb-font.cc | 23 +++++++++++++++++------
30975 2 files changed, 45 insertions(+), 6 deletions(-)
30977 commit b6f902a1a9c8b72b5d6a241a14a7bacfaea3a56a
30978 Author: Behdad Esfahbod <behdad@behdad.org>
30979 Date: Wed May 11 00:04:15 2011 -0400
30983 src/hb-font-private.hh | 6 +++---
30984 src/hb-ot-layout-gdef-private.hh | 6 +++---
30985 src/hb-ot-layout-gpos-private.hh | 20 ++++++++++----------
30986 3 files changed, 16 insertions(+), 16 deletions(-)
30988 commit abcfe9b59b4475eb02dd679aac4bc59616713b28
30989 Author: Behdad Esfahbod <behdad@behdad.org>
30990 Date: Wed May 11 00:02:02 2011 -0400
30992 Remove hb_ot_layout_context_t, simplify code
30994 src/hb-font-private.hh | 12 +++-
30995 src/hb-font.cc | 6 +-
30996 src/hb-ot-layout-common-private.hh | 8 +--
30997 src/hb-ot-layout-gdef-private.hh | 34 +++++-----
30998 src/hb-ot-layout-gpos-private.hh | 121
30999 ++++++++++++++++++-----------------
31000 src/hb-ot-layout-gsub-private.hh | 24 +++----
31001 src/hb-ot-layout-gsubgpos-private.hh | 11 ++--
31002 src/hb-ot-layout-private.hh | 13 ----
31003 src/hb-ot-layout.cc | 15 +----
31004 9 files changed, 118 insertions(+), 126 deletions(-)
31006 commit 1ded6d8bbf93b7dabf2b1f620c07bd3236e7a60f
31007 Author: Behdad Esfahbod <behdad@behdad.org>
31008 Date: Tue May 10 20:49:02 2011 -0400
31010 Make default font-funcs chain-up to the parent
31012 src/hb-font.cc | 44 +++++++++++++++++++++++++++++++++++++++-----
31013 src/hb-font.h | 41 +++++++++++++++++++++--------------------
31014 2 files changed, 60 insertions(+), 25 deletions(-)
31016 commit b9d975b931d6310f25fab5ac280f523cdc27bf94
31017 Author: Behdad Esfahbod <behdad@behdad.org>
31018 Date: Tue May 10 20:41:13 2011 -0400
31020 [API] Pass down closure user_data to font funcs
31022 src/hb-font-private.hh | 30 ++++++--
31023 src/hb-font.cc | 184
31024 +++++++++++++++++++++++++------------------------
31025 src/hb-font.h | 42 ++++++-----
31026 src/hb-ft.cc | 103 ++++++++++++++-------------
31027 4 files changed, 198 insertions(+), 161 deletions(-)
31029 commit 446df9cdb1fddb51819b731436fca54146d0bb23
31030 Author: Behdad Esfahbod <behdad@behdad.org>
31031 Date: Tue May 10 20:14:44 2011 -0400
31035 src/hb-unicode.h | 30 +++++++++++++++---------------
31036 1 file changed, 15 insertions(+), 15 deletions(-)
31038 commit 686c2d165dfb284b74b78f6b902d04b585dcaef3
31039 Author: Behdad Esfahbod <behdad@behdad.org>
31040 Date: Tue May 10 20:04:26 2011 -0400
31042 [API] Remove font_funcs func getter functions
31044 src/hb-font.cc | 32 --------------------------------
31045 src/hb-font.h | 18 ------------------
31046 2 files changed, 50 deletions(-)
31048 commit defc45be6d75aba4a67fa7814b91b73bad953fe6
31049 Author: Behdad Esfahbod <behdad@behdad.org>
31050 Date: Tue May 10 20:02:49 2011 -0400
31052 [API] Add hb_font_create_sub_font() and hb_font_get_parent()
31054 Not quite useful just yet.
31056 src/hb-font-private.hh | 1 +
31057 src/hb-font.cc | 41 ++++++++++++++++++++++++++++++++++++++---
31058 src/hb-font.h | 5 +++++
31059 src/hb-unicode.h | 2 +-
31060 4 files changed, 45 insertions(+), 4 deletions(-)
31062 commit 11bb8fe7b3925bc9b019ad0c0218a231e581f152
31063 Author: Behdad Esfahbod <behdad@behdad.org>
31064 Date: Tue May 10 19:57:00 2011 -0400
31066 [font] Fix internal sign of x/y_scale
31068 Should have been done as part of
31069 da975419884a535281745f30f4b32fee0bc8a7a1
31071 src/hb-font-private.hh | 4 ++--
31072 1 file changed, 2 insertions(+), 2 deletions(-)
31074 commit 85e6218e3306165d69ef44277459511d5b54b9ff
31075 Author: Behdad Esfahbod <behdad@behdad.org>
31076 Date: Tue May 10 19:40:44 2011 -0400
31078 [API] Remove broken-by-design hb_font_unset_funcs()
31080 src/hb-font.cc | 22 ----------------------
31081 src/hb-font.h | 16 ----------------
31082 2 files changed, 38 deletions(-)
31084 commit 74f1d896f2479500d65649cf3ec86dd201f0663a
31085 Author: Behdad Esfahbod <behdad@behdad.org>
31086 Date: Tue May 10 19:39:32 2011 -0400
31088 Add hb_font_make/is_immutable()
31090 src/hb-font-private.hh | 2 ++
31091 src/hb-font.cc | 26 +++++++++++++++++++++++---
31092 src/hb-font.h | 6 ++++++
31093 test/test-object.c | 2 +-
31094 4 files changed, 32 insertions(+), 4 deletions(-)
31096 commit 8c7a100a4d0f3a257fb7563cb08ed4356c3af669
31097 Author: Behdad Esfahbod <behdad@behdad.org>
31098 Date: Tue May 10 19:21:07 2011 -0400
31100 Fix build without mutex
31102 src/hb-mutex-private.hh | 12 ++++++------
31103 1 file changed, 6 insertions(+), 6 deletions(-)
31105 commit 19d3035c40e73923bcad709dc5eefe31cb34d681
31106 Author: Behdad Esfahbod <behdad@behdad.org>
31107 Date: Tue May 10 19:18:12 2011 -0400
31109 Remove duplicate atomic_int implementation
31111 src/hb-mutex-private.hh | 17 -----------------
31112 1 file changed, 17 deletions(-)
31114 commit 45bfa99034512e886d75b1d45a5a649647f4711f
31115 Author: Behdad Esfahbod <behdad@behdad.org>
31116 Date: Tue May 10 19:12:49 2011 -0400
31118 Fix set implementation to be truly threadsafe even with destroy()
31121 The test/object test is passing again, instead of deadlocking.
31123 src/hb-common.cc | 26 +++++------
31124 src/hb-mutex-private.hh | 47 +++++++------------
31125 src/hb-object-private.hh | 6 ++-
31126 src/hb-private.hh | 117
31127 ++++++++++++++++++++++++++++++++++++++---------
31128 4 files changed, 128 insertions(+), 68 deletions(-)
31130 commit 0c2ec1d78bfa0166ffd4afc204c2668d4f456ed9
31131 Author: Behdad Esfahbod <behdad@behdad.org>
31132 Date: Tue May 10 19:11:27 2011 -0400
31134 [test] Always initialize gthread such that our mutex() stuff is tested
31136 Now the test/object test deadlocks as expected. Fix coming.
31139 test/Makefile.am | 4 ++--
31140 test/hb-test.h | 1 +
31141 3 files changed, 4 insertions(+), 2 deletions(-)
31143 commit 6a9093cc486c1899197cd7cc9a3eb907c2e756f7
31144 Author: Behdad Esfahbod <behdad@behdad.org>
31145 Date: Tue May 10 19:00:07 2011 -0400
31147 [test/object] Test user_data with destroy() callback that calls
31150 Exposes the non-atomicity of user_data opertaions at this time because
31151 we call finish() while still locked and modifying the object.
31153 I'm surprised that it doesn't deadlock. It should.
31155 test/test-object.c | 22 ++++++++++++++++++++++
31156 1 file changed, 22 insertions(+)
31158 commit abe636b8761e47ea60b193c7e72a044de224d172
31159 Author: Behdad Esfahbod <behdad@behdad.org>
31160 Date: Tue May 10 17:55:40 2011 -0400
31164 Makefile.am | 6 +++++-
31165 harfbuzz.doap | 24 ++++++++++++++++++++++++
31166 2 files changed, 29 insertions(+), 1 deletion(-)
31168 commit f82c18630471216a04e4e3ad42396da4e6d74cba
31169 Author: Behdad Esfahbod <behdad@behdad.org>
31170 Date: Tue May 10 17:48:34 2011 -0400
31172 [test/blob] Fix bug in test
31174 test/test-blob.c | 3 ++-
31175 1 file changed, 2 insertions(+), 1 deletion(-)
31177 commit 785d23acd0ce72d399f9c5021bebc854872648af
31178 Author: Behdad Esfahbod <behdad@behdad.org>
31179 Date: Tue May 10 17:41:44 2011 -0400
31181 [test/blob] Add create_sub_blob()
31183 test/test-blob.c | 17 +++++++++++++++++
31184 1 file changed, 17 insertions(+)
31186 commit 0617b1558234673d3924f37541be01b04d36f05a
31187 Author: Behdad Esfahbod <behdad@behdad.org>
31188 Date: Tue May 10 17:37:08 2011 -0400
31190 [test] Test blob API
31192 test/Makefile.am | 1 +
31193 test/test-blob.c | 280
31194 +++++++++++++++++++++++++++++++++++++++++++++++++++++
31195 test/test-buffer.c | 149 ++++++++++++++--------------
31196 3 files changed, 359 insertions(+), 71 deletions(-)
31198 commit 1c9f8717eb12c37c219333cbb0d123e1d2da4896
31199 Author: Behdad Esfahbod <behdad@behdad.org>
31200 Date: Fri May 6 22:28:26 2011 -0400
31202 [API] Simplify blob API, remove lock
31205 src/hb-blob.cc | 206
31206 ++++++++++++++++++--------------------------
31207 src/hb-blob.h | 19 ++--
31208 src/hb-font.cc | 2 -
31209 src/hb-open-type-private.hh | 32 ++++---
31210 src/hb-ot-layout.cc | 7 +-
31211 test/test-object.c | 2 +-
31212 7 files changed, 118 insertions(+), 152 deletions(-)
31214 commit 71cef14ac3de07e4fed0a2903b1f0f639406ec6c
31215 Author: Behdad Esfahbod <behdad@behdad.org>
31216 Date: Fri May 6 19:30:59 2011 -0400
31218 Add -Bsymbolic-functions to linker flags
31220 configure.ac | 3 +++
31221 1 file changed, 3 insertions(+)
31223 commit ab428aeab724ca40341318b66640f992cd72d2fc
31224 Author: Behdad Esfahbod <behdad@behdad.org>
31225 Date: Fri May 6 19:30:46 2011 -0400
31230 1 file changed, 1 insertion(+), 1 deletion(-)
31232 commit a0f337a1cce1788dbf3147b459e7f615acbfe81b
31233 Author: Behdad Esfahbod <behdad@behdad.org>
31234 Date: Fri May 6 19:20:52 2011 -0400
31236 Remove unused hb_blob_try_writable_inplace()
31238 src/hb-blob.cc | 20 --------------------
31239 src/hb-blob.h | 3 ---
31240 2 files changed, 23 deletions(-)
31242 commit 08611d5194144bbf5d96a1110aeb812db06e0901
31243 Author: Behdad Esfahbod <behdad@behdad.org>
31244 Date: Fri May 6 16:28:10 2011 -0400
31246 Add note re deadlocks
31248 src/hb-common.cc | 1 +
31249 src/hb-mutex-private.hh | 4 ++++
31250 2 files changed, 5 insertions(+)
31252 commit 34fb5521a5fbb6b95ceff4bbac42a62628bc9f31
31253 Author: Behdad Esfahbod <behdad@behdad.org>
31254 Date: Fri May 6 00:04:28 2011 -0400
31256 [API] Add hb_language_get_default()
31258 It uses locale information to detect default language. It's used by
31259 hb_shape() whenever language is not set on the buffer.
31261 Not sure how to properly test it in the test suite. Tested by
31263 that with DejaVu Sans we select the proper local glyph version
31265 under Serbian locale. See http://www.pango.org/ScriptGallery
31267 src/hb-common.cc | 21 +++++++++++++++++++++
31268 src/hb-common.h | 3 +++
31269 src/hb-shape.cc | 2 +-
31270 test/test-common.c | 5 +++++
31271 4 files changed, 30 insertions(+), 1 deletion(-)
31273 commit c78f4485587cc1dee07e772c164a13fde9d2859f
31274 Author: Behdad Esfahbod <behdad@behdad.org>
31275 Date: Thu May 5 21:31:04 2011 -0400
31277 [API] Add version macros and functions
31279 Step version up to 0.5.0.
31281 Also, fix to pass "make distcheck"
31283 configure.ac | 24 ++++++++++++-----
31284 src/Makefile.am | 9 +++++++
31285 src/check-c-linkage-decls.sh | 2 +-
31286 src/hb-common.cc | 29 +++++++++++++++++++++
31287 src/hb-version.h.in | 62
31288 ++++++++++++++++++++++++++++++++++++++++++++
31290 test/Makefile.am | 2 ++
31291 7 files changed, 122 insertions(+), 7 deletions(-)
31293 commit 9ff819f6571fd0d570f271162d7a30d97ee64148
31294 Author: Behdad Esfahbod <behdad@behdad.org>
31295 Date: Thu May 5 19:47:59 2011 -0400
31297 Add disable-static libtool flag
31299 No one who builds harfbuzz static uses the autotools build system
31302 configure.ac | 2 +-
31303 1 file changed, 1 insertion(+), 1 deletion(-)
31305 commit 7ca7571ef91754274f6c84bbf988962d74a74098
31306 Author: Behdad Esfahbod <behdad@behdad.org>
31307 Date: Thu May 5 19:47:12 2011 -0400
31309 Remove win32-dll libtool flag
31311 Since we're not win32-dll clean the way libtool docs define it.
31313 configure.ac | 2 +-
31314 1 file changed, 1 insertion(+), 1 deletion(-)
31316 commit 174e3fe89b72729c9c34c647544a2dc1bf63cd84
31317 Author: Behdad Esfahbod <behdad@behdad.org>
31318 Date: Thu May 5 19:37:53 2011 -0400
31320 Add AC_CANONICAL_HOST
31322 configure.ac | 10 ++++++++++
31323 1 file changed, 10 insertions(+)
31325 commit e6a5b88c01420366a70e0c9ae1775fb3c930cb8b
31326 Author: Behdad Esfahbod <behdad@behdad.org>
31327 Date: Thu May 5 16:24:42 2011 -0400
31329 Fix build with older glib
31331 configure.ac | 2 +-
31332 test/hb-test.h | 55
31333 +++++++++++++++++++++++++++++++++----------------------
31334 2 files changed, 34 insertions(+), 23 deletions(-)
31336 commit 3935af1c0d0f53a5fd6054e1ee219f3adda42dca
31337 Author: Behdad Esfahbod <behdad@behdad.org>
31338 Date: Thu May 5 16:09:45 2011 -0400
31340 [buffer] Remove wrong optimization
31342 While the cluster fields of the glyph string are usually sorted, they
31343 wouldn't be in special cases (for example for non-native direction).
31344 Blindly using bsearch is plain wrong. If we want to reintroduce this
31345 optimization we have to make sure we know the buffer clusters are
31346 monotonic and in which direction. Not sure it's worth it though.
31348 src/hb-buffer.cc | 16 +++-------------
31349 1 file changed, 3 insertions(+), 13 deletions(-)
31351 commit 46df6828513d56cd60467e36cbe45aa06648f488
31352 Author: Behdad Esfahbod <behdad@behdad.org>
31353 Date: Thu May 5 15:33:19 2011 -0400
31355 Make user_data access threadsafe
31357 For now, by taking a global user_data mutex.
31359 src/hb-common.cc | 25 +++++++++++++++++++++++--
31360 src/hb-object-private.hh | 2 --
31361 2 files changed, 23 insertions(+), 4 deletions(-)
31363 commit 218e67b9eefa26e2e4fe43f99a84d082b185b1b0
31364 Author: Behdad Esfahbod <behdad@behdad.org>
31365 Date: Thu May 5 15:28:37 2011 -0400
31369 src/hb-common.cc | 26 ++++++++++++++++++++++++++
31370 src/hb-object-private.hh | 21 ++++-----------------
31371 2 files changed, 30 insertions(+), 17 deletions(-)
31373 commit b8d6183ebc4697a434776cf2aec7857d63a7d881
31374 Author: Behdad Esfahbod <behdad@behdad.org>
31375 Date: Thu May 5 15:14:04 2011 -0400
31377 Use threadsafe set implementation for hb_language lookups
31379 Note that the static variable has to be a global static, as gcc
31380 implements local statics differently and that would require linking
31381 to libstdc++, which we don't want.
31383 src/hb-common.cc | 6 ++++--
31384 1 file changed, 4 insertions(+), 2 deletions(-)
31386 commit d37486d87b65c5abaaa2998fa5c9e48eedde0933
31387 Author: Behdad Esfahbod <behdad@behdad.org>
31388 Date: Thu May 5 15:07:54 2011 -0400
31390 Add hb_threadsafe_set_t
31392 src/hb-mutex-private.hh | 54
31393 +++++++++++++++++++++++++++++++++++++++++++++++++
31394 src/hb-private.hh | 3 +--
31395 2 files changed, 55 insertions(+), 2 deletions(-)
31397 commit b45f32ee4e599c515ce93e44315283d236b073bb
31398 Author: Behdad Esfahbod <behdad@behdad.org>
31399 Date: Thu May 5 15:00:43 2011 -0400
31401 Use hb_array_t for hb_language_t mapping
31403 src/hb-common.cc | 48
31404 ++++++++++++++++++++++--------------------------
31405 src/hb-object-private.hh | 4 ++--
31406 src/hb-private.hh | 19 +++++++++++++++----
31407 3 files changed, 39 insertions(+), 32 deletions(-)
31409 commit 21d2c92fdf7307c7117f8948021f0dd7d5a5d2a3
31410 Author: Behdad Esfahbod <behdad@behdad.org>
31411 Date: Thu May 5 14:47:53 2011 -0400
31415 src/hb-object-private.hh | 28 ++++++++++++++--------------
31416 1 file changed, 14 insertions(+), 14 deletions(-)
31418 commit 448ea9bf63104d39f87fff66219034222fa632b8
31419 Author: Behdad Esfahbod <behdad@behdad.org>
31420 Date: Thu May 5 14:39:24 2011 -0400
31422 [TODO] Remove done items
31425 1 file changed, 9 deletions(-)
31427 commit 265ac614ea6d26041c7d64739098b76a82bbc4f4
31428 Author: Behdad Esfahbod <behdad@behdad.org>
31429 Date: Thu May 5 14:38:16 2011 -0400
31431 Replace fixed-size lookup_maps array with hb_array_t
31433 src/hb-ot-map-private.hh | 13 +++++--------
31434 src/hb-ot-map.cc | 47
31435 +++++++++++++++++++++++++----------------------
31436 src/hb-private.hh | 6 ++----
31437 3 files changed, 32 insertions(+), 34 deletions(-)
31439 commit 6843569d2c70c1771ce964e3d1a4cf91e14e7687
31440 Author: Behdad Esfahbod <behdad@behdad.org>
31441 Date: Thu May 5 14:12:37 2011 -0400
31443 Replace fixed-size feature_maps array with hb_array_t
31445 src/hb-ot-map-private.hh | 10 +++-------
31446 src/hb-ot-map.cc | 12 ++++++------
31447 src/hb-ot-shape.cc | 2 +-
31448 src/hb-private.hh | 42 +++++++++++++++++++++++++++++-------------
31449 4 files changed, 39 insertions(+), 27 deletions(-)
31451 commit 44b0a4d2fc62689fc56ef57f412b4bb1e439a614
31452 Author: Behdad Esfahbod <behdad@behdad.org>
31453 Date: Thu May 5 13:42:19 2011 -0400
31455 Replace fixed-size feature_infos array with hb_array_t
31457 src/hb-ot-map-private.hh | 9 +++++----
31458 src/hb-ot-map.cc | 9 +++++----
31459 src/hb-private.hh | 12 ++++++++++++
31460 3 files changed, 22 insertions(+), 8 deletions(-)
31462 commit b214ec3ac0ce6568e9226fd09661d52de11dca96
31463 Author: Behdad Esfahbod <behdad@behdad.org>
31464 Date: Thu May 5 13:24:07 2011 -0400
31468 src/hb-private.hh | 4 ++--
31469 1 file changed, 2 insertions(+), 2 deletions(-)
31471 commit 811482bd650fb5652a9835471ae8ecf0fb185611
31472 Author: Behdad Esfahbod <behdad@behdad.org>
31473 Date: Thu May 5 13:21:04 2011 -0400
31475 Replace hb_map_t with hb_set_t which is more intuitive and flexible
31477 src/hb-object-private.hh | 24 ++++++++++++++----------
31478 src/hb-private.hh | 44
31479 +++++++++++++++++---------------------------
31480 test/test-object.c | 4 ++++
31481 3 files changed, 35 insertions(+), 37 deletions(-)
31483 commit 478a42536ff7ab777a7774fbfdb9c5e51334a14e
31484 Author: Behdad Esfahbod <behdad@behdad.org>
31485 Date: Thu May 5 12:39:51 2011 -0400
31487 Make array/map implementation more generic
31489 src/hb-object-private.hh | 2 ++
31490 src/hb-private.hh | 13 +++++++------
31491 2 files changed, 9 insertions(+), 6 deletions(-)
31493 commit b81bd42951e1ce1569b29168015d3c5a2dacf773
31494 Author: Behdad Esfahbod <behdad@behdad.org>
31495 Date: Thu May 5 00:21:16 2011 -0400
31497 Make hb_mutex_*() macros take a pointer
31501 src/hb-blob.cc | 28 ++++++++++++++--------------
31502 src/hb-mutex-private.hh | 32 ++++++++++++++++----------------
31503 2 files changed, 30 insertions(+), 30 deletions(-)
31505 commit a4b1900913c91aa9db74c4fdfa7c691a5cdf02a8
31506 Author: Behdad Esfahbod <behdad@behdad.org>
31507 Date: Thu May 5 00:17:43 2011 -0400
31509 Add hb_static_mutex_t
31511 src/hb-mutex-private.hh | 8 ++++++++
31512 1 file changed, 8 insertions(+)
31514 commit 56eb5ad6f94c32189ad219438db9a18683ca6846
31515 Author: Behdad Esfahbod <behdad@behdad.org>
31516 Date: Wed May 4 19:27:37 2011 -0400
31520 Mutex (and Windows.h by extension) are fairly isolated now.
31522 src/Makefile.am | 8 ++--
31523 src/hb-blob-private.hh | 60 ---------------------------
31524 src/hb-blob.cc | 24 ++++++++++-
31525 src/hb-font-private.hh | 3 --
31526 src/hb-font.cc | 12 +++---
31527 src/hb-mutex-private.hh | 105
31528 +++++++++++++++++++++++++++++++++++++++++++++++
31529 src/hb-object-private.hh | 33 ++-------------
31530 src/hb-unicode.cc | 1 -
31531 8 files changed, 141 insertions(+), 105 deletions(-)
31533 commit d292885893395dcb345dce1010e5c8628a715ef4
31534 Author: Behdad Esfahbod <behdad@behdad.org>
31535 Date: Tue May 3 01:03:53 2011 -0400
31537 [ft] Fix font->face handling
31539 Don't use _cached()
31541 src/hb-ft.cc | 7 +++++--
31542 1 file changed, 5 insertions(+), 2 deletions(-)
31544 commit 2000179487b49e0d504ec127450dc6fcb5568cec
31545 Author: Behdad Esfahbod <behdad@behdad.org>
31546 Date: Tue May 3 00:49:06 2011 -0400
31548 Move Win32 thread-safety stuff to hb-object-private.h
31550 The Win32 definitions for LONG, ULONG, etc conflicts with
31551 hb-open-type.h. Avoid that by making sure hb-object-private.h
31552 and hb-open-type.h are not included in the same compilation unit.
31554 src/hb-common.cc | 54 ---------------------------------------
31555 src/hb-object-private.hh | 66
31556 ++++++++++++++++++++++++++++++++++++++++++++++++
31557 src/hb-private.hh | 66
31558 ------------------------------------------------
31559 3 files changed, 66 insertions(+), 120 deletions(-)
31561 commit 266b34418c9bbe23ccaf29cb354b58c465fa3b22
31562 Author: Behdad Esfahbod <behdad@behdad.org>
31563 Date: Tue May 3 00:35:53 2011 -0400
31565 Refactor to keep hb-object-private.h and hb-open-type.h separate
31567 Needed to be able to include <Windows.h> from hb-object-private.h.
31569 src/hb-font.cc | 19 ++++----------
31570 src/hb-ot-layout-private.hh | 60
31571 +++++++++++++++++++++++++--------------------
31572 src/hb-ot-layout.cc | 28 ++++++++++++++++++---
31573 3 files changed, 63 insertions(+), 44 deletions(-)
31575 commit d4141a44b97377a65e6d2a3e03b3709307af38c1
31576 Author: Behdad Esfahbod <behdad@behdad.org>
31577 Date: Tue May 3 00:19:18 2011 -0400
31579 [blob] Implement sub_blob() in terms of create()
31581 Fixes problem with uninitialized sub_blob->mutex among other things.
31583 Reported by Bradley Grainger.
31585 src/hb-blob.cc | 12 +++++-------
31586 1 file changed, 5 insertions(+), 7 deletions(-)
31588 commit fc52e9e44c2fe84d63f18dc0098720830f0b467d
31589 Author: Behdad Esfahbod <behdad@behdad.org>
31590 Date: Tue May 3 00:09:16 2011 -0400
31592 Implement win32 thread-safety stuff
31594 Patch from Bradley Grainger.
31596 src/hb-common.cc | 54
31597 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
31598 src/hb-private.hh | 30 +++++++++++++++++++++++++-----
31599 2 files changed, 79 insertions(+), 5 deletions(-)
31601 commit f55272ecde857c116f97a3195f3abd1df3be4b86
31602 Author: Behdad Esfahbod <behdad@behdad.org>
31603 Date: Mon May 2 20:57:28 2011 -0400
31605 Add hb_mutex_free() and use it
31607 Based on patch by Bradley Grainger.
31609 src/hb-blob.cc | 1 +
31610 src/hb-private.hh | 16 +++++++++-------
31611 2 files changed, 10 insertions(+), 7 deletions(-)
31613 commit 8d5186484b28b5f629b523e067d7d5166eec557a
31614 Author: Behdad Esfahbod <behdad@behdad.org>
31615 Date: Mon May 2 20:52:21 2011 -0400
31619 src/hb-private.hh | 2 +-
31620 1 file changed, 1 insertion(+), 1 deletion(-)
31622 commit 72657e4ce757dcb055a8db7291b68f96f0d34bfb
31623 Author: Behdad Esfahbod <behdad@behdad.org>
31624 Date: Mon May 2 20:46:32 2011 -0400
31626 [API] Make hb_font_create() take a face and reference it
31628 src/hb-font-private.hh | 2 ++
31629 src/hb-font.cc | 42
31630 +++++++++++++++++++++++++---------------
31631 src/hb-font.h | 26 ++++++++++++++-----------
31632 src/hb-ft.cc | 7 +------
31633 src/hb-ot-layout-gdef-private.hh | 2 +-
31634 src/hb-ot-layout-gpos-private.hh | 2 +-
31635 src/hb-ot-layout.cc | 10 ++++------
31636 src/hb-ot-layout.h | 2 --
31637 src/hb-ot-map-private.hh | 2 +-
31638 src/hb-ot-shape.cc | 23 +++++++++++-----------
31639 src/hb-ot-shape.h | 1 -
31640 src/hb-shape.cc | 18 ++---------------
31641 src/hb-shape.h | 1 -
31642 src/hb-view.cc | 4 +---
31643 test/test-object.c | 7 +++++--
31644 15 files changed, 70 insertions(+), 79 deletions(-)
31646 commit cec6611c5ce84d69d910bf7e9ec1fdd594398f9f
31647 Author: Behdad Esfahbod <behdad@behdad.org>
31648 Date: Mon May 2 20:18:58 2011 -0400
31650 Protect NULL in a couple places
31652 src/hb-font.cc | 6 +++---
31653 1 file changed, 3 insertions(+), 3 deletions(-)
31655 commit 5a5030366e40baa8d96ca67b47a52ad5af143157
31656 Author: Behdad Esfahbod <behdad@behdad.org>
31657 Date: Mon May 2 19:54:29 2011 -0400
31659 Fix bug in array growth implementation
31661 With this, test/object is now passing. Yay!
31663 src/hb-private.hh | 24 +++++++++++-------------
31664 1 file changed, 11 insertions(+), 13 deletions(-)
31666 commit 16123e10700436df18d14e37371bb621b31ea5d1
31667 Author: Behdad Esfahbod <behdad@behdad.org>
31668 Date: Mon May 2 19:54:17 2011 -0400
31670 Fix bug in map implementation
31672 src/hb-private.hh | 2 +-
31673 1 file changed, 1 insertion(+), 1 deletion(-)
31675 commit 1cd5969f253528b1fc05a06c7a9f222baa29f68d
31676 Author: Behdad Esfahbod <behdad@behdad.org>
31677 Date: Mon May 2 19:53:39 2011 -0400
31679 [object] Fix bug in get_user_data() implementation
31681 src/hb-object-private.hh | 7 ++++---
31682 1 file changed, 4 insertions(+), 3 deletions(-)
31684 commit db99589529a22a2113bcef1680ab6d9b934f382e
31685 Author: Behdad Esfahbod <behdad@behdad.org>
31686 Date: Mon May 2 19:52:47 2011 -0400
31688 [test/object] Add test for object lifecycle stuff
31690 Revealed many bugs in the (untested and known buggy) user_data
31693 test/Makefile.am | 4 +
31694 test/test-object.c | 316
31695 +++++++++++++++++++++++++++++++++++++++++++++++++++++
31696 2 files changed, 320 insertions(+)
31698 commit f74d6c81f14f117b3cecfb65f0d5df22849c9a07
31699 Author: Behdad Esfahbod <behdad@behdad.org>
31700 Date: Mon May 2 19:52:32 2011 -0400
31704 test/test-unicode.c | 10 +++++-----
31705 1 file changed, 5 insertions(+), 5 deletions(-)
31707 commit 4911062d5be0d937ee8f1a70cc93e05d162f45b3
31708 Author: Behdad Esfahbod <behdad@behdad.org>
31709 Date: Mon May 2 19:36:39 2011 -0400
31711 [API] Rename hb_blob_create_empty() to hb_blob_get_empty()
31713 src/hb-blob.cc | 2 +-
31714 src/hb-blob.h | 2 +-
31715 src/hb-font.cc | 2 +-
31716 src/hb-open-type-private.hh | 2 +-
31717 4 files changed, 4 insertions(+), 4 deletions(-)
31719 commit 1ab1d3e38cdf8e7331efdbc4ef0c02ee9d5c8c04
31720 Author: Behdad Esfahbod <behdad@behdad.org>
31721 Date: Mon May 2 19:35:53 2011 -0400
31723 [face] Return nil face if blob is inert
31725 src/hb-font.cc | 3 +++
31726 1 file changed, 3 insertions(+)
31728 commit e87867cb88280e3f3a38d829e359cb686168b2cb
31729 Author: Behdad Esfahbod <behdad@behdad.org>
31730 Date: Mon May 2 19:35:05 2011 -0400
31732 [buffer] Fail in _create() if we cannot pre-allocate the requested
31735 src/hb-buffer.cc | 8 +++++---
31736 1 file changed, 5 insertions(+), 3 deletions(-)
31738 commit cd361ec9a1b2bfc271e5490dbfc0a870fd5c439a
31739 Author: Behdad Esfahbod <behdad@behdad.org>
31740 Date: Mon May 2 16:54:05 2011 -0400
31744 test/test-unicode.c | 2 +-
31745 1 file changed, 1 insertion(+), 1 deletion(-)
31747 commit c784c67a28f5b92d396eaa9529d57ef91a5cb9ac
31748 Author: Behdad Esfahbod <behdad@behdad.org>
31749 Date: Mon May 2 15:59:57 2011 -0400
31751 [unicode] Make _get_parent() return _nil object instead of NULL
31753 src/hb-unicode.cc | 29 ++++++++++++-----------------
31754 test/test-unicode.c | 2 +-
31755 2 files changed, 13 insertions(+), 18 deletions(-)
31757 commit 07e22779abd089d5921bf2d19d4a3bf1bd0173c6
31758 Author: Behdad Esfahbod <behdad@behdad.org>
31759 Date: Mon May 2 14:58:04 2011 -0400
31761 [test/unicode] Add script roundtrip tests for glib and ICU
31763 test/test-unicode.c | 70
31764 ++++++++++++++++++++++++++++++++++++++++++++++++-----
31765 1 file changed, 64 insertions(+), 6 deletions(-)
31767 commit 7cda65935c73c277550f6ac12f6730e96d4852a7
31768 Author: Behdad Esfahbod <behdad@behdad.org>
31769 Date: Mon May 2 14:33:53 2011 -0400
31771 [test/unicode] Better test chainup
31773 test/test-unicode.c | 54
31774 ++++++++++++++++++++++++++++++++++++++++++++++++-----
31775 1 file changed, 49 insertions(+), 5 deletions(-)
31777 commit 250c59225ead28449deb11522dee3819480a19b4
31778 Author: Behdad Esfahbod <behdad@behdad.org>
31779 Date: Mon May 2 14:21:30 2011 -0400
31781 [test/unicode] Port the _custom test to test all property setters
31783 test/test-unicode.c | 186
31784 +++++++++++++++++++++++++++++-----------------------
31785 1 file changed, 104 insertions(+), 82 deletions(-)
31787 commit e74b5b339ab0af53d893ec84a0955d5aa508fed3
31788 Author: Behdad Esfahbod <behdad@behdad.org>
31789 Date: Mon May 2 14:03:55 2011 -0400
31791 [test/unicode] Test Unicode 5.2+ but don't fail
31793 test/test-unicode.c | 21 +++++++++++++++++++--
31794 1 file changed, 19 insertions(+), 2 deletions(-)
31796 commit c763aa42b46eaee95359806cab56fa632ff3ad58
31797 Author: Behdad Esfahbod <behdad@behdad.org>
31798 Date: Mon May 2 13:52:17 2011 -0400
31800 [test/buffer] Clean up testing
31802 Getting the hang of how to cleanly use gtest.
31804 test/test-buffer.c | 154
31805 +++++++++++++++++++++++++++++------------------------
31806 1 file changed, 85 insertions(+), 69 deletions(-)
31808 commit 819e9d9e5310e67e8dcce9fa885f8a086a9b9ee8
31809 Author: Behdad Esfahbod <behdad@behdad.org>
31810 Date: Mon May 2 12:38:54 2011 -0400
31814 test/test-unicode.c | 5 ++++-
31815 1 file changed, 4 insertions(+), 1 deletion(-)
31817 commit 03034acb8a9fdd33135bc3775a1f932da9ebdd42
31818 Author: Behdad Esfahbod <behdad@behdad.org>
31819 Date: Mon May 2 12:37:45 2011 -0400
31821 [icu] Make sure we return script UNKNOWN instead of INVALID
31823 src/hb-icu.cc | 3 +++
31824 1 file changed, 3 insertions(+)
31826 commit d02985ec5a24c659a0a133cc6bc103f1d76bcb29
31827 Author: Behdad Esfahbod <behdad@behdad.org>
31828 Date: Mon May 2 12:35:14 2011 -0400
31832 Update to http://unicode.org/iso15924
31834 Fixes some of the test failures in test-unicode with ICU. Still
31835 one more to fix before the test passes.
31837 src/hb-common.cc | 10 ++++++++--
31838 src/hb-common.h | 5 +++--
31839 src/hb-ot-tag.cc | 2 --
31840 3 files changed, 11 insertions(+), 6 deletions(-)
31842 commit e8e29c725a72c2e991cd1c4422a020457e1684e9
31843 Author: Behdad Esfahbod <behdad@behdad.org>
31844 Date: Mon May 2 12:06:18 2011 -0400
31846 [test/unicode] Add log messages
31848 Use with --verbose to see what's failing
31850 test/test-unicode.c | 9 ++++++---
31851 1 file changed, 6 insertions(+), 3 deletions(-)
31853 commit 208c2c31501f6eb2b81b6bf80fcf39f4646eb38b
31854 Author: Behdad Esfahbod <behdad@behdad.org>
31855 Date: Sun May 1 20:04:01 2011 -0400
31859 test/test-unicode.c | 478
31860 ++++++++++++++++++++++++++--------------------------
31861 1 file changed, 243 insertions(+), 235 deletions(-)
31863 commit 60833efaf1310c3f18e150b61daaeb0074ae3d91
31864 Author: Behdad Esfahbod <behdad@behdad.org>
31865 Date: Fri Apr 29 16:49:57 2011 -0400
31867 [test/unicode] Add testing of all unicode properties
31871 test/hb-test.h | 4 +-
31872 test/test-unicode.c | 432
31873 +++++++++++++++++++++++++++++++++++++++++++++++++---
31874 2 files changed, 416 insertions(+), 20 deletions(-)
31876 commit da96ee072fa3544c3d36cf0b82ada11806789d70
31877 Author: Behdad Esfahbod <behdad@behdad.org>
31878 Date: Fri Apr 29 12:17:09 2011 -0400
31880 [test/unicode] Test is/make_immutable()
31882 test/test-unicode.c | 46 ++++++++++++++++++++++++++++++----------------
31883 1 file changed, 30 insertions(+), 16 deletions(-)
31885 commit 6af9cff5e17e82100b435c8d21aed0765296d58d
31886 Author: Behdad Esfahbod <behdad@behdad.org>
31887 Date: Fri Apr 29 12:00:38 2011 -0400
31889 [test/unicode] Use text fixture instead of static variables
31891 src/hb-unicode-private.hh | 2 +-
31892 src/hb-unicode.h | 2 +-
31893 test/test-buffer.c | 2 +-
31894 test/test-c.c | 1 +
31895 test/test-common.c | 3 +-
31896 test/test-cplusplus.cc | 1 +
31897 test/test-unicode.c | 112
31898 +++++++++++++++++++++++++++-------------------
31899 7 files changed, 74 insertions(+), 49 deletions(-)
31901 commit 13db3d40bfc09c68f9761a71435b1840b9d34099
31902 Author: Behdad Esfahbod <behdad@behdad.org>
31903 Date: Thu Apr 28 19:44:45 2011 -0400
31905 [test/buffer] Add UTF-16 tests
31907 test/test-buffer.c | 48 ++++++++++++++++++++++++++++++++++++++++++++++--
31908 1 file changed, 46 insertions(+), 2 deletions(-)
31910 commit 243673d601588a6f704ceafbff5dd5cdf66c47b7
31911 Author: Behdad Esfahbod <behdad@behdad.org>
31912 Date: Thu Apr 28 19:37:51 2011 -0400
31914 [test/buffer] Add more extensive UTF-8 test data from glib
31916 src/hb-buffer.cc | 2 +-
31917 test/test-buffer.c | 317
31918 ++++++++++++++++++++++++++++++++++++++++++++++++++---
31919 2 files changed, 303 insertions(+), 16 deletions(-)
31921 commit dfec67f958482e5c3bb01e06b08694cd4ded6f66
31922 Author: Behdad Esfahbod <behdad@behdad.org>
31923 Date: Thu Apr 28 18:34:42 2011 -0400
31925 [test/buffer] Add initial utf-8 tests
31927 test/hb-test.h | 25 ++++++++++++++++++++++++-
31928 test/test-buffer.c | 46 +++++++++++++++++++++++++++++++++++++++++++++-
31929 2 files changed, 69 insertions(+), 2 deletions(-)
31931 commit aafe395ab550d3ba2fabc69155662e87d45e74a8
31932 Author: Behdad Esfahbod <behdad@behdad.org>
31933 Date: Thu Apr 28 17:10:44 2011 -0400
31935 Add test suite infrastructure
31937 Wraps around glib for convenience and ease of use.
31939 test/Makefile.am | 1 +
31940 test/hb-test.h | 132
31941 ++++++++++++++++++++++++++++++++++++++++++++++++----
31942 test/test-buffer.c | 29 ++++++------
31943 test/test-common.c | 14 +++---
31944 test/test-unicode.c | 32 ++++++-------
31945 5 files changed, 160 insertions(+), 48 deletions(-)
31947 commit c7ffe2ad5f6e97e26d14e2cc0d4098af8f5f36d0
31948 Author: Behdad Esfahbod <behdad@behdad.org>
31949 Date: Thu Apr 28 16:03:29 2011 -0400
31951 [API Remove hb_font_funcs_copy()
31953 Will be adding font_funcs subclassing instead.
31955 src/hb-font.cc | 13 -------------
31956 src/hb-font.h | 3 ---
31957 2 files changed, 16 deletions(-)
31959 commit 30f34d08d445722320db711c3ddf41e66225752c
31960 Author: Behdad Esfahbod <behdad@behdad.org>
31961 Date: Thu Apr 28 16:02:40 2011 -0400
31963 [TODO] Remove finished items
31966 src/hb-font.h | 10 ----------
31967 2 files changed, 12 deletions(-)
31969 commit 080a0eb7d82d7195be72c16ece6e0a3ffed636b6
31970 Author: Behdad Esfahbod <behdad@behdad.org>
31971 Date: Thu Apr 28 16:01:01 2011 -0400
31973 Add _hb_unsigned_int_mul_overflows
31975 src/hb-buffer.cc | 7 ++-----
31976 src/hb-open-type-private.hh | 2 +-
31977 src/hb-ot-layout-gsub-private.hh | 2 +-
31978 src/hb-private.hh | 9 ++++++++-
31979 4 files changed, 12 insertions(+), 8 deletions(-)
31981 commit 1d39d6e42b3d7628512d675a84a831a0f58624eb
31982 Author: Behdad Esfahbod <behdad@behdad.org>
31983 Date: Thu Apr 28 15:54:16 2011 -0400
31985 Desable possibly lethal test on 64-bit machines
31987 test/test-buffer.c | 9 ++++++---
31988 1 file changed, 6 insertions(+), 3 deletions(-)
31990 commit 3264042873fd639f3ef8ff0acfad777a0a9f3355
31991 Author: Behdad Esfahbod <behdad@behdad.org>
31992 Date: Thu Apr 28 14:24:16 2011 -0400
31994 [test/buffer] Test pre_allocate() and allocation_successful()
31996 src/hb-buffer.cc | 3 ++-
31997 test/test-buffer.c | 26 +++++++++++++++++++++++++-
31998 2 files changed, 27 insertions(+), 2 deletions(-)
32000 commit 123aa04f7b3241d6e43de2d472c4a1cbdb250ac7
32001 Author: Behdad Esfahbod <behdad@behdad.org>
32002 Date: Thu Apr 28 12:58:28 2011 -0400
32004 Fix possible but improbable overflow in hb_array_t
32006 src/hb-private.hh | 2 +-
32007 1 file changed, 1 insertion(+), 1 deletion(-)
32009 commit e0db4b868f9fdd8e680890f87dd4e13a1c27b7a1
32010 Author: Behdad Esfahbod <behdad@behdad.org>
32011 Date: Thu Apr 28 12:56:49 2011 -0400
32013 [buffer] More error handling
32015 Should be all set now.
32017 src/hb-buffer-private.hh | 2 +-
32018 src/hb-buffer.cc | 60
32019 +++++++++++++++++++++++++++++++++---------------
32020 2 files changed, 43 insertions(+), 19 deletions(-)
32022 commit 15c57e04bf05026ef424f8ae912d2f379301bf93
32023 Author: Behdad Esfahbod <behdad@behdad.org>
32024 Date: Thu Apr 28 12:28:54 2011 -0400
32026 [test/buffer] Add test pre_alloc(); hangs in the buffer code right now
32028 Because the following loop overflows:
32030 while (size > new_allocated)
32031 new_allocated += (new_allocated >> 1) + 32;
32033 test/test-buffer.c | 33 ++++++++++++++++++++++++++-------
32034 1 file changed, 26 insertions(+), 7 deletions(-)
32036 commit 1e5527e2d60ed3b4a5adf62b258415ec3aef41fb
32037 Author: Behdad Esfahbod <behdad@behdad.org>
32038 Date: Thu Apr 28 12:15:24 2011 -0400
32040 [test/buffer] Test reset(), set_length(), and set/get_unicode_data()
32042 test/test-buffer.c | 66
32043 ++++++++++++++++++++++++++++++++++++++++++++++++------
32044 1 file changed, 59 insertions(+), 7 deletions(-)
32046 commit db126b5448ec802285cf2b6f0e7da412d02dfb28
32047 Author: Behdad Esfahbod <behdad@behdad.org>
32048 Date: Thu Apr 28 11:56:29 2011 -0400
32050 [test/buffer] Test reverse() and reverse_clusters()
32052 test/test-buffer.c | 61
32053 ++++++++++++++++++++++++++++++++++++++++++++++++++----
32054 1 file changed, 57 insertions(+), 4 deletions(-)
32056 commit 5fa849b77d49da2212825ebb1bea9145713b8449
32057 Author: Behdad Esfahbod <behdad@behdad.org>
32058 Date: Wed Apr 27 21:46:01 2011 -0400
32060 [API] Add _set/get_user_data() for all objects
32062 src/hb-blob.cc | 17 +++++++++++++++++
32063 src/hb-blob.h | 12 ++++++++++++
32064 src/hb-buffer.cc | 16 ++++++++++++++++
32065 src/hb-buffer.h | 10 ++++++++++
32066 src/hb-font.cc | 51
32067 +++++++++++++++++++++++++++++++++++++++++++++++++++
32068 src/hb-font.h | 36 ++++++++++++++++++++++++++++++++++++
32069 src/hb-unicode.cc | 17 +++++++++++++++++
32070 src/hb-unicode.h | 12 ++++++++++++
32071 8 files changed, 171 insertions(+)
32073 commit 852e08ec8fbfbce1d50e571d0bb0b52ef4d4cc58
32074 Author: Behdad Esfahbod <behdad@behdad.org>
32075 Date: Wed Apr 27 21:45:51 2011 -0400
32079 src/hb-object-private.hh | 153
32080 ++++++++++-------------------------------------
32081 src/hb-private.hh | 136 +++++++++++++++++++++++++++++++++++++----
32082 2 files changed, 157 insertions(+), 132 deletions(-)
32084 commit 29c67d3f70b081766a6c01353980f457f38aeb12
32085 Author: Behdad Esfahbod <behdad@behdad.org>
32086 Date: Wed Apr 27 21:22:32 2011 -0400
32088 Add initial implementation of user_data to objects
32090 src/hb-common.h | 11 ++-
32091 src/hb-object-private.hh | 186
32092 ++++++++++++++++++++++++++++++++++++++++++++++-
32093 2 files changed, 193 insertions(+), 4 deletions(-)
32095 commit 47e71d9661946a4ffb96026bf1d697d788414ab5
32096 Author: Behdad Esfahbod <behdad@behdad.org>
32097 Date: Wed Apr 27 16:38:03 2011 -0400
32099 [object] Remove unnecessary use of macros
32102 src/hb-blob.cc | 18 +++++++++---------
32103 src/hb-buffer.cc | 6 +++---
32104 src/hb-font.cc | 30 +++++++++++++++---------------
32105 src/hb-object-private.hh | 9 ---------
32106 src/hb-unicode.cc | 8 ++++----
32107 6 files changed, 31 insertions(+), 42 deletions(-)
32109 commit 8be1420f8fd0e5c53282245d6830efbee5c7409d
32110 Author: Behdad Esfahbod <behdad@behdad.org>
32111 Date: Wed Apr 27 16:14:04 2011 -0400
32113 [blob] Use HB_FUNC instead of __FUNCTION__
32115 src/hb-blob.cc | 24 ++++++++++++------------
32116 1 file changed, 12 insertions(+), 12 deletions(-)
32118 commit ae008b90cfc2028e878100f78b21d70f923a6044
32119 Author: Behdad Esfahbod <behdad@behdad.org>
32120 Date: Wed Apr 27 16:12:12 2011 -0400
32122 [object] Add tracing support back in
32124 src/hb-object-private.hh | 38 ++++++++++++++++++++++++++------------
32125 1 file changed, 26 insertions(+), 12 deletions(-)
32127 commit 5b7f38979fa90117861fe327477de1707f117a8c
32128 Author: Behdad Esfahbod <behdad@behdad.org>
32129 Date: Wed Apr 27 15:10:12 2011 -0400
32131 GNOME Bug 612402 - (hb-arm) HarfBuzz compilation fix for arm
32133 With gcc on arm, request 8-bit structure alignment.
32135 configure.ac | 10 +++++++++-
32136 1 file changed, 9 insertions(+), 1 deletion(-)
32138 commit 39a840ae65327b173e6eb1bb291e235a8305d7a1
32139 Author: Behdad Esfahbod <behdad@behdad.org>
32140 Date: Wed Apr 27 14:48:19 2011 -0400
32142 [API] Add hb_direction_from/to_string()
32144 And hb-view --direction argument.
32147 src/hb-common.cc | 36 ++++++++++++++++++++++++++++++++++++
32148 src/hb-common.h | 6 ++++++
32149 src/hb-view.cc | 13 ++++++++++---
32150 test/test-common.c | 21 ++++++++++++++++++++-
32151 5 files changed, 72 insertions(+), 5 deletions(-)
32153 commit f1425a549fef360c3750532de23604cd318999d8
32154 Author: Behdad Esfahbod <behdad@behdad.org>
32155 Date: Wed Apr 27 12:15:06 2011 -0400
32157 Rename hb-view.c and test.c to .cc files
32159 src/Makefile.am | 4 +-
32160 src/hb-view.c | 540
32161 --------------------------------------------------------
32162 src/hb-view.cc | 540
32163 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
32164 src/test.c | 94 ----------
32165 src/test.cc | 97 ++++++++++
32166 5 files changed, 639 insertions(+), 636 deletions(-)
32168 commit eb5796f58897ecfb9d76fd99915bf1a30669a0fa
32169 Author: Behdad Esfahbod <behdad@behdad.org>
32170 Date: Wed Apr 27 12:14:53 2011 -0400
32172 [TODO] Add hb-view items
32174 TODO | 10 ++++++++++
32175 1 file changed, 10 insertions(+)
32177 commit 65e0063eae2f3adb25315b8bd7b0e7757aa960f3
32178 Author: Behdad Esfahbod <behdad@behdad.org>
32179 Date: Wed Apr 27 09:33:58 2011 -0400
32181 Make buffer size growth start from 32 instead of 8
32183 src/hb-buffer.cc | 2 +-
32184 1 file changed, 1 insertion(+), 1 deletion(-)
32186 commit d4bee9f813bb299b1c4aab7c33d588be2a7d354b
32187 Author: Behdad Esfahbod <behdad@behdad.org>
32188 Date: Wed Apr 27 09:24:37 2011 -0400
32190 [API] Add hb_unicode_funcs_get_default()
32192 src/hb-buffer.cc | 4 ++--
32193 src/hb-glib.cc | 5 +++--
32194 src/hb-icu.cc | 5 +++--
32195 src/hb-unicode-private.hh | 11 +++++++++++
32196 src/hb-unicode.cc | 7 +++++++
32197 src/hb-unicode.h | 8 ++++++++
32198 src/hb-view.c | 13 ++++++-------
32199 test/test-unicode.c | 11 ++++++++++-
32200 8 files changed, 50 insertions(+), 14 deletions(-)
32202 commit 153142dac8dd9abaf164bb88af07c600c17fc3a1
32203 Author: Behdad Esfahbod <behdad@behdad.org>
32204 Date: Wed Apr 27 01:49:03 2011 -0400
32206 Replace simple macros with inline functions for better type safety
32208 Now that we use C++ for all source code, lets benefit from it!
32210 The hb_be_int16/32_get/put/eq() macros grow code size if replaced with
32211 inline functions, so leave them as is.
32213 src/hb-open-type-private.hh | 4 ++--
32214 src/hb-private.hh | 30 +++++++++++++++++++++---------
32215 2 files changed, 23 insertions(+), 11 deletions(-)
32217 commit 40a9b8154f929947f4693bf90c64301afa407c3f
32218 Author: Behdad Esfahbod <behdad@behdad.org>
32219 Date: Wed Apr 27 01:48:56 2011 -0400
32223 src/hb-object-private.hh | 1 +
32224 1 file changed, 1 insertion(+)
32226 commit ebdc83467c31574daa118fc18cd2ef2dc819b503
32227 Author: Behdad Esfahbod <behdad@behdad.org>
32228 Date: Wed Apr 27 01:41:24 2011 -0400
32230 Don't return in void function
32232 Would have been nice if gcc had warned...
32234 src/hb-private.hh | 2 +-
32235 1 file changed, 1 insertion(+), 1 deletion(-)
32237 commit ec6f9c2fd03a49d1e91cbaefa5bdbbfb35dff92e
32238 Author: Behdad Esfahbod <behdad@behdad.org>
32239 Date: Thu Apr 21 18:35:58 2011 -0400
32241 Further simplify object handling
32243 src/hb-object-private.hh | 53
32244 ++++++++++++++++++++++++------------------------
32245 1 file changed, 27 insertions(+), 26 deletions(-)
32247 commit fca368c4682624346a0aaee690e1ad6ed4c0b337
32248 Author: Behdad Esfahbod <behdad@behdad.org>
32249 Date: Thu Apr 21 18:24:02 2011 -0400
32251 Add hb_object_header_t which is the common part of all objects
32253 Makes way for adding arbitrary user_data support.
32255 src/hb-blob-private.hh | 3 +-
32256 src/hb-blob.cc | 2 +-
32257 src/hb-buffer-private.hh | 9 +++--
32258 src/hb-buffer.cc | 2 +-
32259 src/hb-font-private.hh | 7 ++--
32260 src/hb-font.cc | 7 ++--
32261 src/hb-ft.cc | 3 +-
32262 src/hb-glib.cc | 3 +-
32263 src/hb-icu.cc | 3 +-
32264 src/hb-object-private.hh | 95
32265 ++++++++++++++++++++++++++---------------------
32266 src/hb-private.hh | 5 +--
32267 src/hb-unicode-private.hh | 6 ++-
32268 src/hb-unicode.cc | 3 +-
32269 13 files changed, 82 insertions(+), 66 deletions(-)
32271 commit a9f24c802956d57180d71b83e96a0fb81197df4a
32272 Author: Behdad Esfahbod <behdad@behdad.org>
32273 Date: Thu Apr 21 17:18:22 2011 -0400
32275 Move hb_reference_count_t to hb-private.h
32277 src/hb-object-private.hh | 17 -----------------
32278 src/hb-private.hh | 20 ++++++++++++++++++++
32279 2 files changed, 20 insertions(+), 17 deletions(-)
32281 commit 2409d5f8d7dd8b535ce5ea29e933f7db27d33793
32282 Author: Behdad Esfahbod <behdad@behdad.org>
32283 Date: Thu Apr 21 17:14:28 2011 -0400
32285 Update Copyright headers
32287 COPYING | 15 ++++++++-------
32288 src/hb-blob-private.hh | 2 +-
32289 src/hb-blob.cc | 2 +-
32290 src/hb-blob.h | 2 +-
32291 src/hb-buffer-private.hh | 4 ++--
32292 src/hb-buffer.cc | 6 +++---
32293 src/hb-buffer.h | 6 +++---
32294 src/hb-common.cc | 4 +++-
32295 src/hb-common.h | 4 +++-
32296 src/hb-font-private.hh | 4 +++-
32297 src/hb-font.cc | 2 +-
32298 src/hb-font.h | 2 +-
32299 src/hb-ft.cc | 4 ++--
32301 src/hb-glib.cc | 4 +++-
32302 src/hb-glib.h | 4 +++-
32303 src/hb-icu.cc | 6 ++++--
32304 src/hb-icu.h | 4 +++-
32305 src/hb-object-private.hh | 6 ++++--
32306 src/hb-open-file-private.hh | 2 +-
32307 src/hb-open-type-private.hh | 2 +-
32308 src/hb-ot-head-private.hh | 2 +-
32309 src/hb-ot-layout-common-private.hh | 4 ++--
32310 src/hb-ot-layout-gdef-private.hh | 4 ++--
32311 src/hb-ot-layout-gpos-private.hh | 4 ++--
32312 src/hb-ot-layout-gsub-private.hh | 4 ++--
32313 src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
32314 src/hb-ot-layout-private.hh | 2 +-
32315 src/hb-ot-layout.cc | 6 +++---
32316 src/hb-ot-layout.h | 2 +-
32317 src/hb-ot-map-private.hh | 4 ++--
32318 src/hb-ot-map.cc | 4 ++--
32319 src/hb-ot-shape-complex-arabic-table.hh | 2 +-
32320 src/hb-ot-shape-complex-arabic.cc | 2 +-
32321 src/hb-ot-shape-complex-private.hh | 2 +-
32322 src/hb-ot-shape-private.hh | 2 +-
32323 src/hb-ot-shape.cc | 4 ++--
32324 src/hb-ot-shape.h | 2 +-
32325 src/hb-ot-tag.cc | 4 +++-
32326 src/hb-ot-tag.h | 2 +-
32328 src/hb-private.hh | 4 +++-
32329 src/hb-shape.cc | 2 +-
32330 src/hb-shape.h | 2 +-
32331 src/hb-unicode-private.hh | 4 ++--
32332 src/hb-unicode.cc | 4 ++--
32333 src/hb-unicode.h | 4 +++-
32334 src/hb-view.c | 4 ++--
32338 test/hb-test.h | 17 ++++++++++++++++-
32339 test/test-buffer.c | 2 +-
32340 test/test-c.c | 2 +-
32341 test/test-common.c | 2 +-
32342 test/test-cplusplus.cc | 2 +-
32343 test/test-unicode.c | 2 +-
32344 57 files changed, 122 insertions(+), 84 deletions(-)
32346 commit 08da7a3841ca7dfcb627314cae1c3a668b9c7236
32347 Author: Behdad Esfahbod <behdad@behdad.org>
32348 Date: Thu Apr 21 16:59:10 2011 -0400
32350 [hb-view] Accept numbers in feature tag name
32352 Reported by Adam Twardoch.
32354 src/hb-view.c | 6 +++---
32355 1 file changed, 3 insertions(+), 3 deletions(-)
32357 commit 24229eb13268a422efffbcb28a094b726824c7f0
32358 Author: Behdad Esfahbod <behdad@behdad.org>
32359 Date: Thu Apr 21 16:55:17 2011 -0400
32361 Remove obsolete comment
32363 Talking to Ryan Lortie, he thinks my comment doesn't make sense.
32365 So I'm making the getter const. Note that g_atomic_int_get()
32366 casts that away itself, so we don't need to worry about that
32367 (which kinda makes me uncomfortable actually).
32369 src/hb-object-private.hh | 16 ++--------------
32370 1 file changed, 2 insertions(+), 14 deletions(-)
32372 commit dcb7026f33cbcdf60e9b7fcdd44c64cc08702c74
32373 Author: Behdad Esfahbod <behdad@behdad.org>
32374 Date: Thu Apr 21 16:34:22 2011 -0400
32376 Add ASSERT_STATIC_EXPR macro
32380 src/hb-private.hh | 2 ++
32381 1 file changed, 2 insertions(+)
32383 commit 3e8bdbf9414291da5cf61213d5f4275c1ae23ae5
32384 Author: Behdad Esfahbod <behdad@behdad.org>
32385 Date: Thu Apr 21 16:16:21 2011 -0400
32387 Cleanup hb_refrence_count_t
32389 src/hb-object-private.hh | 23 ++++++++++++++++++-----
32390 src/hb-private.hh | 6 +++---
32391 2 files changed, 21 insertions(+), 8 deletions(-)
32393 commit 783a7d69696bf0b1502ec9c1495e482e491c78e0
32394 Author: Behdad Esfahbod <behdad@behdad.org>
32395 Date: Thu Apr 21 16:03:59 2011 -0400
32397 [TODO] Remove finished items
32401 2 files changed, 1 insertion(+), 6 deletions(-)
32403 commit da975419884a535281745f30f4b32fee0bc8a7a1
32404 Author: Behdad Esfahbod <behdad@behdad.org>
32405 Date: Thu Apr 21 15:08:01 2011 -0400
32407 [API] Allow negative font x_scale/y_scale
32409 I was reconsidering whether y should grow down, since all three/four
32410 times I've used this API I was tricked and got that wrong in my use.
32411 So I was very inclined to make y grow down instead of up. However,
32412 considering that the font space has y up and it would be very
32414 for callbacks to work against that, I decided that what I really want
32415 is for the user to be able to set y_scale to a negative number
32417 that user-space y grows down.
32419 Changing x_scale/y_scale from unsigned int to int allows that,
32421 made pango to use that instead of negating glyph y_offset later.
32423 however still has y group up. I *guess* that's how FreeType works?
32424 I'm not sure, FreeType docs don't make this clear...
32426 I'm happy with the resolution :-).
32428 src/hb-font.cc | 8 ++++----
32429 src/hb-font.h | 8 ++++----
32430 src/hb-ot-layout-common-private.hh | 6 +-----
32431 src/hb-ot-layout-private.hh | 2 +-
32432 4 files changed, 10 insertions(+), 14 deletions(-)
32434 commit 4d559cddbb3b3a5c12c5167eba69598618a9f283
32435 Author: Behdad Esfahbod <behdad@behdad.org>
32436 Date: Thu Apr 21 14:58:23 2011 -0400
32438 [icu] Remove big script switch(), rely on reverse-lookup
32440 src/hb-icu.cc | 137
32441 ++++------------------------------------------------------
32442 1 file changed, 9 insertions(+), 128 deletions(-)
32444 commit d18431b4cd8c1b14523733cd60a62b862f5b471f
32445 Author: Behdad Esfahbod <behdad@behdad.org>
32446 Date: Wed Apr 20 18:59:10 2011 -0400
32448 Move hb_reference_count_t from macros to inline methods
32450 src/hb-object-private.hh | 25 +++++++++++--------------
32451 1 file changed, 11 insertions(+), 14 deletions(-)
32453 commit c57d454accff66e5f2c58006e8fb40bc020b6182
32454 Author: Behdad Esfahbod <behdad@behdad.org>
32455 Date: Wed Apr 20 18:50:27 2011 -0400
32457 Rename all private sources and headers to C++ files
32459 So we can liberally use the simple features of C++ that parts of the
32460 codebase is already using.
32462 src/Makefile.am | 17 +-
32463 src/hb-blob-private.h | 59 ---
32464 src/hb-blob-private.hh | 59 +++
32465 src/hb-blob.cc | 4 +-
32466 src/hb-buffer-private.hh | 2 +-
32467 src/hb-common.c | 222 -----------
32468 src/hb-common.cc | 222 +++++++++++
32469 src/hb-font-private.h | 97 -----
32470 src/hb-font-private.hh | 97 +++++
32471 src/hb-font.cc | 6 +-
32472 src/hb-ft.c | 262 ------------
32473 src/hb-ft.cc | 262 ++++++++++++
32474 src/hb-glib.cc | 2 +-
32475 src/hb-icu.cc | 2 +-
32476 src/hb-object-private.h | 134 -------
32477 src/hb-object-private.hh | 132 +++++++
32478 src/hb-open-type-private.hh | 2 +-
32479 src/hb-ot-layout-gdef-private.hh | 2 +-
32480 src/hb-ot-layout-private.hh | 4 +-
32481 src/hb-ot-shape-complex-arabic-table.h | 674
32482 -------------------------------
32483 src/hb-ot-shape-complex-arabic-table.hh | 674
32484 +++++++++++++++++++++++++++++++
32485 src/hb-ot-shape-complex-arabic.cc | 2 +-
32486 src/hb-ot-shape-complex-private.hh | 2 +-
32487 src/hb-ot-shape-private.hh | 2 +-
32488 src/hb-ot-tag.c | 677
32489 --------------------------------
32490 src/hb-ot-tag.cc | 677
32491 ++++++++++++++++++++++++++++++++
32492 src/hb-private.h | 301 --------------
32493 src/hb-private.hh | 301 ++++++++++++++
32494 src/hb-shape.cc | 2 +-
32495 src/hb-unicode-private.hh | 2 +-
32496 src/hb-unicode.cc | 2 +-
32497 src/hb-view.c | 6 +
32498 32 files changed, 2457 insertions(+), 2452 deletions(-)
32500 commit f19f4f9b0965ad7473a0f3a1ffcdbf16930e35d4
32501 Author: Behdad Esfahbod <behdad@behdad.org>
32502 Date: Wed Apr 20 18:25:56 2011 -0400
32504 Rename hb-blob.c to hb-blob.cc in preparation of more changes
32506 src/Makefile.am | 2 +-
32507 src/hb-blob.c | 356
32508 --------------------------------------------------------
32509 src/hb-blob.cc | 356
32510 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
32511 3 files changed, 357 insertions(+), 357 deletions(-)
32513 commit 04744e73bad22d679986173b5f0d84dbbf49dd57
32514 Author: Behdad Esfahbod <behdad@behdad.org>
32515 Date: Wed Apr 20 17:24:03 2011 -0400
32517 [TODO] Remove done items
32520 1 file changed, 6 deletions(-)
32522 commit 9417c1c0d2b005eadf0c087ca695121a6200d0f7
32523 Author: Behdad Esfahbod <behdad@behdad.org>
32524 Date: Wed Apr 20 17:21:23 2011 -0400
32526 [API] Make hb_face_reference_table() return empty blob instead of NULL
32528 The idea here is that:
32530 - Like pretty much all other API in harfbuzz, user does not have to
32533 - In any caller code, the case of missing table should be handled
32534 exactly the same way that a too-short table is handled. Turning
32535 a non-existent talbe into a table of size 0 makes the user code
32538 src/hb-font.cc | 2 ++
32539 src/hb-open-type-private.hh | 3 ---
32540 2 files changed, 2 insertions(+), 3 deletions(-)
32542 commit c035812feb0d385a9e8c334631738e4915912c71
32543 Author: Behdad Esfahbod <behdad@behdad.org>
32544 Date: Wed Apr 20 17:03:00 2011 -0400
32546 [API] Rename hb_face_get_table() to hb_face_reference_table()
32548 That correctly reflects the reference ownership transfer happening.
32550 src/hb-font.cc | 4 ++--
32551 src/hb-font.h | 7 ++-----
32552 src/hb-ot-layout.cc | 6 +++---
32553 src/hb-shape.cc | 2 +-
32554 4 files changed, 8 insertions(+), 11 deletions(-)
32556 commit 2d7b61a4b0ed212ca414b3281c2eae3e3db19c13
32557 Author: Behdad Esfahbod <behdad@behdad.org>
32558 Date: Wed Apr 20 16:40:56 2011 -0400
32560 [TODO] Remove done items
32562 TODO | 10 ++--------
32564 2 files changed, 3 insertions(+), 9 deletions(-)
32566 commit af02933739e03a156b9f7761fd7a63e2a02d0df1
32567 Author: Behdad Esfahbod <behdad@behdad.org>
32568 Date: Wed Apr 20 15:49:31 2011 -0400
32570 [API] Remove hb_*_get_reference_count()
32572 This was a bizzare piece of API that I inherited from cairo. It has
32573 been wrong adding them to cairo in the first place. Remove them
32577 src/hb-blob.c | 6 ------
32578 src/hb-blob.h | 3 ---
32579 src/hb-buffer.cc | 6 ------
32580 src/hb-buffer.h | 3 ---
32581 src/hb-font.cc | 18 ------------------
32582 src/hb-font.h | 9 ---------
32583 src/hb-object-private.h | 7 -------
32584 src/hb-unicode.cc | 6 ------
32585 src/hb-unicode.h | 3 ---
32586 test/test-unicode.c | 24 ------------------------
32587 10 files changed, 85 deletions(-)
32589 commit 440a76b630a36a7336c93e8b05d988c6407b085e
32590 Author: Behdad Esfahbod <behdad@behdad.org>
32591 Date: Wed Apr 20 14:20:00 2011 -0400
32593 [OT] Fix script to ot-script-tag conversion
32595 src/hb-ot-tag.c | 4 ++--
32596 1 file changed, 2 insertions(+), 2 deletions(-)
32598 commit a3036a3e97b14c8eb1df208aed944207f9b6cc0b
32599 Author: Behdad Esfahbod <behdad@behdad.org>
32600 Date: Wed Apr 20 14:13:23 2011 -0400
32604 src/hb-view.c | 1 -
32605 1 file changed, 1 deletion(-)
32607 commit fb6291d9c9224bedf207bf0077ad9f0a2690f867
32608 Author: Behdad Esfahbod <behdad@behdad.org>
32609 Date: Wed Apr 20 03:15:31 2011 -0400
32611 [test] Add test for headers included from C and C++
32613 test/Makefile.am | 17 +++++++++++++++++
32615 +++++++++++++++++++++++++++++++++++++++++++++++++
32616 test/test-cplusplus.cc | 29 +++++++++++++++++++++++++++++
32617 3 files changed, 95 insertions(+)
32619 commit 107a50581ccab7df7c390d5b927fdab1bbe8e713
32620 Author: Behdad Esfahbod <behdad@behdad.org>
32621 Date: Wed Apr 20 03:04:56 2011 -0400
32623 [test] Add todo items
32625 test/test-unicode.c | 3 +++
32626 1 file changed, 3 insertions(+)
32628 commit 5668189c12c264e8d2caf0d12dac918363ef6f80
32629 Author: Behdad Esfahbod <behdad@behdad.org>
32630 Date: Wed Apr 20 03:03:32 2011 -0400
32632 [API] font: move user_data before destroy()
32634 This is the common convention for language binding tools.
32636 src/hb-font-private.h | 4 ++--
32637 src/hb-font.cc | 30 +++++++++++++++---------------
32638 src/hb-font.h | 12 ++++++------
32639 src/hb-ft.c | 8 ++++----
32640 4 files changed, 27 insertions(+), 27 deletions(-)
32642 commit e5847f75fb7bd25c5db6061d8e20d61fa469f9fe
32643 Author: Behdad Esfahbod <behdad@behdad.org>
32644 Date: Wed Apr 20 02:59:28 2011 -0400
32646 [API] blob: move user_data before destroy()
32648 This is the common convention for language binding tools.
32650 src/hb-blob-private.h | 2 +-
32651 src/hb-blob.c | 16 ++++++++--------
32652 src/hb-blob.h | 4 ++--
32653 3 files changed, 11 insertions(+), 11 deletions(-)
32655 commit 1fd73b594d611624ccb73f614c61298debf48994
32656 Author: Behdad Esfahbod <behdad@behdad.org>
32657 Date: Wed Apr 20 02:56:39 2011 -0400
32659 [test] Rename test-types to test-common
32661 test/Makefile.am | 2 +-
32662 test/test-common.c | 166
32663 +++++++++++++++++++++++++++++++++++++++++++++++++++++
32664 test/test-types.c | 166
32665 -----------------------------------------------------
32666 3 files changed, 167 insertions(+), 167 deletions(-)
32668 commit f144a8ea840c6452c1fece2fd988b42a8ea7c5a6
32669 Author: Behdad Esfahbod <behdad@behdad.org>
32670 Date: Wed Apr 20 02:54:42 2011 -0400
32672 [icu] Add two-way script conversion functions
32674 Also optimizes the common-direction script lookup.
32676 src/hb-common.c | 5 +-
32677 src/hb-icu.cc | 205
32678 +++++++++++++++++++++++++++++-------------------------
32679 src/hb-icu.h | 9 +++
32680 test/test-types.c | 2 +-
32681 4 files changed, 124 insertions(+), 97 deletions(-)
32683 commit 0809aadd4bbd5d0f256407def7cc10b79772a824
32684 Author: Behdad Esfahbod <behdad@behdad.org>
32685 Date: Wed Apr 20 02:44:29 2011 -0400
32687 [glib] Add two-way script conversion functions
32689 Also optimizes the common-direction script lookup to be an array
32692 src/hb-glib.cc | 270
32693 ++++++++++++++++++++++++++++++---------------------------
32694 src/hb-glib.h | 8 ++
32695 2 files changed, 148 insertions(+), 130 deletions(-)
32697 commit 5c8c1b680c4fa23c8574b9aebd21113e276f57a3
32698 Author: Behdad Esfahbod <behdad@behdad.org>
32699 Date: Wed Apr 20 02:29:22 2011 -0400
32701 Remove verbose comments
32703 src/hb-glib.cc | 194 ++++++++++++++++++++---------------------
32704 src/hb-icu.cc | 266
32705 ++++++++++++++++++++++++++++-----------------------------
32706 2 files changed, 230 insertions(+), 230 deletions(-)
32708 commit fb194b8794898f51eb596fa4092c26606889d376
32709 Author: Behdad Esfahbod <behdad@behdad.org>
32710 Date: Wed Apr 20 02:00:47 2011 -0400
32712 unicode: Cleanup implementation
32714 src/Makefile.am | 8 +-
32715 src/hb-buffer-private.hh | 2 +-
32716 src/hb-glib.c | 230 -------------------------------------
32717 src/hb-glib.cc | 231 +++++++++++++++++++++++++++++++++++++
32719 ----------------------------------------------
32720 src/hb-icu.cc | 285
32721 ++++++++++++++++++++++++++++++++++++++++++++++
32722 src/hb-ot-shape.cc | 14 +--
32723 src/hb-shape.cc | 4 +-
32724 src/hb-unicode-private.h | 77 -------------
32725 src/hb-unicode-private.hh | 96 ++++++++++++++++
32726 src/hb-unicode.c | 256 -----------------------------------------
32727 src/hb-unicode.cc | 223 ++++++++++++++++++++++++++++++++++++
32728 src/hb-unicode.h | 57 +++++-----
32729 test/test-unicode.c | 23 ++--
32730 14 files changed, 892 insertions(+), 899 deletions(-)
32732 commit ecfb773829a5d98a4f5456a992f3e5ecd6731435
32733 Author: Behdad Esfahbod <behdad@behdad.org>
32734 Date: Wed Apr 20 01:34:51 2011 -0400
32738 src/hb-unicode.h | 22 +++++++++-------------
32739 1 file changed, 9 insertions(+), 13 deletions(-)
32741 commit 2fd0c577e322ccbf762927bc4600b3ea31db4c80
32742 Author: Ryan Lortie <desrt@desrt.ca>
32743 Date: Wed Apr 20 00:19:20 2011 -0400
32745 [API] unicode: rework virtual functions for subclassing
32747 Unicode data providers can now be subclassed, including support for
32748 chain-up. The interface should now be nicely bindable, as well.
32750 Also fix glib unicode funcs that where broken after hb_script_t
32751 changes. Nicely caught by the test-unicode.c added in this commit.
32753 src/hb-glib.c | 186 ++++++++++++++++++++++++++++++++++++--
32754 src/hb-icu.c | 45 +++++++--
32755 src/hb-ot-shape.cc | 9 +-
32756 src/hb-shape.cc | 2 +-
32757 src/hb-unicode-private.h | 17 ++++
32758 src/hb-unicode.c | 231
32759 +++++++++++++++++++++++++----------------------
32760 src/hb-unicode.h | 68 +++++++-------
32761 test/Makefile.am | 1 +
32762 test/test-unicode.c | 215
32763 +++++++++++++++++++++++++++++++++++++++++++
32764 9 files changed, 610 insertions(+), 164 deletions(-)
32766 commit f85faee9b3cb841ea977403945e2c877ab32b97a
32767 Author: Behdad Esfahbod <behdad@behdad.org>
32768 Date: Tue Apr 19 00:38:01 2011 -0400
32770 [API] Rename hb_buffer_add_glyph() to hb_buffer_add()
32772 src/hb-buffer.cc | 10 +++++-----
32773 src/hb-buffer.h | 8 ++++----
32774 test/test-buffer.c | 2 +-
32775 3 files changed, 10 insertions(+), 10 deletions(-)
32777 commit aab0de50e23727b69fa8c3d4e05c50c114c62835
32778 Author: Behdad Esfahbod <behdad@behdad.org>
32779 Date: Tue Apr 19 00:32:19 2011 -0400
32781 [API] Add hb_buffer_allocation_successful()
32783 Returns the error status of the buffer.
32785 src/hb-buffer.cc | 6 ++++++
32786 src/hb-buffer.h | 6 ++++++
32787 test/test-buffer.c | 2 +-
32788 3 files changed, 13 insertions(+), 1 deletion(-)
32790 commit 02a534b23f2d1e7475109563b9f61221ed020e8b
32791 Author: Ryan Lortie <desrt@desrt.ca>
32792 Date: Fri Apr 15 18:34:45 2011 -0400
32794 [API] Rename hb_buffer_ensure() to hb_buffer_pre_allocate()
32796 The new name is self-documenting.
32798 src/hb-buffer.cc | 4 ++--
32799 src/hb-buffer.h | 4 ++--
32800 2 files changed, 4 insertions(+), 4 deletions(-)
32802 commit 70566befc59cfa8b9c43ac682749c40ea783b1dd
32803 Author: Ryan Lortie <desrt@desrt.ca>
32804 Date: Fri Apr 15 18:32:36 2011 -0400
32806 [API} hb_buffer_get_glyph_{infos,positions}: Add length out parameter
32808 Return the length, whenever we return an array. Makes it easier
32812 src/hb-buffer.cc | 12 ++++++++++--
32813 src/hb-buffer.h | 6 ++++--
32814 src/hb-ot-layout-gpos-private.hh | 4 ++--
32815 src/hb-view.c | 4 ++--
32816 test/test-buffer.c | 7 ++-----
32817 5 files changed, 20 insertions(+), 13 deletions(-)
32819 commit 62879eebd9965179af8602ba29ac0a64a739b757
32820 Author: Behdad Esfahbod <behdad@behdad.org>
32821 Date: Mon Apr 18 23:40:21 2011 -0400
32823 [API] Use ISO 15924 tags for hb_script_t
32825 This simplifies the code, reduces static data, and makes the design
32826 more extensible to future additions of new scripts.
32828 src/hb-common.c | 411
32829 ++++---------------------------------
32830 src/hb-common.h | 199 +++++++++---------
32831 src/hb-ot-map.cc | 4 +-
32832 src/hb-ot-shape-complex-private.hh | 3 +-
32833 src/hb-ot-tag.c | 228 +++++++++-----------
32834 src/hb-ot-tag.h | 6 +-
32835 src/hb-shape.cc | 4 +-
32836 test/test-types.c | 2 +-
32837 8 files changed, 252 insertions(+), 605 deletions(-)
32839 commit c0af193c8e25c4f11d23b8893e9ce1c2d2615bb2
32840 Author: Behdad Esfahbod <behdad@behdad.org>
32841 Date: Fri Apr 15 19:26:24 2011 -0400
32843 Change buffer default properties to invalid
32845 This includes HB_DIRECTION_INVALID and HB_SCRIPT_INVALID.
32847 The INVALID will cause a "guess whatever from the text" in hb_shape().
32848 While it's not ideal, it works better than the previous defaults at
32849 least (HB_DIRECTION_LTR and HB_SCRIPT_COMMON).
32851 src/hb-buffer-private.hh | 9 +++------
32852 src/hb-buffer.cc | 24 ++++++++++++++++--------
32853 src/hb-view.c | 6 ++----
32854 test/test-buffer.c | 4 ++--
32855 4 files changed, 23 insertions(+), 20 deletions(-)
32857 commit 00bec2c969555e76c3f84650a1d3c45308e585ad
32858 Author: Behdad Esfahbod <behdad@behdad.org>
32859 Date: Fri Apr 15 19:16:54 2011 -0400
32861 Move enum types to hb-common.h
32863 src/hb-common.c | 406
32864 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
32865 src/hb-common.h | 170 +++++++++++++++++++++++
32866 src/hb-unicode.c | 406
32867 -------------------------------------------------------
32868 src/hb-unicode.h | 166 -----------------------
32869 4 files changed, 576 insertions(+), 572 deletions(-)
32871 commit 5dd4609f4da5674966a0169d9fa533ac5bc9f464
32872 Author: Behdad Esfahbod <behdad@behdad.org>
32873 Date: Fri Apr 15 19:16:34 2011 -0400
32875 [TODO] Add new item
32878 1 file changed, 1 insertion(+)
32880 commit b54cd07b2623b68171e00179a9dc3ecbea7aa6a1
32881 Author: Behdad Esfahbod <behdad@behdad.org>
32882 Date: Fri Apr 15 19:12:01 2011 -0400
32884 Mark internal buffer variables private
32886 src/hb-buffer.h | 4 ++++
32887 1 file changed, 4 insertions(+)
32889 commit 0e8d35c0932ddc20ebf430f2fd82c087da698954
32890 Author: Behdad Esfahbod <behdad@behdad.org>
32891 Date: Fri Apr 15 19:07:10 2011 -0400
32893 Add hb_script_from_string()
32895 src/hb-unicode.c | 6 ++++++
32896 src/hb-unicode.h | 4 ++++
32897 src/hb-view.c | 2 +-
32898 3 files changed, 11 insertions(+), 1 deletion(-)
32900 commit 8f0d7e0c3fd4b05c43ac449be4f374dc2dc56127
32901 Author: Behdad Esfahbod <behdad@behdad.org>
32902 Date: Fri Apr 15 18:59:56 2011 -0400
32904 Remove hb_buffer_clear_positions(), add hb_ot_layout_position_start()
32906 src/hb-buffer-private.hh | 6 +++++-
32907 src/hb-buffer.cc | 24 ++++++++++++------------
32908 src/hb-buffer.h | 5 +----
32909 src/hb-ot-layout.cc | 6 ++++++
32910 src/hb-ot-layout.h | 4 ++++
32911 src/hb-ot-shape.cc | 2 +-
32912 6 files changed, 29 insertions(+), 18 deletions(-)
32914 commit 2fc56edff6d64f190271454ccb1b5fd347d4f172
32915 Author: Behdad Esfahbod <behdad@behdad.org>
32916 Date: Fri Apr 15 18:35:08 2011 -0400
32918 [API] Remove hb_buffer_clear()
32920 One should use hb_buffer_reset() really.
32922 src/hb-buffer.cc | 16 +++++-----------
32923 src/hb-buffer.h | 4 ----
32924 test/test-buffer.c | 4 ----
32925 3 files changed, 5 insertions(+), 19 deletions(-)
32927 commit 7f5bdc80541cdc90aa1acafba5e9e0bd2df53ff4
32928 Author: Behdad Esfahbod <behdad@behdad.org>
32929 Date: Fri Apr 15 18:34:55 2011 -0400
32931 [TODO] Remove done items
32934 1 file changed, 4 deletions(-)
32936 commit 5814dfa3f5aa41bc3df06b78980d57d7bea0ba58
32937 Author: Behdad Esfahbod <behdad@behdad.org>
32938 Date: Fri Apr 15 14:41:04 2011 -0400
32942 src/hb-ot-shape.cc | 14 +++++++-------
32943 src/hb-ot-shape.h | 4 ++--
32944 src/hb-shape.cc | 20 ++++++++++----------
32945 src/hb-shape.h | 10 +++++-----
32946 4 files changed, 24 insertions(+), 24 deletions(-)
32948 commit cfbfeb88a6ec059ea97a6624e63cfacc642b685a
32949 Author: Behdad Esfahbod <behdad@behdad.org>
32950 Date: Fri Apr 15 12:40:40 2011 -0400
32952 [TODO] Remove done items
32955 1 file changed, 4 deletions(-)
32957 commit 3cbdf70e0a92f1c24e16c0d4dcfbec4ac59a77a3
32958 Author: Behdad Esfahbod <behdad@behdad.org>
32959 Date: Fri Apr 15 12:32:06 2011 -0400
32961 Make hb_language_t typesafe
32963 src/hb-common.c | 18 +++++++++++-------
32964 src/hb-common.h | 2 +-
32965 2 files changed, 12 insertions(+), 8 deletions(-)
32967 commit 2f2f448af35c232d18888c0e57cb21c9796ba7a8
32968 Author: Behdad Esfahbod <behdad@behdad.org>
32969 Date: Fri Apr 15 11:45:14 2011 -0400
32971 [test] Add more TODO items
32973 test/test-buffer.c | 2 ++
32974 1 file changed, 2 insertions(+)
32976 commit c910bec863215f918c659f58debbc7fe5264d7b6
32977 Author: Behdad Esfahbod <behdad@behdad.org>
32978 Date: Wed Apr 13 15:49:06 2011 -0400
32980 Add hb_buffer_reset() and hb_buffer_set_length()
32982 src/hb-buffer.cc | 31 +++++++++++++++++++++++++++++++
32983 src/hb-buffer.h | 15 ++++++++++++++-
32984 2 files changed, 45 insertions(+), 1 deletion(-)
32986 commit 69ea23cb5d47dd1cfd3129f68375021ef79bf63b
32987 Author: Behdad Esfahbod <behdad@behdad.org>
32988 Date: Wed Apr 13 15:02:40 2011 -0400
32992 src/hb-buffer.cc | 2 +-
32993 1 file changed, 1 insertion(+), 1 deletion(-)
32995 commit 7dea908cd582c8c25555015940065c69c1e7e65b
32996 Author: Behdad Esfahbod <behdad@behdad.org>
32997 Date: Wed Apr 13 01:35:58 2011 -0400
32999 [test] Add todo items
33001 test/test-buffer.c | 5 ++++-
33002 1 file changed, 4 insertions(+), 1 deletion(-)
33004 commit 07cbaac07d7f43437b171e9275430b5fb3097716
33005 Author: Behdad Esfahbod <behdad@behdad.org>
33006 Date: Wed Apr 13 01:11:19 2011 -0400
33008 [TODO] Add item re script iso15924 functions
33011 1 file changed, 2 insertions(+)
33013 commit d0f53fdbead15d9003b521b8ed47d02fd29a4c64
33014 Author: Behdad Esfahbod <behdad@behdad.org>
33015 Date: Wed Apr 13 01:09:09 2011 -0400
33017 [test] Test hb-buffer.h
33019 test/Makefile.am | 8 ++-
33020 test/test-buffer.c | 195
33021 +++++++++++++++++++++++++++++++++++++++++++++++++++++
33022 2 files changed, 202 insertions(+), 1 deletion(-)
33024 commit 72d89404c2837d578f5305456c817130b6a15c73
33025 Author: Behdad Esfahbod <behdad@behdad.org>
33026 Date: Wed Apr 13 01:07:42 2011 -0400
33028 [TODO] Add item re hb_buffer_reset()
33031 1 file changed, 2 insertions(+)
33033 commit 5015c12dfb4de8525325178ae6def9e80fd83669
33034 Author: Behdad Esfahbod <behdad@behdad.org>
33035 Date: Wed Apr 13 01:06:02 2011 -0400
33037 [TODO] Add item re hb_buffer_resize()
33040 1 file changed, 2 insertions(+)
33042 commit 9329ec92078d0e2d7bb04f683e0c6a582aab92f7
33043 Author: Behdad Esfahbod <behdad@behdad.org>
33044 Date: Wed Apr 13 00:06:23 2011 -0400
33046 [TODO] Add API item
33049 1 file changed, 2 insertions(+)
33051 commit 4744379efc6063d94e15ff99381a7ab8b88ee567
33052 Author: Behdad Esfahbod <behdad@behdad.org>
33053 Date: Mon Apr 11 19:47:33 2011 -0400
33057 test/test-types.c | 2 +-
33058 1 file changed, 1 insertion(+), 1 deletion(-)
33060 commit 9385caa8a693df0f06a511a71de9aa407637097c
33061 Author: Behdad Esfahbod <behdad@behdad.org>
33062 Date: Mon Apr 11 19:43:51 2011 -0400
33064 [test] Actually hook up hb_script_t tests
33066 I really shall find a way to automate the test enumeration. Otherwise
33067 it's too easy to add a test and wrongly hook it up. Did it twice
33070 test/test-types.c | 4 ++--
33071 1 file changed, 2 insertions(+), 2 deletions(-)
33073 commit 8e4bb3cacc269ed32187aaaeaa166c64f41a0418
33074 Author: Behdad Esfahbod <behdad@behdad.org>
33075 Date: Mon Apr 11 17:55:58 2011 -0400
33077 Fold hb-language.[ch] into hb-common.[ch]
33079 src/Makefile.am | 2 -
33080 src/hb-buffer.h | 1 -
33081 src/hb-common.c | 92 ++++++++++++++++++++++++++++++++++++++++-
33082 src/hb-common.h | 42 +++++++++++++------
33083 src/hb-language.c | 120
33084 ------------------------------------------------------
33085 src/hb-language.h | 46 ---------------------
33086 src/hb-ot-tag.h | 1 -
33088 8 files changed, 120 insertions(+), 185 deletions(-)
33090 commit 09125576ca745b3393f3dc49071df891400bbdc9
33091 Author: Behdad Esfahbod <behdad@behdad.org>
33092 Date: Mon Apr 11 17:49:33 2011 -0400
33094 [test] Test hb_language_t
33096 test/test-types.c | 26 +++++++++++++++++++++++++-
33097 1 file changed, 25 insertions(+), 1 deletion(-)
33099 commit 316b7a1afb84a5dfeaed886a585669b4d549c9b7
33100 Author: Behdad Esfahbod <behdad@behdad.org>
33101 Date: Mon Apr 11 17:49:10 2011 -0400
33103 Make hb_language_from_string("") return NULL language
33105 src/hb-language.c | 2 +-
33106 1 file changed, 1 insertion(+), 1 deletion(-)
33108 commit db60c96f20426111ffa71e9802ef6e248f8b28d0
33109 Author: Behdad Esfahbod <behdad@behdad.org>
33110 Date: Mon Apr 11 16:17:02 2011 -0400
33112 [teset] Test hb_script_t
33114 test/hb-test.h | 8 ++++++++
33115 test/test-types.c | 35 ++++++++++++++++++++++++++++++++++-
33116 2 files changed, 42 insertions(+), 1 deletion(-)
33118 commit 99b74760a4cddc798ab44b5ca897486bbb9c76d6
33119 Author: Behdad Esfahbod <behdad@behdad.org>
33120 Date: Mon Apr 11 15:47:40 2011 -0400
33122 Rename hb_category_t to hb_unicode_general_category_t
33124 src/hb-glib.c | 2 +-
33126 ++++++++++++++++++-------------------
33127 src/hb-ot-shape-complex-arabic.cc | 8 ++---
33128 src/hb-ot-shape-private.hh | 2 +-
33129 src/hb-ot-shape.cc | 2 +-
33130 src/hb-unicode.c | 4 +--
33131 src/hb-unicode.h | 66
33132 +++++++++++++++++++--------------------
33133 7 files changed, 74 insertions(+), 74 deletions(-)
33135 commit 4188096a7722f09ffa9319986c0286071da10a27
33136 Author: Behdad Esfahbod <behdad@behdad.org>
33137 Date: Mon Apr 11 14:58:28 2011 -0400
33139 Make HB_TAG_CHAR4 private
33143 src/hb-common.h | 5 +----
33144 src/hb-private.h | 7 ++++++-
33145 test/test-types.c | 2 --
33146 3 files changed, 7 insertions(+), 7 deletions(-)
33148 commit 7ff7401c9237cda661869c1cb196d685706ac4e9
33149 Author: Behdad Esfahbod <behdad@behdad.org>
33150 Date: Mon Apr 11 13:27:30 2011 -0400
33152 Make hb_tag_from_string(NULL) return HB_TAG_NONE
33154 src/hb-common.c | 3 +++
33155 test/test-types.c | 3 +++
33156 2 files changed, 6 insertions(+)
33158 commit 02f6e62d6cabc7808c188daef26a1fe7ac626b1f
33159 Author: Behdad Esfahbod <behdad@behdad.org>
33160 Date: Mon Apr 11 13:27:21 2011 -0400
33164 test/Makefile.am | 4 ++--
33165 1 file changed, 2 insertions(+), 2 deletions(-)
33167 commit db5227c40e5c35fe2ffb750f32b639cb44424a1d
33168 Author: Behdad Esfahbod <behdad@behdad.org>
33169 Date: Mon Apr 11 13:16:08 2011 -0400
33173 src/hb-ot-tag.c | 6 ++----
33174 src/hb-private.h | 7 +++++++
33175 2 files changed, 9 insertions(+), 4 deletions(-)
33177 commit 07233581c9d953708d3c020907c42b8b89472b89
33178 Author: Behdad Esfahbod <behdad@behdad.org>
33179 Date: Mon Apr 11 13:12:37 2011 -0400
33181 Rename HB_TAG_STR() to HB_TAG_CHAR4()
33183 The problem with HB_TAG_STR() was that it expected a string of size 4
33184 exactly, and unlike hb_tag_from_string() it doesn't pad the tag with
33185 space characters. So, the new name is more appropriate.
33187 src/hb-common.c | 2 +-
33188 src/hb-common.h | 8 ++++----
33189 src/hb-ot-tag.c | 2 +-
33190 test/test-types.c | 2 +-
33191 4 files changed, 7 insertions(+), 7 deletions(-)
33193 commit 9faa980067f802f712c2adf8263152ed40c98088
33194 Author: Behdad Esfahbod <behdad@behdad.org>
33195 Date: Mon Apr 11 12:46:49 2011 -0400
33197 Add an in-tree test suite
33199 Uses the glib testing framework. Wrote unit tests for hb-common.h
33203 test/Makefile.am | 18 +++++++++
33204 test/Makefile.decl | 90 ++++++++++++++++++++++++++++++++++++++++++++
33205 test/hb-test.h | 67 +++++++++++++++++++++++++++++++++
33206 test/test-types.c | 108
33207 +++++++++++++++++++++++++++++++++++++++++++++++++++++
33208 5 files changed, 284 insertions(+), 1 deletion(-)
33210 commit d77b76200efbaa0611691920f9f2018b1e8be340
33211 Author: Behdad Esfahbod <behdad@behdad.org>
33212 Date: Mon Apr 11 12:29:52 2011 -0400
33214 Add few more paratheses to the HB_TAG macro
33218 src/hb-common.h | 2 +-
33219 1 file changed, 1 insertion(+), 1 deletion(-)
33221 commit b13640de6992de9ee9d07e3581c33b8181b70ff9
33222 Author: Behdad Esfahbod <behdad@behdad.org>
33223 Date: Mon Apr 11 12:29:31 2011 -0400
33227 src/hb-private.h | 3 +++
33228 1 file changed, 3 insertions(+)
33230 commit ae9eeaff9300f3bb7bed588c5478e8e5461b3df0
33231 Author: Behdad Esfahbod <behdad@behdad.org>
33232 Date: Mon Apr 11 11:49:08 2011 -0400
33234 Remove warning message from public header file
33236 Since we now assert thos in hb-private.h, the int types cannot
33238 (Except for when someone else includes hb-common.h in a very broken
33239 configuration, but that's not our problem!)
33241 Plus, we don't use inline in the public headers, so remove that too.
33243 src/hb-common.h | 7 -------
33244 src/hb-private.h | 4 ++++
33245 2 files changed, 4 insertions(+), 7 deletions(-)
33247 commit 6fd5364bdc3a2b459175377e9e16c86cff054232
33248 Author: Behdad Esfahbod <behdad@behdad.org>
33249 Date: Mon Apr 11 11:47:14 2011 -0400
33253 src/hb-private.h | 12 ++++++++++++
33254 1 file changed, 12 insertions(+)
33256 commit bbdeff59646e5502b9fc53ab1761b3f014ee276c
33257 Author: Behdad Esfahbod <behdad@behdad.org>
33258 Date: Thu Apr 7 16:05:07 2011 -0400
33263 test/Makefile.am | 0
33264 2 files changed, 1 insertion(+)
33266 commit 4accc92afc702177ea53280d977cec839af3c12c
33267 Author: Behdad Esfahbod <behdad@behdad.org>
33268 Date: Thu Apr 7 15:53:26 2011 -0400
33272 TODO | 31 ++++++++++++++++++++-----------
33273 1 file changed, 20 insertions(+), 11 deletions(-)
33275 commit a71b9c8579d73aea4549f12524bbc2e89f43b5c5
33276 Author: Behdad Esfahbod <behdad@behdad.org>
33277 Date: Wed Apr 6 14:04:56 2011 -0400
33279 Disable 'cswh' by default except for Arabic shaper
33281 That better matches OpenType spec. Note that we enable it for all
33282 Arabic-shaper scripts. Ie. we enable it by default for Syriac too,
33283 but the SyriacOT spec does not require it. I think this is a more
33284 useful compromise than special-casing for Arabic script alone.
33286 src/hb-ot-shape-complex-arabic.cc | 3 +++
33287 src/hb-ot-shape.cc | 1 -
33288 2 files changed, 3 insertions(+), 1 deletion(-)
33290 commit cab6f65bba560ac1651d9152f1ecf12eb88eca74
33291 Author: Behdad Esfahbod <behdad@behdad.org>
33292 Date: Mon Apr 4 15:36:51 2011 -0400
33294 [hb-view] setlocale (LC_ALL, "")
33296 For now we don't use anything from the locale, but we should default
33297 to using $LANG, etc, if --language is not specified. Right?
33299 src/hb-view.c | 3 +++
33300 1 file changed, 3 insertions(+)
33302 commit fb9ca1bfabde7da0c274e7a1bd12bffaf7949c18
33303 Author: Behdad Esfahbod <behdad@behdad.org>
33304 Date: Mon Apr 4 14:50:09 2011 -0400
33306 [hb-view] Rewrite --features parsing, with range support
33308 The --features parsing handles errors now. More importantly, it
33309 allos limiting individual features to specific byte ranges. The
33310 format is Python-esque. Here is how it all works:
33312 Syntax: Value: Start: End:
33315 "kern" 1 0 ∞ # Turn feature on
33316 "+kern" 1 0 ∞ # Turn feature off
33317 "-kern" 0 0 ∞ # Turn feature off
33318 "kern=0" 0 0 ∞ # Turn feature off
33319 "kern=1" 1 0 ∞ # Turn feature on
33320 "kern=2" 2 0 ∞ # Choose 2nd alternate
33323 "kern[]" 1 0 ∞ # Turn feature on
33324 "kern[:]" 1 0 ∞ # Turn feature on
33325 "kern[5:]" 1 5 ∞ # Turn feature on, partial
33326 "kern[:5]" 1 0 5 # Turn feature on, partial
33327 "kern[3:5]" 1 3 5 # Turn feature on, range
33328 "kern[3]" 1 3 3+1 # Turn feature on, single char
33332 "kern[3:5]=0" 1 3 5 # Turn feature off
33335 src/hb-view.c | 169
33336 +++++++++++++++++++++++++++++++++++++++++++++-------------
33337 1 file changed, 132 insertions(+), 37 deletions(-)
33339 commit ccc6745afaa68ce7497a6cd02ce85986d3c863d0
33340 Author: Behdad Esfahbod <behdad@behdad.org>
33341 Date: Mon Apr 4 14:49:50 2011 -0400
33343 [hb-view] Use cached hb-ft face creation
33345 Avoids recreating the face the second time we call draw().
33347 src/hb-view.c | 2 +-
33348 1 file changed, 1 insertion(+), 1 deletion(-)
33350 commit 1b4a2cc095d165dc573e0235f00fbbf2a5d3c2c5
33351 Author: Behdad Esfahbod <behdad@behdad.org>
33352 Date: Mon Apr 4 14:45:28 2011 -0400
33354 [hb-view] Add --debug
33356 Frees all allocated memory before exiting. Useful for valgrind run.
33358 src/hb-view.c | 17 +++++++++++++++++
33359 1 file changed, 17 insertions(+)
33361 commit b2da26d1e32a012f7feaad7c7cced61e4fb269f1
33362 Author: Behdad Esfahbod <behdad@behdad.org>
33363 Date: Fri Apr 1 15:48:43 2011 -0400
33365 [hb-view] Support --features
33367 Accepts values like:
33369 --features="-mkmk,aalt=2,calt=1,+cswh"
33371 A minus sign means "=0", a plus sign means "=1". Default is "=1".
33372 A minus sign overrides an explicit value.
33375 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
33376 1 file changed, 68 insertions(+), 2 deletions(-)
33378 commit f48ff19b629070d13cee3c0eeeb06c98992f93c6
33379 Author: Behdad Esfahbod <behdad@behdad.org>
33380 Date: Fri Apr 1 14:19:10 2011 -0400
33382 Sort options for clarity
33384 src/hb-view.c | 12 ++++++------
33385 1 file changed, 6 insertions(+), 6 deletions(-)
33387 commit 5d91c3d547f78163b36aa7436d4388a836cca94a
33388 Author: Behdad Esfahbod <behdad@behdad.org>
33389 Date: Wed Mar 16 17:36:32 2011 -0300
33391 Add script to/from ISO 15924 tag support
33393 Also adds --script support to hb-view.
33395 If a script tag is not known to us, we pass the ISO 15924 tag around.
33396 Right now, the OT layer ignores that, but we can fix it to blindly
33397 convert that to an OT script tag.
33399 src/hb-ot-tag.c | 4 +
33400 src/hb-unicode.c | 273
33401 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
33402 src/hb-unicode.h | 8 +-
33403 src/hb-view.c | 10 +-
33404 4 files changed, 293 insertions(+), 2 deletions(-)
33406 commit 3286fc0e9adc3f2874c9409e7fdb09e4d2b7dda1
33407 Author: Behdad Esfahbod <behdad@behdad.org>
33408 Date: Wed Mar 16 14:53:32 2011 -0300
33410 Let hb_shape() guess script and direction...
33412 - Rename HB_SCRIPT_INVALID_CODE to HB_SCRIPT_INVALID
33414 - Add HB_DIRECTION_INVALID
33416 - Make hb_script_get_horizontal_direction() public
33418 - Make hb_shape() guess script from buffer text (first non-common
33419 non-inherit script) if buffer script is set to HB_SCRIPT_INVALID
33421 is NOT the default.)
33423 - Make hb_shape() guess direction from buffer script if buffer
33425 is set to HB_DIRECTION_INVALID (this is NOT the default.)
33427 - Make hb-view.c set INVALID script and direction on the buffer.
33429 The above changes are meant to make hb-view fairly useful for
33431 uni-direction text. The guessing behavior however is NOT the
33433 hb_shape() and must be asked for explicitly. This is intended,
33435 the guess is not a suitable substitute to full-fledged bidi and script
33436 segmentation. It's just a testing tool.
33438 src/hb-common.h | 3 ++-
33439 src/hb-icu.c | 2 +-
33440 src/hb-ot-shape.cc | 3 ++-
33441 src/hb-shape.cc | 52
33442 ++++++++++++++++++++++++++++++++++++++++++------
33443 src/hb-unicode-private.h | 4 ----
33444 src/hb-unicode.c | 2 +-
33445 src/hb-unicode.h | 8 +++++++-
33446 src/hb-view.c | 4 ++--
33447 8 files changed, 61 insertions(+), 17 deletions(-)
33449 commit b7b29684df67af7280b74ca4cf18f02ad6521bdc
33450 Author: Behdad Esfahbod <behdad@behdad.org>
33451 Date: Wed Mar 2 01:01:03 2011 -0500
33453 [hb-view] Handle write_to_png errors
33455 src/hb-view.c | 9 ++++++++-
33456 1 file changed, 8 insertions(+), 1 deletion(-)
33458 commit c2cb98c8185c5560cfd04de7ee7c64c9496b986c
33459 Author: Behdad Esfahbod <behdad@behdad.org>
33460 Date: Tue Mar 1 23:18:09 2011 -0500
33462 [hb-view] Link with -lm
33464 src/Makefile.am | 2 +-
33465 1 file changed, 1 insertion(+), 1 deletion(-)
33467 commit b5dd44e24669cd35affcd92788d39ff56cac94db
33468 Author: Behdad Esfahbod <behdad@behdad.org>
33469 Date: Mon Feb 28 10:13:52 2011 -0800
33471 Fix possible overflow
33473 src/hb-buffer.cc | 12 ++++++++++--
33474 1 file changed, 10 insertions(+), 2 deletions(-)
33476 commit a4b781e93a0bee0549611e129b3564d9804d9090
33477 Author: Behdad Esfahbod <behdad@behdad.org>
33478 Date: Wed Feb 23 12:47:56 2011 -0500
33480 Default background color shall either be white or transparent
33482 Definitely not black!
33484 src/hb-view.c | 2 +-
33485 1 file changed, 1 insertion(+), 1 deletion(-)
33487 commit 5353bf439c150492708ef9337078cfd73b83627b
33488 Author: Behdad Esfahbod <behdad@behdad.org>
33489 Date: Tue Feb 22 18:06:19 2011 -0500
33491 Add initial hb-view tool
33493 Currently doesn't handle script or direction.
33495 configure.ac | 18 +++
33496 src/Makefile.am | 14 +++
33497 src/hb-view.c | 342
33498 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
33499 3 files changed, 374 insertions(+)
33501 commit 82438c6ad5f60b6afc75c48cef72e18bef532468
33502 Author: Bradley Grainger <bgrainger@logos.com>
33503 Date: Tue Feb 15 18:37:29 2011 -0500
33505 Fix #pragma message for MSVC.
33507 __LOC__ was renamed to _HB__LOC__ in cd7555 but the corresponding
33508 change wasn't made in hb-private.h.
33510 src/hb-private.h | 2 +-
33511 1 file changed, 1 insertion(+), 1 deletion(-)
33513 commit ba9ab8d6d9c863662c4b44ace4a4d89e29e592f2
33514 Author: Behdad Esfahbod <behdad@behdad.org>
33515 Date: Mon Jan 10 07:45:41 2011 -0500
33517 Fix language extension matching
33519 src/hb-ot-tag.c | 2 +-
33520 1 file changed, 1 insertion(+), 1 deletion(-)
33522 commit a07874300a669ec0ea09a67df2a3ee8b0612d6b9
33523 Author: Behdad Esfahbod <behdad@behdad.org>
33524 Date: Mon Jan 10 02:27:49 2011 -0500
33526 Don't use the m4/ dir
33528 We just require people to have libtool, pkg-config, etc installed
33529 when running autogen.sh
33533 2 files changed, 3 deletions(-)
33535 commit 7bbe14bed8a886ea5b293c927c4bf937cbfc6f51
33536 Author: Behdad Esfahbod <behdad@behdad.org>
33537 Date: Sun Jan 9 22:29:14 2011 -0500
33539 Fix 'make distcheck'
33541 src/Makefile.am | 7 ++++---
33542 1 file changed, 4 insertions(+), 3 deletions(-)
33544 commit 2abe1264a580858bf7803af1701117a462375fb4
33545 Author: Javier Jardón <jjardon@gnome.org>
33546 Date: Sun Jan 9 22:18:53 2011 -0500
33548 Bug 31174 - Update autotools configuration
33552 ++++-------------------------------------------------------
33553 configure.ac | 22 +++++--
33554 3 files changed, 29 insertions(+), 183 deletions(-)
33556 commit cc1a8a938b4c13e76b58825a9e1951c4134e634a
33557 Author: Behdad Esfahbod <behdad@behdad.org>
33558 Date: Thu Jan 6 14:58:52 2011 -0500
33560 Fix ChanContext backtrack matching with GPOS
33562 Reported on mailing list by Keith Stribley and Khaled Hosny.
33564 src/hb-buffer-private.hh | 5 +++--
33565 src/hb-buffer.cc | 2 +-
33566 src/hb-ot-layout-gsubgpos-private.hh | 6 +++---
33567 3 files changed, 7 insertions(+), 6 deletions(-)
33569 commit 1c3183027fe823cd673866ba29d169b69f8efba1
33570 Author: Behdad Esfahbod <behdad@behdad.org>
33571 Date: Thu Jan 6 14:44:14 2011 -0500
33573 Remove unused realloc
33575 We always allocate and grow str and pos together.
33577 src/hb-buffer.cc | 6 ------
33578 1 file changed, 6 deletions(-)
33580 commit 76691f0240d6de230e9b42280b54e91639464635
33581 Author: Behdad Esfahbod <behdad@behdad.org>
33582 Date: Thu Jan 6 14:16:59 2011 -0500
33586 configure.ac | 2 +-
33587 1 file changed, 1 insertion(+), 1 deletion(-)
33589 commit 756f794a1fce701092345a3f9afae039583fb55b
33590 Author: Behdad Esfahbod <behdad@behdad.org>
33591 Date: Sun Dec 26 20:52:40 2010 -0500
33593 Remove Graphite backend
33595 It was unmaintained and the code has to be replaced to use the new
33596 grphite-ng code base.
33598 configure.ac | 6 --
33599 src/Makefile.am | 14 ---
33600 src/hb-graphite.cc | 310
33601 -----------------------------------------------------
33602 src/hb-graphite.h | 47 --------
33603 4 files changed, 377 deletions(-)
33605 commit f3d9d9879364609502d9d3a3a9f4647adb167d78
33606 Author: Behdad Esfahbod <behdad@behdad.org>
33607 Date: Wed Dec 22 01:39:29 2010 -0500
33611 src/hb-unicode.h | 60
33612 ++++++++++++++++++++++++++++----------------------------
33613 1 file changed, 30 insertions(+), 30 deletions(-)
33615 commit d86a5b3c5752abcc791724035ba4115958e6b5e2
33616 Author: Behdad Esfahbod <behdad@behdad.org>
33617 Date: Tue Dec 21 18:36:25 2010 -0500
33619 Bug 32274 - classic mongolian shaper
33621 Add support for classic Mongolian script to the Arabic shaper.
33623 Still work to be done around U+180E MONGOLIAN VOWEL SEPARATOR as it
33624 should not be included in the final glyph stream the same way that
33625 ZWNJ, etc should not appear in the final glyph stream.
33627 But the joining part should be done.
33629 There remains the question of how should the U+18A9 MONGOLIAN
33631 GALI DAGALGA be handled as it has General Category NSM but a letter
33632 nonetheless. For now, our generic logic makes this a joining
33634 of joining D as other Mongolian letters are.
33636 src/hb-ot-shape-complex-arabic.cc | 8 ++++++++
33637 src/hb-ot-shape-complex-private.hh | 1 +
33638 2 files changed, 9 insertions(+)
33640 commit b0e7378fa9a4fc6fc74d9b3c27d927602eaacc5b
33641 Author: Behdad Esfahbod <behdad@behdad.org>
33642 Date: Tue Dec 21 14:19:32 2010 -0500
33644 Reroute Mandaic shaping through the Arabic shaper
33646 We added Mandaic joining data to the Arabic shaper a while ago, but
33647 were not actually using the Arabic shaper for Mandaic. Fixed.
33649 src/hb-ot-shape-complex-private.hh | 1 +
33650 1 file changed, 1 insertion(+)
33652 commit 88e7f37488e4e8590619d815b975232a0c9d2ea0
33653 Author: Behdad Esfahbod <behdad@behdad.org>
33654 Date: Tue Dec 21 14:18:24 2010 -0500
33656 Annotate the Arabic joining table with block information
33658 src/gen-arabic-joining-table.py | 93
33659 +++++++++++++++++++++-------------
33660 src/hb-ot-shape-complex-arabic-table.h | 24 +++++++--
33661 2 files changed, 80 insertions(+), 37 deletions(-)
33663 commit 1482a39e56cd4151874e5c073540274349240a87
33664 Author: Behdad Esfahbod <behdad@behdad.org>
33665 Date: Fri Dec 17 20:15:05 2010 -0500
33667 Rename remaining metrics uses to extents
33669 src/hb-font.h | 4 ++--
33670 1 file changed, 2 insertions(+), 2 deletions(-)
33672 commit 22c537657cee1f47a4056a21e2cddfcbe6ab1c01
33673 Author: Behdad Esfahbod <behdad@behdad.org>
33674 Date: Tue Dec 14 23:51:29 2010 -0500
33676 Rename TableDirectory to TableRecord as per OpenType 1.6
33678 src/hb-open-file-private.hh | 18 +++++++++---------
33679 1 file changed, 9 insertions(+), 9 deletions(-)
33681 commit 33e8b86197239e667a887709104357bdc6566b7c
33682 Author: Behdad Esfahbod <behdad@behdad.org>
33683 Date: Mon Dec 13 15:54:56 2010 -0500
33685 Update 'head' table to OpenType 1.6
33687 src/hb-ot-head-private.hh | 8 +++++++-
33688 1 file changed, 7 insertions(+), 1 deletion(-)
33690 commit b7683335146bfe3a74d9419db92cd7a8019a9c10
33691 Author: Behdad Esfahbod <behdad@behdad.org>
33692 Date: Mon Dec 13 14:22:35 2010 -0500
33694 Disallow ligature substitutions replacing one glyph
33696 src/hb-ot-layout-gsub-private.hh | 2 +-
33697 1 file changed, 1 insertion(+), 1 deletion(-)
33699 commit 7eb875118dc31e9fb0e23c45985396a8bfe977e3
33700 Author: Behdad Esfahbod <behdad@behdad.org>
33701 Date: Mon Dec 13 14:13:35 2010 -0500
33703 Mozilla Bug 618592 - freeze on typekit
33705 Fix apply_lookup() for zero-input broken fonts.
33707 src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
33708 1 file changed, 2 insertions(+), 2 deletions(-)
33710 commit bbbbe80ec9bc45c5b685bc09c8f993e98496555c
33711 Author: Behdad Esfahbod <behdad@behdad.org>
33712 Date: Tue Dec 7 16:22:02 2010 -0500
33714 Rename original_direction to target_direction
33716 src/hb-ot-shape-private.hh | 2 +-
33717 src/hb-ot-shape.cc | 6 +++---
33718 2 files changed, 4 insertions(+), 4 deletions(-)
33720 commit ee8aaf976a6eb42be49b63b4c51c7a0a338e0298
33721 Author: Behdad Esfahbod <behdad@behdad.org>
33722 Date: Tue Dec 7 16:20:42 2010 -0500
33724 Fix arabic shaping of LTR text
33726 We should ensure-direction before doing any complex work. The only
33727 exception is mirroring that needs to see the original / final
33729 not the native. Handle that.
33731 src/hb-ot-shape.cc | 6 +++---
33732 1 file changed, 3 insertions(+), 3 deletions(-)
33734 commit d1f1707adc03317760b0f75e04d0f3dd425e547f
33735 Author: Behdad Esfahbod <behdad@behdad.org>
33736 Date: Tue Nov 30 00:57:15 2010 -0500
33738 Bug 31965 - some GNU/Linux distributions lack icu.pc but have
33741 Patch from suzuki toshiya.
33743 configure.ac | 10 +++++++++-
33744 1 file changed, 9 insertions(+), 1 deletion(-)
33746 commit 3c48982be6b2286088541ee55cac78b0f2b6e771
33747 Author: Behdad Esfahbod <behdad@behdad.org>
33748 Date: Sun Nov 28 19:39:47 2010 -0500
33750 Adjust pyx files to reflect change from int to hb_var_int_t
33752 Patch from Thomas Hunger.
33754 contrib/python/lib/harfbuzz.pyx | 7 +++++--
33755 1 file changed, 5 insertions(+), 2 deletions(-)
33757 commit 4f9e4a40bc248aeb1364ed6f4aa7f392aa364497
33758 Author: Behdad Esfahbod <behdad@behdad.org>
33759 Date: Mon Nov 22 11:30:32 2010 -0500
33763 src/hb-ot-shape-complex-arabic-table.h | 37
33764 ++++++++++++++++++++++++++++++++++
33765 1 file changed, 37 insertions(+)
33767 commit 9da26d6669e7f3b91ba37e71f6f8a6e2ea806688
33768 Author: Behdad Esfahbod <behdad@behdad.org>
33769 Date: Mon Nov 22 11:03:18 2010 -0500
33771 Remove email address from Copyright headers
33775 src/hb-icu.c | 2 +-
33776 3 files changed, 3 insertions(+), 3 deletions(-)
33778 commit a45f00019242734fca742adeb2ed507305baeda6
33779 Author: Behdad Esfahbod <behdad@behdad.org>
33780 Date: Thu Nov 18 13:58:32 2010 -0500
33782 Clarify copyright notice
33784 COPYING | 12 ++++++++++++
33786 src/hb-graphite.cc | 4 ++--
33787 src/hb-object-private.h | 2 +-
33788 4 files changed, 17 insertions(+), 5 deletions(-)
33790 commit 0884a8d9cd576f116400b3f7c8815e747c315d5e
33791 Author: Behdad Esfahbod <behdad@behdad.org>
33792 Date: Wed Nov 17 16:58:21 2010 -0500
33794 Move generated table to its own file
33796 src/Makefile.am | 1 +
33797 src/hb-ot-shape-complex-arabic-table.h | 619
33798 ++++++++++++++++++++++++++++++++
33799 src/hb-ot-shape-complex-arabic.cc | 621
33800 +--------------------------------
33801 3 files changed, 621 insertions(+), 620 deletions(-)
33803 commit 14d784116b08685425e4ddcb1c1f813dbe2b2986
33804 Author: Behdad Esfahbod <behdad@behdad.org>
33805 Date: Wed Nov 17 16:52:58 2010 -0500
33807 Update Arabic joining table to include Mandaic
33809 Mandaic was added to Unicode 6.0, but the joining data was not
33811 Draft ArabicShaping.txt from 6.1 includes the joining data for
33815 src/gen-arabic-joining-table.py | 45 ++++++++++----
33816 src/hb-ot-shape-complex-arabic.cc | 123
33817 ++++++++++++++++++++++++++++++++------
33818 2 files changed, 137 insertions(+), 31 deletions(-)
33820 commit 43bf2f7f1ec427c431e2ee2fd1a9345e7d5c9718
33821 Author: Behdad Esfahbod <behdad@behdad.org>
33822 Date: Wed Nov 17 14:49:40 2010 -0500
33824 Add OpenType script tags for Unicode 5.2 and Unicode 6.0 scripts
33826 Based on tags proposed by Microsoft for inclusion in OpenType.
33828 src/hb-ot-tag.c | 34 +++++++++++++++++-----------------
33829 1 file changed, 17 insertions(+), 17 deletions(-)
33831 commit afab01cf7caca79cf6dfabe6827d1703be1a74f7
33832 Author: Behdad Esfahbod <behdad@behdad.org>
33833 Date: Wed Nov 17 14:35:34 2010 -0500
33835 Add Unicode 6.0 scripts
33837 src/hb-icu.c | 6 ++++++
33838 src/hb-ot-tag.c | 7 ++++++-
33839 src/hb-unicode.c | 7 ++++++-
33840 src/hb-unicode.h | 7 ++++++-
33841 4 files changed, 24 insertions(+), 3 deletions(-)
33843 commit f234b68d18d956f7e4eb4bf58d6dc408d9e5146e
33844 Author: Behdad Esfahbod <behdad@behdad.org>
33845 Date: Wed Nov 17 14:25:44 2010 -0500
33847 Change HB_SCRIPT_MEITEI_MAYEK to HB_SCRIPT_MEETEI_MAYEK
33849 The new name matches the Unicode name. Reported by Jonathan Kew.
33851 src/hb-icu.c | 2 +-
33852 src/hb-ot-tag.c | 2 +-
33853 src/hb-unicode.h | 2 +-
33854 3 files changed, 3 insertions(+), 3 deletions(-)
33856 commit 3ca9a6d1cffe950b325e1d522b20d4a645ae448e
33857 Author: Behdad Esfahbod <behdad@behdad.org>
33858 Date: Wed Nov 17 13:08:47 2010 -0500
33863 1 file changed, 3 insertions(+)
33865 commit 300cb41417d40473268e3b4089bed24e9e77a753
33866 Author: Behdad Esfahbod <behdad@behdad.org>
33867 Date: Wed Nov 17 12:57:23 2010 -0500
33871 src/hb-ot-layout-gsubgpos-private.hh | 4 +++-
33872 1 file changed, 3 insertions(+), 1 deletion(-)
33874 commit ea00aee9f94ae8c6cf03d620254817d5e1f51d64
33875 Author: Behdad Esfahbod <behdad@behdad.org>
33876 Date: Fri Nov 5 10:51:37 2010 -0400
33881 1 file changed, 2 insertions(+)
33883 commit 3a852ae7fe6edfaadd75625d27515a3689503395
33884 Author: Behdad Esfahbod <behdad@behdad.org>
33885 Date: Wed Nov 3 16:37:24 2010 -0400
33887 Save general category and combining class in the buffer for reuse
33889 src/hb-ot-layout-private.hh | 3 ++-
33890 src/hb-ot-shape-complex-arabic.cc | 16 ++++++++++------
33891 src/hb-ot-shape-private.hh | 6 ++++++
33892 src/hb-ot-shape.cc | 26 +++++++++++++++++++++-----
33893 4 files changed, 39 insertions(+), 12 deletions(-)
33895 commit a5ab682b9ba8224fc132624f93e6fef9973a68ca
33896 Author: Behdad Esfahbod <behdad@behdad.org>
33897 Date: Wed Nov 3 15:50:36 2010 -0400
33899 More "unreached code" warning fixes
33903 src/hb-blob.c | 48 ++++++++++++++++++++++++------------------------
33904 1 file changed, 24 insertions(+), 24 deletions(-)
33906 commit 4e22c7e94102c9f00c32b8cb6aaa832f83909149
33907 Author: Behdad Esfahbod <behdad@behdad.org>
33908 Date: Wed Nov 3 15:47:12 2010 -0400
33912 src/hb-ot-layout-common-private.hh | 3 +++
33913 1 file changed, 3 insertions(+)
33915 commit 0342034d1cb577d34b42f7204da7fb930c12a464
33916 Author: Behdad Esfahbod <behdad@behdad.org>
33917 Date: Wed Nov 3 15:40:07 2010 -0400
33921 src/hb-ot-layout-gpos-private.hh | 2 +-
33922 1 file changed, 1 insertion(+), 1 deletion(-)
33924 commit 4a2d844c2f12dc1b858ab4ddd737ded7c0852221
33925 Author: Behdad Esfahbod <behdad@behdad.org>
33926 Date: Wed Nov 3 15:28:56 2010 -0400
33928 Minor code shuffling
33930 src/hb-ot-layout-private.hh | 21 +++-------------
33931 src/hb-ot-layout.cc | 61
33932 +++++++++++++++++++++++++++++++++------------
33933 2 files changed, 48 insertions(+), 34 deletions(-)
33935 commit 11e3ec444a85fc72541823c2e98cc92c4ceb19af
33936 Author: Behdad Esfahbod <behdad@behdad.org>
33937 Date: Wed Nov 3 15:11:04 2010 -0400
33939 Fix a few more "unreachable code" warnings
33941 src/hb-blob.c | 2 +-
33942 src/hb-object-private.h | 12 +++---
33943 src/hb-open-type-private.hh | 84
33944 +++++++++++++++++-------------------
33945 src/hb-ot-layout-gsubgpos-private.hh | 2 +-
33946 src/hb-private.h | 3 +-
33947 5 files changed, 49 insertions(+), 54 deletions(-)
33949 commit 2304856340782c72cb30873f7907191dc359e921
33950 Author: Behdad Esfahbod <behdad@behdad.org>
33951 Date: Wed Nov 3 12:46:58 2010 -0400
33953 Remove another couple lines of dead code
33955 src/hb-ot-layout-gsubgpos-private.hh | 2 --
33956 1 file changed, 2 deletions(-)
33958 commit b8783c85ac5dd9ea8f5a66eacb92dfcfbf649a6d
33959 Author: Behdad Esfahbod <behdad@behdad.org>
33960 Date: Wed Nov 3 11:50:21 2010 -0400
33962 Fix unreachable-code warning
33964 src/hb-ot-layout-gpos-private.hh | 8 ++++----
33965 1 file changed, 4 insertions(+), 4 deletions(-)
33967 commit c2709119c8c610a0d4d71884a7d4fdba7cb65b72
33968 Author: Behdad Esfahbod <behdad@behdad.org>
33969 Date: Wed Oct 27 23:18:51 2010 -0400
33971 Move things around some more
33973 src/hb-ot-layout-gpos-private.hh | 8 ++++----
33974 src/hb-ot-layout-gsub-private.hh | 4 ++--
33975 src/hb-ot-layout-gsubgpos-private.hh | 9 +++++++--
33976 src/hb-ot-layout-private.hh | 7 +++----
33977 src/hb-ot-layout.cc | 6 +++---
33978 5 files changed, 19 insertions(+), 15 deletions(-)
33980 commit 194d4566ec054db03fa31d369a9f1c6cf4941e74
33981 Author: Behdad Esfahbod <behdad@behdad.org>
33982 Date: Wed Oct 27 23:09:10 2010 -0400
33984 Move buffer var allocation local
33986 src/hb-ot-layout-gpos-private.hh | 19 ++++++++++++++-----
33987 src/hb-ot-layout-private.hh | 2 --
33988 2 files changed, 14 insertions(+), 7 deletions(-)
33990 commit 1e7c1fcbc33599faefc32d4a28e5d8506d2c56fa
33991 Author: Behdad Esfahbod <behdad@behdad.org>
33992 Date: Wed Oct 27 22:48:31 2010 -0400
33996 src/hb-ot-layout-gpos-private.hh | 59
33997 ++++++++++++++++++++++++++++++++++++++++
33998 src/hb-ot-layout.cc | 59
33999 ++--------------------------------------
34000 src/hb-ot-layout.h | 4 +--
34001 src/hb-ot-shape.cc | 2 +-
34002 4 files changed, 63 insertions(+), 61 deletions(-)
34004 commit bf94b3ad22b2fe4730d4e64d673c63154fc5b5fe
34005 Author: Behdad Esfahbod <behdad@behdad.org>
34006 Date: Wed Oct 27 22:37:59 2010 -0400
34008 Move some more code around
34010 src/hb-ot-layout-gdef-private.hh | 21 +++++++++++++++
34011 src/hb-ot-layout-private.hh | 27 ++++++++++++++++---
34012 src/hb-ot-layout.cc | 56
34013 ++++++----------------------------------
34014 3 files changed, 52 insertions(+), 52 deletions(-)
34016 commit 6334658fe79d6acfb46a2a147721b78f92510ebb
34017 Author: Behdad Esfahbod <behdad@behdad.org>
34018 Date: Wed Oct 27 22:11:32 2010 -0400
34020 Simplify mark skipping logic
34022 src/hb-ot-layout.cc | 17 +++--------------
34023 1 file changed, 3 insertions(+), 14 deletions(-)
34025 commit 8c69e65abed961002d90024c92e18538c6516262
34026 Author: Behdad Esfahbod <behdad@behdad.org>
34027 Date: Wed Oct 27 22:07:49 2010 -0400
34029 Rename lookup_flags to lookup_props since it's more than just flags
34031 src/hb-ot-layout-common-private.hh | 6 +++++-
34032 src/hb-ot-layout-gpos-private.hh | 14 +++++++-------
34033 src/hb-ot-layout-gsub-private.hh | 8 ++++----
34034 src/hb-ot-layout-gsubgpos-private.hh | 10 +++++-----
34035 src/hb-ot-layout-private.hh | 4 ++--
34036 src/hb-ot-layout.cc | 36
34037 ++++++++++++++++++------------------
34038 src/main.cc | 4 ++--
34039 7 files changed, 43 insertions(+), 39 deletions(-)
34041 commit 98370e89d1bff248737b482d129c2a4deb8bfd95
34042 Author: Behdad Esfahbod <behdad@behdad.org>
34043 Date: Wed Oct 27 17:39:01 2010 -0400
34045 WIP removing external synthesized GDEF support and implementing
34049 src/hb-buffer-private.hh | 4 -
34050 src/hb-buffer.cc | 3 -
34051 src/hb-ot-layout-common-private.hh | 8 +-
34052 src/hb-ot-layout-gdef-private.hh | 6 +-
34053 src/hb-ot-layout-gpos-private.hh | 4 +-
34054 src/hb-ot-layout-gsub-private.hh | 66 ++++++-----------
34055 src/hb-ot-layout-gsubgpos-private.hh | 29 +++++++-
34056 src/hb-ot-layout-private.hh | 29 +++-----
34057 src/hb-ot-layout.cc | 138
34058 +++++------------------------------
34059 src/hb-ot-layout.h | 26 -------
34060 src/hb-ot-shape.cc | 10 +++
34061 12 files changed, 98 insertions(+), 227 deletions(-)
34063 commit 870e2d6eac01d004c72a925ea93e6823251d5fa2
34064 Author: Behdad Esfahbod <behdad@behdad.org>
34065 Date: Wed Oct 27 17:37:20 2010 -0400
34067 Remove unused function
34069 src/hb-buffer-private.hh | 10 ----------
34070 src/hb-buffer.cc | 27 ---------------------------
34071 2 files changed, 37 deletions(-)
34073 commit 1115890b90709fa5329a55d22f543020f3df9f6f
34074 Author: Behdad Esfahbod <behdad@behdad.org>
34075 Date: Wed Oct 27 17:07:04 2010 -0400
34079 src/hb-buffer-private.hh | 5 +----
34080 src/hb-ot-layout-private.hh | 6 ++++++
34081 2 files changed, 7 insertions(+), 4 deletions(-)
34083 commit dbf56b1d94910f04823e53e39ace1e5145bddc04
34084 Author: Behdad Esfahbod <behdad@behdad.org>
34085 Date: Wed Oct 27 17:06:12 2010 -0400
34087 More lig-id cleanup
34089 src/hb-buffer-private.hh | 4 ++--
34090 src/hb-buffer.cc | 2 +-
34091 src/hb-ot-layout-gsub-private.hh | 8 +++++++-
34092 3 files changed, 10 insertions(+), 4 deletions(-)
34094 commit f6a23a0b9171958f76c1d0473b09fc08d2b3a0d0
34095 Author: Behdad Esfahbod <behdad@behdad.org>
34096 Date: Wed Oct 27 17:01:03 2010 -0400
34098 More removal of lig-id code from buffer
34100 src/hb-buffer.cc | 4 ++--
34101 1 file changed, 2 insertions(+), 2 deletions(-)
34103 commit dd2ffd282c059194fd87fb1664e2e0cdb56a87a0
34104 Author: Behdad Esfahbod <behdad@behdad.org>
34105 Date: Wed Oct 27 16:57:01 2010 -0400
34109 src/hb-buffer-private.hh | 41
34110 ++++++++++++++++++++--------------------
34111 src/hb-buffer.cc | 20 ++++++++++----------
34112 src/hb-ot-layout-gsub-private.hh | 8 ++++----
34113 src/hb-ot-shape.cc | 6 +++---
34114 4 files changed, 37 insertions(+), 38 deletions(-)
34116 commit fe263272a2b26204bc39829a94d90ab537517f3f
34117 Author: Behdad Esfahbod <behdad@behdad.org>
34118 Date: Wed Oct 27 16:51:02 2010 -0400
34120 Move setting lig_id/component out of buffer and to the gsub code
34122 src/hb-buffer-private.hh | 30 +++++++----------------
34123 src/hb-buffer.cc | 52
34124 +++++++---------------------------------
34125 src/hb-ot-layout-gsub-private.hh | 27 ++++++++++++---------
34126 3 files changed, 34 insertions(+), 75 deletions(-)
34128 commit 2e2b2480c01c788ea702d78ca830c2bb659654a8
34129 Author: Behdad Esfahbod <behdad@behdad.org>
34130 Date: Wed Oct 27 16:25:28 2010 -0400
34132 Always allocate new ligature id
34134 No practical point in reusing ligature ids.
34136 src/hb-ot-layout-gsub-private.hh | 5 +----
34137 1 file changed, 1 insertion(+), 4 deletions(-)
34139 commit bf07d5a29c61baf6fd683289c7764f487ad7e413
34140 Author: Behdad Esfahbod <behdad@behdad.org>
34141 Date: Wed Oct 27 16:19:13 2010 -0400
34143 Set component=0 for ligature glyph
34145 src/hb-ot-layout-gsub-private.hh | 5 +++--
34146 1 file changed, 3 insertions(+), 2 deletions(-)
34148 commit 37ab877149582c7ce7416425bb402340e3f948a2
34149 Author: Behdad Esfahbod <behdad@behdad.org>
34150 Date: Wed Oct 27 15:38:06 2010 -0400
34154 src/hb-buffer.cc | 20 --------------------
34155 1 file changed, 20 deletions(-)
34157 commit 88474c6fdaf35c56368694a5b164f4988a004d49
34158 Author: Behdad Esfahbod <behdad@behdad.org>
34159 Date: Wed Oct 27 14:42:15 2010 -0400
34161 Get rid of the OpenType-specific internal buffer representation
34163 Add variant integers to buffer item types. More cleanup coming.
34166 src/hb-buffer-private.hh | 35 ++++++----------------
34167 src/hb-buffer.cc | 62
34168 +++++++++++++++++++--------------------
34169 src/hb-buffer.h | 2 +-
34170 src/hb-ot-layout-gpos-private.hh | 24 +++++++--------
34171 src/hb-ot-layout-gsub-private.hh | 2 +-
34172 src/hb-ot-layout-private.hh | 4 +--
34173 src/hb-ot-layout.cc | 39 ++++++++++++------------
34174 src/hb-ot-shape-complex-arabic.cc | 8 ++---
34175 9 files changed, 79 insertions(+), 99 deletions(-)
34177 commit 6cb8c3493019e1497921666fc268cb81943f9f1f
34178 Author: Behdad Esfahbod <behdad@behdad.org>
34179 Date: Wed Oct 27 14:27:03 2010 -0400
34183 src/hb-buffer.h | 6 +++---
34184 src/hb-common.h | 10 ++++++++++
34185 2 files changed, 13 insertions(+), 3 deletions(-)
34187 commit f22802431a983bd4bc60a7653b1103973c3475cb
34188 Author: Behdad Esfahbod <behdad@behdad.org>
34189 Date: Tue Nov 2 19:12:37 2010 -0400
34191 Remove trailing comma
34193 src/hb-ot-shape-complex-arabic.cc | 2 +-
34194 1 file changed, 1 insertion(+), 1 deletion(-)
34196 commit 13528d0c78cadb1f67267c9a692558caef9fdaa6
34197 Author: Behdad Esfahbod <behdad@behdad.org>
34198 Date: Wed Oct 27 14:09:27 2010 -0400
34200 Supposedly implement vertical support in GPOS
34204 src/hb-ot-layout-gpos-private.hh | 27 ++++++++++++++++++++-------
34205 src/hb-ot-layout.cc | 39
34206 ++++++++++++++++++++++++---------------
34207 2 files changed, 44 insertions(+), 22 deletions(-)
34209 commit 9624de5b496846cd89ee4f7b07d38029aca70ce1
34210 Author: Behdad Esfahbod <behdad@behdad.org>
34211 Date: Wed Oct 27 13:44:59 2010 -0400
34213 Clarify cursive_chain (and change its sign)
34215 src/hb-ot-layout-gpos-private.hh | 4 ++--
34216 src/hb-ot-layout.cc | 13 +++++++------
34217 2 files changed, 9 insertions(+), 8 deletions(-)
34219 commit d6c9eadb88240c40b3cb9a33f067e575cbc2f729
34220 Author: Behdad Esfahbod <behdad@behdad.org>
34221 Date: Wed Oct 27 12:34:50 2010 -0400
34223 Remove more pointless LONGTERMTODO items
34225 src/hb-ot-layout-common-private.hh | 2 --
34226 1 file changed, 2 deletions(-)
34228 commit e204674fe340a57c48a9fe7e1ed02a9a08f4aca4
34229 Author: Behdad Esfahbod <behdad@behdad.org>
34230 Date: Wed Oct 27 12:32:02 2010 -0400
34232 Rename hb_ot_layout_get_lig_carets() to
34233 hb_ot_layout_get_ligature_carets()
34235 src/hb-ot-layout.cc | 14 +++++++-------
34236 src/hb-ot-layout.h | 14 +++++++-------
34237 2 files changed, 14 insertions(+), 14 deletions(-)
34239 commit 3357d145f81cb7b746c910018fe3a0dfab00972c
34240 Author: Behdad Esfahbod <behdad@behdad.org>
34241 Date: Wed Oct 27 12:30:46 2010 -0400
34243 Implement vertical support in get_lig_carets()
34245 src/hb-ot-layout-gdef-private.hh | 34 ++++++++++++++++++----------------
34246 src/hb-ot-layout.cc | 3 ++-
34247 src/hb-ot-layout.h | 1 +
34248 3 files changed, 21 insertions(+), 17 deletions(-)
34250 commit 8eeed7eddc789151cbffe62ed6bfd77612266bf1
34251 Author: Behdad Esfahbod <behdad@behdad.org>
34252 Date: Wed Oct 27 12:07:49 2010 -0400
34254 Remove LONGTERMTODO item that I'll never fix
34256 src/hb-ot-layout-gsubgpos-private.hh | 6 ------
34257 1 file changed, 6 deletions(-)
34259 commit 184a5279c64f37bc2ceefbe2191bb64ca87f88d8
34260 Author: Behdad Esfahbod <behdad@behdad.org>
34261 Date: Wed Oct 27 12:00:49 2010 -0400
34263 Remove unused macro
34265 src/hb-ot-layout-gpos-private.hh | 2 --
34266 1 file changed, 2 deletions(-)
34268 commit af5d02a269d55331300df1e382241893928d64e0
34269 Author: Behdad Esfahbod <behdad@behdad.org>
34270 Date: Wed Oct 27 11:54:26 2010 -0400
34272 Rewrite Cursive joining to act more like other pair lookups
34274 Look forward for next character instead of joining to the last
34277 src/hb-ot-layout-gpos-private.hh | 71
34278 ++++++++++++++++++----------------------
34279 src/hb-ot-layout-private.hh | 10 ------
34280 2 files changed, 31 insertions(+), 50 deletions(-)
34282 commit ea22c749c7371cf66ca44f0bfe7030aef1926edd
34283 Author: Behdad Esfahbod <behdad@behdad.org>
34284 Date: Wed Oct 27 11:09:48 2010 -0400
34286 Fix Cursive positioning
34288 Test case: "مرا" rendered using IranNastaliq.
34290 src/hb-ot-layout-gpos-private.hh | 124
34291 +--------------------------------------
34292 1 file changed, 3 insertions(+), 121 deletions(-)
34294 commit aefdb64689aab19df76590a36c4a04052a8bffdb
34295 Author: Behdad Esfahbod <behdad@behdad.org>
34296 Date: Wed Oct 27 10:40:39 2010 -0400
34298 Fix segfault with Arabic combining marks
34300 src/hb-ot-shape-complex-arabic.cc | 4 +++-
34301 1 file changed, 3 insertions(+), 1 deletion(-)
34303 commit 12b2d09a87adc1e1aac089cd2e09a68fb7129829
34304 Author: Behdad Esfahbod <behdad@behdad.org>
34305 Date: Wed Oct 27 01:28:28 2010 -0400
34307 Remove obsolete TODO item
34309 We don't cache any metrics internally, so the correct way to add more
34310 glyph metrics items is to add new callbacks for them. We already have
34311 separeate callbacks for advance vs extents.
34314 1 file changed, 2 deletions(-)
34316 commit 248e3c2ba47889c247959e44166644872aed59ba
34317 Author: Behdad Esfahbod <behdad@behdad.org>
34318 Date: Wed Oct 27 01:23:14 2010 -0400
34320 Oops, remove extra mask setting that broke complex shaping
34322 src/hb-ot-shape.cc | 2 --
34323 1 file changed, 2 deletions(-)
34325 commit 502f4cba3e0bcd625d31f8fd295b8b18e2d02a5a
34326 Author: Behdad Esfahbod <behdad@behdad.org>
34327 Date: Wed Oct 27 01:13:56 2010 -0400
34329 Divide get_metrics into get_advance and get_extents
34331 Graphite module not updated.
34332 Bump version to 0.3.
34334 configure.ac | 2 +-
34335 src/hb-font-private.h | 3 +-
34336 src/hb-font.cc | 96
34337 +++++++++++++++++++++++++++++++++++----------------
34338 src/hb-font.h | 61 ++++++++++++++++++++------------
34339 src/hb-ft.c | 72 +++++++++++++++++++++++---------------
34340 src/hb-ot-shape.cc | 7 ++--
34341 6 files changed, 154 insertions(+), 87 deletions(-)
34343 commit ec6c0e54d322d58cbc835feb58dcec7ede6ab744
34344 Author: Behdad Esfahbod <behdad@behdad.org>
34345 Date: Tue Oct 26 11:28:14 2010 -0400
34349 src/hb-font.cc | 2 +-
34350 1 file changed, 1 insertion(+), 1 deletion(-)
34352 commit bd7378b2ef9793de4e7f57b920f29f48ac9d0c25
34353 Author: Behdad Esfahbod <behdad@behdad.org>
34354 Date: Wed Oct 13 18:33:16 2010 -0400
34356 Massage mask setting a bit more
34358 Still finding the exact correct way the masks should be set.
34360 src/hb-buffer-private.hh | 19 ++++++++++++++++---
34361 src/hb-buffer.cc | 9 +++++++++
34362 src/hb-ot-shape.cc | 6 ++++--
34363 3 files changed, 29 insertions(+), 5 deletions(-)
34365 commit 961f9baa7bc3556f1e4e7135859cebe1351f73a4
34366 Author: Behdad Esfahbod <behdad@behdad.org>
34367 Date: Wed Oct 13 17:17:00 2010 -0400
34369 Oops, actually set global mask
34371 src/hb-buffer.cc | 2 +-
34372 1 file changed, 1 insertion(+), 1 deletion(-)
34374 commit 39dede9ffffe732f78cbd092ccb3b48d77ddd66d
34375 Author: Behdad Esfahbod <behdad@behdad.org>
34376 Date: Wed Oct 13 15:54:06 2010 -0400
34378 Make sure boolean features always use value=1
34380 Previously boolean features turned on the entire feature mask.
34382 wrong if feature is Alternate and user has provided values bigger
34384 Though, I don't think other engines support such corner cases.
34386 src/hb-ot-map-private.hh | 10 ++++++++--
34387 src/hb-ot-map.cc | 3 ++-
34388 src/hb-ot-shape-complex-arabic.cc | 2 +-
34389 src/hb-ot-shape.cc | 2 +-
34390 4 files changed, 12 insertions(+), 5 deletions(-)
34392 commit 3506b2e78db27e7835bd2c09c053a9807c9cac40
34393 Author: Behdad Esfahbod <behdad@behdad.org>
34394 Date: Wed Oct 13 15:38:52 2010 -0400
34396 Return early if mask is 0
34398 src/hb-buffer.cc | 3 +++
34399 1 file changed, 3 insertions(+)
34401 commit 5c1c8c9c50ddbe66ea595afb245a208b7775b27c
34402 Author: Behdad Esfahbod <behdad@behdad.org>
34403 Date: Wed Oct 13 15:36:38 2010 -0400
34405 Make sure feature values don't leak out of their mask
34407 src/hb-buffer.cc | 1 +
34408 1 file changed, 1 insertion(+)
34410 commit 852912fc2db06b6183a2dc87c45ec1b563063572
34411 Author: Behdad Esfahbod <behdad@behdad.org>
34412 Date: Wed Oct 13 15:34:50 2010 -0400
34414 Fix applying default-value for features
34416 Previously if a default global feature was overrided by a non-global
34417 user feature, we were not setting any default mask for the feature,
34418 essentially disabling the feature by default. Fix that.
34421 src/hb-ot-map-private.hh | 10 ++++++----
34422 src/hb-ot-map.cc | 13 +++++++------
34423 3 files changed, 13 insertions(+), 12 deletions(-)
34425 commit 2989be4919242670c94825bded96db20a7b2035b
34426 Author: Behdad Esfahbod <behdad@behdad.org>
34427 Date: Wed Oct 13 15:18:29 2010 -0400
34429 Set user masks after complex masks
34431 src/hb-ot-shape.cc | 4 ++--
34432 1 file changed, 2 insertions(+), 2 deletions(-)
34434 commit a7820b7b15a809b4a1a4077147ceed7bea528483
34435 Author: Behdad Esfahbod <behdad@behdad.org>
34436 Date: Wed Oct 13 14:20:48 2010 -0400
34441 1 file changed, 2 insertions(+)
34443 commit 04a3023a66203d94b77f2d7a8d6bcdedf067e155
34444 Author: Behdad Esfahbod <behdad@behdad.org>
34445 Date: Wed Oct 13 10:57:27 2010 -0400
34449 Looks like a roadmap now.
34452 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------
34453 1 file changed, 59 insertions(+), 13 deletions(-)
34455 commit 3111b8a0d5b38da57c0f6285aec2b92eb690188f
34456 Author: Behdad Esfahbod <behdad@behdad.org>
34457 Date: Wed Oct 13 10:41:53 2010 -0400
34459 Fix stupid bug, oops
34461 src/hb-font.cc | 2 +-
34462 1 file changed, 1 insertion(+), 1 deletion(-)
34464 commit 3703f88b74707113e782eb6ca9a77603561760d0
34465 Author: Behdad Esfahbod <behdad@behdad.org>
34466 Date: Tue Oct 12 18:34:20 2010 -0400
34468 Step the version up to 0.2 now that Arabic shaper is in
34470 configure.ac | 2 +-
34471 1 file changed, 1 insertion(+), 1 deletion(-)
34473 commit 758f68b860b44b5a04eb3dde5cb40b1b04cf634a
34474 Author: Behdad Esfahbod <behdad@behdad.org>
34475 Date: Tue Oct 12 17:37:44 2010 -0400
34479 It's tested now. It works!
34481 src/hb-ot-shape-complex-arabic.cc | 7 ++++---
34482 1 file changed, 4 insertions(+), 3 deletions(-)
34484 commit 13403bc67a01e0d4908fb964093fd02ddd11c580
34485 Author: Behdad Esfahbod <behdad@behdad.org>
34486 Date: Tue Oct 12 17:23:54 2010 -0400
34488 Hookup Arabic shaper!
34492 src/hb-ot-shape-complex-arabic.cc | 6 +++---
34493 src/hb-ot-shape-complex-private.hh | 37
34494 ++++++++++++++++++++++---------------
34495 src/hb-ot-shape-private.hh | 14 +++++++++++++-
34496 src/hb-ot-shape.cc | 3 ++-
34497 4 files changed, 40 insertions(+), 20 deletions(-)
34499 commit 57ac0ecb7843533b2e6e6d6c8a12b2a44437cc1c
34500 Author: Behdad Esfahbod <behdad@behdad.org>
34501 Date: Tue Oct 12 17:07:02 2010 -0400
34503 Merge clearing masks and setting global masks
34505 src/hb-buffer-private.hh | 11 ++++++-----
34506 src/hb-buffer.cc | 5 +++--
34507 src/hb-ot-map.cc | 2 +-
34508 src/hb-ot-shape.cc | 7 ++-----
34509 4 files changed, 12 insertions(+), 13 deletions(-)
34511 commit fc96596b7c1c4e62491e951a3c256fb00dcde550
34512 Author: Behdad Esfahbod <behdad@behdad.org>
34513 Date: Tue Oct 12 17:00:25 2010 -0400
34515 Form clusters before setting masks
34517 src/hb-ot-shape.cc | 4 ++--
34518 1 file changed, 2 insertions(+), 2 deletions(-)
34520 commit 1e80782244cdb1dedae9d1e61079d0508e57ca72
34521 Author: Behdad Esfahbod <behdad@behdad.org>
34522 Date: Tue Oct 12 17:00:07 2010 -0400
34524 Clear masks before setting them up, not after!
34526 src/hb-ot-shape.cc | 6 ++----
34527 1 file changed, 2 insertions(+), 4 deletions(-)
34529 commit fd3d32d31cb6d74a9994b6850d539fd0b707d941
34530 Author: Behdad Esfahbod <behdad@behdad.org>
34531 Date: Tue Oct 12 16:57:47 2010 -0400
34533 Add hb_ot_shape_execute()
34537 src/hb-ot-shape-private.hh | 5 ++---
34538 src/hb-ot-shape.cc | 19 ++++++++++++++-----
34539 2 files changed, 16 insertions(+), 8 deletions(-)
34541 commit 49baa1f69efb0e3c62e45bd59dd88459a84bf390
34542 Author: Behdad Esfahbod <behdad@behdad.org>
34543 Date: Tue Oct 12 16:50:36 2010 -0400
34545 Add hb_ot_complex_shaper_t stuff and start hooking Arabic shaper up
34547 src/Makefile.am | 3 +-
34548 src/hb-ot-map-private.hh | 2 +-
34549 src/hb-ot-map.cc | 2 +-
34550 src/hb-ot-shape-arabic.cc | 706
34551 ------------------------------------
34552 src/hb-ot-shape-complex-arabic.cc | 715
34553 +++++++++++++++++++++++++++++++++++++
34554 src/hb-ot-shape-complex-private.hh | 88 +++++
34555 src/hb-ot-shape-private.hh | 12 +-
34556 src/hb-ot-shape.cc | 8 +-
34557 8 files changed, 813 insertions(+), 723 deletions(-)
34559 commit 605ed468f380f86d642031f6451447d270cb6de1
34560 Author: Behdad Esfahbod <behdad@behdad.org>
34561 Date: Tue Oct 12 16:19:29 2010 -0400
34563 Add hb_ot_shape_plan_t
34565 This is the object that a separate plan/execute shaping API will
34567 between the two stages.
34569 src/hb-ot-shape-private.hh | 12 ++++++++++--
34570 src/hb-ot-shape.cc | 38 ++++++++++++++++++--------------------
34571 2 files changed, 28 insertions(+), 22 deletions(-)
34573 commit 895fb5d364e7ae5d9d2e34b9f68b8651804369ef
34574 Author: Behdad Esfahbod <behdad@behdad.org>
34575 Date: Tue Oct 12 16:00:21 2010 -0400
34577 Refactor, in a different direction
34579 src/hb-ot-map-private.hh | 15 ++++++++-------
34580 src/hb-ot-map.cc | 23 ++++++++++++-----------
34581 src/hb-ot-shape-private.hh | 13 +------------
34582 src/hb-ot-shape.cc | 33 +++++++++++++++++----------------
34583 4 files changed, 38 insertions(+), 46 deletions(-)
34585 commit d2ba016ca1ba7489537768b619980d5159b5870c
34586 Author: Behdad Esfahbod <behdad@behdad.org>
34587 Date: Tue Oct 12 15:35:45 2010 -0400
34591 src/hb-ot-map-private.hh | 32 +++++---------------------------
34592 src/hb-ot-map.cc | 32 +++++++++++++++++++++++++++++---
34593 src/hb-ot-shape-private.hh | 16 ++++++++++++++--
34594 src/hb-ot-shape.cc | 43
34595 ++++++++++++++++++++++++++++---------------
34596 src/hb-ot-shape.h | 10 +++++-----
34597 5 files changed, 81 insertions(+), 52 deletions(-)
34599 commit 66e487dfbfdccd0c4be8cd11661d412ca27c3425
34600 Author: Behdad Esfahbod <behdad@behdad.org>
34601 Date: Tue Oct 12 13:51:19 2010 -0400
34603 Update Arabic shaping table to Unicode 6.0.0.
34605 src/hb-ot-shape-arabic.cc | 8 ++++----
34606 1 file changed, 4 insertions(+), 4 deletions(-)
34608 commit f4792d99eee0e8cd72b7cb01c96a09f16e2a72ce
34609 Author: Behdad Esfahbod <behdad@behdad.org>
34610 Date: Tue Oct 12 12:32:18 2010 -0400
34614 Untested code is indeed buggy code.
34616 Mozilla bug #603352.
34618 src/hb-ot-tag.c | 6 ++----
34619 1 file changed, 2 insertions(+), 4 deletions(-)
34621 commit 993d1e786a32612b796dae8309ce402a4121bec7
34622 Author: Behdad Esfahbod <behdad@behdad.org>
34623 Date: Tue Oct 12 11:17:30 2010 -0400
34625 Fix missing negation in unreachable code!
34627 Mozilla bug #603346
34629 src/hb-open-type-private.hh | 5 ++---
34630 1 file changed, 2 insertions(+), 3 deletions(-)
34632 commit 52601275d5e4000dada4f925fb78723eeeee7bd4
34633 Author: Behdad Esfahbod <behdad@behdad.org>
34634 Date: Fri Oct 8 20:38:46 2010 -0400
34638 src/hb-ot-shape.cc | 14 +++++---------
34639 1 file changed, 5 insertions(+), 9 deletions(-)
34641 commit 6b7e6758626268ba1c7c266128e618ec73ae2c0f
34642 Author: Behdad Esfahbod <behdad@behdad.org>
34643 Date: Fri Oct 8 20:30:04 2010 -0400
34647 src/hb-ot-shape.cc | 22 +++++++++++-----------
34648 1 file changed, 11 insertions(+), 11 deletions(-)
34650 commit aa9c450bb2d7c3c9e36ea32e3558250391a0582d
34651 Author: Behdad Esfahbod <behdad@behdad.org>
34652 Date: Fri Oct 8 20:27:38 2010 -0400
34654 Enable 'rtlm' mirroring
34656 src/hb-ot-map-private.hh | 9 +++++----
34657 src/hb-ot-shape.cc | 30 +++++++++++++++---------------
34658 2 files changed, 20 insertions(+), 19 deletions(-)
34660 commit 36925f695d349a53d52ecc3a58f18240a6977463
34661 Author: Behdad Esfahbod <behdad@behdad.org>
34662 Date: Fri Oct 8 20:20:32 2010 -0400
34664 Rename hb_mask_allocator_t to hb_ot_map_t
34666 hb_ot_plan_t may be a better name, donno.
34668 src/hb-ot-map-private.hh | 4 ++--
34669 src/hb-ot-map.cc | 2 +-
34670 src/hb-ot-shape-private.hh | 4 ++--
34671 src/hb-ot-shape.cc | 49
34672 +++++++++++++++++++++-------------------------
34673 4 files changed, 27 insertions(+), 32 deletions(-)
34675 commit f5dd3be46b5c77a2c5b97b82a0b67ac9e851b898
34676 Author: Behdad Esfahbod <behdad@behdad.org>
34677 Date: Fri Oct 8 20:16:23 2010 -0400
34681 src/check-c-linkage-decls.sh | 2 +-
34682 src/check-header-guards.sh | 2 +-
34683 2 files changed, 2 insertions(+), 2 deletions(-)
34685 commit 5a2b0b3878cd9c62121bb4fd6344e102a9ee1825
34686 Author: Behdad Esfahbod <behdad@behdad.org>
34687 Date: Fri Oct 8 20:14:57 2010 -0400
34691 src/Makefile.am | 1 +
34692 src/hb-ot-map-private.hh | 129 +-----------------------------------
34693 src/hb-ot-map.cc | 165
34694 +++++++++++++++++++++++++++++++++++++++++++++++
34695 3 files changed, 168 insertions(+), 127 deletions(-)
34697 commit ecc4550ed7bc900a61081edfbcd0ad09cbf29b36
34698 Author: Behdad Esfahbod <behdad@behdad.org>
34699 Date: Fri Oct 8 20:05:29 2010 -0400
34701 Fix feature overriding
34703 src/hb-ot-map-private.hh | 2 +-
34704 1 file changed, 1 insertion(+), 1 deletion(-)
34706 commit 8f08c3275040870a645ef034a38d30c05c619f21
34707 Author: Behdad Esfahbod <behdad@behdad.org>
34708 Date: Fri Oct 8 19:43:48 2010 -0400
34712 src/hb-open-type-private.hh | 8 ++----
34713 src/hb-ot-map-private.hh | 61
34714 +++++++++++++--------------------------------
34715 src/hb-ot-tag.c | 11 ++++----
34716 src/hb-private.h | 4 +++
34717 4 files changed, 28 insertions(+), 56 deletions(-)
34719 commit a806762a314e83154793d96ee665e6668d6b56de
34720 Author: Behdad Esfahbod <behdad@behdad.org>
34721 Date: Fri Oct 8 19:18:40 2010 -0400
34723 Add hb-ot-shape-private.hh
34725 src/Makefile.am | 1 +
34726 src/hb-ot-shape-arabic.cc | 2 +-
34727 src/hb-ot-shape-private.hh | 60
34728 ++++++++++++++++++++++++++++++++++++++++++++++
34729 3 files changed, 62 insertions(+), 1 deletion(-)
34731 commit 4924affe0f0adf75f2a0e2137a71206b0576d63f
34732 Author: Behdad Esfahbod <behdad@behdad.org>
34733 Date: Fri Oct 8 19:18:16 2010 -0400
34735 Add hb-ot-map-private.hh
34737 src/Makefile.am | 1 +
34738 src/hb-ot-map-private.hh | 307
34739 +++++++++++++++++++++++++++++++++++++++++++++++
34740 src/hb-ot-shape.cc | 274 ++----------------------------------------
34741 3 files changed, 315 insertions(+), 267 deletions(-)
34743 commit a7c5046d6b676a32298b97403a49235f7f255161
34744 Author: Behdad Esfahbod <behdad@behdad.org>
34745 Date: Fri Oct 8 18:47:47 2010 -0400
34747 Add private hb_segment_properties_t
34749 src/hb-buffer-private.hh | 14 ++++++++------
34750 1 file changed, 8 insertions(+), 6 deletions(-)
34752 commit b897c607d91d569f4eaa681d1f5b3d9f3d2bb093
34753 Author: Behdad Esfahbod <behdad@behdad.org>
34754 Date: Fri Oct 8 18:41:57 2010 -0400
34756 Flip the OT bit-allocation vs gsub/gpos inside-out
34758 We now build our entire attack plan before jumping in.
34760 src/hb-ot-shape.cc | 333
34761 ++++++++++++++++++++++++++++-------------------------
34762 1 file changed, 176 insertions(+), 157 deletions(-)
34764 commit e89b7d2a61b7f58e6c7cec00d5ce2246dee1e8a1
34765 Author: Behdad Esfahbod <behdad@behdad.org>
34766 Date: Fri Oct 8 12:29:59 2010 -0400
34768 Logically separate feature collection
34770 src/hb-ot-shape.cc | 29 ++++++++++++++++++-----------
34771 1 file changed, 18 insertions(+), 11 deletions(-)
34773 commit 5b88908f12ad1d828dd6075fb8fc0036c2d6af3a
34774 Author: Behdad Esfahbod <behdad@behdad.org>
34775 Date: Fri Oct 8 12:23:01 2010 -0400
34779 src/hb-ot-shape.cc | 18 ++++++------------
34780 1 file changed, 6 insertions(+), 12 deletions(-)
34782 commit 5360ce0c5c33f921b3f9ad3f42529a19df5ad0fe
34783 Author: Behdad Esfahbod <behdad@behdad.org>
34784 Date: Thu Oct 7 21:21:11 2010 -0400
34786 Move some more code around
34788 src/hb-ot-shape.cc | 27 +++++++++++++--------------
34789 1 file changed, 13 insertions(+), 14 deletions(-)
34791 commit d9c726078828d50db62e05407a3f38f2e7607533
34792 Author: Behdad Esfahbod <behdad@behdad.org>
34793 Date: Thu Oct 7 21:19:54 2010 -0400
34797 src/hb-ot-shape.cc | 18 +++++++++---------
34798 1 file changed, 9 insertions(+), 9 deletions(-)
34800 commit efe0d682e860ffd23a1d17c68c8273f17d51c1c9
34801 Author: Behdad Esfahbod <behdad@behdad.org>
34802 Date: Thu Oct 7 21:12:46 2010 -0400
34804 Simplify compiling lookups
34806 src/hb-ot-shape.cc | 66
34807 ++++++++++++++++++++++--------------------------------
34808 1 file changed, 27 insertions(+), 39 deletions(-)
34810 commit 476c94218b4f5b8e119e82b0e10b641e0c10bf56
34811 Author: Behdad Esfahbod <behdad@behdad.org>
34812 Date: Thu Oct 7 17:47:33 2010 -0400
34816 src/hb-ot-shape.cc | 18 ++++++++++--------
34817 1 file changed, 10 insertions(+), 8 deletions(-)
34819 commit 34db6f031d7ac009f554386ef990bad44886b9ee
34820 Author: Behdad Esfahbod <behdad@behdad.org>
34821 Date: Thu Oct 7 01:21:19 2010 -0400
34825 src/hb-buffer.cc | 1 +
34826 1 file changed, 1 insertion(+)
34828 commit 98aa3f65446496dc250d9b01d98cacfdf1157e06
34829 Author: Behdad Esfahbod <behdad@behdad.org>
34830 Date: Wed Oct 6 00:23:36 2010 -0400
34832 Call hb_ot_shape_setup_lookups_complex()
34834 src/hb-ot-shape.cc | 10 +++++++++-
34835 1 file changed, 9 insertions(+), 1 deletion(-)
34837 commit f1d07885dc358e79c237e824c94b3320c0a9c17d
34838 Author: Behdad Esfahbod <behdad@behdad.org>
34839 Date: Wed Oct 6 00:21:37 2010 -0400
34841 Rename setup_lookups()
34843 src/hb-ot-shape.cc | 10 +++++-----
34844 1 file changed, 5 insertions(+), 5 deletions(-)
34846 commit affc5abac7bdae51df85856a5478d34d96fda4fe
34847 Author: Behdad Esfahbod <behdad@behdad.org>
34848 Date: Wed Oct 6 00:18:16 2010 -0400
34850 Move table_tag to hb_ot_shape_context_t
34852 src/hb-ot-shape.cc | 31 +++++++++++++++++--------------
34853 1 file changed, 17 insertions(+), 14 deletions(-)
34855 commit 967240dd8b96802345ef273e75427066e91ea8fb
34856 Author: Behdad Esfahbod <behdad@behdad.org>
34857 Date: Tue Oct 5 23:00:05 2010 -0400
34859 Add internal hb_ot_shape_context_t
34861 src/hb-ot-shape-arabic.cc | 26 ++---
34862 src/hb-ot-shape.cc | 237
34863 +++++++++++++++++++---------------------------
34864 2 files changed, 108 insertions(+), 155 deletions(-)
34866 commit 3eb936f1539475098f39be78654b9c39b86f0799
34867 Author: Behdad Esfahbod <behdad@behdad.org>
34868 Date: Tue Oct 5 18:36:58 2010 -0400
34870 Add Arabic/Syriac/N'ko shaping logic
34872 Not hooked up just yet.
34874 src/Makefile.am | 9 +
34875 src/gen-arabic-joining-table.py | 39 +++
34876 src/hb-ot-shape-arabic.cc | 716
34877 ++++++++++++++++++++++++++++++++++++++++
34878 3 files changed, 764 insertions(+)
34880 commit 0109816b50064a314389333ff64aaf22cb4b1e56
34881 Author: Behdad Esfahbod <behdad@behdad.org>
34882 Date: Tue Oct 5 18:36:45 2010 -0400
34884 Update build system
34888 2 files changed, 1 insertion(+), 3 deletions(-)
34890 commit e81d7afe6e0e9dd26025f3243a11cf0b408a8046
34891 Author: Behdad Esfahbod <behdad@behdad.org>
34892 Date: Mon Oct 4 18:18:48 2010 -0400
34894 Add hb_face_get_upem()
34896 src/hb-font.cc | 6 ++++++
34897 src/hb-font.h | 3 +++
34898 2 files changed, 9 insertions(+)
34900 commit d47f79db92fa45d51cd5f7845db8a206f5ec122b
34901 Author: Behdad Esfahbod <behdad@behdad.org>
34902 Date: Mon Oct 4 18:13:30 2010 -0400
34907 1 file changed, 2 insertions(+)
34909 commit bd361945a89ea31e6c4525aa030e18744ea81fb3
34910 Author: Behdad Esfahbod <behdad@behdad.org>
34911 Date: Mon Oct 4 17:22:57 2010 -0400
34915 src/hb-font.h | 17 +++++++++++++++--
34916 1 file changed, 15 insertions(+), 2 deletions(-)
34918 commit 645f6f265b5f6fb85b3c0f59ea874d58c86e3917
34919 Author: Behdad Esfahbod <behdad@behdad.org>
34920 Date: Mon Oct 4 17:01:01 2010 -0400
34922 Add is_mutable() functions
34924 Correspond to the make_mutable() ones.
34926 src/hb-font.cc | 6 ++++++
34927 src/hb-font.h | 2 ++
34928 src/hb-unicode.c | 6 ++++++
34929 src/hb-unicode.h | 2 ++
34930 4 files changed, 16 insertions(+)
34932 commit 19c0eab8cf96d00e168c4b11ec435019c1ed44f7
34933 Author: Behdad Esfahbod <behdad@behdad.org>
34934 Date: Mon Oct 4 16:45:21 2010 -0400
34936 Add getters for all setter APIs
34938 One in particular is not a straight getter: hb_font_unset_funcs() is
34939 special because of the specific needs of the lifecycle management of
34940 the user_data object.
34942 src/hb-font.cc | 64
34943 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
34944 src/hb-font.h | 40 +++++++++++++++++++++++++++++++++++
34945 src/hb-unicode.c | 32 ++++++++++++++++++++++++++++
34946 src/hb-unicode.h | 31 ++++++++++++++++++++++++++-
34947 4 files changed, 166 insertions(+), 1 deletion(-)
34949 commit f0feb084b0fd1510474b25404d1dcc5686ee0538
34950 Author: Behdad Esfahbod <behdad@behdad.org>
34951 Date: Sun Oct 3 19:09:39 2010 -0400
34955 src/hb-ot-layout-private.hh | 12 +++++++-----
34956 1 file changed, 7 insertions(+), 5 deletions(-)
34958 commit ac0c1663fa6e93a5a94c88fc7497bc11ca17f0a1
34959 Author: Behdad Esfahbod <behdad@behdad.org>
34960 Date: Fri Oct 1 19:09:23 2010 -0400
34962 Avoid div-by-zero, validate upem
34964 src/hb-ot-head-private.hh | 7 +++++++
34965 src/hb-ot-layout-private.hh | 6 +++---
34966 2 files changed, 10 insertions(+), 3 deletions(-)
34968 commit 7f97d2cd904ea999c099c73c52187c5d65aeec67
34969 Author: Behdad Esfahbod <behdad@behdad.org>
34970 Date: Fri Oct 1 18:58:50 2010 -0400
34974 src/hb-open-type-private.hh | 12 ++++++------
34975 src/hb-ot-layout-common-private.hh | 2 +-
34976 src/hb-ot-layout-gdef-private.hh | 10 +++++-----
34977 src/hb-ot-layout-gpos-private.hh | 6 +++---
34978 4 files changed, 15 insertions(+), 15 deletions(-)
34980 commit 2841436926d6a406bd1f4a35c66a0e3c2fdbeca7
34981 Author: Behdad Esfahbod <behdad@behdad.org>
34982 Date: Wed Sep 29 12:20:36 2010 -0400
34984 Don't zero glyph advances in MarkToBase and similar lookups
34986 See email thread "Should MarkToBase attachment zero the mark advance?"
34987 started by Jonathan Kew on 23 August 2010 for details.
34989 src/hb-ot-layout-gpos-private.hh | 2 --
34990 1 file changed, 2 deletions(-)
34992 commit 36b3862009c00ad922d68810173a69ac59723365
34993 Author: Behdad Esfahbod <behdad@behdad.org>
34994 Date: Wed Sep 29 12:10:24 2010 -0400
34996 One fewer cmp() implementation...
34998 src/hb-ot-layout-common-private.hh | 3 +--
34999 1 file changed, 1 insertion(+), 2 deletions(-)
35001 commit 4e573715ae5f5ed486ad66382bb44c47a86591ff
35002 Author: Behdad Esfahbod <behdad@behdad.org>
35003 Date: Tue Sep 28 16:23:58 2010 -0400
35005 Improve cmp function parameter namings and casts
35007 No semantic change.
35009 src/hb-open-type-private.hh | 6 +++---
35010 src/hb-ot-layout-common-private.hh | 6 +++---
35011 src/hb-ot-shape.cc | 8 ++++----
35012 3 files changed, 10 insertions(+), 10 deletions(-)
35014 commit dca8aff24652c83c53efbb9d06e5e1c7ef1c2fa5
35015 Author: Behdad Esfahbod <behdad@behdad.org>
35016 Date: Tue Sep 28 16:25:23 2010 -0400
35018 Add comment re DejaVu Sans Mono having 'dflt' script
35020 src/hb-ot-layout.cc | 3 ++-
35021 1 file changed, 2 insertions(+), 1 deletion(-)
35023 commit 9dc45401c07cb40114067cafbe286c63a9598f3b
35024 Author: Behdad Esfahbod <behdad@behdad.org>
35025 Date: Tue Sep 28 16:23:28 2010 -0400
35027 Fix stupid bug in bsearch cmp function!
35029 src/hb-ot-layout-common-private.hh | 2 +-
35030 1 file changed, 1 insertion(+), 1 deletion(-)
35032 commit 6fca4c18c42bdcbc67ee8855499c51c7d6311eb2
35033 Author: Behdad Esfahbod <behdad@behdad.org>
35034 Date: Thu Sep 23 10:28:51 2010 -0400
35039 1 file changed, 2 insertions(+)
35041 commit f2a30bd605a57b99fce4b78e288c2ca62f7191ad
35042 Author: Behdad Esfahbod <behdad@behdad.org>
35043 Date: Thu Sep 23 10:27:08 2010 -0400
35045 Remove unimplemented method hb_font_get_funcs()
35047 Got to add a suitable replacement.
35049 src/hb-font.h | 3 ---
35050 1 file changed, 3 deletions(-)
35052 commit 7b9a38a112aa2421d97187a9b30619360edeabbe
35053 Author: Behdad Esfahbod <behdad@behdad.org>
35054 Date: Wed Sep 22 17:42:59 2010 -0400
35056 Add test.c using public API
35058 src/Makefile.am | 6 +++-
35060 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
35061 2 files changed, 99 insertions(+), 1 deletion(-)
35063 commit 9ea7368fce3fa373d8d2925961ad211f5cf6ce70
35064 Author: Behdad Esfahbod <behdad@behdad.org>
35065 Date: Wed Sep 22 17:38:44 2010 -0400
35067 Fix hb_ot_layout leak
35069 src/hb-ot-layout.cc | 2 ++
35070 1 file changed, 2 insertions(+)
35072 commit 8e577acae2e605547b6a1b9b3a941cb9e3c56a4c
35073 Author: Behdad Esfahbod <behdad@behdad.org>
35074 Date: Wed Sep 22 17:37:02 2010 -0400
35076 Fix blob refcounting with insane SFNT table directories
35078 src/hb-font.cc | 4 +---
35079 1 file changed, 1 insertion(+), 3 deletions(-)
35081 commit 75371bea4fbf50b8604d2698b4935c011648a6b6
35082 Author: Behdad Esfahbod <behdad@behdad.org>
35083 Date: Wed Sep 22 17:12:10 2010 -0400
35088 1 file changed, 2 insertions(+)
35090 commit 5bd1e95236320aed60fb29ca1e93b9595d4aeeec
35091 Author: Behdad Esfahbod <behdad@behdad.org>
35092 Date: Wed Sep 22 16:46:18 2010 -0400
35094 Speedup Device table delta computation for common cases
35096 src/hb-ot-layout-common-private.hh | 25 +++++++++++++++++++++----
35097 1 file changed, 21 insertions(+), 4 deletions(-)
35099 commit ed4acbde9c5e3323cc95037b500d1bf2878ed3ee
35100 Author: Behdad Esfahbod <behdad@behdad.org>
35101 Date: Mon Aug 16 14:36:27 2010 -0400
35103 Fix NULL dereference
35105 Reported by Jonathan Kew. Face table handling needs to be redone
35106 anyway, but fix this for now.
35108 src/hb-ot-layout.cc | 6 +++---
35109 1 file changed, 3 insertions(+), 3 deletions(-)
35111 commit 258305c2a5dd47bd2d83f12eaf9caa5b19ae5efb
35112 Author: Behdad Esfahbod <behdad@behdad.org>
35113 Date: Fri Aug 13 14:10:02 2010 -0400
35115 [GPOS] Fix div-by-zero
35117 Patch by Jonathan Kew. Mozilla bug #465728.
35119 src/hb-ot-layout-gpos-private.hh | 2 +-
35120 1 file changed, 1 insertion(+), 1 deletion(-)
35122 commit 2422c4b96d32037a5cdaef4c427ed1d25db5f647
35123 Author: Behdad Esfahbod <behdad@behdad.org>
35124 Date: Fri Aug 13 14:00:34 2010 -0400
35128 src/hb-ot-shape.cc | 2 +-
35129 1 file changed, 1 insertion(+), 1 deletion(-)
35131 commit 27f0b092a13344e8791c496c77a3c1e5de4f887c
35132 Author: Behdad Esfahbod <behdad@behdad.org>
35133 Date: Fri Jul 23 17:35:54 2010 -0400
35135 Logically separate feature allocation from application
35137 src/hb-ot-shape.cc | 8 ++++----
35138 1 file changed, 4 insertions(+), 4 deletions(-)
35140 commit 6cf63132dc771e1bcd5627720daf4bd2ea0800a5
35141 Author: Behdad Esfahbod <behdad@behdad.org>
35142 Date: Fri Jul 23 17:32:26 2010 -0400
35146 src/hb-ot-shape.cc | 2 +-
35147 1 file changed, 1 insertion(+), 1 deletion(-)
35149 commit 4e4ef24e46f273ad2bdda2f718223e05b37dd50f
35150 Author: Behdad Esfahbod <behdad@behdad.org>
35151 Date: Fri Jul 23 17:22:11 2010 -0400
35153 Towards separating bit allocation from shaping
35155 src/hb-buffer-private.hh | 9 ++++++---
35156 src/hb-buffer.cc | 12 ++++++------
35157 src/hb-ot-layout-gpos-private.hh | 2 +-
35158 src/hb-ot-layout.cc | 2 +-
35159 src/hb-ot-shape.cc | 41
35160 ++++++++++++++++------------------------
35161 5 files changed, 30 insertions(+), 36 deletions(-)
35163 commit da6cff3864d2ef4a061a29e5918359bafcd51f4c
35164 Author: Behdad Esfahbod <behdad@behdad.org>
35165 Date: Fri Jul 23 15:40:58 2010 -0400
35170 1 file changed, 3 insertions(+)
35172 commit acdba3f90b232fc12fcb200dca2584481b339118
35173 Author: Behdad Esfahbod <behdad@behdad.org>
35174 Date: Fri Jul 23 15:11:18 2010 -0400
35178 src/Makefile.am | 1 +
35179 src/check-c-linkage-decls.sh | 18 ++++++++++++++++++
35180 src/hb-blob-private.h | 2 ++
35181 src/hb-blob.c | 18 ++++++++++++------
35182 src/hb-blob.h | 2 ++
35183 src/hb-buffer-private.hh | 1 +
35184 src/hb-buffer.cc | 7 ++++++-
35185 src/hb-buffer.h | 1 +
35186 src/hb-common.c | 6 ++++++
35187 src/hb-common.h | 21 +++++++++++++--------
35188 src/hb-font-private.h | 1 +
35189 src/hb-font.cc | 4 ++++
35190 src/hb-font.h | 1 +
35191 src/hb-ft.c | 10 ++++++++--
35193 src/hb-glib.c | 6 ++++++
35194 src/hb-glib.h | 2 ++
35195 src/hb-graphite.cc | 6 ++++++
35196 src/hb-graphite.h | 3 ++-
35197 src/hb-icu.c | 6 ++++++
35198 src/hb-icu.h | 2 ++
35199 src/hb-language.c | 5 +++++
35200 src/hb-language.h | 2 ++
35201 src/hb-object-private.h | 2 ++
35202 src/hb-open-file-private.hh | 4 ++++
35203 src/hb-open-type-private.hh | 5 +++++
35204 src/hb-ot-head-private.hh | 5 +++++
35205 src/hb-ot-layout-common-private.hh | 6 ++++++
35206 src/hb-ot-layout-gdef-private.hh | 4 ++++
35207 src/hb-ot-layout-gpos-private.hh | 6 ++++++
35208 src/hb-ot-layout-gsub-private.hh | 7 ++++++-
35209 src/hb-ot-layout-gsubgpos-private.hh | 13 +++++++++++++
35210 src/hb-ot-layout-private.hh | 3 ++-
35211 src/hb-ot-layout.cc | 5 +++++
35212 src/hb-ot-layout.h | 1 +
35213 src/hb-ot-shape.cc | 6 ++++++
35214 src/hb-ot-shape.h | 2 ++
35215 src/hb-ot-tag.c | 5 +++++
35216 src/hb-ot-tag.h | 2 ++
35217 src/hb-ot.h | 3 +++
35218 src/hb-private.h | 5 +++++
35219 src/hb-shape.cc | 5 +++++
35220 src/hb-shape.h | 1 +
35221 src/hb-unicode-private.h | 1 +
35222 src/hb-unicode.c | 6 ++++++
35223 src/hb-unicode.h | 1 +
35225 src/main.cc | 6 ++++++
35226 48 files changed, 214 insertions(+), 20 deletions(-)
35228 commit cc6d52279d10a2edcf0d86c3a18a79ff4f6d3858
35229 Author: Behdad Esfahbod <behdad@behdad.org>
35230 Date: Fri Jul 23 15:00:13 2010 -0400
35232 De-C++ where possible
35234 Helps with avoiding many "extern C" declarations in source files.
35236 src/Makefile.am | 4 +-
35237 src/check-header-guards.sh | 2 +-
35238 src/hb-font-private.h | 95 ++++++++++++++++
35239 src/hb-font-private.hh | 95 ----------------
35240 src/hb-font.cc | 2 +-
35242 +++++++++++++++++++++++++++++++++++++++
35244 ---------------------------------------
35245 src/hb-graphite.cc | 2 +-
35246 src/hb-ot-layout-gdef-private.hh | 2 +-
35247 src/hb-ot-layout-private.hh | 2 +-
35248 10 files changed, 342 insertions(+), 342 deletions(-)
35250 commit 0dd200d28f51bf4062d8a377432c8977c80cb210
35251 Author: Behdad Esfahbod <behdad@behdad.org>
35252 Date: Fri Jul 23 14:56:29 2010 -0400
35256 src/hb-font-private.hh | 2 --
35257 src/hb-ot-layout-private.hh | 1 +
35258 2 files changed, 1 insertion(+), 2 deletions(-)
35260 commit fb0d25246267851a1fc200ead28c56359a40047e
35261 Author: Behdad Esfahbod <behdad@behdad.org>
35262 Date: Fri Jul 23 14:54:22 2010 -0400
35266 src/hb-ot-head-private.hh | 256
35267 +++++++++++++++++++++++-----------------------
35268 1 file changed, 128 insertions(+), 128 deletions(-)
35270 commit 81408cd51ce575891e79e6483be187130f864c28
35271 Author: Behdad Esfahbod <behdad@behdad.org>
35272 Date: Fri Jul 23 14:46:57 2010 -0400
35274 Don't use "operator ="
35276 Some compilers don't like operator = defined on members of union
35278 either. Reported by Ginn Chen for Sun Studio compilers.
35280 src/hb-open-type-private.hh | 6 +++---
35281 1 file changed, 3 insertions(+), 3 deletions(-)
35283 commit 39fe34d4c356516f0a92f42b13a168572829d24e
35284 Author: Behdad Esfahbod <behdad@behdad.org>
35285 Date: Thu Jul 22 18:12:38 2010 -0400
35290 1 file changed, 2 insertions(+)
35292 commit 243a96f41482edb83e4798358064bd3329dd278c
35293 Author: Behdad Esfahbod <behdad@behdad.org>
35294 Date: Wed Jul 21 17:21:12 2010 -0400
35296 Add arm build fix to TODO
35299 1 file changed, 1 insertion(+)
35301 commit c407f05f99f9225916d3d0ae06eac8fbc8b55b97
35302 Author: Behdad Esfahbod <behdad@behdad.org>
35303 Date: Wed Jul 21 17:20:44 2010 -0400
35305 Remove fixed TODO item
35308 1 file changed, 1 deletion(-)
35310 commit 4f801bd6586defdbf70162e0c7f8968d2b476df2
35311 Author: Behdad Esfahbod <behdad@behdad.org>
35312 Date: Wed Jul 21 16:37:01 2010 -0400
35314 Mozilla bug 580233 - check for zero-length record in hb sanitizer.
35316 Patch / report by Jonathan Kew.
35318 src/hb-open-type-private.hh | 2 +-
35319 1 file changed, 1 insertion(+), 1 deletion(-)
35321 commit 17e9ff938b638fd1cb80c990ba13bd47562116b8
35322 Author: Behdad Esfahbod <behdad@behdad.org>
35323 Date: Thu Jul 15 11:21:34 2010 -0700
35325 Fix 64bit issues with debug prints
35327 src/hb-blob.c | 10 +++++-----
35328 src/hb-open-type-private.hh | 5 +++--
35329 2 files changed, 8 insertions(+), 7 deletions(-)
35331 commit fd56ae49637b978ea3b36fab5b48f1a3cc99e90e
35332 Author: Behdad Esfahbod <behdad@behdad.org>
35333 Date: Thu Jul 8 00:53:40 2010 -0400
35335 Don't bother sorting, it's a safe font error if the array is not
35338 src/hb-open-type-private.hh | 29 -----------------------------
35339 src/hb-ot-layout-common-private.hh | 7 -------
35340 2 files changed, 36 deletions(-)
35342 commit cc8a4abea68f2dba26feb5785f9e518e6853c744
35343 Author: Behdad Esfahbod <behdad@behdad.org>
35344 Date: Thu Jul 8 00:40:04 2010 -0400
35346 Use bsearch where applicable
35348 src/hb-open-type-private.hh | 49 +++++++++++++
35349 src/hb-ot-layout-common-private.hh | 145
35350 +++++++++++++------------------------
35351 2 files changed, 100 insertions(+), 94 deletions(-)
35353 commit 2f418f5709b2b8b3ef2f6056b9d8c13b66f0b74a
35354 Author: Behdad Esfahbod <behdad@behdad.org>
35355 Date: Wed Jul 7 22:07:40 2010 -0400
35357 Remove useless TODO
35359 src/hb-open-file-private.hh | 1 -
35360 1 file changed, 1 deletion(-)
35362 commit da8edbb62204dc39f93d500ef85929e234e0bd19
35363 Author: Behdad Esfahbod <behdad@behdad.org>
35364 Date: Wed Jun 9 07:15:39 2010 -0400
35368 src/hb-buffer-private.hh | 6 +++---
35369 1 file changed, 3 insertions(+), 3 deletions(-)
35371 commit d05d13df02fbe76814694fe49cc01bbb41c3d0e7
35372 Author: Behdad Esfahbod <behdad@behdad.org>
35373 Date: Wed Jun 9 07:15:03 2010 -0400
35375 Add a test for header preprocessor guards
35377 src/Makefile.am | 4 +++-
35378 src/check-header-guards.sh | 20 ++++++++++++++++++++
35379 src/check-libstdc++.sh | 1 -
35380 3 files changed, 23 insertions(+), 2 deletions(-)
35382 commit 0f0cd9d361f1bb614aa3fd4616160d027062370e
35383 Author: Behdad Esfahbod <behdad@behdad.org>
35384 Date: Wed Jun 9 06:32:56 2010 -0400
35388 src/hb-font-private.hh | 6 +++---
35389 src/hb-object-private.h | 6 +++---
35390 src/hb-open-type-private.hh | 4 ++--
35391 src/hb-ot-layout-private.hh | 6 +++---
35392 src/hb-ot-shape.h | 2 +-
35393 5 files changed, 12 insertions(+), 12 deletions(-)
35395 commit f2a1b411b1d48c3dfac0df8e78c848d9aa3bb047
35396 Author: Behdad Esfahbod <behdad@behdad.org>
35397 Date: Thu Jun 3 11:37:51 2010 -0400
35399 Followup fix for variation-selectors
35401 Patch from Jonathan Kew
35403 src/hb-ot-shape.cc | 3 ++-
35404 1 file changed, 2 insertions(+), 1 deletion(-)
35406 commit a224b4d502d026fa642ee4098bf7bc0b4ba7ce27
35407 Author: Behdad Esfahbod <behdad@behdad.org>
35408 Date: Wed Jun 2 22:24:54 2010 -0400
35410 Fix skipping variation-selectors
35412 src/hb-ot-shape.cc | 14 ++++++++------
35413 1 file changed, 8 insertions(+), 6 deletions(-)
35415 commit 81a77b115db401f69e869690f24b9047370bdfde
35416 Author: Behdad Esfahbod <behdad@behdad.org>
35417 Date: Tue Jun 1 23:03:54 2010 -0400
35419 Make feature sorting stable
35421 src/hb-ot-shape.cc | 4 +++-
35422 1 file changed, 3 insertions(+), 1 deletion(-)
35424 commit fdc322a82047c4bda9fa3dab4338a0eac1c1bde7
35425 Author: Behdad Esfahbod <behdad@behdad.org>
35426 Date: Fri May 28 20:55:52 2010 -0400
35430 src/hb-ot-shape.cc | 38 +++++++++++++++++++++-----------------
35431 1 file changed, 21 insertions(+), 17 deletions(-)
35433 commit f062ec6bb24b1c21d37b12adc7e944a5fe53526a
35434 Author: Behdad Esfahbod <behdad@behdad.org>
35435 Date: Fri May 28 20:54:43 2010 -0400
35437 Further simplify mask allocator
35439 src/hb-ot-shape.cc | 23 +++++++----------------
35440 1 file changed, 7 insertions(+), 16 deletions(-)
35442 commit 8af45fda475d075c5a285002463a00a0423d3926
35443 Author: Behdad Esfahbod <behdad@behdad.org>
35444 Date: Fri May 28 20:41:20 2010 -0400
35446 Fix global feature handling
35448 src/hb-ot-shape.cc | 6 +++++-
35449 1 file changed, 5 insertions(+), 1 deletion(-)
35451 commit e04685ee7be01695ec437fab50f919f1b7423c57
35452 Author: Behdad Esfahbod <behdad@behdad.org>
35453 Date: Fri May 28 20:37:06 2010 -0400
35455 Simplify mask allocation
35457 src/hb-ot-shape.cc | 48 ++++++++++++++++++++----------------------------
35458 1 file changed, 20 insertions(+), 28 deletions(-)
35460 commit 0e235d0fc9bdeeaffa7215c21abc5d40767a10c7
35461 Author: Behdad Esfahbod <behdad@behdad.org>
35462 Date: Fri May 28 20:21:47 2010 -0400
35464 Towards a mask allocator
35466 src/hb-ot-shape.cc | 291
35467 ++++++++++++++++++++++++++++++++++-------------------
35468 1 file changed, 186 insertions(+), 105 deletions(-)
35470 commit 81c5e8724b740c6e42ed3a45e0574c7c5f3ad8e6
35471 Author: Behdad Esfahbod <behdad@behdad.org>
35472 Date: Fri May 28 18:31:16 2010 -0400
35474 Allow disabling default features
35476 Patch from Jonathan Kew
35478 src/hb-buffer-private.hh | 18 +++--
35479 src/hb-buffer.cc | 15 ++--
35480 src/hb-ot-shape.cc | 196
35481 ++++++++++++++++++++++++++++++++---------------
35482 3 files changed, 153 insertions(+), 76 deletions(-)
35484 commit 2163afbf35044f59dbf449254e65b8c9feb6cdeb
35485 Author: Behdad Esfahbod <behdad@behdad.org>
35486 Date: Thu May 27 14:04:15 2010 -0400
35488 Add note about UTF-8 decoder
35490 src/hb-buffer.cc | 2 ++
35491 1 file changed, 2 insertions(+)
35493 commit 226faa58f4e23eb655bebb0eff7206a3024c8d55
35494 Author: Behdad Esfahbod <behdad@behdad.org>
35495 Date: Thu May 27 11:42:34 2010 -0400
35499 src/hb-ot-tag.c | 4 ++--
35500 1 file changed, 2 insertions(+), 2 deletions(-)
35502 commit 56bef5680cc76a67d16ca14ac69f0dda1a691968
35503 Author: Martin Hosken <martin_hosken@sil.org>
35504 Date: Thu May 27 10:09:04 2010 +0100
35506 Fixes to Python and Graphite from Martin
35508 contrib/python/README | 10 ++++
35509 contrib/python/lib/fontconfig.pyx | 47 +++++++++++++++++
35510 contrib/python/lib/harfbuzz.pyx | 104
35511 ++------------------------------------
35512 contrib/python/scripts/hbtestfont | 103
35513 +++++++++++++++++++++++++++++++++----
35514 contrib/python/setup.py | 3 +-
35515 src/hb-graphite.cc | 8 +--
35516 6 files changed, 159 insertions(+), 116 deletions(-)
35518 commit b485da0b719cb03cc33da57802c5151301664c2f
35519 Author: Behdad Esfahbod <behdad@behdad.org>
35520 Date: Thu May 27 11:39:19 2010 -0400
35522 Disable Graphite as it crashes all over the place...
35524 src/hb-shape.cc | 2 +-
35525 1 file changed, 1 insertion(+), 1 deletion(-)
35527 commit 93ac709b1f6b015371c29bf244a9ece62baedff0
35528 Author: Behdad Esfahbod <behdad@behdad.org>
35529 Date: Wed May 26 16:22:00 2010 -0400
35533 src/hb-unicode.c | 2 +-
35534 1 file changed, 1 insertion(+), 1 deletion(-)
35536 commit 15c7379c16dbb9ee8ed1c0333ca7492532ce8423
35537 Author: Behdad Esfahbod <behdad@behdad.org>
35538 Date: Wed May 26 10:48:10 2010 -0400
35540 Revert "Merge remote branch 'martin/master'"
35542 This reverts commit 80af2812fb3b231ddcb4608ec13c6038a681c818,
35544 changes made to c442672ec2fb83ed41f3994b3aa4f92a097664ab.
35546 contrib/python/README | 10 ----
35547 contrib/python/lib/fontconfig.pyx | 47 -----------------
35548 contrib/python/lib/harfbuzz.pyx | 104
35549 ++++++++++++++++++++++++++++++++++++--
35550 contrib/python/scripts/hbtestfont | 98
35551 ++++-------------------------------
35552 contrib/python/setup.py | 3 +-
35553 src/Makefile.am | 2 +-
35554 src/hb-graphite.cc | 8 +--
35555 src/hb-ot-shape.cc | 2 +-
35556 src/hb-ot-tag.c | 1 -
35558 src/hb-shape.cc | 2 +-
35559 11 files changed, 119 insertions(+), 160 deletions(-)
35561 commit 80af2812fb3b231ddcb4608ec13c6038a681c818
35562 Merge: c442672 3109a86
35563 Author: Behdad Esfahbod <behdad@behdad.org>
35564 Date: Mon May 24 18:14:24 2010 +0100
35566 Merge remote branch 'martin/master'
35568 commit c442672ec2fb83ed41f3994b3aa4f92a097664ab
35569 Author: Behdad Esfahbod <behdad@behdad.org>
35570 Date: Mon May 24 18:02:32 2010 +0100
35572 Fix struct initializers
35574 src/hb-ft.cc | 12 ++++++------
35575 src/hb-glib.c | 14 +++++++-------
35576 src/hb-icu.c | 14 +++++++-------
35577 3 files changed, 20 insertions(+), 20 deletions(-)
35579 commit f5ac9de259773a5f86809892e58166a485d70a3d
35580 Author: Behdad Esfahbod <behdad@behdad.org>
35581 Date: Mon May 24 18:01:09 2010 +0100
35585 src/hb-object-private.h | 24 +++++++++++++-----------
35586 1 file changed, 13 insertions(+), 11 deletions(-)
35588 commit f97bf4f81257c97a46dff51be31b2ec214d6c270
35589 Author: Behdad Esfahbod <behdad@behdad.org>
35590 Date: Mon May 24 17:50:19 2010 +0100
35592 Make sure we initialize all callbacks upon creation
35594 Also fixes issue with unicode callbacks never being set really.
35596 src/hb-font.cc | 18 +++++++-----------
35597 src/hb-unicode.c | 9 ++-------
35598 2 files changed, 9 insertions(+), 18 deletions(-)
35600 commit bf36a1074ab23abeab0a7a6c47db26770dc1ab0a
35601 Author: Behdad Esfahbod <behdad@behdad.org>
35602 Date: Mon May 24 17:46:21 2010 +0100
35604 Move all callback functions in a vtable structs
35606 src/hb-font-private.hh | 10 ++++++----
35607 src/hb-font.cc | 28 +++++++++++++++-------------
35608 src/hb-ot-shape.cc | 4 ++--
35609 src/hb-unicode-private.h | 12 +++++++-----
35610 src/hb-unicode.c | 32 +++++++++++++++++---------------
35611 5 files changed, 47 insertions(+), 39 deletions(-)
35613 commit 3109a86add936ae4cc77541fc026c4fe2db4e328
35614 Author: Martin Hosken <martin_hosken@sil.org>
35615 Date: Mon May 24 13:25:37 2010 +0100
35617 hb-graphite now no longer has -ve advances within clusters. Fix
35618 infinite loop in tag_to_script(). python fixed to use tag_to_script
35619 and allow hbtestfont to be passed font files, where fontconfig knows
35622 contrib/python/lib/harfbuzz.pyx | 4 ++--
35623 contrib/python/scripts/hbtestfont | 6 +++++-
35624 src/hb-graphite.cc | 4 ++--
35625 src/hb-ot-tag.c | 1 +
35626 4 files changed, 10 insertions(+), 5 deletions(-)
35628 commit e5bed0a37fe1b0576d08435179e455cb28eadcdb
35629 Author: Martin Hosken <martin_hosken@sil.org>
35630 Date: Sat May 22 20:19:00 2010 +0100
35632 Tidy up hbtestfont and add README
35634 contrib/python/README | 10 +++
35635 contrib/python/scripts/hbtestfont | 134
35636 +++++++++++++++++++-------------------
35637 2 files changed, 77 insertions(+), 67 deletions(-)
35639 commit 70ae332fe66510500d303b6fcc79537833b42f05
35640 Author: Martin Hosken <martin_hosken@sil.org>
35641 Date: Sat May 22 19:58:00 2010 +0100
35643 Add fontconfig to hbtestfont
35645 contrib/python/lib/fontconfig.pyx | 47 ++++++++++++++++++++++++++++
35646 contrib/python/scripts/hbtestfont | 64
35647 ++++++++++++++++++++++++---------------
35648 contrib/python/setup.py | 3 +-
35649 3 files changed, 88 insertions(+), 26 deletions(-)
35651 commit 72631c9d06b131d82080f212908e7d0b0266b841
35652 Merge: 1432ab1 1094a29
35653 Author: Martin Hosken <martin_hosken@sil.org>
35654 Date: Sat May 22 09:38:02 2010 +0100
35656 Merge branch 'master' of git://git.freedesktop.org/~behdad/harfbuzz-ng
35658 commit 1432ab15c163eb0b5be3de66a4cb3df15ad73500
35659 Author: Martin Hosken <martin_hosken@sil.org>
35660 Date: Sat May 22 00:56:40 2010 +0100
35662 Add graphical output to hbtestfont
35664 contrib/python/lib/harfbuzz.pyx | 100
35665 +-------------------------------------
35666 contrib/python/scripts/hbtestfont | 62 ++++++++++++++++++++++-
35667 src/Makefile.am | 2 +-
35668 src/hb-ot-shape.cc | 2 +-
35670 src/hb-shape.cc | 2 +-
35671 6 files changed, 67 insertions(+), 103 deletions(-)
35673 commit bbc7a99d01298f9be1ebaaceacbc9bc961e247e5
35674 Author: Behdad Esfahbod <behdad@behdad.org>
35675 Date: Fri May 21 18:24:34 2010 +0100
35677 Move mirroring around a bit
35679 src/hb-ot-shape.cc | 8 ++++----
35680 1 file changed, 4 insertions(+), 4 deletions(-)
35682 commit bd0987386b3a4dddf208ccf1a70ebfff6242ba73
35683 Author: Behdad Esfahbod <behdad@behdad.org>
35684 Date: Fri May 21 18:06:35 2010 +0100
35686 Add a few more standard features
35688 src/hb-ot-shape.cc | 10 ++++++----
35689 1 file changed, 6 insertions(+), 4 deletions(-)
35691 commit 75f3469ca6d626b08eb411984a2ba7fd48ca5b5f
35692 Author: Behdad Esfahbod <behdad@behdad.org>
35693 Date: Fri May 21 17:59:04 2010 +0100
35697 src/hb-ot-shape.cc | 1 +
35698 1 file changed, 1 insertion(+)
35700 commit 1094a294f6a44c47fc75867983f2b135a6442bab
35701 Author: Behdad Esfahbod <behdad@behdad.org>
35702 Date: Fri May 21 17:58:20 2010 +0100
35706 src/hb-ot-shape.cc | 26 +++++++++++++++++++++-----
35707 1 file changed, 21 insertions(+), 5 deletions(-)
35709 commit 074ea787493a37ae8f68d17be7820f13fff57520
35710 Author: Behdad Esfahbod <behdad@behdad.org>
35711 Date: Fri May 21 17:53:10 2010 +0100
35713 Add ltra, ltrm, and rtla features
35715 src/hb-ot-shape.cc | 60
35716 +++++++++++++++++++++++++++++++++++++++++++-----------
35717 1 file changed, 48 insertions(+), 12 deletions(-)
35719 commit 1ce7b87c4d8d1ab3ec1d5198351d71b7199f7c64
35720 Author: Behdad Esfahbod <behdad@behdad.org>
35721 Date: Fri May 21 17:31:45 2010 +0100
35723 Cleanup bitmask allocation
35725 src/hb-buffer-private.hh | 16 +++++++++++++
35726 src/hb-buffer.cc | 36 +++++++++++++++++++++++++++++
35727 src/hb-ot-shape.cc | 60
35728 +++++++++++++++++++++---------------------------
35729 3 files changed, 78 insertions(+), 34 deletions(-)
35731 commit dd22a8f7bfd424a69286e90f79d2a23af6e89ec1
35732 Author: Behdad Esfahbod <behdad@behdad.org>
35733 Date: Fri May 21 16:43:17 2010 +0100
35737 src/hb-ot-layout-gsub-private.hh | 1 +
35738 1 file changed, 1 insertion(+)
35740 commit cbd1d6a63a5d696b7d6a5aba9ee7305ea228416a
35741 Author: Martin Hosken <martin_hosken@sil.org>
35742 Date: Fri May 21 15:16:43 2010 +0100
35744 Rename Grxxx to HbGrxxx
35746 src/hb-graphite.cc | 26 +++++++++++++-------------
35747 1 file changed, 13 insertions(+), 13 deletions(-)
35749 commit 0375bdd2027767ee7bebef1ed289b33dc64f430e
35750 Author: Martin Hosken <martin_hosken@sil.org>
35751 Date: Fri May 21 15:01:37 2010 +0100
35753 Rename classes from Grxxx to HbGrxxx
35755 src/hb-graphite.cc | 22 +++++++++++-----------
35756 1 file changed, 11 insertions(+), 11 deletions(-)
35758 commit a5a72e004bb7123445c2c3a94352d358fc80d904
35759 Author: Behdad Esfahbod <behdad@behdad.org>
35760 Date: Fri May 21 15:12:52 2010 +0100
35762 Add hb-ot-shape.h, oops.
35764 src/hb-ot-shape.h | 44 ++++++++++++++++++++++++++++++++++++++++++++
35765 1 file changed, 44 insertions(+)
35767 commit aa62a402a72bdecad2a955dbfaf6e24cd2c00e55
35768 Author: Behdad Esfahbod <behdad@behdad.org>
35769 Date: Fri May 21 14:42:11 2010 +0100
35771 Fix Makefile to install hb-ot-shape.h
35773 src/Makefile.am | 2 +-
35775 2 files changed, 2 insertions(+), 1 deletion(-)
35777 commit 9722b8f005a10fd16e841df4da3ccd80be66e296
35778 Author: Behdad Esfahbod <behdad@behdad.org>
35779 Date: Fri May 21 14:37:47 2010 +0100
35783 src/hb-ot-shape.cc | 36 ++++++++++++++++++------------------
35784 1 file changed, 18 insertions(+), 18 deletions(-)
35786 commit 02f28550d785671cf92fd4239c5f913f7e71585f
35787 Author: Behdad Esfahbod <behdad@behdad.org>
35788 Date: Fri May 21 14:37:28 2010 +0100
35790 Graphite also forces us to link to libstdc++ currently
35792 src/Makefile.am | 3 +++
35793 1 file changed, 3 insertions(+)
35795 commit ca663bb23c16f6a1f04efa6e10dad0e3e7c260a3
35796 Author: Behdad Esfahbod <behdad@behdad.org>
35797 Date: Fri May 21 14:34:23 2010 +0100
35799 Move main shaper code into hb_ot_shape()
35801 src/hb-ot-shape-private.hh | 53 -----------
35802 src/hb-ot-shape.cc | 225
35803 ++++++++++++++++++++++++++++++++++++++++++---
35804 src/hb-shape.cc | 209
35805 +----------------------------------------
35806 3 files changed, 214 insertions(+), 273 deletions(-)
35808 commit 7acd232d36c2b2ed03823e6aa6bb2b814bf673b3
35809 Author: Behdad Esfahbod <behdad@behdad.org>
35810 Date: Fri May 21 14:20:48 2010 +0100
35814 src/hb-graphite.cc | 2 +-
35815 1 file changed, 1 insertion(+), 1 deletion(-)
35817 commit dd47924d88d86b83e7f3ab040de6e7136ac0ca09
35818 Author: Behdad Esfahbod <behdad@behdad.org>
35819 Date: Fri May 21 14:18:08 2010 +0100
35823 src/hb-graphite.cc | 14 +++++---------
35824 1 file changed, 5 insertions(+), 9 deletions(-)
35826 commit 305ba8671553cd955c20a54db622666c0bb02532
35827 Author: Behdad Esfahbod <behdad@behdad.org>
35828 Date: Fri May 21 14:02:20 2010 +0100
35830 Import Graphite shaping backend by Martin Hosken
35832 configure.ac | 6 ++
35833 src/Makefile.am | 11 ++
35834 src/hb-graphite.cc | 308
35835 +++++++++++++++++++++++++++++++++++++++++++++++++++++
35836 src/hb-graphite.h | 46 ++++++++
35837 src/hb-shape.cc | 15 +++
35838 5 files changed, 386 insertions(+)
35840 commit 3ba6818ba9be950e46902f0239f2451ec0e65d44
35841 Author: Behdad Esfahbod <behdad@behdad.org>
35842 Date: Fri May 21 13:51:29 2010 +0100
35844 Update the Python module
35846 contrib/python/lib/harfbuzz.pyx | 40
35847 +++++++++++++++++++++-------------------
35848 1 file changed, 21 insertions(+), 19 deletions(-)
35850 commit 83f34677bcbc6bb194940407b0fcb23575650e3d
35851 Author: Behdad Esfahbod <behdad@behdad.org>
35852 Date: Fri May 21 13:43:49 2010 +0100
35854 Add hb_tag_from_string()
35856 src/Makefile.am | 1 +
35857 src/hb-common.c | 41 +++++++++++++++++++++++++++++++++++++++++
35858 src/hb-common.h | 3 +++
35859 3 files changed, 45 insertions(+)
35861 commit 4a9a5c0b06e8aa5d15327242609a7c766d3e0e94
35862 Author: Behdad Esfahbod <behdad@behdad.org>
35863 Date: Fri May 21 13:33:46 2010 +0100
35865 Don't allocate bits for features not available
35867 src/hb-ot-shape.cc | 10 ++++++----
35868 1 file changed, 6 insertions(+), 4 deletions(-)
35870 commit e53d77142ac4ecbe38ab3235491fa93cb7ff16ab
35871 Author: Behdad Esfahbod <behdad@behdad.org>
35872 Date: Fri May 21 13:32:38 2010 +0100
35874 Speed up feature mask setting
35876 Patch from Jonathan Kew.
35878 src/hb-ot-shape.cc | 31 +++++++++++++++++++++++++------
35879 1 file changed, 25 insertions(+), 6 deletions(-)
35881 commit 4fa67f34ecc65056ce60a572213fbdae66e0423b
35882 Author: Behdad Esfahbod <behdad@behdad.org>
35883 Date: Fri May 21 13:29:12 2010 +0100
35885 Add Unicode 5.2 scripts
35887 src/hb-icu.c | 29 ++++++++++++++++++++++++++++-
35888 src/hb-ot-tag.c | 21 +++++++++++++++++++--
35889 src/hb-unicode.c | 19 ++++++++++++++++++-
35890 src/hb-unicode.h | 19 ++++++++++++++++++-
35891 4 files changed, 83 insertions(+), 5 deletions(-)
35893 commit ee1b322100a6bd575b999904592abbd9fed5587f
35894 Author: Behdad Esfahbod <behdad@behdad.org>
35895 Date: Fri May 21 12:55:57 2010 +0100
35897 Fix feature mask setting
35899 src/hb-ot-shape.cc | 6 +++---
35900 1 file changed, 3 insertions(+), 3 deletions(-)
35902 commit b490fa343322f1b5abaf880abc073287c1f34132
35903 Author: Behdad Esfahbod <behdad@behdad.org>
35904 Date: Fri May 21 11:15:07 2010 +0100
35906 Add hb_ot_tag_to_script()
35908 src/hb-ot-tag.c | 14 ++++++++++++++
35909 src/hb-ot-tag.h | 3 +++
35910 2 files changed, 17 insertions(+)
35912 commit 50355309047765558ef8f5d60aefed42a7f954cc
35913 Author: Behdad Esfahbod <behdad@behdad.org>
35914 Date: Fri May 21 10:33:23 2010 +0100
35916 Add Python wrapper from Martin Hosken
35918 contrib/python/lib/harfbuzz.pyx | 306
35919 ++++++++++++++++++++++++++++++++++++++
35920 contrib/python/runpy | 2 +
35921 contrib/python/scripts/hbtestfont | 35 +++++
35922 contrib/python/setup.py | 24 +++
35923 4 files changed, 367 insertions(+)
35925 commit 280af1bddb958ff97cf7ce12fe7ec2b6352e61d0
35926 Author: Behdad Esfahbod <behdad@behdad.org>
35927 Date: Thu May 20 18:33:35 2010 +0100
35929 Let hb_face_get_table() return NULL if table not found
35931 src/hb-font.cc | 2 +-
35932 src/hb-font.h | 1 +
35933 src/hb-open-type-private.hh | 3 +++
35934 3 files changed, 5 insertions(+), 1 deletion(-)
35936 commit 1cdbfd944eecb58587461f57f037e47a44f39990
35937 Author: Behdad Esfahbod <behdad@behdad.org>
35938 Date: Thu May 20 17:47:28 2010 +0100
35940 Fix alternate, again
35942 src/hb-ot-layout-gsub-private.hh | 6 +++---
35943 1 file changed, 3 insertions(+), 3 deletions(-)
35945 commit fdca3d51603bd6bef6a4b0ee4a560f7dcd2f1d37
35946 Author: Behdad Esfahbod <behdad@behdad.org>
35947 Date: Thu May 20 17:46:20 2010 +0100
35949 Fix alternate off-by-one
35951 src/hb-ot-layout-gsub-private.hh | 2 +-
35952 1 file changed, 1 insertion(+), 1 deletion(-)
35954 commit b634beb39e0a4fef7167a8af646f6b2d8cafe69b
35955 Author: Behdad Esfahbod <behdad@behdad.org>
35956 Date: Thu May 20 17:44:52 2010 +0100
35958 Fix delta scale, again...
35960 src/hb-ot-layout-common-private.hh | 8 ++++++++
35961 src/hb-ot-layout-gdef-private.hh | 3 +--
35962 src/hb-ot-layout-gpos-private.hh | 12 ++++++------
35963 src/hb-ot-layout-private.hh | 2 +-
35964 4 files changed, 16 insertions(+), 9 deletions(-)
35966 commit 40335d4533ac2b08121c9dc6003f3ebc5b44a67b
35967 Author: Behdad Esfahbod <behdad@behdad.org>
35968 Date: Thu May 20 17:35:14 2010 +0100
35970 Remove unused operator
35972 src/hb-ot-layout-common-private.hh | 2 --
35973 1 file changed, 2 deletions(-)
35975 commit f7acd8df5146155b51d6f50aeb04f54f3030c1c3
35976 Author: Behdad Esfahbod <behdad@behdad.org>
35977 Date: Thu May 20 17:26:35 2010 +0100
35979 Do alternate glyph selection!
35981 Kinda hand-wavy right now. Not tested.
35983 src/hb-ot-layout-gpos-private.hh | 12 +++++++-----
35984 src/hb-ot-layout-gsub-private.hh | 20 +++++++++-----------
35985 src/hb-ot-layout-gsubgpos-private.hh | 1 +
35986 src/hb-private.h | 19 ++++++++++++++++++-
35987 4 files changed, 35 insertions(+), 17 deletions(-)
35989 commit 750a2294553d252e28875b605fe61fd9d6696e0f
35990 Author: Behdad Esfahbod <behdad@behdad.org>
35991 Date: Thu May 20 16:23:27 2010 +0100
35993 get_table() is allowed to return NULL. Use that to simplify code
35995 src/hb-font.cc | 2 +-
35996 src/hb-ft.cc | 6 +++---
35997 2 files changed, 4 insertions(+), 4 deletions(-)
35999 commit 99d9ef785f108df76f80a307eaa2784685ea86ba
36000 Author: Behdad Esfahbod <behdad@behdad.org>
36001 Date: Thu May 20 15:47:49 2010 +0100
36003 Write hb_face_create_for_data() in terms of
36004 hb_face_create_for_tables()
36006 Fixes lack of head_table initialization in create_for_tables() also.
36008 src/hb-font.cc | 35 ++++++++++++-----------------------
36009 1 file changed, 12 insertions(+), 23 deletions(-)
36011 commit 6774463883978b00b4d8c719ed75edfc4537c77f
36012 Author: Behdad Esfahbod <behdad@behdad.org>
36013 Date: Thu May 20 15:40:12 2010 +0100
36015 Apply user features to ranges!
36017 src/hb-ot-shape.cc | 23 ++++++++++++++++++++++-
36018 1 file changed, 22 insertions(+), 1 deletion(-)
36020 commit 9b6023338530a2dbb8214eb4391ef3e8372f3892
36021 Author: Behdad Esfahbod <behdad@behdad.org>
36022 Date: Thu May 20 15:31:12 2010 +0100
36024 Add _hb_bit_storage()
36026 src/hb-private.h | 35 ++++++++++++++++++++++-------------
36027 1 file changed, 22 insertions(+), 13 deletions(-)
36029 commit 6b1b957f6d2955cbe4fa97e2659e033b3eaaf4d2
36030 Author: Behdad Esfahbod <behdad@behdad.org>
36031 Date: Thu May 20 15:14:44 2010 +0100
36035 src/hb-ot-shape.cc | 48 +++++++++++++++++++++++++++++++++---------------
36036 1 file changed, 33 insertions(+), 15 deletions(-)
36038 commit 60010a0c4d8efae5c61a0c9cf10cfe2c1860f41e
36039 Author: Behdad Esfahbod <behdad@behdad.org>
36040 Date: Thu May 20 14:05:02 2010 +0100
36042 Update always-apply mask from 0xFFFF to 1
36044 We plan to use the first bit to be always on.
36046 src/hb-ot-shape.cc | 4 ++--
36047 1 file changed, 2 insertions(+), 2 deletions(-)
36049 commit 009aad567863c05ee2ec4a3ee76fe0ee79c767bb
36050 Author: Behdad Esfahbod <behdad@behdad.org>
36051 Date: Thu May 20 14:00:57 2010 +0100
36053 Invert the mask logic
36055 Before, the mask in the buffer was inverted. That is, a 0 bit meant
36056 feature should be applied and 1 meant not applied, whereas in the
36057 lookups, the logic was positive.
36059 Now both are in sync. When calling hb_buffer_add_glyph() manually,
36060 the mask should be 1 instead of 0.
36062 src/hb-buffer.cc | 2 +-
36063 src/hb-ot-layout-gpos-private.hh | 2 +-
36064 src/hb-ot-layout-gsub-private.hh | 4 ++--
36065 3 files changed, 4 insertions(+), 4 deletions(-)
36067 commit 7f411dbfd9f8d5360c948531ff9f6c3998d1d897
36068 Author: Behdad Esfahbod <behdad@behdad.org>
36069 Date: Thu May 20 13:40:18 2010 +0100
36071 Apply user features
36075 src/hb-ot-shape.cc | 8 ++++++++
36076 1 file changed, 8 insertions(+)
36078 commit 0db299ccad346d9ea5573ea8408b78d9997bd379
36079 Author: Behdad Esfahbod <behdad@behdad.org>
36080 Date: Thu May 20 13:30:09 2010 +0100
36082 Change hb_feature_t to keep tag/int instead of string
36084 src/hb-shape.h | 4 ++--
36085 1 file changed, 2 insertions(+), 2 deletions(-)
36087 commit 0a4399ca228d244e646abdb3487da0f13b228889
36088 Author: Behdad Esfahbod <behdad@behdad.org>
36089 Date: Wed May 19 15:45:06 2010 -0400
36093 hb_font_set_scale() now sets the value to be used to represent a unit
36094 pixel. For example, if rendering a 10px font with a 26.6
36096 you would set scale to (10 << 6). For 10px in 16.16 you would set
36098 (10 << 16). This space should be the same space that the
36100 and get_kerning callbacks work in.
36102 src/hb-common.h | 1 -
36103 src/hb-font-private.hh | 8 +++-----
36104 src/hb-font.cc | 12 ++++++------
36105 src/hb-font.h | 12 +++---------
36106 src/hb-ft.cc | 4 ++--
36107 src/hb-ot-layout-gdef-private.hh | 6 +++---
36108 src/hb-ot-layout-gpos-private.hh | 37
36109 +++++++++++++++++--------------------
36110 src/hb-ot-layout-gsub-private.hh | 2 +-
36111 src/hb-ot-layout-private.hh | 20 +++++++++++---------
36112 src/hb-ot-layout.cc | 31 +++++++++++++++----------------
36113 src/hb-private.h | 4 ----
36114 11 files changed, 61 insertions(+), 76 deletions(-)
36116 commit cf5585cfa6cac6fdf627a99941299e76af5ae0f7
36117 Author: Behdad Esfahbod <behdad@behdad.org>
36118 Date: Wed May 19 12:03:35 2010 -0400
36122 src/Makefile.am | 1 +
36123 src/hb-font-private.hh | 5 ++
36124 src/hb-font.cc | 9 ++++
36125 src/hb-open-type-private.hh | 2 +-
36126 src/hb-ot-head-private.hh | 128
36127 ++++++++++++++++++++++++++++++++++++++++++++
36128 5 files changed, 144 insertions(+), 1 deletion(-)
36130 commit e29caf3f943b2b6f4997f469f7274252c82f465e
36131 Author: Behdad Esfahbod <behdad@behdad.org>
36132 Date: Wed May 19 11:47:17 2010 -0400
36136 src/hb-open-type-private.hh | 15 +++++++++++++++
36137 1 file changed, 15 insertions(+)
36139 commit f415755fdf011d3fa3b9aad04c38f2255dd7acf8
36140 Author: Behdad Esfahbod <behdad@behdad.org>
36141 Date: Mon May 17 15:14:14 2010 -0400
36145 src/hb-ot-layout.cc | 52
36146 +++++++++++++++++++++++++++-------------------------
36147 1 file changed, 27 insertions(+), 25 deletions(-)
36149 commit 73af7756dc6d3961f176854246e5722baff101fb
36150 Author: Behdad Esfahbod <behdad@behdad.org>
36151 Date: Fri May 14 23:38:08 2010 -0400
36155 src/hb-ot-layout-gsub-private.hh | 12 ++++++------
36156 1 file changed, 6 insertions(+), 6 deletions(-)
36158 commit 3567b87cce541dfb0af7caf024ec67c9d3c09214
36159 Author: Behdad Esfahbod <behdad@behdad.org>
36160 Date: Fri May 14 23:28:44 2010 -0400
36162 Add an inline version of hb_buffer_ensure()
36164 src/hb-buffer.cc | 117
36165 ++++++++++++++++++++++++++++++-------------------------
36166 1 file changed, 63 insertions(+), 54 deletions(-)
36168 commit a6a79df5fe2ed2cd307e7a991346faee164e70d9
36169 Author: Behdad Esfahbod <behdad@behdad.org>
36170 Date: Fri May 14 23:20:16 2010 -0400
36172 Handle malloc failture in the buffer
36174 src/hb-buffer-private.hh | 5 ++--
36175 src/hb-buffer.cc | 71
36176 +++++++++++++++++++++++++++++-------------------
36177 src/hb-buffer.h | 2 +-
36178 3 files changed, 47 insertions(+), 31 deletions(-)
36180 commit ca54a12658510f9aa0b2db82f20a8fac230d6bb6
36181 Author: Behdad Esfahbod <behdad@behdad.org>
36182 Date: Fri May 14 22:25:42 2010 -0400
36186 src/hb-shape.cc | 60
36187 +++++++++++++++++++++++++--------------------------------
36188 1 file changed, 26 insertions(+), 34 deletions(-)
36190 commit 910a33fe8457a8e13f7eb77fc92fa59c31f5e8fd
36191 Author: Behdad Esfahbod <behdad@behdad.org>
36192 Date: Fri May 14 22:13:38 2010 -0400
36196 src/hb-buffer-private.hh | 13 +++++++------
36197 src/hb-buffer.cc | 16 ++++++++--------
36198 2 files changed, 15 insertions(+), 14 deletions(-)
36200 commit 36b73c80df91e96492357c6da945e081e9046a93
36201 Author: Behdad Esfahbod <behdad@behdad.org>
36202 Date: Fri May 14 22:10:39 2010 -0400
36204 Shortening buffer accessors: rename buffer->in_pos to buffer->i
36206 src/hb-buffer-private.hh | 2 +-
36207 src/hb-buffer.cc | 52 ++++++++++----------
36208 src/hb-ot-layout-gpos-private.hh | 94
36209 ++++++++++++++++++------------------
36210 src/hb-ot-layout-gsub-private.hh | 48 +++++++++---------
36211 src/hb-ot-layout-gsubgpos-private.hh | 46 +++++++++---------
36212 src/hb-shape.cc | 40 +++++++--------
36213 6 files changed, 141 insertions(+), 141 deletions(-)
36215 commit 29427c5c51ac70aca53ed523fa5ddb3de4355fb0
36216 Author: Behdad Esfahbod <behdad@behdad.org>
36217 Date: Fri May 14 22:08:22 2010 -0400
36219 Shortening buffer accessors: rename buffer->out_length to
36222 src/hb-buffer-private.hh | 2 +-
36223 src/hb-buffer.cc | 52
36224 ++++++++++++++++++------------------
36225 src/hb-ot-layout-gsub-private.hh | 2 +-
36226 src/hb-ot-layout-gsubgpos-private.hh | 6 ++---
36227 4 files changed, 31 insertions(+), 31 deletions(-)
36229 commit 6960350be97f24e97140391025b56369c393a3df
36230 Author: Behdad Esfahbod <behdad@behdad.org>
36231 Date: Fri May 14 22:07:46 2010 -0400
36233 Shortening buffer accessors: rename buffer->in_length to buffer->len
36235 src/hb-buffer-private.hh | 2 +-
36236 src/hb-buffer.cc | 26 +++++++++++++-------------
36237 src/hb-ot-layout-gpos-private.hh | 8 ++++----
36238 src/hb-ot-layout-gsub-private.hh | 8 ++++----
36239 src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
36240 src/hb-shape.cc | 12 ++++++------
36241 6 files changed, 32 insertions(+), 32 deletions(-)
36243 commit 1b621823f3e31b48c80cc8b0691dfa873ba086cd
36244 Author: Behdad Esfahbod <behdad@behdad.org>
36245 Date: Fri May 14 22:05:53 2010 -0400
36247 Shortening buffer accessors: rename buffer->positions to buffer->pos
36249 src/hb-buffer-private.hh | 4 ++--
36250 src/hb-buffer.cc | 32 ++++++++++++++++----------------
36251 src/hb-ot-layout-gpos-private.hh | 26 +++++++++++++-------------
36252 src/hb-shape.cc | 10 +++++-----
36253 4 files changed, 36 insertions(+), 36 deletions(-)
36255 commit 9d5e26df0877aa5b187764ba09bd7bf221e92968
36256 Author: Behdad Esfahbod <behdad@behdad.org>
36257 Date: Fri May 14 22:03:11 2010 -0400
36259 Shortening buffer accessors: rename buffer->out_string to
36262 src/hb-buffer-private.hh | 2 +-
36263 src/hb-buffer.cc | 56
36264 ++++++++++++++++++------------------
36265 src/hb-ot-layout-gsubgpos-private.hh | 4 +--
36266 3 files changed, 31 insertions(+), 31 deletions(-)
36268 commit 7e7007a1c9bf2c07a8369752126ece8fa6164248
36269 Author: Behdad Esfahbod <behdad@behdad.org>
36270 Date: Fri May 14 22:02:37 2010 -0400
36272 Shortening buffer accessors: rename buffer->in_string to buffer->info
36274 src/hb-buffer-private.hh | 2 +-
36275 src/hb-buffer.cc | 82
36276 ++++++++++++++++++------------------
36277 src/hb-ot-layout-gpos-private.hh | 58 ++++++++++++-------------
36278 src/hb-ot-layout-gsub-private.hh | 30 ++++++-------
36279 src/hb-ot-layout-gsubgpos-private.hh | 26 ++++++------
36280 src/hb-shape.cc | 18 ++++----
36281 6 files changed, 108 insertions(+), 108 deletions(-)
36283 commit 8e6b6bb2932946ebc7b01c3abf575b654c741e20
36284 Author: Behdad Esfahbod <behdad@behdad.org>
36285 Date: Fri May 14 21:58:22 2010 -0400
36287 Merge buffer->out_pos and buffer->out_length
36289 src/hb-buffer-private.hh | 1 -
36290 src/hb-buffer.cc | 48
36291 +++++++++++++++---------------------
36292 src/hb-ot-layout-gsub-private.hh | 2 +-
36293 src/hb-ot-layout-gsubgpos-private.hh | 6 ++---
36294 4 files changed, 24 insertions(+), 33 deletions(-)
36296 commit 22f668eb9ad5f62d9fcd2e0c826ea78977687e5c
36297 Author: Behdad Esfahbod <behdad@behdad.org>
36298 Date: Fri May 14 21:41:04 2010 -0400
36300 Remove the unused BUFFER macro
36302 src/hb-buffer-private.hh | 6 ------
36303 src/hb-ot-layout-gpos-private.hh | 6 ------
36304 src/hb-ot-layout-gsub-private.hh | 6 ------
36305 src/hb-ot-layout-gsubgpos-private.hh | 5 -----
36306 4 files changed, 23 deletions(-)
36308 commit 7e53ebe478597778c25c197ff9f0cb379f1d0043
36309 Author: Behdad Esfahbod <behdad@behdad.org>
36310 Date: Fri May 14 21:38:13 2010 -0400
36312 Remove the IN_CURGLYPH() macro
36314 src/hb-buffer-private.hh | 3 ---
36315 src/hb-ot-layout-gpos-private.hh | 24 ++++++++++++------------
36316 src/hb-ot-layout-gsub-private.hh | 16 ++++++++--------
36317 src/hb-ot-layout-gsubgpos-private.hh | 16 ++++++++--------
36318 src/hb-shape.cc | 14 +++++++-------
36319 5 files changed, 35 insertions(+), 38 deletions(-)
36321 commit d784da1923ff2ca093f8b0210449731d376b7513
36322 Author: Behdad Esfahbod <behdad@behdad.org>
36323 Date: Fri May 14 21:37:18 2010 -0400
36325 Remove the IN_CURINFO() macro
36327 src/hb-buffer-private.hh | 1 -
36328 src/hb-ot-layout-gpos-private.hh | 2 +-
36329 src/hb-ot-layout-gsub-private.hh | 4 ++--
36330 src/hb-ot-layout-gsubgpos-private.hh | 2 +-
36331 4 files changed, 4 insertions(+), 5 deletions(-)
36333 commit 281f59b4fb16f7c73767eb042a91f70f4c109b3a
36334 Author: Behdad Esfahbod <behdad@behdad.org>
36335 Date: Fri May 14 21:34:22 2010 -0400
36337 Remove IN_INFO() and IN_NEXTGLYPH() macros
36339 src/hb-buffer-private.hh | 2 --
36340 src/hb-ot-layout-gpos-private.hh | 10 +++++-----
36341 src/hb-ot-layout-gsub-private.hh | 2 +-
36342 src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
36343 src/hb-shape.cc | 4 ++--
36344 5 files changed, 10 insertions(+), 12 deletions(-)
36346 commit 6e489cdf7623ac627d06d59a80ecea03ca97dc1b
36347 Author: Behdad Esfahbod <behdad@behdad.org>
36348 Date: Fri May 14 21:07:35 2010 -0400
36350 Remove the IN_GLYPH() macro
36352 src/hb-buffer-private.hh | 1 -
36353 src/hb-ot-layout-gpos-private.hh | 12 ++++++------
36354 src/hb-ot-layout-gsub-private.hh | 2 +-
36355 src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
36356 src/hb-shape.cc | 2 +-
36357 5 files changed, 10 insertions(+), 11 deletions(-)
36359 commit 01feb74c78a3a302fa3472a0be7b2a1d52fd1ba3
36360 Author: Behdad Esfahbod <behdad@behdad.org>
36361 Date: Fri May 14 21:00:08 2010 -0400
36363 Remove the IN_CLUSTER() macro
36365 src/hb-buffer-private.hh | 1 -
36366 src/hb-shape.cc | 2 +-
36367 2 files changed, 1 insertion(+), 2 deletions(-)
36369 commit d63a1e089acad9ab9f80addd936d36b6d38fb46a
36370 Author: Behdad Esfahbod <behdad@behdad.org>
36371 Date: Fri May 14 20:30:07 2010 -0400
36373 Remove the IN_MASK() macro
36375 src/hb-buffer-private.hh | 1 -
36376 src/hb-ot-layout-gpos-private.hh | 2 +-
36377 src/hb-ot-layout-gsub-private.hh | 4 ++--
36378 3 files changed, 3 insertions(+), 4 deletions(-)
36380 commit 89e2834dabd2d17f2823c51fe3a7fcadeaba7a59
36381 Author: Behdad Esfahbod <behdad@behdad.org>
36382 Date: Fri May 14 20:25:55 2010 -0400
36384 Remove the IN_LIGID() macro
36386 src/hb-buffer-private.hh | 1 -
36387 src/hb-ot-layout-gpos-private.hh | 4 ++--
36388 src/hb-ot-layout-gsub-private.hh | 2 +-
36389 3 files changed, 3 insertions(+), 4 deletions(-)
36391 commit 4a871041f4718834afa312ed17cdd157603468b7
36392 Author: Behdad Esfahbod <behdad@behdad.org>
36393 Date: Fri May 14 20:25:04 2010 -0400
36395 Remove IN_COMPONENT() macro
36397 src/hb-buffer-private.hh | 1 -
36398 src/hb-ot-layout-gpos-private.hh | 8 ++++----
36399 src/hb-ot-layout-gsub-private.hh | 2 +-
36400 3 files changed, 5 insertions(+), 6 deletions(-)
36402 commit 27da6dd89a359f7ef340c646c4cb79373782261d
36403 Author: Behdad Esfahbod <behdad@behdad.org>
36404 Date: Fri May 14 20:17:50 2010 -0400
36406 Remove OUT_GLYPH() and OUT_INFO() macros
36408 src/hb-buffer-private.hh | 2 --
36409 src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
36410 2 files changed, 2 insertions(+), 4 deletions(-)
36412 commit cc6ae7ff91eeb93bef153f331ed02b500062f90e
36413 Author: Behdad Esfahbod <behdad@behdad.org>
36414 Date: Fri May 14 20:09:48 2010 -0400
36416 Fix lookahead matching. Oops!
36418 src/hb-ot-layout-gsubgpos-private.hh | 2 +-
36419 1 file changed, 1 insertion(+), 1 deletion(-)
36421 commit 3109375b849f340b4807724218010c53dea58082
36422 Author: Behdad Esfahbod <behdad@behdad.org>
36423 Date: Fri May 14 19:55:27 2010 -0400
36425 Remove POSITION() and CURPOSITION() macros
36427 src/hb-buffer-private.hh | 2 --
36428 src/hb-ot-layout-gpos-private.hh | 54
36429 ++++++++++++++++++++--------------------
36430 src/hb-shape.cc | 10 ++++----
36431 3 files changed, 32 insertions(+), 34 deletions(-)
36433 commit d7cfb3b2d1dd2e9fdae2b3e540bbe313660895e8
36434 Author: Behdad Esfahbod <behdad@behdad.org>
36435 Date: Thu May 13 14:18:49 2010 -0400
36439 src/hb-open-file-private.hh | 28 +--
36440 src/hb-open-type-private.hh | 100 ++++----
36441 src/hb-ot-layout-common-private.hh | 84 +++----
36442 src/hb-ot-layout-gdef-private.hh | 98 ++++----
36443 src/hb-ot-layout-gpos-private.hh | 460
36444 +++++++++++++++++------------------
36445 src/hb-ot-layout-gsub-private.hh | 306 +++++++++++------------
36446 src/hb-ot-layout-gsubgpos-private.hh | 258 ++++++++++----------
36447 src/hb-ot-layout.cc | 24 +-
36448 8 files changed, 679 insertions(+), 679 deletions(-)
36450 commit f679635893eebc13402c5ee51a6f106eed0c76be
36451 Author: Behdad Esfahbod <behdad@behdad.org>
36452 Date: Thu May 13 13:34:17 2010 -0400
36454 Don't use variable-length-arrays
36456 src/hb-open-type-private.hh | 11 +++++++++--
36457 1 file changed, 9 insertions(+), 2 deletions(-)
36459 commit 72071a8afaba2952fe42be093024ae9dbd37f233
36460 Author: Behdad Esfahbod <behdad@behdad.org>
36461 Date: Thu May 13 13:22:24 2010 -0400
36463 Add a few more buffer convenience methods
36465 src/hb-buffer-private.hh | 12 ++++++++++++
36466 src/hb-ot-layout-gsub-private.hh | 20 ++++++++++----------
36467 2 files changed, 22 insertions(+), 10 deletions(-)
36469 commit 11a81612e51c598e857507c268312206423cbfca
36470 Author: Behdad Esfahbod <behdad@behdad.org>
36471 Date: Thu May 13 00:01:40 2010 -0400
36475 src/hb-unicode.c | 2 +-
36476 1 file changed, 1 insertion(+), 1 deletion(-)
36478 commit 3f93518a634cb1852bf050877db23b9b9203ad03
36479 Author: Behdad Esfahbod <behdad@behdad.org>
36480 Date: Wed May 12 23:48:40 2010 -0400
36482 Improve check for internal symbols
36484 src/check-internal-symbols.sh | 2 +-
36485 1 file changed, 1 insertion(+), 1 deletion(-)
36487 commit 357d0f29c431b842179ee4b56c21bcc402178ce7
36488 Author: Behdad Esfahbod <behdad@behdad.org>
36489 Date: Wed May 12 23:46:16 2010 -0400
36491 Make HB_PRIVATE more useful
36493 So we can apply it to class methods also. Not sure if that works!
36495 src/hb-blob-private.h | 2 +-
36496 src/hb-font-private.hh | 4 ++--
36497 src/hb-private.h | 2 +-
36498 src/hb-unicode-private.h | 3 +--
36499 4 files changed, 5 insertions(+), 6 deletions(-)
36501 commit 1d5e78013696b10751d8a35027619e81978e1312
36502 Author: Behdad Esfahbod <behdad@behdad.org>
36503 Date: Wed May 12 23:43:00 2010 -0400
36505 Add a few other buffer methods
36507 src/hb-buffer-private.hh | 11 +++++++----
36508 src/hb-buffer.cc | 7 -------
36509 src/hb-ot-layout-gsub-private.hh | 10 +++++-----
36510 src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
36511 4 files changed, 14 insertions(+), 18 deletions(-)
36513 commit d0316a81f59a4e814b0af78797d915d7ce04d119
36514 Author: Behdad Esfahbod <behdad@behdad.org>
36515 Date: Wed May 12 23:34:52 2010 -0400
36519 src/hb-buffer-private.hh | 68
36520 ++++++++++++++++++++++------------------
36521 src/hb-ot-layout-gsub-private.hh | 2 +-
36522 2 files changed, 38 insertions(+), 32 deletions(-)
36524 commit 3b649a38b5772dd7aba7f07ff7698a7f427f421f
36525 Author: Behdad Esfahbod <behdad@behdad.org>
36526 Date: Wed May 12 23:28:38 2010 -0400
36528 Add check for internal symbols
36530 src/Makefile.am | 3 ++-
36531 src/check-internal-symbols.sh | 28 ++++++++++++++++++++++++++++
36532 2 files changed, 30 insertions(+), 1 deletion(-)
36534 commit eee8598d75d3af692d9ececf7e8ac458e892ba9e
36535 Author: Behdad Esfahbod <behdad@behdad.org>
36536 Date: Wed May 12 23:22:55 2010 -0400
36538 Hide internal symbols
36540 src/hb-ot-layout-private.hh | 4 ++--
36541 src/hb-private.h | 8 ++++----
36542 2 files changed, 6 insertions(+), 6 deletions(-)
36544 commit 8951fc2c82f2db4865da6d9e303fce419b6363bb
36545 Author: Behdad Esfahbod <behdad@behdad.org>
36546 Date: Wed May 12 23:13:39 2010 -0400
36548 Add buffer->allocate_lig_id()
36550 src/hb-buffer-private.hh | 5 ++---
36551 src/hb-buffer.cc | 6 ------
36552 src/hb-ot-layout-gsub-private.hh | 4 ++--
36553 3 files changed, 4 insertions(+), 11 deletions(-)
36555 commit 1ce4dc95dbb28842085342aea4f9d12cbe9671a9
36556 Author: Behdad Esfahbod <behdad@behdad.org>
36557 Date: Wed May 12 18:29:25 2010 -0400
36559 Use bit tricks for HB_DIRECTION_IS_*
36561 We already depend on the exact values of the direction enum
36562 in HB_DIRECTION_REVERSE(), so we may as well use that.
36564 src/hb-common.h | 8 ++++----
36565 1 file changed, 4 insertions(+), 4 deletions(-)
36567 commit 22da7fd94d6318c52df69d70470a85464ffc533d
36568 Author: Behdad Esfahbod <behdad@behdad.org>
36569 Date: Wed May 12 18:23:21 2010 -0400
36571 Rename a few files to be C++ sources
36573 In anticipation for buffer revamp coming.
36575 src/Makefile.am | 16 +-
36576 src/hb-buffer-private.h | 155 ---------
36577 src/hb-buffer-private.hh | 155 +++++++++
36578 src/hb-buffer.c | 650
36579 -----------------------------------
36580 src/hb-buffer.cc | 650
36581 +++++++++++++++++++++++++++++++++++
36582 src/hb-common.h | 1 +
36583 src/hb-font-private.h | 92 -----
36584 src/hb-font-private.hh | 92 +++++
36585 src/hb-font.cc | 4 +-
36586 src/hb-ft.c | 240 -------------
36587 src/hb-ft.cc | 240 +++++++++++++
36588 src/hb-ot-layout-common-private.hh | 2 +-
36589 src/hb-ot-layout-gdef-private.hh | 2 +-
36590 src/hb-ot-layout-gsubgpos-private.hh | 2 +-
36591 src/hb-ot-layout-private.h | 121 -------
36592 src/hb-ot-layout-private.hh | 121 +++++++
36593 src/hb-ot-layout.cc | 2 +-
36594 src/hb-ot-shape-private.h | 53 ---
36595 src/hb-ot-shape-private.hh | 53 +++
36596 src/hb-ot-shape.c | 164 ---------
36597 src/hb-ot-shape.cc | 164 +++++++++
36598 src/hb-shape.c | 258 --------------
36599 src/hb-shape.cc | 258 ++++++++++++++
36600 23 files changed, 1748 insertions(+), 1747 deletions(-)
36602 commit c3df649f258b334e93c7626a43cd8ebfbd5a610e
36603 Author: Behdad Esfahbod <behdad@behdad.org>
36604 Date: Tue May 11 13:54:12 2010 -0400
36608 src/hb-buffer-private.h | 3 +--
36609 1 file changed, 1 insertion(+), 2 deletions(-)
36611 commit 281f08954a1d96d7807153c25073b8eb7630703b
36612 Author: Behdad Esfahbod <behdad@behdad.org>
36613 Date: Tue May 11 11:37:58 2010 -0400
36615 Remove obsolete friend
36617 src/hb-ot-layout-gpos-private.hh | 1 -
36618 1 file changed, 1 deletion(-)
36620 commit 70c9bfd5646a4a55a7f43c0cf0b5ac5993615d5b
36621 Author: Behdad Esfahbod <behdad@behdad.org>
36622 Date: Tue May 11 00:23:50 2010 -0400
36626 src/hb-ot-layout-gpos-private.hh | 101
36627 +++++++++++++++++++++------------------
36628 1 file changed, 54 insertions(+), 47 deletions(-)
36630 commit 97e7f8f305c47caf2968a9da3b8407825547286d
36631 Author: Behdad Esfahbod <behdad@behdad.org>
36632 Date: Tue May 11 00:11:36 2010 -0400
36634 Add CONST_FUNC annotation
36636 src/hb-private.h | 2 +-
36637 1 file changed, 1 insertion(+), 1 deletion(-)
36639 commit 494d28ad988e505c1c45cc35a7ec6b880cfec5fc
36640 Author: Behdad Esfahbod <behdad@behdad.org>
36641 Date: Mon May 10 23:50:07 2010 -0400
36643 Simplify likely() implementation
36645 Shrinks .text by 1%!
36647 src/hb-private.h | 10 +---------
36648 1 file changed, 1 insertion(+), 9 deletions(-)
36650 commit 75651b20871047d3ec17f4221794b8ef5d60e14b
36651 Author: Behdad Esfahbod <behdad@behdad.org>
36652 Date: Mon May 10 23:44:51 2010 -0400
36656 src/hb-open-type-private.hh | 2 +-
36657 1 file changed, 1 insertion(+), 1 deletion(-)
36659 commit 4c20d8c057738b66150a88472714690e137884f8
36660 Author: Behdad Esfahbod <behdad@behdad.org>
36661 Date: Mon May 10 23:27:54 2010 -0400
36663 Sprinkle a few strategic likely()'s
36665 Shrinks the code size by some 2% even.
36667 src/hb-open-file-private.hh | 4 ++--
36668 src/hb-open-type-private.hh | 20 ++++++++++----------
36669 2 files changed, 12 insertions(+), 12 deletions(-)
36671 commit 69cb28bc13d236a01acf40da62e345c7e83ccba7
36672 Author: Behdad Esfahbod <behdad@behdad.org>
36673 Date: Mon May 10 23:13:08 2010 -0400
36675 Remove a few likely()'s
36677 src/hb-ot-layout-common-private.hh | 2 +-
36678 src/hb-ot-layout-gpos-private.hh | 8 ++++----
36679 2 files changed, 5 insertions(+), 5 deletions(-)
36681 commit 24552ecf92982fe561dc47d5102fcf1a7b337c70
36682 Author: Behdad Esfahbod <behdad@behdad.org>
36683 Date: Mon May 10 23:08:41 2010 -0400
36685 Remove excess sub_format sanitize
36687 src/hb-ot-layout-gpos-private.hh | 1 -
36688 src/hb-ot-layout-gsub-private.hh | 1 -
36689 2 files changed, 2 deletions(-)
36691 commit f7adc5e9be352ac31ad3ab847abb6fceb239aa12
36692 Author: Behdad Esfahbod <behdad@behdad.org>
36693 Date: Mon May 10 22:41:50 2010 -0400
36695 Shrink NullPool now that we have accurate size tracking
36697 src/hb-open-type-private.hh | 2 +-
36698 1 file changed, 1 insertion(+), 1 deletion(-)
36700 commit 3d44fb6f15177dc6518166e435597936b044acc1
36701 Author: Behdad Esfahbod <behdad@behdad.org>
36702 Date: Mon May 10 22:22:54 2010 -0400
36706 src/hb-ot-layout-common-private.hh | 2 +-
36707 1 file changed, 1 insertion(+), 1 deletion(-)
36709 commit b5db4f1e4eefa266a71a28b5496f47ff9d1a81e8
36710 Author: Behdad Esfahbod <behdad@behdad.org>
36711 Date: Mon May 10 22:22:22 2010 -0400
36715 src/hb-open-file-private.hh | 2 +-
36716 src/hb-open-type-private.hh | 10 ++++++----
36717 src/hb-ot-layout-common-private.hh | 17 ++++-------------
36718 src/hb-ot-layout.cc | 8 ++++----
36720 5 files changed, 16 insertions(+), 23 deletions(-)
36722 commit fe9bc070e1d545b0df2ea548eebf5a1fc4c92ddc
36723 Author: Behdad Esfahbod <behdad@behdad.org>
36724 Date: Mon May 10 21:39:24 2010 -0400
36726 Fix awful confusion between lookup format and subtable format
36728 As reported by John Daggett.
36730 src/hb-ot-layout-gpos-private.hh | 14 +++++++-------
36731 src/hb-ot-layout-gsub-private.hh | 14 +++++++-------
36732 2 files changed, 14 insertions(+), 14 deletions(-)
36734 commit 458ecbb60bb7e8e32aca62a562586d921d5396aa
36735 Author: Behdad Esfahbod <behdad@behdad.org>
36736 Date: Mon May 10 21:11:35 2010 -0400
36740 src/hb-open-type-private.hh | 14 +++++---------
36741 src/hb-ot-layout-gsubgpos-private.hh | 3 +--
36742 2 files changed, 6 insertions(+), 11 deletions(-)
36744 commit 48146e5612f6d272d6962f6829c6d64a31edef89
36745 Author: Behdad Esfahbod <behdad@behdad.org>
36746 Date: Mon May 10 20:07:56 2010 -0400
36748 Don't fail sanitize on NULL data
36750 src/hb-open-type-private.hh | 5 +++++
36751 1 file changed, 5 insertions(+)
36753 commit d2c2ca8faf62fc380d4717d286556139a62d2356
36754 Author: Behdad Esfahbod <behdad@behdad.org>
36755 Date: Mon May 10 19:58:25 2010 -0400
36759 src/hb-open-type-private.hh | 2 +-
36760 1 file changed, 1 insertion(+), 1 deletion(-)
36762 commit b435ab7e29c388e3b100f729957319931625a3a8
36763 Author: Behdad Esfahbod <behdad@behdad.org>
36764 Date: Mon May 10 19:51:57 2010 -0400
36766 Fix accessing tables from NULL pointer
36768 src/hb-font.cc | 2 +-
36769 src/hb-open-type-private.hh | 5 +++++
36770 src/hb-ot-layout.cc | 6 +++---
36771 3 files changed, 9 insertions(+), 4 deletions(-)
36773 commit dacebcadae36b35531d635d81df2afb937677b7a
36774 Author: Behdad Esfahbod <behdad@behdad.org>
36775 Date: Mon May 10 19:45:41 2010 -0400
36779 src/hb-open-file-private.hh | 24 +++----
36780 src/hb-ot-layout-common-private.hh | 24 +++----
36781 src/hb-ot-layout-gdef-private.hh | 24 +++----
36782 src/hb-ot-layout-gpos-private.hh | 120
36783 +++++++++++++++++------------------
36784 src/hb-ot-layout-gsub-private.hh | 88 ++++++++++++-------------
36785 src/hb-ot-layout-gsubgpos-private.hh | 44 ++++++-------
36786 6 files changed, 163 insertions(+), 161 deletions(-)
36788 commit fd671e02433bcbc1fd07901fa2d6065020f41ba8
36789 Author: Behdad Esfahbod <behdad@behdad.org>
36790 Date: Mon May 10 19:02:32 2010 -0400
36792 Remove unused macro
36794 src/hb-open-type-private.hh | 1 -
36795 1 file changed, 1 deletion(-)
36797 commit 0eb9fc6e37935707dba2bf4b3705de2161a08cb7
36798 Author: Behdad Esfahbod <behdad@behdad.org>
36799 Date: Mon May 10 19:01:17 2010 -0400
36801 Change DEFINE_SIZE_VAR to DEFINE_SIZE_ARRAY
36803 src/hb-open-file-private.hh | 4 ++--
36804 src/hb-open-type-private.hh | 10 +++++-----
36805 src/hb-ot-layout-common-private.hh | 27 +++++++++++++++------------
36806 src/hb-ot-layout-gdef-private.hh | 10 +++++-----
36807 src/hb-ot-layout-gpos-private.hh | 25 ++++++++++++-------------
36808 src/hb-ot-layout-gsub-private.hh | 14 +++++++-------
36809 src/hb-ot-layout-gsubgpos-private.hh | 16 ++++++++--------
36810 7 files changed, 54 insertions(+), 52 deletions(-)
36812 commit 596e471aa5053d955fb5d5b5923088c8814469b1
36813 Author: Behdad Esfahbod <behdad@behdad.org>
36814 Date: Mon May 10 18:47:48 2010 -0400
36816 Cleanup DEFINE_SIZE_VAR2
36818 src/hb-open-type-private.hh | 18 +++++++++++-------
36819 src/hb-ot-layout-common-private.hh | 6 +++---
36820 src/hb-ot-layout-gdef-private.hh | 4 ++--
36821 src/hb-ot-layout-gpos-private.hh | 4 ++--
36822 src/hb-ot-layout-gsub-private.hh | 2 +-
36823 src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
36824 6 files changed, 21 insertions(+), 17 deletions(-)
36826 commit 33afa4e2dc352f08cc094703e3f01d3ecd83b354
36827 Author: Behdad Esfahbod <behdad@behdad.org>
36828 Date: Mon May 10 18:35:02 2010 -0400
36832 src/hb-open-type-private.hh | 14 +++++++-------
36833 1 file changed, 7 insertions(+), 7 deletions(-)
36835 commit b961518b9611471ff7060e97686e5625974847eb
36836 Author: Behdad Esfahbod <behdad@behdad.org>
36837 Date: Mon May 10 18:20:54 2010 -0400
36839 Simplify array access
36841 src/hb-open-type-private.hh | 29 ++++++++++-------------------
36842 src/hb-ot-layout-common-private.hh | 8 ++++----
36843 src/hb-ot-layout-gsub-private.hh | 6 +++---
36844 src/hb-ot-layout-gsubgpos-private.hh | 16 ++++++++--------
36845 4 files changed, 25 insertions(+), 34 deletions(-)
36847 commit 54842374c2b291ef208c51ae1d853ec0403ccf84
36848 Author: Behdad Esfahbod <behdad@behdad.org>
36849 Date: Mon May 10 18:13:32 2010 -0400
36851 Fix check_struct to check min_size instead of sizeof
36853 src/hb-open-type-private.hh | 2 +-
36854 1 file changed, 1 insertion(+), 1 deletion(-)
36856 commit ed07422c33bbb52ff4d79e65986171e3f07697d8
36857 Author: Behdad Esfahbod <behdad@behdad.org>
36858 Date: Mon May 10 18:08:46 2010 -0400
36860 Further cleanup of sizeof
36862 src/hb-open-type-private.hh | 7 +++++--
36863 src/hb-ot-layout-common-private.hh | 4 ++++
36864 src/hb-ot-layout-gdef-private.hh | 4 ++++
36865 src/hb-ot-layout-gpos-private.hh | 10 +++++++---
36866 src/hb-ot-layout-gsub-private.hh | 4 +++-
36867 src/hb-ot-layout-gsubgpos-private.hh | 2 ++
36868 6 files changed, 25 insertions(+), 6 deletions(-)
36870 commit a82ef7a893b773a17f7548375de9f588dfc83aba
36871 Author: Behdad Esfahbod <behdad@behdad.org>
36872 Date: Mon May 10 17:55:03 2010 -0400
36874 Remove CastP completely
36876 src/hb-open-type-private.hh | 39 +++++++++++++++++----------------------
36877 1 file changed, 17 insertions(+), 22 deletions(-)
36879 commit 40cbefe858192531ed64dd51d402f7ca7b8153a3
36880 Author: Behdad Esfahbod <behdad@behdad.org>
36881 Date: Mon May 10 17:47:22 2010 -0400
36883 Remove unnecessary casts
36885 src/hb-open-type-private.hh | 12 ++++++------
36886 src/hb-ot-layout-common-private.hh | 2 +-
36887 src/hb-ot-layout-gpos-private.hh | 34
36888 +++++++++++++++++-----------------
36889 src/hb-ot-layout-gsub-private.hh | 4 ++--
36890 src/hb-ot-layout-gsubgpos-private.hh | 34
36891 +++++++++++++++++-----------------
36892 5 files changed, 43 insertions(+), 43 deletions(-)
36894 commit 09766b1ec5ec55a61edbcd7a89ed3613cc92d4cb
36895 Author: Behdad Esfahbod <behdad@behdad.org>
36896 Date: Mon May 10 17:36:03 2010 -0400
36898 Make StructAtOffset take a pointer
36902 src/hb-open-type-private.hh | 26 +++++++++++++-------------
36903 src/hb-ot-layout-gpos-private.hh | 6 +++---
36904 src/hb-ot-layout-gsub-private.hh | 4 ++--
36905 3 files changed, 18 insertions(+), 18 deletions(-)
36907 commit bea34c7cbb583cf7660776e95cab3171590b8427
36908 Author: Behdad Esfahbod <behdad@behdad.org>
36909 Date: Mon May 10 17:28:16 2010 -0400
36911 Further cleanup of DEFINE_SIZE
36913 src/hb-open-file-private.hh | 2 +-
36914 src/hb-open-type-private.hh | 10 +++++-----
36915 src/hb-ot-layout-common-private.hh | 16 ++++++++--------
36916 src/hb-ot-layout-gdef-private.hh | 8 ++++----
36917 src/hb-ot-layout-gpos-private.hh | 16 +++++-----------
36918 src/hb-ot-layout-gsub-private.hh | 14 +++++++-------
36919 src/hb-ot-layout-gsubgpos-private.hh | 14 +++++++-------
36920 7 files changed, 37 insertions(+), 43 deletions(-)
36922 commit 0abcc3b48cfd51a22695c9e988938b2f45cb19d8
36923 Author: Behdad Esfahbod <behdad@behdad.org>
36924 Date: Mon May 10 17:04:20 2010 -0400
36928 src/hb-open-type-private.hh | 18 ++++++++++--------
36929 1 file changed, 10 insertions(+), 8 deletions(-)
36931 commit b3651231bf80bb7009214547a75ed90e21815c68
36932 Author: Behdad Esfahbod <behdad@behdad.org>
36933 Date: Mon May 10 16:57:29 2010 -0400
36935 Remove ASSERT_SIZE in favor of the safer DEFINE_SIZE_STATIC
36937 src/hb-open-file-private.hh | 3 ++-
36938 src/hb-open-type-private.hh | 20 +++++++++++++---
36939 src/hb-ot-layout-common-private.hh | 24 ++++++++++++--------
36940 src/hb-ot-layout-gdef-private.hh | 22 +++++++++++-------
36941 src/hb-ot-layout-gpos-private.hh | 44
36942 ++++++++++++++++++++----------------
36943 src/hb-ot-layout-gsub-private.hh | 32 ++++++++++++++++----------
36944 src/hb-ot-layout-gsubgpos-private.hh | 27 ++++++++++++++--------
36945 src/hb-private.h | 2 --
36946 8 files changed, 109 insertions(+), 65 deletions(-)
36948 commit 569da92bc6956f42d9b2d65c784e184fb6380efe
36949 Author: Behdad Esfahbod <behdad@behdad.org>
36950 Date: Mon May 10 16:38:32 2010 -0400
36952 Cleanup ASSERT_SIZE_VAR
36954 src/hb-open-file-private.hh | 9 ++++++---
36955 src/hb-open-type-private.hh | 6 ++++--
36956 src/hb-ot-layout-common-private.hh | 22 ++++++++++++----------
36957 src/hb-ot-layout-gdef-private.hh | 3 ++-
36958 src/hb-ot-layout-gpos-private.hh | 30 +++++++++++++++++++-----------
36959 src/hb-ot-layout-gsubgpos-private.hh | 10 ++++++----
36960 src/hb-private.h | 8 --------
36961 7 files changed, 49 insertions(+), 39 deletions(-)
36963 commit 99bf03459ff2f00cf3fb7fa3c8b8336ec9fcca56
36964 Author: Behdad Esfahbod <behdad@behdad.org>
36965 Date: Thu May 6 19:37:32 2010 -0400
36969 src/hb-ot-layout-gpos-private.hh | 1 +
36970 1 file changed, 1 insertion(+)
36972 commit 65f46b00333e20ab8a52a4b350747507541ec1db
36973 Author: Behdad Esfahbod <behdad@behdad.org>
36974 Date: Thu May 6 19:35:19 2010 -0400
36976 Simplify DEFINE_NULL_DATA
36980 src/hb-open-type-private.hh | 6 +++---
36981 src/hb-ot-layout-common-private.hh | 9 +++++----
36982 2 files changed, 8 insertions(+), 7 deletions(-)
36984 commit e45d3f86f9a5f3d29ca35a282de7f98e702878f9
36985 Author: Behdad Esfahbod <behdad@behdad.org>
36986 Date: Thu May 6 19:33:31 2010 -0400
36988 Start cleaning up get_size()
36990 So we know when the size is static and when dynamic.
36992 src/hb-open-file-private.hh | 7 +++---
36993 src/hb-open-type-private.hh | 42
36994 +++++++++++++++++++++++++-----------
36995 src/hb-ot-layout-common-private.hh | 14 ++++++------
36996 src/hb-ot-layout-gpos-private.hh | 17 ++++++---------
36997 src/hb-ot-layout-gsubgpos-private.hh | 19 ++++++++--------
36998 5 files changed, 55 insertions(+), 44 deletions(-)
37000 commit b157617644d1e38f680163889d1dc2e2f64d9ba3
37001 Author: Behdad Esfahbod <behdad@behdad.org>
37002 Date: Thu May 6 14:48:27 2010 -0400
37004 Remove the last of SANITIZE macros: SANITIZE_SELF
37006 src/hb-open-file-private.hh | 4 ++--
37007 src/hb-open-type-private.hh | 21 ++++++++++++---------
37008 src/hb-ot-layout-common-private.hh | 16 ++++++++--------
37009 src/hb-ot-layout-gdef-private.hh | 6 +++---
37010 src/hb-ot-layout-gpos-private.hh | 26 +++++++++++++-------------
37011 src/hb-ot-layout-gsubgpos-private.hh | 6 +++---
37012 6 files changed, 41 insertions(+), 38 deletions(-)
37014 commit 4f252fedc7136c66a9d7fbcb2978581986da6227
37015 Author: Behdad Esfahbod <behdad@behdad.org>
37016 Date: Thu May 6 13:30:23 2010 -0400
37018 Remove SANITIZE macro
37020 src/hb-open-file-private.hh | 4 ++--
37021 src/hb-open-type-private.hh | 6 ++----
37022 src/hb-ot-layout-common-private.hh | 18 +++++++++---------
37023 src/hb-ot-layout-gdef-private.hh | 6 +++---
37024 src/hb-ot-layout-gpos-private.hh | 18 +++++++++---------
37025 src/hb-ot-layout-gsub-private.hh | 26 +++++++++++++-------------
37026 src/hb-ot-layout-gsubgpos-private.hh | 22 +++++++++++-----------
37027 7 files changed, 49 insertions(+), 51 deletions(-)
37029 commit c2ddfd2d268385257c77c09a9abeacf4230d5377
37030 Author: Behdad Esfahbod <behdad@behdad.org>
37031 Date: Thu May 6 13:06:15 2010 -0400
37033 Cleanup Value casts
37035 src/hb-ot-layout-gpos-private.hh | 34 +++++++++++++++++++++-------------
37036 1 file changed, 21 insertions(+), 13 deletions(-)
37038 commit 41a93d2c1ff175ef06328a99983577459c2d34b0
37039 Author: Behdad Esfahbod <behdad@behdad.org>
37040 Date: Thu May 6 12:55:14 2010 -0400
37042 Remove SANITIZE_WITH_BASE
37044 src/hb-open-file-private.hh | 2 +-
37045 src/hb-open-type-private.hh | 2 -
37046 src/hb-ot-layout-common-private.hh | 6 +--
37047 src/hb-ot-layout-gdef-private.hh | 24 +++++-----
37048 src/hb-ot-layout-gpos-private.hh | 90
37049 ++++++++++++++++++------------------
37050 src/hb-ot-layout-gsub-private.hh | 31 ++++++-------
37051 src/hb-ot-layout-gsubgpos-private.hh | 44 +++++++++---------
37052 7 files changed, 98 insertions(+), 101 deletions(-)
37054 commit f5fab0c71837371cce32dc3e9edca1ccb8d44e29
37055 Author: Behdad Esfahbod <behdad@behdad.org>
37056 Date: Thu May 6 10:26:52 2010 -0400
37058 Remove SANITIZE_MEM
37060 src/hb-open-type-private.hh | 4 +---
37061 src/hb-ot-layout-common-private.hh | 2 +-
37062 src/hb-ot-layout-gpos-private.hh | 2 +-
37063 src/hb-ot-layout-gsubgpos-private.hh | 6 +++---
37064 4 files changed, 6 insertions(+), 8 deletions(-)
37066 commit 4ad2cc5dec6b0639da2b1846282bdd99d06d5ff1
37067 Author: Behdad Esfahbod <behdad@behdad.org>
37068 Date: Thu May 6 09:24:24 2010 -0400
37070 Rename check to check_range
37072 src/hb-open-type-private.hh | 8 ++++----
37073 1 file changed, 4 insertions(+), 4 deletions(-)
37075 commit 1cd1e117d060d38e314618b627d7663cb01ed584
37076 Author: Behdad Esfahbod <behdad@behdad.org>
37077 Date: Wed May 5 20:15:14 2010 -0400
37079 Remove SANITIZE_ARRAY
37081 src/hb-open-file-private.hh | 2 +-
37082 src/hb-open-type-private.hh | 16 +++++++---------
37083 src/hb-ot-layout-gpos-private.hh | 8 ++++----
37084 src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
37085 4 files changed, 14 insertions(+), 16 deletions(-)
37087 commit 583d7f9586ce69754f1354aa3895e6d732a0c2ce
37088 Author: Behdad Esfahbod <behdad@behdad.org>
37089 Date: Wed May 5 01:49:22 2010 -0400
37093 src/hb-open-file-private.hh | 3 ++-
37094 src/hb-open-type-private.hh | 6 ++++--
37095 src/hb-ot-layout-common-private.hh | 15 ++++++++++-----
37096 src/hb-ot-layout-gpos-private.hh | 5 ++---
37097 src/hb-ot-layout-gsub-private.hh | 3 ++-
37098 src/hb-ot-layout-gsubgpos-private.hh | 9 +++++----
37099 6 files changed, 25 insertions(+), 16 deletions(-)
37101 commit 705e215268aa95c2bc6af8af9b48b72b690ec1f7
37102 Author: Behdad Esfahbod <behdad@behdad.org>
37103 Date: Wed May 5 01:40:25 2010 -0400
37107 src/hb-open-type-private.hh | 4 ++--
37108 src/hb-ot-layout-gpos-private.hh | 2 +-
37109 src/hb-ot-layout-gsub-private.hh | 2 +-
37110 src/hb-ot-layout-gsubgpos-private.hh | 2 +-
37111 4 files changed, 5 insertions(+), 5 deletions(-)
37113 commit b18eafd0f62f854d15276c78f99843aecd47acad
37114 Author: Behdad Esfahbod <behdad@behdad.org>
37115 Date: Wed May 5 01:39:26 2010 -0400
37119 src/hb-open-type-private.hh | 2 +-
37120 1 file changed, 1 insertion(+), 1 deletion(-)
37122 commit 4169710911450e0f9bc045fe279bfc8ba9e8457c
37123 Author: Behdad Esfahbod <behdad@behdad.org>
37124 Date: Wed May 5 01:37:58 2010 -0400
37128 src/hb-ot-layout-gsubgpos-private.hh | 61
37129 +++++++++++++++---------------------
37130 1 file changed, 25 insertions(+), 36 deletions(-)
37132 commit 1911b9d21b2b7b6b8219ce6c888540e3a60aa9c3
37133 Author: Behdad Esfahbod <behdad@behdad.org>
37134 Date: Wed May 5 01:32:04 2010 -0400
37136 Remove APPLY_ARG_DEF and APPLY_ARG
37138 src/hb-ot-layout-gpos-private.hh | 92
37139 ++++++++++++++++++------------------
37140 src/hb-ot-layout-gsub-private.hh | 88
37141 +++++++++++++++++-----------------
37142 src/hb-ot-layout-gsubgpos-private.hh | 89
37143 ++++++++++++++++------------------
37144 3 files changed, 132 insertions(+), 137 deletions(-)
37146 commit 6c42cddfe53a1c664081862bb9a3e1c38d05a823
37147 Author: Behdad Esfahbod <behdad@behdad.org>
37148 Date: Wed May 5 01:30:48 2010 -0400
37150 Port apply to use hb_trace_t
37152 src/hb-ot-layout-gpos-private.hh | 9 ++++-----
37153 src/hb-ot-layout-gsub-private.hh | 11 +++++------
37154 src/hb-ot-layout-gsubgpos-private.hh | 13 +++++--------
37155 3 files changed, 14 insertions(+), 19 deletions(-)
37157 commit 969c9705ae0c64577c3f69f5300fec975f952e1f
37158 Author: Behdad Esfahbod <behdad@behdad.org>
37159 Date: Wed May 5 01:23:44 2010 -0400
37161 Move context_length into apply_context
37163 src/hb-ot-layout-gpos-private.hh | 9 ++---
37164 src/hb-ot-layout-gsub-private.hh | 9 ++---
37165 src/hb-ot-layout-gsubgpos-private.hh | 70
37166 ++++++++++++++++++++----------------
37167 3 files changed, 50 insertions(+), 38 deletions(-)
37169 commit 94a23aaeca39c662614037ef887412249bdc8d49
37170 Author: Behdad Esfahbod <behdad@behdad.org>
37171 Date: Wed May 5 01:13:09 2010 -0400
37173 Move buffer into apply_context
37175 src/hb-buffer-private.h | 30 +++++++++--------
37176 src/hb-ot-layout-gpos-private.hh | 64
37177 ++++++++++++++++++++----------------
37178 src/hb-ot-layout-gsub-private.hh | 45 ++++++++++++++-----------
37179 src/hb-ot-layout-gsubgpos-private.hh | 49 ++++++++++++++-------------
37180 4 files changed, 106 insertions(+), 82 deletions(-)
37182 commit 63493f956dca519df49da0a6badc3cb0a1b92779
37183 Author: Behdad Esfahbod <behdad@behdad.org>
37184 Date: Wed May 5 01:01:05 2010 -0400
37186 Move layout_context into apply_context
37188 src/hb-ot-layout-gpos-private.hh | 105
37189 ++++++++++++++++++-----------------
37190 src/hb-ot-layout-gsub-private.hh | 47 ++++++++--------
37191 src/hb-ot-layout-gsubgpos-private.hh | 11 ++--
37192 3 files changed, 82 insertions(+), 81 deletions(-)
37194 commit fff9aa263d1daf7c5117cf383fafa5043d5eb5af
37195 Author: Behdad Esfahbod <behdad@behdad.org>
37196 Date: Wed May 5 00:32:21 2010 -0400
37200 src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++------
37201 1 file changed, 6 insertions(+), 6 deletions(-)
37203 commit 27e302dc8e794ff6bf878bc76e17d336d510849e
37204 Author: Behdad Esfahbod <behdad@behdad.org>
37205 Date: Wed May 5 00:26:16 2010 -0400
37207 I keep changing my mind about this
37209 src/hb-open-type-private.hh | 30 ++++++++++--------------------
37210 1 file changed, 10 insertions(+), 20 deletions(-)
37212 commit 39840474afd2cda9ff576c08aff9c87095496c27
37213 Author: Behdad Esfahbod <behdad@behdad.org>
37214 Date: Wed May 5 00:23:19 2010 -0400
37216 Remove SANITIZE_ARG_DEF and SANITIZE_ARG
37218 src/hb-open-file-private.hh | 16 ++---
37219 src/hb-open-type-private.hh | 59 +++++++--------
37220 src/hb-ot-layout-common-private.hh | 42 +++++------
37221 src/hb-ot-layout-gdef-private.hh | 28 ++++----
37222 src/hb-ot-layout-gpos-private.hh | 136
37223 +++++++++++++++++------------------
37224 src/hb-ot-layout-gsub-private.hh | 72 +++++++++----------
37225 src/hb-ot-layout-gsubgpos-private.hh | 46 ++++++------
37226 7 files changed, 197 insertions(+), 202 deletions(-)
37228 commit b261e2ad5c5a065599ce1dbc4ba437caa2cee1e9
37229 Author: Behdad Esfahbod <behdad@behdad.org>
37230 Date: Wed May 5 00:20:16 2010 -0400
37232 Remove trace from sanitize_shallow()
37234 src/hb-open-type-private.hh | 1 -
37235 1 file changed, 1 deletion(-)
37237 commit dfc8cbe85479dde1ffdc6b2e73f4907331d77a19
37238 Author: Behdad Esfahbod <behdad@behdad.org>
37239 Date: Wed May 5 00:19:46 2010 -0400
37243 src/hb-open-type-private.hh | 33 +++++++++++++++++++--------------
37244 1 file changed, 19 insertions(+), 14 deletions(-)
37246 commit 20e3dd5d292b65f70d2eae63b8d8713a1c889d47
37247 Author: Behdad Esfahbod <behdad@behdad.org>
37248 Date: Tue May 4 23:21:57 2010 -0400
37250 Make sanitize_depth variable automatic and not passed through
37253 src/hb-open-type-private.hh | 72
37254 +++++++++++++++++++++++++++------------------
37255 1 file changed, 43 insertions(+), 29 deletions(-)
37257 commit 4a446ac35136eff23d55f47bdd7b40095ad707ab
37258 Author: Behdad Esfahbod <behdad@behdad.org>
37259 Date: Tue May 4 22:46:21 2010 -0400
37261 Use function template for pass-thru argument
37263 src/hb-open-type-private.hh | 26 ++++++--------------------
37264 src/hb-ot-layout-gpos-private.hh | 6 +++---
37265 2 files changed, 9 insertions(+), 23 deletions(-)
37267 commit 98daaf183d6dbf2b68959da608cd9876ba55d7aa
37268 Author: Behdad Esfahbod <behdad@behdad.org>
37269 Date: Tue May 4 22:42:49 2010 -0400
37271 Make _hb_sanitize_*() methods of the context object
37273 src/hb-open-type-private.hh | 190
37274 +++++++++++++++++++++++---------------------
37275 1 file changed, 98 insertions(+), 92 deletions(-)
37277 commit bb029af943faa9905e652d58856998687e60c31d
37278 Author: Behdad Esfahbod <behdad@behdad.org>
37279 Date: Tue May 4 15:28:52 2010 -0400
37281 Remove SANITIZE_THIS
37283 src/hb-open-file-private.hh | 2 +-
37284 src/hb-open-type-private.hh | 3 +-
37285 src/hb-ot-layout-common-private.hh | 4 +--
37286 src/hb-ot-layout-gdef-private.hh | 25 ++++++++--------
37287 src/hb-ot-layout-gpos-private.hh | 55
37288 ++++++++++++++++++++----------------
37289 src/hb-ot-layout-gsub-private.hh | 29 ++++++++++---------
37290 src/hb-ot-layout-gsubgpos-private.hh | 42 +++++++++++++--------------
37291 7 files changed, 85 insertions(+), 75 deletions(-)
37293 commit 2226fc93d1427b8830bfb892fe1b25b488ea36dc
37294 Author: Behdad Esfahbod <behdad@behdad.org>
37295 Date: Tue May 4 15:12:17 2010 -0400
37297 Rename SANITIZE_BASE to SANITIZE_WITH_BASE
37299 src/hb-open-type-private.hh | 11 +++++++----
37300 src/hb-ot-layout-common-private.hh | 3 ++-
37301 src/hb-ot-layout-gpos-private.hh | 15 ++++++++-------
37302 3 files changed, 17 insertions(+), 12 deletions(-)
37304 commit 89da1346ec3a8dec8a368df46d61ca75356e22fa
37305 Author: Behdad Esfahbod <behdad@behdad.org>
37306 Date: Tue May 4 15:01:45 2010 -0400
37308 Remove SANITIZE_OBJ
37310 src/hb-open-type-private.hh | 3 +--
37311 1 file changed, 1 insertion(+), 2 deletions(-)
37313 commit 4d4cce96266b777a01cec03e8766dc8c0b159351
37314 Author: Behdad Esfahbod <behdad@behdad.org>
37315 Date: Tue May 4 14:57:55 2010 -0400
37317 Remove SANITIZE_THIS2
37319 src/hb-open-type-private.hh | 2 --
37320 src/hb-ot-layout-common-private.hh | 3 ++-
37321 src/hb-ot-layout-gdef-private.hh | 10 ++++++----
37322 src/hb-ot-layout-gpos-private.hh | 9 ++++++---
37323 src/hb-ot-layout-gsub-private.hh | 11 +++++++----
37324 src/hb-ot-layout-gsubgpos-private.hh | 14 +++++++++-----
37325 6 files changed, 30 insertions(+), 19 deletions(-)
37327 commit 26bfcb64e473c40e439d6efbe974781dada28eca
37328 Author: Behdad Esfahbod <behdad@behdad.org>
37329 Date: Tue May 4 14:49:45 2010 -0400
37333 src/hb-ot-layout-gdef-private.hh | 5 ++---
37334 src/hb-ot-layout-gsubgpos-private.hh | 7 +++----
37335 2 files changed, 5 insertions(+), 7 deletions(-)
37337 commit be74284673a1944e0f1884e861c3fe8f9855172c
37338 Author: Behdad Esfahbod <behdad@behdad.org>
37339 Date: Tue May 4 14:47:05 2010 -0400
37341 Remove SANITIZE_THIS3
37343 src/hb-open-type-private.hh | 1 -
37344 src/hb-ot-layout-gpos-private.hh | 21 +++++++++++++++------
37345 src/hb-ot-layout-gsubgpos-private.hh | 8 ++++++--
37346 3 files changed, 21 insertions(+), 9 deletions(-)
37348 commit fbab9f9bd8ba59e7e5811f33c1dda198f95cf05a
37349 Author: Behdad Esfahbod <behdad@behdad.org>
37350 Date: Tue May 4 14:42:10 2010 -0400
37352 Remove SANITIZE_BASE2
37354 src/hb-open-type-private.hh | 1 -
37355 src/hb-ot-layout-gpos-private.hh | 3 ++-
37356 2 files changed, 2 insertions(+), 2 deletions(-)
37358 commit 73c7dbf7f5433c0cdd467ef32402f52867e9798e
37359 Author: Behdad Esfahbod <behdad@behdad.org>
37360 Date: Tue May 4 14:40:55 2010 -0400
37364 src/hb-open-type-private.hh | 1 -
37365 src/hb-ot-layout-gsub-private.hh | 2 +-
37366 2 files changed, 1 insertion(+), 2 deletions(-)
37368 commit c9f14687a30866181feb57ee2736a147ec9f25a1
37369 Author: Behdad Esfahbod <behdad@behdad.org>
37370 Date: Tue May 4 14:38:08 2010 -0400
37372 Remove the NEUTER macro, move code to a method
37374 src/hb-open-type-private.hh | 21 +++++++++++++--------
37375 1 file changed, 13 insertions(+), 8 deletions(-)
37377 commit 30fa2821c277df99a14089749313dfe2b541e2d0
37378 Author: Behdad Esfahbod <behdad@behdad.org>
37379 Date: Tue May 4 14:28:18 2010 -0400
37381 Make internal method private
37383 src/hb-open-type-private.hh | 12 +++++++-----
37384 1 file changed, 7 insertions(+), 5 deletions(-)
37386 commit ce5694c79671bf75990923c1da17bb611e4e7d15
37387 Author: Behdad Esfahbod <behdad@behdad.org>
37388 Date: Tue May 4 14:10:18 2010 -0400
37390 [main] Recognize Apple SFNTs
37392 src/hb-open-file-private.hh | 4 ++--
37393 src/main.cc | 6 ++++++
37394 2 files changed, 8 insertions(+), 2 deletions(-)
37396 commit 710500a93ecc2a0c595045602aa367073485ff91
37397 Author: Behdad Esfahbod <behdad@behdad.org>
37398 Date: Mon May 3 23:11:16 2010 -0400
37400 Comment new SFNT tags
37402 src/hb-open-file-private.hh | 10 +++++-----
37403 1 file changed, 5 insertions(+), 5 deletions(-)
37405 commit 64d3fc8d0dada673245cc8c0b1c12cd849b30997
37406 Author: Behdad Esfahbod <behdad@behdad.org>
37407 Date: Mon May 3 22:51:19 2010 -0400
37409 Cosmetic: Rename HB_LIKELY/HB_UNLIKELY to likely/unlikely
37411 src/hb-buffer.c | 14 ++++----
37412 src/hb-font.cc | 6 ++--
37413 src/hb-ft.c | 14 ++++----
37414 src/hb-language.c | 2 +-
37415 src/hb-object-private.h | 10 +++---
37416 src/hb-open-file-private.hh | 2 +-
37417 src/hb-open-type-private.hh | 38 ++++++++++-----------
37418 src/hb-ot-layout-common-private.hh | 16 ++++-----
37419 src/hb-ot-layout-gdef-private.hh | 2 +-
37420 src/hb-ot-layout-gpos-private.hh | 64
37421 ++++++++++++++++++------------------
37422 src/hb-ot-layout-gsub-private.hh | 52 ++++++++++++++---------------
37423 src/hb-ot-layout-gsubgpos-private.hh | 40 +++++++++++-----------
37424 src/hb-ot-layout.cc | 12 +++----
37425 src/hb-ot-tag.c | 2 +-
37426 src/hb-private.h | 8 ++---
37427 src/hb-shape.c | 10 +++---
37428 src/hb-unicode.c | 2 +-
37429 17 files changed, 147 insertions(+), 147 deletions(-)
37431 commit fa3b3d58443a7c22eca3f86243993ba2d4bd9f4a
37432 Author: Behdad Esfahbod <behdad@behdad.org>
37433 Date: Mon May 3 22:47:22 2010 -0400
37435 Mark a couple functions as inline
37437 src/hb-open-type-private.hh | 4 ++--
37438 1 file changed, 2 insertions(+), 2 deletions(-)
37440 commit 6b84198f9d471defb6f55d44d4f5423df70b2a10
37441 Merge: 631d10b eaf29ed
37442 Author: Behdad Esfahbod <behdad@behdad.org>
37443 Date: Mon May 3 22:46:52 2010 -0400
37445 Merge remote branch 'jrmuizel/master'
37447 commit eaf29edb8fa49390e5f48b78105dfd173aff445b
37448 Author: Jeff Muizelaar <jmuizelaar@mozilla.com>
37449 Date: Mon May 3 22:27:56 2010 -0400
37451 HB_UNUSED is unneeded on static inline functions
37453 src/hb-object-private.h | 2 +-
37454 src/hb-open-type-private.hh | 6 +++---
37455 src/hb-private.h | 4 ++--
37456 3 files changed, 6 insertions(+), 6 deletions(-)
37458 commit 4ce578ed369f1526c91deedcf9e72537b3e4328f
37459 Author: Jeff Muizelaar <jmuizelaar@mozilla.com>
37460 Date: Mon May 3 15:03:53 2010 -0400
37462 Include the tags from the Apple specification for TrueType fonts
37464 src/hb-open-file-private.hh | 8 ++++++++
37465 1 file changed, 8 insertions(+)
37467 commit 631d10b728d9e1a02c7dddf505d4fae5e244c6e8
37468 Author: Behdad Esfahbod <behdad@behdad.org>
37469 Date: Sun May 2 21:14:21 2010 -0400
37471 Remove unused method
37473 src/hb-open-file-private.hh | 5 -----
37474 1 file changed, 5 deletions(-)
37476 commit f0abcd69408a3af65207cdf8847575ade4579bd4
37477 Author: Behdad Esfahbod <behdad@behdad.org>
37478 Date: Sun May 2 18:14:25 2010 -0400
37482 src/hb-open-type-private.hh | 9 ++++-----
37483 1 file changed, 4 insertions(+), 5 deletions(-)
37485 commit a8d960bd26883ee937b04ca2a3c16a3644870356
37486 Author: Behdad Esfahbod <behdad@behdad.org>
37487 Date: Thu Apr 29 14:31:56 2010 -0400
37489 [GPOS] Speedup apply_value()
37491 src/hb-ot-layout-gpos-private.hh | 7 ++++++-
37492 1 file changed, 6 insertions(+), 1 deletion(-)
37494 commit 2cd1ea4411d0808559a942ff3fa4e637f9c9a9c8
37495 Author: Behdad Esfahbod <behdad@behdad.org>
37496 Date: Thu Apr 29 14:15:32 2010 -0400
37498 [ft] Disallow getting the entire font data with tag=0
37500 src/hb-ft.c | 3 +++
37501 1 file changed, 3 insertions(+)
37503 commit 33d13fdda99acaeffa9600737e8870278d053ebe
37504 Author: Behdad Esfahbod <behdad@behdad.org>
37505 Date: Thu Apr 29 13:56:44 2010 -0400
37507 Rename HB_GNUC_UNUSED -> HB_UNUSED
37509 src/hb-buffer.c | 6 ++---
37510 src/hb-font.cc | 44
37511 ++++++++++++++++++------------------
37512 src/hb-ft.c | 16 ++++++-------
37513 src/hb-object-private.h | 2 +-
37514 src/hb-open-type-private.hh | 18 +++++++--------
37515 src/hb-ot-layout-gdef-private.hh | 4 ++--
37516 src/hb-ot-layout-gpos-private.hh | 4 ++--
37517 src/hb-ot-layout-gsubgpos-private.hh | 6 ++---
37518 src/hb-ot-layout.cc | 4 ++--
37519 src/hb-ot-shape.c | 2 +-
37520 src/hb-private.h | 16 ++++++-------
37521 src/hb-shape.c | 32 +++++++++++++-------------
37522 src/hb-unicode.c | 8 +++----
37523 13 files changed, 81 insertions(+), 81 deletions(-)
37525 commit 7d3a126334f8e6f6441561c1bb592bd3fa7a2c5c
37526 Author: Behdad Esfahbod <behdad@behdad.org>
37527 Date: Thu Apr 29 13:54:01 2010 -0400
37529 Define HB_FUNC for portability to non-gcc
37531 src/hb-open-type-private.hh | 12 ++++++------
37532 src/hb-ot-layout-gsubgpos-private.hh | 2 +-
37533 src/hb-private.h | 9 +++++++++
37534 3 files changed, 16 insertions(+), 7 deletions(-)
37536 commit fa030175ca998b00cc42cbced6e98de323ec01ec
37537 Author: Behdad Esfahbod <behdad@behdad.org>
37538 Date: Thu Apr 29 13:48:26 2010 -0400
37540 [sanitize] Make debug code always available to the compiler
37542 Such that we don't break debug build all the time.
37544 src/hb-open-type-private.hh | 71
37545 ++++++++++++++++++++-------------------------
37546 1 file changed, 31 insertions(+), 40 deletions(-)
37548 commit fde6f5bd682f5ad0cc5e2ec69fc831b0192bf90b
37549 Author: Behdad Esfahbod <behdad@behdad.org>
37550 Date: Thu Apr 29 04:41:41 2010 -0400
37552 Convert to uppercase in hb_ot_tag_from_language()
37554 src/hb-ot-tag.c | 6 ++++--
37555 1 file changed, 4 insertions(+), 2 deletions(-)
37557 commit 6f729b45b04243c42ad7201b67cda9d5e5c363f1
37558 Author: Behdad Esfahbod <behdad@behdad.org>
37559 Date: Thu Apr 29 03:59:06 2010 -0400
37561 More contour point use
37563 src/hb-font.cc | 1 +
37564 src/hb-ot-layout-gdef-private.hh | 8 +++++---
37565 src/hb-ot-layout-gpos-private.hh | 13 +++++++++----
37566 3 files changed, 15 insertions(+), 7 deletions(-)
37568 commit 3840b6b50503ba2c9a99f774284e0077baffa8a0
37569 Author: Behdad Esfahbod <behdad@behdad.org>
37570 Date: Thu Apr 29 03:48:27 2010 -0400
37572 [gdef] Fix delta scale
37574 src/hb-ot-layout-gdef-private.hh | 2 +-
37575 1 file changed, 1 insertion(+), 1 deletion(-)
37577 commit 4ac6cc284b2c1eb670c2a3659ec385ed729acac4
37578 Author: Behdad Esfahbod <behdad@behdad.org>
37579 Date: Thu Apr 29 03:48:11 2010 -0400
37581 [gdef] Fix rounding
37583 src/hb-ot-layout-gdef-private.hh | 4 ++--
37584 1 file changed, 2 insertions(+), 2 deletions(-)
37586 commit b52fbb1bab608bda76efb936f08344afaec600a1
37587 Author: Behdad Esfahbod <behdad@behdad.org>
37588 Date: Thu Apr 29 03:47:00 2010 -0400
37590 [gdef] Implement getting contour point
37592 src/hb-ot-layout-gdef-private.hh | 5 ++++-
37593 1 file changed, 4 insertions(+), 1 deletion(-)
37595 commit 4c5fbae011a33b9efef5aedd61c357fc0ded1113
37596 Author: Behdad Esfahbod <behdad@behdad.org>
37597 Date: Thu Apr 29 03:39:39 2010 -0400
37599 Make sure mirroring is done in original direction
37601 Reported by Jonathan Kew.
37603 src/hb-shape.c | 5 ++++-
37604 1 file changed, 4 insertions(+), 1 deletion(-)
37606 commit ce23c9234b87513d6460fb89bad178fb8537e161
37607 Author: Behdad Esfahbod <behdad@behdad.org>
37608 Date: Thu Apr 29 03:31:03 2010 -0400
37610 Use BCP47 private-use tags for OpenType tag language string mapping
37612 src/hb-ot-tag.c | 16 ++++++++--------
37613 1 file changed, 8 insertions(+), 8 deletions(-)
37615 commit eaf1d9a46c4a320f3b0026c0a610f95a620d566f
37616 Author: Behdad Esfahbod <behdad@behdad.org>
37617 Date: Thu Apr 29 03:11:32 2010 -0400
37621 src/hb-ot-tag.c | 1 +
37622 1 file changed, 1 insertion(+)
37624 commit 3a4784fe88a0f14147ccdd3633952c9c0f3ae8f3
37625 Author: Behdad Esfahbod <behdad@behdad.org>
37626 Date: Thu Apr 29 02:58:38 2010 -0400
37628 Fix bug in hb_language_from_string()
37630 Reported by Jonathan Kew.
37632 src/hb-language.c | 2 ++
37633 1 file changed, 2 insertions(+)
37635 commit 602e4f8d5512cdf48c696ad64ad62ff97f6dbdcc
37636 Author: Behdad Esfahbod <behdad@behdad.org>
37637 Date: Thu Apr 29 02:28:54 2010 -0400
37641 src/hb-open-type-private.hh | 3 +--
37642 1 file changed, 1 insertion(+), 2 deletions(-)
37644 commit abff3580a5b229641086e0da097efee11d22ff81
37645 Author: Behdad Esfahbod <behdad@behdad.org>
37646 Date: Thu Apr 29 02:27:20 2010 -0400
37650 src/hb-object-private.h | 2 +-
37651 1 file changed, 1 insertion(+), 1 deletion(-)
37653 commit 6617eada95928457a25e29f793f1a93c6b3edaec
37654 Author: Behdad Esfahbod <behdad@behdad.org>
37655 Date: Thu Apr 29 02:25:30 2010 -0400
37657 Rename apply_context -> context
37659 src/hb-ot-layout-gpos-private.hh | 22 +++++++++++-----------
37660 src/hb-ot-layout-gsub-private.hh | 26 +++++++++++++-------------
37661 src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++------
37662 3 files changed, 30 insertions(+), 30 deletions(-)
37664 commit b4c7fab762935b9c182b3e2ac3415f29fc6a5558
37665 Author: Behdad Esfahbod <behdad@behdad.org>
37666 Date: Thu Apr 29 02:24:25 2010 -0400
37670 src/hb-ot-layout-gpos-private.hh | 98
37671 ++++++++++++++++++------------------
37672 src/hb-ot-layout-gsub-private.hh | 46 ++++++++---------
37673 src/hb-ot-layout-gsubgpos-private.hh | 12 ++---
37674 3 files changed, 78 insertions(+), 78 deletions(-)
37676 commit 1376fb7bf9ef07970f0ba13dc64d6a8ab8252762
37677 Author: Behdad Esfahbod <behdad@behdad.org>
37678 Date: Thu Apr 29 02:19:21 2010 -0400
37680 [apply] Use a context object to reduce number of parameters passed
37683 src/hb-open-type-private.hh | 5 ++---
37684 src/hb-ot-layout-gpos-private.hh | 26 ++++++++++++++-----------
37685 src/hb-ot-layout-gsub-private.hh | 37
37686 +++++++++++++++++++-----------------
37687 src/hb-ot-layout-gsubgpos-private.hh | 29 +++++++++++++++-------------
37688 4 files changed, 53 insertions(+), 44 deletions(-)
37690 commit 173fde7087c0db3e99409f1119530477c14072f5
37691 Author: Behdad Esfahbod <behdad@behdad.org>
37692 Date: Thu Apr 29 01:47:30 2010 -0400
37694 Further simplify tracing
37696 src/hb-open-type-private.hh | 31 +++++++++++++++----------------
37697 src/hb-ot-layout-gpos-private.hh | 9 +++++----
37698 src/hb-ot-layout-gsub-private.hh | 11 ++++++-----
37699 src/hb-ot-layout-gsubgpos-private.hh | 8 --------
37700 4 files changed, 26 insertions(+), 33 deletions(-)
37702 commit bc200457430c083914a64bf4b056153506749610
37703 Author: Behdad Esfahbod <behdad@behdad.org>
37704 Date: Thu Apr 29 01:40:26 2010 -0400
37706 Simplify trace code
37708 src/hb-open-type-private.hh | 41 +++++++++---------------------
37709 src/hb-ot-layout-gsubgpos-private.hh | 25 +++++--------------
37710 src/hb-private.h | 48
37711 +++++++++++++++++++++++++-----------
37712 3 files changed, 51 insertions(+), 63 deletions(-)
37714 commit 807c5b03a2251a3c29a520852639421783101b55
37715 Author: Behdad Esfahbod <behdad@behdad.org>
37716 Date: Wed Apr 28 20:25:22 2010 -0400
37718 [sanitize] Make debug code always available to the compiler
37720 Such that we don't break debug build all the time.
37722 src/hb-open-type-private.hh | 31 ++++++++++++++++++++-----------
37723 src/hb-ot-layout-gsubgpos-private.hh | 2 +-
37724 2 files changed, 21 insertions(+), 12 deletions(-)
37726 commit 74e313c016704e1d9157c2763691c4151f049dfc
37727 Author: Behdad Esfahbod <behdad@behdad.org>
37728 Date: Wed Apr 28 15:15:09 2010 -0400
37730 [gsubgpos] Make debug code always available to the compiler
37732 Such that we don't break debug build all the time.
37734 src/hb-ot-layout-gsubgpos-private.hh | 52
37735 ++++++++++++++++++------------------
37736 1 file changed, 26 insertions(+), 26 deletions(-)
37738 commit 41011a6ed7c4891b20c0eddbb6d4ad9c820cfddb
37739 Author: Behdad Esfahbod <behdad@behdad.org>
37740 Date: Wed Apr 28 13:33:09 2010 -0400
37742 Fix compiler warning about value unused
37744 src/hb-object-private.h | 2 +-
37745 1 file changed, 1 insertion(+), 1 deletion(-)
37747 commit 863df68e894b7644dcd12da88aa22f73edf829dc
37748 Author: Behdad Esfahbod <behdad@behdad.org>
37749 Date: Wed Apr 28 13:29:55 2010 -0400
37751 [object] Make debug code always available to the compiler
37753 Such that we don't break debug build all the time.
37755 src/hb-object-private.h | 42 +++++++++++++++++++++++++++---------------
37756 1 file changed, 27 insertions(+), 15 deletions(-)
37758 commit 1d52151a19ed8ec776276aac5cc6ce3769e0d947
37759 Author: Behdad Esfahbod <behdad@behdad.org>
37760 Date: Wed Apr 28 13:18:41 2010 -0400
37764 src/hb-private.h | 8 +++++---
37765 1 file changed, 5 insertions(+), 3 deletions(-)
37767 commit 444fffb1ab378cb3022e2a8e9f90d20a00c82f6a
37768 Author: Behdad Esfahbod <behdad@behdad.org>
37769 Date: Wed Apr 28 13:16:38 2010 -0400
37771 [blob] Make debug code always available to the compiler
37773 Such that we don't break debug build all the time.
37776 ++++++++++++++++++++++++-----------------------------------
37777 1 file changed, 32 insertions(+), 46 deletions(-)
37779 commit ba51b25c7ba568aeced17f016eceba987569c5d9
37780 Author: Behdad Esfahbod <behdad@behdad.org>
37781 Date: Wed Apr 28 13:10:36 2010 -0400
37785 src/hb-object-private.h | 2 +-
37786 1 file changed, 1 insertion(+), 1 deletion(-)
37788 commit a92f0fda7fee9d60b399b8865541bf73e6e30141
37789 Author: Behdad Esfahbod <behdad@behdad.org>
37790 Date: Wed Apr 28 13:09:40 2010 -0400
37794 src/hb-open-type-private.hh | 4 ++--
37795 src/hb-ot-layout-gsubgpos-private.hh | 2 +-
37796 2 files changed, 3 insertions(+), 3 deletions(-)
37798 commit c165f25410f817d248ad5d07e1827d33efd1b0a0
37799 Author: Behdad Esfahbod <behdad@behdad.org>
37800 Date: Tue Apr 27 23:28:10 2010 -0400
37802 [object] Actually handle malloc() failure
37804 Caught by John Daggett.
37806 src/hb-object-private.h | 10 ++++++----
37807 1 file changed, 6 insertions(+), 4 deletions(-)
37809 commit caff7db93d205e32a535d49e51a3cad70f91dfdd
37810 Author: Behdad Esfahbod <behdad@behdad.org>
37811 Date: Mon Apr 26 10:07:35 2010 -0400
37813 Fix Device::get_size() calculation
37815 src/hb-ot-layout-common-private.hh | 8 ++++++--
37816 1 file changed, 6 insertions(+), 2 deletions(-)
37818 commit 66d6eb30eb0b8d61e00f86ea0c7829abaddb52fa
37819 Author: Behdad Esfahbod <behdad@behdad.org>
37820 Date: Sun Apr 25 23:01:45 2010 -0400
37824 src/hb-open-type-private.hh | 8 ++++----
37825 1 file changed, 4 insertions(+), 4 deletions(-)
37827 commit 690b9194619589c32ffc0c092e45262ae7776e79
37828 Author: Behdad Esfahbod <behdad@behdad.org>
37829 Date: Sun Apr 25 22:51:05 2010 -0400
37831 Remove use of flexible arrays
37833 Also remove wrong ASSERT_SIZE that would trigger only when not using
37834 flexible arrays (which was the case on win32, but not with gcc).
37836 configure.ac | 2 --
37837 src/hb-open-file-private.hh | 1 -
37838 src/hb-private.h | 4 ----
37839 3 files changed, 7 deletions(-)
37841 commit 1cebfbb0636b13dc5dc6a4b8b7acbb7da28129d2
37842 Author: Behdad Esfahbod <behdad@behdad.org>
37843 Date: Fri Apr 23 20:49:18 2010 -0400
37845 Cleanup hb_face_create_for_data()
37847 src/Makefile.am | 1 +
37848 src/hb-blob-private.h | 57 +++++++++++++++++++++++++++++++
37849 src/hb-blob.c | 20 ++---------
37850 src/hb-font-private.h | 3 --
37851 src/hb-font.cc | 92
37852 +++++++++++++++++++++++++++++++++++----------------
37853 5 files changed, 123 insertions(+), 50 deletions(-)
37855 commit d6b3c83a90f60bedb4049750ffb351161710980d
37856 Author: Behdad Esfahbod <behdad@behdad.org>
37857 Date: Fri Apr 23 19:59:53 2010 -0400
37859 Allow get_table() to return NULL
37861 src/hb-font.cc | 6 +++++-
37863 2 files changed, 6 insertions(+), 2 deletions(-)
37865 commit ad3653751b1e4a03f7058200cb83f64db46722d5
37866 Author: Behdad Esfahbod <behdad@behdad.org>
37867 Date: Fri Apr 23 19:43:40 2010 -0400
37871 src/hb-open-type-private.hh | 2 +-
37872 1 file changed, 1 insertion(+), 1 deletion(-)
37874 commit 990443e5f282ad61de00dcf1ebff9cf1d5bc2d70
37875 Author: Behdad Esfahbod <behdad@behdad.org>
37876 Date: Fri Apr 23 17:53:32 2010 -0400
37878 Remove lock_instance()
37880 src/hb-font.cc | 2 +-
37881 src/hb-open-type-private.hh | 4 ----
37882 src/hb-ot-layout.cc | 6 +++---
37883 3 files changed, 4 insertions(+), 8 deletions(-)
37885 commit 187454c595559ce48d072fee6bccb51f3de283d4
37886 Author: Behdad Esfahbod <behdad@behdad.org>
37887 Date: Fri Apr 23 16:35:01 2010 -0400
37889 Add different casts from pointer and ref to avoid bugs
37891 src/hb-open-type-private.hh | 22 +++++++++++++++-------
37892 src/hb-ot-layout-gpos-private.hh | 8 ++++----
37893 src/hb-ot-layout-gsub-private.hh | 12 ++++++------
37894 src/main.cc | 6 +++---
37895 4 files changed, 28 insertions(+), 20 deletions(-)
37897 commit efb324a46ff64adb4ec8612b4089e8daff1e6d8e
37898 Author: Behdad Esfahbod <behdad@behdad.org>
37899 Date: Fri Apr 23 16:22:54 2010 -0400
37901 Remove GET_FOR_DATA macros
37903 The major-version check is now handled by sanitize. If major
37904 doesn't match, we reject and fall back to the Null object.
37906 src/hb-open-file-private.hh | 4 ----
37907 src/hb-open-type-private.hh | 23 ++---------------------
37908 src/hb-ot-layout-gdef-private.hh | 2 --
37909 src/hb-ot-layout-gpos-private.hh | 3 ---
37910 src/hb-ot-layout-gsub-private.hh | 3 ---
37911 src/hb-ot-layout-gsubgpos-private.hh | 2 --
37912 src/main.cc | 6 +++---
37913 7 files changed, 5 insertions(+), 38 deletions(-)
37915 commit f1aaa2a43654c28405ffd393de2cb127437c99a5
37916 Author: Behdad Esfahbod <behdad@behdad.org>
37917 Date: Fri Apr 23 15:19:50 2010 -0400
37923 src/hb-open-file-private.hh | 2 +-
37924 src/hb-open-type-private.hh | 2 ++
37925 src/hb-ot-layout-common-private.hh | 12 ++++++------
37926 5 files changed, 10 insertions(+), 9 deletions(-)
37928 commit 33d4d4325e15e332105ea8f361bab79ee542f0f8
37929 Author: Behdad Esfahbod <behdad@behdad.org>
37930 Date: Fri Apr 23 14:56:55 2010 -0400
37932 Zero glyph metrics before calling user callback
37934 src/hb-font.cc | 6 +++---
37935 1 file changed, 3 insertions(+), 3 deletions(-)
37937 commit 4206e9511a222c0c50cc9b4fe72ec421983bba2c
37938 Author: Behdad Esfahbod <behdad@behdad.org>
37939 Date: Fri Apr 23 14:44:55 2010 -0400
37943 src/hb-ot-layout.cc | 4 ++--
37944 src/hb-ot-shape.c | 9 ++++-----
37945 src/hb-shape.c | 32 ++++++++++++++++----------------
37946 3 files changed, 22 insertions(+), 23 deletions(-)
37948 commit ef66ebeabc6c234004bd9e9bb67eb5c9711f4a1e
37949 Author: Behdad Esfahbod <behdad@behdad.org>
37950 Date: Fri Apr 23 14:40:36 2010 -0400
37952 Remove unused parameter
37954 src/hb-open-file-private.hh | 6 +++---
37955 1 file changed, 3 insertions(+), 3 deletions(-)
37957 commit 1d720192b193f48b44be0385eda3c2c5d5cd28ad
37958 Author: Behdad Esfahbod <behdad@behdad.org>
37959 Date: Fri Apr 23 14:39:10 2010 -0400
37961 Fix compile warnings (HB_GNUC_UNUSED)
37963 src/hb-buffer.c | 6 +++---
37964 src/hb-font.cc | 31 ++++++++++++++++++++++---------
37965 src/hb-ft.c | 29 +++++++++++++++++++++--------
37966 src/hb-open-type-private.hh | 2 +-
37967 src/hb-unicode.c | 8 ++++----
37968 5 files changed, 51 insertions(+), 25 deletions(-)
37970 commit 8dfdca599c0a3ba5255131002910bca3b381acac
37971 Author: Behdad Esfahbod <behdad@behdad.org>
37972 Date: Fri Apr 23 14:07:34 2010 -0400
37974 No need to keep blob in sanitize context
37976 src/hb-open-type-private.hh | 13 +++++--------
37977 1 file changed, 5 insertions(+), 8 deletions(-)
37979 commit 254933c397f1ce9796f59689a25f9fc2e58df4ea
37980 Author: Behdad Esfahbod <behdad@behdad.org>
37981 Date: Fri Apr 23 13:57:10 2010 -0400
37983 When sanitizing, delay making writable
37985 Before, as soon as we needed to make an edit, we tried to make
37987 writable inplace. That grows code unnecessarily though. We can
37989 fail, make writable, then start again. That's indeed what the
37993 src/hb-open-type-private.hh | 11 +++++++----
37994 1 file changed, 7 insertions(+), 4 deletions(-)
37996 commit 71e735e915c85536ee4d3035576f7426e8cd19dd
37997 Author: Behdad Esfahbod <behdad@behdad.org>
37998 Date: Fri Apr 23 13:48:06 2010 -0400
38000 [blob] Fallback to copying if mprotect() fails
38002 src/hb-blob.c | 5 +++--
38003 1 file changed, 3 insertions(+), 2 deletions(-)
38005 commit 1aa4666b914da7747fc58a8f6f2d913c94e3b8da
38006 Author: Behdad Esfahbod <behdad@behdad.org>
38007 Date: Fri Apr 23 13:32:03 2010 -0400
38009 Cleanup OpenTypeFontFile
38011 src/hb-open-file-private.hh | 44
38012 ++++++++++++++++++++++++++------------------
38014 2 files changed, 27 insertions(+), 19 deletions(-)
38016 commit ae4190cafe927649f8ff8be6a0082478d1298fda
38017 Author: Behdad Esfahbod <behdad@behdad.org>
38018 Date: Fri Apr 23 12:33:02 2010 -0400
38020 Properly define separate structs for TTCHeader and TTCHeaderVersion1
38022 src/hb-open-file-private.hh | 71
38023 +++++++++++++++++++++++++++++++++++----------
38024 1 file changed, 55 insertions(+), 16 deletions(-)
38026 commit a065f471b3bc23d33ef75217308efeaed4ffd033
38027 Author: Behdad Esfahbod <behdad@behdad.org>
38028 Date: Thu Apr 22 20:15:11 2010 -0400
38030 Cleanup Extension lookups
38034 1. Allow nested Extension lookups. The offset is always positive, so
38035 it can't loop circularly.
38037 2. Move the check for all Extension subtables having the same lookup
38038 type to the correct place. Before it wasn't really working.
38040 src/hb-ot-layout-gpos-private.hh | 29 +-------------------
38041 src/hb-ot-layout-gsub-private.hh | 57
38042 ++++++++++++++++++++++------------------
38043 2 files changed, 33 insertions(+), 53 deletions(-)
38045 commit a0bb49c5830f8a7f25d573ec57b79df2620ddba7
38046 Author: Behdad Esfahbod <behdad@behdad.org>
38047 Date: Thu Apr 22 18:47:03 2010 -0400
38049 Add comment re bsearch effect on sanitize
38051 src/hb-open-file-private.hh | 2 +-
38052 src/hb-ot-layout-common-private.hh | 8 ++++----
38053 2 files changed, 5 insertions(+), 5 deletions(-)
38055 commit d632ec4000b3079150e6424e88a3ab7509f7445c
38056 Author: Behdad Esfahbod <behdad@behdad.org>
38057 Date: Thu Apr 22 18:33:12 2010 -0400
38061 src/hb-open-type-private.hh | 6 +++---
38062 src/hb-ot-layout-gsubgpos-private.hh | 2 +-
38063 2 files changed, 4 insertions(+), 4 deletions(-)
38065 commit a3263aa773ad7a914496792466c69047048b093c
38066 Author: Behdad Esfahbod <behdad@behdad.org>
38067 Date: Thu Apr 22 18:29:09 2010 -0400
38069 Convert the last set of cast macros to templates
38071 src/hb-open-file-private.hh | 4 +--
38072 src/hb-open-type-private.hh | 53
38073 +++++++++++++++++++++++-------------
38074 src/hb-ot-layout-gpos-private.hh | 16 +++++------
38075 src/hb-ot-layout-gsub-private.hh | 14 +++++-----
38076 src/hb-ot-layout-gsubgpos-private.hh | 12 ++++----
38077 5 files changed, 57 insertions(+), 42 deletions(-)
38079 commit c38188a1912f72d9ef90ae1bcbdbba7ecce63371
38080 Author: Behdad Esfahbod <behdad@behdad.org>
38081 Date: Thu Apr 22 16:52:09 2010 -0400
38083 Remove unused macro
38085 src/hb-open-type-private.hh | 1 -
38086 1 file changed, 1 deletion(-)
38088 commit 3b2c2df41b90f2a1d9e33b3dc15a92cff58a689a
38089 Author: Behdad Esfahbod <behdad@behdad.org>
38090 Date: Thu Apr 22 16:51:42 2010 -0400
38092 Cleanup Extension sanitize()
38094 src/hb-ot-layout-common-private.hh | 20 +++-----------------
38095 src/hb-ot-layout-gpos-private.hh | 20 +++++++++++++-------
38096 src/hb-ot-layout-gsub-private.hh | 20 +++++++++++++-------
38097 src/hb-ot-layout-gsubgpos-private.hh | 13 ++++---------
38098 4 files changed, 33 insertions(+), 40 deletions(-)
38100 commit 1856184b93760a1a54fb1a3c54281bb252df7ce6
38101 Author: Behdad Esfahbod <behdad@behdad.org>
38102 Date: Thu Apr 22 14:15:11 2010 -0400
38104 Fail sanitize on major version mismatch
38106 We handle major-version differences via get_for_data(), so sanitize
38107 should never see a major version mismatch.
38109 src/hb-open-file-private.hh | 4 ++--
38110 src/hb-ot-layout-gdef-private.hh | 2 +-
38111 src/hb-ot-layout-gsubgpos-private.hh | 2 +-
38112 3 files changed, 4 insertions(+), 4 deletions(-)
38114 commit df3f505dcfeefc8cd395900b116767d22549f756
38115 Author: Behdad Esfahbod <behdad@behdad.org>
38116 Date: Thu Apr 22 14:11:33 2010 -0400
38118 More sanitize cleanup
38120 src/hb-open-file-private.hh | 24 ++----------------------
38121 src/main.cc | 4 ++--
38122 2 files changed, 4 insertions(+), 24 deletions(-)
38124 commit 278a91f0cd802ac817c2603429bae1fa4a350ea0
38125 Author: Behdad Esfahbod <behdad@behdad.org>
38126 Date: Thu Apr 22 13:59:39 2010 -0400
38128 Minor cleanup of sanitize
38130 Done with an audit of all sanitize()
38132 src/hb-ot-layout-gpos-private.hh | 18 +++++++++---------
38133 1 file changed, 9 insertions(+), 9 deletions(-)
38135 commit 9ac7dc73bc24b6dafb94df5de9cbf8fa0c82d5bc
38136 Author: Behdad Esfahbod <behdad@behdad.org>
38137 Date: Thu Apr 22 13:50:22 2010 -0400
38139 Check for (impossible) overflow
38141 src/hb-ot-layout-gpos-private.hh | 1 +
38142 1 file changed, 1 insertion(+)
38144 commit 9fc8684fd85ef6ec82b3b54323761bbdd4c3d891
38145 Author: Behdad Esfahbod <behdad@behdad.org>
38146 Date: Thu Apr 22 13:37:58 2010 -0400
38148 Cleanup ContextFormat3 sanitize
38150 src/hb-ot-layout-gsubgpos-private.hh | 5 +++--
38151 1 file changed, 3 insertions(+), 2 deletions(-)
38153 commit e77302c61f1f1620d1f438a997575fa6ee5c172e
38154 Author: Behdad Esfahbod <behdad@behdad.org>
38155 Date: Thu Apr 22 13:34:00 2010 -0400
38159 src/hb-ot-layout-common-private.hh | 4 +++-
38160 1 file changed, 3 insertions(+), 1 deletion(-)
38162 commit 7c469c3ca4ed4e45c50eff70df59b1a4780bae5b
38163 Author: Behdad Esfahbod <behdad@behdad.org>
38164 Date: Thu Apr 22 13:26:21 2010 -0400
38168 src/hb-ot-layout-common-private.hh | 2 +-
38169 1 file changed, 1 insertion(+), 1 deletion(-)
38171 commit dc228048a813e43356373505168d3822deea5d72
38172 Author: Behdad Esfahbod <behdad@behdad.org>
38173 Date: Thu Apr 22 13:22:41 2010 -0400
38175 Remove integrity check in Tag sanitize
38177 Serves no useful purpose.
38179 src/hb-open-type-private.hh | 9 ---------
38180 src/hb-ot-layout-common-private.hh | 2 +-
38181 2 files changed, 1 insertion(+), 10 deletions(-)
38183 commit 8015a8c762dc7be36998d529b7a3af59e3d14d87
38184 Author: Behdad Esfahbod <behdad@behdad.org>
38185 Date: Thu Apr 22 11:06:30 2010 -0400
38187 Don't sanitize raw table data
38189 That part is performed by individual table sanitize.
38191 src/hb-open-file-private.hh | 15 +++++++++------
38192 1 file changed, 9 insertions(+), 6 deletions(-)
38194 commit c293581e962b7982622e7d607fa3909b40da718e
38195 Author: Behdad Esfahbod <behdad@behdad.org>
38196 Date: Thu Apr 22 11:15:46 2010 -0400
38200 src/hb-open-type-private.hh | 1 +
38201 1 file changed, 1 insertion(+)
38203 commit 1faa76c6e848c6b0e360d9ddcf567533b87f8f31
38204 Author: Behdad Esfahbod <behdad@behdad.org>
38205 Date: Thu Apr 22 10:54:26 2010 -0400
38207 Remove unnecessary casts
38209 src/hb-open-type-private.hh | 8 ++++----
38210 1 file changed, 4 insertions(+), 4 deletions(-)
38212 commit 079dc40112d3908ff7b7028ea3019bfe82bf606d
38213 Author: Behdad Esfahbod <behdad@behdad.org>
38214 Date: Thu Apr 22 10:47:12 2010 -0400
38216 Avoid overflow in TableDirectory sanitize
38218 src/hb-open-file-private.hh | 2 +-
38219 1 file changed, 1 insertion(+), 1 deletion(-)
38221 commit fb5904ec935d925a423401bc975ffaa22022ce1b
38222 Author: Behdad Esfahbod <behdad@behdad.org>
38223 Date: Thu Apr 22 10:43:30 2010 -0400
38225 Make casts more explicit
38227 src/hb-ot-layout-gpos-private.hh | 4 ++--
38228 src/hb-ot-layout-gsub-private.hh | 4 ++--
38229 2 files changed, 4 insertions(+), 4 deletions(-)
38231 commit 565c80bd2960366ace2d10dd71beaaf2a80213c8
38232 Author: Behdad Esfahbod <behdad@behdad.org>
38233 Date: Thu Apr 22 10:26:35 2010 -0400
38235 Make sure semicolon is expected after DEFINE_NULL_DATA()
38237 src/hb-open-type-private.hh | 5 +++--
38238 1 file changed, 3 insertions(+), 2 deletions(-)
38240 commit bb1e16335e537231246f44740f73cc23c0707364
38241 Author: Behdad Esfahbod <behdad@behdad.org>
38242 Date: Thu Apr 22 01:01:35 2010 -0400
38244 Improve Subst/Pos SubTable access and sanitize
38246 src/hb-ot-layout-gpos-private.hh | 4 ++--
38247 src/hb-ot-layout-gsub-private.hh | 4 ++--
38248 2 files changed, 4 insertions(+), 4 deletions(-)
38250 commit 81f2af40f9afd5bb9695018e6baddcd4aa3361c1
38251 Author: Behdad Esfahbod <behdad@behdad.org>
38252 Date: Thu Apr 22 00:58:49 2010 -0400
38254 Simplify Extension offset now that our int types have no alignment
38256 src/hb-ot-layout-gsubgpos-private.hh | 9 +++------
38257 1 file changed, 3 insertions(+), 6 deletions(-)
38259 commit 19828ad42d8117563412aae3c70887aa117805a9
38260 Author: Behdad Esfahbod <behdad@behdad.org>
38261 Date: Thu Apr 22 00:49:16 2010 -0400
38263 Sanitize shallow in Lookup since the generic SubLookup has no methods
38265 src/hb-ot-layout-common-private.hh | 2 +-
38266 1 file changed, 1 insertion(+), 1 deletion(-)
38268 commit e5546a4352c54311ac4a9ef138b187378155ebe1
38269 Author: Behdad Esfahbod <behdad@behdad.org>
38270 Date: Thu Apr 22 00:45:42 2010 -0400
38272 Watch for overflow in Array sanitize
38274 src/hb-open-type-private.hh | 21 +++++++++++++++------
38275 src/hb-ot-layout-common-private.hh | 2 +-
38276 2 files changed, 16 insertions(+), 7 deletions(-)
38278 commit 4f5f1c34dda1e0629bfa6d7b0ffa2e1ce003b7c7
38279 Author: Behdad Esfahbod <behdad@behdad.org>
38280 Date: Thu Apr 22 00:27:39 2010 -0400
38282 Rename const_sub_array to sub_array since all consts are implicit now
38284 src/hb-open-type-private.hh | 2 +-
38285 src/hb-ot-layout-common-private.hh | 4 ++--
38286 src/hb-ot-layout-gdef-private.hh | 4 ++--
38287 3 files changed, 5 insertions(+), 5 deletions(-)
38289 commit 0795b784dd1009976c185482a376df250167e73b
38290 Author: Behdad Esfahbod <behdad@behdad.org>
38291 Date: Thu Apr 22 00:23:14 2010 -0400
38295 src/hb-ot-layout-common-private.hh | 6 +++---
38296 1 file changed, 3 insertions(+), 3 deletions(-)
38298 commit 2d98d3bbaa0ddadcb08b5a8f437b18c211c50768
38299 Author: Behdad Esfahbod <behdad@behdad.org>
38300 Date: Thu Apr 22 00:19:30 2010 -0400
38302 Simplify Lookup sanitize
38304 src/hb-ot-layout-common-private.hh | 2 +-
38305 1 file changed, 1 insertion(+), 1 deletion(-)
38307 commit c755cb3e3ac55156d0d2ec05adea7a650b97cc41
38308 Author: Behdad Esfahbod <behdad@behdad.org>
38309 Date: Thu Apr 22 00:11:43 2010 -0400
38311 Change header comment
38314 src/hb-blob.c | 2 +-
38315 src/hb-blob.h | 2 +-
38316 src/hb-buffer-private.h | 2 +-
38317 src/hb-buffer.c | 2 +-
38318 src/hb-buffer.h | 2 +-
38319 src/hb-common.h | 2 +-
38320 src/hb-font-private.h | 2 +-
38321 src/hb-font.cc | 2 +-
38322 src/hb-font.h | 2 +-
38325 src/hb-glib.c | 2 +-
38326 src/hb-glib.h | 2 +-
38327 src/hb-icu.c | 2 +-
38328 src/hb-icu.h | 2 +-
38329 src/hb-language.c | 2 +-
38330 src/hb-language.h | 2 +-
38331 src/hb-object-private.h | 2 +-
38332 src/hb-open-file-private.hh | 2 +-
38333 src/hb-open-type-private.hh | 2 +-
38334 src/hb-ot-layout-common-private.hh | 2 +-
38335 src/hb-ot-layout-gdef-private.hh | 2 +-
38336 src/hb-ot-layout-gpos-private.hh | 2 +-
38337 src/hb-ot-layout-gsub-private.hh | 2 +-
38338 src/hb-ot-layout-gsubgpos-private.hh | 2 +-
38339 src/hb-ot-layout-private.h | 2 +-
38340 src/hb-ot-layout.cc | 2 +-
38341 src/hb-ot-layout.h | 2 +-
38342 src/hb-ot-shape-private.h | 2 +-
38343 src/hb-ot-shape.c | 2 +-
38344 src/hb-ot-tag.c | 2 +-
38345 src/hb-ot-tag.h | 2 +-
38347 src/hb-private.h | 2 +-
38348 src/hb-shape.c | 2 +-
38349 src/hb-shape.h | 2 +-
38350 src/hb-unicode-private.h | 2 +-
38351 src/hb-unicode.c | 2 +-
38352 src/hb-unicode.h | 2 +-
38355 42 files changed, 42 insertions(+), 42 deletions(-)
38357 commit 243d20e011e251462a07947275e0e98cc19c7e9b
38358 Author: Behdad Esfahbod <behdad@behdad.org>
38359 Date: Wed Apr 21 23:57:01 2010 -0400
38361 More cast simplification
38363 src/hb-open-type-private.hh | 6 +++---
38364 1 file changed, 3 insertions(+), 3 deletions(-)
38366 commit 0dfcc13a4668cdd2c2ebdd5f4a7540a51222cf2f
38367 Author: Behdad Esfahbod <behdad@behdad.org>
38368 Date: Wed Apr 21 23:41:26 2010 -0400
38370 Rename ConstCharP to CharP (overloaded now)
38372 src/hb-open-file-private.hh | 10 +++++-----
38373 src/hb-open-type-private.hh | 24 ++++++++++++------------
38374 src/hb-ot-layout-gpos-private.hh | 12 ++++++------
38375 src/hb-ot-layout-gsub-private.hh | 4 ++--
38376 src/hb-ot-layout-gsubgpos-private.hh | 14 +++++++-------
38377 5 files changed, 32 insertions(+), 32 deletions(-)
38379 commit 62c0fd75737a69721dbf29e773405a4c529f8b6d
38380 Author: Behdad Esfahbod <behdad@behdad.org>
38381 Date: Wed Apr 21 23:30:48 2010 -0400
38383 Cleanup de-const-casting during sanitize
38385 src/hb-open-file-private.hh | 2 +-
38386 src/hb-open-type-private.hh | 29 ++++++++++++++---------------
38387 src/hb-ot-layout-common-private.hh | 4 ++--
38388 src/hb-ot-layout-gpos-private.hh | 12 ++++++------
38389 4 files changed, 23 insertions(+), 24 deletions(-)
38391 commit dd155870567cfb9647b2e71593ace8b2705d7cff
38392 Author: Behdad Esfahbod <behdad@behdad.org>
38393 Date: Wed Apr 21 23:13:33 2010 -0400
38397 src/hb-open-type-private.hh | 1 +
38398 1 file changed, 1 insertion(+)
38400 commit c85c3620675f38ffdca59134aeec2641485f40ca
38401 Author: Behdad Esfahbod <behdad@behdad.org>
38402 Date: Wed Apr 21 23:12:54 2010 -0400
38406 src/hb-open-type-private.hh | 1 +
38407 1 file changed, 1 insertion(+)
38409 commit 2467c669c2aee4de2a6621a9d06cba0262376d41
38410 Author: Behdad Esfahbod <behdad@behdad.org>
38411 Date: Wed Apr 21 23:11:45 2010 -0400
38415 src/hb-open-type-private.hh | 1 +
38416 1 file changed, 1 insertion(+)
38418 commit 29c3f5e1b6212c775a7b911becd44ba093b7b0eb
38419 Author: Behdad Esfahbod <behdad@behdad.org>
38420 Date: Wed Apr 21 23:01:00 2010 -0400
38424 src/hb-open-type-private.hh | 2 +-
38425 1 file changed, 1 insertion(+), 1 deletion(-)
38427 commit 01c01618e98283611628cd54d5ba4bf122f24cd9
38428 Author: Behdad Esfahbod <behdad@behdad.org>
38429 Date: Wed Apr 21 22:49:56 2010 -0400
38431 Further simplify IntType struct defs
38433 src/hb-open-type-private.hh | 21 ++++++++++++---------
38434 1 file changed, 12 insertions(+), 9 deletions(-)
38436 commit 2cb08458f674301cde9d962c13911035a251f7c5
38437 Author: Behdad Esfahbod <behdad@behdad.org>
38438 Date: Wed Apr 21 22:37:31 2010 -0400
38440 Rename const_array() to array() (overloaded)
38442 src/hb-open-type-private.hh | 12 ++++++------
38443 src/hb-ot-layout-common-private.hh | 4 ++--
38444 src/hb-ot-layout-gsub-private.hh | 6 +++---
38445 src/hb-ot-layout-gsubgpos-private.hh | 16 ++++++++--------
38446 4 files changed, 19 insertions(+), 19 deletions(-)
38448 commit 2e2f43edf2f49f4047e28b1ce2ea95938536de9c
38449 Author: Behdad Esfahbod <behdad@behdad.org>
38450 Date: Wed Apr 21 22:30:36 2010 -0400
38452 Remove ArrayAfter, use StructAfter in place
38454 src/hb-open-type-private.hh | 21 ++++++---------------
38455 1 file changed, 6 insertions(+), 15 deletions(-)
38457 commit e961c86c579fd98ee604342a9c70c4e7f8d4f220
38458 Author: Behdad Esfahbod <behdad@behdad.org>
38459 Date: Wed Apr 21 15:56:11 2010 -0400
38461 Convert NEXT() and ARRAY_AFTER() macros to templates
38463 src/hb-open-type-private.hh | 40
38464 ++++++++++++++++++++++++++----------
38465 src/hb-ot-layout-common-private.hh | 4 ++--
38466 src/hb-ot-layout-gsub-private.hh | 8 ++++----
38467 src/hb-ot-layout-gsubgpos-private.hh | 24 +++++++++++-----------
38468 4 files changed, 47 insertions(+), 29 deletions(-)
38470 commit 198facdc55756cb48cdfb8ba7fa50916fac54ec3
38471 Author: Behdad Esfahbod <behdad@behdad.org>
38472 Date: Wed Apr 21 13:35:36 2010 -0400
38474 Use templates for const char * casts
38476 src/hb-open-file-private.hh | 12 ++++-----
38477 src/hb-open-type-private.hh | 48
38478 ++++++++++++++++++------------------
38479 src/hb-ot-layout-common-private.hh | 2 +-
38480 src/hb-ot-layout-gpos-private.hh | 32 ++++++++++++------------
38481 src/hb-ot-layout-gsub-private.hh | 4 +--
38482 src/hb-ot-layout-gsubgpos-private.hh | 14 +++++------
38483 6 files changed, 56 insertions(+), 56 deletions(-)
38485 commit 1922ffe7013c46014803a9f18c42e193a25b1968
38486 Author: Behdad Esfahbod <behdad@behdad.org>
38487 Date: Wed Apr 21 04:19:51 2010 -0400
38491 src/hb-ot-layout-gsub-private.hh | 4 ++--
38492 src/hb-ot-layout-gsubgpos-private.hh | 30 +++++++++++++++---------------
38493 2 files changed, 17 insertions(+), 17 deletions(-)
38495 commit e032ed9f75d4a0f365649a25706871bbb5ae6651
38496 Author: Behdad Esfahbod <behdad@behdad.org>
38497 Date: Wed Apr 21 03:11:46 2010 -0400
38499 Use templates for defining int typess
38501 src/hb-open-type-private.hh | 66
38502 ++++++++++++++++++++++++++++++---------------
38503 src/hb-private.h | 10 ++-----
38504 2 files changed, 46 insertions(+), 30 deletions(-)
38506 commit 2c9fd2adce5a6a9dcd62c874bd64613ea68d8d9b
38507 Author: Behdad Esfahbod <behdad@behdad.org>
38508 Date: Wed Apr 21 02:15:39 2010 -0400
38510 Remove unused macro
38512 src/hb-open-type-private.hh | 15 ---------------
38513 1 file changed, 15 deletions(-)
38515 commit 7a52f281178867379adb6e6c6fb0022102f75d17
38516 Author: Behdad Esfahbod <behdad@behdad.org>
38517 Date: Wed Apr 21 02:14:44 2010 -0400
38521 src/hb-open-type-private.hh | 6 +++---
38522 src/hb-private.h | 30 +++++++++++++++---------------
38523 2 files changed, 18 insertions(+), 18 deletions(-)
38525 commit ffff7dc44cb2a35a60f92831165e9d3c3a61ce19
38526 Author: Behdad Esfahbod <behdad@behdad.org>
38527 Date: Wed Apr 21 02:13:55 2010 -0400
38531 src/hb-private.h | 12 ++++++------
38532 1 file changed, 6 insertions(+), 6 deletions(-)
38534 commit f60f2166c48d07f556ff83f04e95181946eb03df
38535 Author: Behdad Esfahbod <behdad@behdad.org>
38536 Date: Wed Apr 21 02:12:45 2010 -0400
38540 src/hb-private.h | 122
38541 ++++++++++++++++++++++++++++---------------------------
38542 1 file changed, 62 insertions(+), 60 deletions(-)
38544 commit 649a4344ca363da3d44cdd908350449ec40ed0f9
38545 Author: Behdad Esfahbod <behdad@behdad.org>
38546 Date: Wed Apr 21 02:11:59 2010 -0400
38548 Remove unused macros
38550 src/hb-private.h | 7 -------
38551 1 file changed, 7 deletions(-)
38553 commit eba8b4f644701cc6b78b0fcb4e932dce15561598
38554 Author: Behdad Esfahbod <behdad@behdad.org>
38555 Date: Mon Mar 29 00:04:12 2010 -0400
38557 GNOME Bug 613015 - [HB] Does not sanitize Device tables referenced
38560 src/hb-ot-layout-gpos-private.hh | 47
38561 ++++++++++++++++++++++++++++++----------
38562 1 file changed, 36 insertions(+), 11 deletions(-)
38564 commit 673a4efcbc72a62105a24d9b0b54047417160f7d
38565 Author: Behdad Esfahbod <behdad@behdad.org>
38566 Date: Wed Apr 21 02:02:57 2010 -0400
38570 src/hb-ot-layout-gpos-private.hh | 102
38571 +++++++++++++++++++++++++++++++--------
38572 1 file changed, 81 insertions(+), 21 deletions(-)
38574 commit 40d73bc68dd828cf68f90fde0f9499a6ce9fbb19
38575 Author: Behdad Esfahbod <behdad@behdad.org>
38576 Date: Wed Apr 21 00:49:40 2010 -0400
38580 src/hb-open-type-private.hh | 22 ++++++++++++++--------
38581 1 file changed, 14 insertions(+), 8 deletions(-)
38583 commit 394bad41a76f90e441e327cef76efb99997e9ae0
38584 Author: Behdad Esfahbod <behdad@behdad.org>
38585 Date: Wed Apr 21 00:40:50 2010 -0400
38587 Remove stale TODO item
38589 src/hb-open-type-private.hh | 1 -
38590 1 file changed, 1 deletion(-)
38592 commit 9d3677899f90abdc7fb3e3d854db654a8707a84b
38593 Author: Behdad Esfahbod <behdad@behdad.org>
38594 Date: Wed Apr 21 00:32:47 2010 -0400
38596 Use a function template instead of struct template for Null
38598 src/hb-open-type-private.hh | 24 ++++++++++--------------
38599 1 file changed, 10 insertions(+), 14 deletions(-)
38601 commit ffd321afd91429c5de7ab03d71ef1030044f53cb
38602 Author: Behdad Esfahbod <behdad@behdad.org>
38603 Date: Wed Apr 21 00:14:12 2010 -0400
38605 Simplify Tag struct
38607 src/hb-open-file-private.hh | 3 ++-
38608 src/hb-open-type-private.hh | 6 +-----
38609 src/hb-ot-layout-common-private.hh | 3 ++-
38610 3 files changed, 5 insertions(+), 7 deletions(-)
38612 commit 00e23fcc6fd0eee5c582251bf3de6a2703fbbd3e
38613 Author: Behdad Esfahbod <behdad@behdad.org>
38614 Date: Tue Apr 20 23:50:45 2010 -0400
38618 src/hb-open-type-private.hh | 8 ++++----
38619 src/hb-ot-layout-common-private.hh | 6 +++---
38620 2 files changed, 7 insertions(+), 7 deletions(-)
38622 commit a87072db5d41e25b2e31191545298bca4838c65c
38623 Author: Behdad Esfahbod <behdad@behdad.org>
38624 Date: Tue Apr 20 15:52:47 2010 -0400
38626 Fix Class operator return type
38628 src/hb-ot-layout-common-private.hh | 2 +-
38629 1 file changed, 1 insertion(+), 1 deletion(-)
38631 commit f9b37727985191c9b4aedb0e9835736027e59260
38632 Author: Behdad Esfahbod <behdad@behdad.org>
38633 Date: Tue Apr 20 15:51:53 2010 -0400
38635 Add couple consts to operators
38637 src/hb-open-type-private.hh | 6 +++---
38638 1 file changed, 3 insertions(+), 3 deletions(-)
38640 commit 53d237ec6352d7c6fab3b2805b48154a25506beb
38641 Author: Behdad Esfahbod <behdad@behdad.org>
38642 Date: Tue Apr 20 15:25:27 2010 -0400
38644 Remove ASSERT_SIZE_DATA
38646 src/hb-open-type-private.hh | 4 ----
38647 src/hb-ot-layout-common-private.hh | 9 ++++++---
38648 2 files changed, 6 insertions(+), 7 deletions(-)
38650 commit 06558d2a745b8f3af11a8d6dce956ae52187a7e5
38651 Author: Behdad Esfahbod <behdad@behdad.org>
38652 Date: Mon Apr 19 02:34:10 2010 -0400
38654 Round instead of trunc
38656 src/hb-ot-layout-gpos-private.hh | 20 ++++++++++----------
38657 src/hb-private.h | 2 +-
38658 2 files changed, 11 insertions(+), 11 deletions(-)
38660 commit 0e206de98621ed8a55824b42e9e6bf320f4c6cc8
38661 Author: Behdad Esfahbod <behdad@behdad.org>
38662 Date: Mon Apr 19 02:29:04 2010 -0400
38666 src/hb-open-type-private.hh | 2 +-
38667 src/hb-ot-layout-gdef-private.hh | 2 +-
38668 src/hb-ot-layout-gpos-private.hh | 4 ++--
38669 src/hb-ot-layout-gsubgpos-private.hh | 6 +++---
38670 4 files changed, 7 insertions(+), 7 deletions(-)
38672 commit d5943407a4251cb947fbfc130c0facb2f6216bd6
38673 Author: Behdad Esfahbod <behdad@behdad.org>
38674 Date: Mon Apr 19 02:27:56 2010 -0400
38678 src/hb-open-type-private.hh | 2 +-
38679 src/hb-ot-layout-gsubgpos-private.hh | 2 +-
38680 2 files changed, 2 insertions(+), 2 deletions(-)
38682 commit 12b27ed91de0192deee4e9feffcaf4aca4c78113
38683 Author: Behdad Esfahbod <behdad@behdad.org>
38684 Date: Sat Mar 27 17:00:19 2010 -0400
38686 Fix leak when duplicating blob
38688 src/hb-blob.c | 6 ++++--
38689 1 file changed, 4 insertions(+), 2 deletions(-)
38691 commit 4b8487d83e0c10076a6c573cb3487790ce366607
38692 Author: Behdad Esfahbod <behdad@behdad.org>
38693 Date: Tue Mar 16 03:46:17 2010 -0400
38695 Fix the mystery bug!
38697 A couple bugs joined forces to exhibit the mystery behavior of
38698 crashes / infinite loops on OS X / wrong kerning / invalid memory
38701 The bugs were involved:
38703 - Wrong pointer math with ValueRecord in PairPosFormat1
38705 - Fallout from avoiding flex arrays, code not correctly updated
38706 to remove sizeof() usage.
38708 We strictly never use sizeof() directly now. And the PairPos code
38709 is cleaned up. Should fix them all. Bugs are:
38711 Bug 605655 - Pango 1.26.2 introduces kerning bug
38712 Bug 611229 - Pango reads from uninitialized memory
38713 Bug 593240 - (pangoosx) Crash / infinite loop with Mac OS X
38715 We were also doing wrong math converting Device adjustments to
38716 hb_position_t. Fallout from FreeType days. Should shift 16, not
38719 There's still another bug: we don't sanitize Device records
38720 referenced from value records. Fixing that also.
38722 src/hb-open-file-private.hh | 4 +++-
38723 src/hb-open-type-private.hh | 11 ++++++-----
38724 src/hb-ot-layout-common-private.hh | 10 ++++++++--
38725 src/hb-ot-layout-gpos-private.hh | 37
38726 ++++++++++++++++++++----------------
38727 src/hb-ot-layout-gsubgpos-private.hh | 15 ++++++++-------
38728 5 files changed, 46 insertions(+), 31 deletions(-)
38730 commit 9b39755d104603d1163738f77637cc1923d4055b
38731 Author: Behdad Esfahbod <behdad@behdad.org>
38732 Date: Thu Apr 15 14:00:25 2010 -0400
38736 src/hb-open-type-private.hh | 4 ++--
38737 1 file changed, 2 insertions(+), 2 deletions(-)
38739 commit f85ec1c7da36d2c2c9b1c94a988563697dcc79c9
38740 Author: Behdad Esfahbod <behdad@behdad.org>
38741 Date: Wed Mar 10 04:14:40 2010 -0500
38745 src/hb-open-type-private.hh | 2 +-
38746 1 file changed, 1 insertion(+), 1 deletion(-)
38748 commit e48ed72230a83499dabbd02af2ac63340220a353
38749 Author: Behdad Esfahbod <behdad@behdad.org>
38750 Date: Mon Mar 1 22:33:45 2010 -0500
38752 [ft] Check stream->read instead of stream->base
38754 The former is more robust. See discussion on freetype-devel.
38756 src/hb-ft.c | 5 +++--
38757 1 file changed, 3 insertions(+), 2 deletions(-)
38759 commit 917c227500305aee543981ad24a39f868c5ca0b7
38760 Author: Behdad Esfahbod <behdad@behdad.org>
38761 Date: Tue Feb 23 16:47:51 2010 -0500
38763 Make blob unlocking 64bit-safe
38765 GNOME Bug 604128 - Applications crash when displaying Hebrew
38768 src/hb-blob.c | 14 +++++++-------
38769 1 file changed, 7 insertions(+), 7 deletions(-)
38771 commit ecd2e996d2137fef30011a41dd57ea45f9a796de
38772 Author: Behdad Esfahbod <behdad@behdad.org>
38773 Date: Tue Feb 23 02:42:00 2010 -0500
38775 Improve the alignment for NullPool
38777 src/hb-open-type-private.hh | 2 +-
38778 1 file changed, 1 insertion(+), 1 deletion(-)
38780 commit bc7830e4259755ce7549025c6f5bf750e78c2ff1
38781 Author: Behdad Esfahbod <behdad@behdad.org>
38782 Date: Wed Feb 17 15:14:57 2010 -0500
38784 Use __attribute__((unused)) only with gcc 4 and later
38787 https://bugzilla.gnome.org/show_bug.cgi?id=610183
38789 src/hb-private.h | 7 +++++--
38790 1 file changed, 5 insertions(+), 2 deletions(-)
38792 commit 555d11273ee4c30e84eda3a78ffadb3ee7da65d0
38793 Author: Behdad Esfahbod <behdad@behdad.org>
38794 Date: Tue Jan 26 12:58:59 2010 -0500
38796 [GDEF] Fix bug in building synthetic GDEF
38798 src/hb-ot-layout.cc | 5 +++--
38799 src/hb-ot-layout.h | 1 -
38800 2 files changed, 3 insertions(+), 3 deletions(-)
38802 commit 70834d89c30a56fcd78825fbc28fc9c6bec31124
38803 Author: Behdad Esfahbod <behdad@behdad.org>
38804 Date: Tue Jan 26 12:17:37 2010 -0500
38806 [TODO] Add kern/GPOS interaction
38809 1 file changed, 3 insertions(+)
38811 commit cd11a98fa1426e9dbc4b61e702913b23a4794ae2
38812 Author: Behdad Esfahbod <behdad@behdad.org>
38813 Date: Sun Dec 20 23:05:02 2009 +0100
38815 Fix compile with older FreeType
38817 configure.ac | 7 +++++++
38819 2 files changed, 9 insertions(+)
38821 commit 7f7448a354c43650348b4e91b4e40ecf18718d66
38822 Author: Behdad Esfahbod <behdad@behdad.org>
38823 Date: Sun Dec 20 21:42:14 2009 +0100
38827 src/hb-ot-layout-gpos-private.hh | 4 ++--
38828 1 file changed, 2 insertions(+), 2 deletions(-)
38830 commit e70f45eb522bcb41388cc218b79bbd6aaecf8050
38831 Author: Behdad Esfahbod <behdad@behdad.org>
38832 Date: Sun Dec 20 21:26:24 2009 +0100
38834 Revert "Fallback to 'kern' if no GPOS applied"
38836 This reverts commit d740c8f78bcbe80a8bcd8a9468830a406da37cc0.
38838 The change is wrong. If there is a GPOS table, we should not use
38841 src/hb-ot-shape.c | 4 ++--
38842 1 file changed, 2 insertions(+), 2 deletions(-)
38844 commit d740c8f78bcbe80a8bcd8a9468830a406da37cc0
38845 Author: Behdad Esfahbod <behdad@behdad.org>
38846 Date: Sun Dec 20 21:23:56 2009 +0100
38848 Fallback to 'kern' if no GPOS applied
38850 src/hb-ot-shape.c | 4 ++--
38851 1 file changed, 2 insertions(+), 2 deletions(-)
38853 commit 2f78c17197892b2bdc2f64caeb1c1c806ef44545
38854 Author: Behdad Esfahbod <behdad@behdad.org>
38855 Date: Sun Dec 20 21:03:11 2009 +0100
38859 src/hb-ot-shape-private.h | 4 ++--
38860 src/hb-ot-shape.c | 4 ++--
38861 src/hb-shape.c | 4 ++--
38862 3 files changed, 6 insertions(+), 6 deletions(-)
38864 commit 907e67da13b5ed719362702138703fe2f90e790d
38865 Author: Behdad Esfahbod <behdad@behdad.org>
38866 Date: Sun Dec 20 20:59:51 2009 +0100
38870 src/hb-ot-shape-private.h | 53
38871 +++++++++++++++++++++++++++++++++++++++++++++++
38872 1 file changed, 53 insertions(+)
38874 commit 2014b8d110231b13e524008282ece7451f1ae9e7
38875 Author: Behdad Esfahbod <behdad@behdad.org>
38876 Date: Sun Dec 20 20:58:26 2009 +0100
38878 Hook OpenType shaping up
38880 Default features only for now.
38882 src/Makefile.am | 2 +
38883 src/hb-ot-layout.cc | 28 +++++++++
38884 src/hb-ot-layout.h | 7 +++
38885 src/hb-ot-shape.c | 165
38886 ++++++++++++++++++++++++++++++++++++++++++++++++++++
38887 src/hb-shape.c | 8 +--
38888 5 files changed, 206 insertions(+), 4 deletions(-)
38890 commit 196610ba4c7071c2b802d0fc921a63cbc0753114
38891 Author: Behdad Esfahbod <behdad@behdad.org>
38892 Date: Sun Dec 20 19:01:14 2009 +0100
38896 src/hb-shape.c | 49 +++++++++++++++++++++++++++++++++----------------
38897 1 file changed, 33 insertions(+), 16 deletions(-)
38899 commit 51f141a7f38a73f671b23f58cadf97a72c43b625
38900 Author: Behdad Esfahbod <behdad@behdad.org>
38901 Date: Sun Dec 20 18:22:28 2009 +0100
38905 src/hb-shape.c | 2 ++
38906 1 file changed, 2 insertions(+)
38908 commit 26d7a75752631b2596a5bcb7e645b34cc3d139ab
38909 Author: Behdad Esfahbod <behdad@behdad.org>
38910 Date: Sun Dec 20 17:58:25 2009 +0100
38912 Refactor hb_shape a bit
38914 src/hb-shape.c | 87
38915 +++++++++++++++++++++++++++++++++++++++++++++++++---------
38916 1 file changed, 74 insertions(+), 13 deletions(-)
38918 commit 001fc2d2aa22f14302739fe4ca45f7535855e0fb
38919 Author: Behdad Esfahbod <behdad@behdad.org>
38920 Date: Sun Dec 20 17:24:05 2009 +0100
38922 Add TrueType kern support
38924 src/hb-shape.c | 74
38925 +++++++++++++++++++++++++++++++++++++---------------------
38926 1 file changed, 48 insertions(+), 26 deletions(-)
38928 commit 2c1b85cf66e5ecb7521b6018b76f0e161fb68967
38929 Author: Behdad Esfahbod <behdad@behdad.org>
38930 Date: Sun Dec 20 16:29:17 2009 +0100
38932 Direct unicode->get_mirroring directly
38934 src/hb-shape.c | 4 ++--
38935 1 file changed, 2 insertions(+), 2 deletions(-)
38937 commit 6a2ef5aa5459def232708af30ef8a484906b868b
38938 Author: Behdad Esfahbod <behdad@behdad.org>
38939 Date: Sun Dec 20 16:28:01 2009 +0100
38943 src/hb-shape.c | 18 +++++++++++++++++-
38944 1 file changed, 17 insertions(+), 1 deletion(-)
38946 commit 0465e69832393cc1ed36508ec5d597fbab64877a
38947 Author: Behdad Esfahbod <behdad@behdad.org>
38948 Date: Sun Dec 20 16:25:18 2009 +0100
38950 Protect against NULL funcs
38952 src/hb-buffer.c | 3 +++
38953 src/hb-font.cc | 3 +++
38954 2 files changed, 6 insertions(+)
38956 commit 5ceefa1d8dbd310570ea8d1c47107fe8d3dc96d9
38957 Author: Behdad Esfahbod <behdad@behdad.org>
38958 Date: Sun Dec 20 15:29:16 2009 +0100
38960 Add hb_unicode_get_*() functions
38962 src/hb-unicode.c | 37 +++++++++++++++++++++++++++++++++++++
38963 src/hb-unicode.h | 21 +++++++++++++++++++++
38964 2 files changed, 58 insertions(+)
38966 commit b8a53e44ce05911ce98b7cff34dee165e19d87ba
38967 Author: Behdad Esfahbod <behdad@behdad.org>
38968 Date: Sun Dec 20 14:56:25 2009 +0100
38970 We'll have to link to libstdc++ if linking to ICU, so disable test
38973 We have to get rid of the ICU in main lib. Still thinking about
38977 src/Makefile.am | 9 ++++++---
38978 1 file changed, 6 insertions(+), 3 deletions(-)
38980 commit 314905d7548d5be58354546d660754b807b6efb2
38981 Author: Behdad Esfahbod <behdad@behdad.org>
38982 Date: Sun Dec 20 14:50:42 2009 +0100
38984 Explicitly track whether the buffer has positions
38986 src/hb-buffer-private.h | 3 ++-
38987 src/hb-buffer.c | 27 ++++++++++++++-------------
38988 2 files changed, 16 insertions(+), 14 deletions(-)
38990 commit 314b460d8a02ed4b2789ff527cf6c9bc19769114
38991 Author: Behdad Esfahbod <behdad@behdad.org>
38992 Date: Sun Dec 20 13:58:50 2009 +0100
38994 Add HB_DIRECTION_IS_FORWARD/BACKWARD
38996 src/hb-common.h | 2 ++
38997 src/hb-shape.c | 3 +--
38998 2 files changed, 3 insertions(+), 2 deletions(-)
39000 commit bdd0ff5290bae4db65c3fdf95c5728031f13ca84
39001 Author: Behdad Esfahbod <behdad@behdad.org>
39002 Date: Tue Dec 15 04:07:40 2009 -0500
39004 Make main.cc compile without glib
39006 src/main.cc | 18 ++++++++++++++++--
39007 1 file changed, 16 insertions(+), 2 deletions(-)
39009 commit 8a7d16808200f4fa02d6d12a8b8492bdedeb2c24
39010 Author: Behdad Esfahbod <behdad@behdad.org>
39011 Date: Tue Dec 15 03:53:45 2009 -0500
39013 Distribute autogen.sh
39015 Makefile.am | 3 +++
39016 1 file changed, 3 insertions(+)
39018 commit 807b8aa486753474e05e09f4fcca8ac94021b97c
39019 Author: Behdad Esfahbod <behdad@behdad.org>
39020 Date: Thu Nov 19 20:28:03 2009 -0500
39022 Another C++ strictness fix
39024 Pango Bug 602408 - Invalid C++ code breaks compile with Sun C++
39026 (Error: A union member cannot have a user-defined assignment operator)
39028 According to the bug:
39030 C++ Programming Language by Bjarne Stroustrup: Chapter 10.4.12 forbids
39031 explicitly using of union members with constructors, destructors
39035 So we use a set() method instead of the assignment operator. Ugly,
39039 src/hb-open-type-private.hh | 8 ++++----
39040 src/hb-ot-layout-common-private.hh | 2 +-
39041 2 files changed, 5 insertions(+), 5 deletions(-)
39043 commit 8b9b866d3e495c186f0530fcf4e00ffcdc170d3f
39044 Author: Behdad Esfahbod <behdad@behdad.org>
39045 Date: Thu Nov 19 20:27:57 2009 -0500
39049 src/hb-ot-layout-gdef-private.hh | 2 +-
39050 1 file changed, 1 insertion(+), 1 deletion(-)
39052 commit c65b26acf28bd1a5b346fd8f6f28bec1f7d17a2a
39053 Author: Behdad Esfahbod <behdad@behdad.org>
39054 Date: Wed Nov 18 11:27:33 2009 -0500
39056 Use autoconf FLEXIBLE_ARRAY_MEMBER when available
39058 configure.ac | 2 ++
39059 src/hb-ot-layout-gpos-private.hh | 4 ++--
39060 src/hb-private.h | 13 ++++++++++---
39061 3 files changed, 14 insertions(+), 5 deletions(-)
39063 commit d33f674cb793af40f1612df3660b138383f2de95
39064 Author: Behdad Esfahbod <behdad@behdad.org>
39065 Date: Wed Nov 18 09:47:44 2009 -0500
39067 Add Mongolian variation selectors
39069 src/hb-shape.c | 5 +++--
39070 1 file changed, 3 insertions(+), 2 deletions(-)
39072 commit d6387757de2c27867d6f57c4ee7c4ef436b3a74f
39073 Author: Behdad Esfahbod <behdad@behdad.org>
39074 Date: Wed Nov 11 17:15:03 2009 -0500
39078 src/hb-ot-layout-common-private.hh | 2 +-
39079 1 file changed, 1 insertion(+), 1 deletion(-)
39081 commit 636f017e387d46d4083c9f9ee57647a94dc5dc6d
39082 Author: Behdad Esfahbod <behdad@behdad.org>
39083 Date: Tue Nov 10 12:56:35 2009 -0500
39085 Remove obsolete TODO item
39087 src/hb-open-file-private.hh | 2 --
39088 1 file changed, 2 deletions(-)
39090 commit bf2b25dd8591e92f3944c763641b613a70c379a7
39091 Author: Behdad Esfahbod <behdad@behdad.org>
39092 Date: Fri Nov 6 19:52:47 2009 -0500
39096 src/hb-shape.c | 1 -
39097 1 file changed, 1 deletion(-)
39099 commit 4a8605315901e0ff1e6e09437a92dd5ac39164cc
39100 Author: Behdad Esfahbod <behdad@behdad.org>
39101 Date: Fri Nov 6 19:52:01 2009 -0500
39103 Reverse buffer at the end if RTL
39105 src/hb-shape.c | 12 ++++++++----
39106 1 file changed, 8 insertions(+), 4 deletions(-)
39108 commit ff44f88df2c46920f3ec2384ef321a4c7bb0f6ef
39109 Author: Behdad Esfahbod <behdad@behdad.org>
39110 Date: Fri Nov 6 19:48:16 2009 -0500
39112 Handle shaping in non-native direction
39114 src/hb-buffer-private.h | 1 +
39115 src/hb-buffer.c | 42 +++++++++++++++++--
39116 src/hb-buffer.h | 10 ++---
39117 src/hb-common.h | 11 +++++
39118 src/hb-shape.c | 38 +++++++++++++++--
39119 src/hb-unicode-private.h | 5 +++
39120 src/hb-unicode.c | 103
39121 +++++++++++++++++++++++++++++++++++++++++++++++
39122 7 files changed, 196 insertions(+), 14 deletions(-)
39124 commit b4b4272c8d19ba3e0cb8f12b3b7d1590349e3d14
39125 Author: Behdad Esfahbod <behdad@behdad.org>
39126 Date: Fri Nov 6 17:46:33 2009 -0500
39130 src/hb-ot-layout.h | 2 +-
39131 1 file changed, 1 insertion(+), 1 deletion(-)
39133 commit 52ea47767c7c35650ebddfba6ddc8203a3e33d3a
39134 Author: Behdad Esfahbod <behdad@behdad.org>
39135 Date: Fri Nov 6 17:45:38 2009 -0500
39137 Change order of font and face for API consistency
39139 src/hb-ot-layout.cc | 14 +++++++-------
39140 src/hb-ot-layout.h | 14 +++++++-------
39141 2 files changed, 14 insertions(+), 14 deletions(-)
39143 commit f4f1fc970b3e37d9903cbf5e05bbd38be4df3047
39144 Author: Behdad Esfahbod <behdad@behdad.org>
39145 Date: Fri Nov 6 17:42:38 2009 -0500
39147 Remove debug info that crept in
39149 src/hb-ot-layout.cc | 2 --
39150 1 file changed, 2 deletions(-)
39152 commit aa196d6026b496ec70be3d3588cc8cd2b8ccdb36
39153 Author: Behdad Esfahbod <behdad@behdad.org>
39154 Date: Fri Nov 6 17:23:31 2009 -0500
39156 [GSUB] More ligature/component fixing
39158 We can only reuse the ligid if it belongs to a previous ligature,
39162 src/hb-ot-layout-gsub-private.hh | 4 ++--
39163 1 file changed, 2 insertions(+), 2 deletions(-)
39165 commit 25e7ef704633447f109b148620336c42d6fb310e
39166 Author: Behdad Esfahbod <behdad@behdad.org>
39167 Date: Fri Nov 6 17:21:01 2009 -0500
39169 Add _hb_buffer_add_output_glyphs() that takes codepoint_t*
39171 src/hb-buffer-private.h | 10 ++++++++-
39172 src/hb-buffer.c | 45
39173 ++++++++++++++++++++++++++++++++++++++--
39174 src/hb-ot-layout-gsub-private.hh | 16 +++++++-------
39175 3 files changed, 60 insertions(+), 11 deletions(-)
39177 commit 9db8ad75317d589807e7725455f49cafece58d5d
39178 Author: Behdad Esfahbod <behdad@behdad.org>
39179 Date: Fri Nov 6 16:47:31 2009 -0500
39181 Add hb_ot_layout_position_finish()
39183 We expect buffer to be setup with default positions before GPOS.
39185 src/hb-buffer-private.h | 6 +----
39186 src/hb-buffer.h | 11 +--------
39187 src/hb-ot-layout-gpos-private.hh | 8 +++----
39188 src/hb-ot-layout.cc | 52
39189 ++++++++++++++++++++++++++++++++++++++++
39190 src/hb-ot-layout.h | 16 +++++++++----
39191 5 files changed, 69 insertions(+), 24 deletions(-)
39193 commit edb54e9aeca25f4120a69ed3d5562cbb68fdb348
39194 Author: Behdad Esfahbod <behdad@behdad.org>
39195 Date: Fri Nov 6 15:19:22 2009 -0500
39197 Fix FT_Face finalizer call
39200 1 file changed, 1 insertion(+), 1 deletion(-)
39202 commit 3d14528b8b2e7da425a9df7057fc9fb326d8298c
39203 Author: Behdad Esfahbod <behdad@behdad.org>
39204 Date: Fri Nov 6 15:13:17 2009 -0500
39206 Rename hb_buffer_get_len() to hb_buffer_get_length()
39208 src/hb-buffer.c | 2 +-
39209 src/hb-buffer.h | 2 +-
39210 2 files changed, 2 insertions(+), 2 deletions(-)
39212 commit 1ff7775051559a8ca442be3938450c7ed3817806
39213 Author: Behdad Esfahbod <behdad@behdad.org>
39214 Date: Fri Nov 6 13:52:57 2009 -0500
39218 src/hb-shape.c | 6 +++++-
39219 1 file changed, 5 insertions(+), 1 deletion(-)
39221 commit 3648bdf5b221adfe01ad99714de420b49964921e
39222 Author: Behdad Esfahbod <behdad@behdad.org>
39223 Date: Thu Nov 5 20:17:53 2009 -0500
39225 Fix FT_Face generic finalizer
39227 src/hb-ft.c | 10 ++++++++--
39228 1 file changed, 8 insertions(+), 2 deletions(-)
39230 commit 5a11c875d8c95d480e6f32b57e969ee34ca1940d
39231 Author: Behdad Esfahbod <behdad@behdad.org>
39232 Date: Thu Nov 5 20:08:17 2009 -0500
39236 src/hb-blob.c | 10 ++++++----
39237 1 file changed, 6 insertions(+), 4 deletions(-)
39239 commit 44533e773f75b9a1171d884fcbe91a2f3879e2d8
39240 Author: Behdad Esfahbod <behdad@behdad.org>
39241 Date: Thu Nov 5 19:58:02 2009 -0500
39245 src/hb-object-private.h | 2 +-
39246 1 file changed, 1 insertion(+), 1 deletion(-)
39248 commit bcc0406a525ca3fe597aec5f2a97e5c50965d49c
39249 Author: Behdad Esfahbod <behdad@behdad.org>
39250 Date: Thu Nov 5 19:54:23 2009 -0500
39254 src/hb-blob.c | 1 +
39255 1 file changed, 1 insertion(+)
39257 commit 799b3c375ad0e1293fd37a0e3a0d422a3166dcd8
39258 Author: Behdad Esfahbod <behdad@behdad.org>
39259 Date: Thu Nov 5 19:37:58 2009 -0500
39261 Add debugging to object lifecycle
39263 src/hb-object-private.h | 18 ++++++++++++++++++
39264 1 file changed, 18 insertions(+)
39266 commit 25edb940ab050545f47a06648e73c192fa213548
39267 Author: Behdad Esfahbod <behdad@behdad.org>
39268 Date: Thu Nov 5 19:20:06 2009 -0500
39273 1 file changed, 1 insertion(+), 1 deletion(-)
39275 commit 850dc5bb551409bb9bf6113ec2199bb3fb905e43
39276 Author: Behdad Esfahbod <behdad@behdad.org>
39277 Date: Thu Nov 5 18:26:52 2009 -0500
39279 Return 0 from get_glyph_nil
39281 src/hb-font.cc | 2 +-
39282 1 file changed, 1 insertion(+), 1 deletion(-)
39284 commit 85555a953376ee68a8fcc64485e74d44a353577b
39285 Author: Behdad Esfahbod <behdad@behdad.org>
39286 Date: Thu Nov 5 18:25:56 2009 -0500
39288 Initialize font->klass
39290 src/hb-font.cc | 2 ++
39291 1 file changed, 2 insertions(+)
39293 commit bcd26bd7b1c96057bf154d7d50a61018d40f0d29
39294 Author: Behdad Esfahbod <behdad@behdad.org>
39295 Date: Thu Nov 5 18:03:26 2009 -0500
39300 1 file changed, 1 insertion(+)
39302 commit f4281e0a92a40746fa630fb15b877adaf3ff15b1
39303 Author: Behdad Esfahbod <behdad@behdad.org>
39304 Date: Thu Nov 5 17:58:41 2009 -0500
39308 src/hb-ft.c | 16 ++++++++--------
39309 1 file changed, 8 insertions(+), 8 deletions(-)
39311 commit 6358ff45ae8cfc0b58b4976619319e3dde43add2
39312 Author: Behdad Esfahbod <behdad@behdad.org>
39313 Date: Thu Nov 5 17:39:16 2009 -0500
39315 Add hb_ft_face_create_cached
39317 src/hb-ft.c | 16 ++++++++++++++++
39318 src/hb-ft.h | 3 +++
39319 2 files changed, 19 insertions(+)
39321 commit 2027f74b286cabe3c60c275170c4f4b437a30f55
39322 Author: Behdad Esfahbod <behdad@behdad.org>
39323 Date: Thu Nov 5 16:34:47 2009 -0500
39325 Add default positioning to hb-shape
39327 src/hb-shape.c | 28 ++++++++++++++++++++++++----
39328 1 file changed, 24 insertions(+), 4 deletions(-)
39330 commit c3f9f7e59d865f8664862b7ca99d9a3a9221e456
39331 Author: Behdad Esfahbod <behdad@behdad.org>
39332 Date: Thu Nov 5 16:16:14 2009 -0500
39334 Fix MarkMark issue with ligid and components
39336 src/hb-ot-layout-gpos-private.hh | 11 ++++++-----
39337 src/hb-ot-layout-gsub-private.hh | 6 +-----
39338 2 files changed, 7 insertions(+), 10 deletions(-)
39340 commit d0351314cd29fbdf0efb5c7f89a569648f7a7fc7
39341 Author: Behdad Esfahbod <behdad@behdad.org>
39342 Date: Thu Nov 5 16:16:06 2009 -0500
39344 Include stdio.h if debugging
39346 src/hb-blob.c | 4 ++++
39347 src/hb-open-type-private.hh | 1 +
39348 src/hb-ot-layout-gsubgpos-private.hh | 1 +
39349 3 files changed, 6 insertions(+)
39351 commit 2e336692913405976392bf505028481a5caa53b4
39352 Author: Behdad Esfahbod <behdad@behdad.org>
39353 Date: Thu Nov 5 13:55:41 2009 -0500
39357 src/hb-font.cc | 35 +++++++++++++++++++++++++++++++++++
39358 src/hb-font.h | 18 ++++++++++++++++++
39359 src/hb-shape.c | 2 +-
39360 3 files changed, 54 insertions(+), 1 deletion(-)
39362 commit 9bef3611f07b45ba8199a4a339c72f49d266216a
39363 Author: Behdad Esfahbod <behdad@behdad.org>
39364 Date: Thu Nov 5 12:20:11 2009 -0500
39366 Rename [xy]_pos to [xy]_offset since we don't accumulate positions
39368 src/hb-buffer-private.h | 4 ++--
39369 src/hb-buffer.h | 4 ++--
39370 src/hb-font.h | 4 ++--
39371 src/hb-ft.c | 10 +++++-----
39372 src/hb-ot-layout-gpos-private.hh | 40
39373 ++++++++++++----------------------------
39374 src/hb-shape.c | 14 +++++++-------
39375 src/hb-shape.h | 4 ++--
39376 7 files changed, 32 insertions(+), 48 deletions(-)
39378 commit 2daa47e9cdbfb027f76765301b3a78950e92eb09
39379 Author: Behdad Esfahbod <behdad@behdad.org>
39380 Date: Thu Nov 5 12:08:34 2009 -0500
39384 src/hb-shape.c | 2 +-
39385 1 file changed, 1 insertion(+), 1 deletion(-)
39387 commit 2f50d873680ce0a43b6ec79df1ac946b91f31e63
39388 Author: Behdad Esfahbod <behdad@behdad.org>
39389 Date: Wed Nov 4 21:07:03 2009 -0500
39391 Start filling hb_shape() in
39393 src/hb-buffer-private.h | 1 +
39394 src/hb-shape.c | 40 +++++++++++++++++++++++++++++++++++++++-
39395 2 files changed, 40 insertions(+), 1 deletion(-)
39397 commit ae070b7d39d03bd8bc1244f687b24db505f4af3f
39398 Author: Behdad Esfahbod <behdad@behdad.org>
39399 Date: Wed Nov 4 20:29:54 2009 -0500
39401 Add script and language to buffer
39404 src/hb-buffer-private.h | 6 +++---
39405 src/hb-buffer.c | 26 ++++++++++++++++++++++++++
39406 src/hb-buffer.h | 15 ++++++++++++++-
39407 4 files changed, 43 insertions(+), 5 deletions(-)
39409 commit 8a3511ac6c795226699c2b36e03401ecdf88f5f8
39410 Author: Behdad Esfahbod <behdad@behdad.org>
39411 Date: Wed Nov 4 19:45:39 2009 -0500
39413 Add hb_language_t as well as language/script conversion to OT tags
39415 src/Makefile.am | 4 +
39416 src/hb-language.c | 113 +++++++++
39417 src/hb-language.h | 44 ++++
39418 src/hb-ot-layout.cc | 6 +-
39419 src/hb-ot-layout.h | 4 +-
39420 src/hb-ot-tag.c | 662
39421 ++++++++++++++++++++++++++++++++++++++++++++++++++++
39422 src/hb-ot-tag.h | 49 ++++
39424 src/hb-private.h | 3 +
39426 10 files changed, 882 insertions(+), 5 deletions(-)
39428 commit 4591753ad4b5ec0224e3f1befdfe4fc5f6075562
39429 Author: Behdad Esfahbod <behdad@behdad.org>
39430 Date: Wed Nov 4 18:15:59 2009 -0500
39432 Define ARRAY_LENGTH
39434 src/hb-private.h | 15 ++++++++-------
39435 1 file changed, 8 insertions(+), 7 deletions(-)
39437 commit 214ac7c1ff51b397d227832526f882e824cb9ea3
39438 Author: Behdad Esfahbod <behdad@behdad.org>
39439 Date: Wed Nov 4 18:12:32 2009 -0500
39443 src/hb-unicode.h | 2 +-
39444 1 file changed, 1 insertion(+), 1 deletion(-)
39446 commit 1e91434569a9e9535ef021ca52b60b2e2af75d19
39447 Author: Behdad Esfahbod <behdad@behdad.org>
39448 Date: Wed Nov 4 18:12:09 2009 -0500
39452 src/hb-open-type-private.hh | 2 +-
39453 1 file changed, 1 insertion(+), 1 deletion(-)
39455 commit 48de3730cdf91b9f6473509e22260a902ccec992
39456 Author: Behdad Esfahbod <behdad@behdad.org>
39457 Date: Wed Nov 4 16:59:50 2009 -0500
39459 Fix previous commit, ouch!
39461 src/hb-open-type-private.hh | 12 ++++++++++++
39462 src/hb-ot-layout-common-private.hh | 12 ++++--------
39463 src/hb-ot-layout-gdef-private.hh | 12 ++++--------
39464 3 files changed, 20 insertions(+), 16 deletions(-)
39466 commit e21899bc3593aa0d3adf64cee21c5de2ea219783
39467 Author: Behdad Esfahbod <behdad@behdad.org>
39468 Date: Wed Nov 4 16:36:14 2009 -0500
39470 Fix array query API
39472 The array query APIs now all do:
39474 - Return the total number of items
39475 - Take a start_offset, such that individual items can be fetched
39476 - The _count IN/OUT variable always has number of items written
39477 into the array upon return of the function
39480 src/hb-ot-layout-common-private.hh | 59 ++++++++++++++-----------
39481 src/hb-ot-layout-gdef-private.hh | 84
39482 +++++++++++++++++++++---------------
39483 src/hb-ot-layout-gsubgpos-private.hh | 14 +++---
39484 src/hb-ot-layout.cc | 40 ++++++++++-------
39485 src/hb-ot-layout.h | 24 +++++++----
39486 6 files changed, 131 insertions(+), 91 deletions(-)
39488 commit 3b59306b858d31d97be0ea8c64461de1d0d03572
39489 Author: Behdad Esfahbod <behdad@behdad.org>
39490 Date: Wed Nov 4 15:48:32 2009 -0500
39492 Finish FT glue. Rough and untested
39494 src/hb-font.cc | 2 +-
39495 src/hb-font.h | 2 +-
39497 ++++++++++++++++++++++++++++++---------------------------
39498 3 files changed, 63 insertions(+), 55 deletions(-)
39500 commit f8be443aecd54b479470e6559b1dfbc8f33c5f55
39501 Author: Behdad Esfahbod <behdad@behdad.org>
39502 Date: Tue Nov 3 20:28:27 2009 -0500
39507 1 file changed, 1 insertion(+)
39509 commit 7951279b4a52b48f13631e7838dbc180c7249ea4
39510 Author: Behdad Esfahbod <behdad@behdad.org>
39511 Date: Tue Nov 3 20:27:05 2009 -0500
39513 Implement nil font functions
39516 src/hb-font-private.h | 8 ++---
39517 src/hb-font.cc | 72
39518 +++++++++++++++++++++++++++++++++++++---
39519 src/hb-font.h | 9 +++--
39520 src/hb-ot-layout-gpos-private.hh | 7 ++--
39521 src/hb-ot-layout-gsub-private.hh | 2 +-
39522 src/hb-private.h | 18 +++++-----
39523 7 files changed, 91 insertions(+), 26 deletions(-)
39525 commit 8fb3d1aa4e613cdf965a83bd650c668884c58ad8
39526 Author: Behdad Esfahbod <behdad@behdad.org>
39527 Date: Tue Nov 3 18:34:20 2009 -0500
39532 src/Makefile.am | 16 ++++-
39533 src/hb-font-private.h | 4 +-
39534 src/hb-font.cc | 17 ++++-
39535 src/hb-font.h | 6 +-
39537 ++++++++++++++++++++++++++++++++++++++++++++++++++
39538 src/hb-ft.h | 52 ++++++++++++++
39539 src/hb-glib.h | 2 -
39542 10 files changed, 281 insertions(+), 17 deletions(-)
39544 commit d94647e2cd187bf4a4c8fb1c0c15c3d23c1293ac
39545 Author: Behdad Esfahbod <behdad@behdad.org>
39546 Date: Tue Nov 3 16:35:10 2009 -0500
39550 configure.ac | 8 +-
39551 src/Makefile.am | 23 +++++-
39553 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
39554 src/hb-icu.h | 41 +++++++++++
39555 4 files changed, 288 insertions(+), 5 deletions(-)
39557 commit b7dd4b945b4ec384526439b365a25739bf9cd2df
39558 Author: Behdad Esfahbod <behdad@behdad.org>
39559 Date: Tue Nov 3 15:21:15 2009 -0500
39563 src/hb-private.h | 2 +-
39564 1 file changed, 1 insertion(+), 1 deletion(-)
39566 commit cd7555eef27cb18857c0c06d2afdaf3a354a3c15
39567 Author: Behdad Esfahbod <behdad@behdad.org>
39568 Date: Tue Nov 3 15:16:10 2009 -0500
39570 Namespace MSVC defines in public header
39572 src/hb-common.h | 8 ++++----
39573 1 file changed, 4 insertions(+), 4 deletions(-)
39575 commit 5ebabecef382c3e8b0a2a5657b2c01f7ff37d796
39576 Author: Behdad Esfahbod <behdad@behdad.org>
39577 Date: Tue Nov 3 15:15:07 2009 -0500
39579 Move unicode_funcs to buffer
39582 src/hb-buffer-private.h | 12 +++++++++++-
39583 src/hb-buffer.c | 47
39584 ++++++++++++++++++++++++++++++++++++++---------
39585 src/hb-buffer.h | 10 ++++++++++
39586 src/hb-font-private.h | 3 ---
39587 src/hb-font.cc | 17 -----------------
39588 src/hb-font.h | 9 ++++-----
39589 7 files changed, 63 insertions(+), 36 deletions(-)
39591 commit d5a8e46099e363d928b54de104126b1b34ba401c
39592 Author: Behdad Esfahbod <behdad@behdad.org>
39593 Date: Tue Nov 3 15:14:40 2009 -0500
39595 [Makefile] Install hb-unicode.h
39597 Separate OT headers also.
39599 src/Makefile.am | 27 ++++++++++++++++-----------
39600 1 file changed, 16 insertions(+), 11 deletions(-)
39602 commit 63d7a41dd0704a7e89bd2872ad096f470f51866a
39603 Author: Behdad Esfahbod <behdad@behdad.org>
39604 Date: Tue Nov 3 15:14:08 2009 -0500
39606 [TODO] Add item for fixing buffer error handling
39609 1 file changed, 1 insertion(+)
39611 commit 21d0fce3d5364c91e5582bd530210f03e054d1a4
39612 Author: Behdad Esfahbod <behdad@behdad.org>
39613 Date: Tue Nov 3 14:28:32 2009 -0500
39615 Add check for not linking to libstdc++
39618 src/Makefile.am | 4 ++++
39619 src/check-libstdc++.sh | 28 ++++++++++++++++++++++++++++
39620 3 files changed, 33 insertions(+), 2 deletions(-)
39622 commit ca95ce460adf2ca6901595d4a6107fd000d90151
39623 Author: Behdad Esfahbod <behdad@behdad.org>
39624 Date: Tue Nov 3 14:18:33 2009 -0500
39626 Use the C linker, not C++ linker
39628 Such that we don't link to libstdc++.
39630 src/Makefile.am | 2 ++
39631 1 file changed, 2 insertions(+)
39633 commit eb4ebda2d10637b966f42a4ed5cfaec46082a050
39634 Author: Behdad Esfahbod <behdad@behdad.org>
39635 Date: Tue Nov 3 14:09:32 2009 -0500
39637 [configure] Fix check for FreeType
39639 configure.ac | 2 +-
39640 1 file changed, 1 insertion(+), 1 deletion(-)
39642 commit cb0e99a5a76136c128faba1c27d7e7eac2f219ee
39643 Author: Behdad Esfahbod <behdad@behdad.org>
39644 Date: Tue Nov 3 14:09:10 2009 -0500
39646 [TODO] Remove obsolete item
39649 1 file changed, 2 deletions(-)
39651 commit 3a59ec37c5576b711c7c36dcfa2a63f6c00a3f5c
39652 Author: Behdad Esfahbod <behdad@behdad.org>
39653 Date: Tue Nov 3 11:36:06 2009 -0500
39655 Add bunch of TODO items
39657 TODO | 15 ++++++++++++---
39658 1 file changed, 12 insertions(+), 3 deletions(-)
39660 commit ffbe0a853d5e7defa85d0eef53814c22d1ecb412
39661 Author: Behdad Esfahbod <behdad@behdad.org>
39662 Date: Tue Nov 3 10:52:45 2009 -0500
39664 More MSVC fixes from Jonathan Kew
39666 src/hb-common.h | 7 ++++++-
39667 src/hb-private.h | 5 +++++
39668 2 files changed, 11 insertions(+), 1 deletion(-)
39670 commit d3480ba37fbb5d4be75b094060f5b2f1ce98fb53
39671 Author: Behdad Esfahbod <behdad@behdad.org>
39672 Date: Tue Nov 3 10:47:29 2009 -0500
39674 Don't use zero-sized arrays
39676 It's not part of the standard and MSVC doesn't like it. It makes
39678 a lot less elegant than it used to be, but I think it should work now.
39680 src/hb-open-file-private.hh | 4 +-
39681 src/hb-open-type-private.hh | 36 +++++++++++------
39682 src/hb-ot-layout-common-private.hh | 33 ++++++++--------
39683 src/hb-ot-layout-gdef-private.hh | 14 +++----
39684 src/hb-ot-layout-gpos-private.hh | 76
39685 ++++++++++++++----------------------
39686 src/hb-ot-layout-gsub-private.hh | 44 ++++++++-------------
39687 src/hb-ot-layout-gsubgpos-private.hh | 47 +++++++++++-----------
39688 src/hb-private.h | 5 +++
39689 8 files changed, 122 insertions(+), 137 deletions(-)
39691 commit 6bec81aa3a58b8be255568b2ea63b7854e1b0ea7
39692 Author: Behdad Esfahbod <behdad@behdad.org>
39693 Date: Mon Nov 2 19:17:36 2009 -0500
39697 src/hb-ot-layout-common-private.hh | 2 +-
39698 1 file changed, 1 insertion(+), 1 deletion(-)
39700 commit f94cf6b969281cf8a7f701ff26ea4f134ff9746e
39701 Author: Behdad Esfahbod <behdad@behdad.org>
39702 Date: Mon Nov 2 18:55:19 2009 -0500
39704 Another try at build without glib
39706 configure.ac | 8 ++++++--
39707 1 file changed, 6 insertions(+), 2 deletions(-)
39709 commit 2f3e69f3cb7e571cc62b0840d0b3f2072b29345a
39710 Author: Behdad Esfahbod <behdad@behdad.org>
39711 Date: Mon Nov 2 18:53:15 2009 -0500
39713 Fix build without glib, again
39715 src/Makefile.am | 4 ++--
39716 1 file changed, 2 insertions(+), 2 deletions(-)
39718 commit d03f81865914b40e941bf680557c0d8f98e30ad5
39719 Author: Behdad Esfahbod <behdad@behdad.org>
39720 Date: Mon Nov 2 18:52:21 2009 -0500
39722 Disable configure cache
39725 1 file changed, 1 deletion(-)
39727 commit a6451aa626fa5850d7c3b716bd52126995154e27
39728 Author: Behdad Esfahbod <behdad@behdad.org>
39729 Date: Mon Nov 2 18:35:12 2009 -0500
39731 We don't really use gthread directly
39733 configure.ac | 2 +-
39734 1 file changed, 1 insertion(+), 1 deletion(-)
39736 commit 63a792a811e0ad69d05e8805d4f347bd533db4c3
39737 Author: Behdad Esfahbod <behdad@behdad.org>
39738 Date: Mon Nov 2 18:33:52 2009 -0500
39740 Update Makefile to build without glib
39742 src/Makefile.am | 12 +++++++++---
39743 src/hb-glib.c | 2 ++
39744 2 files changed, 11 insertions(+), 3 deletions(-)
39746 commit 68a2c771e2b923461a552bf3673e9e8245e1bfea
39747 Author: Behdad Esfahbod <behdad@behdad.org>
39748 Date: Mon Nov 2 18:31:53 2009 -0500
39752 Thready-safety disabled in that case, until we add support for
39756 src/hb-private.h | 19 +++++++++++++++++--
39757 1 file changed, 17 insertions(+), 2 deletions(-)
39759 commit cc4c096a7e08ae96b3030fe27f871ce5b797f370
39760 Author: Behdad Esfahbod <behdad@behdad.org>
39761 Date: Mon Nov 2 18:13:17 2009 -0500
39763 MSVC has no stdint.h
39765 src/hb-common.h | 13 +++++++++++++
39766 1 file changed, 13 insertions(+)
39768 commit 9a204c7ab57ca0a866c72e1431c54a8883b15605
39769 Author: Behdad Esfahbod <behdad@behdad.org>
39770 Date: Mon Nov 2 18:11:55 2009 -0500
39772 Remove use of GINT16_FROM_BE
39774 src/hb-private.h | 10 ++--------
39775 1 file changed, 2 insertions(+), 8 deletions(-)
39777 commit 1f0ceeb8cf2fad0a0dfd338ce1472470a81789d4
39778 Author: Behdad Esfahbod <behdad@behdad.org>
39779 Date: Mon Nov 2 16:28:39 2009 -0500
39784 src/Makefile.am | 5 ++---
39785 2 files changed, 3 insertions(+), 4 deletions(-)
39787 commit 5932f8f7c3b73ade3752020351fa8b6a9a3bf500
39788 Author: Behdad Esfahbod <behdad@behdad.org>
39789 Date: Mon Nov 2 16:38:41 2009 -0500
39793 Makefile.am | 39 +++++++++++++++++++++++++++++++++++++++
39794 1 file changed, 39 insertions(+)
39796 commit 29aa40018301a4f138cd5e73463079c7704bf3ac
39797 Author: Behdad Esfahbod <behdad@behdad.org>
39798 Date: Mon Nov 2 16:28:39 2009 -0500
39809 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
39810 configure.ac | 40 ++++++++++++
39812 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
39813 harfbuzz.pc.in | 11 ++++
39814 src/.gitignore | 1 -
39815 src/COPYING | 17 -----
39816 src/Makefile.ng | 11 ----
39819 15 files changed, 459 insertions(+), 44 deletions(-)
39821 commit c09ed9801ead002d6f8e507ce664b83707b202e9
39822 Author: Behdad Esfahbod <behdad@behdad.org>
39823 Date: Thu Oct 29 03:08:42 2009 -0400
39825 [HB] Add glyph_metrics typedef
39827 src/hb-font.h | 9 +++++++++
39828 1 file changed, 9 insertions(+)
39830 commit 91b1e03e0312be2a7a165308239b40449e3ab360
39831 Author: Behdad Esfahbod <behdad@behdad.org>
39832 Date: Thu Oct 29 03:05:18 2009 -0400
39834 [HB] Add point_index to get_contour_point()
39836 Pointed out by Keith Stribley on HarfBuzz list.
39838 src/hb-font.h | 1 +
39839 1 file changed, 1 insertion(+)
39841 commit aa87d951739f6beacb66daa235cd033fdcfcadd7
39842 Author: Behdad Esfahbod <behdad@behdad.org>
39843 Date: Thu Oct 29 03:00:44 2009 -0400
39845 [HB] Fix lookup_flag ignoring
39847 Reported by Keith Stribley on HarfBuzz list.
39849 src/hb-ot-layout-common-private.hh | 1 +
39850 src/hb-ot-layout.cc | 2 +-
39851 2 files changed, 2 insertions(+), 1 deletion(-)
39853 commit 52e9a71d578c5171bbb0f4bfc1b70841c3270328
39854 Author: Behdad Esfahbod <behdad@behdad.org>
39855 Date: Mon Sep 21 13:58:56 2009 -0400
39859 src/hb-ot-layout-gsubgpos-private.hh | 5 +++++
39860 1 file changed, 5 insertions(+)
39862 commit f9c0a2dad09cd168fb28cdee09b4303f307ea56d
39863 Author: Behdad Esfahbod <behdad@behdad.org>
39864 Date: Mon Sep 21 13:43:54 2009 -0400
39866 [HB] Fix apply_lookup() loop
39868 Part of Bug 595539 - Regressions in rendering certain Thai sequences
39872 src/hb-ot-layout-gsubgpos-private.hh | 3 ++-
39873 1 file changed, 2 insertions(+), 1 deletion(-)
39875 commit c0ab43c05833e8fc06d770a89370bec58a627e74
39876 Author: Behdad Esfahbod <behdad@behdad.org>
39877 Date: Mon Sep 21 13:40:38 2009 -0400
39879 [HB] Fix bug in chain_context_lookup() invocations
39881 Part of Bug 595539 - Regressions in rendering certain Thai sequences
39885 src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
39886 1 file changed, 2 insertions(+), 2 deletions(-)
39888 commit e6bd4e93bd5722249ab977dfa98bdc8eb765318c
39889 Author: Behdad Esfahbod <behdad@behdad.org>
39890 Date: Sun Aug 30 21:02:28 2009 -0400
39895 1 file changed, 1 insertion(+)
39897 commit 3e2401f6c53d2b047954d75c37aef5e5e7cdc51a
39898 Author: Behdad Esfahbod <behdad@behdad.org>
39899 Date: Fri Aug 28 17:17:11 2009 -0400
39901 [HB] Rename DEBUG to TRACE where appropriate
39903 src/hb-open-file-private.hh | 8 ++--
39904 src/hb-open-type-private.hh | 50 ++++++++++----------
39905 src/hb-ot-layout-common-private.hh | 32 ++++++-------
39906 src/hb-ot-layout-gdef-private.hh | 20 ++++----
39907 src/hb-ot-layout-gpos-private.hh | 92
39908 ++++++++++++++++++------------------
39909 src/hb-ot-layout-gsub-private.hh | 72 ++++++++++++++--------------
39910 src/hb-ot-layout-gsubgpos-private.hh | 78 +++++++++++++++---------------
39911 7 files changed, 176 insertions(+), 176 deletions(-)
39913 commit 0535b50f436f3dac85e6df1761957f86c2bd7213
39914 Author: Behdad Esfahbod <behdad@behdad.org>
39915 Date: Fri Aug 28 17:14:33 2009 -0400
39917 [HB] Add GSUB/GPOS tracing
39919 src/hb-ot-layout-gpos-private.hh | 29 ++++++++++++++++++---
39920 src/hb-ot-layout-gsub-private.hh | 28 ++++++++++++++++++---
39921 src/hb-ot-layout-gsubgpos-private.hh | 49
39922 ++++++++++++++++++++++++++++++++++--
39923 3 files changed, 98 insertions(+), 8 deletions(-)
39925 commit 95e202403ffa543c817f45cca21fbc116eb8e807
39926 Author: Behdad Esfahbod <behdad@behdad.org>
39927 Date: Fri Aug 28 16:31:20 2009 -0400
39929 [HB] Allow enabling different debug facilities individually
39931 src/hb-blob.c | 28 ++++++++++++++++------------
39932 src/hb-open-type-private.hh | 32 ++++++++++++++++++--------------
39933 2 files changed, 34 insertions(+), 26 deletions(-)
39935 commit 37006bd1bd107ac1a1c1b131579e9c494ba3a20f
39936 Author: Behdad Esfahbod <behdad@behdad.org>
39937 Date: Fri Aug 28 09:46:14 2009 -0400
39939 Fix stupid array growing bug
39941 src/hb-ot-layout.cc | 5 ++++-
39942 1 file changed, 4 insertions(+), 1 deletion(-)
39944 commit 9897749113f76dc26a83bfae8de62e55d384fcad
39945 Author: Behdad Esfahbod <behdad@behdad.org>
39946 Date: Thu Aug 27 01:32:17 2009 -0400
39948 [HB] Simplify counting
39950 src/hb-ot-layout.cc | 9 +++++----
39951 1 file changed, 5 insertions(+), 4 deletions(-)
39953 commit 81a5c4df94e7c6066314d5fe75bbaf24483bc022
39954 Author: Behdad Esfahbod <behdad@behdad.org>
39955 Date: Thu Aug 27 00:21:04 2009 -0400
39959 src/hb-blob.c | 4 ++--
39960 1 file changed, 2 insertions(+), 2 deletions(-)
39962 commit c91facd83b5dc3b9aed75617c7c35585ff18889f
39963 Author: Behdad Esfahbod <behdad@behdad.org>
39964 Date: Wed Aug 26 18:53:43 2009 -0400
39966 [HB] Bug 593231 - < c99 compiler dislikes ValueRecord
39968 src/hb-ot-layout-gpos-private.hh | 4 +++-
39969 1 file changed, 3 insertions(+), 1 deletion(-)
39971 commit f0c7540c4e217a7354072365a7301453d1e25b80
39972 Author: Behdad Esfahbod <behdad@behdad.org>
39973 Date: Thu Aug 20 14:01:37 2009 -0400
39975 Bug 592484 - invalid write in HB
39979 src/hb-ot-layout.cc | 4 ++--
39980 1 file changed, 2 insertions(+), 2 deletions(-)
39982 commit b614b004723ead60849dd37e7ba2faee67cebd93
39983 Author: Behdad Esfahbod <behdad@behdad.org>
39984 Date: Thu Aug 20 13:07:50 2009 -0400
39986 [HB][glib] Make glib unicode funcs static
39988 src/hb-glib.c | 36 +++++++++++++++++-------------------
39989 1 file changed, 17 insertions(+), 19 deletions(-)
39991 commit 8b5346130425c7c101f6ff2432874ba2fd372edc
39992 Author: Behdad Esfahbod <behdad@behdad.org>
39993 Date: Wed Aug 19 18:16:50 2009 -0400
39995 [HB] Fix more casts
39997 src/hb-open-type-private.hh | 10 +++++-----
39998 1 file changed, 5 insertions(+), 5 deletions(-)
40000 commit 9d2e02db74deb3b3b92beab96f112cc387c8bd88
40001 Author: Behdad Esfahbod <behdad@behdad.org>
40002 Date: Wed Aug 19 18:07:36 2009 -0400
40004 [HB] Rename CAIRO_ in macro prefix to HB_
40008 src/hb-private.h | 6 +++---
40009 1 file changed, 3 insertions(+), 3 deletions(-)
40011 commit 388ad037ff399c23c5e24bbcede27e0e35bed07e
40012 Author: Behdad Esfahbod <behdad@behdad.org>
40013 Date: Wed Aug 19 16:45:41 2009 -0400
40015 [HB] Remove HB_MEMORY_MODE_READONLY_NEVER_DUPLICATE
40017 Unlike the rest of the memory-mode enum, this one didn't only
40018 describe the access mode of the input memory region. Remove it.
40020 If someone wants to inhibit duplicating, they can lock the blob
40021 and throw away the key.
40023 Based on mailing list discussion with Carl Worth.
40025 src/hb-blob.c | 51 +++++++++++++++++++++++++--------------------------
40026 src/hb-blob.h | 1 -
40027 2 files changed, 25 insertions(+), 27 deletions(-)
40029 commit 977eeb714454630bd045bb11f58ff6397f10b143
40030 Author: Behdad Esfahbod <behdad@behdad.org>
40031 Date: Wed Aug 19 16:17:24 2009 -0400
40033 [HB] s/writeable/writable/g
40035 src/hb-blob.c | 38 +++++++++++++++++++-------------------
40036 src/hb-blob.h | 10 +++++-----
40037 src/hb-open-type-private.hh | 6 +++---
40038 3 files changed, 27 insertions(+), 27 deletions(-)
40040 commit 2f5931e404cb56e31d24b2eb7ff0a849fb077b55
40041 Author: Behdad Esfahbod <behdad@behdad.org>
40042 Date: Wed Aug 19 16:07:40 2009 -0400
40044 [HB] Hide lig_id and component members of hb_glyph_info_t
40046 src/hb-buffer.h | 5 ++---
40047 1 file changed, 2 insertions(+), 3 deletions(-)
40049 commit 6b600dd6199104cff01b3fa43d2abb52ae4319ea
40050 Author: Behdad Esfahbod <behdad@behdad.org>
40051 Date: Wed Aug 19 14:45:24 2009 -0400
40055 src/hb-font.h | 2 +-
40056 1 file changed, 1 insertion(+), 1 deletion(-)
40058 commit 32c65a5ca3bde673bf2aa8fca911dd32914d3122
40059 Author: Behdad Esfahbod <behdad@behdad.org>
40060 Date: Tue Aug 18 18:37:36 2009 -0400
40062 [HB] Add font funcs prototypes
40064 src/hb-font-private.h | 2 --
40065 src/hb-font.cc | 14 ++++++--------
40066 src/hb-font.h | 23 ++++++++++++++++-------
40067 3 files changed, 22 insertions(+), 17 deletions(-)
40069 commit 8f034d5849627ee95a5889fa34c9ba294fff13ca
40070 Author: Behdad Esfahbod <behdad@behdad.org>
40071 Date: Tue Aug 18 16:41:59 2009 -0400
40073 Fix a few other pedantic warnings
40075 src/hb-ot-layout-common-private.hh | 2 +-
40076 src/hb-ot-layout-gdef-private.hh | 2 +-
40077 src/hb-ot-layout-gpos-private.hh | 4 ++--
40078 src/hb-ot-layout-gsub-private.hh | 2 +-
40079 4 files changed, 5 insertions(+), 5 deletions(-)
40081 commit 864e2560b627f1e73be3b0635e02f00844cb67c3
40082 Author: Behdad Esfahbod <behdad@behdad.org>
40083 Date: Tue Aug 18 16:38:48 2009 -0400
40085 [HB] Fix pedantic warnings
40087 src/hb-blob.h | 2 +-
40088 src/hb-buffer-private.h | 18 +++++++++---------
40089 src/hb-buffer.h | 6 +++---
40090 3 files changed, 13 insertions(+), 13 deletions(-)
40092 commit 3e09722214d9bbcc9014409342072c79d0c4447f
40093 Author: Behdad Esfahbod <behdad@behdad.org>
40094 Date: Tue Aug 18 16:32:31 2009 -0400
40096 [HB] Fix more wrong method signatures
40098 src/hb-ot-layout-common-private.hh | 2 +-
40099 1 file changed, 1 insertion(+), 1 deletion(-)
40101 commit 822e99fe9ae920df41a0bd3f1125495c2ea96b45
40102 Author: Behdad Esfahbod <behdad@behdad.org>
40103 Date: Tue Aug 18 16:27:48 2009 -0400
40105 [HB] Fix wrong method signature
40107 src/hb-ot-layout-common-private.hh | 4 ++--
40108 1 file changed, 2 insertions(+), 2 deletions(-)
40110 commit 4ff2a58952f010c6252f06e5f404d6840d257250
40111 Author: Behdad Esfahbod <behdad@behdad.org>
40112 Date: Tue Aug 18 15:49:23 2009 -0400
40114 Bug 592194 - Fix missing _SC_PAGE_SIZE macro
40116 Autoconfiscate a simple call to mprotect() even more.
40119 ++++++++++++++++++++++++++++++++++++++---------------------
40120 1 file changed, 60 insertions(+), 34 deletions(-)
40122 commit 3c69bd46e27069fac0bfdefdecf5492c17eb01df
40123 Author: Behdad Esfahbod <behdad@behdad.org>
40124 Date: Mon Aug 17 16:48:13 2009 -0400
40126 [HB] Avoid int overflow in GPOS
40128 Bug 592036 - integer overflow bug causes misrendering of Nepali
40131 src/hb-ot-layout-gpos-private.hh | 20 ++++++++++----------
40132 src/hb-private.h | 3 +++
40133 2 files changed, 13 insertions(+), 10 deletions(-)
40135 commit b2b18ef43c5bac6a5bb8412da7c9a37f815d4deb
40136 Author: Behdad Esfahbod <behdad@behdad.org>
40137 Date: Fri Aug 14 19:37:18 2009 -0400
40141 src/hb-ot-layout-gpos-private.hh | 31 ++++++++++++++-----------------
40142 1 file changed, 14 insertions(+), 17 deletions(-)
40144 commit b41f210d12d8df48e645823463343f7e14b0ddd0
40145 Author: Behdad Esfahbod <behdad@behdad.org>
40146 Date: Fri Aug 14 19:33:24 2009 -0400
40148 [HB] Merge mark positionin code between three types of lookups
40150 src/hb-ot-layout-gpos-private.hh | 95
40151 ++++++++++++----------------------------
40152 1 file changed, 29 insertions(+), 66 deletions(-)
40154 commit cd33cb9ed84308da72bd7c64b9355dc2410c63ec
40155 Author: Behdad Esfahbod <behdad@behdad.org>
40156 Date: Fri Aug 14 18:42:42 2009 -0400
40158 [HB] More minor shuffling
40160 src/hb-open-type-private.hh | 3 ---
40161 src/hb-ot-layout-common-private.hh | 5 +++++
40162 2 files changed, 5 insertions(+), 3 deletions(-)
40164 commit 80e2aa2e1bfa2c8ecedcfa4cce8cadeb15792ac3
40165 Author: Behdad Esfahbod <behdad@behdad.org>
40166 Date: Fri Aug 14 18:40:56 2009 -0400
40168 [HB] Move code around
40170 src/hb-open-type-private.hh | 21 +++++++++++++++++++++
40171 src/hb-ot-layout-common-private.hh | 19 -------------------
40172 2 files changed, 21 insertions(+), 19 deletions(-)
40174 commit 3564ee5216004d45d30b0ded61184cf8dde5dd89
40175 Author: Behdad Esfahbod <behdad@behdad.org>
40176 Date: Fri Aug 14 18:32:56 2009 -0400
40178 [HB] Correctly sanitize LigatureAttach
40180 src/hb-open-type-private.hh | 14 ++++++++++----
40181 src/hb-ot-layout-common-private.hh | 4 ++++
40182 src/hb-ot-layout-gdef-private.hh | 4 ++--
40183 src/hb-ot-layout-gpos-private.hh | 6 +++---
40184 4 files changed, 19 insertions(+), 9 deletions(-)
40186 commit cb71a2fb76c6ddee050f775eb299ee44230c3ac9
40187 Author: Behdad Esfahbod <behdad@behdad.org>
40188 Date: Fri Aug 14 18:14:03 2009 -0400
40190 [HB] Simplify MarkBase and MarkLig too
40192 src/hb-ot-layout-gpos-private.hh | 127
40193 +++++++++++++++------------------------
40194 1 file changed, 48 insertions(+), 79 deletions(-)
40196 commit dfa54f4440960c39d37ef02fff4c0d9eb315d4b4
40197 Author: Behdad Esfahbod <behdad@behdad.org>
40198 Date: Fri Aug 14 17:53:31 2009 -0400
40200 [HB] Simplify MarkMark
40202 src/hb-ot-layout-gpos-private.hh | 29 ++++++++++++++++-------------
40203 1 file changed, 16 insertions(+), 13 deletions(-)
40205 commit 815a73e4202ca17677f12e862b70ca8724cf2f57
40206 Author: Behdad Esfahbod <behdad@behdad.org>
40207 Date: Fri Aug 14 17:31:16 2009 -0400
40209 [HB] Fix possible int overflows during sanitize
40212 src/hb-open-type-private.hh | 22 ++++++++++++++++++++++
40213 src/hb-ot-layout-gpos-private.hh | 15 ++++++++-------
40214 3 files changed, 30 insertions(+), 8 deletions(-)
40216 commit ae728e51e94d18d731b7c8dc524da1a4f427d63b
40217 Author: Behdad Esfahbod <behdad@behdad.org>
40218 Date: Fri Aug 14 16:41:00 2009 -0400
40220 [HB] Debug output for SANITIZE_MEM()
40222 src/hb-open-type-private.hh | 34 +++++++++++++++++++++++-----------
40223 1 file changed, 23 insertions(+), 11 deletions(-)
40225 commit 41895506cb6a41b1a833866f8822261ea449ea0b
40226 Author: Behdad Esfahbod <behdad@behdad.org>
40227 Date: Fri Aug 14 16:25:33 2009 -0400
40229 [HB] Use inline function for SANITIZE_MEM()
40231 src/hb-open-type-private.hh | 33 ++++++++++++++++++++-------------
40232 1 file changed, 20 insertions(+), 13 deletions(-)
40234 commit 95528131b5ab9fc9e265ace715832135ebd457a4
40235 Author: Behdad Esfahbod <behdad@behdad.org>
40236 Date: Fri Aug 14 16:17:32 2009 -0400
40238 [HB] Use SANITIZE_THIS() when applicable
40240 src/hb-open-type-private.hh | 6 +++---
40241 1 file changed, 3 insertions(+), 3 deletions(-)
40243 commit 5769538abfe153c503da4801649493e57a9854c2
40244 Author: Behdad Esfahbod <behdad@behdad.org>
40245 Date: Fri Aug 14 16:12:22 2009 -0400
40247 [HB] Add note about auditing sanitize code for overflows
40250 src/hb-ot-layout-gpos-private.hh | 2 +-
40251 2 files changed, 2 insertions(+), 1 deletion(-)
40253 commit 15232e26f4a89dab1b6de35ad9d3d16e75bf93d0
40254 Author: Behdad Esfahbod <behdad@behdad.org>
40255 Date: Thu Aug 13 17:13:25 2009 -0400
40257 [HB] Add empty hb_shape() API
40259 src/Makefile.am | 2 ++
40260 src/hb-shape.c | 40 ++++++++++++++++++++++++++++++++++++++++
40261 src/hb-shape.h | 53
40262 +++++++++++++++++++++++++++++++++++++++++++++++++++++
40263 3 files changed, 95 insertions(+)
40265 commit 2866d2974b6768e93cc7d473d14c5a8abae5f7fd
40266 Author: Behdad Esfahbod <behdad@behdad.org>
40267 Date: Thu Aug 13 11:47:08 2009 -0400
40269 [HB] Bitfield packing *is* very delicate
40271 Fix the second instance.
40273 src/hb-buffer.h | 2 +-
40274 1 file changed, 1 insertion(+), 1 deletion(-)
40276 commit ec90ee23b29aab187c3fa209970aa97434c84b1b
40277 Author: Behdad Esfahbod <behdad@behdad.org>
40278 Date: Thu Aug 13 05:25:23 2009 -0400
40280 Bug 591511 – hh-blob.c does not compile using mingw on windows
40282 Check for sys/mman.h, not mprotect().
40284 src/hb-blob.c | 8 ++++----
40285 1 file changed, 4 insertions(+), 4 deletions(-)
40287 commit 12eae6d55d468ff2fbe2bc12bec188d313c671f9
40288 Author: Behdad Esfahbod <behdad@behdad.org>
40289 Date: Thu Aug 13 05:20:46 2009 -0400
40291 [HB] Fix buffer sizing issue with mingw gcc
40293 Bit field packing is a delicate field. Issue reported in comment
40295 http://bugzilla.gnome.org/show_bug.cgi?id=591511
40297 src/hb-buffer-private.h | 14 +++++++-------
40298 1 file changed, 7 insertions(+), 7 deletions(-)
40300 commit 6936706cd77f96961a1239d0c9dc8ede64d7f06d
40301 Author: Behdad Esfahbod <behdad@behdad.org>
40302 Date: Wed Aug 12 19:45:50 2009 -0400
40304 Bug 591413 – needs to link with libstdc++
40306 Enforce -fno-exceptions better.
40308 src/Makefile.am | 2 +-
40309 1 file changed, 1 insertion(+), 1 deletion(-)
40311 commit c486ea9c3582710474c1085c21c1dc5e2700adc3
40312 Author: Behdad Esfahbod <behdad@behdad.org>
40313 Date: Wed Aug 12 19:36:29 2009 -0400
40315 Bug 591511 – hb-blob.c does not compile using mingw on windows
40317 Only call mprotect() when available. For optimal performance, a win32
40318 way to make memory writeable needs to be added.
40320 src/hb-blob.c | 8 ++++++++
40321 1 file changed, 8 insertions(+)
40323 commit a579584594f1ca4781f1c5b92ad78513c0b37480
40324 Author: Behdad Esfahbod <behdad@behdad.org>
40325 Date: Wed Aug 12 19:23:16 2009 -0400
40329 src/hb-buffer-private.h | 2 +-
40330 1 file changed, 1 insertion(+), 1 deletion(-)
40332 commit b6e66ee102eb5b64d945e5a73ab63fe8cac5edcb
40333 Author: Behdad Esfahbod <behdad@behdad.org>
40334 Date: Wed Aug 12 16:50:28 2009 -0400
40336 [HB] Always clear positions if dirty, before returning to user
40338 src/hb-buffer.c | 4 ++--
40339 1 file changed, 2 insertions(+), 2 deletions(-)
40341 commit e4679d9fae43f3219c476c5b9e411d1f5d0d5bae
40342 Author: Behdad Esfahbod <behdad@behdad.org>
40343 Date: Wed Aug 12 16:47:27 2009 -0400
40345 [HB] Fix _hb_buffer_next() when positioning
40347 We were copying glyphs to output. This should not happen when in
40348 GPOS. Back then it was fine, then some optimizations broke then
40351 src/hb-buffer-private.h | 1 +
40352 src/hb-buffer.c | 12 ++++++++++++
40353 2 files changed, 13 insertions(+)
40355 commit 5ccf1ba339d6ffb4469f1c4f20d8d8d00012c857
40356 Author: Behdad Esfahbod <behdad@behdad.org>
40357 Date: Wed Aug 12 15:55:23 2009 -0400
40359 [HB] Fixed signedness warnings
40361 src/hb-open-type-private.hh | 4 ++--
40362 1 file changed, 2 insertions(+), 2 deletions(-)
40364 commit f71329147bd3087588cfeafd6feff45f29d1ca7a
40365 Author: Behdad Esfahbod <behdad@behdad.org>
40366 Date: Wed Aug 12 15:48:44 2009 -0400
40368 [HB] Ouch. Fix compilation.
40370 src/hb-ot-layout-gpos-private.hh | 2 +-
40371 1 file changed, 1 insertion(+), 1 deletion(-)
40373 commit 0532ed160c678b5404b20594fd2ca9a640bf6a0a
40374 Author: Behdad Esfahbod <behdad@behdad.org>
40375 Date: Wed Aug 12 15:40:04 2009 -0400
40377 [HB] Fix invalid access / overflow on x86-64
40379 Bug 591557 – [HB] crash scrolling the evolution message list
40380 Bug 591576 – crashed with SIGSEGV at pango
40382 src/hb-ot-layout-gpos-private.hh | 21 ++++++++++++---------
40383 src/hb-ot-layout-gsub-private.hh | 2 --
40384 2 files changed, 12 insertions(+), 11 deletions(-)
40386 commit 8d70312c7b899131c3aafa7a43527ef3ced33bfe
40387 Author: Behdad Esfahbod <behdad@behdad.org>
40388 Date: Mon Aug 10 23:50:51 2009 -0400
40390 [HB] Add hb_font_funcs_make_immutable()
40392 src/hb-font-private.h | 4 ++++
40393 src/hb-font.cc | 17 +++++++++++++++--
40394 src/hb-font.h | 3 +++
40395 3 files changed, 22 insertions(+), 2 deletions(-)
40397 commit 3284d05da27c338d94f0da99df66d924cd9d6717
40398 Author: Behdad Esfahbod <behdad@behdad.org>
40399 Date: Mon Aug 10 23:45:57 2009 -0400
40401 [HB] Add missing initializer
40403 src/hb-font.cc | 4 +++-
40404 1 file changed, 3 insertions(+), 1 deletion(-)
40406 commit 081819ea8b98c0a4b4dffe8d4aca3512f9798719
40407 Author: Behdad Esfahbod <behdad@behdad.org>
40408 Date: Mon Aug 10 23:40:28 2009 -0400
40410 [OT] Hookup glib unicode funcs
40412 src/hb-buffer.c | 14 +++++++-------
40413 src/hb-glib.c | 4 +++-
40414 src/hb-glib.h | 4 ++--
40415 src/hb-ot-layout.cc | 10 +++++-----
40416 src/hb-private.h | 2 +-
40417 5 files changed, 18 insertions(+), 16 deletions(-)
40419 commit 49f261df2aa753e8b09e97f7835e6a827f92970a
40420 Author: Behdad Esfahbod <behdad@behdad.org>
40421 Date: Mon Aug 10 23:35:05 2009 -0400
40425 src/Makefile.am | 4 +++-
40427 ++++++++++++++++++++++++++++++++++++++++++++++++
40428 src/hb-glib.h | 41 +++++++++++++++++++++++++++++++++++
40429 src/hb-unicode-private.h | 2 +-
40430 src/hb-unicode.c | 10 ++++-----
40431 src/hb-unicode.h | 6 +++---
40432 6 files changed, 109 insertions(+), 10 deletions(-)
40434 commit eb27ec0cef0d92740875ab5035b53acc639e5fae
40435 Author: Behdad Esfahbod <behdad@behdad.org>
40436 Date: Mon Aug 10 23:25:28 2009 -0400
40438 [HB] Add hb_unicode_funcs_make_immutable()
40440 src/hb-unicode-private.h | 2 ++
40441 src/hb-unicode.c | 22 +++++++++++++++++-----
40442 src/hb-unicode.h | 2 ++
40443 3 files changed, 21 insertions(+), 5 deletions(-)
40445 commit af9e104028b7cdc1fbba0eb1d86cfa4d5258657f
40446 Author: Behdad Esfahbod <behdad@behdad.org>
40447 Date: Mon Aug 10 23:21:33 2009 -0400
40449 [HB] Use nil unicode funcs in nil face
40451 src/hb-font.cc | 7 ++++---
40452 src/hb-unicode-private.h | 3 +++
40453 src/hb-unicode.c | 2 +-
40454 3 files changed, 8 insertions(+), 4 deletions(-)
40456 commit 48910f8f0034c54b4e11cef3d08aa40e52c06b28
40457 Author: Behdad Esfahbod <behdad@behdad.org>
40458 Date: Mon Aug 10 23:05:05 2009 -0400
40460 [HB] Initialize unicode funcs to nil getters
40462 src/hb-unicode.c | 29 +++++++++++++++++++----------
40463 1 file changed, 19 insertions(+), 10 deletions(-)
40465 commit 04cc0a29ee1472c318c36efcd19b9c1a6657d9ea
40466 Author: Behdad Esfahbod <behdad@behdad.org>
40467 Date: Mon Aug 10 22:58:56 2009 -0400
40469 [HB] Flesh out Unicode funcs
40471 src/hb-object-private.h | 2 +-
40472 src/hb-unicode-private.h | 12 ++++-----
40473 src/hb-unicode.c | 67
40474 ++++++++++++++++++++++++++++++++++++++++++------
40475 src/hb-unicode.h | 3 ---
40476 4 files changed, 65 insertions(+), 19 deletions(-)
40478 commit 299f08961ffcea27e8def4f0743d0c86ef8dadf1
40479 Author: Behdad Esfahbod <behdad@behdad.org>
40480 Date: Mon Aug 10 22:47:57 2009 -0400
40482 [HB] Implement buffer UTF-X input
40484 src/hb-buffer.c | 110
40485 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
40486 src/hb-buffer.h | 12 +++----
40487 2 files changed, 116 insertions(+), 6 deletions(-)
40489 commit 1b7b97f28ac192006ca5b6d1cc9fbc80fa2bdb55
40490 Author: Behdad Esfahbod <behdad@behdad.org>
40491 Date: Mon Aug 10 21:10:37 2009 -0400
40493 [HB] Add buffer UTF-X API
40495 src/hb-buffer.h | 21 +++++++++++++++++++++
40496 1 file changed, 21 insertions(+)
40498 commit fbaf8ffa098bd2b6fb4f4bc2d04b360a319c4af5
40499 Author: Behdad Esfahbod <behdad@behdad.org>
40500 Date: Mon Aug 10 20:59:25 2009 -0400
40502 [HB] Add hb_buffer_reverse()
40504 src/hb-buffer.c | 32 +++++++++++++++++++++++++++++---
40505 src/hb-buffer.h | 7 +++++++
40506 2 files changed, 36 insertions(+), 3 deletions(-)
40508 commit cbe5a4e08e6c2ccfdf98e630d48ec9da69374516
40509 Author: Behdad Esfahbod <behdad@behdad.org>
40510 Date: Mon Aug 10 20:24:49 2009 -0400
40512 [HB] Reuse the positions array as alt string array
40514 src/hb-buffer-private.h | 1 -
40515 src/hb-buffer.c | 28 +++++++++-------------------
40516 2 files changed, 9 insertions(+), 20 deletions(-)
40518 commit 5c44188455ca1b696aa24b20c3a83877dfae2fb2
40519 Author: Behdad Esfahbod <behdad@behdad.org>
40520 Date: Mon Aug 10 20:05:16 2009 -0400
40522 [HB] Start adding Unicode funcs
40524 src/Makefile.am | 3 +
40525 src/hb-font-private.h | 29 ++-----
40526 src/hb-font.cc | 163 ++++++++++-------------------------
40527 src/hb-font.h | 140 ++++++++++--------------------
40528 src/hb-unicode-private.h | 54 ++++++++++++
40529 src/hb-unicode.c | 89 +++++++++++++++++++
40530 src/hb-unicode.h | 220
40531 +++++++++++++++++++++++++++++++++++++++++++++++
40532 7 files changed, 463 insertions(+), 235 deletions(-)
40534 commit 20b035dad41247076815a2bbb0346d63058b322f
40535 Author: Behdad Esfahbod <behdad@behdad.org>
40536 Date: Mon Aug 10 19:00:36 2009 -0400
40538 [HB] Put C++ inline's back
40540 Apparetly in C++, inline means a totally different thing.
40542 src/hb-open-file-private.hh | 14 +++++++-------
40543 src/hb-open-type-private.hh | 16 ++++++++--------
40544 src/hb-ot-layout-common-private.hh | 12 ++++++------
40545 src/hb-ot-layout-gdef-private.hh | 4 ++--
40546 src/hb-ot-layout-gpos-private.hh | 12 ++++++------
40547 src/hb-ot-layout-gsub-private.hh | 12 ++++++------
40548 src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++------
40549 7 files changed, 41 insertions(+), 41 deletions(-)
40551 commit a62f776d8e7e3e57d28ee71b34abab0a5b8471eb
40552 Author: Behdad Esfahbod <behdad@behdad.org>
40553 Date: Mon Aug 10 13:57:02 2009 -0400
40555 [HB] Don't override CXX compiler
40557 Just add couple of options to it (still assuming gcc)
40559 src/Makefile.am | 3 ++-
40560 1 file changed, 2 insertions(+), 1 deletion(-)
40562 commit 6bdab706ecb41c1305e85d041a586e86c54d0ab7
40563 Author: Behdad Esfahbod <behdad@behdad.org>
40564 Date: Mon Aug 10 09:35:11 2009 -0400
40568 src/hb-ot-layout.h | 8 ++++----
40569 1 file changed, 4 insertions(+), 4 deletions(-)
40571 commit 797724904a3ab294f8390d4ff80c299d8213a5c6
40572 Author: Behdad Esfahbod <behdad@behdad.org>
40573 Date: Sun Aug 9 22:25:17 2009 -0400
40575 [HB] Remove unused code
40577 src/hb-ot-layout-gdef-private.hh | 10 ----------
40578 1 file changed, 10 deletions(-)
40580 commit 284899ccbe79fda7405ab09d3092fc25fd89e810
40581 Author: Behdad Esfahbod <behdad@behdad.org>
40582 Date: Sun Aug 9 22:10:39 2009 -0400
40584 [HB] Add a NEXT() macro
40586 src/hb-open-type-private.hh | 2 ++
40587 src/hb-ot-layout-common-private.hh | 4 ++--
40588 src/hb-ot-layout-gsub-private.hh | 8 ++++----
40589 src/hb-ot-layout-gsubgpos-private.hh | 24 ++++++++++++------------
40590 4 files changed, 20 insertions(+), 18 deletions(-)
40592 commit 918572fc870dfd7596155ce700247a5bb024fb1a
40593 Author: Behdad Esfahbod <behdad@behdad.org>
40594 Date: Sun Aug 9 18:31:47 2009 -0400
40596 [HB] Remove done TODO item
40599 1 file changed, 1 deletion(-)
40601 commit 67cb8111f209de26b3afa46e9fb7e4d01c9ecad4
40602 Author: Behdad Esfahbod <behdad@behdad.org>
40603 Date: Sun Aug 9 13:05:08 2009 -0400
40605 [HB] Print mark sets in main.cc
40608 1 file changed, 2 insertions(+)
40610 commit 17878255fa88e76cd503461fc1ade2ed365cebd2
40611 Author: Behdad Esfahbod <behdad@behdad.org>
40612 Date: Sat Aug 8 16:57:27 2009 -0400
40614 [HB] Remove hb_ot_layout_table_find_feature()
40616 That function doesn't make much sense as multiple features in the
40620 src/hb-ot-layout.cc | 16 ----------------
40621 src/hb-ot-layout.h | 6 ------
40622 2 files changed, 22 deletions(-)
40624 commit 468769b8f5332940278244e744ec2bd5a5dc5ee9
40625 Author: Behdad Esfahbod <behdad@behdad.org>
40626 Date: Sat Aug 8 16:53:23 2009 -0400
40628 [HB] Rename hb_ot_layout_feature_mask_t to hb_mask_t
40631 src/hb-buffer-private.h | 4 ++--
40632 src/hb-buffer.c | 12 ++++++------
40633 src/hb-buffer.h | 4 ++--
40634 src/hb-common.h | 1 +
40635 src/hb-ot-layout-gpos-private.hh | 12 ++++++------
40636 src/hb-ot-layout-gsub-private.hh | 14 +++++++-------
40637 src/hb-ot-layout.cc | 18 +++++++++---------
40638 src/hb-ot-layout.h | 34 +++++++++-------------------------
40639 9 files changed, 42 insertions(+), 58 deletions(-)
40641 commit 7f96b39a9d5a81ba77e0c3dea8fe2cdb9957c4c7
40642 Author: Behdad Esfahbod <behdad@behdad.org>
40643 Date: Sat Aug 8 16:37:22 2009 -0400
40645 [HB] Fix bug introduced recently
40647 src/hb-open-type-private.hh | 4 ++--
40648 1 file changed, 2 insertions(+), 2 deletions(-)
40650 commit bff3c0fde5da04a70d1f7aeeb9fa2a75fe5c07f6
40651 Author: Behdad Esfahbod <behdad@behdad.org>
40652 Date: Fri Aug 7 19:46:30 2009 -0400
40654 [HB] Remove clumsy macros and improve API
40657 src/hb-open-file-private.hh | 41 ++++++++--
40658 src/hb-open-type-private.hh | 104 +------------------------
40659 src/hb-ot-layout-common-private.hh | 103 ++++++++++++++++++------
40660 src/hb-ot-layout-gsubgpos-private.hh | 35 +++++++--
40661 src/hb-ot-layout.cc | 146
40662 ++++++++++++-----------------------
40663 src/hb-ot-layout.h | 101 ++++++++++--------------
40664 7 files changed, 240 insertions(+), 292 deletions(-)
40666 commit d0b657379bbe63602953412d6bc944b2a0f430eb
40667 Author: Behdad Esfahbod <behdad@behdad.org>
40668 Date: Thu Aug 6 18:34:47 2009 -0400
40670 [HB] Fix various XXX issues
40672 src/hb-open-type-private.hh | 13 ++++++++++---
40673 src/hb-ot-layout-gdef-private.hh | 5 ++---
40674 2 files changed, 12 insertions(+), 6 deletions(-)
40676 commit 82199868fb036b63799af761762225d45d36f575
40677 Author: Behdad Esfahbod <behdad@behdad.org>
40678 Date: Thu Aug 6 18:28:45 2009 -0400
40680 [HB] Remove unused var
40682 src/hb-ot-layout-private.h | 2 --
40683 1 file changed, 2 deletions(-)
40685 commit 07e69226cbd4167741fd868a3125487bbabb99dc
40686 Author: Behdad Esfahbod <behdad@behdad.org>
40687 Date: Thu Aug 6 18:28:00 2009 -0400
40689 [HB] Remove another stale XXX
40691 src/hb-ot-layout.cc | 2 --
40692 1 file changed, 2 deletions(-)
40694 commit e605c367c5627e7ab05af9cb59247a89290e598a
40695 Author: Behdad Esfahbod <behdad@behdad.org>
40696 Date: Thu Aug 6 18:27:28 2009 -0400
40698 [HB] Rebrand XXX as TODO
40700 src/hb-open-file-private.hh | 4 ++--
40701 1 file changed, 2 insertions(+), 2 deletions(-)
40703 commit c5a13048e21fcfcfd3b74f800e8d521e6245b451
40704 Author: Behdad Esfahbod <behdad@behdad.org>
40705 Date: Thu Aug 6 18:26:38 2009 -0400
40707 [HB] Remove stale XXX
40709 src/hb-blob.c | 2 --
40710 1 file changed, 2 deletions(-)
40712 commit 9e826ea2832f0444bcef9075b445d481a58a09c2
40713 Author: Behdad Esfahbod <behdad@behdad.org>
40714 Date: Thu Aug 6 18:24:55 2009 -0400
40716 [HB] Fix unaligned access
40718 src/hb-open-type-private.hh | 20 +++++++++++++++++---
40719 src/hb-private.h | 22 ++++++++++++++++++++++
40720 2 files changed, 39 insertions(+), 3 deletions(-)
40722 commit 71a8344a5eeaa34e31d53138cf3bbe30b819f83c
40723 Author: Behdad Esfahbod <behdad@behdad.org>
40724 Date: Thu Aug 6 14:28:18 2009 -0400
40726 [HB] Remove a few 'inline's, though the compiler mostly ignores them
40728 src/hb-open-file-private.hh | 1 -
40729 src/hb-open-type-private.hh | 16 ++++++++--------
40730 src/hb-ot-layout-gsubgpos-private.hh | 6 +++---
40731 3 files changed, 11 insertions(+), 12 deletions(-)
40733 commit 7f3d5c8166e5205e9d9bf8b4b2f31d44387a8006
40734 Author: Behdad Esfahbod <behdad@behdad.org>
40735 Date: Thu Aug 6 13:33:51 2009 -0400
40737 [HB] Fix blob to use a actual mutex
40739 src/hb-blob.c | 125
40740 +++++++++++++++++++++++++++++++++++-------------
40741 src/hb-object-private.h | 4 +-
40742 src/hb-private.h | 20 +++++---
40743 3 files changed, 106 insertions(+), 43 deletions(-)
40745 commit a794ebf4be9896393f4badf02905a4007981a588
40746 Author: Behdad Esfahbod <behdad@behdad.org>
40747 Date: Thu Aug 6 12:32:35 2009 -0400
40749 [HB] Use glib again
40751 src/Makefile.am | 5 +++--
40752 src/hb-blob.c | 4 ++--
40753 src/hb-object-private.h | 19 ++++++-------------
40754 src/hb-private.h | 45
40755 ++++++++++++++++++++++++++-------------------
40756 4 files changed, 37 insertions(+), 36 deletions(-)
40758 commit 9b76a290a94f2603f3cb9498ae976125347cf54b
40759 Author: Behdad Esfahbod <behdad@behdad.org>
40760 Date: Thu Aug 6 10:27:38 2009 -0400
40762 [HB] Improve debug output
40764 src/hb-open-type-private.hh | 7 ++++---
40765 1 file changed, 4 insertions(+), 3 deletions(-)
40767 commit 9faee63034d3965735bd6362c0beeca1613bd771
40768 Author: Behdad Esfahbod <behdad@behdad.org>
40769 Date: Thu Aug 6 10:24:49 2009 -0400
40773 src/hb-private.h | 2 +-
40774 1 file changed, 1 insertion(+), 1 deletion(-)
40776 commit f72059ee6946d9b4812b794f662ee83c7e25fe53
40777 Author: Behdad Esfahbod <behdad@behdad.org>
40778 Date: Wed Aug 5 15:35:02 2009 -0400
40780 [HB] Add a few TODO items
40782 src/TODO | 8 +++++---
40783 1 file changed, 5 insertions(+), 3 deletions(-)
40785 commit 0d77ab8a73f57c9fca4c6f9301dae394d79526e3
40786 Author: Behdad Esfahbod <behdad@behdad.org>
40787 Date: Wed Aug 5 15:27:42 2009 -0400
40789 [HB] Improve debug output
40791 src/hb-open-type-private.hh | 8 ++++++++
40792 1 file changed, 8 insertions(+)
40794 commit 268cac4c9ef8cb592cfb8507273332165b8d3ad3
40795 Author: Behdad Esfahbod <behdad@behdad.org>
40796 Date: Wed Aug 5 15:21:48 2009 -0400
40798 [HB] Fix blob unlock
40800 src/hb-blob.c | 2 +-
40801 1 file changed, 1 insertion(+), 1 deletion(-)
40803 commit 7acb389569cf99c6bae9db31a8ed7c7007fbb566
40804 Author: Behdad Esfahbod <behdad@behdad.org>
40805 Date: Wed Aug 5 15:20:34 2009 -0400
40807 [HB] Improve debug output and fix mprotect bug
40810 ++++++++++++++++++++++++++++++++++++++-------
40811 src/hb-open-type-private.hh | 30 +++++++++++-------------
40812 src/hb-private.h | 3 ++-
40813 3 files changed, 65 insertions(+), 25 deletions(-)
40815 commit ec9f8db0d3cad146801b7dc5c59e517de3b6fa34
40816 Author: Behdad Esfahbod <behdad@behdad.org>
40817 Date: Wed Aug 5 14:52:03 2009 -0400
40821 src/hb-private.h | 3 +++
40822 1 file changed, 3 insertions(+)
40824 commit d341881d9a0f835f691b121480046081ad162918
40825 Author: Behdad Esfahbod <behdad@behdad.org>
40826 Date: Wed Aug 5 14:49:25 2009 -0400
40828 [HB] Fix build of main.cc
40830 src/Makefile.am | 8 ++++----
40831 1 file changed, 4 insertions(+), 4 deletions(-)
40833 commit 8f3be25e7ec88ea451ee8097bf32e5f729f4fef9
40834 Author: Behdad Esfahbod <behdad@behdad.org>
40835 Date: Tue Aug 4 23:43:40 2009 -0400
40837 [HB] turn debugging off
40839 src/hb-private.h | 2 +-
40840 1 file changed, 1 insertion(+), 1 deletion(-)
40842 commit 62ed5850d9e0e0d0231889470d58e815420c21e5
40843 Author: Behdad Esfahbod <behdad@behdad.org>
40844 Date: Tue Aug 4 23:30:32 2009 -0400
40846 [HB] Fix another sanitize() bug; hopefully it's the last one
40848 src/hb-ot-layout-common-private.hh | 2 +-
40849 1 file changed, 1 insertion(+), 1 deletion(-)
40851 commit 90482b68178b687c0f0a3f82cd6a36b2c0bb9384
40852 Author: Behdad Esfahbod <behdad@behdad.org>
40853 Date: Tue Aug 4 23:24:35 2009 -0400
40855 [HB] Fix a couple other sanitize() bugs
40857 src/hb-ot-layout-gpos-private.hh | 4 ++--
40858 src/hb-ot-layout-gsub-private.hh | 4 ++--
40859 2 files changed, 4 insertions(+), 4 deletions(-)
40861 commit 4f3ad9115a4161fc23fa559c26082440196217ec
40862 Author: Behdad Esfahbod <behdad@behdad.org>
40863 Date: Tue Aug 4 23:01:23 2009 -0400
40865 [HB] More debugging output
40867 src/hb-open-type-private.hh | 45
40868 ++++++++++++++++++++++++++++++++++++++++-----
40869 1 file changed, 40 insertions(+), 5 deletions(-)
40871 commit 8cd6fa28d1b77100491519b8dedb2e113508bf59
40872 Author: Behdad Esfahbod <behdad@behdad.org>
40873 Date: Tue Aug 4 22:55:44 2009 -0400
40875 [HB] Fix fatal Sanitizer bug
40877 src/hb-open-type-private.hh | 2 +-
40878 1 file changed, 1 insertion(+), 1 deletion(-)
40880 commit 2870ac5e5d5d87646a4b273a9805fb3fcf280f97
40881 Author: Behdad Esfahbod <behdad@behdad.org>
40882 Date: Tue Aug 4 22:43:47 2009 -0400
40884 [HB] Add missing sanitize
40886 src/hb-open-file-private.hh | 1 +
40887 1 file changed, 1 insertion(+)
40889 commit b28815c1f6e46d38471cacbc31248ca6fda8c4d1
40890 Author: Behdad Esfahbod <behdad@behdad.org>
40891 Date: Tue Aug 4 22:35:36 2009 -0400
40893 [HB] Add sanitize debugging facilities
40895 src/hb-open-file-private.hh | 4 ++++
40896 src/hb-open-type-private.hh | 43
40897 +++++++++++++++++++++++++++++++-----
40898 src/hb-ot-layout-common-private.hh | 17 ++++++++++++++
40899 src/hb-ot-layout-gdef-private.hh | 10 +++++++++
40900 src/hb-ot-layout-gpos-private.hh | 28 +++++++++++++++++++++++
40901 src/hb-ot-layout-gsub-private.hh | 18 +++++++++++++++
40902 src/hb-ot-layout-gsubgpos-private.hh | 16 ++++++++++++++
40903 src/hb-private.h | 6 ++++-
40904 8 files changed, 136 insertions(+), 6 deletions(-)
40906 commit 7edb430f9182723b7b720708c56088cec1200a70
40907 Author: Behdad Esfahbod <behdad@behdad.org>
40908 Date: Tue Aug 4 22:06:57 2009 -0400
40910 [HB] Rename open-types to open-type; beauty
40912 src/Makefile.am | 2 +-
40913 src/hb-open-file-private.hh | 2 +-
40914 src/hb-open-type-private.hh | 565
40915 +++++++++++++++++++++++++++++++++++++
40916 src/hb-open-types-private.hh | 565
40917 -------------------------------------
40918 src/hb-ot-layout-common-private.hh | 2 +-
40919 5 files changed, 568 insertions(+), 568 deletions(-)
40921 commit f4b58d3fc2956a9d1b6178588d809c781f7a5c0c
40922 Author: Behdad Esfahbod <behdad@behdad.org>
40923 Date: Tue Aug 4 21:47:29 2009 -0400
40925 [HB] Save edit even if not writeable
40927 src/hb-open-types-private.hh | 6 ++----
40928 1 file changed, 2 insertions(+), 4 deletions(-)
40930 commit 9bd629ccd064e739789e504c41ad875eed93abba
40931 Author: Behdad Esfahbod <behdad@behdad.org>
40932 Date: Tue Aug 4 21:42:23 2009 -0400
40936 src/hb-open-file-private.hh | 1 +
40937 src/hb-open-types-private.hh | 5 +++++
40938 src/hb-ot-layout-gsub-private.hh | 3 +--
40939 3 files changed, 7 insertions(+), 2 deletions(-)
40941 commit 5ff4e13143c227fa57854c987b5a98e610f89361
40942 Author: Behdad Esfahbod <behdad@behdad.org>
40943 Date: Tue Aug 4 21:35:32 2009 -0400
40945 [HB] Avoid infinite recusion in Extension sanitize()
40947 src/hb-ot-layout-gpos-private.hh | 1 +
40948 src/hb-ot-layout-gsub-private.hh | 1 +
40949 2 files changed, 2 insertions(+)
40951 commit d60bb8ca2ae6edf29b2227b56c57f0d16879370b
40952 Author: Behdad Esfahbod <behdad@behdad.org>
40953 Date: Tue Aug 4 21:32:57 2009 -0400
40955 [HB] Hook Sanitizer up. Hell's breaking loose right now
40957 src/hb-font.cc | 7 ++-----
40958 src/hb-open-types-private.hh | 2 +-
40959 src/hb-ot-layout.cc | 12 ++++++------
40960 3 files changed, 9 insertions(+), 12 deletions(-)
40962 commit 679f41fe61242aa8d7f45b64bdb66395aa530fe2
40963 Author: Behdad Esfahbod <behdad@behdad.org>
40964 Date: Tue Aug 4 21:32:06 2009 -0400
40968 src/hb-ot-layout.cc | 2 ++
40969 1 file changed, 2 insertions(+)
40971 commit 4e8a0602bb0b3cbf7f26cc38790e37cdec7b0b37
40972 Author: Behdad Esfahbod <behdad@behdad.org>
40973 Date: Tue Aug 4 20:52:47 2009 -0400
40977 src/hb-open-types-private.hh | 58
40978 ++++++++++++++++++++++++++++++++++++++++----
40979 1 file changed, 53 insertions(+), 5 deletions(-)
40981 commit 2765d333e523a13dbd932fa33f3b39a5cf83f0f7
40982 Author: Behdad Esfahbod <behdad@behdad.org>
40983 Date: Tue Aug 4 20:50:18 2009 -0400
40987 src/hb-open-file-private.hh | 3 +++
40988 1 file changed, 3 insertions(+)
40990 commit a328d66e6a8122f7d4d71941449d4d0136203e08
40991 Author: Behdad Esfahbod <behdad@behdad.org>
40992 Date: Tue Aug 4 20:27:05 2009 -0400
40996 src/hb-ot-layout-gdef-private.hh | 2 +-
40997 src/hb-ot-layout-gpos-private.hh | 2 +-
40998 src/hb-ot-layout-gsub-private.hh | 2 +-
40999 src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
41000 4 files changed, 5 insertions(+), 5 deletions(-)
41002 commit 577c1116493d785d3455626612f97dabb383abf0
41003 Author: Behdad Esfahbod <behdad@behdad.org>
41004 Date: Tue Aug 4 19:31:02 2009 -0400
41006 [HB] Shuffle code around
41008 src/hb-open-types-private.hh | 127
41009 ++++++++++++++++++++++---------------------
41010 1 file changed, 65 insertions(+), 62 deletions(-)
41012 commit b1e187fc6365f5355c652a61494a5e9f6acf51b4
41013 Author: Behdad Esfahbod <behdad@behdad.org>
41014 Date: Tue Aug 4 15:28:49 2009 -0400
41016 [HB] More sanitize infrastructure
41018 src/hb-open-types-private.hh | 29 ++++++++++++++++++++++++++++-
41019 1 file changed, 28 insertions(+), 1 deletion(-)
41021 commit b508e5ccd528f3f0f49f545bd5f30a525d5abd5a
41022 Author: Behdad Esfahbod <behdad@behdad.org>
41023 Date: Tue Aug 4 15:07:24 2009 -0400
41025 [HB] open-file sanitize()
41027 src/hb-open-file-private.hh | 46
41028 ++++++++++++++++++++++++++++++++++++++++----
41029 src/hb-open-types-private.hh | 13 +++++++++++++
41030 2 files changed, 55 insertions(+), 4 deletions(-)
41032 commit 738c54d9caa3affc4b434e56bfb810ff6dc9b0b3
41033 Author: Behdad Esfahbod <behdad@behdad.org>
41034 Date: Tue Aug 4 14:42:46 2009 -0400
41036 [HB] Tag sanitize()
41038 src/hb-open-types-private.hh | 8 ++++++++
41039 src/hb-ot-layout-common-private.hh | 6 +-----
41040 2 files changed, 9 insertions(+), 5 deletions(-)
41042 commit e49a84c9e37c08808880e74e94c8160731ababa1
41043 Author: Behdad Esfahbod <behdad@behdad.org>
41044 Date: Tue Aug 4 14:33:23 2009 -0400
41046 [HB] GDEF sanitize()
41048 src/hb-ot-layout-gdef-private.hh | 54
41049 ++++++++++++++++++++++++++++++++++++
41050 src/hb-ot-layout-gpos-private.hh | 2 +-
41051 src/hb-ot-layout-gsub-private.hh | 2 +-
41052 src/hb-ot-layout-gsubgpos-private.hh | 2 +-
41053 4 files changed, 57 insertions(+), 3 deletions(-)
41055 commit 18939487d04dba86880b0af8e89cf2cc44a431f5
41056 Author: Behdad Esfahbod <behdad@behdad.org>
41057 Date: Tue Aug 4 14:27:56 2009 -0400
41059 [HB] Fix Extension sanitize()
41061 src/hb-ot-layout-gpos-private.hh | 3 ++-
41062 src/hb-ot-layout-gsub-private.hh | 3 ++-
41063 src/hb-ot-layout-gsubgpos-private.hh | 2 +-
41064 3 files changed, 5 insertions(+), 3 deletions(-)
41066 commit f2be750981be58a723831e69b1670275851d4be9
41067 Author: Behdad Esfahbod <behdad@behdad.org>
41068 Date: Tue Aug 4 14:12:46 2009 -0400
41070 [HB] Remove stale TODO
41072 src/hb-ot-layout.cc | 2 --
41073 1 file changed, 2 deletions(-)
41075 commit ac26e2a838d1266bb5f39c43245eb2a52c5e072d
41076 Author: Behdad Esfahbod <behdad@behdad.org>
41077 Date: Tue Aug 4 14:10:39 2009 -0400
41079 [HB] Hookup NEUTER()
41081 src/hb-open-types-private.hh | 6 +++---
41082 1 file changed, 3 insertions(+), 3 deletions(-)
41084 commit 15164d9258a74122a4db748d35532bd72c47cec2
41085 Author: Behdad Esfahbod <behdad@behdad.org>
41086 Date: Tue Aug 4 13:57:41 2009 -0400
41088 [HB] Fix mix warnings
41090 src/Makefile.am | 2 +-
41091 src/hb-font.cc | 15 +++------------
41092 src/hb-open-types-private.hh | 2 +-
41093 src/hb-ot-layout-common-private.hh | 6 +++---
41094 src/hb-ot-layout-gdef-private.hh | 2 +-
41095 src/hb-ot-layout-gpos-private.hh | 9 ++++-----
41096 src/hb-ot-layout.cc | 2 +-
41097 src/main.cc | 4 +---
41098 8 files changed, 15 insertions(+), 27 deletions(-)
41100 commit 42b778f89e0818fe06910ce04e2203485823da09
41101 Author: Behdad Esfahbod <behdad@behdad.org>
41102 Date: Tue Aug 4 13:30:49 2009 -0400
41104 [HB] GPOS sanitize()
41106 src/hb-open-types-private.hh | 22 ++++-
41107 src/hb-ot-layout-gpos-private.hh | 195
41108 ++++++++++++++++++++++++++++++++++++++-
41109 src/hb-ot-layout-gsub-private.hh | 2 -
41110 3 files changed, 213 insertions(+), 6 deletions(-)
41112 commit dc9c4d93cd0f3ac991f32df08c1c17fc389054c0
41113 Author: Behdad Esfahbod <behdad@behdad.org>
41114 Date: Tue Aug 4 12:26:26 2009 -0400
41116 [HB] Sanitize DeviceTable
41118 src/hb-open-types-private.hh | 8 ++++----
41119 src/hb-ot-layout-common-private.hh | 17 ++++++++++++++---
41120 src/hb-ot-layout-gsub-private.hh | 2 +-
41121 3 files changed, 19 insertions(+), 8 deletions(-)
41123 commit ad3a3cd4955661c591b20af1f2c493432f0bebf0
41124 Author: Behdad Esfahbod <behdad@behdad.org>
41125 Date: Tue Aug 4 12:13:52 2009 -0400
41129 src/hb-ot-layout-gsub-private.hh | 2 +-
41130 1 file changed, 1 insertion(+), 1 deletion(-)
41132 commit 95639fccc1ef18eadeb737e8b611d1d1f1315fc2
41133 Author: Behdad Esfahbod <behdad@behdad.org>
41134 Date: Tue Aug 4 12:05:24 2009 -0400
41136 [HB] Fix couple of bugs
41138 src/hb-open-types-private.hh | 6 +++---
41139 1 file changed, 3 insertions(+), 3 deletions(-)
41141 commit 2b5a59c277f4c5bf7aac9a9005054763e322e02d
41142 Author: Behdad Esfahbod <behdad@behdad.org>
41143 Date: Tue Aug 4 11:38:50 2009 -0400
41145 [HB] More cast cleanup
41147 src/hb-open-types-private.hh | 23 ++++++++-----
41148 src/hb-ot-layout-common-private.hh | 7 ++--
41149 src/hb-ot-layout-gsub-private.hh | 27 ++++++---------
41150 src/hb-ot-layout-gsubgpos-private.hh | 64
41151 +++++++++++++-----------------------
41152 4 files changed, 50 insertions(+), 71 deletions(-)
41154 commit 196598bbccff08415ff5192314cba044df258cad
41155 Author: Behdad Esfahbod <behdad@behdad.org>
41156 Date: Tue Aug 4 11:04:32 2009 -0400
41158 [Hb] Use reinterpret casts instead of direct casts to char *
41160 src/hb-open-file-private.hh | 4 ++--
41161 src/hb-open-types-private.hh | 19 +++++++++++-----
41162 src/hb-ot-layout-common-private.hh | 8 +++----
41163 src/hb-ot-layout-gpos-private.hh | 12 +++++-----
41164 src/hb-ot-layout-gsub-private.hh | 20 ++++++++--------
41165 src/hb-ot-layout-gsubgpos-private.hh | 44
41166 ++++++++++++++++++------------------
41167 6 files changed, 57 insertions(+), 50 deletions(-)
41169 commit 92b5dd8e71e1bdeaa6e86a53f167683a3f5f4289
41170 Author: Behdad Esfahbod <behdad@behdad.org>
41171 Date: Tue Aug 4 10:41:32 2009 -0400
41173 [HB] Merge more templates
41175 src/hb-open-types-private.hh | 167
41176 ++++++++++++++-----------------------------
41177 1 file changed, 55 insertions(+), 112 deletions(-)
41179 commit e6ab2c59ba2d37942ac5fcbfe61d38b7e359ac8c
41180 Author: Behdad Esfahbod <behdad@behdad.org>
41181 Date: Tue Aug 4 10:23:01 2009 -0400
41183 [HB] Simplify indirect sanitize()
41185 src/hb-open-types-private.hh | 52
41186 ++++++++++++++++++--------------------
41187 src/hb-ot-layout-common-private.hh | 11 +-------
41188 2 files changed, 26 insertions(+), 37 deletions(-)
41190 commit 29d8644a315ebe6976f15db2fe96069376d9b8cd
41191 Author: Behdad Esfahbod <behdad@behdad.org>
41192 Date: Tue Aug 4 02:27:37 2009 -0400
41194 [HB] Finish GSUB sanitize()
41196 src/hb-ot-layout-gsub-private.hh | 21 ++++++++++++++++++++-
41197 1 file changed, 20 insertions(+), 1 deletion(-)
41199 commit cf086adca1b7b5a361a248808f9a847e513d3630
41200 Author: Behdad Esfahbod <behdad@behdad.org>
41201 Date: Tue Aug 4 02:14:24 2009 -0400
41205 src/hb-ot-layout-common-private.hh | 6 ++++--
41206 1 file changed, 4 insertions(+), 2 deletions(-)
41208 commit a97ce570ab693190350886e4e80942851c4d5727
41209 Author: Behdad Esfahbod <behdad@behdad.org>
41210 Date: Tue Aug 4 02:10:48 2009 -0400
41212 [HB] Optimize sanitize()
41214 src/hb-open-types-private.hh | 7 ++++++-
41215 1 file changed, 6 insertions(+), 1 deletion(-)
41217 commit cd3827ee567612c5500206b62840702fc956e0f5
41218 Author: Behdad Esfahbod <behdad@behdad.org>
41219 Date: Tue Aug 4 02:09:34 2009 -0400
41221 [HB] More sanitize()
41223 src/hb-open-file-private.hh | 2 +-
41224 src/hb-open-types-private.hh | 12 ++++---
41225 src/hb-ot-layout-common-private.hh | 64
41226 +++++++++++++++++++++++++++++++-----
41227 src/hb-ot-layout-gdef-private.hh | 2 +-
41228 src/hb-ot-layout-gsubgpos-private.hh | 15 +++++++--
41229 5 files changed, 79 insertions(+), 16 deletions(-)
41231 commit 70de50c11ed7037b20eb6814ff60f6e32a9944e4
41232 Author: Behdad Esfahbod <behdad@behdad.org>
41233 Date: Tue Aug 4 00:58:28 2009 -0400
41235 [HB] Start sanitize()
41237 src/hb-open-types-private.hh | 105 ++++++++++++++++++++++++++++-
41238 src/hb-ot-layout-common-private.hh | 48 +++++++++++++-
41239 src/hb-ot-layout-gsub-private.hh | 125
41240 ++++++++++++++++++++++++++++++++++-
41241 src/hb-ot-layout-gsubgpos-private.hh | 104 +++++++++++++++++++++++++++++
41242 4 files changed, 376 insertions(+), 6 deletions(-)
41244 commit 5fc22e647c8a2bf6d3cb59185e351ac625e7e322
41245 Author: Behdad Esfahbod <behdad@behdad.org>
41246 Date: Mon Aug 3 22:43:02 2009 -0400
41248 [HB] Remove use of typeof()
41250 src/hb-blob.c | 4 ++--
41251 src/hb-buffer.c | 2 +-
41252 src/hb-font.cc | 14 +++++++-------
41253 src/hb-object-private.h | 4 ++--
41254 4 files changed, 12 insertions(+), 12 deletions(-)
41256 commit 70e0f2a75ec1559f2f70ada837ce4bc4baca49e3
41257 Author: Behdad Esfahbod <behdad@behdad.org>
41258 Date: Mon Aug 3 22:01:47 2009 -0400
41260 [HB] Make it all work again
41262 src/hb-font.cc | 23 ++++++++++++---------
41263 src/hb-ot-layout-private.h | 9 +++++---
41264 src/hb-ot-layout.cc | 51
41265 +++++++++++++++++++++++-----------------------
41266 3 files changed, 44 insertions(+), 39 deletions(-)
41268 commit 23c86aa0009324433e78fcd0c47f2c0ff14b1949
41269 Author: Behdad Esfahbod <behdad@behdad.org>
41270 Date: Mon Aug 3 21:40:20 2009 -0400
41272 [HB] Use face_t directly instead of ot_layout_t
41275 src/hb-font-private.h | 4 +
41276 src/hb-font.cc | 74 +++++++++---
41277 src/hb-font.h | 3 +
41278 src/hb-object-private.h | 36 +++---
41279 src/hb-ot-layout-gdef-private.hh | 2 +
41280 src/hb-ot-layout-gpos-private.hh | 14 +--
41281 src/hb-ot-layout-gsub-private.hh | 32 ++---
41282 src/hb-ot-layout-gsubgpos-private.hh | 8 +-
41283 src/hb-ot-layout-private.h | 40 ++++---
41284 src/hb-ot-layout.cc | 220
41285 +++++++++++++++--------------------
41286 11 files changed, 237 insertions(+), 197 deletions(-)
41288 commit fc6c94002dd5478cf9fbdaff12d8374a786c85e1
41289 Author: Behdad Esfahbod <behdad@behdad.org>
41290 Date: Mon Aug 3 21:27:08 2009 -0400
41292 [HB] Simplify sub-blob support
41294 src/hb-blob.c | 172
41295 ++++++++++++++++++++++------------------------------------
41296 src/hb-blob.h | 14 +++--
41297 2 files changed, 74 insertions(+), 112 deletions(-)
41299 commit a26442437ae9f11674e0d68cd5cbf395ade7695d
41300 Author: Behdad Esfahbod <behdad@behdad.org>
41301 Date: Mon Aug 3 17:53:29 2009 -0400
41305 src/hb-blob.c | 162
41306 +++++++++++++++++++++++++++++++++++++++++++++++++---------
41307 src/hb-blob.h | 12 ++++-
41308 2 files changed, 147 insertions(+), 27 deletions(-)
41310 commit b28e21b90c4105a0c2e17009b748777294614664
41311 Author: Behdad Esfahbod <behdad@behdad.org>
41312 Date: Sun Aug 2 20:06:48 2009 -0400
41314 [HB] Rename hb-font.c to hb-font.cc
41316 src/Makefile.am | 2 +-
41317 src/hb-font.c | 349
41318 --------------------------------------------------------
41319 src/hb-font.cc | 349
41320 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
41321 3 files changed, 350 insertions(+), 350 deletions(-)
41323 commit 5f5b24f99f52bbc922e238b65c06061ba07c8548
41324 Author: Behdad Esfahbod <behdad@behdad.org>
41325 Date: Sun Aug 2 20:03:12 2009 -0400
41327 [OT] Rename C++ header files from *.h to *.hh
41329 src/Makefile.am | 14 +-
41330 src/hb-open-file-private.h | 145 ----
41331 src/hb-open-file-private.hh | 145 ++++
41332 src/hb-open-types-private.h | 386 ----------
41333 src/hb-open-types-private.hh | 386 ++++++++++
41334 src/hb-ot-layout-common-private.h | 447 -----------
41335 src/hb-ot-layout-common-private.hh | 447 +++++++++++
41336 src/hb-ot-layout-gdef-private.h | 320 --------
41337 src/hb-ot-layout-gdef-private.hh | 320 ++++++++
41338 src/hb-ot-layout-gpos-private.h | 1355
41339 ----------------------------------
41340 src/hb-ot-layout-gpos-private.hh | 1355
41341 ++++++++++++++++++++++++++++++++++
41342 src/hb-ot-layout-gsub-private.h | 751 -------------------
41343 src/hb-ot-layout-gsub-private.hh | 751 +++++++++++++++++++
41344 src/hb-ot-layout-gsubgpos-private.h | 773 -------------------
41345 src/hb-ot-layout-gsubgpos-private.hh | 773 +++++++++++++++++++
41346 src/hb-ot-layout.cc | 8 +-
41348 17 files changed, 4191 insertions(+), 4191 deletions(-)
41350 commit 2098a021a826e76ee27d5db74e32738d7d1c3d30
41351 Author: Behdad Esfahbod <behdad@behdad.org>
41352 Date: Sun Aug 2 19:57:00 2009 -0400
41354 [HB] Move OT file handling out of ot-layout
41356 src/Makefile.am | 3 +-
41357 src/hb-open-file-private.h | 145 +++++++++++
41358 src/hb-open-types-private.h | 386 +++++++++++++++++++++++++++++
41359 src/hb-ot-layout-common-private.h | 4 +-
41360 src/hb-ot-layout-open-private.h | 495
41361 --------------------------------------
41362 src/hb-ot-layout.cc | 2 +-
41364 7 files changed, 539 insertions(+), 500 deletions(-)
41366 commit 0ead481a5a8623103565fd7d924666e7342278dd
41367 Author: Behdad Esfahbod <behdad@behdad.org>
41368 Date: Sun Aug 2 17:41:36 2009 -0400
41370 [HB] Port ot-layout to new public API
41373 src/hb-common.h | 1 +
41374 src/hb-font.c | 9 +
41375 src/hb-font.h | 3 +
41376 src/hb-ot-layout-gdef-private.h | 32 ++--
41377 src/hb-ot-layout-gpos-private.h | 106 ++++++------
41378 src/hb-ot-layout-gsub-private.h | 50 +++---
41379 src/hb-ot-layout-gsubgpos-private.h | 12 +-
41380 src/hb-ot-layout-private.h | 36 +++-
41381 src/hb-ot-layout.cc | 334
41382 ++++++++++++++++++++----------------
41383 src/hb-ot-layout.h | 207 ++++++++++------------
41384 11 files changed, 415 insertions(+), 376 deletions(-)
41386 commit 678bed433371d90536976a2d57195c1e1867f766
41387 Author: Behdad Esfahbod <behdad@behdad.org>
41388 Date: Sun Aug 2 15:35:31 2009 -0400
41390 [HB] Add top-level header files
41392 src/Makefile.am | 2 ++
41393 src/hb-ot.h | 34 ++++++++++++++++++++++++++++++++++
41394 src/hb.h | 35 +++++++++++++++++++++++++++++++++++
41395 3 files changed, 71 insertions(+)
41397 commit 2c80296aa5991ad67483889147f5c84fefe54af2
41398 Author: Behdad Esfahbod <behdad@behdad.org>
41399 Date: Sun Aug 2 15:20:22 2009 -0400
41403 src/hb-ot-layout-private.h | 2 ++
41404 src/hb-ot-layout.cc | 7 ++-----
41405 2 files changed, 4 insertions(+), 5 deletions(-)
41407 commit c46f8efd6ddd981b5724b2600ac98a80193385be
41408 Author: Behdad Esfahbod <behdad@behdad.org>
41409 Date: Sat Aug 1 23:06:27 2009 -0400
41411 [HB] Rename _duplicate to _copy
41413 To be in line with cairo
41415 src/hb-font.c | 4 ++--
41416 src/hb-font.h | 4 ++--
41417 2 files changed, 4 insertions(+), 4 deletions(-)
41419 commit f1ebe44985e2192844cf1747a4e36ed81e715ce6
41420 Author: Behdad Esfahbod <behdad@behdad.org>
41421 Date: Sat Aug 1 22:55:11 2009 -0400
41425 src/TODO | 10 +---------
41426 1 file changed, 1 insertion(+), 9 deletions(-)
41428 commit f1322e52d557726baa010be8d35a594748e8fa1a
41429 Author: Behdad Esfahbod <behdad@behdad.org>
41430 Date: Sat Aug 1 22:53:04 2009 -0400
41432 [HB] Cleanup public buffer structs
41434 src/hb-buffer-private.h | 46
41435 +++++++++++++++++++++++++++++++-------
41436 src/hb-buffer.c | 49
41437 +++++++++++++++++++++--------------------
41438 src/hb-buffer.h | 35 ++++++++++++++---------------
41439 src/hb-ot-layout-gpos-private.h | 8 +++----
41440 src/hb-ot-layout-private.h | 5 +++--
41441 src/hb-ot-layout.cc | 20 ++++++++---------
41442 6 files changed, 97 insertions(+), 66 deletions(-)
41444 commit 6d5bb18e93d2a53350b342869a3ec8f25f0396c2
41445 Author: Behdad Esfahbod <behdad@behdad.org>
41446 Date: Sat Aug 1 22:25:04 2009 -0400
41448 [OT] Match struct with HB's
41450 src/hb-buffer.c | 6 +++---
41451 src/hb-buffer.h | 2 +-
41452 src/hb-ot-layout.cc | 12 ++++++------
41453 3 files changed, 10 insertions(+), 10 deletions(-)
41455 commit 11fbb5487d9900a019440ef8235f35c9f525decb
41456 Author: Behdad Esfahbod <behdad@behdad.org>
41457 Date: Sat Aug 1 22:19:06 2009 -0400
41459 [HB] Port buffert to new object API
41461 src/hb-buffer-private.h | 24 +++++++++++++++---
41462 src/hb-buffer.c | 65
41463 +++++++++++++++++++++++++++++++++++++------------
41464 src/hb-buffer.h | 53 +++++++++++++++++++++++++---------------
41465 3 files changed, 104 insertions(+), 38 deletions(-)
41467 commit 0cc7bc59ea6e8f38bf1e196c558cca9862ac3302
41468 Author: Behdad Esfahbod <behdad@behdad.org>
41469 Date: Sat Aug 1 21:38:39 2009 -0400
41471 [HB] Move typedef's around
41473 src/hb-blob.h | 2 ++
41474 src/hb-common.h | 9 ---------
41475 src/hb-font.h | 10 ++++++++++
41476 3 files changed, 12 insertions(+), 9 deletions(-)
41478 commit a12dd324a3859496a95602d426aee34ce6c5c8a6
41479 Author: Behdad Esfahbod <behdad@behdad.org>
41480 Date: Sat Aug 1 21:36:15 2009 -0400
41482 [HB] Add get_reference_count()
41484 src/hb-blob.c | 6 ++++++
41485 src/hb-blob.h | 3 +++
41486 src/hb-font.c | 24 ++++++++++++++++++++++++
41487 src/hb-font.h | 12 ++++++++++++
41488 src/hb-object-private.h | 7 +++++++
41489 5 files changed, 52 insertions(+)
41491 commit baec684fde2303edb16341bfcf1022cd72acf129
41492 Author: Behdad Esfahbod <behdad@behdad.org>
41493 Date: Sat Aug 1 21:06:11 2009 -0400
41495 [HB] Remove glib dependency
41497 src/Makefile.am | 7 ++-----
41498 src/hb-buffer.c | 2 +-
41499 src/hb-private.h | 30 ++++++++++++++++++------------
41501 4 files changed, 22 insertions(+), 18 deletions(-)
41503 commit df66028781a7609a515980e64396e6f1044d764a
41504 Author: Behdad Esfahbod <behdad@behdad.org>
41505 Date: Sat Aug 1 20:46:02 2009 -0400
41507 [HB] Assorted compiler macros
41509 src/hb-ot-layout-open-private.h | 4 +-
41510 src/hb-private.h | 88
41511 +++++++++++++++++++++++++++++++----------
41512 2 files changed, 70 insertions(+), 22 deletions(-)
41514 commit ba8d94ce3360bfaf2c530d01f2af69237018a531
41515 Author: Behdad Esfahbod <behdad@behdad.org>
41516 Date: Sat Aug 1 20:29:22 2009 -0400
41518 [HB] Simplify object creation
41520 src/Makefile.am | 2 +-
41521 src/hb-blob.c | 6 +--
41522 src/hb-font-private.h | 1 -
41523 src/hb-font.c | 37 ++++++------------
41524 src/hb-object-private.h | 97
41525 +++++++++++++++++++++++++++++++++++++++++++++++
41526 src/hb-private.h | 2 +
41527 src/hb-refcount-private.h | 87 ------------------------------------------
41528 7 files changed, 112 insertions(+), 120 deletions(-)
41530 commit c62b503770325819f249885dfc9d4683a69c9efd
41531 Author: Behdad Esfahbod <behdad@behdad.org>
41532 Date: Sat Aug 1 19:54:49 2009 -0400
41534 [HB] Add abstract font and face API
41538 src/Makefile.am | 3 +
41539 src/hb-blob.c | 6 +-
41540 src/hb-font-private.h | 108 +++++++++++++++
41541 src/hb-font.c | 331
41542 ++++++++++++++++++++++++++++++++++++++++++++++
41543 src/hb-font.h | 182 +++++++++++++++++++++++++
41544 src/hb-refcount-private.h | 14 +-
41545 6 files changed, 636 insertions(+), 8 deletions(-)
41547 commit 35a7383c6138fd705560f0d4bb30659cbd1ab64c
41548 Author: Behdad Esfahbod <behdad@behdad.org>
41549 Date: Sat Aug 1 19:30:31 2009 -0400
41551 [HB] Simplify refcounting functions
41553 src/hb-blob.c | 32 ++++++++++----------------------
41554 src/hb-common.h | 2 ++
41555 src/hb-private.h | 2 ++
41556 src/hb-refcount-private.h | 31 ++++++++++++++++++++++++++++++-
41557 4 files changed, 44 insertions(+), 23 deletions(-)
41559 commit 23af767a4475fecc1fe9fe9108f12c05c89bc8c9
41560 Author: Behdad Esfahbod <behdad@behdad.org>
41561 Date: Sat Aug 1 19:10:41 2009 -0400
41563 [HB] Fix for dfont's with multiple faces
41565 src/hb-ot-layout-open-private.h | 6 ++++--
41566 1 file changed, 4 insertions(+), 2 deletions(-)
41568 commit e97a95f2ea2770689bbf076d3c3ac404f273271e
41569 Author: Behdad Esfahbod <behdad@behdad.org>
41570 Date: Sat Aug 1 19:05:44 2009 -0400
41572 [HB] Use calloc instead of malloc where feasible
41574 src/hb-blob.c | 8 +++++---
41575 src/hb-buffer.c | 4 ++--
41576 2 files changed, 7 insertions(+), 5 deletions(-)
41578 commit 0090dc0f67b553d2f6eaaedc289c0956ade09ef6
41579 Author: Behdad Esfahbod <behdad@behdad.org>
41580 Date: Thu Jul 30 16:28:45 2009 -0400
41582 [HB] Remove hinting setting and use ppem==0 to mean "no hinting"
41584 src/hb-blob.h | 3 ---
41585 src/hb-common.h | 9 +++++++++
41586 src/hb-ot-layout-gpos-private.h | 36 ++++++++++++++++++++++++------------
41587 src/hb-ot-layout-private.h | 2 --
41588 src/hb-ot-layout.cc | 7 -------
41589 src/hb-ot-layout.h | 4 ----
41590 6 files changed, 33 insertions(+), 28 deletions(-)
41592 commit f0954d1e08ae288eda9904e17108fc73f48c0b98
41593 Author: Behdad Esfahbod <behdad@behdad.org>
41594 Date: Thu Jul 30 15:33:57 2009 -0400
41596 [HB] Add a "blob" manager
41598 src/Makefile.am | 5 +-
41599 src/hb-blob.c | 181
41600 ++++++++++++++++++++++++++++++++++++++++++++++
41601 src/hb-blob.h | 74 +++++++++++++++++++
41602 src/hb-private.h | 2 +
41603 src/hb-refcount-private.h | 54 ++++++++++++++
41604 5 files changed, 315 insertions(+), 1 deletion(-)
41606 commit 02a370697d25b986dbf1d5c38f46a89a4833b495
41607 Author: Behdad Esfahbod <behdad@behdad.org>
41608 Date: Wed Jul 29 18:41:25 2009 -0400
41610 [HB] Move direction to buffer
41612 src/hb-buffer.c | 9 +++++++++
41613 src/hb-buffer.h | 14 ++++++++++++++
41614 src/hb-ot-layout-gpos-private.h | 2 +-
41615 src/hb-ot-layout-private.h | 1 -
41616 src/hb-ot-layout.cc | 7 -------
41617 src/hb-ot-layout.h | 5 -----
41618 6 files changed, 24 insertions(+), 14 deletions(-)
41620 commit 7cda6fa24c26887c5543d0657b07aad466452cb3
41621 Author: Behdad Esfahbod <behdad@behdad.org>
41622 Date: Wed Jul 29 18:37:57 2009 -0400
41624 [HB] Rename internal vars
41626 src/hb-ot-layout-gsubgpos-private.h | 56
41627 ++++++++++++++++++-------------------
41628 1 file changed, 28 insertions(+), 28 deletions(-)
41630 commit b196e6f2743d631ef181f1116370be3055063d36
41631 Author: Behdad Esfahbod <behdad@behdad.org>
41632 Date: Tue Jul 28 15:50:42 2009 -0400
41634 [HB] Fix buffer enlargement. Ouch
41636 src/hb-buffer.c | 2 +-
41637 1 file changed, 1 insertion(+), 1 deletion(-)
41639 commit f9cd1014f8f4d0394b5e0e9eefc1e2af13c59cab
41640 Author: Behdad Esfahbod <behdad@behdad.org>
41641 Date: Tue Jul 28 15:43:34 2009 -0400
41643 Apply patch from Jonathan Kew
41645 src/hb-buffer.c | 75
41646 ++++++++++++++++++++++++++++-------------------------
41647 src/hb-buffer.h | 6 ++++-
41648 src/hb-ot-layout.cc | 31 ++++++++++++++++++++++
41649 src/hb-ot-layout.h | 15 +++++++++++
41650 src/hb-private.h | 2 +-
41651 5 files changed, 91 insertions(+), 38 deletions(-)
41653 commit 2ebb89d63dd27e800f2b6cbf624924601105f48a
41654 Author: Behdad Esfahbod <behdad@behdad.org>
41655 Date: Sat Jul 25 19:09:01 2009 -0400
41659 This reverts commit c939f6aff405ca7b10b1f1538f46148bff719fcb.
41661 src/Makefile.am | 2 -
41662 src/hb-buffer.c | 9 ---
41663 src/hb-buffer.h | 14 -----
41664 src/hb-common.h | 3 -
41665 src/hb-ot-layout-gdef-private.h | 32 +++++------
41666 src/hb-ot-layout-gpos-private.h | 108
41667 ++++++++++++++++++------------------
41668 src/hb-ot-layout-gsub-private.h | 46 +++++++--------
41669 src/hb-ot-layout-gsubgpos-private.h | 68 +++++++++++------------
41670 src/hb-ot-layout-private.h | 28 ++++------
41671 src/hb-ot-layout.cc | 30 ++++++++++
41672 src/hb-ot-layout.h | 5 ++
41673 src/hb-private.h | 16 ------
41674 12 files changed, 174 insertions(+), 187 deletions(-)
41676 commit 55520d2af172f5f6617b909e80cbd7d898f2bc15
41677 Author: Behdad Esfahbod <behdad@behdad.org>
41678 Date: Wed Jun 10 23:26:51 2009 -0400
41682 src/Makefile.am | 2 +
41683 src/hb-buffer.c | 9 +++
41684 src/hb-buffer.h | 14 +++++
41685 src/hb-common.h | 3 +
41686 src/hb-ot-layout-gdef-private.h | 32 +++++------
41687 src/hb-ot-layout-gpos-private.h | 108
41688 ++++++++++++++++++------------------
41689 src/hb-ot-layout-gsub-private.h | 46 +++++++--------
41690 src/hb-ot-layout-gsubgpos-private.h | 68 +++++++++++------------
41691 src/hb-ot-layout-private.h | 28 ++++++----
41692 src/hb-ot-layout.cc | 30 ----------
41693 src/hb-ot-layout.h | 5 --
41694 src/hb-private.h | 16 ++++++
41695 12 files changed, 187 insertions(+), 174 deletions(-)
41697 commit f53d434b9151c4ec43c148734b49bb165e522cc9
41698 Author: Behdad Esfahbod <behdad@behdad.org>
41699 Date: Sat May 30 22:17:32 2009 -0400
41701 [GPOS] Advance buffer cursor in SinglePos lookups. Ouch!
41703 src/hb-ot-layout-gpos-private.h | 4 ++++
41704 1 file changed, 4 insertions(+)
41706 commit e35bbd570a5d914f86f1ea83941ee4328f268059
41707 Author: Behdad Esfahbod <behdad@behdad.org>
41708 Date: Sat May 30 12:02:46 2009 -0400
41710 [HB] Improve buffer. Don't dup out buffer unless out is longer
41713 That is, we work in-place even for ligatures now.
41715 src/hb-buffer.c | 156
41716 ++++++++++++++++++++++++--------------------------------
41717 src/hb-buffer.h | 7 ++-
41718 2 files changed, 71 insertions(+), 92 deletions(-)
41720 commit 6734ed4b6b2ce382917bf644aaf1acfa993f00ad
41721 Author: Behdad Esfahbod <behdad@behdad.org>
41722 Date: Wed May 27 18:16:55 2009 -0400
41724 [GPOS] Fix property checking
41726 src/hb-ot-layout-gpos-private.h | 6 +++---
41727 1 file changed, 3 insertions(+), 3 deletions(-)
41729 commit cc83ae12484108586fba6586bd9008971338b322
41730 Author: Behdad Esfahbod <behdad@behdad.org>
41731 Date: Wed May 27 00:17:37 2009 -0400
41733 [GPOS] Add vertical TODO
41735 src/hb-ot-layout-gpos-private.h | 2 ++
41736 1 file changed, 2 insertions(+)
41738 commit b69d38e7eaea544ba6c1876cdc6ddac61a698dd3
41739 Author: Behdad Esfahbod <behdad@behdad.org>
41740 Date: Tue May 26 22:29:02 2009 -0400
41742 [HB] Remove useless include
41744 src/hb-ot-layout-private.h | 3 ---
41745 1 file changed, 3 deletions(-)
41747 commit 6c8108cb583292a679b05844ab613b7f4587adc6
41748 Author: Behdad Esfahbod <behdad@behdad.org>
41749 Date: Tue May 26 22:26:08 2009 -0400
41751 [GPOS] Remove unused variables
41753 src/hb-ot-layout-gpos-private.h | 3 +--
41754 1 file changed, 1 insertion(+), 2 deletions(-)
41756 commit 09c292e3b688a67fbae67b645d1e6ffcf8d8eb6e
41757 Author: Behdad Esfahbod <behdad@behdad.org>
41758 Date: Tue May 26 19:48:16 2009 -0400
41760 [HB] Fix glyph properties
41762 src/hb-ot-layout-common-private.h | 6 +++---
41763 src/hb-ot-layout-open-private.h | 2 +-
41764 src/hb-ot-layout.cc | 2 +-
41765 3 files changed, 5 insertions(+), 5 deletions(-)
41767 commit 64e33f008ff9cc807fdfdc4553ad3fe01bb0615f
41768 Author: Behdad Esfahbod <behdad@behdad.org>
41769 Date: Tue May 26 18:57:56 2009 -0400
41771 [GPOS] Fix PairPos signedness
41773 src/hb-ot-layout-gpos-private.h | 11 ++++-------
41774 1 file changed, 4 insertions(+), 7 deletions(-)
41776 commit 80ea5bd10e72561a7627a5196621a6d7eccd91b7
41777 Author: Behdad Esfahbod <behdad@behdad.org>
41778 Date: Tue May 26 17:58:37 2009 -0400
41780 [GPOS] Fix mark matching
41782 src/hb-ot-layout-gpos-private.h | 44
41783 +++++++++++++++++++----------------------
41784 1 file changed, 20 insertions(+), 24 deletions(-)
41786 commit 4189b92aaa41e4a1756c561cc6e08b0ed024afda
41787 Author: Behdad Esfahbod <behdad@behdad.org>
41788 Date: Tue May 26 17:31:56 2009 -0400
41790 [HB] When looking back/forward, skip marks only
41793 src/hb-ot-layout-gpos-private.h | 13 ++-----
41794 src/hb-ot-layout-gsub-private.h | 38 +++++++++-----------
41795 src/hb-ot-layout-gsubgpos-private.h | 14 ++++----
41796 src/hb-ot-layout-private.h | 6 ++++
41797 src/hb-ot-layout.cc | 69
41798 ++++++++++++++++++++++++-------------
41799 6 files changed, 76 insertions(+), 65 deletions(-)
41801 commit 1246e41021ab1d782b4c97e5d81c4917a57e3ed4
41802 Author: Behdad Esfahbod <behdad@behdad.org>
41803 Date: Tue May 26 15:58:34 2009 -0400
41805 [GDEF] Support MarkFilteringSets
41807 src/hb-ot-layout.cc | 59
41808 +++++++++++++++++++----------------------------------
41809 1 file changed, 21 insertions(+), 38 deletions(-)
41811 commit 5130c35e93528bcf3095fee5baf3847589167a58
41812 Author: Behdad Esfahbod <behdad@behdad.org>
41813 Date: Tue May 26 15:45:41 2009 -0400
41815 [HB] Simplify MarkAttachmentType handling
41817 src/hb-ot-layout-gpos-private.h | 6 +++---
41818 src/hb-ot-layout-gsub-private.h | 6 ++----
41819 src/hb-ot-layout.cc | 18 ++++++++----------
41820 3 files changed, 13 insertions(+), 17 deletions(-)
41822 commit e4b92b85a7750bd4271ad607b3c41f0184e89feb
41823 Author: Behdad Esfahbod <behdad@behdad.org>
41824 Date: Tue May 26 15:38:53 2009 -0400
41826 [HB] Support parsing MarkFilteringSets introduced in OpenType 1.6
41828 src/hb-ot-layout-gdef-private.h | 55
41829 +++++++++++++++++++++++++++++++++++------
41830 src/hb-ot-layout-gpos-private.h | 1 +
41831 src/hb-ot-layout.cc | 6 ++---
41832 3 files changed, 51 insertions(+), 11 deletions(-)
41834 commit 515ce4ceb2ab0151d8dfc03ff0bfc7d110dd93b5
41835 Author: Behdad Esfahbod <behdad@behdad.org>
41836 Date: Tue May 26 13:08:00 2009 -0400
41838 [HB] More de-C++'ization
41840 src/hb-ot-layout-gsubgpos-private.h | 24 ++++++++++++------------
41841 1 file changed, 12 insertions(+), 12 deletions(-)
41843 commit d7df42d7ee586219475878d160f85ae5a188bd59
41844 Author: Behdad Esfahbod <behdad@behdad.org>
41845 Date: Tue May 26 13:04:59 2009 -0400
41847 [HB] Start MarkFilteringSet support
41849 src/hb-ot-layout-common-private.h | 24 +++++++++++++++++++-----
41850 1 file changed, 19 insertions(+), 5 deletions(-)
41852 commit 62964afcecd96038cfaa8bc2bc931f43ee83be7e
41853 Author: Behdad Esfahbod <behdad@behdad.org>
41854 Date: Tue May 26 12:40:10 2009 -0400
41856 [HB] Implement get_lig_carets()
41858 src/hb-ot-layout-gdef-private.h | 57
41859 ++++++++++++++++++++++++++++++++---------
41860 src/hb-ot-layout.cc | 17 +++++++++---
41861 src/hb-ot-layout.h | 8 +++++-
41862 src/main.cc | 9 +------
41863 4 files changed, 66 insertions(+), 25 deletions(-)
41865 commit 79420ad9caf2d5fc94c3693e8292edfa27060b2d
41866 Author: Behdad Esfahbod <behdad@behdad.org>
41867 Date: Tue May 26 12:24:16 2009 -0400
41869 [HB] Add get_attach_points()
41871 src/Makefile.am | 2 +-
41872 src/hb-ot-layout-gdef-private.h | 35 +++++++++++++++++++++++++----------
41873 src/hb-ot-layout-gpos-private.h | 28 +++++++---------------------
41874 src/hb-ot-layout-gsub-private.h | 28 +++++++---------------------
41875 src/hb-ot-layout-open-private.h | 12 +++---------
41876 src/hb-ot-layout.cc | 9 +++++++++
41877 src/hb-ot-layout.h | 6 ++++++
41878 src/main.cc | 8 ++++----
41879 8 files changed, 62 insertions(+), 66 deletions(-)
41881 commit 855720ca47bf5a7a44eb5b84dce9f7da6e7156bd
41882 Author: Behdad Esfahbod <behdad@behdad.org>
41883 Date: Tue May 26 12:00:28 2009 -0400
41885 [HB] Remove more macros
41887 src/hb-ot-layout-gdef-private.h | 18 +++++++++---------
41888 1 file changed, 9 insertions(+), 9 deletions(-)
41890 commit c968fc2dc87cf85b53f60a40db59d5ee7b992edf
41891 Author: Behdad Esfahbod <behdad@behdad.org>
41892 Date: Mon May 25 04:04:24 2009 -0400
41894 [HB] More buffer cleanup
41896 src/hb-buffer-private.h | 39 +++--------
41897 src/hb-buffer.c | 136
41898 ++++++++++++++++++------------------
41899 src/hb-buffer.h | 22 +++---
41900 src/hb-ot-layout-gpos-private.h | 29 ++++----
41901 src/hb-ot-layout-gsub-private.h | 10 +--
41902 src/hb-ot-layout-gsubgpos-private.h | 8 +--
41903 src/hb-ot-layout-private.h | 13 ++--
41904 src/hb-ot-layout.cc | 16 ++---
41905 src/hb-private.h | 29 --------
41906 9 files changed, 125 insertions(+), 177 deletions(-)
41908 commit 88a5f5a49b6809d88560791f9cf6b8f78f22a4ad
41909 Author: Behdad Esfahbod <behdad@behdad.org>
41910 Date: Mon May 25 03:39:11 2009 -0400
41912 [HB] Cleanup buffer
41914 src/hb-buffer-private.h | 2 +-
41915 src/hb-buffer.c | 26 ++++++++------
41916 src/hb-ot-layout-gsub-private.h | 26 +++++---------
41917 src/hb-ot-layout-gsubgpos-private.h | 2 +-
41918 src/hb-ot-layout.cc | 71
41919 -------------------------------------
41920 5 files changed, 25 insertions(+), 102 deletions(-)
41922 commit 347f0b8621d3adfec157e5634ff3defc818ea37f
41923 Author: Behdad Esfahbod <behdad@behdad.org>
41924 Date: Mon May 25 03:30:31 2009 -0400
41928 src/hb-ot-layout-private.h | 10 ++++------
41929 src/hb-ot-layout.cc | 8 ++++----
41930 2 files changed, 8 insertions(+), 10 deletions(-)
41932 commit d9d2a07f4a8696666a12f5a206aa9cfb56dc2b35
41933 Author: Behdad Esfahbod <behdad@behdad.org>
41934 Date: Mon May 25 03:24:19 2009 -0400
41936 [HB] Remove one XXX, add another
41938 src/hb-buffer.h | 2 ++
41939 src/hb-ot-layout-private.h | 3 +--
41940 2 files changed, 3 insertions(+), 2 deletions(-)
41942 commit 6c78683c042250a7b5a6fc6ebae4717b03fadf9e
41943 Author: Behdad Esfahbod <behdad@behdad.org>
41944 Date: Mon May 25 03:22:19 2009 -0400
41946 [HB] Update copyright years
41948 src/hb-buffer-private.h | 2 +-
41949 src/hb-buffer.h | 2 +-
41950 src/hb-common.h | 2 +-
41951 src/hb-ot-layout-private.h | 2 +-
41952 src/hb-ot-layout.h | 2 +-
41953 src/hb-private.h | 2 +-
41954 6 files changed, 6 insertions(+), 6 deletions(-)
41956 commit 4497af0069a94c69fc1518b1db2c1282721b732a
41957 Author: Behdad Esfahbod <behdad@behdad.org>
41958 Date: Mon May 25 03:20:18 2009 -0400
41960 [HB] Would have helped if I actually knew C++ before using it...
41962 src/hb-ot-layout-gsubgpos-private.h | 4 ++--
41963 src/hb-ot-layout-open-private.h | 24 ++++++++++++------------
41964 2 files changed, 14 insertions(+), 14 deletions(-)
41966 commit cc6c644ff2af5f6669b6ec100ff13e904872b21c
41967 Author: Behdad Esfahbod <behdad@behdad.org>
41968 Date: Mon May 25 03:10:06 2009 -0400
41972 src/hb-ot-layout-common-private.h | 4 ++--
41973 src/hb-ot-layout-open-private.h | 9 +++++----
41974 2 files changed, 7 insertions(+), 6 deletions(-)
41976 commit 20cc86b3592db33731de671f008d7d222776be49
41977 Author: Behdad Esfahbod <behdad@behdad.org>
41978 Date: Mon May 25 02:41:49 2009 -0400
41982 src/hb-ot-layout-open-private.h | 46
41983 ++++++++++++++++-------------------------
41984 1 file changed, 18 insertions(+), 28 deletions(-)
41986 commit 3ec0092c5e2d48e8c4fc1618d3bee427adddb1e7
41987 Author: Behdad Esfahbod <behdad@behdad.org>
41988 Date: Mon May 25 02:34:25 2009 -0400
41992 src/hb-ot-layout-open-private.h | 31 ++++++++++---------------------
41993 1 file changed, 10 insertions(+), 21 deletions(-)
41995 commit 6ad8d5f3c7028147b371137ae4bca6aae66b3489
41996 Author: Behdad Esfahbod <behdad@behdad.org>
41997 Date: Mon May 25 02:27:29 2009 -0400
41999 [HB] Simplify some basic things
42001 src/hb-ot-layout-open-private.h | 90
42002 +++++++++++++++++++++++++++--------------
42003 src/main.cc | 8 ++--
42004 2 files changed, 64 insertions(+), 34 deletions(-)
42006 commit f96ffd43bce0ac6d9c897933c9be0e51d543e570
42007 Author: Behdad Esfahbod <behdad@behdad.org>
42008 Date: Sun May 24 15:01:16 2009 -0400
42010 [HB] simplify macros
42012 src/hb-buffer-private.h | 4 ++--
42013 src/hb-buffer.h | 4 ++--
42014 src/hb-common.h | 8 ++++----
42015 src/hb-ot-layout-private.h | 4 ++--
42016 src/hb-ot-layout.h | 4 ++--
42017 5 files changed, 12 insertions(+), 12 deletions(-)
42019 commit 8e7b30782a12f3997b9a5a18e6b9d01f6bff8b46
42020 Author: Behdad Esfahbod <behdad@behdad.org>
42021 Date: Sun May 24 14:27:24 2009 -0400
42023 [HB] Update text files
42025 src/COPYING | 7 -------
42026 src/README | 13 ++-----------
42027 2 files changed, 2 insertions(+), 18 deletions(-)
42029 commit fa7d47249496fe00ea1ab6943b385c8dd80e5ce6
42030 Author: Behdad Esfahbod <behdad@behdad.org>
42031 Date: Sun May 24 14:24:35 2009 -0400
42033 [HB] Remove stale makefile.msc too
42035 src/makefile.msc | 19 -------------------
42036 1 file changed, 19 deletions(-)
42038 commit da2c52abcd75d46929b34cad55c4fb2c8892bc08
42039 Author: Behdad Esfahbod <behdad@behdad.org>
42040 Date: Sun May 24 14:22:22 2009 -0400
42042 [HB] Remove old code!
42044 Goodbye 16 thousand lines of ten-year old code!
42046 src/harfbuzz-dump-main.c | 97 -
42047 src/harfbuzz-dump.c | 768 ------
42048 src/harfbuzz-dump.h | 41 -
42049 src/harfbuzz-gdef-private.h | 124 -
42050 src/harfbuzz-gdef.c | 1160 --------
42051 src/harfbuzz-gdef.h | 135 -
42052 src/harfbuzz-global.h | 84 -
42053 src/harfbuzz-gpos-private.h | 712 -----
42054 src/harfbuzz-gpos.c | 6071
42055 -----------------------------------------
42056 src/harfbuzz-gpos.h | 174 --
42057 src/harfbuzz-gsub-private.h | 476 ----
42058 src/harfbuzz-gsub.c | 4304 -----------------------------
42059 src/harfbuzz-gsub.h | 140 -
42060 src/harfbuzz-impl.c | 84 -
42061 src/harfbuzz-impl.h | 126 -
42062 src/harfbuzz-open-private.h | 102 -
42063 src/harfbuzz-open.c | 1405 ----------
42064 src/harfbuzz-open.h | 282 --
42065 src/harfbuzz-stream-private.h | 83 -
42066 src/harfbuzz-stream.c | 257 --
42067 src/harfbuzz.c | 31 -
42068 src/harfbuzz.h | 35 -
42069 22 files changed, 16691 deletions(-)
42071 commit e5372f1621602dcee4e14a4b22dc182c21502a50
42072 Author: Behdad Esfahbod <behdad@behdad.org>
42073 Date: Sun May 24 14:21:27 2009 -0400
42075 [HB] Remove stale TODO mark
42077 src/hb-ot-layout-open-private.h | 1 -
42078 1 file changed, 1 deletion(-)
42080 commit 96908b898476ca5d7da5f386b15be76f9e83d76e
42081 Author: Behdad Esfahbod <behdad@behdad.org>
42082 Date: Sun May 24 12:30:40 2009 -0400
42084 [HB] Add FixedVersion cast to int
42086 src/hb-ot-layout-open-private.h | 2 ++
42087 1 file changed, 2 insertions(+)
42089 commit 957740dd253475020a94a62ec5dfcd03e3358176
42090 Author: Behdad Esfahbod <behdad@behdad.org>
42091 Date: Sun May 24 12:29:55 2009 -0400
42095 src/hb-ot-layout-open-private.h | 10 +++++-----
42096 1 file changed, 5 insertions(+), 5 deletions(-)
42098 commit 87fcdcbe3644da10154688765db2d62eb9ac079a
42099 Author: Behdad Esfahbod <behdad@behdad.org>
42100 Date: Sun May 24 01:03:24 2009 -0400
42102 [HB] Remove unused data types
42104 src/hb-ot-layout-gdef-private.h | 2 +-
42105 src/hb-ot-layout-gsubgpos-private.h | 2 +-
42106 src/hb-ot-layout-open-private.h | 54
42107 ++++---------------------------------
42108 3 files changed, 7 insertions(+), 51 deletions(-)
42110 commit 5876bf1b73fcb56cc41b4d348248a4817f9688cb
42111 Author: Behdad Esfahbod <behdad@behdad.org>
42112 Date: Sun May 24 00:53:28 2009 -0400
42114 [HB] Simplify version check in GSUB/GPOS
42116 src/hb-ot-layout-gpos-private.h | 5 ++++-
42117 src/hb-ot-layout-gsub-private.h | 5 ++++-
42118 2 files changed, 8 insertions(+), 2 deletions(-)
42120 commit 212aba6189d7aaac0bab169b77ae6bdab16800a5
42121 Author: Behdad Esfahbod <behdad@behdad.org>
42122 Date: Sun May 24 00:50:27 2009 -0400
42124 [HB] Check for GDEF/GSUB/GPOS versions
42126 src/hb-ot-layout-gdef-private.h | 3 +--
42127 src/hb-ot-layout-gpos-private.h | 3 +--
42128 src/hb-ot-layout-gsub-private.h | 3 +--
42129 src/hb-ot-layout-gsubgpos-private.h | 5 ++---
42130 src/hb-ot-layout-open-private.h | 11 ++++++++++-
42131 5 files changed, 15 insertions(+), 10 deletions(-)
42133 commit a21b5062cc32c04eeee3c4b20d26c7e2b34133e9
42134 Author: Behdad Esfahbod <behdad@behdad.org>
42135 Date: Sat May 23 22:39:42 2009 -0400
42139 src/hb-ot-layout-gdef-private.h | 6 +++---
42140 src/hb-ot-layout-open-private.h | 4 ++--
42141 2 files changed, 5 insertions(+), 5 deletions(-)
42143 commit a080b1cc2f66d6e109d431a1e09519d7cf53bb9a
42144 Author: Behdad Esfahbod <behdad@behdad.org>
42145 Date: Sat May 23 18:50:44 2009 -0400
42147 [HB] Add TODO items
42149 src/TODO | 6 ++++++
42150 1 file changed, 6 insertions(+)
42152 commit e4efdd80a8fa4edbcdec9cd84f35f5f4521943c2
42153 Author: Behdad Esfahbod <behdad@behdad.org>
42154 Date: Fri May 22 18:54:24 2009 -0400
42156 [GDEF] Add some get_carret_value() code
42158 src/hb-ot-layout-gdef-private.h | 36 ++++++++++++++++++------------------
42159 1 file changed, 18 insertions(+), 18 deletions(-)
42161 commit 9b006bc0322723d065271e4b0ea4f137f81101e1
42162 Author: Behdad Esfahbod <behdad@behdad.org>
42163 Date: Fri May 22 18:29:45 2009 -0400
42165 [GPOS] MarkLigPosFormat1
42167 GPOS is complete now! Yay!
42169 src/hb-ot-layout-gpos-private.h | 128
42170 +++++++++++++++++++++++++++++-----------
42171 1 file changed, 92 insertions(+), 36 deletions(-)
42173 commit 923923feb248250626c637c11a886804011197b0
42174 Author: Behdad Esfahbod <behdad@behdad.org>
42175 Date: Fri May 22 17:58:09 2009 -0400
42177 [HB] Remove apply_subtables() again
42179 src/hb-ot-layout-gpos-private.h | 31 +++++++++++--------------------
42180 src/hb-ot-layout-gsub-private.h | 33 ++++++++++++---------------------
42181 2 files changed, 23 insertions(+), 41 deletions(-)
42183 commit d468f9af5b9fdc2713b0b86f28129e4190ee5053
42184 Author: Behdad Esfahbod <behdad@behdad.org>
42185 Date: Thu May 21 22:31:33 2009 -0400
42187 [HB] Share Extension lookup code between GSUB and GPOS
42189 src/hb-ot-layout-gpos-private.h | 64 +++++-----------------------
42190 src/hb-ot-layout-gsub-private.h | 83
42191 +++++++------------------------------
42192 src/hb-ot-layout-gsubgpos-private.h | 52 +++++++++++++++++++++++
42193 3 files changed, 77 insertions(+), 122 deletions(-)
42195 commit 498f1909e0f7a32484b2058622c4a018cbfc1334
42196 Author: Behdad Esfahbod <behdad@behdad.org>
42197 Date: Thu May 21 15:51:04 2009 -0400
42199 [GPOS] Remove printf. MarkMarkPos1 is working
42201 The "bug" was in the font.
42203 src/hb-ot-layout-gpos-private.h | 1 -
42204 1 file changed, 1 deletion(-)
42206 commit c7d457aa3ae7138630f52ca7263f663a3ea284c0
42207 Author: Behdad Esfahbod <behdad@behdad.org>
42208 Date: Thu May 21 12:46:29 2009 -0400
42210 [HB] Ouch. Add files.
42212 src/hb-common.h | 13 +++++-----
42213 src/hb-private.h | 74
42214 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
42215 2 files changed, 78 insertions(+), 9 deletions(-)
42217 commit fe550f4dd815285e9de8c3cbff810b0a1c7b377f
42218 Author: Behdad Esfahbod <behdad@behdad.org>
42219 Date: Thu May 21 08:27:07 2009 -0400
42221 [GPOS] MarkMarkPosFormat1
42223 Still not quite working.
42226 src/hb-ot-layout-gpos-private.h | 105
42227 +++++++++++++++++++++++++++++-----------
42228 2 files changed, 79 insertions(+), 30 deletions(-)
42230 commit 357ccde36bba01a405d59b7da061fc5048cdc7b4
42231 Author: Behdad Esfahbod <behdad@behdad.org>
42232 Date: Thu May 21 06:32:01 2009 -0400
42234 [GPOS] MarkBasePosFormat1
42237 src/hb-ot-layout-gpos-private.h | 62
42238 +++++++++++++++++++++++++++++++++++++----
42239 2 files changed, 58 insertions(+), 5 deletions(-)
42241 commit 377bfc5860ae018f54e4a2dd737b4b000383ab54
42242 Author: Behdad Esfahbod <behdad@behdad.org>
42243 Date: Thu May 21 04:58:24 2009 -0400
42245 [GPOS] Implement MarkArray interface
42247 src/hb-ot-layout-gpos-private.h | 5 +++--
42248 1 file changed, 3 insertions(+), 2 deletions(-)
42250 commit c18ec2b1d7b8c7abe6ebf4b53c9ec75d5c9bb255
42251 Author: Behdad Esfahbod <behdad@behdad.org>
42252 Date: Thu May 21 04:54:01 2009 -0400
42254 [GPOS] Implement Device support in AnchorFormat3
42256 src/hb-ot-layout-gpos-private.h | 11 ++++++++---
42257 1 file changed, 8 insertions(+), 3 deletions(-)
42259 commit fca6a0d158b847181dcf67a13f34499177df899b
42260 Author: Behdad Esfahbod <behdad@behdad.org>
42261 Date: Thu May 21 04:49:04 2009 -0400
42263 [GPOS] Remove apply_value() return value
42265 src/hb-ot-layout-gpos-private.h | 75
42266 +++++++++++++++++++----------------------
42267 1 file changed, 34 insertions(+), 41 deletions(-)
42269 commit fb3b5ccfefc4c38c9184d432703e81f73e1f5bc7
42270 Author: Behdad Esfahbod <behdad@behdad.org>
42271 Date: Thu May 21 04:47:05 2009 -0400
42273 [GPOS] Start MarkBasePosFormat1
42276 src/hb-ot-layout-gpos-private.h | 38
42277 +++++++++++++++++---------------------
42278 2 files changed, 18 insertions(+), 21 deletions(-)
42280 commit ee8776d9e009a7fb8e1f3c1f9cf3ad42d9746a16
42281 Author: Behdad Esfahbod <behdad@behdad.org>
42282 Date: Wed May 20 15:46:12 2009 -0400
42286 src/hb-ot-layout-gpos-private.h | 1 +
42287 src/hb-ot-layout-gsub-private.h | 1 +
42288 2 files changed, 2 insertions(+)
42290 commit c6456ca5cfc35095378dcf29f8edc33ece9c3ea1
42291 Author: Behdad Esfahbod <behdad@behdad.org>
42292 Date: Wed May 20 06:15:23 2009 -0400
42297 1 file changed, 1 insertion(+)
42299 commit 3015c4175179a1816aad2a4950da9a3b8baf2578
42300 Author: Behdad Esfahbod <behdad@behdad.org>
42301 Date: Wed May 20 06:01:16 2009 -0400
42303 [HB] Remove last dependence on the old code base!
42305 src/hb-buffer-private.h | 88
42306 ++++++++++++++++++++---------------------
42307 src/hb-buffer.c | 47 +++++++++++-----------
42308 src/hb-ot-layout-gpos-private.h | 11 ++----
42309 src/hb-ot-layout-gsub-private.h | 12 +++---
42310 src/hb-ot-layout.cc | 16 ++++----
42311 5 files changed, 85 insertions(+), 89 deletions(-)
42313 commit 5c0adce1ccc739415c4b26ff13ffd2d77ea4bc6c
42314 Author: Behdad Esfahbod <behdad@behdad.org>
42315 Date: Wed May 20 05:42:12 2009 -0400
42317 [HB] Rename harfbuzz-buffer to hb-buffer
42319 src/Makefile.am | 5 +-
42320 src/harfbuzz-buffer-private.h | 106 -----------
42321 src/harfbuzz-buffer.c | 349
42322 ------------------------------------
42323 src/harfbuzz-buffer.h | 94 ----------
42324 src/hb-buffer-private.h | 106 +++++++++++
42325 src/hb-buffer.c | 347
42326 +++++++++++++++++++++++++++++++++++
42327 src/hb-buffer.h | 94 ++++++++++
42328 src/hb-ot-layout-gsubgpos-private.h | 2 +-
42329 src/hb-ot-layout-private.h | 2 +-
42330 src/hb-ot-layout.cc | 5 +-
42331 src/hb-ot-layout.h | 2 +-
42332 11 files changed, 556 insertions(+), 556 deletions(-)
42334 commit b857b49c82782d29d6d189f1a9f4a84d39cd84ea
42335 Author: Behdad Esfahbod <behdad@behdad.org>
42336 Date: Wed May 20 05:35:14 2009 -0400
42338 [HB] Remove all references to the old code!
42340 src/Makefile.am | 76 +++++++---------------
42341 src/harfbuzz-buffer.c | 154
42342 +++++++++++++++++++--------------------------
42343 src/harfbuzz-buffer.h | 80 +++++++++++------------
42344 src/hb-ot-layout-private.h | 6 +-
42345 src/hb-ot-layout.cc | 17 ++---
42346 src/hb-ot-layout.h | 1 +
42347 6 files changed, 137 insertions(+), 197 deletions(-)
42349 commit e1593a6e620ee6a8184487185d1c95e0d1820ba5
42350 Author: Behdad Esfahbod <behdad@behdad.org>
42351 Date: Wed May 20 04:51:30 2009 -0400
42353 [GPOS] Finally it's working, up to Cursive
42355 Wow, IranNastaliq renders perfectly again!
42357 src/hb-ot-layout.cc | 24 ++++++++++++++++++++++++
42358 src/hb-ot-layout.h | 12 ++++++++++++
42359 2 files changed, 36 insertions(+)
42361 commit 0f7e6b2cead0c7d527ef68ededb27e0afd71d819
42362 Author: Behdad Esfahbod <behdad@behdad.org>
42363 Date: Wed May 20 04:16:35 2009 -0400
42365 [GPOS] Fix more brokenness
42367 src/Makefile.am | 2 +-
42368 src/hb-ot-layout-gpos-private.h | 37
42369 ++++++++++++++++++++-----------------
42370 src/hb-ot-layout.cc | 7 +++++++
42371 src/hb-ot-layout.h | 5 +++++
42372 4 files changed, 33 insertions(+), 18 deletions(-)
42374 commit ff05d257dd43221b7c8ebead188e78495daa8eda
42375 Author: Behdad Esfahbod <behdad@behdad.org>
42376 Date: Wed May 20 03:53:00 2009 -0400
42378 [HB] Move lookup types enum into subtable class
42380 src/hb-ot-layout-gpos-private.h | 66
42381 ++++++++++++++++++++---------------------
42382 src/hb-ot-layout-gsub-private.h | 44 +++++++++++++--------------
42383 2 files changed, 55 insertions(+), 55 deletions(-)
42385 commit 263bbef7670b59aa88ef9ba910579dfa51226524
42386 Author: Behdad Esfahbod <behdad@behdad.org>
42387 Date: Wed May 20 00:00:09 2009 -0400
42389 [GDEF] Simplify Device access
42391 src/hb-ot-layout-gdef-private.h | 12 +++---------
42392 1 file changed, 3 insertions(+), 9 deletions(-)
42394 commit 60d77cf05fddc5304b4b1fc19cdedba15cbee1e9
42395 Author: Behdad Esfahbod <behdad@behdad.org>
42396 Date: Tue May 19 23:58:54 2009 -0400
42400 src/hb-ot-layout-common-private.h | 170
42401 +++++++++++++++++-------------------
42402 src/hb-ot-layout-gdef-private.h | 65 +++++++-------
42403 src/hb-ot-layout-gsubgpos-private.h | 150 +++++++++++++++++--------------
42404 src/hb-ot-layout-open-private.h | 159
42405 ++++++++++++++++-----------------
42406 src/hb-ot-layout-private.h | 9 +-
42407 5 files changed, 288 insertions(+), 265 deletions(-)
42409 commit 90de3dfff9e82dae20b7517642511aebaf736b74
42410 Author: Behdad Esfahbod <behdad@behdad.org>
42411 Date: Tue May 19 23:43:04 2009 -0400
42413 [HB] Remove unused methods
42415 src/hb-ot-layout-common-private.h | 6 ------
42416 1 file changed, 6 deletions(-)
42418 commit 4c44d830d79431fcb143df2b5a29cdc8e8fccef3
42419 Author: Behdad Esfahbod <behdad@behdad.org>
42420 Date: Tue May 19 23:42:30 2009 -0400
42424 src/hb-ot-layout-gpos-private.h | 253
42425 +++++++++++++++++++++-----------------
42426 src/hb-ot-layout-gsub-private.h | 262
42427 ++++++++++++++++++++++------------------
42428 2 files changed, 284 insertions(+), 231 deletions(-)
42430 commit d18fd8e3f7185f531fa4c4988d3f5d5c5282b8eb
42431 Author: Behdad Esfahbod <behdad@behdad.org>
42432 Date: Tue May 19 23:25:41 2009 -0400
42434 [GPOS] CursivePosFormat1
42436 src/hb-ot-layout-gpos-private.h | 174
42437 ++++++++++++++++++++++++++++++++++++++--
42438 src/hb-ot-layout-private.h | 2 +-
42439 2 files changed, 169 insertions(+), 7 deletions(-)
42441 commit 70632add333e4ab38f8f485bb87b25116128cf92
42442 Author: Behdad Esfahbod <behdad@behdad.org>
42443 Date: Tue May 19 22:30:09 2009 -0400
42445 [GSUB] PairPosFormat2
42447 src/hb-ot-layout-gpos-private.h | 43
42448 ++++++++++++++++++++++++++++++++++++-----
42449 1 file changed, 38 insertions(+), 5 deletions(-)
42451 commit b24ecbadf44d56fd3286d1d3ff6928151ccec9bd
42452 Author: Behdad Esfahbod <behdad@behdad.org>
42453 Date: Tue May 19 22:16:04 2009 -0400
42455 [GPOS] PairPosFormat1
42457 src/hb-ot-layout-gpos-private.h | 91
42458 +++++++++++++++++++++++++++++++++--------
42459 1 file changed, 73 insertions(+), 18 deletions(-)
42461 commit 056c7ec1aea1eca60a3b20b583b8a8072be9d758
42462 Author: Behdad Esfahbod <behdad@behdad.org>
42463 Date: Mon May 18 19:47:52 2009 -0400
42465 [GPOS] Start filling apply() functions in
42467 src/harfbuzz-buffer-private.h | 1 +
42468 src/harfbuzz-buffer.c | 3 -
42469 src/hb-ot-layout-common-private.h | 35 ++++++-----
42470 src/hb-ot-layout-gpos-private.h | 127
42471 ++++++++++++++++++++++++++++----------
42472 4 files changed, 116 insertions(+), 50 deletions(-)
42474 commit 4fa77d3c4305a76b956de8c1a9b83a961d035a80
42475 Author: Behdad Esfahbod <behdad@behdad.org>
42476 Date: Mon May 18 18:44:54 2009 -0400
42480 src/hb-ot-layout-common-private.h | 14 ++++++++------
42481 src/hb-ot-layout-gdef-private.h | 22 +++++++++++++---------
42482 2 files changed, 21 insertions(+), 15 deletions(-)
42484 commit 6b54c5d0446b514fbb6521e7e9e614d153435f0e
42485 Author: Behdad Esfahbod <behdad@behdad.org>
42486 Date: Mon May 18 18:30:25 2009 -0400
42488 [HB] More reference cast simplification
42490 src/hb-ot-layout-gsub-private.h | 8 ++++----
42491 src/hb-ot-layout-gsubgpos-private.h | 28 ++++++++++++++--------------
42492 src/hb-ot-layout-open-private.h | 2 +-
42493 3 files changed, 19 insertions(+), 19 deletions(-)
42495 commit eb0dfc830e09405492f494c85380e133ac5d0ea3
42496 Author: Behdad Esfahbod <behdad@behdad.org>
42497 Date: Mon May 18 18:22:44 2009 -0400
42499 [HB] Rename LOOKUP_ARGS to APPLY_ARGS
42501 src/hb-ot-layout-gpos-private.h | 88
42502 ++++++++++++++++++------------------
42503 src/hb-ot-layout-gsub-private.h | 84
42504 +++++++++++++++++-----------------
42505 src/hb-ot-layout-gsubgpos-private.h | 90
42506 ++++++++++++++++++-------------------
42507 3 files changed, 131 insertions(+), 131 deletions(-)
42509 commit 2a8e6accdf798a78ff180dcb593140592d62b872
42510 Author: Behdad Esfahbod <behdad@behdad.org>
42511 Date: Mon May 18 18:21:44 2009 -0400
42513 [HB] Internally rename position() and substitute() to apply()
42515 src/hb-ot-layout-gpos-private.h | 110
42516 ++++++++++++++++++++--------------------
42517 src/hb-ot-layout-gsub-private.h | 104
42518 ++++++++++++++++++-------------------
42519 2 files changed, 107 insertions(+), 107 deletions(-)
42521 commit f6c8a6eacf27fd1c509d07c85985f0367c5e475f
42522 Author: Behdad Esfahbod <behdad@behdad.org>
42523 Date: Mon May 18 18:01:19 2009 -0400
42525 [HB] Simplify casts
42527 src/hb-ot-layout-gdef-private.h | 2 +-
42528 src/hb-ot-layout-gpos-private.h | 6 +++---
42529 src/hb-ot-layout-gsub-private.h | 6 +++---
42530 src/hb-ot-layout-open-private.h | 10 +++++-----
42531 4 files changed, 12 insertions(+), 12 deletions(-)
42533 commit 9c42f05a5ccbb48a9367b80ecdf3679e88088fcf
42534 Author: Behdad Esfahbod <behdad@behdad.org>
42535 Date: Mon May 18 17:43:49 2009 -0400
42537 Switch Pango to new, defunt, GPOS
42539 src/hb-ot-layout-gpos-private.h | 22 +++++++++++++++-------
42540 src/hb-ot-layout.cc | 13 +++++++++++++
42541 src/hb-ot-layout.h | 5 +++++
42542 3 files changed, 33 insertions(+), 7 deletions(-)
42544 commit 5e5eb0573f7ea2ce2cf037fef0df70a4351e82c0
42545 Author: Behdad Esfahbod <behdad@behdad.org>
42546 Date: Mon May 18 17:09:33 2009 -0400
42550 src/hb-ot-layout-gpos-private.h | 915
42551 ++++++++++++++++++++++++++++++++++++++++
42552 src/hb-ot-layout-gsub-private.h | 2 -
42553 src/hb-ot-layout-private.h | 15 +-
42554 src/hb-ot-layout.cc | 5 +-
42555 src/hb-ot-layout.h | 8 +-
42556 5 files changed, 936 insertions(+), 9 deletions(-)
42558 commit 64e67f7599deeec98b104f8b70d0d321cf96799d
42559 Author: Behdad Esfahbod <behdad@behdad.org>
42560 Date: Mon May 18 15:32:40 2009 -0400
42564 src/hb-ot-layout-gsub-private.h | 16 ++++++----------
42565 1 file changed, 6 insertions(+), 10 deletions(-)
42567 commit d79cae0b4eef8c2694ada791bb8e427c1202875e
42568 Author: Behdad Esfahbod <behdad@behdad.org>
42569 Date: Mon May 18 13:50:15 2009 -0400
42573 src/hb-ot-layout-gsub-private.h | 22 +++++++++++-----------
42574 1 file changed, 11 insertions(+), 11 deletions(-)
42576 commit 8533bb985e6af2b656d7c45620d8f11f36330b85
42577 Author: Behdad Esfahbod <behdad@behdad.org>
42578 Date: Mon May 18 06:00:12 2009 -0400
42580 [GSUB] Protect against mismatching Extension subtable types
42582 src/hb-ot-layout-gsub-private.h | 9 ++++++---
42583 1 file changed, 6 insertions(+), 3 deletions(-)
42585 commit 969afd706e9b52adc79f6210c0088b2c6bbae9bc
42586 Author: Behdad Esfahbod <behdad@behdad.org>
42587 Date: Mon May 18 05:47:47 2009 -0400
42589 [GSUB] Implement ReverseChainSingleSubst
42593 src/hb-ot-layout-gsub-private.h | 55
42594 +++++++++++++++++++++++++++----------
42595 src/hb-ot-layout-gsubgpos-private.h | 43 +++++++++--------------------
42596 2 files changed, 54 insertions(+), 44 deletions(-)
42598 commit 4acaffd786a11b5bd7d41b39fc65625fd8cd5077
42599 Author: Behdad Esfahbod <behdad@behdad.org>
42600 Date: Mon May 18 05:29:29 2009 -0400
42602 [HB] Don't use G_LIKELY!
42604 src/hb-ot-layout-gsub-private.h | 12 ++++++------
42605 src/hb-ot-layout-gsubgpos-private.h | 12 ++++++------
42606 src/hb-ot-layout-open-private.h | 4 ++--
42607 src/hb-ot-layout.cc | 6 +++---
42608 4 files changed, 17 insertions(+), 17 deletions(-)
42610 commit 3dcb12f171ebbf44461e6ce6439d286c9520dd88
42611 Author: Behdad Esfahbod <behdad@behdad.org>
42612 Date: Mon May 18 05:22:32 2009 -0400
42614 [GSUB] Oops, fix Extension check
42616 src/hb-ot-layout-gsub-private.h | 3 +--
42617 1 file changed, 1 insertion(+), 2 deletions(-)
42619 commit 2e8fb6c38dbc01cb77b384c0ae0212514dfbb588
42620 Author: Behdad Esfahbod <behdad@behdad.org>
42621 Date: Mon May 18 04:37:37 2009 -0400
42623 [HB] Tweak some constants and fix Coverage
42625 src/hb-ot-layout-common-private.h | 11 ++++++-----
42626 src/hb-ot-layout-gsubgpos-private.h | 2 ++
42627 src/hb-ot-layout-open-private.h | 6 +++---
42628 3 files changed, 11 insertions(+), 8 deletions(-)
42630 commit d6aae5f5cad54fc5dac8b0ff10a3921ebda533d4
42631 Author: Behdad Esfahbod <behdad@behdad.org>
42632 Date: Mon May 18 04:25:22 2009 -0400
42636 src/hb-ot-layout-gsub-private.h | 12 ++++++------
42637 src/hb-ot-layout-open-private.h | 2 +-
42638 src/hb-ot-layout.cc | 4 ++--
42639 3 files changed, 9 insertions(+), 9 deletions(-)
42641 commit 122f21fb9a3a0b914575929a3be11884f1ae00c0
42642 Author: Behdad Esfahbod <behdad@behdad.org>
42643 Date: Mon May 18 04:21:53 2009 -0400
42645 [GSUB] Fix context_length handling in Ligature too
42647 src/hb-ot-layout-gsub-private.h | 9 ++++-----
42648 src/hb-ot-layout-gsubgpos-private.h | 5 +++--
42649 2 files changed, 7 insertions(+), 7 deletions(-)
42651 commit 47958dea214fd55725bf04aa13d233870255fb03
42652 Author: Behdad Esfahbod <behdad@behdad.org>
42653 Date: Mon May 18 04:17:47 2009 -0400
42657 src/hb-ot-layout-gsubgpos-private.h | 10 ++++------
42658 1 file changed, 4 insertions(+), 6 deletions(-)
42660 commit e73a0c2a903112ce9a35b95e14e10ab8ea2dc337
42661 Author: Behdad Esfahbod <behdad@behdad.org>
42662 Date: Mon May 18 04:15:25 2009 -0400
42664 [HB] Correctly skip glyphs when applying (Chain)Context lookups
42666 src/hb-ot-layout-gsubgpos-private.h | 14 +++++++++++---
42667 1 file changed, 11 insertions(+), 3 deletions(-)
42669 commit 7cff75babd64cd49dd2b3faaa15193d12c098f42
42670 Author: Behdad Esfahbod <behdad@behdad.org>
42671 Date: Mon May 18 04:09:05 2009 -0400
42673 [HB] Fix context_length checking
42675 src/hb-ot-layout-gsubgpos-private.h | 23 +++++++++++++----------
42676 src/hb-ot-layout-open-private.h | 2 +-
42677 2 files changed, 14 insertions(+), 11 deletions(-)
42679 commit d0ba0557007798db2c60ddd0b7a5a0624cd1698d
42680 Author: Behdad Esfahbod <behdad@behdad.org>
42681 Date: Mon May 18 03:56:39 2009 -0400
42683 [HB] ChainContext complete
42685 IranNastaliq renders perfectly again!
42687 src/hb-ot-layout-gsubgpos-private.h | 63
42688 +++++++++++++++++++++++++++----------
42689 1 file changed, 46 insertions(+), 17 deletions(-)
42691 commit e072c24e79f0e7c1e078a87c782ab5dd8f21dcda
42692 Author: Behdad Esfahbod <behdad@behdad.org>
42693 Date: Mon May 18 03:47:31 2009 -0400
42695 [HB] Implement backtrack matching
42697 src/hb-ot-layout-gsubgpos-private.h | 61
42698 +++++++++++++++++++++++++++----------
42699 1 file changed, 45 insertions(+), 16 deletions(-)
42701 commit 02e1e5c63fa4f896053fa3c21e495239e1e9caa2
42702 Author: Behdad Esfahbod <behdad@behdad.org>
42703 Date: Mon May 18 02:47:57 2009 -0400
42705 [HB] One more step to go, for fully working GSUB and ChainContext
42707 src/hb-ot-layout-gsubgpos-private.h | 107
42708 ++++++++++++++++++++----------------
42709 1 file changed, 61 insertions(+), 46 deletions(-)
42711 commit f14c2b7acfba75b8a6880f41ceec758f9a56abce
42712 Author: Behdad Esfahbod <behdad@behdad.org>
42713 Date: Mon May 18 02:36:18 2009 -0400
42715 [HB] Further modularize Context matching
42717 src/hb-ot-layout-gsubgpos-private.h | 92
42718 +++++++++++++++++++++++++------------
42719 1 file changed, 63 insertions(+), 29 deletions(-)
42721 commit 13ed4405c558e445b052360f1ed8ee27ecf48e6e
42722 Author: Behdad Esfahbod <behdad@behdad.org>
42723 Date: Mon May 18 02:14:37 2009 -0400
42725 [HB] A step closer to working ChainContext
42727 src/hb-ot-layout-gsubgpos-private.h | 36
42728 ++++++++++++++++++++++++++----------
42729 1 file changed, 26 insertions(+), 10 deletions(-)
42731 commit e8cbaaf6d538036ff9b880b018db402e0895ed01
42732 Author: Behdad Esfahbod <behdad@behdad.org>
42733 Date: Mon May 18 02:03:58 2009 -0400
42735 [HB] Add HeadlessArrayTo<>
42737 src/hb-ot-layout-gsub-private.h | 10 ++++------
42738 src/hb-ot-layout-gsubgpos-private.h | 5 ++---
42739 src/hb-ot-layout-open-private.h | 19 +++++++++++++++++++
42740 3 files changed, 25 insertions(+), 9 deletions(-)
42742 commit dcb6b60254951a2831c03f3196962d229f7e556c
42743 Author: Behdad Esfahbod <behdad@behdad.org>
42744 Date: Mon May 18 01:49:57 2009 -0400
42746 [HB] More template goodness
42748 src/hb-ot-layout-gsubgpos-private.h | 37
42749 +++++++++++++++----------------------
42750 1 file changed, 15 insertions(+), 22 deletions(-)
42752 commit aa3d7adca5c821c91a2a1b5380fd6b3d19656ab1
42753 Author: Behdad Esfahbod <behdad@behdad.org>
42754 Date: Sun May 17 23:17:56 2009 -0400
42756 [HB] More churning towards ChainContext lookups
42758 src/hb-ot-layout-common-private.h | 6 +-
42759 src/hb-ot-layout-gsub-private.h | 15 +++-
42760 src/hb-ot-layout-gsubgpos-private.h | 174
42761 ++++++++++++++++++++++--------------
42762 3 files changed, 125 insertions(+), 70 deletions(-)
42764 commit 48f16ed96ac7041b511d9e0864623d2aa09c6da3
42765 Author: Behdad Esfahbod <behdad@behdad.org>
42766 Date: Sun May 17 22:11:30 2009 -0400
42768 [HB] Towards sharing Context and ChainContext code
42770 src/hb-ot-layout-gsubgpos-private.h | 220
42771 ++++++++++++++++--------------------
42772 1 file changed, 99 insertions(+), 121 deletions(-)
42774 commit 6cf2a52593cb4b23e3efe5e16228e3172bdcdd05
42775 Author: Behdad Esfahbod <behdad@behdad.org>
42776 Date: Sun May 17 21:11:49 2009 -0400
42778 [HB] Add check to avoid infinite recursion
42780 src/hb-ot-layout-gsub-private.h | 12 ++++++++----
42781 1 file changed, 8 insertions(+), 4 deletions(-)
42783 commit 887c4b44165eeb8ac7fb09bc4474d11720b94a9e
42784 Author: Behdad Esfahbod <behdad@behdad.org>
42785 Date: Sun May 17 21:06:08 2009 -0400
42789 src/hb-ot-layout-gsub-private.h | 4 ++--
42790 1 file changed, 2 insertions(+), 2 deletions(-)
42792 commit ca5290f4994e1b2db4dac03f7a22b7071441ba06
42793 Author: Behdad Esfahbod <behdad@behdad.org>
42794 Date: Sun May 17 20:48:27 2009 -0400
42796 [HB] Start ChainContext and ReverseChainSingleSubst lookups
42798 src/hb-ot-layout-gsub-private.h | 269
42799 ++++++++----------------------------
42800 src/hb-ot-layout-gsubgpos-private.h | 214 +++++++++++++++++++++++++++-
42801 2 files changed, 268 insertions(+), 215 deletions(-)
42803 commit 433f4aea741e39df079126769441b79ab64fd236
42804 Author: Behdad Esfahbod <behdad@behdad.org>
42805 Date: Sun May 17 20:30:05 2009 -0400
42807 [HB] Remove stale TODO
42809 src/hb-ot-layout-private.h | 2 --
42810 1 file changed, 2 deletions(-)
42812 commit 6f20f72e9c58ba23db2e31afa5d331acfea3d77e
42813 Author: Behdad Esfahbod <behdad@behdad.org>
42814 Date: Sun May 17 20:28:01 2009 -0400
42816 [HB] Split Layout-common tables into new files
42818 src/hb-ot-layout-common-private.h | 429
42819 ++++++++++++++++++++++++++++++++++++
42820 src/hb-ot-layout-gdef-private.h | 3 +-
42821 src/hb-ot-layout-gsub-private.h | 1 +
42822 src/hb-ot-layout-gsubgpos-private.h | 2 +
42823 src/hb-ot-layout-open-private.h | 408
42824 ----------------------------------
42825 5 files changed, 434 insertions(+), 409 deletions(-)
42827 commit f45107fe0904414f1266648a6c42849c494fe611
42828 Author: Behdad Esfahbod <behdad@behdad.org>
42829 Date: Sun May 17 20:13:02 2009 -0400
42831 [HB] More shuffling
42833 src/hb-ot-layout-gsub-private.h | 71
42834 +++++++++++++++++++++----------------
42835 src/hb-ot-layout-gsubgpos-private.h | 30 ++++++++++++++++
42836 src/hb-ot-layout-open-private.h | 41 ---------------------
42837 3 files changed, 71 insertions(+), 71 deletions(-)
42839 commit f8dc67b3c24dfc805da756a73cb217b36e16b4b8
42840 Author: Behdad Esfahbod <behdad@behdad.org>
42841 Date: Sun May 17 19:47:54 2009 -0400
42843 [HB] Cleanup format unions
42845 src/hb-ot-layout-gdef-private.h | 18 ++++----
42846 src/hb-ot-layout-gsub-private.h | 87
42847 +++++++++++++++++++------------------
42848 src/hb-ot-layout-gsubgpos-private.h | 16 +++----
42849 src/hb-ot-layout-open-private.h | 41 +++++++----------
42850 4 files changed, 77 insertions(+), 85 deletions(-)
42852 commit da1097bc3b1995776c205707fd2b17603b804646
42853 Author: Behdad Esfahbod <behdad@behdad.org>
42854 Date: Sun May 17 19:31:18 2009 -0400
42856 [HB] Use four bytes for Null Tag, not 5
42858 src/hb-ot-layout-open-private.h | 4 +++-
42859 1 file changed, 3 insertions(+), 1 deletion(-)
42861 commit 19fc24f268b985d30971307ac2055622d11cb21f
42862 Author: Behdad Esfahbod <behdad@behdad.org>
42863 Date: Sun May 17 09:45:32 2009 -0400
42865 [HB] Couple size checks
42867 src/hb-ot-layout-gsub-private.h | 7 +++++--
42868 src/hb-ot-layout-gsubgpos-private.h | 4 ++--
42869 src/hb-ot-layout-open-private.h | 4 ++--
42870 3 files changed, 9 insertions(+), 6 deletions(-)
42872 commit ecf17e849db19599bbb816d0018380ebf979576b
42873 Author: Behdad Esfahbod <behdad@behdad.org>
42874 Date: Sun May 17 09:34:41 2009 -0400
42876 [HB] Propagate property of first glyph
42878 This slightly grows code size.
42880 src/hb-ot-layout-gsub-private.h | 100
42881 +++++++++++++++++++-----------------
42882 src/hb-ot-layout-gsubgpos-private.h | 7 +--
42883 2 files changed, 56 insertions(+), 51 deletions(-)
42885 commit eca8e33710cfce51454e64d974ff0c28b0eefa14
42886 Author: Behdad Esfahbod <behdad@behdad.org>
42887 Date: Sun May 17 09:07:27 2009 -0400
42889 [GSUB] Further optimize the main switch
42891 src/hb-ot-layout-gsub-private.h | 31 +++++++++++++++++--------------
42892 1 file changed, 17 insertions(+), 14 deletions(-)
42894 commit 13068232e7054748ae5ba0d961ee5a95b959e92e
42895 Author: Behdad Esfahbod <behdad@behdad.org>
42896 Date: Sun May 17 08:59:01 2009 -0400
42898 [HB] Unify first glyph property checking
42900 src/hb-ot-layout-gsub-private.h | 81
42901 ++++++++++++++++---------------------
42902 src/hb-ot-layout-gsubgpos-private.h | 12 ------
42903 2 files changed, 35 insertions(+), 58 deletions(-)
42905 commit 66bf7ce4e3135535c110a917178b84c4a2b1d11f
42906 Author: Behdad Esfahbod <behdad@behdad.org>
42907 Date: Sun May 17 08:28:42 2009 -0400
42909 [HB] Move Context matching logic out of GSUB
42911 src/hb-ot-layout-gdef-private.h | 2 -
42912 src/hb-ot-layout-gsub-private.h | 331
42913 +---------------------------------
42914 src/hb-ot-layout-gsubgpos-private.h | 347
42915 ++++++++++++++++++++++++++++++++++++
42916 3 files changed, 352 insertions(+), 328 deletions(-)
42918 commit a1625528cd5ed94bc8f18903da3300e823ee5b54
42919 Author: Behdad Esfahbod <behdad@behdad.org>
42920 Date: Sun May 17 07:52:11 2009 -0400
42922 [GSUB] Unify ContextSubst matching
42924 src/hb-ot-layout-gsub-private.h | 378
42925 ++++++++++++++++------------------------
42926 1 file changed, 154 insertions(+), 224 deletions(-)
42928 commit c36238bea40e9e2b589028eb6de0710455b31585
42929 Author: Behdad Esfahbod <behdad@behdad.org>
42930 Date: Sun May 17 07:39:34 2009 -0400
42934 src/hb-ot-layout-gsub-private.h | 122
42935 ++++++++++++++++++++--------------------
42936 1 file changed, 61 insertions(+), 61 deletions(-)
42938 commit 15c3e75b39797a153b6bc0598f87b27c4a487228
42939 Author: Behdad Esfahbod <behdad@behdad.org>
42940 Date: Sun May 17 06:03:42 2009 -0400
42942 [HB] Simplify buffer
42944 src/harfbuzz-buffer-private.h | 14 ++++++--------
42945 src/harfbuzz-buffer.c | 35 ++++++++++++++++-------------------
42946 src/harfbuzz-gsub.c | 6 +++---
42947 src/hb-ot-layout-gsub-private.h | 12 ++++++------
42948 4 files changed, 31 insertions(+), 36 deletions(-)
42950 commit 36f78446cef8a7cbae000d5e742c9d13e1cc7f83
42951 Author: Behdad Esfahbod <behdad@behdad.org>
42952 Date: Sun May 17 05:52:32 2009 -0400
42957 src/harfbuzz-buffer.c | 2 +-
42958 2 files changed, 2 insertions(+), 1 deletion(-)
42960 commit ee58aaebd296ea8237516754fd4e825d524b11b7
42961 Author: Behdad Esfahbod <behdad@behdad.org>
42962 Date: Sun May 17 05:14:33 2009 -0400
42964 [HB] Update copyright years
42966 src/hb-ot-layout-gdef-private.h | 2 +-
42967 src/hb-ot-layout-open-private.h | 2 +-
42968 src/hb-ot-layout.cc | 2 +-
42970 4 files changed, 4 insertions(+), 4 deletions(-)
42972 commit f4c9514935cf97a58dcb3b1962ac3f3b5ba61264
42973 Author: Behdad Esfahbod <behdad@behdad.org>
42974 Date: Sun May 17 04:59:56 2009 -0400
42976 [HB] Simplify more arrays
42978 src/hb-ot-layout-open-private.h | 241
42979 ++++++++++++++++------------------------
42980 src/hb-ot-layout.cc | 8 +-
42981 2 files changed, 100 insertions(+), 149 deletions(-)
42983 commit c9a7cbe9cb52264af9954e5ce9ac7a45d7e310cd
42984 Author: Behdad Esfahbod <behdad@behdad.org>
42985 Date: Sun May 17 01:22:51 2009 -0400
42987 [HB] Use ArrayOf<> in GSUB
42989 src/hb-ot-layout-gdef-private.h | 3 +-
42990 src/hb-ot-layout-gsub-private.h | 157
42991 +++++++++++++---------------------------
42992 src/hb-ot-layout-open-private.h | 5 --
42993 3 files changed, 53 insertions(+), 112 deletions(-)
42995 commit 5f810363acc3ad3cba631a68620e3d37e54c95c4
42996 Author: Behdad Esfahbod <behdad@behdad.org>
42997 Date: Sun May 17 00:54:25 2009 -0400
43001 src/hb-ot-layout-gdef-private.h | 62 ++++++++-------------------------
43002 src/hb-ot-layout-open-private.h | 77
43003 ++++++++++++++++++++++++++++++-----------
43004 2 files changed, 71 insertions(+), 68 deletions(-)
43006 commit 238c855fcd4f0ef97a94a8662d2a2f2bb5c21ecb
43007 Author: Behdad Esfahbod <behdad@behdad.org>
43008 Date: Sun May 17 00:22:37 2009 -0400
43010 [HB] Use OffsetTo<> for Coverage
43012 src/hb-ot-layout-gdef-private.h | 1 +
43013 src/hb-ot-layout-gsub-private.h | 55
43014 ++++++++++++++++-------------------------
43015 src/hb-ot-layout-open-private.h | 10 +-------
43016 3 files changed, 23 insertions(+), 43 deletions(-)
43018 commit 3d54bd1293069fc3d3bdeeea8ad45036f3ee65f3
43019 Author: Behdad Esfahbod <behdad@behdad.org>
43020 Date: Sun May 17 00:15:51 2009 -0400
43022 [HB] Use OffsetTo<> in more places
43024 src/hb-ot-layout-gdef-private.h | 12 +++++-------
43025 src/hb-ot-layout-open-private.h | 4 ++++
43026 2 files changed, 9 insertions(+), 7 deletions(-)
43028 commit 9e4d9d7b2721859172bc9c59c1aea27b01eb9c07
43029 Author: Behdad Esfahbod <behdad@behdad.org>
43030 Date: Sun May 17 00:09:20 2009 -0400
43032 [HB] Add OffsetTo template.
43034 src/hb-ot-layout-gdef-private.h | 26 ++++++++++++++------------
43035 src/hb-ot-layout-gsub-private.h | 6 +++---
43036 src/hb-ot-layout-open-private.h | 27 ++++++++++++++++++---------
43037 3 files changed, 35 insertions(+), 24 deletions(-)
43039 commit e07f89295b9b38d233dfd4acec1f6b4a3416f267
43040 Author: Behdad Esfahbod <behdad@behdad.org>
43041 Date: Sat May 16 23:20:48 2009 -0400
43043 [HB] Automate int-type size assertion
43045 src/hb-ot-layout-open-private.h | 13 +++----------
43046 1 file changed, 3 insertions(+), 10 deletions(-)
43048 commit 8b8358033184198ff638ee1379093717596e162d
43049 Author: Behdad Esfahbod <behdad@behdad.org>
43050 Date: Sat May 16 22:48:14 2009 -0400
43052 [HB] Use templates for Null objects
43054 Also use a common pool for all nul-content ones.
43056 src/hb-ot-layout-gdef-private.h | 12 ++--
43057 src/hb-ot-layout-gsub-private.h | 28 ++++----
43058 src/hb-ot-layout-open-private.h | 142
43059 +++++++++++++++++++++++-----------------
43060 src/hb-ot-layout.cc | 8 +--
43061 4 files changed, 105 insertions(+), 85 deletions(-)
43063 commit 6e13d4140158aff736647fc53d8c0ae3a02c2afc
43064 Author: Behdad Esfahbod <behdad@behdad.org>
43065 Date: Sat May 16 20:15:16 2009 -0400
43067 [HB] Remove obsolete comment
43069 src/hb-ot-layout-gdef-private.h | 1 -
43070 1 file changed, 1 deletion(-)
43072 commit 9f721cf380954d67415dbfd0404a983cdd75b7df
43073 Author: Behdad Esfahbod <behdad@behdad.org>
43074 Date: Sat May 16 19:59:15 2009 -0400
43076 [GSUB] Start ChainContextSubst
43078 src/hb-ot-layout-gsub-private.h | 50
43079 ++++++++++++++++++++++++++++++++---------
43080 1 file changed, 39 insertions(+), 11 deletions(-)
43082 commit 7fca9e5245d2d283e8b5354eb1ddf553a7ffc033
43083 Author: Behdad Esfahbod <behdad@behdad.org>
43084 Date: Sat May 16 19:44:24 2009 -0400
43086 [GSUB] Implement ContextSubstFormat3
43088 src/hb-ot-layout-gsub-private.h | 62
43089 ++++++++++++++++++++++++++++++++++++++++-
43090 1 file changed, 61 insertions(+), 1 deletion(-)
43092 commit 1ff926a5681b5d4bfce65351062cda9dc1ffeba2
43093 Author: Behdad Esfahbod <behdad@behdad.org>
43094 Date: Fri May 15 20:25:37 2009 -0400
43096 [GSUB] Implement ContextSubstFormat2
43098 src/hb-ot-layout-gsub-private.h | 105
43099 +++++++++++++++++++++++++++++++++++++---
43100 1 file changed, 97 insertions(+), 8 deletions(-)
43102 commit fc36d9453ed7edb0a570abc44d7caa87aafb0fcf
43103 Author: Behdad Esfahbod <behdad@behdad.org>
43104 Date: Fri May 15 20:11:10 2009 -0400
43106 [GSUB] Add GSUB::substitute_lookup()
43108 src/hb-ot-layout-gsub-private.h | 7 +++++++
43109 src/hb-ot-layout.cc | 5 +----
43110 2 files changed, 8 insertions(+), 4 deletions(-)
43112 commit c43562b2a7587fa3f9ef4c1c4338e4eda77368b5
43113 Author: Behdad Esfahbod <behdad@behdad.org>
43114 Date: Fri May 15 18:54:53 2009 -0400
43116 [GSUB] Finish ContextSubstFormat1
43118 src/hb-ot-layout-gsub-private.h | 77
43119 ++++++++++++++++++++++++++++++++---------
43120 src/hb-ot-layout-private.h | 14 ++++++++
43121 src/hb-ot-layout.cc | 13 -------
43122 3 files changed, 74 insertions(+), 30 deletions(-)
43124 commit 5ee21896224e3a9835a9695037a94ccf1c35a217
43125 Author: Behdad Esfahbod <behdad@behdad.org>
43126 Date: Fri May 15 13:28:56 2009 -0400
43130 src/hb-ot-layout-open-private.h | 2 +-
43131 1 file changed, 1 insertion(+), 1 deletion(-)
43133 commit 6b59c9b445b6d2454008c83a2c7d6a995ea5995e
43134 Author: Behdad Esfahbod <behdad@behdad.org>
43135 Date: Fri May 15 01:00:36 2009 -0400
43140 1 file changed, 1 insertion(+)
43142 commit c5419b6cf28822e07f1ef9b0394825e9cb01a445
43143 Author: Behdad Esfahbod <behdad@behdad.org>
43144 Date: Fri May 8 21:17:56 2009 -0400
43146 [HB] Remove DEFINE_NON_INSTANTIABLE
43148 src/hb-ot-layout-gdef-private.h | 2 --
43149 src/hb-ot-layout-gsub-private.h | 3 ---
43150 src/hb-ot-layout-open-private.h | 18 +-----------------
43151 3 files changed, 1 insertion(+), 22 deletions(-)
43153 commit 0dff25f0368c5f14ebb0a4af35f3bb6658740d57
43154 Author: Behdad Esfahbod <behdad@behdad.org>
43155 Date: Fri May 8 21:12:18 2009 -0400
43157 [HB] Remove get_size()
43159 src/hb-ot-layout-gdef-private.h | 9 ------
43160 src/hb-ot-layout-gsub-private.h | 63
43161 -----------------------------------------
43162 src/hb-ot-layout-open-private.h | 42 ++-------------------------
43163 3 files changed, 3 insertions(+), 111 deletions(-)
43165 commit 25c6c9a3f6c062ec639d9202a8b9844be64d6fc0
43166 Author: Behdad Esfahbod <behdad@behdad.org>
43167 Date: Fri May 8 19:09:17 2009 -0400
43169 [GSUB] ContextSubst format 1
43171 src/hb-ot-layout-gsub-private.h | 52
43172 +++++++++++++++++++++++++++++++++++------
43173 1 file changed, 45 insertions(+), 7 deletions(-)
43175 commit f70229510303109bd0f71423cdf13aa200066d17
43176 Author: Behdad Esfahbod <behdad@behdad.org>
43177 Date: Fri May 8 18:45:53 2009 -0400
43181 src/hb-ot-layout-gsub-private.h | 170
43182 ++++++++++++++++++++--------------------
43183 1 file changed, 86 insertions(+), 84 deletions(-)
43185 commit a83e08f8728439ef75e3dfab2191ac913d8f907b
43186 Author: Behdad Esfahbod <behdad@behdad.org>
43187 Date: Thu May 7 12:53:02 2009 -0400
43189 [HarfBuzz] Start a TODO file
43192 1 file changed, 1 insertion(+)
43194 commit eed05b04ebc2cbb3fa699c99200db12a0081cefb
43195 Author: Behdad Esfahbod <behdad@behdad.org>
43196 Date: Wed May 6 00:25:59 2009 -0400
43200 src/hb-ot-layout-open-private.h | 6 ++++--
43201 1 file changed, 4 insertions(+), 2 deletions(-)
43203 commit cdb317bc4e188421cad997b448abb19223d39e96
43204 Author: Behdad Esfahbod <behdad@behdad.org>
43205 Date: Wed May 6 00:12:29 2009 -0400
43207 [GSUB] Towards Context subtitutes
43209 src/hb-ot-layout-gsub-private.h | 137
43210 +++++++++++++++++++++++++++++++---------
43211 1 file changed, 108 insertions(+), 29 deletions(-)
43213 commit c9c6a78aec2b16ac06dfca8cbfaf28a77a10bae2
43214 Author: Behdad Esfahbod <behdad@behdad.org>
43215 Date: Tue May 5 16:22:02 2009 -0400
43217 [GSUB] Minor refactoring
43219 src/hb-ot-layout-gsub-private.h | 42
43220 ++++++++++++++++++++++-------------------
43221 1 file changed, 23 insertions(+), 19 deletions(-)
43223 commit bb3899a579b00134b24df8891b69bf1621a8190f
43224 Author: Behdad Esfahbod <behdad@behdad.org>
43225 Date: Tue May 5 13:25:13 2009 -0400
43227 [GSUB] Implement ligature substitutions
43229 src/Makefile.am | 2 +
43230 src/hb-ot-layout-gsub-private.h | 113
43231 ++++++++++++++++++++++++++++++++--------
43232 2 files changed, 93 insertions(+), 22 deletions(-)
43234 commit 38b011a293181856463dd08d43e2106e5bf1d56e
43235 Author: Behdad Esfahbod <behdad@behdad.org>
43236 Date: Mon May 4 20:21:57 2009 -0400
43238 [GSUB] Hook new GSUB up in Pango
43240 src/hb-ot-layout-gsub-private.h | 15 ++++++++++-----
43241 1 file changed, 10 insertions(+), 5 deletions(-)
43243 commit a84e71ad11a72feff47ead16772a8c4bcf4f69d5
43244 Author: Behdad Esfahbod <behdad@behdad.org>
43245 Date: Thu Apr 16 16:53:40 2009 -0400
43247 [GSUB] Start Ligature subtable support
43249 src/hb-ot-layout-gsub-private.h | 132
43250 +++++++++++++++++++++++++++++-----------
43251 src/hb-ot-layout.h | 2 +-
43252 2 files changed, 96 insertions(+), 38 deletions(-)
43254 commit 52886ca56b24a8335614b1df16a33dd4e2d7ae56
43255 Author: Behdad Esfahbod <behdad@behdad.org>
43256 Date: Thu Apr 16 14:19:42 2009 -0400
43258 [GSUB] Implement Alternate subtables
43260 src/hb-ot-layout-gsub-private.h | 104
43261 ++++++++++++++++++++++++++++++++++++----
43262 src/hb-ot-layout-open-private.h | 2 +-
43263 2 files changed, 97 insertions(+), 9 deletions(-)
43265 commit 4f27ce7e0213ac5ba356f0fd2ec0a175ffd002e6
43266 Author: Behdad Esfahbod <behdad@behdad.org>
43267 Date: Thu Apr 16 13:40:13 2009 -0400
43269 [GSUB] Implement Extension subtables
43271 src/hb-ot-layout-gsub-private.h | 169
43272 +++++++++++++++++++++++++---------------
43273 1 file changed, 108 insertions(+), 61 deletions(-)
43275 commit 83e61ff4702121d3418fe82a8fe7ef6bb63bb5d2
43276 Author: Behdad Esfahbod <behdad@behdad.org>
43277 Date: Thu Apr 16 12:30:51 2009 -0400
43279 [GSUB] Fix reverse lookup loop like we did in the old code before
43281 src/hb-ot-layout-gsub-private.h | 2 +-
43282 1 file changed, 1 insertion(+), 1 deletion(-)
43284 commit 5a0b791184cf6ef39eae0570e14aca21abc32845
43285 Author: Behdad Esfahbod <behdad@behdad.org>
43286 Date: Thu Apr 16 04:45:30 2009 -0400
43288 [harfbuzz/GSUB] towards a partially working GSUB
43290 src/harfbuzz-buffer.c | 2 +-
43291 src/harfbuzz-impl.h | 2 +-
43292 src/harfbuzz.c | 1 -
43293 src/hb-ot-layout-gdef-private.h | 4 +-
43294 src/hb-ot-layout-gsub-private.h | 383
43295 +++++++++++++++++++++++++++++-----------
43296 src/hb-ot-layout-open-private.h | 31 +++-
43297 src/hb-ot-layout-private.h | 6 +-
43298 src/hb-ot-layout.cc | 94 +++++++---
43299 src/hb-ot-layout.h | 2 -
43300 9 files changed, 381 insertions(+), 144 deletions(-)
43302 commit 30bd763fa2fa4aceee51433ec9fc8dc28480b5d7
43303 Author: Behdad Esfahbod <behdad@behdad.org>
43304 Date: Wed Apr 15 22:56:15 2009 -0400
43306 Implement the first substitute()
43308 src/harfbuzz-buffer-private.h | 8 ++--
43309 src/harfbuzz-buffer.c | 4 +-
43310 src/harfbuzz-buffer.h | 2 +-
43311 src/harfbuzz-gdef-private.h | 4 +-
43312 src/harfbuzz-gdef.c | 6 +--
43313 src/harfbuzz-gdef.h | 2 +-
43314 src/harfbuzz-gpos.c | 8 ++--
43315 src/harfbuzz-gpos.h | 2 +-
43316 src/harfbuzz-gsub.h | 2 +-
43317 src/hb-ot-layout-gsub-private.h | 88
43318 +++++++++++++++++++++++++++++++++++++----
43319 src/hb-ot-layout-open-private.h | 2 +-
43320 src/hb-ot-layout-private.h | 23 ++++++-----
43321 src/hb-ot-layout.cc | 54 +++++++++++++++++--------
43322 src/hb-ot-layout.h | 2 +-
43323 14 files changed, 151 insertions(+), 56 deletions(-)
43325 commit ce48f03946bef895912019046bdbe62bb1301d0b
43326 Merge: 0e13bee 2d15e72
43327 Author: Behdad Esfahbod <behdad@behdad.org>
43328 Date: Mon Nov 2 14:35:51 2009 -0500
43332 commit 0e13beeb93077750183a8242780158b88df81e26
43333 Author: Behdad Esfahbod <behdad@behdad.org>
43334 Date: Fri Apr 17 17:03:39 2009 -0400
43338 src/Makefile.am | 2 ++
43339 1 file changed, 2 insertions(+)
43341 commit 2d15e72c75931398db5e027e660f1320bb979117
43342 Author: Behdad Esfahbod <behdad@behdad.org>
43343 Date: Wed Apr 15 19:50:16 2009 -0400
43345 Give it a start at GSUB
43347 src/hb-common.h | 5 +-
43348 src/hb-ot-layout-gdef-private.h | 24 ++++----
43349 src/hb-ot-layout-gsub-private.h | 120
43350 +++++++++++++++++++++++++++++++++++++++-
43351 src/hb-ot-layout-open-private.h | 51 ++++++++++-------
43352 src/hb-ot-layout-private.h | 2 +-
43353 src/hb-ot-layout.cc | 63 +++++++++++++++++++--
43354 src/hb-ot-layout.h | 29 +++++++++-
43356 8 files changed, 253 insertions(+), 45 deletions(-)
43358 commit 9d870f2a558f4e463e3ff953312202a8d144158b
43359 Author: Behdad Esfahbod <behdad@behdad.org>
43360 Date: Thu Apr 9 13:30:26 2009 -0400
43362 Bug 577952 – Error loading {GDEF,GSUB,GPOS} table 0x6EAD
43364 Detect TrueType Collections by checking the font data header instead
43365 of checking for "face->num_faces >1".
43367 src/harfbuzz-stream.c | 11 +++++++++--
43368 1 file changed, 9 insertions(+), 2 deletions(-)
43370 commit d49caf1f77743550d83fc7feced1293ba34a4e99
43371 Author: Behdad Esfahbod <behdad@behdad.org>
43372 Date: Mon Mar 2 15:16:11 2009 +0330
43374 [opentype] Protect against illegal access for arrays of length zero
43376 src/harfbuzz-gpos.c | 22 ++++++++++++++++++----
43377 src/harfbuzz-gsub.c | 6 ++++++
43378 2 files changed, 24 insertions(+), 4 deletions(-)
43380 commit 66871797af194f9d2161faf8bfbc9684f09e207e
43381 Author: Behdad Esfahbod <behdad@behdad.org>
43382 Date: Mon Mar 2 14:20:20 2009 +0330
43384 [opentype] Use size_t instead of uint for malloc wrappers
43386 src/harfbuzz-impl.c | 4 ++--
43387 src/harfbuzz-impl.h | 6 ++++--
43388 2 files changed, 6 insertions(+), 4 deletions(-)
43390 commit 3664e59c52ed56486a3e38126c0c3abb78f42233
43391 Author: Behdad Esfahbod <behdad@behdad.org>
43392 Date: Mon Mar 2 11:09:29 2009 +0330
43394 Fix Bug 572529 – Poor -I ordering can break build
43396 src/Makefile.am | 4 ++--
43397 1 file changed, 2 insertions(+), 2 deletions(-)
43399 commit aca4d11388eedd532a73bd34747abb65c0ea9291
43400 Author: Behdad Esfahbod <behdad@gnome.org>
43401 Date: Mon Feb 2 00:13:07 2009 +0000
43403 Allocate all array rows in a single ALLOC call. Saves over 100
43406 2009-01-31 Behdad Esfahbod <behdad@gnome.org>
43408 * pango/opentype/harfbuzz-gpos.c (Load_Mark2Array),
43410 Allocate all array rows in a single ALLOC call. Saves over
43412 alloc calls when loading DejaVu Sans,
43414 src/harfbuzz-gpos.c | 59
43415 +++++++++++++++--------------------------------------
43416 1 file changed, 17 insertions(+), 42 deletions(-)
43418 commit c561d69c721105b78bb06d1e3c5f21ca314d924a
43419 Author: Behdad Esfahbod <behdad@gnome.org>
43420 Date: Thu Jan 29 09:20:08 2009 +0000
43422 Remove ClassDef->Defined field. This is the comment accompanying it:
43424 2009-01-29 Behdad Esfahbod <behdad@gnome.org>
43426 * pango/opentype/harfbuzz-open.h:
43427 * pango/opentype/harfbuzz-gdef.c (Make_ClassRange),
43428 (HB_GDEF_Build_ClassDefinition):
43429 * pango/opentype/harfbuzz-gpos.c (Load_PosClassRule),
43430 (Load_ChainPosClassRule):
43431 * pango/opentype/harfbuzz-gsub.c (Load_SubClassRule),
43432 (Load_ChainSubClassRule):
43433 * pango/opentype/harfbuzz-open.c (Load_ClassDef1),
43434 (Load_ClassDef2), (_HB_OPEN_Load_ClassDefinition),
43435 (_HB_OPEN_Load_EmptyClassDefinition),
43436 (_HB_OPEN_Free_ClassDefinition):
43437 Remove ClassDef->Defined field. This is the comment
43440 The `Defined' field is not defined in the OpenType
43442 but apparently needed for processing fonts like trado.ttf:
43444 font refers to a class which contains not a single element.
43446 map such classes to class 0.
43448 The comment is correct that trado.ttf (MS Traditional
43450 such classes. However, in my testing I couldn't identify any
43451 problems with the font if the special handling is removed.
43453 processed as many fonts as I could get my hand on and
43455 the only not-totally-broken font hitting the special-case
43457 DejaVu fonts hit it too, but I'm sure they do not require the
43458 special-handling code. Most probably, that code introduces
43462 The special-casing was consuming lots of memory.
43464 for loading DejaVu Sans! While this could be complete
43466 decided to remove the special-handling code altogether.
43468 think it will make any real difference, and if it does,
43470 fonts. Such hacks will not be in harfbuzz-ng anyway.
43472 Bug originally reported by nsf.
43474 src/harfbuzz-gdef.c | 8 --------
43475 src/harfbuzz-gpos.c | 32 --------------------------------
43476 src/harfbuzz-gsub.c | 31 -------------------------------
43477 src/harfbuzz-open.c | 30 +++---------------------------
43478 src/harfbuzz-open.h | 8 --------
43479 5 files changed, 3 insertions(+), 106 deletions(-)
43481 commit 9372edd6f020c92609853609dcb504c72551c9c3
43482 Author: Behdad Esfahbod <behdad@gnome.org>
43483 Date: Thu Jan 29 09:19:56 2009 +0000
43485 Use calloc(), instead of malloc()ing and memset()ing.
43487 2009-01-29 Behdad Esfahbod <behdad@gnome.org>
43489 * pango/opentype/harfbuzz-impl.c (_hb_alloc): Use calloc(),
43490 instead of malloc()ing and memset()ing.
43492 src/harfbuzz-impl.c | 4 +---
43493 1 file changed, 1 insertion(+), 3 deletions(-)
43495 commit 94c21d26ba878b3168a21f2e76f02bc52e8fe6fd
43496 Author: Behdad Esfahbod <behdad@gnome.org>
43497 Date: Thu Jan 29 09:19:43 2009 +0000
43501 2009-01-29 Behdad Esfahbod <behdad@gnome.org>
43503 * pango/opentype/harfbuzz-dump-main.c (main): Remove old
43506 src/harfbuzz-dump-main.c | 144
43507 +----------------------------------------------
43508 1 file changed, 1 insertion(+), 143 deletions(-)
43510 commit 0a47c4f78e8a9e81cd305f24ec92ea61ead7dd8d
43511 Author: Behdad Esfahbod <behdad@gnome.org>
43512 Date: Thu Jan 29 09:19:20 2009 +0000
43514 Allocate all array rows in a single ALLOC call. Saves over 2000 alloc
43516 2009-01-29 Behdad Esfahbod <behdad@gnome.org>
43518 * pango/opentype/harfbuzz-gpos.c (Load_BaseArray),
43520 Allocate all array rows in a single ALLOC call. Saves over
43522 alloc calls when loading DejaVu Sans!
43524 src/harfbuzz-gpos.c | 57
43525 ++++++++++++++++-------------------------------------
43526 1 file changed, 17 insertions(+), 40 deletions(-)
43528 commit 549be924bccd187f53791dfa27647981ac909545
43529 Author: Behdad Esfahbod <behdad@gnome.org>
43530 Date: Fri Dec 26 02:31:47 2008 +0000
43532 Bug 469049 – Fix all compiler warnings
43534 2008-12-25 Behdad Esfahbod <behdad@gnome.org>
43536 Bug 469049 – Fix all compiler warnings
43538 * pango-view/viewer-pangocairo.c (render_callback):
43539 * pango/fonts.c (append_field),
43540 (pango_font_description_to_string):
43541 * pango/opentype/harfbuzz-dump.c:
43542 * pango/pango-bidi-type.c
43543 (pango_log2vis_get_embedding_levels):
43544 * pango/pango-coverage.c (pango_coverage_set):
43545 * pango/pango-markup.c (span_parse_func):
43546 * pango/pango-renderer.c
43547 (pango_renderer_default_draw_error_underline):
43548 * pango/pango-utils.c (pango_scan_string):
43549 * pango/pangocairo-render.c
43550 (pango_cairo_renderer_draw_trapezoid),
43551 (draw_error_underline), (pango_cairo_renderer_class_init):
43552 Fix all the remaining warnings.
43554 src/harfbuzz-dump.c | 3 +++
43555 1 file changed, 3 insertions(+)
43557 commit 719f9eaa755396ff377da10c5eeced01d3456b1b
43558 Author: Behdad Esfahbod <behdad@gnome.org>
43559 Date: Fri Dec 26 02:31:35 2008 +0000
43563 2008-12-25 Behdad Esfahbod <behdad@gnome.org>
43565 * pango/modules.c (pango_module_load), (script_info_free):
43566 * pango/opentype/harfbuzz-gpos.c (HB_Load_GPOS_Table):
43567 * pango/pango-bidi-type.c:
43568 * pango/pango-coverage.c (pango_coverage_ref),
43569 (pango_coverage_unref):
43570 * pango/pango-engine.c (pango_engine_shape_real_covers),
43571 (fallback_engine_shape), (fallback_engine_covers):
43572 * pango/pango-fontmap.c (pango_font_map_init):
43573 * pango/pango-ot-ruleset.c (pango_ot_ruleset_finalize),
43574 (pango_ot_ruleset_new):
43575 * pango/pangofc-decoder.c (pango_fc_decoder_init),
43576 (pango_fc_decoder_class_init):
43577 * pango/pangofc-font.c (pango_fc_font_find_shaper),
43578 (pango_fc_font_get_coverage):
43579 * pango/pangofc-fontmap.c (pango_fc_font_map_list_families),
43580 (pango_fc_make_pattern), (pango_fc_font_map_get_patterns),
43581 (get_first_font), (_pango_fc_font_map_get_coverage),
43582 (cleanup_font), (pango_fc_font_description_from_pattern),
43583 (pango_fc_face_list_sizes), (pango_fc_family_list_faces):
43584 * pango/pangoft2-fontmap.c
43585 (pango_ft2_font_map_get_resolution):
43586 * pango/pangoft2-render.c (pango_ft2_renderer_init),
43587 (pango_ft2_renderer_draw_trapezoid):
43588 * pango/pangoft2.c (pango_ft2_font_get_face),
43589 (pango_ft2_font_real_unlock_face),
43590 (pango_ft2_free_glyph_info_callback):
43593 src/harfbuzz-gpos.c | 2 +-
43594 1 file changed, 1 insertion(+), 1 deletion(-)
43596 commit 21f7d507f4b50e2743ab47954270f4c72d5a722a
43597 Author: Behdad Esfahbod <behdad@gnome.org>
43598 Date: Wed Oct 15 03:45:29 2008 +0000
43600 Bug 528272 – "Error loading GPOS table 5503" when using katakana
43602 2008-10-14 Behdad Esfahbod <behdad@gnome.org>
43604 Bug 528272 – "Error loading GPOS table 5503" when using
43608 * pango/opentype/harfbuzz-gpos.c (Load_Mark2Array): Skip
43610 null anchor tables.
43612 src/harfbuzz-gpos.c | 7 +++++++
43613 1 file changed, 7 insertions(+)
43615 commit a26c6ae70502b4d60c52a0648662b1619c688b9a
43616 Author: Behdad Esfahbod <behdad@gnome.org>
43617 Date: Mon Sep 29 22:28:47 2008 +0000
43619 Fix left-to-right positioning. Reported by Peter Hunter.
43621 2008-09-29 Behdad Esfahbod <behdad@gnome.org>
43623 * pango/opentype/harfbuzz-gpos.c (Position_CursiveChain):
43624 Fix left-to-right positioning. Reported by Peter Hunter.
43626 src/harfbuzz-gpos.c | 2 +-
43627 1 file changed, 1 insertion(+), 1 deletion(-)
43629 commit b6c06c56a33f1e1ec15e3b525ecafe8fadc679db
43630 Author: Behdad Esfahbod <behdad@gnome.org>
43631 Date: Sun Jun 29 18:30:14 2008 +0000
43633 Bug 540592 – Crash in HB_GSUB_Apply_String with Linux-Libertine font
43635 2008-06-29 Behdad Esfahbod <behdad@gnome.org>
43637 Bug 540592 – Crash in HB_GSUB_Apply_String with
43638 Linux-Libertine font
43640 * pango/opentype/harfbuzz-gsub.c (GSUB_Do_String_Lookup):
43642 loops for type 8 lookups.
43644 src/harfbuzz-gsub.c | 2 +-
43645 1 file changed, 1 insertion(+), 1 deletion(-)
43647 commit c44733596c6648e209c12349e18e35424edf3d59
43648 Author: Behdad Esfahbod <behdad@behdad.org>
43649 Date: Mon Feb 18 21:14:23 2008 -0500
43651 [hb-ot-layout] Add proper namespace to accessors
43653 src/hb-ot-layout.cc | 165
43654 ++++++++++++++++++++++++++++++++++++++--------------
43655 src/hb-ot-layout.h | 115 +++++++++++++++++++++++-------------
43656 2 files changed, 198 insertions(+), 82 deletions(-)
43658 commit 57225672098ebdafb0c06ae091a1b55635daca29
43659 Author: Behdad Esfahbod <behdad@behdad.org>
43660 Date: Mon Feb 18 20:58:39 2008 -0500
43662 Fix typo, add TODOs
43664 src/hb-ot-layout-open-private.h | 5 ++++-
43665 1 file changed, 4 insertions(+), 1 deletion(-)
43667 commit 4a26ea408c87f0bb59deca9ff44008d138471aa3
43668 Author: Behdad Esfahbod <behdad@behdad.org>
43669 Date: Mon Jan 28 07:40:10 2008 -0500
43671 Finish script, language, and feature public API
43673 src/hb-ot-layout-open-private.h | 22 ++++++---
43674 src/hb-ot-layout.cc | 107
43675 +++++++++++++++++++++++++++++++---------
43676 src/hb-ot-layout.h | 34 ++++++++++++-
43677 3 files changed, 132 insertions(+), 31 deletions(-)
43679 commit 706ab25a4cb043d46e6088aa0a7184ee200276c9
43680 Author: Behdad Esfahbod <behdad@behdad.org>
43681 Date: Mon Jan 28 05:58:50 2008 -0500
43683 Add script and language public getter API
43685 src/hb-ot-layout-open-private.h | 40 ++++++++-----
43686 src/hb-ot-layout.cc | 127
43687 +++++++++++++++++++++++++++++++++++++++-
43688 src/hb-ot-layout.h | 56 ++++++++++++++++++
43690 4 files changed, 207 insertions(+), 18 deletions(-)
43692 commit 40a81314fa3eb7c701aea47b43f81bfad985f717
43693 Author: Behdad Esfahbod <behdad@behdad.org>
43694 Date: Mon Jan 28 02:30:48 2008 -0500
43696 Make main.cc compile again, which means finished getter API
43698 src/hb-ot-layout-open-private.h | 117
43699 +++++++++++++++++++++++++++++-----------
43700 src/main.cc | 99 +++++++++++++++++++++++-----------
43701 2 files changed, 155 insertions(+), 61 deletions(-)
43703 commit e50c3978d37b2c0d6ddd4ced6a6196f6857cd596
43704 Author: Behdad Esfahbod <behdad@behdad.org>
43705 Date: Mon Jan 28 00:16:49 2008 -0500
43707 Rename HB_OT_Layout to hb_ot_layout_t
43709 src/hb-ot-layout-private.h | 8 ++++----
43710 src/hb-ot-layout.cc | 34 +++++++++++++++++-----------------
43711 src/hb-ot-layout.h | 33 +++++++++++++++------------------
43712 3 files changed, 36 insertions(+), 39 deletions(-)
43714 commit dfa811965133bc4d1696fa5a0166e17ed4142c98
43715 Author: Behdad Esfahbod <behdad@behdad.org>
43716 Date: Mon Jan 28 00:12:21 2008 -0500
43718 Rename hb_ot_layout_create() to hb_ot_layout_create_for_data()
43720 src/hb-ot-layout.cc | 4 ++--
43721 src/hb-ot-layout.h | 4 ++--
43722 2 files changed, 4 insertions(+), 4 deletions(-)
43724 commit 54e5aac5e2947d4e2864c6f2987e4d275da73100
43725 Author: Behdad Esfahbod <behdad@behdad.org>
43726 Date: Sun Jan 27 21:19:51 2008 -0500
43728 GDEF completely working now
43730 src/hb-ot-layout-open-private.h | 11 ++++++++---
43731 src/hb-ot-layout-private.h | 16 +++++++++-------
43732 src/hb-ot-layout.cc | 19 +++++++++----------
43733 src/hb-private.h | 7 +++++++
43734 src/main.cc | 12 ++++++------
43735 5 files changed, 39 insertions(+), 26 deletions(-)
43737 commit 6f425b11799aa20dab553085f05744191b7318e2
43738 Author: Behdad Esfahbod <behdad@behdad.org>
43739 Date: Thu Jan 24 19:38:56 2008 -0500
43741 [GDEF] Finish internal API
43743 src/hb-ot-layout-private.h | 15 +++++++-
43744 src/hb-ot-layout.cc | 95
43745 ++++++++++++++++++++++------------------------
43746 src/hb-ot-layout.h | 16 ++++----
43747 3 files changed, 66 insertions(+), 60 deletions(-)
43749 commit 590d55cbb9e21ef74dfd88eee51fd0a763958cd2
43750 Author: Behdad Esfahbod <behdad@behdad.org>
43751 Date: Thu Jan 24 19:13:50 2008 -0500
43753 [GDEF] Finish public API
43755 src/hb-common.h | 11 ++++
43756 src/hb-ot-layout-gdef-private.h | 28 +++++----
43757 src/hb-ot-layout-open-private.h | 25 ++++----
43758 src/hb-ot-layout-private.h | 23 ++------
43759 src/hb-ot-layout.cc | 123
43760 +++++++++++++++++++++++++++++++++++++---
43761 src/hb-ot-layout.h | 29 ++++++----
43762 6 files changed, 176 insertions(+), 63 deletions(-)
43764 commit aff831ed6787abe8e24a977e34d97ff2e0b7dc21
43765 Author: Behdad Esfahbod <behdad@behdad.org>
43766 Date: Thu Jan 24 06:03:45 2008 -0500
43768 Implement glyph properties
43770 src/hb-ot-layout-gdef-private.h | 10 ++++-
43771 src/hb-ot-layout-private.h | 16 +++++++-
43772 src/hb-ot-layout.cc | 84
43773 +++++++++++++++++++++++++++++++++++++----
43774 src/hb-ot-layout.h | 25 ++++++++----
43775 4 files changed, 117 insertions(+), 18 deletions(-)
43777 commit ead428d7a0bf4dc84340a99f3959e5cc58123e99
43778 Author: Behdad Esfahbod <behdad@behdad.org>
43779 Date: Thu Jan 24 03:54:09 2008 -0500
43783 src/hb-ot-layout-open-private.h | 32 +++++++++++++++++++-------------
43784 src/hb-ot-layout-private.h | 9 ++++++---
43785 src/hb-ot-layout.cc | 21 ++++++++++++++-------
43786 src/hb-ot-layout.h | 2 --
43787 4 files changed, 39 insertions(+), 25 deletions(-)
43789 commit fd92a3dde32fd10df30c9eeb97641bc3c15b1e9b
43790 Author: Behdad Esfahbod <behdad@behdad.org>
43791 Date: Thu Jan 24 03:11:09 2008 -0500
43793 Starting public interface
43795 src/Makefile | 11 -----
43796 src/Makefile.ng | 11 +++++
43797 src/hb-ot-layout-gdef-private.h | 17 ++++----
43798 src/hb-ot-layout-gsub-private.h | 3 +-
43799 src/hb-ot-layout-open-private.h | 92
43800 +++++++++++++++++++++++++++++------------
43801 src/hb-ot-layout-private.h | 51 +++++++++++++++++++++++
43802 src/hb-ot-layout.cc | 67 ++++++++++++++++++++++++++++++
43803 src/hb-ot-layout.h | 35 ++++++++++++++--
43805 9 files changed, 236 insertions(+), 52 deletions(-)
43807 commit 7d6b95b000ec6cd8ca93113b2d81a049ad2f9bbe
43808 Author: Behdad Esfahbod <behdad@src.gnome.org>
43809 Date: Thu Jan 24 04:42:24 2008 +0000
43811 Remove unused macro
43813 src/harfbuzz-impl.h | 2 --
43814 1 file changed, 2 deletions(-)
43816 commit 7586089c6fa8185cad8387869d3703c637e5cbb1
43817 Author: Behdad Esfahbod <behdad@behdad.org>
43818 Date: Wed Jan 23 18:02:28 2008 -0500
43822 src/hb-ot-layout-gdef-private.h | 37 +++++++++++++++++++++++++------
43823 src/hb-ot-layout-gsub-private.h | 13 +++++++++++
43824 src/hb-ot-layout-open-private.h | 49
43825 ++++++++++++++++++++++++++++++++++-------
43826 src/hb-private.h | 2 ++
43827 4 files changed, 86 insertions(+), 15 deletions(-)
43829 commit aefaafe5bc4fc6d37a412c135b1079c287be7045
43830 Author: Behdad Esfahbod <behdad@behdad.org>
43831 Date: Wed Jan 23 17:25:29 2008 -0500
43835 src/hb-ot-layout-gdef-private.h | 10 +++++-----
43836 src/hb-ot-layout-open-private.h | 16 +++++++---------
43837 src/main.cc | 4 ++--
43838 3 files changed, 14 insertions(+), 16 deletions(-)
43840 commit a16ecbf0564a6e2576da22c12827f3c0719da549
43841 Author: Behdad Esfahbod <behdad@behdad.org>
43842 Date: Wed Jan 23 17:01:55 2008 -0500
43846 src/hb-ot-layout-gdef-private.h | 4 +
43847 src/hb-ot-layout-gsub-private.h | 453
43848 ++++++++++++++++++++++++++++++++++++++++
43849 src/hb-ot-layout-open-private.h | 3 +
43851 4 files changed, 461 insertions(+)
43853 commit 64aef3a54999496fd1de4f5aa5b019e4c03b3836
43854 Author: Behdad Esfahbod <behdad@behdad.org>
43855 Date: Wed Jan 23 16:14:38 2008 -0500
43857 Add copyright notices.
43859 src/hb-common.h | 26 ++++++++++++++++++++++++++
43860 src/hb-ot-layout-gdef-private.h | 26 ++++++++++++++++++++++++++
43861 src/hb-ot-layout-open-private.h | 26 ++++++++++++++++++++++++++
43862 src/hb-ot-layout.h | 26 ++++++++++++++++++++++++++
43863 src/hb-private.h | 26 ++++++++++++++++++++++++++
43864 src/main.cc | 26 ++++++++++++++++++++++++++
43865 6 files changed, 156 insertions(+)
43867 commit 12360f7c159826ae72271b34486dee59d96aa8ca
43868 Author: Behdad Esfahbod <behdad@behdad.org>
43869 Date: Wed Jan 23 15:50:38 2008 -0500
43871 Minor cleanup, add LIKELY and UNLIKELY annotations
43873 src/hb-ot-layout-gdef-private.h | 63
43874 +++++++++++++++++++++++------------------
43875 src/hb-ot-layout-open-private.h | 36 ++++++++---------------
43876 src/hb-private.h | 15 ++++++++++
43877 3 files changed, 63 insertions(+), 51 deletions(-)
43879 commit 8dd1c8b8d6797d899d0f5b0a8015886bf6520ca2
43880 Author: Behdad Esfahbod <behdad@behdad.org>
43881 Date: Wed Jan 23 05:00:30 2008 -0500
43883 Clean up file names, add namespace
43885 src/harfbuzz-common.h | 14 -
43886 src/harfbuzz-gdef-private.h | 213 -----------
43887 src/harfbuzz-gdef.h | 11 -
43888 src/harfbuzz-open-private.h | 804
43889 ----------------------------------------
43890 src/harfbuzz-open.h | 17 -
43891 src/harfbuzz-private.h | 12 -
43892 src/hb-common.h | 14 +
43893 src/hb-ot-layout-gdef-private.h | 213 +++++++++++
43894 src/hb-ot-layout-open-private.h | 804
43895 ++++++++++++++++++++++++++++++++++++++++
43896 src/hb-ot-layout.h | 17 +
43897 src/hb-private.h | 12 +
43899 12 files changed, 1062 insertions(+), 1073 deletions(-)
43901 commit 1f437e6f47fb6c15761021bd2078f31778f2179c
43902 Author: Behdad Esfahbod <behdad@behdad.org>
43903 Date: Wed Jan 23 04:36:40 2008 -0500
43905 Make all code NULL-free and assert-free
43907 src/harfbuzz-gdef-private.h | 125 ++++++++++---------
43908 src/harfbuzz-open-private.h | 285
43909 +++++++++++++++++++++++---------------------
43911 3 files changed, 214 insertions(+), 204 deletions(-)
43913 commit 600e5eb80f553ea8eb862e6784133574c74ca513
43914 Author: Behdad Esfahbod <behdad@behdad.org>
43915 Date: Wed Jan 23 02:01:37 2008 -0500
43917 Define get_for_data() factories
43919 src/harfbuzz-gdef-private.h | 3 +++
43920 src/harfbuzz-open-private.h | 42
43921 +++++++++++++++++++++++++++++-------------
43922 src/main.cc | 10 ++++------
43923 3 files changed, 36 insertions(+), 19 deletions(-)
43925 commit b9d7688fb3d45894901484b74095c4f11cab6196
43926 Author: Behdad Esfahbod <behdad@behdad.org>
43927 Date: Wed Jan 23 01:38:10 2008 -0500
43929 Finish and test GDEF
43931 src/harfbuzz-gdef-private.h | 72
43932 ++++++++++++++++++++++++++++++++-------------
43933 src/harfbuzz-open-private.h | 23 ++++++++-------
43934 src/harfbuzz-open.h | 4 +++
43935 src/main.cc | 10 +++++++
43936 4 files changed, 77 insertions(+), 32 deletions(-)
43938 commit 303fe62824d4e99df554b6bfaacba05d068522fb
43939 Author: Behdad Esfahbod <behdad@behdad.org>
43940 Date: Wed Jan 23 00:20:48 2008 -0500
43944 src/Makefile | 10 ++++-
43945 src/harfbuzz-gdef-private.h | 65 +++++++++++++++++++++-------
43946 src/harfbuzz-open-private.h | 102
43947 ++++++++++++++++++++++++++++++++++++++++----
43948 src/harfbuzz-private.h | 6 +++
43949 src/main.cc | 12 +++---
43950 5 files changed, 163 insertions(+), 32 deletions(-)
43952 commit 17843245fde4cc8cddc7da8ef30357d3d8778187
43953 Author: Behdad Esfahbod <behdad@gnome.org>
43954 Date: Wed Jan 16 20:39:29 2008 +0000
43956 Remove COPYING.GPL and COPYING.FTL that are no longer there.
43958 2008-01-16 Behdad Esfahbod <behdad@gnome.org>
43960 * pango/opentype/Makefile.am: Remove COPYING.GPL and
43962 are no longer there.
43964 src/Makefile.am | 2 --
43965 1 file changed, 2 deletions(-)
43967 commit a2a9a023f6472ba262f89e5327318996b8258d25
43968 Author: Behdad Esfahbod <behdad@gnome.org>
43969 Date: Tue Jan 15 22:46:32 2008 +0000
43971 HarfBuzz was relicensed to a more generous and simpler
43972 license. Adapt. See
43974 2008-01-15 Behdad Esfahbod <behdad@gnome.org>
43976 * pango/opentype/*:
43977 HarfBuzz was relicensed to a more generous and simpler
43979 Adapt. See pango/opentype/COPYING for the new license
43983 src/COPYING | 39 +++--
43984 src/COPYING.FTL | 174 ---------------------
43985 src/COPYING.GPL | 340
43986 ------------------------------------------
43987 src/harfbuzz-buffer-private.h | 32 ++--
43988 src/harfbuzz-buffer.c | 27 +++-
43989 src/harfbuzz-buffer.h | 32 ++--
43990 src/harfbuzz-dump-main.c | 34 +++--
43991 src/harfbuzz-dump.c | 34 +++--
43992 src/harfbuzz-dump.h | 35 +++--
43993 src/harfbuzz-gdef-private.h | 29 +++-
43994 src/harfbuzz-gdef.c | 29 +++-
43995 src/harfbuzz-gdef.h | 29 +++-
43996 src/harfbuzz-global.h | 29 +++-
43997 src/harfbuzz-gpos-private.h | 29 +++-
43998 src/harfbuzz-gpos.c | 31 +++-
43999 src/harfbuzz-gpos.h | 29 +++-
44000 src/harfbuzz-gsub-private.h | 29 +++-
44001 src/harfbuzz-gsub.c | 31 +++-
44002 src/harfbuzz-gsub.h | 29 +++-
44003 src/harfbuzz-impl.c | 31 +++-
44004 src/harfbuzz-impl.h | 29 +++-
44005 src/harfbuzz-open-private.h | 29 +++-
44006 src/harfbuzz-open.c | 29 +++-
44007 src/harfbuzz-open.h | 29 +++-
44008 src/harfbuzz-stream-private.h | 29 +++-
44009 src/harfbuzz-stream.c | 31 +++-
44010 src/harfbuzz.c | 28 +++-
44011 src/harfbuzz.h | 29 +++-
44012 28 files changed, 564 insertions(+), 741 deletions(-)
44014 commit 4ccedd22eaa6e47bd8bbf255627a8b55fbb44736
44015 Author: Behdad Esfahbod <behdad@gnome.org>
44016 Date: Wed Dec 5 03:41:29 2007 +0000
44018 Bug 501575 – Compile errors Patch from Jens Granseuer
44020 2007-12-04 Behdad Esfahbod <behdad@gnome.org>
44022 Bug 501575 – Compile errors
44023 Patch from Jens Granseuer
44025 * pango/opentype/harfbuzz-stream.c (_hb_font_goto_table):
44026 * pango/pango-utils.c (handle_alias_line):
44029 src/harfbuzz-stream.c | 4 ++--
44030 1 file changed, 2 insertions(+), 2 deletions(-)
44032 commit cd55cfa2b0a1fe35d5a4ad1c8feaa399d7fb7ab3
44033 Author: Behdad Esfahbod <behdad@src.gnome.org>
44034 Date: Fri Nov 30 04:31:29 2007 +0000
44036 Undo accidental change.
44038 src/harfbuzz-impl.c | 2 --
44039 1 file changed, 2 deletions(-)
44041 commit 3f05da638c8d7b13e7f860aeda1a6321e5ebd92e
44042 Author: Behdad Esfahbod <behdad@gnome.org>
44043 Date: Fri Nov 30 04:29:58 2007 +0000
44045 Bug 485536 – underline_position can be zero
44047 2007-11-29 Behdad Esfahbod <behdad@gnome.org>
44049 Bug 485536 – underline_position can be zero
44051 * pango/pango-utils.c (pango_cairo_quantize_line_geometry):
44052 Document that returned position may be zero.
44054 * pango/pangocairo-win32font.c
44055 (pango_cairo_win32_font_create_metrics_for_context):
44056 * pango/pangofc-font.c (get_face_metrics):
44057 Handle case of underline_position==0 after rounding.
44059 src/harfbuzz-impl.c | 2 ++
44060 1 file changed, 2 insertions(+)
44062 commit e58278fedb67cbaac4bf4d6dfc33209cb22eec08
44063 Author: Behdad Esfahbod <behdad@gnome.org>
44064 Date: Sat Nov 24 01:40:13 2007 +0000
44066 Remove unused macro.
44068 2007-11-23 Behdad Esfahbod <behdad@gnome.org>
44070 * pango/opentype/harfbuzz-impl.c: Remove unused macro.
44072 src/harfbuzz-impl.c | 18 ------------------
44073 1 file changed, 18 deletions(-)
44075 commit 3b047380aec4ccc707c4579327d54172c19820fd
44076 Author: Behdad Esfahbod <behdad@src.gnome.org>
44077 Date: Sun Nov 18 22:34:08 2007 +0000
44081 src/harfbuzz-dump-main.c | 4 +--
44082 src/harfbuzz-stream.c | 89
44083 ++++++++++++++++++++++++------------------------
44084 2 files changed, 46 insertions(+), 47 deletions(-)
44086 commit 10d6a25a26bdbab4ece4edf0e34ffd3d22410ebe
44087 Author: Behdad Esfahbod <behdad@src.gnome.org>
44088 Date: Wed Nov 7 10:04:11 2007 +0000
44092 src/harfbuzz-gdef.c | 88
44093 -----------------------------------------------------
44094 src/harfbuzz-gpos.h | 4 +--
44095 2 files changed, 1 insertion(+), 91 deletions(-)
44097 commit 47d2c33e3d099fae79e199367de5011bc5c12273
44098 Author: Behdad Esfahbod <behdad@gnome.org>
44099 Date: Wed Nov 7 09:59:18 2007 +0000
44103 2007-11-07 Behdad Esfahbod <behdad@gnome.org>
44105 * pango/opentype/*: And some more.
44107 src/harfbuzz-buffer.h | 8 ++---
44108 src/harfbuzz-dump-main.c | 22 ++++++------
44109 src/harfbuzz-gdef.c | 14 ++++----
44110 src/harfbuzz-gdef.h | 4 +--
44111 src/harfbuzz-global.h | 21 +++++------
44112 src/harfbuzz-gpos.c | 82
44113 +++++++++++++++++++++----------------------
44114 src/harfbuzz-gpos.h | 12 +++----
44115 src/harfbuzz-gsub.c | 4 +--
44116 src/harfbuzz-gsub.h | 4 +--
44117 src/harfbuzz-stream-private.h | 4 +--
44118 src/harfbuzz-stream.c | 16 ++++-----
44119 11 files changed, 95 insertions(+), 96 deletions(-)
44121 commit 78ef65ba08967fe1b5f97bcb27074bd635f4b898
44122 Author: Behdad Esfahbod <behdad@gnome.org>
44123 Date: Wed Nov 7 08:06:01 2007 +0000
44125 Some more cleanup and merging.
44127 2007-11-07 Behdad Esfahbod <behdad@gnome.org>
44129 * pango/opentype/*: Some more cleanup and merging.
44131 src/Makefile.am | 6 +-
44132 src/harfbuzz-buffer-private.h | 33 ++++++
44133 src/harfbuzz-buffer.c | 4 +-
44134 src/harfbuzz-dump-main.c | 3 +-
44135 src/harfbuzz-gdef-private.h | 9 +-
44136 src/harfbuzz-gdef.c | 39 +++++++
44137 src/harfbuzz-global.h | 2 +
44138 src/harfbuzz-gpos-private.h | 1 +
44139 src/harfbuzz-gpos.c | 32 +-----
44140 src/harfbuzz-gsub-private.h | 1 +
44141 src/harfbuzz-gsub.c | 33 +-----
44142 src/harfbuzz-impl.c | 216
44143 ++------------------------------------
44144 src/harfbuzz-impl.h | 100 +-----------------
44145 src/harfbuzz-open-private.h | 4 +-
44146 src/harfbuzz-stream-private.h | 70 +++++++++++++
44147 src/harfbuzz-stream.c | 234
44148 ++++++++++++++++++++++++++++++++++++++++++
44149 src/harfbuzz.c | 1 +
44150 src/harfbuzz.h | 3 +-
44151 18 files changed, 419 insertions(+), 372 deletions(-)
44153 commit 5c9bd379950d914982bdb91d0f82b8036908db37
44154 Author: Behdad Esfahbod <behdad@src.gnome.org>
44155 Date: Mon Oct 29 23:51:48 2007 +0000
44159 src/Makefile.am | 5 +++--
44160 1 file changed, 3 insertions(+), 2 deletions(-)
44162 commit ef1f481752fa6e478f649e826c96927c98f21981
44163 Author: Behdad Esfahbod <behdad@gnome.org>
44164 Date: Thu Oct 25 23:37:11 2007 +0000
44166 Even more cleanup and more type renames.
44168 2007-10-25 Behdad Esfahbod <behdad@gnome.org>
44170 * pango/opentype/*: Even more cleanup and more type renames.
44172 src/harfbuzz-buffer.h | 3 +--
44173 src/harfbuzz-global.h | 6 ++++++
44174 src/harfbuzz-impl.c | 16 ++++++++--------
44175 src/harfbuzz-impl.h | 22 +++++++++++-----------
44176 src/harfbuzz-open.h | 3 ---
44177 5 files changed, 26 insertions(+), 24 deletions(-)
44179 commit 282c60a0eea0db784b0a094958bec35b5f3dc399
44180 Author: Behdad Esfahbod <behdad@gnome.org>
44181 Date: Thu Oct 25 23:22:17 2007 +0000
44183 More cleanup, remove redundant error types.
44185 2007-10-25 Behdad Esfahbod <behdad@gnome.org>
44187 * pango/opentype/*: More cleanup, remove redundant error
44190 src/harfbuzz-dump-main.c | 4 +-
44191 src/harfbuzz-dump.c | 14 +++---
44192 src/harfbuzz-gdef.c | 25 +++++-----
44193 src/harfbuzz-gdef.h | 3 --
44194 src/harfbuzz-global.h | 31 ++++++------
44195 src/harfbuzz-gpos.c | 124
44196 +++++++++++++++++++++++------------------------
44197 src/harfbuzz-gpos.h | 3 --
44198 src/harfbuzz-gsub.c | 86 ++++++++++++++++----------------
44199 src/harfbuzz-gsub.h | 3 --
44200 src/harfbuzz-impl.c | 18 +++----
44201 src/harfbuzz-impl.h | 2 +
44202 src/harfbuzz-open.c | 24 ++++-----
44203 src/harfbuzz-open.h | 6 +--
44204 13 files changed, 170 insertions(+), 173 deletions(-)
44206 commit 4280ec4df45ae86c10c3cd24ddb9c05e47223d39
44207 Author: Behdad Esfahbod <behdad@gnome.org>
44208 Date: Thu Oct 25 00:23:46 2007 +0000
44210 Rename ftglue.c to harfbuzz-impl.c and more type renames and
44213 2007-10-24 Behdad Esfahbod <behdad@gnome.org>
44215 * pango/opentype/*: Rename ftglue.c to harfbuzz-impl.c
44217 type renames and moving code around.
44219 src/Makefile.am | 3 +-
44221 --------------------------------------------
44222 src/ftglue.h | 151 -----------------------
44223 src/harfbuzz-dump-main.c | 48 +-------
44224 src/harfbuzz-dump.c | 30 ++---
44225 src/harfbuzz-gdef.c | 18 +--
44226 src/harfbuzz-global.h | 18 +++
44227 src/harfbuzz-gpos-private.h | 2 +-
44228 src/harfbuzz-gpos.c | 90 +++++++-------
44229 src/harfbuzz-gsub-private.h | 2 +-
44230 src/harfbuzz-gsub.c | 64 +++++-----
44231 src/harfbuzz-impl.c | 283
44232 +++++++++++++++++++++++++++++++++++++++++++
44233 src/harfbuzz-impl.h | 114 ++++++++++++++++--
44234 src/harfbuzz-open-private.h | 14 +--
44235 src/harfbuzz-open.c | 32 ++---
44236 src/harfbuzz-open.h | 16 ---
44237 src/harfbuzz.c | 4 +-
44238 17 files changed, 542 insertions(+), 634 deletions(-)
44240 commit 5716ae278a82d318ddbfeba01d0785d4efbe1454
44241 Author: Behdad Esfahbod <behdad@gnome.org>
44242 Date: Wed Oct 24 22:44:47 2007 +0000
44244 New header file harfbuzz-global.h. Rename FT_* int types to HB_*
44247 2007-10-24 Behdad Esfahbod <behdad@gnome.org>
44249 * pango/opentype/*: New header file harfbuzz-global.h. Rename
44250 FT_* int types to HB_* types.
44252 src/Makefile.am | 1 +
44253 src/ftglue.c | 30 +--
44254 src/ftglue.h | 26 +-
44255 src/harfbuzz-buffer-private.h | 26 +-
44256 src/harfbuzz-buffer.c | 40 ++--
44257 src/harfbuzz-buffer.h | 42 ++--
44258 src/harfbuzz-dump-main.c | 24 +-
44259 src/harfbuzz-dump.c | 14 +-
44260 src/harfbuzz-dump.h | 4 +-
44261 src/harfbuzz-gdef-private.h | 30 +--
44262 src/harfbuzz-gdef.c | 104 ++++----
44263 src/harfbuzz-gdef.h | 32 +--
44264 src/harfbuzz-global.h | 34 +++
44265 src/harfbuzz-gpos-private.h | 182 +++++++-------
44266 src/harfbuzz-gpos.c | 540
44267 +++++++++++++++++++++---------------------
44268 src/harfbuzz-gpos.h | 52 ++--
44269 src/harfbuzz-gsub-private.h | 142 +++++------
44270 src/harfbuzz-gsub.c | 432 ++++++++++++++++-----------------
44271 src/harfbuzz-gsub.h | 50 ++--
44272 src/harfbuzz-impl.h | 6 +-
44273 src/harfbuzz-open-private.h | 26 +-
44274 src/harfbuzz-open.c | 146 ++++++------
44275 src/harfbuzz-open.h | 88 +++----
44276 src/harfbuzz.h | 1 +
44277 24 files changed, 1056 insertions(+), 1016 deletions(-)
44279 commit 2130d852c76cccb94350a4aea222359640ffa8a4
44280 Author: Behdad Esfahbod <behdad@gnome.org>
44281 Date: Wed Oct 24 21:35:03 2007 +0000
44283 Add commented-out dummy struct for Extension lookups.
44285 2007-10-24 Behdad Esfahbod <behdad@gnome.org>
44287 * pango/opentype/harfbuzz-gpos-private.h:
44288 * pango/opentype/harfbuzz-gsub-private.h:
44289 Add commented-out dummy struct for Extension lookups.
44291 src/harfbuzz-gpos-private.h | 13 +++++++++++++
44292 src/harfbuzz-gsub-private.h | 13 +++++++++++++
44293 2 files changed, 26 insertions(+)
44295 commit 13b2b963848ada169c2fe3d3669fbc1c337f7fe7
44296 Author: Behdad Esfahbod <behdad@gnome.org>
44297 Date: Sun Oct 21 18:17:02 2007 +0000
44299 Bug 488840 – harfbuzz: protect against ligid overflow
44301 2007-10-21 Behdad Esfahbod <behdad@gnome.org>
44303 Bug 488840 – harfbuzz: protect against ligid overflow
44305 * pango/opentype/harfbuzz-buffer.c
44306 (_hb_buffer_allocate_ligid):
44307 Never return zero, even in case of overflow.
44309 * pango/opentype/harfbuzz-impl.h: Define dummy HB_LIKELY() and
44310 HB_UNLIKELY(), to be filled later.
44312 src/harfbuzz-buffer.c | 6 +++++-
44313 src/harfbuzz-impl.h | 3 +++
44314 2 files changed, 8 insertions(+), 1 deletion(-)
44316 commit 6b347138b597c41af24453f630336ba2fc033dc5
44317 Author: Behdad Esfahbod <behdad@gnome.org>
44318 Date: Thu Oct 11 08:30:50 2007 +0000
44320 Mark internal symbols as HB_INTERNAL and define that to static in
44322 2007-10-11 Behdad Esfahbod <behdad@gnome.org>
44324 * pango/opentype/*: Mark internal symbols as HB_INTERNAL and
44325 define that to static in harfbuzz.c.
44327 * pango/opentype/harfbuzz-buffer-internal.h: New file.
44329 src/Makefile.am | 1 +
44330 src/ftglue.c | 18 +++----
44331 src/ftglue.h | 20 ++++----
44332 src/harfbuzz-buffer-private.h | 60 +++++++++++++++++++++++
44333 src/harfbuzz-buffer.c | 108
44334 +++++++++++++++++++++-------------------
44335 src/harfbuzz-buffer.h | 38 +--------------
44336 src/harfbuzz-gdef-private.h | 17 ++++---
44337 src/harfbuzz-gdef.c | 20 ++++----
44338 src/harfbuzz-gpos-private.h | 13 +++--
44339 src/harfbuzz-gpos.c | 16 +++---
44340 src/harfbuzz-gsub-private.h | 14 +++---
44341 src/harfbuzz-gsub.c | 20 ++++----
44342 src/harfbuzz-impl.h | 12 +++--
44343 src/harfbuzz-open-private.h | 81 +++++++++++++++++-------------
44344 src/harfbuzz-open.c | 111
44345 ++++++++++++++++++++++++------------------
44346 src/harfbuzz.c | 1 +
44347 16 files changed, 315 insertions(+), 235 deletions(-)
44349 commit 7cdfb61deefd8f43edb5eb79d45d38dbbbef9051
44350 Author: Behdad Esfahbod <behdad@gnome.org>
44351 Date: Thu Oct 11 07:46:33 2007 +0000
44353 Remove FTGLUE_API/APIDEF cruft.
44355 2007-10-11 Behdad Esfahbod <behdad@gnome.org>
44357 * pango/opentype/ftglue.[ch]: Remove FTGLUE_API/APIDEF cruft.
44359 src/ftglue.c | 16 ++++++++--------
44360 src/ftglue.h | 24 ++++++++----------------
44361 2 files changed, 16 insertions(+), 24 deletions(-)
44363 commit 61ddbafaaad31ccacde54cad7e60a84abffc0a9f
44364 Author: Behdad Esfahbod <behdad@gnome.org>
44365 Date: Thu Oct 11 07:45:26 2007 +0000
44367 Build harfbuzz.c instead of individual source files, to let
44370 2007-10-11 Behdad Esfahbod <behdad@gnome.org>
44372 * pango/opentype/Makefile.am: Build harfbuzz.c instead
44374 source files, to let compiler go wild with optimizations!
44376 src/Makefile.am | 9 +++++----
44377 1 file changed, 5 insertions(+), 4 deletions(-)
44379 commit a219b3d003d6727c79dc51282d21e9ac48c44458
44380 Author: Behdad Esfahbod <behdad@gnome.org>
44381 Date: Thu Oct 11 07:34:08 2007 +0000
44385 2007-10-11 Behdad Esfahbod <behdad@gnome.org>
44387 * pango/opentype/harfbuzz.c: Same here.
44389 src/harfbuzz.c | 1 -
44390 1 file changed, 1 deletion(-)
44392 commit 6567e16e3b14c08659342bbcc9f2735e71f9114e
44393 Author: Behdad Esfahbod <behdad@gnome.org>
44394 Date: Thu Oct 11 07:33:19 2007 +0000
44396 Don't include harfbuzz-dump.[ch] in libharfbuzz.a. Those are just
44399 2007-10-11 Behdad Esfahbod <behdad@gnome.org>
44401 * pango/opentype/Makefile.am: Don't include harfbuzz-dump.[ch]
44403 libharfbuzz.a. Those are just used by the harfbuzz-dump tool.
44405 src/Makefile.am | 4 ++--
44406 1 file changed, 2 insertions(+), 2 deletions(-)
44408 commit 0b032549ba7581c879a0fc4e794b0e9a4723ae85
44409 Author: Behdad Esfahbod <behdad@gnome.org>
44410 Date: Thu Oct 11 07:24:47 2007 +0000
44414 2007-10-11 Behdad Esfahbod <behdad@gnome.org>
44416 * pango/opentype/harfbuzz-buffer.c: Some more cleanup.
44418 src/harfbuzz-buffer.c | 11 ++---------
44419 1 file changed, 2 insertions(+), 9 deletions(-)
44421 commit 7a26864308bd1ca8d5f47d798411cac7239b7d38
44422 Author: Behdad Esfahbod <behdad@gnome.org>
44423 Date: Thu Oct 11 07:21:31 2007 +0000
44425 Move some code around.
44427 2007-10-11 Behdad Esfahbod <behdad@gnome.org>
44429 * pango/opentype/harfbuzz-buffer.c: Move some code around.
44431 src/harfbuzz-buffer.c | 91
44432 +++++++++++++++++++++++++++------------------------
44433 1 file changed, 48 insertions(+), 43 deletions(-)
44435 commit 7a5405c8261573a0f29d28fb533e800d698f6129
44436 Author: Behdad Esfahbod <behdad@src.gnome.org>
44437 Date: Thu Oct 11 07:15:16 2007 +0000
44441 src/harfbuzz-buffer.c | 2 +-
44442 1 file changed, 1 insertion(+), 1 deletion(-)
44444 commit 986f4fd96892ebda550793941bb1daed862c4a34
44445 Author: Behdad Esfahbod <behdad@gnome.org>
44446 Date: Thu Oct 11 07:12:49 2007 +0000
44448 Rename buffer->inplace to buffer->separate_out with the inverted
44451 2007-10-11 Behdad Esfahbod <behdad@gnome.org>
44453 * pango/opentype/harfbuzz-buffer.[ch]: Rename buffer->inplace
44455 buffer->separate_out with the inverted meaning, such that
44457 is initialization is memset(0).
44459 src/harfbuzz-buffer.c | 34 +++++++++++++++++-----------------
44460 src/harfbuzz-buffer.h | 2 +-
44461 2 files changed, 18 insertions(+), 18 deletions(-)
44463 commit 06003908ccf2473366816935dd1b144cde587be9
44464 Author: Behdad Esfahbod <behdad@gnome.org>
44465 Date: Thu Oct 11 07:05:09 2007 +0000
44467 Allocate buffer->positions lazily.
44469 2007-10-11 Behdad Esfahbod <behdad@gnome.org>
44471 * pango/opentype/*: Allocate buffer->positions lazily.
44473 src/harfbuzz-buffer.c | 25 +++++++++++++++++++++++--
44474 src/harfbuzz-buffer.h | 3 +++
44475 src/harfbuzz-gpos.c | 13 ++++++++-----
44476 src/harfbuzz-gsub.c | 5 +++--
44477 4 files changed, 37 insertions(+), 9 deletions(-)
44479 commit fc3d6f575826704a0ae9ee9018323f6a3c422f4b
44480 Author: Behdad Esfahbod <behdad@gnome.org>
44481 Date: Thu Oct 11 06:52:07 2007 +0000
44483 Bug 485621 – Get rid of freetype memory allocator in harfbuzz
44485 2007-10-11 Behdad Esfahbod <behdad@gnome.org>
44487 Bug 485621 – Get rid of freetype memory allocator in
44490 * pango/opentype/*: Remove all occurences of FT_Memory. Use
44491 malloc/realloc/free directly.
44493 * pango/pango-ot*: Update to above.
44495 src/ftglue.c | 52 ++---
44496 src/ftglue.h | 28 ++-
44497 src/harfbuzz-buffer.c | 16 +-
44498 src/harfbuzz-buffer.h | 4 +-
44499 src/harfbuzz-gdef.c | 106 ++++------
44500 src/harfbuzz-gdef.h | 6 +-
44501 src/harfbuzz-gpos-private.h | 1 -
44502 src/harfbuzz-gpos.c | 462
44503 ++++++++++++++++++--------------------------
44504 src/harfbuzz-gpos.h | 2 -
44505 src/harfbuzz-gsub-private.h | 1 -
44506 src/harfbuzz-gsub.c | 312 +++++++++++-------------------
44507 src/harfbuzz-gsub.h | 2 -
44508 src/harfbuzz-open-private.h | 25 ++-
44509 src/harfbuzz-open.c | 127 ++++++------
44510 14 files changed, 441 insertions(+), 703 deletions(-)
44512 commit a8abb8b994c3cd89808e8f7128a0c04b23eb3ede
44513 Author: Behdad Esfahbod <behdad@gnome.org>
44514 Date: Thu Oct 11 00:07:58 2007 +0000
44516 Bug 485559 – Boston Summit HarfBuzz optimizations
44518 2007-10-10 Behdad Esfahbod <behdad@gnome.org>
44520 Bug 485559 – Boston Summit HarfBuzz optimizations
44522 * pango/opentype/*: HarfBuzz hacking to:
44524 - Rename last remaining FT_Err stuff to HB_Err.
44526 - Fix a couple invalid table paths to be permissive so
44527 fonts work better. Particularly GDEF table for Nafees
44528 Nastaliq is loaded and works great now.
44530 - Optimize harfbuzz buffer to not copy/swap for simple
44531 one-to-one and "copy" GSUB operations.
44533 * pango/pango-ot*: Update to FT_Err to HB_Err renaming.
44535 src/ftglue.c | 51 ++-
44536 src/ftglue.h | 21 +-
44537 src/harfbuzz-buffer.c | 190 +++++++--
44538 src/harfbuzz-buffer.h | 26 +-
44539 src/harfbuzz-dump-main.c | 14 +-
44540 src/harfbuzz-dump.c | 15 +-
44541 src/harfbuzz-gdef-private.h | 4 +-
44542 src/harfbuzz-gdef.c | 149 +++----
44543 src/harfbuzz-gdef.h | 10 +-
44544 src/harfbuzz-gpos-private.h | 2 +-
44545 src/harfbuzz-gpos.c | 810 ++++++++++++++++++--------------------
44546 src/harfbuzz-gpos.h | 30 +-
44547 src/harfbuzz-gsub-private.h | 2 +-
44548 src/harfbuzz-gsub.c | 919
44549 +++++++++++++++++++-------------------------
44550 src/harfbuzz-gsub.h | 24 +-
44551 src/harfbuzz-impl.h | 22 +-
44552 src/harfbuzz-open-private.h | 20 +-
44553 src/harfbuzz-open.c | 238 ++++++------
44554 src/harfbuzz-open.h | 13 +-
44555 19 files changed, 1253 insertions(+), 1307 deletions(-)
44557 commit dd810b76bc554278d3a226cf89901d16992cf56d
44558 Author: Behdad Esfahbod <behdad@gnome.org>
44559 Date: Wed Aug 29 08:46:50 2007 +0000
44561 Bug 302952 – The placement of a diacritic marks for an arabic
44564 2007-08-29 Behdad Esfahbod <behdad@gnome.org>
44566 Bug 302952 – The placement of a diacritic marks for an
44570 * pango/opentype/harfbuzz-buffer.c (hb_buffer_allocate_ligid):
44572 use zero as allocated ligature id. Zero means no ligature id.
44574 src/harfbuzz-buffer.c | 2 +-
44575 1 file changed, 1 insertion(+), 1 deletion(-)
44577 commit e90d19919434b90d79e67aaf199bddd991f8e5d8
44578 Author: Behdad Esfahbod <behdad@gnome.org>
44579 Date: Tue Aug 21 08:03:26 2007 +0000
44581 Bug 463430 – Gets stuck while "formatting message"
44583 2007-08-21 Behdad Esfahbod <behdad@gnome.org>
44585 Bug 463430 – Gets stuck while "formatting message"
44587 * pango/opentype/harfbuzz-gpos.c (Lookup_PairPos1),
44588 (Lookup_PairPos2), (Lookup_PairPos), (Do_ContextPos):
44589 * pango/opentype/harfbuzz-gsub.c (Do_ContextSubst):
44590 Change type of intermediate index variable from FT_UShort to
44591 FT_ULong as it was overlowing with more than 65536 glyphs.
44593 src/harfbuzz-gpos.c | 15 ++++++++++-----
44594 src/harfbuzz-gsub.c | 2 +-
44595 2 files changed, 11 insertions(+), 6 deletions(-)
44597 commit 13b86ee398905f96f57df001309312f6dfdfea9a
44598 Author: Behdad Esfahbod <behdad@gnome.org>
44599 Date: Tue Aug 21 01:38:07 2007 +0000
44601 Don't ignore error return value of
44602 hb_buffer_copy_output_glyph(). Patch
44604 2007-08-20 Behdad Esfahbod <behdad@gnome.org>
44606 * pango/opentype/harfbuzz-gsub.c (GSUB_Do_String_Lookup):
44608 ignore error return value of hb_buffer_copy_output_glyph().
44610 sent to harfbuzz-list.
44612 src/harfbuzz-gsub.c | 2 +-
44613 1 file changed, 1 insertion(+), 1 deletion(-)
44615 commit 4c2556cb4c38a56c3a5087deb54aa6262ab3aff9
44616 Author: Behdad Esfahbod <behdad@behdad.org>
44617 Date: Fri Jul 6 11:29:21 2007 -0400
44619 [gdef] Initial implementation
44621 src/harfbuzz-gdef-private.h | 144
44622 +++++++++++++++++++++++++++++++++++++++++++-
44623 1 file changed, 142 insertions(+), 2 deletions(-)
44625 commit 5b2e947fd2b7c5ea49b2bef1e0190d99a525058c
44626 Author: Behdad Esfahbod <behdad@behdad.org>
44627 Date: Fri Jul 6 02:03:26 2007 -0400
44629 [open] small fixes, including not using unions for main structs
44631 src/harfbuzz-open-private.h | 54
44632 ++++++++++++++++++++++++---------------------
44633 1 file changed, 29 insertions(+), 25 deletions(-)
44635 commit 151df44346990728b5dd249db5740a9543ae33b9
44636 Author: Behdad Esfahbod <behdad@behdad.org>
44637 Date: Thu Jul 5 17:22:07 2007 -0400
44639 Improve stupid Makefile
44641 src/Makefile | 2 ++
44642 1 file changed, 2 insertions(+)
44644 commit 6c49bebc70a0118a803a5bc979f4436a82b48240
44645 Author: Behdad Esfahbod <behdad@gnome.org>
44646 Date: Tue May 1 02:32:12 2007 +0000
44648 Link freetype to harfbuzz-dump, for those systems that don't track
44650 2007-04-30 Behdad Esfahbod <behdad@gnome.org>
44652 * pango/opentype/Makefile.am: Link freetype to harfbuzz-dump,
44654 those systems that don't track dependencies automatically.
44656 src/Makefile.am | 5 +++--
44657 1 file changed, 3 insertions(+), 2 deletions(-)
44659 commit 7341a116916c8470f1211f0cb3c65b189b42ec9e
44660 Author: Behdad Esfahbod <behdad@gnome.org>
44661 Date: Tue Apr 3 22:45:29 2007 +0000
44663 Copy fixes from harfbuzz stable branch. Includes a leak fix, a kerning
44665 2007-04-03 Behdad Esfahbod <behdad@gnome.org>
44667 * pango/opentype/harfbuzz-gdef.c (_HB_GDEF_Check_Property):
44668 * pango/opentype/harfbuzz-gpos.c (HB_Done_GPOS_Table),
44670 * pango/opentype/harfbuzz-open.c (Get_Class1):
44671 Copy fixes from harfbuzz stable branch. Includes a leak fix,
44672 a kerning fix, and an array out-of-bound access fix.
44674 src/harfbuzz-gdef.c | 2 ++
44675 src/harfbuzz-gpos.c | 8 ++++++++
44676 src/harfbuzz-open.c | 2 +-
44677 3 files changed, 11 insertions(+), 1 deletion(-)
44679 commit 999a6f05758c10a902354457ecbf6c943bfed514
44680 Author: Hans Breuer <hans@breuer.org>
44681 Date: Sat Jan 13 21:31:41 2007 +0000
44685 2007-01-13 Hans Breuer <hans@breuer.org>
44687 * pango/makefile.msc pango/opentype/makefile.msc : updated
44689 src/makefile.msc | 16 ++++++----------
44690 1 file changed, 6 insertions(+), 10 deletions(-)
44692 commit 3c038d40da4bfe5037cc4e9de22bad08fa408465
44693 Author: Behdad Esfahbod <behdad@src.gnome.org>
44694 Date: Tue Jan 9 03:32:12 2007 +0000
44696 Remove .cvsignore files (moved to svn:ignore prop)
44698 src/.cvsignore | 7 -------
44699 1 file changed, 7 deletions(-)
44701 commit 5b3f7702a64fe0513d08a67bdb72704e46fd7cd4
44702 Author: Behdad Esfahbod <behdad@behdad.org>
44703 Date: Thu Dec 28 06:42:37 2006 -0500
44705 Add stub GDEF files
44707 src/harfbuzz-gdef-private.h | 8 ++++++++
44708 src/harfbuzz-gdef.h | 11 +++++++++++
44709 src/harfbuzz-open-private.h | 3 +--
44710 src/harfbuzz-private.h | 6 ++++++
44712 5 files changed, 27 insertions(+), 2 deletions(-)
44714 commit b3395a7aa36ff1ba5a17f494fbf359ec317a7e69
44715 Author: Behdad Esfahbod <behdad@behdad.org>
44716 Date: Thu Dec 28 06:31:18 2006 -0500
44718 Don't shift down the mark attachment type
44720 src/harfbuzz-open-private.h | 2 +-
44721 1 file changed, 1 insertion(+), 1 deletion(-)
44723 commit 193b66d52ae2cb5ced7969e15b7f56dc1978ca8a
44724 Author: Behdad Esfahbod <behdad@behdad.org>
44725 Date: Thu Dec 28 06:12:18 2006 -0500
44727 Remove stale comment
44729 src/harfbuzz-open-private.h | 10 ----------
44730 1 file changed, 10 deletions(-)
44732 commit 12c4568c680ea2b9b98a16a8b7402ca185c90ef6
44733 Author: Behdad Esfahbod <behdad@behdad.org>
44734 Date: Thu Dec 28 06:10:59 2006 -0500
44736 Break and rename, in the layout of old HarfBuzz codebase
44738 src/.gitignore | 1 +
44739 src/Makefile | 2 +-
44740 src/harfbuzz-common.h | 14 +
44741 src/harfbuzz-ng.cc | 802
44742 --------------------------------------------
44743 src/harfbuzz-open-private.h | 697 ++++++++++++++++++++++++++++++++++++++
44744 src/harfbuzz-open.h | 13 +
44745 src/main.cc | 98 ++++++
44746 7 files changed, 824 insertions(+), 803 deletions(-)
44748 commit 3158d84b0dfe5032e7c56c03f2da97b8ab549d94
44749 Author: Behdad Esfahbod <behdad@behdad.org>
44750 Date: Wed Dec 27 20:08:07 2006 -0500
44752 Oops. s/OpenTypeFontFaceFile/OpenTypeFontFile/g
44754 src/harfbuzz-ng.cc | 22 +++++++++++-----------
44755 1 file changed, 11 insertions(+), 11 deletions(-)
44757 commit bf0f9dd61375c5afce8e6b1664d0df5f6c8b2494
44758 Author: Behdad Esfahbod <behdad@behdad.org>
44759 Date: Wed Dec 27 20:06:42 2006 -0500
44761 Use union for ClassDef
44763 src/harfbuzz-ng.cc | 12 +++++++-----
44764 1 file changed, 7 insertions(+), 5 deletions(-)
44766 commit c46196d09c4ea879bf45182e8a0d649d4c750c39
44767 Author: Behdad Esfahbod <behdad@behdad.org>
44768 Date: Wed Dec 27 20:05:16 2006 -0500
44770 Use union for Coverage
44772 src/harfbuzz-ng.cc | 21 +++++++++++----------
44773 1 file changed, 11 insertions(+), 10 deletions(-)
44775 commit 86f450243dbaa82f187cf2d36364e9a59c0e64c7
44776 Author: Behdad Esfahbod <behdad@behdad.org>
44777 Date: Wed Dec 27 19:59:07 2006 -0500
44781 src/harfbuzz-ng.cc | 3 +++
44782 1 file changed, 3 insertions(+)
44784 commit 133466177e104ddcd2501a88735670540252167c
44785 Author: Behdad Esfahbod <behdad@behdad.org>
44786 Date: Wed Dec 27 19:58:32 2006 -0500
44788 s/OpenTypeFont/OpenTypeFontFace/g
44790 src/harfbuzz-ng.cc | 44 +++++++++++++++++++++++---------------------
44791 1 file changed, 23 insertions(+), 21 deletions(-)
44793 commit 71d62baab0429cdf56ba4019fd2a205f08188503
44794 Author: Behdad Esfahbod <behdad@behdad.org>
44795 Date: Wed Dec 27 01:29:24 2006 -0500
44799 src/harfbuzz-ng.cc | 103
44800 ++++++++++++++++++++++++++++++++++++++++++++++++++---
44801 1 file changed, 98 insertions(+), 5 deletions(-)
44803 commit eebabd8b2ec5296deba6b09d7755933da0a7d9dc
44804 Author: Behdad Esfahbod <behdad@behdad.org>
44805 Date: Wed Dec 27 00:21:31 2006 -0500
44807 Finished OpenType Common Table Formats
44809 src/harfbuzz-ng.cc | 2 +-
44810 1 file changed, 1 insertion(+), 1 deletion(-)
44812 commit 2b7374519766825971f9f4ff5b1cb49b74cfcaf8
44813 Author: Behdad Esfahbod <behdad@behdad.org>
44814 Date: Tue Dec 26 20:55:37 2006 -0500
44818 src/harfbuzz-ng.cc | 49 +++++++++++++++++++++++++++++++++++++++++++++----
44819 1 file changed, 45 insertions(+), 4 deletions(-)
44821 commit eb32e374f4d6de8d428d36144f6eef93514820d2
44822 Author: Behdad Esfahbod <behdad@behdad.org>
44823 Date: Tue Dec 26 20:00:33 2006 -0500
44827 src/harfbuzz-ng.cc | 121
44828 ++++++++++++++++++++++++++++++++++++++++++-----------
44829 1 file changed, 97 insertions(+), 24 deletions(-)
44831 commit 53502c6723dbf9cd3b6ba91b733678b3c7871715
44832 Author: Behdad Esfahbod <behdad@behdad.org>
44833 Date: Tue Dec 26 19:29:08 2006 -0500
44835 Rename CoverageFormat to Coverage
44837 src/harfbuzz-ng.cc | 18 +++++++++++++-----
44838 1 file changed, 13 insertions(+), 5 deletions(-)
44840 commit 0d6db2abcbe98456569ccf7934ba0a8b37c7f6f3
44841 Author: Behdad Esfahbod <behdad@behdad.org>
44842 Date: Tue Dec 26 18:53:55 2006 -0500
44844 Define more structs using DEFINE_INT_TYPE.
44846 src/harfbuzz-ng.cc | 39 +++++++++++++++++++--------------------
44847 1 file changed, 19 insertions(+), 20 deletions(-)
44849 commit 915931b74a30e8652fac5fec153d499485513f63
44850 Author: Behdad Esfahbod <behdad@behdad.org>
44851 Date: Tue Dec 26 15:30:14 2006 -0500
44853 s/DEFINE_NOT_INSTANTIABLE/DEFINE_NON_INSTANTIABLE/
44855 src/harfbuzz-ng.cc | 6 +++---
44856 1 file changed, 3 insertions(+), 3 deletions(-)
44858 commit 0c0d55330ef4090f3e4864538e83a4344caaf3ba
44859 Author: Behdad Esfahbod <behdad@behdad.org>
44860 Date: Tue Dec 26 15:29:38 2006 -0500
44864 src/harfbuzz-ng.cc | 91
44865 +++++++++++++++++++++++++++++++++++++++++++++++-------
44866 1 file changed, 79 insertions(+), 12 deletions(-)
44868 commit 882e52f59196535495af8ca8069df32308ad52cf
44869 Author: Behdad Esfahbod <behdad@behdad.org>
44870 Date: Mon Dec 25 10:28:31 2006 -0500
44872 Rename to harfbuzz-ng.cc
44874 src/Makefile | 2 +-
44875 src/harfbuzz-ng.cc | 513
44876 ++++++++++++++++++++++++++++++++++++++++++++++++
44877 src/hb-types-private.cc | 513
44878 ------------------------------------------------
44879 3 files changed, 514 insertions(+), 514 deletions(-)
44881 commit f8ba99f6f322800a915428ffc3b5eaf1be2e6c21
44882 Author: Behdad Esfahbod <behdad@behdad.org>
44883 Date: Mon Dec 25 09:58:02 2006 -0500
44887 src/hb-types-private.cc | 52
44888 ++++++++++++++++++++++++++++++++++++++++++++-----
44889 1 file changed, 47 insertions(+), 5 deletions(-)
44891 commit 25ad92c8a68bf72464601a644ed57b9213126a78
44892 Author: Behdad Esfahbod <behdad@behdad.org>
44893 Date: Mon Dec 25 09:35:06 2006 -0500
44897 src/hb-types-private.cc | 46
44898 ++++++++++++++++++++++++++++++++++++++++++----
44899 1 file changed, 42 insertions(+), 4 deletions(-)
44901 commit befc022affd2386b3f46cd7d11e4262f6c8bce9f
44902 Author: Behdad Esfahbod <behdad@behdad.org>
44903 Date: Mon Dec 25 09:14:52 2006 -0500
44907 src/hb-types-private.cc | 51
44908 ++++++++++++++++++++++++++++++++++++++++++-------
44909 1 file changed, 44 insertions(+), 7 deletions(-)
44911 commit c81efca149b08832d5d96a944fb5f303f3d0ca42
44912 Author: Behdad Esfahbod <behdad@behdad.org>
44913 Date: Mon Dec 25 06:22:08 2006 -0500
44917 src/hb-types-private.cc | 29 ++++++++++++++---------------
44918 1 file changed, 14 insertions(+), 15 deletions(-)
44920 commit 808dbe283c1ad66091f2cb67380888b7cf265c01
44921 Author: Behdad Esfahbod <behdad@behdad.org>
44922 Date: Mon Dec 25 06:18:52 2006 -0500
44924 Make types not instantiable
44926 src/hb-types-private.cc | 104
44927 ++++++++++++++++++++++++++----------------------
44928 1 file changed, 57 insertions(+), 47 deletions(-)
44930 commit b739c05ca4b7acfa45bd4b0812ecbb3747f726f0
44931 Author: Behdad Esfahbod <behdad@behdad.org>
44932 Date: Mon Dec 25 05:39:20 2006 -0500
44934 Add OpenTypeFontFile.
44936 src/Makefile | 2 +-
44937 src/hb-types-private.cc | 113
44938 +++++++++++++++++++++++++++++++++++++++++++++---
44939 2 files changed, 107 insertions(+), 8 deletions(-)
44941 commit 8596944b7421f982960e825019fc0263442520cb
44942 Author: Behdad Esfahbod <behdad@behdad.org>
44943 Date: Sat Dec 23 17:49:25 2006 -0500
44947 src/Makefile | 3 +++
44948 1 file changed, 3 insertions(+)
44950 commit b6e62bc5db76ae342177b2b646c37f45eccad975
44951 Author: Behdad Esfahbod <behdad@behdad.org>
44952 Date: Fri Dec 22 02:21:55 2006 -0500
44954 After DEFINE_SCRIPT_ARRAY
44956 src/hb-types-private.cc | 215
44957 +++++++++++++++++++++++++++++++-----------------
44958 1 file changed, 140 insertions(+), 75 deletions(-)
44960 commit 01e4fcb032be601f272e62228881e2aabfb9d925
44961 Author: Behdad Esfahbod <behdad@behdad.org>
44962 Date: Thu Dec 21 22:31:31 2006 -0500
44964 Remove the annoying HB_ prefix.
44966 src/hb-types-private.cc | 107
44967 +++++++++++++++++++++++-------------------------
44968 1 file changed, 52 insertions(+), 55 deletions(-)
44970 commit 6b4ce01da121e12e1c78ad7eaedf469f35f3568d
44971 Author: Behdad Esfahbod <behdad@behdad.org>
44972 Date: Thu Dec 21 22:31:10 2006 -0500
44974 Second version. Complete redesign, based on C++ classes to ensure
44978 src/hb-types-private.cc | 300
44979 +++++++++++++++++++++++++++++++++---------------
44980 1 file changed, 205 insertions(+), 95 deletions(-)
44982 commit f78e70c301311ffcfb007c7fc4125d71cbcff1e2
44983 Author: Behdad Esfahbod <behdad@behdad.org>
44984 Date: Thu Dec 21 22:30:38 2006 -0500
44988 src/hb-types-private.cc | 116
44989 ++++++++++++++++++++++++++++++++++++++++++++++++
44990 1 file changed, 116 insertions(+)
44992 commit f726b20e56e8b1106dfde0bf8d575c73e83957c4
44993 Author: Behdad Esfahbod <behdad@gnome.org>
44994 Date: Tue Jul 25 01:02:27 2006 +0000
44996 Bug 347073 – Allow empty GPOS table
44998 2006-07-24 Behdad Esfahbod <behdad@gnome.org>
45000 Bug 347073 – Allow empty GPOS table
45002 * pango/opentype/harfbuzz-open.c (_HB_OPEN_Load_ScriptList):
45004 err on empty GPOS/GSUB tables.
45006 src/harfbuzz-open.c | 5 +++++
45007 1 file changed, 5 insertions(+)
45009 commit 52481a5c55d466f41654dcdc67245d0ca8cefbcf
45010 Author: Behdad Esfahbod <behdad@gnome.org>
45011 Date: Thu Jun 22 18:09:04 2006 +0000
45013 Bug 345600 – cvs build error in pango/opentype/Makefile
45015 2006-06-22 Behdad Esfahbod <behdad@gnome.org>
45017 Bug 345600 – cvs build error in pango/opentype/Makefile
45019 * pango/opentype/Makefile.am: Rename variable SOURCES to
45021 Some automake versions seem to use it or something.
45023 src/Makefile.am | 4 ++--
45024 1 file changed, 2 insertions(+), 2 deletions(-)
45026 commit ffb2d5c1e7af33644d0a4058befa4b8358c9a7bf
45027 Author: Behdad Esfahbod <behdad@gnome.org>
45028 Date: Wed May 31 07:42:55 2006 +0000
45030 Bug 341138 – Using TTC font, Gtk2 programs begin to eating big
45033 2006-05-31 Behdad Esfahbod <behdad@gnome.org>
45035 Bug 341138 – Using TTC font, Gtk2 programs begin to eating
45037 and have many cpu usage.
45038 Patch from Yong Li.
45040 * pango/opentype/ftglue.c (_hb_ftglue_face_goto_table):
45042 offsets are absolute, not relative.
45044 src/ftglue.c | 2 +-
45045 1 file changed, 1 insertion(+), 1 deletion(-)
45047 commit f8f7bd2451eeafb57f5c80c7b4e88a1e50b97c4f
45048 Author: Behdad Esfahbod <behdad@gnome.org>
45049 Date: Wed May 31 07:23:02 2006 +0000
45051 Bug 336153 – Mark to mark positioning (Lookup Type 6) isn't
45054 2006-05-31 Behdad Esfahbod <behdad@gnome.org>
45056 Bug 336153 – Mark to mark positioning (Lookup Type 6)
45058 when using MarkAttchmentType
45059 Patch from Tin Myo Htet.
45061 * pango/opentype/harfbuzz-gpos.c (Lookup_MarkMarkPos):
45063 of non-matchin attachment type.
45065 src/harfbuzz-gpos.c | 37 ++++++++++++++++++++++---------------
45066 1 file changed, 22 insertions(+), 15 deletions(-)
45068 commit d2a613187c1257371d62153b55c89336965e0754
45069 Author: Behdad Esfahbod <behdad@gnome.org>
45070 Date: Wed Apr 12 18:47:50 2006 +0000
45072 Fix loop variables. (coverity found bug.)
45074 2006-04-12 Behdad Esfahbod <behdad@gnome.org>
45076 * pango/opentype/harfbuzz-gpos.c: Fix loop
45077 variables. (coverity
45080 src/harfbuzz-gpos.c | 6 +++---
45081 1 file changed, 3 insertions(+), 3 deletions(-)
45083 commit 14022e826f63c48b689f9037645c9a3a3302d9b6
45084 Author: Behdad Esfahbod <behdad@gnome.org>
45085 Date: Tue Apr 11 08:31:44 2006 +0000
45087 Bug 337924 – cleanups for issues reported by various compilers Patch
45089 2006-04-11 Behdad Esfahbod <behdad@gnome.org>
45091 Bug 337924 – cleanups for issues reported by various
45093 Patch from Kjartan Maraas.
45095 * examples/viewer-x.c (update):
45096 * modules/arabic/arabic-fc.c (fallback_shape),
45097 (arabic_engine_shape):
45098 * modules/basic/basic-fc.c (fallback_shape),
45099 (basic_engine_shape):
45100 * modules/basic/basic-x.c:
45101 * modules/hangul/hangul-fc.c:
45102 * modules/hebrew/hebrew-fc.c (hebrew_engine_shape):
45103 * modules/indic/indic-fc.c:
45104 * modules/khmer/khmer-fc.c:
45105 * modules/syriac/syriac-fc.c:
45106 * modules/thai/thai-fc.c:
45107 * modules/tibetan/tibetan-fc.c:
45110 * pango/opentype/ftglue.c (_hb_ftglue_face_goto_table):
45111 * pango/pango-attributes.c (pango_attr_list_filter):
45112 * pango/pango-engine.c:
45113 * pango/pango-fontset.c:
45114 * pango/pango-layout.c (pango_layout_set_text),
45115 (pango_layout_xy_to_index), (pango_layout_get_cursor_pos):
45116 * pango/pango-markup.c (text_handler):
45117 * pango/pango-utils.c (read_alias_file):
45118 * pango/pangocairo-fcfont.c (G_DEFINE_TYPE_WITH_CODE):
45119 * pango/pangocairo-fcfontmap.c (G_DEFINE_TYPE_WITH_CODE):
45120 * pango/pangocairo-font.c
45121 (_pango_cairo_font_get_hex_box_info):
45122 * pango/pangox-fontmap.c (pango_x_make_matching_xlfd):
45123 * tests/dump-boundaries.c (fail):
45124 Remove unused variables. Remove excess semicolon after
45128 src/ftglue.c | 2 --
45129 1 file changed, 2 deletions(-)
45131 commit 59aafd07806a2f0d4f399eff13aec74557f60522
45132 Author: Behdad Esfahbod <behdad@gnome.org>
45133 Date: Mon Apr 10 10:33:17 2006 +0000
45135 Fix minor bugs reported by the Coverity scan report.
45137 2006-04-10 Behdad Esfahbod <behdad@gnome.org>
45139 Fix minor bugs reported by the Coverity scan report.
45141 * pango/opentype/harfbuzz-gdef.c
45142 (HB_GDEF_Build_ClassDefinition):
45143 * pango/opentype/harfbuzz-gpos.c (HB_GPOS_Query_Scripts),
45144 (HB_GPOS_Query_Languages), (HB_GPOS_Query_Features): Do
45146 structs before we check them for nullity.
45148 * pango/pango-layout.c (pango_layout_index_to_line),
45149 (pango_layout_index_to_line_and_extents),
45150 (pango_layout_index_to_pos): Check for invalid iterators
45152 loop, so we don't crash.
45154 * pango/pango-layout.c (pango_layout_line_x_to_index): Set
45155 char_trailing instead of trailing in one of too many paths.
45159 * pango/pangox.c (get_font_metrics_from_subfonts): Check
45163 src/harfbuzz-gdef.c | 3 ++-
45164 src/harfbuzz-gpos.c | 9 ++++++---
45165 2 files changed, 8 insertions(+), 4 deletions(-)
45167 commit b31d6def96ff99e89ba42e09661992498bda460d
45168 Author: Behdad Esfahbod <behdad@gnome.org>
45169 Date: Thu Apr 6 18:23:49 2006 +0000
45171 Update from HarfBuzz. Lars Knoll fixed all the warnings.
45173 2006-04-06 Behdad Esfahbod <behdad@gnome.org>
45175 * pango/opentype: Update from HarfBuzz. Lars Knoll fixed
45179 src/harfbuzz-dump.c | 94 ++++++++++++++++++++++++++++---------------
45180 src/harfbuzz-gpos.c | 80 ++++++++++++++++++++++--------------
45181 src/harfbuzz-gsub.c | 114
45182 +++++++++++++++++++++++++++++-----------------------
45183 src/harfbuzz-impl.h | 4 ++
45184 4 files changed, 179 insertions(+), 113 deletions(-)
45186 commit ca57250bc9d9f92c88a2ea516e251b9cbfdebda0
45187 Author: Behdad Esfahbod <behdad@gnome.org>
45188 Date: Mon Apr 3 20:13:17 2006 +0000
45190 Make sure TTAG_GDEF and frineds are defined, needed for FreeType
45193 2006-04-03 Behdad Esfahbod <behdad@gnome.org>
45195 * pango/opentype/harfbuzz-impl.h: Make sure TTAG_GDEF and
45197 defined, needed for FreeType <= 2.1.7 (pointed by Tim Janik).
45199 src/harfbuzz-gdef.c | 3 ---
45200 src/harfbuzz-gpos.c | 3 ---
45201 src/harfbuzz-gsub.c | 3 ---
45202 src/harfbuzz-impl.h | 11 +++++++++++
45203 4 files changed, 11 insertions(+), 9 deletions(-)
45205 commit f618288e00914b6606ec977d506c18e4abdd3ce4
45206 Author: Behdad Esfahbod <behdad@src.gnome.org>
45207 Date: Fri Mar 31 13:19:29 2006 +0000
45211 src/.cvsignore | 2 --
45212 1 file changed, 2 deletions(-)
45214 commit 5f1f943b9e6d753722ceadba7eb7ce1f14526ea5
45215 Author: Behdad Esfahbod <behdad@src.gnome.org>
45216 Date: Fri Mar 31 13:18:23 2006 +0000
45220 src/.cvsignore | 1 +
45221 1 file changed, 1 insertion(+)
45223 commit bce3e0b0d4ee521767d80c5c21704337bf5ac716
45224 Author: Behdad Esfahbod <behdad@src.gnome.org>
45225 Date: Fri Mar 31 12:45:40 2006 +0000
45229 src/harfbuzz-impl.h | 6 +++++-
45230 1 file changed, 5 insertions(+), 1 deletion(-)
45232 commit 9f8da38cd108590514b71756b752d98952a9221f
45233 Author: Behdad Esfahbod <behdad@gnome.org>
45234 Date: Fri Mar 31 12:28:09 2006 +0000
45236 Convert pango/opentype to the new project called HarfBuzz.
45238 2006-03-31 Behdad Esfahbod <behdad@gnome.org>
45240 Convert pango/opentype to the new project called HarfBuzz.
45242 * pango/opentype/*: Restructured.
45244 * pango/pango-ot-*: Updated to use HarfBuzz symbol names.
45247 src/COPYING.FTL | 174 ++
45248 src/COPYING.GPL | 340 +++
45249 src/FT-license.txt | 28 -
45250 src/FTL.TXT | 174 --
45251 src/Makefile.am | 89 +-
45253 src/disasm.c | 720 -----
45254 src/disasm.h | 26 -
45255 src/ftglue.c | 88 +-
45256 src/ftglue.h | 68 +-
45257 src/ftxgdef.c | 1225 ---------
45258 src/ftxgdef.h | 224 --
45259 src/ftxgpos.c | 6199
45260 ------------------------------------------
45261 src/ftxgpos.h | 838 ------
45262 src/ftxgsub.c | 4533 -------------------------------
45263 src/ftxgsub.h | 594 ----
45264 src/ftxopen.c | 1552 -----------
45265 src/ftxopen.h | 317 ---
45266 src/ftxopenf.h | 166 --
45267 src/harfbuzz-buffer.c | 227 ++
45268 src/harfbuzz-buffer.h | 106 +
45269 src/harfbuzz-dump-main.c | 272 ++
45270 src/harfbuzz-dump.c | 720 +++++
45271 src/harfbuzz-dump.h | 34 +
45272 src/harfbuzz-gdef-private.h | 101 +
45273 src/harfbuzz-gdef.c | 1228 +++++++++
45274 src/harfbuzz-gdef.h | 127 +
45275 src/harfbuzz-gpos-private.h | 683 +++++
45276 src/harfbuzz-gpos.c | 6269
45277 +++++++++++++++++++++++++++++++++++++++++++
45278 src/harfbuzz-gpos.h | 168 ++
45279 src/harfbuzz-gsub-private.h | 448 ++++
45280 src/harfbuzz-gsub.c | 4581 +++++++++++++++++++++++++++++++
45281 src/harfbuzz-gsub.h | 132 +
45282 src/harfbuzz-impl.h | 64 +
45283 src/harfbuzz-open-private.h | 81 +
45284 src/harfbuzz-open.c | 1426 ++++++++++
45285 src/harfbuzz-open.h | 285 ++
45286 src/harfbuzz.c | 19 +
45287 src/harfbuzz.h | 23 +
45288 src/otlbuffer.c | 238 --
45289 src/otlbuffer.h | 103 -
45290 src/ottest.c | 274 --
45291 43 files changed, 17635 insertions(+), 17388 deletions(-)
45293 commit dd2a8d4d490df1d310e7553ba6c7c8de661f28a1
45294 Author: Behdad Esfahbod <behdad@gnome.org>
45295 Date: Sat Mar 25 23:52:30 2006 +0000
45297 Don't err on Table_Missing.
45299 2006-03-25 Behdad Esfahbod <behdad@gnome.org>
45301 * pango/opentype/ottest.c: Don't err on Table_Missing.
45303 src/ottest.c | 4 ++--
45304 1 file changed, 2 insertions(+), 2 deletions(-)
45306 commit 434833b1b7b01d85a143f9ad4b04e7044dd72567
45307 Author: Behdad Esfahbod <behdad@gnome.org>
45308 Date: Mon Mar 13 05:06:05 2006 +0000
45310 === Released 1.12.0 ===
45312 2006-03-13 Behdad Esfahbod <behdad@gnome.org>
45314 * === Released 1.12.0 ===
45316 * configure.in: Version 1.12.0
45318 * NEWS, README: Updated.
45320 src/README | 4 ++--
45321 1 file changed, 2 insertions(+), 2 deletions(-)
45323 commit 8228828e1e4c8dd6f9435fb718ad4394bba95655
45324 Author: Behdad Esfahbod <behdad@gnome.org>
45325 Date: Mon Jan 30 22:37:48 2006 +0000
45327 Handle GSUB Lookup type 8, and ReverseChainContextualSubst table. (bug
45329 2006-01-30 Behdad Esfahbod <behdad@gnome.org>
45331 * pango/opentype/ftxgsub.c: Handle GSUB Lookup type 8,
45332 and ReverseChainContextualSubst table. (bug #149696,
45333 patch from Aamir Wali)
45335 src/ftxgsub.c | 545
45336 ++++++++++++++++++++++++++++++++++++++++++++++-----------
45337 src/ftxgsub.h | 47 +++--
45338 src/ftxopen.c | 7 +
45339 src/ftxopenf.h | 5 +-
45340 4 files changed, 487 insertions(+), 117 deletions(-)
45342 commit e040f681963d51eaadcd53a456100fde1a7addb6
45343 Author: Behdad Esfahbod <behdad@gnome.org>
45344 Date: Sat Jan 28 20:29:18 2006 +0000
45348 2006-01-28 Behdad Esfahbod <behdad@gnome.org>
45350 * pango/opentype/pango-ot-*: Removed.
45352 * pango/pango-ot-*: Added.
45354 * pango/Makefile.am, pango/opentype/Makefile.am: Adjusted.
45356 src/Makefile.am | 30 +--
45357 src/pango-ot-buffer.c | 339 ------------------------
45358 src/pango-ot-info.c | 681
45359 -------------------------------------------------
45360 src/pango-ot-private.h | 105 --------
45361 src/pango-ot-ruleset.c | 225 ----------------
45362 5 files changed, 13 insertions(+), 1367 deletions(-)
45364 commit f45689bc655eb723f11a2eb65a41303221b80397
45365 Author: Behdad Esfahbod <behdad@gnome.org>
45366 Date: Wed Jan 25 19:33:58 2006 +0000
45368 If major.minor of required and available glib versions are the
45371 2006-01-25 Behdad Esfahbod <behdad@gnome.org>
45373 * configure.in: If major.minor of required and available
45375 are the same, add -DG_DISABLE_DEPRECATED to GLIB_CFLAGS. (bug
45378 * */Makefile.am: Remove hardcoded -DG_DISABLE_DEPRECATED.
45380 src/Makefile.am | 1 -
45381 1 file changed, 1 deletion(-)
45383 commit 6cc6c9a57c674787f278ea5b60705384fd72b4ad
45384 Author: Behdad Esfahbod <behdad@gnome.org>
45385 Date: Sat Jan 14 07:00:13 2006 +0000
45387 Make sure #include <config.h> is the first include in the file. (bug
45389 2006-01-14 Behdad Esfahbod <behdad@gnome.org>
45391 * */*.c, */*/*.c: Make sure #include <config.h> is the
45393 in the file. (bug #158870, based on patch by Luis Menina)
45395 src/disasm.c | 2 ++
45397 src/ftxgdef.c | 1 +
45398 src/ftxgpos.c | 2 ++
45399 src/ftxgsub.c | 2 ++
45400 src/ftxopen.c | 2 ++
45401 src/otlbuffer.c | 3 +++
45403 src/pango-ot-buffer.c | 2 ++
45404 src/pango-ot-info.c | 2 ++
45405 src/pango-ot-ruleset.c | 2 ++
45406 11 files changed, 20 insertions(+)
45408 commit ca07fcf6ef61c09825e67ca7e2574a90e4f5a9a0
45409 Author: Behdad Esfahbod <behdad@gnome.org>
45410 Date: Thu Jan 5 16:14:49 2006 +0000
45412 pango/Makefile.am, pango/fonts.c, pango/glyphstring.c,
45414 2006-01-05 Behdad Esfahbod <behdad@gnome.org>
45416 * pango/Makefile.am,
45418 * pango/glyphstring.c,
45419 * pango/pango-attributes.c,
45420 * pango/pango-color.c,
45421 * pango/pango-impl-utils.h,
45422 * pango/pango-item.c,
45423 * pango/pango-layout.c,
45424 * pango/pango-tabs.c,
45425 * pango/pango-utils.c,
45426 * pango/pango-utils.h,
45427 * pango/pangoatsui-fontmap.c,
45428 * pango/pangocairo-font.c,
45429 * pango/pangocairo-fontmap.c,
45430 * pango/pangofc-fontmap.c,
45431 * pango/pangowin32-fontmap.c,
45432 * pango/pangox-fontmap.c,
45434 * pango/opentype/pango-ot-info.c,
45435 * pango/opentype/pango-ot-ruleset.c: Intern strings to avoid
45436 unnecessary strdups in the type system. (bug #325832,
45439 src/pango-ot-info.c | 3 ++-
45440 src/pango-ot-ruleset.c | 3 ++-
45441 2 files changed, 4 insertions(+), 2 deletions(-)
45443 commit 71524f1bc891bb4450507f769e5cc8f6f6cffa0c
45444 Author: Behdad Esfahbod <behdad@gnome.org>
45445 Date: Tue Dec 27 09:55:48 2005 +0000
45447 Use g_slice for PangoOTBuffer allocation. (bug #325026, Matthias
45450 2005-12-27 Behdad Esfahbod <behdad@gnome.org>
45452 * pango/opentype/pango-ot-buffer.c: Use g_slice for
45454 allocation. (bug #325026, Matthias Clasen)
45456 src/pango-ot-buffer.c | 4 ++--
45457 1 file changed, 2 insertions(+), 2 deletions(-)
45459 commit b5baa43d3a972ebd3ef82ede14b54c185b723a71
45460 Author: Behdad Esfahbod <behdad@src.gnome.org>
45461 Date: Fri Nov 25 09:22:02 2005 +0000
45463 Tiny doc improvement.
45465 src/pango-ot-info.c | 2 +-
45466 1 file changed, 1 insertion(+), 1 deletion(-)
45468 commit 6f64314f7a031a5a5d6b7663c08b70c452961c89
45469 Author: Behdad Esfahbod <behdad@gnome.org>
45470 Date: Wed Nov 23 19:48:10 2005 +0000
45474 2005-11-23 Behdad Esfahbod <behdad@gnome.org>
45476 * pango/opentyp/pango-ot-buffer.c: Fix typo in docs.
45478 src/pango-ot-buffer.c | 4 +++-
45479 1 file changed, 3 insertions(+), 1 deletion(-)
45481 commit f2bcf72296b57c8cd7d5a08228c3aef6c8f97d2d
45482 Author: Behdad Esfahbod <behdad@gnome.org>
45483 Date: Wed Nov 23 17:54:55 2005 +0000
45485 Added "Since:" tags to all interfaces added after Pango 1.0. (#319116,
45487 2005-11-23 Behdad Esfahbod <behdad@gnome.org>
45489 * pango/fonts.c pango/pango-attributes.c pango/pango-context.c
45490 pango/pango-glyph-item.c pango/pango-layout.c
45491 pango/pango-script.c pango/pango-utils.c pango/pangofc-font.c
45492 pango/pangoft2-fontmap.c pango/opentype/pango-ot-buffer.c
45493 pango/opentype/pango-ot-ruleset.c: Added "Since:" tags to all
45494 interfaces added after Pango 1.0. (#319116, Brian Cameron)
45496 src/pango-ot-buffer.c | 49
45497 +++++++++++++++++++++++++++++++++++++++++++++++++
45498 src/pango-ot-ruleset.c | 14 ++++++++++++++
45499 2 files changed, 63 insertions(+)
45501 commit 682db81c23d2116072d8550657c914afb7c26d2b
45502 Author: Behdad Esfahbod <behdad@gnome.org>
45503 Date: Wed Nov 23 15:19:48 2005 +0000
45505 Protect against possible division by zeros (#316468, Steve Grubb)
45507 2005-11-23 Behdad Esfahbod <behdad@gnome.org>
45509 Protect against possible division by zeros (#316468,
45512 * pango/pango-context.c (update_metrics_from_items),
45513 pango/pango-fontset.c (pango_fontset_real_get_metrics):
45515 zero, do not alter approximate_{char,digit}_width.
45517 * pango/opentype/disasm.c: Err on invalid DeltaFormat.
45519 src/disasm.c | 28 ++++++++++++++++++----------
45520 1 file changed, 18 insertions(+), 10 deletions(-)
45522 commit e6e15352d154e1350340f8045759e5f7b0d86dc7
45523 Author: Behdad Esfahbod <behdad@gnome.org>
45524 Date: Wed Nov 23 11:53:03 2005 +0000
45526 Reworked basic shaper with OpenType support. (#101079, based on
45529 2005-11-23 Behdad Esfahbod <behdad@gnome.org>
45531 * modules/basic/basic-fc.c: Reworked basic shaper with
45533 support. (#101079, based on patch from Denis Jacquerye and
45536 * modules/basic/basic-fc.c (basic_scripts): Added Unicode
45538 script PANGO_SCRIPT_GLAGOLITIC that is a "simple" script.
45540 * modules/arabic/arabic-fc.c, modules/syriac/syriac-fc.c:
45542 g_utf8_to_ucs4_fast() with g_utf8_strlen()!
45544 * pango/opentype/pango-ot-ruleset.c
45545 (pango_ot_ruleset_add_feature):
45546 Remove reference in docs to pango_ot_ruleset_shape() that was
45549 src/pango-ot-ruleset.c | 6 +++---
45550 1 file changed, 3 insertions(+), 3 deletions(-)
45552 commit 612b6cf60928b356f4bbb59bc9d64886574322c3
45553 Author: Behdad Esfahbod <behdad@gnome.org>
45554 Date: Thu Nov 17 06:28:11 2005 +0000
45558 2005-11-17 Behdad Esfahbod <behdad@gnome.org>
45562 * pango/opentype/ftxopen.c (Load_Lookup): In extension
45564 offset is relative to the extension subtable, not the original
45565 table. (Greg Aumann)
45567 * pango/opentype/ftxgpos.c (Load_BaseArray): When reading
45569 skip offsets that are zero. Works around bug in Doulos
45572 src/ftxgpos.c | 6 ++++++
45573 src/ftxopen.c | 6 ++++--
45574 2 files changed, 10 insertions(+), 2 deletions(-)
45576 commit 1b2c314b804da97b1d5e7adab64bdd4177702579
45577 Author: Behdad Esfahbod <behdad@gnome.org>
45578 Date: Wed Nov 9 23:30:00 2005 +0000
45580 Remove debug line that got in accidentally.
45582 2005-11-09 Behdad Esfahbod <behdad@gnome.org>
45584 * pango/opentype/ftxgpos.c, pango/opentype/ftxopen.c:
45586 line that got in accidentally.
45588 src/ftxgpos.c | 1 -
45589 src/ftxopen.c | 1 -
45590 2 files changed, 2 deletions(-)
45592 commit 9717127a5be037e26afe52332a8b07f13474557a
45593 Author: Behdad Esfahbod <behdad@gnome.org>
45594 Date: Fri Nov 4 23:55:38 2005 +0000
45596 Turn various gcc warnings off. Adding const, adding static, fully
45598 2005-11-04 Behdad Esfahbod <behdad@gnome.org>
45600 * configure.in, examples/argcontext.c examples/cairoview.c,
45601 examples/renderdemo.c, examples/renderdemo.h
45602 examples/xftview.c,
45603 modules/basic/basic-x.c, modules/hangul/hangul-fc.c,
45604 modules/hebrew/hebrew-shaper.c,
45605 modules/hebrew/hebrew-shaper.h,
45606 modules/indic/indic-fc.c, modules/indic/mprefixups.c,
45607 modules/syriac/syriac-fc.c, pango/break.c pango/fonts.c,
45608 pango/modules.c, pango/pango-coverage.c pango/pango-engine.c,
45609 pango/pango-engine.h, pango/pango-fontmap.c,
45610 pango/pango-fontset.c, pango/pango-impl-utils.h,
45611 pango/pango-layout.c, pango/pango-layout.h,
45612 pango/pango-renderer.c, pango/pango-script.c,
45613 pango/pango-utils.c, pango/pangocairo-fc.h,
45614 pango/pangocairo-font.c, pango/pangocairo-fontmap.c,
45615 pango/pangocairo-private.h, pango/pangofc-decoder.c,
45616 pango/pangofc-font.c, pango/pangofc-fontmap.c
45618 pango/pangox-fontcache.c, pango/pangox-fontmap.c
45620 pango/pangoxft-font.c, pango/querymodules.c,
45621 pango/opentype/ftglue.c, pango/opentype/ftxgpos.c,
45622 pango/opentype/ftxopen.c, pango/opentype/pango-ot-buffer.c,
45623 pango/opentype/pango-ot-info.c,
45624 pango/opentype/pango-ot-ruleset.c, tests/dump-boundaries.c,
45625 tests/testboundaries.c, tests/testcolor.c tests/testiter.c,
45626 tests/testscript.c: Turn various gcc warnings off. Adding
45628 adding static, fully initializing structs, match signedness in
45629 comparisons. (#317804)
45631 * tests/testscript.c, tools/gen-script-for-lang.c:
45632 (scripts_for_file): Pass error->message instead of error
45635 (compare_lang): Fix typo comparing a and a instead of a and b.
45637 src/ftglue.c | 2 +-
45638 src/ftxgpos.c | 4 ++++
45639 src/ftxopen.c | 1 +
45640 src/pango-ot-buffer.c | 4 ++--
45641 src/pango-ot-info.c | 5 +++--
45642 src/pango-ot-ruleset.c | 5 +++--
45643 6 files changed, 14 insertions(+), 7 deletions(-)
45645 commit c0505f3bb28feeba95b201e6464fb2fdac90194a
45646 Author: Behdad Esfahbod <behdad@gnome.org>
45647 Date: Thu Nov 3 20:13:40 2005 +0000
45649 Patches from #170414. Reviewed by Matthias Clasen.
45651 2005-11-03 Behdad Esfahbod <behdad@gnome.org>
45653 Patches from #170414. Reviewed by Matthias Clasen.
45655 * pango/opentype/ftxgpos.c, pango/opentype/ftxgsub.c: Use
45657 to dispatch different lookup types.
45659 * pango/opentype/pango-ot-buffer.c,
45660 pango/opentype/pango-ot-ruleset.c:
45663 src/ftxgpos.c | 143
45664 ++++++++++++++++++++++++-------------------------
45665 src/ftxgsub.c | 115 +++++++++++++++++++++------------------
45666 src/pango-ot-buffer.c | 3 +-
45667 src/pango-ot-ruleset.c | 75 +++++++++-----------------
45668 4 files changed, 159 insertions(+), 177 deletions(-)
45670 commit c6b22b9119ef54ea8d0d2f08b74fdeb024289d73
45671 Author: Behdad Esfahbod <pango@behdad.org>
45672 Date: Mon Aug 29 10:06:40 2005 +0000
45674 Generate valid XML output. Dump LookupFlag too.
45676 2005-08-29 Behdad Esfahbod <pango@behdad.org>
45678 * pango/opentype/ottest.c, pango/opentype/disasm.c:
45680 XML output. Dump LookupFlag too.
45683 ++++++++++++++++++++++++++++++----------------------------
45684 src/ottest.c | 23 ++++++++++++++---------
45685 2 files changed, 44 insertions(+), 37 deletions(-)
45687 commit 1e3747ca5d1a6f607f8e56fb94e3daaf6ad623cb
45688 Author: Behdad Esfahbod <pango@behdad.org>
45689 Date: Mon Aug 15 04:16:04 2005 +0000
45691 Replace perror with perror_. Remove FT_BEGIN_STMNT and FT_END_STMNT.
45693 2005-08-15 Behdad Esfahbod <pango@behdad.org>
45695 * pango/opentype/ftglue.h: Replace perror with perror_.
45696 Remove FT_BEGIN_STMNT and FT_END_STMNT. (#313477)
45698 src/ftglue.h | 8 ++++----
45699 1 file changed, 4 insertions(+), 4 deletions(-)
45701 commit 3c60250875fa9d04ca96dea35eba23fc70690ff5
45702 Author: Owen Taylor <otaylor@redhat.com>
45703 Date: Tue Jul 26 18:33:27 2005 +0000
45705 Skip lookups with lookup index out of range. (Patch from Behdad
45708 2005-07-26 Owen Taylor <otaylor@redhat.com>
45710 * pango/opentype/ftxgsub.c, pango/opentype/ftxgpos.c:
45712 with lookup index out of range. (Patch from Behdad Esfahbod,
45715 src/ftxgpos.c | 30 ++++++++++++++++++++++++------
45716 src/ftxgsub.c | 30 ++++++++++++++++++++++++------
45717 2 files changed, 48 insertions(+), 12 deletions(-)
45719 commit 91a3fa2e4bcdde8ae022d1264c783f133cd7e00d
45720 Author: Owen Taylor <otaylor@redhat.com>
45721 Date: Fri Jul 22 18:03:58 2005 +0000
45723 Remove an unecessary set of block2.
45725 2005-07-22 Owen Taylor <otaylor@redhat.com>
45727 * pango/opentype/ftglue.c (ftglue_realloc): Remove
45728 an unecessary set of block2.
45731 1 file changed, 1 deletion(-)
45733 commit ff7034787d79dcd1bec58a4e02602039313da00e
45734 Author: Owen Taylor <otaylor@redhat.com>
45735 Date: Fri Jul 22 17:56:37 2005 +0000
45737 Patch from David Turner. Review and testing by Behdad Esfahbod
45739 2005-07-22 Owen Taylor <otaylor@redhat.com>
45741 Patch from David Turner. Review and testing by Behdad Esfahbod
45743 * pango/opentype/ftglue.[ch] Makefile.am: Glue layer that
45745 implementation of the internal functions that the opentype
45747 expects in terms of publically exported FreeType API.
45749 * pango/opentype/ftxgdef.c pango/opentype/ftxgpos.c
45750 pango/opentype/ftxgsub.c pango/opentype/ftxopen.c
45751 pango/opentype/otlbuffer.c pango/opentype/pango-ot-info.c
45752 pango/opentype/pango-ot-ruleset.c: Remove includes of
45753 internal headers. Small changes to work with ftglue.[ch]
45755 * pango/opentype/fterrcompat.h: Remove: no longer needed.
45757 * pango/opentype/ftxgpos.c: Use FT_IS_SFNT(face) rather
45758 than poking at FT_MODULE_CLASS (face->driver)->module_name.
45760 * pango/opentype/ftxopen.c (Free_FeatureList): Free
45761 fl->ApplyOrder. (Found by Behdad)
45763 src/Makefile.am | 3 +-
45764 src/fterrcompat.h | 95 --------------
45766 +++++++++++++++++++++++++++++++++++++++++++++++++
45767 src/ftglue.h | 156 ++++++++++++++++++++++
45768 src/ftxgdef.c | 9 +-
45769 src/ftxgpos.c | 9 +-
45770 src/ftxgsub.c | 10 +-
45771 src/ftxopen.c | 8 +-
45772 src/otlbuffer.c | 4 +-
45773 src/pango-ot-info.c | 6 +-
45774 src/pango-ot-ruleset.c | 2 -
45775 11 files changed, 520 insertions(+), 132 deletions(-)
45777 commit 43dbec6f3a345ba0e4a43766610ed59622bbe4a0
45778 Author: Owen Taylor <otaylor@redhat.com>
45779 Date: Thu Jul 21 18:15:45 2005 +0000
45781 Fix up places where there is missing or incomplete Copyright and
45784 2005-07-21 Owen Taylor <otaylor@redhat.com>
45786 Fix up places where there is missing or incomplete
45787 Copyright and License information (Reported by William N. Ray)
45789 * pango/opentype/fterrcompat.h: Mark as FreeType/GPL licensed.
45791 * pango/opentype/FT-license.txt: Make this the dual-licensing
45792 description that covers the FreeType code (FreeType's
45793 LICENSE.TXT) rather than the FTL.
45795 * pango/opentype/FTL.TXT: Move the FTL (referenced from
45796 FT-license.txt) to here.
45798 * modules/basic/basic-common.h modules/hebrew/hebrew-shaper.h
45799 modules/thai/thai-charprop.c modules/thai/thai-shaper.h
45800 tools/gen-script-for-lang.c tests/testcolor.c:
45801 Add LGPL header and copyright information.
45803 * modules/indic/indic-ot.[ch]
45804 modules/indic/indic-ot-class-tables.c
45805 modules/thai/thai-ot.[ch]: Add LGPL header.
45807 * modules/thai/thai-shaper.c modules/thai/thai-charprop.h:
45808 Minor fixes to copyright information.
45810 * modules/arabic/arabic-ot.c: Add Freetype license
45813 src/FT-license.txt | 179
45814 +++++++----------------------------------------------
45816 +++++++++++++++++++++++++++++++++++++++++++++++++++
45817 src/fterrcompat.h | 10 ++-
45818 3 files changed, 204 insertions(+), 159 deletions(-)
45820 commit c55850d36d208c7aae8f6ed5c9e1e7927b988d6c
45821 Author: Owen Taylor <otaylor@redhat.com>
45822 Date: Tue Jun 14 19:54:19 2005 +0000
45824 Chain up from finalize. (#307547, Paolo Borelli)
45826 2005-06-14 Owen Taylor <otaylor@redhat.com>
45828 * pango/opentype/pango-ot-info.c (pango_ot_info_finalize)
45829 pango/opentype/pango-ot-ruleset.c (pango_ot_ruleset_finalize):
45830 Chain up from finalize. (#307547, Paolo Borelli)
45832 * pango/opentype/pango-ot-info.c (pango_ot_info_finalizer):
45833 make accidentally public function static.
45835 src/pango-ot-info.c | 4 +++-
45836 src/pango-ot-ruleset.c | 2 ++
45837 2 files changed, 5 insertions(+), 1 deletion(-)
45839 commit 44ff46a364fb7981804eb45329c4999b415711f9
45840 Author: Tor Lillqvist <tml@novell.com>
45841 Date: Tue Apr 12 01:27:21 2005 +0000
45843 Rename LDADDS to libpango_ot_la_LIBADD to actually make libpango-ot.la
45845 2005-04-12 Tor Lillqvist <tml@novell.com>
45847 * pango/opentype/Makefile.am: Rename LDADDS to
45848 libpango_ot_la_LIBADD to actually make libpango-ot.la link with
45851 * pango/pangowin32.def: Rename get_scale_factor to
45852 get_metrics_factor here, too. (#300222, Ivan Wong)
45854 src/Makefile.am | 12 ++++++------
45855 1 file changed, 6 insertions(+), 6 deletions(-)
45857 commit 0c349a032e5a52a9d0dcc8204f761b7cb28bfa6b
45858 Author: Owen Taylor <otaylor@redhat.com>
45859 Date: Thu Mar 3 19:38:02 2005 +0000
45861 For all binary searches, handle the case where the number of items
45864 2005-03-03 Owen Taylor <otaylor@redhat.com>
45866 * pango/opentype/ftxopen.c (Coverage_Index1, Coverage_Index2,
45867 Get_Class2): For all binary searches, handle the case where
45868 the number of items is 0. (#162977, Nick Lamb)
45870 * pango/opentype/ftxgdef.c (TT_GDEF_Build_ClassDefinition):
45871 Handle the case where glyph_count == 0 properly. Fix a problem
45872 with cleanups on memory allocation failure.
45873 (Get_New_Count, Add_Glyph_Property): Avoid reading off the
45874 end of the ClassRangeRecord array.
45877 +++++++++++++++++++++++++++++++++++------------------------
45878 src/ftxopen.c | 15 +++++++++++++++
45879 2 files changed, 51 insertions(+), 24 deletions(-)
45881 commit 03838daaa9d485bffcb7bc46453a9a4c32a1f32f
45882 Author: Owen Taylor <otaylor@redhat.com>
45883 Date: Mon Nov 22 23:37:19 2004 +0000
45887 Mon Nov 22 18:30:14 2004 Owen Taylor <otaylor@redhat.com>
45889 * pango/opentype/Makefile.am pango/Makefile.am
45890 modules/*/Makefile.am: Set G_LOG_DOMAIN.
45892 src/Makefile.am | 1 +
45893 1 file changed, 1 insertion(+)
45895 commit 346d3b3cac253d2db41205151c185bf2fd9dda16
45896 Author: Owen Taylor <otaylor@redhat.com>
45897 Date: Wed Sep 22 18:14:55 2004 +0000
45899 Cleanups from 'sparse', #149922, Kjartan Maraas
45901 Wed Sep 22 14:07:47 2004 Owen Taylor <otaylor@redhat.com>
45903 Cleanups from 'sparse', #149922, Kjartan Maraas
45905 * pango/pango-utils.c (read_config): () => (void) in
45908 * pango/pangofc-fontmap.c (pango_fc_font_map_list_families):
45909 Initialize *n_families, not n_families.
45911 * pango/pangofc-fontmap.c pango/pangoft2.c opentype/ftxgdef.c
45912 opentype/ftxgpos.c opentype/ftxgsub.c: : Fix various 0/NULL
45915 src/ftxgdef.c | 2 +-
45916 src/ftxgpos.c | 6 +++---
45917 src/ftxgsub.c | 2 +-
45918 3 files changed, 5 insertions(+), 5 deletions(-)
45920 commit 8b654dfb5ad6137ee9c5a48f5abe04bf7d28d8cd
45921 Author: Owen Taylor <otaylor@redhat.com>
45922 Date: Tue Sep 14 13:45:41 2004 +0000
45924 === Released 1.6.0 ===
45926 Mon Sep 13 17:38:58 2004 Owen Taylor <otaylor@redhat.com>
45928 * === Released 1.6.0 ===
45930 * configure.in: Update versions for 1.6.0
45934 * README: Minor tweak.
45936 * pango/fonts.c pango/pango-context.c pango/pango-types.h
45937 pango/pango-utils.c pango/pangoft2.c pango/pango-layout.c
45938 pango/opentype/pango-ot-buffer.c: Add a bunch of missing
45941 src/pango-ot-buffer.c | 2 ++
45942 1 file changed, 2 insertions(+)
45944 commit d41089a5b691967fdd622f47c8397a80af104396
45945 Author: Owen Taylor <otaylor@redhat.com>
45946 Date: Fri Jul 30 21:23:04 2004 +0000
45948 Finish extending properties flags from FT_UShort =>
45949 FT_UInt. (OTLBuffer
45951 Fri Jul 30 17:17:05 2004 Owen Taylor <otaylor@redhat.com>
45953 * pango/opentype/ftxgpos.[ch] pango/opentype/ftxgsub.[ch]
45954 pango/opentype/ftxopen.[ch]: Finish extending properties
45955 flags from FT_UShort => FT_UInt. (OTLBuffer was already
45958 src/ftxgpos.c | 8 ++++----
45959 src/ftxgpos.h | 2 +-
45960 src/ftxgsub.c | 8 ++++----
45961 src/ftxgsub.h | 2 +-
45962 src/ftxopen.c | 2 +-
45963 src/ftxopen.h | 2 +-
45964 6 files changed, 12 insertions(+), 12 deletions(-)
45966 commit f42d5eca291dcdfb27d7fbf88391d6d381b8e9c4
45967 Author: Owen Taylor <otaylor@redhat.com>
45968 Date: Tue Jul 27 17:20:01 2004 +0000
45970 Save the order in which features were added and use that when applying
45972 Tue Jul 27 12:38:05 2004 Owen Taylor <otaylor@redhat.com>
45974 * pango/opentype/ftxopen.[ch] pango/opentype/ftxgsub.c
45975 pango/opentype/ftxpos.c: Save the order in which
45976 features were added and use that when applying features.
45977 (Patch from Soheil Hassas Yeganeh, #122330)
45979 src/ftxgpos.c | 41 ++++++++++++++++++++++++-----------------
45980 src/ftxgsub.c | 34 +++++++++++++++++++++-------------
45981 src/ftxopen.c | 14 +++++++++++---
45982 src/ftxopen.h | 2 ++
45983 4 files changed, 58 insertions(+), 33 deletions(-)
45985 commit ae2daa972d74c5ecfe1d2f0057ce12682ad30b00
45986 Author: Behdad Esfahbod <behdad@src.gnome.org>
45987 Date: Tue Jul 27 13:12:19 2004 +0000
45989 Remove the unused parameter from the IN_CURITEM() and IN_CURGLYPH
45993 * pango/opentype/ftxgpos.c: Remove the unused parameter
45994 from the IN_CURITEM() and IN_CURGLYPH macros.
45997 +++++++++++++++++++++++++++++------------------------------
45998 src/ftxgsub.c | 2 +-
45999 2 files changed, 35 insertions(+), 35 deletions(-)
46001 commit 7d5435ea8cb345c79029b8a12d1bddbed28b1997
46002 Author: Behdad Esfahbod <behdad@src.gnome.org>
46003 Date: Tue Jul 27 10:43:58 2004 +0000
46005 Fix bug to copy glyph from in_string, not out_string.
46008 * pango/opentype/otlbuffer.c (otl_buffer_copy_output_glyph):
46009 Fix bug to copy glyph from in_string, not out_string.
46011 src/otlbuffer.c | 4 ++--
46012 1 file changed, 2 insertions(+), 2 deletions(-)
46014 commit 2ea2a55bdf7ef1caebcd0c5922b0f542ed8bb5bf
46015 Author: Owen Taylor <otaylor@redhat.com>
46016 Date: Mon Jul 26 23:14:53 2004 +0000
46018 Fix allocation and indexing in NewGlyphClasses array. (#130661,
46021 Mon Jul 26 19:11:46 2004 Owen Taylor <otaylor@redhat.com>
46023 * pango/opentype/ftxgdef.c: Fix allocation and indexing
46024 in NewGlyphClasses array. (#130661, Masatake YAMATO)
46026 src/ftxgdef.c | 14 +++++++-------
46027 1 file changed, 7 insertions(+), 7 deletions(-)
46029 commit 5d42695e5ed89f73fbc665792ebec82c29ae04ae
46030 Author: Owen Taylor <otaylor@redhat.com>
46031 Date: Mon Jul 26 19:25:45 2004 +0000
46033 Remove the unused parameter from the IN_CURITEM() and IN_CURGLYPH
46036 Mon Jul 26 15:24:11 2004 Owen Taylor <otaylor@redhat.com>
46038 * pango/opentype/ftxgsub.c (ADD_Glyph): Remove the
46039 unused parameter from the IN_CURITEM() and IN_CURGLYPH
46043 ++++++++++++++++++++++++++++----------------------------
46044 1 file changed, 28 insertions(+), 28 deletions(-)
46046 commit a00c4ea5626526980139b122977e367b8434d24a
46047 Author: Owen Taylor <otaylor@redhat.com>
46048 Date: Mon Jul 26 19:23:06 2004 +0000
46050 Add missing macro to make the last change actually compile.
46052 Mon Jul 26 15:21:23 2004 Owen Taylor <otaylor@redhat.com>
46054 * pango/opentype/ftxgsub.c: Add missing macro to make the
46055 last change actually compile.
46057 src/ftxgsub.c | 2 ++
46058 1 file changed, 2 insertions(+)
46060 commit ed3e1f278d3ebfd224f0b57388502d4bb9fb1441
46061 Author: Owen Taylor <otaylor@redhat.com>
46062 Date: Mon Jul 26 19:20:27 2004 +0000
46064 Match backtrack context against the output glyphs not the input glyphs
46066 Mon Jul 26 15:16:07 2004 Owen Taylor <otaylor@redhat.com>
46068 * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst[123]):
46069 Match backtrack context against the output glyphs not
46070 the input glyphs (#145174, Aamir Wali)
46072 src/ftxgsub.c | 24 ++++++++++++------------
46073 1 file changed, 12 insertions(+), 12 deletions(-)
46075 commit 78282cda004a88b2aadb2786dd3897884e22ed0b
46076 Author: Owen Taylor <otaylor@redhat.com>
46077 Date: Mon Jul 26 18:59:02 2004 +0000
46079 Make Check_Property() take a OTL_GlyphItem, add a gproperties field to
46081 Mon Jul 26 14:49:22 2004 Owen Taylor <otaylor@redhat.com>
46083 * ftxgdef.[ch] otlbuffer.[ch]: Make Check_Property() take a
46084 OTL_GlyphItem, add a gproperties field to OTLGlyphItem,
46085 and use that to cache the properties for a glyph.
46087 * ftxgsub.c ftxgdef.c: Adapt to Check_Property() changes.
46089 * otlbuffer.[ch] ftxgsub.c: Add otl_buffer_copy_output_glyph()
46090 to use when we are copying an unmodified glyph from input
46091 to output that preserves the cached properties.
46093 src/ftxgdef.c | 16 ++++++++++------
46094 src/ftxgpos.c | 52 +++++++++++++++++++++++++++-------------------------
46096 ++++++++++++++++++++++++++++--------------------------
46097 src/ftxopenf.h | 2 +-
46098 src/otlbuffer.c | 21 +++++++++++++++++++--
46099 src/otlbuffer.h | 6 ++++++
46100 6 files changed, 91 insertions(+), 60 deletions(-)
46102 commit 81b62af42313fb60db523374cd8c6901829f5c4e
46103 Author: Owen Taylor <otaylor@redhat.com>
46104 Date: Mon Jul 19 21:13:23 2004 +0000
46106 Add support for ChainContextSubstFormat3.
46108 Mon Jul 19 17:09:11 2004 Owen Taylor <otaylor@redhat.com>
46110 * pango/opentype/disasm.c: Add support for
46111 ChainContextSubstFormat3.
46113 src/disasm.c | 16 +++++++++++++++-
46114 1 file changed, 15 insertions(+), 1 deletion(-)
46116 commit d4f773ef92fdbaa7e61e6577db5e9b2846a100a4
46117 Author: Owen Taylor <otaylor@redhat.com>
46118 Date: Mon Jul 19 20:37:22 2004 +0000
46120 Fix pervasive buffer overruns when skipping glyphs when matching
46123 Mon Jul 19 16:29:45 2004 Owen Taylor <otaylor@redhat.com>
46125 * pango/opentype/ftxgsub.c pango/opentype/ftxgpos.c:
46126 Fix pervasive buffer overruns when skipping glyphs
46127 when matching contexts. (#118592, Kailash C. Chowksey)
46129 src/ftxgpos.c | 259 ++++++++++++++++++----------------------
46130 src/ftxgsub.c | 376
46131 ++++++++++++++++++++++++++--------------------------------
46132 2 files changed, 284 insertions(+), 351 deletions(-)
46134 commit 99848cfafee8e598ef533f254cdb99fbae4c9364
46135 Author: Owen Taylor <otaylor@redhat.com>
46136 Date: Wed Jun 23 20:33:35 2004 +0000
46138 #143693, Sayamindu Dasgupta
46140 Wed Jun 23 16:13:53 2004 Owen Taylor <otaylor@redhat.com>
46142 #143693, Sayamindu Dasgupta
46144 * pango/opentype/pango-ot-buffer.c
46145 (pango_ot_buffer_set_zero_width_marks)
46146 pango/opentype/pango-ot-private.h:
46147 Allow setting for whether marks should be given zero width,
46148 defaulting to FALSE.
46150 * modules/arabic/arabic-fc.c (arabic_engine_shape): Turn
46151 on zero-width-marks setting.
46153 src/pango-ot-buffer.c | 22 +++++++++++++++++++++-
46154 src/pango-ot-private.h | 5 +++--
46155 2 files changed, 24 insertions(+), 3 deletions(-)
46157 commit 68d4cedb8726fa239f56d62060d8fee7e09cb8be
46158 Author: Owen Taylor <otaylor@redhat.com>
46159 Date: Mon Jun 21 18:04:02 2004 +0000
46161 Use the gcc-3.3 strict-aliasing compatible macros from fterrcompat.h
46163 Mon Jun 21 13:55:17 2004 Owen Taylor <otaylor@redhat.com>
46165 * pango/opentype/otlbuffer.c: Use the gcc-3.3
46166 strict-aliasing compatible macros from fterrcompat.h
46167 (#140495, reported by Stanislav Brabec)
46169 src/otlbuffer.c | 22 ++++++++++++++--------
46170 1 file changed, 14 insertions(+), 8 deletions(-)
46172 commit b327765176dff81047f942ac56a1d206344e6039
46173 Author: Theppitak Karoonboonyanan <tkaroonb@src.gnome.org>
46174 Date: Fri May 28 16:41:36 2004 +0000
46176 Negate y offset according to different conventions between
46178 * pango/opentype/pango-ot-buffer.c (apply_gpos_ltr): Negate
46180 according to different conventions between PangoGlyphString
46184 src/pango-ot-buffer.c | 2 +-
46185 1 file changed, 1 insertion(+), 1 deletion(-)
46187 commit 068763b547d791e28b892bcaee810f3d60a83018
46188 Author: Owen Taylor <otaylor@redhat.com>
46189 Date: Thu May 27 21:55:50 2004 +0000
46191 Revert error return changes from last commit.
46193 Thu May 27 17:54:24 2004 Owen Taylor <otaylor@redhat.com>
46195 * pango/opentype/otlbuffer.c: Revert error return changes
46198 src/otlbuffer.c | 16 ++++++----------
46199 1 file changed, 6 insertions(+), 10 deletions(-)
46201 commit ef07481025c5bbb9769b9f908d9dc78f44161bbb
46202 Author: Owen Taylor <otaylor@redhat.com>
46203 Date: Thu May 27 21:03:42 2004 +0000
46205 Free buffer->positions, clean up error returns that were returning
46207 Thu May 27 16:57:30 2004 Owen Taylor <otaylor@redhat.com>
46209 * pango/opentype/otlbuffer.c: Free buffer->positions,
46210 clean up error returns that were returning uninitialized
46211 values. (#139239, Behdad Esfahbod)
46213 src/otlbuffer.c | 21 +++++++++++++--------
46214 1 file changed, 13 insertions(+), 8 deletions(-)
46216 commit de568e7e6200c7a49bae1f78ac63858b8df01173
46217 Author: Owen Taylor <otaylor@redhat.com>
46218 Date: Tue Mar 16 19:23:43 2004 +0000
46220 === Released 1.4.0 ===
46222 Tue Mar 16 11:24:46 2004 Owen Taylor <otaylor@redhat.com>
46224 * === Released 1.4.0 ===
46226 * configure.in: Version 1.4.0, interface ago 0. Require
46231 * README: Some updates; include details about the FreeType
46232 license of the OpenType code.
46234 src/FT-license.txt | 77
46235 +++++++++++++++++++++++++++++-------------------------
46236 1 file changed, 42 insertions(+), 35 deletions(-)
46238 commit 8b3554b3afe7c125b1a53171b01ac87de9c486fe
46239 Author: Hans Breuer <hans@breuer.org>
46240 Date: Wed Mar 3 22:35:19 2004 +0000
46242 if PANGO_MODULE_PREFIX is defined include the basic backend shaper
46245 2004-03-03 Hans Breuer <hans@breuer.org>
46247 * pango/module-defs-win32.c.win32 : if PANGO_MODULE_PREFIX is
46248 defined include the basic backend shaper (should have been
46249 commited at 2003-12-12, too)
46251 * pango/makefile.msc : generate correct type for PangoFontMask
46252 (bug #135892, John Ehresman)
46253 * pango/opentype/makefile.msc : updated
46255 * pango/pango.def pango/pangoft2.def : more updatd externals
46257 src/makefile.msc | 6 ++++--
46258 1 file changed, 4 insertions(+), 2 deletions(-)
46260 commit a7e096c5de3ec5319bf9333c9ace0732d97c52c3
46261 Author: Owen Taylor <otaylor@redhat.com>
46262 Date: Sun Feb 29 15:44:50 2004 +0000
46264 Rework opentype interfaces and other changes to make GPOS work
46267 Sun Feb 29 09:25:13 2004 Owen Taylor <otaylor@redhat.com>
46269 Rework opentype interfaces and other changes to make GPOS
46270 work for Arabic. (Most of #117282, #121060)
46272 * pango/opentype/otlbuffer.[ch]: OTL_Buffer that
46273 acts as a replacement for the separate GSUB and
46274 GPOS string structures and hides many of the internal
46277 * pango/opentype/ftxgsub.[ch] pango/opentype/ftxgpos.[ch]:
46278 Adapt to OTL_Buffer.
46280 * pango/opentype/ftxgpos.c: Redo handling of cursive
46281 chains so that it actually works.
46283 * pango/pango-ot.h pango/opentype/pango-ot-buffer.c:
46284 Pango wrapper around OTL_Buffer.
46286 * pango/pango-ot.h pango/pango-ot-ruleset.c
46287 pango/pango-ot-buffer.c:
46288 Split pango_ot_ruleset_shape() into
46289 pango_ot_ruleset_substitute(),
46290 pango_ot_ruleset_position(), make them act on
46291 PangoOTBuffer, add a separate pango_ot_buffer_output()
46292 which does the default positioning and writes to a
46295 * modules/arabic/arabic-fc.c modules/indic/indic-fc.c
46296 modules/indic/mprefixups.[ch]: Adapt to new OpenType
46297 interfaces; add GPOS features for Arabic.
46299 * pango/opentype/pango-ot-info.c: Don't derive class
46301 from Unicode properties for Arabic presentation forms,
46302 let the shaping process derive the properties.
46304 src/Makefile.am | 3 +
46305 src/ftxgdef.c | 4 +-
46306 src/ftxgpos.c | 573 ++++++++++++++++-----------------------
46307 src/ftxgpos.h | 23 +-
46308 src/ftxgsub.c | 719
46309 +++++++++++--------------------------------------
46310 src/ftxgsub.h | 40 +--
46311 src/ftxopen.h | 1 +
46312 src/otlbuffer.c | 213 +++++++++++++++
46313 src/otlbuffer.h | 97 +++++++
46315 src/pango-ot-buffer.c | 265 ++++++++++++++++++
46316 src/pango-ot-info.c | 27 +-
46317 src/pango-ot-private.h | 8 +
46318 src/pango-ot-ruleset.c | 148 +++-------
46319 14 files changed, 1039 insertions(+), 1084 deletions(-)
46321 commit d670ddf99192dd4999775a9215a818ae63fa3416
46322 Author: Owen Taylor <otaylor@redhat.com>
46323 Date: Sat Feb 21 14:53:12 2004 +0000
46325 Sign convention for y offsets is opposite between PangoGlyphString
46328 Sat Feb 21 09:49:23 2004 Owen Taylor <otaylor@redhat.com>
46330 * pango/opentype/pango-ot-ruleset.c (pango_ot_ruleset_shape):
46331 Sign convention for y offsets is opposite between
46332 PangoGlyphString and FT code. (#132591)
46334 src/pango-ot-ruleset.c | 2 +-
46335 1 file changed, 1 insertion(+), 1 deletion(-)
46337 commit b9b3c131c2b57c12a77124a52512fb19a1255f8e
46338 Author: Owen Taylor <otaylor@redhat.com>
46339 Date: Fri Feb 13 16:11:40 2004 +0000
46341 Memory leak fixes from Masatake YAMATO, #130652
46343 Fri Feb 13 10:54:18 2004 Owen Taylor <otaylor@redhat.com>
46345 Memory leak fixes from Masatake YAMATO, #130652
46347 * pango/opentype/ftxgdef.c (TT_Done_GDEF_Table):
46348 Free the gdef table as well as the contained data.
46350 * pango/opentype/ftxgdef.c (TT_GDEF_Build_ClassDefinition):
46351 Set gcd->loaded, so that the contents get freed later.
46353 src/ftxgdef.c | 4 ++++
46354 1 file changed, 4 insertions(+)
46356 commit 926b8f322989298e43c8bac85f23e3525470a669
46357 Author: Owen Taylor <otaylor@redhat.com>
46358 Date: Mon Jan 26 19:23:35 2004 +0000
46360 Suport CFF fonts as well. (#131202, Manjunath Sripadarao)
46362 Mon Jan 26 14:20:34 2004 Owen Taylor <otaylor@redhat.com>
46364 * pango/opentype/pango-ot-info.c (is_truetype): Suport
46365 CFF fonts as well. (#131202, Manjunath Sripadarao)
46367 src/pango-ot-info.c | 3 ++-
46368 1 file changed, 2 insertions(+), 1 deletion(-)
46370 commit 945e479a3a35769e5e7c792fdcf306892523a5f9
46371 Author: Hans Breuer <hans@breuer.org>
46372 Date: Sat Dec 13 14:31:50 2003 +0000
46374 moved pango_fc_* to the latter where they live on *nix too.
46376 2003-12-13 Hans Breuer <hans@breuer.org>
46378 * pango/pango.def pangoft2.def : moved pango_fc_*
46379 to the latter where they live on *nix too.
46381 * pango/makefile.msc : make it build again (including
46384 * pango/module-defs-fc.c.win32 : if PANGO_MODULE_PREFIX is defined
46385 include the basic backend shaper
46387 * pango/pangowin32.c (pango_win32_render_layout) :
46388 initialize iter before first usage to avoid immediate crashing
46390 * pango/opentype/makefile.msc
46391 pango/modules/makefile.msc : finally build with mscv, too.
46392 [completely untested cause I'm not able to type, write or read
46393 any of these languages]
46395 * modules/modules.def : follow module function renaming/changes
46397 * modules/basic/basic-win32.c : register the right engine, i.e.
46400 src/makefile.msc | 21 +++++++++++++++++++++
46401 1 file changed, 21 insertions(+)
46403 commit ba0ccd5cfcb514cdc45373158343138b7b190f9d
46404 Author: Owen Taylor <otaylor@redhat.com>
46405 Date: Sat Nov 1 15:02:17 2003 +0000
46407 Switch over to recommended Freetype system of include ft2build.h then
46409 Sat Nov 1 09:32:15 2003 Owen Taylor <otaylor@redhat.com>
46411 * pango/pango-ot.h pango/pangofc-font.h
46412 modules/indic/indic-ot.h
46413 pango/pangoft2.c pango/opentype/pango-ot-info.c
46414 pango/opentype/pango-ot-ruleset.c pango/opentype/ottest.c
46415 pango/opentype/ftxopen.[ch] pango/opentype/ftxgdef.c
46416 pango/opentype/ftxgsub.c pango/opentype/ftxgpos.c:
46417 Switch over to recommended Freetype system of
46418 include ft2build.h then #include FT_FREETYPE_H.
46419 Fixes ftmodule.h problem with current Freetype CVS.
46422 src/ftxgdef.c | 14 +++++++-------
46423 src/ftxgpos.c | 17 ++++++++---------
46424 src/ftxgsub.c | 13 ++++++-------
46425 src/ftxopen.c | 10 +++++-----
46426 src/ftxopen.h | 3 ++-
46428 src/pango-ot-info.c | 4 ++--
46429 src/pango-ot-private.h | 2 --
46430 src/pango-ot-ruleset.c | 4 ++--
46431 9 files changed, 32 insertions(+), 36 deletions(-)
46433 commit 558171a7a3666999c679719ad0bfbdf7c6a52289
46434 Author: Owen Taylor <otaylor@redhat.com>
46435 Date: Mon Sep 15 22:04:55 2003 +0000
46437 Fix gcc-3.3 versions of macros to have the right return value.
46439 Mon Sep 15 17:16:59 2003 Owen Taylor <otaylor@redhat.com>
46441 * pango/opentype/fterrcompat.h: Fix gcc-3.3 versions of
46442 macros to have the right return value.
46444 src/fterrcompat.h | 44 ++++++++++++++++++++++++++------------------
46445 1 file changed, 26 insertions(+), 18 deletions(-)
46447 commit c99259bf7e08ccdc4130d4983e8d186021ea8e1a
46448 Author: Owen Taylor <otaylor@redhat.com>
46449 Date: Mon Aug 25 14:30:12 2003 +0000
46451 pango/opentype/ftxgsub.c (Lookup_ChainContextSubst3) Fix problems
46454 Mon Aug 25 10:17:21 2003 Owen Taylor <otaylor@redhat.com>
46456 * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst3)
46457 * pango/opentype/ftxgpos.c (Lookup_ChainContextPos3):
46458 Fix problems where the coverage wasn't being checked
46459 for the first input glyph. (#118639, Kailash C. Chowksey)
46461 src/ftxgpos.c | 7 +++----
46462 src/ftxgsub.c | 7 +++----
46463 2 files changed, 6 insertions(+), 8 deletions(-)
46465 commit bcf81bcc80c6235dfbc7eeaa34ed21ea329c7a3d
46466 Author: Owen Taylor <otaylor@redhat.com>
46467 Date: Fri Aug 22 22:52:08 2003 +0000
46469 Add some macro definitions for gcc-3.3 that suppress the bogus
46471 Fri Aug 22 18:09:52 2003 Owen Taylor <otaylor@redhat.com>
46473 * pango/opentype/fterrcompat.h: Add some macro definitions
46474 for gcc-3.3 that suppress the bogus strict-aliasing
46477 * pango/pango-utils.c (read_config_file): Use
46478 g_hash_table_new_full() to simplify code and fix
46481 * pango/pangox-fontmap.c (pango_x_real_get_coverage_win)
46482 * pango/querymodules.c (query_module): Suppress gcc-3.3
46485 * pango/modules.c (pango_find_map): Fix warning from
46486 missing declaration of pango_module_get_type().
46488 * pango/pango-context.c/pango-engine.c: Fix name confusion
46489 for pango_get_fallback_shaper().
46491 src/fterrcompat.h | 36 ++++++++++++++++++++++++++++++++++--
46492 1 file changed, 34 insertions(+), 2 deletions(-)
46494 commit 46d379596d7292a3b2e51f35fc8044b366d413a3
46495 Author: Owen Taylor <otaylor@redhat.com>
46496 Date: Tue Jul 29 14:21:54 2003 +0000
46498 Rewrite handling of IGNORE_SPECIAL_MARKS to be properly "ignore
46501 Tue Jul 29 09:58:13 2003 Owen Taylor <otaylor@redhat.com>
46503 * pango/opentype/ftxgdef.c (Check_Property): Rewrite
46504 handling of IGNORE_SPECIAL_MARKS to be properly
46505 "ignore marks of attachment type different than
46506 specified. (#118456, Kailash C. Chowksey)
46508 src/ftxgdef.c | 37 ++++++++++++++++++++++++++++---------
46509 1 file changed, 28 insertions(+), 9 deletions(-)
46511 commit 8247acad79c1a4154e9337aed453eb3e4d23063d
46512 Author: Owen Taylor <otaylor@redhat.com>
46513 Date: Mon Jul 28 22:28:37 2003 +0000
46515 Revert back out the FreeType patch preventing ligatures of
46518 Sat Jul 26 09:41:22 2003 Owen Taylor <otaylor@redhat.com>
46520 * pango/opentype/ftxgsub.c (Lookup_LigatureSubst):
46521 Revert back out the FreeType patch preventing
46522 ligatures of not-originally adjacent glyphs;
46523 it doesn't work for all scripts. (#118472,
46524 Kailash C. Chowksey)
46526 src/ftxgsub.c | 31 +++----------------------------
46527 1 file changed, 3 insertions(+), 28 deletions(-)
46529 commit 825e6d7e86cac310161648601b09291fa05d5ba5
46530 Author: Owen Taylor <otaylor@redhat.com>
46531 Date: Sun Jul 27 02:40:31 2003 +0000
46533 Check for lookahead glyphs in the right place. (Patch from #116860)
46535 Sat Jul 26 22:30:59 2003 Owen Taylor <otaylor@redhat.com>
46537 * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst{1,2,3}):
46538 Check for lookahead glyphs in the right place. (Patch
46541 * pango/opentype/ftxgpos.c (Lookup_ChainContextPos{1,2,3}):
46544 src/ftxgpos.c | 6 +++---
46545 src/ftxgsub.c | 6 +++---
46546 2 files changed, 6 insertions(+), 6 deletions(-)
46548 commit 03a0fe09c711b81c7eb4065fd4700b8cfd2c977a
46549 Author: Owen Taylor <otaylor@redhat.com>
46550 Date: Sun Jul 27 02:19:52 2003 +0000
46552 Fix return value to only contain TTO_Err_Not_Covered if *no* lookups
46554 Sat Jul 26 22:12:46 2003 Owen Taylor <otaylor@redhat.com>
46556 * pango/opentype/ftxgsub.c (Do_String_Lookup,
46557 TT_GSUB_Apply_String): Fix return value to only
46558 contain TTO_Err_Not_Covered if *no* lookups
46559 matched. Fix memory leaks on error in Apply_String().
46561 src/ftxgsub.c | 120
46562 ++++++++++++++++++++++++++++++++++++----------------------
46563 1 file changed, 75 insertions(+), 45 deletions(-)
46565 commit e10ea2afd9a5868d4ec1ff3a2b99bcd64ce45816
46566 Author: Owen Taylor <otaylor@redhat.com>
46567 Date: Sun Jul 27 01:10:15 2003 +0000
46569 Fix confusion between boolean and FT_Error return. (GSUB equivalent
46572 Sat Jul 26 21:06:26 2003 Owen Taylor <otaylor@redhat.com>
46574 * pango/opentype/ftxgsub.c (Load_EmptyOrClassDefinition):
46575 Fix confusion between boolean and FT_Error return.
46576 (GSUB equivalent of fix for #108358)
46578 src/ftxgsub.c | 5 +++--
46579 1 file changed, 3 insertions(+), 2 deletions(-)
46581 commit a7305ab2624cbc08160dc11587ba3dc4e17781c2
46582 Author: Owen Taylor <otaylor@redhat.com>
46583 Date: Sat Jul 26 15:02:13 2003 +0000
46585 Move allocation afer initial checks, fixing memory leak.
46587 Sat Jul 26 10:52:20 2003 Owen Taylor <otaylor@redhat.com>
46589 * pango/opentype/ftxgpos.c (Lookup_ContextPos2):
46590 * pango/opentype/ftxgsub.c (Lookup_ContextSubst2): Move
46591 allocation afer initial checks, fixing memory leak.
46593 * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst2):
46594 Fix some more error return memory leaks that weren't
46595 fixed in the Qt changes.
46597 src/ftxgpos.c | 8 ++++----
46598 src/ftxgsub.c | 12 ++++++------
46599 2 files changed, 10 insertions(+), 10 deletions(-)
46601 commit f40b7c15e0bc4b71e706602c4e062f72d8f0fcdd
46602 Author: Owen Taylor <otaylor@redhat.com>
46603 Date: Sat Jul 26 14:50:23 2003 +0000
46605 Fix various memory leaks from error returns that should have been
46608 Sat Jul 26 10:43:20 2003 Owen Taylor <otaylor@redhat.com>
46610 * pango/opentype/ftxgsub.c pango/opentype/ftxgpos.c:
46611 Fix various memory leaks from error returns that should
46612 have been jumps to cleanup blocks. (From Qt, Lars Knoll)
46614 src/ftxgpos.c | 8 ++++----
46615 src/ftxgsub.c | 4 ++--
46616 2 files changed, 6 insertions(+), 6 deletions(-)
46618 commit 256d21970733483833b9cf31d5e0fa7ae853e944
46619 Author: Owen Taylor <otaylor@redhat.com>
46620 Date: Sat Jul 26 14:35:29 2003 +0000
46622 Fix additional places where TTO_Err_Not_Covered wasn't considered a
46624 Sat Jul 26 10:30:24 2003 Owen Taylor <otaylor@redhat.com>
46626 * pango/opentype/ftxgpos.c: Fix additional places where
46627 TTO_Err_Not_Covered wasn't considered a successful return
46628 from Get_Class. (From Qt, Lars Knoll)
46630 src/ftxgpos.c | 8 ++++----
46631 1 file changed, 4 insertions(+), 4 deletions(-)
46633 commit 374960681e2e36d0e4032623d8cb92a7910baf71
46634 Author: Owen Taylor <otaylor@redhat.com>
46635 Date: Sat Jul 26 13:50:23 2003 +0000
46637 If applying a ligature lookup makes adjacent two glyphs that were not
46639 Sat Jul 26 09:41:22 2003 Owen Taylor <otaylor@redhat.com>
46641 * pango/opentype/ftxgsub.c (Lookup_LigatureSubst):
46642 If applying a ligature lookup makes adjacent two glyphs
46643 that were not originally adjacent, avoid making
46644 subsequent ligatures between those glyphs.
46645 (From FreeType, Werner Lemberg, 2001-08-22, 2001-08-23)
46647 src/ftxgsub.c | 31 ++++++++++++++++++++++++++++---
46648 1 file changed, 28 insertions(+), 3 deletions(-)
46650 commit b682482df77608d67eca8a050db5b36f44953c13
46651 Author: Owen Taylor <otaylor@redhat.com>
46652 Date: Sat Jul 26 13:20:52 2003 +0000
46654 Fix some FreeType1 variable declarations that snuck in from the last
46656 Sat Jul 26 09:16:57 2003 Owen Taylor <otaylor@redhat.com>
46658 * pango/opentype/ftxgpos.c pango/opentype/ftxopen.c:
46659 Fix some FreeType1 variable declarations that snuck
46660 in from the last commits (Christophe Fergeau,
46663 src/ftxgpos.c | 6 +++---
46664 src/ftxopen.c | 2 +-
46665 2 files changed, 4 insertions(+), 4 deletions(-)
46667 commit 06c12109de061c357f46dcec82c4bee7160afede
46668 Author: Owen Taylor <otaylor@redhat.com>
46669 Date: Sat Jul 26 03:45:44 2003 +0000
46671 OpenType-1.4 update: backtrack information is stored with the
46674 Fri Jul 25 23:38:07 2003 Owen Taylor <otaylor@redhat.com>
46676 * pango/opentype/ftxgpos.c pango/opentype/ftxgsub.c:
46677 OpenType-1.4 update: backtrack information is stored with the
46678 item closest to the input first (From FreeType,
46679 Werner Lemberg, 2002-09-26)
46681 src/ftxgpos.c | 26 ++++++++++++++++++--------
46682 src/ftxgsub.c | 24 +++++++++++++++++-------
46683 2 files changed, 35 insertions(+), 15 deletions(-)
46685 commit 15a69e4a12739e7392f2a38d6f7bfdd96c0dc3ba
46686 Author: Owen Taylor <otaylor@redhat.com>
46687 Date: Sat Jul 26 03:14:23 2003 +0000
46689 Update of GPOS and GSUB support to OpenType 1.3 (From FreeType, Werner
46691 Fri Jul 25 23:07:06 2003 Owen Taylor <otaylor@redhat.com>
46693 Update of GPOS and GSUB support to OpenType 1.3
46694 (From FreeType, Werner Lemberg, 2001-08-08)
46696 * pango/opentype/ftxopen.h: Add RIGHT_TO_LEFT LookupFlag
46698 * pango/opentype/ftxgpos.c (GPOS_Instance): Add 'first'
46699 member to mark the beginning of a chain of cursive
46702 * pango/opentype/ftxgpos.c (Do_String_Lookup): If the
46703 RIGHT_TO_FLAG flag is set, shift cursive chain up so
46704 last glyph is on the baseline.
46706 src/ftxgpos.c | 25 ++++++++++++++++++++++++-
46707 src/ftxopen.h | 8 ++++++--
46708 2 files changed, 30 insertions(+), 3 deletions(-)
46710 commit 6f74f18b77402f3adf5bfbae26e8f44de6543b4e
46711 Author: Owen Taylor <otaylor@redhat.com>
46712 Date: Sat Jul 26 03:03:40 2003 +0000
46714 Add GPOS_LOOKUP_EXTENSION, GSUB_LOOKUP_EXTENSION, which allow lookup
46716 Fri Jul 25 22:59:13 2003 Owen Taylor <otaylor@redhat.com>
46718 * pango/opentype/ftx{gpos,gsub}.h pango/opentype/ftxgdef.c:
46719 Add GPOS_LOOKUP_EXTENSION, GSUB_LOOKUP_EXTENSION, which
46720 allow lookup information to be stored at 32-bit offets
46721 via a double indirection. (From FreeType, Werner Lemberg,
46724 src/ftxgpos.h | 17 +++++++++--------
46725 src/ftxgsub.h | 1 +
46726 src/ftxopen.c | 19 +++++++++++++++++++
46727 3 files changed, 29 insertions(+), 8 deletions(-)
46729 commit 375781c4546b5cfc453b99551ddf715bb162ffb9
46730 Author: Owen Taylor <otaylor@redhat.com>
46731 Date: Sat Jul 26 02:44:19 2003 +0000
46733 Fix a couple of places where TTO_Err_Not_Covered wasn't considered a
46735 Fri Jul 25 22:25:48 2003 Owen Taylor <otaylor@redhat.com>
46737 * pango/opentype/ftxgsub.c (Lookup_ContextSubst2,
46738 Lookup_ChainContextSubst2): Fix a couple of
46739 places where TTO_Err_Not_Covered wasn't considered
46740 a successful return from Get_Class -- it means
46741 use class index 0. (From FreeType, Werner Lemberg,
46744 src/ftxgsub.c | 4 ++--
46745 1 file changed, 2 insertions(+), 2 deletions(-)
46747 commit 378e1889cd294cb77313ba7fdab3e52959bf2c40
46748 Author: Owen Taylor <otaylor@redhat.com>
46749 Date: Sat Jul 26 02:10:42 2003 +0000
46751 Improvements to OpenType-dumping code, based on changes in Qt by Lars
46753 Fri Jul 25 20:12:00 2003 Owen Taylor <otaylor@redhat.com>
46755 Improvements to OpenType-dumping code, based on
46756 changes in Qt by Lars Knoll.
46758 * pango/opentype/ottest.c: Tweak the debugging output,
46759 suppress some warnings.
46761 * pango/opentype/disasm.c: Add support for
46762 GSUB Context/Chain GPOS MarkBase lookups, improve
46763 output in various ways.
46766 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
46767 src/ottest.c | 12 +--
46768 2 files changed, 241 insertions(+), 13 deletions(-)
46770 commit 07bad0e77c42b5f2535e3b018bf9074d2f4ecc7c
46771 Author: Owen Taylor <otaylor@redhat.com>
46772 Date: Thu Jul 24 21:05:29 2003 +0000
46774 Fix uses of g_assert() around statements with side effects. (#115498,
46776 Thu Jul 24 17:04:21 2003 Owen Taylor <otaylor@redhat.com>
46778 * pango/opentype/pango-ot-ruleset.c (pango_ot_ruleset_shape):
46779 Fix uses of g_assert() around statements with side effects.
46780 (#115498, patch from David Cuthbert)
46782 src/pango-ot-ruleset.c | 14 +++++++++-----
46783 1 file changed, 9 insertions(+), 5 deletions(-)
46785 commit f91deef2c9473da5c3cb5e120f2d4fbf0d638166
46786 Author: Owen Taylor <otaylor@redhat.com>
46787 Date: Wed Apr 16 21:48:29 2003 +0000
46789 More careful handling of face->charmap; if is NULL, try to set
46792 Wed Apr 16 03:46:42 2003 Owen Taylor <otaylor@redhat.com>
46794 * pango/opentype/pango-ot-info.c (synthesize_class_def):
46795 More careful handling of face->charmap; if is NULL,
46796 try to set a unicode charmap, if that doesn't succeed,
46797 return. (Hopefully fixes #106550)
46799 src/pango-ot-info.c | 26 ++++++++++++++++++++++++--
46800 1 file changed, 24 insertions(+), 2 deletions(-)
46802 commit 587b3940f3ce71e8e1c9950086923d4eb78d62db
46803 Author: Owen Taylor <otaylor@redhat.com>
46804 Date: Wed Apr 16 03:58:17 2003 +0000
46806 When loading in Load_Chain{Sub,Pos}ClassRule, the limit we have only
46808 Tue Apr 15 11:49:39 2003 Owen Taylor <otaylor@redhat.com>
46810 * pango/opentype/ftxg{sub/pos}.c: When loading
46811 in Load_Chain{Sub,Pos}ClassRule, the limit we
46812 have only applies to the input ClassDef table.
46813 Fixes problem with Arial Unicode. Much help from
46814 Noah Levitt in tracing this down.
46816 src/ftxgpos.c | 7 ++++---
46817 src/ftxgsub.c | 7 ++++---
46818 2 files changed, 8 insertions(+), 6 deletions(-)
46820 commit 0d7567f8eaa1f8d0ec9cb89218ce3a1475d258ac
46821 Author: Owen Taylor <otaylor@redhat.com>
46822 Date: Tue Apr 15 23:01:19 2003 +0000
46824 Fix mispelled constant from last commit.
46826 Tue Apr 15 06:57:02 2003 Owen Taylor <otaylor@redhat.com>
46828 * pango/opentype/ftxgpos.c: Fix mispelled constant
46831 src/ftxgpos.c | 2 +-
46832 1 file changed, 1 insertion(+), 1 deletion(-)
46834 commit 73cd600798a9a7225b2ac8241ea371d48cf7baf3
46835 Author: Owen Taylor <otaylor@redhat.com>
46836 Date: Tue Apr 15 22:15:41 2003 +0000
46838 Fix confusion between boolean and FT_Error return. (#108358,
46841 Tue Apr 15 06:03:39 2003 Owen Taylor <otaylor@redhat.com>
46843 * pango/opentype/ftxgpos.c: Fix confusion between
46844 boolean and FT_Error return. (#108358, Noah Levitt)
46846 * pango/opentype/ftxopen.c (Get_Class1): index is
46847 allowed to be NULL. (#108358, Noah Levitt)
46849 src/ftxgpos.c | 5 +++--
46850 src/ftxopen.c | 3 ++-
46851 2 files changed, 5 insertions(+), 3 deletions(-)
46853 commit 462bd0be608c3d14e5b4c01099b02b3948a52369
46854 Author: Owen Taylor <otaylor@redhat.com>
46855 Date: Tue Apr 15 21:05:53 2003 +0000
46857 Fix infinite loop in the case where the charmap contains a character >
46859 Tue Apr 15 05:00:39 2003 Owen Taylor <otaylor@redhat.com>
46861 * pango/opentype/pango-ot-info.c (synthesize_class_def):
46862 Fix infinite loop in the case where the charmap contains
46863 a character > 65535. (#106550, Morten Welinder.)
46865 src/pango-ot-info.c | 14 +++++++-------
46866 1 file changed, 7 insertions(+), 7 deletions(-)
46868 commit 312e1c1cf9f2c1e2137b9aaa5181a541447923cb
46869 Author: James Henstridge <james@daa.com.au>
46870 Date: Tue Mar 11 12:31:16 2003 +0000
46872 make similar changes to the ones on glib head (call gtk-docize, etc).
46874 2003-03-11 James Henstridge <james@daa.com.au>
46876 * autogen.sh: make similar changes to the ones on glib head (call
46879 * configure.in: move some calculations into M4 macros, rather than
46880 calculating them when configure runs.
46881 Use AC_HELP_STRING where appropriate.
46882 Replace gtk-doc checks with a call to GTK_DOC_CHECK.
46883 Replace AC_OUTPUT_COMMANDS() call with a number of calls to
46884 AC_CONFIG_COMMANDS (once per created file).
46885 Get rid of the "chmod +x pango-config" bit, because there is no
46886 pango-config anymore.
46888 * Makefile.am: get rid of custom distcheck rule, and set
46889 DISTCHECK_CONFIGURE_FLAGS, which is equivalent.
46890 Use += to select which .pc files to install.
46892 * pango/Makefile.am: Add rules to rebuild module-defs* files, and
46893 remove them on clean.
46894 Reorder so that rules related to each individual library are next
46896 Use BUILT_SOURCES for built sources.
46898 * pango/opentype/Makefile.am: don't use STRIP_BEGIN/STRIP_END.
46900 * modules/*/Makefile.am: simplify module makefiles through use of
46901 +=, and regularise them a bit (fixed a few bugs in the process).
46903 * docs/Makefile.am: remove common rules, and instead include
46906 * examples/Makefile.am: add pango.modules to CLEANFILES.
46908 * tests/Makefile.am: remove temporary files on clean.
46910 src/Makefile.am | 11 +++++------
46911 1 file changed, 5 insertions(+), 6 deletions(-)
46913 commit 1aad15fd0c007c9075f2f7f4c4cacf576d726eea
46914 Author: Owen Taylor <otaylor@redhat.com>
46915 Date: Mon Feb 17 22:04:29 2003 +0000
46917 Add an --enable-debug configure argument defaulting to 'yes'
46920 Mon Feb 17 13:06:39 2003 Owen Taylor <otaylor@redhat.com>
46922 * configure.in **/Makefile.am: Add an --enable-debug
46923 configure argument defaulting to 'yes' for unstable
46924 releases and 'minimum' for stable releases.
46925 For minimum, -DG_DISABLE_CAST_CHECKS.
46927 * pango/pangofc-fontmap.cI pango/pangoft2-fontmap.c
46928 pango/pangoxft-fontmap.c: Add caching of fontsets
46929 (#104495, initial patch and review by Soeren Sandmann)
46931 * pango/pangofc-fontmap.cI pango/pangoft2-fontmap.c
46932 pango/pangoxft-fontmap.c pango/pangoft2-private.h
46933 pango/pangoxft-private.h: Remove cache of recently freed
46934 fonts; not necessary now that we cache fontsets.
46936 * pango/pangofc-fontmap.cI (pango_fc_pattern_set_free):
46937 Rename from pango_fc_font_set_free to reflect
46938 what it actually does.
46940 * pango/pangofc-fontmap.cI pango/pangoft-fontmap.c
46941 pango/pangoxft-fontmap.c: Combine clear-the-cache
46942 functions; we didn't need separate clear-the-font-cache
46943 and clear-the-pattern-cache functions.
46945 src/Makefile.am | 1 +
46946 1 file changed, 1 insertion(+)
46948 commit 5febce1ffc956ea44526d50be7cf14c69c66cb34
46949 Author: Owen Taylor <otaylor@redhat.com>
46950 Date: Wed Feb 12 22:12:55 2003 +0000
46952 Up the FreeType version requirement to 2.0.9. (2.2.1 had a compilation
46954 Wed Feb 12 16:59:23 2003 Owen Taylor <otaylor@redhat.com>
46956 * configure.in pango/opentype/fterrcompat.h README:
46957 Up the FreeType version requirement to 2.0.9.
46958 (2.2.1 had a compilation failure with older versions,
46959 this catches it more cleanly, and removes some unneeded
46960 checks. #105302, problem reported by Will Partain.)
46962 src/fterrcompat.h | 4 ----
46963 1 file changed, 4 deletions(-)
46965 commit 54e85cc0cf3700d2c4af5396d79bd0e40df8f0da
46966 Author: Owen Taylor <otaylor@redhat.com>
46967 Date: Sat Jan 11 00:16:26 2003 +0000
46969 Export TT_New_GDEF_Table to create an empty GDEF table.
46971 Fri Jan 10 18:56:36 2003 Owen Taylor <otaylor@redhat.com>
46973 * pango/opentype/ftxgdef.c: Export TT_New_GDEF_Table
46974 to create an empty GDEF table.
46976 * pango/opentype/pango-ot-info.c: If the font doesn't
46977 have a class definition table, synthesize one using
46978 the charmap and the unicode properties of characters
46979 in the charmap. (Needed to make things work with various
46980 old Arabic fonts, such as the KACST fonts)
46982 src/ftxgdef.c | 46 +++++++++++++++-------
46983 src/ftxgdef.h | 4 ++
46984 src/pango-ot-info.c | 108
46985 ++++++++++++++++++++++++++++++++++++++++++++++++++++
46986 3 files changed, 144 insertions(+), 14 deletions(-)
46988 commit db6bb4b034d4d8d546fc9bdc4ad28b16bb7f1bb7
46989 Author: Matthias Clasen <matthiasc@src.gnome.org>
46990 Date: Thu Nov 28 23:53:18 2002 +0000
46994 * docs/tmpl/xft-fonts.sgml:
46995 * docs/tmpl/freetype-fonts.sgml: Add docs.
46997 * pango/pangoxft-fontmap.c (pango_xft_substitute_changed):
46998 * pango/pangoft2-fontmap.c
46999 (pango_ft2_font_map_set_default_substitute):
47002 src/pango-ot-info.c | 4 +++-
47003 1 file changed, 3 insertions(+), 1 deletion(-)
47005 commit 226d9b67db852eb29ad37ec8121b79f3ea6f0b73
47006 Author: Sebastian Wilhelmi <wilhelmi@ira.uka.de>
47007 Date: Tue Nov 26 13:37:10 2002 +0000
47009 Do not add GLIB_CFLAGS to CFLAGS.
47012 2002-11-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
47014 * configure.in: Do not add GLIB_CFLAGS to CFLAGS.
47016 * docs/Makefile.am, examples/Makefile.am,
47017 modules/arabic/Makefile.am, modules/basic/Makefile.am,
47018 modules/hangul/Makefile.am, modules/hebrew/Makefile.am,
47019 modules/indic/Makefile.am, modules/tamil/Makefile.am,
47020 modules/thai/Makefile.am, pango/Makefile.am,
47021 pango/mini-fribidi/Makefile.am, pango/opentype/Makefile.am:
47022 Instead add $(GLIB_CFLAGS) directly to INCLUDES (GTKDOC_CFLAGS for
47023 docs/Makefile.am). Also some cosmetic line wrapping and
47026 src/Makefile.am | 5 +++--
47027 1 file changed, 3 insertions(+), 2 deletions(-)
47029 commit 80634a30b9abdf575320bc6fdacdba4e1ea3903d
47030 Author: Manish Singh <yosh@gimp.org>
47031 Date: Mon Oct 14 22:50:48 2002 +0000
47033 Get rid of unnecessary casts for g_object_{ref,unref}
47035 Mon Oct 14 15:39:41 2002 Manish Singh <yosh@gimp.org>
47037 * pango/pango-context.c pango/pango-layout.c pango/pangoft2.c
47038 pango/pangowin32-fontmap.c pango/pangowin32.c
47039 pango/pangox-fontmap.c
47040 pango/pangox.c pango/pangoxft-font.c pango/pangoxft-fontmap.c
47041 pango/testfonts.c pango/opentype/pango-ot-ruleset.c:
47042 Get rid of unnecessary casts for g_object_{ref,unref}
47044 src/pango-ot-ruleset.c | 4 ++--
47045 1 file changed, 2 insertions(+), 2 deletions(-)
47047 commit 741993e0b15b4df86d76fa8df5055bd764c42c71
47048 Author: Owen Taylor <otaylor@redhat.com>
47049 Date: Sun Sep 29 19:06:58 2002 +0000
47051 ligatures can be also used in MarkBasePos lookups. (2001-03-17 Werner
47053 Sun Sep 29 14:55:36 2002 Owen Taylor <otaylor@redhat.com>
47055 * pango/opentype/ftxgpos.c: ligatures can be also used in
47056 MarkBasePos lookups. (2001-03-17 Werner Lemberg)
47058 src/ftxgpos.c | 13 ++++++++++---
47059 1 file changed, 10 insertions(+), 3 deletions(-)
47061 commit a35dc445e86ab433fe9f3937c95f2c1f18f58110
47062 Author: Owen Taylor <otaylor@redhat.com>
47063 Date: Sun Sep 29 19:05:01 2002 +0000
47065 Start of merges from freetype1 of OpenType fixes.
47067 Sun Sep 29 14:51:25 2002 Owen Taylor <otaylor@redhat.com>
47069 Start of merges from freetype1 of OpenType fixes.
47071 (2001-03-17 Werner Lemberg)
47073 * pango/opentype/ftxgdef.c pango/opentype/ftxgpos.c
47074 pango/opentype/ftxg\sub.c:
47075 More fixes for special marks.
47077 src/ftxgdef.c | 13 ++++++++-----
47078 src/ftxgpos.c | 6 +++---
47079 src/ftxgsub.c | 4 ++--
47080 3 files changed, 13 insertions(+), 10 deletions(-)
47082 commit 5c53f14f371b349da65dfa3a848b17ab89ce3ba8
47083 Author: Tor Lillqvist <tml@iki.fi>
47084 Date: Mon Sep 23 21:45:31 2002 +0000
47086 Remove. Not used. (A static library is built here. Exported entries
47089 2002-09-24 Tor Lillqvist <tml@iki.fi>
47091 * pango/opentype/pango-ot.def: Remove. Not used. (A static library
47092 is built here. Exported entries are in ../pangoft2.def.)
47094 * pango/opentype/Makefile.am (EXTRA_DIST): Remove from here, too.
47096 src/Makefile.am | 3 +--
47097 src/pango-ot.def | 50 --------------------------------------------------
47098 2 files changed, 1 insertion(+), 52 deletions(-)
47100 commit 35e4593ccd9ea5ed78f1e6f32f04b3a13cee0145
47101 Author: Tor Lillqvist <tml@iki.fi>
47102 Date: Mon Sep 23 21:19:30 2002 +0000
47104 pango/makefile.mingw.in pango/mini-fribidi/makefile.mingw Remove. Not
47106 2002-09-23 Tor Lillqvist <tml@iki.fi>
47108 * pango/makefile.mingw.in
47109 * pango/mini-fribidi/makefile.mingw
47110 * pango/opentype/makefile.mingw.in: Remove. Not maintained.
47112 * pango/Makefile.am (EXTRA_DIST)
47113 * pango/mini-fribidi/Makefile.am (EXTRA_DIST)
47114 * pango/opentype/Makefile.am (EXTRA_DIST): Remove
47115 makefile.mingw(.in) from here, too.
47117 * configure.in (AC_OUTPUT): Don't try to output above removed
47120 src/Makefile.am | 3 +--
47121 src/makefile.mingw.in | 43 -------------------------------------------
47122 2 files changed, 1 insertion(+), 45 deletions(-)
47124 commit fb279cb0bf676bb1d225e6a296282523d839074d
47125 Author: Eric Mader <emader@src.gnome.org>
47126 Date: Mon Sep 9 18:11:55 2002 +0000
47128 Correctly handle back, new_advance.
47130 src/pango-ot-ruleset.c | 25 ++++++++++++++++---------
47131 1 file changed, 16 insertions(+), 9 deletions(-)
47133 commit c880e814a50100577811a8a51bc06b4275c55a7e
47134 Author: Eric Mader <emader@src.gnome.org>
47135 Date: Fri Sep 6 22:45:23 2002 +0000
47137 Don't fail when reading an empty script.
47139 src/ftxopen.c | 36 +++++++++++++++++++++++++-----------
47140 src/ftxopen.h | 1 +
47141 2 files changed, 26 insertions(+), 11 deletions(-)
47143 commit 441e7d0292bf1a06396daac80fcbad23976a824d
47144 Author: Owen Taylor <otaylor@redhat.com>
47145 Date: Wed Aug 7 17:01:52 2002 +0000
47147 Offset to MarkAttachClassDef is offset to table, not offset to
47150 Wed Aug 7 12:32:39 2002 Owen Taylor <otaylor@redhat.com>
47152 * pango/opentype/ftxgsub.c (TT_Load_GSUB_Table):
47153 Offset to MarkAttachClassDef is offset to table,
47154 not offset to offset to table.
47156 * pango/opentype/ftxopen.c (Get_Device): Handle
47157 NULL device tables which we represent with
47158 d->DeltaValue == NULL.
47160 src/ftxgsub.c | 13 -------------
47161 src/ftxopen.c | 2 +-
47162 2 files changed, 1 insertion(+), 14 deletions(-)
47164 commit 48a16fa8090b67b046b2bb686ff4f6f038a2b8e8
47165 Author: Owen Taylor <otaylor@src.gnome.org>
47166 Date: Tue Jun 4 00:20:51 2002 +0000
47168 on Jun 3 18:56:09 2002 Owen Taylor <otaylor@redhat.com>
47170 Xft2 and fontconfig conversion, based largely on a patch
47171 from Keith Packard.
47173 * configure.in acconfig.h: Add checks for fontconfig, switch
47174 Xft checks to switch for Xft2 using pkg-config.
47176 * pangoxft.pc.in pangoxft.pc.in
47177 modules/{arabic,basic,hebrew,indic,tamil}/Makefile.am
47178 pango/Makefile.am: Reflect new Xft/fontconfig dependencies.
47180 * pango/pangoxft-private.h pango/pangoxft-fontmap.c
47181 modules/arabic/arabic-xft.c modules/indic/indic-xft.c:
47182 Switch over to using Xft2 and fontconfig.
47184 * pango/pangoft2.c pango/pangoft2-fontmap.c
47185 pango/pangoft2-private.h
47186 pango/pango/Makefile.am: Remove usage of mini-xft in
47187 favor of fontconfig.
47189 * pango/pango-ot.h pango/opentype/pango-ot-info.c
47191 modules/arabic/arabic-{xft,ft2}.c modules/indic/indic-xft.c:
47192 Attach OpenType information directly to the FT_Face
47193 structure using FT_Generic.
47195 * modules/tamil/Makefile.am modules/tamil/tamil-xft.c
47196 configure.in: Remove this module, no longer needed.
47198 * pango/pangoxft-font.c (pango_xft_real_render): Coalesce
47199 calls to Xft rendering functions.
47201 src/pango-ot-info.c | 29 +++++++++++++++++++++++------
47202 1 file changed, 23 insertions(+), 6 deletions(-)
47204 commit 9df9af0b3615dc6a52d784233a3410a9080d9369
47205 Author: Owen Taylor <otaylor@redhat.com>
47206 Date: Fri May 10 18:44:47 2002 +0000
47208 Fix acess outside of a loaded frame and some memory leaks on failure.
47210 Fri May 10 14:41:27 2002 Owen Taylor <otaylor@redhat.com>
47212 * pango/opentype/ftxgdef.c (TT_Load_GDEF_Table): Fix acess
47213 outside of a loaded frame and some memory leaks
47216 src/ftxgdef.c | 12 ++++++++++--
47217 1 file changed, 10 insertions(+), 2 deletions(-)
47219 commit a63dbbbeeb91ebf4ded2fc788f5810a3bd1e14fe
47220 Author: Eric Mader <mader@jtcsv.com>
47221 Date: Tue May 7 20:39:14 2002 +0000
47223 Add modules modules/indic/indic-xft.c, indic-ot.c, indic-ot.h,
47225 Mon May 06 15:07:39 2002 Eric Mader <mader@jtcsv.com>
47226 * Add modules modules/indic/indic-xft.c, indic-ot.c, indic-ot.h,
47227 indic-ot-class-tables.c
47229 * pango/opentype/ftxgdef.c: Compute full offset for mark
47230 attachment class table
47232 * pango/opentype/ftxgpos.c: Only return TTO_Err_Not_Covered if
47235 * pango/opentype/pango-ot-ruleset.c: enable GPOS processing
47237 src/ftxgdef.c | 10 ++++++++--
47238 src/ftxgpos.c | 33 ++++++++++++++-------------------
47239 src/pango-ot-ruleset.c | 35 ++++++++++++++++++++++++++++++++++-
47240 3 files changed, 56 insertions(+), 22 deletions(-)
47242 commit cf00f8217c9dfcf50febbb06fad245d489a0abe6
47243 Author: Owen Taylor <otaylor@redhat.com>
47244 Date: Tue Apr 23 20:20:29 2002 +0000
47246 Add compatibility defines for changes in FreeType 2.1.0.
47248 Tue Apr 23 16:15:07 2002 Owen Taylor <otaylor@redhat.com>
47250 * pango/opentype/fterrcompat.h: Add compatibility
47251 defines for changes in FreeType 2.1.0.
47253 src/fterrcompat.h | 39 +++++++++++++++++++++++++++++++++++++--
47254 1 file changed, 37 insertions(+), 2 deletions(-)
47256 commit 6b1b04e3736fdca774052ac3cfbe9f027548c29d
47257 Author: Owen Taylor <otaylor@redhat.com>
47258 Date: Fri Mar 15 06:46:05 2002 +0000
47260 In Load_ChainContextSubst2, handle the case where an empty class
47262 Fri Mar 15 01:35:56 2002 Owen Taylor <otaylor@redhat.com>
47264 * pango/opentype/ftxgsub.c pango/opentype/ftxopen.c
47265 pango/opentype/ftxopenf.h: In Load_ChainContextSubst2,
47266 handle the case where an empty class definition
47267 is represented by an offset of 0.
47269 * pango/opentype/ftxgpos.c: Same for Load_ChainContextPos2.
47271 * pango/opentype/{ftxopen.c,ftxgpos.c,ftxgsub.c,ftgdef.c}:
47272 Fix pervasive bug where on cleanups on failure of loading
47273 an array element, all array elements were freed, not
47274 just the ones that had been succesfully loaded.
47276 src/ftxgdef.c | 24 +++---
47277 src/ftxgpos.c | 259
47278 ++++++++++++++++++++++++++++++++++++---------------------
47279 src/ftxgsub.c | 159 ++++++++++++++++++++---------------
47280 src/ftxopen.c | 53 ++++++++----
47281 src/ftxopenf.h | 2 +
47282 5 files changed, 306 insertions(+), 191 deletions(-)
47284 commit 6050933f336f43453e35246525cfec362bd23acb
47285 Author: Owen Taylor <otaylor@redhat.com>
47286 Date: Fri Mar 15 04:22:14 2002 +0000
47288 Uncomment GPOS parts.
47290 Thu Mar 14 23:05:18 2002 Owen Taylor <otaylor@redhat.com>
47292 * pango/opentype/ftxopen.c: Uncomment GPOS parts.
47294 * pango/opentype/disasm.c: Start adding some GPOS
47298 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
47299 src/ftxopen.c | 20 ++++----
47300 2 files changed, 154 insertions(+), 12 deletions(-)
47302 commit 973bd60a2526666f68138255b8536d1eaee3c2c2
47303 Author: Sebastian Wilhelmi <wilhelmi@src.gnome.org>
47304 Date: Thu Dec 13 17:44:46 2001 +0000
47306 Resuming aborted commit
47309 Resuming aborted commit
47311 src/Makefile.am | 1 +
47312 1 file changed, 1 insertion(+)
47314 commit 6926ca94255e5d52d99d0d64d126165fc725432d
47315 Author: Matthias Clasen <matthiasc@src.gnome.org>
47316 Date: Tue Oct 30 22:09:20 2001 +0000
47318 Remove declarations of unimplemented functions
47320 * docs/pango-sections.txt, pango/pango-ot.h: Remove
47322 of unimplemented functions pango_ot_ruleset_set_glyph_loader
47324 pango_ot_ruleset_set_alternate_func and the related typedefs
47325 PangoOTGlyphLoader and PangoOTAlternateFunc.
47327 * pango/opentype/pango-ot-info.c,
47328 pango/opentype/pango-ot-ruleset.c: Documentation updates.
47330 src/pango-ot-info.c | 76
47331 ++++++++++++++++++++++++++++++++++++++++++++++++++
47332 src/pango-ot-ruleset.c | 27 ++++++++++++++++++
47333 2 files changed, 103 insertions(+)
47335 commit 87a475c09f6b9b391bca37de47a303a62a397b83
47336 Author: Havoc Pennington <hp@redhat.com>
47337 Date: Wed Sep 19 21:20:36 2001 +0000
47339 header to abstract the difference between FreeType 2.0.3 and 2.0.4
47342 2001-09-19 Havoc Pennington <hp@redhat.com>
47344 * pango/opentype/fterrcompat.h: header to abstract the difference
47345 between FreeType 2.0.3 and 2.0.4 error codes, based on the
47348 * configure.in: check for the tterrors.h header in FreeType 2.0.3,
47349 and define HAVE_FREETYPE_2_0_3 if we have it
47351 src/Makefile.am | 1 +
47352 src/fterrcompat.h | 16 ++++++++++++++++
47353 src/ftxgdef.c | 3 ++-
47354 src/ftxgpos.c | 3 ++-
47355 src/ftxgsub.c | 3 ++-
47356 src/ftxopen.c | 3 ++-
47357 src/pango-ot-info.c | 2 +-
47358 7 files changed, 26 insertions(+), 5 deletions(-)
47360 commit 9c37226efe2489b4cf9618ec98f581c998aaf9e4
47361 Author: Owen Taylor <otaylor@redhat.com>
47362 Date: Tue Sep 18 20:05:20 2001 +0000
47366 Tue Sep 18 15:47:08 2001 Owen Taylor <otaylor@redhat.com>
47368 * configure.in (PANGO_MINOR_VERSION): Up to 0.19.
47370 * pango/pango-font.h pango/pango-fontmap.[ch] pango/fonts.c
47371 pango/pangoxft-fontmap.c pango/pangoft-fontmap.c
47372 pango/pango-context.[ch]
47373 pango/pangox-fontmap.c: Add new PangoFontFace and PangoFontFamily
47374 object types, and change the font listing API to list faces and
47375 families, instead of face names and font descriptions.
47377 * pango/pango-font.h pango/fonts.c: Make PangoFontDescription
47378 an opaque heap-allocated structure, add accessors and
47379 convenience functions.
47381 * pango/pango-font.h pango/pango-private.h: Make PangoFontMetrics
47382 heap allocated, protect the structure definition with
47383 #ifdef PANGO_ENABLE_BACKEND, and add getters for the fields.
47385 * pango/pango-attributes.[ch] ( pango_attr_iterator_get_font):
47386 instead of providing a base font description and one to fill
47387 in, provide a single font description to modify based on
47390 * pango/pango-attributes.[ch]: Fix PangoAttrFontDesc to have
47391 a PangoFontDescription by reference, not by value.
47393 * pango/pango-utils.[ch]: make pango_parse_style() and friends
47394 take pointers to individual enumerations instead of to a
47395 PangoFontDescription structure.
47397 * pango/*.c: Fix for the PangoFontDescription and PangoFontMetrics
47400 * pango/pango-{break,engine,indic,ot,xft}.h pango/Makefile.am
47401 pango/opentype/Makefile.am: Protect portions with
47402 PANGO_ENABLE_ENGINE to shrink the public API.
47404 * modules/*/Makefile.am: -DPANGO_ENABLE_ENGINE.
47406 * pango/{pangox.h,pangox-private.h} modules/basic/basic-x.c: Move
47407 pango_x_font_get_unknown_glyph() into public header since it is
47410 * pango/pango-{context,font,fontmap,modules.utils}.h
47412 Protect portions with PANGO_ENABLE_BACKEND to shrink the
47415 * pango/*.h: Use G_BEGIN/END_DECLS
47417 * examples/viewer-qt.[cc,h]: Fix for changes to font listing API,
47418 PangoFontDescription.
47420 * pango/pango-indic.h modules/indic/*: Since we install this
47421 header fix it up to Pango conventions, namespece
47422 ZERO_WIDTH_JOINER, ZERO_WIDTH_NON_JOINER.
47424 * docs/pango-sections.txt: Updated.
47426 src/Makefile.am | 1 +
47427 1 file changed, 1 insertion(+)
47429 commit 7dd0838863f65a8ff2e27d12679c9a289a76aec1
47430 Author: Darin Adler <darin@src.gnome.org>
47431 Date: Thu Jul 12 16:34:40 2001 +0000
47433 Remove stray semicolon.
47435 * modules/arabic/arabic-x.c: (arabic_engine_shape): Remove stray
47438 * modules/arabic/arconv.h:
47439 * modules/arabic/arconv.c: (shape), (doublelig), (arabic_reshape):
47440 Use long* instead of int* for parameter to match what's passed in.
47442 * modules/indic/bengali-x.c: Add missing <string.h> include.
47443 (pango_indic_make_ligs): Use local variable that was added but not
47445 (pango_indic_engine_shape): Remove unused locals.
47447 * modules/indic/devanagari-x.c: Add missing <string.h> include.
47448 (pango_indic_engine_shape): Remove unused local.
47450 * modules/indic/gujarati-x.c: Add missing <string.h> include.
47451 (pango_indic_engine_shape): Remove unused local
47453 * modules/tamil/tamil-x.c: (tamil_engine_shape): Initialize a
47454 variable to quiet the compiler's unused warning.
47456 * pango/.cvsignore: Ignore more generated files.
47458 * pango/opentype/ftxgpos.c: (Get_Anchor): Add code to set up the
47459 ap variable. The old code would just use the uninitialized value.
47461 * pango/opentype/ftxopen.c: (Load_Coverage): Remove unused local.
47463 * pango/opentype/pango-ot-ruleset.c: (pango_ot_ruleset_shape):
47464 Remove unused local.
47466 * pango/pango-attributes.c: (pango_attr_list_get_type),
47467 (pango_color_get_type): Add needed function type casts (just
47468 warnings under gcc, but could be errors in other compilers).
47470 * pango/pangoxft-font.c: (pango_xft_font_get_metrics),
47471 (pango_xft_font_get_coverage), (pango_xft_get_shaper_map),
47472 (pango_xft_font_find_shaper): Switch from lang char* to
47473 PangoLanguage*. The code was still compiling, but would not have
47476 src/ftxgpos.c | 2 ++
47477 src/ftxopen.c | 1 -
47478 src/pango-ot-ruleset.c | 1 -
47479 3 files changed, 2 insertions(+), 2 deletions(-)
47481 commit 68f8a64307441bd3b3d45971ac4dc93f63dedfe8
47482 Author: Owen Taylor <otaylor@redhat.com>
47483 Date: Fri May 18 16:04:40 2001 +0000
47485 Use ISO C99 varargs when available.
47487 Fri May 18 11:30:57 2001 Owen Taylor <otaylor@redhat.com>
47489 * pango/opentype/disasm.c: Use ISO C99 varargs when
47492 Thu May 17 11:16:23 2001 Owen Taylor <otaylor@redhat.com>
47494 * pango/mapping.c: Fixup docs, remove some FIXMEs that are
47495 no longer applicable.
47497 * pango/pango-layout.c: Move by graphemes, not characters.
47499 * pango/pango-layout.c (pango_layout_line_x_to_index):
47500 Position at the closest grapheme boundary, not at character
47503 * pango/pango-layout.c (pango_layout_line_index_to_x):
47504 Return positions of grapheme boundaries, not character
47507 src/Makefile.am | 2 ++
47508 src/disasm.c | 5 +++++
47509 2 files changed, 7 insertions(+)
47511 commit 89eb36ebc6591025c063cb98f0e1b3badde73e9e
47512 Author: Owen Taylor <otaylor@redhat.com>
47513 Date: Tue Apr 24 15:47:22 2001 +0000
47515 Remove excess call to DONE_Stream left over from conversion from FT1.
47517 Tue Apr 24 11:45:55 2001 Owen Taylor <otaylor@redhat.com>
47519 * pango/opentype/ftxgdef.c (TT_Load_GDEF_Table): Remove
47520 excess call to DONE_Stream left over from conversion
47521 from FT1. (reported by Michael Jansson)
47523 src/ftxgdef.c | 1 -
47524 1 file changed, 1 deletion(-)
47526 commit c61a730aaebec751831f8423894de5f4b539d0ec
47527 Author: Owen Taylor <otaylor@redhat.com>
47528 Date: Tue Apr 3 19:07:36 2001 +0000
47532 Tue Apr 3 15:05:19 2001 Owen Taylor <otaylor@redhat.com>
47538 * pango/pango/opentype/Makefile.am: make dist fixes.
47540 * configure.in (PANGO_MINOR_VERSION): Up to 0.14
47542 src/Makefile.am | 10 ++++++++--
47543 1 file changed, 8 insertions(+), 2 deletions(-)
47545 commit 405b878923ed219617c6f643a9aec06175223d16
47546 Author: Tor Lillqvist <tml@iki.fi>
47547 Date: Thu Dec 21 19:55:23 2000 +0000
47549 Only a script engine here.
47551 2000-12-21 Tor Lillqvist <tml@iki.fi>
47553 * modules/basic/basic-win32.c (script_engine_load): Only a script
47556 * pango/makefile.mingw.in: Add the built pango-enum-types.[ch].
47559 * pango/pangoft2.def: Update.
47561 * pango/opentype/pango-ot.def
47562 * pango/opentype/makefile.mingw.in: New files.
47564 * pango/opentype/Makefile.am (EXTRA_DIST): Add them.
47566 * configure.in (included_modules): Generate
47567 pango/opentype/makefile.mingw.
47569 src/Makefile.am | 4 +++-
47570 src/makefile.mingw.in | 43 +++++++++++++++++++++++++++++++++++++++++++
47571 src/pango-ot.def | 50
47572 ++++++++++++++++++++++++++++++++++++++++++++++++++
47573 3 files changed, 96 insertions(+), 1 deletion(-)
47575 commit 80a15829135065e16ce5b129c715d10d14b829ba
47576 Author: Owen Taylor <otaylor@redhat.com>
47577 Date: Wed Dec 20 04:41:36 2000 +0000
47579 Since Xft may only be available statically without shlib deps,
47582 Tue Dec 19 22:47:16 2000 Owen Taylor <otaylor@redhat.com>
47584 * configure.in pango-config.in pangoxft.pc.in
47585 modules/basic/Makefile.am: Since Xft may only be available
47586 statically without shlib deps, check for FreeType libs explicitly
47587 and include them when linking, otherwise things won't work. Also,
47588 define FREETYPE_CFLAGS from freetype-config --cflags.
47590 * modules/basic/basic-xft.c pango/pangoxft-font{,map}.c: Fool
47591 Xft into not converting glyph indices by loading the
47592 face unencoded then calling FT_Set_Charmap ourselves.
47594 * pango/Makefile.am pango/pango-ot.h pango/opentype/* :Add start
47595 of opentype handling - most of the actually meat of the code here
47596 is the OpenType layout code from FreeType 1 ported to freetype2
47597 and adapted slighlty for our purposes. Also, includes a
47598 incomplete OpenType-table-dumping code useful for figuring
47599 out what is going on.
47601 * pango/pangoxft.h pango/pangoxft-font.h: Add calls for
47602 getting FT_Face and PangoOTInfo from PangoXftFont.
47604 * modules/arabic/{Makefile.am,arabic-ot.[ch],arabic-xft.c}:
47605 Initial support for rendering Arabic with OpenType fonts.
47607 src/.cvsignore | 8 +
47608 src/FT-license.txt | 158 ++
47609 src/Makefile.am | 39 +
47611 src/disasm.c | 317 +++
47612 src/disasm.h | 26 +
47613 src/ftxgdef.c | 1155 +++++++++
47614 src/ftxgdef.h | 220 ++
47615 src/ftxgpos.c | 6222
47616 ++++++++++++++++++++++++++++++++++++++++++++++++
47617 src/ftxgpos.h | 858 +++++++
47618 src/ftxgsub.c | 4531 +++++++++++++++++++++++++++++++++++
47619 src/ftxgsub.h | 612 +++++
47620 src/ftxopen.c | 1467 ++++++++++++
47621 src/ftxopen.h | 308 +++
47622 src/ftxopenf.h | 161 ++
47623 src/ottest.c | 265 +++
47624 src/pango-ot-info.c | 438 ++++
47625 src/pango-ot-private.h | 98 +
47626 src/pango-ot-ruleset.c | 232 ++
47627 19 files changed, 17151 insertions(+)