summaryrefslogtreecommitdiff
path: root/gdk-pixbuf-loader
Commit message (Expand)AuthorAgeFilesLines
* (#405): Oops, free an error properly.Federico Mena Quintero2019-01-191-1/+1
* rsvg.h: Deprecate rsvg_handle_write() / rsvg_handle_close()Federico Mena Quintero2018-12-101-0/+2
* Fix memory leak in handleBenedikt Heine2018-11-121-1/+4
* Fix memory leakBenedikt Heine2018-11-121-0/+1
* Makefile: fix VPATH (out-of-tree) builds.Jehan2018-06-111-1/+2
* Move the C part of the library to a librsvg/ subdirectoryFederico Mena Quintero2018-02-221-1/+1
* Remove RSVG_G_TYPE_INIT - we have required glib 2.52 for some time nowFederico Mena Quintero2018-02-061-4/+0
* bgo#778666 - Use our own thumbnailer specification fileJeremy Bicha2017-05-032-0/+13
* Make cargo run when srcdir != builddirFederico Mena Quintero2016-12-141-1/+22
* io-svg: Propagate the result of rsvg_handle_close(), oopsFederico Mena Quintero2016-12-131-1/+2
* s/propegate/propagateFederico Mena Quintero2016-02-101-6/+6
* Fix non-srcdir buildMatthias Clasen2015-07-011-0/+2
* Handle the deprecation of g_type_init() to avoid compiler warningsFederico Mena Quintero2015-04-161-1/+3
* Internally use 'char *' for string dataFederico Mena Quintero2015-02-121-3/+3
* Fix const warnings in the pixbuf loaderFederico Mena Quintero2015-02-121-5/+3
* Remove support for old versions of gdk-pixbufJasper St. Pierre2013-09-031-45/+2
* Mark the pixbuf loader as thread-safeMatthias Clasen2013-01-101-1/+1
* build: Fix typognome-3-6Hans Nieser2012-12-161-1/+1
* build: Fix dependenciesChristian Persch2012-10-121-1/+1
* Remove .cvsignore filesAdrian Bunk2012-08-301-2/+0
* Fix make distChristian Persch2011-11-071-1/+1
* Deprecate rsvg_init and rsvg_termChristian Persch2011-11-071-3/+0
* Fix unused-but-set-variable warningsChristian Persch2011-11-071-1/+1
* Hard-depend on libcrocoChristian Persch2011-11-071-3/+1
* Drop GSF supportChristian Persch2011-11-072-7/+1
* pixbuf-loader: Don't include rsvg-private.hChristian Persch2011-11-071-2/+8
* pixbuf-loader: Add loader testChristian Persch2011-11-072-0/+118
* Fix svgz support in pixbuf loaderEdward Sheldrake2010-11-181-2/+3
* Fix gdk_pixbuf_binary_dir to gdk_pixbuf_binarydirWilliam Hua2010-07-201-1/+1
* Use standalone gdk-pixbufChristian Persch2010-06-271-24/+31
* Add dual gtk+ capabilityChristian Persch2010-06-101-5/+4
* remove needless G_OBJECT macros.Hiroyuki Ikezoe2010-04-071-1/+1
* GNOME Goal: Clean up GLib and GTK+ includes. Bug #563789Luis Menina2009-02-191-1/+0
* -I flag-ordering problem breaks build if system already has lib installedDominic Lachowicz2008-11-221-2/+2
* Stray Makefile variables (#558039). Patches from dmacks@netspace.orgDominic Lachowicz2008-11-221-1/+0
* #538149 - svg_loader.so does not set license field in GdkPixBufFormatDominic Lachowicz2008-08-261-0/+1
* #549418 - build failure: test-display.c io-svg.c format not a stringDominic Lachowicz2008-08-261-1/+1
* gdk-pixbuf-loader/io-svg.c: svgz support is optional (#473836, Lucas Rocha)Dom Lachowicz2007-09-241-0/+4
* Support compressed SVG from the GdkPixbufLoader (#452823)Dom Lachowicz2007-07-011-0/+1
* Fix build on GTK+ >= 2.9. (329850)Dom Lachowicz2006-05-071-0/+16
* don't use newly deprecated API; use g_object_unref insteadDom Lachowicz2006-02-041-1/+1
* Rip out libart backend; require the cairo backend, and require cairo >=Dom Lachowicz2005-10-221-1/+0
* s/1024/100; it's a confidence level, not how much to checkDom Lachowicz2005-09-271-4/+4
* forward port a bunch of changes from the 2.12 branchDom Lachowicz2005-09-252-8/+9
* Add more casts to quiet the gcc4 warnings. Some of these are particularlyCarl Worth2005-08-041-4/+4
* fix bug 311277, from William McCannDom Lachowicz2005-07-301-2/+19
* separate out the libart bits into their own shared libraryDom Lachowicz2005-07-211-1/+2
* make so that non-svg things don't get passed to usDom Lachowicz2005-06-241-1/+0
* deprecate rsvg-gz. move its functionality into rsvghandle itself.Dom Lachowicz2005-02-241-6/+1
* clean up the pixbuf loader a bitDom Lachowicz2004-11-171-38/+18