| Commit message (Expand) | Author | Age | Files | Lines |
* | Make GTK+ use an external gdk-pixbuf | Matthias Clasen | 2010-06-26 | 1 | -1315/+0 |
* | Setup libjpeg error handlers early enough | Matthias Clasen | 2010-01-06 | 1 | -7/+7 |
* | Set scale_num only once | Matthias Clasen | 2009-11-25 | 1 | -1/+1 |
* | Fix loading scaled-down jpegs | Matthias Clasen | 2009-11-05 | 1 | -0/+1 |
* | Cast to gchar* to fix a compilation warning | Javier Jardón | 2009-10-22 | 1 | -1/+1 |
* | Bug 592901 - Crash in JPEG pixbuf loader instead of error | Christian Dywan | 2009-08-25 | 1 | -2/+1 |
* | Fixed minor memory leak on error | Dr. Michael J. Chudobiak | 2009-04-08 | 1 | -0/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Use g_set_error_literal where appropriate. Bug #538640. | Christian Persch | 2008-06-19 | 1 | -28/+28 |
* | Use explicit G_MODULE_EXPORT decoration when building the loader in | Tor Lillqvist | 2008-05-27 | 1 | -6/+4 |
* | Fix the spinguard logic for big buffers. (#494667, Ed Catmur) | Matthias Clasen | 2007-12-09 | 1 | -3/+7 |
* | Avoid unaligned accesses that cause problems on some architectures. (patch | Matthias Clasen | 2007-11-11 | 1 | -5/+25 |
* | updated use g_snprintf | Hans Breuer | 2007-06-15 | 1 | -2/+2 |
* | Supply the current GError for fatal_error_handler(). (#441443) | Chris Wilson | 2007-05-30 | 1 | -0/+1 |
* | Bump libtiff requirement to 3.6.0, by requiring presence of | Michael J. Chudobiak | 2007-05-18 | 1 | -12/+186 |
* | Remove a pointless check from the previous commit that added a new string. | Matthias Clasen | 2007-04-29 | 1 | -10/+0 |
* | Accept unknown parameters with a warning when saving. (#405539, Daniel | Matthias Clasen | 2007-04-28 | 1 | -4/+9 |
* | applied JPEG loader fix from maemo. this fix makes sure stop_load() | Tim Janik | 2007-03-28 | 1 | -13/+16 |
* | Set the GError if the image is zero length. (#405327) | Chris Wilson | 2007-02-07 | 1 | -1/+8 |
* | Enable having some gdk-pixbuf loaders built-in even if loading the others | Tor Lillqvist | 2006-10-11 | 1 | -0/+6 |
* | Cleanups | Matthias Clasen | 2006-10-08 | 1 | -2/+0 |
* | Always check for NULL when using callbacks. (#330563, Benjamin Otte) | Matthias Clasen | 2006-02-10 | 1 | -9/+11 |
* | new utility function which factors out massive code duplication from the | Michael Natterer | 2005-12-14 | 1 | -108/+70 |
* | applied patch from maemo-gtk which avoids the allocation of an | Michael Natterer | 2005-12-14 | 1 | -2/+67 |
* | Pay attention to the libjpeg error code and report OOM errors as such. | Matthias Clasen | 2005-08-15 | 1 | -1/+4 |
* | 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 |