]> Pileus Git - ~andy/gtk/history - gdk-pixbuf/gdk-pixbuf-loader.c
Adapt to uscore-ification of gtktextiterprivate
[~andy/gtk] / gdk-pixbuf / gdk-pixbuf-loader.c
2001-01-04 Havoc PenningtonAdapt to uscore-ification of gtktextiterprivate
2000-12-17 Havoc PenningtonPort to GObject, can go back in gdk-pixbuf after settin...
2000-12-13 Tim Janikdoh, this was broken beyond believe.
2000-10-25 Tim Janikurg, removed implementation of gtk_marshal_VOID__INT_IN...
2000-10-18 Havoc PenningtonSome updates
2000-10-09 Havoc Penningtoncontrib subdir
2000-07-28 Elliot LeePart 2 of previous commit (aka "it compiles now, ma")
2000-07-28 Elliot LeeAdd gdk_pixbuf_loader_new_with_type function, to allow...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-07-14 Owen Taylorinclude <string.h>.
2000-07-11 Tim Janikadd xthickness and ythickness to GtkRcStyle and add...
2000-06-24 Tim Janikmake the current version number 1.3.1 (binary age 0...
2000-06-22 Havoc PenningtonConvert GdkPixbuf to GObject, leaving it opaque (i...
2000-06-21 Owen TaylorWelcome aboard, gdk-pixbuf.
2000-06-06 Larry Ewingtake frame offest into account when trying to calculate...
2000-04-13 Federico Mena QuinteroYour eyes are bloodshot.
2000-04-11 Federico Mena QuinteroMost of this patch is based on a patch by Havoc Penning...
2000-04-03 Radek Douliksame as below
2000-01-07 Jonathan BlandfordAdded progressive animation loading. Added progressive...
2000-01-06 Mark CrichtonFixed bug sent directly to me. Basically, we weren...
2000-01-05 Jonathan BlandfordChange the order of the update func to make it more...
2000-01-02 Federico Mena QuinteroAdded reference counting to animations. A web browser...
1999-12-17 Jonathan Blandfordmoved the file here. It seems natural to put this funct...
1999-12-02 Federico Mena Quintero#include <config.h>, and fix includes.
1999-11-23 Elliot LeeUniquify the strings to save some memory. Make it build...
1999-11-22 Jonathan Blandfordmake the symlink. Does not work for srcdir != buildir...
1999-11-10 Federico Mena QuinteroPopulated.
1999-11-10 Jonathan Blandfordforgot this
1999-11-10 Jonathan Blandfordemit the closed signal.
1999-11-04 Arturo EspinosaMore docs work - Federico
1999-11-04 Jonathan Blandfordhandle the actual update. add a update_func callback...
1999-11-02 Elliot LeeMake the arguments to the write/load_increment operatio...
1999-11-02 Elliot LeeAlways return the amount eaten, rather than the full...
1999-11-02 Elliot LeeReturn TRUE if all the data got eaten by header_buf...
1999-11-02 Elliot LeeReorganize gdk_pixbuf_loader_write into three functions...
1999-10-29 Michael FulbrightActually load the image handler when we determine the...
1999-10-28 Jonathan Blandforddon't send a 0 length buffer.
1999-10-28 Jonathan Blandfordstarted work on the tiff non-incremental loader.
1999-10-27 Arturo EspinosaMake it build - Federico
1999-10-27 Havoc PenningtonFix typo that prevented compilation (gdk_pixbuf_loader_...
1999-10-27 Federico Mena QuinteroReturn a GdkPixbufLoader, not a GtkObject.
1999-10-27 Havoc PenningtonNew function to create a blank pixbuf.
1999-10-27 Michael FulbrightFixed logic so we only try to close loader if it wasn...
1999-10-27 Michael Fulbrightgdk-pixbuf-loader.c: Fixed init function to properly...
1999-10-26 Jonathan Blandfordload the vtable fully.
1999-10-26 Jonathan BlandfordFinished initial cut at the object.
1999-10-26 Jonathan Blandfordmore work on the incremental loading
1999-10-26 Jonathan Blandfordstarted work on the loader