warning fixes for BCC and OW (heavily modified patch 819146)
[wxWidgets.git] / src / common / imagpng.cpp
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-29  Robin DunnTwo fixes for CheckTransparency. First, don't start...
2003-07-23  Vadim Zeitlinfixed completely broken CheckForTransparency()
2003-05-11  Vadim Zeitlinmany fixes for PNG reading after recent alpha changes...
2003-04-13  Vadim Zeitlinfixed a harmless warning
2003-04-12  Vadim Zeitlinfixed CheckTransparency() for RGBA images
2003-03-03  Vadim Zeitlinadded support for reading alpha channel
2003-01-12  Vadim Zeitlincompilation fixes for non default wxUSE_XXX values...
2003-01-01  Vadim Zeitlintried to fix compilation with Watcom 11 (should fix...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
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-01-26  Václav Slavíkmodified wxPNGHandler to not use png_struct.jmpbuf
2002-01-09  Vadim Zeitlinfixes for the compilation warnings with Sun CC:
2001-12-08  Václav Slavíkreverted SciTech sabotage of Watcom compilation (invali...
2001-12-07  Václav Slavík(temporary) hotfix for Watcom/DOS and PNGLINKAGEMODE
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-04-22  Václav Slavíkadded wxUSE_IMAGE; added write-only wxXPMHandler
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-01-05  Vadim Zeitlinmore fixes to compilation warnings from HP-UX build...
1999-12-15  Václav Slavíkimage handlers moved to separate headers (imagbmp.h...
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-12-13  Sylvain BougnouxWas missing png_read_end
1999-12-04  Robert Roebling String changes for translations,
1999-11-30  Robert Roebling Compile fix for GIF decoder,
1999-10-15  Vadim Zeitlin1. wxImageHandler::DoCanRead() introduced to solve...
1999-09-16  Unknown (AN)call HasMask() before writing PNG files, as was done...
1999-09-09  Guillermo Rodrigue... Ops. wxUSE_XXX and wxUSE_STREAMS are separated again :-)
1999-09-09  Guillermo Rodrigue... Added #include "wx/setup.h" (or "wx/defs.h") before...
1999-09-09  David WebsterLatest OS/2 compiler bug fixes for common and generic
1999-08-18  Václav Slavíkadded wxImage::CanRead
1999-08-17  Sylvain BougnouxImprove wxImage::LoadImage so that image format in...
1999-07-30  David WebsterOS/2 updates
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-04-30  Karsten Ballüdersuppressed compiler warning
1999-04-06  Vadim Zeitlinfixed compilation for gcc
1999-04-06  Julian SmartJPEG and PNG code taken out of image.cpp