support for GTK3
[wxWidgets.git] / src / gtk / animate.cpp
2012-06-30  Paul Cornettsupport for GTK3
2012-04-08  Vadim ZeitlinAlways use UTF-8 for file names passed to GTK+ function...
2012-02-29  Paul Cornettremove unnecessary gtk_widget_show(m_widget) calls...
2009-02-16  Francesco Montorsidon't consider EOF an unrecoverable error
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-13  Francesco Montorsicheck for wxInputStream::Read errors
2009-01-11  Francesco Montorsido not return true when no data is read by the stream...
2009-01-08  Francesco Montorsialways remember to test IsOk() after using wxFileInputS...
2008-10-06  Francesco Montorsibetter error messages, when possible
2008-08-26  Paul CornettHold a reference on m_widget for the life of the associ...
2008-05-18  Vadim Zeitlinadd missing header to fix compilation after changes...
2008-05-18  Robert RoeblingCompilo
2008-05-17  Vadim Zeitlinallow loading wxAnimationCtrl contents from stream...
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)