]> Pileus Git - ~andy/gtk/history - gdk-pixbuf/io-jpeg.c
Fix comments to not claim that all three of these files are the JPEG image
[~andy/gtk] / gdk-pixbuf / io-jpeg.c
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.