summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-png.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added some first steps for file saving. Big thing is that aMark Crichton1999-07-291-0/+4
* Fix a few memory leaks in the, most of them in error cases but one or twoLarry Ewing1999-07-191-1/+6
* io-gif.c, io-png.c: Actually put the licencing terms in the code now...Mark Crichton1999-06-301-113/+122
* io-png.c: changed g_malloc call for pixles to art_alloc (to be "correct")Mark Crichton1999-06-291-2/+2
* Ok, now it determines if it has an alpha channel. If it does, load it, ifMark Crichton1999-06-291-15/+20
* Redid io-png for gdk-pixbuf. Note that it'll add an opaque alpha channelMark Crichton1999-06-291-56/+112
* Stuff I did last night while watching TVArturo Espinosa1999-01-051-5/+33
* Loading framework done, start of PNG loaderArturo Espinosa1999-01-051-0/+62