]> git.saurik.com Git - wxWidgets.git/history - src/common/gifdecod.cpp
Remove unnecessary header dependencies. Fix resulting compilation
[wxWidgets.git] / src / common / gifdecod.cpp
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