summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-gif.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* set the transparency to the right val.Jonathan Blandford1999-11-031-7/+14
* now handle arbitrary buffer sizes.Jonathan Blandford1999-11-031-2/+2
* new state. Fixes un-compressed gifs.Jonathan Blandford1999-11-031-80/+73
* s/lwz/lzw/gJonathan Blandford1999-11-031-73/+73
* initialize a variable; kill a bugJonathan Blandford1999-11-031-3/+7
* Read 'til the next empty block correctly, now.31999-11-031-6/+9
* Fill in the gif's blank areas for interlacing and progressive loading.Jonathan Blandford1999-11-031-2/+59
* Now progressive gif loading works! It's a little slow though. )-:Jonathan Blandford1999-11-021-141/+325
* lots of lots of work. USE AT YOUR OWN RISKJonathan Blandford1999-11-021-156/+341
* much more work on the progressive loader.Jonathan Blandford1999-11-011-180/+223
* now gif loading works. Time to de-stiticify it and move onto progressive loa...Jonathan Blandford1999-10-311-18/+6
* quick hack to restore wotrkingness to regular gifs. Creates a RGBA buffer in...Jonathan Blandford1999-10-301-2/+2
* (ReadImage): lets get the offset right. This will let transparent gifs01999-10-301-14/+18
* Some more work. Now it generates a gdk_pixbuf of the right size, at a01999-10-301-189/+60
* First run at the new gif format. Shouldn't work, unfortunately.Jonathan Blandford1999-10-301-168/+627
* don't send a 0 length buffer.Jonathan Blandford1999-10-281-1/+1
* started work on the tiff non-incremental loader.Jonathan Blandford1999-10-281-3/+71
* Removed the unref_fn field. Now all memory management of the buffer isFederico Mena Quintero1999-10-201-88/+96
* Reindented to use the GNOME Indentation.Federico Mena Quintero1999-10-181-131/+132
* Add pixbuf_duplicate,Michael Meeks1999-09-221-13/+6