]> Pileus Git - ~andy/gtk/history - gdk-pixbuf/io-jpeg.c
Cleanups
[~andy/gtk] / gdk-pixbuf / io-jpeg.c
2006-10-08 Matthias ClasenCleanups
2006-02-10 Matthias ClasenAlways check for NULL when using callbacks. (#330563...
2005-12-14 Michael Natterernew utility function which factors out massive code...
2005-12-14 Michael Nattererapplied patch from maemo-gtk which avoids the allocatio...
2005-08-15 Matthias ClasenPay attention to the libjpeg error code and report...
2004-11-12 Matthias ClasenChanges to make gdk-pixbuf threadsafe (#157310, #157306...
2004-09-13 Matthias ClasenHandle 4-channel pixbufs when saving to jpeg.
2004-07-08 Matthias ClasenNew functions to disable/enable individual loaders...
2004-02-08 Manish Singhremoved unnecessary G_OBJECT() cast checks.
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...
2003-03-21 Matthias ClasenAdd missing static qualifiers apparently causing proble...
2002-10-03 Matthias ClasenSupport for separately installed loaders. (#77486)
2002-10-03 Owen TaylorFix memory leak. (#94399)
2002-09-12 Federico Mena QuinteroUnref the pixbuf if we hit an unsupported colorspace.
2002-07-06 Matthias ClasenLoad-at-size functionality for gdk-pixbuf.
2002-07-01 Matthias Clasen Better colorspace support for the jpeg loader (#61211):
2002-06-13 Matthias ClasenUse libjpeg in buffered-image mode in order to incremen...
2002-04-11 Matthias Clasen More fixes for #77807:
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-10-05 Sven Neumanngdk-pixbuf/gdk-pixbuf-io.c gdk-pixbuf/gdk-pixbuf-private.h
2001-09-14 Matthias ClasenRobustness fixes and test images for the jpeg, tiff...
2001-08-20 Matthias ClasenAdd ico and wbmp tests. Fail with a suitable error...
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-10-18 Havoc PenningtonSome updates
2000-10-09 Havoc Penningtoncontrib subdir
2000-10-06 Havoc PenningtonPixbuf saving, patch from David Welton.
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-07-22 Tor LillqvistWin32 build setup:
2000-05-31 Not ZedInitialise the error handler exit routine to our own...
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 Jonathan Blandfordmake the symlink. Does not work for srcdir != buildir...
1999-11-10 Arturo EspinosaWarning fixes - Federico
1999-11-09 Michael FulbrightSlight cosmetic cleanup.
1999-11-09 Michael FulbrightFigured out problem with loading Progressive JPEG's...
1999-11-05 Michael FulbrightPrettied up code slightly. Start of pnm loader (from...
1999-11-04 Michael FulbrightAdd update_func callback. Call updated callback when...
1999-11-03 Michael FulbrightFurther removal of bugginess in local buffering code...
1999-11-03 Michael FulbrightFixed code which moved buffer around as new data comes...
1999-11-02 Elliot Leerevert
1999-11-02 Elliot LeeReorganize gdk_pixbuf_loader_write into three functions...
1999-10-29 Michael FulbrightFixed small oopsie with grayscale jpeg handling - still...
1999-10-29 Michael FulbrightRemoved erroneous comments.
1999-10-29 Michael Fulbrightimage_load_increment(): Fixed bug when image width...
1999-10-29 Michael FulbrightAdded first cut at progressive jpeg loading. Currently...
1999-10-26 Jonathan Blandfordmore work on the incremental loading
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-19 Larry EwingFix a few memory leaks in the, most of them in error...
1999-07-15 Larry Ewingadd raph@gimp.org's fix to the jpeg indexing routine
1999-07-12 Mark CrichtonFixed crash-on-loading bug (width and height are not...
1999-06-29 Michael Zucci Added loader for jpeg->RGB.