removed USE_SHARED_LIBRARY(IES)
[wxWidgets.git] / src / common / imaggif.cpp
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-12-10  Guillermo Rodrigue... source clean-up
1999-12-04  Robert Roebling Two missing #includes in image code.
1999-12-04  Robert Roebling String changes for translations,
1999-11-30  Robert Roebling Compile fix for GIF decoder,
1999-11-02  Vadim Zeitlininclude <wx/...> => include "wx/..."
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-09-05  Guilhem LavauxUpdated wxSocket documentation
1999-08-29  Guillermo Rodrigue... Added error messages when (verbose == TRUE) to know...
1999-08-27  Guillermo Rodrigue... small change (honour 'verbose' parameter in LoadFile)
1999-08-24  Guillermo Rodrigue... Fixed CanRead(), which incorrectly forced version 89a...
1999-08-18  Václav Slavíkadded wxImage::CanRead
1999-08-18  Julian SmartAdded gifdecod.cpp
1999-08-17  Sylvain BougnouxImprove wxImage::LoadImage so that image format in...
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-05-11  Vadim Zeitlinunused parameter warnings suppressed
1999-04-14  Ove KaavenIf you look at the conversion and character set code...
1999-04-13  Václav Slavíkfixed transparency
1999-04-13  Ove KaavenSomeone must have committed some ASCII string literals...
1999-04-12  Ove KaavenIt now compiles all these files without warnings in...
1999-04-12  Václav Slavík...
1999-04-11  Václav Slavíkdirect stream use
1999-04-07  Julian SmartAdded imaggif.h, imaggif.cpp (wxImage GIF-reading suppo...