| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't leak pixbuf on error. | Matthias Clasen | 2002-03-25 | 1 | -1/+2 |
* | Catch invalid frame dimensions. | Matthias Clasen | 2002-03-15 | 1 | -0/+11 |
* | Merge 16- and 32-bit ico support from the stable branch. (#61179) | Matthias Clasen | 2002-02-01 | 1 | -0/+11 |
* | Remove assorted G_OBJECT casts where unnecessary. | Sebastian Wilhelmi | 2001-12-13 | 1 | -4/+4 |
* | Robustness fixes and test images for the jpeg, tiff, pnm, gif, xpm and tga | Matthias Clasen | 2001-09-14 | 1 | -2/+10 |
* | remove bogus g_return_if_fail | Havoc Pennington | 2001-06-08 | 1 | -1/+10 |
* | Initial stab at getting the focus code to work. | Jonathan Blandford | 2001-06-01 | 1 | -10/+64 |
* | fix some shell typos | Havoc Pennington | 2001-05-07 | 1 | -165/+349 |
* | Add built marshaller files to support GdkPixbufLoader signals | Havoc Pennington | 2001-01-22 | 1 | -10/+27 |
* | Some updates | Havoc Pennington | 2000-10-18 | 1 | -12/+56 |
* | contrib subdir | Havoc Pennington | 2000-10-09 | 1 | -2/+2 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -3/+3 |
* | add xthickness and ythickness to GtkRcStyle and add the necessary tokens. | Tim Janik | 2000-07-11 | 1 | -1/+1 |
* | Convert GdkPixbuf to GObject, leaving it opaque (i.e. derivation is not | Havoc Pennington | 2000-06-22 | 1 | -2/+2 |
* | Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com) | Federico Mena Quintero | 2000-04-11 | 1 | -2/+2 |
* | same as below | Radek Doulik | 2000-04-03 | 1 | -5/+15 |
* | free the context. (gdk_pixbuf__gif_image_load_animation): free the | Jonathan Blandford | 2000-03-09 | 1 | -3/+10 |
* | 0.6.0 - FedericoGDK_PIXBUF_0_6_0 | Federico Mena Quintero | 2000-02-22 | 1 | -9/+9 |
* | fix case where initial colormap entry is Transparent. | Jonathan Blandford | 2000-02-20 | 1 | -4/+4 |
* | By order of jrb: const patch for various bits, io-gif.c fixup for | Michael Meeks | 2000-02-03 | 1 | -6/+9 |
* | Removed debugging g_print. Thanks to John Sullivan <sullivan@eazel.com> | Federico Mena Quintero | 2000-02-02 | 1 | -1/+0 |
* | comment out debugging printing. remove memory_leak | Jonathan Blandford | 2000-01-07 | 1 | -4/+5 |
* | Added progressive animation loading. Added progressive animation loading. | Jonathan Blandford | 2000-01-07 | 1 | -4/+19 |
* | Change the order of the update func to make it more compatible with the | Jonathan Blandford | 2000-01-05 | 1 | -8/+10 |
* | Added reference counting to animations. A web browser may want to share a | Federico Mena Quintero | 2000-01-02 | 1 | -3/+6 |
* | Stuff that should have been set to NULL here (specifically | Havoc Pennington | 1999-12-24 | 1 | -1/+1 |
* | finished work to make animated gifs load correctly. Progressive loading | Jonathan Blandford | 1999-12-20 | 1 | -8/+65 |
* | added a comment to explain this function better. | Jonathan Blandford | 1999-12-03 | 1 | -0/+4 |
* | #include <config.h>, and fix includes. | Federico Mena Quintero | 1999-12-02 | 1 | -3/+2 |
* | make the symlink. Does not work for srcdir != buildir != . Beats me why; I | Jonathan Blandford | 1999-11-22 | 1 | -2/+2 |
* | emit the closed signal. | Jonathan Blandford | 1999-11-10 | 1 | -11/+27 |
* | added the update_func ability | Jonathan Blandford | 1999-11-04 | 1 | -7/+64 |
* | handle the actual update. add a update_func callback. add a update_func | Jonathan Blandford | 1999-11-04 | 1 | -7/+11 |
* | renamed ReadOK to gif_read. Added a lot of comments to the file. | Jonathan Blandford | 1999-11-03 | 1 | -25/+45 |
* | Remove dependency on lib*gif!!!! | Jonathan Blandford | 1999-11-03 | 1 | -22/+4 |
* | set the transparency to the right val. | Jonathan Blandford | 1999-11-03 | 1 | -7/+14 |
* | now handle arbitrary buffer sizes. | Jonathan Blandford | 1999-11-03 | 1 | -2/+2 |
* | new state. Fixes un-compressed gifs. | Jonathan Blandford | 1999-11-03 | 1 | -80/+73 |
* | s/lwz/lzw/g | Jonathan Blandford | 1999-11-03 | 1 | -73/+73 |
* | initialize a variable; kill a bug | Jonathan Blandford | 1999-11-03 | 1 | -3/+7 |
* | Read 'til the next empty block correctly, now. | 3 | 1999-11-03 | 1 | -6/+9 |
* | Fill in the gif's blank areas for interlacing and progressive loading. | Jonathan Blandford | 1999-11-03 | 1 | -2/+59 |
* | Now progressive gif loading works! It's a little slow though. )-: | Jonathan Blandford | 1999-11-02 | 1 | -141/+325 |
* | lots of lots of work. USE AT YOUR OWN RISK | Jonathan Blandford | 1999-11-02 | 1 | -156/+341 |
* | much more work on the progressive loader. | Jonathan Blandford | 1999-11-01 | 1 | -180/+223 |
* | now gif loading works. Time to de-stiticify it and move onto progressive loa... | Jonathan Blandford | 1999-10-31 | 1 | -18/+6 |
* | quick hack to restore wotrkingness to regular gifs. Creates a RGBA buffer in... | Jonathan Blandford | 1999-10-30 | 1 | -2/+2 |
* | (ReadImage): lets get the offset right. This will let transparent gifs | 0 | 1999-10-30 | 1 | -14/+18 |
* | Some more work. Now it generates a gdk_pixbuf of the right size, at a | 0 | 1999-10-30 | 1 | -189/+60 |
* | First run at the new gif format. Shouldn't work, unfortunately. | Jonathan Blandford | 1999-10-30 | 1 | -168/+627 |