summaryrefslogtreecommitdiff
path: root/rsvg-cairo-render.c
Commit message (Expand)AuthorAgeFilesLines
* drawingctx: Remove unused variableBenjamin Otte2015-10-221-1/+0
* base: Remove old cycle detection codeBenjamin Otte2015-10-221-1/+0
* rsvg: Add rsvg_acquire_node()Benjamin Otte2015-10-221-0/+1
* bgo#520654 - Support --export-id in rsvg-convert(1)Federico Mena Quintero2015-08-111-2/+2
* introspection: add many missing nullable annotationsEvan Nemerson2014-06-101-3/+3
* docs: use %, #, and @ more consistently for contants, types, and argsEvan Nemerson2014-06-101-2/+2
* introspection: clean up lots of warnings emitted by g-ir-scannerEvan Nemerson2012-06-191-2/+2
* Remove unused RsvgRender vfuncsChristian Persch2011-11-271-2/+0
* Use cairo image surfacesChristian Persch2011-11-271-0/+1
* Make filters render to a surfaceChristian Persch2011-11-261-1/+1
* Add rsvg_get_surface_of_nodeChristian Persch2011-11-261-0/+2
* Use cairo_matrix_tChristian Persch2011-11-071-21/+10
* Use cairo_rectangle_tChristian Persch2011-11-071-2/+2
* Add RsvgRender type checkingChristian Persch2011-11-071-1/+2
* [PATCH 2/3] Follow up fix of RsvgState change.Hiroyuki Ikezoe2010-05-021-1/+1
* doc fixes.Hiroyuki Ikezoe2010-05-011-0/+3
* set proper mode-line and fix indent.Hiroyuki Ikezoe2010-04-301-6/+7
* GNOME Goal: Clean up GLib and GTK+ includes. Bug #563789Luis Menina2009-02-191-1/+1
* Feature request: rsvg_handle_get_dimensions_sub() (#555682). Patches fromDominic Lachowicz2008-11-221-1/+1
* Stop crash due to recursive references (#518640). Patch by Tom ParkerDominic Lachowicz2008-10-201-0/+1
* Make cairo render functions return a gboolean. Returns TRUE if the imageDominic Lachowicz2008-08-261-9/+16
* #539488 - migrate use of GMemChunk to GSlice, from Felix Riemann dittoDominic Lachowicz2008-08-261-3/+0
* Bug 500787 - translation gets ignored when rendering an svg with cairo inBertram Felgenhauer2008-01-191-16/+3
* Rendering magnified SVGs with rsvg-cairo produces blurry images (#412682)Dom Lachowicz2007-07-201-3/+87
* Fix indentation of *.h files. Running indent on them was not a good idea.Emmanuel Pacaud2007-01-121-1/+1
* Indentation fix, using: indent -kr -nut -pcs -psl -i4 -l100Emmanuel Pacaud2007-01-121-82/+80
* Committed patch from Kouhei Sutou <kou@cozmixng.org> that makes librsvgDom Lachowicz2006-08-221-0/+2
* Document _render_sub better (bug 346964)Dom Lachowicz2006-07-221-1/+3
* don't paint surfaces with CLEAR that don't support alpha; i'm not at all happ...Dom Lachowicz2006-02-071-5/+0
* Export RsvgHandle and RsvgHandleClass to the outside world so you canDom Lachowicz2006-02-061-7/+7
* Bug #323114; work-around for a nasty cairo bug wrt pixel dirtDom Lachowicz2006-02-051-0/+6
* Rename rsvg_cairo_render to rsvg_handle_render_cairo, for better GObjectDom Lachowicz2006-02-041-7/+7
* update documentation - should be near 100% symbol coverageDom Lachowicz2006-01-291-4/+2
* document new APIsDom Lachowicz2006-01-141-0/+21
* added g_return_XXX sneeze-guards around public APIDom Lachowicz2006-01-111-4/+3
* fix buildDom Lachowicz2006-01-011-0/+1
* remove unecessary g_new0()Dom Lachowicz2005-11-261-1/+2
* bug 322489Dom Lachowicz2005-11-261-4/+5
* fancy new partial render apiCaleb Michael Moore2005-11-261-1/+17
* bounding boxes and percentage fixesCaleb Michael Moore2005-10-211-0/+2
* cairo filter improvementsCaleb Michael Moore2005-10-191-52/+1
* filters with cairoCaleb Michael Moore2005-10-181-1/+1
* objectBoudingBox clip paths and masksCaleb Michael Moore2005-10-121-0/+56
* (largely) implement push/pop_discrete_layer() for cairoDom Lachowicz2005-08-071-2/+4
* Ignore rsvg-cairo and rsvg-view.Carl Worth2005-08-041-1/+2
* implement push/pop discrete layerDom Lachowicz2005-08-041-1/+1
* reworked version of a patch from cworth - paths now render nicely via cairoDom Lachowicz2005-08-041-2/+67
* some work toward a cairo rsvg backendDom Lachowicz2005-07-311-0/+62