summaryrefslogtreecommitdiff
path: root/pango/pangocairo-render.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Convert gtk-doc syntax leftoversdocs-cleanupMatthias Clasen2021-05-191-7/+6
* Revert "Merge branch 'fix-deadlocks' into 'master'"revert-1fedc11aMatthias Clasen2021-03-311-84/+0
* Add dashed and dotted lineslinesMatthias Clasen2021-03-301-0/+84
* pangocairo: Tweak docsMatthias Clasen2021-03-111-7/+21
* docs: Port PangoCairo apis to the new doc formatMatthias Clasen2021-03-111-26/+26
* docs: Convert the pangocairo section to pango_cairo.mdMatthias Clasen2021-03-111-132/+0
* docs: Replace lots of vestigial xml markupMatthias Clasen2021-03-111-11/+10
* pangocairo-render: Make a local constTimm Bäder2020-06-101-1/+1
* renderer: Implement overlinesMatthias Clasen2019-10-311-0/+2
* cairo: Render visible space differentlyMatthias Clasen2019-07-251-0/+77
* cairo: Better hex boxes for ignorablesMatthias Clasen2019-07-251-6/+20
* Documentation tweaksMatthias Clasen2019-07-131-2/+2
* cairo: Don't render hex box for spaceMatthias Clasen2019-07-071-1/+6
* Header cleanupMatthias Clasen2019-07-041-0/+1
* docs: Use Markdown instead of DocbookEmmanuele Bassi2017-08-091-9/+9
* trivial: fix a typoMatthias Clasen2017-06-301-1/+1
* attributes: Make alpha work without colorMatthias Clasen2017-04-081-8/+29
* Add alpha support to PangoCairoRendererMatthias Clasen2015-08-111-4/+9
* Bug 750463 - hexboxes broken for some combining charactersBehdad Esfahbod2015-06-071-4/+6
* Bug 750463 - hexboxes broken for some combining charactersBehdad Esfahbod2015-06-051-3/+6
* Revert "Fix leftover markup in docs"Matthias Clasen2014-08-301-1/+1
* Fix leftover markup in docsMatthias Clasen2014-08-301-1/+1
* Bug 685167 - migrate docs to no-tmpl flavourBehdad Esfahbod2013-09-271-0/+133
* Fix a copy-paste errorMatthias Clasen2012-11-291-1/+1
* More churnBehdad Esfahbod2012-08-281-1/+1
* Annotations: add missing colons after symbol namesPavel Holejsovsky2012-06-041-1/+1
* Bug 652841 - Various pieces of dead code found by gcc/clang static analyzerBehdad Esfahbod2011-06-171-1/+0
* Bug 596837 - Typo in pango_cairo_show_layout documentationBehdad Esfahbod2009-09-301-1/+1
* Bug 469049 – Fix all compiler warningsBehdad Esfahbod2008-12-261-23/+62
* Fix warnings.Behdad Esfahbod2008-12-261-1/+1
* Update to cairo-1.7.6 API.Behdad Esfahbod2008-09-221-2/+2
* Fix cluster iteration.Behdad Esfahbod2008-08-061-2/+2
* Implement draw_glyph_item using cairo_show_text_glyphs().Behdad Esfahbod2008-08-061-85/+101
* Oops.Behdad Esfahbod2008-08-061-1/+1
* Improve docs.Behdad Esfahbod2008-08-061-1/+1
* New public API:Behdad Esfahbod2008-08-061-4/+174
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Bug 501334 – Make pango_cairo_[show_]*[_path]() functions preserveBehdad Esfahbod2008-04-211-26/+43
* Bug 478914 – Use something invalid instead of '?' when validating inputBehdad Esfahbod2007-12-101-17/+112
* Bug 472629 – Add pango_renderer_get_layout(_line)Behdad Esfahbod2007-10-241-12/+17
* Bug 347236 – provide pango_cairo_font_get_scaled_font Bug 347235 – AddBehdad Esfahbod2007-06-111-2/+2
* Bug 337593 – move glyph extents code (and cache) from pangocairo-*font.cBehdad Esfahbod2007-06-101-5/+3
* New APIBehdad Esfahbod2007-05-041-1/+34
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-21/+21
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-54/+54
* Avoid some floating-point operations by caching the y value for theBehdad Esfahbod2006-12-181-8/+10
* Improve upon last change. Suggested by Carl Worth: use cairo_rectangle(x +Behdad Esfahbod2006-12-041-11/+2
* Fix handling of boxes drawn in do_path mode. Previously we were doing oneBehdad Esfahbod2006-12-041-21/+54
* Use G_LOCK_* wrappers for GStaticMutex.Behdad Esfahbod2006-11-301-3/+3
* Revert two of the cast changes from last commit, to make sure theBehdad Esfahbod2006-11-281-1/+1