]> Pileus Git - ~andy/gtk/history - gdk-pixbuf/io-gif.c
Updated Arabic translation
[~andy/gtk] / gdk-pixbuf / io-gif.c
2009-11-30 Javier Jardón[gdk-pixbuf] Use G_STRLOC instead __LINE__
2009-10-28 Johannes SchmidMerge branch 'master' into toolpalette
2009-10-26 Javier JardónCast to gchar* to fix a compilation warning
2009-08-24 Christian PerschPreserve errno, and always use g_strerror()
2008-08-29 Björn LindqvistBug 437791 – Animation is played at the wrong speed
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-19 Christian PerschUse g_set_error_literal where appropriate. Bug #538640.
2008-05-27 Tor LillqvistUse explicit G_MODULE_EXPORT decoration when building...
2007-01-21 Matthias ClasenFix error reporting in the gif loader
2006-12-21 Matthias ClasenHandle invalid gif animations a little bit more robustl...
2006-10-11 Tor LillqvistEnable having some gdk-pixbuf loaders built-in even...
2006-03-20 Matthias ClasenAlways save errno to a temporary before making other...
2006-03-14 Matthias ClasenAdd a shortcut to stop the gif mainloop after the first...
2006-01-18 Matthias ClasenFix several g_new() calls which were using extra indire...
2005-03-03 Matthias ClasenMake the gif loader handle oom when loading animations...
2004-11-12 Matthias ClasenChanges to make gdk-pixbuf threadsafe (#157310, #157306...
2004-08-26 Manish Singhremove unused set_need_recomposite() function.
2004-07-08 Matthias ClasenNew functions to disable/enable individual loaders...
2004-06-12 Matthias ClasenDon't use contractions like "don't" or "isn't" in error...
2003-09-03 Kristian Rietveldbrooooooooken pipe.
2003-06-23 Matthias ClasenRemove the pointless refusal to load images with dubiou...
2003-06-22 Matthias ClasenReset block_count to 0 for all application extensions...
2003-06-21 Matthias ClasenMerge from 2.2
2003-03-06 Matthias ClasenReturn gboolean, not gint. (#107664, Morten Welinder)
2002-11-06 Owen TaylorFix trailing semicolon on macro, clean up a bit.
2002-10-22 Matthias ClasenCheck for stack overflow throughout. (#91808, Elliot...
2002-10-20 Matthias Clasen Support the Netscape application extension for gif...
2002-10-03 Matthias ClasenSupport for separately installed loaders. (#77486)
2002-07-06 Matthias ClasenLoad-at-size functionality for gdk-pixbuf.
2002-03-25 Matthias ClasenDon't leak pixbuf on error.
2002-03-15 Matthias ClasenCatch invalid frame dimensions.
2002-02-01 Matthias ClasenMerge 16- and 32-bit ico support from the stable branch...
2001-12-13 Sebastian WilhelmiRemove assorted G_OBJECT casts where unnecessary.
2001-09-14 Matthias ClasenRobustness fixes and test images for the jpeg, tiff...
2001-06-08 Havoc Penningtonremove bogus g_return_if_fail
2001-06-01 Jonathan BlandfordInitial stab at getting the focus code to work.
2001-05-07 Havoc Penningtonfix some shell typos
2001-01-22 Havoc PenningtonAdd built marshaller files to support GdkPixbufLoader...
2000-10-18 Havoc PenningtonSome updates
2000-10-09 Havoc Penningtoncontrib subdir
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...