1. 30 10月, 2007 1 次提交
  2. 26 10月, 2007 2 次提交
  3. 25 10月, 2007 3 次提交
  4. 22 10月, 2007 1 次提交
    • B
      Bug 488840 – harfbuzz: protect against ligid overflow · 13b2b963
      Behdad Esfahbod 提交于
      2007-10-21  Behdad Esfahbod  <behdad@gnome.org>
      
              Bug 488840 – harfbuzz: protect against ligid overflow
      
              * pango/opentype/harfbuzz-buffer.c (_hb_buffer_allocate_ligid):
              Never return zero, even in case of overflow.
      
              * pango/opentype/harfbuzz-impl.h: Define dummy HB_LIKELY() and
              HB_UNLIKELY(), to be filled later.
      
      13b2b963
  5. 11 10月, 2007 12 次提交
  6. 29 8月, 2007 1 次提交
  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. 01 5月, 2007 1 次提交
  9. 04 4月, 2007 1 次提交
    • B
      Copy fixes from harfbuzz stable branch. Includes a leak fix, a kerning · 7341a116
      Behdad Esfahbod 提交于
      2007-04-03  Behdad Esfahbod  <behdad@gnome.org>
      
              * pango/opentype/harfbuzz-gdef.c (_HB_GDEF_Check_Property):
              * pango/opentype/harfbuzz-gpos.c (HB_Done_GPOS_Table),
              (Lookup_PairPos):
              * pango/opentype/harfbuzz-open.c (Get_Class1):
              Copy fixes from harfbuzz stable branch.  Includes a leak fix,
              a kerning fix, and an array out-of-bound access fix.
      
      7341a116
  10. 14 1月, 2007 1 次提交
    • H
      updated · 999a6f05
      Hans Breuer 提交于
      2007-01-13  Hans Breuer  <hans@breuer.org>
      
      	* pango/makefile.msc pango/opentype/makefile.msc : updated
      
      999a6f05
  11. 09 1月, 2007 1 次提交
  12. 25 7月, 2006 1 次提交
    • B
      Bug 347073 – Allow empty GPOS table · f726b20e
      Behdad Esfahbod 提交于
      2006-07-24  Behdad Esfahbod  <behdad@gnome.org>
      
              Bug 347073 – Allow empty GPOS table
      
              * pango/opentype/harfbuzz-open.c (_HB_OPEN_Load_ScriptList): Don't
              err on empty GPOS/GSUB tables.
      f726b20e
  13. 23 6月, 2006 1 次提交
  14. 31 5月, 2006 2 次提交
  15. 13 4月, 2006 1 次提交
  16. 11 4月, 2006 1 次提交
    • B
      Bug 337924 – cleanups for issues reported by various compilers Patch · 14022e82
      Behdad Esfahbod 提交于
      2006-04-11  Behdad Esfahbod  <behdad@gnome.org>
      
              Bug 337924 – cleanups for issues reported by various compilers
              Patch from Kjartan Maraas.
      
              * examples/viewer-x.c (update):
              * modules/arabic/arabic-fc.c (fallback_shape),
              (arabic_engine_shape):
              * modules/basic/basic-fc.c (fallback_shape), (basic_engine_shape):
              * modules/basic/basic-x.c:
              * modules/hangul/hangul-fc.c:
              * modules/hebrew/hebrew-fc.c (hebrew_engine_shape):
              * modules/indic/indic-fc.c:
              * modules/khmer/khmer-fc.c:
              * modules/syriac/syriac-fc.c:
              * modules/thai/thai-fc.c:
              * modules/tibetan/tibetan-fc.c:
              * pango/break.c:
              * pango/modules.c:
              * pango/opentype/ftglue.c (_hb_ftglue_face_goto_table):
              * pango/pango-attributes.c (pango_attr_list_filter):
              * pango/pango-engine.c:
              * pango/pango-fontset.c:
              * pango/pango-layout.c (pango_layout_set_text),
              (pango_layout_xy_to_index), (pango_layout_get_cursor_pos):
              * pango/pango-markup.c (text_handler):
              * pango/pango-utils.c (read_alias_file):
              * pango/pangocairo-fcfont.c (G_DEFINE_TYPE_WITH_CODE):
              * pango/pangocairo-fcfontmap.c (G_DEFINE_TYPE_WITH_CODE):
              * pango/pangocairo-font.c (_pango_cairo_font_get_hex_box_info):
              * pango/pangox-fontmap.c (pango_x_make_matching_xlfd):
              * tests/dump-boundaries.c (fail):
              Remove unused variables.  Remove excess semicolon after DEFINE_TYPE
              macros.
      14022e82
  17. 10 4月, 2006 1 次提交
    • B
      Fix minor bugs reported by the Coverity scan report. · 59aafd07
      Behdad Esfahbod 提交于
      2006-04-10  Behdad Esfahbod  <behdad@gnome.org>
      
              Fix minor bugs reported by the Coverity scan report.
      
              * pango/opentype/harfbuzz-gdef.c (HB_GDEF_Build_ClassDefinition):
              * pango/opentype/harfbuzz-gpos.c (HB_GPOS_Query_Scripts),
              (HB_GPOS_Query_Languages), (HB_GPOS_Query_Features): Do not access
              structs before we check them for nullity.
      
              * pango/pango-layout.c (pango_layout_index_to_line),
              (pango_layout_index_to_line_and_extents),
              (pango_layout_index_to_pos): Check for invalid iterators outside the
              loop, so we don't crash.
      
              * pango/pango-layout.c (pango_layout_line_x_to_index): Set
              char_trailing instead of trailing in one of too many paths.  Should
              have been a typo.
      
              * pango/pangox.c (get_font_metrics_from_subfonts): Check for nullity
              somewhere.
      59aafd07
  18. 07 4月, 2006 1 次提交
  19. 04 4月, 2006 1 次提交
  20. 31 3月, 2006 4 次提交
  21. 26 3月, 2006 1 次提交