]> git.saurik.com Git - wxWidgets.git/history - src/generic/animateg.cpp
[ 1598659 ] make wxAnimationCtrl::SetInactiveBitmap center given bitmap
[wxWidgets.git] / src / generic / animateg.cpp
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)