summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-gif.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Set the initial ref_count to 1.Federico Mena Quintero1999-09-171-1/+1
* Fixed compiler warnings. Fixed write to unallocated memory (row_ptr), andFederico Mena Quintero1999-08-091-2/+0
* Fix a few memory leaks in the, most of them in error cases but one or twoLarry Ewing1999-07-191-0/+5
* More fixes. See ChangeLogMark Crichton1999-07-151-1/+4
* Massive update...Mark Crichton1999-07-081-6/+10
* io-gif.c, io-png.c: Actually put the licencing terms in the code now...Mark Crichton1999-06-301-129/+146
* io-png.c: changed g_malloc call for pixles to art_alloc (to be "correct")Mark Crichton1999-06-291-0/+156