remove colour/pen/brush arguments which are the default in the samples
[wxWidgets.git] / samples / animate / anitest.cpp
2012-03-04  Vadim ZeitlinUse wxHAS_IMAGES_IN_RESOURCES instead of explicit platf...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-01-02  Vadim ZeitlinRemove calls to wxApp::SetTopWindow() from the samples...
2010-06-20  Vadim ZeitlinRemove unnecessary mondrian.{ico,xpm} files from sample...
2009-12-08  Vadim ZeitlinFix duplicate accelerator use in animate sample.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-02-21  Francesco Montorsifix a few typos
2009-02-16  Francesco Montorsiput frame creation code all inside MyFrame ctor
2007-02-04  Vadim Zeitlincall OnInit() from all samples to allow using standard...
2006-11-17  Vadim Zeitlinadded tests for background colour, static bitmap &c...
2006-10-29  Vadim Zeitlincommented out/unused code removed; use wxAboutDialog...
2006-10-10  Włodzimierz SkibaBack to previous call with -1 replacement.
2006-10-10  Włodzimierz SkibaMinor cleaning.
2006-10-09  Vadim Zeitlinmenu id 0 doesn't work under Mac
2006-10-09  Vadim Zeitlinuse sample icon, not mondrian one
2006-10-09  Vadim Zeitlinbaked the standard makefiles
2006-10-09  Vadim Zeitlinadded wxAnimationCtrl (patch 1570325)