summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-gif.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added reference counting to animations. A web browser may want to share aFederico Mena Quintero2000-01-021-3/+6
* Stuff that should have been set to NULL here (specificallyHavoc Pennington1999-12-241-1/+1
* finished work to make animated gifs load correctly. Progressive loadingJonathan Blandford1999-12-201-8/+65
* added a comment to explain this function better.Jonathan Blandford1999-12-031-0/+4
* #include <config.h>, and fix includes.Federico Mena Quintero1999-12-021-3/+2
* make the symlink. Does not work for srcdir != buildir != . Beats me why; IJonathan Blandford1999-11-221-2/+2
* emit the closed signal.Jonathan Blandford1999-11-101-11/+27
* added the update_func abilityJonathan Blandford1999-11-041-7/+64
* handle the actual update. add a update_func callback. add a update_funcJonathan Blandford1999-11-041-7/+11
* renamed ReadOK to gif_read. Added a lot of comments to the file.Jonathan Blandford1999-11-031-25/+45
* Remove dependency on lib*gif!!!!Jonathan Blandford1999-11-031-22/+4