summaryrefslogtreecommitdiff
path: root/pango/pango-renderer.c
Commit message (Expand)AuthorAgeFilesLines
* Underline spaces againfix-underlined-spacesMatthias Clasen2021-09-241-2/+2
* renderer: Fix static analysis warningsMatthias Clasen2021-09-171-1/+1
* Add horizontal displacementMatthias Clasen2021-08-311-1/+3
* Implement baseline shiftsMatthias Clasen2021-08-311-17/+10
* renderer: Use ink rects for line lengthsunderline-kerningMatthias Clasen2021-08-271-6/+6
* renderer: Silence compiler warningsMatthias Clasen2021-08-221-0/+8
* renderer: Don't divide by zerorenderer-crashMatthias Clasen2021-08-211-1/+1
* renderer: Fix averaging of strikethroughsfix-strikethrough-averagingMatthias Clasen2021-07-051-7/+8
* docs: Reduce redundancydocs-cleanupsMatthias Clasen2021-05-201-3/+3
* docs: Convert gtk-doc syntax leftoversdocs-cleanupMatthias Clasen2021-05-191-12/+13
* introspection: Stop using allow-noneMatthias Clasen2021-05-191-3/+3
* docs: Add some detailsMatthias Clasen2021-04-031-0/+12
* Revert "Merge branch 'fix-deadlocks' into 'master'"revert-1fedc11aMatthias Clasen2021-03-311-128/+0
* Add dashed and dotted lineslinesMatthias Clasen2021-03-301-0/+128
* docs: Tweak renderer docsMatthias Clasen2021-03-111-19/+19
* docs: Port PangoRenderer to the new doc formatMatthias Clasen2021-03-111-381/+384
* docs: Move PangoRenderer docs to the right fileMatthias Clasen2021-03-111-0/+12
* docs: Replace lots of vestigial xml markupMatthias Clasen2021-03-111-3/+3
* renderer: Move overline to priv data structureSimon McVittie2020-08-161-11/+12
* renderer: Fix a division-by-zeroMatthias Clasen2020-06-081-3/+10
* Replace fallthrough comments with G_GNUC_FALLTHROUGHTimm Bäder2020-04-141-1/+1
* Don’t use underline position in overlinesKhaled Hosny2019-11-021-2/+1
* renderer: Implement overlinesMatthias Clasen2019-10-311-1/+120
* Draw strikethrough continuouslyMatthias Clasen2019-10-311-13/+17
* renderer: Handle new underline valuesMatthias Clasen2019-10-311-0/+15
* 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