summaryrefslogtreecommitdiff
path: root/pango/pango-renderer.c
Commit message (Expand)AuthorAgeFilesLines
* Fix silly error in implementation of pango_glyph_string_get_width(), andBehdad Esfahbod2006-07-081-1/+1
* Part of Bug 135683 – Cache glyphstring extentsBehdad Esfahbod2006-07-081-17/+13
* Followup on previous change.Behdad Esfahbod2006-06-061-0/+6
* Minor.Behdad Esfahbod2006-05-301-3/+2
* Bug 330795 – pango_renderer_draw_glyph segfaults when trying to call theBehdad Esfahbod2006-02-111-4/+6
* Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that IBehdad Esfahbod2006-02-031-1/+1
* Make matrix parameter const.Behdad Esfahbod2006-01-211-1/+1
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-0/+1
* Documentation improvements. (#321731)Behdad Esfahbod2005-11-181-13/+13
* Turn various gcc warnings off. Adding const, adding static, fullyBehdad Esfahbod2005-11-041-2/+3
* unset all part colors, since when drawing just a glyph string,Owen Taylor2005-10-031-1/+2
* Rename y1 parameters to y1_ to avoid conflicts with the math.h BesselOwen Taylor2005-01-041-3/+3
* Set the background color instead of setting underline twice.Matthias Clasen2004-11-301-1/+1
* Add underline_color and strikethrough_color attribute types. (#147616,Owen Taylor2004-11-231-80/+89
* Fix crash when renderer->matrix is NULL.Owen Taylor2004-11-201-1/+1
* Remove color_set() virtual function ... it's not absolutely necessary forOwen Taylor2004-11-191-40/+58
* Activate the renderer.Owen Taylor2004-09-241-3/+12
* Up version to 1.7.0.Owen Taylor2004-09-241-0/+1207