]> Pileus Git - ~andy/gtk/history - gdk-pixbuf/io-gif.c
applied patch from Andreas Persenius <ndap@swipnet.se> that updates the
[~andy/gtk] / gdk-pixbuf / io-gif.c
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-07-11 Tim Janikadd xthickness and ythickness to GtkRcStyle and add...
2000-06-22 Havoc PenningtonConvert GdkPixbuf to GObject, leaving it opaque (i...
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-03-09 Jonathan Blandfordfree the context. (gdk_pixbuf__gif_image_load_animation...
2000-02-22 Federico Mena Quintero0.6.0 - Federico
2000-02-20 Jonathan Blandfordfix case where initial colormap entry is Transparent.
2000-02-03 Michael MeeksBy order of jrb: const patch for various bits, io-gif...
2000-02-02 Federico Mena QuinteroRemoved debugging g_print. Thanks to John Sullivan...
2000-01-07 Jonathan Blandfordcomment out debugging printing. remove memory_leak
2000-01-07 Jonathan BlandfordAdded progressive animation loading. Added progressive...
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-24 Havoc PenningtonStuff that should have been set to NULL here (specifically
1999-12-20 Jonathan Blandfordfinished work to make animated gifs load correctly...
1999-12-03 Jonathan Blandfordadded a comment to explain this function better.
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 Jonathan Blandfordemit the closed signal.
1999-11-04 Jonathan Blandfordadded the update_func ability
1999-11-04 Jonathan Blandfordhandle the actual update. add a update_func callback...
1999-11-03 Jonathan Blandfordrenamed ReadOK to gif_read. Added a lot of comments...
1999-11-03 Jonathan BlandfordRemove dependency on lib*gif!!!!
1999-11-03 Jonathan Blandfordset the transparency to the right val.
1999-11-03 Jonathan Blandfordnow handle arbitrary buffer sizes.
1999-11-03 Jonathan Blandfordnew state. Fixes un-compressed gifs.
1999-11-03 Jonathan Blandfords/lwz/lzw/g
1999-11-03 Jonathan Blandfordinitialize a variable; kill a bug
1999-11-03 3Read 'til the next empty block correctly, now.
1999-11-03 Jonathan BlandfordFill in the gif's blank areas for interlacing and progr...
1999-11-02 Jonathan BlandfordNow progressive gif loading works! It's a little slow...
1999-11-02 Jonathan Blandfordlots of lots of work. USE AT YOUR OWN RISK
1999-11-01 Jonathan Blandfordmuch more work on the progressive loader.
1999-10-31 Jonathan Blandfordnow gif loading works. Time to de-stiticify it and...
1999-10-30 Jonathan Blandfordquick hack to restore wotrkingness to regular gifs...
1999-10-30 0(ReadImage): lets get the offset right. This will let...
1999-10-30 0Some more work. Now it generates a gdk_pixbuf of the...
1999-10-30 Jonathan BlandfordFirst run at the new gif format. Shouldn't work, unfor...
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-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 Mark CrichtonMore fixes. See ChangeLog
1999-07-08 Mark CrichtonMassive update...
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...