summaryrefslogtreecommitdiff
path: root/pango/pangocairo-render.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 315599 – PangoAttribute remains in wrong context.Behdad Esfahbod2006-07-101-0/+19
* Followup on previous change.Behdad Esfahbod2006-06-061-42/+23
* Remove the cut&paste reference.Behdad Esfahbod2006-06-061-1/+0
* Bug 343355 – Add pango_cairo_show_error_underline &Behdad Esfahbod2006-06-061-131/+177
* Minor.Behdad Esfahbod2006-05-301-2/+2
* Fix offset to center the underline in requested rectangle.Behdad Esfahbod2006-05-301-10/+1
* Doc.Behdad Esfahbod2006-05-281-1/+1
* Add more warning_history items and handle more font failures, to make sureBehdad Esfahbod2006-04-271-9/+31
* Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that IBehdad Esfahbod2006-02-031-22/+59
* Rename _pango_cairo_get_hex_box_info to _pango_cairo_font_get_hex_box_info.Behdad Esfahbod2006-02-021-1/+1
* Move PANGO_UNKNOWN_GLYPH_WIDTH/HEIGHT to pango-font.h, which makesBehdad Esfahbod2006-02-021-1/+0
* Use PANGO_GLYPH_NULL for when no glyph should be drawn. UseBehdad Esfahbod2006-02-021-8/+24
* pango/pangocairo-private.h, pango/pangocairo-font.c, Hint hexbox. AlsoBehdad Esfahbod2006-02-011-23/+28
* Draw hexbox for cairo backend. Bug #313551. Based on patch by LingNingBehdad Esfahbod2006-01-141-30/+79
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-0/+2
* Draw an empty dashed box on missing glyphs for cairo-fc backend.Behdad Esfahbod2005-12-061-5/+27
* unset all part colors, since when drawing just a glyph string,Owen Taylor2005-10-031-0/+9
* convert from Pango units to doubles, fix some coordinate space problemsOwen Taylor2005-08-241-33/+44
* pango/pangocairo-render.c (pango_cairo_renderer_draw_glyphs): Handle glyphOwen Taylor2005-05-161-6/+12
* Update for Cairo API changes.Owen Taylor2005-05-071-10/+10
* Update to new Cairo font API.Owen Taylor2005-04-071-5/+4
* PangoCairoFontMap for win32 fonts.Owen Taylor2005-02-241-2/+2
* Rename pango_cairo_show_glyphs() to pango_cairo_show_glyph_string(). AddOwen Taylor2005-02-071-36/+193
* Open the file with mode "wb", include cairo-png.h.Owen Taylor2005-02-031-1/+2
* Add checks for CairoOwen Taylor2005-01-091-0/+354