[HarfBuzz] harfbuzz-ng: Branch 'master' - 6 commits

2012-08-07 Thread Behdad Esfahbod
src/hb-font.cc |9 - src/hb-graphite2.cc | 271 +-- src/hb-graphite2.h |2 src/hb-ot-shape-normalize-private.hh |2 src/hb-shaper-list.hh|2 util/options.cc

[HarfBuzz] harfbuzz-ng: Branch 'master' - 6 commits

2012-08-06 Thread Behdad Esfahbod
configure.ac| 12 +--- src/hb-ot-shape-complex-arabic-table.hh |4 ++-- src/hb-ot-shape-complex-indic.cc|4 ++-- src/hb-private.hh |9 ++--- src/hb-set-private.hh | 16 ++-- util/opt

[HarfBuzz] harfbuzz-ng: Branch 'master' - 6 commits

2012-07-28 Thread Behdad Esfahbod
src/hb-ot-layout-common-private.hh |8 - src/hb-ot-layout-gpos-table.hh | 179 + src/hb-ot-layout-gsub-table.hh | 188 ++- src/hb-ot-layout-gsubgpos-private.hh | 52 ++--- 4 files changed, 313 insertions(+),

Re: [HarfBuzz] harfbuzz-ng: Branch 'master' - 6 commits

2012-05-24 Thread Behdad Esfahbod
On 05/24/2012 10:18 AM, Jonathan Kew wrote: > The hb_atomic_int_set macro needs two args, not just one. Oops. Fixed. Thanks, b > JK > ___ HarfBuzz mailing list HarfBuzz@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/harfbuzz

Re: [HarfBuzz] harfbuzz-ng: Branch 'master' - 6 commits

2012-05-24 Thread Jonathan Kew
This commit: New commits: commit 22afd66a30d01b6771405e76777306f600807bea Author: Behdad Esfahbod Date: Thu May 17 21:23:49 2012 -0400 Add hb_atomic_int_set() again is slightly broken for the HB_NO_MT configuration... @@ -73,6 +75,7 @@ typedef volatile int hb_atomic_int_t; #define

[HarfBuzz] harfbuzz-ng: Branch 'master' - 6 commits

2012-05-17 Thread Behdad Esfahbod
TODO | 12 -- src/Makefile.am |1 src/hb-atomic-private.hh | 84 +++ src/hb-mutex-private.hh | 25 +++-- src/hb-object-private.hh | 52 + src/hb-set-private.hh|4 +

[HarfBuzz] harfbuzz-ng: Branch 'master' - 6 commits

2012-05-05 Thread Behdad Esfahbod
src/hb-ot-map-private.hh | 7 +- src/hb-ot-shape-normalize.cc | 1 src/hb-ot-shape.cc | 35 ++ src/hb-ot.h

Re: [HarfBuzz] harfbuzz-ng: Branch 'master' - 6 commits

2012-04-24 Thread Behdad Esfahbod
On 04/17/2012 10:35 PM, John Daggett wrote: > Just a note here that this will be problematic when rendering upright > Latin text in vertical mode. Frankly, I don't think there's a clear, > consistent design model for OpenType features in the vertical case. > There's clearly a need to distinguish m

Re: [HarfBuzz] harfbuzz-ng: Branch 'master' - 6 commits

2012-04-17 Thread John Daggett
> commit a5f1834f57ea3fb254f5c7d372747de316fcc8f1 > Author: Behdad Esfahbod > Date: Mon Apr 16 15:55:13 2012 -0400 > > Apply 'liga' for vertical writing mode too > > Apparently that's what Kazuraki uses to form vertical ligatures, > which suggests that it's what Adobe does. >

[HarfBuzz] harfbuzz-ng: Branch 'master' - 6 commits

2012-04-16 Thread Behdad Esfahbod
src/hb-ot-shape.cc |2 src/hb-private.hh |8 + test/shaping/texts/in-tree/shaper-default/MANIFEST |1 test/s

[HarfBuzz] harfbuzz-ng: Branch 'master' - 6 commits

2011-09-15 Thread Behdad Esfahbod
configure.ac |2 src/hb-ot-shape-normalize.cc |7 ++- util/common.hh |6 ++ util/options.cc | 65 ++-- util/options.hh | 37 ++ util/view-cairo.cc | 87 +

[HarfBuzz] harfbuzz-ng: Branch 'master' - 6 commits

2011-08-16 Thread Behdad Esfahbod
configure.ac |2 +- src/hb-buffer.cc |1 + src/hb-ft.cc | 23 --- src/hb-ot-shape-complex-arabic.cc |1 + util/common.hh|4 +++- util/options.cc |8 u

[HarfBuzz] harfbuzz-ng: Branch 'master' - 6 commits

2011-07-30 Thread Behdad Esfahbod
src/Makefile.am |2 src/hb-ot-shape-complex-arabic.cc|6 src/hb-ot-shape-complex-indic-machine.rl | 35 ++-- src/hb-ot-shape-complex-indic.cc | 238 --- src/hb-ot-shape-normalize.cc | 26 +-- src/hb-pri

[HarfBuzz] harfbuzz-ng: Branch 'master' - 6 commits

2011-07-21 Thread Behdad Esfahbod
src/Makefile.am |1 src/hb-buffer-private.hh | 10 ++ src/hb-buffer.cc | 19 +-- src/hb-ot-shape-normalize.cc | 71 +++ src/hb-ot-shape-private.hh | 12 +++ src/hb-ot-shape.cc | 18 +++--

[HarfBuzz] harfbuzz-ng: Branch 'master' - 6 commits

2011-05-11 Thread Behdad Esfahbod
TODO|4 +- src/Makefile.am |3 + src/hb-blob.cc |2 - src/hb-open-type-private.hh |8 ++--- src/hb-ot-head-private.hh |1 src/hb-ot-layout.cc |1 src/hb-ot-map-private.hh|7 src/hb-ot-maxp-private.hh

[HarfBuzz] harfbuzz-ng: Branch 'master' - 6 commits

2011-05-02 Thread Behdad Esfahbod
src/hb-blob.cc | 13 - src/hb-common.cc | 54 +++ src/hb-font-private.hh |2 + src/hb-font.cc | 48 -- src/hb-font.h| 26 +++

[HarfBuzz] harfbuzz-ng: Branch 'master' - 6 commits

2010-11-17 Thread Behdad Esfahbod
TODO |5 + src/hb-icu.c |8 +++- src/hb-ot-layout-gsubgpos-private.hh |4 +++- src/hb-ot-tag.c | 33 +++-- src/hb-unicode.c |7 ++- src/hb-unic

[HarfBuzz] harfbuzz-ng: Branch 'master' - 6 commits

2010-10-27 Thread Behdad Esfahbod
src/hb-ot-layout-common-private.hh |2 - src/hb-ot-layout-gdef-private.hh | 34 +++-- src/hb-ot-layout-gpos-private.hh | 31 ++- src/hb-ot-layout-gsubgpos-private.hh |6 --- src/hb-ot-layout.cc | 55 +-

[HarfBuzz] harfbuzz-ng: Branch 'master' - 6 commits

2010-10-13 Thread Behdad Esfahbod
TODO |4 ++-- src/hb-buffer.cc |4 src/hb-ot-map-private.hh | 20 ++-- src/hb-ot-map.cc | 14 -- src/hb-ot-shape-complex-arabic.cc |2 +- src/hb-ot-shape.cc|

[HarfBuzz] harfbuzz-ng: Branch 'master' - 6 commits

2010-05-10 Thread Behdad Esfahbod
src/hb-open-file-private.hh|4 ++-- src/hb-open-type-private.hh| 24 src/hb-ot-layout-common-private.hh |2 +- src/hb-ot-layout-gpos-private.hh |9 - src/hb-ot-layout-gsub-private.hh |1 - src/hb-private.h |