1. 30 6月, 2008 1 次提交
  2. 16 1月, 2008 1 次提交
  3. 07 11月, 2007 2 次提交
  4. 26 10月, 2007 1 次提交
  5. 25 10月, 2007 2 次提交
  6. 11 10月, 2007 4 次提交
    • B
      Mark internal symbols as HB_INTERNAL and define that to static in · 6b347138
      Behdad Esfahbod 提交于
      2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
      
              * pango/opentype/*: Mark internal symbols as HB_INTERNAL and
              define that to static in harfbuzz.c.
      
              * pango/opentype/harfbuzz-buffer-internal.h: New file.
      
      6b347138
    • B
      Allocate buffer->positions lazily. · 06003908
      Behdad Esfahbod 提交于
      2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
      
              * pango/opentype/*: Allocate buffer->positions lazily.
      
      06003908
    • B
      Bug 485621 – Get rid of freetype memory allocator in harfbuzz · fc3d6f57
      Behdad Esfahbod 提交于
      2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
      
              Bug 485621 – Get rid of freetype memory allocator in harfbuzz
      
              * pango/opentype/*: Remove all occurences of FT_Memory.  Use
              malloc/realloc/free directly.
      
              * pango/pango-ot*: Update to above.
      
      fc3d6f57
    • B
      Bug 485559 – Boston Summit HarfBuzz optimizations · a8abb8b9
      Behdad Esfahbod 提交于
      2007-10-10  Behdad Esfahbod  <behdad@gnome.org>
      
              Bug 485559 – Boston Summit HarfBuzz optimizations
      
              * pango/opentype/*: HarfBuzz hacking to:
      
                - Rename last remaining FT_Err stuff to HB_Err.
      
                - Fix a couple invalid table paths to be permissive so
                  fonts work better.  Particularly GDEF table for Nafees
                  Nastaliq is loaded and works great now.
      
                - Optimize harfbuzz buffer to not copy/swap for simple
                one-to-one and "copy" GSUB operations.
      
              * pango/pango-ot*: Update to FT_Err to HB_Err renaming.
      
      a8abb8b9
  7. 21 8月, 2007 2 次提交
    • B
      Bug 463430 – Gets stuck while "formatting message" · e90d1991
      Behdad Esfahbod 提交于
      2007-08-21  Behdad Esfahbod  <behdad@gnome.org>
      
              Bug 463430 – Gets stuck while "formatting message"
      
              * pango/opentype/harfbuzz-gpos.c (Lookup_PairPos1),
              (Lookup_PairPos2), (Lookup_PairPos), (Do_ContextPos):
              * pango/opentype/harfbuzz-gsub.c (Do_ContextSubst):
              Change type of intermediate index variable from FT_UShort to
              FT_ULong as it was overlowing with more than 65536 glyphs.
      
      e90d1991
    • B
      Don't ignore error return value of hb_buffer_copy_output_glyph(). Patch · 13b86ee3
      Behdad Esfahbod 提交于
      2007-08-20  Behdad Esfahbod  <behdad@gnome.org>
      
              * pango/opentype/harfbuzz-gsub.c (GSUB_Do_String_Lookup): Don't
              ignore error return value of hb_buffer_copy_output_glyph().  Patch
              sent to harfbuzz-list.
      
      13b86ee3
  8. 07 4月, 2006 1 次提交
  9. 04 4月, 2006 1 次提交
  10. 31 3月, 2006 1 次提交