]> git.saurik.com Git - wxWidgets.git/history - src/gtk/animate.cpp
move wxWindowGTK::DoPopupMenu back to window.cpp
[wxWidgets.git] / src / gtk / animate.cpp
2007-10-23  Vadim Zeitlinuse -Wunused-parameter with gcc for consistency with...
2007-06-10  Václav Slavíkdon't use implicit wxString->char*/wchar_t* conversion...
2007-04-23  Vadim Zeitlinremove wxWindow::m_needParent and use GTKNeedsParent...
2007-04-21  Paul Cornettremove redundant GTK_WIDGET casts
2007-03-26  Vadim Zeitlinuse native TAB traversal for GTK+ 2
2006-12-10  Vadim Zeitlinreplaced size_t with unsigned int in wxAnimation and...
2006-11-18  Robert Roebling [ 1598659 ] make wxAnimationCtrl::SetInactiveBitmap...
2006-11-17  Vadim Zeitlin- fix wxAnimationCtrl::SetBackgroundColour both for...
2006-11-03  Vadim ZeitlinwxAnimationCtrl fix to display inactive bitmap at start...
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-30  Vadim ZeitlinCOW cleanup patch (1583966):
2006-10-29  Vadim Zeitlindon't call gtk_image_set_from_pixbuf() if no animation...
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  Paul CornettwxAnimationCtrl cleanup
2006-10-09  Robert Roebling Compilation.
2006-10-09  Vadim Zeitlinadded wxAnimationCtrl (patch 1570325)