summaryrefslogtreecommitdiff
path: root/rsvg-paint-server.c
Commit message (Expand)AuthorAgeFilesLines
* s/colour/color - sorry, but this was all inconsistentFederico Mena Quintero2016-04-121-8/+8
* paint-server: Store URL instead of resolved nodeBenjamin Otte2015-10-221-43/+7
* paint-server: Remove unused argument from functionBenjamin Otte2015-10-221-2/+1
* paint-server: Simplify fallback codeBenjamin Otte2015-10-221-82/+27
* paint-server: Resolve references when renderingBenjamin Otte2015-10-221-31/+57
* paint-server: Don't fix fallback on referenceBenjamin Otte2015-10-221-1/+0
* bgo#744299 - Ensure the type of pattern fallbacksFederico Mena Quintero2015-02-111-6/+23
* bgo#738169 - Avoid cycles while resolving paint server fallbacksFederico Mena Quintero2015-02-061-150/+271
* introspection: add many missing nullable annotationsEvan Nemerson2014-06-101-1/+2
* docs: use %, #, and @ more consistently for contants, types, and argsEvan Nemerson2014-06-101-1/+1
* css: Add support for parsing rgba() colorsBenjamin Otte2013-10-041-5/+5
* introspection: clean up lots of warnings emitted by g-ir-scannerEvan Nemerson2012-06-191-3/+7
* Use cairo_matrix_tChristian Persch2011-11-071-19/+11
* Use cairo_extend_t directlyChristian Persch2011-11-071-8/+8
* Fix crash on malformed SVG fileBruno Girin2011-11-051-1/+1
* Store node type separately in RsvgNodeChristian Persch2011-09-061-12/+13
* set proper mode-line and fix indent and styles.Hiroyuki Ikezoe2010-05-011-1/+2
* Use void explicitly.Hiroyuki Ikezoe2010-04-281-1/+1
* Fix infinite loop caused by self-reference.Hiroyuki Ikezoe2010-04-071-10/+16
* Fix compiler warnings.Vincent Untz2010-03-301-2/+1
* GNOME Goal: Clean up GLib and GTK+ includes. Bug #563789Luis Menina2009-02-191-3/+1
* 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-538/+518
* Factor out rsvg_get_url_string. Bug 340505.Paolo Borelli2006-05-031-11/+4
* Fix a "type-punned pointer" issue found by Thomas VSDom Lachowicz2006-04-291-2/+7
* Export RsvgHandle and RsvgHandleClass to the outside world so you canDom Lachowicz2006-02-061-7/+7
* bug 322489Dom Lachowicz2005-11-261-1/+1
* cleaned up vbox handling a littleCaleb Michael Moore2005-10-241-16/+3
* string rttiCaleb Michael Moore2005-10-241-20/+13
* text rewriteCaleb Michael Moore2005-10-231-19/+19
* late normalization of coordinatesCaleb Michael Moore2005-10-221-30/+20
* bug #317871Caleb Michael Moore2005-10-041-4/+15
* colour inheritance fixCaleb Michael Moore2005-10-021-7/+16
* consistant node children and stylesCaleb Michael Moore2005-07-191-25/+5
* fixed a little bug with big annoying consequencesCaleb Michael Moore2005-06-041-9/+9
* DOM progression of shapesCaleb Michael Moore2005-05-301-4/+8
* fixed bug 161467Caleb Michael Moore2005-05-201-3/+3
* pserver domificationCaleb Michael Moore2005-05-191-596/+405
* further DOM restructuringCaleb Michael Moore2005-05-161-7/+12
* naming and structure changesCaleb Michael Moore2005-03-161-20/+20
* bug 170164Dom Lachowicz2005-03-131-8/+8
* some work toward conditionals, visibility being handled properlyDom Lachowicz2005-03-121-1/+1
* structural and paint server reorganisationCaleb Michael Moore2005-03-101-0/+578
* de-artification of coreCaleb Michael Moore2005-02-251-606/+33
* steal libart's affine code. more work toward deprecating/purging libartDom Lachowicz2005-02-241-16/+15
* seperation and fixesCaleb Michael Moore2005-02-231-23/+30
* pattern fixCaleb Michael Moore2005-02-171-10/+4
* multi pluginsCaleb Michael Moore2005-02-151-7/+9
* split the behemoth rsvg-shapes.c into bite size meaty chunksCaleb Michael Moore2005-02-111-2/+2
* gradient transformation fixCaleb Michael Moore2005-02-091-13/+31