Add wxActivateEvent::GetActivationReason().
[wxWidgets.git] / src / common / anidecod.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-05  Dimitri SchoolwerthFixed failing to load ANI, BMP, and ICO images from...
2011-05-01  Dimitri SchoolwerthFixed reading multiple images from ANI and ICO image...
2009-06-01  Francesco Montorsidocument that CanRead() and GetImageCount() functions...
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)