summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-png.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* handle the actual update. add a update_func callback. add a update_funcJonathan Blandford1999-11-041-2/+4
* New function to threshold a pixbuf's alpha channel into a bitmap.Federico Mena Quintero1999-10-271-2/+2
* Display the progressive loadHavoc Pennington1999-10-271-123/+128
* Check properly whether the XPM module has already been loadedHavoc Pennington1999-10-271-2/+294
* more work on the incremental loadingJonathan Blandford1999-10-261-2/+2
* New Class. Beginning of progrssive loading.Jonathan Blandford1999-10-261-0/+6
* Comment fixes - FedericoArturo Espinosa1999-10-221-3/+0
* Patch from Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk> to avoidFederico Mena Quintero1999-10-221-45/+7
* Removed the unref_fn field. Now all memory management of the buffer isFederico Mena Quintero1999-10-201-115/+51
* Reindented to use the GNOME Indentation.Federico Mena Quintero1999-10-181-192/+194
* Add pixbuf_duplicate,Michael Meeks1999-09-221-53/+51
* Set the initial ref_count to 1.Federico Mena Quintero1999-09-171-1/+1
* Fixed compiler warnings. Fixed write to unallocated memory (row_ptr), andFederico Mena Quintero1999-08-091-9/+15
* Fixed 2 C syntax bugs, DanielDaniel Veillard1999-07-311-1/+1
* For some wierd reason, the commit yesterday didn't get everything. (99% ofMark Crichton1999-07-301-1/+67