Globally replace _T() with wxT().
[wxWidgets.git] / src / generic / animateg.cpp
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-01-08  Francesco Montorsialways remember to test IsOk() after using wxFileInputS...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-05-17  Vadim Zeitlinallow loading wxAnimationCtrl contents from stream...
2007-11-05  Vadim Zeitlinremoved all compile- and run-time checks for GTK+ ...
2007-08-15  Vadim Zeitlinuse one shot timers in wxAnimationCtrl (patch 1774535)
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-03-30  Vadim Zeitlintest whether pointer is non-NULL before using it, not...
2006-12-10  Vadim Zeitlinreplaced size_t with unsigned int in wxAnimation and...
2006-07-25  Vadim Zeitlinupdate from suzumizaki (patch 1522241)
2006-11-18  Robert Roebling [ 1598659 ] make wxAnimationCtrl::SetInactiveBitmap...
2006-11-17  Vadim Zeitlin- fix wxAnimationCtrl::SetBackgroundColour both for...
2006-11-12  Vadim Zeitlincall SetAnimation() from the ctor instead of just assig...
2006-11-07  Robin DunnThe "small optimization" causes asserts if Play is...
2006-11-03  Vadim ZeitlinwxAnimationCtrl fix to display inactive bitmap at start...
2006-10-21  Robert Roebling [ 1580776 ] wxAnimationCtrl::SetInactiveBitmap
2006-10-18  Paul Cornettuse generic wxAnimationCtrl in wxGTK-universal
2006-10-11  Robert Roebling Fix part of [ 1570325 ] wxAnimationCtrl for wxAdv...
2006-10-10  Chris Elliottfix for Borland - which never likes ?
2006-10-10  Włodzimierz SkibaUse wxUSE_* flags for new animation code.
2006-10-10  Paul Cornettremove extraneous semicolons
2006-10-10  Paul CornettwxAnimationCtrl cleanup
2006-10-09  Vadim Zeitlinreplaced Ok() with IsOk(), no real changes
2006-10-09  Vadim Zeitlincall Refresh() to make animation work under Mac
2006-10-09  Vadim Zeitlincheck that the bitmap is valid before getting its size...
2006-10-09  Vadim Zeitlinadded wxAnimationCtrl (patch 1570325)