summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-png.c
Commit message (Expand)AuthorAgeFilesLines
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Use g_set_error_literal where appropriate. Bug #538640.Christian Persch2008-06-191-40/+40
* Use explicit G_MODULE_EXPORT decoration when building the loader inTor Lillqvist2008-05-271-6/+4
* Accept unknown parameters with a warning when saving. (#405539, DanielMatthias Clasen2007-04-281-7/+5
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-2/+1
* Fix a leak in an error pathMatthias Clasen2007-02-161-2/+4
* Patch taken from maemo-gtk:Michael Natterer2007-01-171-6/+22
* Enable having some gdk-pixbuf loaders built-in even if loading the othersTor Lillqvist2006-10-111-0/+6
* CleanupsMatthias Clasen2006-10-081-1/+1
* Always check for NULL when using callbacks. (#330563, Benjamin Otte)Matthias Clasen2006-02-101-1/+1
* Add a cast to avoid compiler warnings.Matthias Clasen2005-08-301-1/+1
* allow to specify the PNG compression level by passing a "compression"Sven Neumann2005-05-241-21/+53
* Changes to make gdk-pixbuf threadsafe (#157310, #157306, Colin Walters):Matthias Clasen2004-11-121-1/+1
* Use 'cannot' instead of 'can not' in messages. (#144226, Morten Welinder)Matthias Clasen2004-07-151-1/+1
* New functions to disable/enable individual loaders and to obtain licenseMatthias Clasen2004-07-081-0/+1
* New public API to save pixbufs to non-file locations. (#82203, Tim Evans)Matthias Clasen2004-01-071-7/+69
* Make it possible to call gdk_pixbuf_loader_set_size (loader, 0, 0) byMatthias Clasen2004-01-071-1/+14
* Support for separately installed loaders. (#77486)Matthias Clasen2002-10-031-12/+34
* Remove the _-prefix from gdk_pixbuf_set_option andMatthias Clasen2002-09-191-2/+2
* _-prefix gdk_pixbuf_non_anim_new and gdk_pixbuf_set_option. Adjust allMatthias Clasen2002-09-171-2/+2
* gdk-pixbuf-io.c (_gdk_pixbuf_generic_image_load): No longer static, thusMatthias Clasen2002-08-221-1/+1
* Load-at-size functionality for gdk-pixbuf.Matthias Clasen2002-07-061-1/+2
* Remove the ISO8859-1 restriction from the description of png tEXtMatthias Clasen2002-04-241-10/+27
* Restructured to use gdk_pixbuf_new instead of manually allocating imageMatthias Clasen2002-04-061-52/+17
* libpng error handlers must not return to their callers, thus longjmp out.Matthias Clasen2002-03-291-0/+2
* Don't leak info_ptr.Matthias Clasen2002-03-271-12/+7
* Make libpng use g_malloc instead of system malloc.Matthias Clasen2002-03-261-2/+32
* Changed signature to return success and set a GError parameter, adjustedMatthias Clasen2002-03-251-26/+42
* Made sure all the error cases involving jpeg or png load/saves cleanManish Singh2002-01-201-7/+16
* Remove assorted G_OBJECT casts where unnecessary.Sebastian Wilhelmi2001-12-131-1/+1
* gdk_pixbuf__png_image_save: removed wrong endian conversion stuff; don'tMichael Natterer2001-12-111-36/+3
* gdk-pixbuf/gdk-pixbuf-io.c gdk-pixbuf/gdk-pixbuf-private.hSven Neumann2001-10-051-20/+140
* io-png.c (png_row_callback): Check that row_num is valid.Matthias Clasen2001-08-301-0/+11
* Add missing <stdlib.h> include. Add ifdef so we compile without warningsDarin Adler2001-07-181-0/+2
* Initial stab at getting the focus code to work.Jonathan Blandford2001-06-011-2/+8
* fix some shell typosHavoc Pennington2001-05-071-3/+1
* Copy data and free data with free().Alexander Larsson2001-02-191-4/+4
* Add built marshaller files to support GdkPixbufLoader signalsHavoc Pennington2001-01-221-9/+26
* fix bug where GC didn't always get updated properlyHavoc Pennington2000-11-141-1/+1
* Some updatesHavoc Pennington2000-10-181-19/+116
* Pixbuf saving, patch from David Welton.Havoc Pennington2000-10-061-0/+107
* Fix comments to not claim that all three of these files are the JPEG imageDan Winship2000-10-051-1/+1
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-3/+3
* setjmp for the png error handler. It seems setting the error handlingLarry Ewing2000-06-091-2/+19
* Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com)Federico Mena Quintero2000-04-111-13/+13
* 0.6.0 - FedericoGDK_PIXBUF_0_6_0Federico Mena Quintero2000-02-221-8/+8
* Change the order of the update func to make it more compatible with theJonathan Blandford2000-01-051-8/+14
* #include <config.h>, and fix includes.Federico Mena Quintero1999-12-021-2/+2
* Call the update_area callback depending on the number of rows loaded inHavoc Pennington1999-11-221-10/+87
* make the symlink. Does not work for srcdir != buildir != . Beats me why; IJonathan Blandford1999-11-221-2/+2