| Commit message (Expand) | Author | Age | Files | Lines |
* | Changes to make gdk-pixbuf threadsafe (#157310, #157306, Colin Walters): | Matthias Clasen | 2004-11-12 | 1 | -1/+1 |
* | Handle 4-channel pixbufs when saving to jpeg. | Matthias Clasen | 2004-09-13 | 1 | -1/+3 |
* | New functions to disable/enable individual loaders and to obtain license | Matthias Clasen | 2004-07-08 | 1 | -0/+1 |
* | removed unnecessary G_OBJECT() cast checks. | Manish Singh | 2004-02-08 | 1 | -1/+1 |
* | New public API to save pixbufs to non-file locations. (#82203, Tim Evans) | Matthias Clasen | 2004-01-07 | 1 | -7/+131 |
* | Make it possible to call gdk_pixbuf_loader_set_size (loader, 0, 0) by | Matthias Clasen | 2004-01-07 | 1 | -1/+6 |
* | Add missing static qualifiers apparently causing problems on some | Matthias Clasen | 2003-03-21 | 1 | -1/+1 |
* | Support for separately installed loaders. (#77486) | Matthias Clasen | 2002-10-03 | 1 | -16/+42 |
* | Fix memory leak. (#94399) | Owen Taylor | 2002-10-03 | 1 | -1/+2 |
* | Unref the pixbuf if we hit an unsupported colorspace. | Federico Mena Quintero | 2002-09-12 | 1 | -0/+1 |
* | Load-at-size functionality for gdk-pixbuf. | Matthias Clasen | 2002-07-06 | 1 | -37/+50 |
* | Better colorspace support for the jpeg loader (#61211): | Matthias Clasen | 2002-07-01 | 1 | -18/+110 |
* | Use libjpeg in buffered-image mode in order to incrementally display | Matthias Clasen | 2002-06-13 | 1 | -15/+0 |
* | More fixes for #77807: | Matthias Clasen | 2002-04-11 | 1 | -87/+144 |
* | Made sure all the error cases involving jpeg or png load/saves clean | Manish Singh | 2002-01-20 | 1 | -4/+4 |
* | Remove assorted G_OBJECT casts where unnecessary. | Sebastian Wilhelmi | 2001-12-13 | 1 | -1/+1 |
* | gdk-pixbuf/gdk-pixbuf-io.c gdk-pixbuf/gdk-pixbuf-private.h | Sven Neumann | 2001-10-05 | 1 | -2/+2 |
* | 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 |