]> git.saurik.com Git - wxWidgets.git/history - src/common/imagpnm.cpp
restore the stream position in wxImageHandler itself instead of forcing all
[wxWidgets.git] / src / common / imagpnm.cpp
2002-05-22  Vadim Zeitlinrestore the stream position in wxImageHandler itself...
2001-04-22  Václav Slavíkadded wxUSE_IMAGE; added write-only wxXPMHandler
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-04  Robert Roebling String changes for translations,
1999-11-30  Robert Roebling Compile fix for GIF decoder,
1999-10-28  Sylvain Bougnouxconform to new wxTextInputStream >> wxString
1999-10-15  Vadim Zeitlin1. wxImageHandler::DoCanRead() introduced to solve...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
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-05  Julian SmartMisc. 16-bit compilation fixes
1999-08-29  Guilhem LavauxRemoved LastError() from wxFilterStream
1999-08-29  Sylvain BougnouxFixed wxBufferedInputStream support ...
1999-08-25  Guilhem LavauxAdded wxSound for Windows support (successful WAV playb...
1999-08-19  Sylvain BougnouxImplement CanRead
1999-08-18  Václav Slavíkadded wxImage::CanRead
1999-08-18  Sylvain BougnouxAdded PNM image handler