summaryrefslogtreecommitdiff
path: root/rsvg-base-file-util.c
Commit message (Expand)AuthorAgeFilesLines
* Internally use 'char *' for string dataFederico Mena Quintero2015-02-121-4/+4
* handle: Call close() after write() even on write error2.40.5Christian Persch2014-09-181-5/+4
* docs: use %, #, and @ more consistently for contants, types, and argsEvan Nemerson2014-06-101-5/+5
* Obey the passed-in cancellableChristian Persch2012-01-271-1/+1
* Add content_type out param to _rsvg_io_acquire_*Christian Persch2012-01-271-1/+1
* Split IO handling to rsvg-io.[ch]Christian Persch2012-01-131-10/+10
* Generate introspection GIR and typelibDaniel Drake2011-10-311-1/+1
* set proper mode-line.Hiroyuki Ikezoe2010-04-251-1/+2
* remove needless G_OBJECT macros.Hiroyuki Ikezoe2010-04-071-2/+2
* 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-49/+45
* Use rsvg_return_if_fail where appropriate, to make life easier forDom Lachowicz2006-04-191-3/+3
* rsvg_handle_set_base_uri() in rsvg_handle_new_from_file() is too lateDom Lachowicz2006-03-221-11/+25
* Bug #330008 - prevent crashes and other bad behavior by checkingDom Lachowicz2006-02-051-1/+4
* don't use newly deprecated API; use g_object_unref insteadDom Lachowicz2006-02-041-1/+1
* bug 327176Dom Lachowicz2006-01-161-1/+1
* document new APIsDom Lachowicz2006-01-141-13/+37
* implement rsvg_handle_get_pixbuf() API in terms of Cairo if it's around, and ...Dom Lachowicz2005-08-071-0/+73