remove unneeded wxFindSuitableParent()
[wxWidgets.git] / src / common / anidecod.cpp
2009-01-14  Francesco Montorsifix ANI loading; check for errors when calling Read()
2009-01-13  Francesco Montorsialways properly check if SeekI() calls succeded; this...
2008-08-02  Vadim Zeitlinadd wxImage::SetType() and use it in animation decoders...
2006-12-10  Vadim Zeitlinreplaced size_t with unsigned int in wxAnimation and...
2006-10-11  Robert Roebling Fix part of [ 1570325 ] wxAnimationCtrl for wxAdv...
2006-10-10  Włodzimierz SkibaUse wxUSE_* flags for new animation code.
2006-10-10  Paul Cornettremove extraneous semicolons
2006-10-09  Vadim Zeitlinswap wxANIHeader bytes on big endian architectures
2006-10-09  Vadim Zeitlinreplaced Ok() with IsOk(), no real changes
2006-10-09  Vadim Zeitlinadded wxAnimationCtrl (patch 1570325)