| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use string concatentation in translated strings | Matthias Clasen | 2010-01-02 | 1 | -2/+2 |
* | Fix compilation warning: use the correct conversion specifier | Javier Jardón | 2009-12-21 | 1 | -1/+1 |
* | Add color management support to gdk_pixbuf_save | Richard Hughes | 2009-12-18 | 1 | -13/+80 |
* | 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 | -40/+40 |
* | Use explicit G_MODULE_EXPORT decoration when building the loader in | Tor Lillqvist | 2008-05-27 | 1 | -6/+4 |
* | Accept unknown parameters with a warning when saving. (#405539, Daniel | Matthias Clasen | 2007-04-28 | 1 | -7/+5 |
* | Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, | Matthias Clasen | 2007-03-09 | 1 | -2/+1 |
* | Fix a leak in an error path | Matthias Clasen | 2007-02-16 | 1 | -2/+4 |
* | Patch taken from maemo-gtk: | Michael Natterer | 2007-01-17 | 1 | -6/+22 |
* | 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 | -1/+1 |
* | Always check for NULL when using callbacks. (#330563, Benjamin Otte) | Matthias Clasen | 2006-02-10 | 1 | -1/+1 |
* | Add a cast to avoid compiler warnings. | Matthias Clasen | 2005-08-30 | 1 | -1/+1 |
* | allow to specify the PNG compression level by passing a "compression" | Sven Neumann | 2005-05-24 | 1 | -21/+53 |
* | Changes to make gdk-pixbuf threadsafe (#157310, #157306, Colin Walters): | Matthias Clasen | 2004-11-12 | 1 | -1/+1 |
* | Use 'cannot' instead of 'can not' in messages. (#144226, Morten Welinder) | Matthias Clasen | 2004-07-15 | 1 | -1/+1 |
* | New functions to disable/enable individual loaders and to obtain license | Matthias Clasen | 2004-07-08 | 1 | -0/+1 |
* | New public API to save pixbufs to non-file locations. (#82203, Tim Evans) | Matthias Clasen | 2004-01-07 | 1 | -7/+69 |
* | Make it possible to call gdk_pixbuf_loader_set_size (loader, 0, 0) by | Matthias Clasen | 2004-01-07 | 1 | -1/+14 |
* | Support for separately installed loaders. (#77486) | Matthias Clasen | 2002-10-03 | 1 | -12/+34 |
* | Remove the _-prefix from gdk_pixbuf_set_option and | Matthias Clasen | 2002-09-19 | 1 | -2/+2 |
* | _-prefix gdk_pixbuf_non_anim_new and gdk_pixbuf_set_option. Adjust all | Matthias Clasen | 2002-09-17 | 1 | -2/+2 |
* | gdk-pixbuf-io.c (_gdk_pixbuf_generic_image_load): No longer static, thus | Matthias Clasen | 2002-08-22 | 1 | -1/+1 |
* | Load-at-size functionality for gdk-pixbuf. | Matthias Clasen | 2002-07-06 | 1 | -1/+2 |
* | Remove the ISO8859-1 restriction from the description of png tEXt | Matthias Clasen | 2002-04-24 | 1 | -10/+27 |
* | Restructured to use gdk_pixbuf_new instead of manually allocating image | Matthias Clasen | 2002-04-06 | 1 | -52/+17 |
* | libpng error handlers must not return to their callers, thus longjmp out. | Matthias Clasen | 2002-03-29 | 1 | -0/+2 |
* | Don't leak info_ptr. | Matthias Clasen | 2002-03-27 | 1 | -12/+7 |
* | Make libpng use g_malloc instead of system malloc. | Matthias Clasen | 2002-03-26 | 1 | -2/+32 |
* | Changed signature to return success and set a GError parameter, adjusted | Matthias Clasen | 2002-03-25 | 1 | -26/+42 |
* | Made sure all the error cases involving jpeg or png load/saves clean | Manish Singh | 2002-01-20 | 1 | -7/+16 |
* | Remove assorted G_OBJECT casts where unnecessary. | Sebastian Wilhelmi | 2001-12-13 | 1 | -1/+1 |
* | gdk_pixbuf__png_image_save: removed wrong endian conversion stuff; don't | Michael Natterer | 2001-12-11 | 1 | -36/+3 |
* | gdk-pixbuf/gdk-pixbuf-io.c gdk-pixbuf/gdk-pixbuf-private.h | Sven Neumann | 2001-10-05 | 1 | -20/+140 |
* | io-png.c (png_row_callback): Check that row_num is valid. | Matthias Clasen | 2001-08-30 | 1 | -0/+11 |
* | Add missing <stdlib.h> include. Add ifdef so we compile without warnings | Darin Adler | 2001-07-18 | 1 | -0/+2 |
* | Initial stab at getting the focus code to work. | Jonathan Blandford | 2001-06-01 | 1 | -2/+8 |
* | fix some shell typos | Havoc Pennington | 2001-05-07 | 1 | -3/+1 |
* | Copy data and free data with free(). | Alexander Larsson | 2001-02-19 | 1 | -4/+4 |
* | Add built marshaller files to support GdkPixbufLoader signals | Havoc Pennington | 2001-01-22 | 1 | -9/+26 |
* | fix bug where GC didn't always get updated properly | Havoc Pennington | 2000-11-14 | 1 | -1/+1 |
* | Some updates | Havoc Pennington | 2000-10-18 | 1 | -19/+116 |
* | Pixbuf saving, patch from David Welton. | Havoc Pennington | 2000-10-06 | 1 | -0/+107 |
* | Fix comments to not claim that all three of these files are the JPEG image | Dan Winship | 2000-10-05 | 1 | -1/+1 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -3/+3 |
* | setjmp for the png error handler. It seems setting the error handling | Larry Ewing | 2000-06-09 | 1 | -2/+19 |
* | Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com) | Federico Mena Quintero | 2000-04-11 | 1 | -13/+13 |
* | 0.6.0 - FedericoGDK_PIXBUF_0_6_0 | Federico Mena Quintero | 2000-02-22 | 1 | -8/+8 |
* | Change the order of the update func to make it more compatible with the | Jonathan Blandford | 2000-01-05 | 1 | -8/+14 |