No changes, just removed hard tabs and trailing white space.
[wxWidgets.git] / tests /
2009-08-18  Vadim ZeitlinInclude wx/filefn.h to fix PCH-less compilation.
2009-08-18  Vadim ZeitlinFix last error display in wxLogSysError().
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-23  Vadim ZeitlinImplement wxVLogTrace() accidentally removed by recent...
2009-07-22  Vadim ZeitlinAdded ParseFormat("%s") tests.
2009-07-21  Vadim Zeitlinadded a test for white space after CDATA (see #10552)
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-07-12  Vadim ZeitlinAdded wxVector::swap().
2009-07-12  Vadim ZeitlinAdd component-level filtering to wxLog.
2009-07-09  Vadim Zeitlindisable MSVC deprecation warnings as we intentionally...
2009-07-08  Vadim ZeitlinChanged wxLog DoLogXXX() callbacks and introduced wxLog...
2009-07-07  Vadim Zeitlinadded a simple wxLog unit test
2009-07-03  Vadim Zeitlinadd more tests for wxFileName::Normalize(DOTS) (see...
2009-07-01  Vadim Zeitlininterpret ~ specially only when it is the first charact...
2009-07-01  Vadim Zeitlinremove _T()s and wxChars from the test making it much...
2009-06-20  Kevin OllivierForward port wxGraphicsBitmap cairo implementation...
2009-06-17  Michael Wetherellfn.Mkdir now gives an ICE on VC6 now that it is const.
2009-06-07  Vadim Zeitlindisable a VC6 warning occurring inside a standard header
2009-06-06  Vadim Zeitlindisable MSVC 8+ warning about using Unicode characters...
2009-06-06  Vadim Zeitlindisable warnings about unused parameters in CppUnit...
2009-06-06  Vadim Zeitlinuse _isatty/_fdopen/_fileno() instead of isatty/fdopen...
2009-06-06  Vadim Zeitlinuse _fileno() instead of fileno() with VC
2009-06-06  Vadim Zeitlinuse _unlink() instead of unlink() with VC
2009-06-06  Vadim Zeitlinwork around (harmless) warnings in VC7 release build
2009-06-06  Vadim Zeitlinfix bug in generic wxTreeCtrl: calling SelectItem(true...
2009-06-02  Francesco Montorsiadd wxGetLinuxDistributionInfo() and wxPlatformInfo...
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 check about network connectivity; don't run the...
2009-06-01  Francesco Montorsifix PCH-less build
2009-06-01  Francesco Montorsiadd wxImage test units to test loading from both seekab...
2009-06-01  Francesco Montorsiadd wxURL::GetInputStream test unit; add a global IsNet...
2009-05-30  Francesco Montorsirefactor printf benchmarks to fit the new wxWidgets...
2009-05-24  Vadim Zeitlinupdate CRT environment block in wxSetEnv() too
2009-05-17  Vadim Zeitlindisable a test failing under wxGTK because of what...
2009-05-17  Vadim Zeitlinuse a different known good face name under non-MSW
2009-05-17  Vadim Zeitlincorrect test failures under MSW, it shouldn't assume...
2009-05-17  Vadim Zeitlincorrect test failures under MSW, it shouldn't assume...
2009-05-17  Vadim Zeitlinfix errors in EvtHandlerTestCase::BindFunctor() in...
2009-05-12  Vadim Zeitlinadd MSVC project files to svn for consistency
2009-05-12  Vadim Zeitlindon't update stc.h when not building the library, it...
2009-05-03  Vadim Zeitlinremoved the now unnecessary WX_CPPUNIT_ALLOW_EQUALS_TO_...
2009-05-03  Vadim Zeitlinallow comparison of int with 64 bit integer type (see...
2009-05-03  Vadim Zeitlinstd::streamoff is just a (32 bit) long under Win32...
2009-05-02  Vadim Zeitlinadded wxStd{In,Out}putStream classes (closes #10637)
2009-05-02  Vadim Zeitlinallow passing temporary functors to Bind() too (closes...
2009-05-02  Vadim Zeitlinimprovements to wxEventFunctor classes; use wxHAS_EVENT...
2009-04-26  Kevin OllivierRebake after latest changes.
2009-04-24  Chris Elliottupdate bakefile to 0.2.6
2009-04-21  Vadim Zeitlinadd test checking that switching mode doesn't change...
2009-04-18  Vadim Zeitlinuse CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT...
2009-04-17  Vadim Zeitlinuse "ul" suffix instead of cast to unsigned long; this...
2009-04-16  Vadim Zeitlinadded failing compilation test for the case of missing...
2009-04-16  Vadim Zeitlinrebake after the addition of graphics/measuring.cpp
2009-04-16  Vadim Zeitlinadded a failtest target to Makefile to test for the...
2009-04-15  Kevin OllivierAdd a test to ensure that CreateMeasuringContext create...
2009-04-14  Stefan Csomorguaranteeing autorelease pools for overridden OnRun...
2009-04-14  Francesco Montorsidump all font properties upon failure
2009-04-14  Vadim Zeitlinonly run tests using multiline strings with multiline...
2009-04-13  Francesco Montorsieven more detailed info to debug buildslaves failures
2009-04-13  Vadim Zeitlinsuppress output from the test commands; use CPPUNIT_ASS...
2009-04-13  Francesco Montorsiprovide more info when a check for native font [user...
2009-04-12  Vadim Zeitlinfix support for using asterisks in the format string...
2009-04-12  Francesco Montorsiimplement wxNativeFontInfo::SetFamily for wxGTK with...
2009-04-04  Vadim Zeitlinrevert r60023 and really fixed compilation problems...
2009-04-04  Vadim Zeitlincompilation fix after r60017
2009-04-04  Michael WetherellFixes for archive tests on Windows.
2009-04-04  Vadim Zeitlinfix the test for !wxUSE_UNICODE_UTF8 builds: don't...
2009-04-04  Vadim Zeitlinfix VsnprintfTestCase::P() for mingw32 which may use...
2009-04-04  Vadim Zeitlinfix test failure on glibc systems which do not use...
2009-04-04  Vadim Zeitlinno changes, just fixed typo in an error message
2009-04-03  Stefan Csomoradjusting DATE_TIME_FMT on OS X
2009-04-03  Vadim Zeitlinfix the test case which wrongly relied on wxString...
2009-04-03  Vadim Zeitlinfix the test case which wrongly relied on wxString...
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-04-03  Vadim Zeitlinuse correct expected values for Windows and OS X
2009-04-01  Vadim Zeitlindon't run wxPATH_NORM_LONG test on systems where the...
2009-04-01  Vadim Zeitlinexpect 4 digit year in French locale under all platforms
2009-03-30  Vadim Zeitlincorrect French short date format for glibc; added more...
2009-03-30  Vadim Zeitlinallow running tests whose names don't end with TestCase...
2009-03-30  Vadim Zeitlinonly Linux/glibc seem to use periods as date separator...
2009-03-29  Vadim ZeitlinAdded wxLOCALE_DATE/TIME_FMT support to wxLocale::GetIn...
2009-03-27  Václav Slavíksplit wxCharTypeBuffer<T> into wxScopedCharTypeBuffer...
2009-03-26  Vadim Zeitlinalways declare TestStrip(), it is now available even...
2009-03-26  Vadim Zeitlinimplement deprecated wxStripExtension() in terms of...
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 Zeitlinbuild bot systems don't manage to generate enough ticks...
2009-03-26  Vadim Zeitlinremove unused variable
2009-03-25  Vadim Zeitlinproduce a better looking report with --time option...
2009-03-25  Vadim Zeitlinensure the number of values we expect to record in...
2009-03-25  Vadim Zeitlincorrect order of parameters in CPPUNIT_ASSERT_EQUAL
2009-03-25  Vadim Zeitlinfix tests for the release builds
2009-03-25  Vadim Zeitlindon't log std::exceptions ourselves, let cppunit do...
2009-03-25  Vadim Zeitlingive more detailed message when the test fails in TestT...
2009-03-25  Francesco Montorsifix the FontTestCase::GetSet unit so that it passes...
2009-03-25  Vadim Zeitlintrap CRT assertions and report assertions which happen...
2009-03-25  Francesco MontorsiPCH less build fix
2009-03-24  Francesco Montorsimake sure that wxSystemSettings::GetFont/GetColour...
next