summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-gif-animation.c
Commit message (Expand)AuthorAgeFilesLines
* gif: Check for overflow when compositing or clearing frames.Robert Ancell2021-06-031-8/+13
* GIF: Plug animation data and iterator leakSebastian Keller2020-04-021-1/+5
* Check the memset length argumentEmmanuele Bassi2020-04-021-1/+5
* gif: Fix build on Solaris by including <string.h>Alan Coopersmith2019-11-251-0/+1
* gif: Suppress last deprecation warningEmmanuele Bassi2019-07-291-0/+2
* gif: Render GIF frames on demandRobert Ancell2019-07-291-275/+144
* gif: Remove unused variableRobert Ancell2019-07-291-14/+10
* gif: Disable deprecation warnings for GTimeValEmmanuele Bassi2019-07-291-1/+8
* io-gif-animation.c: Don't use gdk-pixbuf-private.hFederico Mena Quintero2018-06-011-1/+0
* gif: Preventing undefined behaviour by making left shift unsignedTobias Mueller2017-12-041-1/+1
* gif: Minimize memory usage for gif animationDenis Pauk2014-10-221-4/+49
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Convert animation implementation to G_DEFINE_TYPEMatthias Clasen2011-12-161-104/+56
* Make it compileMatthias Clasen2010-06-251-0/+1
* Do not use static GTypeInfo and GInterfaceInfoNicola Fontana2009-11-061-2/+2
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Intern type names before registering the type to avoid unnecessary copies.Matthias Clasen2005-08-311-2/+2
* Fix a C99ism. (#169741, Morten Welinder)Matthias Clasen2005-03-091-2/+3
* Make the gif loader handle oom when loading animations. (#168857, TommiMatthias Clasen2005-03-031-7/+32
* Make it compile with C89 compilers.Soeren Sandmann2003-06-271-2/+4
* Reset block_count to 0 for all application extensions, otherwise the dataMatthias Clasen2003-06-221-70/+71
* Improve progressive loading from slow sources: (#107368)Matthias Clasen2003-05-191-4/+17
* Always clear the initial frame and "disposed" areas with transparentMatthias Clasen2003-02-191-4/+2
* Support the Netscape application extension for gif animations (#95060):Matthias Clasen2002-10-201-3/+9
* Support for separately installed loaders. (#77486)Matthias Clasen2002-10-031-1/+0
* Remove assorted G_OBJECT casts where unnecessary.Sebastian Wilhelmi2001-12-131-9/+9
* remove bogus g_return_if_failHavoc Pennington2001-06-081-3/+3
* fix some shell typosHavoc Pennington2001-05-071-0/+557