Fix crash when auto-sizing a wxDataViewCtrl column.
[wxWidgets.git] / tests / test.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-03  Vadim ZeitlinUse normal event loop in GUI test program.
2013-06-13  Stefan Csomorwait for the frame window to be really done on OSX...
2013-05-12  Vadim ZeitlinRecognize "sandbox" user as indicating automatic testing.
2013-05-10  Vadim ZeitlinRecognize "buildbot" user in IsAutomaticTest() too.
2012-12-29  Vadim ZeitlinFix wxLocale::GetInfo() in C locale under Windows.
2012-12-22  Vadim ZeitlinAdd a temporary workaround to make the tests pass.
2012-10-24  Vadim ZeitlinShow some information about the environment in the...
2012-06-30  Vadim ZeitlinNo changes, just suppress an unused variable warning.
2012-06-01  Vadim ZeitlinAdd IsAutomaticTest() function to the unit tests.
2012-06-01  Vadim ZeitlinUse printf() instead of wxPrintf() in cppunit details...
2012-04-29  Vadim ZeitlinImprove error reporting for nested asserts failures...
2012-03-04  Vadim ZeitlinUse __WINDOWS__ for OS checks and __WXMSW__ for GUI...
2010-10-22  Michael WetherellChange the return code of the test program so that...
2010-10-04  Vadim ZeitlinDon't throw assert failure exception in the test suite...
2010-10-04  Vadim ZeitlinFix timing format string in the test suite.
2010-08-22  Vadim ZeitlinMerge the new GUI tests from SOC2010_GUI_TEST branch.
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-06-02  Francesco Montorsidisable FTPTestCase by default.
2009-09-21  Vadim ZeitlinAbort on asserts in worker threads.
2009-06-06  Vadim Zeitlindisable warnings about unused parameters in CppUnit...
2009-06-01  Francesco Montorsiuse a smaller timeout value to avoid blocking buildslav...
2009-06-01  Francesco Montorsiminor change: differentiate the initial banner of test...
2009-06-01  Francesco Montorsiadd wxURL::GetInputStream test unit; add a global IsNet...
2009-04-14  Stefan Csomorguaranteeing autorelease pools for overridden OnRun...
2009-04-03  Vadim Zeitlinavoid the ugly hack with adding an empty string to...
2009-04-03  Vadim Zeitlinadd possibility to choose the locale (useful for Window...
2009-03-30  Vadim Zeitlinallow running tests whose names don't end with TestCase...
2009-03-26  Vadim Zeitlinno changes, just some cleanup (use compile-time asserts...
2009-03-26  Vadim Zeitlinswitch off logging sooner (closes #10646)
2009-03-26  Vadim Zeitlinremove unused variable
2009-03-25  Vadim Zeitlinproduce a better looking report with --time option...
2009-03-25  Vadim Zeitlindon't log std::exceptions ourselves, let cppunit do...
2009-03-25  Vadim Zeitlintrap CRT assertions and report assertions which happen...
2009-03-22  Vadim Zeitlincompilation fix for wxUSE_STD_STRING==0
2009-03-21  Francesco Montorsirevert 59680; implement proper fix for wxMSW test failu...
2009-03-21  Francesco Montorsitry to use 0/1 instead of the cstdlib' EXIT_SUCCESS...
2009-03-21  Francesco Montorsiallow to give the testcase name without the final ...
2009-01-16  Vadim Zeitlinadd a unit test checking that events are really propaga...
2008-12-21  Vadim Zeitlindon't show assert message boxes in debug build but...
2008-11-18  Vadim Zeitlinfix compilation with cppunit 1.9 (which doesn't have...
2008-11-05  Vadim Zeitlinadd command line options for displaying the test name...
2008-08-27  Vadim Zeitlinunbuffer cout to work around bug in Debian version...
2008-07-19  Vadim Zeitlinno changes, just removed an unnecessary semicolon at...
2008-05-30  Vadim Zeitlindon't run vsnprintf() test if we're using the system...
2008-01-13  Vadim Zeitlincompilation fixes for VC6
2007-09-26  Vadim Zeitlinadded unit test for some of wxTextCtrl methods and...
2007-09-14  Vadim Zeitlinfix wxCmdLineEntryDesc compilation after latest changes
2007-09-10  Václav Slavíkcompilation fix after wxCmdLineEntryDesc changes
2007-02-11  Vadim Zeitlinwarn if wxVsnprintf() is not being used
2005-05-01  Michael WetherellChange the format of the output so that you can jump...
2004-11-25  Ryan Nortonpatch 1073385
2004-11-22  Ryan Norton[ 1068188 ] Precompiled header for the test program...
2004-11-21  Ryan NortonRemove silly include (from me I guess :))
2004-11-10  Włodzimierz SkibaPatch 1053127 - Test fixes.
2004-10-27  Ryan NortonwxURI. Move Convert/to/fromURI into uri.cpp so that...
2004-07-20  Włodzimierz SkibawxUSE_LOG fixes.
2004-04-25  Václav SlavíkDMC fixes
2004-04-21  Václav Slavíkmoved wxRegEx test from console to testsuite (patch...
2004-04-18  Václav Slavíksmall test suite improvements (patch 937094)
2004-04-01  Václav Slavíktest program improvements (patch 927429)
2004-03-03  Václav Slavíkapplied path 906264: test program