summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-ani.c
Commit message (Expand)AuthorAgeFilesLines
* ANI: assert and assume that the module callbacks are non-NULLFederico Mena Quintero2020-01-071-8/+10
* io-ani.c: Don't use gdk-pixbuf-private.hFederico Mena Quintero2018-06-011-1/+0
* loaders: Simplify and shorten the loader namesBastien Nocera2014-10-241-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Make some string data constMatthias Clasen2013-12-181-6/+6
* remove debug spewMatthias Clasen2013-06-081-1/+0
* ANI: Set an error if we fail to produce an animationMatthias Clasen2013-06-071-3/+15
* animation: Remove load_animation vfuncs from GDIP and ANI loadersBenjamin Otte2013-01-301-45/+0
* Correctly load files without sequence chunksРуслан Ижбулатов2012-03-051-7/+1
* Replace the aliasing hacks by -Bsymbolic-functionsMatthias Clasen2010-07-091-4/+0
* Include alias header when using built-in loadersColin Walters2010-07-061-0/+4
* Make it compileMatthias Clasen2010-06-251-1/+1
* Fix a compilation warningJavier Jardón2009-10-201-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Use g_set_error_literal where appropriate. Bug #538640.Christian Persch2008-06-191-68/+68
* Use explicit G_MODULE_EXPORT decoration when building the loader inTor Lillqvist2008-05-271-6/+4
* Fix some possible crashes. (#468832, Michal Luczaj)Matthias Clasen2007-09-081-0/+33
* Enable having some gdk-pixbuf loaders built-in even if loading the othersTor Lillqvist2006-10-111-0/+6
* Add a cast to avoid compiler warnings.Matthias Clasen2005-08-301-8/+6
* Changes to make gdk-pixbuf threadsafe (#157310, #157306, Colin Walters):Matthias Clasen2004-11-121-1/+1
* New functions to disable/enable individual loaders and to obtain licenseMatthias Clasen2004-07-081-0/+1
* When calling fread() in a loop, check for ferror() as well as for feof()Matthias Clasen2004-04-131-1/+1
* Support for separately installed loaders. (#77486)Matthias Clasen2002-10-031-6/+34
* Remove the _-prefix from gdk_pixbuf_set_option andMatthias Clasen2002-09-191-4/+4
* _-prefix gdk_pixbuf_non_anim_new and gdk_pixbuf_set_option. Adjust allMatthias Clasen2002-09-171-4/+4
* New loader, for .ANI animations.Matthias Clasen2002-09-061-0/+656