summaryrefslogtreecommitdiff
path: root/rsvg-cairo-draw.c
Commit message (Expand)AuthorAgeFilesLines
* s/colour/color - sorry, but this was all inconsistentFederico Mena Quintero2016-04-121-7/+7
* Don't crash when filters don't existBenjamin Otte2016-01-291-3/+3
* bgo#749415: Don't duplicate logic for deciding when to push discrete layersMenner2016-01-061-19/+4
* Fix crash when trying to release a reference we don't ownFlorian Müllner2015-10-291-2/+3
* state: Resolve filters lazilyBenjamin Otte2015-10-221-6/+11
* paint-server: Store URL instead of resolved nodeBenjamin Otte2015-10-221-8/+13
* rsvg: Add rsvg_acquire_node()Benjamin Otte2015-10-221-4/+11
* state: Look up clip path lazilyBenjamin Otte2015-10-221-22/+34
* state: Store mask as referenceBenjamin Otte2015-10-221-1/+5
* paint-server: Resolve references when renderingBenjamin Otte2015-10-221-3/+3
* rsvg-cairo-draw: Take 'invisible' objects into account for bounding boxesFederico Mena Quintero2015-08-111-4/+13
* Don't use deprecated pango_cairo_font_map_create_context()Federico Mena Quintero2015-04-161-1/+1
* css: Add support for parsing rgba() colorsBenjamin Otte2013-10-041-10/+8
* Remove now unused or unneeded variables and functionsFelix Riemann2012-03-261-7/+0
* Add forgotten return value in error caseFelix Riemann2012-03-261-1/+1
* Fix an ABI compat problemChristian Persch2012-01-131-0/+31
* Support basic vertical writing (Gnome Bug #664533)KUROSAWA Takeshi2011-11-281-6/+24
* Remove unused functionsChristian Persch2011-11-271-54/+0
* Add rsvg_cairo_surface_to_pixbuf and use itChristian Persch2011-11-271-0/+113
* Remove unused RsvgRender vfuncsChristian Persch2011-11-271-74/+0
* Use cairo image surfacesChristian Persch2011-11-271-77/+125
* Make filters render to a surfaceChristian Persch2011-11-261-46/+24
* Use cairo_image_surface_create() directlyChristian Persch2011-11-261-18/+19
* Add rsvg_get_surface_of_nodeChristian Persch2011-11-261-0/+35
* Alwys initialise the matrixChristian Persch2011-11-121-0/+2
* Use cairo_append_pathChristian Persch2011-11-071-21/+1
* Use cairo_path_tChristian Persch2011-11-071-12/+12
* Use cairo_matrix_tChristian Persch2011-11-071-64/+61
* Use cairo_rectangle_tChristian Persch2011-11-071-34/+39
* Use cairo_path_data_type_t directlyChristian Persch2011-11-071-6/+4
* Use cairo_antialias_t directlyChristian Persch2011-11-071-28/+2
* Use cairo_extend_t directlyChristian Persch2011-11-071-10/+2
* Use cairo_fill_rule_t directlyChristian Persch2011-11-071-4/+2
* Use cairo_operator_t directlyChristian Persch2011-11-071-65/+5
* Add RsvgRender type checkingChristian Persch2011-11-071-14/+21
* Store node type separately in RsvgNodeChristian Persch2011-09-061-1/+1
* cairo: reduce cost of measuring bounding boxesØyvind Kolås2011-09-051-0/+9
* Set stroke properties correctly for textsKurosawa Takeshi2011-02-191-0/+5
* Fix pixbuf refcountingChristian Persch2010-11-101-1/+1
* Make sure the surfaces own their pixelsChristian Persch2010-10-131-33/+59
* fix indent.gnome-2-30Hiroyuki Ikezoe2010-06-081-2/+2
* Create background pixbuf only if it's needed.Hiroyuki Ikezoe2010-05-021-40/+1
* [PATCH 2/3] Follow up fix of RsvgState change.Hiroyuki Ikezoe2010-05-021-22/+22
* set proper mode-line and fix indent.Hiroyuki Ikezoe2010-04-301-32/+33
* "crispEdges" should be non-antialias.Hiroyuki Ikezoe2010-04-081-1/+1
* remove needless G_OBJECT macros.Hiroyuki Ikezoe2010-04-071-3/+3
* librsvg can not render text-decoration=underline text. Bug #566365 dittoliucougar2009-02-191-3/+3
* better comment, so that people understand what's going on in 511924Dom Lachowicz2008-02-241-0/+2
* From Behdad Esfahbod <behdad@behdad.org>Dominic Lachowicz2008-02-201-11/+12
* Bug 500787 - translation gets ignored when rendering an svg with cairo inBertram Felgenhauer2008-01-191-25/+26