summaryrefslogtreecommitdiff
path: root/rsvg-io.c
Commit message (Expand)AuthorAgeFilesLines
* Internally use 'char *' for string dataFederico Mena Quintero2015-02-121-12/+12
* io: Implement strict load policyChristian Persch2013-03-101-1/+1
* Move rsvg_file_get_path definition to rsvg-io.hChristian Persch2012-06-081-2/+3
* Remove now unused or unneeded variables and functionsFelix Riemann2012-03-261-5/+0
* Plug a mem leakChristian Persch2012-01-301-0/+1
* Use mime types instead of content typesChristian Persch2012-01-281-32/+39
* Obey the passed-in cancellableChristian Persch2012-01-271-10/+15
* Add content_type out param to _rsvg_io_acquire_*Christian Persch2012-01-271-28/+76
* Improve decoding of data: URIsChristian Persch2012-01-271-23/+90
* Don't do fallback for data: URIsChristian Persch2012-01-271-8/+16
* Don't overwrite GErrorsChristian Persch2012-01-271-4/+4
* Plug a mem leakChristian Persch2012-01-131-3/+4
* Split IO handling to rsvg-io.[ch]Christian Persch2012-01-131-0/+225