summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-gif.c
Commit message (Expand)AuthorAgeFilesLines
* Preserve errno, and always use g_strerror()Christian Persch2009-08-241-1/+1
* Bug 437791 – Animation is played at the wrong speedBjörn Lindqvist2008-08-291-4/+8
* 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-64/+64
* Use explicit G_MODULE_EXPORT decoration when building the loader inTor Lillqvist2008-05-271-6/+4
* Fix error reporting in the gif loaderMatthias Clasen2007-01-211-1/+1
* Handle invalid gif animations a little bit more robustly. (#357974,Matthias Clasen2006-12-211-0/+5
* Enable having some gdk-pixbuf loaders built-in even if loading the othersTor Lillqvist2006-10-111-0/+6
* Always save errno to a temporary before making other calls. (#335179,Matthias Clasen2006-03-201-3/+6
* Add a shortcut to stop the gif mainloop after the first frame, if that isMatthias Clasen2006-03-141-2/+8
* Fix several g_new() calls which were using extra indirections or pointlessMatthias Clasen2006-01-181-1/+1
* Make the gif loader handle oom when loading animations. (#168857, TommiMatthias Clasen2005-03-031-0/+28
* Changes to make gdk-pixbuf threadsafe (#157310, #157306, Colin Walters):Matthias Clasen2004-11-121-1/+1
* remove unused set_need_recomposite() function.Manish Singh2004-08-261-7/+0
* New functions to disable/enable individual loaders and to obtain licenseMatthias Clasen2004-07-081-0/+1
* Don't use contractions like "don't" or "isn't" in error messages. It isn'tMatthias Clasen2004-06-121-1/+1
* brooooooooken pipe.Kristian Rietveld2003-09-031-1/+1
* Remove the pointless refusal to load images with dubious disposal mode onMatthias Clasen2003-06-231-10/+2
* Reset block_count to 0 for all application extensions, otherwise the dataMatthias Clasen2003-06-221-69/+80
* Merge from 2.2Matthias Clasen2003-06-211-24/+35
* Return gboolean, not gint. (#107664, Morten Welinder)Matthias Clasen2003-03-061-1/+1
* Fix trailing semicolon on macro, clean up a bit.Owen Taylor2002-11-061-7/+10
* Check for stack overflow throughout. (#91808, Elliot Lee)Matthias Clasen2002-10-221-2/+12
* Support the Netscape application extension for gif animations (#95060):Matthias Clasen2002-10-201-5/+38
* Support for separately installed loaders. (#77486)Matthias Clasen2002-10-031-11/+35
* Load-at-size functionality for gdk-pixbuf.Matthias Clasen2002-07-061-1/+2
* Don't leak pixbuf on error.Matthias Clasen2002-03-251-1/+2
* Catch invalid frame dimensions.Matthias Clasen2002-03-151-0/+11
* Merge 16- and 32-bit ico support from the stable branch. (#61179)Matthias Clasen2002-02-011-0/+11
* Remove assorted G_OBJECT casts where unnecessary.Sebastian Wilhelmi2001-12-131-4/+4
* Robustness fixes and test images for the jpeg, tiff, pnm, gif, xpm and tgaMatthias Clasen2001-09-141-2/+10
* remove bogus g_return_if_failHavoc Pennington2001-06-081-1/+10
* Initial stab at getting the focus code to work.Jonathan Blandford2001-06-011-10/+64
* fix some shell typosHavoc Pennington2001-05-071-165/+349
* Add built marshaller files to support GdkPixbufLoader signalsHavoc Pennington2001-01-221-10/+27
* Some updatesHavoc Pennington2000-10-181-12/+56
* contrib subdirHavoc Pennington2000-10-091-2/+2
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-3/+3
* add xthickness and ythickness to GtkRcStyle and add the necessary tokens.Tim Janik2000-07-111-1/+1
* Convert GdkPixbuf to GObject, leaving it opaque (i.e. derivation is notHavoc Pennington2000-06-221-2/+2
* Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com)Federico Mena Quintero2000-04-111-2/+2
* same as belowRadek Doulik2000-04-031-5/+15
* free the context. (gdk_pixbuf__gif_image_load_animation): free theJonathan Blandford2000-03-091-3/+10
* 0.6.0 - FedericoGDK_PIXBUF_0_6_0Federico Mena Quintero2000-02-221-9/+9
* fix case where initial colormap entry is Transparent.Jonathan Blandford2000-02-201-4/+4
* By order of jrb: const patch for various bits, io-gif.c fixup forMichael Meeks2000-02-031-6/+9
* Removed debugging g_print. Thanks to John Sullivan <sullivan@eazel.com>Federico Mena Quintero2000-02-021-1/+0
* comment out debugging printing. remove memory_leakJonathan Blandford2000-01-071-4/+5
* Added progressive animation loading. Added progressive animation loading.Jonathan Blandford2000-01-071-4/+19
* Change the order of the update func to make it more compatible with theJonathan Blandford2000-01-051-8/+10