summaryrefslogtreecommitdiff
path: root/rsvg-structure.c
Commit message (Expand)AuthorAgeFilesLines
* base: Remove old cycle detection codeBenjamin Otte2015-10-221-17/+0
* use: Resolve link lazilyBenjamin Otte2015-10-221-6/+20
* Avoid unnecessary strdupsChristian Persch2011-11-111-1/+1
* Use cairo_matrix_tChristian Persch2011-11-071-34/+29
* Use cairo_rectangle_tChristian Persch2011-11-071-12/+15
* Avoid crashing on an invalid atts field2.34.1Vincent Penquerc'h2011-09-061-1/+2
* Store node type separately in RsvgNodeChristian Persch2011-09-061-13/+12
* fix memory leak.Hiroyuki Ikezoe2010-05-301-0/+14
* [PATCH 2/3] Follow up fix of RsvgState change.Hiroyuki Ikezoe2010-05-021-2/+2
* set proper mode-line and fix indent.Hiroyuki Ikezoe2010-04-301-7/+7
* Use void explicitly.Hiroyuki Ikezoe2010-04-281-2/+2
* Apply svg element's style after loading style data.Hiroyuki Ikezoe2010-04-181-5/+19
* render correctly no width and height specification SVG.Hiroyuki Ikezoe2010-04-071-8/+0
* Feature request: rsvg_handle_get_dimensions_sub() (#555682). Patches fromDominic Lachowicz2008-11-221-1/+8
* Stop crash due to recursive references (#518640). Patch by Tom ParkerDominic Lachowicz2008-10-201-0/+17
* Handle display:none (#486377)Dom Lachowicz2008-02-241-1/+1
* Bug 444462 - x & y attributes shouldn't affect the outermost <svg> elementDom Lachowicz2007-06-161-2/+8
* 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-397/+357
* Add support for porterduff comp-op operators and for enable-background.Emmanuel Pacaud2007-01-121-14/+15
* better is_ancestor() implementationDom Lachowicz2006-11-031-19/+10
* Bug 361267 - SVGs with duplicate IDs cause Nautilus/eog to crash.Dom Lachowicz2006-11-031-1/+31
* bug 332700Caleb Michael Moore2006-02-271-3/+4
* Export RsvgHandle and RsvgHandleClass to the outside world so you canDom Lachowicz2006-02-061-7/+7
* remove the push call that's more probably wrong and clean up leakedRay Strode2005-12-071-1/+8
* fancy new partial render apiCaleb Michael Moore2005-11-261-0/+8
* cleaned up vbox handling a littleCaleb Michael Moore2005-10-241-29/+21
* string rttiCaleb Michael Moore2005-10-241-30/+10
* text rewriteCaleb Michael Moore2005-10-231-24/+24
* got rid of the legacy dimension systemCaleb Michael Moore2005-10-221-29/+12
* late normalization of coordinatesCaleb Michael Moore2005-10-221-33/+30
* bounding boxes and percentage fixesCaleb Michael Moore2005-10-211-16/+31
* SVG bounding box fixCaleb Michael Moore2005-10-201-5/+13
* fixed clipping rect bugsCaleb Michael Moore2005-10-201-6/+10
* cairo filter improvementsCaleb Michael Moore2005-10-191-9/+7
* svg aspect ratio preservationCaleb Michael Moore2005-10-091-4/+10
* don't set has_width or has_height unless their values are > 0Dom Lachowicz2005-10-071-2/+2
* forward port a bunch of changes from the 2.12 branchDom Lachowicz2005-09-251-1/+2
* filters workingCaleb Michael Moore2005-07-281-11/+7
* clip path fixCaleb Michael Moore2005-07-201-7/+5
* temp disable for branchCaleb Michael Moore2005-07-201-0/+2
* marker fixCaleb Michael Moore2005-07-201-51/+51
* consistant node children and stylesCaleb Michael Moore2005-07-191-26/+29
* bug 309885Caleb Michael Moore2005-07-111-71/+28
* bug 308472, from behdadDom Lachowicz2005-07-011-2/+2
* image size fixes, applied memleak patchCaleb Michael Moore2005-06-161-6/+2
* fixed a little bug with big annoying consequencesCaleb Michael Moore2005-06-041-3/+5
* DOM progression of shapesCaleb Michael Moore2005-05-301-4/+9
* fixed bug 161467Caleb Michael Moore2005-05-201-1/+7
* pserver domificationCaleb Michael Moore2005-05-191-44/+3