| Commit message (Expand) | Author | Age | Files | Lines |
* | Robustness fixes and test images for the jpeg, tiff, pnm, gif, xpm and tga | Matthias Clasen | 2001-09-14 | 1 | -1/+10 |
* | Add ico and wbmp tests. Fail with a suitable error if buffer allocation | Matthias Clasen | 2001-08-20 | 1 | -1/+8 |
* | fix some shell typos | Havoc Pennington | 2001-05-07 | 1 | -4/+1 |
* | Copy data and free data with free(). | Alexander Larsson | 2001-02-19 | 1 | -2/+2 |
* | Add built marshaller files to support GdkPixbufLoader signals | Havoc Pennington | 2001-01-22 | 1 | -20/+41 |
* | Some updates | Havoc Pennington | 2000-10-18 | 1 | -17/+62 |
* | contrib subdir | Havoc Pennington | 2000-10-09 | 1 | -1/+1 |
* | Pixbuf saving, patch from David Welton. | Havoc Pennington | 2000-10-06 | 1 | -0/+123 |
* | 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 | -0/+5 |
* | Initialise the error handler exit routine to our own. Note this means thatnautilus_ms_may_31 | Not Zed | 2000-05-31 | 1 | -3/+15 |
* | Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com) | Federico Mena Quintero | 2000-04-11 | 1 | -10/+10 |
* | 0.6.0 - FedericoGDK_PIXBUF_0_6_0 | Federico Mena Quintero | 2000-02-22 | 1 | -16/+16 |
* | Change the order of the update func to make it more compatible with the | Jonathan Blandford | 2000-01-05 | 1 | -6/+11 |
* | #include <config.h>, and fix includes. | Federico Mena Quintero | 1999-12-02 | 1 | -2/+2 |
* | make the symlink. Does not work for srcdir != buildir != . Beats me why; I | Jonathan Blandford | 1999-11-22 | 1 | -2/+2 |
* | Warning fixes - Federico | Arturo Espinosa | 1999-11-10 | 1 | -1/+1 |
* | Slight cosmetic cleanup. | Michael Fulbright | 1999-11-09 | 1 | -1/+1 |
* | Figured out problem with loading Progressive JPEG's progressively (say | Michael Fulbright | 1999-11-09 | 1 | -9/+11 |
* | Prettied up code slightly. Start of pnm loader (from file and | Michael Fulbright | 1999-11-05 | 1 | -5/+2 |
* | Add update_func callback. Call updated callback when new graphic data | Michael Fulbright | 1999-11-04 | 1 | -13/+26 |
* | Further removal of bugginess in local buffering code. Handles grayscale | Michael Fulbright | 1999-11-03 | 1 | -21/+52 |
* | Fixed code which moved buffer around as new data comes in to work | Michael Fulbright | 1999-11-03 | 1 | -21/+22 |
* | revert | Elliot Lee | 1999-11-02 | 1 | -25/+23 |
* | Reorganize gdk_pixbuf_loader_write into three functions, and eliminate | Elliot Lee | 1999-11-02 | 1 | -25/+27 |
* | Fixed small oopsie with grayscale jpeg handling - still not working for progr... | Michael Fulbright | 1999-10-29 | 1 | -4/+9 |
* | Removed erroneous comments. | Michael Fulbright | 1999-10-29 | 1 | -10/+2 |
* | image_load_increment(): Fixed bug when image width was not a multiple of 4 | Michael Fulbright | 1999-10-29 | 1 | -2/+2 |
* | Added first cut at progressive jpeg loading. Currently does not handle | Michael Fulbright | 1999-10-29 | 1 | -19/+378 |
* | 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 | -70/+85 |
* | Reindented to use the GNOME Indentation. | Federico Mena Quintero | 1999-10-18 | 1 | -8/+8 |
* | Add pixbuf_duplicate, | Michael Meeks | 1999-09-22 | 1 | -10/+5 |
* | Set the initial ref_count to 1. | Federico Mena Quintero | 1999-09-17 | 1 | -1/+1 |
* | Fixed compiler warnings. Fixed write to unallocated memory (row_ptr), and | Federico Mena Quintero | 1999-08-09 | 1 | -2/+2 |
* | Fix a few memory leaks in the, most of them in error cases but one or two | Larry Ewing | 1999-07-19 | 1 | -1/+4 |
* | add raph@gimp.org's fix to the jpeg indexing routine | Larry Ewing | 1999-07-15 | 1 | -2/+2 |
* | Fixed crash-on-loading bug (width and height are not set until | Mark Crichton | 1999-07-12 | 1 | -1/+3 |
* | Added loader for jpeg->RGB. | Michael Zucci | 1999-06-29 | 1 | -0/+129 |