fix vertical mouse wheel event rotation value, sign was reversed in r74805
[wxWidgets.git] / src / common / gifdecod.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-05-05  Vadim ZeitlinNo changes, just spelling corrections in the comments.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-02-02  Dimitri SchoolwerthAdded support for reading comments from a GIF image.
2011-01-04  Dimitri SchoolwerthCleaned up wxGIFDecoder.
2009-06-01  Francesco Montorsidocument that CanRead() and GetImageCount() functions...
2009-04-06  Vadim Zeitlincompilation fix for PCH-less build
2009-04-05  Vadim Zeitlinallow reading GIFs with incorrectly specified animation...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-03  Vadim Zeitlinrenamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s...
2009-01-13  Francesco Montorsialways properly check if SeekI() calls succeded; this...
2008-08-03  Vadim Zeitlindon't keep the transparent palette colour from the...
2008-08-02  Vadim Zeitlinadd wxImage::SetType() and use it in animation decoders...
2007-03-30  Vadim Zeitlinfixed memory leaks when reading invalid GIFs
2006-12-10  Vadim Zeitlinreplaced size_t with unsigned int in wxAnimation and...
2006-11-02  Julian SmartIf the GIF isn't an animation, we can ignore the animat...
2006-10-31  Vadim Zeitlinremoved unused Tell() call
2006-10-31  Michael WetherellFix for handling of invalid gifs, patch 1587754 Noel...
2006-10-11  Robert Roebling Fix part of [ 1570325 ] wxAnimationCtrl for wxAdv...
2006-10-09  Vadim Zeitlinadded wxAnimationCtrl (patch 1570325)
2006-09-24  Robert Roebling Fixed [ 1561693 ] wxGIFDecoder creates incorrect...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2006-04-02  Vadim Zeitlinreport error for GIF images without CLEAR code in the...
2006-03-07  Vadim Zeitlinremoved unneeded test for pal!=NULL in ConvertToImage...
2006-01-01  David Surovellrelaxed ReadGIF error checking as per review
2005-12-30  David Surovelltwo more ReadGIF tweaks
2005-12-30  David Surovelladded protection against corrupted GIFs in ReadGIF
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-01-31  Vadim Zeitlinfixes for animated GIFs playing (patch 1097003)
2004-11-10  Vadim Zeitlinnew set of fixes for problems due to huge files support...
2004-10-17  Włodzimierz SkibaWarning fixes related to various cases of typecasting.
2004-09-15  Włodzimierz SkibaSource cleaning: whitespaces, tabs, FALSE/false, TRUE...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-04-05  Julian SmartFix for getting all frames from GIF animation
2003-02-10  Mattia Barbon Remove unnecessary header dependencies. Fix resulting...
2002-05-22  Vadim Zeitlinrestore the stream position in wxImageHandler itself...
2002-05-18  Vadim Zeitlincheck the return code of wxStream::Read() in wxImageHan...
2002-03-14  Vadim Zeitlinapplied the patch from Dimitri to prevent crashes with...
2002-01-13  Vadim Zeitlinapplied patch for safer GIF decoding (502103)
2002-01-07  Vadim Zeitlinpatch from Dimitri fixing crashes when decoding the...
2001-11-22  Václav Slavíkblind fix for wxGIFDecoder::ReadGIF
2001-09-30  Vadim Zeitlinfixes for wxUSE_PALETTE=0 compilation
2001-07-03  Julian SmartMSW fixes; added wxUSE_XPM to wxUniv's setup.h so now...
2001-06-12  Guillermo Rodrigue... For all platforms except WXMAC, the wxGIFDecoder::dgif...
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-04-02  Václav Slavíkenabled palette code for wxGTK
2000-09-04  Julian SmartCommented out palette code for wxGTK
2000-08-09  Stefan Csomormerge of wxMac into main repository
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-07-28  Julian SmartAdded wxQuantize, wxSplashScreen, wxEffects & added...
2000-02-21  Guillermo Rodrigue... End of stream reading stuff
2000-02-17  Guillermo Rodrigue... Now wxGIFDecoder always tries to read to the end of...
1999-12-30  Vadim Zeitlin1. many, many, many warnings fixed (from HP-UX build...
1999-12-10  Guillermo Rodrigue... source clean-up
1999-12-08  Guillermo Rodrigue... Optimized for performance.
1999-11-30  Robert Roebling Compile fix for GIF decoder,
1999-11-30  Guillermo Rodrigue... Fix to work with images embedded in streams (doesn...
1999-11-18  David WebsterSome minor modifications for VA 4.0 support
1999-09-09  Guillermo Rodrigue... Replaced wxUSE_LIBGIF with wxUSE_GIF
1999-08-27  Guillermo Rodrigue... CanRead() now restores the stream to its previous state...
1999-08-24  Guillermo Rodrigue... Added CanRead()
1999-08-18  Julian SmartAdded gifdecod.cpp