summaryrefslogtreecommitdiff
path: root/rsvg-image.c
Commit message (Expand)AuthorAgeFilesLines
* Internally use 'char *' for string dataFederico Mena Quintero2015-02-121-3/+3
* all: Add flag to keep image data2.40.3Suzuki Toshiya2014-08-171-21/+35
* Use mime types instead of content typesChristian Persch2012-01-281-6/+3
* Create type specific gdk-pixbuf loaderChristian Persch2012-01-271-2/+16
* Add content_type out param to _rsvg_io_acquire_*Christian Persch2012-01-271-1/+1
* Add permission check before loading other filesChristian Persch2012-01-261-5/+5
* Split IO handling to rsvg-io.[ch]Christian Persch2012-01-131-149/+7
* Remove unused functionChristian Persch2011-11-271-49/+31
* Use cairo image surfacesChristian Persch2011-11-271-11/+33
* Revert "Only permit threadsafe pixbuf loaders"Christian Persch2011-11-071-13/+0
* Only permit threadsafe pixbuf loadersChristian Persch2011-11-071-0/+13
* Store node type separately in RsvgNodeChristian Persch2011-09-061-1/+1
* Require gio-2.0Christian Persch2010-06-221-7/+0
* Simplify code by using g_clear_errorChristian Persch2010-06-061-12/+1
* Save an extra allocation by directly decoding the base64 data into a GByteArray.Christian Persch2010-06-051-8/+8
* fix memory leak.Hiroyuki Ikezoe2010-05-301-0/+1
* fix memory leak.Hiroyuki Ikezoe2010-05-271-0/+1
* Use g_file_get_contents to local load image data.Hiroyuki Ikezoe2010-05-271-29/+6
* Use g_base64_decode() instead of our own base64 function.Hiroyuki Ikezoe2010-05-271-166/+6
* [PATCH 2/3] Follow up fix of RsvgState change.Hiroyuki Ikezoe2010-05-021-1/+1
* set proper mode-line and fix indent.Hiroyuki Ikezoe2010-04-271-16/+17
* remove needless G_OBJECT macros.Hiroyuki Ikezoe2010-04-071-1/+1
* mem leaks. Bug #444444Thomas Andersen2009-02-191-1/+2
* Do not allocate RsvgState in rsvg_new_image(), use the instance that'sRobert Staudinger2009-02-191-2/+1
* rsvg-convert crashed with SIGSEGV in _rsvg_acquire_xlink_href_resource()Dominic Lachowicz2008-03-041-6/+17
* Migrate to gio (#513778)Jan Arne Petersen2008-02-021-41/+31
* fix modeline.Emmanuel Pacaud2007-06-221-5/+14
* Bug 421697 - rsvg_handle_new_from_file overwrites GErrorDom Lachowicz2007-04-131-3/+3
* 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-475/+437
* Initialize node->super, to avoid a crash (#339637)Dom Lachowicz2006-04-251-0/+1
* Use rsvg_return_if_fail where appropriate, to make life easier forDom Lachowicz2006-04-191-4/+4
* Export RsvgHandle and RsvgHandleClass to the outside world so you canDom Lachowicz2006-02-061-1/+1
* added g_return_XXX sneeze-guards around public APIDom Lachowicz2006-01-111-0/+3
* silence a runtime warningDom Lachowicz2005-12-041-1/+4
* bug 322489Dom Lachowicz2005-11-261-4/+7
* string rttiCaleb Michael Moore2005-10-241-1/+0
* image warning fixCaleb Michael Moore2005-10-231-16/+9
* text rewriteCaleb Michael Moore2005-10-231-9/+9
* got rid of the legacy dimension systemCaleb Michael Moore2005-10-221-3/+0
* late normalization of coordinatesCaleb Michael Moore2005-10-221-9/+9
* minor aspect ratio fixCaleb Michael Moore2005-10-111-1/+1
* filters workingCaleb Michael Moore2005-07-281-4/+1
* bug 309220Dom Lachowicz2005-06-301-5/+0
* DOM progression of shapesCaleb Michael Moore2005-05-301-1/+2
* further DOM restructuringCaleb Michael Moore2005-05-161-50/+49
* bug 304045Dom Lachowicz2005-05-141-3/+2
* DOM stuffCaleb Michael Moore2005-05-141-7/+6
* naming and structure changesCaleb Michael Moore2005-03-161-17/+19
* bug 169051Dom Lachowicz2005-03-031-1/+6