summaryrefslogtreecommitdiff
path: root/pango/pango-renderer.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 652841 - Various pieces of dead code found by gcc/clang static analyzerBehdad Esfahbod2011-06-171-1/+0
* Stop using G_CONST_RETURN in PangoRyan Lortie2011-06-091-1/+1
* pango/pango-renderer.c: parent_class is already defined in G_DEFINE_ABSTRACT_...Javier Jardón2011-04-301-5/+1
* Fixing (transfer none) introspection annotation for the return value in pango...Alberto Ruiz2011-04-251-1/+1
* adding allow-none introspection metadata to pango_renderer_set_matrixAlberto Ruiz2011-04-251-1/+1
* adding allow-none introspection metadata to pango_renderer_set_colorAlberto Ruiz2011-04-251-1/+1
* adding allow-none introspection metadata to pango_renderer_draw_glyph_itemAlberto Ruiz2011-04-251-1/+1
* Bug 560792 – Make PangoLayoutLine with line->layout==NULL renderableBehdad Esfahbod2009-01-281-15/+21
* Bug 469049 – Fix all compiler warningsBehdad Esfahbod2008-12-261-13/+12
* Fix warnings.Behdad Esfahbod2008-12-261-2/+2
* Bug 563803 – pango_renderer_finalize fails to call parent finalizeBehdad Esfahbod2008-12-091-12/+24
* Improve docs.Behdad Esfahbod2008-08-061-1/+1
* New public API:Behdad Esfahbod2008-08-061-3/+64
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Bug 472629 – Add pango_renderer_get_layout(_line)Behdad Esfahbod2007-10-241-0/+50
* Bug 468953 – pango-renderer.c: using function without prototypeBehdad Esfahbod2007-08-211-0/+1
* Bug 467056 – Shape attribute handling is not consistentBehdad Esfahbod2007-08-151-3/+7
* Fix various typos reported by Peter Moulder.Behdad Esfahbod2007-06-031-1/+1
* Move PANGO_UNITS_ROUND here... ...from here.Behdad Esfahbod2007-04-301-1/+9
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-6/+6
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-72/+72
* Fix background rendering being off in presence of rise attributes.Behdad Esfahbod2007-01-161-1/+1
* Don't introduce bitfields in public struct and rename PangoAnalysis.Behdad Esfahbod2007-01-081-2/+2
* Spell-check the docs.Behdad Esfahbod2007-01-071-2/+2
* Add new functions: pango_layout_iter_get_line_readonly()Behdad Esfahbod2006-12-051-2/+1
* Bug 135683 – Cache glyphstring extentsBehdad Esfahbod2006-12-041-1/+2
* Replace PANGO_IS_RENDERER with PANGO_IS_RENDERER_FAST that is just aBehdad Esfahbod2006-12-041-13/+14
* Don't call into pango_glyph_string_extents() if we don't need anything outBehdad Esfahbod2006-11-301-2/+3
* Bug 355435 – Invalid calls to pango_map_get_engine() Patch fromBehdad Esfahbod2006-09-111-1/+0
* Bug 347146 – underline/overstrike spacesBehdad Esfahbod2006-09-111-13/+17
* Return if none of logical_rect or ink_rect is non-NULL.Behdad Esfahbod2006-08-161-4/+17
* 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