]> Pileus Git - ~andy/gtk/history - gtk/gdk-pixbuf-loader.c
Fix typo: Italian uses ISO-8859-1, not -2. Add en_GB.
[~andy/gtk] / gtk / gdk-pixbuf-loader.c
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