| Commit message (Expand) | Author | Age | Files | Lines |
* | include <io.h> for lseek() use HAVE_UNISTD_H | Hans Breuer | 2004-02-28 | 1 | -0/+2 |
* | Make it possible to call gdk_pixbuf_loader_set_size (loader, 0, 0) by | Matthias Clasen | 2004-01-07 | 1 | -0/+11 |
* | use G_BIG_ENDIAN instead of WORDS_BIGENDIAN which isn't set by | Bastien Nocera | 2002-12-04 | 1 | -1/+1 |
* | Support for separately installed loaders. (#77486) | Matthias Clasen | 2002-10-03 | 1 | -6/+32 |
* | Load-at-size functionality for gdk-pixbuf. | Matthias Clasen | 2002-07-06 | 1 | -1/+2 |
* | Handle global_error == NULL better. (tiff_image_parse): Don't trust | Matthias Clasen | 2002-07-06 | 1 | -7/+23 |
* | Check for endianness. | Matthias Clasen | 2002-05-18 | 1 | -0/+15 |
* | Avoid allocating an extra copy of the image by using a | Matthias Clasen | 2002-04-05 | 1 | -50/+86 |
* | Don't leak pixbuf on error. | Matthias Clasen | 2002-03-25 | 1 | -0/+3 |
* | Avoid a double free error if reading the colormap fails. | Matthias Clasen | 2002-03-21 | 1 | -1/+1 |
* | Remove assorted G_OBJECT casts where unnecessary. | Sebastian Wilhelmi | 2001-12-13 | 1 | -1/+1 |
* | On OSF, apparently fseek() works in some on-demand way, so the fseek | Owen Taylor | 2001-09-20 | 1 | -0/+7 |
* | Robustness fixes and test images for the jpeg, tiff, pnm, gif, xpm and tga | Matthias Clasen | 2001-09-14 | 1 | -13/+17 |
* | Initial stab at getting the focus code to work. | Jonathan Blandford | 2001-06-01 | 1 | -111/+350 |
* | fix some shell typos | Havoc Pennington | 2001-05-07 | 1 | -3/+1 |
* | Add built marshaller files to support GdkPixbufLoader signals | Havoc Pennington | 2001-01-22 | 1 | -21/+60 |
* | Use g_file_open_tmp() (just added to GLib) instead of mkstemp() (or | Tor Lillqvist | 2000-11-11 | 1 | -13/+2 |
* | Some updates | Havoc Pennington | 2000-10-18 | 1 | -1/+2 |
* | contrib subdir | Havoc Pennington | 2000-10-09 | 1 | -0/+2 |
* | Fix comments to not claim that all three of these files are the JPEG image | Dan Winship | 2000-10-05 | 1 | -1/+1 |
* | Check for <unistd.h>. | Tor Lillqvist | 2000-08-01 | 1 | -0/+2 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -3/+3 |
* | Win32 build setup: | Tor Lillqvist | 2000-07-22 | 1 | -1/+16 |
* | Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com) | Federico Mena Quintero | 2000-04-11 | 1 | -2/+2 |
* | 0.6.0 - FedericoGDK_PIXBUF_0_6_0 | Federico Mena Quintero | 2000-02-22 | 1 | -11/+11 |
* | Added progressive animation loading. Added progressive animation loading. | Jonathan Blandford | 2000-01-07 | 1 | -1/+2 |
* | Change the order of the update func to make it more compatible with the | Jonathan Blandford | 2000-01-05 | 1 | -1/+3 |
* | #include <config.h>, and fix includes. | Federico Mena Quintero | 1999-12-02 | 1 | -3/+3 |
* | make the symlink. Does not work for srcdir != buildir != . Beats me why; I | Jonathan Blandford | 1999-11-22 | 1 | -2/+2 |
* | fix .tiff loader. | Jonathan Blandford | 1999-11-04 | 1 | -0/+1 |
* | handle the actual update. add a update_func callback. add a update_func | Jonathan Blandford | 1999-11-04 | 1 | -5/+11 |
* | *src/io-tiff.c (image_begin_load): Finished the incremental loader. | Jonathan Blandford | 1999-10-28 | 1 | -36/+68 |
* | started work on the tiff non-incremental loader. | Jonathan Blandford | 1999-10-28 | 1 | -1/+60 |
* | more work on the incremental loading | Jonathan Blandford | 1999-10-26 | 1 | -1/+2 |
* | Removed the unref_fn field. Now all memory management of the buffer is | Federico Mena Quintero | 1999-10-20 | 1 | -37/+39 |
* | Reindented to use the GNOME Indentation. | Federico Mena Quintero | 1999-10-18 | 1 | -52/+53 |
* | Add pixbuf_duplicate, | Michael Meeks | 1999-09-22 | 1 | -8/+4 |
* | Set the initial ref_count to 1. | Federico Mena Quintero | 1999-09-17 | 1 | -1/+1 |
* | Now we have very rudimentary tiff support. | Mark Crichton | 1999-07-01 | 1 | -0/+101 |