summaryrefslogtreecommitdiff
path: root/pango/pango-renderer.c
Commit message (Expand)AuthorAgeFilesLines
* renderer: Fix a division-by-zeroMatthias Clasen2021-05-051-3/+10
* doc cleanupsMatthias Clasen2019-07-231-2/+2
* Drop deprecated instance private data APIEmmanuele Bassi2018-08-301-6/+3
* layout/renderer: Don't heap-allocate short lived layout iteratorsTimm Bäder2017-10-271-7/+8
* Drop an questionable G_UNLIKELYMatthias Clasen2017-06-301-1/+1
* Don't throw away text prematurelyMatthias Clasen2017-06-301-1/+1
* pango/pango-renderer.c: Fix BuildChun-wei Fan2015-09-041-2/+2
* Add alpha support to PangoRendererMatthias Clasen2015-08-111-0/+70
* Add many missing nullability annotations.Evan Nemerson2014-10-161-11/+10
* Revert "Fix leftover markup in docs"Matthias Clasen2014-08-301-1/+1
* Fix leftover markup in docsMatthias Clasen2014-08-301-1/+1
* TypoBehdad Esfahbod2014-05-081-1/+1
* Bug 729840 - Missing annotation for get_colorBehdad Esfahbod2014-05-081-2/+2
* More churnBehdad Esfahbod2012-08-281-1/+1
* introspection: assorted fixes to avoid regressions in Vala bindingsEvan Nemerson2012-08-121-2/+2
* 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