]> Pileus Git - ~andy/gtk/history - gdk-pixbuf/io-png.c
Add color management support to gdk_pixbuf_save
[~andy/gtk] / gdk-pixbuf / io-png.c
2009-12-18 Richard HughesAdd color management support to gdk_pixbuf_save
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-19 Christian PerschUse g_set_error_literal where appropriate. Bug #538640.
2008-05-27 Tor LillqvistUse explicit G_MODULE_EXPORT decoration when building...
2007-04-28 Matthias ClasenAccept unknown parameters with a warning when saving...
2007-03-09 Matthias ClasenRemove unnecessary NULL checks before g_free(). (#36966...
2007-02-16 Matthias ClasenFix a leak in an error path
2007-01-17 Michael NattererPatch taken from maemo-gtk:
2006-10-11 Tor LillqvistEnable having some gdk-pixbuf loaders built-in even...
2006-10-08 Matthias ClasenCleanups
2006-02-10 Matthias ClasenAlways check for NULL when using callbacks. (#330563...
2005-08-30 Matthias ClasenAdd a cast to avoid compiler warnings.
2005-05-24 Sven Neumannallow to specify the PNG compression level by passing...
2004-11-12 Matthias ClasenChanges to make gdk-pixbuf threadsafe (#157310, #157306...
2004-07-15 Matthias ClasenUse 'cannot' instead of 'can not' in messages. (#144226...
2004-07-08 Matthias ClasenNew functions to disable/enable individual loaders...
2004-01-07 Matthias ClasenNew public API to save pixbufs to non-file locations...
2004-01-07 Matthias ClasenMake it possible to call gdk_pixbuf_loader_set_size...
2002-10-03 Matthias ClasenSupport for separately installed loaders. (#77486)
2002-09-19 Matthias ClasenRemove the _-prefix from gdk_pixbuf_set_option and
2002-09-17 Matthias Clasen_-prefix gdk_pixbuf_non_anim_new and gdk_pixbuf_set_opt...
2002-08-22 Matthias Clasengdk-pixbuf-io.c (_gdk_pixbuf_generic_image_load): No...
2002-07-06 Matthias ClasenLoad-at-size functionality for gdk-pixbuf.
2002-04-24 Matthias ClasenRemove the ISO8859-1 restriction from the description...
2002-04-06 Matthias ClasenRestructured to use gdk_pixbuf_new instead of manually...
2002-03-29 Matthias Clasenlibpng error handlers must not return to their callers...
2002-03-27 Matthias ClasenDon't leak info_ptr.
2002-03-26 Matthias ClasenMake libpng use g_malloc instead of system malloc.
2002-03-25 Matthias ClasenChanged signature to return success and set a GError...
2002-01-20 Manish SinghMade sure all the error cases involving jpeg or png...
2001-12-13 Sebastian WilhelmiRemove assorted G_OBJECT casts where unnecessary.
2001-12-11 Michael Natterergdk_pixbuf__png_image_save: removed wrong endian conver...
2001-10-05 Sven Neumanngdk-pixbuf/gdk-pixbuf-io.c gdk-pixbuf/gdk-pixbuf-private.h
2001-08-30 Matthias Clasenio-png.c (png_row_callback): Check that row_num is...
2001-07-18 Darin AdlerAdd missing <stdlib.h> include. Add ifdef so we compile...
2001-06-01 Jonathan BlandfordInitial stab at getting the focus code to work.
2001-05-07 Havoc Penningtonfix some shell typos
2001-02-19 Alexander LarssonCopy data and free data with free().
2001-01-22 Havoc PenningtonAdd built marshaller files to support GdkPixbufLoader...
2000-11-14 Havoc Penningtonfix bug where GC didn't always get updated properly
2000-10-18 Havoc PenningtonSome updates
2000-10-06 Havoc PenningtonPixbuf saving, patch from David Welton.
2000-10-05 Dan WinshipFix comments to not claim that all three of these files...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-06-09 Larry Ewingsetjmp for the png error handler. It seems setting...
2000-04-11 Federico Mena QuinteroMost of this patch is based on a patch by Havoc Penning...
2000-02-22 Federico Mena Quintero0.6.0 - Federico
2000-01-05 Jonathan BlandfordChange the order of the update func to make it more...
1999-12-02 Federico Mena Quintero#include <config.h>, and fix includes.
1999-11-22 Havoc PenningtonCall the update_area callback depending on the number...
1999-11-22 Jonathan Blandfordmake the symlink. Does not work for srcdir != buildir...
1999-11-04 Jonathan Blandfordhandle the actual update. add a update_func callback...
1999-10-27 Federico Mena QuinteroNew function to threshold a pixbuf's alpha channel...
1999-10-27 Havoc PenningtonDisplay the progressive load
1999-10-27 Havoc PenningtonCheck properly whether the XPM module has already been...
1999-10-26 Jonathan Blandfordmore work on the incremental loading
1999-10-26 Jonathan BlandfordNew Class. Beginning of progrssive loading.
1999-10-22 Arturo EspinosaComment fixes - Federico
1999-10-22 Federico Mena QuinteroPatch from Kristian Hogsberg Kristensen <hogsberg@daimi...
1999-10-20 Federico Mena QuinteroRemoved the unref_fn field. Now all memory management...
1999-10-18 Federico Mena QuinteroReindented to use the GNOME Indentation.
1999-09-22 Michael MeeksAdd pixbuf_duplicate,
1999-09-17 Federico Mena QuinteroSet the initial ref_count to 1.
1999-08-09 Federico Mena QuinteroFixed compiler warnings. Fixed write to unallocated...
1999-07-31 Daniel VeillardFixed 2 C syntax bugs, Daniel
1999-07-30 Mark CrichtonFor some wierd reason, the commit yesterday didn't...
1999-07-29 Mark CrichtonAdded some first steps for file saving. Big thing is...
1999-07-19 Larry EwingFix a few memory leaks in the, most of them in error...
1999-06-30 Mark Crichtonio-gif.c, io-png.c: Actually put the licencing terms...
1999-06-29 Mark Crichtonio-png.c: changed g_malloc call for pixles to art_alloc...
1999-06-29 Mark CrichtonOk, now it determines if it has an alpha channel. If...
1999-06-29 Mark CrichtonRedid io-png for gdk-pixbuf. Note that it'll add an...
1999-01-05 Arturo EspinosaStuff I did last night while watching TV
1999-01-05 Arturo EspinosaLoading framework done, start of PNG loader